01JDKQMYZAQSMY055ZMQTT0FKC: 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: 01JDKQNPA8HQXEZS4FTGJ85ESZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T08:00:02.425Zjob assigned to worker 01JDKQP2R6984HTX08XGHBJBZR [factory aws, i-050b32c03d6ce541f] (queued for 1 m 17 s)
 
22024-11-26T08:00:10.467Zstarting task 0: "setup"
32024-11-26T08:00:10.475Z++ uname -s
42024-11-26T08:00:10.478Z+ kern=SunOS
52024-11-26T08:00:10.478Z+ case "$kern" in
62024-11-26T08:00:10.478Z+ groupadd -g 12345 build
72024-11-26T08:00:10.481Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T08:00:12.487Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T08:00:12.633Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T08:00:12.636Z+ home_fs=zfs
112024-11-26T08:00:12.636Z+ [[ zfs == autofs ]]
122024-11-26T08:00:12.636Z+ mkdir -p /home/build
132024-11-26T08:00:12.639Z+ chown build:build /home/build /work
142024-11-26T08:00:14.640Z+ chmod 0700 /home/build /work
152024-11-26T08:00:14.645Zprocess exited: duration 4176 ms, exit code 0
 
162024-11-26T08:00:14.652Zstarting task 1: "rust-toolchain"
172024-11-26T08:00:14.657Z+ printf ' * toolchain channel = "%s"
182024-11-26T08:00:14.657Z' stable
192024-11-26T08:00:14.657Z+ printf ' * toolchain profile = "%s"
202024-11-26T08:00:14.658Z' default
212024-11-26T08:00:14.658Z * toolchain channel = "stable"
222024-11-26T08:00:14.658Z * toolchain profile = "default"
232024-11-26T08:00:14.660Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T08:00:14.660Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T08:00:14.769Zinfo: downloading installer
262024-11-26T08:00:16.262Zinfo: profile set to 'default'
272024-11-26T08:00:16.262Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T08:00:16.265Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T08:00:16.417Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T08:00:16.420Zinfo: downloading component 'cargo'
312024-11-26T08:00:17.270Zinfo: downloading component 'clippy'
322024-11-26T08:00:17.596Zinfo: downloading component 'rust-docs'
332024-11-26T08:00:18.800Zinfo: downloading component 'rust-std'
342024-11-26T08:00:20.721Zinfo: downloading component 'rustc'
352024-11-26T08:00:27.590Zinfo: downloading component 'rustfmt'
362024-11-26T08:00:27.840Zinfo: installing component 'cargo'
372024-11-26T08:00:28.634Zinfo: installing component 'clippy'
382024-11-26T08:00:28.998Zinfo: installing component 'rust-docs'
392024-11-26T08:00:30.692Zinfo: installing component 'rust-std'
402024-11-26T08:00:32.450Zinfo: installing component 'rustc'
412024-11-26T08:00:38.261Zinfo: installing component 'rustfmt'
422024-11-26T08:00:38.577Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T08:00:38.577Z
442024-11-26T08:00:38.964Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T08:00:38.964Z
462024-11-26T08:00:38.968Z
472024-11-26T08:00:38.968ZRust is installed now. Great!
482024-11-26T08:00:38.968Z
492024-11-26T08:00:38.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T08:00:38.968Zenvironment variable. This has not been done automatically.
512024-11-26T08:00:38.968Z
522024-11-26T08:00:38.968ZTo configure your current shell, you need to source
532024-11-26T08:00:38.968Zthe corresponding env file under $HOME/.cargo.
542024-11-26T08:00:38.968Z
552024-11-26T08:00:38.968ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T08:00:38.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T08:00:38.968Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T08:00:39.038Z+ rustc --version
592024-11-26T08:00:39.104Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T08:00:39.107Zprocess exited: duration 24455 ms, exit code 0
 
612024-11-26T08:00:39.112Zstarting task 2: "authentication"
622024-11-26T08:00:39.132Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T08:00:39.137Zstarting task 3: "clone repository"
642024-11-26T08:00:39.142Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T08:00:39.144Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T08:00:39.750ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T08:00:40.571Z+ cd /work/oxidecomputer/maghemite
682024-11-26T08:00:40.574Z+ git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3
692024-11-26T08:00:40.805ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T08:00:40.805Z * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD
712024-11-26T08:00:40.813Z+ [[ -n renovate/hostname-0.x ]]
722024-11-26T08:00:40.815Z++ git branch --show-current
732024-11-26T08:00:40.818Z+ current=main
742024-11-26T08:00:40.818Z+ [[ main != renovate/hostname-0.x ]]
752024-11-26T08:00:40.818Z+ git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3
762024-11-26T08:00:40.820Z+ git checkout -f renovate/hostname-0.x
772024-11-26T08:00:40.836ZSwitched to branch 'renovate/hostname-0.x'
782024-11-26T08:00:40.838Z+ git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3
792024-11-26T08:00:40.849ZHEAD is now at ea22059 Update Rust crate hostname to 0.4
802024-11-26T08:00:40.852Zprocess exited: duration 1713 ms, exit code 0
 
