01JF6TSQP6AEB9JS8YPJNE7402: 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: 01JF6TT4HVVC013RZP1F08HH3D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T04:15:54.572Zjob assigned to worker 01JF6TT458DYZC3JJXNGRT36KX [factory aws, i-0eb9af83dac015638] (queued for 1 m 2 s)
 
22024-12-16T04:16:01.975Zstarting task 0: "setup"
32024-12-16T04:16:01.985Z++ uname -s
42024-12-16T04:16:01.989Z+ kern=SunOS
52024-12-16T04:16:01.989Z+ case "$kern" in
62024-12-16T04:16:01.989Z+ groupadd -g 12345 build
72024-12-16T04:16:01.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T04:16:03.998Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T04:16:04.186Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T04:16:04.189Z+ home_fs=zfs
112024-12-16T04:16:04.189Z+ [[ zfs == autofs ]]
122024-12-16T04:16:04.189Z+ mkdir -p /home/build
132024-12-16T04:16:04.192Z+ chown build:build /home/build /work
142024-12-16T04:16:06.193Z+ chmod 0700 /home/build /work
152024-12-16T04:16:06.196Zprocess exited: duration 4222 ms, exit code 0
 
162024-12-16T04:16:06.203Zstarting task 1: "rust-toolchain"
172024-12-16T04:16:06.208Z+ printf ' * toolchain channel = "%s"
182024-12-16T04:16:06.208Z' stable
192024-12-16T04:16:06.208Z * toolchain channel = "stable"
202024-12-16T04:16:06.208Z+ printf ' * toolchain profile = "%s"
212024-12-16T04:16:06.209Z * toolchain profile = "default"
222024-12-16T04:16:06.209Z' default
232024-12-16T04:16:06.212Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T04:16:06.212Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-16T04:16:06.321Zinfo: downloading installer
262024-12-16T04:16:07.515Zinfo: profile set to 'default'
272024-12-16T04:16:07.515Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T04:16:07.518Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-16T04:16:07.652Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-16T04:16:07.652Zinfo: downloading component 'cargo'
312024-12-16T04:16:08.352Zinfo: downloading component 'clippy'
322024-12-16T04:16:08.622Zinfo: downloading component 'rust-docs'
332024-12-16T04:16:09.602Zinfo: downloading component 'rust-std'
342024-12-16T04:16:11.010Zinfo: downloading component 'rustc'
352024-12-16T04:16:16.356Zinfo: downloading component 'rustfmt'
362024-12-16T04:16:16.562Zinfo: installing component 'cargo'
372024-12-16T04:16:17.370Zinfo: installing component 'clippy'
382024-12-16T04:16:17.742Zinfo: installing component 'rust-docs'
392024-12-16T04:16:19.455Zinfo: installing component 'rust-std'
402024-12-16T04:16:21.104Zinfo: installing component 'rustc'
412024-12-16T04:16:26.809Zinfo: installing component 'rustfmt'
422024-12-16T04:16:27.140Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-16T04:16:27.140Z
442024-12-16T04:16:27.500Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-16T04:16:27.500Z
462024-12-16T04:16:27.503Z
472024-12-16T04:16:27.503ZRust is installed now. Great!
482024-12-16T04:16:27.503Z
492024-12-16T04:16:27.503ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T04:16:27.503Zenvironment variable. This has not been done automatically.
512024-12-16T04:16:27.503Z
522024-12-16T04:16:27.503ZTo configure your current shell, you need to source
532024-12-16T04:16:27.503Zthe corresponding env file under $HOME/.cargo.
542024-12-16T04:16:27.503Z
552024-12-16T04:16:27.503ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T04:16:27.503Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T04:16:27.503Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T04:16:27.574Z+ rustc --version
592024-12-16T04:16:27.641Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-16T04:16:27.643Zprocess exited: duration 21435 ms, exit code 0
 
612024-12-16T04:16:27.649Zstarting task 2: "authentication"
622024-12-16T04:16:27.670Zprocess exited: duration 21 ms, exit code 0
 
632024-12-16T04:16:27.676Zstarting task 3: "clone repository"
642024-12-16T04:16:27.683Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-16T04:16:27.685Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-16T04:16:27.727ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-16T04:16:28.367Z+ cd /work/oxidecomputer/maghemite
682024-12-16T04:16:28.369Z+ git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39
692024-12-16T04:16:28.607ZFrom https://github.com/oxidecomputer/maghemite
702024-12-16T04:16:28.607Z * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD
712024-12-16T04:16:28.615Z+ [[ -n renovate/colored-2.x-lockfile ]]
722024-12-16T04:16:28.618Z++ git branch --show-current
732024-12-16T04:16:28.620Z+ current=main
742024-12-16T04:16:28.621Z+ [[ main != renovate/colored-2.x-lockfile ]]
752024-12-16T04:16:28.621Z+ git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39
762024-12-16T04:16:28.623Z+ git checkout -f renovate/colored-2.x-lockfile
772024-12-16T04:16:28.637ZSwitched to branch 'renovate/colored-2.x-lockfile'
782024-12-16T04:16:28.640Z+ git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39
792024-12-16T04:16:28.643ZHEAD is now at 6d55df1 Update Rust crate colored to v2.2.0
802024-12-16T04:16:28.646Zprocess exited: duration 968 ms, exit code 0
 
