01JDV20S183VCFQ3YRZ2735DKK: 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: 01JDV216JGMP6F561R89PFZHRN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T04:15:34.966Zjob assigned to worker 01JDV21DZ395QZ684NZBY9WJFD [factory aws, i-0112b54f25586a1ef] (queued for 1 m 6 s)
 
22024-11-29T04:15:43.389Zstarting task 0: "setup"
32024-11-29T04:15:43.399Z++ uname -s
42024-11-29T04:15:43.401Z+ kern=SunOS
52024-11-29T04:15:43.401Z+ case "$kern" in
62024-11-29T04:15:43.401Z+ groupadd -g 12345 build
72024-11-29T04:15:43.404Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T04:15:45.410Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T04:15:45.520Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T04:15:45.522Z+ home_fs=zfs
112024-11-29T04:15:45.523Z+ [[ zfs == autofs ]]
122024-11-29T04:15:45.523Z+ mkdir -p /home/build
132024-11-29T04:15:45.525Z+ chown build:build /home/build /work
142024-11-29T04:15:47.526Z+ chmod 0700 /home/build /work
152024-11-29T04:15:47.529Zprocess exited: duration 4139 ms, exit code 0
 
162024-11-29T04:15:47.534Zstarting task 1: "rust-toolchain"
172024-11-29T04:15:47.539Z+ printf ' * toolchain channel = "%s"
182024-11-29T04:15:47.539Z' stable
192024-11-29T04:15:47.539Z+ printf ' * toolchain profile = "%s"
202024-11-29T04:15:47.539Z' default
212024-11-29T04:15:47.543Z * toolchain channel = "stable"
222024-11-29T04:15:47.543Z * toolchain profile = "default"
232024-11-29T04:15:47.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T04:15:47.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-29T04:15:47.656Zinfo: downloading installer
262024-11-29T04:15:49.354Zinfo: profile set to 'default'
272024-11-29T04:15:49.354Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T04:15:49.356Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-29T04:15:49.533Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-11-29T04:15:49.533Zinfo: downloading component 'cargo'
312024-11-29T04:15:50.557Zinfo: downloading component 'clippy'
322024-11-29T04:15:50.949Zinfo: downloading component 'rust-docs'
332024-11-29T04:15:52.396Zinfo: downloading component 'rust-std'
342024-11-29T04:15:54.460Zinfo: downloading component 'rustc'
352024-11-29T04:16:02.396Zinfo: downloading component 'rustfmt'
362024-11-29T04:16:02.701Zinfo: installing component 'cargo'
372024-11-29T04:16:03.520Zinfo: installing component 'clippy'
382024-11-29T04:16:03.893Zinfo: installing component 'rust-docs'
392024-11-29T04:16:05.598Zinfo: installing component 'rust-std'
402024-11-29T04:16:07.206Zinfo: installing component 'rustc'
412024-11-29T04:16:13.019Zinfo: installing component 'rustfmt'
422024-11-29T04:16:13.358Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-29T04:16:13.358Z
442024-11-29T04:16:13.727Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-11-29T04:16:13.727Z
462024-11-29T04:16:13.730Z
472024-11-29T04:16:13.730ZRust is installed now. Great!
482024-11-29T04:16:13.730Z
492024-11-29T04:16:13.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T04:16:13.730Zenvironment variable. This has not been done automatically.
512024-11-29T04:16:13.730Z
522024-11-29T04:16:13.730ZTo configure your current shell, you need to source
532024-11-29T04:16:13.730Zthe corresponding env file under $HOME/.cargo.
542024-11-29T04:16:13.730Z
552024-11-29T04:16:13.730ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T04:16:13.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T04:16:13.730Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T04:16:13.802Z+ rustc --version
592024-11-29T04:16:13.873Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-11-29T04:16:13.876Zprocess exited: duration 26340 ms, exit code 0
 
612024-11-29T04:16:13.881Zstarting task 2: "authentication"
622024-11-29T04:16:13.902Zprocess exited: duration 20 ms, exit code 0
 
632024-11-29T04:16:13.906Zstarting task 3: "clone repository"
642024-11-29T04:16:13.911Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-29T04:16:13.914Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-29T04:16:15.410ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-29T04:16:16.523Z+ cd /work/oxidecomputer/maghemite
682024-11-29T04:16:16.523Z+ git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380
692024-11-29T04:16:16.815ZFrom https://github.com/oxidecomputer/maghemite
702024-11-29T04:16:16.815Z * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD
712024-11-29T04:16:16.823Z+ [[ -n renovate/rust-1.x ]]
722024-11-29T04:16:16.826Z++ git branch --show-current
732024-11-29T04:16:16.829Z+ current=main
742024-11-29T04:16:16.829Z+ [[ main != renovate/rust-1.x ]]
752024-11-29T04:16:16.829Z+ git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380
762024-11-29T04:16:16.831Z+ git checkout -f renovate/rust-1.x
772024-11-29T04:16:16.845ZSwitched to branch 'renovate/rust-1.x'
782024-11-29T04:16:16.847Z+ git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380
792024-11-29T04:16:16.850ZHEAD is now at d143b7c Update dependency rust to v1.83.0
802024-11-29T04:16:16.852Zprocess exited: duration 2943 ms, exit code 0
 