812024-11-26T08:00:40.857Zstarting task 4: "build"
822024-11-26T08:00:40.862Z++ cargo --version
832024-11-26T08:00:40.866Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T08:00:41.030Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T08:00:41.030Zinfo: downloading component 'cargo'
862024-11-26T08:00:41.898Zinfo: downloading component 'clippy'
872024-11-26T08:00:42.241Zinfo: downloading component 'rust-docs'
882024-11-26T08:00:43.551Zinfo: downloading component 'rust-std'
892024-11-26T08:00:45.513Zinfo: downloading component 'rustc'
902024-11-26T08:00:52.549Zinfo: downloading component 'rustfmt'
912024-11-26T08:00:52.804Zinfo: installing component 'cargo'
922024-11-26T08:00:53.596Zinfo: installing component 'clippy'
932024-11-26T08:00:53.977Zinfo: installing component 'rust-docs'
942024-11-26T08:00:55.434Zinfo: installing component 'rust-std'
952024-11-26T08:00:57.156Zinfo: installing component 'rustc'
962024-11-26T08:01:02.661Zinfo: installing component 'rustfmt'
972024-11-26T08:01:03.095Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T08:01:03.099Z++ rustc --version
992024-11-26T08:01:03.171Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T08:01:03.177Z++ dladm
1012024-11-26T08:01:03.181ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T08:01:03.181Zena0 phys 9216 up -- --
1032024-11-26T08:01:03.184Z++ ipadm
1042024-11-26T08:01:03.186ZADDROBJ TYPE STATE ADDR
1052024-11-26T08:01:03.186Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T08:01:03.186Zena0/dhcp dhcp ok 10.150.1.92/24
1072024-11-26T08:01:03.186Zlo0/v6 static ok ::1/128
1082024-11-26T08:01:03.186Z++ banner collect
1092024-11-26T08:01:03.241Z
1102024-11-26T08:01:03.242Z #### #### # # ###### #### #####
1112024-11-26T08:01:03.242Z # # # # # # # # # #
1122024-11-26T08:01:03.242Z # # # # # ##### # #
1132024-11-26T08:01:03.242Z # # # # # # # #
1142024-11-26T08:01:03.242Z # # # # # # # # # #
1152024-11-26T08:01:03.242Z #### #### ###### ###### ###### #### #
1162024-11-26T08:01:03.242Z
1172024-11-26T08:01:03.245Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T08:01:03.245Z++ repo=softnpu
1192024-11-26T08:01:03.245Z++ series=image
1202024-11-26T08:01:03.245Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T08:01:03.245Z++ name=softnpu
1222024-11-26T08:01:03.245Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T08:01:03.245Z++ mkdir -p download
1242024-11-26T08:01:03.245Z++ pushd download
1252024-11-26T08:01:03.245Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T08:01:03.245Z++ [[ ! -f softnpu ]]
1272024-11-26T08:01:03.245Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T08:01:03.254Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T08:01:03.258Z Dload Upload Total Spent Left Speed
1302024-11-26T08:01:03.750Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 40 21.8M 40 9099k 0 0 33.9M 0 --:--:-- --:--:-- --:--:-- 33.9M 100 21.8M 100 21.8M 0 0 43.9M 0 --:--:-- --:--:-- --:--:-- 43.9M
1312024-11-26T08:01:03.753Z++ popd
1322024-11-26T08:01:03.756Z/work/oxidecomputer/maghemite
1332024-11-26T08:01:03.756Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T08:01:03.756Z++ repo=sidecar-lite
1352024-11-26T08:01:03.756Z++ series=release
1362024-11-26T08:01:03.756Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T08:01:03.756Z++ name=libsidecar_lite.so
1382024-11-26T08:01:03.756Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T08:01:03.756Z++ mkdir -p download
1402024-11-26T08:01:03.756Z++ pushd download
1412024-11-26T08:01:03.756Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T08:01:03.756Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T08:01:03.756Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T08:01:03.764Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T08:01:03.766Z Dload Upload Total Spent Left Speed
1462024-11-26T08:01:04.110Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 58.6M 0 --:--:-- --:--:-- --:--:-- 58.7M
1472024-11-26T08:01:04.114Z++ popd
1482024-11-26T08:01:04.116Z/work/oxidecomputer/maghemite
1492024-11-26T08:01:04.116Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T08:01:04.116Z++ repo=sidecar-lite
1512024-11-26T08:01:04.116Z++ series=release
1522024-11-26T08:01:04.116Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T08:01:04.116Z++ name=scadm
1542024-11-26T08:01:04.116Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T08:01:04.116Z++ mkdir -p download
1562024-11-26T08:01:04.118Z++ pushd download
1572024-11-26T08:01:04.118Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T08:01:04.118Z++ [[ ! -f scadm ]]
1592024-11-26T08:01:04.118Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T08:01:04.124Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T08:01:04.127Z Dload Upload Total Spent Left Speed
1622024-11-26T08:01:04.508Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 59.3M 0 --:--:-- --:--:-- --:--:-- 59.3M
1632024-11-26T08:01:04.512Z++ popd
1642024-11-26T08:01:04.515Z/work/oxidecomputer/maghemite
1652024-11-26T08:01:04.515Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T08:01:04.515Z++ repo=dendrite
1672024-11-26T08:01:04.515Z++ series=image
1682024-11-26T08:01:04.515Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T08:01:04.515Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T08:01:04.515Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T08:01:04.516Z++ mkdir -p download
1722024-11-26T08:01:04.516Z++ pushd download
1732024-11-26T08:01:04.516Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T08:01:04.516Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T08:01:04.516Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T08:01:04.523Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T08:01:04.525Z Dload Upload Total Spent Left Speed
1782024-11-26T08:01:05.053Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 71.1M 0 --:--:-- --:--:-- --:--:-- 71.2M
1792024-11-26T08:01:05.056Z++ popd
1802024-11-26T08:01:05.056Z/work/oxidecomputer/maghemite
1812024-11-26T08:01:05.056Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T08:01:05.056Z++ repo=maghemite
1832024-11-26T08:01:05.056Z++ series=release
1842024-11-26T08:01:05.056Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T08:01:05.056Z++ name=ddmd
1862024-11-26T08:01:05.056Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T08:01:05.056Z++ mkdir -p download
1882024-11-26T08:01:05.060Z++ pushd download
1892024-11-26T08:01:05.060Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T08:01:05.060Z++ [[ ! -f ddmd ]]
1912024-11-26T08:01:05.060Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T08:01:05.073Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T08:01:05.073Z Dload Upload Total Spent Left Speed
1942024-11-26T08:01:05.583Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 40.9M 82 33.8M 0 0 75.2M 0 --:--:-- --:--:-- --:--:-- 75.1M 100 40.9M 100 40.9M 0 0 79.0M 0 --:--:-- --:--:-- --:--:-- 79.0M
1952024-11-26T08:01:05.587Z++ popd
1962024-11-26T08:01:05.587Z/work/oxidecomputer/maghemite
1972024-11-26T08:01:05.590Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T08:01:05.590Z++ repo=maghemite
1992024-11-26T08:01:05.590Z++ series=release
2002024-11-26T08:01:05.590Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T08:01:05.590Z++ name=ddmadm
2022024-11-26T08:01:05.590Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T08:01:05.590Z++ mkdir -p download
2042024-11-26T08:01:05.590Z++ pushd download
2052024-11-26T08:01:05.590Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T08:01:05.590Z++ [[ ! -f ddmadm ]]
2072024-11-26T08:01:05.590Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T08:01:05.598Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T08:01:05.598Z Dload Upload Total Spent Left Speed
2102024-11-26T08:01:05.855Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 70.0M 0 --:--:-- --:--:-- --:--:-- 70.3M
2112024-11-26T08:01:05.857Z++ popd
2122024-11-26T08:01:05.857Z/work/oxidecomputer/maghemite
2132024-11-26T08:01:05.857Z++ pushd download
2142024-11-26T08:01:05.857Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T08:01:05.857Z++ chmod +x softnpu
2162024-11-26T08:01:05.860Z++ chmod +x scadm
2172024-11-26T08:01:05.863Z++ chmod +x ddmadm
2182024-11-26T08:01:05.865Z++ chmod +x ddmd
2192024-11-26T08:01:05.865Z++ mv ddmadm ddmadm-v2
2202024-11-26T08:01:05.868Z++ mv ddmd ddmd-v2
2212024-11-26T08:01:05.868Z++ rm -rf zones/dendrite
2222024-11-26T08:01:05.870Z++ mkdir -p zones/dendrite
2232024-11-26T08:01:05.872Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T08:01:06.661Z++ popd
2252024-11-26T08:01:06.661Z/work/oxidecomputer/maghemite
2262024-11-26T08:01:06.661Z++ banner install
2272024-11-26T08:01:06.663Z
2282024-11-26T08:01:06.663Z # # # #### ##### ## # #
2292024-11-26T08:01:06.664Z # ## # # # # # # #
2302024-11-26T08:01:06.664Z # # # # #### # # # # #
2312024-11-26T08:01:06.664Z # # # # # # ###### # #
2322024-11-26T08:01:06.664Z # # ## # # # # # # #
2332024-11-26T08:01:06.664Z # # # #### # # # ###### ######
2342024-11-26T08:01:06.664Z
2352024-11-26T08:01:06.667Z++ pkg info brand/sparse
2362024-11-26T08:01:06.667Z++ grep -qi installed
2372024-11-26T08:01:12.487Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T08:01:12.487Zinstalled on the system. Try querying remotely instead:
2392024-11-26T08:01:12.487Z
2402024-11-26T08:01:12.487Z brand/sparse
2412024-11-26T08:01:12.532Z++ [[ 1 != 0 ]]
2422024-11-26T08:01:12.532Z++ set -o errexit
2432024-11-26T08:01:12.532Z++ pfexec pkg install brand/sparse
2442024-11-26T08:01:17.939Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T08:01:21.589Z Startup: Caching catalogs ... Done
2462024-11-26T08:01:30.424ZPlanning: Solver setup ... Done
2472024-11-26T08:01:30.538ZPlanning: Running solver ... Done
2482024-11-26T08:01:30.764ZPlanning: Finding local manifests ... Done
2492024-11-26T08:01:30.792ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T08:01:30.974ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T08:01:31.276ZPlanning: Package planning ... Done
2522024-11-26T08:01:31.282ZPlanning: Merging actions ... Done
2532024-11-26T08:01:31.691ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T08:01:36.164ZPlanning: Consolidating action changes ... Done
2552024-11-26T08:01:36.540ZPlanning: Evaluating mediators ... Done
2562024-11-26T08:01:36.652ZPlanning: Planning completed in 14.97 seconds
2572024-11-26T08:01:36.842Z Packages to install: 1
2582024-11-26T08:01:36.842Z Packages to update: 2
2592024-11-26T08:01:36.845Z Create boot environment: No
2602024-11-26T08:01:36.845ZCreate backup boot environment: Yes
2612024-11-26T08:01:37.076Z
2622024-11-26T08:01:37.076ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T08:01:40.555ZDownload: Completed 8.03 MB in 3.48 seconds (2.3M/s)
2642024-11-26T08:01:42.761Z Actions: 1/1419 actions (Removing old actions)
2652024-11-26T08:01:42.778Z Actions: 199/1419 actions (Installing new actions)
2662024-11-26T08:01:42.890Z Actions: 579/1419 actions (Updating modified actions)
2672024-11-26T08:01:43.227Z Actions: Completed 1419 actions in 0.47 seconds.
2682024-11-26T08:01:43.592Z Done
2692024-11-26T08:01:43.595Z Done
2702024-11-26T08:01:44.087Z Done
2712024-11-26T08:01:49.105Z Done
2722024-11-26T08:01:49.425Z Done
2732024-11-26T08:01:49.429Z Done
2742024-11-26T08:01:49.506Z Done
2752024-11-26T08:01:49.880Z++ set -o errexit
2762024-11-26T08:01:49.880Z++ set -o pipefail
2772024-11-26T08:01:49.881Z++ banner build
2782024-11-26T08:01:49.884Z
2792024-11-26T08:01:49.884Z ##### # # # # #####
2802024-11-26T08:01:49.884Z # # # # # # # #
2812024-11-26T08:01:49.884Z ##### # # # # # #
2822024-11-26T08:01:49.884Z # # # # # # # #
2832024-11-26T08:01:49.884Z # # # # # # # #
2842024-11-26T08:01:49.884Z ##### #### # ###### #####
2852024-11-26T08:01:49.885Z
2862024-11-26T08:01:49.885Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-11-26T08:01:50.071Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-11-26T08:01:50.291Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-11-26T08:01:50.503ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-11-26T08:01:50.503Z * [new branch] ci -> origin/ci
2912024-11-26T08:01:50.506Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2922024-11-26T08:01:50.506Z * [new branch] main -> origin/main
2932024-11-26T08:01:50.506Z * [new ref] -> origin/HEAD
2942024-11-26T08:01:50.516Z Updating crates.io index
2952024-11-26T08:01:50.580Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-11-26T08:01:51.296ZFrom https://github.com/oxidecomputer/falcon
2972024-11-26T08:01:51.296Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-11-26T08:01:51.400Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-11-26T08:01:52.560ZFrom https://github.com/oxidecomputer/dendrite
3002024-11-26T08:01:52.560Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-11-26T08:01:52.600Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-11-26T08:01:52.956ZFrom https://github.com/oxidecomputer/ispf
3032024-11-26T08:01:52.956Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-11-26T08:01:52.976Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-11-26T08:01:53.421ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-11-26T08:01:53.421Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-11-26T08:01:53.461Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-11-26T08:01:57.298ZFrom https://github.com/oxidecomputer/omicron
3092024-11-26T08:01:57.298Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-11-26T08:01:57.328Z * [new tag] dogfood -> dogfood
3112024-11-26T08:01:57.332Z * [new tag] v5 -> v5
3122024-11-26T08:01:57.333Z * [new tag] v6 -> v6
3132024-11-26T08:01:57.333Z * [new tag] v7 -> v7
3142024-11-26T08:01:57.333Z * [new tag] v8 -> v8
3152024-11-26T08:01:57.333Z * [new tag] v9 -> v9
3162024-11-26T08:01:57.686Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-11-26T08:01:58.669ZFrom https://github.com/oxidecomputer/opte
3182024-11-26T08:01:58.669Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-11-26T08:01:58.711Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-11-26T08:01:59.073ZFrom https://github.com/illumos/smf-rs
3212024-11-26T08:01:59.073Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-11-26T08:01:59.101Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-11-26T08:01:59.564ZFrom https://github.com/oxidecomputer/maghemite
3242024-11-26T08:01:59.564Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-11-26T08:01:59.577Z * [new tag] rift -> rift
3262024-11-26T08:01:59.579Z * [new tag] srp -> srp
3272024-11-26T08:01:59.579Z * [new tag] tie-spf -> tie-spf
3282024-11-26T08:01:59.627Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-11-26T08:02:00.026ZFrom https://github.com/oxidecomputer/zone
3302024-11-26T08:02:00.026Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-11-26T08:02:00.068Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-11-26T08:02:00.913ZFrom https://github.com/oxidecomputer/propolis
3332024-11-26T08:02:00.913Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-11-26T08:02:01.001Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-11-26T08:02:01.379ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-11-26T08:02:01.379Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-11-26T08:02:01.404Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-11-26T08:02:01.788ZFrom https://github.com/jmesmon/rust-libzfs
3392024-11-26T08:02:01.788Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-11-26T08:02:01.802Z * [new tag] v0.4.0 -> v0.4.0
3412024-11-26T08:02:01.816Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-11-26T08:02:02.170ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-11-26T08:02:02.170Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-11-26T08:02:02.199Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-11-26T08:02:02.662ZFrom https://github.com/oxidecomputer/maghemite
3462024-11-26T08:02:02.662Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-11-26T08:02:02.707Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-11-26T08:02:03.089ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-11-26T08:02:03.089Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-11-26T08:02:03.111Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-11-26T08:02:03.552ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-11-26T08:02:03.552Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-11-26T08:02:03.577Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-11-26T08:02:03.949ZFrom https://github.com/oxidecomputer/poptrie
3552024-11-26T08:02:03.949Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-11-26T08:02:03.997Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-11-26T08:02:04.369ZFrom https://github.com/illumos/libscf-sys
3582024-11-26T08:02:04.369Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-11-26T08:02:04.386Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-11-26T08:02:05.265ZFrom https://github.com/oxidecomputer/progenitor
3612024-11-26T08:02:05.265Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-11-26T08:02:05.286Z * [new tag] v0.1.1 -> v0.1.1
3632024-11-26T08:02:05.288Z * [new tag] v0.2.0 -> v0.2.0
3642024-11-26T08:02:05.288Z * [new tag] v0.3.0 -> v0.3.0
3652024-11-26T08:02:05.288Z * [new tag] v0.4.0 -> v0.4.0
3662024-11-26T08:02:05.288Z * [new tag] v0.5.0 -> v0.5.0
3672024-11-26T08:02:05.288Z * [new tag] v0.6.0 -> v0.6.0
3682024-11-26T08:02:05.288Z * [new tag] v0.7.0 -> v0.7.0
3692024-11-26T08:02:05.492Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-11-26T08:02:06.284ZFrom https://github.com/oxidecomputer/typify
3712024-11-26T08:02:06.284Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-11-26T08:02:06.287Z * [new tag] v0.2.0 -> v0.2.0
3732024-11-26T08:02:06.303Z * [new tag] v0.0.10 -> v0.0.10
3742024-11-26T08:02:06.307Z * [new tag] v0.0.11 -> v0.0.11
3752024-11-26T08:02:06.307Z * [new tag] v0.0.12 -> v0.0.12
3762024-11-26T08:02:06.307Z * [new tag] v0.0.13 -> v0.0.13
3772024-11-26T08:02:06.307Z * [new tag] v0.0.14 -> v0.0.14
3782024-11-26T08:02:06.307Z * [new tag] v0.0.15 -> v0.0.15
3792024-11-26T08:02:06.307Z * [new tag] v0.0.16 -> v0.0.16
3802024-11-26T08:02:06.307Z * [new tag] v0.0.4 -> v0.0.4
3812024-11-26T08:02:06.307Z * [new tag] v0.0.5 -> v0.0.5
3822024-11-26T08:02:06.307Z * [new tag] v0.0.7 -> v0.0.7
3832024-11-26T08:02:06.307Z * [new tag] v0.0.8 -> v0.0.8
3842024-11-26T08:02:06.307Z * [new tag] v0.0.9 -> v0.0.9
3852024-11-26T08:02:06.307Z * [new tag] v0.1.0 -> v0.1.0
3862024-11-26T08:02:06.469Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-11-26T08:02:08.382ZFrom https://github.com/oxidecomputer/crucible
3882024-11-26T08:02:08.382Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-11-26T08:02:08.438Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-11-26T08:02:08.894ZFrom https://github.com/oxidecomputer/opte
3912024-11-26T08:02:08.894Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-11-26T08:02:08.947Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-11-26T08:02:09.568ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-11-26T08:02:09.568Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-11-26T08:02:10.235Z Downloading crates ...
3962024-11-26T08:02:10.372Z Downloaded futures-sink v0.3.30
3972024-11-26T08:02:10.375Z Downloaded ahash v0.8.11
3982024-11-26T08:02:10.381Z Downloaded parking_lot_core v0.8.6
3992024-11-26T08:02:10.384Z Downloaded parking_lot_core v0.9.10
4002024-11-26T08:02:10.391Z Downloaded password-hash v0.5.0
4012024-11-26T08:02:10.394Z Downloaded pest_meta v2.7.13
4022024-11-26T08:02:10.396Z Downloaded plain v0.2.3
4032024-11-26T08:02:10.398Z Downloaded atomic-waker v1.1.2
4042024-11-26T08:02:10.401Z Downloaded pest_generator v2.7.13
4052024-11-26T08:02:10.401Z Downloaded pin-project-lite v0.2.14
4062024-11-26T08:02:10.407Z Downloaded async-stream-impl v0.3.5
4072024-11-26T08:02:10.409Z Downloaded anyhow v1.0.93
4082024-11-26T08:02:10.412Z Downloaded bitflags v1.3.2
4092024-11-26T08:02:10.415Z Downloaded pkg-config v0.3.31
4102024-11-26T08:02:10.419Z Downloaded base64ct v1.6.0
4112024-11-26T08:02:10.421Z Downloaded async-stream v0.3.5
4122024-11-26T08:02:10.423Z Downloaded async-trait v0.1.83
4132024-11-26T08:02:10.426Z Downloaded pretty-hex v0.2.1
4142024-11-26T08:02:10.428Z Downloaded argon2 v0.5.3
4152024-11-26T08:02:10.431Z Downloaded pest_derive v2.7.13
4162024-11-26T08:02:10.434Z Downloaded ppv-lite86 v0.2.20
4172024-11-26T08:02:10.436Z Downloaded paste v1.0.15
4182024-11-26T08:02:10.439Z Downloaded powerfmt v0.2.0
4192024-11-26T08:02:10.439Z Downloaded const-random v0.1.18
4202024-11-26T08:02:10.443Z Downloaded postcard v1.0.10
4212024-11-26T08:02:10.446Z Downloaded dtrace-parser v0.2.0
4222024-11-26T08:02:10.446Z Downloaded ciborium-io v0.2.2
4232024-11-26T08:02:10.446Z Downloaded pest v2.7.13
4242024-11-26T08:02:10.451Z Downloaded anstyle v1.0.10
4252024-11-26T08:02:10.453Z Downloaded anstyle-query v1.1.1
4262024-11-26T08:02:10.455Z Downloaded parse-display-derive v0.10.0
4272024-11-26T08:02:10.458Z Downloaded crucible-workspace-hack v0.1.0
4282024-11-26T08:02:10.458Z Downloaded parse-display v0.10.0
4292024-11-26T08:02:10.461Z Downloaded pin-utils v0.1.0
4302024-11-26T08:02:10.461Z Downloaded colored v2.1.0
4312024-11-26T08:02:10.463Z Downloaded ciborium-ll v0.2.2
4322024-11-26T08:02:10.466Z Downloaded portable-atomic v1.8.0
4332024-11-26T08:02:10.472Z Downloaded progenitor-client v0.8.0
4342024-11-26T08:02:10.475Z Downloaded pretty-hex v0.4.1
4352024-11-26T08:02:10.478Z Downloaded darling_macro v0.20.10
4362024-11-26T08:02:10.478Z Downloaded crc8 v0.1.1
4372024-11-26T08:02:10.480Z Downloaded either v1.13.0
4382024-11-26T08:02:10.480Z Downloaded convert_case v0.4.0
4392024-11-26T08:02:10.483Z Downloaded colorchoice v1.0.2
4402024-11-26T08:02:10.483Z Downloaded cfg-if v1.0.0
4412024-11-26T08:02:10.485Z Downloaded progenitor-macro v0.8.0
4422024-11-26T08:02:10.487Z Downloaded clap_lex v0.7.2
4432024-11-26T08:02:10.489Z Downloaded byteorder v1.5.0
4442024-11-26T08:02:10.489Z Downloaded cstr-argument v0.1.2
4452024-11-26T08:02:10.491Z Downloaded const-random-macro v0.1.16
4462024-11-26T08:02:10.491Z Downloaded backoff v0.4.0
4472024-11-26T08:02:10.494Z Downloaded foreign-types v0.3.2
4482024-11-26T08:02:10.501Z Downloaded cpufeatures v0.2.14
4492024-11-26T08:02:10.501Z Downloaded equivalent v1.0.1
4502024-11-26T08:02:10.504Z Downloaded crunchy v0.2.2
4512024-11-26T08:02:10.504Z Downloaded arc-swap v1.7.1
4522024-11-26T08:02:10.504Z Downloaded proc-macro-error-attr v1.0.4
4532024-11-26T08:02:10.506Z Downloaded progenitor v0.8.0
4542024-11-26T08:02:10.506Z Downloaded foreign-types v0.5.0
4552024-11-26T08:02:10.509Z Downloaded foreign-types-macros v0.2.3
4562024-11-26T08:02:10.509Z Downloaded proc-macro-crate v3.2.0
4572024-11-26T08:02:10.511Z Downloaded dyn-clone v1.0.17
4582024-11-26T08:02:10.513Z Downloaded quick-error v1.2.3
4592024-11-26T08:02:10.516Z Downloaded dof v0.3.0
4602024-11-26T08:02:10.516Z Downloaded dirs-sys-next v0.1.2
4612024-11-26T08:02:10.516Z Downloaded slog-envlogger v2.2.0
4622024-11-26T08:02:10.519Z Downloaded serde_repr v0.1.19
4632024-11-26T08:02:10.522Z Downloaded serde-big-array v0.5.1
4642024-11-26T08:02:10.522Z Downloaded scroll_derive v0.12.0
4652024-11-26T08:02:10.524Z Downloaded slog-bunyan v2.5.0
4662024-11-26T08:02:10.527Z Downloaded sigpipe v0.1.3
4672024-11-26T08:02:10.527Z Downloaded serde_spanned v0.6.7
4682024-11-26T08:02:10.527Z Downloaded ciborium v0.2.2
4692024-11-26T08:02:10.530Z Downloaded allocator-api2 v0.2.18
4702024-11-26T08:02:10.533Z Downloaded http-body v1.0.1
4712024-11-26T08:02:10.536Z Downloaded cancel-safe-futures v0.1.5
4722024-11-26T08:02:10.539Z Downloaded try-lock v0.2.5
4732024-11-26T08:02:10.542Z Downloaded waitgroup v0.1.2
4742024-11-26T08:02:10.542Z Downloaded rustc-hash v2.0.0
4752024-11-26T08:02:10.544Z Downloaded scopeguard v1.2.0
4762024-11-26T08:02:10.544Z Downloaded defmt-macros v0.3.9
4772024-11-26T08:02:10.547Z Downloaded quinn-udp v0.5.5
4782024-11-26T08:02:10.550Z Downloaded fnv v1.0.7
4792024-11-26T08:02:10.552Z Downloaded rustc_version v0.4.1
4802024-11-26T08:02:10.554Z Downloaded rustc_version v0.1.7
4812024-11-26T08:02:10.554Z Downloaded resolv-conf v0.7.0
4822024-11-26T08:02:10.557Z Downloaded futures-task v0.3.30
4832024-11-26T08:02:10.560Z Downloaded zone_cfg_derive v0.3.0
4842024-11-26T08:02:10.560Z Downloaded serde_path_to_error v0.1.16
4852024-11-26T08:02:10.563Z Downloaded time-core v0.1.2
4862024-11-26T08:02:10.563Z Downloaded heck v0.4.1
4872024-11-26T08:02:10.565Z Downloaded serde_urlencoded v0.7.1
4882024-11-26T08:02:10.567Z Downloaded num-integer v0.1.46
4892024-11-26T08:02:10.570Z Downloaded macaddr v1.0.1
4902024-11-26T08:02:10.570Z Downloaded rustls-pemfile v1.0.4
4912024-11-26T08:02:10.574Z Downloaded crossbeam-epoch v0.9.18
4922024-11-26T08:02:10.577Z Downloaded match_cfg v0.1.0
4932024-11-26T08:02:10.577Z Downloaded ident_case v1.0.1
4942024-11-26T08:02:10.579Z Downloaded cookie v0.18.1
4952024-11-26T08:02:10.583Z Downloaded num v0.4.3
4962024-11-26T08:02:10.583Z Downloaded proc-macro-error v1.0.4
4972024-11-26T08:02:10.586Z Downloaded smf v0.2.3
4982024-11-26T08:02:10.589Z Downloaded schemars_derive v0.8.21
4992024-11-26T08:02:10.589Z Downloaded base64 v0.22.1
5002024-11-26T08:02:10.593Z Downloaded stable_deref_trait v1.2.0
5012024-11-26T08:02:10.596Z Downloaded scroll v0.12.0
5022024-11-26T08:02:10.598Z Downloaded num_threads v0.1.7
5032024-11-26T08:02:10.600Z Downloaded slog-dtrace v0.3.0
5042024-11-26T08:02:10.600Z Downloaded serde_with_macros v3.9.0
5052024-11-26T08:02:10.602Z Downloaded fxhash v0.2.1
5062024-11-26T08:02:10.605Z Downloaded hyper-tls v0.5.0
5072024-11-26T08:02:10.608Z Downloaded usdt v0.5.0
5082024-11-26T08:02:10.608Z Downloaded static_assertions v1.1.0
5092024-11-26T08:02:10.611Z Downloaded hostname v0.3.1
5102024-11-26T08:02:10.611Z Downloaded hash32 v0.3.1
5112024-11-26T08:02:10.614Z Downloaded futures-channel v0.3.30
5122024-11-26T08:02:10.614Z Downloaded semver v0.1.20
5132024-11-26T08:02:10.617Z Downloaded sct v0.7.1
5142024-11-26T08:02:10.620Z Downloaded rustls-pki-types v1.8.0
5152024-11-26T08:02:10.622Z Downloaded ipnetwork v0.20.0
5162024-11-26T08:02:10.626Z Downloaded derive_more v0.99.18
5172024-11-26T08:02:10.629Z Downloaded usdt-attr-macro v0.5.0
5182024-11-26T08:02:10.631Z Downloaded sync_wrapper v0.1.2
5192024-11-26T08:02:10.631Z Downloaded lru-cache v0.1.2
5202024-11-26T08:02:10.634Z Downloaded spin v0.5.2
5212024-11-26T08:02:10.636Z Downloaded tiny-keccak v2.0.2
5222024-11-26T08:02:10.639Z Downloaded semver v1.0.23
5232024-11-26T08:02:10.641Z Downloaded tower-service v0.3.3
5242024-11-26T08:02:10.641Z Downloaded rustls-pemfile v2.1.3
5252024-11-26T08:02:10.644Z Downloaded thiserror v1.0.64
5262024-11-26T08:02:10.649Z Downloaded num-conv v0.1.0
5272024-11-26T08:02:10.653Z Downloaded no-std-compat v0.4.1
5282024-11-26T08:02:10.653Z Downloaded take_mut v0.2.2
5292024-11-26T08:02:10.656Z Downloaded dropshot_endpoint v0.12.0
5302024-11-26T08:02:10.656Z Downloaded newtype_derive v0.1.6
5312024-11-26T08:02:10.658Z Downloaded zone v0.3.0
5322024-11-26T08:02:10.660Z Downloaded terminal_size v0.4.0
5332024-11-26T08:02:10.660Z Downloaded lazy_static v1.5.0
5342024-11-26T08:02:10.663Z Downloaded indexmap v1.9.3
5352024-11-26T08:02:10.665Z Downloaded newline-converter v0.3.0
5362024-11-26T08:02:10.667Z Downloaded clap v4.5.21
5372024-11-26T08:02:10.676Z Downloaded sync_wrapper v1.0.1
5382024-11-26T08:02:10.680Z Downloaded swrite v0.1.0
5392024-11-26T08:02:10.680Z Downloaded strum v0.26.3
5402024-11-26T08:02:10.682Z Downloaded thin-vec v0.2.13
5412024-11-26T08:02:10.682Z Downloaded want v0.3.1
5422024-11-26T08:02:10.683Z Downloaded omicron-workspace-hack v0.1.0
5432024-11-26T08:02:10.685Z Downloaded toml_datetime v0.6.8
5442024-11-26T08:02:10.685Z Downloaded ipnet v2.10.0
5452024-11-26T08:02:10.688Z Downloaded tinyvec_macros v0.1.1
5462024-11-26T08:02:10.690Z Downloaded spin v0.9.8
5472024-11-26T08:02:10.692Z Downloaded serde_derive_internals v0.29.1
5482024-11-26T08:02:10.692Z Downloaded tabwriter v1.4.0
5492024-11-26T08:02:10.695Z Downloaded unicode-ident v1.0.13
5502024-11-26T08:02:10.697Z Downloaded hyper-tls v0.6.0
5512024-11-26T08:02:10.699Z Downloaded http-body-util v0.1.2
5522024-11-26T08:02:10.702Z Downloaded time-macros v0.2.18
5532024-11-26T08:02:10.704Z Downloaded prettyplease v0.2.22
5542024-11-26T08:02:10.707Z Downloaded slog v2.7.0
5552024-11-26T08:02:10.710Z Downloaded similar v2.6.0
5562024-11-26T08:02:10.715Z Downloaded openssl-macros v0.1.1
5572024-11-26T08:02:10.718Z Downloaded hostname v0.4.0
5582024-11-26T08:02:10.718Z Downloaded highway v1.2.0
5592024-11-26T08:02:10.720Z Downloaded num-derive v0.3.3
5602024-11-26T08:02:10.723Z Downloaded newtype-uuid v1.1.0
5612024-11-26T08:02:10.723Z Downloaded mime v0.3.17
5622024-11-26T08:02:10.725Z Downloaded crossbeam-channel v0.5.13
5632024-11-26T08:02:10.729Z Downloaded iana-time-zone v0.1.61
5642024-11-26T08:02:10.733Z Downloaded is_terminal_polyfill v1.70.1
5652024-11-26T08:02:10.736Z Downloaded serde_yaml v0.9.34+deprecated
5662024-11-26T08:02:10.738Z Downloaded is-terminal v0.4.13
5672024-11-26T08:02:10.738Z Downloaded strum_macros v0.25.3
5682024-11-26T08:02:10.741Z Downloaded num-iter v0.1.45
5692024-11-26T08:02:10.744Z Downloaded version_check v0.9.5
5702024-11-26T08:02:10.744Z Downloaded utf8parse v0.2.2
5712024-11-26T08:02:10.747Z Downloaded num-derive v0.4.2
5722024-11-26T08:02:10.747Z Downloaded bytes v1.7.2
5732024-11-26T08:02:10.750Z Downloaded openssl-probe v0.1.5
5742024-11-26T08:02:10.752Z Downloaded thread_local v1.1.8
5752024-11-26T08:02:10.755Z Downloaded libsw v3.3.1
5762024-11-26T08:02:10.757Z Downloaded smartstring v1.0.1
5772024-11-26T08:02:10.758Z Downloaded smallvec v1.13.2
5782024-11-26T08:02:10.760Z Downloaded hex v0.4.3
5792024-11-26T08:02:10.763Z Downloaded quinn v0.11.5
5802024-11-26T08:02:10.765Z Downloaded structmeta-derive v0.3.0
5812024-11-26T08:02:10.767Z Downloaded tokio-rustls v0.26.0
5822024-11-26T08:02:10.770Z Downloaded slog-stdlog v4.1.1
5832024-11-26T08:02:10.773Z Downloaded strsim v0.11.1
5842024-11-26T08:02:10.773Z Downloaded hyper-rustls v0.24.2
5852024-11-26T08:02:10.775Z Downloaded hubpack v0.1.2
5862024-11-26T08:02:10.778Z Downloaded httpdate v1.0.3
5872024-11-26T08:02:10.778Z Downloaded num-complex v0.4.6
5882024-11-26T08:02:10.781Z Downloaded rand v0.8.5
5892024-11-26T08:02:10.784Z Downloaded subtle v2.6.1
5902024-11-26T08:02:10.784Z Downloaded usdt-impl v0.5.0
5912024-11-26T08:02:10.786Z Downloaded tokio-native-tls v0.3.1
5922024-11-26T08:02:10.789Z Downloaded tokio-macros v2.4.0
5932024-11-26T08:02:10.789Z Downloaded thread-id v4.2.2
5942024-11-26T08:02:10.793Z Downloaded thiserror-impl v1.0.64
5952024-11-26T08:02:10.793Z Downloaded multer v3.1.0
5962024-11-26T08:02:10.796Z Downloaded untrusted v0.9.0
5972024-11-26T08:02:10.798Z Downloaded strum_macros v0.26.4
5982024-11-26T08:02:10.801Z Downloaded indexmap v2.5.0
5992024-11-26T08:02:10.804Z Downloaded slog-scope v4.4.0
6002024-11-26T08:02:10.807Z Downloaded native-tls v0.2.12
6012024-11-26T08:02:10.807Z Downloaded num-rational v0.4.2
6022024-11-26T08:02:10.810Z Downloaded heck v0.5.0
6032024-11-26T08:02:10.812Z Downloaded linked-hash-map v0.5.6
6042024-11-26T08:02:10.812Z Downloaded typify-macro v0.2.0
6052024-11-26T08:02:10.812Z Downloaded expectorate v1.1.0
6062024-11-26T08:02:10.815Z Downloaded term v0.7.0
6072024-11-26T08:02:10.818Z Downloaded owo-colors v4.1.0
6082024-11-26T08:02:10.821Z Downloaded structmeta v0.3.0
6092024-11-26T08:02:10.823Z Downloaded uuid v1.11.0
6102024-11-26T08:02:10.826Z Downloaded httparse v1.9.4
6112024-11-26T08:02:10.829Z Downloaded zerocopy-derive v0.7.35
6122024-11-26T08:02:10.832Z Downloaded serde_derive v1.0.215
6132024-11-26T08:02:10.836Z Downloaded humantime v2.1.0
6142024-11-26T08:02:10.838Z Downloaded getrandom v0.2.15
6152024-11-26T08:02:10.841Z Downloaded tinyvec v1.8.0
6162024-11-26T08:02:10.843Z Downloaded memmap v0.7.0
6172024-11-26T08:02:10.845Z Downloaded zerocopy v0.6.6
6182024-11-26T08:02:10.848Z Downloaded whoami v1.5.2
6192024-11-26T08:02:10.850Z Downloaded parking_lot v0.12.3
6202024-11-26T08:02:10.853Z Downloaded typify v0.2.0
6212024-11-26T08:02:10.855Z Downloaded slog-term v2.9.1
6222024-11-26T08:02:10.857Z Downloaded http-body v0.4.6
6232024-11-26T08:02:10.860Z Downloaded tempfile v3.12.0
6242024-11-26T08:02:10.864Z Downloaded toml v0.8.19
6252024-11-26T08:02:10.867Z Downloaded hyper-util v0.1.10
6262024-11-26T08:02:10.872Z Downloaded tracing-attributes v0.1.27
6272024-11-26T08:02:10.874Z Downloaded memchr v2.7.4
6282024-11-26T08:02:10.878Z Downloaded typenum v1.17.0
6292024-11-26T08:02:10.881Z Downloaded tokio-rustls v0.25.0
6302024-11-26T08:02:10.884Z Downloaded half v2.4.1
6312024-11-26T08:02:10.887Z Downloaded ucd-trie v0.1.6
6322024-11-26T08:02:10.889Z Downloaded serde v1.0.215
6332024-11-26T08:02:10.892Z Downloaded openssl-sys v0.9.103
6342024-11-26T08:02:10.897Z Downloaded lock_api v0.4.12
6352024-11-26T08:02:10.900Z Downloaded schemars v0.8.21
6362024-11-26T08:02:10.911Z Downloaded tracing-core v0.1.32
6372024-11-26T08:02:10.914Z Downloaded aho-corasick v1.1.3
6382024-11-26T08:02:10.920Z Downloaded unsafe-libyaml v0.2.11
6392024-11-26T08:02:10.924Z Downloaded num-traits v0.2.19
6402024-11-26T08:02:10.927Z Downloaded socket2 v0.5.7
6412024-11-26T08:02:10.929Z Downloaded clap_builder v4.5.21
6422024-11-26T08:02:10.937Z Downloaded heapless v0.8.0
6432024-11-26T08:02:10.941Z Downloaded log v0.4.22
6442024-11-26T08:02:10.943Z Downloaded tokio-util v0.7.12
6452024-11-26T08:02:10.950Z Downloaded hashbrown v0.12.3
6462024-11-26T08:02:10.954Z Downloaded http v1.1.0
6472024-11-26T08:02:10.959Z Downloaded http v0.2.12
6482024-11-26T08:02:10.963Z Downloaded toml_edit v0.22.21
6492024-11-26T08:02:10.986Z Downloaded toml_edit v0.19.15
6502024-11-26T08:02:11.001Z Downloaded winnow v0.6.18
6512024-11-26T08:02:11.010Z Downloaded futures-util v0.3.30
6522024-11-26T08:02:11.023Z Downloaded itertools v0.12.1
6532024-11-26T08:02:11.029Z Downloaded url v2.5.2
6542024-11-26T08:02:11.033Z Downloaded winnow v0.5.40
6552024-11-26T08:02:11.042Z Downloaded goblin v0.8.2
6562024-11-26T08:02:11.047Z Downloaded time v0.3.36
6572024-11-26T08:02:11.055Z Downloaded h2 v0.4.6
6582024-11-26T08:02:11.062Z Downloaded serde_with v3.9.0
6592024-11-26T08:02:11.070Z Downloaded webpki-roots v0.26.6
6602024-11-26T08:02:11.074Z Downloaded idna v0.4.0
6612024-11-26T08:02:11.080Z Downloaded serde_json v1.0.133
6622024-11-26T08:02:11.088Z Downloaded openssl v0.10.66
6632024-11-26T08:02:11.098Z Downloaded itertools v0.10.5
6642024-11-26T08:02:11.104Z Downloaded libm v0.2.8
6652024-11-26T08:02:11.112Z Downloaded unicode-segmentation v1.12.0
6662024-11-26T08:02:11.115Z Downloaded unicode-normalization v0.1.24
6672024-11-26T08:02:11.119Z Downloaded nom v7.1.3
6682024-11-26T08:02:11.124Z Downloaded hickory-proto v0.24.1
6692024-11-26T08:02:11.139Z Downloaded reqwest v0.12.9
6702024-11-26T08:02:11.147Z Downloaded rustls-webpki v0.101.7
6712024-11-26T08:02:11.161Z Downloaded hashbrown v0.14.5
6722024-11-26T08:02:11.166Z Downloaded quinn-proto v0.11.8
6732024-11-26T08:02:11.173Z Downloaded idna v0.5.0
6742024-11-26T08:02:11.180Z Downloaded reqwest v0.11.27
6752024-11-26T08:02:11.187Z Downloaded dropshot v0.12.0
6762024-11-26T08:02:11.207Z Downloaded zerocopy-derive v0.6.6
6772024-11-26T08:02:11.217Z Downloaded rustls-webpki v0.102.8
6782024-11-26T08:02:11.234Z Downloaded itertools v0.13.0
6792024-11-26T08:02:11.241Z Downloaded hyper v1.5.1
6802024-11-26T08:02:11.247Z Downloaded h2 v0.3.26
6812024-11-26T08:02:11.254Z Downloaded tracing v0.1.40
6822024-11-26T08:02:11.258Z Downloaded regex v1.10.6
6832024-11-26T08:02:11.271Z Downloaded zerocopy v0.7.35
6842024-11-26T08:02:11.287Z Downloaded chrono v0.4.38
6852024-11-26T08:02:11.294Z Downloaded mio v1.0.2
6862024-11-26T08:02:11.300Z Downloaded hyper v0.14.30
6872024-11-26T08:02:11.308Z Downloaded vcpkg v0.2.15
6882024-11-26T08:02:11.346Z Downloaded rustls v0.21.12
6892024-11-26T08:02:11.357Z Downloaded syn v1.0.109
6902024-11-26T08:02:11.367Z Downloaded minimal-lexical v0.2.1
6912024-11-26T08:02:11.371Z Downloaded steno v0.4.1
6922024-11-26T08:02:11.376Z Downloaded tokio-rustls v0.24.1
6932024-11-26T08:02:11.379Z Downloaded hickory-resolver v0.24.1
6942024-11-26T08:02:11.382Z Downloaded itoa v1.0.11
6952024-11-26T08:02:11.384Z Downloaded syn v2.0.87
6962024-11-26T08:02:11.396Z Downloaded webpki-roots v0.25.4
6972024-11-26T08:02:11.399Z Downloaded parking_lot v0.11.2
6982024-11-26T08:02:11.402Z Downloaded linear-map v1.2.0
6992024-11-26T08:02:11.405Z Downloaded generic-array v0.14.7
7002024-11-26T08:02:11.405Z Downloaded ryu v1.0.18
7012024-11-26T08:02:11.407Z Downloaded futures v0.3.30
7022024-11-26T08:02:11.413Z Downloaded unicode-width v0.1.14
7032024-11-26T08:02:11.419Z Downloaded regress v0.9.1
7042024-11-26T08:02:11.428Z Downloaded rustls v0.23.13
7052024-11-26T08:02:11.456Z Downloaded rhai v1.20.0
7062024-11-26T08:02:11.468Z Downloaded smoltcp v0.11.0
7072024-11-26T08:02:11.481Z Downloaded openapiv3 v2.0.0
7082024-11-26T08:02:11.493Z Downloaded rustls v0.22.4
7092024-11-26T08:02:11.507Z Downloaded rustix v0.38.37
7102024-11-26T08:02:11.529Z Downloaded regex-syntax v0.8.4
7112024-11-26T08:02:11.538Z Downloaded petgraph v0.6.5
7122024-11-26T08:02:11.555Z Downloaded regress v0.10.1
7132024-11-26T08:02:11.565Z Downloaded darling_core v0.20.10
7142024-11-26T08:02:11.569Z Downloaded typify-impl v0.2.0
7152024-11-26T08:02:11.585Z Downloaded sled v0.34.7
7162024-11-26T08:02:11.596Z Downloaded unicode-bidi v0.3.15
7172024-11-26T08:02:11.599Z Downloaded hyper-rustls v0.27.3
7182024-11-26T08:02:11.601Z Downloaded cc v1.1.21
7192024-11-26T08:02:11.603Z Downloaded zeroize v1.8.1
7202024-11-26T08:02:11.606Z Downloaded slog-async v2.8.0
7212024-11-26T08:02:11.606Z Downloaded quote v1.0.37
7222024-11-26T08:02:11.609Z Downloaded progenitor-impl v0.8.0
7232024-11-26T08:02:11.612Z Downloaded proc-macro2 v1.0.86
7242024-11-26T08:02:11.614Z Downloaded num_enum_derive v0.7.3
7252024-11-26T08:02:11.614Z Downloaded num_enum_derive v0.5.11
7262024-11-26T08:02:11.614Z Downloaded num_enum v0.5.11
7272024-11-26T08:02:11.619Z Downloaded signal-hook-registry v1.4.2
7282024-11-26T08:02:11.622Z Downloaded sha2 v0.10.8
7292024-11-26T08:02:11.624Z Downloaded regex-automata v0.4.7
7302024-11-26T08:02:11.641Z Downloaded base64 v0.21.7
7312024-11-26T08:02:11.643Z Downloaded managed v0.8.0
7322024-11-26T08:02:11.646Z Downloaded once_cell v1.20.2
7332024-11-26T08:02:11.648Z Downloaded derive-where v1.2.7
7342024-11-26T08:02:11.651Z Downloaded bitflags v2.6.0
7352024-11-26T08:02:11.654Z Downloaded embedded-io v0.4.0
7362024-11-26T08:02:11.663Z Downloaded encoding_rs v0.8.34
7372024-11-26T08:02:11.677Z Downloaded defmt v0.3.8
7382024-11-26T08:02:11.680Z Downloaded data-encoding v2.6.0
7392024-11-26T08:02:11.683Z Downloaded darling v0.20.10
7402024-11-26T08:02:11.685Z Downloaded tokio v1.40.0
7412024-11-26T08:02:11.723Z Downloaded camino-tempfile v1.1.1
7422024-11-26T08:02:11.727Z Downloaded slog-json v2.6.1
7432024-11-26T08:02:11.727Z Downloaded serde_tokenstream v0.2.2
7442024-11-26T08:02:11.727Z Downloaded deranged v0.3.11
7452024-11-26T08:02:11.729Z Downloaded num_enum v0.7.3
7462024-11-26T08:02:11.732Z Downloaded rhai_codegen v2.2.0
7472024-11-26T08:02:11.739Z Downloaded console v0.15.8
7482024-11-26T08:02:11.742Z Downloaded libc v0.2.165
7492024-11-26T08:02:11.766Z Downloaded indent_write v2.2.0
7502024-11-26T08:02:11.769Z Downloaded slab v0.4.9
7512024-11-26T08:02:11.769Z Downloaded shlex v1.3.0
7522024-11-26T08:02:11.771Z Downloaded sha1 v0.10.6
7532024-11-26T08:02:11.771Z Downloaded blake2 v0.10.6
7542024-11-26T08:02:11.774Z Downloaded crossbeam-utils v0.8.20
7552024-11-26T08:02:11.776Z Downloaded crc32fast v1.4.2
7562024-11-26T08:02:11.778Z Downloaded clap_derive v4.5.18
7572024-11-26T08:02:11.781Z Downloaded rustversion v1.0.17
7582024-11-26T08:02:11.783Z Downloaded futures-core v0.3.30
7592024-11-26T08:02:11.783Z Downloaded rand_core v0.6.4
7602024-11-26T08:02:11.785Z Downloaded futures-macro v0.3.30
7612024-11-26T08:02:11.785Z Downloaded futures-io v0.3.30
7622024-11-26T08:02:11.788Z Downloaded futures-executor v0.3.30
7632024-11-26T08:02:11.788Z Downloaded form_urlencoded v1.2.1
7642024-11-26T08:02:11.788Z Downloaded fastrand v2.1.1
7652024-11-26T08:02:11.790Z Downloaded errno v0.3.9
7662024-11-26T08:02:11.790Z Downloaded enum-as-inner v0.6.1
7672024-11-26T08:02:11.793Z Downloaded embedded-io v0.6.1
7682024-11-26T08:02:11.793Z Downloaded debug-ignore v1.0.5
7692024-11-26T08:02:11.795Z Downloaded float-ord v0.3.2
7702024-11-26T08:02:11.795Z Downloaded fixedbitset v0.4.2
7712024-11-26T08:02:11.798Z Downloaded dirs-next v2.0.0
7722024-11-26T08:02:11.798Z Downloaded digest v0.10.7
7732024-11-26T08:02:11.800Z Downloaded defmt-parser v0.3.4
7742024-11-26T08:02:11.800Z Downloaded crypto-common v0.1.6
7752024-11-26T08:02:11.800Z Downloaded rand_chacha v0.3.1
7762024-11-26T08:02:11.802Z Downloaded usdt-macro v0.5.0
7772024-11-26T08:02:11.803Z Downloaded instant v0.1.13
7782024-11-26T08:02:11.805Z Downloaded hubpack_derive v0.1.1
7792024-11-26T08:02:11.805Z Downloaded camino v1.1.9
7802024-11-26T08:02:11.808Z Downloaded block-buffer v0.10.4
7812024-11-26T08:02:11.809Z Downloaded proc-macro-crate v1.3.1
7822024-11-26T08:02:11.809Z Downloaded foreign-types-shared v0.3.1
7832024-11-26T08:02:11.811Z Downloaded foreign-types-shared v0.1.1
7842024-11-26T08:02:11.811Z Downloaded cobs v0.2.3
7852024-11-26T08:02:11.811Z Downloaded autocfg v1.3.0
7862024-11-26T08:02:11.811Z Downloaded atomicwrites v0.4.4
7872024-11-26T08:02:11.813Z Downloaded anstyle-parse v0.2.5
7882024-11-26T08:02:11.813Z Downloaded anstream v0.6.15
7892024-11-26T08:02:11.816Z Downloaded percent-encoding v2.3.1
7902024-11-26T08:02:12.008Z Downloaded ring v0.17.8
7912024-11-26T08:02:12.391Z Compiling proc-macro2 v1.0.86
7922024-11-26T08:02:12.391Z Compiling unicode-ident v1.0.13
7932024-11-26T08:02:12.395Z Compiling libc v0.2.165
7942024-11-26T08:02:12.395Z Compiling serde v1.0.215
7952024-11-26T08:02:12.395Z Compiling autocfg v1.3.0
7962024-11-26T08:02:12.395Z Compiling version_check v0.9.5
7972024-11-26T08:02:12.427Z Compiling cfg-if v1.0.0
7982024-11-26T08:02:12.583Z Compiling once_cell v1.20.2
7992024-11-26T08:02:12.617Z Compiling libm v0.2.8
8002024-11-26T08:02:12.677Z Compiling memchr v2.7.4
8012024-11-26T08:02:13.099Z Compiling lock_api v0.4.12
8022024-11-26T08:02:13.547Z Compiling parking_lot_core v0.9.10
8032024-11-26T08:02:13.669Z Compiling byteorder v1.5.0
8042024-11-26T08:02:13.789Z Compiling shlex v1.3.0
8052024-11-26T08:02:13.984Z Compiling thiserror v1.0.64
8062024-11-26T08:02:14.117Z Compiling cc v1.1.21
8072024-11-26T08:02:14.171Z Compiling itoa v1.0.11
8082024-11-26T08:02:14.402Z Compiling portable-atomic v1.8.0
8092024-11-26T08:02:14.427Z Compiling slab v0.4.9
8102024-11-26T08:02:14.646Z Compiling schemars v0.8.21
8112024-11-26T08:02:14.834Z Compiling ahash v0.8.11
8122024-11-26T08:02:15.028Z Compiling quote v1.0.37
8132024-11-26T08:02:15.234Z Compiling getrandom v0.2.15
8142024-11-26T08:02:15.441Z Compiling syn v2.0.87
8152024-11-26T08:02:15.640Z Compiling allocator-api2 v0.2.18
8162024-11-26T08:02:15.675Z Compiling num-traits v0.2.19
8172024-11-26T08:02:15.692Z Compiling ryu v1.0.18
8182024-11-26T08:02:15.730Z Compiling serde_json v1.0.133
8192024-11-26T08:02:15.987Z Compiling pin-project-lite v0.2.14
8202024-11-26T08:02:16.551Z Compiling log v0.4.22
8212024-11-26T08:02:16.616Z Compiling scopeguard v1.2.0
8222024-11-26T08:02:16.634Z Compiling equivalent v1.0.1
8232024-11-26T08:02:16.830Z Compiling heck v0.5.0
8242024-11-26T08:02:16.912Z Compiling fnv v1.0.7
8252024-11-26T08:02:17.070Z Compiling crunchy v0.2.2
8262024-11-26T08:02:17.283Z Compiling ring v0.17.8
8272024-11-26T08:02:17.285Z Compiling vcpkg v0.2.15
8282024-11-26T08:02:17.315Z Compiling pkg-config v0.3.31
8292024-11-26T08:02:17.593Z Compiling mio v1.0.2
8302024-11-26T08:02:18.342Z Compiling socket2 v0.5.7
8312024-11-26T08:02:18.387Z Compiling signal-hook-registry v1.4.2
8322024-11-26T08:02:18.546Z Compiling slog v2.7.0
8332024-11-26T08:02:18.720Z Compiling tiny-keccak v2.0.2
8342024-11-26T08:02:18.940Z Compiling openssl-sys v0.9.103
8352024-11-26T08:02:19.042Z Compiling httparse v1.9.4
8362024-11-26T08:02:19.210Z Compiling iana-time-zone v0.1.61
8372024-11-26T08:02:19.751Z Compiling const-random-macro v0.1.16
8382024-11-26T08:02:19.932Z Compiling futures-core v0.3.30
8392024-11-26T08:02:20.012Z Compiling dyn-clone v1.0.17
8402024-11-26T08:02:20.185Z Compiling futures-sink v0.3.30
8412024-11-26T08:02:20.225Z Compiling openssl v0.10.66
8422024-11-26T08:02:20.547Z Compiling rustls v0.23.13
8432024-11-26T08:02:20.648Z Compiling typenum v1.17.0
8442024-11-26T08:02:20.721Z Compiling const-random v0.1.18
8452024-11-26T08:02:20.772Z Compiling semver v1.0.23
8462024-11-26T08:02:20.827Z Compiling native-tls v0.2.12
8472024-11-26T08:02:20.846Z Compiling futures-channel v0.3.30
8482024-11-26T08:02:20.881Z Compiling futures-io v0.3.30
8492024-11-26T08:02:20.913Z Compiling futures-task v0.3.30
8502024-11-26T08:02:21.026Z Compiling pin-utils v0.1.0
8512024-11-26T08:02:21.135Z Compiling generic-array v0.14.7
8522024-11-26T08:02:21.216Z Compiling tracing-core v0.1.32
8532024-11-26T08:02:21.219Z Compiling bitflags v2.6.0
8542024-11-26T08:02:21.305Z Compiling ucd-trie v0.1.6
8552024-11-26T08:02:21.324Z Compiling subtle v2.6.1
8562024-11-26T08:02:21.343Z Compiling aho-corasick v1.1.3
8572024-11-26T08:02:21.574Z Compiling regex-syntax v0.8.4
8582024-11-26T08:02:21.597Z Compiling anyhow v1.0.93
8592024-11-26T08:02:21.766Z Compiling time-core v0.1.2
8602024-11-26T08:02:21.803Z Compiling num-conv v0.1.0
8612024-11-26T08:02:22.071Z Compiling time-macros v0.2.18
8622024-11-26T08:02:22.533Z Compiling serde_derive_internals v0.29.1
8632024-11-26T08:02:22.960Z Compiling rustls-pki-types v1.8.0
8642024-11-26T08:02:23.657Z Compiling spin v0.9.8
8652024-11-26T08:02:24.211Z Compiling usdt-impl v0.5.0
8662024-11-26T08:02:24.610Z Compiling untrusted v0.9.0
8672024-11-26T08:02:24.631Z Compiling omicron-workspace-hack v0.1.0
8682024-11-26T08:02:24.729Z Compiling regex-automata v0.4.7
8692024-11-26T08:02:25.203Z Compiling strsim v0.11.1
8702024-11-26T08:02:25.465Z Compiling tinyvec_macros v0.1.1
8712024-11-26T08:02:25.570Z Compiling plain v0.2.3
8722024-11-26T08:02:25.738Z Compiling atomic-waker v1.1.2
8732024-11-26T08:02:25.934Z Compiling rustversion v1.0.17
8742024-11-26T08:02:25.952Z Compiling tinyvec v1.8.0
8752024-11-26T08:02:27.159Z Compiling rand_core v0.6.4
8762024-11-26T08:02:27.641Z Compiling percent-encoding v2.3.1
8772024-11-26T08:02:27.884Z Compiling try-lock v0.2.5
8782024-11-26T08:02:27.914Z Compiling serde_derive v1.0.215
8792024-11-26T08:02:27.992Z Compiling zerocopy-derive v0.7.35
8802024-11-26T08:02:28.052Z Compiling thiserror-impl v1.0.64
8812024-11-26T08:02:28.109Z Compiling tokio-macros v2.4.0
8822024-11-26T08:02:28.804Z Compiling schemars_derive v0.8.21
8832024-11-26T08:02:29.731Z Compiling futures-macro v0.3.30
8842024-11-26T08:02:30.114Z Compiling zerocopy v0.7.35
8852024-11-26T08:02:31.898Z Compiling openssl-macros v0.1.1
8862024-11-26T08:02:32.010Z Compiling futures-util v0.3.30
8872024-11-26T08:02:32.158Z Compiling hashbrown v0.14.5
8882024-11-26T08:02:32.247Z Compiling tracing-attributes v0.1.27
8892024-11-26T08:02:32.707Z Compiling scroll_derive v0.12.0
8902024-11-26T08:02:33.429Z Compiling regress v0.10.1
8912024-11-26T08:02:34.182Z Compiling pest v2.7.13
8922024-11-26T08:02:34.715Z Compiling regex v1.10.6
8932024-11-26T08:02:35.702Z Compiling tracing v0.1.40
8942024-11-26T08:02:36.356Z Compiling scroll v0.12.0
8952024-11-26T08:02:36.961Z Compiling pest_meta v2.7.13
8962024-11-26T08:02:37.059Z Compiling goblin v0.8.2
8972024-11-26T08:02:38.070Z Compiling rustls-webpki v0.102.8
8982024-11-26T08:02:38.844Z Compiling pest_generator v2.7.13
8992024-11-26T08:02:40.693Z Compiling unsafe-libyaml v0.2.11
9002024-11-26T08:02:41.198Z Compiling pest_derive v2.7.13
9012024-11-26T08:02:42.075Z Compiling bytes v1.7.2
9022024-11-26T08:02:42.476Z Compiling smallvec v1.13.2
9032024-11-26T08:02:43.025Z Compiling indexmap v2.5.0
9042024-11-26T08:02:43.536Z Compiling uuid v1.11.0
9052024-11-26T08:02:43.979Z Compiling parking_lot v0.12.3
9062024-11-26T08:02:44.087Z Compiling chrono v0.4.38
9072024-11-26T08:02:44.539Z Compiling tokio v1.40.0
9082024-11-26T08:02:44.779Z Compiling serde_tokenstream v0.2.2
9092024-11-26T08:02:44.836Z Compiling http v1.1.0
9102024-11-26T08:02:48.357Z Compiling openapiv3 v2.0.0
9112024-11-26T08:02:48.859Z Compiling pretty-hex v0.4.1
9122024-11-26T08:02:49.092Z Compiling zeroize v1.8.1
9132024-11-26T08:02:49.482Z Compiling ipnetwork v0.20.0
9142024-11-26T08:02:51.280Z Compiling typify-impl v0.2.0
9152024-11-26T08:02:52.483Z Compiling http-body v1.0.1
9162024-11-26T08:02:52.751Z Compiling dof v0.3.0
9172024-11-26T08:02:52.771Z Compiling serde_yaml v0.9.34+deprecated
9182024-11-26T08:02:52.981Z Compiling dtrace-parser v0.2.0
9192024-11-26T08:02:53.525Z Compiling want v0.3.1
9202024-11-26T08:02:53.831Z Compiling form_urlencoded v1.2.1
9212024-11-26T08:02:54.351Z Compiling tokio-util v0.7.12
9222024-11-26T08:02:54.458Z Compiling unicode-normalization v0.1.24
9232024-11-26T08:02:55.770Z Compiling h2 v0.4.6
9242024-11-26T08:02:56.172Z Compiling thread-id v4.2.2
9252024-11-26T08:02:56.298Z Compiling unicode-bidi v0.3.15
9262024-11-26T08:02:56.341Z Compiling ident_case v1.0.1
9272024-11-26T08:02:56.520Z Compiling syn v1.0.109
9282024-11-26T08:02:56.583Z Compiling rustls v0.22.4
9292024-11-26T08:02:56.924Z Compiling camino v1.1.9
9302024-11-26T08:02:57.127Z Compiling foreign-types-shared v0.1.1
9312024-11-26T08:02:57.256Z Compiling httpdate v1.0.3
9322024-11-26T08:02:57.535Z Compiling foreign-types v0.3.2
9332024-11-26T08:02:57.680Z Compiling darling_core v0.20.10
9342024-11-26T08:02:57.998Z Compiling ppv-lite86 v0.2.20
9352024-11-26T08:02:59.230Z Compiling tower-service v0.3.3
9362024-11-26T08:02:59.426Z Compiling slog-async v2.8.0
9372024-11-26T08:03:00.438Z Compiling rand_chacha v0.3.1
9382024-11-26T08:03:02.149Z Compiling hyper v1.5.1
9392024-11-26T08:03:03.172Z Compiling typify-macro v0.2.0
9402024-11-26T08:03:03.921Z Compiling darling_macro v0.20.10
9412024-11-26T08:03:04.989Z Compiling hyper-util v0.1.10
9422024-11-26T08:03:07.163Z Compiling typify v0.2.0
9432024-11-26T08:03:07.312Z Compiling progenitor-impl v0.8.0
9442024-11-26T08:03:10.492Z Compiling idna v0.5.0
9452024-11-26T08:03:10.553Z Compiling toml_datetime v0.6.8
9462024-11-26T08:03:12.264Z Compiling multer v3.1.0
9472024-11-26T08:03:12.620Z Compiling openssl-probe v0.1.5
9482024-11-26T08:03:13.126Z Compiling paste v1.0.15
9492024-11-26T08:03:14.025Z Compiling progenitor-macro v0.8.0
9502024-11-26T08:03:14.976Z Compiling url v2.5.2
9512024-11-26T08:03:15.854Z Compiling darling v0.20.10
9522024-11-26T08:03:15.984Z Compiling rand v0.8.5
9532024-11-26T08:03:17.817Z Compiling usdt-macro v0.5.0
9542024-11-26T08:03:19.393Z Compiling usdt-attr-macro v0.5.0
9552024-11-26T08:03:20.498Z Compiling http-body-util v0.1.2
9562024-11-26T08:03:21.123Z Compiling async-trait v0.1.83
9572024-11-26T08:03:23.378Z Compiling encoding_rs v0.8.34
9582024-11-26T08:03:23.593Z Compiling base64 v0.22.1
9592024-11-26T08:03:23.819Z Compiling ipnet v2.10.0
9602024-11-26T08:03:24.760Z Compiling mime v0.3.17
9612024-11-26T08:03:25.746Z Compiling rustls-pemfile v2.1.3
9622024-11-26T08:03:26.771Z Compiling tokio-rustls v0.26.0
9632024-11-26T08:03:28.621Z Compiling serde_with_macros v3.9.0
9642024-11-26T08:03:28.769Z Compiling tokio-native-tls v0.3.1
9652024-11-26T08:03:29.129Z Compiling strum_macros v0.26.4
9662024-11-26T08:03:29.587Z Compiling serde_urlencoded v0.7.1
9672024-11-26T08:03:30.251Z Compiling structmeta-derive v0.3.0
9682024-11-26T08:03:31.393Z Compiling async-stream-impl v0.3.5
9692024-11-26T08:03:32.785Z Compiling webpki-roots v0.26.6
9702024-11-26T08:03:33.005Z Compiling dropshot v0.12.0
9712024-11-26T08:03:33.366Z Compiling powerfmt v0.2.0
9722024-11-26T08:03:33.823Z Compiling crossbeam-utils v0.8.20
9732024-11-26T08:03:33.843Z Compiling deranged v0.3.11
9742024-11-26T08:03:34.314Z Compiling structmeta v0.3.0
9752024-11-26T08:03:34.476Z Compiling hyper-rustls v0.27.3
9762024-11-26T08:03:34.723Z Compiling hyper-tls v0.6.0
9772024-11-26T08:03:35.837Z Compiling sync_wrapper v1.0.1
9782024-11-26T08:03:36.670Z Compiling winnow v0.6.18
9792024-11-26T08:03:38.435Z Compiling num_threads v0.1.7
9802024-11-26T08:03:38.916Z Compiling time v0.3.36
9812024-11-26T08:03:40.300Z Compiling reqwest v0.12.9
9822024-11-26T08:03:41.171Z Compiling parse-display-derive v0.10.0
9832024-11-26T08:03:43.473Z Compiling crypto-common v0.1.6
9842024-11-26T08:03:43.703Z Compiling block-buffer v0.10.4
9852024-11-26T08:03:43.968Z Compiling dropshot_endpoint v0.12.0
9862024-11-26T08:03:45.533Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-11-26T08:03:48.392Z Compiling digest v0.10.7
9882024-11-26T08:03:48.905Z Compiling progenitor-client v0.8.0
9892024-11-26T08:03:49.831Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-11-26T08:03:51.203Z Compiling dirs-sys-next v0.1.2
9912024-11-26T08:03:52.225Z Compiling lazy_static v1.5.0
9922024-11-26T08:03:52.318Z Compiling rustix v0.38.37
9932024-11-26T08:03:52.612Z Compiling match_cfg v0.1.0
9942024-11-26T08:03:52.722Z Compiling hostname v0.3.1
9952024-11-26T08:03:53.184Z Compiling progenitor v0.8.0
9962024-11-26T08:03:53.419Z Compiling dirs-next v2.0.0
9972024-11-26T08:03:56.334Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-11-26T08:03:56.514Z Compiling futures-executor v0.3.30
9992024-11-26T08:03:57.419Z Compiling thread_local v1.1.8
10002024-11-26T08:03:57.605Z Compiling errno v0.3.9
10012024-11-26T08:03:58.084Z Compiling instant v0.1.13
10022024-11-26T08:03:58.262Z Compiling unicode-width v0.1.14
10032024-11-26T08:03:58.843Z Compiling cpufeatures v0.2.14
10042024-11-26T08:03:59.685Z Compiling futures v0.3.30
10052024-11-26T08:04:01.218Z Compiling term v0.7.0
10062024-11-26T08:04:02.193Z Compiling crossbeam-channel v0.5.13
10072024-11-26T08:04:04.846Z Compiling serde_spanned v0.6.7
10082024-11-26T08:04:05.025Z Compiling memmap v0.7.0
10092024-11-26T08:04:05.111Z Compiling is-terminal v0.4.13
10102024-11-26T08:04:05.561Z Compiling take_mut v0.2.2
10112024-11-26T08:04:05.770Z Compiling usdt v0.5.0
10122024-11-26T08:04:06.027Z Compiling slog-term v2.9.1
10132024-11-26T08:04:07.268Z Compiling toml_edit v0.22.21
10142024-11-26T08:04:09.428Z Compiling slog-json v2.6.1
10152024-11-26T08:04:09.881Z Compiling strum v0.26.3
10162024-11-26T08:04:10.095Z Compiling serde_with v3.9.0
10172024-11-26T08:04:11.896Z Compiling heapless v0.8.0
10182024-11-26T08:04:12.485Z Compiling debug-ignore v1.0.5
10192024-11-26T08:04:14.592Z Compiling tokio-rustls v0.25.0
10202024-11-26T08:04:15.289Z Compiling toml v0.8.19
10212024-11-26T08:04:15.631Z Compiling slog-bunyan v2.5.0
10222024-11-26T08:04:15.923Z Compiling sha1 v0.10.6
10232024-11-26T08:04:16.761Z Compiling async-stream v0.3.5
10242024-11-26T08:04:17.084Z Compiling newtype-uuid v1.1.0
10252024-11-26T08:04:17.432Z Compiling hex v0.4.3
10262024-11-26T08:04:17.665Z Compiling serde_path_to_error v0.1.16
10272024-11-26T08:04:18.164Z Compiling waitgroup v0.1.2
10282024-11-26T08:04:18.487Z Compiling hostname v0.4.0
10292024-11-26T08:04:18.706Z Compiling hash32 v0.3.1
10302024-11-26T08:04:18.844Z Compiling stable_deref_trait v1.2.0
10312024-11-26T08:04:18.955Z Compiling smoltcp v0.11.0
10322024-11-26T08:04:21.750Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-11-26T08:04:21.985Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-11-26T08:04:22.176Z Compiling backoff v0.4.0
10352024-11-26T08:04:22.574Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-11-26T08:04:22.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-11-26T08:04:22.814Z Compiling parse-display v0.10.0
10382024-11-26T08:04:24.836Z Compiling macaddr v1.0.1
10392024-11-26T08:04:25.456Z Compiling regress v0.9.1
10402024-11-26T08:04:27.272Z Compiling clap_derive v4.5.18
10412024-11-26T08:04:29.040Z Compiling cobs v0.2.3
10422024-11-26T08:04:29.490Z Compiling managed v0.8.0
10432024-11-26T08:04:30.037Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10442024-11-26T08:04:30.314Z Compiling winnow v0.5.40
10452024-11-26T08:04:30.735Z Compiling utf8parse v0.2.2
10462024-11-26T08:04:30.919Z Compiling bitflags v1.3.2
10472024-11-26T08:04:32.035Z Compiling anstyle-parse v0.2.5
10482024-11-26T08:04:33.058Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-11-26T08:04:34.100Z Compiling toml_edit v0.19.15
10502024-11-26T08:04:34.304Z Compiling postcard v1.0.10
10512024-11-26T08:04:39.753Z Compiling anstyle v1.0.10
10522024-11-26T08:04:39.972Z Compiling colorchoice v1.0.2
10532024-11-26T08:04:40.150Z Compiling is_terminal_polyfill v1.70.1
10542024-11-26T08:04:40.401Z Compiling anstyle-query v1.1.1
10552024-11-26T08:04:40.557Z Compiling anstream v0.6.15
10562024-11-26T08:04:41.663Z Compiling proc-macro-crate v1.3.1
10572024-11-26T08:04:42.952Z Compiling terminal_size v0.4.0
10582024-11-26T08:04:43.004Z Compiling clap_lex v0.7.2
10592024-11-26T08:04:43.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-11-26T08:04:43.684Z Compiling clap_builder v4.5.21
10612024-11-26T08:04:44.172Z Compiling num_enum_derive v0.5.11
10622024-11-26T08:04:45.094Z Compiling tabwriter v1.4.0
10632024-11-26T08:04:45.850Z Compiling foreign-types-macros v0.2.3
10642024-11-26T08:04:46.088Z Compiling num-integer v0.1.46
10652024-11-26T08:04:47.093Z Compiling foreign-types-shared v0.3.1
10662024-11-26T08:04:47.229Z Compiling foreign-types v0.5.0
10672024-11-26T08:04:47.232Z Compiling num_enum v0.5.11
10682024-11-26T08:04:47.821Z Compiling clap v4.5.21
10692024-11-26T08:04:48.004Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-11-26T08:04:48.483Z Compiling cstr-argument v0.1.2
10712024-11-26T08:04:48.675Z Compiling proc-macro-error-attr v1.0.4
10722024-11-26T08:04:49.038Z Compiling prettyplease v0.2.22
10732024-11-26T08:04:49.063Z Compiling pretty-hex v0.2.1
10742024-11-26T08:04:49.274Z Compiling heck v0.4.1
10752024-11-26T08:04:49.383Z Compiling either v1.13.0
10762024-11-26T08:04:49.854Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-11-26T08:04:50.255Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-11-26T08:04:50.389Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-11-26T08:04:51.373Z Compiling num-iter v0.1.45
10802024-11-26T08:04:51.470Z Compiling num-rational v0.4.2
10812024-11-26T08:04:51.954Z Compiling colored v2.1.0
10822024-11-26T08:04:53.577Z Compiling num-complex v0.4.6
10832024-11-26T08:04:54.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-11-26T08:04:54.292Z Compiling proc-macro-error v1.0.4
10852024-11-26T08:04:54.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10862024-11-26T08:04:54.673Z Compiling fastrand v2.1.1
10872024-11-26T08:04:54.920Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10882024-11-26T08:04:55.166Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-11-26T08:04:55.323Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-11-26T08:04:55.835Z Compiling tempfile v3.12.0
10912024-11-26T08:04:56.516Z Compiling num v0.4.3
10922024-11-26T08:05:00.173Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-11-26T08:05:00.445Z Compiling float-ord v0.3.2
10942024-11-26T08:05:00.582Z Compiling crucible-workspace-hack v0.1.0
10952024-11-26T08:05:00.746Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-11-26T08:05:08.501Z Compiling unicode-segmentation v1.12.0
10972024-11-26T08:05:08.802Z Compiling semver v0.1.20
10982024-11-26T08:05:09.380Z Compiling newline-converter v0.3.0
10992024-11-26T08:05:09.606Z Compiling rustc_version v0.1.7
11002024-11-26T08:05:09.626Z Compiling zone_cfg_derive v0.3.0
11012024-11-26T08:05:09.752Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-11-26T08:05:10.142Z Compiling camino-tempfile v1.1.1
11032024-11-26T08:05:10.430Z Compiling itertools v0.10.5
11042024-11-26T08:05:10.971Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-11-26T08:05:11.113Z Compiling console v0.15.8
11062024-11-26T08:05:11.473Z Compiling num-derive v0.4.2
11072024-11-26T08:05:12.617Z Compiling sigpipe v0.1.3
11082024-11-26T08:05:12.923Z Compiling similar v2.6.0
11092024-11-26T08:05:13.741Z Compiling base64ct v1.6.0
11102024-11-26T08:05:13.934Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-11-26T08:05:14.100Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-11-26T08:05:14.324Z Compiling password-hash v0.5.0
11132024-11-26T08:05:14.388Z Compiling expectorate v1.1.0
11142024-11-26T08:05:14.671Z Compiling zone v0.3.0
11152024-11-26T08:05:15.713Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-11-26T08:05:16.472Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-11-26T08:05:16.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-26T08:05:18.041Z Compiling newtype_derive v0.1.6
11192024-11-26T08:05:18.439Z Compiling blake2 v0.10.6
11202024-11-26T08:05:18.999Z Compiling hubpack_derive v0.1.1
11212024-11-26T08:05:19.389Z Compiling smf v0.2.3
11222024-11-26T08:05:19.652Z Compiling zerocopy-derive v0.6.6
11232024-11-26T08:05:19.769Z Compiling whoami v1.5.2
11242024-11-26T08:05:19.969Z Compiling cancel-safe-futures v0.1.5
11252024-11-26T08:05:20.323Z Compiling owo-colors v4.1.0
11262024-11-26T08:05:20.362Z Compiling fixedbitset v0.4.2
11272024-11-26T08:05:20.697Z Compiling petgraph v0.6.5
11282024-11-26T08:05:21.130Z Compiling hubpack v0.1.2
11292024-11-26T08:05:21.620Z Compiling argon2 v0.5.3
11302024-11-26T08:05:21.728Z Compiling zerocopy v0.6.6
11312024-11-26T08:05:22.748Z Compiling strum_macros v0.25.3
11322024-11-26T08:05:24.078Z Compiling serde-big-array v0.5.1
11332024-11-26T08:05:24.344Z Compiling serde_repr v0.1.19
11342024-11-26T08:05:25.155Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352024-11-26T08:05:25.255Z Compiling cookie v0.18.1
11362024-11-26T08:05:25.593Z Compiling static_assertions v1.1.0
11372024-11-26T08:05:25.613Z Compiling convert_case v0.4.0
11382024-11-26T08:05:25.781Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-26T08:05:26.384Z Compiling derive_more v0.99.18
11402024-11-26T08:05:26.588Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-11-26T08:05:28.115Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-26T08:05:28.573Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-11-26T08:05:28.813Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-11-26T08:05:31.645Z Compiling atomicwrites v0.4.4
11452024-11-26T08:05:32.194Z Compiling itertools v0.13.0
11462024-11-26T08:05:33.079Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-11-26T08:05:34.344Z Compiling idna v0.4.0
11482024-11-26T08:05:34.490Z Compiling libsw v3.3.1
11492024-11-26T08:05:34.835Z Compiling derive-where v1.2.7
11502024-11-26T08:05:35.142Z Compiling enum-as-inner v0.6.1
11512024-11-26T08:05:36.739Z Compiling linked-hash-map v0.5.6
11522024-11-26T08:05:36.739Z Compiling quick-error v1.2.3
11532024-11-26T08:05:36.739Z Compiling swrite v0.1.0
11542024-11-26T08:05:36.739Z Compiling linear-map v1.2.0
11552024-11-26T08:05:36.739Z Compiling data-encoding v2.6.0
11562024-11-26T08:05:36.739Z Compiling highway v1.2.0
11572024-11-26T08:05:36.739Z Compiling indent_write v2.2.0
11582024-11-26T08:05:36.933Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-11-26T08:05:37.750Z Compiling hickory-proto v0.24.1
11602024-11-26T08:05:38.179Z Compiling resolv-conf v0.7.0
11612024-11-26T08:05:38.202Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-11-26T08:05:40.311Z Compiling lru-cache v0.1.2
11632024-11-26T08:05:40.361Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-11-26T08:05:41.337Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-26T08:05:41.758Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-26T08:05:43.577Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-26T08:05:43.655Z Compiling steno v0.4.1
11682024-11-26T08:05:46.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-11-26T08:05:46.768Z Compiling slog-dtrace v0.3.0
11702024-11-26T08:05:47.131Z Compiling humantime v2.1.0
11712024-11-26T08:05:47.561Z Compiling parking_lot_core v0.8.6
11722024-11-26T08:05:48.052Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-11-26T08:05:48.067Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-11-26T08:05:48.189Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-11-26T08:05:50.761Z Compiling hickory-resolver v0.24.1
11762024-11-26T08:05:50.807Z Compiling num-derive v0.3.3
11772024-11-26T08:05:51.474Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-11-26T08:05:52.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-11-26T08:05:52.677Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-11-26T08:05:53.064Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-11-26T08:05:53.906Z Compiling parking_lot v0.11.2
11822024-11-26T08:05:54.030Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-11-26T08:05:55.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-11-26T08:05:55.911Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-11-26T08:05:58.155Z Compiling crossbeam-epoch v0.9.18
11862024-11-26T08:05:58.448Z Compiling fxhash v0.2.1
11872024-11-26T08:05:58.696Z Compiling crc32fast v1.4.2
11882024-11-26T08:05:59.229Z Compiling crc8 v0.1.1
11892024-11-26T08:05:59.322Z Compiling arc-swap v1.7.1
11902024-11-26T08:05:59.544Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-11-26T08:06:00.025Z Compiling slog-scope v4.4.0
11922024-11-26T08:06:00.814Z Compiling sled v0.34.7
11932024-11-26T08:06:04.537Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-11-26T08:06:04.909Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-11-26T08:06:05.439Z Compiling slog-stdlog v4.1.1
11962024-11-26T08:06:06.235Z Compiling slog-envlogger v2.2.0
11972024-11-26T08:06:08.539Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-11-26T08:06:08.945Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-11-26T08:06:20.440Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-11-26T08:06:25.261Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-11-26T08:06:26.326Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-11-26T08:06:54.753Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-11-26T08:06:54.755Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-11-26T08:07:01.877Z Finished `release` profile [optimized] target(s) in 5m 11s
12052024-11-26T08:07:02.184Z+ banner trio
12062024-11-26T08:07:02.186Z
12072024-11-26T08:07:02.186Z ##### ##### # ####
12082024-11-26T08:07:02.187Z # # # # # #
12092024-11-26T08:07:02.187Z # # # # # #
12102024-11-26T08:07:02.187Z # ##### # # #
12112024-11-26T08:07:02.187Z # # # # # #
12122024-11-26T08:07:02.187Z # # # # ####
12132024-11-26T08:07:02.187Z
12142024-11-26T08:07:02.187Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12152024-11-26T08:07:02.653Z Compiling cfg-if v1.0.0
12162024-11-26T08:07:02.653Z Compiling libc v0.2.165
12172024-11-26T08:07:02.656Z Compiling serde v1.0.215
12182024-11-26T08:07:02.656Z Compiling once_cell v1.20.2
12192024-11-26T08:07:02.656Z Compiling itoa v1.0.11
12202024-11-26T08:07:02.725Z Compiling byteorder v1.5.0
12212024-11-26T08:07:02.732Z Compiling syn v2.0.87
12222024-11-26T08:07:02.736Z Compiling bytes v1.7.2
12232024-11-26T08:07:02.782Z Compiling num-traits v0.2.19
12242024-11-26T08:07:02.949Z Compiling zerocopy v0.7.35
12252024-11-26T08:07:03.081Z Compiling pin-project-lite v0.2.14
12262024-11-26T08:07:03.119Z Compiling ahash v0.8.11
12272024-11-26T08:07:03.159Z Compiling memchr v2.7.4
12282024-11-26T08:07:03.170Z Compiling allocator-api2 v0.2.18
12292024-11-26T08:07:03.193Z Compiling schemars v0.8.21
12302024-11-26T08:07:03.431Z Compiling scopeguard v1.2.0
12312024-11-26T08:07:03.518Z Compiling smallvec v1.13.2
12322024-11-26T08:07:03.635Z Compiling lock_api v0.4.12
12332024-11-26T08:07:03.988Z Compiling hashbrown v0.14.5
12342024-11-26T08:07:04.029Z Compiling fnv v1.0.7
12352024-11-26T08:07:04.137Z Compiling getrandom v0.2.15
12362024-11-26T08:07:04.151Z Compiling parking_lot_core v0.9.10
12372024-11-26T08:07:04.232Z Compiling mio v1.0.2
12382024-11-26T08:07:04.487Z Compiling socket2 v0.5.7
12392024-11-26T08:07:04.645Z Compiling parking_lot v0.12.3
12402024-11-26T08:07:05.001Z Compiling signal-hook-registry v1.4.2
12412024-11-26T08:07:05.558Z Compiling log v0.4.22
12422024-11-26T08:07:05.564Z Compiling futures-core v0.3.30
12432024-11-26T08:07:05.955Z Compiling equivalent v1.0.1
12442024-11-26T08:07:05.973Z Compiling ryu v1.0.18
12452024-11-26T08:07:05.975Z Compiling tracing-core v0.1.32
12462024-11-26T08:07:06.062Z Compiling serde_json v1.0.133
12472024-11-26T08:07:06.096Z Compiling uuid v1.11.0
12482024-11-26T08:07:06.184Z Compiling regress v0.10.1
12492024-11-26T08:07:06.527Z Compiling pin-utils v0.1.0
12502024-11-26T08:07:06.573Z Compiling spin v0.9.8
12512024-11-26T08:07:06.616Z Compiling futures-sink v0.3.30
12522024-11-26T08:07:06.667Z Compiling futures-task v0.3.30
12532024-11-26T08:07:06.765Z Compiling untrusted v0.9.0
12542024-11-26T08:07:06.777Z Compiling slab v0.4.9
12552024-11-26T08:07:06.848Z Compiling futures-util v0.3.30
12562024-11-26T08:07:06.944Z Compiling ring v0.17.8
12572024-11-26T08:07:06.992Z Compiling try-lock v0.2.5
12582024-11-26T08:07:07.111Z Compiling want v0.3.1
12592024-11-26T08:07:07.391Z Compiling httparse v1.9.4
12602024-11-26T08:07:07.783Z Compiling chrono v0.4.38
12612024-11-26T08:07:08.410Z Compiling futures-channel v0.3.30
12622024-11-26T08:07:08.480Z Compiling foreign-types-shared v0.1.1
12632024-11-26T08:07:08.586Z Compiling tower-service v0.3.3
12642024-11-26T08:07:08.702Z Compiling dyn-clone v1.0.17
12652024-11-26T08:07:08.857Z Compiling foreign-types v0.3.2
12662024-11-26T08:07:08.905Z Compiling openssl-sys v0.9.103
12672024-11-26T08:07:09.283Z Compiling bitflags v2.6.0
12682024-11-26T08:07:09.654Z Compiling serde_derive_internals v0.29.1
12692024-11-26T08:07:09.889Z Compiling unicode-ident v1.0.13
12702024-11-26T08:07:09.954Z Compiling http v1.1.0
12712024-11-26T08:07:10.081Z Compiling proc-macro2 v1.0.86
12722024-11-26T08:07:10.421Z Compiling semver v1.0.23
12732024-11-26T08:07:10.837Z Compiling tinyvec_macros v0.1.1
12742024-11-26T08:07:10.932Z Compiling openssl-probe v0.1.5
12752024-11-26T08:07:10.998Z Compiling quote v1.0.37
12762024-11-26T08:07:11.445Z Compiling tinyvec v1.8.0
12772024-11-26T08:07:11.920Z Compiling percent-encoding v2.3.1
12782024-11-26T08:07:12.403Z Compiling form_urlencoded v1.2.1
12792024-11-26T08:07:13.207Z Compiling unicode-normalization v0.1.24
12802024-11-26T08:07:13.445Z Compiling aho-corasick v1.1.3
12812024-11-26T08:07:14.566Z Compiling http v0.2.12
12822024-11-26T08:07:14.584Z Compiling heck v0.5.0
12832024-11-26T08:07:14.596Z Compiling unicode-bidi v0.3.15
12842024-11-26T08:07:14.978Z Compiling serde_derive v1.0.215
12852024-11-26T08:07:15.481Z Compiling zerocopy-derive v0.7.35
12862024-11-26T08:07:15.880Z Compiling thiserror-impl v1.0.64
12872024-11-26T08:07:15.903Z Compiling schemars_derive v0.8.21
12882024-11-26T08:07:17.608Z Compiling tokio-macros v2.4.0
12892024-11-26T08:07:17.916Z Compiling tracing-attributes v0.1.27
12902024-11-26T08:07:18.796Z Compiling thiserror v1.0.64
12912024-11-26T08:07:18.943Z Compiling openssl-macros v0.1.1
12922024-11-26T08:07:19.099Z Compiling rustls-pki-types v1.8.0
12932024-11-26T08:07:19.292Z Compiling tokio v1.40.0
12942024-11-26T08:07:19.312Z Compiling regex-automata v0.4.7
12952024-11-26T08:07:19.843Z Compiling openssl v0.10.66
12962024-11-26T08:07:20.360Z Compiling idna v0.5.0
12972024-11-26T08:07:21.230Z Compiling tracing v0.1.40
12982024-11-26T08:07:21.919Z Compiling http-body v1.0.1
12992024-11-26T08:07:27.223Z Compiling native-tls v0.2.12
13002024-11-26T08:07:28.323Z Compiling atomic-waker v1.1.2
13012024-11-26T08:07:28.511Z Compiling slog v2.7.0
13022024-11-26T08:07:29.026Z Compiling tokio-util v0.7.12
13032024-11-26T08:07:29.629Z Compiling indexmap v2.5.0
13042024-11-26T08:07:32.043Z Compiling serde_tokenstream v0.2.2
13052024-11-26T08:07:32.847Z Compiling tokio-native-tls v0.3.1
13062024-11-26T08:07:33.888Z Compiling regex-syntax v0.8.4
13072024-11-26T08:07:34.231Z Compiling openapiv3 v2.0.0
13082024-11-26T08:07:36.494Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-11-26T08:07:36.594Z Compiling typify-impl v0.2.0
13102024-11-26T08:07:37.031Z Compiling h2 v0.4.6
13112024-11-26T08:07:46.267Z Compiling serde_urlencoded v0.7.1
13122024-11-26T08:07:46.942Z Compiling regex v1.10.6
13132024-11-26T08:07:47.959Z Compiling url v2.5.2
13142024-11-26T08:07:48.454Z Compiling encoding_rs v0.8.34
13152024-11-26T08:07:48.664Z Compiling mime v0.3.17
13162024-11-26T08:07:49.767Z Compiling rustls v0.21.12
13172024-11-26T08:07:50.091Z Compiling ipnet v2.10.0
13182024-11-26T08:07:51.652Z Compiling typify-macro v0.2.0
13192024-11-26T08:07:52.849Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13202024-11-26T08:07:54.135Z Compiling hyper v1.5.1
13212024-11-26T08:07:54.217Z Compiling h2 v0.3.26
13222024-11-26T08:07:55.549Z Compiling rustls-webpki v0.102.8
13232024-11-26T08:07:56.670Z Compiling http-body v0.4.6
13242024-11-26T08:07:57.182Z Compiling sct v0.7.1
13252024-11-26T08:07:57.239Z Compiling rustls-webpki v0.101.7
13262024-11-26T08:07:57.628Z Compiling zeroize v1.8.1
13272024-11-26T08:07:57.983Z Compiling subtle v2.6.1
13282024-11-26T08:07:58.264Z Compiling httpdate v1.0.3
13292024-11-26T08:07:59.037Z Compiling toml_datetime v0.6.8
13302024-11-26T08:07:59.206Z Compiling serde_yaml v0.9.34+deprecated
13312024-11-26T08:07:59.409Z Compiling toml_edit v0.19.15
13322024-11-26T08:08:00.244Z Compiling hyper v0.14.30
13332024-11-26T08:08:01.387Z Compiling rustls v0.23.13
13342024-11-26T08:08:04.434Z Compiling hyper-util v0.1.10
13352024-11-26T08:08:09.685Z Compiling lazy_static v1.5.0
13362024-11-26T08:08:09.820Z Compiling tokio-rustls v0.26.0
13372024-11-26T08:08:09.956Z Compiling tokio-rustls v0.24.1
13382024-11-26T08:08:10.307Z Compiling proc-macro-crate v1.3.1
13392024-11-26T08:08:10.357Z Compiling http-body-util v0.1.2
13402024-11-26T08:08:10.386Z Compiling webpki-roots v0.26.6
13412024-11-26T08:08:10.608Z Compiling base64 v0.21.7
13422024-11-26T08:08:10.919Z Compiling base64 v0.22.1
13432024-11-26T08:08:11.160Z Compiling crossbeam-utils v0.8.20
13442024-11-26T08:08:11.178Z Compiling num_enum_derive v0.5.11
13452024-11-26T08:08:11.755Z Compiling rustls-pemfile v2.1.3
13462024-11-26T08:08:12.043Z Compiling rustls-pemfile v1.0.4
13472024-11-26T08:08:12.324Z Compiling hyper-tls v0.6.0
13482024-11-26T08:08:12.533Z Compiling hyper-rustls v0.27.3
13492024-11-26T08:08:12.533Z Compiling hyper-rustls v0.24.2
13502024-11-26T08:08:12.832Z Compiling hyper-tls v0.5.0
13512024-11-26T08:08:12.842Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-11-26T08:08:12.970Z Compiling typify v0.2.0
13532024-11-26T08:08:13.318Z Compiling ipnetwork v0.20.0
13542024-11-26T08:08:13.543Z Compiling ppv-lite86 v0.2.20
13552024-11-26T08:08:14.537Z Compiling foreign-types-macros v0.2.3
13562024-11-26T08:08:14.754Z Compiling sync_wrapper v1.0.1
13572024-11-26T08:08:14.911Z Compiling rand_core v0.6.4
13582024-11-26T08:08:15.406Z Compiling dirs-sys-next v0.1.2
13592024-11-26T08:08:15.907Z Compiling sync_wrapper v0.1.2
13602024-11-26T08:08:16.043Z Compiling foreign-types-shared v0.3.1
13612024-11-26T08:08:16.164Z Compiling powerfmt v0.2.0
13622024-11-26T08:08:16.499Z Compiling webpki-roots v0.25.4
13632024-11-26T08:08:16.512Z Compiling time-macros v0.2.18
13642024-11-26T08:08:16.599Z Compiling deranged v0.3.11
13652024-11-26T08:08:16.661Z Compiling reqwest v0.11.27
13662024-11-26T08:08:16.935Z Compiling foreign-types v0.5.0
13672024-11-26T08:08:17.049Z Compiling progenitor-impl v0.8.0
13682024-11-26T08:08:18.937Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-11-26T08:08:19.548Z Compiling dirs-next v2.0.0
13702024-11-26T08:08:19.829Z Compiling rand_chacha v0.3.1
13712024-11-26T08:08:21.613Z Compiling reqwest v0.12.9
13722024-11-26T08:08:23.764Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-11-26T08:08:25.653Z Compiling num_enum v0.5.11
13742024-11-26T08:08:25.832Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-11-26T08:08:27.840Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-11-26T08:08:28.013Z Compiling cstr-argument v0.1.2
13772024-11-26T08:08:28.277Z Compiling thread_local v1.1.8
13782024-11-26T08:08:28.525Z Compiling arc-swap v1.7.1
13792024-11-26T08:08:29.012Z Compiling time-core v0.1.2
13802024-11-26T08:08:29.202Z Compiling pretty-hex v0.2.1
13812024-11-26T08:08:29.255Z Compiling num-conv v0.1.0
13822024-11-26T08:08:29.412Z Compiling either v1.13.0
13832024-11-26T08:08:29.515Z Compiling time v0.3.36
13842024-11-26T08:08:29.873Z Compiling itertools v0.12.1
13852024-11-26T08:08:31.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13862024-11-26T08:08:32.092Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-11-26T08:08:33.574Z Compiling slog-scope v4.4.0
13882024-11-26T08:08:33.741Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-11-26T08:08:34.510Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-11-26T08:08:34.673Z Compiling crossbeam-channel v0.5.13
13912024-11-26T08:08:34.694Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-11-26T08:08:36.276Z Compiling progenitor-macro v0.8.0
13932024-11-26T08:08:38.749Z Compiling progenitor-client v0.8.0
13942024-11-26T08:08:39.711Z Compiling rand v0.8.5
13952024-11-26T08:08:41.611Z Compiling term v0.7.0
13962024-11-26T08:08:46.269Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-11-26T08:08:46.930Z Compiling anyhow v1.0.93
13982024-11-26T08:08:48.465Z Compiling colored v2.1.0
13992024-11-26T08:08:49.301Z Compiling is-terminal v0.4.13
14002024-11-26T08:08:49.430Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14012024-11-26T08:08:49.715Z Compiling take_mut v0.2.2
14022024-11-26T08:08:49.804Z Compiling winnow v0.6.18
14032024-11-26T08:08:49.885Z Compiling slog-async v2.8.0
14042024-11-26T08:08:52.960Z Compiling progenitor v0.8.0
14052024-11-26T08:08:53.174Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14062024-11-26T08:08:53.413Z Compiling slog-term v2.9.1
14072024-11-26T08:08:54.259Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14082024-11-26T08:08:56.248Z Compiling slog-stdlog v4.1.1
14092024-11-26T08:08:57.101Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-11-26T08:09:00.925Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-11-26T08:09:03.498Z Compiling slog-envlogger v2.2.0
14122024-11-26T08:09:05.638Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-11-26T08:09:18.897Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-11-26T08:09:26.276Z Finished `release` profile [optimized] target(s) in 2m 24s
14152024-11-26T08:09:26.358Z Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757)
14162024-11-26T08:09:26.405Z
14172024-11-26T08:09:26.405Zrunning 1 test
14182024-11-26T08:09:26.567Zconfigure zone
14192024-11-26T08:09:26.626Zinstall zone
14202024-11-26T08:10:26.407Ztest ddm::test_trio_v3 has been running for over 60 seconds
14212024-11-26T08:11:45.613Zboot zone
14222024-11-26T08:11:46.462Zstart zone s1
14232024-11-26T08:11:46.462Zconfigure zone
14242024-11-26T08:11:46.470Zinstall zone
14252024-11-26T08:13:40.278Zboot zone
14262024-11-26T08:13:41.196Zstart zone s2
14272024-11-26T08:13:41.197Zconfigure zone
14282024-11-26T08:13:41.204Zinstall zone
14292024-11-26T08:15:31.702Zboot zone
14302024-11-26T08:15:32.663Zstart zone t1
14312024-11-26T08:15:32.663Zconfigure zone
14322024-11-26T08:15:32.671Zinstall zone
14332024-11-26T08:17:19.742Zboot zone
14342024-11-26T08:17:20.520Zwaiting for zones to come up
14352024-11-26T08:17:30.525Z[sidecar.trio] svcs milestone/network
14362024-11-26T08:17:30.592ZSTATE STIME FMRI
14372024-11-26T08:17:30.592Zonline 0:12:04 svc:/milestone/network:default
14382024-11-26T08:17:30.592Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-11-26T08:17:30.639Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-11-26T08:17:30.693Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-11-26T08:17:30.758Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-11-26T08:17:30.763Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-11-26T08:17:30.767Z
14442024-11-26T08:17:30.767Zrunning zone s1.trio setup
14452024-11-26T08:17:30.767Z[s1.trio] svcs milestone/network
14462024-11-26T08:17:30.784ZSTATE STIME FMRI
14472024-11-26T08:17:30.784Zonline 0:13:59 svc:/milestone/network:default
14482024-11-26T08:17:30.784Z[s1.trio] dladm
14492024-11-26T08:17:30.806ZLINK CLASS MTU STATE BRIDGE OVER
14502024-11-26T08:17:30.806Zsl0 simnet 9000 up -- ?
14512024-11-26T08:17:30.806Zmg2 vnic 9000 up -- ?
14522024-11-26T08:17:30.806Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-11-26T08:17:31.350Z
14542024-11-26T08:17:31.350Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-11-26T08:17:31.374Z
14562024-11-26T08:17:31.374Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-11-26T08:17:31.394Z
14582024-11-26T08:17:31.394Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-11-26T08:17:31.482Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-11-26T08:17:31.527Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6a88d57c-2965-4074-9ff5-b749d94fdb40 --sled-uuid 3caedb5e-243f-4589-a317-dcd9c48dd7d2 -a sl0/v6 &> /opt/ddmd.log &
14612024-11-26T08:17:31.548Z
14622024-11-26T08:17:31.548Zrunning zone s2.trio setup
14632024-11-26T08:17:31.548Z[s2.trio] svcs milestone/network
14642024-11-26T08:17:31.571ZSTATE STIME FMRI
14652024-11-26T08:17:31.571Zonline 0:15:50 svc:/milestone/network:default
14662024-11-26T08:17:31.571Z[s2.trio] dladm
14672024-11-26T08:17:31.592ZLINK CLASS MTU STATE BRIDGE OVER
14682024-11-26T08:17:31.592Zsl1 simnet 9000 up -- ?
14692024-11-26T08:17:31.593Zmg3 vnic 9000 up -- ?
14702024-11-26T08:17:31.593Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14712024-11-26T08:17:32.049Z
14722024-11-26T08:17:32.050Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14732024-11-26T08:17:32.073Z
14742024-11-26T08:17:32.073Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14752024-11-26T08:17:32.093Z
14762024-11-26T08:17:32.093Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14772024-11-26T08:17:32.138Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14782024-11-26T08:17:32.162Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c6bc1fd6-4635-4c9c-b597-c080e7cb51ed --sled-uuid 67dafb09-e69f-47a5-abbf-85d88d3a7d62 -a sl1/v6 &> /opt/ddmd.log &
14792024-11-26T08:17:32.181Z
14802024-11-26T08:17:32.181Zrunning zone t1.trio setup
14812024-11-26T08:17:32.181Z[t1.trio] svcs milestone/network
14822024-11-26T08:17:32.205ZSTATE STIME FMRI
14832024-11-26T08:17:32.205Z- - svc:/milestone/network:default
14842024-11-26T08:17:33.204Z[t1.trio] svcs milestone/network
14852024-11-26T08:17:33.225ZSTATE STIME FMRI
14862024-11-26T08:17:33.225Z- - svc:/milestone/network:default
14872024-11-26T08:17:34.225Z[t1.trio] svcs milestone/network
14882024-11-26T08:17:34.246ZSTATE STIME FMRI
14892024-11-26T08:17:34.246Z- - svc:/milestone/network:default
14902024-11-26T08:17:35.246Z[t1.trio] svcs milestone/network
14912024-11-26T08:17:35.268ZSTATE STIME FMRI
14922024-11-26T08:17:35.268Z- - svc:/milestone/network:default
14932024-11-26T08:17:36.268Z[t1.trio] svcs milestone/network
14942024-11-26T08:17:36.289ZSTATE STIME FMRI
14952024-11-26T08:17:36.289Z- - svc:/milestone/network:default
14962024-11-26T08:17:37.289Z[t1.trio] svcs milestone/network
14972024-11-26T08:17:37.311ZSTATE STIME FMRI
14982024-11-26T08:17:37.311Z- - svc:/milestone/network:default
14992024-11-26T08:17:38.311Z[t1.trio] svcs milestone/network
15002024-11-26T08:17:38.332ZSTATE STIME FMRI
15012024-11-26T08:17:38.332Z- - svc:/milestone/network:default
15022024-11-26T08:17:39.332Z[t1.trio] svcs milestone/network
15032024-11-26T08:17:39.357ZSTATE STIME FMRI
15042024-11-26T08:17:39.357Zonline 0:17:38 svc:/milestone/network:default
15052024-11-26T08:17:39.357Z[t1.trio] dladm
15062024-11-26T08:17:39.378ZLINK CLASS MTU STATE BRIDGE OVER
15072024-11-26T08:17:39.378Ztfportrear0_0 simnet 9000 up -- ?
15082024-11-26T08:17:39.378Ztfportrear1_0 simnet 9000 up -- ?
15092024-11-26T08:17:39.378Zmg1 vnic 9000 up -- ?
15102024-11-26T08:17:39.378Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15112024-11-26T08:17:40.002Z
15122024-11-26T08:17:40.002Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15132024-11-26T08:17:40.025Z
15142024-11-26T08:17:40.025Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15152024-11-26T08:17:40.048Z
15162024-11-26T08:17:40.048Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15172024-11-26T08:17:40.067Z
15182024-11-26T08:17:40.068Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15192024-11-26T08:17:40.275Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15202024-11-26T08:17:40.278Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15212024-11-26T08:17:40.282Zwaiting 3s for copy of files to zone to complete ...
15222024-11-26T08:17:43.282Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15232024-11-26T08:17:43.328Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15242024-11-26T08:17:43.350Z[t1.trio] svcadm enable dendrite
15252024-11-26T08:17:43.390Z
15262024-11-26T08:17:43.390Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15272024-11-26T08:17:43.436Z
15282024-11-26T08:17:43.436Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15292024-11-26T08:17:43.481Z
15302024-11-26T08:17:43.481Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15312024-11-26T08:17:43.524Z
15322024-11-26T08:17:43.524Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15332024-11-26T08:17:43.564Z
15342024-11-26T08:17:43.564Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15352024-11-26T08:17:43.605Z
15362024-11-26T08:17:43.606Z[t1.trio] svcadm refresh dendrite:default
15372024-11-26T08:17:43.642Z
15382024-11-26T08:17:43.642Z[t1.trio] svcadm restart dendrite:default
15392024-11-26T08:17:43.679Z
15402024-11-26T08:17:43.679Zwait 10s for dendrite to come up ...
15412024-11-26T08:17:53.680Z[t1.trio] svcadm enable tfport
15422024-11-26T08:17:53.718Z
15432024-11-26T08:17:53.718Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f13b6de8-67a7-4495-b3e1-7b632d202962 --sled-uuid d302cef2-3355-4ff0-8fd4-be83d7d88169 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15442024-11-26T08:17:53.736Z
15452024-11-26T08:17:53.736Z[t1.trio] ipadm
15462024-11-26T08:17:53.760ZADDROBJ TYPE STATE ADDR
15472024-11-26T08:17:53.760Zlo0/v4 static ok 127.0.0.1/8
15482024-11-26T08:17:53.760Zmg1/v4 static ok 10.0.0.3/24
15492024-11-26T08:17:53.761Zlo0/v6 static ok ::1/128
15502024-11-26T08:17:53.761Zlo0/u6 static ok fd00:3::1/64
15512024-11-26T08:17:53.761Ztfportrear0_0/v6 addrconf ok fe80::ac67:a4ff:fe47:255e%tfportrear0_0/10
15522024-11-26T08:17:53.761Ztfportrear1_0/v6 addrconf ok fe80::b466:1ff:fe9c:8eba%tfportrear1_0/10
15532024-11-26T08:17:55.977Zinitial peering test passed
15542024-11-26T08:17:56.978Zadvertise from one passed
15552024-11-26T08:17:57.980Zadvertise from two passed
15562024-11-26T08:17:57.980Z[s1.trio] ping fd00:2::1
15572024-11-26T08:17:58.010Zfd00:2::1 is alive
15582024-11-26T08:17:58.010Z[s2.trio] ping fd00:1::1
15592024-11-26T08:17:58.029Zfd00:1::1 is alive
15602024-11-26T08:17:58.029Zconnectivity test passed
15612024-11-26T08:17:58.029Z[t1.trio] pkill ddmd
15622024-11-26T08:17:58.049Z
15632024-11-26T08:18:04.052Z[t1.trio] svcadm enable dendrite
15642024-11-26T08:18:04.092Z
15652024-11-26T08:18:04.092Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15662024-11-26T08:18:04.135Z
15672024-11-26T08:18:04.135Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15682024-11-26T08:18:04.177Z
15692024-11-26T08:18:04.177Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15702024-11-26T08:18:04.219Z
15712024-11-26T08:18:04.219Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15722024-11-26T08:18:04.261Z
15732024-11-26T08:18:04.261Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15742024-11-26T08:18:04.303Z
15752024-11-26T08:18:04.303Z[t1.trio] svcadm refresh dendrite:default
15762024-11-26T08:18:04.339Z
15772024-11-26T08:18:04.339Z[t1.trio] svcadm restart dendrite:default
15782024-11-26T08:18:04.375Z
15792024-11-26T08:18:04.375Zwait 10s for dendrite to come up ...
15802024-11-26T08:18:14.376Z[t1.trio] svcadm enable tfport
15812024-11-26T08:18:14.415Z
15822024-11-26T08:18:14.415Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8b789d30-8917-4d8f-8fe4-9f4f800b5a74 --sled-uuid a5ed0932-9701-4f50-be4c-e84768f6161c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15832024-11-26T08:18:14.435Z
15842024-11-26T08:18:14.436Z[t1.trio] ipadm
15852024-11-26T08:18:14.457ZADDROBJ TYPE STATE ADDR
15862024-11-26T08:18:14.457Zlo0/v4 static ok 127.0.0.1/8
15872024-11-26T08:18:14.457Zmg1/v4 static ok 10.0.0.3/24
15882024-11-26T08:18:14.457Zlo0/v6 static ok ::1/128
15892024-11-26T08:18:14.457Zlo0/u6 static ok fd00:3::1/64
15902024-11-26T08:18:14.457Ztfportrear0_0/v6 addrconf ok fe80::ac67:a4ff:fe47:255e%tfportrear0_0/10
15912024-11-26T08:18:14.457Ztfportrear1_0/v6 addrconf ok fe80::b466:1ff:fe9c:8eba%tfportrear1_0/10
15922024-11-26T08:18:17.461Z[s1.trio] ping fd00:2::1
15932024-11-26T08:18:17.482Zfd00:2::1 is alive
15942024-11-26T08:18:17.482Z[s2.trio] ping fd00:1::1
15952024-11-26T08:18:17.503Zfd00:1::1 is alive
15962024-11-26T08:18:17.503Ztransit router restart passed
15972024-11-26T08:18:17.503Z[s1.trio] pkill ddmd
15982024-11-26T08:18:17.522Z
15992024-11-26T08:18:22.525Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cd496f9c-e166-4a00-b95f-63cb319d5569 --sled-uuid ff5b91df-6a21-486e-a61b-3b9f734527c0 -a sl0/v6 &> /opt/ddmd.log &
16002024-11-26T08:18:22.547Z
16012024-11-26T08:18:25.550Z[s1.trio] ping fd00:2::1
16022024-11-26T08:18:25.574Zfd00:2::1 is alive
16032024-11-26T08:18:25.574Z[s2.trio] ping fd00:1::1
16042024-11-26T08:18:25.594Zfd00:1::1 is alive
16052024-11-26T08:18:25.594Zserver router restart passed
16062024-11-26T08:18:28.598Zpeer expiration recovery passed
16072024-11-26T08:18:29.599Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16082024-11-26T08:18:29.624Z3
16092024-11-26T08:18:29.624Zredundant advertise passed
16102024-11-26T08:18:30.627Ztunnel endpoint advertise passed
16112024-11-26T08:18:35.628Zredundant tunnel endpoint advertise passed
16122024-11-26T08:18:35.628Z[s1.trio] pkill ddmd
16132024-11-26T08:18:35.650Z
16142024-11-26T08:18:40.650Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3c75d4ce-9ea9-43c4-9257-399227b59a86 --sled-uuid 5678feb9-1c95-4366-8849-024e28eec2a5 -a sl0/v6 &> /opt/ddmd.log &
16152024-11-26T08:18:40.672Z
16162024-11-26T08:18:45.738Ztunnel router restart passed
16172024-11-26T08:18:46.740Ztunnel endpoint withdraw passed
16182024-11-26T08:18:46.755Z[t1.trio] pkill ddmd
16192024-11-26T08:18:46.781Z
16202024-11-26T08:18:46.781Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16212024-11-26T08:18:46.787Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16222024-11-26T08:18:49.273Z[s2.trio] pkill ddmd
16232024-11-26T08:18:49.294Z
16242024-11-26T08:18:49.294Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16252024-11-26T08:18:51.922Z[s1.trio] pkill ddmd
16262024-11-26T08:18:51.946Z
16272024-11-26T08:18:51.946Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16282024-11-26T08:18:54.243Z[sidecar.trio] pkill softnpu
16292024-11-26T08:18:54.263Z
16302024-11-26T08:18:54.263Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16312024-11-26T08:18:56.878Ztest ddm::test_trio_v3 ... ok
16322024-11-26T08:18:56.878Z
16332024-11-26T08:18:56.878Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 570.46s
16342024-11-26T08:18:56.878Z
16352024-11-26T08:18:56.907Z+ cleanup
16362024-11-26T08:18:56.909Z++ id -un
16372024-11-26T08:18:56.949Z++ id -gn
16382024-11-26T08:18:56.952Z+ pfexec chown -R build:build .
16392024-11-26T08:18:57.035Zprocess exited: duration 1096145 ms, exit code 0
 
16402024-11-26T08:18:57.045Zfound 4 output files
16412024-11-26T08:18:57.045Zuploading: /work/s1.trio.log (4203 bytes)
16422024-11-26T08:18:58.053Zuploaded: /work/s1.trio.log
16432024-11-26T08:18:58.054Zuploading: /work/s2.trio.log (10913 bytes)
16442024-11-26T08:18:59.065Zuploaded: /work/s2.trio.log
16452024-11-26T08:18:59.070Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16462024-11-26T08:19:00.076Zuploaded: /work/sidecar.trio-softnpu.log
16472024-11-26T08:19:00.078Zuploading: /work/t1.trio.log (26090 bytes)
16482024-11-26T08:19:01.086Zuploaded: /work/t1.trio.log