01JG5QFMWCMDZJZS0PDXNHAGE5: test-ddm-trio

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

Buildomat Job: 01JG5QG2BP26B4C0D3BR9XZFX4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-28T04:14:25.341Zjob assigned to worker 01JG5QGAH8E4ZZG6HE4MDXSJ66 [factory aws, i-099c181a04a48dba8] (queued for 1 m 1 s)
 
22024-12-28T04:14:33.067Zstarting task 0: "setup"
32024-12-28T04:14:33.080Z++ uname -s
42024-12-28T04:14:33.082Z+ kern=SunOS
52024-12-28T04:14:33.082Z+ case "$kern" in
62024-12-28T04:14:33.082Z+ groupadd -g 12345 build
72024-12-28T04:14:33.085Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-28T04:14:35.093Z+ zfs create -o mountpoint=/work rpool/work
92024-12-28T04:14:35.198Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-28T04:14:35.201Z+ home_fs=zfs
112024-12-28T04:14:35.201Z+ [[ zfs == autofs ]]
122024-12-28T04:14:35.201Z+ mkdir -p /home/build
132024-12-28T04:14:35.203Z+ chown build:build /home/build /work
142024-12-28T04:14:37.205Z+ chmod 0700 /home/build /work
152024-12-28T04:14:37.208Zprocess exited: duration 4140 ms, exit code 0
 
162024-12-28T04:14:37.213Zstarting task 1: "rust-toolchain"
172024-12-28T04:14:37.219Z+ printf ' * toolchain channel = "%s"
182024-12-28T04:14:37.219Z' stable
192024-12-28T04:14:37.219Z * toolchain channel = "stable"
202024-12-28T04:14:37.221Z+ printf ' * toolchain profile = "%s"
212024-12-28T04:14:37.221Z' default
222024-12-28T04:14:37.221Z * toolchain profile = "default"
232024-12-28T04:14:37.221Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-28T04:14:37.221Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-28T04:14:37.341Zinfo: downloading installer
262024-12-28T04:14:38.882Zinfo: profile set to 'default'
272024-12-28T04:14:38.882Zinfo: default host triple is x86_64-unknown-illumos
282024-12-28T04:14:38.885Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-28T04:14:39.052Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-28T04:14:39.052Zinfo: downloading component 'cargo'
312024-12-28T04:14:40.043Zinfo: downloading component 'clippy'
322024-12-28T04:14:40.421Zinfo: downloading component 'rust-docs'
332024-12-28T04:14:41.815Zinfo: downloading component 'rust-std'
342024-12-28T04:14:43.832Zinfo: downloading component 'rustc'
352024-12-28T04:14:51.413Zinfo: downloading component 'rustfmt'
362024-12-28T04:14:51.702Zinfo: installing component 'cargo'
372024-12-28T04:14:52.512Zinfo: installing component 'clippy'
382024-12-28T04:14:52.884Zinfo: installing component 'rust-docs'
392024-12-28T04:14:54.588Zinfo: installing component 'rust-std'
402024-12-28T04:14:56.250Zinfo: installing component 'rustc'
412024-12-28T04:15:01.985Zinfo: installing component 'rustfmt'
422024-12-28T04:15:02.309Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-28T04:15:02.309Z
442024-12-28T04:15:02.673Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-28T04:15:02.673Z
462024-12-28T04:15:02.675Z
472024-12-28T04:15:02.675ZRust is installed now. Great!
482024-12-28T04:15:02.675Z
492024-12-28T04:15:02.675ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-28T04:15:02.675Zenvironment variable. This has not been done automatically.
512024-12-28T04:15:02.675Z
522024-12-28T04:15:02.675ZTo configure your current shell, you need to source
532024-12-28T04:15:02.675Zthe corresponding env file under $HOME/.cargo.
542024-12-28T04:15:02.676Z
552024-12-28T04:15:02.676ZThis is usually done by running one of the following (note the leading DOT):
562024-12-28T04:15:02.676Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-28T04:15:02.676Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-28T04:15:02.749Z+ rustc --version
592024-12-28T04:15:02.817Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-28T04:15:02.820Zprocess exited: duration 25603 ms, exit code 0
 
612024-12-28T04:15:02.825Zstarting task 2: "authentication"
622024-12-28T04:15:02.846Zprocess exited: duration 20 ms, exit code 0
 
632024-12-28T04:15:02.851Zstarting task 3: "clone repository"
642024-12-28T04:15:02.856Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-28T04:15:02.858Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-28T04:15:02.902ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-28T04:15:03.446Z+ cd /work/oxidecomputer/maghemite
682024-12-28T04:15:03.448Z+ git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f
692024-12-28T04:15:03.732ZFrom https://github.com/oxidecomputer/maghemite
702024-12-28T04:15:03.732Z * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD
712024-12-28T04:15:03.741Z+ [[ -n renovate/serde-monorepo ]]
722024-12-28T04:15:03.743Z++ git branch --show-current
732024-12-28T04:15:03.745Z+ current=main
742024-12-28T04:15:03.745Z+ [[ main != renovate/serde-monorepo ]]
752024-12-28T04:15:03.745Z+ git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f
762024-12-28T04:15:03.749Z+ git checkout -f renovate/serde-monorepo
772024-12-28T04:15:03.765ZSwitched to branch 'renovate/serde-monorepo'
782024-12-28T04:15:03.767Z+ git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f
792024-12-28T04:15:03.771ZHEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217
802024-12-28T04:15:03.774Zprocess exited: duration 921 ms, exit code 0
 