812024-11-29T04:16:16.857Zstarting task 4: "build"
822024-11-29T04:16:16.862Z++ cargo --version
832024-11-29T04:16:16.867Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-11-29T04:16:17.047Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-11-29T04:16:17.047Zinfo: downloading component 'cargo'
862024-11-29T04:16:17.790Zinfo: downloading component 'clippy'
872024-11-29T04:16:18.078Zinfo: downloading component 'rust-docs'
882024-11-29T04:16:19.115Zinfo: downloading component 'rust-std'
892024-11-29T04:16:20.623Zinfo: downloading component 'rustc'
902024-11-29T04:16:26.276Zinfo: downloading component 'rustfmt'
912024-11-29T04:16:26.512Zinfo: installing component 'cargo'
922024-11-29T04:16:27.333Zinfo: installing component 'clippy'
932024-11-29T04:16:27.689Zinfo: installing component 'rust-docs'
942024-11-29T04:16:29.361Zinfo: installing component 'rust-std'
952024-11-29T04:16:30.990Zinfo: installing component 'rustc'
962024-11-29T04:16:36.740Zinfo: installing component 'rustfmt'
972024-11-29T04:16:37.157Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-11-29T04:16:37.160Z++ rustc --version
992024-11-29T04:16:37.233Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-11-29T04:16:37.238Z++ dladm
1012024-11-29T04:16:37.242ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-29T04:16:37.242Zena0 phys 9216 up -- --
1032024-11-29T04:16:37.244Z++ ipadm
1042024-11-29T04:16:37.247ZADDROBJ TYPE STATE ADDR
1052024-11-29T04:16:37.247Zlo0/v4 static ok 127.0.0.1/8
1062024-11-29T04:16:37.247Zena0/dhcp dhcp ok 10.150.1.120/24
1072024-11-29T04:16:37.247Zlo0/v6 static ok ::1/128
1082024-11-29T04:16:37.247Z++ banner collect
1092024-11-29T04:16:37.375Z
1102024-11-29T04:16:37.375Z #### #### # # ###### #### #####
1112024-11-29T04:16:37.375Z # # # # # # # # # #
1122024-11-29T04:16:37.375Z # # # # # ##### # #
1132024-11-29T04:16:37.375Z # # # # # # # #
1142024-11-29T04:16:37.375Z # # # # # # # # # #
1152024-11-29T04:16:37.375Z #### #### ###### ###### ###### #### #
1162024-11-29T04:16:37.375Z
1172024-11-29T04:16:37.378Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-29T04:16:37.378Z++ repo=softnpu
1192024-11-29T04:16:37.378Z++ series=image
1202024-11-29T04:16:37.378Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-29T04:16:37.378Z++ name=softnpu
1222024-11-29T04:16:37.378Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-29T04:16:37.378Z++ mkdir -p download
1242024-11-29T04:16:37.378Z++ pushd download
1252024-11-29T04:16:37.378Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-29T04:16:37.378Z++ [[ ! -f softnpu ]]
1272024-11-29T04:16:37.381Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-29T04:16:37.386Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-29T04:16:37.388Z Dload Upload Total Spent Left Speed
1302024-11-29T04:16:37.774Z 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 56.2M 0 --:--:-- --:--:-- --:--:-- 56.2M
1312024-11-29T04:16:37.778Z++ popd
1322024-11-29T04:16:37.780Z/work/oxidecomputer/maghemite
1332024-11-29T04:16:37.780Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-29T04:16:37.780Z++ repo=sidecar-lite
1352024-11-29T04:16:37.780Z++ series=release
1362024-11-29T04:16:37.780Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-29T04:16:37.780Z++ name=libsidecar_lite.so
1382024-11-29T04:16:37.780Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-29T04:16:37.780Z++ mkdir -p download
1402024-11-29T04:16:37.782Z++ pushd download
1412024-11-29T04:16:37.782Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-29T04:16:37.782Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-29T04:16:37.782Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-29T04:16:37.788Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-29T04:16:37.788Z Dload Upload Total Spent Left Speed
1462024-11-29T04:16:38.066Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 73.4M 0 --:--:-- --:--:-- --:--:-- 73.5M
1472024-11-29T04:16:38.070Z++ popd
1482024-11-29T04:16:38.072Z/work/oxidecomputer/maghemite
1492024-11-29T04:16:38.072Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-29T04:16:38.072Z++ repo=sidecar-lite
1512024-11-29T04:16:38.072Z++ series=release
1522024-11-29T04:16:38.072Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-29T04:16:38.072Z++ name=scadm
1542024-11-29T04:16:38.073Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-29T04:16:38.073Z++ mkdir -p download
1562024-11-29T04:16:38.075Z++ pushd download
1572024-11-29T04:16:38.075Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-29T04:16:38.075Z++ [[ ! -f scadm ]]
1592024-11-29T04:16:38.075Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-29T04:16:38.085Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-29T04:16:38.085Z Dload Upload Total Spent Left Speed
1622024-11-29T04:16:38.511Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 60 22.7M 60 13.7M 0 0 37.7M 0 --:--:-- --:--:-- --:--:-- 37.7M 100 22.7M 100 22.7M 0 0 53.5M 0 --:--:-- --:--:-- --:--:-- 53.5M
1632024-11-29T04:16:38.515Z++ popd
1642024-11-29T04:16:38.517Z/work/oxidecomputer/maghemite
1652024-11-29T04:16:38.517Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-29T04:16:38.517Z++ repo=dendrite
1672024-11-29T04:16:38.517Z++ series=image
1682024-11-29T04:16:38.517Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-29T04:16:38.517Z++ name=dendrite-softnpu.tar.gz
1702024-11-29T04:16:38.517Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-29T04:16:38.517Z++ mkdir -p download
1722024-11-29T04:16:38.517Z++ pushd download
1732024-11-29T04:16:38.517Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-29T04:16:38.517Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-29T04:16:38.517Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-29T04:16:38.526Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-29T04:16:38.528Z Dload Upload Total Spent Left Speed
1782024-11-29T04:16:39.220Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 54.0M 0 --:--:-- --:--:-- --:--:-- 54.1M
1792024-11-29T04:16:39.224Z++ popd
1802024-11-29T04:16:39.227Z/work/oxidecomputer/maghemite
1812024-11-29T04:16:39.227Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-29T04:16:39.227Z++ repo=maghemite
1832024-11-29T04:16:39.227Z++ series=release
1842024-11-29T04:16:39.227Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-29T04:16:39.227Z++ name=ddmd
1862024-11-29T04:16:39.227Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-29T04:16:39.227Z++ mkdir -p download
1882024-11-29T04:16:39.227Z++ pushd download
1892024-11-29T04:16:39.227Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-29T04:16:39.227Z++ [[ ! -f ddmd ]]
1912024-11-29T04:16:39.227Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-29T04:16:39.236Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-29T04:16:39.236Z Dload Upload Total Spent Left Speed
1942024-11-29T04:16:39.735Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 40.9M 28 11.7M 0 0 55.3M 0 --:--:-- --:--:-- --:--:-- 55.2M 100 40.9M 100 40.9M 0 0 82.4M 0 --:--:-- --:--:-- --:--:-- 82.4M
1952024-11-29T04:16:39.738Z++ popd
1962024-11-29T04:16:39.738Z/work/oxidecomputer/maghemite
1972024-11-29T04:16:39.738Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-29T04:16:39.738Z++ repo=maghemite
1992024-11-29T04:16:39.738Z++ series=release
2002024-11-29T04:16:39.738Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-29T04:16:39.738Z++ name=ddmadm
2022024-11-29T04:16:39.738Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-29T04:16:39.738Z++ mkdir -p download
2042024-11-29T04:16:39.741Z++ pushd download
2052024-11-29T04:16:39.741Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-29T04:16:39.741Z++ [[ ! -f ddmadm ]]
2072024-11-29T04:16:39.741Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-29T04:16:39.748Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-29T04:16:39.751Z Dload Upload Total Spent Left Speed
2102024-11-29T04:16:40.129Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 47.2M 0 --:--:-- --:--:-- --:--:-- 47.2M
2112024-11-29T04:16:40.132Z++ popd
2122024-11-29T04:16:40.135Z/work/oxidecomputer/maghemite
2132024-11-29T04:16:40.135Z++ pushd download
2142024-11-29T04:16:40.135Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-29T04:16:40.135Z++ chmod +x softnpu
2162024-11-29T04:16:40.135Z++ chmod +x scadm
2172024-11-29T04:16:40.138Z++ chmod +x ddmadm
2182024-11-29T04:16:40.140Z++ chmod +x ddmd
2192024-11-29T04:16:40.140Z++ mv ddmadm ddmadm-v2
2202024-11-29T04:16:40.144Z++ mv ddmd ddmd-v2
2212024-11-29T04:16:40.144Z++ rm -rf zones/dendrite
2222024-11-29T04:16:40.147Z++ mkdir -p zones/dendrite
2232024-11-29T04:16:40.149Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-29T04:16:41.016Z++ popd
2252024-11-29T04:16:41.016Z/work/oxidecomputer/maghemite
2262024-11-29T04:16:41.016Z++ banner install
2272024-11-29T04:16:41.019Z
2282024-11-29T04:16:41.019Z # # # #### ##### ## # #
2292024-11-29T04:16:41.019Z # ## # # # # # # #
2302024-11-29T04:16:41.019Z # # # # #### # # # # #
2312024-11-29T04:16:41.019Z # # # # # # ###### # #
2322024-11-29T04:16:41.019Z # # ## # # # # # # #
2332024-11-29T04:16:41.019Z # # # #### # # # ###### ######
2342024-11-29T04:16:41.019Z
2352024-11-29T04:16:41.019Z++ pkg info brand/sparse
2362024-11-29T04:16:41.019Z++ grep -qi installed
2372024-11-29T04:16:51.887Zpkg: info: no packages matching the following patterns you specified are
2382024-11-29T04:16:51.887Zinstalled on the system. Try querying remotely instead:
2392024-11-29T04:16:51.887Z
2402024-11-29T04:16:51.887Z brand/sparse
2412024-11-29T04:16:51.933Z++ [[ 1 != 0 ]]
2422024-11-29T04:16:51.933Z++ set -o errexit
2432024-11-29T04:16:51.933Z++ pfexec pkg install brand/sparse
2442024-11-29T04:16:59.681Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-29T04:17:03.513Z Startup: Caching catalogs ... Done
2462024-11-29T04:17:13.261ZPlanning: Solver setup ... Done
2472024-11-29T04:17:13.388ZPlanning: Running solver ... Done
2482024-11-29T04:17:13.795ZPlanning: Finding local manifests ... Done
2492024-11-29T04:17:13.809ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-29T04:17:14.033ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-29T04:17:14.690ZPlanning: Package planning ... Done
2522024-11-29T04:17:14.696ZPlanning: Merging actions ... Done
2532024-11-29T04:17:15.412ZPlanning: Checking for conflicting actions ... Done
2542024-11-29T04:17:23.791ZPlanning: Consolidating action changes ... Done
2552024-11-29T04:17:24.237ZPlanning: Evaluating mediators ... Done
2562024-11-29T04:17:24.397ZPlanning: Planning completed in 20.79 seconds
2572024-11-29T04:17:25.206Z Packages to install: 1
2582024-11-29T04:17:25.206Z Packages to update: 2
2592024-11-29T04:17:25.206Z Create boot environment: No
2602024-11-29T04:17:25.209ZCreate backup boot environment: Yes
2612024-11-29T04:17:25.527Z
2622024-11-29T04:17:25.527ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-29T04:17:29.024ZDownload: Completed 8.03 MB in 3.50 seconds (2.3M/s)
2642024-11-29T04:17:30.853Z Actions: 1/1419 actions (Removing old actions)
2652024-11-29T04:17:30.869Z Actions: 199/1419 actions (Installing new actions)
2662024-11-29T04:17:30.985Z Actions: 579/1419 actions (Updating modified actions)
2672024-11-29T04:17:31.367Z Actions: Completed 1419 actions in 0.51 seconds.
2682024-11-29T04:17:31.569Z Done
2692024-11-29T04:17:31.571Z Done
2702024-11-29T04:17:32.063Z Done
2712024-11-29T04:17:39.346Z Done
2722024-11-29T04:17:39.894Z Done
2732024-11-29T04:17:39.896Z Done
2742024-11-29T04:17:40.012Z Done
2752024-11-29T04:17:40.412Z++ set -o errexit
2762024-11-29T04:17:40.412Z++ set -o pipefail
2772024-11-29T04:17:40.412Z++ banner build
2782024-11-29T04:17:40.414Z
2792024-11-29T04:17:40.414Z ##### # # # # #####
2802024-11-29T04:17:40.414Z # # # # # # # #
2812024-11-29T04:17:40.414Z ##### # # # # # #
2822024-11-29T04:17:40.415Z # # # # # # # #
2832024-11-29T04:17:40.415Z # # # # # # # #
2842024-11-29T04:17:40.415Z ##### #### # ###### #####
2852024-11-29T04:17:40.415Z
2862024-11-29T04:17:40.415Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-11-29T04:17:40.575Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-11-29T04:17:40.809Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-11-29T04:17:41.091ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-11-29T04:17:41.091Z * [new branch] ci -> origin/ci
2912024-11-29T04:17:41.093Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2922024-11-29T04:17:41.093Z * [new branch] main -> origin/main
2932024-11-29T04:17:41.093Z * [new ref] -> origin/HEAD
2942024-11-29T04:17:41.104Z Updating crates.io index
2952024-11-29T04:17:41.216Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-11-29T04:17:42.046ZFrom https://github.com/oxidecomputer/falcon
2972024-11-29T04:17:42.046Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-11-29T04:17:42.152Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-11-29T04:17:43.345ZFrom https://github.com/oxidecomputer/dendrite
3002024-11-29T04:17:43.345Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-11-29T04:17:43.386Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-11-29T04:17:43.766ZFrom https://github.com/oxidecomputer/ispf
3032024-11-29T04:17:43.766Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-11-29T04:17:43.791Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-11-29T04:17:44.247ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-11-29T04:17:44.247Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-11-29T04:17:44.258Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-11-29T04:17:47.683ZFrom https://github.com/oxidecomputer/omicron
3092024-11-29T04:17:47.683Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-11-29T04:17:47.712Z * [new tag] dogfood -> dogfood
3112024-11-29T04:17:47.714Z * [new tag] v5 -> v5
3122024-11-29T04:17:47.715Z * [new tag] v6 -> v6
3132024-11-29T04:17:47.715Z * [new tag] v7 -> v7
3142024-11-29T04:17:47.715Z * [new tag] v8 -> v8
3152024-11-29T04:17:47.715Z * [new tag] v9 -> v9
3162024-11-29T04:17:48.072Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-11-29T04:17:49.023ZFrom https://github.com/oxidecomputer/opte
3182024-11-29T04:17:49.023Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-11-29T04:17:49.097Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-11-29T04:17:49.506ZFrom https://github.com/illumos/smf-rs
3212024-11-29T04:17:49.506Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-11-29T04:17:49.517Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-11-29T04:17:50.035ZFrom https://github.com/oxidecomputer/maghemite
3242024-11-29T04:17:50.036Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-11-29T04:17:50.053Z * [new tag] rift -> rift
3262024-11-29T04:17:50.056Z * [new tag] srp -> srp
3272024-11-29T04:17:50.056Z * [new tag] tie-spf -> tie-spf
3282024-11-29T04:17:50.111Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-11-29T04:17:50.503ZFrom https://github.com/oxidecomputer/zone
3302024-11-29T04:17:50.503Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-11-29T04:17:50.556Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-11-29T04:17:51.262ZFrom https://github.com/oxidecomputer/propolis
3332024-11-29T04:17:51.262Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-11-29T04:17:51.376Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-11-29T04:17:51.826ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-11-29T04:17:51.826Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-11-29T04:17:51.836Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-11-29T04:17:52.211ZFrom https://github.com/jmesmon/rust-libzfs
3392024-11-29T04:17:52.211Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-11-29T04:17:52.227Z * [new tag] v0.4.0 -> v0.4.0
3412024-11-29T04:17:52.242Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-11-29T04:17:52.658ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-11-29T04:17:52.658Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-11-29T04:17:52.681Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-11-29T04:17:53.149ZFrom https://github.com/oxidecomputer/maghemite
3462024-11-29T04:17:53.149Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-11-29T04:17:53.213Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-11-29T04:17:53.796ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-11-29T04:17:53.796Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-11-29T04:17:53.833Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-11-29T04:17:54.260ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-11-29T04:17:54.260Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-11-29T04:17:54.288Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-11-29T04:17:54.751ZFrom https://github.com/oxidecomputer/poptrie
3552024-11-29T04:17:54.751Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-11-29T04:17:54.814Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-11-29T04:17:55.195ZFrom https://github.com/illumos/libscf-sys
3582024-11-29T04:17:55.195Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-11-29T04:17:55.226Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-11-29T04:17:56.138ZFrom https://github.com/oxidecomputer/progenitor
3612024-11-29T04:17:56.138Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-11-29T04:17:56.160Z * [new tag] v0.1.1 -> v0.1.1
3632024-11-29T04:17:56.162Z * [new tag] v0.2.0 -> v0.2.0
3642024-11-29T04:17:56.162Z * [new tag] v0.3.0 -> v0.3.0
3652024-11-29T04:17:56.162Z * [new tag] v0.4.0 -> v0.4.0
3662024-11-29T04:17:56.162Z * [new tag] v0.5.0 -> v0.5.0
3672024-11-29T04:17:56.162Z * [new tag] v0.6.0 -> v0.6.0
3682024-11-29T04:17:56.162Z * [new tag] v0.7.0 -> v0.7.0
3692024-11-29T04:17:56.431Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-11-29T04:17:57.253ZFrom https://github.com/oxidecomputer/typify
3712024-11-29T04:17:57.253Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-11-29T04:17:57.255Z * [new tag] v0.2.0 -> v0.2.0
3732024-11-29T04:17:57.273Z * [new tag] v0.0.10 -> v0.0.10
3742024-11-29T04:17:57.276Z * [new tag] v0.0.11 -> v0.0.11
3752024-11-29T04:17:57.276Z * [new tag] v0.0.12 -> v0.0.12
3762024-11-29T04:17:57.276Z * [new tag] v0.0.13 -> v0.0.13
3772024-11-29T04:17:57.276Z * [new tag] v0.0.14 -> v0.0.14
3782024-11-29T04:17:57.276Z * [new tag] v0.0.15 -> v0.0.15
3792024-11-29T04:17:57.276Z * [new tag] v0.0.16 -> v0.0.16
3802024-11-29T04:17:57.276Z * [new tag] v0.0.4 -> v0.0.4
3812024-11-29T04:17:57.276Z * [new tag] v0.0.5 -> v0.0.5
3822024-11-29T04:17:57.276Z * [new tag] v0.0.7 -> v0.0.7
3832024-11-29T04:17:57.276Z * [new tag] v0.0.8 -> v0.0.8
3842024-11-29T04:17:57.276Z * [new tag] v0.0.9 -> v0.0.9
3852024-11-29T04:17:57.276Z * [new tag] v0.1.0 -> v0.1.0
3862024-11-29T04:17:57.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-11-29T04:17:59.249ZFrom https://github.com/oxidecomputer/crucible
3882024-11-29T04:17:59.249Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-11-29T04:17:59.307Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-11-29T04:17:59.751ZFrom https://github.com/oxidecomputer/opte
3912024-11-29T04:17:59.751Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-11-29T04:17:59.797Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-11-29T04:18:00.476ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-11-29T04:18:00.476Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-11-29T04:18:01.499Z Downloading crates ...
3962024-11-29T04:18:01.614Z Downloaded bitflags v1.3.2
3972024-11-29T04:18:01.618Z Downloaded dtrace-parser v0.2.0
3982024-11-29T04:18:01.621Z Downloaded deranged v0.3.11
3992024-11-29T04:18:01.693Z Downloaded anstream v0.6.15
4002024-11-29T04:18:01.700Z Downloaded anstyle-parse v0.2.5
4012024-11-29T04:18:01.709Z Downloaded aho-corasick v1.1.3
4022024-11-29T04:18:01.716Z Downloaded allocator-api2 v0.2.18
4032024-11-29T04:18:01.719Z Downloaded signal-hook-registry v1.4.2
4042024-11-29T04:18:01.721Z Downloaded camino v1.1.9
4052024-11-29T04:18:01.724Z Downloaded cfg-if v1.0.0
4062024-11-29T04:18:01.724Z Downloaded base64ct v1.6.0
4072024-11-29T04:18:01.727Z Downloaded backoff v0.4.0
4082024-11-29T04:18:01.730Z Downloaded crypto-common v0.1.6
4092024-11-29T04:18:01.733Z Downloaded base64 v0.21.7
4102024-11-29T04:18:01.735Z Downloaded const-random v0.1.18
4112024-11-29T04:18:01.737Z Downloaded ciborium-io v0.2.2
4122024-11-29T04:18:01.737Z Downloaded atomicwrites v0.4.4
4132024-11-29T04:18:01.746Z Downloaded const-random-macro v0.1.16
4142024-11-29T04:18:01.747Z Downloaded colorchoice v1.0.2
4152024-11-29T04:18:01.747Z Downloaded crunchy v0.2.2
4162024-11-29T04:18:01.747Z Downloaded dirs-next v2.0.0
4172024-11-29T04:18:01.747Z Downloaded debug-ignore v1.0.5
4182024-11-29T04:18:01.747Z Downloaded block-buffer v0.10.4
4192024-11-29T04:18:01.751Z Downloaded foreign-types-shared v0.1.1
4202024-11-29T04:18:01.754Z Downloaded foreign-types v0.3.2
4212024-11-29T04:18:01.754Z Downloaded crc8 v0.1.1
4222024-11-29T04:18:01.754Z Downloaded crucible-workspace-hack v0.1.0
4232024-11-29T04:18:01.757Z Downloaded foreign-types-macros v0.2.3
4242024-11-29T04:18:01.760Z Downloaded convert_case v0.4.0
4252024-11-29T04:18:01.760Z Downloaded parse-display-derive v0.10.0
4262024-11-29T04:18:01.763Z Downloaded async-stream-impl v0.3.5
4272024-11-29T04:18:01.766Z Downloaded pin-project-lite v0.2.14
4282024-11-29T04:18:01.771Z Downloaded proc-macro-error-attr v1.0.4
4292024-11-29T04:18:01.773Z Downloaded pest_derive v2.7.13
4302024-11-29T04:18:01.776Z Downloaded progenitor v0.8.0
4312024-11-29T04:18:01.776Z Downloaded parse-display v0.10.0
4322024-11-29T04:18:01.778Z Downloaded password-hash v0.5.0
4332024-11-29T04:18:01.782Z Downloaded enum-as-inner v0.6.1
4342024-11-29T04:18:01.782Z Downloaded defmt-parser v0.3.4
4352024-11-29T04:18:01.784Z Downloaded prettyplease v0.2.22
4362024-11-29T04:18:01.786Z Downloaded scroll_derive v0.12.0
4372024-11-29T04:18:01.786Z Downloaded cpufeatures v0.2.14
4382024-11-29T04:18:01.789Z Downloaded futures-core v0.3.30
4392024-11-29T04:18:01.792Z Downloaded fastrand v2.1.1
4402024-11-29T04:18:01.792Z Downloaded dof v0.3.0
4412024-11-29T04:18:01.795Z Downloaded cobs v0.2.3
4422024-11-29T04:18:01.795Z Downloaded camino-tempfile v1.1.1
4432024-11-29T04:18:01.797Z Downloaded pest_generator v2.7.13
4442024-11-29T04:18:01.799Z Downloaded atomic-waker v1.1.2
4452024-11-29T04:18:01.802Z Downloaded anstyle-query v1.1.1
4462024-11-29T04:18:01.802Z Downloaded colored v2.1.0
4472024-11-29T04:18:01.805Z Downloaded foreign-types-shared v0.3.1
4482024-11-29T04:18:01.805Z Downloaded serde-big-array v0.5.1
4492024-11-29T04:18:01.808Z Downloaded pretty-hex v0.4.1
4502024-11-29T04:18:01.808Z Downloaded scopeguard v1.2.0
4512024-11-29T04:18:01.811Z Downloaded pin-utils v0.1.0
4522024-11-29T04:18:01.811Z Downloaded percent-encoding v2.3.1
4532024-11-29T04:18:01.811Z Downloaded cstr-argument v0.1.2
4542024-11-29T04:18:01.814Z Downloaded proc-macro-crate v1.3.1
4552024-11-29T04:18:01.814Z Downloaded autocfg v1.3.0
4562024-11-29T04:18:01.817Z Downloaded is-terminal v0.4.13
4572024-11-29T04:18:01.819Z Downloaded hubpack_derive v0.1.1
4582024-11-29T04:18:01.819Z Downloaded serde_urlencoded v0.7.1
4592024-11-29T04:18:01.821Z Downloaded pretty-hex v0.2.1
4602024-11-29T04:18:01.821Z Downloaded schemars_derive v0.8.21
4612024-11-29T04:18:01.823Z Downloaded serde_repr v0.1.19
4622024-11-29T04:18:01.825Z Downloaded embedded-io v0.6.1
4632024-11-29T04:18:01.828Z Downloaded dirs-sys-next v0.1.2
4642024-11-29T04:18:01.828Z Downloaded resolv-conf v0.7.0
4652024-11-29T04:18:01.830Z Downloaded clap_derive v4.5.18
4662024-11-29T04:18:01.833Z Downloaded plain v0.2.3
4672024-11-29T04:18:01.833Z Downloaded rand_chacha v0.3.1
4682024-11-29T04:18:01.836Z Downloaded ident_case v1.0.1
4692024-11-29T04:18:01.836Z Downloaded rustc_version v0.4.1
4702024-11-29T04:18:01.839Z Downloaded ppv-lite86 v0.2.20
4712024-11-29T04:18:01.839Z Downloaded either v1.13.0
4722024-11-29T04:18:01.841Z Downloaded data-encoding v2.6.0
4732024-11-29T04:18:01.841Z Downloaded http-body v1.0.1
4742024-11-29T04:18:01.843Z Downloaded float-ord v0.3.2
4752024-11-29T04:18:01.846Z Downloaded heck v0.4.1
4762024-11-29T04:18:01.846Z Downloaded proc-macro-crate v3.2.0
4772024-11-29T04:18:01.849Z Downloaded futures-sink v0.3.30
4782024-11-29T04:18:01.849Z Downloaded futures-macro v0.3.30
4792024-11-29T04:18:01.849Z Downloaded futures-io v0.3.30
4802024-11-29T04:18:01.852Z Downloaded rustls-pemfile v1.0.4
4812024-11-29T04:18:01.852Z Downloaded hash32 v0.3.1
4822024-11-29T04:18:01.854Z Downloaded hostname v0.3.1
4832024-11-29T04:18:01.857Z Downloaded rustc-hash v2.0.0
4842024-11-29T04:18:01.857Z Downloaded progenitor-macro v0.8.0
4852024-11-29T04:18:01.859Z Downloaded futures-executor v0.3.30
4862024-11-29T04:18:01.859Z Downloaded newline-converter v0.3.0
4872024-11-29T04:18:01.861Z Downloaded parking_lot_core v0.9.10
4882024-11-29T04:18:01.863Z Downloaded darling v0.20.10
4892024-11-29T04:18:01.867Z Downloaded semver v1.0.23
4902024-11-29T04:18:01.870Z Downloaded sigpipe v0.1.3
4912024-11-29T04:18:01.872Z Downloaded crossbeam-epoch v0.9.18
4922024-11-29T04:18:01.874Z Downloaded blake2 v0.10.6
4932024-11-29T04:18:01.877Z Downloaded semver v0.1.20
4942024-11-29T04:18:01.879Z Downloaded newtype-uuid v1.1.0
4952024-11-29T04:18:01.879Z Downloaded defmt v0.3.8
4962024-11-29T04:18:01.882Z Downloaded is_terminal_polyfill v1.70.1
4972024-11-29T04:18:01.884Z Downloaded want v0.3.1
4982024-11-29T04:18:01.886Z Downloaded slab v0.4.9
4992024-11-29T04:18:01.886Z Downloaded rhai_codegen v2.2.0
5002024-11-29T04:18:01.893Z Downloaded time-core v0.1.2
5012024-11-29T04:18:01.896Z Downloaded shlex v1.3.0
5022024-11-29T04:18:01.896Z Downloaded num_enum v0.5.11
5032024-11-29T04:18:01.901Z Downloaded slog-stdlog v4.1.1
5042024-11-29T04:18:01.903Z Downloaded serde_with_macros v3.9.0
5052024-11-29T04:18:01.905Z Downloaded sync_wrapper v0.1.2
5062024-11-29T04:18:01.907Z Downloaded clap v4.5.21
5072024-11-29T04:18:01.915Z Downloaded smf v0.2.3
5082024-11-29T04:18:01.917Z Downloaded slog-envlogger v2.2.0
5092024-11-29T04:18:01.920Z Downloaded scroll v0.12.0
5102024-11-29T04:18:01.920Z Downloaded tower-service v0.3.3
5112024-11-29T04:18:01.922Z Downloaded rustls-pemfile v2.1.3
5122024-11-29T04:18:01.925Z Downloaded dropshot_endpoint v0.12.0
5132024-11-29T04:18:01.927Z Downloaded sha2 v0.10.8
5142024-11-29T04:18:01.930Z Downloaded zone_cfg_derive v0.3.0
5152024-11-29T04:18:01.930Z Downloaded tokio-macros v2.4.0
5162024-11-29T04:18:01.932Z Downloaded num-derive v0.4.2
5172024-11-29T04:18:01.936Z Downloaded match_cfg v0.1.0
5182024-11-29T04:18:01.936Z Downloaded serde_spanned v0.6.7
5192024-11-29T04:18:01.936Z Downloaded proc-macro2 v1.0.86
5202024-11-29T04:18:01.938Z Downloaded try-lock v0.2.5
5212024-11-29T04:18:01.941Z Downloaded swrite v0.1.0
5222024-11-29T04:18:01.941Z Downloaded postcard v1.0.10
5232024-11-29T04:18:01.943Z Downloaded sct v0.7.1
5242024-11-29T04:18:01.945Z Downloaded log v0.4.22
5252024-11-29T04:18:01.948Z Downloaded ryu v1.0.18
5262024-11-29T04:18:01.951Z Downloaded progenitor-impl v0.8.0
5272024-11-29T04:18:01.954Z Downloaded hubpack v0.1.2
5282024-11-29T04:18:01.956Z Downloaded strum_macros v0.25.3
5292024-11-29T04:18:01.958Z Downloaded arc-swap v1.7.1
5302024-11-29T04:18:01.961Z Downloaded thiserror v1.0.69
5312024-11-29T04:18:01.966Z Downloaded pest_meta v2.7.13
5322024-11-29T04:18:01.968Z Downloaded hyper-tls v0.5.0
5332024-11-29T04:18:01.970Z Downloaded thiserror-impl v1.0.69
5342024-11-29T04:18:01.973Z Downloaded hyper-tls v0.6.0
5352024-11-29T04:18:01.973Z Downloaded schemars v0.8.21
5362024-11-29T04:18:01.984Z Downloaded zone v0.3.0
5372024-11-29T04:18:01.986Z Downloaded zeroize v1.8.1
5382024-11-29T04:18:01.988Z Downloaded spin v0.5.2
5392024-11-29T04:18:01.988Z Downloaded num_enum_derive v0.5.11
5402024-11-29T04:18:01.991Z Downloaded num_enum v0.7.3
5412024-11-29T04:18:01.994Z Downloaded subtle v2.6.1
5422024-11-29T04:18:01.997Z Downloaded macaddr v1.0.1
5432024-11-29T04:18:01.997Z Downloaded cc v1.1.21
5442024-11-29T04:18:02.000Z Downloaded toml_datetime v0.6.8
5452024-11-29T04:18:02.003Z Downloaded no-std-compat v0.4.1
5462024-11-29T04:18:02.003Z Downloaded similar v2.6.0
5472024-11-29T04:18:02.008Z Downloaded thin-vec v0.2.13
5482024-11-29T04:18:02.010Z Downloaded owo-colors v4.1.0
5492024-11-29T04:18:02.014Z Downloaded iana-time-zone v0.1.61
5502024-11-29T04:18:02.016Z Downloaded newtype_derive v0.1.6
5512024-11-29T04:18:02.018Z Downloaded crossbeam-channel v0.5.13
5522024-11-29T04:18:02.021Z Downloaded socket2 v0.5.8
5532024-11-29T04:18:02.023Z Downloaded lock_api v0.4.12
5542024-11-29T04:18:02.026Z Downloaded expectorate v1.1.0
5552024-11-29T04:18:02.028Z Downloaded slog v2.7.0
5562024-11-29T04:18:02.030Z Downloaded instant v0.1.13
5572024-11-29T04:18:02.032Z Downloaded ucd-trie v0.1.6
5582024-11-29T04:18:02.035Z Downloaded tinyvec_macros v0.1.1
5592024-11-29T04:18:02.035Z Downloaded num-conv v0.1.0
5602024-11-29T04:18:02.037Z Downloaded version_check v0.9.5
5612024-11-29T04:18:02.037Z Downloaded minimal-lexical v0.2.1
5622024-11-29T04:18:02.041Z Downloaded omicron-workspace-hack v0.1.0
5632024-11-29T04:18:02.043Z Downloaded num-integer v0.1.46
5642024-11-29T04:18:02.045Z Downloaded num-derive v0.3.3
5652024-11-29T04:18:02.045Z Downloaded time-macros v0.2.18
5662024-11-29T04:18:02.048Z Downloaded managed v0.8.0
5672024-11-29T04:18:02.050Z Downloaded sync_wrapper v1.0.1
5682024-11-29T04:18:02.050Z Downloaded tokio-native-tls v0.3.1
5692024-11-29T04:18:02.052Z Downloaded zerocopy v0.6.6
5702024-11-29T04:18:02.055Z Downloaded base64 v0.22.1
5712024-11-29T04:18:02.058Z Downloaded whoami v1.5.2
5722024-11-29T04:18:02.061Z Downloaded usdt-attr-macro v0.5.0
5732024-11-29T04:18:02.061Z Downloaded strum v0.26.3
5742024-11-29T04:18:02.064Z Downloaded num_threads v0.1.7
5752024-11-29T04:18:02.064Z Downloaded waitgroup v0.1.2
5762024-11-29T04:18:02.064Z Downloaded rustls-pki-types v1.8.0
5772024-11-29T04:18:02.066Z Downloaded lru-cache v0.1.2
5782024-11-29T04:18:02.069Z Downloaded linked-hash-map v0.5.6
5792024-11-29T04:18:02.069Z Downloaded slog-json v2.6.1
5802024-11-29T04:18:02.072Z Downloaded stable_deref_trait v1.2.0
5812024-11-29T04:18:02.072Z Downloaded tracing-core v0.1.32
5822024-11-29T04:18:02.075Z Downloaded usdt-impl v0.5.0
5832024-11-29T04:18:02.075Z Downloaded openssl-macros v0.1.1
5842024-11-29T04:18:02.078Z Downloaded num-rational v0.4.2
5852024-11-29T04:18:02.078Z Downloaded untrusted v0.9.0
5862024-11-29T04:18:02.080Z Downloaded spin v0.9.8
5872024-11-29T04:18:02.083Z Downloaded humantime v2.1.0
5882024-11-29T04:18:02.083Z Downloaded linear-map v1.2.0
5892024-11-29T04:18:02.085Z Downloaded fxhash v0.2.1
5902024-11-29T04:18:02.085Z Downloaded usdt-macro v0.5.0
5912024-11-29T04:18:02.087Z Downloaded num v0.4.3
5922024-11-29T04:18:02.087Z Downloaded serde_yaml v0.9.34+deprecated
5932024-11-29T04:18:02.090Z Downloaded static_assertions v1.1.0
5942024-11-29T04:18:02.093Z Downloaded tokio-rustls v0.24.1
5952024-11-29T04:18:02.095Z Downloaded thread-id v4.2.2
5962024-11-29T04:18:02.095Z Downloaded indexmap v1.9.3
5972024-11-29T04:18:02.098Z Downloaded http-body v0.4.6
5982024-11-29T04:18:02.100Z Downloaded http-body-util v0.1.2
5992024-11-29T04:18:02.103Z Downloaded parking_lot v0.12.3
6002024-11-29T04:18:02.105Z Downloaded openssl-probe v0.1.5
6012024-11-29T04:18:02.105Z Downloaded tinyvec v1.8.0
6022024-11-29T04:18:02.107Z Downloaded num-complex v0.4.6
6032024-11-29T04:18:02.110Z Downloaded hostname v0.4.0
6042024-11-29T04:18:02.113Z Downloaded thread_local v1.1.8
6052024-11-29T04:18:02.113Z Downloaded hex v0.4.3
6062024-11-29T04:18:02.115Z Downloaded ipnetwork v0.20.0
6072024-11-29T04:18:02.118Z Downloaded libsw v3.3.1
6082024-11-29T04:18:02.120Z Downloaded usdt v0.5.0
6092024-11-29T04:18:02.120Z Downloaded strsim v0.11.1
6102024-11-29T04:18:02.120Z Downloaded lazy_static v1.5.0
6112024-11-29T04:18:02.122Z Downloaded itoa v1.0.11
6122024-11-29T04:18:02.125Z Downloaded parking_lot v0.11.2
6132024-11-29T04:18:02.127Z Downloaded structmeta v0.3.0
6142024-11-29T04:18:02.127Z Downloaded structmeta-derive v0.3.0
6152024-11-29T04:18:02.129Z Downloaded httpdate v1.0.3
6162024-11-29T04:18:02.129Z Downloaded utf8parse v0.2.2
6172024-11-29T04:18:02.132Z Downloaded terminal_size v0.4.0
6182024-11-29T04:18:02.132Z Downloaded native-tls v0.2.12
6192024-11-29T04:18:02.134Z Downloaded slog-scope v4.4.0
6202024-11-29T04:18:02.134Z Downloaded generic-array v0.14.7
6212024-11-29T04:18:02.136Z Downloaded tracing-attributes v0.1.27
6222024-11-29T04:18:02.138Z Downloaded smartstring v1.0.1
6232024-11-29T04:18:02.141Z Downloaded num-iter v0.1.45
6242024-11-29T04:18:02.144Z Downloaded mime v0.3.17
6252024-11-29T04:18:02.144Z Downloaded tempfile v3.12.0
6262024-11-29T04:18:02.146Z Downloaded num_enum_derive v0.7.3
6272024-11-29T04:18:02.148Z Downloaded hyper-rustls v0.24.2
6282024-11-29T04:18:02.151Z Downloaded ipnet v2.10.0
6292024-11-29T04:18:02.155Z Downloaded typify-macro v0.2.0
6302024-11-29T04:18:02.155Z Downloaded smallvec v1.13.2
6312024-11-29T04:18:02.155Z Downloaded highway v1.2.0
6322024-11-29T04:18:02.157Z Downloaded memmap v0.7.0
6332024-11-29T04:18:02.159Z Downloaded httparse v1.9.4
6342024-11-29T04:18:02.162Z Downloaded futures-task v0.3.30
6352024-11-29T04:18:02.162Z Downloaded pest v2.7.13
6362024-11-29T04:18:02.167Z Downloaded tracing v0.1.40
6372024-11-29T04:18:02.171Z Downloaded typify v0.2.0
6382024-11-29T04:18:02.174Z Downloaded term v0.7.0
6392024-11-29T04:18:02.177Z Downloaded unsafe-libyaml v0.2.11
6402024-11-29T04:18:02.181Z Downloaded tokio-rustls v0.25.0
6412024-11-29T04:18:02.183Z Downloaded slog-term v2.9.1
6422024-11-29T04:18:02.186Z Downloaded uuid v1.11.0
6432024-11-29T04:18:02.189Z Downloaded hashbrown v0.12.3
6442024-11-29T04:18:02.193Z Downloaded once_cell v1.20.2
6452024-11-29T04:18:02.195Z Downloaded typenum v1.17.0
6462024-11-29T04:18:02.198Z Downloaded half v2.4.1
6472024-11-29T04:18:02.201Z Downloaded itertools v0.10.5
6482024-11-29T04:18:02.207Z Downloaded multer v3.1.0
6492024-11-29T04:18:02.210Z Downloaded hickory-resolver v0.24.1
6502024-11-29T04:18:02.214Z Downloaded openssl-sys v0.9.103
6512024-11-29T04:18:02.220Z Downloaded tokio-rustls v0.26.0
6522024-11-29T04:18:02.223Z Downloaded getrandom v0.2.15
6532024-11-29T04:18:02.226Z Downloaded num-traits v0.2.19
6542024-11-29T04:18:02.228Z Downloaded toml v0.8.19
6552024-11-29T04:18:02.231Z Downloaded hyper-util v0.1.10
6562024-11-29T04:18:02.235Z Downloaded url v2.5.2
6572024-11-29T04:18:02.238Z Downloaded toml_edit v0.22.21
6582024-11-29T04:18:02.260Z Downloaded clap_builder v4.5.21
6592024-11-29T04:18:02.267Z Downloaded unicode-segmentation v1.12.0
6602024-11-29T04:18:02.270Z Downloaded unicode-ident v1.0.13
6612024-11-29T04:18:02.273Z Downloaded unicode-bidi v0.3.15
6622024-11-29T04:18:02.275Z Downloaded memchr v2.7.4
6632024-11-29T04:18:02.280Z Downloaded serde_with v3.9.0
6642024-11-29T04:18:02.289Z Downloaded http v1.1.0
6652024-11-29T04:18:02.293Z Downloaded reqwest v0.11.27
6662024-11-29T04:18:02.300Z Downloaded heapless v0.8.0
6672024-11-29T04:18:02.304Z Downloaded indexmap v2.5.0
6682024-11-29T04:18:02.309Z Downloaded steno v0.4.1
6692024-11-29T04:18:02.313Z Downloaded http v0.2.12
6702024-11-29T04:18:02.317Z Downloaded strum_macros v0.26.4
6712024-11-29T04:18:02.320Z Downloaded toml_edit v0.19.15
6722024-11-29T04:18:02.335Z Downloaded unicode-normalization v0.1.24
6732024-11-29T04:18:02.338Z Downloaded zerocopy v0.7.35
6742024-11-29T04:18:02.354Z Downloaded mio v1.0.2
6752024-11-29T04:18:02.359Z Downloaded time v0.3.36
6762024-11-29T04:18:02.367Z Downloaded winnow v0.6.18
6772024-11-29T04:18:02.375Z Downloaded libm v0.2.8
6782024-11-29T04:18:02.383Z Downloaded tokio-util v0.7.12
6792024-11-29T04:18:02.390Z Downloaded itertools v0.12.1
6802024-11-29T04:18:02.398Z Downloaded nom v7.1.3
6812024-11-29T04:18:02.403Z Downloaded h2 v0.3.26
6822024-11-29T04:18:02.410Z Downloaded rustls v0.21.12
6832024-11-29T04:18:02.421Z Downloaded hashbrown v0.14.5
6842024-11-29T04:18:02.427Z Downloaded regex v1.10.6
6852024-11-29T04:18:02.441Z Downloaded futures-util v0.3.30
6862024-11-29T04:18:02.452Z Downloaded hyper v0.14.30
6872024-11-29T04:18:02.461Z Downloaded goblin v0.8.2
6882024-11-29T04:18:02.467Z Downloaded vcpkg v0.2.15
6892024-11-29T04:18:02.505Z Downloaded webpki-roots v0.25.4
6902024-11-29T04:18:02.509Z Downloaded openssl v0.10.66
6912024-11-29T04:18:02.519Z Downloaded unicode-width v0.1.14
6922024-11-29T04:18:02.525Z Downloaded webpki-roots v0.26.6
6932024-11-29T04:18:02.529Z Downloaded syn v2.0.87
6942024-11-29T04:18:02.540Z Downloaded idna v0.4.0
6952024-11-29T04:18:02.547Z Downloaded idna v0.5.0
6962024-11-29T04:18:02.554Z Downloaded openapiv3 v2.0.0
6972024-11-29T04:18:02.567Z Downloaded hickory-proto v0.24.1
6982024-11-29T04:18:02.582Z Downloaded rhai v1.20.0
6992024-11-29T04:18:02.594Z Downloaded rustls v0.23.13
7002024-11-29T04:18:02.606Z Downloaded rustix v0.38.37
7012024-11-29T04:18:02.628Z Downloaded regress v0.10.1
7022024-11-29T04:18:02.636Z Downloaded smoltcp v0.11.0
7032024-11-29T04:18:02.648Z Downloaded rustls v0.22.4
7042024-11-29T04:18:02.660Z Downloaded regex-syntax v0.8.4
7052024-11-29T04:18:02.669Z Downloaded sled v0.34.7
7062024-11-29T04:18:02.679Z Downloaded regress v0.9.1
7072024-11-29T04:18:02.687Z Downloaded typify-impl v0.2.0
7082024-11-29T04:18:02.702Z Downloaded zerocopy-derive v0.6.6
7092024-11-29T04:18:02.711Z Downloaded syn v1.0.109
7102024-11-29T04:18:02.721Z Downloaded dropshot v0.12.0
7112024-11-29T04:18:02.740Z Downloaded hyper v1.5.1
7122024-11-29T04:18:02.747Z Downloaded regex-automata v0.4.7
7132024-11-29T04:18:02.763Z Downloaded h2 v0.4.6
7142024-11-29T04:18:02.769Z Downloaded winnow v0.5.40
7152024-11-29T04:18:02.777Z Downloaded chrono v0.4.38
7162024-11-29T04:18:02.784Z Downloaded itertools v0.13.0
7172024-11-29T04:18:02.791Z Downloaded reqwest v0.12.9
7182024-11-29T04:18:02.799Z Downloaded petgraph v0.6.5
7192024-11-29T04:18:02.816Z Downloaded quinn-proto v0.11.8
7202024-11-29T04:18:02.822Z Downloaded portable-atomic v1.8.0
7212024-11-29T04:18:02.829Z Downloaded serde_json v1.0.133
7222024-11-29T04:18:02.836Z Downloaded tokio v1.41.1
7232024-11-29T04:18:02.872Z Downloaded rustls-webpki v0.102.8
7242024-11-29T04:18:02.889Z Downloaded rustls-webpki v0.101.7
7252024-11-29T04:18:02.902Z Downloaded serde v1.0.215
7262024-11-29T04:18:02.905Z Downloaded rand v0.8.5
7272024-11-29T04:18:02.908Z Downloaded quinn v0.11.5
7282024-11-29T04:18:02.911Z Downloaded libc v0.2.165
7292024-11-29T04:18:02.936Z Downloaded zerocopy-derive v0.7.35
7302024-11-29T04:18:02.940Z Downloaded heck v0.5.0
7312024-11-29T04:18:02.942Z Downloaded indent_write v2.2.0
7322024-11-29T04:18:02.942Z Downloaded tiny-keccak v2.0.2
7332024-11-29T04:18:02.945Z Downloaded serde_derive v1.0.215
7342024-11-29T04:18:02.947Z Downloaded futures v0.3.30
7352024-11-29T04:18:02.951Z Downloaded darling_core v0.20.10
7362024-11-29T04:18:02.956Z Downloaded derive_more v0.99.18
7372024-11-29T04:18:02.960Z Downloaded slog-dtrace v0.3.0
7382024-11-29T04:18:02.962Z Downloaded slog-bunyan v2.5.0
7392024-11-29T04:18:02.965Z Downloaded slog-async v2.8.0
7402024-11-29T04:18:02.965Z Downloaded sha1 v0.10.6
7412024-11-29T04:18:02.968Z Downloaded quick-error v1.2.3
7422024-11-29T04:18:02.968Z Downloaded serde_tokenstream v0.2.2
7432024-11-29T04:18:02.968Z Downloaded crossbeam-utils v0.8.20
7442024-11-29T04:18:02.970Z Downloaded take_mut v0.2.2
7452024-11-29T04:18:02.970Z Downloaded tabwriter v1.4.0
7462024-11-29T04:18:02.972Z Downloaded hyper-rustls v0.27.3
7472024-11-29T04:18:02.975Z Downloaded serde_path_to_error v0.1.16
7482024-11-29T04:18:02.977Z Downloaded serde_derive_internals v0.29.1
7492024-11-29T04:18:02.977Z Downloaded crc32fast v1.4.2
7502024-11-29T04:18:02.980Z Downloaded console v0.15.8
7512024-11-29T04:18:02.983Z Downloaded proc-macro-error v1.0.4
7522024-11-29T04:18:02.985Z Downloaded rustc_version v0.1.7
7532024-11-29T04:18:02.985Z Downloaded quote v1.0.37
7542024-11-29T04:18:02.987Z Downloaded parking_lot_core v0.8.6
7552024-11-29T04:18:02.989Z Downloaded derive-where v1.2.7
7562024-11-29T04:18:02.992Z Downloaded rustversion v1.0.17
7572024-11-29T04:18:02.994Z Downloaded quinn-udp v0.5.5
7582024-11-29T04:18:02.997Z Downloaded clap_lex v0.7.2
7592024-11-29T04:18:02.997Z Downloaded ciborium v0.2.2
7602024-11-29T04:18:03.000Z Downloaded embedded-io v0.4.0
7612024-11-29T04:18:03.000Z Downloaded dyn-clone v1.0.17
7622024-11-29T04:18:03.003Z Downloaded ciborium-ll v0.2.2
7632024-11-29T04:18:03.003Z Downloaded encoding_rs v0.8.34
7642024-11-29T04:18:03.023Z Downloaded bitflags v2.6.0
7652024-11-29T04:18:03.027Z Downloaded ahash v0.8.11
7662024-11-29T04:18:03.029Z Downloaded fnv v1.0.7
7672024-11-29T04:18:03.033Z Downloaded errno v0.3.9
7682024-11-29T04:18:03.033Z Downloaded defmt-macros v0.3.9
7692024-11-29T04:18:03.035Z Downloaded digest v0.10.7
7702024-11-29T04:18:03.037Z Downloaded anstyle v1.0.10
7712024-11-29T04:18:03.037Z Downloaded paste v1.0.15
7722024-11-29T04:18:03.040Z Downloaded argon2 v0.5.3
7732024-11-29T04:18:03.042Z Downloaded async-trait v0.1.83
7742024-11-29T04:18:03.045Z Downloaded progenitor-client v0.8.0
7752024-11-29T04:18:03.045Z Downloaded futures-channel v0.3.30
7762024-11-29T04:18:03.047Z Downloaded rand_core v0.6.4
7772024-11-29T04:18:03.047Z Downloaded fixedbitset v0.4.2
7782024-11-29T04:18:03.050Z Downloaded cookie v0.18.1
7792024-11-29T04:18:03.052Z Downloaded cancel-safe-futures v0.1.5
7802024-11-29T04:18:03.054Z Downloaded bytes v1.7.2
7812024-11-29T04:18:03.057Z Downloaded anyhow v1.0.93
7822024-11-29T04:18:03.060Z Downloaded powerfmt v0.2.0
7832024-11-29T04:18:03.062Z Downloaded pkg-config v0.3.31
7842024-11-29T04:18:03.064Z Downloaded byteorder v1.5.0
7852024-11-29T04:18:03.064Z Downloaded async-stream v0.3.5
7862024-11-29T04:18:03.067Z Downloaded form_urlencoded v1.2.1
7872024-11-29T04:18:03.067Z Downloaded foreign-types v0.5.0
7882024-11-29T04:18:03.069Z Downloaded darling_macro v0.20.10
7892024-11-29T04:18:03.069Z Downloaded equivalent v1.0.1
7902024-11-29T04:18:03.222Z Downloaded ring v0.17.8
7912024-11-29T04:18:03.572Z Compiling proc-macro2 v1.0.86
7922024-11-29T04:18:03.572Z Compiling unicode-ident v1.0.13
7932024-11-29T04:18:03.575Z Compiling libc v0.2.165
7942024-11-29T04:18:03.575Z Compiling serde v1.0.215
7952024-11-29T04:18:03.575Z Compiling version_check v0.9.5
7962024-11-29T04:18:03.608Z Compiling autocfg v1.3.0
7972024-11-29T04:18:03.610Z Compiling cfg-if v1.0.0
7982024-11-29T04:18:03.728Z Compiling once_cell v1.20.2
7992024-11-29T04:18:03.747Z Compiling libm v0.2.8
8002024-11-29T04:18:03.807Z Compiling memchr v2.7.4
8012024-11-29T04:18:04.210Z Compiling parking_lot_core v0.9.10
8022024-11-29T04:18:04.241Z Compiling lock_api v0.4.12
8032024-11-29T04:18:04.703Z Compiling byteorder v1.5.0
8042024-11-29T04:18:05.026Z Compiling shlex v1.3.0
8052024-11-29T04:18:05.634Z Compiling cc v1.1.21
8062024-11-29T04:18:05.765Z Compiling thiserror v1.0.69
8072024-11-29T04:18:05.874Z Compiling itoa v1.0.11
8082024-11-29T04:18:06.062Z Compiling portable-atomic v1.8.0
8092024-11-29T04:18:06.121Z Compiling slab v0.4.9
8102024-11-29T04:18:06.156Z Compiling schemars v0.8.21
8112024-11-29T04:18:06.362Z Compiling ahash v0.8.11
8122024-11-29T04:18:06.527Z Compiling allocator-api2 v0.2.18
8132024-11-29T04:18:06.622Z Compiling num-traits v0.2.19
8142024-11-29T04:18:06.798Z Compiling quote v1.0.37
8152024-11-29T04:18:06.941Z Compiling getrandom v0.2.15
8162024-11-29T04:18:07.176Z Compiling syn v2.0.87
8172024-11-29T04:18:07.275Z Compiling ryu v1.0.18
8182024-11-29T04:18:07.373Z Compiling serde_json v1.0.133
8192024-11-29T04:18:07.544Z Compiling pin-project-lite v0.2.14
8202024-11-29T04:18:07.907Z Compiling log v0.4.22
8212024-11-29T04:18:07.925Z Compiling scopeguard v1.2.0
8222024-11-29T04:18:08.036Z Compiling equivalent v1.0.1
8232024-11-29T04:18:08.163Z Compiling heck v0.5.0
8242024-11-29T04:18:08.185Z Compiling fnv v1.0.7
8252024-11-29T04:18:08.205Z Compiling ring v0.17.8
8262024-11-29T04:18:08.422Z Compiling vcpkg v0.2.15
8272024-11-29T04:18:08.518Z Compiling crunchy v0.2.2
8282024-11-29T04:18:08.539Z Compiling pkg-config v0.3.31
8292024-11-29T04:18:09.012Z Compiling signal-hook-registry v1.4.2
8302024-11-29T04:18:09.213Z Compiling socket2 v0.5.8
8312024-11-29T04:18:09.617Z Compiling mio v1.0.2
8322024-11-29T04:18:09.863Z Compiling openssl-sys v0.9.103
8332024-11-29T04:18:09.955Z Compiling slog v2.7.0
8342024-11-29T04:18:10.076Z Compiling tiny-keccak v2.0.2
8352024-11-29T04:18:10.283Z Compiling httparse v1.9.4
8362024-11-29T04:18:10.521Z Compiling iana-time-zone v0.1.61
8372024-11-29T04:18:10.929Z Compiling futures-core v0.3.30
8382024-11-29T04:18:10.970Z Compiling const-random-macro v0.1.16
8392024-11-29T04:18:11.162Z Compiling dyn-clone v1.0.17
8402024-11-29T04:18:11.165Z Compiling openssl v0.10.66
8412024-11-29T04:18:11.219Z Compiling futures-sink v0.3.30
8422024-11-29T04:18:11.644Z Compiling native-tls v0.2.12
8432024-11-29T04:18:11.720Z Compiling semver v1.0.23
8442024-11-29T04:18:11.883Z Compiling rustls v0.23.13
8452024-11-29T04:18:11.886Z Compiling typenum v1.17.0
8462024-11-29T04:18:11.962Z Compiling futures-channel v0.3.30
8472024-11-29T04:18:11.985Z Compiling pin-utils v0.1.0
8482024-11-29T04:18:12.038Z Compiling futures-task v0.3.30
8492024-11-29T04:18:12.058Z Compiling const-random v0.1.18
8502024-11-29T04:18:12.079Z Compiling futures-io v0.3.30
8512024-11-29T04:18:12.161Z Compiling generic-array v0.14.7
8522024-11-29T04:18:12.232Z Compiling tracing-core v0.1.32
8532024-11-29T04:18:12.308Z Compiling bitflags v2.6.0
8542024-11-29T04:18:12.373Z Compiling subtle v2.6.1
8552024-11-29T04:18:12.404Z Compiling ucd-trie v0.1.6
8562024-11-29T04:18:12.425Z Compiling aho-corasick v1.1.3
8572024-11-29T04:18:12.530Z Compiling regex-syntax v0.8.4
8582024-11-29T04:18:12.719Z Compiling anyhow v1.0.93
8592024-11-29T04:18:12.822Z Compiling time-core v0.1.2
8602024-11-29T04:18:12.842Z Compiling num-conv v0.1.0
8612024-11-29T04:18:13.105Z Compiling time-macros v0.2.18
8622024-11-29T04:18:13.622Z Compiling serde_derive_internals v0.29.1
8632024-11-29T04:18:14.156Z Compiling spin v0.9.8
8642024-11-29T04:18:14.262Z Compiling rustls-pki-types v1.8.0
8652024-11-29T04:18:15.402Z Compiling usdt-impl v0.5.0
8662024-11-29T04:18:15.429Z Compiling omicron-workspace-hack v0.1.0
8672024-11-29T04:18:15.647Z Compiling regex-automata v0.4.7
8682024-11-29T04:18:15.781Z Compiling untrusted v0.9.0
8692024-11-29T04:18:16.030Z Compiling tinyvec_macros v0.1.1
8702024-11-29T04:18:16.131Z Compiling plain v0.2.3
8712024-11-29T04:18:16.283Z Compiling strsim v0.11.1
8722024-11-29T04:18:16.863Z Compiling atomic-waker v1.1.2
8732024-11-29T04:18:17.061Z Compiling rustversion v1.0.17
8742024-11-29T04:18:17.241Z Compiling tinyvec v1.8.0
8752024-11-29T04:18:17.368Z Compiling serde_derive v1.0.215
8762024-11-29T04:18:17.389Z Compiling zerocopy-derive v0.7.35
8772024-11-29T04:18:17.648Z Compiling thiserror-impl v1.0.69
8782024-11-29T04:18:18.199Z Compiling tokio-macros v2.4.0
8792024-11-29T04:18:18.463Z Compiling schemars_derive v0.8.21
8802024-11-29T04:18:18.495Z Compiling futures-macro v0.3.30
8812024-11-29T04:18:19.187Z Compiling zerocopy v0.7.35
8822024-11-29T04:18:20.289Z Compiling openssl-macros v0.1.1
8832024-11-29T04:18:20.429Z Compiling futures-util v0.3.30
8842024-11-29T04:18:20.756Z Compiling hashbrown v0.14.5
8852024-11-29T04:18:21.064Z Compiling tracing-attributes v0.1.27
8862024-11-29T04:18:21.108Z Compiling scroll_derive v0.12.0
8872024-11-29T04:18:21.732Z Compiling pest v2.7.13
8882024-11-29T04:18:21.931Z Compiling regress v0.10.1
8892024-11-29T04:18:22.561Z Compiling regex v1.10.6
8902024-11-29T04:18:23.069Z Compiling scroll v0.12.0
8912024-11-29T04:18:23.524Z Compiling goblin v0.8.2
8922024-11-29T04:18:24.012Z Compiling tracing v0.1.40
8932024-11-29T04:18:24.628Z Compiling pest_meta v2.7.13
8942024-11-29T04:18:26.209Z Compiling pest_generator v2.7.13
8952024-11-29T04:18:27.304Z Compiling rand_core v0.6.4
8962024-11-29T04:18:27.758Z Compiling try-lock v0.2.5
8972024-11-29T04:18:27.849Z Compiling pretty-hex v0.4.1
8982024-11-29T04:18:27.915Z Compiling percent-encoding v2.3.1
8992024-11-29T04:18:28.057Z Compiling zeroize v1.8.1
9002024-11-29T04:18:28.136Z Compiling pest_derive v2.7.13
9012024-11-29T04:18:28.316Z Compiling unsafe-libyaml v0.2.11
9022024-11-29T04:18:28.560Z Compiling form_urlencoded v1.2.1
9032024-11-29T04:18:29.007Z Compiling dtrace-parser v0.2.0
9042024-11-29T04:18:29.027Z Compiling want v0.3.1
9052024-11-29T04:18:29.607Z Compiling bytes v1.7.2
9062024-11-29T04:18:30.462Z Compiling smallvec v1.13.2
9072024-11-29T04:18:30.768Z Compiling indexmap v2.5.0
9082024-11-29T04:18:31.203Z Compiling parking_lot v0.12.3
9092024-11-29T04:18:31.288Z Compiling uuid v1.11.0
9102024-11-29T04:18:31.571Z Compiling tokio v1.41.1
9112024-11-29T04:18:32.038Z Compiling chrono v0.4.38
9122024-11-29T04:18:32.113Z Compiling serde_tokenstream v0.2.2
9132024-11-29T04:18:32.530Z Compiling http v1.1.0
9142024-11-29T04:18:36.086Z Compiling openapiv3 v2.0.0
9152024-11-29T04:18:38.658Z Compiling typify-impl v0.2.0
9162024-11-29T04:18:39.032Z Compiling rustls-webpki v0.102.8
9172024-11-29T04:18:40.071Z Compiling http-body v1.0.1
9182024-11-29T04:18:40.282Z Compiling ipnetwork v0.20.0
9192024-11-29T04:18:40.319Z Compiling serde_yaml v0.9.34+deprecated
9202024-11-29T04:18:42.406Z Compiling tokio-util v0.7.12
9212024-11-29T04:18:43.381Z Compiling h2 v0.4.6
9222024-11-29T04:18:43.594Z Compiling dof v0.3.0
9232024-11-29T04:18:44.230Z Compiling unicode-normalization v0.1.24
9242024-11-29T04:18:44.473Z Compiling thread-id v4.2.2
9252024-11-29T04:18:44.589Z Compiling foreign-types-shared v0.1.1
9262024-11-29T04:18:44.707Z Compiling ident_case v1.0.1
9272024-11-29T04:18:44.879Z Compiling httpdate v1.0.3
9282024-11-29T04:18:45.041Z Compiling rustls v0.22.4
9292024-11-29T04:18:45.413Z Compiling syn v1.0.109
9302024-11-29T04:18:45.489Z Compiling unicode-bidi v0.3.15
9312024-11-29T04:18:45.546Z Compiling camino v1.1.9
9322024-11-29T04:18:45.608Z Compiling darling_core v0.20.10
9332024-11-29T04:18:46.069Z Compiling foreign-types v0.3.2
9342024-11-29T04:18:46.178Z Compiling ppv-lite86 v0.2.20
9352024-11-29T04:18:48.130Z Compiling slog-async v2.8.0
9362024-11-29T04:18:48.150Z Compiling tower-service v0.3.3
9372024-11-29T04:18:48.654Z Compiling hyper v1.5.1
9382024-11-29T04:18:48.830Z Compiling typify-macro v0.2.0
9392024-11-29T04:18:49.169Z Compiling rand_chacha v0.3.1
9402024-11-29T04:18:50.937Z Compiling darling_macro v0.20.10
9412024-11-29T04:18:50.958Z Compiling idna v0.5.0
9422024-11-29T04:18:51.950Z Compiling hyper-util v0.1.10
9432024-11-29T04:18:52.365Z Compiling typify v0.2.0
9442024-11-29T04:18:52.504Z Compiling progenitor-impl v0.8.0
9452024-11-29T04:18:57.305Z Compiling toml_datetime v0.6.8
9462024-11-29T04:18:58.133Z Compiling multer v3.1.0
9472024-11-29T04:18:58.525Z Compiling openssl-probe v0.1.5
9482024-11-29T04:18:58.547Z Compiling progenitor-macro v0.8.0
9492024-11-29T04:18:59.236Z Compiling paste v1.0.15
9502024-11-29T04:19:03.098Z Compiling darling v0.20.10
9512024-11-29T04:19:03.218Z Compiling url v2.5.2
9522024-11-29T04:19:04.970Z Compiling rand v0.8.5
9532024-11-29T04:19:07.369Z Compiling usdt-attr-macro v0.5.0
9542024-11-29T04:19:08.780Z Compiling usdt-macro v0.5.0
9552024-11-29T04:19:08.976Z Compiling http-body-util v0.1.2
9562024-11-29T04:19:09.455Z Compiling async-trait v0.1.83
9572024-11-29T04:19:11.033Z Compiling encoding_rs v0.8.34
9582024-11-29T04:19:11.615Z Compiling ipnet v2.10.0
9592024-11-29T04:19:11.670Z Compiling base64 v0.22.1
9602024-11-29T04:19:11.687Z Compiling mime v0.3.17
9612024-11-29T04:19:12.727Z Compiling rustls-pemfile v2.1.3
9622024-11-29T04:19:15.125Z Compiling tokio-rustls v0.26.0
9632024-11-29T04:19:15.615Z Compiling serde_with_macros v3.9.0
9642024-11-29T04:19:15.792Z Compiling tokio-native-tls v0.3.1
9652024-11-29T04:19:16.612Z Compiling strum_macros v0.26.4
9662024-11-29T04:19:17.144Z Compiling serde_urlencoded v0.7.1
9672024-11-29T04:19:17.808Z Compiling structmeta-derive v0.3.0
9682024-11-29T04:19:18.090Z Compiling async-stream-impl v0.3.5
9692024-11-29T04:19:19.423Z Compiling webpki-roots v0.26.6
9702024-11-29T04:19:19.652Z Compiling dropshot v0.12.0
9712024-11-29T04:19:20.041Z Compiling crossbeam-utils v0.8.20
9722024-11-29T04:19:20.657Z Compiling powerfmt v0.2.0
9732024-11-29T04:19:20.917Z Compiling structmeta v0.3.0
9742024-11-29T04:19:21.136Z Compiling deranged v0.3.11
9752024-11-29T04:19:21.272Z Compiling hyper-rustls v0.27.3
9762024-11-29T04:19:22.118Z Compiling hyper-tls v0.6.0
9772024-11-29T04:19:22.843Z Compiling sync_wrapper v1.0.1
9782024-11-29T04:19:23.259Z Compiling winnow v0.6.18
9792024-11-29T04:19:25.972Z Compiling num_threads v0.1.7
9802024-11-29T04:19:26.234Z Compiling time v0.3.36
9812024-11-29T04:19:26.252Z Compiling reqwest v0.12.9
9822024-11-29T04:19:27.279Z Compiling parse-display-derive v0.10.0
9832024-11-29T04:19:29.734Z Compiling crypto-common v0.1.6
9842024-11-29T04:19:29.982Z Compiling block-buffer v0.10.4
9852024-11-29T04:19:30.244Z Compiling dropshot_endpoint v0.12.0
9862024-11-29T04:19:31.617Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-11-29T04:19:34.149Z Compiling digest v0.10.7
9882024-11-29T04:19:34.209Z Compiling progenitor-client v0.8.0
9892024-11-29T04:19:35.017Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-11-29T04:19:37.091Z Compiling dirs-sys-next v0.1.2
9912024-11-29T04:19:38.295Z Compiling lazy_static v1.5.0
9922024-11-29T04:19:38.444Z Compiling match_cfg v0.1.0
9932024-11-29T04:19:38.680Z Compiling rustix v0.38.37
9942024-11-29T04:19:38.723Z Compiling hostname v0.3.1
9952024-11-29T04:19:39.511Z Compiling dirs-next v2.0.0
9962024-11-29T04:19:39.774Z Compiling progenitor v0.8.0
9972024-11-29T04:19:42.038Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-11-29T04:19:42.354Z Compiling futures-executor v0.3.30
9992024-11-29T04:19:43.249Z Compiling thread_local v1.1.8
10002024-11-29T04:19:43.270Z Compiling errno v0.3.9
10012024-11-29T04:19:43.884Z Compiling instant v0.1.13
10022024-11-29T04:19:44.052Z Compiling cpufeatures v0.2.14
10032024-11-29T04:19:44.350Z Compiling unicode-width v0.1.14
10042024-11-29T04:19:45.690Z Compiling futures v0.3.30
10052024-11-29T04:19:47.045Z Compiling term v0.7.0
10062024-11-29T04:19:47.483Z Compiling crossbeam-channel v0.5.13
10072024-11-29T04:19:49.386Z Compiling serde_spanned v0.6.7
10082024-11-29T04:19:50.151Z Compiling is-terminal v0.4.13
10092024-11-29T04:19:50.295Z Compiling memmap v0.7.0
10102024-11-29T04:19:50.621Z Compiling take_mut v0.2.2
10112024-11-29T04:19:51.130Z Compiling usdt v0.5.0
10122024-11-29T04:19:51.151Z Compiling slog-term v2.9.1
10132024-11-29T04:19:52.490Z Compiling toml_edit v0.22.21
10142024-11-29T04:19:53.816Z Compiling slog-json v2.6.1
10152024-11-29T04:19:54.243Z Compiling strum v0.26.3
10162024-11-29T04:19:54.435Z Compiling serde_with v3.9.0
10172024-11-29T04:19:56.321Z Compiling heapless v0.8.0
10182024-11-29T04:19:57.392Z Compiling debug-ignore v1.0.5
10192024-11-29T04:19:58.338Z Compiling tokio-rustls v0.25.0
10202024-11-29T04:19:59.604Z Compiling toml v0.8.19
10212024-11-29T04:20:01.292Z Compiling slog-bunyan v2.5.0
10222024-11-29T04:20:01.324Z Compiling sha1 v0.10.6
10232024-11-29T04:20:02.072Z Compiling async-stream v0.3.5
10242024-11-29T04:20:02.149Z Compiling newtype-uuid v1.1.0
10252024-11-29T04:20:02.371Z Compiling serde_path_to_error v0.1.16
10262024-11-29T04:20:02.478Z Compiling hex v0.4.3
10272024-11-29T04:20:02.784Z Compiling waitgroup v0.1.2
10282024-11-29T04:20:03.101Z Compiling hostname v0.4.0
10292024-11-29T04:20:03.132Z Compiling hash32 v0.3.1
10302024-11-29T04:20:03.376Z Compiling smoltcp v0.11.0
10312024-11-29T04:20:03.554Z Compiling stable_deref_trait v1.2.0
10322024-11-29T04:20:05.705Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-11-29T04:20:06.249Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-11-29T04:20:06.271Z Compiling backoff v0.4.0
10352024-11-29T04:20:06.663Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-11-29T04:20:06.790Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-11-29T04:20:07.004Z Compiling parse-display v0.10.0
10382024-11-29T04:20:08.973Z Compiling macaddr v1.0.1
10392024-11-29T04:20:09.584Z Compiling regress v0.9.1
10402024-11-29T04:20:13.007Z Compiling clap_derive v4.5.18
10412024-11-29T04:20:14.196Z Compiling managed v0.8.0
10422024-11-29T04:20:14.226Z Compiling cobs v0.2.3
10432024-11-29T04:20:14.678Z Compiling winnow v0.5.40
10442024-11-29T04:20:14.681Z Compiling utf8parse v0.2.2
10452024-11-29T04:20:14.835Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-11-29T04:20:15.279Z Compiling bitflags v1.3.2
10472024-11-29T04:20:17.417Z Compiling anstyle-parse v0.2.5
10482024-11-29T04:20:17.822Z Compiling postcard v1.0.10
10492024-11-29T04:20:17.999Z Compiling toml_edit v0.19.15
10502024-11-29T04:20:18.596Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10512024-11-29T04:20:24.257Z Compiling anstyle v1.0.10
10522024-11-29T04:20:24.772Z Compiling is_terminal_polyfill v1.70.1
10532024-11-29T04:20:24.931Z Compiling colorchoice v1.0.2
10542024-11-29T04:20:25.113Z Compiling anstyle-query v1.1.1
10552024-11-29T04:20:25.275Z Compiling anstream v0.6.15
10562024-11-29T04:20:26.338Z Compiling proc-macro-crate v1.3.1
10572024-11-29T04:20:27.061Z Compiling terminal_size v0.4.0
10582024-11-29T04:20:27.309Z Compiling clap_lex v0.7.2
10592024-11-29T04:20:27.419Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-11-29T04:20:27.840Z Compiling clap_builder v4.5.21
10612024-11-29T04:20:28.093Z Compiling num_enum_derive v0.5.11
10622024-11-29T04:20:29.433Z Compiling tabwriter v1.4.0
10632024-11-29T04:20:29.641Z Compiling foreign-types-macros v0.2.3
10642024-11-29T04:20:29.958Z Compiling num-integer v0.1.46
10652024-11-29T04:20:30.301Z Compiling foreign-types-shared v0.3.1
10662024-11-29T04:20:30.615Z Compiling num_enum v0.5.11
10672024-11-29T04:20:30.963Z Compiling foreign-types v0.5.0
10682024-11-29T04:20:31.311Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-11-29T04:20:31.720Z Compiling cstr-argument v0.1.2
10702024-11-29T04:20:31.966Z Compiling clap v4.5.21
10712024-11-29T04:20:31.987Z Compiling proc-macro-error-attr v1.0.4
10722024-11-29T04:20:32.367Z Compiling either v1.13.0
10732024-11-29T04:20:32.630Z Compiling heck v0.4.1
10742024-11-29T04:20:32.794Z Compiling prettyplease v0.2.22
10752024-11-29T04:20:32.936Z Compiling pretty-hex v0.2.1
10762024-11-29T04:20:33.166Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-11-29T04:20:33.363Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-11-29T04:20:33.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-11-29T04:20:34.809Z Compiling num-iter v0.1.45
10802024-11-29T04:20:35.028Z Compiling num-rational v0.4.2
10812024-11-29T04:20:35.667Z Compiling colored v2.1.0
10822024-11-29T04:20:36.866Z Compiling num-complex v0.4.6
10832024-11-29T04:20:37.705Z Compiling proc-macro-error v1.0.4
10842024-11-29T04:20:37.803Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-11-29T04:20:37.981Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-11-29T04:20:38.110Z Compiling fastrand v2.1.1
10872024-11-29T04:20:38.159Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-11-29T04:20:38.349Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10892024-11-29T04:20:38.774Z Compiling tempfile v3.12.0
10902024-11-29T04:20:38.819Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-11-29T04:20:40.156Z Compiling num v0.4.3
10922024-11-29T04:20:42.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-11-29T04:20:43.097Z Compiling crucible-workspace-hack v0.1.0
10942024-11-29T04:20:43.122Z Compiling float-ord v0.3.2
10952024-11-29T04:20:43.286Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-11-29T04:20:49.595Z Compiling semver v0.1.20
10972024-11-29T04:20:50.544Z Compiling unicode-segmentation v1.12.0
10982024-11-29T04:20:50.673Z Compiling rustc_version v0.1.7
10992024-11-29T04:20:51.134Z Compiling zone_cfg_derive v0.3.0
11002024-11-29T04:20:51.825Z Compiling newline-converter v0.3.0
11012024-11-29T04:20:52.022Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-11-29T04:20:52.600Z Compiling camino-tempfile v1.1.1
11032024-11-29T04:20:52.691Z Compiling itertools v0.10.5
11042024-11-29T04:20:53.350Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-11-29T04:20:53.569Z Compiling console v0.15.8
11062024-11-29T04:20:53.804Z Compiling num-derive v0.4.2
11072024-11-29T04:20:54.807Z Compiling sigpipe v0.1.3
11082024-11-29T04:20:54.952Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-11-29T04:20:55.509Z Compiling base64ct v1.6.0
11102024-11-29T04:20:55.534Z Compiling similar v2.6.0
11112024-11-29T04:20:56.150Z Compiling password-hash v0.5.0
11122024-11-29T04:20:56.173Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-11-29T04:20:56.433Z Compiling zone v0.3.0
11142024-11-29T04:20:57.016Z Compiling expectorate v1.1.0
11152024-11-29T04:20:57.286Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-11-29T04:20:57.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-11-29T04:20:58.440Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-29T04:20:59.694Z Compiling newtype_derive v0.1.6
11192024-11-29T04:21:00.146Z Compiling blake2 v0.10.6
11202024-11-29T04:21:00.481Z Compiling hubpack_derive v0.1.1
11212024-11-29T04:21:01.364Z Compiling smf v0.2.3
11222024-11-29T04:21:01.391Z Compiling zerocopy-derive v0.6.6
11232024-11-29T04:21:01.418Z Compiling cancel-safe-futures v0.1.5
11242024-11-29T04:21:01.457Z Compiling fixedbitset v0.4.2
11252024-11-29T04:21:01.842Z Compiling owo-colors v4.1.0
11262024-11-29T04:21:02.224Z Compiling whoami v1.5.2
11272024-11-29T04:21:02.309Z Compiling petgraph v0.6.5
11282024-11-29T04:21:03.256Z Compiling zerocopy v0.6.6
11292024-11-29T04:21:03.820Z Compiling hubpack v0.1.2
11302024-11-29T04:21:04.045Z Compiling argon2 v0.5.3
11312024-11-29T04:21:05.992Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11322024-11-29T04:21:06.431Z Compiling strum_macros v0.25.3
11332024-11-29T04:21:06.489Z Compiling serde-big-array v0.5.1
11342024-11-29T04:21:06.542Z Compiling serde_repr v0.1.19
11352024-11-29T04:21:06.759Z Compiling cookie v0.18.1
11362024-11-29T04:21:07.163Z Compiling convert_case v0.4.0
11372024-11-29T04:21:07.568Z Compiling static_assertions v1.1.0
11382024-11-29T04:21:07.765Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-29T04:21:07.810Z Compiling derive_more v0.99.18
11402024-11-29T04:21:08.028Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-11-29T04:21:08.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-29T04:21:09.953Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11432024-11-29T04:21:10.189Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-11-29T04:21:11.776Z Compiling atomicwrites v0.4.4
11452024-11-29T04:21:12.288Z Compiling itertools v0.13.0
11462024-11-29T04:21:13.924Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-11-29T04:21:15.010Z Compiling idna v0.4.0
11482024-11-29T04:21:15.125Z Compiling libsw v3.3.1
11492024-11-29T04:21:16.945Z Compiling derive-where v1.2.7
11502024-11-29T04:21:17.373Z Compiling enum-as-inner v0.6.1
11512024-11-29T04:21:17.373Z Compiling quick-error v1.2.3
11522024-11-29T04:21:17.373Z Compiling swrite v0.1.0
11532024-11-29T04:21:17.373Z Compiling linked-hash-map v0.5.6
11542024-11-29T04:21:17.373Z Compiling highway v1.2.0
11552024-11-29T04:21:17.376Z Compiling data-encoding v2.6.0
11562024-11-29T04:21:18.333Z Compiling linear-map v1.2.0
11572024-11-29T04:21:18.436Z Compiling indent_write v2.2.0
11582024-11-29T04:21:18.549Z Compiling hickory-proto v0.24.1
11592024-11-29T04:21:18.656Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-11-29T04:21:18.725Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-11-29T04:21:19.006Z Compiling lru-cache v0.1.2
11622024-11-29T04:21:19.232Z Compiling resolv-conf v0.7.0
11632024-11-29T04:21:20.775Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-11-29T04:21:22.436Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-29T04:21:23.890Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-29T04:21:24.244Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-29T04:21:26.304Z Compiling steno v0.4.1
11682024-11-29T04:21:27.387Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-11-29T04:21:27.794Z Compiling slog-dtrace v0.3.0
11702024-11-29T04:21:28.199Z Compiling parking_lot_core v0.8.6
11712024-11-29T04:21:28.704Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-11-29T04:21:28.913Z Compiling humantime v2.1.0
11732024-11-29T04:21:29.129Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-11-29T04:21:29.760Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-11-29T04:21:32.066Z Compiling hickory-resolver v0.24.1
11762024-11-29T04:21:32.271Z Compiling num-derive v0.3.3
11772024-11-29T04:21:32.366Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-11-29T04:21:33.320Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-11-29T04:21:33.745Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-11-29T04:21:34.405Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-11-29T04:21:34.620Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-11-29T04:21:35.001Z Compiling parking_lot v0.11.2
11832024-11-29T04:21:36.167Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-11-29T04:21:36.933Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-11-29T04:21:38.775Z Compiling crossbeam-epoch v0.9.18
11862024-11-29T04:21:38.950Z Compiling fxhash v0.2.1
11872024-11-29T04:21:39.185Z Compiling crc32fast v1.4.2
11882024-11-29T04:21:39.715Z Compiling arc-swap v1.7.1
11892024-11-29T04:21:39.815Z Compiling crc8 v0.1.1
11902024-11-29T04:21:40.155Z Compiling slog-scope v4.4.0
11912024-11-29T04:21:40.355Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-11-29T04:21:40.876Z Compiling sled v0.34.7
11932024-11-29T04:21:43.686Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-11-29T04:21:47.567Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11952024-11-29T04:21:47.834Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11962024-11-29T04:21:48.326Z Compiling slog-stdlog v4.1.1
11972024-11-29T04:21:49.133Z Compiling slog-envlogger v2.2.0
11982024-11-29T04:21:49.996Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-11-29T04:22:00.052Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-11-29T04:22:01.054Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-11-29T04:22:04.190Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-11-29T04:22:35.203Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-11-29T04:22:35.204Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-11-29T04:22:42.185Z Finished `release` profile [optimized] target(s) in 5m 01s
12052024-11-29T04:22:42.504Z+ banner trio
12062024-11-29T04:22:42.507Z
12072024-11-29T04:22:42.507Z ##### ##### # ####
12082024-11-29T04:22:42.507Z # # # # # #
12092024-11-29T04:22:42.507Z # # # # # #
12102024-11-29T04:22:42.507Z # ##### # # #
12112024-11-29T04:22:42.507Z # # # # # #
12122024-11-29T04:22:42.507Z # # # # ####
12132024-11-29T04:22:42.507Z
12142024-11-29T04:22:42.507Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12152024-11-29T04:22:42.985Z Compiling cfg-if v1.0.0
12162024-11-29T04:22:42.985Z Compiling libc v0.2.165
12172024-11-29T04:22:42.985Z Compiling serde v1.0.215
12182024-11-29T04:22:42.987Z Compiling once_cell v1.20.2
12192024-11-29T04:22:42.987Z Compiling itoa v1.0.11
12202024-11-29T04:22:42.987Z Compiling byteorder v1.5.0
12212024-11-29T04:22:43.057Z Compiling syn v2.0.87
12222024-11-29T04:22:43.067Z Compiling bytes v1.7.2
12232024-11-29T04:22:43.117Z Compiling num-traits v0.2.19
12242024-11-29T04:22:43.298Z Compiling zerocopy v0.7.35
12252024-11-29T04:22:43.392Z Compiling pin-project-lite v0.2.14
12262024-11-29T04:22:43.445Z Compiling ahash v0.8.11
12272024-11-29T04:22:43.492Z Compiling smallvec v1.13.2
12282024-11-29T04:22:43.503Z Compiling scopeguard v1.2.0
12292024-11-29T04:22:43.512Z Compiling schemars v0.8.21
12302024-11-29T04:22:43.624Z Compiling memchr v2.7.4
12312024-11-29T04:22:43.672Z Compiling allocator-api2 v0.2.18
12322024-11-29T04:22:43.891Z Compiling lock_api v0.4.12
12332024-11-29T04:22:44.280Z Compiling hashbrown v0.14.5
12342024-11-29T04:22:44.348Z Compiling getrandom v0.2.15
12352024-11-29T04:22:44.440Z Compiling parking_lot_core v0.9.10
12362024-11-29T04:22:44.442Z Compiling mio v1.0.2
12372024-11-29T04:22:44.700Z Compiling signal-hook-registry v1.4.2
12382024-11-29T04:22:44.797Z Compiling parking_lot v0.12.3
12392024-11-29T04:22:45.192Z Compiling socket2 v0.5.8
12402024-11-29T04:22:45.308Z Compiling fnv v1.0.7
12412024-11-29T04:22:45.439Z Compiling log v0.4.22
12422024-11-29T04:22:45.486Z Compiling futures-core v0.3.30
12432024-11-29T04:22:45.936Z Compiling equivalent v1.0.1
12442024-11-29T04:22:45.971Z Compiling ryu v1.0.18
12452024-11-29T04:22:46.049Z Compiling tracing-core v0.1.32
12462024-11-29T04:22:46.242Z Compiling serde_json v1.0.133
12472024-11-29T04:22:46.278Z Compiling uuid v1.11.0
12482024-11-29T04:22:46.376Z Compiling regress v0.10.1
12492024-11-29T04:22:46.568Z Compiling pin-utils v0.1.0
12502024-11-29T04:22:46.662Z Compiling futures-task v0.3.30
12512024-11-29T04:22:46.806Z Compiling spin v0.9.8
12522024-11-29T04:22:46.846Z Compiling futures-sink v0.3.30
12532024-11-29T04:22:46.859Z Compiling untrusted v0.9.0
12542024-11-29T04:22:46.947Z Compiling futures-util v0.3.30
12552024-11-29T04:22:46.992Z Compiling ring v0.17.8
12562024-11-29T04:22:47.004Z Compiling slab v0.4.9
12572024-11-29T04:22:47.261Z Compiling try-lock v0.2.5
12582024-11-29T04:22:47.412Z Compiling chrono v0.4.38
12592024-11-29T04:22:47.478Z Compiling want v0.3.1
12602024-11-29T04:22:47.757Z Compiling httparse v1.9.4
12612024-11-29T04:22:48.319Z Compiling futures-channel v0.3.30
12622024-11-29T04:22:48.762Z Compiling dyn-clone v1.0.17
12632024-11-29T04:22:48.764Z Compiling foreign-types-shared v0.1.1
12642024-11-29T04:22:48.979Z Compiling tower-service v0.3.3
12652024-11-29T04:22:49.100Z Compiling serde_derive_internals v0.29.1
12662024-11-29T04:22:49.130Z Compiling foreign-types v0.3.2
12672024-11-29T04:22:49.181Z Compiling openssl-sys v0.9.103
12682024-11-29T04:22:49.228Z Compiling bitflags v2.6.0
12692024-11-29T04:22:49.479Z Compiling unicode-ident v1.0.13
12702024-11-29T04:22:49.586Z Compiling http v1.1.0
12712024-11-29T04:22:49.681Z Compiling proc-macro2 v1.0.86
12722024-11-29T04:22:50.504Z Compiling tinyvec_macros v0.1.1
12732024-11-29T04:22:50.600Z Compiling openssl-probe v0.1.5
12742024-11-29T04:22:50.827Z Compiling semver v1.0.23
12752024-11-29T04:22:51.079Z Compiling tinyvec v1.8.0
12762024-11-29T04:22:51.102Z Compiling quote v1.0.37
12772024-11-29T04:22:51.426Z Compiling percent-encoding v2.3.1
12782024-11-29T04:22:51.895Z Compiling form_urlencoded v1.2.1
12792024-11-29T04:22:52.733Z Compiling unicode-normalization v0.1.24
12802024-11-29T04:22:53.267Z Compiling http v0.2.12
12812024-11-29T04:22:53.503Z Compiling serde_derive v1.0.215
12822024-11-29T04:22:54.064Z Compiling zerocopy-derive v0.7.35
12832024-11-29T04:22:54.156Z Compiling thiserror-impl v1.0.69
12842024-11-29T04:22:54.419Z Compiling tokio-macros v2.4.0
12852024-11-29T04:22:54.496Z Compiling schemars_derive v0.8.21
12862024-11-29T04:22:54.890Z Compiling tracing-attributes v0.1.27
12872024-11-29T04:22:55.934Z Compiling tokio v1.41.1
12882024-11-29T04:22:56.961Z Compiling thiserror v1.0.69
12892024-11-29T04:22:57.230Z Compiling openssl-macros v0.1.1
12902024-11-29T04:22:57.391Z Compiling aho-corasick v1.1.3
12912024-11-29T04:22:57.882Z Compiling tracing v0.1.40
12922024-11-29T04:22:57.928Z Compiling unicode-bidi v0.3.15
12932024-11-29T04:22:58.062Z Compiling openssl v0.10.66
12942024-11-29T04:22:58.540Z Compiling rustls-pki-types v1.8.0
12952024-11-29T04:23:00.840Z Compiling heck v0.5.0
12962024-11-29T04:23:01.247Z Compiling regex-automata v0.4.7
12972024-11-29T04:23:02.090Z Compiling idna v0.5.0
12982024-11-29T04:23:06.173Z Compiling indexmap v2.5.0
12992024-11-29T04:23:08.353Z Compiling tokio-util v0.7.12
13002024-11-29T04:23:08.581Z Compiling serde_tokenstream v0.2.2
13012024-11-29T04:23:09.147Z Compiling native-tls v0.2.12
13022024-11-29T04:23:10.393Z Compiling tokio-native-tls v0.3.1
13032024-11-29T04:23:10.491Z Compiling http-body v1.0.1
13042024-11-29T04:23:10.733Z Compiling regex-syntax v0.8.4
13052024-11-29T04:23:11.063Z Compiling slog v2.7.0
13062024-11-29T04:23:11.576Z Compiling atomic-waker v1.1.2
13072024-11-29T04:23:11.648Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-11-29T04:23:11.769Z Compiling h2 v0.4.6
13092024-11-29T04:23:12.471Z Compiling typify-impl v0.2.0
13102024-11-29T04:23:22.581Z Compiling openapiv3 v2.0.0
13112024-11-29T04:23:22.827Z Compiling serde_urlencoded v0.7.1
13122024-11-29T04:23:23.358Z Compiling regex v1.10.6
13132024-11-29T04:23:24.278Z Compiling url v2.5.2
13142024-11-29T04:23:25.133Z Compiling encoding_rs v0.8.34
13152024-11-29T04:23:26.470Z Compiling ipnet v2.10.0
13162024-11-29T04:23:27.392Z Compiling mime v0.3.17
13172024-11-29T04:23:28.448Z Compiling rustls v0.21.12
13182024-11-29T04:23:28.837Z Compiling typify-macro v0.2.0
13192024-11-29T04:23:29.495Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13202024-11-29T04:23:29.904Z Compiling hyper v1.5.1
13212024-11-29T04:23:32.095Z Compiling h2 v0.3.26
13222024-11-29T04:23:32.314Z Compiling rustls-webpki v0.102.8
13232024-11-29T04:23:32.526Z Compiling http-body v0.4.6
13242024-11-29T04:23:32.995Z Compiling sct v0.7.1
13252024-11-29T04:23:33.006Z Compiling rustls-webpki v0.101.7
13262024-11-29T04:23:33.430Z Compiling zeroize v1.8.1
13272024-11-29T04:23:33.763Z Compiling toml_datetime v0.6.8
13282024-11-29T04:23:34.125Z Compiling subtle v2.6.1
13292024-11-29T04:23:34.405Z Compiling httpdate v1.0.3
13302024-11-29T04:23:35.198Z Compiling toml_edit v0.19.15
13312024-11-29T04:23:36.486Z Compiling serde_yaml v0.9.34+deprecated
13322024-11-29T04:23:36.981Z Compiling rustls v0.23.13
13332024-11-29T04:23:39.730Z Compiling hyper v0.14.30
13342024-11-29T04:23:39.810Z Compiling hyper-util v0.1.10
13352024-11-29T04:23:45.729Z Compiling lazy_static v1.5.0
13362024-11-29T04:23:45.883Z Compiling tokio-rustls v0.26.0
13372024-11-29T04:23:46.372Z Compiling tokio-rustls v0.24.1
13382024-11-29T04:23:46.779Z Compiling proc-macro-crate v1.3.1
13392024-11-29T04:23:47.220Z Compiling http-body-util v0.1.2
13402024-11-29T04:23:47.507Z Compiling webpki-roots v0.26.6
13412024-11-29T04:23:47.715Z Compiling base64 v0.21.7
13422024-11-29T04:23:47.726Z Compiling base64 v0.22.1
13432024-11-29T04:23:47.743Z Compiling crossbeam-utils v0.8.20
13442024-11-29T04:23:47.760Z Compiling hyper-rustls v0.27.3
13452024-11-29T04:23:48.805Z Compiling rustls-pemfile v2.1.3
13462024-11-29T04:23:48.823Z Compiling rustls-pemfile v1.0.4
13472024-11-29T04:23:49.324Z Compiling hyper-tls v0.6.0
13482024-11-29T04:23:49.589Z Compiling num_enum_derive v0.5.11
13492024-11-29T04:23:49.646Z Compiling hyper-rustls v0.24.2
13502024-11-29T04:23:49.792Z Compiling hyper-tls v0.5.0
13512024-11-29T04:23:50.072Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-11-29T04:23:50.205Z Compiling typify v0.2.0
13532024-11-29T04:23:51.624Z Compiling ipnetwork v0.20.0
13542024-11-29T04:23:53.817Z Compiling ppv-lite86 v0.2.20
13552024-11-29T04:23:54.192Z Compiling foreign-types-macros v0.2.3
13562024-11-29T04:23:54.502Z Compiling sync_wrapper v1.0.1
13572024-11-29T04:23:54.579Z Compiling rand_core v0.6.4
13582024-11-29T04:23:54.616Z Compiling dirs-sys-next v0.1.2
13592024-11-29T04:23:54.656Z Compiling foreign-types-shared v0.3.1
13602024-11-29T04:23:54.777Z Compiling sync_wrapper v0.1.2
13612024-11-29T04:23:54.910Z Compiling powerfmt v0.2.0
13622024-11-29T04:23:55.064Z Compiling webpki-roots v0.25.4
13632024-11-29T04:23:55.229Z Compiling reqwest v0.11.27
13642024-11-29T04:23:55.407Z Compiling deranged v0.3.11
13652024-11-29T04:23:55.515Z Compiling foreign-types v0.5.0
13662024-11-29T04:23:55.630Z Compiling time-macros v0.2.18
13672024-11-29T04:23:55.687Z Compiling rand_chacha v0.3.1
13682024-11-29T04:23:57.053Z Compiling dirs-next v2.0.0
13692024-11-29T04:23:57.321Z Compiling reqwest v0.12.9
13702024-11-29T04:23:57.458Z Compiling progenitor-impl v0.8.0
13712024-11-29T04:23:58.805Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722024-11-29T04:24:03.365Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-11-29T04:24:04.766Z Compiling num_enum v0.5.11
13742024-11-29T04:24:05.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-11-29T04:24:05.566Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-11-29T04:24:05.731Z Compiling cstr-argument v0.1.2
13772024-11-29T04:24:05.994Z Compiling thread_local v1.1.8
13782024-11-29T04:24:06.688Z Compiling time-core v0.1.2
13792024-11-29T04:24:06.699Z Compiling arc-swap v1.7.1
13802024-11-29T04:24:06.866Z Compiling pretty-hex v0.2.1
13812024-11-29T04:24:07.080Z Compiling num-conv v0.1.0
13822024-11-29T04:24:07.331Z Compiling either v1.13.0
13832024-11-29T04:24:07.375Z Compiling time v0.3.36
13842024-11-29T04:24:07.744Z Compiling itertools v0.12.1
13852024-11-29T04:24:08.419Z Compiling slog-scope v4.4.0
13862024-11-29T04:24:09.290Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13872024-11-29T04:24:09.681Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13882024-11-29T04:24:11.157Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-11-29T04:24:11.241Z Compiling crossbeam-channel v0.5.13
13902024-11-29T04:24:12.019Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912024-11-29T04:24:12.192Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-11-29T04:24:12.839Z Compiling progenitor-macro v0.8.0
13932024-11-29T04:24:16.291Z Compiling progenitor-client v0.8.0
13942024-11-29T04:24:23.361Z Compiling term v0.7.0
13952024-11-29T04:24:23.913Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-11-29T04:24:25.784Z Compiling rand v0.8.5
13972024-11-29T04:24:27.560Z Compiling anyhow v1.0.93
13982024-11-29T04:24:27.932Z Compiling colored v2.1.0
13992024-11-29T04:24:29.005Z Compiling is-terminal v0.4.13
14002024-11-29T04:24:29.120Z Compiling winnow v0.6.18
14012024-11-29T04:24:29.135Z Compiling take_mut v0.2.2
14022024-11-29T04:24:29.299Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-11-29T04:24:29.686Z Compiling slog-async v2.8.0
14042024-11-29T04:24:32.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-11-29T04:24:33.103Z Compiling slog-term v2.9.1
14062024-11-29T04:24:35.814Z Compiling progenitor v0.8.0
14072024-11-29T04:24:36.019Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-11-29T04:24:36.225Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-11-29T04:24:39.839Z Compiling slog-stdlog v4.1.1
14102024-11-29T04:24:40.610Z Compiling slog-envlogger v2.2.0
14112024-11-29T04:24:41.146Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-11-29T04:24:43.688Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-11-29T04:24:55.790Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-11-29T04:25:03.145Z Finished `release` profile [optimized] target(s) in 2m 20s
14152024-11-29T04:25:03.229Z Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0)
14162024-11-29T04:25:03.278Z
14172024-11-29T04:25:03.278Zrunning 1 test
14182024-11-29T04:25:03.461Zconfigure zone
14192024-11-29T04:25:03.656Zinstall zone
14202024-11-29T04:26:03.282Ztest ddm::test_trio_v3 has been running for over 60 seconds
14212024-11-29T04:26:59.422Zboot zone
14222024-11-29T04:27:00.364Zstart zone s1
14232024-11-29T04:27:00.364Zconfigure zone
14242024-11-29T04:27:00.372Zinstall zone
14252024-11-29T04:28:53.017Zboot zone
14262024-11-29T04:28:53.792Zstart zone s2
14272024-11-29T04:28:53.792Zconfigure zone
14282024-11-29T04:28:53.800Zinstall zone
14292024-11-29T04:30:47.039Zboot zone
14302024-11-29T04:30:47.851Zstart zone t1
14312024-11-29T04:30:47.851Zconfigure zone
14322024-11-29T04:30:47.859Zinstall zone
14332024-11-29T04:32:38.858Zboot zone
14342024-11-29T04:32:39.833Zwaiting for zones to come up
14352024-11-29T04:32:49.834Z[sidecar.trio] svcs milestone/network
14362024-11-29T04:32:49.979ZSTATE STIME FMRI
14372024-11-29T04:32:49.979Zonline 20:27:17 svc:/milestone/network:default
14382024-11-29T04:32:49.979Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-11-29T04:32:50.026Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-11-29T04:32:50.076Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-11-29T04:32:50.120Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-11-29T04:32:50.123Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-11-29T04:32:50.145Z
14442024-11-29T04:32:50.145Zrunning zone s1.trio setup
14452024-11-29T04:32:50.145Z[s1.trio] svcs milestone/network
14462024-11-29T04:32:50.170ZSTATE STIME FMRI
14472024-11-29T04:32:50.170Zonline 20:29:10 svc:/milestone/network:default
14482024-11-29T04:32:50.170Z[s1.trio] dladm
14492024-11-29T04:32:50.193ZLINK CLASS MTU STATE BRIDGE OVER
14502024-11-29T04:32:50.193Zsl0 simnet 9000 up -- ?
14512024-11-29T04:32:50.193Zmg2 vnic 9000 up -- ?
14522024-11-29T04:32:50.193Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-11-29T04:32:50.734Z
14542024-11-29T04:32:50.734Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-11-29T04:32:50.758Z
14562024-11-29T04:32:50.758Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-11-29T04:32:50.779Z
14582024-11-29T04:32:50.779Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-11-29T04:32:50.870Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-11-29T04:32:50.914Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9e77a008-6d28-4dda-baac-6096dc01ac07 --sled-uuid b249dde2-6cb4-4c07-8fe8-c772cca43807 -a sl0/v6 &> /opt/ddmd.log &
14612024-11-29T04:32:50.936Z
14622024-11-29T04:32:50.936Zrunning zone s2.trio setup
14632024-11-29T04:32:50.936Z[s2.trio] svcs milestone/network
14642024-11-29T04:32:50.960ZSTATE STIME FMRI
14652024-11-29T04:32:50.960Zonline 20:31:04 svc:/milestone/network:default
14662024-11-29T04:32:50.960Z[s2.trio] dladm
14672024-11-29T04:32:50.982ZLINK CLASS MTU STATE BRIDGE OVER
14682024-11-29T04:32:50.982Zsl1 simnet 9000 up -- ?
14692024-11-29T04:32:50.982Zmg3 vnic 9000 up -- ?
14702024-11-29T04:32:50.982Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14712024-11-29T04:32:51.567Z
14722024-11-29T04:32:51.567Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14732024-11-29T04:32:51.592Z
14742024-11-29T04:32:51.592Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14752024-11-29T04:32:51.615Z
14762024-11-29T04:32:51.615Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14772024-11-29T04:32:51.664Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14782024-11-29T04:32:51.687Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid aadd2bbf-f4e5-4d9e-a7d7-18f1dc6f3bb9 --sled-uuid 127bf110-30cb-429b-94d3-8ccf8b038d02 -a sl1/v6 &> /opt/ddmd.log &
14792024-11-29T04:32:51.709Z
14802024-11-29T04:32:51.709Zrunning zone t1.trio setup
14812024-11-29T04:32:51.709Z[t1.trio] svcs milestone/network
14822024-11-29T04:32:51.730ZSTATE STIME FMRI
14832024-11-29T04:32:51.730Z- - svc:/milestone/network:default
14842024-11-29T04:32:52.731Z[t1.trio] svcs milestone/network
14852024-11-29T04:32:52.753ZSTATE STIME FMRI
14862024-11-29T04:32:52.753Z- - svc:/milestone/network:default
14872024-11-29T04:32:53.754Z[t1.trio] svcs milestone/network
14882024-11-29T04:32:53.778ZSTATE STIME FMRI
14892024-11-29T04:32:53.778Z- - svc:/milestone/network:default
14902024-11-29T04:32:54.778Z[t1.trio] svcs milestone/network
14912024-11-29T04:32:54.801ZSTATE STIME FMRI
14922024-11-29T04:32:54.801Z- - svc:/milestone/network:default
14932024-11-29T04:32:55.801Z[t1.trio] svcs milestone/network
14942024-11-29T04:32:55.823ZSTATE STIME FMRI
14952024-11-29T04:32:55.823Z- - svc:/milestone/network:default
14962024-11-29T04:32:56.823Z[t1.trio] svcs milestone/network
14972024-11-29T04:32:56.844ZSTATE STIME FMRI
14982024-11-29T04:32:56.844Z- - svc:/milestone/network:default
14992024-11-29T04:32:57.845Z[t1.trio] svcs milestone/network
15002024-11-29T04:32:57.868ZSTATE STIME FMRI
15012024-11-29T04:32:57.868Zoffline 20:32:56 svc:/milestone/network:default
15022024-11-29T04:32:58.868Z[t1.trio] svcs milestone/network
15032024-11-29T04:32:58.894ZSTATE STIME FMRI
15042024-11-29T04:32:58.894Zonline 20:32:56 svc:/milestone/network:default
15052024-11-29T04:32:58.894Z[t1.trio] dladm
15062024-11-29T04:32:58.917ZLINK CLASS MTU STATE BRIDGE OVER
15072024-11-29T04:32:58.918Ztfportrear0_0 simnet 9000 up -- ?
15082024-11-29T04:32:58.918Ztfportrear1_0 simnet 9000 up -- ?
15092024-11-29T04:32:58.918Zmg1 vnic 9000 up -- ?
15102024-11-29T04:32:58.918Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15112024-11-29T04:32:59.477Z
15122024-11-29T04:32:59.477Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15132024-11-29T04:32:59.501Z
15142024-11-29T04:32:59.502Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15152024-11-29T04:32:59.525Z
15162024-11-29T04:32:59.525Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15172024-11-29T04:32:59.546Z
15182024-11-29T04:32:59.546Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15192024-11-29T04:32:59.740Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15202024-11-29T04:32:59.745Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15212024-11-29T04:32:59.748Zwaiting 3s for copy of files to zone to complete ...
15222024-11-29T04:33:02.749Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15232024-11-29T04:33:02.798Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15242024-11-29T04:33:02.821Z[t1.trio] svcadm enable dendrite
15252024-11-29T04:33:02.860Z
15262024-11-29T04:33:02.860Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15272024-11-29T04:33:02.903Z
15282024-11-29T04:33:02.904Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15292024-11-29T04:33:02.947Z
15302024-11-29T04:33:02.947Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15312024-11-29T04:33:02.989Z
15322024-11-29T04:33:02.989Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15332024-11-29T04:33:03.032Z
15342024-11-29T04:33:03.032Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15352024-11-29T04:33:03.075Z
15362024-11-29T04:33:03.075Z[t1.trio] svcadm refresh dendrite:default
15372024-11-29T04:33:03.112Z
15382024-11-29T04:33:03.112Z[t1.trio] svcadm restart dendrite:default
15392024-11-29T04:33:03.148Z
15402024-11-29T04:33:03.148Zwait 10s for dendrite to come up ...
15412024-11-29T04:33:13.149Z[t1.trio] svcadm enable tfport
15422024-11-29T04:33:13.190Z
15432024-11-29T04:33:13.190Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8b73abbe-5b6b-4545-ad32-59c6921f03a1 --sled-uuid 520b2372-ece0-4fd9-8c37-11cc1e014df8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15442024-11-29T04:33:13.211Z
15452024-11-29T04:33:13.211Z[t1.trio] ipadm
15462024-11-29T04:33:13.236ZADDROBJ TYPE STATE ADDR
15472024-11-29T04:33:13.236Zlo0/v4 static ok 127.0.0.1/8
15482024-11-29T04:33:13.236Zmg1/v4 static ok 10.0.0.3/24
15492024-11-29T04:33:13.236Zlo0/v6 static ok ::1/128
15502024-11-29T04:33:13.236Zlo0/u6 static ok fd00:3::1/64
15512024-11-29T04:33:13.236Ztfportrear0_0/v6 addrconf ok fe80::d4c5:cfff:feee:868b%tfportrear0_0/10
15522024-11-29T04:33:13.237Ztfportrear1_0/v6 addrconf ok fe80::4c6c:e4ff:fee9:e14b%tfportrear1_0/10
15532024-11-29T04:33:15.449Zinitial peering test passed
15542024-11-29T04:33:16.451Zadvertise from one passed
15552024-11-29T04:33:17.453Zadvertise from two passed
15562024-11-29T04:33:17.453Z[s1.trio] ping fd00:2::1
15572024-11-29T04:33:17.481Zfd00:2::1 is alive
15582024-11-29T04:33:17.481Z[s2.trio] ping fd00:1::1
15592024-11-29T04:33:17.502Zfd00:1::1 is alive
15602024-11-29T04:33:17.502Zconnectivity test passed
15612024-11-29T04:33:17.502Z[t1.trio] pkill ddmd
15622024-11-29T04:33:17.521Z
15632024-11-29T04:33:23.525Z[t1.trio] svcadm enable dendrite
15642024-11-29T04:33:23.566Z
15652024-11-29T04:33:23.566Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15662024-11-29T04:33:23.609Z
15672024-11-29T04:33:23.609Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15682024-11-29T04:33:23.652Z
15692024-11-29T04:33:23.652Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15702024-11-29T04:33:23.694Z
15712024-11-29T04:33:23.694Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15722024-11-29T04:33:23.737Z
15732024-11-29T04:33:23.737Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15742024-11-29T04:33:23.782Z
15752024-11-29T04:33:23.782Z[t1.trio] svcadm refresh dendrite:default
15762024-11-29T04:33:23.820Z
15772024-11-29T04:33:23.820Z[t1.trio] svcadm restart dendrite:default
15782024-11-29T04:33:23.857Z
15792024-11-29T04:33:23.858Zwait 10s for dendrite to come up ...
15802024-11-29T04:33:33.858Z[t1.trio] svcadm enable tfport
15812024-11-29T04:33:33.898Z
15822024-11-29T04:33:33.898Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 876fece1-0f5f-47c3-ae4b-c5a291f3eda3 --sled-uuid d3e5c19d-a1da-4faa-83bb-c91542398179 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15832024-11-29T04:33:33.918Z
15842024-11-29T04:33:33.918Z[t1.trio] ipadm
15852024-11-29T04:33:33.942ZADDROBJ TYPE STATE ADDR
15862024-11-29T04:33:33.942Zlo0/v4 static ok 127.0.0.1/8
15872024-11-29T04:33:33.942Zmg1/v4 static ok 10.0.0.3/24
15882024-11-29T04:33:33.942Zlo0/v6 static ok ::1/128
15892024-11-29T04:33:33.942Zlo0/u6 static ok fd00:3::1/64
15902024-11-29T04:33:33.942Ztfportrear0_0/v6 addrconf ok fe80::d4c5:cfff:feee:868b%tfportrear0_0/10
15912024-11-29T04:33:33.942Ztfportrear1_0/v6 addrconf ok fe80::4c6c:e4ff:fee9:e14b%tfportrear1_0/10
15922024-11-29T04:33:36.945Z[s1.trio] ping fd00:2::1
15932024-11-29T04:33:36.969Zfd00:2::1 is alive
15942024-11-29T04:33:36.969Z[s2.trio] ping fd00:1::1
15952024-11-29T04:33:36.993Zfd00:1::1 is alive
15962024-11-29T04:33:36.993Ztransit router restart passed
15972024-11-29T04:33:36.993Z[s1.trio] pkill ddmd
15982024-11-29T04:33:37.014Z
15992024-11-29T04:33:42.018Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3e2047d1-c9db-475e-9071-3b238adceb45 --sled-uuid fbf02239-7ee5-40aa-a684-1ff44556197b -a sl0/v6 &> /opt/ddmd.log &
16002024-11-29T04:33:42.040Z
16012024-11-29T04:33:45.044Z[s1.trio] ping fd00:2::1
16022024-11-29T04:33:45.066Zfd00:2::1 is alive
16032024-11-29T04:33:45.067Z[s2.trio] ping fd00:1::1
16042024-11-29T04:33:45.088Zfd00:1::1 is alive
16052024-11-29T04:33:45.088Zserver router restart passed
16062024-11-29T04:33:48.094Zpeer expiration recovery passed
16072024-11-29T04:33:49.095Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16082024-11-29T04:33:49.121Z3
16092024-11-29T04:33:49.121Zredundant advertise passed
16102024-11-29T04:33:50.124Ztunnel endpoint advertise passed
16112024-11-29T04:33:55.126Zredundant tunnel endpoint advertise passed
16122024-11-29T04:33:55.126Z[s1.trio] pkill ddmd
16132024-11-29T04:33:55.148Z
16142024-11-29T04:34:00.148Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 41209bf7-5489-4312-9e26-26fccc178b1e --sled-uuid 638255bd-ba90-45f4-8742-a7742f29280c -a sl0/v6 &> /opt/ddmd.log &
16152024-11-29T04:34:00.172Z
16162024-11-29T04:34:05.239Ztunnel router restart passed
16172024-11-29T04:34:06.241Ztunnel endpoint withdraw passed
16182024-11-29T04:34:06.256Z[t1.trio] pkill ddmd
16192024-11-29T04:34:06.284Z
16202024-11-29T04:34:06.284Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16212024-11-29T04:34:06.288Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16222024-11-29T04:34:08.688Z[s2.trio] pkill ddmd
16232024-11-29T04:34:08.709Z
16242024-11-29T04:34:08.709Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16252024-11-29T04:34:11.172Z[s1.trio] pkill ddmd
16262024-11-29T04:34:11.194Z
16272024-11-29T04:34:11.194Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16282024-11-29T04:34:13.604Z[sidecar.trio] pkill softnpu
16292024-11-29T04:34:13.624Z
16302024-11-29T04:34:13.624Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16312024-11-29T04:34:16.311Ztest ddm::test_trio_v3 ... ok
16322024-11-29T04:34:16.312Z
16332024-11-29T04:34:16.312Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 552.99s
16342024-11-29T04:34:16.312Z
16352024-11-29T04:34:16.340Z+ cleanup
16362024-11-29T04:34:16.342Z++ id -un
16372024-11-29T04:34:16.469Z++ id -gn
16382024-11-29T04:34:16.472Z+ pfexec chown -R build:build .
16392024-11-29T04:34:16.551Zprocess exited: duration 1079614 ms, exit code 0
 
16402024-11-29T04:34:16.563Zfound 4 output files
16412024-11-29T04:34:16.563Zuploading: /work/s1.trio.log (4207 bytes)
16422024-11-29T04:34:17.572Zuploaded: /work/s1.trio.log
16432024-11-29T04:34:17.576Zuploading: /work/s2.trio.log (10931 bytes)
16442024-11-29T04:34:18.583Zuploaded: /work/s2.trio.log
16452024-11-29T04:34:18.587Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16462024-11-29T04:34:19.592Zuploaded: /work/sidecar.trio-softnpu.log
16472024-11-29T04:34:19.595Zuploading: /work/t1.trio.log (26104 bytes)
16482024-11-29T04:34:20.603Zuploaded: /work/t1.trio.log