812024-12-16T04:16:28.651Zstarting task 4: "build"
822024-12-16T04:16:28.657Z++ cargo --version
832024-12-16T04:16:28.661Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-16T04:16:28.800Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-16T04:16:28.800Zinfo: downloading component 'cargo'
862024-12-16T04:16:29.501Zinfo: downloading component 'clippy'
872024-12-16T04:16:29.760Zinfo: downloading component 'rust-docs'
882024-12-16T04:16:30.727Zinfo: downloading component 'rust-std'
892024-12-16T04:16:32.245Zinfo: downloading component 'rustc'
902024-12-16T04:16:37.646Zinfo: downloading component 'rustfmt'
912024-12-16T04:16:37.852Zinfo: installing component 'cargo'
922024-12-16T04:16:38.661Zinfo: installing component 'clippy'
932024-12-16T04:16:39.023Zinfo: installing component 'rust-docs'
942024-12-16T04:16:40.592Zinfo: installing component 'rust-std'
952024-12-16T04:16:42.311Zinfo: installing component 'rustc'
962024-12-16T04:16:47.959Zinfo: installing component 'rustfmt'
972024-12-16T04:16:48.361Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-16T04:16:48.364Z++ rustc --version
992024-12-16T04:16:48.431Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-16T04:16:48.435Z++ dladm
1012024-12-16T04:16:48.441ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-16T04:16:48.441Zena0 phys 9216 up -- --
1032024-12-16T04:16:48.443Z++ ipadm
1042024-12-16T04:16:48.446ZADDROBJ TYPE STATE ADDR
1052024-12-16T04:16:48.446Zlo0/v4 static ok 127.0.0.1/8
1062024-12-16T04:16:48.446Zena0/dhcp dhcp ok 10.150.1.176/24
1072024-12-16T04:16:48.446Zlo0/v6 static ok ::1/128
1082024-12-16T04:16:48.446Z++ banner collect
1092024-12-16T04:16:48.449Z
1102024-12-16T04:16:48.449Z #### #### # # ###### #### #####
1112024-12-16T04:16:48.449Z # # # # # # # # # #
1122024-12-16T04:16:48.449Z # # # # # ##### # #
1132024-12-16T04:16:48.449Z # # # # # # # #
1142024-12-16T04:16:48.449Z # # # # # # # # # #
1152024-12-16T04:16:48.449Z #### #### ###### ###### ###### #### #
1162024-12-16T04:16:48.449Z
1172024-12-16T04:16:48.449Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-16T04:16:48.449Z++ repo=softnpu
1192024-12-16T04:16:48.449Z++ series=image
1202024-12-16T04:16:48.449Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-16T04:16:48.449Z++ name=softnpu
1222024-12-16T04:16:48.449Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-16T04:16:48.449Z++ mkdir -p download
1242024-12-16T04:16:48.452Z++ pushd download
1252024-12-16T04:16:48.452Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-16T04:16:48.452Z++ [[ ! -f softnpu ]]
1272024-12-16T04:16:48.452Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-16T04:16:48.458Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-16T04:16:48.461Z Dload Upload Total Spent Left Speed
1302024-12-16T04:16:48.984Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 41.6M 0 --:--:-- --:--:-- --:--:-- 41.6M
1312024-12-16T04:16:48.987Z++ popd
1322024-12-16T04:16:48.987Z/work/oxidecomputer/maghemite
1332024-12-16T04:16:48.987Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-16T04:16:48.987Z++ repo=sidecar-lite
1352024-12-16T04:16:48.987Z++ series=release
1362024-12-16T04:16:48.987Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-16T04:16:48.987Z++ name=libsidecar_lite.so
1382024-12-16T04:16:48.987Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-16T04:16:48.987Z++ mkdir -p download
1402024-12-16T04:16:48.990Z++ pushd download
1412024-12-16T04:16:48.990Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-16T04:16:48.990Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-16T04:16:48.990Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-16T04:16:48.995Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-16T04:16:48.995Z Dload Upload Total Spent Left Speed
1462024-12-16T04:16:49.414Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 48.5M 0 --:--:-- --:--:-- --:--:-- 48.5M
1472024-12-16T04:16:49.419Z++ popd
1482024-12-16T04:16:49.419Z/work/oxidecomputer/maghemite
1492024-12-16T04:16:49.423Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-16T04:16:49.423Z++ repo=sidecar-lite
1512024-12-16T04:16:49.423Z++ series=release
1522024-12-16T04:16:49.423Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-16T04:16:49.423Z++ name=scadm
1542024-12-16T04:16:49.423Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-16T04:16:49.423Z++ mkdir -p download
1562024-12-16T04:16:49.423Z++ pushd download
1572024-12-16T04:16:49.423Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-16T04:16:49.423Z++ [[ ! -f scadm ]]
1592024-12-16T04:16:49.423Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-16T04:16:49.428Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-16T04:16:49.428Z Dload Upload Total Spent Left Speed
1622024-12-16T04:16:49.876Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 50.8M 0 --:--:-- --:--:-- --:--:-- 50.7M
1632024-12-16T04:16:49.880Z++ popd
1642024-12-16T04:16:49.883Z/work/oxidecomputer/maghemite
1652024-12-16T04:16:49.883Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-16T04:16:49.883Z++ repo=dendrite
1672024-12-16T04:16:49.883Z++ series=image
1682024-12-16T04:16:49.883Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-16T04:16:49.883Z++ name=dendrite-softnpu.tar.gz
1702024-12-16T04:16:49.883Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-16T04:16:49.883Z++ mkdir -p download
1722024-12-16T04:16:49.883Z++ pushd download
1732024-12-16T04:16:49.883Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-16T04:16:49.883Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-16T04:16:49.886Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-16T04:16:49.892Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-16T04:16:49.894Z Dload Upload Total Spent Left Speed
1782024-12-16T04:16:50.665Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 79 37.5M 79 30.0M 0 0 45.0M 0 --:--:-- --:--:-- --:--:-- 45.0M 100 37.5M 100 37.5M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.5M
1792024-12-16T04:16:50.668Z++ popd
1802024-12-16T04:16:50.669Z/work/oxidecomputer/maghemite
1812024-12-16T04:16:50.672Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-16T04:16:50.672Z++ repo=maghemite
1832024-12-16T04:16:50.672Z++ series=release
1842024-12-16T04:16:50.672Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-16T04:16:50.672Z++ name=ddmd
1862024-12-16T04:16:50.672Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-16T04:16:50.672Z++ mkdir -p download
1882024-12-16T04:16:50.672Z++ pushd download
1892024-12-16T04:16:50.672Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-16T04:16:50.672Z++ [[ ! -f ddmd ]]
1912024-12-16T04:16:50.673Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-16T04:16:50.679Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-16T04:16:50.684Z Dload Upload Total Spent Left Speed
1942024-12-16T04:16:51.453Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 52.9M 0 --:--:-- --:--:-- --:--:-- 52.9M
1952024-12-16T04:16:51.457Z++ popd
1962024-12-16T04:16:51.460Z/work/oxidecomputer/maghemite
1972024-12-16T04:16:51.460Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-16T04:16:51.460Z++ repo=maghemite
1992024-12-16T04:16:51.460Z++ series=release
2002024-12-16T04:16:51.460Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-16T04:16:51.460Z++ name=ddmadm
2022024-12-16T04:16:51.460Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-16T04:16:51.460Z++ mkdir -p download
2042024-12-16T04:16:51.460Z++ pushd download
2052024-12-16T04:16:51.460Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-16T04:16:51.460Z++ [[ ! -f ddmadm ]]
2072024-12-16T04:16:51.460Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-16T04:16:51.467Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-16T04:16:51.467Z Dload Upload Total Spent Left Speed
2102024-12-16T04:16:51.857Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 46.3M 0 --:--:-- --:--:-- --:--:-- 46.3M
2112024-12-16T04:16:51.859Z++ popd
2122024-12-16T04:16:51.860Z/work/oxidecomputer/maghemite
2132024-12-16T04:16:51.860Z++ pushd download
2142024-12-16T04:16:51.860Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-16T04:16:51.860Z++ chmod +x softnpu
2162024-12-16T04:16:51.863Z++ chmod +x scadm
2172024-12-16T04:16:51.868Z++ chmod +x ddmadm
2182024-12-16T04:16:51.868Z++ chmod +x ddmd
2192024-12-16T04:16:51.881Z++ mv ddmadm ddmadm-v2
2202024-12-16T04:16:51.881Z++ mv ddmd ddmd-v2
2212024-12-16T04:16:51.881Z++ rm -rf zones/dendrite
2222024-12-16T04:16:51.881Z++ mkdir -p zones/dendrite
2232024-12-16T04:16:51.881Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-16T04:16:52.638Z++ popd
2252024-12-16T04:16:52.638Z/work/oxidecomputer/maghemite
2262024-12-16T04:16:52.639Z++ banner install
2272024-12-16T04:16:52.651Z
2282024-12-16T04:16:52.652Z # # # #### ##### ## # #
2292024-12-16T04:16:52.652Z # ## # # # # # # #
2302024-12-16T04:16:52.652Z # # # # #### # # # # #
2312024-12-16T04:16:52.652Z # # # # # # ###### # #
2322024-12-16T04:16:52.652Z # # ## # # # # # # #
2332024-12-16T04:16:52.652Z # # # #### # # # ###### ######
2342024-12-16T04:16:52.652Z
2352024-12-16T04:16:52.652Z++ pkg info brand/sparse
2362024-12-16T04:16:52.652Z++ grep -qi installed
2372024-12-16T04:16:54.287Zpkg: info: no packages matching the following patterns you specified are
2382024-12-16T04:16:54.287Zinstalled on the system. Try querying remotely instead:
2392024-12-16T04:16:54.287Z
2402024-12-16T04:16:54.287Z brand/sparse
2412024-12-16T04:16:54.330Z++ [[ 1 != 0 ]]
2422024-12-16T04:16:54.330Z++ set -o errexit
2432024-12-16T04:16:54.330Z++ pfexec pkg install brand/sparse
2442024-12-16T04:17:01.174Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-16T04:17:04.920Z Startup: Caching catalogs ... Done
2462024-12-16T04:17:14.999ZPlanning: Solver setup ... Done
2472024-12-16T04:17:15.126ZPlanning: Running solver ... Done
2482024-12-16T04:17:15.227ZPlanning: Finding local manifests ... Done
2492024-12-16T04:17:15.241ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-16T04:17:15.332ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-16T04:17:15.402ZPlanning: Package planning ... Done
2522024-12-16T04:17:15.408ZPlanning: Merging actions ... Done
2532024-12-16T04:17:15.598ZPlanning: Checking for conflicting actions ... Done
2542024-12-16T04:17:17.734ZPlanning: Consolidating action changes ... Done
2552024-12-16T04:17:18.164ZPlanning: Evaluating mediators ... Done
2562024-12-16T04:17:18.228ZPlanning: Planning completed in 13.21 seconds
2572024-12-16T04:17:18.246Z Packages to install: 1
2582024-12-16T04:17:18.246Z Packages to update: 2
2592024-12-16T04:17:18.248Z Create boot environment: No
2602024-12-16T04:17:18.248ZCreate backup boot environment: Yes
2612024-12-16T04:17:18.322Z
2622024-12-16T04:17:18.322ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-16T04:17:21.408ZDownload: Completed 8.03 MB in 3.08 seconds (2.6M/s)
2642024-12-16T04:17:23.293Z Actions: 1/1419 actions (Removing old actions)
2652024-12-16T04:17:23.318Z Actions: 199/1419 actions (Installing new actions)
2662024-12-16T04:17:23.431Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-16T04:17:23.754Z Actions: Completed 1419 actions in 0.46 seconds.
2682024-12-16T04:17:23.959Z Done
2692024-12-16T04:17:23.962Z Done
2702024-12-16T04:17:24.460Z Done
2712024-12-16T04:17:28.727Z Done
2722024-12-16T04:17:28.816Z Done
2732024-12-16T04:17:28.821Z Done
2742024-12-16T04:17:28.933Z Done
2752024-12-16T04:17:29.319Z++ set -o errexit
2762024-12-16T04:17:29.319Z++ set -o pipefail
2772024-12-16T04:17:29.319Z++ banner build
2782024-12-16T04:17:29.322Z
2792024-12-16T04:17:29.322Z ##### # # # # #####
2802024-12-16T04:17:29.322Z # # # # # # # #
2812024-12-16T04:17:29.322Z ##### # # # # # #
2822024-12-16T04:17:29.322Z # # # # # # # #
2832024-12-16T04:17:29.323Z # # # # # # # #
2842024-12-16T04:17:29.323Z ##### #### # ###### #####
2852024-12-16T04:17:29.323Z
2862024-12-16T04:17:29.323Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-16T04:17:29.497Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-16T04:17:29.756Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-16T04:17:29.966ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-16T04:17:29.966Z * [new branch] ci -> origin/ci
2912024-12-16T04:17:29.969Z * [new branch] main -> origin/main
2922024-12-16T04:17:29.969Z * [new ref] -> origin/HEAD
2932024-12-16T04:17:29.979Z Updating crates.io index
2942024-12-16T04:17:30.061Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-16T04:17:30.874ZFrom https://github.com/oxidecomputer/falcon
2962024-12-16T04:17:30.875Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-16T04:17:30.978Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-16T04:17:32.093ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-16T04:17:32.093Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-16T04:17:32.134Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-16T04:17:32.529ZFrom https://github.com/oxidecomputer/ispf
3022024-12-16T04:17:32.529Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-16T04:17:32.555Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-16T04:17:33.056ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-16T04:17:33.056Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-16T04:17:33.068Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-16T04:17:36.647ZFrom https://github.com/oxidecomputer/omicron
3082024-12-16T04:17:36.647Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-16T04:17:36.677Z * [new tag] dogfood -> dogfood
3102024-12-16T04:17:36.680Z * [new tag] v5 -> v5
3112024-12-16T04:17:36.680Z * [new tag] v6 -> v6
3122024-12-16T04:17:36.680Z * [new tag] v7 -> v7
3132024-12-16T04:17:36.680Z * [new tag] v8 -> v8
3142024-12-16T04:17:36.680Z * [new tag] v9 -> v9
3152024-12-16T04:17:37.028Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-16T04:17:38.015ZFrom https://github.com/oxidecomputer/opte
3172024-12-16T04:17:38.015Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-16T04:17:38.058Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-16T04:17:38.447ZFrom https://github.com/illumos/smf-rs
3202024-12-16T04:17:38.447Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-16T04:17:38.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-16T04:17:39.004ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-16T04:17:39.004Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-16T04:17:39.021Z * [new tag] rift -> rift
3252024-12-16T04:17:39.024Z * [new tag] srp -> srp
3262024-12-16T04:17:39.024Z * [new tag] tie-spf -> tie-spf
3272024-12-16T04:17:39.081Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-16T04:17:39.498ZFrom https://github.com/oxidecomputer/zone
3292024-12-16T04:17:39.498Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-16T04:17:39.547Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-16T04:17:40.302ZFrom https://github.com/oxidecomputer/propolis
3322024-12-16T04:17:40.302Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-16T04:17:40.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-16T04:17:40.819ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-16T04:17:40.819Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-16T04:17:40.829Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-16T04:17:41.225ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-16T04:17:41.225Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-16T04:17:41.240Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-16T04:17:41.259Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-16T04:17:41.612ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-16T04:17:41.612Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-16T04:17:41.630Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-16T04:17:42.073ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-16T04:17:42.073Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-16T04:17:42.123Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-16T04:17:42.469ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-16T04:17:42.469Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-16T04:17:42.494Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-16T04:17:42.866ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-16T04:17:42.866Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-16T04:17:42.907Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-16T04:17:43.306ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-16T04:17:43.306Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-16T04:17:43.359Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-16T04:17:44.017ZFrom https://github.com/illumos/libscf-sys
3572024-12-16T04:17:44.017Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-16T04:17:44.040Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-16T04:17:45.024ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-16T04:17:45.024Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-16T04:17:45.045Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-16T04:17:45.048Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-16T04:17:45.048Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-16T04:17:45.048Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-16T04:17:45.048Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-16T04:17:45.048Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-16T04:17:45.048Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-16T04:17:45.148Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-16T04:17:45.893ZFrom https://github.com/oxidecomputer/typify
3702024-12-16T04:17:45.893Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-16T04:17:45.896Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-16T04:17:45.913Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-16T04:17:45.916Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-16T04:17:45.916Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-16T04:17:45.916Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-16T04:17:45.916Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-16T04:17:45.916Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-16T04:17:45.916Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-16T04:17:45.916Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-16T04:17:45.916Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-16T04:17:45.916Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-16T04:17:45.916Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-16T04:17:45.916Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-16T04:17:45.916Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-16T04:17:46.191Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-16T04:17:47.236ZFrom https://github.com/oxidecomputer/crucible
3872024-12-16T04:17:47.236Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-16T04:17:47.301Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-16T04:17:47.769ZFrom https://github.com/oxidecomputer/opte
3902024-12-16T04:17:47.769Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-16T04:17:47.816Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-16T04:17:48.473ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-16T04:17:48.473Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-16T04:17:49.293Z Downloading crates ...
3952024-12-16T04:17:49.387Z Downloaded ahash v0.8.11
3962024-12-16T04:17:49.405Z Downloaded atomicwrites v0.4.4
3972024-12-16T04:17:49.407Z Downloaded async-stream-impl v0.3.5
3982024-12-16T04:17:49.410Z Downloaded pretty-hex v0.2.1
3992024-12-16T04:17:49.410Z Downloaded pretty-hex v0.4.1
4002024-12-16T04:17:49.414Z Downloaded ciborium-io v0.2.2
4012024-12-16T04:17:49.417Z Downloaded pin-project-lite v0.2.14
4022024-12-16T04:17:49.422Z Downloaded foreign-types-shared v0.3.1
4032024-12-16T04:17:49.425Z Downloaded scroll_derive v0.12.0
4042024-12-16T04:17:49.425Z Downloaded dtrace-parser v0.2.0
4052024-12-16T04:17:49.427Z Downloaded foreign-types v0.3.2
4062024-12-16T04:17:49.429Z Downloaded foreign-types v0.5.0
4072024-12-16T04:17:49.429Z Downloaded equivalent v1.0.1
4082024-12-16T04:17:49.432Z Downloaded darling_macro v0.20.10
4092024-12-16T04:17:49.432Z Downloaded crunchy v0.2.2
4102024-12-16T04:17:49.432Z Downloaded const-random v0.1.18
4112024-12-16T04:17:49.435Z Downloaded float-ord v0.3.2
4122024-12-16T04:17:49.440Z Downloaded sigpipe v0.1.3
4132024-12-16T04:17:49.444Z Downloaded foreign-types-macros v0.2.3
4142024-12-16T04:17:49.447Z Downloaded rustc_version v0.1.7
4152024-12-16T04:17:49.447Z Downloaded futures-sink v0.3.30
4162024-12-16T04:17:49.450Z Downloaded plain v0.2.3
4172024-12-16T04:17:49.450Z Downloaded foreign-types-shared v0.1.1
4182024-12-16T04:17:49.453Z Downloaded crc8 v0.1.1
4192024-12-16T04:17:49.453Z Downloaded cstr-argument v0.1.2
4202024-12-16T04:17:49.453Z Downloaded rand_core v0.6.4
4212024-12-16T04:17:49.456Z Downloaded autocfg v1.3.0
4222024-12-16T04:17:49.460Z Downloaded ppv-lite86 v0.2.20
4232024-12-16T04:17:49.460Z Downloaded serde-big-array v0.5.1
4242024-12-16T04:17:49.463Z Downloaded progenitor-client v0.8.0
4252024-12-16T04:17:49.463Z Downloaded pest_generator v2.7.13
4262024-12-16T04:17:49.465Z Downloaded parse-display v0.10.0
4272024-12-16T04:17:49.465Z Downloaded byteorder v1.5.0
4282024-12-16T04:17:49.468Z Downloaded proc-macro-error-attr v1.0.4
4292024-12-16T04:17:49.470Z Downloaded cobs v0.2.3
4302024-12-16T04:17:49.473Z Downloaded signal-hook-registry v1.4.2
4312024-12-16T04:17:49.473Z Downloaded dirs-sys-next v0.1.2
4322024-12-16T04:17:49.475Z Downloaded serde_path_to_error v0.1.16
4332024-12-16T04:17:49.478Z Downloaded rustversion v1.0.17
4342024-12-16T04:17:49.481Z Downloaded scopeguard v1.2.0
4352024-12-16T04:17:49.483Z Downloaded futures-executor v0.3.30
4362024-12-16T04:17:49.483Z Downloaded slab v0.4.9
4372024-12-16T04:17:49.485Z Downloaded serde_urlencoded v0.7.1
4382024-12-16T04:17:49.487Z Downloaded schemars_derive v0.8.21
4392024-12-16T04:17:49.490Z Downloaded shlex v1.3.0
4402024-12-16T04:17:49.492Z Downloaded form_urlencoded v1.2.1
4412024-12-16T04:17:49.495Z Downloaded proc-macro-crate v1.3.1
4422024-12-16T04:17:49.495Z Downloaded pin-utils v0.1.0
4432024-12-16T04:17:49.498Z Downloaded serde_spanned v0.6.7
4442024-12-16T04:17:49.498Z Downloaded fixedbitset v0.4.2
4452024-12-16T04:17:49.501Z Downloaded postcard v1.0.10
4462024-12-16T04:17:49.504Z Downloaded parking_lot_core v0.9.10
4472024-12-16T04:17:49.506Z Downloaded slog-envlogger v2.2.0
4482024-12-16T04:17:49.509Z Downloaded rustc_version v0.4.1
4492024-12-16T04:17:49.509Z Downloaded pest_derive v2.7.13
4502024-12-16T04:17:49.512Z Downloaded rustc-hash v2.0.0
4512024-12-16T04:17:49.514Z Downloaded enum-as-inner v0.6.1
4522024-12-16T04:17:49.517Z Downloaded swrite v0.1.0
4532024-12-16T04:17:49.517Z Downloaded quick-error v1.2.3
4542024-12-16T04:17:49.520Z Downloaded match_cfg v0.1.0
4552024-12-16T04:17:49.520Z Downloaded slog-dtrace v0.3.0
4562024-12-16T04:17:49.523Z Downloaded proc-macro2 v1.0.86
4572024-12-16T04:17:49.526Z Downloaded futures-core v0.3.30
4582024-12-16T04:17:49.526Z Downloaded futures-io v0.3.30
4592024-12-16T04:17:49.528Z Downloaded base64ct v1.6.0
4602024-12-16T04:17:49.531Z Downloaded quote v1.0.37
4612024-12-16T04:17:49.534Z Downloaded colored v2.2.0
4622024-12-16T04:17:49.536Z Downloaded sha2 v0.10.8
4632024-12-16T04:17:49.539Z Downloaded ciborium v0.2.2
4642024-12-16T04:17:49.541Z Downloaded backoff v0.4.0
4652024-12-16T04:17:49.543Z Downloaded rhai_codegen v2.2.0
4662024-12-16T04:17:49.550Z Downloaded slog-bunyan v2.5.0
4672024-12-16T04:17:49.552Z Downloaded managed v0.8.0
4682024-12-16T04:17:49.555Z Downloaded pest_meta v2.7.13
4692024-12-16T04:17:49.555Z Downloaded waitgroup v0.1.2
4702024-12-16T04:17:49.558Z Downloaded semver v1.0.23
4712024-12-16T04:17:49.558Z Downloaded hubpack v0.1.2
4722024-12-16T04:17:49.561Z Downloaded http-body v0.4.6
4732024-12-16T04:17:49.561Z Downloaded time-core v0.1.2
4742024-12-16T04:17:49.564Z Downloaded hash32 v0.3.1
4752024-12-16T04:17:49.564Z Downloaded want v0.3.1
4762024-12-16T04:17:49.567Z Downloaded anstream v0.6.15
4772024-12-16T04:17:49.569Z Downloaded dropshot_endpoint v0.12.0
4782024-12-16T04:17:49.572Z Downloaded http-body v1.0.1
4792024-12-16T04:17:49.572Z Downloaded usdt-macro v0.5.0
4802024-12-16T04:17:49.575Z Downloaded sha1 v0.10.6
4812024-12-16T04:17:49.575Z Downloaded rustls-pemfile v2.1.3
4822024-12-16T04:17:49.577Z Downloaded num_threads v0.1.7
4832024-12-16T04:17:49.579Z Downloaded hex v0.4.3
4842024-12-16T04:17:49.582Z Downloaded serde_derive_internals v0.29.1
4852024-12-16T04:17:49.582Z Downloaded linked-hash-map v0.5.6
4862024-12-16T04:17:49.584Z Downloaded camino-tempfile v1.1.1
4872024-12-16T04:17:49.586Z Downloaded heck v0.5.0
4882024-12-16T04:17:49.586Z Downloaded slog v2.7.0
4892024-12-16T04:17:49.589Z Downloaded camino v1.1.9
4902024-12-16T04:17:49.592Z Downloaded ryu v1.0.18
4912024-12-16T04:17:49.594Z Downloaded clap v4.5.23
4922024-12-16T04:17:49.603Z Downloaded tinyvec_macros v0.1.1
4932024-12-16T04:17:49.605Z Downloaded prettyplease v0.2.22
4942024-12-16T04:17:49.607Z Downloaded newtype_derive v0.1.6
4952024-12-16T04:17:49.610Z Downloaded num v0.4.3
4962024-12-16T04:17:49.610Z Downloaded macaddr v1.0.1
4972024-12-16T04:17:49.613Z Downloaded thread_local v1.1.8
4982024-12-16T04:17:49.613Z Downloaded try-lock v0.2.5
4992024-12-16T04:17:49.616Z Downloaded heck v0.4.1
5002024-12-16T04:17:49.616Z Downloaded crossbeam-epoch v0.9.18
5012024-12-16T04:17:49.618Z Downloaded num-derive v0.3.3
5022024-12-16T04:17:49.620Z Downloaded futures v0.3.30
5032024-12-16T04:17:49.624Z Downloaded thiserror-impl v1.0.69
5042024-12-16T04:17:49.626Z Downloaded strum_macros v0.25.3
5052024-12-16T04:17:49.629Z Downloaded subtle v2.6.1
5062024-12-16T04:17:49.629Z Downloaded crc32fast v1.4.2
5072024-12-16T04:17:49.632Z Downloaded zone v0.3.0
5082024-12-16T04:17:49.634Z Downloaded similar v2.6.0
5092024-12-16T04:17:49.637Z Downloaded zeroize v1.8.1
5102024-12-16T04:17:49.639Z Downloaded tower-service v0.3.3
5112024-12-16T04:17:49.639Z Downloaded openssl-probe v0.1.5
5122024-12-16T04:17:49.642Z Downloaded openssl-macros v0.1.1
5132024-12-16T04:17:49.642Z Downloaded serde_yaml v0.9.34+deprecated
5142024-12-16T04:17:49.644Z Downloaded hyper-rustls v0.27.3
5152024-12-16T04:17:49.647Z Downloaded indent_write v2.2.0
5162024-12-16T04:17:49.649Z Downloaded num_enum_derive v0.7.3
5172024-12-16T04:17:49.651Z Downloaded instant v0.1.13
5182024-12-16T04:17:49.651Z Downloaded libsw v3.3.1
5192024-12-16T04:17:49.654Z Downloaded arc-swap v1.7.1
5202024-12-16T04:17:49.657Z Downloaded fxhash v0.2.1
5212024-12-16T04:17:49.659Z Downloaded usdt-attr-macro v0.5.0
5222024-12-16T04:17:49.659Z Downloaded slog-json v2.6.1
5232024-12-16T04:17:49.662Z Downloaded typify-macro v0.2.0
5242024-12-16T04:17:49.662Z Downloaded spin v0.5.2
5252024-12-16T04:17:49.664Z Downloaded untrusted v0.9.0
5262024-12-16T04:17:49.664Z Downloaded no-std-compat v0.4.1
5272024-12-16T04:17:49.666Z Downloaded is-terminal v0.4.13
5282024-12-16T04:17:49.666Z Downloaded ipnetwork v0.20.0
5292024-12-16T04:17:49.669Z Downloaded thiserror v1.0.69
5302024-12-16T04:17:49.672Z Downloaded hostname v0.3.1
5312024-12-16T04:17:49.674Z Downloaded memmap v0.7.0
5322024-12-16T04:17:49.677Z Downloaded hostname v0.4.0
5332024-12-16T04:17:49.677Z Downloaded structmeta-derive v0.3.0
5342024-12-16T04:17:49.680Z Downloaded time-macros v0.2.18
5352024-12-16T04:17:49.680Z Downloaded mime v0.3.17
5362024-12-16T04:17:49.683Z Downloaded tokio-rustls v0.25.0
5372024-12-16T04:17:49.686Z Downloaded omicron-workspace-hack v0.1.0
5382024-12-16T04:17:49.686Z Downloaded zone_cfg_derive v0.3.0
5392024-12-16T04:17:49.686Z Downloaded sync_wrapper v1.0.1
5402024-12-16T04:17:49.686Z Downloaded tokio-rustls v0.24.1
5412024-12-16T04:17:49.688Z Downloaded usdt v0.5.0
5422024-12-16T04:17:49.691Z Downloaded smf v0.2.3
5432024-12-16T04:17:49.691Z Downloaded strum_macros v0.26.4
5442024-12-16T04:17:49.694Z Downloaded rand v0.8.5
5452024-12-16T04:17:49.696Z Downloaded zerocopy-derive v0.7.35
5462024-12-16T04:17:49.699Z Downloaded num_enum_derive v0.5.11
5472024-12-16T04:17:49.701Z Downloaded derive_more v0.99.18
5482024-12-16T04:17:49.705Z Downloaded serde v1.0.215
5492024-12-16T04:17:49.708Z Downloaded tokio-macros v2.4.0
5502024-12-16T04:17:49.711Z Downloaded newtype-uuid v1.1.0
5512024-12-16T04:17:49.711Z Downloaded schemars v0.8.21
5522024-12-16T04:17:49.721Z Downloaded generic-array v0.14.7
5532024-12-16T04:17:49.723Z Downloaded base64 v0.22.1
5542024-12-16T04:17:49.726Z Downloaded sync_wrapper v0.1.2
5552024-12-16T04:17:49.728Z Downloaded http-body-util v0.1.2
5562024-12-16T04:17:49.728Z Downloaded spin v0.9.8
5572024-12-16T04:17:49.731Z Downloaded futures-task v0.3.30
5582024-12-16T04:17:49.733Z Downloaded static_assertions v1.1.0
5592024-12-16T04:17:49.734Z Downloaded is_terminal_polyfill v1.70.1
5602024-12-16T04:17:49.736Z Downloaded num-iter v0.1.45
5612024-12-16T04:17:49.736Z Downloaded unicode-bidi v0.3.15
5622024-12-16T04:17:49.739Z Downloaded tokio-rustls v0.26.0
5632024-12-16T04:17:49.742Z Downloaded owo-colors v4.1.0
5642024-12-16T04:17:49.744Z Downloaded log v0.4.22
5652024-12-16T04:17:49.744Z Downloaded toml_datetime v0.6.8
5662024-12-16T04:17:49.747Z Downloaded num_enum v0.5.11
5672024-12-16T04:17:49.750Z Downloaded hubpack_derive v0.1.1
5682024-12-16T04:17:49.753Z Downloaded smartstring v1.0.1
5692024-12-16T04:17:49.755Z Downloaded tracing-attributes v0.1.27
5702024-12-16T04:17:49.755Z Downloaded lazy_static v1.5.0
5712024-12-16T04:17:49.758Z Downloaded itoa v1.0.11
5722024-12-16T04:17:49.758Z Downloaded tabwriter v1.4.0
5732024-12-16T04:17:49.760Z Downloaded getrandom v0.2.15
5742024-12-16T04:17:49.763Z Downloaded aho-corasick v1.1.3
5752024-12-16T04:17:49.767Z Downloaded lru-cache v0.1.2
5762024-12-16T04:17:49.770Z Downloaded half v2.4.1
5772024-12-16T04:17:49.774Z Downloaded num-integer v0.1.46
5782024-12-16T04:17:49.774Z Downloaded base64 v0.21.7
5792024-12-16T04:17:49.776Z Downloaded num-derive v0.4.2
5802024-12-16T04:17:49.779Z Downloaded tinyvec v1.8.0
5812024-12-16T04:17:49.781Z Downloaded structmeta v0.3.0
5822024-12-16T04:17:49.784Z Downloaded hyper-tls v0.5.0
5832024-12-16T04:17:49.784Z Downloaded humantime v2.1.0
5842024-12-16T04:17:49.786Z Downloaded thread-id v4.2.2
5852024-12-16T04:17:49.786Z Downloaded parking_lot v0.12.3
5862024-12-16T04:17:49.788Z Downloaded tokio-native-tls v0.3.1
5872024-12-16T04:17:49.790Z Downloaded usdt-impl v0.5.0
5882024-12-16T04:17:49.792Z Downloaded version_check v0.9.5
5892024-12-16T04:17:49.795Z Downloaded highway v1.2.0
5902024-12-16T04:17:49.795Z Downloaded cc v1.1.21
5912024-12-16T04:17:49.798Z Downloaded stable_deref_trait v1.2.0
5922024-12-16T04:17:49.800Z Downloaded quinn v0.11.5
5932024-12-16T04:17:49.802Z Downloaded num-rational v0.4.2
5942024-12-16T04:17:49.805Z Downloaded num_enum v0.7.3
5952024-12-16T04:17:49.808Z Downloaded whoami v1.5.2
5962024-12-16T04:17:49.811Z Downloaded newline-converter v0.3.0
5972024-12-16T04:17:49.811Z Downloaded utf8parse v0.2.2
5982024-12-16T04:17:49.814Z Downloaded iana-time-zone v0.1.61
5992024-12-16T04:17:49.814Z Downloaded num-traits v0.2.19
6002024-12-16T04:17:49.817Z Downloaded num-complex v0.4.6
6012024-12-16T04:17:49.819Z Downloaded tempfile v3.12.0
6022024-12-16T04:17:49.821Z Downloaded terminal_size v0.4.0
6032024-12-16T04:17:49.823Z Downloaded multer v3.1.0
6042024-12-16T04:17:49.825Z Downloaded hyper-rustls v0.24.2
6052024-12-16T04:17:49.828Z Downloaded indexmap v1.9.3
6062024-12-16T04:17:49.830Z Downloaded tiny-keccak v2.0.2
6072024-12-16T04:17:49.833Z Downloaded term v0.7.0
6082024-12-16T04:17:49.836Z Downloaded once_cell v1.20.2
6092024-12-16T04:17:49.840Z Downloaded unicode-ident v1.0.13
6102024-12-16T04:17:49.842Z Downloaded expectorate v1.1.0
6112024-12-16T04:17:49.845Z Downloaded typify v0.2.0
6122024-12-16T04:17:49.847Z Downloaded ipnet v2.10.0
6132024-12-16T04:17:49.850Z Downloaded socket2 v0.5.8
6142024-12-16T04:17:49.850Z Downloaded crossbeam-channel v0.5.13
6152024-12-16T04:17:49.854Z Downloaded toml v0.8.19
6162024-12-16T04:17:49.857Z Downloaded unsafe-libyaml v0.2.11
6172024-12-16T04:17:49.861Z Downloaded native-tls v0.2.12
6182024-12-16T04:17:49.863Z Downloaded url v2.5.2
6192024-12-16T04:17:49.866Z Downloaded hyper-tls v0.6.0
6202024-12-16T04:17:49.869Z Downloaded tracing-core v0.1.32
6212024-12-16T04:17:49.872Z Downloaded heapless v0.8.0
6222024-12-16T04:17:49.875Z Downloaded hashbrown v0.12.3
6232024-12-16T04:17:49.878Z Downloaded zerocopy v0.6.6
6242024-12-16T04:17:49.880Z Downloaded parking_lot v0.11.2
6252024-12-16T04:17:49.883Z Downloaded httpdate v1.0.3
6262024-12-16T04:17:49.885Z Downloaded typenum v1.17.0
6272024-12-16T04:17:49.888Z Downloaded uuid v1.11.0
6282024-12-16T04:17:49.890Z Downloaded httparse v1.9.4
6292024-12-16T04:17:49.893Z Downloaded allocator-api2 v0.2.18
6302024-12-16T04:17:49.896Z Downloaded minimal-lexical v0.2.1
6312024-12-16T04:17:49.899Z Downloaded cookie v0.18.1
6322024-12-16T04:17:49.902Z Downloaded slog-term v2.9.1
6332024-12-16T04:17:49.904Z Downloaded ucd-trie v0.1.6
6342024-12-16T04:17:49.906Z Downloaded thin-vec v0.2.13
6352024-12-16T04:17:49.909Z Downloaded toml_edit v0.22.21
6362024-12-16T04:17:49.928Z Downloaded tracing v0.1.40
6372024-12-16T04:17:49.932Z Downloaded http v0.2.12
6382024-12-16T04:17:49.935Z Downloaded hyper-util v0.1.10
6392024-12-16T04:17:49.939Z Downloaded mio v1.0.2
6402024-12-16T04:17:49.945Z Downloaded toml_edit v0.19.15
6412024-12-16T04:17:49.961Z Downloaded rustls-webpki v0.101.7
6422024-12-16T04:17:49.974Z Downloaded unicode-segmentation v1.12.0
6432024-12-16T04:17:49.977Z Downloaded serde_with v3.9.0
6442024-12-16T04:17:49.986Z Downloaded steno v0.4.1
6452024-12-16T04:17:49.990Z Downloaded itertools v0.12.1
6462024-12-16T04:17:49.997Z Downloaded http v1.2.0
6472024-12-16T04:17:50.001Z Downloaded libm v0.2.8
6482024-12-16T04:17:50.008Z Downloaded tokio-util v0.7.12
6492024-12-16T04:17:50.015Z Downloaded nom v7.1.3
6502024-12-16T04:17:50.020Z Downloaded reqwest v0.11.27
6512024-12-16T04:17:50.028Z Downloaded itertools v0.10.5
6522024-12-16T04:17:50.034Z Downloaded zerocopy v0.7.35
6532024-12-16T04:17:50.049Z Downloaded winnow v0.6.18
6542024-12-16T04:17:50.058Z Downloaded winnow v0.5.40
6552024-12-16T04:17:50.066Z Downloaded h2 v0.4.6
6562024-12-16T04:17:50.073Z Downloaded futures-util v0.3.30
6572024-12-16T04:17:50.084Z Downloaded hyper v1.5.1
6582024-12-16T04:17:50.091Z Downloaded goblin v0.8.2
6592024-12-16T04:17:50.098Z Downloaded regex v1.10.6
6602024-12-16T04:17:50.110Z Downloaded h2 v0.3.26
6612024-12-16T04:17:50.117Z Downloaded chrono v0.4.38
6622024-12-16T04:17:50.124Z Downloaded unicode-normalization v0.1.24
6632024-12-16T04:17:50.128Z Downloaded rustls v0.21.12
6642024-12-16T04:17:50.139Z Downloaded rustls-webpki v0.102.8
6652024-12-16T04:17:50.156Z Downloaded hyper v0.14.30
6662024-12-16T04:17:50.164Z Downloaded unicode-width v0.1.14
6672024-12-16T04:17:50.170Z Downloaded syn v1.0.109
6682024-12-16T04:17:50.182Z Downloaded webpki-roots v0.26.6
6692024-12-16T04:17:50.185Z Downloaded syn v2.0.87
6702024-12-16T04:17:50.196Z Downloaded openssl v0.10.66
6712024-12-16T04:17:50.206Z Downloaded webpki-roots v0.25.4
6722024-12-16T04:17:50.210Z Downloaded rhai v1.20.0
6732024-12-16T04:17:50.222Z Downloaded smoltcp v0.11.0
6742024-12-16T04:17:50.234Z Downloaded regex-syntax v0.8.4
6752024-12-16T04:17:50.242Z Downloaded hickory-proto v0.24.1
6762024-12-16T04:17:50.257Z Downloaded openapiv3 v2.0.0
6772024-12-16T04:17:50.269Z Downloaded rustls v0.23.13
6782024-12-16T04:17:50.280Z Downloaded rustls v0.22.4
6792024-12-16T04:17:50.293Z Downloaded rustix v0.38.37
6802024-12-16T04:17:50.314Z Downloaded regress v0.9.1
6812024-12-16T04:17:50.323Z Downloaded sled v0.34.7
6822024-12-16T04:17:50.333Z Downloaded typify-impl v0.2.0
6832024-12-16T04:17:50.348Z Downloaded regress v0.10.1
6842024-12-16T04:17:50.356Z Downloaded dropshot v0.12.0
6852024-12-16T04:17:50.375Z Downloaded zerocopy-derive v0.6.6
6862024-12-16T04:17:50.385Z Downloaded idna v0.5.0
6872024-12-16T04:17:50.391Z Downloaded idna v0.4.0
6882024-12-16T04:17:50.398Z Downloaded vcpkg v0.2.15
6892024-12-16T04:17:50.435Z Downloaded quinn-proto v0.11.8
6902024-12-16T04:17:50.441Z Downloaded regex-automata v0.4.7
6912024-12-16T04:17:50.458Z Downloaded hashbrown v0.14.5
6922024-12-16T04:17:50.463Z Downloaded petgraph v0.6.5
6932024-12-16T04:17:50.479Z Downloaded portable-atomic v1.8.0
6942024-12-16T04:17:50.486Z Downloaded reqwest v0.12.9
6952024-12-16T04:17:50.493Z Downloaded clap_builder v4.5.23
6962024-12-16T04:17:50.500Z Downloaded time v0.3.36
6972024-12-16T04:17:50.506Z Downloaded itertools v0.13.0
6982024-12-16T04:17:50.513Z Downloaded serde_json v1.0.133
6992024-12-16T04:17:50.520Z Downloaded hickory-resolver v0.24.1
7002024-12-16T04:17:50.524Z Downloaded memchr v2.7.4
7012024-12-16T04:17:50.528Z Downloaded libc v0.2.167
7022024-12-16T04:17:50.553Z Downloaded indexmap v2.5.0
7032024-12-16T04:17:50.556Z Downloaded openssl-sys v0.9.103
7042024-12-16T04:17:50.561Z Downloaded tokio v1.42.0
7052024-12-16T04:17:50.598Z Downloaded smallvec v1.13.2
7062024-12-16T04:17:50.601Z Downloaded lock_api v0.4.12
7072024-12-16T04:17:50.601Z Downloaded linear-map v1.2.0
7082024-12-16T04:17:50.603Z Downloaded darling_core v0.20.10
7092024-12-16T04:17:50.606Z Downloaded take_mut v0.2.2
7102024-12-16T04:17:50.609Z Downloaded bytes v1.7.2
7112024-12-16T04:17:50.612Z Downloaded serde_derive v1.0.215
7122024-12-16T04:17:50.615Z Downloaded derive-where v1.2.7
7132024-12-16T04:17:50.617Z Downloaded crossbeam-utils v0.8.20
7142024-12-16T04:17:50.620Z Downloaded slog-stdlog v4.1.1
7152024-12-16T04:17:50.620Z Downloaded slog-scope v4.4.0
7162024-12-16T04:17:50.623Z Downloaded blake2 v0.10.6
7172024-12-16T04:17:50.623Z Downloaded bitflags v2.6.0
7182024-12-16T04:17:50.626Z Downloaded anyhow v1.0.94
7192024-12-16T04:17:50.630Z Downloaded num-conv v0.1.0
7202024-12-16T04:17:50.632Z Downloaded strsim v0.11.1
7212024-12-16T04:17:50.632Z Downloaded sct v0.7.1
7222024-12-16T04:17:50.634Z Downloaded progenitor-impl v0.8.0
7232024-12-16T04:17:50.637Z Downloaded strum v0.26.3
7242024-12-16T04:17:50.637Z Downloaded console v0.15.8
7252024-12-16T04:17:50.640Z Downloaded serde_with_macros v3.9.0
7262024-12-16T04:17:50.642Z Downloaded rustls-pki-types v1.8.0
7272024-12-16T04:17:50.645Z Downloaded pest v2.7.13
7282024-12-16T04:17:50.648Z Downloaded futures-channel v0.3.30
7292024-12-16T04:17:50.651Z Downloaded darling v0.20.10
7302024-12-16T04:17:50.654Z Downloaded async-trait v0.1.83
7312024-12-16T04:17:50.657Z Downloaded cancel-safe-futures v0.1.5
7322024-12-16T04:17:50.659Z Downloaded anstyle v1.0.10
7332024-12-16T04:17:50.662Z Downloaded semver v0.1.20
7342024-12-16T04:17:50.662Z Downloaded embedded-io v0.6.1
7352024-12-16T04:17:50.664Z Downloaded convert_case v0.4.0
7362024-12-16T04:17:50.664Z Downloaded encoding_rs v0.8.34
7372024-12-16T04:17:50.684Z Downloaded clap_derive v4.5.18
7382024-12-16T04:17:50.688Z Downloaded progenitor v0.8.0
7392024-12-16T04:17:50.688Z Downloaded password-hash v0.5.0
7402024-12-16T04:17:50.691Z Downloaded ident_case v1.0.1
7412024-12-16T04:17:50.691Z Downloaded dyn-clone v1.0.17
7422024-12-16T04:17:50.691Z Downloaded defmt-parser v0.3.4
7432024-12-16T04:17:50.691Z Downloaded argon2 v0.5.3
7442024-12-16T04:17:50.694Z Downloaded either v1.13.0
7452024-12-16T04:17:50.694Z Downloaded deranged v0.3.11
7462024-12-16T04:17:50.697Z Downloaded defmt v0.3.8
7472024-12-16T04:17:50.699Z Downloaded crypto-common v0.1.6
7482024-12-16T04:17:50.699Z Downloaded slog-async v2.8.0
7492024-12-16T04:17:50.702Z Downloaded proc-macro-error v1.0.4
7502024-12-16T04:17:50.704Z Downloaded powerfmt v0.2.0
7512024-12-16T04:17:50.704Z Downloaded bitflags v1.3.2
7522024-12-16T04:17:50.706Z Downloaded parking_lot_core v0.8.6
7532024-12-16T04:17:50.709Z Downloaded futures-macro v0.3.30
7542024-12-16T04:17:50.712Z Downloaded fnv v1.0.7
7552024-12-16T04:17:50.712Z Downloaded embedded-io v0.4.0
7562024-12-16T04:17:50.712Z Downloaded dirs-next v2.0.0
7572024-12-16T04:17:50.714Z Downloaded data-encoding v2.6.0
7582024-12-16T04:17:50.714Z Downloaded errno v0.3.9
7592024-12-16T04:17:50.717Z Downloaded debug-ignore v1.0.5
7602024-12-16T04:17:50.717Z Downloaded cpufeatures v0.2.14
7612024-12-16T04:17:50.718Z Downloaded parse-display-derive v0.10.0
7622024-12-16T04:17:50.721Z Downloaded dof v0.3.0
7632024-12-16T04:17:50.721Z Downloaded digest v0.10.7
7642024-12-16T04:17:50.721Z Downloaded atomic-waker v1.1.2
7652024-12-16T04:17:50.723Z Downloaded scroll v0.12.0
7662024-12-16T04:17:50.724Z Downloaded rustls-pemfile v1.0.4
7672024-12-16T04:17:50.726Z Downloaded rand_chacha v0.3.1
7682024-12-16T04:17:50.726Z Downloaded fastrand v2.1.1
7692024-12-16T04:17:50.729Z Downloaded serde_tokenstream v0.2.2
7702024-12-16T04:17:50.729Z Downloaded defmt-macros v0.3.9
7712024-12-16T04:17:50.732Z Downloaded colorchoice v1.0.2
7722024-12-16T04:17:50.732Z Downloaded anstyle-query v1.1.1
7732024-12-16T04:17:50.736Z Downloaded const-random-macro v0.1.16
7742024-12-16T04:17:50.736Z Downloaded block-buffer v0.10.4
7752024-12-16T04:17:50.736Z Downloaded quinn-udp v0.5.5
7762024-12-16T04:17:50.739Z Downloaded ciborium-ll v0.2.2
7772024-12-16T04:17:50.739Z Downloaded anstyle-parse v0.2.5
7782024-12-16T04:17:50.739Z Downloaded async-stream v0.3.5
7792024-12-16T04:17:50.742Z Downloaded serde_repr v0.1.19
7802024-12-16T04:17:50.742Z Downloaded resolv-conf v0.7.0
7812024-12-16T04:17:50.745Z Downloaded progenitor-macro v0.8.0
7822024-12-16T04:17:50.745Z Downloaded proc-macro-crate v3.2.0
7832024-12-16T04:17:50.748Z Downloaded percent-encoding v2.3.1
7842024-12-16T04:17:50.748Z Downloaded clap_lex v0.7.4
7852024-12-16T04:17:50.748Z Downloaded cfg-if v1.0.0
7862024-12-16T04:17:50.751Z Downloaded pkg-config v0.3.31
7872024-12-16T04:17:50.751Z Downloaded paste v1.0.15
7882024-12-16T04:17:50.754Z Downloaded crucible-workspace-hack v0.1.0
7892024-12-16T04:17:50.873Z Downloaded ring v0.17.8
7902024-12-16T04:17:51.216Z Compiling proc-macro2 v1.0.86
7912024-12-16T04:17:51.216Z Compiling unicode-ident v1.0.13
7922024-12-16T04:17:51.216Z Compiling libc v0.2.167
7932024-12-16T04:17:51.219Z Compiling serde v1.0.215
7942024-12-16T04:17:51.219Z Compiling version_check v0.9.5
7952024-12-16T04:17:51.219Z Compiling autocfg v1.3.0
7962024-12-16T04:17:51.219Z Compiling cfg-if v1.0.0
7972024-12-16T04:17:51.418Z Compiling once_cell v1.20.2
7982024-12-16T04:17:51.439Z Compiling libm v0.2.8
7992024-12-16T04:17:51.458Z Compiling memchr v2.7.4
8002024-12-16T04:17:51.857Z Compiling byteorder v1.5.0
8012024-12-16T04:17:51.970Z Compiling parking_lot_core v0.9.10
8022024-12-16T04:17:52.053Z Compiling lock_api v0.4.12
8032024-12-16T04:17:52.290Z Compiling shlex v1.3.0
8042024-12-16T04:17:52.414Z Compiling thiserror v1.0.69
8052024-12-16T04:17:52.677Z Compiling cc v1.1.21
8062024-12-16T04:17:52.814Z Compiling itoa v1.0.11
8072024-12-16T04:17:52.962Z Compiling quote v1.0.37
8082024-12-16T04:17:53.030Z Compiling portable-atomic v1.8.0
8092024-12-16T04:17:53.255Z Compiling slab v0.4.9
8102024-12-16T04:17:53.513Z Compiling syn v2.0.87
8112024-12-16T04:17:53.556Z Compiling getrandom v0.2.15
8122024-12-16T04:17:53.636Z Compiling schemars v0.8.21
8132024-12-16T04:17:53.952Z Compiling ahash v0.8.11
8142024-12-16T04:17:53.984Z Compiling allocator-api2 v0.2.18
8152024-12-16T04:17:54.003Z Compiling num-traits v0.2.19
8162024-12-16T04:17:54.157Z Compiling ryu v1.0.18
8172024-12-16T04:17:54.478Z Compiling serde_json v1.0.133
8182024-12-16T04:17:54.562Z Compiling pin-project-lite v0.2.14
8192024-12-16T04:17:55.047Z Compiling equivalent v1.0.1
8202024-12-16T04:17:55.088Z Compiling scopeguard v1.2.0
8212024-12-16T04:17:55.108Z Compiling log v0.4.22
8222024-12-16T04:17:55.215Z Compiling heck v0.5.0
8232024-12-16T04:17:55.288Z Compiling fnv v1.0.7
8242024-12-16T04:17:55.546Z Compiling pkg-config v0.3.31
8252024-12-16T04:17:55.657Z Compiling vcpkg v0.2.15
8262024-12-16T04:17:55.774Z Compiling ring v0.17.8
8272024-12-16T04:17:55.811Z Compiling crunchy v0.2.2
8282024-12-16T04:17:56.343Z Compiling mio v1.0.2
8292024-12-16T04:17:56.822Z Compiling signal-hook-registry v1.4.2
8302024-12-16T04:17:56.841Z Compiling socket2 v0.5.8
8312024-12-16T04:17:57.198Z Compiling slog v2.7.0
8322024-12-16T04:17:57.305Z Compiling httparse v1.9.4
8332024-12-16T04:17:57.362Z Compiling openssl-sys v0.9.103
8342024-12-16T04:17:57.686Z Compiling tiny-keccak v2.0.2
8352024-12-16T04:17:57.994Z Compiling iana-time-zone v0.1.61
8362024-12-16T04:17:58.334Z Compiling futures-core v0.3.30
8372024-12-16T04:17:58.413Z Compiling dyn-clone v1.0.17
8382024-12-16T04:17:58.456Z Compiling const-random-macro v0.1.16
8392024-12-16T04:17:58.577Z Compiling openssl v0.10.66
8402024-12-16T04:17:58.642Z Compiling futures-sink v0.3.30
8412024-12-16T04:17:59.027Z Compiling rustls v0.23.13
8422024-12-16T04:17:59.047Z Compiling semver v1.0.23
8432024-12-16T04:17:59.251Z Compiling const-random v0.1.18
8442024-12-16T04:17:59.327Z Compiling native-tls v0.2.12
8452024-12-16T04:17:59.345Z Compiling typenum v1.17.0
8462024-12-16T04:17:59.365Z Compiling futures-channel v0.3.30
8472024-12-16T04:17:59.368Z Compiling pin-utils v0.1.0
8482024-12-16T04:17:59.441Z Compiling futures-task v0.3.30
8492024-12-16T04:17:59.476Z Compiling futures-io v0.3.30
8502024-12-16T04:17:59.540Z Compiling generic-array v0.14.7
8512024-12-16T04:17:59.737Z Compiling tracing-core v0.1.32
8522024-12-16T04:17:59.802Z Compiling bitflags v2.6.0
8532024-12-16T04:17:59.805Z Compiling ucd-trie v0.1.6
8542024-12-16T04:17:59.861Z Compiling subtle v2.6.1
8552024-12-16T04:17:59.882Z Compiling aho-corasick v1.1.3
8562024-12-16T04:18:00.045Z Compiling regex-syntax v0.8.4
8572024-12-16T04:18:00.123Z Compiling anyhow v1.0.94
8582024-12-16T04:18:00.327Z Compiling time-core v0.1.2
8592024-12-16T04:18:00.335Z Compiling num-conv v0.1.0
8602024-12-16T04:18:00.624Z Compiling serde_derive_internals v0.29.1
8612024-12-16T04:18:00.747Z Compiling time-macros v0.2.18
8622024-12-16T04:18:02.128Z Compiling spin v0.9.8
8632024-12-16T04:18:02.185Z Compiling rustls-pki-types v1.8.0
8642024-12-16T04:18:02.819Z Compiling usdt-impl v0.5.0
8652024-12-16T04:18:03.203Z Compiling untrusted v0.9.0
8662024-12-16T04:18:03.401Z Compiling omicron-workspace-hack v0.1.0
8672024-12-16T04:18:03.721Z Compiling regex-automata v0.4.7
8682024-12-16T04:18:03.932Z Compiling plain v0.2.3
8692024-12-16T04:18:04.100Z Compiling strsim v0.11.1
8702024-12-16T04:18:04.185Z Compiling rustversion v1.0.17
8712024-12-16T04:18:04.807Z Compiling tinyvec_macros v0.1.1
8722024-12-16T04:18:04.837Z Compiling atomic-waker v1.1.2
8732024-12-16T04:18:04.905Z Compiling tinyvec v1.8.0
8742024-12-16T04:18:05.826Z Compiling rand_core v0.6.4
8752024-12-16T04:18:06.162Z Compiling serde_derive v1.0.215
8762024-12-16T04:18:06.208Z Compiling zerocopy-derive v0.7.35
8772024-12-16T04:18:06.309Z Compiling thiserror-impl v1.0.69
8782024-12-16T04:18:06.508Z Compiling tokio-macros v2.4.0
8792024-12-16T04:18:07.389Z Compiling schemars_derive v0.8.21
8802024-12-16T04:18:08.100Z Compiling futures-macro v0.3.30
8812024-12-16T04:18:08.394Z Compiling zerocopy v0.7.35
8822024-12-16T04:18:10.417Z Compiling openssl-macros v0.1.1
8832024-12-16T04:18:10.489Z Compiling futures-util v0.3.30
8842024-12-16T04:18:10.549Z Compiling hashbrown v0.14.5
8852024-12-16T04:18:10.569Z Compiling tracing-attributes v0.1.27
8862024-12-16T04:18:11.238Z Compiling scroll_derive v0.12.0
8872024-12-16T04:18:11.465Z Compiling pest v2.7.13
8882024-12-16T04:18:11.971Z Compiling regress v0.10.1
8892024-12-16T04:18:12.716Z Compiling regex v1.10.6
8902024-12-16T04:18:13.325Z Compiling scroll v0.12.0
8912024-12-16T04:18:13.895Z Compiling tracing v0.1.40
8922024-12-16T04:18:13.921Z Compiling pest_meta v2.7.13
8932024-12-16T04:18:14.633Z Compiling goblin v0.8.2
8942024-12-16T04:18:16.729Z Compiling pest_generator v2.7.13
8952024-12-16T04:18:17.495Z Compiling rustls-webpki v0.102.8
8962024-12-16T04:18:18.303Z Compiling unsafe-libyaml v0.2.11
8972024-12-16T04:18:18.514Z Compiling pest_derive v2.7.13
8982024-12-16T04:18:19.443Z Compiling percent-encoding v2.3.1
8992024-12-16T04:18:19.903Z Compiling bytes v1.7.2
9002024-12-16T04:18:20.366Z Compiling smallvec v1.13.2
9012024-12-16T04:18:21.214Z Compiling indexmap v2.5.0
9022024-12-16T04:18:21.851Z Compiling uuid v1.11.0
9032024-12-16T04:18:21.918Z Compiling chrono v0.4.38
9042024-12-16T04:18:22.563Z Compiling parking_lot v0.12.3
9052024-12-16T04:18:22.661Z Compiling serde_tokenstream v0.2.2
9062024-12-16T04:18:22.686Z Compiling http v1.2.0
9072024-12-16T04:18:23.107Z Compiling tokio v1.42.0
9082024-12-16T04:18:26.727Z Compiling openapiv3 v2.0.0
9092024-12-16T04:18:26.783Z Compiling zeroize v1.8.1
9102024-12-16T04:18:27.134Z Compiling try-lock v0.2.5
9112024-12-16T04:18:27.321Z Compiling pretty-hex v0.4.1
9122024-12-16T04:18:27.538Z Compiling dof v0.3.0
9132024-12-16T04:18:29.132Z Compiling typify-impl v0.2.0
9142024-12-16T04:18:29.273Z Compiling http-body v1.0.1
9152024-12-16T04:18:29.545Z Compiling want v0.3.1
9162024-12-16T04:18:29.833Z Compiling ipnetwork v0.20.0
9172024-12-16T04:18:30.270Z Compiling serde_yaml v0.9.34+deprecated
9182024-12-16T04:18:31.100Z Compiling form_urlencoded v1.2.1
9192024-12-16T04:18:31.187Z Compiling dtrace-parser v0.2.0
9202024-12-16T04:18:31.609Z Compiling unicode-normalization v0.1.24
9212024-12-16T04:18:32.915Z Compiling tokio-util v0.7.12
9222024-12-16T04:18:34.015Z Compiling h2 v0.4.6
9232024-12-16T04:18:34.038Z Compiling thread-id v4.2.2
9242024-12-16T04:18:34.161Z Compiling syn v1.0.109
9252024-12-16T04:18:34.268Z Compiling foreign-types-shared v0.1.1
9262024-12-16T04:18:34.388Z Compiling camino v1.1.9
9272024-12-16T04:18:34.761Z Compiling httpdate v1.0.3
9282024-12-16T04:18:34.936Z Compiling ident_case v1.0.1
9292024-12-16T04:18:35.006Z Compiling rustls v0.22.4
9302024-12-16T04:18:35.131Z Compiling unicode-bidi v0.3.15
9312024-12-16T04:18:35.337Z Compiling darling_core v0.20.10
9322024-12-16T04:18:35.500Z Compiling foreign-types v0.3.2
9332024-12-16T04:18:35.606Z Compiling ppv-lite86 v0.2.20
9342024-12-16T04:18:37.507Z Compiling tower-service v0.3.3
9352024-12-16T04:18:37.821Z Compiling slog-async v2.8.0
9362024-12-16T04:18:38.502Z Compiling rand_chacha v0.3.1
9372024-12-16T04:18:38.942Z Compiling idna v0.5.0
9382024-12-16T04:18:40.265Z Compiling hyper v1.5.1
9392024-12-16T04:18:41.107Z Compiling typify-macro v0.2.0
9402024-12-16T04:18:41.505Z Compiling darling_macro v0.20.10
9412024-12-16T04:18:42.878Z Compiling toml_datetime v0.6.8
9422024-12-16T04:18:43.353Z Compiling hyper-util v0.1.10
9432024-12-16T04:18:45.021Z Compiling typify v0.2.0
9442024-12-16T04:18:45.168Z Compiling progenitor-impl v0.8.0
9452024-12-16T04:18:49.166Z Compiling multer v3.1.0
9462024-12-16T04:18:50.968Z Compiling paste v1.0.15
9472024-12-16T04:18:51.649Z Compiling openssl-probe v0.1.5
9482024-12-16T04:18:51.821Z Compiling progenitor-macro v0.8.0
9492024-12-16T04:18:55.251Z Compiling darling v0.20.10
9502024-12-16T04:18:55.375Z Compiling url v2.5.2
9512024-12-16T04:18:55.601Z Compiling rand v0.8.5
9522024-12-16T04:18:58.326Z Compiling usdt-attr-macro v0.5.0
9532024-12-16T04:19:00.018Z Compiling usdt-macro v0.5.0
9542024-12-16T04:19:00.848Z Compiling http-body-util v0.1.2
9552024-12-16T04:19:01.465Z Compiling async-trait v0.1.83
9562024-12-16T04:19:02.714Z Compiling encoding_rs v0.8.34
9572024-12-16T04:19:03.094Z Compiling mime v0.3.17
9582024-12-16T04:19:03.526Z Compiling base64 v0.22.1
9592024-12-16T04:19:03.973Z Compiling ipnet v2.10.0
9602024-12-16T04:19:04.207Z Compiling rustls-pemfile v2.1.3
9612024-12-16T04:19:06.140Z Compiling tokio-rustls v0.26.0
9622024-12-16T04:19:06.604Z Compiling serde_with_macros v3.9.0
9632024-12-16T04:19:06.956Z Compiling tokio-native-tls v0.3.1
9642024-12-16T04:19:07.279Z Compiling strum_macros v0.26.4
9652024-12-16T04:19:07.765Z Compiling serde_urlencoded v0.7.1
9662024-12-16T04:19:09.253Z Compiling async-stream-impl v0.3.5
9672024-12-16T04:19:09.365Z Compiling structmeta-derive v0.3.0
9682024-12-16T04:19:10.660Z Compiling webpki-roots v0.26.6
9692024-12-16T04:19:10.873Z Compiling dropshot v0.12.0
9702024-12-16T04:19:11.234Z Compiling crossbeam-utils v0.8.20
9712024-12-16T04:19:11.797Z Compiling powerfmt v0.2.0
9722024-12-16T04:19:12.109Z Compiling structmeta v0.3.0
9732024-12-16T04:19:12.505Z Compiling deranged v0.3.11
9742024-12-16T04:19:13.277Z Compiling hyper-rustls v0.27.3
9752024-12-16T04:19:13.383Z Compiling hyper-tls v0.6.0
9762024-12-16T04:19:14.663Z Compiling sync_wrapper v1.0.1
9772024-12-16T04:19:15.462Z Compiling winnow v0.6.18
9782024-12-16T04:19:16.643Z Compiling num_threads v0.1.7
9792024-12-16T04:19:17.725Z Compiling time v0.3.36
9802024-12-16T04:19:20.058Z Compiling reqwest v0.12.9
9812024-12-16T04:19:20.456Z Compiling parse-display-derive v0.10.0
9822024-12-16T04:19:22.072Z Compiling block-buffer v0.10.4
9832024-12-16T04:19:22.325Z Compiling crypto-common v0.1.6
9842024-12-16T04:19:22.557Z Compiling dropshot_endpoint v0.12.0
9852024-12-16T04:19:24.365Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-16T04:19:25.901Z Compiling digest v0.10.7
9872024-12-16T04:19:26.396Z Compiling progenitor-client v0.8.0
9882024-12-16T04:19:27.341Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-16T04:19:29.534Z Compiling dirs-sys-next v0.1.2
9902024-12-16T04:19:30.551Z Compiling match_cfg v0.1.0
9912024-12-16T04:19:30.633Z Compiling lazy_static v1.5.0
9922024-12-16T04:19:30.788Z Compiling rustix v0.38.37
9932024-12-16T04:19:31.405Z Compiling hostname v0.3.1
9942024-12-16T04:19:31.658Z Compiling dirs-next v2.0.0
9952024-12-16T04:19:31.675Z Compiling progenitor v0.8.0
9962024-12-16T04:19:31.912Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-16T04:19:34.567Z Compiling futures-executor v0.3.30
9982024-12-16T04:19:34.920Z Compiling thread_local v1.1.8
9992024-12-16T04:19:35.552Z Compiling errno v0.3.9
10002024-12-16T04:19:35.833Z Compiling instant v0.1.13
10012024-12-16T04:19:36.195Z Compiling cpufeatures v0.2.14
10022024-12-16T04:19:36.306Z Compiling unicode-width v0.1.14
10032024-12-16T04:19:38.617Z Compiling futures v0.3.30
10042024-12-16T04:19:40.051Z Compiling term v0.7.0
10052024-12-16T04:19:40.592Z Compiling crossbeam-channel v0.5.13
10062024-12-16T04:19:42.785Z Compiling serde_spanned v0.6.7
10072024-12-16T04:19:43.053Z Compiling is-terminal v0.4.13
10082024-12-16T04:19:43.170Z Compiling memmap v0.7.0
10092024-12-16T04:19:43.631Z Compiling take_mut v0.2.2
10102024-12-16T04:19:43.881Z Compiling usdt v0.5.0
10112024-12-16T04:19:44.558Z Compiling slog-term v2.9.1
10122024-12-16T04:19:45.343Z Compiling toml_edit v0.22.21
10132024-12-16T04:19:47.204Z Compiling slog-json v2.6.1
10142024-12-16T04:19:47.641Z Compiling strum v0.26.3
10152024-12-16T04:19:47.835Z Compiling serde_with v3.9.0
10162024-12-16T04:19:50.140Z Compiling heapless v0.8.0
10172024-12-16T04:19:50.696Z Compiling debug-ignore v1.0.5
10182024-12-16T04:19:52.279Z Compiling tokio-rustls v0.25.0
10192024-12-16T04:19:52.858Z Compiling toml v0.8.19
10202024-12-16T04:19:55.045Z Compiling slog-bunyan v2.5.0
10212024-12-16T04:19:55.317Z Compiling sha1 v0.10.6
10222024-12-16T04:19:56.189Z Compiling async-stream v0.3.5
10232024-12-16T04:19:56.331Z Compiling newtype-uuid v1.1.0
10242024-12-16T04:19:56.501Z Compiling hex v0.4.3
10252024-12-16T04:19:56.679Z Compiling serde_path_to_error v0.1.16
10262024-12-16T04:19:56.745Z Compiling waitgroup v0.1.2
10272024-12-16T04:19:57.076Z Compiling hostname v0.4.0
10282024-12-16T04:19:57.208Z Compiling hash32 v0.3.1
10292024-12-16T04:19:57.324Z Compiling smoltcp v0.11.0
10302024-12-16T04:19:57.688Z Compiling stable_deref_trait v1.2.0
10312024-12-16T04:19:59.603Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-16T04:20:00.377Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-16T04:20:00.540Z Compiling backoff v0.4.0
10342024-12-16T04:20:00.910Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-16T04:20:00.956Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-16T04:20:01.170Z Compiling parse-display v0.10.0
10372024-12-16T04:20:03.158Z Compiling macaddr v1.0.1
10382024-12-16T04:20:03.805Z Compiling regress v0.9.1
10392024-12-16T04:20:04.757Z Compiling clap_derive v4.5.18
10402024-12-16T04:20:07.051Z Compiling winnow v0.5.40
10412024-12-16T04:20:08.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10422024-12-16T04:20:08.589Z Compiling cobs v0.2.3
10432024-12-16T04:20:09.038Z Compiling managed v0.8.0
10442024-12-16T04:20:09.649Z Compiling utf8parse v0.2.2
10452024-12-16T04:20:09.824Z Compiling bitflags v1.3.2
10462024-12-16T04:20:09.866Z Compiling anstyle-parse v0.2.5
10472024-12-16T04:20:10.832Z Compiling toml_edit v0.19.15
10482024-12-16T04:20:11.003Z Compiling postcard v1.0.10
10492024-12-16T04:20:11.783Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10502024-12-16T04:20:17.585Z Compiling anstyle-query v1.1.1
10512024-12-16T04:20:17.691Z Compiling is_terminal_polyfill v1.70.1
10522024-12-16T04:20:17.752Z Compiling anstyle v1.0.10
10532024-12-16T04:20:18.307Z Compiling colorchoice v1.0.2
10542024-12-16T04:20:18.536Z Compiling anstream v0.6.15
10552024-12-16T04:20:20.084Z Compiling proc-macro-crate v1.3.1
10562024-12-16T04:20:20.929Z Compiling terminal_size v0.4.0
10572024-12-16T04:20:20.986Z Compiling clap_lex v0.7.4
10582024-12-16T04:20:21.170Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10592024-12-16T04:20:21.548Z Compiling clap_builder v4.5.23
10602024-12-16T04:20:22.068Z Compiling num_enum_derive v0.5.11
10612024-12-16T04:20:23.087Z Compiling tabwriter v1.4.0
10622024-12-16T04:20:23.861Z Compiling foreign-types-macros v0.2.3
10632024-12-16T04:20:24.017Z Compiling num-integer v0.1.46
10642024-12-16T04:20:24.976Z Compiling foreign-types-shared v0.3.1
10652024-12-16T04:20:25.105Z Compiling num_enum v0.5.11
10662024-12-16T04:20:25.167Z Compiling foreign-types v0.5.0
10672024-12-16T04:20:25.689Z Compiling clap v4.5.23
10682024-12-16T04:20:25.728Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-12-16T04:20:26.276Z Compiling cstr-argument v0.1.2
10702024-12-16T04:20:26.400Z Compiling proc-macro-error-attr v1.0.4
10712024-12-16T04:20:26.638Z Compiling prettyplease v0.2.22
10722024-12-16T04:20:26.971Z Compiling either v1.13.0
10732024-12-16T04:20:27.150Z Compiling pretty-hex v0.2.1
10742024-12-16T04:20:27.368Z Compiling heck v0.4.1
10752024-12-16T04:20:27.520Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-16T04:20:27.908Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-16T04:20:27.999Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-16T04:20:29.335Z Compiling num-rational v0.4.2
10792024-12-16T04:20:30.218Z Compiling num-iter v0.1.45
10802024-12-16T04:20:30.567Z Compiling colored v2.2.0
10812024-12-16T04:20:31.879Z Compiling num-complex v0.4.6
10822024-12-16T04:20:32.527Z Compiling proc-macro-error v1.0.4
10832024-12-16T04:20:32.661Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-16T04:20:33.001Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-12-16T04:20:33.165Z Compiling fastrand v2.1.1
10862024-12-16T04:20:33.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10872024-12-16T04:20:33.357Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10882024-12-16T04:20:33.594Z Compiling tempfile v3.12.0
10892024-12-16T04:20:34.156Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-12-16T04:20:35.327Z Compiling num v0.4.3
10912024-12-16T04:20:37.987Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-16T04:20:38.461Z Compiling crucible-workspace-hack v0.1.0
10932024-12-16T04:20:38.539Z Compiling float-ord v0.3.2
10942024-12-16T04:20:38.812Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-16T04:20:46.010Z Compiling unicode-segmentation v1.12.0
10962024-12-16T04:20:46.650Z Compiling semver v0.1.20
10972024-12-16T04:20:47.157Z Compiling rustc_version v0.1.7
10982024-12-16T04:20:47.279Z Compiling newline-converter v0.3.0
10992024-12-16T04:20:47.442Z Compiling zone_cfg_derive v0.3.0
11002024-12-16T04:20:47.469Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-16T04:20:47.701Z Compiling camino-tempfile v1.1.1
11022024-12-16T04:20:48.475Z Compiling itertools v0.10.5
11032024-12-16T04:20:48.538Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-16T04:20:48.969Z Compiling console v0.15.8
11052024-12-16T04:20:49.058Z Compiling num-derive v0.4.2
11062024-12-16T04:20:50.403Z Compiling sigpipe v0.1.3
11072024-12-16T04:20:50.539Z Compiling base64ct v1.6.0
11082024-12-16T04:20:51.211Z Compiling similar v2.6.0
11092024-12-16T04:20:51.615Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-16T04:20:51.789Z Compiling zone v0.3.0
11112024-12-16T04:20:51.899Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-12-16T04:20:52.001Z Compiling password-hash v0.5.0
11132024-12-16T04:20:53.474Z Compiling expectorate v1.1.0
11142024-12-16T04:20:53.801Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-16T04:20:54.141Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-16T04:20:54.666Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-16T04:20:55.213Z Compiling newtype_derive v0.1.6
11182024-12-16T04:20:55.605Z Compiling blake2 v0.10.6
11192024-12-16T04:20:56.836Z Compiling hubpack_derive v0.1.1
11202024-12-16T04:20:57.082Z Compiling smf v0.2.3
11212024-12-16T04:20:57.644Z Compiling zerocopy-derive v0.6.6
11222024-12-16T04:20:57.790Z Compiling fixedbitset v0.4.2
11232024-12-16T04:20:57.856Z Compiling whoami v1.5.2
11242024-12-16T04:20:58.003Z Compiling owo-colors v4.1.0
11252024-12-16T04:20:58.345Z Compiling cancel-safe-futures v0.1.5
11262024-12-16T04:20:58.764Z Compiling petgraph v0.6.5
11272024-12-16T04:20:58.784Z Compiling hubpack v0.1.2
11282024-12-16T04:20:59.419Z Compiling argon2 v0.5.3
11292024-12-16T04:20:59.642Z Compiling zerocopy v0.6.6
11302024-12-16T04:21:00.645Z Compiling strum_macros v0.25.3
11312024-12-16T04:21:01.835Z Compiling serde-big-array v0.5.1
11322024-12-16T04:21:02.091Z Compiling serde_repr v0.1.19
11332024-12-16T04:21:03.108Z Compiling cookie v0.18.1
11342024-12-16T04:21:03.284Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352024-12-16T04:21:03.362Z Compiling static_assertions v1.1.0
11362024-12-16T04:21:03.469Z Compiling convert_case v0.4.0
11372024-12-16T04:21:03.561Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-16T04:21:04.252Z Compiling derive_more v0.99.18
11392024-12-16T04:21:04.437Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11402024-12-16T04:21:06.098Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-16T04:21:06.694Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-16T04:21:07.152Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-16T04:21:09.585Z Compiling atomicwrites v0.4.4
11442024-12-16T04:21:10.106Z Compiling itertools v0.13.0
11452024-12-16T04:21:11.001Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-16T04:21:12.234Z Compiling idna v0.4.0
11472024-12-16T04:21:12.496Z Compiling libsw v3.3.1
11482024-12-16T04:21:12.849Z Compiling derive-where v1.2.7
11492024-12-16T04:21:13.418Z Compiling enum-as-inner v0.6.1
11502024-12-16T04:21:13.603Z Compiling indent_write v2.2.0
11512024-12-16T04:21:13.846Z Compiling highway v1.2.0
11522024-12-16T04:21:13.913Z Compiling swrite v0.1.0
11532024-12-16T04:21:14.091Z Compiling linked-hash-map v0.5.6
11542024-12-16T04:21:14.551Z Compiling linear-map v1.2.0
11552024-12-16T04:21:14.600Z Compiling data-encoding v2.6.0
11562024-12-16T04:21:15.004Z Compiling quick-error v1.2.3
11572024-12-16T04:21:15.165Z Compiling resolv-conf v0.7.0
11582024-12-16T04:21:15.280Z Compiling lru-cache v0.1.2
11592024-12-16T04:21:15.520Z Compiling hickory-proto v0.24.1
11602024-12-16T04:21:16.090Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-16T04:21:16.197Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-16T04:21:16.733Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-16T04:21:19.473Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-16T04:21:19.876Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-16T04:21:21.176Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-16T04:21:21.531Z Compiling steno v0.4.1
11672024-12-16T04:21:24.394Z Compiling slog-dtrace v0.3.0
11682024-12-16T04:21:24.759Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-16T04:21:24.987Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-16T04:21:25.131Z Compiling humantime v2.1.0
11712024-12-16T04:21:25.169Z Compiling parking_lot_core v0.8.6
11722024-12-16T04:21:25.672Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732024-12-16T04:21:25.947Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-12-16T04:21:27.464Z Compiling hickory-resolver v0.24.1
11752024-12-16T04:21:28.904Z Compiling num-derive v0.3.3
11762024-12-16T04:21:29.265Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-16T04:21:30.233Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-16T04:21:30.829Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-12-16T04:21:31.161Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11802024-12-16T04:21:32.219Z Compiling parking_lot v0.11.2
11812024-12-16T04:21:32.552Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-16T04:21:33.543Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-12-16T04:21:34.193Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-16T04:21:35.851Z Compiling crossbeam-epoch v0.9.18
11852024-12-16T04:21:36.431Z Compiling fxhash v0.2.1
11862024-12-16T04:21:36.669Z Compiling crc32fast v1.4.2
11872024-12-16T04:21:36.993Z Compiling crc8 v0.1.1
11882024-12-16T04:21:37.204Z Compiling arc-swap v1.7.1
11892024-12-16T04:21:37.297Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11902024-12-16T04:21:37.918Z Compiling slog-scope v4.4.0
11912024-12-16T04:21:38.688Z Compiling sled v0.34.7
11922024-12-16T04:21:42.786Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-16T04:21:44.036Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-16T04:21:44.583Z Compiling slog-stdlog v4.1.1
11952024-12-16T04:21:45.398Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-12-16T04:21:46.699Z Compiling slog-envlogger v2.2.0
11972024-12-16T04:21:47.318Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-16T04:21:58.864Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-16T04:21:59.088Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-16T04:22:04.548Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-16T04:22:33.220Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12022024-12-16T04:22:33.220Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-12-16T04:22:40.465Z Finished `release` profile [optimized] target(s) in 5m 11s
12042024-12-16T04:22:40.780Z+ banner trio
12052024-12-16T04:22:40.783Z
12062024-12-16T04:22:40.783Z ##### ##### # ####
12072024-12-16T04:22:40.783Z # # # # # #
12082024-12-16T04:22:40.783Z # # # # # #
12092024-12-16T04:22:40.783Z # ##### # # #
12102024-12-16T04:22:40.783Z # # # # # #
12112024-12-16T04:22:40.783Z # # # # ####
12122024-12-16T04:22:40.783Z
12132024-12-16T04:22:40.783Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12142024-12-16T04:22:41.286Z Compiling cfg-if v1.0.0
12152024-12-16T04:22:41.286Z Compiling libc v0.2.167
12162024-12-16T04:22:41.289Z Compiling serde v1.0.215
12172024-12-16T04:22:41.289Z Compiling once_cell v1.20.2
12182024-12-16T04:22:41.289Z Compiling itoa v1.0.11
12192024-12-16T04:22:41.289Z Compiling byteorder v1.5.0
12202024-12-16T04:22:41.324Z Compiling syn v2.0.87
12212024-12-16T04:22:41.335Z Compiling bytes v1.7.2
12222024-12-16T04:22:41.379Z Compiling num-traits v0.2.19
12232024-12-16T04:22:41.535Z Compiling zerocopy v0.7.35
12242024-12-16T04:22:41.667Z Compiling pin-project-lite v0.2.14
12252024-12-16T04:22:41.715Z Compiling ahash v0.8.11
12262024-12-16T04:22:41.768Z Compiling smallvec v1.13.2
12272024-12-16T04:22:41.779Z Compiling allocator-api2 v0.2.18
12282024-12-16T04:22:41.788Z Compiling scopeguard v1.2.0
12292024-12-16T04:22:41.911Z Compiling schemars v0.8.21
12302024-12-16T04:22:41.962Z Compiling memchr v2.7.4
12312024-12-16T04:22:42.272Z Compiling lock_api v0.4.12
12322024-12-16T04:22:42.628Z Compiling hashbrown v0.14.5
12332024-12-16T04:22:42.684Z Compiling fnv v1.0.7
12342024-12-16T04:22:42.749Z Compiling getrandom v0.2.15
12352024-12-16T04:22:42.810Z Compiling parking_lot_core v0.9.10
12362024-12-16T04:22:42.835Z Compiling signal-hook-registry v1.4.2
12372024-12-16T04:22:43.090Z Compiling mio v1.0.2
12382024-12-16T04:22:43.169Z Compiling parking_lot v0.12.3
12392024-12-16T04:22:43.594Z Compiling socket2 v0.5.8
12402024-12-16T04:22:43.761Z Compiling log v0.4.22
12412024-12-16T04:22:44.106Z Compiling futures-core v0.3.30
12422024-12-16T04:22:44.361Z Compiling ryu v1.0.18
12432024-12-16T04:22:44.371Z Compiling equivalent v1.0.1
12442024-12-16T04:22:44.483Z Compiling tracing-core v0.1.32
12452024-12-16T04:22:44.792Z Compiling serde_json v1.0.133
12462024-12-16T04:22:44.817Z Compiling uuid v1.11.0
12472024-12-16T04:22:44.830Z Compiling regress v0.10.1
12482024-12-16T04:22:44.927Z Compiling futures-sink v0.3.30
12492024-12-16T04:22:45.079Z Compiling futures-task v0.3.30
12502024-12-16T04:22:45.268Z Compiling pin-utils v0.1.0
12512024-12-16T04:22:45.287Z Compiling spin v0.9.8
12522024-12-16T04:22:45.304Z Compiling untrusted v0.9.0
12532024-12-16T04:22:45.358Z Compiling futures-util v0.3.30
12542024-12-16T04:22:45.375Z Compiling slab v0.4.9
12552024-12-16T04:22:45.472Z Compiling ring v0.17.8
12562024-12-16T04:22:45.697Z Compiling try-lock v0.2.5
12572024-12-16T04:22:45.849Z Compiling want v0.3.1
12582024-12-16T04:22:46.138Z Compiling httparse v1.9.4
12592024-12-16T04:22:46.380Z Compiling chrono v0.4.38
12602024-12-16T04:22:46.869Z Compiling futures-channel v0.3.30
12612024-12-16T04:22:47.191Z Compiling foreign-types-shared v0.1.1
12622024-12-16T04:22:47.301Z Compiling dyn-clone v1.0.17
12632024-12-16T04:22:47.323Z Compiling tower-service v0.3.3
12642024-12-16T04:22:47.442Z Compiling foreign-types v0.3.2
12652024-12-16T04:22:47.530Z Compiling openssl-sys v0.9.103
12662024-12-16T04:22:47.859Z Compiling bitflags v2.6.0
12672024-12-16T04:22:48.232Z Compiling serde_derive_internals v0.29.1
12682024-12-16T04:22:48.360Z Compiling unicode-ident v1.0.13
12692024-12-16T04:22:48.445Z Compiling http v1.2.0
12702024-12-16T04:22:48.560Z Compiling proc-macro2 v1.0.86
12712024-12-16T04:22:49.002Z Compiling semver v1.0.23
12722024-12-16T04:22:49.496Z Compiling openssl-probe v0.1.5
12732024-12-16T04:22:49.519Z Compiling tinyvec_macros v0.1.1
12742024-12-16T04:22:49.609Z Compiling tinyvec v1.8.0
12752024-12-16T04:22:50.060Z Compiling quote v1.0.37
12762024-12-16T04:22:50.446Z Compiling percent-encoding v2.3.1
12772024-12-16T04:22:50.928Z Compiling form_urlencoded v1.2.1
12782024-12-16T04:22:51.385Z Compiling unicode-normalization v0.1.24
12792024-12-16T04:22:52.152Z Compiling aho-corasick v1.1.3
12802024-12-16T04:22:52.685Z Compiling http v0.2.12
12812024-12-16T04:22:53.170Z Compiling unicode-bidi v0.3.15
12822024-12-16T04:22:53.267Z Compiling rustls-pki-types v1.8.0
12832024-12-16T04:22:53.579Z Compiling serde_derive v1.0.215
12842024-12-16T04:22:53.976Z Compiling zerocopy-derive v0.7.35
12852024-12-16T04:22:54.450Z Compiling thiserror-impl v1.0.69
12862024-12-16T04:22:54.537Z Compiling schemars_derive v0.8.21
12872024-12-16T04:22:56.128Z Compiling tokio-macros v2.4.0
12882024-12-16T04:22:56.540Z Compiling tracing-attributes v0.1.27
12892024-12-16T04:22:57.443Z Compiling thiserror v1.0.69
12902024-12-16T04:22:57.579Z Compiling openssl-macros v0.1.1
12912024-12-16T04:22:57.627Z Compiling heck v0.5.0
12922024-12-16T04:22:57.687Z Compiling tokio v1.42.0
12932024-12-16T04:22:57.707Z Compiling regex-automata v0.4.7
12942024-12-16T04:22:58.456Z Compiling openssl v0.10.66
12952024-12-16T04:22:58.934Z Compiling idna v0.5.0
12962024-12-16T04:22:59.947Z Compiling tracing v0.1.40
12972024-12-16T04:23:00.606Z Compiling http-body v1.0.1
12982024-12-16T04:23:05.370Z Compiling native-tls v0.2.12
12992024-12-16T04:23:06.505Z Compiling slog v2.7.0
13002024-12-16T04:23:07.026Z Compiling atomic-waker v1.1.2
13012024-12-16T04:23:07.210Z Compiling regex-syntax v0.8.4
13022024-12-16T04:23:08.078Z Compiling indexmap v2.5.0
13032024-12-16T04:23:12.420Z Compiling tokio-util v0.7.12
13042024-12-16T04:23:12.673Z Compiling serde_tokenstream v0.2.2
13052024-12-16T04:23:14.724Z Compiling tokio-native-tls v0.3.1
13062024-12-16T04:23:15.023Z Compiling typify-impl v0.2.0
13072024-12-16T04:23:15.105Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-12-16T04:23:15.503Z Compiling h2 v0.4.6
13092024-12-16T04:23:15.621Z Compiling openapiv3 v2.0.0
13102024-12-16T04:23:25.060Z Compiling serde_urlencoded v0.7.1
13112024-12-16T04:23:25.758Z Compiling regex v1.10.6
13122024-12-16T04:23:26.757Z Compiling url v2.5.2
13132024-12-16T04:23:26.889Z Compiling encoding_rs v0.8.34
13142024-12-16T04:23:26.913Z Compiling rustls v0.21.12
13152024-12-16T04:23:26.961Z Compiling mime v0.3.17
13162024-12-16T04:23:27.233Z Compiling ipnet v2.10.0
13172024-12-16T04:23:28.047Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-12-16T04:23:30.301Z Compiling typify-macro v0.2.0
13192024-12-16T04:23:32.114Z Compiling hyper v1.5.1
13202024-12-16T04:23:32.457Z Compiling h2 v0.3.26
13212024-12-16T04:23:34.189Z Compiling http-body v0.4.6
13222024-12-16T04:23:34.471Z Compiling rustls-webpki v0.102.8
13232024-12-16T04:23:34.723Z Compiling rustls-webpki v0.101.7
13242024-12-16T04:23:35.580Z Compiling sct v0.7.1
13252024-12-16T04:23:36.025Z Compiling zeroize v1.8.1
13262024-12-16T04:23:36.379Z Compiling httpdate v1.0.3
13272024-12-16T04:23:37.127Z Compiling subtle v2.6.1
13282024-12-16T04:23:37.414Z Compiling toml_datetime v0.6.8
13292024-12-16T04:23:37.738Z Compiling toml_edit v0.19.15
13302024-12-16T04:23:37.797Z Compiling rustls v0.23.13
13312024-12-16T04:23:38.811Z Compiling hyper v0.14.30
13322024-12-16T04:23:39.107Z Compiling serde_yaml v0.9.34+deprecated
13332024-12-16T04:23:42.934Z Compiling hyper-util v0.1.10
13342024-12-16T04:23:48.312Z Compiling lazy_static v1.5.0
13352024-12-16T04:23:48.450Z Compiling tokio-rustls v0.24.1
13362024-12-16T04:23:48.896Z Compiling tokio-rustls v0.26.0
13372024-12-16T04:23:48.997Z Compiling proc-macro-crate v1.3.1
13382024-12-16T04:23:49.400Z Compiling http-body-util v0.1.2
13392024-12-16T04:23:49.840Z Compiling webpki-roots v0.26.6
13402024-12-16T04:23:49.973Z Compiling base64 v0.21.7
13412024-12-16T04:23:50.045Z Compiling base64 v0.22.1
13422024-12-16T04:23:50.614Z Compiling crossbeam-utils v0.8.20
13432024-12-16T04:23:50.632Z Compiling rustls-pemfile v2.1.3
13442024-12-16T04:23:50.745Z Compiling rustls-pemfile v1.0.4
13452024-12-16T04:23:51.090Z Compiling hyper-rustls v0.27.3
13462024-12-16T04:23:51.122Z Compiling hyper-tls v0.6.0
13472024-12-16T04:23:51.124Z Compiling num_enum_derive v0.5.11
13482024-12-16T04:23:51.409Z Compiling hyper-rustls v0.24.2
13492024-12-16T04:23:51.542Z Compiling hyper-tls v0.5.0
13502024-12-16T04:23:51.636Z Compiling typify v0.2.0
13512024-12-16T04:23:51.776Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-12-16T04:23:52.050Z Compiling ipnetwork v0.20.0
13532024-12-16T04:23:52.812Z Compiling ppv-lite86 v0.2.20
13542024-12-16T04:23:53.506Z Compiling foreign-types-macros v0.2.3
13552024-12-16T04:23:53.758Z Compiling sync_wrapper v1.0.1
13562024-12-16T04:23:53.915Z Compiling rand_core v0.6.4
13572024-12-16T04:23:54.408Z Compiling dirs-sys-next v0.1.2
13582024-12-16T04:23:54.854Z Compiling sync_wrapper v0.1.2
13592024-12-16T04:23:54.989Z Compiling powerfmt v0.2.0
13602024-12-16T04:23:55.399Z Compiling foreign-types-shared v0.3.1
13612024-12-16T04:23:55.486Z Compiling webpki-roots v0.25.4
13622024-12-16T04:23:55.518Z Compiling time-macros v0.2.18
13632024-12-16T04:23:55.521Z Compiling foreign-types v0.5.0
13642024-12-16T04:23:55.625Z Compiling reqwest v0.11.27
13652024-12-16T04:23:55.643Z Compiling deranged v0.3.11
13662024-12-16T04:23:55.894Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13672024-12-16T04:23:57.991Z Compiling progenitor-impl v0.8.0
13682024-12-16T04:23:58.559Z Compiling dirs-next v2.0.0
13692024-12-16T04:23:58.827Z Compiling rand_chacha v0.3.1
13702024-12-16T04:24:00.607Z Compiling reqwest v0.12.9
13712024-12-16T04:24:02.561Z Compiling num_enum v0.5.11
13722024-12-16T04:24:02.739Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-12-16T04:24:04.815Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-16T04:24:06.805Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-16T04:24:06.988Z Compiling cstr-argument v0.1.2
13762024-12-16T04:24:07.246Z Compiling thread_local v1.1.8
13772024-12-16T04:24:07.648Z Compiling either v1.13.0
13782024-12-16T04:24:07.972Z Compiling num-conv v0.1.0
13792024-12-16T04:24:08.121Z Compiling time-core v0.1.2
13802024-12-16T04:24:08.233Z Compiling pretty-hex v0.2.1
13812024-12-16T04:24:08.313Z Compiling arc-swap v1.7.1
13822024-12-16T04:24:08.442Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13832024-12-16T04:24:08.829Z Compiling slog-scope v4.4.0
13842024-12-16T04:24:09.034Z Compiling time v0.3.36
13852024-12-16T04:24:09.760Z Compiling itertools v0.12.1
13862024-12-16T04:24:11.249Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-16T04:24:12.760Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-16T04:24:13.661Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-16T04:24:13.672Z Compiling crossbeam-channel v0.5.13
13902024-12-16T04:24:13.865Z Compiling progenitor-macro v0.8.0
13912024-12-16T04:24:15.323Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-16T04:24:18.243Z Compiling progenitor-client v0.8.0
13932024-12-16T04:24:19.180Z Compiling rand v0.8.5
13942024-12-16T04:24:21.095Z Compiling term v0.7.0
13952024-12-16T04:24:23.136Z Compiling anyhow v1.0.94
13962024-12-16T04:24:24.660Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-12-16T04:24:27.077Z Compiling colored v2.2.0
13982024-12-16T04:24:28.507Z Compiling is-terminal v0.4.13
13992024-12-16T04:24:28.518Z Compiling winnow v0.6.18
14002024-12-16T04:24:28.636Z Compiling take_mut v0.2.2
14012024-12-16T04:24:28.797Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-12-16T04:24:29.186Z Compiling slog-async v2.8.0
14032024-12-16T04:24:32.293Z Compiling progenitor v0.8.0
14042024-12-16T04:24:32.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-12-16T04:24:32.976Z Compiling slog-term v2.9.1
14062024-12-16T04:24:35.832Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14072024-12-16T04:24:36.055Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-16T04:24:39.808Z Compiling slog-stdlog v4.1.1
14092024-12-16T04:24:40.671Z Compiling slog-envlogger v2.2.0
14102024-12-16T04:24:41.811Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-16T04:24:44.838Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-16T04:24:58.674Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-16T04:25:06.168Z Finished `release` profile [optimized] target(s) in 2m 25s
14142024-12-16T04:25:06.252Z Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145)
14152024-12-16T04:25:06.299Z
14162024-12-16T04:25:06.299Zrunning 1 test
14172024-12-16T04:25:06.477Zconfigure zone
14182024-12-16T04:25:06.494Zinstall zone
14192024-12-16T04:26:06.313Ztest ddm::test_trio_v3 has been running for over 60 seconds
14202024-12-16T04:27:03.873Zboot zone
14212024-12-16T04:27:04.659Zstart zone s1
14222024-12-16T04:27:04.659Zconfigure zone
14232024-12-16T04:27:04.667Zinstall zone
14242024-12-16T04:28:58.637Zboot zone
14252024-12-16T04:28:59.489Zstart zone s2
14262024-12-16T04:28:59.489Zconfigure zone
14272024-12-16T04:28:59.497Zinstall zone
14282024-12-16T04:30:51.426Zboot zone
14292024-12-16T04:30:52.230Zstart zone t1
14302024-12-16T04:30:52.230Zconfigure zone
14312024-12-16T04:30:52.239Zinstall zone
14322024-12-16T04:32:44.825Zboot zone
14332024-12-16T04:32:45.664Zwaiting for zones to come up
14342024-12-16T04:32:55.666Z[sidecar.trio] svcs milestone/network
14352024-12-16T04:32:55.700ZSTATE STIME FMRI
14362024-12-16T04:32:55.700Zonline 20:27:21 svc:/milestone/network:default
14372024-12-16T04:32:55.700Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14382024-12-16T04:32:55.746Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14392024-12-16T04:32:55.794Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14402024-12-16T04:32:55.838Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14412024-12-16T04:32:55.841Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14422024-12-16T04:32:55.862Z
14432024-12-16T04:32:55.862Zrunning zone s1.trio setup
14442024-12-16T04:32:55.862Z[s1.trio] svcs milestone/network
14452024-12-16T04:32:55.884ZSTATE STIME FMRI
14462024-12-16T04:32:55.884Zonline 20:29:16 svc:/milestone/network:default
14472024-12-16T04:32:55.884Z[s1.trio] dladm
14482024-12-16T04:32:55.904ZLINK CLASS MTU STATE BRIDGE OVER
14492024-12-16T04:32:55.904Zsl0 simnet 9000 up -- ?
14502024-12-16T04:32:55.904Zmg2 vnic 9000 up -- ?
14512024-12-16T04:32:55.904Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14522024-12-16T04:32:56.462Z
14532024-12-16T04:32:56.462Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14542024-12-16T04:32:56.486Z
14552024-12-16T04:32:56.486Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14562024-12-16T04:32:56.506Z
14572024-12-16T04:32:56.506Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14582024-12-16T04:32:56.593Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14592024-12-16T04:32:56.638Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b785ac31-09ff-4e95-8784-a40c890ae4a6 --sled-uuid ece23924-a1fb-4512-aec7-4d4858a4410d -a sl0/v6 &> /opt/ddmd.log &
14602024-12-16T04:32:56.659Z
14612024-12-16T04:32:56.659Zrunning zone s2.trio setup
14622024-12-16T04:32:56.659Z[s2.trio] svcs milestone/network
14632024-12-16T04:32:56.684ZSTATE STIME FMRI
14642024-12-16T04:32:56.684Zonline 20:31:09 svc:/milestone/network:default
14652024-12-16T04:32:56.684Z[s2.trio] dladm
14662024-12-16T04:32:56.705ZLINK CLASS MTU STATE BRIDGE OVER
14672024-12-16T04:32:56.706Zsl1 simnet 9000 up -- ?
14682024-12-16T04:32:56.706Zmg3 vnic 9000 up -- ?
14692024-12-16T04:32:56.706Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14702024-12-16T04:32:57.216Z
14712024-12-16T04:32:57.216Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14722024-12-16T04:32:57.241Z
14732024-12-16T04:32:57.241Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14742024-12-16T04:32:57.261Z
14752024-12-16T04:32:57.261Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14762024-12-16T04:32:57.306Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14772024-12-16T04:32:57.328Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 92ea677e-07ff-4068-b6b6-ed9383cf7db4 --sled-uuid f8244e2e-5a25-43d1-b13f-0e286de831e1 -a sl1/v6 &> /opt/ddmd.log &
14782024-12-16T04:32:57.348Z
14792024-12-16T04:32:57.348Zrunning zone t1.trio setup
14802024-12-16T04:32:57.348Z[t1.trio] svcs milestone/network
14812024-12-16T04:32:57.368ZSTATE STIME FMRI
14822024-12-16T04:32:57.368Z- - svc:/milestone/network:default
14832024-12-16T04:32:58.367Z[t1.trio] svcs milestone/network
14842024-12-16T04:32:58.388ZSTATE STIME FMRI
14852024-12-16T04:32:58.388Z- - svc:/milestone/network:default
14862024-12-16T04:32:59.388Z[t1.trio] svcs milestone/network
14872024-12-16T04:32:59.409ZSTATE STIME FMRI
14882024-12-16T04:32:59.409Z- - svc:/milestone/network:default
14892024-12-16T04:33:00.410Z[t1.trio] svcs milestone/network
14902024-12-16T04:33:00.431ZSTATE STIME FMRI
14912024-12-16T04:33:00.431Z- - svc:/milestone/network:default
14922024-12-16T04:33:01.431Z[t1.trio] svcs milestone/network
14932024-12-16T04:33:01.452ZSTATE STIME FMRI
14942024-12-16T04:33:01.453Z- - svc:/milestone/network:default
14952024-12-16T04:33:02.453Z[t1.trio] svcs milestone/network
14962024-12-16T04:33:02.475ZSTATE STIME FMRI
14972024-12-16T04:33:02.475Z- - svc:/milestone/network:default
14982024-12-16T04:33:03.475Z[t1.trio] svcs milestone/network
14992024-12-16T04:33:03.497ZSTATE STIME FMRI
15002024-12-16T04:33:03.497Zoffline 20:33:01 svc:/milestone/network:default
15012024-12-16T04:33:04.498Z[t1.trio] svcs milestone/network
15022024-12-16T04:33:04.524ZSTATE STIME FMRI
15032024-12-16T04:33:04.525Zonline 20:33:02 svc:/milestone/network:default
15042024-12-16T04:33:04.525Z[t1.trio] dladm
15052024-12-16T04:33:04.549ZLINK CLASS MTU STATE BRIDGE OVER
15062024-12-16T04:33:04.549Ztfportrear0_0 simnet 9000 up -- ?
15072024-12-16T04:33:04.549Ztfportrear1_0 simnet 9000 up -- ?
15082024-12-16T04:33:04.549Zmg1 vnic 9000 up -- ?
15092024-12-16T04:33:04.549Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15102024-12-16T04:33:05.117Z
15112024-12-16T04:33:05.117Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15122024-12-16T04:33:05.141Z
15132024-12-16T04:33:05.141Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15142024-12-16T04:33:05.163Z
15152024-12-16T04:33:05.163Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15162024-12-16T04:33:05.183Z
15172024-12-16T04:33:05.183Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15182024-12-16T04:33:05.385Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15192024-12-16T04:33:05.390Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15202024-12-16T04:33:05.393Zwaiting 3s for copy of files to zone to complete ...
15212024-12-16T04:33:08.394Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15222024-12-16T04:33:08.438Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15232024-12-16T04:33:08.460Z[t1.trio] svcadm enable dendrite
15242024-12-16T04:33:08.500Z
15252024-12-16T04:33:08.500Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15262024-12-16T04:33:08.548Z
15272024-12-16T04:33:08.549Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15282024-12-16T04:33:08.596Z
15292024-12-16T04:33:08.596Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15302024-12-16T04:33:08.640Z
15312024-12-16T04:33:08.640Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15322024-12-16T04:33:08.682Z
15332024-12-16T04:33:08.682Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15342024-12-16T04:33:08.723Z
15352024-12-16T04:33:08.724Z[t1.trio] svcadm refresh dendrite:default
15362024-12-16T04:33:08.761Z
15372024-12-16T04:33:08.761Z[t1.trio] svcadm restart dendrite:default
15382024-12-16T04:33:08.797Z
15392024-12-16T04:33:08.797Zwait 10s for dendrite to come up ...
15402024-12-16T04:33:18.800Z[t1.trio] svcadm enable tfport
15412024-12-16T04:33:18.840Z
15422024-12-16T04:33:18.840Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a6d24967-50f2-4c7d-a407-a8dd641f7903 --sled-uuid 37d88ddd-367c-4e89-8616-7bd927a8d219 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15432024-12-16T04:33:18.860Z
15442024-12-16T04:33:18.861Z[t1.trio] ipadm
15452024-12-16T04:33:18.884ZADDROBJ TYPE STATE ADDR
15462024-12-16T04:33:18.885Zlo0/v4 static ok 127.0.0.1/8
15472024-12-16T04:33:18.885Zmg1/v4 static ok 10.0.0.3/24
15482024-12-16T04:33:18.885Zlo0/v6 static ok ::1/128
15492024-12-16T04:33:18.885Zlo0/u6 static ok fd00:3::1/64
15502024-12-16T04:33:18.885Ztfportrear0_0/v6 addrconf ok fe80::2889:14ff:feae:30d3%tfportrear0_0/10
15512024-12-16T04:33:18.885Ztfportrear1_0/v6 addrconf ok fe80::54e6:bcff:fe32:333d%tfportrear1_0/10
15522024-12-16T04:33:21.091Zinitial peering test passed
15532024-12-16T04:33:22.093Zadvertise from one passed
15542024-12-16T04:33:23.096Zadvertise from two passed
15552024-12-16T04:33:23.096Z[s1.trio] ping fd00:2::1
15562024-12-16T04:33:23.123Zfd00:2::1 is alive
15572024-12-16T04:33:23.123Z[s2.trio] ping fd00:1::1
15582024-12-16T04:33:23.144Zfd00:1::1 is alive
15592024-12-16T04:33:23.144Zconnectivity test passed
15602024-12-16T04:33:23.144Z[t1.trio] pkill ddmd
15612024-12-16T04:33:23.164Z
15622024-12-16T04:33:29.170Z[t1.trio] svcadm enable dendrite
15632024-12-16T04:33:29.211Z
15642024-12-16T04:33:29.211Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15652024-12-16T04:33:29.254Z
15662024-12-16T04:33:29.254Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15672024-12-16T04:33:29.297Z
15682024-12-16T04:33:29.297Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15692024-12-16T04:33:29.339Z
15702024-12-16T04:33:29.339Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15712024-12-16T04:33:29.381Z
15722024-12-16T04:33:29.381Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15732024-12-16T04:33:29.423Z
15742024-12-16T04:33:29.423Z[t1.trio] svcadm refresh dendrite:default
15752024-12-16T04:33:29.460Z
15762024-12-16T04:33:29.460Z[t1.trio] svcadm restart dendrite:default
15772024-12-16T04:33:29.497Z
15782024-12-16T04:33:29.497Zwait 10s for dendrite to come up ...
15792024-12-16T04:33:39.500Z[t1.trio] svcadm enable tfport
15802024-12-16T04:33:39.540Z
15812024-12-16T04:33:39.540Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8c8695e3-5705-4799-a17a-d2fe04348f3f --sled-uuid 0f833c4f-c0b6-4527-a97d-cac3ed3131b6 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15822024-12-16T04:33:39.561Z
15832024-12-16T04:33:39.561Z[t1.trio] ipadm
15842024-12-16T04:33:39.586ZADDROBJ TYPE STATE ADDR
15852024-12-16T04:33:39.586Zlo0/v4 static ok 127.0.0.1/8
15862024-12-16T04:33:39.586Zmg1/v4 static ok 10.0.0.3/24
15872024-12-16T04:33:39.586Zlo0/v6 static ok ::1/128
15882024-12-16T04:33:39.587Zlo0/u6 static ok fd00:3::1/64
15892024-12-16T04:33:39.587Ztfportrear0_0/v6 addrconf ok fe80::2889:14ff:feae:30d3%tfportrear0_0/10
15902024-12-16T04:33:39.587Ztfportrear1_0/v6 addrconf ok fe80::54e6:bcff:fe32:333d%tfportrear1_0/10
15912024-12-16T04:33:42.590Z[s1.trio] ping fd00:2::1
15922024-12-16T04:33:42.612Zfd00:2::1 is alive
15932024-12-16T04:33:42.612Z[s2.trio] ping fd00:1::1
15942024-12-16T04:33:42.632Zfd00:1::1 is alive
15952024-12-16T04:33:42.632Ztransit router restart passed
15962024-12-16T04:33:42.632Z[s1.trio] pkill ddmd
15972024-12-16T04:33:42.653Z
15982024-12-16T04:33:47.658Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b0f9f583-7ae9-44a7-b164-7715673ef2ee --sled-uuid 5fc84a3a-64ca-41d0-982e-9295bc5729e7 -a sl0/v6 &> /opt/ddmd.log &
15992024-12-16T04:33:47.679Z
16002024-12-16T04:33:50.683Z[s1.trio] ping fd00:2::1
16012024-12-16T04:33:50.706Zfd00:2::1 is alive
16022024-12-16T04:33:50.706Z[s2.trio] ping fd00:1::1
16032024-12-16T04:33:50.727Zfd00:1::1 is alive
16042024-12-16T04:33:50.728Zserver router restart passed
16052024-12-16T04:33:53.734Zpeer expiration recovery passed
16062024-12-16T04:33:54.735Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16072024-12-16T04:33:54.760Z3
16082024-12-16T04:33:54.760Zredundant advertise passed
16092024-12-16T04:33:55.763Ztunnel endpoint advertise passed
16102024-12-16T04:34:00.767Zredundant tunnel endpoint advertise passed
16112024-12-16T04:34:00.767Z[s1.trio] pkill ddmd
16122024-12-16T04:34:00.787Z
16132024-12-16T04:34:05.789Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 550dcb50-ffe2-4053-86ab-ca3a9d13d6d0 --sled-uuid 20b1e7bb-52c5-4b55-9d34-e0ad44895f1c -a sl0/v6 &> /opt/ddmd.log &
16142024-12-16T04:34:05.811Z
16152024-12-16T04:34:10.876Ztunnel router restart passed
16162024-12-16T04:34:11.878Ztunnel endpoint withdraw passed
16172024-12-16T04:34:11.893Z[t1.trio] pkill ddmd
16182024-12-16T04:34:11.921Z
16192024-12-16T04:34:11.921Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16202024-12-16T04:34:11.924Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16212024-12-16T04:34:14.433Z[s2.trio] pkill ddmd
16222024-12-16T04:34:14.454Z
16232024-12-16T04:34:14.454Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16242024-12-16T04:34:16.983Z[s1.trio] pkill ddmd
16252024-12-16T04:34:17.003Z
16262024-12-16T04:34:17.003Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16272024-12-16T04:34:19.343Z[sidecar.trio] pkill softnpu
16282024-12-16T04:34:19.364Z
16292024-12-16T04:34:19.364Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16302024-12-16T04:34:21.861Ztest ddm::test_trio_v3 ... ok
16312024-12-16T04:34:21.861Z
16322024-12-16T04:34:21.861Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 555.44s
16332024-12-16T04:34:21.861Z
16342024-12-16T04:34:21.892Z+ cleanup
16352024-12-16T04:34:21.894Z++ id -un
16362024-12-16T04:34:21.897Z++ id -gn
16372024-12-16T04:34:21.899Z+ pfexec chown -R build:build .
16382024-12-16T04:34:21.977Zprocess exited: duration 1073085 ms, exit code 0
 
16392024-12-16T04:34:21.988Zfound 4 output files
16402024-12-16T04:34:21.988Zuploading: /work/s1.trio.log (4207 bytes)
16412024-12-16T04:34:22.999Zuploaded: /work/s1.trio.log
16422024-12-16T04:34:22.999Zuploading: /work/s2.trio.log (9456 bytes)
16432024-12-16T04:34:24.012Zuploaded: /work/s2.trio.log
16442024-12-16T04:34:24.012Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16452024-12-16T04:34:25.021Zuploaded: /work/sidecar.trio-softnpu.log
16462024-12-16T04:34:25.021Zuploading: /work/t1.trio.log (25798 bytes)
16472024-12-16T04:34:26.032Zuploaded: /work/t1.trio.log