812024-12-28T04:15:03.779Zstarting task 4: "build"
822024-12-28T04:15:03.785Z++ cargo --version
832024-12-28T04:15:03.789Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-28T04:15:03.976Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-28T04:15:03.976Zinfo: downloading component 'cargo'
862024-12-28T04:15:04.806Zinfo: downloading component 'clippy'
872024-12-28T04:15:05.112Zinfo: downloading component 'rust-docs'
882024-12-28T04:15:06.269Zinfo: downloading component 'rust-std'
892024-12-28T04:15:08.062Zinfo: downloading component 'rustc'
902024-12-28T04:15:14.505Zinfo: downloading component 'rustfmt'
912024-12-28T04:15:14.749Zinfo: installing component 'cargo'
922024-12-28T04:15:15.537Zinfo: installing component 'clippy'
932024-12-28T04:15:15.895Zinfo: installing component 'rust-docs'
942024-12-28T04:15:17.464Zinfo: installing component 'rust-std'
952024-12-28T04:15:19.180Zinfo: installing component 'rustc'
962024-12-28T04:15:24.868Zinfo: installing component 'rustfmt'
972024-12-28T04:15:25.269Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-28T04:15:25.272Z++ rustc --version
992024-12-28T04:15:25.343Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-28T04:15:25.348Z++ dladm
1012024-12-28T04:15:25.353ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-28T04:15:25.353Zena0 phys 9216 up -- --
1032024-12-28T04:15:25.356Z++ ipadm
1042024-12-28T04:15:25.359ZADDROBJ TYPE STATE ADDR
1052024-12-28T04:15:25.359Zlo0/v4 static ok 127.0.0.1/8
1062024-12-28T04:15:25.359Zena0/dhcp dhcp ok 10.150.1.160/24
1072024-12-28T04:15:25.359Zlo0/v6 static ok ::1/128
1082024-12-28T04:15:25.359Z++ banner collect
1092024-12-28T04:15:25.361Z
1102024-12-28T04:15:25.361Z #### #### # # ###### #### #####
1112024-12-28T04:15:25.361Z # # # # # # # # # #
1122024-12-28T04:15:25.361Z # # # # # ##### # #
1132024-12-28T04:15:25.361Z # # # # # # # #
1142024-12-28T04:15:25.361Z # # # # # # # # # #
1152024-12-28T04:15:25.361Z #### #### ###### ###### ###### #### #
1162024-12-28T04:15:25.361Z
1172024-12-28T04:15:25.361Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-28T04:15:25.361Z++ repo=softnpu
1192024-12-28T04:15:25.361Z++ series=image
1202024-12-28T04:15:25.362Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-28T04:15:25.362Z++ name=softnpu
1222024-12-28T04:15:25.362Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-28T04:15:25.362Z++ mkdir -p download
1242024-12-28T04:15:25.365Z++ pushd download
1252024-12-28T04:15:25.365Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-28T04:15:25.365Z++ [[ ! -f softnpu ]]
1272024-12-28T04:15:25.365Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-28T04:15:25.370Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-28T04:15:25.370Z Dload Upload Total Spent Left Speed
1302024-12-28T04:15:25.714Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 63.4M 0 --:--:-- --:--:-- --:--:-- 63.6M
1312024-12-28T04:15:25.717Z++ popd
1322024-12-28T04:15:25.720Z/work/oxidecomputer/maghemite
1332024-12-28T04:15:25.720Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-28T04:15:25.720Z++ repo=sidecar-lite
1352024-12-28T04:15:25.720Z++ series=release
1362024-12-28T04:15:25.720Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-28T04:15:25.720Z++ name=libsidecar_lite.so
1382024-12-28T04:15:25.720Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-28T04:15:25.720Z++ mkdir -p download
1402024-12-28T04:15:25.720Z++ pushd download
1412024-12-28T04:15:25.720Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-28T04:15:25.720Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-28T04:15:25.720Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-28T04:15:25.727Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-28T04:15:25.730Z Dload Upload Total Spent Left Speed
1462024-12-28T04:15:26.009Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 61 20.3M 61 12.5M 0 0 56.1M 0 --:--:-- --:--:-- --:--:-- 56.0M 100 20.3M 100 20.3M 0 0 72.1M 0 --:--:-- --:--:-- --:--:-- 72.0M
1472024-12-28T04:15:26.013Z++ popd
1482024-12-28T04:15:26.015Z/work/oxidecomputer/maghemite
1492024-12-28T04:15:26.015Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-28T04:15:26.015Z++ repo=sidecar-lite
1512024-12-28T04:15:26.015Z++ series=release
1522024-12-28T04:15:26.015Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-28T04:15:26.015Z++ name=scadm
1542024-12-28T04:15:26.015Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-28T04:15:26.015Z++ mkdir -p download
1562024-12-28T04:15:26.015Z++ pushd download
1572024-12-28T04:15:26.015Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-28T04:15:26.016Z++ [[ ! -f scadm ]]
1592024-12-28T04:15:26.016Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-28T04:15:26.023Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-28T04:15:26.023Z Dload Upload Total Spent Left Speed
1622024-12-28T04:15:26.369Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 67.2M 0 --:--:-- --:--:-- --:--:-- 67.4M
1632024-12-28T04:15:26.372Z++ popd
1642024-12-28T04:15:26.372Z/work/oxidecomputer/maghemite
1652024-12-28T04:15:26.372Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-28T04:15:26.372Z++ repo=dendrite
1672024-12-28T04:15:26.372Z++ series=image
1682024-12-28T04:15:26.373Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-28T04:15:26.373Z++ name=dendrite-softnpu.tar.gz
1702024-12-28T04:15:26.373Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-28T04:15:26.373Z++ mkdir -p download
1722024-12-28T04:15:26.373Z++ pushd download
1732024-12-28T04:15:26.373Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-28T04:15:26.373Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-28T04:15:26.373Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-28T04:15:26.376Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-28T04:15:26.376Z Dload Upload Total Spent Left Speed
1782024-12-28T04:15:26.951Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 65.5M 0 --:--:-- --:--:-- --:--:-- 65.5M
1792024-12-28T04:15:26.953Z++ popd
1802024-12-28T04:15:26.953Z/work/oxidecomputer/maghemite
1812024-12-28T04:15:26.953Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-28T04:15:26.953Z++ repo=maghemite
1832024-12-28T04:15:26.953Z++ series=release
1842024-12-28T04:15:26.953Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-28T04:15:26.953Z++ name=ddmd
1862024-12-28T04:15:26.953Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-28T04:15:26.953Z++ mkdir -p download
1882024-12-28T04:15:26.953Z++ pushd download
1892024-12-28T04:15:26.953Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-28T04:15:26.953Z++ [[ ! -f ddmd ]]
1912024-12-28T04:15:26.953Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-28T04:15:26.960Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-28T04:15:26.963Z Dload Upload Total Spent Left Speed
1942024-12-28T04:15:27.479Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 78.8M 0 --:--:-- --:--:-- --:--:-- 78.9M
1952024-12-28T04:15:27.483Z++ popd
1962024-12-28T04:15:27.485Z/work/oxidecomputer/maghemite
1972024-12-28T04:15:27.485Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-28T04:15:27.485Z++ repo=maghemite
1992024-12-28T04:15:27.485Z++ series=release
2002024-12-28T04:15:27.485Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-28T04:15:27.485Z++ name=ddmadm
2022024-12-28T04:15:27.485Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-28T04:15:27.485Z++ mkdir -p download
2042024-12-28T04:15:27.488Z++ pushd download
2052024-12-28T04:15:27.488Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-28T04:15:27.488Z++ [[ ! -f ddmadm ]]
2072024-12-28T04:15:27.488Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-28T04:15:27.494Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-28T04:15:27.494Z Dload Upload Total Spent Left Speed
2102024-12-28T04:15:27.747Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 71.3M 0 --:--:-- --:--:-- --:--:-- 71.4M
2112024-12-28T04:15:27.750Z++ popd
2122024-12-28T04:15:27.750Z/work/oxidecomputer/maghemite
2132024-12-28T04:15:27.752Z++ pushd download
2142024-12-28T04:15:27.752Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-28T04:15:27.752Z++ chmod +x softnpu
2162024-12-28T04:15:27.752Z++ chmod +x scadm
2172024-12-28T04:15:27.755Z++ chmod +x ddmadm
2182024-12-28T04:15:27.758Z++ chmod +x ddmd
2192024-12-28T04:15:27.758Z++ mv ddmadm ddmadm-v2
2202024-12-28T04:15:27.760Z++ mv ddmd ddmd-v2
2212024-12-28T04:15:27.762Z++ rm -rf zones/dendrite
2222024-12-28T04:15:27.764Z++ mkdir -p zones/dendrite
2232024-12-28T04:15:27.766Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-28T04:15:28.531Z++ popd
2252024-12-28T04:15:28.531Z/work/oxidecomputer/maghemite
2262024-12-28T04:15:28.531Z++ banner install
2272024-12-28T04:15:28.533Z
2282024-12-28T04:15:28.533Z # # # #### ##### ## # #
2292024-12-28T04:15:28.533Z # ## # # # # # # #
2302024-12-28T04:15:28.533Z # # # # #### # # # # #
2312024-12-28T04:15:28.533Z # # # # # # ###### # #
2322024-12-28T04:15:28.533Z # # ## # # # # # # #
2332024-12-28T04:15:28.533Z # # # #### # # # ###### ######
2342024-12-28T04:15:28.533Z
2352024-12-28T04:15:28.536Z++ pkg info brand/sparse
2362024-12-28T04:15:28.536Z++ grep -qi installed
2372024-12-28T04:15:30.141Zpkg: info: no packages matching the following patterns you specified are
2382024-12-28T04:15:30.141Zinstalled on the system. Try querying remotely instead:
2392024-12-28T04:15:30.141Z
2402024-12-28T04:15:30.141Z brand/sparse
2412024-12-28T04:15:30.185Z++ [[ 1 != 0 ]]
2422024-12-28T04:15:30.185Z++ set -o errexit
2432024-12-28T04:15:30.185Z++ pfexec pkg install brand/sparse
2442024-12-28T04:15:36.246Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-28T04:15:40.135Z Startup: Caching catalogs ... Done
2462024-12-28T04:15:50.960ZPlanning: Solver setup ... Done
2472024-12-28T04:15:51.096ZPlanning: Running solver ... Done
2482024-12-28T04:15:51.202ZPlanning: Finding local manifests ... Done
2492024-12-28T04:15:51.214ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-28T04:15:51.712ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-28T04:15:51.785ZPlanning: Package planning ... Done
2522024-12-28T04:15:51.791ZPlanning: Merging actions ... Done
2532024-12-28T04:15:51.978ZPlanning: Checking for conflicting actions ... Done
2542024-12-28T04:15:54.106ZPlanning: Consolidating action changes ... Done
2552024-12-28T04:15:54.690ZPlanning: Evaluating mediators ... Done
2562024-12-28T04:15:54.761ZPlanning: Planning completed in 14.53 seconds
2572024-12-28T04:15:54.778Z Packages to install: 1
2582024-12-28T04:15:54.778Z Packages to update: 2
2592024-12-28T04:15:54.780Z Create boot environment: No
2602024-12-28T04:15:54.780ZCreate backup boot environment: Yes
2612024-12-28T04:15:54.854Z
2622024-12-28T04:15:54.854ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-28T04:15:58.385ZDownload: Completed 8.03 MB in 3.53 seconds (2.3M/s)
2642024-12-28T04:16:00.542Z Actions: 1/1419 actions (Removing old actions)
2652024-12-28T04:16:00.564Z Actions: 199/1419 actions (Installing new actions)
2662024-12-28T04:16:00.679Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-28T04:16:00.991Z Actions: Completed 1419 actions in 0.45 seconds.
2682024-12-28T04:16:01.196Z Done
2692024-12-28T04:16:01.198Z Done
2702024-12-28T04:16:01.733Z Done
2712024-12-28T04:16:06.035Z Done
2722024-12-28T04:16:06.120Z Done
2732024-12-28T04:16:06.122Z Done
2742024-12-28T04:16:06.221Z Done
2752024-12-28T04:16:06.608Z++ set -o errexit
2762024-12-28T04:16:06.608Z++ set -o pipefail
2772024-12-28T04:16:06.608Z++ banner build
2782024-12-28T04:16:06.610Z
2792024-12-28T04:16:06.610Z ##### # # # # #####
2802024-12-28T04:16:06.610Z # # # # # # # #
2812024-12-28T04:16:06.610Z ##### # # # # # #
2822024-12-28T04:16:06.610Z # # # # # # # #
2832024-12-28T04:16:06.610Z # # # # # # # #
2842024-12-28T04:16:06.610Z ##### #### # ###### #####
2852024-12-28T04:16:06.610Z
2862024-12-28T04:16:06.610Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-28T04:16:06.791Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-28T04:16:07.051Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-28T04:16:07.273ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-28T04:16:07.274Z * [new branch] ci -> origin/ci
2912024-12-28T04:16:07.277Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2922024-12-28T04:16:07.277Z * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134
2932024-12-28T04:16:07.277Z * [new branch] main -> origin/main
2942024-12-28T04:16:07.277Z * [new ref] -> origin/HEAD
2952024-12-28T04:16:07.287Z Updating crates.io index
2962024-12-28T04:16:07.374Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-12-28T04:16:08.108ZFrom https://github.com/oxidecomputer/falcon
2982024-12-28T04:16:08.108Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-12-28T04:16:08.213Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-12-28T04:16:09.387ZFrom https://github.com/oxidecomputer/dendrite
3012024-12-28T04:16:09.387Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-12-28T04:16:09.427Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-12-28T04:16:09.835ZFrom https://github.com/oxidecomputer/ispf
3042024-12-28T04:16:09.835Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-12-28T04:16:09.861Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-12-28T04:16:10.304ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-12-28T04:16:10.304Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-12-28T04:16:10.315Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-12-28T04:16:13.766ZFrom https://github.com/oxidecomputer/omicron
3102024-12-28T04:16:13.766Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-12-28T04:16:13.795Z * [new tag] dogfood -> dogfood
3122024-12-28T04:16:13.798Z * [new tag] v5 -> v5
3132024-12-28T04:16:13.798Z * [new tag] v6 -> v6
3142024-12-28T04:16:13.798Z * [new tag] v7 -> v7
3152024-12-28T04:16:13.798Z * [new tag] v8 -> v8
3162024-12-28T04:16:13.798Z * [new tag] v9 -> v9
3172024-12-28T04:16:14.150Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-12-28T04:16:14.760ZFrom https://github.com/oxidecomputer/opte
3192024-12-28T04:16:14.760Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-12-28T04:16:14.805Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-12-28T04:16:15.172ZFrom https://github.com/illumos/smf-rs
3222024-12-28T04:16:15.172Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-12-28T04:16:15.232Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-12-28T04:16:15.685ZFrom https://github.com/oxidecomputer/maghemite
3252024-12-28T04:16:15.685Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-12-28T04:16:15.701Z * [new tag] rift -> rift
3272024-12-28T04:16:15.704Z * [new tag] srp -> srp
3282024-12-28T04:16:15.704Z * [new tag] tie-spf -> tie-spf
3292024-12-28T04:16:15.761Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-12-28T04:16:16.145ZFrom https://github.com/oxidecomputer/zone
3312024-12-28T04:16:16.146Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-12-28T04:16:16.181Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-12-28T04:16:16.894ZFrom https://github.com/oxidecomputer/propolis
3342024-12-28T04:16:16.894Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-12-28T04:16:17.003Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-12-28T04:16:17.351ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-12-28T04:16:17.351Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-12-28T04:16:17.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-12-28T04:16:17.781ZFrom https://github.com/jmesmon/rust-libzfs
3402024-12-28T04:16:17.781Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-12-28T04:16:17.796Z * [new tag] v0.4.0 -> v0.4.0
3422024-12-28T04:16:17.810Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-12-28T04:16:18.226ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-12-28T04:16:18.226Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-12-28T04:16:18.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-12-28T04:16:18.712ZFrom https://github.com/oxidecomputer/maghemite
3472024-12-28T04:16:18.712Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-12-28T04:16:18.766Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-12-28T04:16:19.100ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-12-28T04:16:19.101Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-12-28T04:16:19.122Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-12-28T04:16:19.573ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-12-28T04:16:19.573Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-12-28T04:16:19.610Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-12-28T04:16:19.990ZFrom https://github.com/oxidecomputer/poptrie
3562024-12-28T04:16:19.990Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-12-28T04:16:20.047Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-12-28T04:16:20.443ZFrom https://github.com/illumos/libscf-sys
3592024-12-28T04:16:20.443Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-12-28T04:16:20.452Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-12-28T04:16:21.362ZFrom https://github.com/oxidecomputer/progenitor
3622024-12-28T04:16:21.362Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-12-28T04:16:21.383Z * [new tag] v0.1.1 -> v0.1.1
3642024-12-28T04:16:21.385Z * [new tag] v0.2.0 -> v0.2.0
3652024-12-28T04:16:21.385Z * [new tag] v0.3.0 -> v0.3.0
3662024-12-28T04:16:21.385Z * [new tag] v0.4.0 -> v0.4.0
3672024-12-28T04:16:21.385Z * [new tag] v0.5.0 -> v0.5.0
3682024-12-28T04:16:21.386Z * [new tag] v0.6.0 -> v0.6.0
3692024-12-28T04:16:21.386Z * [new tag] v0.7.0 -> v0.7.0
3702024-12-28T04:16:21.667Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-12-28T04:16:22.407ZFrom https://github.com/oxidecomputer/typify
3722024-12-28T04:16:22.407Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-12-28T04:16:22.409Z * [new tag] v0.2.0 -> v0.2.0
3742024-12-28T04:16:22.427Z * [new tag] v0.0.10 -> v0.0.10
3752024-12-28T04:16:22.429Z * [new tag] v0.0.11 -> v0.0.11
3762024-12-28T04:16:22.429Z * [new tag] v0.0.12 -> v0.0.12
3772024-12-28T04:16:22.429Z * [new tag] v0.0.13 -> v0.0.13
3782024-12-28T04:16:22.429Z * [new tag] v0.0.14 -> v0.0.14
3792024-12-28T04:16:22.429Z * [new tag] v0.0.15 -> v0.0.15
3802024-12-28T04:16:22.429Z * [new tag] v0.0.16 -> v0.0.16
3812024-12-28T04:16:22.429Z * [new tag] v0.0.4 -> v0.0.4
3822024-12-28T04:16:22.429Z * [new tag] v0.0.5 -> v0.0.5
3832024-12-28T04:16:22.429Z * [new tag] v0.0.7 -> v0.0.7
3842024-12-28T04:16:22.429Z * [new tag] v0.0.8 -> v0.0.8
3852024-12-28T04:16:22.429Z * [new tag] v0.0.9 -> v0.0.9
3862024-12-28T04:16:22.429Z * [new tag] v0.1.0 -> v0.1.0
3872024-12-28T04:16:22.584Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-12-28T04:16:23.548ZFrom https://github.com/oxidecomputer/crucible
3892024-12-28T04:16:23.548Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-12-28T04:16:23.612Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-12-28T04:16:24.030ZFrom https://github.com/oxidecomputer/opte
3922024-12-28T04:16:24.030Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-12-28T04:16:24.077Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-12-28T04:16:24.748ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-12-28T04:16:24.748Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-12-28T04:16:25.533Z Downloading crates ...
3972024-12-28T04:16:25.766Z Downloaded ciborium-io v0.2.2
3982024-12-28T04:16:25.776Z Downloaded darling_macro v0.20.10
3992024-12-28T04:16:25.779Z Downloaded const-random v0.1.18
4002024-12-28T04:16:25.779Z Downloaded async-stream-impl v0.3.5
4012024-12-28T04:16:25.782Z Downloaded atomicwrites v0.4.4
4022024-12-28T04:16:25.786Z Downloaded cstr-argument v0.1.2
4032024-12-28T04:16:25.788Z Downloaded foreign-types v0.3.2
4042024-12-28T04:16:25.791Z Downloaded futures-sink v0.3.30
4052024-12-28T04:16:25.791Z Downloaded dtrace-parser v0.2.0
4062024-12-28T04:16:25.793Z Downloaded crucible-workspace-hack v0.1.0
4072024-12-28T04:16:25.793Z Downloaded paste v1.0.15
4082024-12-28T04:16:25.795Z Downloaded clap_lex v0.7.4
4092024-12-28T04:16:25.798Z Downloaded anstyle-query v1.1.1
4102024-12-28T04:16:25.798Z Downloaded crunchy v0.2.2
4112024-12-28T04:16:25.801Z Downloaded foreign-types-shared v0.3.1
4122024-12-28T04:16:25.808Z Downloaded foreign-types-shared v0.1.1
4132024-12-28T04:16:25.810Z Downloaded crc8 v0.1.1
4142024-12-28T04:16:25.812Z Downloaded const-random-macro v0.1.16
4152024-12-28T04:16:25.818Z Downloaded pkg-config v0.3.31
4162024-12-28T04:16:25.820Z Downloaded ppv-lite86 v0.2.20
4172024-12-28T04:16:25.823Z Downloaded powerfmt v0.2.0
4182024-12-28T04:16:25.825Z Downloaded ciborium-ll v0.2.2
4192024-12-28T04:16:25.825Z Downloaded pest_generator v2.7.13
4202024-12-28T04:16:25.827Z Downloaded postcard v1.0.10
4212024-12-28T04:16:25.830Z Downloaded pin-project-lite v0.2.14
4222024-12-28T04:16:25.834Z Downloaded pretty-hex v0.2.1
4232024-12-28T04:16:25.836Z Downloaded deranged v0.3.11
4242024-12-28T04:16:25.838Z Downloaded colored v2.1.0
4252024-12-28T04:16:25.840Z Downloaded pin-utils v0.1.0
4262024-12-28T04:16:25.840Z Downloaded percent-encoding v2.3.1
4272024-12-28T04:16:25.843Z Downloaded embedded-io v0.6.1
4282024-12-28T04:16:25.845Z Downloaded parse-display v0.10.0
4292024-12-28T04:16:25.845Z Downloaded float-ord v0.3.2
4302024-12-28T04:16:25.847Z Downloaded debug-ignore v1.0.5
4312024-12-28T04:16:25.847Z Downloaded plain v0.2.3
4322024-12-28T04:16:25.850Z Downloaded pest_derive v2.7.13
4332024-12-28T04:16:25.852Z Downloaded enum-as-inner v0.6.1
4342024-12-28T04:16:25.854Z Downloaded dirs-sys-next v0.1.2
4352024-12-28T04:16:25.856Z Downloaded pest_meta v2.7.13
4362024-12-28T04:16:25.859Z Downloaded parking_lot_core v0.8.6
4372024-12-28T04:16:25.861Z Downloaded errno v0.3.9
4382024-12-28T04:16:25.864Z Downloaded futures-executor v0.3.30
4392024-12-28T04:16:25.864Z Downloaded fastrand v2.1.1
4402024-12-28T04:16:25.868Z Downloaded futures-macro v0.3.30
4412024-12-28T04:16:25.868Z Downloaded form_urlencoded v1.2.1
4422024-12-28T04:16:25.871Z Downloaded foreign-types-macros v0.2.3
4432024-12-28T04:16:25.871Z Downloaded dof v0.3.0
4442024-12-28T04:16:25.871Z Downloaded atomic-waker v1.1.2
4452024-12-28T04:16:25.875Z Downloaded data-encoding v2.6.0
4462024-12-28T04:16:25.875Z Downloaded cfg-if v1.0.0
4472024-12-28T04:16:25.875Z Downloaded quick-error v1.2.3
4482024-12-28T04:16:25.877Z Downloaded proc-macro-crate v1.3.1
4492024-12-28T04:16:25.877Z Downloaded byteorder v1.5.0
4502024-12-28T04:16:25.879Z Downloaded proc-macro-crate v3.2.0
4512024-12-28T04:16:25.881Z Downloaded embedded-io v0.4.0
4522024-12-28T04:16:25.883Z Downloaded rand_chacha v0.3.1
4532024-12-28T04:16:25.886Z Downloaded proc-macro2 v1.0.86
4542024-12-28T04:16:25.888Z Downloaded ident_case v1.0.1
4552024-12-28T04:16:25.891Z Downloaded hubpack_derive v0.1.1
4562024-12-28T04:16:25.891Z Downloaded progenitor-client v0.8.0
4572024-12-28T04:16:25.891Z Downloaded scroll_derive v0.12.0
4582024-12-28T04:16:25.893Z Downloaded pretty-hex v0.4.1
4592024-12-28T04:16:25.895Z Downloaded foreign-types v0.5.0
4602024-12-28T04:16:25.895Z Downloaded camino v1.1.9
4612024-12-28T04:16:25.897Z Downloaded futures-io v0.3.30
4622024-12-28T04:16:25.901Z Downloaded either v1.13.0
4632024-12-28T04:16:25.903Z Downloaded serde-big-array v0.5.1
4642024-12-28T04:16:25.903Z Downloaded proc-macro-error v1.0.4
4652024-12-28T04:16:25.905Z Downloaded crc32fast v1.4.2
4662024-12-28T04:16:25.908Z Downloaded defmt-macros v0.3.9
4672024-12-28T04:16:25.911Z Downloaded progenitor-macro v0.8.0
4682024-12-28T04:16:25.913Z Downloaded sigpipe v0.1.3
4692024-12-28T04:16:25.913Z Downloaded pest v2.7.13
4702024-12-28T04:16:25.920Z Downloaded fixedbitset v0.4.2
4712024-12-28T04:16:25.922Z Downloaded async-trait v0.1.83
4722024-12-28T04:16:25.924Z Downloaded proc-macro-error-attr v1.0.4
4732024-12-28T04:16:25.926Z Downloaded convert_case v0.4.0
4742024-12-28T04:16:25.929Z Downloaded rustls-pemfile v1.0.4
4752024-12-28T04:16:25.931Z Downloaded quinn-udp v0.5.5
4762024-12-28T04:16:25.931Z Downloaded progenitor v0.8.0
4772024-12-28T04:16:25.934Z Downloaded camino-tempfile v1.1.1
4782024-12-28T04:16:25.936Z Downloaded rustversion v1.0.17
4792024-12-28T04:16:25.939Z Downloaded futures-core v0.3.30
4802024-12-28T04:16:25.943Z Downloaded defmt v0.3.8
4812024-12-28T04:16:25.945Z Downloaded scopeguard v1.2.0
4822024-12-28T04:16:25.947Z Downloaded hostname v0.3.1
4832024-12-28T04:16:25.947Z Downloaded scroll v0.12.0
4842024-12-28T04:16:25.949Z Downloaded heck v0.5.0
4852024-12-28T04:16:25.951Z Downloaded hash32 v0.3.1
4862024-12-28T04:16:25.951Z Downloaded futures-channel v0.3.30
4872024-12-28T04:16:25.954Z Downloaded schemars_derive v0.8.21
4882024-12-28T04:16:25.956Z Downloaded instant v0.1.13
4892024-12-28T04:16:25.958Z Downloaded darling v0.20.10
4902024-12-28T04:16:25.962Z Downloaded no-std-compat v0.4.1
4912024-12-28T04:16:25.965Z Downloaded semver v0.1.20
4922024-12-28T04:16:25.968Z Downloaded anstream v0.6.15
4932024-12-28T04:16:25.970Z Downloaded linear-map v1.2.0
4942024-12-28T04:16:25.971Z Downloaded linked-hash-map v0.5.6
4952024-12-28T04:16:25.973Z Downloaded slog-async v2.8.0
4962024-12-28T04:16:25.975Z Downloaded slab v0.4.9
4972024-12-28T04:16:25.975Z Downloaded clap v4.5.23
4982024-12-28T04:16:25.984Z Downloaded usdt-attr-macro v0.5.0
4992024-12-28T04:16:25.986Z Downloaded crossbeam-epoch v0.9.18
5002024-12-28T04:16:25.988Z Downloaded dropshot_endpoint v0.12.0
5012024-12-28T04:16:25.991Z Downloaded sync_wrapper v1.0.1
5022024-12-28T04:16:25.993Z Downloaded serde_path_to_error v0.1.16
5032024-12-28T04:16:25.995Z Downloaded sync_wrapper v0.1.2
5042024-12-28T04:16:25.996Z Downloaded try-lock v0.2.5
5052024-12-28T04:16:25.998Z Downloaded sha1 v0.10.6
5062024-12-28T04:16:26.001Z Downloaded fxhash v0.2.1
5072024-12-28T04:16:26.001Z Downloaded ahash v0.8.11
5082024-12-28T04:16:26.003Z Downloaded slog-stdlog v4.1.1
5092024-12-28T04:16:26.005Z Downloaded num-iter v0.1.45
5102024-12-28T04:16:26.008Z Downloaded slog-dtrace v0.3.0
5112024-12-28T04:16:26.008Z Downloaded thread-id v4.2.2
5122024-12-28T04:16:26.011Z Downloaded blake2 v0.10.6
5132024-12-28T04:16:26.013Z Downloaded iana-time-zone v0.1.61
5142024-12-28T04:16:26.015Z Downloaded tokio-native-tls v0.3.1
5152024-12-28T04:16:26.018Z Downloaded tokio-macros v2.4.0
5162024-12-28T04:16:26.020Z Downloaded quote v1.0.37
5172024-12-28T04:16:26.022Z Downloaded omicron-workspace-hack v0.1.0
5182024-12-28T04:16:26.022Z Downloaded num_threads v0.1.7
5192024-12-28T04:16:26.026Z Downloaded usdt-macro v0.5.0
5202024-12-28T04:16:26.026Z Downloaded swrite v0.1.0
5212024-12-28T04:16:26.026Z Downloaded rustls-pemfile v2.1.3
5222024-12-28T04:16:26.028Z Downloaded highway v1.2.0
5232024-12-28T04:16:26.030Z Downloaded is_terminal_polyfill v1.70.1
5242024-12-28T04:16:26.032Z Downloaded rand_core v0.6.4
5252024-12-28T04:16:26.035Z Downloaded num_enum v0.7.3
5262024-12-28T04:16:26.038Z Downloaded serde_derive_internals v0.29.1
5272024-12-28T04:16:26.041Z Downloaded spin v0.5.2
5282024-12-28T04:16:26.043Z Downloaded ipnetwork v0.20.0
5292024-12-28T04:16:26.045Z Downloaded darling_core v0.20.10
5302024-12-28T04:16:26.049Z Downloaded thread_local v1.1.8
5312024-12-28T04:16:26.052Z Downloaded num_enum_derive v0.7.3
5322024-12-28T04:16:26.054Z Downloaded httpdate v1.0.3
5332024-12-28T04:16:26.056Z Downloaded aho-corasick v1.1.3
5342024-12-28T04:16:26.061Z Downloaded want v0.3.1
5352024-12-28T04:16:26.063Z Downloaded tower-service v0.3.3
5362024-12-28T04:16:26.063Z Downloaded untrusted v0.9.0
5372024-12-28T04:16:26.066Z Downloaded toml_datetime v0.6.8
5382024-12-28T04:16:26.068Z Downloaded managed v0.8.0
5392024-12-28T04:16:26.068Z Downloaded hyper-tls v0.5.0
5402024-12-28T04:16:26.070Z Downloaded generic-array v0.14.7
5412024-12-28T04:16:26.072Z Downloaded num-rational v0.4.2
5422024-12-28T04:16:26.075Z Downloaded num-complex v0.4.6
5432024-12-28T04:16:26.075Z Downloaded ryu v1.0.18
5442024-12-28T04:16:26.078Z Downloaded tokio-rustls v0.25.0
5452024-12-28T04:16:26.080Z Downloaded tokio-rustls v0.24.1
5462024-12-28T04:16:26.083Z Downloaded multer v3.1.0
5472024-12-28T04:16:26.085Z Downloaded strum v0.26.3
5482024-12-28T04:16:26.087Z Downloaded newtype_derive v0.1.6
5492024-12-28T04:16:26.090Z Downloaded structmeta-derive v0.3.0
5502024-12-28T04:16:26.090Z Downloaded num-conv v0.1.0
5512024-12-28T04:16:26.090Z Downloaded strsim v0.11.1
5522024-12-28T04:16:26.093Z Downloaded base64 v0.21.7
5532024-12-28T04:16:26.096Z Downloaded getrandom v0.2.15
5542024-12-28T04:16:26.099Z Downloaded utf8parse v0.2.2
5552024-12-28T04:16:26.101Z Downloaded tiny-keccak v2.0.2
5562024-12-28T04:16:26.103Z Downloaded ipnet v2.10.0
5572024-12-28T04:16:26.105Z Downloaded base64ct v1.6.0
5582024-12-28T04:16:26.108Z Downloaded zeroize v1.8.1
5592024-12-28T04:16:26.110Z Downloaded smallvec v1.13.2
5602024-12-28T04:16:26.112Z Downloaded term v0.7.0
5612024-12-28T04:16:26.115Z Downloaded slog-term v2.9.1
5622024-12-28T04:16:26.120Z Downloaded openssl-probe v0.1.5
5632024-12-28T04:16:26.124Z Downloaded tinyvec_macros v0.1.1
5642024-12-28T04:16:26.124Z Downloaded openssl-macros v0.1.1
5652024-12-28T04:16:26.125Z Downloaded lazy_static v1.5.0
5662024-12-28T04:16:26.125Z Downloaded owo-colors v4.1.0
5672024-12-28T04:16:26.127Z Downloaded base64 v0.22.1
5682024-12-28T04:16:26.129Z Downloaded http-body v1.0.1
5692024-12-28T04:16:26.132Z Downloaded slog v2.7.0
5702024-12-28T04:16:26.134Z Downloaded version_check v0.9.5
5712024-12-28T04:16:26.134Z Downloaded terminal_size v0.4.0
5722024-12-28T04:16:26.136Z Downloaded schemars v0.8.21
5732024-12-28T04:16:26.148Z Downloaded time-core v0.1.2
5742024-12-28T04:16:26.151Z Downloaded num-derive v0.3.3
5752024-12-28T04:16:26.151Z Downloaded tokio-rustls v0.26.0
5762024-12-28T04:16:26.153Z Downloaded newline-converter v0.3.0
5772024-12-28T04:16:26.156Z Downloaded serde_derive v1.0.217
5782024-12-28T04:16:26.172Z Downloaded slog-json v2.6.1
5792024-12-28T04:16:26.172Z Downloaded match_cfg v0.1.0
5802024-12-28T04:16:26.172Z Downloaded zone_cfg_derive v0.3.0
5812024-12-28T04:16:26.172Z Downloaded take_mut v0.2.2
5822024-12-28T04:16:26.172Z Downloaded similar v2.6.0
5832024-12-28T04:16:26.172Z Downloaded lru-cache v0.1.2
5842024-12-28T04:16:26.172Z Downloaded zerocopy-derive v0.7.35
5852024-12-28T04:16:26.179Z Downloaded http-body-util v0.1.2
5862024-12-28T04:16:26.181Z Downloaded macaddr v1.0.1
5872024-12-28T04:16:26.184Z Downloaded native-tls v0.2.12
5882024-12-28T04:16:26.186Z Downloaded http-body v0.4.6
5892024-12-28T04:16:26.186Z Downloaded thin-vec v0.2.13
5902024-12-28T04:16:26.189Z Downloaded serde_yaml v0.9.34+deprecated
5912024-12-28T04:16:26.191Z Downloaded waitgroup v0.1.2
5922024-12-28T04:16:26.194Z Downloaded stable_deref_trait v1.2.0
5932024-12-28T04:16:26.194Z Downloaded indent_write v2.2.0
5942024-12-28T04:16:26.196Z Downloaded typenum v1.17.0
5952024-12-28T04:16:26.199Z Downloaded half v2.4.1
5962024-12-28T04:16:26.201Z Downloaded mime v0.3.17
5972024-12-28T04:16:26.201Z Downloaded hyper-tls v0.6.0
5982024-12-28T04:16:26.204Z Downloaded strum_macros v0.26.4
5992024-12-28T04:16:26.206Z Downloaded zerocopy v0.6.6
6002024-12-28T04:16:26.208Z Downloaded futures-task v0.3.30
6012024-12-28T04:16:26.208Z Downloaded structmeta v0.3.0
6022024-12-28T04:16:26.211Z Downloaded num v0.4.3
6032024-12-28T04:16:26.211Z Downloaded smf v0.2.3
6042024-12-28T04:16:26.214Z Downloaded typify-macro v0.2.0
6052024-12-28T04:16:26.214Z Downloaded tracing-attributes v0.1.27
6062024-12-28T04:16:26.216Z Downloaded num-integer v0.1.46
6072024-12-28T04:16:26.216Z Downloaded num-derive v0.4.2
6082024-12-28T04:16:26.218Z Downloaded newtype-uuid v1.1.0
6092024-12-28T04:16:26.220Z Downloaded itoa v1.0.11
6102024-12-28T04:16:26.220Z Downloaded tinyvec v1.8.0
6112024-12-28T04:16:26.223Z Downloaded smartstring v1.0.1
6122024-12-28T04:16:26.226Z Downloaded hex v0.4.3
6132024-12-28T04:16:26.228Z Downloaded hyper-rustls v0.24.2
6142024-12-28T04:16:26.230Z Downloaded thiserror v1.0.69
6152024-12-28T04:16:26.235Z Downloaded time-macros v0.2.18
6162024-12-28T04:16:26.238Z Downloaded memmap v0.7.0
6172024-12-28T04:16:26.240Z Downloaded serde v1.0.217
6182024-12-28T04:16:26.242Z Downloaded lock_api v0.4.12
6192024-12-28T04:16:26.244Z Downloaded static_assertions v1.1.0
6202024-12-28T04:16:26.246Z Downloaded rand v0.8.5
6212024-12-28T04:16:26.249Z Downloaded cc v1.1.21
6222024-12-28T04:16:26.253Z Downloaded whoami v1.5.2
6232024-12-28T04:16:26.256Z Downloaded socket2 v0.5.8
6242024-12-28T04:16:26.258Z Downloaded subtle v2.6.1
6252024-12-28T04:16:26.261Z Downloaded typify v0.2.0
6262024-12-28T04:16:26.263Z Downloaded zone v0.3.0
6272024-12-28T04:16:26.265Z Downloaded tracing-core v0.1.32
6282024-12-28T04:16:26.267Z Downloaded heck v0.4.1
6292024-12-28T04:16:26.270Z Downloaded unsafe-libyaml v0.2.11
6302024-12-28T04:16:26.272Z Downloaded indexmap v1.9.3
6312024-12-28T04:16:26.276Z Downloaded parking_lot v0.11.2
6322024-12-28T04:16:26.278Z Downloaded parking_lot v0.12.3
6332024-12-28T04:16:26.281Z Downloaded thiserror-impl v1.0.69
6342024-12-28T04:16:26.283Z Downloaded tempfile v3.12.0
6352024-12-28T04:16:26.286Z Downloaded once_cell v1.20.2
6362024-12-28T04:16:26.288Z Downloaded toml v0.8.19
6372024-12-28T04:16:26.292Z Downloaded ucd-trie v0.1.6
6382024-12-28T04:16:26.294Z Downloaded unicode-bidi v0.3.15
6392024-12-28T04:16:26.297Z Downloaded log v0.4.22
6402024-12-28T04:16:26.300Z Downloaded expectorate v1.1.0
6412024-12-28T04:16:26.302Z Downloaded num_enum v0.5.11
6422024-12-28T04:16:26.307Z Downloaded hostname v0.4.0
6432024-12-28T04:16:26.309Z Downloaded num-traits v0.2.19
6442024-12-28T04:16:26.312Z Downloaded spin v0.9.8
6452024-12-28T04:16:26.314Z Downloaded unicode-ident v1.0.13
6462024-12-28T04:16:26.317Z Downloaded progenitor-impl v0.8.0
6472024-12-28T04:16:26.319Z Downloaded hyper-util v0.1.10
6482024-12-28T04:16:26.324Z Downloaded prettyplease v0.2.22
6492024-12-28T04:16:26.327Z Downloaded hickory-resolver v0.24.1
6502024-12-28T04:16:26.333Z Downloaded quinn v0.11.5
6512024-12-28T04:16:26.336Z Downloaded sct v0.7.1
6522024-12-28T04:16:26.339Z Downloaded sha2 v0.10.8
6532024-12-28T04:16:26.342Z Downloaded uuid v1.11.0
6542024-12-28T04:16:26.344Z Downloaded crossbeam-channel v0.5.13
6552024-12-28T04:16:26.349Z Downloaded tabwriter v1.4.0
6562024-12-28T04:16:26.351Z Downloaded num_enum_derive v0.5.11
6572024-12-28T04:16:26.353Z Downloaded humantime v2.1.0
6582024-12-28T04:16:26.353Z Downloaded hubpack v0.1.2
6592024-12-28T04:16:26.355Z Downloaded usdt-impl v0.5.0
6602024-12-28T04:16:26.355Z Downloaded slog-envlogger v2.2.0
6612024-12-28T04:16:26.357Z Downloaded mio v1.0.2
6622024-12-28T04:16:26.363Z Downloaded tracing v0.1.40
6632024-12-28T04:16:26.367Z Downloaded url v2.5.2
6642024-12-28T04:16:26.371Z Downloaded httparse v1.9.4
6652024-12-28T04:16:26.375Z Downloaded usdt v0.5.0
6662024-12-28T04:16:26.377Z Downloaded strum_macros v0.25.3
6672024-12-28T04:16:26.379Z Downloaded derive_more v0.99.18
6682024-12-28T04:16:26.383Z Downloaded toml_edit v0.19.15
6692024-12-28T04:16:26.399Z Downloaded unicode-segmentation v1.12.0
6702024-12-28T04:16:26.403Z Downloaded libm v0.2.8
6712024-12-28T04:16:26.411Z Downloaded reqwest v0.11.27
6722024-12-28T04:16:26.419Z Downloaded tokio-util v0.7.12
6732024-12-28T04:16:26.426Z Downloaded reqwest v0.12.9
6742024-12-28T04:16:26.435Z Downloaded rustls-webpki v0.101.7
6752024-12-28T04:16:26.450Z Downloaded http v1.2.0
6762024-12-28T04:16:26.455Z Downloaded hashbrown v0.12.3
6772024-12-28T04:16:26.459Z Downloaded toml_edit v0.22.21
6782024-12-28T04:16:26.482Z Downloaded openssl-sys v0.9.103
6792024-12-28T04:16:26.487Z Downloaded quinn-proto v0.11.8
6802024-12-28T04:16:26.494Z Downloaded heapless v0.8.0
6812024-12-28T04:16:26.497Z Downloaded nom v7.1.3
6822024-12-28T04:16:26.503Z Downloaded h2 v0.4.6
6832024-12-28T04:16:26.510Z Downloaded http v0.2.12
6842024-12-28T04:16:26.513Z Downloaded memchr v2.7.4
6852024-12-28T04:16:26.520Z Downloaded steno v0.4.1
6862024-12-28T04:16:26.524Z Downloaded itertools v0.13.0
6872024-12-28T04:16:26.531Z Downloaded minimal-lexical v0.2.1
6882024-12-28T04:16:26.537Z Downloaded clap_builder v4.5.23
6892024-12-28T04:16:26.544Z Downloaded zerocopy v0.7.35
6902024-12-28T04:16:26.562Z Downloaded time v0.3.36
6912024-12-28T04:16:26.569Z Downloaded regex v1.10.6
6922024-12-28T04:16:26.582Z Downloaded hashbrown v0.14.5
6932024-12-28T04:16:26.587Z Downloaded hyper v1.5.1
6942024-12-28T04:16:26.593Z Downloaded h2 v0.3.26
6952024-12-28T04:16:26.600Z Downloaded unicode-normalization v0.1.24
6962024-12-28T04:16:26.603Z Downloaded futures-util v0.3.30
6972024-12-28T04:16:26.615Z Downloaded goblin v0.8.2
6982024-12-28T04:16:26.621Z Downloaded rustls v0.21.12
6992024-12-28T04:16:26.632Z Downloaded regex-syntax v0.8.4
7002024-12-28T04:16:26.642Z Downloaded idna v0.4.0
7012024-12-28T04:16:26.648Z Downloaded rhai v1.20.0
7022024-12-28T04:16:26.661Z Downloaded winnow v0.5.40
7032024-12-28T04:16:26.669Z Downloaded rustix v0.38.37
7042024-12-28T04:16:26.693Z Downloaded winnow v0.6.18
7052024-12-28T04:16:26.702Z Downloaded syn v1.0.109
7062024-12-28T04:16:26.713Z Downloaded hickory-proto v0.24.1
7072024-12-28T04:16:26.731Z Downloaded vcpkg v0.2.15
7082024-12-28T04:16:26.771Z Downloaded webpki-roots v0.26.6
7092024-12-28T04:16:26.775Z Downloaded webpki-roots v0.25.4
7102024-12-28T04:16:26.779Z Downloaded openssl v0.10.66
7112024-12-28T04:16:26.790Z Downloaded idna v0.5.0
7122024-12-28T04:16:26.797Z Downloaded smoltcp v0.11.0
7132024-12-28T04:16:26.810Z Downloaded sled v0.34.7
7142024-12-28T04:16:26.823Z Downloaded openapiv3 v2.0.0
7152024-12-28T04:16:26.834Z Downloaded zerocopy-derive v0.6.6
7162024-12-28T04:16:26.844Z Downloaded regex-automata v0.4.7
7172024-12-28T04:16:26.860Z Downloaded petgraph v0.6.5
7182024-12-28T04:16:26.877Z Downloaded unicode-width v0.1.14
7192024-12-28T04:16:26.883Z Downloaded syn v2.0.87
7202024-12-28T04:16:26.894Z Downloaded dropshot v0.12.0
7212024-12-28T04:16:26.913Z Downloaded rustls v0.22.4
7222024-12-28T04:16:26.926Z Downloaded regress v0.9.1
7232024-12-28T04:16:26.934Z Downloaded hyper v0.14.30
7242024-12-28T04:16:26.941Z Downloaded typify-impl v0.2.0
7252024-12-28T04:16:26.958Z Downloaded rustls v0.23.13
7262024-12-28T04:16:26.968Z Downloaded regress v0.10.1
7272024-12-28T04:16:26.975Z Downloaded chrono v0.4.38
7282024-12-28T04:16:26.982Z Downloaded itertools v0.12.1
7292024-12-28T04:16:26.989Z Downloaded itertools v0.10.5
7302024-12-28T04:16:26.994Z Downloaded rustls-webpki v0.102.8
7312024-12-28T04:16:27.011Z Downloaded libc v0.2.167
7322024-12-28T04:16:27.035Z Downloaded indexmap v2.5.0
7332024-12-28T04:16:27.038Z Downloaded serde_with v3.9.0
7342024-12-28T04:16:27.047Z Downloaded serde_json v1.0.133
7352024-12-28T04:16:27.052Z Downloaded bytes v1.7.2
7362024-12-28T04:16:27.057Z Downloaded argon2 v0.5.3
7372024-12-28T04:16:27.059Z Downloaded allocator-api2 v0.2.18
7382024-12-28T04:16:27.062Z Downloaded hyper-rustls v0.27.3
7392024-12-28T04:16:27.064Z Downloaded serde_with_macros v3.9.0
7402024-12-28T04:16:27.064Z Downloaded serde_urlencoded v0.7.1
7412024-12-28T04:16:27.067Z Downloaded tokio v1.42.0
7422024-12-28T04:16:27.102Z Downloaded semver v1.0.23
7432024-12-28T04:16:27.110Z Downloaded futures v0.3.30
7442024-12-28T04:16:27.125Z Downloaded is-terminal v0.4.13
7452024-12-28T04:16:27.126Z Downloaded rhai_codegen v2.2.0
7462024-12-28T04:16:27.126Z Downloaded portable-atomic v1.8.0
7472024-12-28T04:16:27.141Z Downloaded rustls-pki-types v1.8.0
7482024-12-28T04:16:27.141Z Downloaded bitflags v2.6.0
7492024-12-28T04:16:27.141Z Downloaded anyhow v1.0.94
7502024-12-28T04:16:27.141Z Downloaded slog-scope v4.4.0
7512024-12-28T04:16:27.141Z Downloaded console v0.15.8
7522024-12-28T04:16:27.141Z Downloaded slog-bunyan v2.5.0
7532024-12-28T04:16:27.144Z Downloaded signal-hook-registry v1.4.2
7542024-12-28T04:16:27.144Z Downloaded serde_tokenstream v0.2.2
7552024-12-28T04:16:27.144Z Downloaded serde_repr v0.1.19
7562024-12-28T04:16:27.144Z Downloaded derive-where v1.2.7
7572024-12-28T04:16:27.144Z Downloaded crossbeam-utils v0.8.20
7582024-12-28T04:16:27.146Z Downloaded arc-swap v1.7.1
7592024-12-28T04:16:27.148Z Downloaded cookie v0.18.1
7602024-12-28T04:16:27.150Z Downloaded backoff v0.4.0
7612024-12-28T04:16:27.152Z Downloaded libsw v3.3.1
7622024-12-28T04:16:27.154Z Downloaded shlex v1.3.0
7632024-12-28T04:16:27.154Z Downloaded serde_spanned v0.6.7
7642024-12-28T04:16:27.156Z Downloaded rustc_version v0.4.1
7652024-12-28T04:16:27.156Z Downloaded rustc-hash v2.0.0
7662024-12-28T04:16:27.158Z Downloaded resolv-conf v0.7.0
7672024-12-28T04:16:27.160Z Downloaded clap_derive v4.5.18
7682024-12-28T04:16:27.162Z Downloaded ciborium v0.2.2
7692024-12-28T04:16:27.165Z Downloaded cancel-safe-futures v0.1.5
7702024-12-28T04:16:27.167Z Downloaded rustc_version v0.1.7
7712024-12-28T04:16:27.167Z Downloaded fnv v1.0.7
7722024-12-28T04:16:27.167Z Downloaded dyn-clone v1.0.17
7732024-12-28T04:16:27.169Z Downloaded bitflags v1.3.2
7742024-12-28T04:16:27.170Z Downloaded dirs-next v2.0.0
7752024-12-28T04:16:27.173Z Downloaded digest v0.10.7
7762024-12-28T04:16:27.176Z Downloaded encoding_rs v0.8.34
7772024-12-28T04:16:27.193Z Downloaded defmt-parser v0.3.4
7782024-12-28T04:16:27.195Z Downloaded crypto-common v0.1.6
7792024-12-28T04:16:27.195Z Downloaded cpufeatures v0.2.14
7802024-12-28T04:16:27.197Z Downloaded parking_lot_core v0.9.10
7812024-12-28T04:16:27.200Z Downloaded cobs v0.2.3
7822024-12-28T04:16:27.200Z Downloaded password-hash v0.5.0
7832024-12-28T04:16:27.201Z Downloaded parse-display-derive v0.10.0
7842024-12-28T04:16:27.202Z Downloaded colorchoice v1.0.2
7852024-12-28T04:16:27.203Z Downloaded autocfg v1.3.0
7862024-12-28T04:16:27.203Z Downloaded anstyle-parse v0.2.5
7872024-12-28T04:16:27.206Z Downloaded anstyle v1.0.10
7882024-12-28T04:16:27.208Z Downloaded async-stream v0.3.5
7892024-12-28T04:16:27.208Z Downloaded equivalent v1.0.1
7902024-12-28T04:16:27.211Z Downloaded block-buffer v0.10.4
7912024-12-28T04:16:27.386Z Downloaded ring v0.17.8
7922024-12-28T04:16:27.718Z Compiling proc-macro2 v1.0.86
7932024-12-28T04:16:27.718Z Compiling unicode-ident v1.0.13
7942024-12-28T04:16:27.721Z Compiling libc v0.2.167
7952024-12-28T04:16:27.721Z Compiling serde v1.0.217
7962024-12-28T04:16:27.721Z Compiling autocfg v1.3.0
7972024-12-28T04:16:27.721Z Compiling version_check v0.9.5
7982024-12-28T04:16:27.752Z Compiling cfg-if v1.0.0
7992024-12-28T04:16:27.902Z Compiling once_cell v1.20.2
8002024-12-28T04:16:27.935Z Compiling libm v0.2.8
8012024-12-28T04:16:28.277Z Compiling memchr v2.7.4
8022024-12-28T04:16:28.384Z Compiling byteorder v1.5.0
8032024-12-28T04:16:28.439Z Compiling parking_lot_core v0.9.10
8042024-12-28T04:16:28.508Z Compiling lock_api v0.4.12
8052024-12-28T04:16:28.812Z Compiling shlex v1.3.0
8062024-12-28T04:16:28.867Z Compiling thiserror v1.0.69
8072024-12-28T04:16:29.198Z Compiling cc v1.1.21
8082024-12-28T04:16:29.361Z Compiling itoa v1.0.11
8092024-12-28T04:16:29.472Z Compiling quote v1.0.37
8102024-12-28T04:16:29.673Z Compiling portable-atomic v1.8.0
8112024-12-28T04:16:29.810Z Compiling getrandom v0.2.15
8122024-12-28T04:16:29.965Z Compiling syn v2.0.87
8132024-12-28T04:16:30.159Z Compiling slab v0.4.9
8142024-12-28T04:16:30.176Z Compiling schemars v0.8.21
8152024-12-28T04:16:30.388Z Compiling ahash v0.8.11
8162024-12-28T04:16:30.417Z Compiling allocator-api2 v0.2.18
8172024-12-28T04:16:30.517Z Compiling num-traits v0.2.19
8182024-12-28T04:16:30.567Z Compiling ryu v1.0.18
8192024-12-28T04:16:30.849Z Compiling serde_json v1.0.133
8202024-12-28T04:16:30.975Z Compiling pin-project-lite v0.2.14
8212024-12-28T04:16:31.469Z Compiling equivalent v1.0.1
8222024-12-28T04:16:31.555Z Compiling log v0.4.22
8232024-12-28T04:16:31.578Z Compiling scopeguard v1.2.0
8242024-12-28T04:16:31.654Z Compiling fnv v1.0.7
8252024-12-28T04:16:31.749Z Compiling heck v0.5.0
8262024-12-28T04:16:32.040Z Compiling pkg-config v0.3.31
8272024-12-28T04:16:32.150Z Compiling crunchy v0.2.2
8282024-12-28T04:16:32.169Z Compiling ring v0.17.8
8292024-12-28T04:16:32.210Z Compiling vcpkg v0.2.15
8302024-12-28T04:16:32.672Z Compiling socket2 v0.5.8
8312024-12-28T04:16:33.250Z Compiling signal-hook-registry v1.4.2
8322024-12-28T04:16:33.337Z Compiling mio v1.0.2
8332024-12-28T04:16:33.671Z Compiling slog v2.7.0
8342024-12-28T04:16:33.782Z Compiling httparse v1.9.4
8352024-12-28T04:16:33.963Z Compiling openssl-sys v0.9.103
8362024-12-28T04:16:34.175Z Compiling tiny-keccak v2.0.2
8372024-12-28T04:16:34.476Z Compiling iana-time-zone v0.1.61
8382024-12-28T04:16:34.835Z Compiling futures-core v0.3.30
8392024-12-28T04:16:34.916Z Compiling dyn-clone v1.0.17
8402024-12-28T04:16:34.954Z Compiling const-random-macro v0.1.16
8412024-12-28T04:16:35.105Z Compiling futures-sink v0.3.30
8422024-12-28T04:16:35.133Z Compiling openssl v0.10.66
8432024-12-28T04:16:35.445Z Compiling rustls v0.23.13
8442024-12-28T04:16:35.570Z Compiling native-tls v0.2.12
8452024-12-28T04:16:35.709Z Compiling const-random v0.1.18
8462024-12-28T04:16:35.728Z Compiling typenum v1.17.0
8472024-12-28T04:16:35.777Z Compiling semver v1.0.23
8482024-12-28T04:16:35.808Z Compiling futures-channel v0.3.30
8492024-12-28T04:16:35.810Z Compiling futures-task v0.3.30
8502024-12-28T04:16:35.857Z Compiling futures-io v0.3.30
8512024-12-28T04:16:35.924Z Compiling pin-utils v0.1.0
8522024-12-28T04:16:36.025Z Compiling generic-array v0.14.7
8532024-12-28T04:16:36.205Z Compiling tracing-core v0.1.32
8542024-12-28T04:16:36.241Z Compiling bitflags v2.6.0
8552024-12-28T04:16:36.291Z Compiling subtle v2.6.1
8562024-12-28T04:16:36.328Z Compiling ucd-trie v0.1.6
8572024-12-28T04:16:36.376Z Compiling aho-corasick v1.1.3
8582024-12-28T04:16:36.538Z Compiling regex-syntax v0.8.4
8592024-12-28T04:16:36.557Z Compiling anyhow v1.0.94
8602024-12-28T04:16:36.770Z Compiling time-core v0.1.2
8612024-12-28T04:16:36.815Z Compiling num-conv v0.1.0
8622024-12-28T04:16:37.057Z Compiling serde_derive_internals v0.29.1
8632024-12-28T04:16:37.146Z Compiling time-macros v0.2.18
8642024-12-28T04:16:38.340Z Compiling rustls-pki-types v1.8.0
8652024-12-28T04:16:38.527Z Compiling spin v0.9.8
8662024-12-28T04:16:39.244Z Compiling usdt-impl v0.5.0
8672024-12-28T04:16:39.575Z Compiling untrusted v0.9.0
8682024-12-28T04:16:39.626Z Compiling omicron-workspace-hack v0.1.0
8692024-12-28T04:16:40.015Z Compiling regex-automata v0.4.7
8702024-12-28T04:16:40.094Z Compiling plain v0.2.3
8712024-12-28T04:16:40.249Z Compiling strsim v0.11.1
8722024-12-28T04:16:40.717Z Compiling tinyvec_macros v0.1.1
8732024-12-28T04:16:40.818Z Compiling atomic-waker v1.1.2
8742024-12-28T04:16:40.961Z Compiling rustversion v1.0.17
8752024-12-28T04:16:41.007Z Compiling tinyvec v1.8.0
8762024-12-28T04:16:42.403Z Compiling rand_core v0.6.4
8772024-12-28T04:16:42.566Z Compiling serde_derive v1.0.217
8782024-12-28T04:16:42.675Z Compiling zerocopy-derive v0.7.35
8792024-12-28T04:16:42.871Z Compiling thiserror-impl v1.0.69
8802024-12-28T04:16:43.307Z Compiling tokio-macros v2.4.0
8812024-12-28T04:16:44.007Z Compiling schemars_derive v0.8.21
8822024-12-28T04:16:44.828Z Compiling zerocopy v0.7.35
8832024-12-28T04:16:45.836Z Compiling futures-macro v0.3.30
8842024-12-28T04:16:46.960Z Compiling hashbrown v0.14.5
8852024-12-28T04:16:46.989Z Compiling openssl-macros v0.1.1
8862024-12-28T04:16:47.072Z Compiling tracing-attributes v0.1.27
8872024-12-28T04:16:47.775Z Compiling scroll_derive v0.12.0
8882024-12-28T04:16:47.805Z Compiling pest v2.7.13
8892024-12-28T04:16:47.822Z Compiling futures-util v0.3.30
8902024-12-28T04:16:48.420Z Compiling regress v0.10.1
8912024-12-28T04:16:49.177Z Compiling regex v1.10.6
8922024-12-28T04:16:49.339Z Compiling scroll v0.12.0
8932024-12-28T04:16:50.433Z Compiling tracing v0.1.40
8942024-12-28T04:16:50.673Z Compiling pest_meta v2.7.13
8952024-12-28T04:16:51.153Z Compiling goblin v0.8.2
8962024-12-28T04:16:53.003Z Compiling pest_generator v2.7.13
8972024-12-28T04:16:54.670Z Compiling rustls-webpki v0.102.8
8982024-12-28T04:16:54.771Z Compiling try-lock v0.2.5
8992024-12-28T04:16:54.795Z Compiling pest_derive v2.7.13
9002024-12-28T04:16:54.943Z Compiling unsafe-libyaml v0.2.11
9012024-12-28T04:16:55.946Z Compiling zeroize v1.8.1
9022024-12-28T04:16:56.324Z Compiling bytes v1.7.2
9032024-12-28T04:16:57.477Z Compiling smallvec v1.13.2
9042024-12-28T04:16:57.547Z Compiling indexmap v2.5.0
9052024-12-28T04:16:58.197Z Compiling chrono v0.4.38
9062024-12-28T04:16:58.814Z Compiling parking_lot v0.12.3
9072024-12-28T04:16:59.069Z Compiling uuid v1.11.0
9082024-12-28T04:16:59.094Z Compiling serde_tokenstream v0.2.2
9092024-12-28T04:16:59.257Z Compiling tokio v1.42.0
9102024-12-28T04:16:59.675Z Compiling http v1.2.0
9112024-12-28T04:17:02.676Z Compiling openapiv3 v2.0.0
9122024-12-28T04:17:02.700Z Compiling pretty-hex v0.4.1
9132024-12-28T04:17:02.910Z Compiling percent-encoding v2.3.1
9142024-12-28T04:17:04.202Z Compiling ipnetwork v0.20.0
9152024-12-28T04:17:06.666Z Compiling typify-impl v0.2.0
9162024-12-28T04:17:06.731Z Compiling http-body v1.0.1
9172024-12-28T04:17:06.986Z Compiling form_urlencoded v1.2.1
9182024-12-28T04:17:07.003Z Compiling dof v0.3.0
9192024-12-28T04:17:07.317Z Compiling serde_yaml v0.9.34+deprecated
9202024-12-28T04:17:07.491Z Compiling dtrace-parser v0.2.0
9212024-12-28T04:17:08.348Z Compiling want v0.3.1
9222024-12-28T04:17:08.651Z Compiling unicode-normalization v0.1.24
9232024-12-28T04:17:09.259Z Compiling tokio-util v0.7.12
9242024-12-28T04:17:09.987Z Compiling thread-id v4.2.2
9252024-12-28T04:17:10.109Z Compiling httpdate v1.0.3
9262024-12-28T04:17:10.129Z Compiling ident_case v1.0.1
9272024-12-28T04:17:10.314Z Compiling h2 v0.4.6
9282024-12-28T04:17:10.878Z Compiling syn v1.0.109
9292024-12-28T04:17:11.059Z Compiling unicode-bidi v0.3.15
9302024-12-28T04:17:11.269Z Compiling camino v1.1.9
9312024-12-28T04:17:11.491Z Compiling foreign-types-shared v0.1.1
9322024-12-28T04:17:11.618Z Compiling rustls v0.22.4
9332024-12-28T04:17:11.650Z Compiling foreign-types v0.3.2
9342024-12-28T04:17:11.824Z Compiling darling_core v0.20.10
9352024-12-28T04:17:11.929Z Compiling ppv-lite86 v0.2.20
9362024-12-28T04:17:13.584Z Compiling slog-async v2.8.0
9372024-12-28T04:17:14.093Z Compiling tower-service v0.3.3
9382024-12-28T04:17:14.897Z Compiling rand_chacha v0.3.1
9392024-12-28T04:17:14.900Z Compiling idna v0.5.0
9402024-12-28T04:17:16.655Z Compiling hyper v1.5.1
9412024-12-28T04:17:18.046Z Compiling darling_macro v0.20.10
9422024-12-28T04:17:18.589Z Compiling typify-macro v0.2.0
9432024-12-28T04:17:19.132Z Compiling toml_datetime v0.6.8
9442024-12-28T04:17:19.629Z Compiling hyper-util v0.1.10
9452024-12-28T04:17:22.508Z Compiling typify v0.2.0
9462024-12-28T04:17:22.660Z Compiling progenitor-impl v0.8.0
9472024-12-28T04:17:25.528Z Compiling multer v3.1.0
9482024-12-28T04:17:26.057Z Compiling openssl-probe v0.1.5
9492024-12-28T04:17:26.589Z Compiling paste v1.0.15
9502024-12-28T04:17:29.400Z Compiling progenitor-macro v0.8.0
9512024-12-28T04:17:30.530Z Compiling darling v0.20.10
9522024-12-28T04:17:30.656Z Compiling url v2.5.2
9532024-12-28T04:17:31.284Z Compiling rand v0.8.5
9542024-12-28T04:17:33.966Z Compiling usdt-macro v0.5.0
9552024-12-28T04:17:35.501Z Compiling usdt-attr-macro v0.5.0
9562024-12-28T04:17:36.126Z Compiling http-body-util v0.1.2
9572024-12-28T04:17:36.732Z Compiling async-trait v0.1.83
9582024-12-28T04:17:39.046Z Compiling encoding_rs v0.8.34
9592024-12-28T04:17:39.133Z Compiling mime v0.3.17
9602024-12-28T04:17:39.251Z Compiling base64 v0.22.1
9612024-12-28T04:17:39.464Z Compiling ipnet v2.10.0
9622024-12-28T04:17:40.175Z Compiling rustls-pemfile v2.1.3
9632024-12-28T04:17:42.614Z Compiling tokio-rustls v0.26.0
9642024-12-28T04:17:43.139Z Compiling serde_with_macros v3.9.0
9652024-12-28T04:17:43.682Z Compiling tokio-native-tls v0.3.1
9662024-12-28T04:17:43.994Z Compiling strum_macros v0.26.4
9672024-12-28T04:17:44.932Z Compiling serde_urlencoded v0.7.1
9682024-12-28T04:17:45.544Z Compiling structmeta-derive v0.3.0
9692024-12-28T04:17:45.863Z Compiling async-stream-impl v0.3.5
9702024-12-28T04:17:47.270Z Compiling webpki-roots v0.26.6
9712024-12-28T04:17:47.496Z Compiling dropshot v0.12.0
9722024-12-28T04:17:47.856Z Compiling crossbeam-utils v0.8.20
9732024-12-28T04:17:48.444Z Compiling powerfmt v0.2.0
9742024-12-28T04:17:48.610Z Compiling structmeta v0.3.0
9752024-12-28T04:17:48.919Z Compiling deranged v0.3.11
9762024-12-28T04:17:49.005Z Compiling hyper-rustls v0.27.3
9772024-12-28T04:17:49.656Z Compiling hyper-tls v0.6.0
9782024-12-28T04:17:50.559Z Compiling sync_wrapper v1.0.1
9792024-12-28T04:17:52.141Z Compiling num_threads v0.1.7
9802024-12-28T04:17:52.277Z Compiling winnow v0.6.18
9812024-12-28T04:17:53.830Z Compiling time v0.3.36
9822024-12-28T04:17:56.087Z Compiling reqwest v0.12.9
9832024-12-28T04:17:56.542Z Compiling parse-display-derive v0.10.0
9842024-12-28T04:17:58.364Z Compiling block-buffer v0.10.4
9852024-12-28T04:17:58.620Z Compiling crypto-common v0.1.6
9862024-12-28T04:17:58.849Z Compiling dropshot_endpoint v0.12.0
9872024-12-28T04:18:00.594Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882024-12-28T04:18:03.097Z Compiling digest v0.10.7
9892024-12-28T04:18:03.170Z Compiling progenitor-client v0.8.0
9902024-12-28T04:18:04.087Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912024-12-28T04:18:06.539Z Compiling dirs-sys-next v0.1.2
9922024-12-28T04:18:06.588Z Compiling rustix v0.38.37
9932024-12-28T04:18:07.339Z Compiling match_cfg v0.1.0
9942024-12-28T04:18:07.529Z Compiling lazy_static v1.5.0
9952024-12-28T04:18:07.874Z Compiling hostname v0.3.1
9962024-12-28T04:18:08.123Z Compiling dirs-next v2.0.0
9972024-12-28T04:18:08.189Z Compiling progenitor v0.8.0
9982024-12-28T04:18:10.337Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992024-12-28T04:18:11.207Z Compiling futures-executor v0.3.30
10002024-12-28T04:18:11.559Z Compiling thread_local v1.1.8
10012024-12-28T04:18:12.154Z Compiling errno v0.3.9
10022024-12-28T04:18:12.414Z Compiling instant v0.1.13
10032024-12-28T04:18:12.593Z Compiling cpufeatures v0.2.14
10042024-12-28T04:18:12.897Z Compiling unicode-width v0.1.14
10052024-12-28T04:18:14.493Z Compiling futures v0.3.30
10062024-12-28T04:18:15.991Z Compiling term v0.7.0
10072024-12-28T04:18:16.726Z Compiling crossbeam-channel v0.5.13
10082024-12-28T04:18:19.507Z Compiling serde_spanned v0.6.7
10092024-12-28T04:18:19.550Z Compiling memmap v0.7.0
10102024-12-28T04:18:19.769Z Compiling is-terminal v0.4.13
10112024-12-28T04:18:20.238Z Compiling take_mut v0.2.2
10122024-12-28T04:18:20.332Z Compiling slog-term v2.9.1
10132024-12-28T04:18:20.559Z Compiling usdt v0.5.0
10142024-12-28T04:18:22.004Z Compiling toml_edit v0.22.21
10152024-12-28T04:18:23.321Z Compiling slog-json v2.6.1
10162024-12-28T04:18:23.776Z Compiling strum v0.26.3
10172024-12-28T04:18:23.977Z Compiling serde_with v3.9.0
10182024-12-28T04:18:26.014Z Compiling heapless v0.8.0
10192024-12-28T04:18:26.592Z Compiling debug-ignore v1.0.5
10202024-12-28T04:18:28.439Z Compiling tokio-rustls v0.25.0
10212024-12-28T04:18:29.306Z Compiling toml v0.8.19
10222024-12-28T04:18:31.060Z Compiling slog-bunyan v2.5.0
10232024-12-28T04:18:31.351Z Compiling sha1 v0.10.6
10242024-12-28T04:18:32.224Z Compiling async-stream v0.3.5
10252024-12-28T04:18:32.245Z Compiling newtype-uuid v1.1.0
10262024-12-28T04:18:32.536Z Compiling hex v0.4.3
10272024-12-28T04:18:32.590Z Compiling serde_path_to_error v0.1.16
10282024-12-28T04:18:33.023Z Compiling waitgroup v0.1.2
10292024-12-28T04:18:33.277Z Compiling hostname v0.4.0
10302024-12-28T04:18:33.322Z Compiling hash32 v0.3.1
10312024-12-28T04:18:33.526Z Compiling stable_deref_trait v1.2.0
10322024-12-28T04:18:33.614Z Compiling smoltcp v0.11.0
10332024-12-28T04:18:36.151Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342024-12-28T04:18:36.395Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352024-12-28T04:18:36.900Z Compiling backoff v0.4.0
10362024-12-28T04:18:36.971Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372024-12-28T04:18:37.270Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10382024-12-28T04:18:37.485Z Compiling parse-display v0.10.0
10392024-12-28T04:18:39.457Z Compiling macaddr v1.0.1
10402024-12-28T04:18:40.083Z Compiling regress v0.9.1
10412024-12-28T04:18:41.127Z Compiling clap_derive v4.5.18
10422024-12-28T04:18:43.427Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10432024-12-28T04:18:44.134Z Compiling managed v0.8.0
10442024-12-28T04:18:44.659Z Compiling utf8parse v0.2.2
10452024-12-28T04:18:44.757Z Compiling winnow v0.5.40
10462024-12-28T04:18:44.824Z Compiling cobs v0.2.3
10472024-12-28T04:18:45.260Z Compiling bitflags v1.3.2
10482024-12-28T04:18:45.908Z Compiling postcard v1.0.10
10492024-12-28T04:18:46.661Z Compiling anstyle-parse v0.2.5
10502024-12-28T04:18:47.652Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10512024-12-28T04:18:48.660Z Compiling toml_edit v0.19.15
10522024-12-28T04:18:53.616Z Compiling anstyle v1.0.10
10532024-12-28T04:18:54.400Z Compiling is_terminal_polyfill v1.70.1
10542024-12-28T04:18:54.945Z Compiling colorchoice v1.0.2
10552024-12-28T04:18:55.079Z Compiling anstyle-query v1.1.1
10562024-12-28T04:18:55.233Z Compiling anstream v0.6.15
10572024-12-28T04:18:56.518Z Compiling proc-macro-crate v1.3.1
10582024-12-28T04:18:56.987Z Compiling terminal_size v0.4.0
10592024-12-28T04:18:57.332Z Compiling clap_lex v0.7.4
10602024-12-28T04:18:57.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10612024-12-28T04:18:57.887Z Compiling clap_builder v4.5.23
10622024-12-28T04:18:58.094Z Compiling num_enum_derive v0.5.11
10632024-12-28T04:18:59.276Z Compiling tabwriter v1.4.0
10642024-12-28T04:19:00.200Z Compiling foreign-types-macros v0.2.3
10652024-12-28T04:19:00.470Z Compiling num-integer v0.1.46
10662024-12-28T04:19:00.823Z Compiling foreign-types-shared v0.3.1
10672024-12-28T04:19:01.373Z Compiling num_enum v0.5.11
10682024-12-28T04:19:01.567Z Compiling foreign-types v0.5.0
10692024-12-28T04:19:01.991Z Compiling clap v4.5.23
10702024-12-28T04:19:02.056Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10712024-12-28T04:19:03.614Z Compiling cstr-argument v0.1.2
10722024-12-28T04:19:03.617Z Compiling proc-macro-error-attr v1.0.4
10732024-12-28T04:19:03.617Z Compiling heck v0.4.1
10742024-12-28T04:19:03.617Z Compiling either v1.13.0
10752024-12-28T04:19:03.617Z Compiling prettyplease v0.2.22
10762024-12-28T04:19:03.617Z Compiling pretty-hex v0.2.1
10772024-12-28T04:19:03.617Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-12-28T04:19:03.990Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792024-12-28T04:19:04.304Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802024-12-28T04:19:05.573Z Compiling num-rational v0.4.2
10812024-12-28T04:19:05.933Z Compiling num-iter v0.1.45
10822024-12-28T04:19:06.572Z Compiling colored v2.1.0
10832024-12-28T04:19:07.955Z Compiling num-complex v0.4.6
10842024-12-28T04:19:08.560Z Compiling proc-macro-error v1.0.4
10852024-12-28T04:19:08.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-28T04:19:08.977Z Compiling fastrand v2.1.1
10872024-12-28T04:19:09.080Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-12-28T04:19:09.249Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-12-28T04:19:09.446Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10902024-12-28T04:19:09.842Z Compiling tempfile v3.12.0
10912024-12-28T04:19:10.107Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-28T04:19:10.616Z Compiling num v0.4.3
10932024-12-28T04:19:14.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-12-28T04:19:14.812Z Compiling crucible-workspace-hack v0.1.0
10952024-12-28T04:19:14.864Z Compiling float-ord v0.3.2
10962024-12-28T04:19:15.027Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972024-12-28T04:19:22.744Z Compiling unicode-segmentation v1.12.0
10982024-12-28T04:19:23.038Z Compiling semver v0.1.20
10992024-12-28T04:19:23.458Z Compiling rustc_version v0.1.7
11002024-12-28T04:19:23.579Z Compiling newline-converter v0.3.0
11012024-12-28T04:19:23.815Z Compiling zone_cfg_derive v0.3.0
11022024-12-28T04:19:23.883Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11032024-12-28T04:19:24.096Z Compiling camino-tempfile v1.1.1
11042024-12-28T04:19:24.642Z Compiling itertools v0.10.5
11052024-12-28T04:19:24.867Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062024-12-28T04:19:25.289Z Compiling console v0.15.8
11072024-12-28T04:19:25.310Z Compiling num-derive v0.4.2
11082024-12-28T04:19:26.747Z Compiling sigpipe v0.1.3
11092024-12-28T04:19:26.893Z Compiling similar v2.6.0
11102024-12-28T04:19:27.726Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-12-28T04:19:28.005Z Compiling base64ct v1.6.0
11122024-12-28T04:19:28.266Z Compiling expectorate v1.1.0
11132024-12-28T04:19:28.289Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11142024-12-28T04:19:28.461Z Compiling zone v0.3.0
11152024-12-28T04:19:28.666Z Compiling password-hash v0.5.0
11162024-12-28T04:19:29.978Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172024-12-28T04:19:30.755Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11182024-12-28T04:19:30.799Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11192024-12-28T04:19:31.829Z Compiling newtype_derive v0.1.6
11202024-12-28T04:19:32.223Z Compiling blake2 v0.10.6
11212024-12-28T04:19:33.230Z Compiling hubpack_derive v0.1.1
11222024-12-28T04:19:33.286Z Compiling smf v0.2.3
11232024-12-28T04:19:33.437Z Compiling zerocopy-derive v0.6.6
11242024-12-28T04:19:34.004Z Compiling fixedbitset v0.4.2
11252024-12-28T04:19:34.174Z Compiling cancel-safe-futures v0.1.5
11262024-12-28T04:19:34.547Z Compiling whoami v1.5.2
11272024-12-28T04:19:34.644Z Compiling owo-colors v4.1.0
11282024-12-28T04:19:34.713Z Compiling petgraph v0.6.5
11292024-12-28T04:19:35.432Z Compiling hubpack v0.1.2
11302024-12-28T04:19:35.455Z Compiling argon2 v0.5.3
11312024-12-28T04:19:35.508Z Compiling zerocopy v0.6.6
11322024-12-28T04:19:36.513Z Compiling strum_macros v0.25.3
11332024-12-28T04:19:38.004Z Compiling serde-big-array v0.5.1
11342024-12-28T04:19:38.269Z Compiling serde_repr v0.1.19
11352024-12-28T04:19:39.333Z Compiling cookie v0.18.1
11362024-12-28T04:19:39.483Z Compiling static_assertions v1.1.0
11372024-12-28T04:19:39.503Z Compiling convert_case v0.4.0
11382024-12-28T04:19:39.591Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-12-28T04:19:39.762Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-12-28T04:19:40.268Z Compiling derive_more v0.99.18
11412024-12-28T04:19:41.491Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11422024-12-28T04:19:42.053Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-28T04:19:43.706Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-28T04:19:43.788Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-12-28T04:19:45.516Z Compiling atomicwrites v0.4.4
11462024-12-28T04:19:46.053Z Compiling itertools v0.13.0
11472024-12-28T04:19:47.006Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-12-28T04:19:48.196Z Compiling idna v0.4.0
11492024-12-28T04:19:49.580Z Compiling libsw v3.3.1
11502024-12-28T04:19:49.847Z Compiling enum-as-inner v0.6.1
11512024-12-28T04:19:49.919Z Compiling derive-where v1.2.7
11522024-12-28T04:19:50.042Z Compiling linear-map v1.2.0
11532024-12-28T04:19:50.491Z Compiling data-encoding v2.6.0
11542024-12-28T04:19:50.584Z Compiling highway v1.2.0
11552024-12-28T04:19:51.009Z Compiling quick-error v1.2.3
11562024-12-28T04:19:51.170Z Compiling indent_write v2.2.0
11572024-12-28T04:19:51.459Z Compiling linked-hash-map v0.5.6
11582024-12-28T04:19:51.890Z Compiling swrite v0.1.0
11592024-12-28T04:19:51.946Z Compiling lru-cache v0.1.2
11602024-12-28T04:19:52.031Z Compiling hickory-proto v0.24.1
11612024-12-28T04:19:52.061Z Compiling resolv-conf v0.7.0
11622024-12-28T04:19:52.176Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-28T04:19:53.271Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-28T04:19:53.619Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-28T04:19:54.028Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-28T04:19:54.521Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-28T04:19:57.428Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-12-28T04:19:58.062Z Compiling steno v0.4.1
11692024-12-28T04:20:01.241Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-28T04:20:01.314Z Compiling slog-dtrace v0.3.0
11712024-12-28T04:20:01.616Z Compiling humantime v2.1.0
11722024-12-28T04:20:01.679Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-28T04:20:01.853Z Compiling parking_lot_core v0.8.6
11742024-12-28T04:20:02.365Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-12-28T04:20:02.484Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-12-28T04:20:04.980Z Compiling hickory-resolver v0.24.1
11772024-12-28T04:20:05.045Z Compiling num-derive v0.3.3
11782024-12-28T04:20:05.805Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-12-28T04:20:06.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802024-12-28T04:20:07.129Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11812024-12-28T04:20:07.347Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11822024-12-28T04:20:08.265Z Compiling parking_lot v0.11.2
11832024-12-28T04:20:08.379Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11842024-12-28T04:20:09.939Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11852024-12-28T04:20:10.261Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862024-12-28T04:20:12.673Z Compiling crossbeam-epoch v0.9.18
11872024-12-28T04:20:12.926Z Compiling fxhash v0.2.1
11882024-12-28T04:20:13.164Z Compiling crc32fast v1.4.2
11892024-12-28T04:20:13.698Z Compiling crc8 v0.1.1
11902024-12-28T04:20:13.786Z Compiling arc-swap v1.7.1
11912024-12-28T04:20:14.050Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-12-28T04:20:14.508Z Compiling slog-scope v4.4.0
11932024-12-28T04:20:15.283Z Compiling sled v0.34.7
11942024-12-28T04:20:17.557Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-12-28T04:20:20.582Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11962024-12-28T04:20:21.124Z Compiling slog-stdlog v4.1.1
11972024-12-28T04:20:21.467Z Compiling slog-envlogger v2.2.0
11982024-12-28T04:20:21.964Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-12-28T04:20:23.371Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-28T04:20:36.035Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012024-12-28T04:20:40.820Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022024-12-28T04:20:41.805Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032024-12-28T04:21:10.638Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-12-28T04:21:10.640Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12052024-12-28T04:21:17.860Z Finished `release` profile [optimized] target(s) in 5m 11s
12062024-12-28T04:21:18.173Z+ banner trio
12072024-12-28T04:21:18.175Z
12082024-12-28T04:21:18.175Z ##### ##### # ####
12092024-12-28T04:21:18.175Z # # # # # #
12102024-12-28T04:21:18.175Z # # # # # #
12112024-12-28T04:21:18.175Z # ##### # # #
12122024-12-28T04:21:18.175Z # # # # # #
12132024-12-28T04:21:18.175Z # # # # ####
12142024-12-28T04:21:18.175Z
12152024-12-28T04:21:18.175Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12162024-12-28T04:21:18.640Z Compiling cfg-if v1.0.0
12172024-12-28T04:21:18.640Z Compiling libc v0.2.167
12182024-12-28T04:21:18.640Z Compiling serde v1.0.217
12192024-12-28T04:21:18.642Z Compiling once_cell v1.20.2
12202024-12-28T04:21:18.642Z Compiling itoa v1.0.11
12212024-12-28T04:21:18.710Z Compiling byteorder v1.5.0
12222024-12-28T04:21:18.715Z Compiling syn v2.0.87
12232024-12-28T04:21:18.728Z Compiling bytes v1.7.2
12242024-12-28T04:21:18.781Z Compiling num-traits v0.2.19
12252024-12-28T04:21:18.933Z Compiling zerocopy v0.7.35
12262024-12-28T04:21:19.091Z Compiling pin-project-lite v0.2.14
12272024-12-28T04:21:19.116Z Compiling ahash v0.8.11
12282024-12-28T04:21:19.124Z Compiling schemars v0.8.21
12292024-12-28T04:21:19.170Z Compiling memchr v2.7.4
12302024-12-28T04:21:19.254Z Compiling smallvec v1.13.2
12312024-12-28T04:21:19.264Z Compiling allocator-api2 v0.2.18
12322024-12-28T04:21:19.474Z Compiling scopeguard v1.2.0
12332024-12-28T04:21:19.664Z Compiling lock_api v0.4.12
12342024-12-28T04:21:20.067Z Compiling hashbrown v0.14.5
12352024-12-28T04:21:20.106Z Compiling fnv v1.0.7
12362024-12-28T04:21:20.147Z Compiling getrandom v0.2.15
12372024-12-28T04:21:20.235Z Compiling parking_lot_core v0.9.10
12382024-12-28T04:21:20.244Z Compiling signal-hook-registry v1.4.2
12392024-12-28T04:21:20.495Z Compiling socket2 v0.5.8
12402024-12-28T04:21:20.566Z Compiling mio v1.0.2
12412024-12-28T04:21:21.061Z Compiling parking_lot v0.12.3
12422024-12-28T04:21:21.259Z Compiling log v0.4.22
12432024-12-28T04:21:21.470Z Compiling futures-core v0.3.30
12442024-12-28T04:21:21.822Z Compiling equivalent v1.0.1
12452024-12-28T04:21:21.832Z Compiling ryu v1.0.18
12462024-12-28T04:21:21.934Z Compiling tracing-core v0.1.32
12472024-12-28T04:21:21.946Z Compiling serde_json v1.0.133
12482024-12-28T04:21:21.988Z Compiling uuid v1.11.0
12492024-12-28T04:21:22.192Z Compiling regress v0.10.1
12502024-12-28T04:21:22.334Z Compiling spin v0.9.8
12512024-12-28T04:21:22.391Z Compiling futures-sink v0.3.30
12522024-12-28T04:21:22.532Z Compiling futures-task v0.3.30
12532024-12-28T04:21:22.554Z Compiling untrusted v0.9.0
12542024-12-28T04:21:22.565Z Compiling pin-utils v0.1.0
12552024-12-28T04:21:22.652Z Compiling slab v0.4.9
12562024-12-28T04:21:22.736Z Compiling ring v0.17.8
12572024-12-28T04:21:22.739Z Compiling futures-util v0.3.30
12582024-12-28T04:21:23.190Z Compiling try-lock v0.2.5
12592024-12-28T04:21:23.334Z Compiling want v0.3.1
12602024-12-28T04:21:23.613Z Compiling httparse v1.9.4
12612024-12-28T04:21:23.780Z Compiling chrono v0.4.38
12622024-12-28T04:21:24.351Z Compiling futures-channel v0.3.30
12632024-12-28T04:21:24.699Z Compiling tower-service v0.3.3
12642024-12-28T04:21:24.809Z Compiling dyn-clone v1.0.17
12652024-12-28T04:21:24.822Z Compiling foreign-types-shared v0.1.1
12662024-12-28T04:21:24.919Z Compiling foreign-types v0.3.2
12672024-12-28T04:21:25.018Z Compiling openssl-sys v0.9.103
12682024-12-28T04:21:25.350Z Compiling serde_derive_internals v0.29.1
12692024-12-28T04:21:25.786Z Compiling bitflags v2.6.0
12702024-12-28T04:21:26.130Z Compiling unicode-ident v1.0.13
12712024-12-28T04:21:26.342Z Compiling proc-macro2 v1.0.86
12722024-12-28T04:21:26.390Z Compiling http v1.2.0
12732024-12-28T04:21:26.796Z Compiling tinyvec_macros v0.1.1
12742024-12-28T04:21:26.874Z Compiling openssl-probe v0.1.5
12752024-12-28T04:21:27.373Z Compiling semver v1.0.23
12762024-12-28T04:21:27.461Z Compiling quote v1.0.37
12772024-12-28T04:21:27.921Z Compiling tinyvec v1.8.0
12782024-12-28T04:21:29.177Z Compiling percent-encoding v2.3.1
12792024-12-28T04:21:29.402Z Compiling form_urlencoded v1.2.1
12802024-12-28T04:21:29.412Z Compiling unicode-normalization v0.1.24
12812024-12-28T04:21:30.320Z Compiling aho-corasick v1.1.3
12822024-12-28T04:21:30.366Z Compiling http v0.2.12
12832024-12-28T04:21:30.667Z Compiling serde_derive v1.0.217
12842024-12-28T04:21:30.707Z Compiling zerocopy-derive v0.7.35
12852024-12-28T04:21:30.936Z Compiling thiserror-impl v1.0.69
12862024-12-28T04:21:31.396Z Compiling schemars_derive v0.8.21
12872024-12-28T04:21:31.822Z Compiling tokio-macros v2.4.0
12882024-12-28T04:21:33.427Z Compiling tokio v1.42.0
12892024-12-28T04:21:34.003Z Compiling tracing-attributes v0.1.27
12902024-12-28T04:21:34.521Z Compiling thiserror v1.0.69
12912024-12-28T04:21:34.655Z Compiling openssl-macros v0.1.1
12922024-12-28T04:21:34.781Z Compiling unicode-bidi v0.3.15
12932024-12-28T04:21:35.174Z Compiling heck v0.5.0
12942024-12-28T04:21:35.511Z Compiling openssl v0.10.66
12952024-12-28T04:21:36.541Z Compiling rustls-pki-types v1.8.0
12962024-12-28T04:21:37.389Z Compiling tracing v0.1.40
12972024-12-28T04:21:37.786Z Compiling idna v0.5.0
12982024-12-28T04:21:37.865Z Compiling regex-automata v0.4.7
12992024-12-28T04:21:38.094Z Compiling http-body v1.0.1
13002024-12-28T04:21:45.307Z Compiling indexmap v2.5.0
13012024-12-28T04:21:45.806Z Compiling tokio-util v0.7.12
13022024-12-28T04:21:48.400Z Compiling native-tls v0.2.12
13032024-12-28T04:21:50.208Z Compiling serde_tokenstream v0.2.2
13042024-12-28T04:21:51.401Z Compiling tokio-native-tls v0.3.1
13052024-12-28T04:21:51.533Z Compiling atomic-waker v1.1.2
13062024-12-28T04:21:51.623Z Compiling regex-syntax v0.8.4
13072024-12-28T04:21:51.704Z Compiling slog v2.7.0
13082024-12-28T04:21:51.722Z Compiling h2 v0.4.6
13092024-12-28T04:21:52.270Z Compiling openapiv3 v2.0.0
13102024-12-28T04:21:53.033Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112024-12-28T04:21:54.213Z Compiling typify-impl v0.2.0
13122024-12-28T04:22:00.463Z Compiling serde_urlencoded v0.7.1
13132024-12-28T04:22:01.115Z Compiling regex v1.10.6
13142024-12-28T04:22:02.137Z Compiling url v2.5.2
13152024-12-28T04:22:04.987Z Compiling encoding_rs v0.8.34
13162024-12-28T04:22:06.171Z Compiling rustls v0.21.12
13172024-12-28T04:22:06.515Z Compiling mime v0.3.17
13182024-12-28T04:22:07.312Z Compiling ipnet v2.10.0
13192024-12-28T04:22:07.627Z Compiling typify-macro v0.2.0
13202024-12-28T04:22:07.735Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13212024-12-28T04:22:10.191Z Compiling hyper v1.5.1
13222024-12-28T04:22:11.301Z Compiling h2 v0.3.26
13232024-12-28T04:22:11.467Z Compiling rustls-webpki v0.102.8
13242024-12-28T04:22:11.644Z Compiling http-body v0.4.6
13252024-12-28T04:22:12.147Z Compiling rustls-webpki v0.101.7
13262024-12-28T04:22:13.078Z Compiling sct v0.7.1
13272024-12-28T04:22:13.535Z Compiling zeroize v1.8.1
13282024-12-28T04:22:13.898Z Compiling httpdate v1.0.3
13292024-12-28T04:22:14.625Z Compiling subtle v2.6.1
13302024-12-28T04:22:14.912Z Compiling toml_datetime v0.6.8
13312024-12-28T04:22:15.311Z Compiling toml_edit v0.19.15
13322024-12-28T04:22:15.731Z Compiling serde_yaml v0.9.34+deprecated
13332024-12-28T04:22:16.190Z Compiling rustls v0.23.13
13342024-12-28T04:22:19.502Z Compiling hyper v0.14.30
13352024-12-28T04:22:20.383Z Compiling hyper-util v0.1.10
13362024-12-28T04:22:26.457Z Compiling lazy_static v1.5.0
13372024-12-28T04:22:26.596Z Compiling tokio-rustls v0.26.0
13382024-12-28T04:22:27.026Z Compiling tokio-rustls v0.24.1
13392024-12-28T04:22:27.085Z Compiling proc-macro-crate v1.3.1
13402024-12-28T04:22:27.297Z Compiling http-body-util v0.1.2
13412024-12-28T04:22:27.442Z Compiling webpki-roots v0.26.6
13422024-12-28T04:22:27.665Z Compiling base64 v0.21.7
13432024-12-28T04:22:27.874Z Compiling base64 v0.22.1
13442024-12-28T04:22:27.910Z Compiling crossbeam-utils v0.8.20
13452024-12-28T04:22:27.927Z Compiling num_enum_derive v0.5.11
13462024-12-28T04:22:28.401Z Compiling rustls-pemfile v1.0.4
13472024-12-28T04:22:28.826Z Compiling rustls-pemfile v2.1.3
13482024-12-28T04:22:29.005Z Compiling hyper-tls v0.6.0
13492024-12-28T04:22:29.129Z Compiling hyper-rustls v0.27.3
13502024-12-28T04:22:29.205Z Compiling hyper-rustls v0.24.2
13512024-12-28T04:22:29.518Z Compiling hyper-tls v0.5.0
13522024-12-28T04:22:29.578Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-12-28T04:22:29.650Z Compiling typify v0.2.0
13542024-12-28T04:22:30.007Z Compiling ipnetwork v0.20.0
13552024-12-28T04:22:30.274Z Compiling ppv-lite86 v0.2.20
13562024-12-28T04:22:31.229Z Compiling foreign-types-macros v0.2.3
13572024-12-28T04:22:32.580Z Compiling sync_wrapper v1.0.1
13582024-12-28T04:22:32.736Z Compiling rand_core v0.6.4
13592024-12-28T04:22:33.162Z Compiling dirs-sys-next v0.1.2
13602024-12-28T04:22:33.216Z Compiling foreign-types-shared v0.3.1
13612024-12-28T04:22:33.294Z Compiling sync_wrapper v0.1.2
13622024-12-28T04:22:33.327Z Compiling powerfmt v0.2.0
13632024-12-28T04:22:33.427Z Compiling webpki-roots v0.25.4
13642024-12-28T04:22:33.596Z Compiling deranged v0.3.11
13652024-12-28T04:22:33.790Z Compiling reqwest v0.11.27
13662024-12-28T04:22:33.869Z Compiling dirs-next v2.0.0
13672024-12-28T04:22:34.132Z Compiling foreign-types v0.5.0
13682024-12-28T04:22:34.244Z Compiling time-macros v0.2.18
13692024-12-28T04:22:34.392Z Compiling rand_chacha v0.3.1
13702024-12-28T04:22:36.064Z Compiling reqwest v0.12.9
13712024-12-28T04:22:36.147Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722024-12-28T04:22:37.351Z Compiling progenitor-impl v0.8.0
13732024-12-28T04:22:42.927Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-12-28T04:22:44.130Z Compiling num_enum v0.5.11
13752024-12-28T04:22:44.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762024-12-28T04:22:44.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772024-12-28T04:22:44.885Z Compiling cstr-argument v0.1.2
13782024-12-28T04:22:45.162Z Compiling thread_local v1.1.8
13792024-12-28T04:22:45.885Z Compiling pretty-hex v0.2.1
13802024-12-28T04:22:46.100Z Compiling arc-swap v1.7.1
13812024-12-28T04:22:46.288Z Compiling num-conv v0.1.0
13822024-12-28T04:22:46.558Z Compiling time-core v0.1.2
13832024-12-28T04:22:46.750Z Compiling either v1.13.0
13842024-12-28T04:22:46.822Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13852024-12-28T04:22:47.202Z Compiling itertools v0.12.1
13862024-12-28T04:22:47.803Z Compiling time v0.3.36
13872024-12-28T04:22:48.294Z Compiling slog-scope v4.4.0
13882024-12-28T04:22:49.254Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13892024-12-28T04:22:49.648Z Compiling crossbeam-channel v0.5.13
13902024-12-28T04:22:51.025Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13912024-12-28T04:22:51.273Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13922024-12-28T04:22:51.455Z Compiling progenitor-macro v0.8.0
13932024-12-28T04:22:51.938Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-12-28T04:22:57.039Z Compiling progenitor-client v0.8.0
13952024-12-28T04:23:01.342Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-12-28T04:23:03.326Z Compiling rand v0.8.5
13972024-12-28T04:23:04.945Z Compiling anyhow v1.0.94
13982024-12-28T04:23:05.117Z Compiling term v0.7.0
13992024-12-28T04:23:06.496Z Compiling colored v2.1.0
14002024-12-28T04:23:07.770Z Compiling is-terminal v0.4.13
14012024-12-28T04:23:07.905Z Compiling take_mut v0.2.2
14022024-12-28T04:23:08.079Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-12-28T04:23:08.422Z Compiling winnow v0.6.18
14042024-12-28T04:23:09.730Z Compiling slog-async v2.8.0
14052024-12-28T04:23:12.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14062024-12-28T04:23:12.838Z Compiling slog-term v2.9.1
14072024-12-28T04:23:15.673Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-12-28T04:23:15.906Z Compiling progenitor v0.8.0
14092024-12-28T04:23:16.133Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-12-28T04:23:19.841Z Compiling slog-stdlog v4.1.1
14112024-12-28T04:23:20.701Z Compiling slog-envlogger v2.2.0
14122024-12-28T04:23:20.782Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132024-12-28T04:23:22.141Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142024-12-28T04:23:35.855Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152024-12-28T04:23:43.245Z Finished `release` profile [optimized] target(s) in 2m 25s
14162024-12-28T04:23:43.327Z Running unittests src/lib.rs (target/release/deps/mg_tests-7bba72dcf831ed55)
14172024-12-28T04:23:43.373Z
14182024-12-28T04:23:43.373Zrunning 1 test
14192024-12-28T04:23:43.534Zconfigure zone
14202024-12-28T04:23:43.551Zinstall zone
14212024-12-28T04:24:43.381Ztest ddm::test_trio_v3 has been running for over 60 seconds
14222024-12-28T04:25:44.971Zboot zone
14232024-12-28T04:25:45.746Zstart zone s1
14242024-12-28T04:25:45.746Zconfigure zone
14252024-12-28T04:25:45.755Zinstall zone
14262024-12-28T04:27:41.562Zboot zone
14272024-12-28T04:27:42.516Zstart zone s2
14282024-12-28T04:27:42.516Zconfigure zone
14292024-12-28T04:27:42.525Zinstall zone
14302024-12-28T04:29:40.515Zboot zone
14312024-12-28T04:29:41.304Zstart zone t1
14322024-12-28T04:29:41.304Zconfigure zone
14332024-12-28T04:29:41.312Zinstall zone
14342024-12-28T04:31:38.956Zboot zone
14352024-12-28T04:31:39.842Zwaiting for zones to come up
14362024-12-28T04:31:49.844Z[sidecar.trio] svcs milestone/network
14372024-12-28T04:31:49.877ZSTATE STIME FMRI
14382024-12-28T04:31:49.877Zonline 20:26:03 svc:/milestone/network:default
14392024-12-28T04:31:49.877Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14402024-12-28T04:31:49.924Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14412024-12-28T04:31:49.973Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14422024-12-28T04:31:50.016Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14432024-12-28T04:31:50.020Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14442024-12-28T04:31:50.041Z
14452024-12-28T04:31:50.041Zrunning zone s1.trio setup
14462024-12-28T04:31:50.041Z[s1.trio] svcs milestone/network
14472024-12-28T04:31:50.064ZSTATE STIME FMRI
14482024-12-28T04:31:50.064Zonline 20:28:00 svc:/milestone/network:default
14492024-12-28T04:31:50.064Z[s1.trio] dladm
14502024-12-28T04:31:50.085ZLINK CLASS MTU STATE BRIDGE OVER
14512024-12-28T04:31:50.085Zsl0 simnet 9000 up -- ?
14522024-12-28T04:31:50.085Zmg2 vnic 9000 up -- ?
14532024-12-28T04:31:50.085Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14542024-12-28T04:31:50.609Z
14552024-12-28T04:31:50.609Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14562024-12-28T04:31:50.635Z
14572024-12-28T04:31:50.635Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14582024-12-28T04:31:50.655Z
14592024-12-28T04:31:50.655Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14602024-12-28T04:31:50.744Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14612024-12-28T04:31:50.788Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a6e78db-b27a-488b-9d79-fd71ded22bb1 --sled-uuid d561961f-6107-4ba3-a611-42e54ae4c764 -a sl0/v6 &> /opt/ddmd.log &
14622024-12-28T04:31:50.809Z
14632024-12-28T04:31:50.809Zrunning zone s2.trio setup
14642024-12-28T04:31:50.809Z[s2.trio] svcs milestone/network
14652024-12-28T04:31:50.832ZSTATE STIME FMRI
14662024-12-28T04:31:50.832Zonline 20:29:59 svc:/milestone/network:default
14672024-12-28T04:31:50.832Z[s2.trio] dladm
14682024-12-28T04:31:50.853ZLINK CLASS MTU STATE BRIDGE OVER
14692024-12-28T04:31:50.853Zsl1 simnet 9000 up -- ?
14702024-12-28T04:31:50.853Zmg3 vnic 9000 up -- ?
14712024-12-28T04:31:50.853Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14722024-12-28T04:31:51.450Z
14732024-12-28T04:31:51.450Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14742024-12-28T04:31:51.473Z
14752024-12-28T04:31:51.473Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14762024-12-28T04:31:51.493Z
14772024-12-28T04:31:51.493Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14782024-12-28T04:31:51.538Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14792024-12-28T04:31:51.560Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 469499cc-32ae-4447-8ba6-5e00aa2c35e1 --sled-uuid fb86be59-a0f1-4b63-8825-ca1887588ac4 -a sl1/v6 &> /opt/ddmd.log &
14802024-12-28T04:31:51.580Z
14812024-12-28T04:31:51.580Zrunning zone t1.trio setup
14822024-12-28T04:31:51.580Z[t1.trio] svcs milestone/network
14832024-12-28T04:31:51.602ZSTATE STIME FMRI
14842024-12-28T04:31:51.602Z- - svc:/milestone/network:default
14852024-12-28T04:31:52.602Z[t1.trio] svcs milestone/network
14862024-12-28T04:31:52.624ZSTATE STIME FMRI
14872024-12-28T04:31:52.624Z- - svc:/milestone/network:default
14882024-12-28T04:31:53.624Z[t1.trio] svcs milestone/network
14892024-12-28T04:31:53.646ZSTATE STIME FMRI
14902024-12-28T04:31:53.646Z- - svc:/milestone/network:default
14912024-12-28T04:31:54.646Z[t1.trio] svcs milestone/network
14922024-12-28T04:31:54.667ZSTATE STIME FMRI
14932024-12-28T04:31:54.667Z- - svc:/milestone/network:default
14942024-12-28T04:31:55.668Z[t1.trio] svcs milestone/network
14952024-12-28T04:31:55.689ZSTATE STIME FMRI
14962024-12-28T04:31:55.689Z- - svc:/milestone/network:default
14972024-12-28T04:31:56.689Z[t1.trio] svcs milestone/network
14982024-12-28T04:31:56.709ZSTATE STIME FMRI
14992024-12-28T04:31:56.709Z- - svc:/milestone/network:default
15002024-12-28T04:31:57.710Z[t1.trio] svcs milestone/network
15012024-12-28T04:31:57.732ZSTATE STIME FMRI
15022024-12-28T04:31:57.732Zoffline 20:31:57 svc:/milestone/network:default
15032024-12-28T04:31:58.732Z[t1.trio] svcs milestone/network
15042024-12-28T04:31:58.757ZSTATE STIME FMRI
15052024-12-28T04:31:58.757Zonline 20:31:57 svc:/milestone/network:default
15062024-12-28T04:31:58.757Z[t1.trio] dladm
15072024-12-28T04:31:58.781ZLINK CLASS MTU STATE BRIDGE OVER
15082024-12-28T04:31:58.781Ztfportrear0_0 simnet 9000 up -- ?
15092024-12-28T04:31:58.781Ztfportrear1_0 simnet 9000 up -- ?
15102024-12-28T04:31:58.781Zmg1 vnic 9000 up -- ?
15112024-12-28T04:31:58.781Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15122024-12-28T04:31:59.389Z
15132024-12-28T04:31:59.389Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15142024-12-28T04:31:59.412Z
15152024-12-28T04:31:59.413Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15162024-12-28T04:31:59.440Z
15172024-12-28T04:31:59.440Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15182024-12-28T04:31:59.457Z
15192024-12-28T04:31:59.457Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15202024-12-28T04:31:59.659Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15212024-12-28T04:31:59.663Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15222024-12-28T04:31:59.666Zwaiting 3s for copy of files to zone to complete ...
15232024-12-28T04:32:02.667Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15242024-12-28T04:32:02.713Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15252024-12-28T04:32:02.735Z[t1.trio] svcadm enable dendrite
15262024-12-28T04:32:02.775Z
15272024-12-28T04:32:02.775Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15282024-12-28T04:32:02.820Z
15292024-12-28T04:32:02.820Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15302024-12-28T04:32:02.862Z
15312024-12-28T04:32:02.862Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15322024-12-28T04:32:02.903Z
15332024-12-28T04:32:02.903Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15342024-12-28T04:32:02.944Z
15352024-12-28T04:32:02.944Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15362024-12-28T04:32:02.985Z
15372024-12-28T04:32:02.985Z[t1.trio] svcadm refresh dendrite:default
15382024-12-28T04:32:03.022Z
15392024-12-28T04:32:03.022Z[t1.trio] svcadm restart dendrite:default
15402024-12-28T04:32:03.058Z
15412024-12-28T04:32:03.058Zwait 10s for dendrite to come up ...
15422024-12-28T04:32:13.060Z[t1.trio] svcadm enable tfport
15432024-12-28T04:32:13.098Z
15442024-12-28T04:32:13.098Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 44ae110a-1b12-4860-b3ed-dab1cb817eb4 --sled-uuid 063f981e-8dc7-449e-a1a0-d74c4008d10f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15452024-12-28T04:32:13.118Z
15462024-12-28T04:32:13.118Z[t1.trio] ipadm
15472024-12-28T04:32:13.140ZADDROBJ TYPE STATE ADDR
15482024-12-28T04:32:13.140Zlo0/v4 static ok 127.0.0.1/8
15492024-12-28T04:32:13.140Zmg1/v4 static ok 10.0.0.3/24
15502024-12-28T04:32:13.140Zlo0/v6 static ok ::1/128
15512024-12-28T04:32:13.140Zlo0/u6 static ok fd00:3::1/64
15522024-12-28T04:32:13.140Ztfportrear0_0/v6 addrconf ok fe80::382d:85ff:fedd:e0e4%tfportrear0_0/10
15532024-12-28T04:32:13.140Ztfportrear1_0/v6 addrconf ok fe80::402b:64ff:fece:e80c%tfportrear1_0/10
15542024-12-28T04:32:15.352Zinitial peering test passed
15552024-12-28T04:32:16.354Zadvertise from one passed
15562024-12-28T04:32:17.356Zadvertise from two passed
15572024-12-28T04:32:17.357Z[s1.trio] ping fd00:2::1
15582024-12-28T04:32:17.384Zfd00:2::1 is alive
15592024-12-28T04:32:17.384Z[s2.trio] ping fd00:1::1
15602024-12-28T04:32:17.404Zfd00:1::1 is alive
15612024-12-28T04:32:17.404Zconnectivity test passed
15622024-12-28T04:32:17.404Z[t1.trio] pkill ddmd
15632024-12-28T04:32:17.422Z
15642024-12-28T04:32:23.428Z[t1.trio] svcadm enable dendrite
15652024-12-28T04:32:23.467Z
15662024-12-28T04:32:23.467Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15672024-12-28T04:32:23.508Z
15682024-12-28T04:32:23.509Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15692024-12-28T04:32:23.550Z
15702024-12-28T04:32:23.550Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15712024-12-28T04:32:23.591Z
15722024-12-28T04:32:23.591Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15732024-12-28T04:32:23.632Z
15742024-12-28T04:32:23.632Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15752024-12-28T04:32:23.673Z
15762024-12-28T04:32:23.673Z[t1.trio] svcadm refresh dendrite:default
15772024-12-28T04:32:23.710Z
15782024-12-28T04:32:23.710Z[t1.trio] svcadm restart dendrite:default
15792024-12-28T04:32:23.748Z
15802024-12-28T04:32:23.748Zwait 10s for dendrite to come up ...
15812024-12-28T04:32:33.750Z[t1.trio] svcadm enable tfport
15822024-12-28T04:32:33.790Z
15832024-12-28T04:32:33.790Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8d92c75a-3010-4560-a7b0-fd255c21495a --sled-uuid 5e923ee7-b0c6-4d38-b658-1caef14d5336 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15842024-12-28T04:32:33.809Z
15852024-12-28T04:32:33.809Z[t1.trio] ipadm
15862024-12-28T04:32:33.832ZADDROBJ TYPE STATE ADDR
15872024-12-28T04:32:33.832Zlo0/v4 static ok 127.0.0.1/8
15882024-12-28T04:32:33.832Zmg1/v4 static ok 10.0.0.3/24
15892024-12-28T04:32:33.832Zlo0/v6 static ok ::1/128
15902024-12-28T04:32:33.832Zlo0/u6 static ok fd00:3::1/64
15912024-12-28T04:32:33.832Ztfportrear0_0/v6 addrconf ok fe80::382d:85ff:fedd:e0e4%tfportrear0_0/10
15922024-12-28T04:32:33.832Ztfportrear1_0/v6 addrconf ok fe80::402b:64ff:fece:e80c%tfportrear1_0/10
15932024-12-28T04:32:36.835Z[s1.trio] ping fd00:2::1
15942024-12-28T04:32:36.858Zfd00:2::1 is alive
15952024-12-28T04:32:36.858Z[s2.trio] ping fd00:1::1
15962024-12-28T04:32:36.879Zfd00:1::1 is alive
15972024-12-28T04:32:36.879Ztransit router restart passed
15982024-12-28T04:32:36.879Z[s1.trio] pkill ddmd
15992024-12-28T04:32:36.898Z
16002024-12-28T04:32:41.902Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c1ff3adb-b46d-4f11-aaf6-e6ec3ca60d64 --sled-uuid ce5b3cea-3253-482d-bc5c-5cbeeecf9673 -a sl0/v6 &> /opt/ddmd.log &
16012024-12-28T04:32:41.924Z
16022024-12-28T04:32:44.928Z[s1.trio] ping fd00:2::1
16032024-12-28T04:32:44.951Zfd00:2::1 is alive
16042024-12-28T04:32:44.951Z[s2.trio] ping fd00:1::1
16052024-12-28T04:32:44.971Zfd00:1::1 is alive
16062024-12-28T04:32:44.971Zserver router restart passed
16072024-12-28T04:32:47.976Zpeer expiration recovery passed
16082024-12-28T04:32:48.978Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16092024-12-28T04:32:49.003Z3
16102024-12-28T04:32:49.003Zredundant advertise passed
16112024-12-28T04:32:50.006Ztunnel endpoint advertise passed
16122024-12-28T04:32:55.008Zredundant tunnel endpoint advertise passed
16132024-12-28T04:32:55.008Z[s1.trio] pkill ddmd
16142024-12-28T04:32:55.031Z
16152024-12-28T04:33:00.032Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 23a4bb61-e64e-4fa4-9fdf-728e22320bfa --sled-uuid 59bba649-5dd3-44f7-876f-d30a97dba05d -a sl0/v6 &> /opt/ddmd.log &
16162024-12-28T04:33:00.054Z
16172024-12-28T04:33:05.123Ztunnel router restart passed
16182024-12-28T04:33:06.125Ztunnel endpoint withdraw passed
16192024-12-28T04:33:06.140Z[t1.trio] pkill ddmd
16202024-12-28T04:33:06.167Z
16212024-12-28T04:33:06.167Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16222024-12-28T04:33:06.171Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16232024-12-28T04:33:08.773Z[s2.trio] pkill ddmd
16242024-12-28T04:33:08.792Z
16252024-12-28T04:33:08.792Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16262024-12-28T04:33:11.177Z[s1.trio] pkill ddmd
16272024-12-28T04:33:11.198Z
16282024-12-28T04:33:11.198Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16292024-12-28T04:33:13.484Z[sidecar.trio] pkill softnpu
16302024-12-28T04:33:13.505Z
16312024-12-28T04:33:13.505Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16322024-12-28T04:33:15.884Ztest ddm::test_trio_v3 ... ok
16332024-12-28T04:33:15.884Z
16342024-12-28T04:33:15.884Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 572.44s
16352024-12-28T04:33:15.884Z
16362024-12-28T04:33:15.912Z+ cleanup
16372024-12-28T04:33:15.915Z++ id -un
16382024-12-28T04:33:15.919Z++ id -gn
16392024-12-28T04:33:15.922Z+ pfexec chown -R build:build .
16402024-12-28T04:33:16.001Zprocess exited: duration 1092085 ms, exit code 0
 
16412024-12-28T04:33:16.011Zfound 4 output files
16422024-12-28T04:33:16.011Zuploading: /work/s1.trio.log (4205 bytes)
16432024-12-28T04:33:17.021Zuploaded: /work/s1.trio.log
16442024-12-28T04:33:17.030Zuploading: /work/s2.trio.log (9461 bytes)
16452024-12-28T04:33:18.038Zuploaded: /work/s2.trio.log
16462024-12-28T04:33:18.038Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16472024-12-28T04:33:19.047Zuploaded: /work/sidecar.trio-softnpu.log
16482024-12-28T04:33:19.047Zuploading: /work/t1.trio.log (25808 bytes)
16492024-12-28T04:33:20.056Zuploaded: /work/t1.trio.log