01JESYVW82J1NFVX8AFCQH0T89: test-ddm-trio-v2-server

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T04:16:58.432Zjob assigned to worker 01JESYWXGERBHD1Y2MG23HN0KM [factory aws, i-08bf5860e228a9ec4] (queued for 1 m 3 s)
 
22024-12-11T04:17:06.186Zstarting task 0: "setup"
32024-12-11T04:17:06.196Z++ uname -s
42024-12-11T04:17:06.198Z+ kern=SunOS
52024-12-11T04:17:06.198Z+ case "$kern" in
62024-12-11T04:17:06.198Z+ groupadd -g 12345 build
72024-12-11T04:17:06.200Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T04:17:08.219Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T04:17:08.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T04:17:08.356Z+ home_fs=zfs
112024-12-11T04:17:08.356Z+ [[ zfs == autofs ]]
122024-12-11T04:17:08.356Z+ mkdir -p /home/build
132024-12-11T04:17:08.359Z+ chown build:build /home/build /work
142024-12-11T04:17:10.374Z+ chmod 0700 /home/build /work
152024-12-11T04:17:10.377Zprocess exited: duration 4160 ms, exit code 0
 
162024-12-11T04:17:10.383Zstarting task 1: "rust-toolchain"
172024-12-11T04:17:10.388Z+ printf ' * toolchain channel = "%s"
182024-12-11T04:17:10.388Z' stable
192024-12-11T04:17:10.388Z * toolchain channel = "stable"
202024-12-11T04:17:10.388Z * toolchain profile = "default"
212024-12-11T04:17:10.388Z+ printf ' * toolchain profile = "%s"
222024-12-11T04:17:10.388Z' default
232024-12-11T04:17:10.391Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T04:17:10.391Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T04:17:10.506Zinfo: downloading installer
262024-12-11T04:17:12.013Zinfo: profile set to 'default'
272024-12-11T04:17:12.013Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T04:17:12.016Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T04:17:12.152Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T04:17:12.155Zinfo: downloading component 'cargo'
312024-12-11T04:17:12.883Zinfo: downloading component 'clippy'
322024-12-11T04:17:13.169Zinfo: downloading component 'rust-docs'
332024-12-11T04:17:14.195Zinfo: downloading component 'rust-std'
342024-12-11T04:17:15.673Zinfo: downloading component 'rustc'
352024-12-11T04:17:21.260Zinfo: downloading component 'rustfmt'
362024-12-11T04:17:21.476Zinfo: installing component 'cargo'
372024-12-11T04:17:22.275Zinfo: installing component 'clippy'
382024-12-11T04:17:22.649Zinfo: installing component 'rust-docs'
392024-12-11T04:17:24.347Zinfo: installing component 'rust-std'
402024-12-11T04:17:25.946Zinfo: installing component 'rustc'
412024-12-11T04:17:31.630Zinfo: installing component 'rustfmt'
422024-12-11T04:17:31.954Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T04:17:31.954Z
442024-12-11T04:17:32.343Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T04:17:32.343Z
462024-12-11T04:17:32.346Z
472024-12-11T04:17:32.346ZRust is installed now. Great!
482024-12-11T04:17:32.346Z
492024-12-11T04:17:32.346ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T04:17:32.346Zenvironment variable. This has not been done automatically.
512024-12-11T04:17:32.346Z
522024-12-11T04:17:32.346ZTo configure your current shell, you need to source
532024-12-11T04:17:32.346Zthe corresponding env file under $HOME/.cargo.
542024-12-11T04:17:32.346Z
552024-12-11T04:17:32.346ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T04:17:32.346Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T04:17:32.346Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T04:17:32.444Z+ rustc --version
592024-12-11T04:17:32.527Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T04:17:32.530Zprocess exited: duration 21991 ms, exit code 0
 
612024-12-11T04:17:32.535Zstarting task 2: "authentication"
622024-12-11T04:17:32.555Zprocess exited: duration 20 ms, exit code 0
 
632024-12-11T04:17:32.561Zstarting task 3: "clone repository"
642024-12-11T04:17:32.566Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-11T04:17:32.569Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-11T04:17:32.823ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-11T04:17:33.510Z+ cd /work/oxidecomputer/maghemite
682024-12-11T04:17:33.510Z+ git fetch origin 8c8c05726385430561deac06b456006fe403a0fb
692024-12-11T04:17:33.771ZFrom https://github.com/oxidecomputer/maghemite
702024-12-11T04:17:33.774Z * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD
712024-12-11T04:17:33.779Z+ [[ -n renovate/serde-monorepo ]]
722024-12-11T04:17:33.782Z++ git branch --show-current
732024-12-11T04:17:33.786Z+ current=main
742024-12-11T04:17:33.786Z+ [[ main != renovate/serde-monorepo ]]
752024-12-11T04:17:33.786Z+ git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb
762024-12-11T04:17:33.789Z+ git checkout -f renovate/serde-monorepo
772024-12-11T04:17:33.801ZSwitched to branch 'renovate/serde-monorepo'
782024-12-11T04:17:33.803Z+ git reset --hard 8c8c05726385430561deac06b456006fe403a0fb
792024-12-11T04:17:33.806ZHEAD is now at 8c8c057 Update Rust crate serde to 1.0.216
802024-12-11T04:17:33.809Zprocess exited: duration 1237 ms, exit code 0
 
812024-12-11T04:17:33.816Zstarting task 4: "build"
822024-12-11T04:17:33.821Z++ cargo --version
832024-12-11T04:17:33.824Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-11T04:17:33.969Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-11T04:17:33.969Zinfo: downloading component 'cargo'
862024-12-11T04:17:34.688Zinfo: downloading component 'clippy'
872024-12-11T04:17:34.954Zinfo: downloading component 'rust-docs'
882024-12-11T04:17:35.955Zinfo: downloading component 'rust-std'
892024-12-11T04:17:37.523Zinfo: downloading component 'rustc'
902024-12-11T04:17:43.092Zinfo: downloading component 'rustfmt'
912024-12-11T04:17:43.301Zinfo: installing component 'cargo'
922024-12-11T04:17:44.089Zinfo: installing component 'clippy'
932024-12-11T04:17:44.445Zinfo: installing component 'rust-docs'
942024-12-11T04:17:46.028Zinfo: installing component 'rust-std'
952024-12-11T04:17:47.668Zinfo: installing component 'rustc'
962024-12-11T04:17:53.271Zinfo: installing component 'rustfmt'
972024-12-11T04:17:53.678Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-11T04:17:53.681Z++ rustc --version
992024-12-11T04:17:53.751Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-11T04:17:53.754Z++ dladm
1012024-12-11T04:17:53.759ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-11T04:17:53.759Zena0 phys 9216 up -- --
1032024-12-11T04:17:53.761Z++ ipadm
1042024-12-11T04:17:53.763ZADDROBJ TYPE STATE ADDR
1052024-12-11T04:17:53.763Zlo0/v4 static ok 127.0.0.1/8
1062024-12-11T04:17:53.763Zena0/dhcp dhcp ok 10.150.1.229/24
1072024-12-11T04:17:53.763Zlo0/v6 static ok ::1/128
1082024-12-11T04:17:53.763Z++ banner collect
1092024-12-11T04:17:53.862Z
1102024-12-11T04:17:53.862Z #### #### # # ###### #### #####
1112024-12-11T04:17:53.862Z # # # # # # # # # #
1122024-12-11T04:17:53.862Z # # # # # ##### # #
1132024-12-11T04:17:53.862Z # # # # # # # #
1142024-12-11T04:17:53.862Z # # # # # # # # # #
1152024-12-11T04:17:53.862Z #### #### ###### ###### ###### #### #
1162024-12-11T04:17:53.862Z
1172024-12-11T04:17:53.869Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-11T04:17:53.869Z++ repo=softnpu
1192024-12-11T04:17:53.869Z++ series=image
1202024-12-11T04:17:53.869Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-11T04:17:53.869Z++ name=softnpu
1222024-12-11T04:17:53.869Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-11T04:17:53.869Z++ mkdir -p download
1242024-12-11T04:17:53.869Z++ pushd download
1252024-12-11T04:17:53.869Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-11T04:17:53.869Z++ [[ ! -f softnpu ]]
1272024-12-11T04:17:53.869Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-11T04:17:53.873Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-11T04:17:53.875Z Dload Upload Total Spent Left Speed
1302024-12-11T04:17:54.583Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 30.9M 0 --:--:-- --:--:-- --:--:-- 30.9M
1312024-12-11T04:17:54.586Z++ popd
1322024-12-11T04:17:54.589Z/work/oxidecomputer/maghemite
1332024-12-11T04:17:54.589Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-11T04:17:54.589Z++ repo=sidecar-lite
1352024-12-11T04:17:54.589Z++ series=release
1362024-12-11T04:17:54.589Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-11T04:17:54.589Z++ name=libsidecar_lite.so
1382024-12-11T04:17:54.589Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-11T04:17:54.589Z++ mkdir -p download
1402024-12-11T04:17:54.589Z++ pushd download
1412024-12-11T04:17:54.589Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-11T04:17:54.591Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-11T04:17:54.592Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-11T04:17:54.597Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-11T04:17:54.597Z Dload Upload Total Spent Left Speed
1462024-12-11T04:17:55.066Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 43.5M 0 --:--:-- --:--:-- --:--:-- 43.5M
1472024-12-11T04:17:55.069Z++ popd
1482024-12-11T04:17:55.071Z/work/oxidecomputer/maghemite
1492024-12-11T04:17:55.071Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-11T04:17:55.071Z++ repo=sidecar-lite
1512024-12-11T04:17:55.071Z++ series=release
1522024-12-11T04:17:55.071Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-11T04:17:55.071Z++ name=scadm
1542024-12-11T04:17:55.072Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-11T04:17:55.072Z++ mkdir -p download
1562024-12-11T04:17:55.072Z++ pushd download
1572024-12-11T04:17:55.072Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-11T04:17:55.072Z++ [[ ! -f scadm ]]
1592024-12-11T04:17:55.074Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-11T04:17:55.079Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-11T04:17:55.081Z Dload Upload Total Spent Left Speed
1622024-12-11T04:17:55.639Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 41.0M 0 --:--:-- --:--:-- --:--:-- 41.1M
1632024-12-11T04:17:55.642Z++ popd
1642024-12-11T04:17:55.645Z/work/oxidecomputer/maghemite
1652024-12-11T04:17:55.645Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-11T04:17:55.645Z++ repo=dendrite
1672024-12-11T04:17:55.645Z++ series=image
1682024-12-11T04:17:55.645Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-11T04:17:55.645Z++ name=dendrite-softnpu.tar.gz
1702024-12-11T04:17:55.645Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-11T04:17:55.645Z++ mkdir -p download
1722024-12-11T04:17:55.645Z++ pushd download
1732024-12-11T04:17:55.645Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-11T04:17:55.645Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-11T04:17:55.645Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-11T04:17:55.653Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-11T04:17:55.653Z Dload Upload Total Spent Left Speed
1782024-12-11T04:17:56.513Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 44.0M 0 --:--:-- --:--:-- --:--:-- 44.0M
1792024-12-11T04:17:56.516Z++ popd
1802024-12-11T04:17:56.516Z/work/oxidecomputer/maghemite
1812024-12-11T04:17:56.516Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-11T04:17:56.516Z++ repo=maghemite
1832024-12-11T04:17:56.516Z++ series=release
1842024-12-11T04:17:56.516Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-11T04:17:56.516Z++ name=ddmd
1862024-12-11T04:17:56.516Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-11T04:17:56.516Z++ mkdir -p download
1882024-12-11T04:17:56.519Z++ pushd download
1892024-12-11T04:17:56.519Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-11T04:17:56.519Z++ [[ ! -f ddmd ]]
1912024-12-11T04:17:56.519Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-11T04:17:56.525Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-11T04:17:56.539Z Dload Upload Total Spent Left Speed
1942024-12-11T04:17:57.513Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 42.0M 0 --:--:-- --:--:-- --:--:-- 42.0M
1952024-12-11T04:17:57.520Z++ popd
1962024-12-11T04:17:57.520Z/work/oxidecomputer/maghemite
1972024-12-11T04:17:57.521Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-11T04:17:57.521Z++ repo=maghemite
1992024-12-11T04:17:57.521Z++ series=release
2002024-12-11T04:17:57.521Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-11T04:17:57.521Z++ name=ddmadm
2022024-12-11T04:17:57.521Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-11T04:17:57.521Z++ mkdir -p download
2042024-12-11T04:17:57.521Z++ pushd download
2052024-12-11T04:17:57.521Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-11T04:17:57.521Z++ [[ ! -f ddmadm ]]
2072024-12-11T04:17:57.522Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-11T04:17:57.533Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-11T04:17:57.533Z Dload Upload Total Spent Left Speed
2102024-12-11T04:17:57.880Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 50.3M 0 --:--:-- --:--:-- --:--:-- 50.3M
2112024-12-11T04:17:57.883Z++ popd
2122024-12-11T04:17:57.883Z/work/oxidecomputer/maghemite
2132024-12-11T04:17:57.883Z++ pushd download
2142024-12-11T04:17:57.883Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-11T04:17:57.883Z++ chmod +x softnpu
2162024-12-11T04:17:57.886Z++ chmod +x scadm
2172024-12-11T04:17:57.888Z++ chmod +x ddmadm
2182024-12-11T04:17:57.892Z++ chmod +x ddmd
2192024-12-11T04:17:57.892Z++ mv ddmadm ddmadm-v2
2202024-12-11T04:17:57.898Z++ mv ddmd ddmd-v2
2212024-12-11T04:17:57.898Z++ rm -rf zones/dendrite
2222024-12-11T04:17:57.898Z++ mkdir -p zones/dendrite
2232024-12-11T04:17:57.913Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-11T04:17:58.760Z++ popd
2252024-12-11T04:17:58.760Z/work/oxidecomputer/maghemite
2262024-12-11T04:17:58.760Z++ banner install
2272024-12-11T04:17:58.763Z
2282024-12-11T04:17:58.763Z # # # #### ##### ## # #
2292024-12-11T04:17:58.763Z # ## # # # # # # #
2302024-12-11T04:17:58.764Z # # # # #### # # # # #
2312024-12-11T04:17:58.764Z # # # # # # ###### # #
2322024-12-11T04:17:58.764Z # # ## # # # # # # #
2332024-12-11T04:17:58.764Z # # # #### # # # ###### ######
2342024-12-11T04:17:58.764Z
2352024-12-11T04:17:58.764Z++ pkg info brand/sparse
2362024-12-11T04:17:58.764Z++ grep -qi installed
2372024-12-11T04:18:10.931Zpkg: info: no packages matching the following patterns you specified are
2382024-12-11T04:18:10.931Zinstalled on the system. Try querying remotely instead:
2392024-12-11T04:18:10.931Z
2402024-12-11T04:18:10.931Z brand/sparse
2412024-12-11T04:18:10.976Z++ [[ 1 != 0 ]]
2422024-12-11T04:18:10.976Z++ set -o errexit
2432024-12-11T04:18:10.976Z++ pfexec pkg install brand/sparse
2442024-12-11T04:18:18.602Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-11T04:18:22.546Z Startup: Caching catalogs ... Done
2462024-12-11T04:18:32.463ZPlanning: Solver setup ... Done
2472024-12-11T04:18:32.591ZPlanning: Running solver ... Done
2482024-12-11T04:18:32.945ZPlanning: Finding local manifests ... Done
2492024-12-11T04:18:32.974ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-11T04:18:33.220ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-11T04:18:33.849ZPlanning: Package planning ... Done
2522024-12-11T04:18:33.855ZPlanning: Merging actions ... Done
2532024-12-11T04:18:34.654ZPlanning: Checking for conflicting actions ... Done
2542024-12-11T04:18:43.545ZPlanning: Consolidating action changes ... Done
2552024-12-11T04:18:43.904ZPlanning: Evaluating mediators ... Done
2562024-12-11T04:18:44.014ZPlanning: Planning completed in 21.22 seconds
2572024-12-11T04:18:44.562Z Packages to install: 1
2582024-12-11T04:18:44.562Z Packages to update: 2
2592024-12-11T04:18:44.565Z Create boot environment: No
2602024-12-11T04:18:44.565ZCreate backup boot environment: Yes
2612024-12-11T04:18:45.194Z
2622024-12-11T04:18:45.194ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-11T04:18:48.266ZDownload: Completed 8.03 MB in 3.05 seconds (2.6M/s)
2642024-12-11T04:18:49.203Z Actions: 1/1419 actions (Removing old actions)
2652024-12-11T04:18:49.217Z Actions: 199/1419 actions (Installing new actions)
2662024-12-11T04:18:49.332Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-11T04:18:49.787Z Actions: Completed 1419 actions in 0.58 seconds.
2682024-12-11T04:18:49.987Z Done
2692024-12-11T04:18:49.989Z Done
2702024-12-11T04:18:50.495Z Done
2712024-12-11T04:18:57.699Z Done
2722024-12-11T04:18:58.360Z Done
2732024-12-11T04:18:58.363Z Done
2742024-12-11T04:18:58.454Z Done
2752024-12-11T04:18:58.840Z++ set -o errexit
2762024-12-11T04:18:58.840Z++ set -o pipefail
2772024-12-11T04:18:58.840Z++ banner build
2782024-12-11T04:18:58.843Z
2792024-12-11T04:18:58.843Z ##### # # # # #####
2802024-12-11T04:18:58.843Z # # # # # # # #
2812024-12-11T04:18:58.843Z ##### # # # # # #
2822024-12-11T04:18:58.843Z # # # # # # # #
2832024-12-11T04:18:58.843Z # # # # # # # #
2842024-12-11T04:18:58.843Z ##### #### # ###### #####
2852024-12-11T04:18:58.843Z
2862024-12-11T04:18:58.843Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-11T04:18:59.026Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-11T04:18:59.261Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-11T04:18:59.473ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-11T04:18:59.473Z * [new branch] ci -> origin/ci
2912024-12-11T04:18:59.476Z * [new branch] main -> origin/main
2922024-12-11T04:18:59.476Z * [new ref] -> origin/HEAD
2932024-12-11T04:18:59.486Z Updating crates.io index
2942024-12-11T04:18:59.542Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-11T04:19:00.247ZFrom https://github.com/oxidecomputer/falcon
2962024-12-11T04:19:00.247Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-11T04:19:00.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-11T04:19:01.486ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-11T04:19:01.486Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-11T04:19:01.543Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-11T04:19:01.961ZFrom https://github.com/oxidecomputer/ispf
3022024-12-11T04:19:01.961Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-11T04:19:01.969Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-11T04:19:02.406ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-11T04:19:02.406Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-11T04:19:02.418Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-11T04:19:06.240ZFrom https://github.com/oxidecomputer/omicron
3082024-12-11T04:19:06.240Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-11T04:19:06.269Z * [new tag] dogfood -> dogfood
3102024-12-11T04:19:06.271Z * [new tag] v5 -> v5
3112024-12-11T04:19:06.271Z * [new tag] v6 -> v6
3122024-12-11T04:19:06.271Z * [new tag] v7 -> v7
3132024-12-11T04:19:06.271Z * [new tag] v8 -> v8
3142024-12-11T04:19:06.271Z * [new tag] v9 -> v9
3152024-12-11T04:19:06.625Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-11T04:19:07.527ZFrom https://github.com/oxidecomputer/opte
3172024-12-11T04:19:07.527Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-11T04:19:07.593Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-11T04:19:08.023ZFrom https://github.com/illumos/smf-rs
3202024-12-11T04:19:08.023Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-11T04:19:08.054Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-11T04:19:08.576ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-11T04:19:08.576Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-11T04:19:08.593Z * [new tag] rift -> rift
3252024-12-11T04:19:08.596Z * [new tag] srp -> srp
3262024-12-11T04:19:08.596Z * [new tag] tie-spf -> tie-spf
3272024-12-11T04:19:08.627Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-11T04:19:09.026ZFrom https://github.com/oxidecomputer/zone
3292024-12-11T04:19:09.026Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-11T04:19:09.078Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-11T04:19:09.768ZFrom https://github.com/oxidecomputer/propolis
3322024-12-11T04:19:09.768Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-11T04:19:09.854Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-11T04:19:10.266ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-11T04:19:10.266Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-11T04:19:10.304Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-11T04:19:10.714ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-11T04:19:10.714Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-11T04:19:10.728Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-11T04:19:10.742Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-11T04:19:11.158ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-11T04:19:11.158Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-11T04:19:11.181Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-11T04:19:11.631ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-11T04:19:11.631Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-11T04:19:11.702Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-11T04:19:12.138ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-11T04:19:12.138Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-11T04:19:12.172Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-11T04:19:12.581ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-11T04:19:12.581Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-11T04:19:12.606Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-11T04:19:13.036ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-11T04:19:13.036Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-11T04:19:13.069Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-11T04:19:13.505ZFrom https://github.com/illumos/libscf-sys
3572024-12-11T04:19:13.505Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-11T04:19:13.541Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-11T04:19:14.496ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-11T04:19:14.496Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-11T04:19:14.517Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-11T04:19:14.520Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-11T04:19:14.520Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-11T04:19:14.520Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-11T04:19:14.520Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-11T04:19:14.520Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-11T04:19:14.520Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-11T04:19:14.799Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-11T04:19:15.533ZFrom https://github.com/oxidecomputer/typify
3702024-12-11T04:19:15.533Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-11T04:19:15.536Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-11T04:19:15.553Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-11T04:19:15.555Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-11T04:19:15.555Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-11T04:19:15.555Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-11T04:19:15.555Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-11T04:19:15.555Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-11T04:19:15.555Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-11T04:19:15.555Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-11T04:19:15.555Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-11T04:19:15.555Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-11T04:19:15.556Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-11T04:19:15.556Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-11T04:19:15.556Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-11T04:19:15.711Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-11T04:19:17.492ZFrom https://github.com/oxidecomputer/crucible
3872024-12-11T04:19:17.492Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-11T04:19:17.550Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-11T04:19:17.988ZFrom https://github.com/oxidecomputer/opte
3902024-12-11T04:19:17.988Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-11T04:19:18.047Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-11T04:19:18.694ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-11T04:19:18.694Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-11T04:19:19.469Z Downloading crates ...
3952024-12-11T04:19:19.587Z Downloaded schemars v0.8.21
3962024-12-11T04:19:19.625Z Downloaded ahash v0.8.11
3972024-12-11T04:19:19.629Z Downloaded arc-swap v1.7.1
3982024-12-11T04:19:19.644Z Downloaded async-stream-impl v0.3.5
3992024-12-11T04:19:19.653Z Downloaded allocator-api2 v0.2.18
4002024-12-11T04:19:19.656Z Downloaded atomic-waker v1.1.2
4012024-12-11T04:19:19.659Z Downloaded anstyle v1.0.10
4022024-12-11T04:19:19.661Z Downloaded async-stream v0.3.5
4032024-12-11T04:19:19.661Z Downloaded anstyle-query v1.1.1
4042024-12-11T04:19:19.664Z Downloaded pin-utils v0.1.0
4052024-12-11T04:19:19.664Z Downloaded parking_lot_core v0.9.10
4062024-12-11T04:19:19.668Z Downloaded paste v1.0.15
4072024-12-11T04:19:19.670Z Downloaded pest_derive v2.7.13
4082024-12-11T04:19:19.673Z Downloaded autocfg v1.3.0
4092024-12-11T04:19:19.673Z Downloaded aho-corasick v1.1.3
4102024-12-11T04:19:19.680Z Downloaded pest_meta v2.7.13
4112024-12-11T04:19:19.683Z Downloaded plain v0.2.3
4122024-12-11T04:19:19.683Z Downloaded pkg-config v0.3.31
4132024-12-11T04:19:19.685Z Downloaded parse-display v0.10.0
4142024-12-11T04:19:19.685Z Downloaded parse-display-derive v0.10.0
4152024-12-11T04:19:19.688Z Downloaded quote v1.0.37
4162024-12-11T04:19:19.691Z Downloaded base64 v0.21.7
4172024-12-11T04:19:19.693Z Downloaded pretty-hex v0.4.1
4182024-12-11T04:19:19.696Z Downloaded ppv-lite86 v0.2.20
4192024-12-11T04:19:19.699Z Downloaded bytes v1.7.2
4202024-12-11T04:19:19.701Z Downloaded pretty-hex v0.2.1
4212024-12-11T04:19:19.705Z Downloaded progenitor-client v0.8.0
4222024-12-11T04:19:19.705Z Downloaded const-random-macro v0.1.16
4232024-12-11T04:19:19.705Z Downloaded powerfmt v0.2.0
4242024-12-11T04:19:19.708Z Downloaded progenitor-macro v0.8.0
4252024-12-11T04:19:19.708Z Downloaded crunchy v0.2.2
4262024-12-11T04:19:19.710Z Downloaded crucible-workspace-hack v0.1.0
4272024-12-11T04:19:19.710Z Downloaded quick-error v1.2.3
4282024-12-11T04:19:19.715Z Downloaded proc-macro-crate v1.3.1
4292024-12-11T04:19:19.715Z Downloaded pest_generator v2.7.13
4302024-12-11T04:19:19.718Z Downloaded quinn-udp v0.5.5
4312024-12-11T04:19:19.718Z Downloaded cpufeatures v0.2.14
4322024-12-11T04:19:19.718Z Downloaded byteorder v1.5.0
4332024-12-11T04:19:19.721Z Downloaded colored v2.1.0
4342024-12-11T04:19:19.721Z Downloaded clap_lex v0.7.4
4352024-12-11T04:19:19.723Z Downloaded console v0.15.8
4362024-12-11T04:19:19.726Z Downloaded ciborium-io v0.2.2
4372024-12-11T04:19:19.728Z Downloaded cfg-if v1.0.0
4382024-12-11T04:19:19.728Z Downloaded block-buffer v0.10.4
4392024-12-11T04:19:19.731Z Downloaded rand_core v0.6.4
4402024-12-11T04:19:19.731Z Downloaded rustc_version v0.4.1
4412024-12-11T04:19:19.734Z Downloaded pin-project-lite v0.2.14
4422024-12-11T04:19:19.736Z Downloaded crc8 v0.1.1
4432024-12-11T04:19:19.739Z Downloaded proc-macro-crate v3.2.0
4442024-12-11T04:19:19.739Z Downloaded const-random v0.1.18
4452024-12-11T04:19:19.742Z Downloaded equivalent v1.0.1
4462024-12-11T04:19:19.742Z Downloaded foreign-types-shared v0.1.1
4472024-12-11T04:19:19.745Z Downloaded foreign-types v0.5.0
4482024-12-11T04:19:19.745Z Downloaded sigpipe v0.1.3
4492024-12-11T04:19:19.745Z Downloaded password-hash v0.5.0
4502024-12-11T04:19:19.748Z Downloaded scopeguard v1.2.0
4512024-12-11T04:19:19.748Z Downloaded rustc_version v0.1.7
4522024-12-11T04:19:19.752Z Downloaded rand_chacha v0.3.1
4532024-12-11T04:19:19.752Z Downloaded slog-bunyan v2.5.0
4542024-12-11T04:19:19.755Z Downloaded scroll_derive v0.12.0
4552024-12-11T04:19:19.755Z Downloaded crypto-common v0.1.6
4562024-12-11T04:19:19.755Z Downloaded serde-big-array v0.5.1
4572024-12-11T04:19:19.755Z Downloaded convert_case v0.4.0
4582024-12-11T04:19:19.758Z Downloaded clap_derive v4.5.18
4592024-12-11T04:19:19.760Z Downloaded serde_spanned v0.6.7
4602024-12-11T04:19:19.760Z Downloaded rustc-hash v2.0.0
4612024-12-11T04:19:19.763Z Downloaded embedded-io v0.4.0
4622024-12-11T04:19:19.763Z Downloaded dtrace-parser v0.2.0
4632024-12-11T04:19:19.766Z Downloaded schemars_derive v0.8.21
4642024-12-11T04:19:19.766Z Downloaded slab v0.4.9
4652024-12-11T04:19:19.768Z Downloaded num-conv v0.1.0
4662024-12-11T04:19:19.770Z Downloaded shlex v1.3.0
4672024-12-11T04:19:19.770Z Downloaded embedded-io v0.6.1
4682024-12-11T04:19:19.773Z Downloaded bitflags v1.3.2
4692024-12-11T04:19:19.775Z Downloaded rustversion v1.0.17
4702024-12-11T04:19:19.778Z Downloaded signal-hook-registry v1.4.2
4712024-12-11T04:19:19.780Z Downloaded serde_path_to_error v0.1.16
4722024-12-11T04:19:19.780Z Downloaded resolv-conf v0.7.0
4732024-12-11T04:19:19.783Z Downloaded fnv v1.0.7
4742024-12-11T04:19:19.783Z Downloaded slog-envlogger v2.2.0
4752024-12-11T04:19:19.786Z Downloaded futures-macro v0.3.30
4762024-12-11T04:19:19.786Z Downloaded slog-dtrace v0.3.0
4772024-12-11T04:19:19.788Z Downloaded serde_tokenstream v0.2.2
4782024-12-11T04:19:19.791Z Downloaded rustls-pemfile v1.0.4
4792024-12-11T04:19:19.793Z Downloaded errno v0.3.9
4802024-12-11T04:19:19.793Z Downloaded sync_wrapper v0.1.2
4812024-12-11T04:19:19.796Z Downloaded hubpack_derive v0.1.1
4822024-12-11T04:19:19.796Z Downloaded http-body v1.0.1
4832024-12-11T04:19:19.796Z Downloaded progenitor-impl v0.8.0
4842024-12-11T04:19:19.799Z Downloaded futures-core v0.3.30
4852024-12-11T04:19:19.799Z Downloaded form_urlencoded v1.2.1
4862024-12-11T04:19:19.802Z Downloaded crossbeam-epoch v0.9.18
4872024-12-11T04:19:19.804Z Downloaded futures-channel v0.3.30
4882024-12-11T04:19:19.806Z Downloaded want v0.3.1
4892024-12-11T04:19:19.807Z Downloaded usdt-attr-macro v0.5.0
4902024-12-11T04:19:19.809Z Downloaded tower-service v0.3.3
4912024-12-11T04:19:19.809Z Downloaded instant v0.1.13
4922024-12-11T04:19:19.813Z Downloaded num_threads v0.1.7
4932024-12-11T04:19:19.813Z Downloaded scroll v0.12.0
4942024-12-11T04:19:19.816Z Downloaded proc-macro-error v1.0.4
4952024-12-11T04:19:19.818Z Downloaded hash32 v0.3.1
4962024-12-11T04:19:19.818Z Downloaded sha1 v0.10.6
4972024-12-11T04:19:19.821Z Downloaded serde_urlencoded v0.7.1
4982024-12-11T04:19:19.824Z Downloaded base64ct v1.6.0
4992024-12-11T04:19:19.824Z Downloaded proc-macro2 v1.0.86
5002024-12-11T04:19:19.827Z Downloaded num_enum v0.7.3
5012024-12-11T04:19:19.831Z Downloaded openssl-probe v0.1.5
5022024-12-11T04:19:19.833Z Downloaded async-trait v0.1.83
5032024-12-11T04:19:19.836Z Downloaded take_mut v0.2.2
5042024-12-11T04:19:19.839Z Downloaded spin v0.5.2
5052024-12-11T04:19:19.839Z Downloaded slog-scope v4.4.0
5062024-12-11T04:19:19.841Z Downloaded hyper-tls v0.6.0
5072024-12-11T04:19:19.844Z Downloaded usdt-macro v0.5.0
5082024-12-11T04:19:19.844Z Downloaded hyper-tls v0.5.0
5092024-12-11T04:19:19.844Z Downloaded linked-hash-map v0.5.6
5102024-12-11T04:19:19.848Z Downloaded smf v0.2.3
5112024-12-11T04:19:19.848Z Downloaded linear-map v1.2.0
5122024-12-11T04:19:19.851Z Downloaded tokio-native-tls v0.3.1
5132024-12-11T04:19:19.851Z Downloaded prettyplease v0.2.22
5142024-12-11T04:19:19.854Z Downloaded lru-cache v0.1.2
5152024-12-11T04:19:19.856Z Downloaded heck v0.4.1
5162024-12-11T04:19:19.856Z Downloaded usdt v0.5.0
5172024-12-11T04:19:19.859Z Downloaded thread-id v4.2.2
5182024-12-11T04:19:19.859Z Downloaded rhai_codegen v2.2.0
5192024-12-11T04:19:19.866Z Downloaded swrite v0.1.0
5202024-12-11T04:19:19.868Z Downloaded sha2 v0.10.8
5212024-12-11T04:19:19.870Z Downloaded derive_more v0.99.18
5222024-12-11T04:19:19.876Z Downloaded num-derive v0.4.2
5232024-12-11T04:19:19.879Z Downloaded managed v0.8.0
5242024-12-11T04:19:19.879Z Downloaded ryu v1.0.18
5252024-12-11T04:19:19.881Z Downloaded tinyvec_macros v0.1.1
5262024-12-11T04:19:19.884Z Downloaded slog v2.7.0
5272024-12-11T04:19:19.886Z Downloaded time-core v0.1.2
5282024-12-11T04:19:19.886Z Downloaded fxhash v0.2.1
5292024-12-11T04:19:19.886Z Downloaded similar v2.6.0
5302024-12-11T04:19:19.891Z Downloaded futures v0.3.30
5312024-12-11T04:19:19.896Z Downloaded hex v0.4.3
5322024-12-11T04:19:19.899Z Downloaded macaddr v1.0.1
5332024-12-11T04:19:19.902Z Downloaded tiny-keccak v2.0.2
5342024-12-11T04:19:19.902Z Downloaded utf8parse v0.2.2
5352024-12-11T04:19:19.904Z Downloaded usdt-impl v0.5.0
5362024-12-11T04:19:19.904Z Downloaded untrusted v0.9.0
5372024-12-11T04:19:19.907Z Downloaded match_cfg v0.1.0
5382024-12-11T04:19:19.907Z Downloaded tracing-attributes v0.1.27
5392024-12-11T04:19:19.909Z Downloaded tokio-rustls v0.24.1
5402024-12-11T04:19:19.912Z Downloaded thiserror-impl v1.0.69
5412024-12-11T04:19:19.916Z Downloaded thiserror v1.0.69
5422024-12-11T04:19:19.918Z Downloaded num-iter v0.1.45
5432024-12-11T04:19:19.920Z Downloaded typify-macro v0.2.0
5442024-12-11T04:19:19.920Z Downloaded num-derive v0.3.3
5452024-12-11T04:19:19.923Z Downloaded smallvec v1.13.2
5462024-12-11T04:19:19.925Z Downloaded newline-converter v0.3.0
5472024-12-11T04:19:19.925Z Downloaded terminal_size v0.4.0
5482024-12-11T04:19:19.927Z Downloaded strum v0.26.3
5492024-12-11T04:19:19.927Z Downloaded waitgroup v0.1.2
5502024-12-11T04:19:19.930Z Downloaded humantime v2.1.0
5512024-12-11T04:19:19.930Z Downloaded strsim v0.11.1
5522024-12-11T04:19:19.932Z Downloaded hostname v0.4.0
5532024-12-11T04:19:19.932Z Downloaded tokio-macros v2.4.0
5542024-12-11T04:19:19.935Z Downloaded log v0.4.22
5552024-12-11T04:19:19.937Z Downloaded futures-task v0.3.30
5562024-12-11T04:19:19.938Z Downloaded term v0.7.0
5572024-12-11T04:19:19.940Z Downloaded openssl-macros v0.1.1
5582024-12-11T04:19:19.945Z Downloaded try-lock v0.2.5
5592024-12-11T04:19:19.945Z Downloaded lazy_static v1.5.0
5602024-12-11T04:19:19.945Z Downloaded time-macros v0.2.18
5612024-12-11T04:19:19.948Z Downloaded tempfile v3.12.0
5622024-12-11T04:19:19.950Z Downloaded mime v0.3.17
5632024-12-11T04:19:19.950Z Downloaded hyper-rustls v0.27.3
5642024-12-11T04:19:19.952Z Downloaded socket2 v0.5.8
5652024-12-11T04:19:19.955Z Downloaded num-complex v0.4.6
5662024-12-11T04:19:19.957Z Downloaded static_assertions v1.1.0
5672024-12-11T04:19:19.957Z Downloaded omicron-workspace-hack v0.1.0
5682024-12-11T04:19:19.959Z Downloaded is-terminal v0.4.13
5692024-12-11T04:19:19.959Z Downloaded native-tls v0.2.12
5702024-12-11T04:19:19.962Z Downloaded highway v1.2.0
5712024-12-11T04:19:19.964Z Downloaded indent_write v2.2.0
5722024-12-11T04:19:19.964Z Downloaded rand v0.8.5
5732024-12-11T04:19:19.967Z Downloaded sync_wrapper v1.0.1
5742024-12-11T04:19:19.970Z Downloaded memmap v0.7.0
5752024-12-11T04:19:19.970Z Downloaded darling_core v0.20.10
5762024-12-11T04:19:19.974Z Downloaded zone_cfg_derive v0.3.0
5772024-12-11T04:19:19.976Z Downloaded structmeta v0.3.0
5782024-12-11T04:19:19.976Z Downloaded num-rational v0.4.2
5792024-12-11T04:19:19.978Z Downloaded structmeta-derive v0.3.0
5802024-12-11T04:19:19.981Z Downloaded num_enum_derive v0.7.3
5812024-12-11T04:19:19.981Z Downloaded slog-json v2.6.1
5822024-12-11T04:19:19.983Z Downloaded ident_case v1.0.1
5832024-12-11T04:19:19.983Z Downloaded newtype_derive v0.1.6
5842024-12-11T04:19:19.985Z Downloaded version_check v0.9.5
5852024-12-11T04:19:19.985Z Downloaded getrandom v0.2.15
5862024-12-11T04:19:19.988Z Downloaded ipnetwork v0.20.0
5872024-12-11T04:19:19.990Z Downloaded strum_macros v0.25.3
5882024-12-11T04:19:19.992Z Downloaded num_enum_derive v0.5.11
5892024-12-11T04:19:19.995Z Downloaded tinyvec v1.8.0
5902024-12-11T04:19:19.998Z Downloaded whoami v1.5.2
5912024-12-11T04:19:20.000Z Downloaded thread_local v1.1.8
5922024-12-11T04:19:20.000Z Downloaded generic-array v0.14.7
5932024-12-11T04:19:20.000Z Downloaded newtype-uuid v1.1.0
5942024-12-11T04:19:20.003Z Downloaded openssl-sys v0.9.103
5952024-12-11T04:19:20.006Z Downloaded num-traits v0.2.19
5962024-12-11T04:19:20.009Z Downloaded typify v0.2.0
5972024-12-11T04:19:20.011Z Downloaded crossbeam-channel v0.5.13
5982024-12-11T04:19:20.016Z Downloaded toml_datetime v0.6.8
5992024-12-11T04:19:20.018Z Downloaded spin v0.9.8
6002024-12-11T04:19:20.021Z Downloaded is_terminal_polyfill v1.70.1
6012024-12-11T04:19:20.021Z Downloaded slog-term v2.9.1
6022024-12-11T04:19:20.024Z Downloaded num v0.4.3
6032024-12-11T04:19:20.026Z Downloaded subtle v2.6.1
6042024-12-11T04:19:20.027Z Downloaded smartstring v1.0.1
6052024-12-11T04:19:20.029Z Downloaded tabwriter v1.4.0
6062024-12-11T04:19:20.029Z Downloaded owo-colors v4.1.0
6072024-12-11T04:19:20.031Z Downloaded parking_lot v0.11.2
6082024-12-11T04:19:20.034Z Downloaded typenum v1.17.0
6092024-12-11T04:19:20.036Z Downloaded itoa v1.0.11
6102024-12-11T04:19:20.040Z Downloaded no-std-compat v0.4.1
6112024-12-11T04:19:20.040Z Downloaded tokio-rustls v0.25.0
6122024-12-11T04:19:20.042Z Downloaded serde v1.0.216
6132024-12-11T04:19:20.045Z Downloaded uuid v1.11.0
6142024-12-11T04:19:20.048Z Downloaded unicode-bidi v0.3.15
6152024-12-11T04:19:20.051Z Downloaded half v2.4.1
6162024-12-11T04:19:20.053Z Downloaded expectorate v1.1.0
6172024-12-11T04:19:20.056Z Downloaded tracing v0.1.40
6182024-12-11T04:19:20.059Z Downloaded heapless v0.8.0
6192024-12-11T04:19:20.065Z Downloaded multer v3.1.0
6202024-12-11T04:19:20.067Z Downloaded zerocopy v0.6.6
6212024-12-11T04:19:20.067Z Downloaded pest v2.7.13
6222024-12-11T04:19:20.072Z Downloaded toml v0.8.19
6232024-12-11T04:19:20.075Z Downloaded tokio-rustls v0.26.0
6242024-12-11T04:19:20.079Z Downloaded slog-stdlog v4.1.1
6252024-12-11T04:19:20.081Z Downloaded thin-vec v0.2.13
6262024-12-11T04:19:20.081Z Downloaded zone v0.3.0
6272024-12-11T04:19:20.081Z Downloaded url v2.5.2
6282024-12-11T04:19:20.084Z Downloaded portable-atomic v1.8.0
6292024-12-11T04:19:20.091Z Downloaded unicode-ident v1.0.13
6302024-12-11T04:19:20.093Z Downloaded parking_lot v0.12.3
6312024-12-11T04:19:20.096Z Downloaded ucd-trie v0.1.6
6322024-12-11T04:19:20.099Z Downloaded unicode-segmentation v1.12.0
6332024-12-11T04:19:20.101Z Downloaded unsafe-libyaml v0.2.11
6342024-12-11T04:19:20.104Z Downloaded steno v0.4.1
6352024-12-11T04:19:20.108Z Downloaded indexmap v1.9.3
6362024-12-11T04:19:20.111Z Downloaded iana-time-zone v0.1.61
6372024-12-11T04:19:20.113Z Downloaded stable_deref_trait v1.2.0
6382024-12-11T04:19:20.116Z Downloaded http-body v0.4.6
6392024-12-11T04:19:20.119Z Downloaded serde_yaml v0.9.34+deprecated
6402024-12-11T04:19:20.121Z Downloaded quinn v0.11.5
6412024-12-11T04:19:20.124Z Downloaded hashbrown v0.12.3
6422024-12-11T04:19:20.127Z Downloaded toml_edit v0.19.15
6432024-12-11T04:19:20.143Z Downloaded hyper-util v0.1.10
6442024-12-11T04:19:20.147Z Downloaded tracing-core v0.1.32
6452024-12-11T04:19:20.150Z Downloaded minimal-lexical v0.2.1
6462024-12-11T04:19:20.154Z Downloaded http v0.2.12
6472024-12-11T04:19:20.158Z Downloaded reqwest v0.11.27
6482024-12-11T04:19:20.166Z Downloaded indexmap v2.5.0
6492024-12-11T04:19:20.170Z Downloaded libm v0.2.8
6502024-12-11T04:19:20.177Z Downloaded mio v1.0.2
6512024-12-11T04:19:20.183Z Downloaded http v1.2.0
6522024-12-11T04:19:20.187Z Downloaded itertools v0.10.5
6532024-12-11T04:19:20.193Z Downloaded memchr v2.7.4
6542024-12-11T04:19:20.198Z Downloaded rustls-webpki v0.101.7
6552024-12-11T04:19:20.212Z Downloaded time v0.3.36
6562024-12-11T04:19:20.219Z Downloaded zerocopy v0.7.35
6572024-12-11T04:19:20.235Z Downloaded nom v7.1.3
6582024-12-11T04:19:20.239Z Downloaded tokio-util v0.7.12
6592024-12-11T04:19:20.245Z Downloaded unicode-normalization v0.1.24
6602024-12-11T04:19:20.249Z Downloaded h2 v0.3.26
6612024-12-11T04:19:20.255Z Downloaded futures-util v0.3.30
6622024-12-11T04:19:20.267Z Downloaded itertools v0.12.1
6632024-12-11T04:19:20.273Z Downloaded hyper v1.5.1
6642024-12-11T04:19:20.280Z Downloaded goblin v0.8.2
6652024-12-11T04:19:20.286Z Downloaded itertools v0.13.0
6662024-12-11T04:19:20.292Z Downloaded winnow v0.6.18
6672024-12-11T04:19:20.301Z Downloaded winnow v0.5.40
6682024-12-11T04:19:20.310Z Downloaded regex v1.10.6
6692024-12-11T04:19:20.325Z Downloaded hyper v0.14.30
6702024-12-11T04:19:20.332Z Downloaded rustls-webpki v0.102.8
6712024-12-11T04:19:20.350Z Downloaded rustls v0.21.12
6722024-12-11T04:19:20.360Z Downloaded webpki-roots v0.26.6
6732024-12-11T04:19:20.365Z Downloaded hashbrown v0.14.5
6742024-12-11T04:19:20.369Z Downloaded syn v1.0.109
6752024-12-11T04:19:20.379Z Downloaded vcpkg v0.2.15
6762024-12-11T04:19:20.419Z Downloaded syn v2.0.87
6772024-12-11T04:19:20.427Z Downloaded webpki-roots v0.25.4
6782024-12-11T04:19:20.430Z Downloaded rustls v0.22.4
6792024-12-11T04:19:20.443Z Downloaded smoltcp v0.11.0
6802024-12-11T04:19:20.455Z Downloaded rhai v1.20.0
6812024-12-11T04:19:20.467Z Downloaded rustix v0.38.37
6822024-12-11T04:19:20.488Z Downloaded hickory-proto v0.24.1
6832024-12-11T04:19:20.503Z Downloaded regress v0.10.1
6842024-12-11T04:19:20.511Z Downloaded rustls v0.23.13
6852024-12-11T04:19:20.522Z Downloaded openapiv3 v2.0.0
6862024-12-11T04:19:20.534Z Downloaded regex-syntax v0.8.4
6872024-12-11T04:19:20.542Z Downloaded idna v0.4.0
6882024-12-11T04:19:20.548Z Downloaded sled v0.34.7
6892024-12-11T04:19:20.558Z Downloaded openssl v0.10.66
6902024-12-11T04:19:20.567Z Downloaded zerocopy-derive v0.6.6
6912024-12-11T04:19:20.576Z Downloaded typify-impl v0.2.0
6922024-12-11T04:19:20.591Z Downloaded unicode-width v0.1.14
6932024-12-11T04:19:20.597Z Downloaded idna v0.5.0
6942024-12-11T04:19:20.604Z Downloaded regress v0.9.1
6952024-12-11T04:19:20.612Z Downloaded dropshot v0.12.0
6962024-12-11T04:19:20.631Z Downloaded regex-automata v0.4.7
6972024-12-11T04:19:20.647Z Downloaded h2 v0.4.6
6982024-12-11T04:19:20.654Z Downloaded quinn-proto v0.11.8
6992024-12-11T04:19:20.660Z Downloaded petgraph v0.6.5
7002024-12-11T04:19:20.676Z Downloaded reqwest v0.12.9
7012024-12-11T04:19:20.684Z Downloaded clap_builder v4.5.23
7022024-12-11T04:19:20.690Z Downloaded serde_json v1.0.133
7032024-12-11T04:19:20.697Z Downloaded serde_with v3.9.0
7042024-12-11T04:19:20.705Z Downloaded toml_edit v0.22.21
7052024-12-11T04:19:20.725Z Downloaded chrono v0.4.38
7062024-12-11T04:19:20.732Z Downloaded libc v0.2.167
7072024-12-11T04:19:20.757Z Downloaded hickory-resolver v0.24.1
7082024-12-11T04:19:20.760Z Downloaded hubpack v0.1.2
7092024-12-11T04:19:20.762Z Downloaded strum_macros v0.26.4
7102024-12-11T04:19:20.764Z Downloaded tokio v1.42.0
7112024-12-11T04:19:20.800Z Downloaded ipnet v2.10.0
7122024-12-11T04:19:20.803Z Downloaded zerocopy-derive v0.7.35
7132024-12-11T04:19:20.806Z Downloaded serde_derive v1.0.216
7142024-12-11T04:19:20.809Z Downloaded num_enum v0.5.11
7152024-12-11T04:19:20.813Z Downloaded httparse v1.9.4
7162024-12-11T04:19:20.815Z Downloaded once_cell v1.20.2
7172024-12-11T04:19:20.817Z Downloaded hyper-rustls v0.24.2
7182024-12-11T04:19:20.819Z Downloaded dropshot_endpoint v0.12.0
7192024-12-11T04:19:20.821Z Downloaded derive-where v1.2.7
7202024-12-11T04:19:20.825Z Downloaded cookie v0.18.1
7212024-12-11T04:19:20.827Z Downloaded num-integer v0.1.46
7222024-12-11T04:19:20.830Z Downloaded httpdate v1.0.3
7232024-12-11T04:19:20.830Z Downloaded http-body-util v0.1.2
7242024-12-11T04:19:20.833Z Downloaded zeroize v1.8.1
7252024-12-11T04:19:20.833Z Downloaded crossbeam-utils v0.8.20
7262024-12-11T04:19:20.835Z Downloaded libsw v3.3.1
7272024-12-11T04:19:20.838Z Downloaded rustls-pki-types v1.8.0
7282024-12-11T04:19:20.841Z Downloaded hostname v0.3.1
7292024-12-11T04:19:20.841Z Downloaded cancel-safe-futures v0.1.5
7302024-12-11T04:19:20.843Z Downloaded base64 v0.22.1
7312024-12-11T04:19:20.846Z Downloaded lock_api v0.4.12
7322024-12-11T04:19:20.848Z Downloaded heck v0.5.0
7332024-12-11T04:19:20.848Z Downloaded slog-async v2.8.0
7342024-12-11T04:19:20.851Z Downloaded semver v1.0.23
7352024-12-11T04:19:20.853Z Downloaded futures-io v0.3.30
7362024-12-11T04:19:20.853Z Downloaded defmt v0.3.8
7372024-12-11T04:19:20.855Z Downloaded clap v4.5.23
7382024-12-11T04:19:20.863Z Downloaded serde_with_macros v3.9.0
7392024-12-11T04:19:20.865Z Downloaded rustls-pemfile v2.1.3
7402024-12-11T04:19:20.868Z Downloaded encoding_rs v0.8.34
7412024-12-11T04:19:20.887Z Downloaded serde_derive_internals v0.29.1
7422024-12-11T04:19:20.889Z Downloaded sct v0.7.1
7432024-12-11T04:19:20.893Z Downloaded darling v0.20.10
7442024-12-11T04:19:20.895Z Downloaded crc32fast v1.4.2
7452024-12-11T04:19:20.897Z Downloaded futures-executor v0.3.30
7462024-12-11T04:19:20.900Z Downloaded float-ord v0.3.2
7472024-12-11T04:19:20.900Z Downloaded data-encoding v2.6.0
7482024-12-11T04:19:20.900Z Downloaded postcard v1.0.10
7492024-12-11T04:19:20.902Z Downloaded defmt-macros v0.3.9
7502024-12-11T04:19:20.905Z Downloaded blake2 v0.10.6
7512024-12-11T04:19:20.907Z Downloaded backoff v0.4.0
7522024-12-11T04:19:20.909Z Downloaded fixedbitset v0.4.2
7532024-12-11T04:19:20.909Z Downloaded fastrand v2.1.1
7542024-12-11T04:19:20.911Z Downloaded dyn-clone v1.0.17
7552024-12-11T04:19:20.911Z Downloaded bitflags v2.6.0
7562024-12-11T04:19:20.914Z Downloaded serde_repr v0.1.19
7572024-12-11T04:19:20.917Z Downloaded semver v0.1.20
7582024-12-11T04:19:20.919Z Downloaded enum-as-inner v0.6.1
7592024-12-11T04:19:20.919Z Downloaded either v1.13.0
7602024-12-11T04:19:20.921Z Downloaded dof v0.3.0
7612024-12-11T04:19:20.921Z Downloaded dirs-sys-next v0.1.2
7622024-12-11T04:19:20.924Z Downloaded dirs-next v2.0.0
7632024-12-11T04:19:20.924Z Downloaded digest v0.10.7
7642024-12-11T04:19:20.924Z Downloaded deranged v0.3.11
7652024-12-11T04:19:20.927Z Downloaded debug-ignore v1.0.5
7662024-12-11T04:19:20.927Z Downloaded cobs v0.2.3
7672024-12-11T04:19:20.930Z Downloaded foreign-types-shared v0.3.1
7682024-12-11T04:19:20.930Z Downloaded foreign-types-macros v0.2.3
7692024-12-11T04:19:20.930Z Downloaded defmt-parser v0.3.4
7702024-12-11T04:19:20.930Z Downloaded cstr-argument v0.1.2
7712024-12-11T04:19:20.930Z Downloaded ciborium-ll v0.2.2
7722024-12-11T04:19:20.932Z Downloaded ciborium v0.2.2
7732024-12-11T04:19:20.936Z Downloaded camino-tempfile v1.1.1
7742024-12-11T04:19:20.939Z Downloaded camino v1.1.9
7752024-12-11T04:19:20.939Z Downloaded progenitor v0.8.0
7762024-12-11T04:19:20.939Z Downloaded proc-macro-error-attr v1.0.4
7772024-12-11T04:19:20.939Z Downloaded foreign-types v0.3.2
7782024-12-11T04:19:20.941Z Downloaded darling_macro v0.20.10
7792024-12-11T04:19:20.941Z Downloaded colorchoice v1.0.2
7802024-12-11T04:19:20.942Z Downloaded percent-encoding v2.3.1
7812024-12-11T04:19:20.942Z Downloaded atomicwrites v0.4.4
7822024-12-11T04:19:20.944Z Downloaded parking_lot_core v0.8.6
7832024-12-11T04:19:20.944Z Downloaded cc v1.1.21
7842024-12-11T04:19:20.947Z Downloaded futures-sink v0.3.30
7852024-12-11T04:19:20.949Z Downloaded argon2 v0.5.3
7862024-12-11T04:19:20.949Z Downloaded anyhow v1.0.94
7872024-12-11T04:19:20.953Z Downloaded anstream v0.6.15
7882024-12-11T04:19:20.955Z Downloaded anstyle-parse v0.2.5
7892024-12-11T04:19:21.078Z Downloaded ring v0.17.8
7902024-12-11T04:19:21.414Z Compiling proc-macro2 v1.0.86
7912024-12-11T04:19:21.414Z Compiling unicode-ident v1.0.13
7922024-12-11T04:19:21.416Z Compiling libc v0.2.167
7932024-12-11T04:19:21.416Z Compiling serde v1.0.216
7942024-12-11T04:19:21.416Z Compiling version_check v0.9.5
7952024-12-11T04:19:21.416Z Compiling autocfg v1.3.0
7962024-12-11T04:19:21.449Z Compiling cfg-if v1.0.0
7972024-12-11T04:19:21.560Z Compiling once_cell v1.20.2
7982024-12-11T04:19:21.635Z Compiling libm v0.2.8
7992024-12-11T04:19:21.660Z Compiling memchr v2.7.4
8002024-12-11T04:19:22.096Z Compiling byteorder v1.5.0
8012024-12-11T04:19:22.151Z Compiling lock_api v0.4.12
8022024-12-11T04:19:22.414Z Compiling parking_lot_core v0.9.10
8032024-12-11T04:19:22.700Z Compiling shlex v1.3.0
8042024-12-11T04:19:23.277Z Compiling cc v1.1.21
8052024-12-11T04:19:23.383Z Compiling thiserror v1.0.69
8062024-12-11T04:19:23.383Z Compiling itoa v1.0.11
8072024-12-11T04:19:23.668Z Compiling portable-atomic v1.8.0
8082024-12-11T04:19:23.768Z Compiling slab v0.4.9
8092024-12-11T04:19:24.069Z Compiling schemars v0.8.21
8102024-12-11T04:19:24.140Z Compiling ahash v0.8.11
8112024-12-11T04:19:24.158Z Compiling allocator-api2 v0.2.18
8122024-12-11T04:19:24.499Z Compiling num-traits v0.2.19
8132024-12-11T04:19:24.542Z Compiling quote v1.0.37
8142024-12-11T04:19:24.738Z Compiling getrandom v0.2.15
8152024-12-11T04:19:24.941Z Compiling syn v2.0.87
8162024-12-11T04:19:25.101Z Compiling ryu v1.0.18
8172024-12-11T04:19:25.254Z Compiling serde_json v1.0.133
8182024-12-11T04:19:25.436Z Compiling pin-project-lite v0.2.14
8192024-12-11T04:19:25.773Z Compiling equivalent v1.0.1
8202024-12-11T04:19:25.792Z Compiling scopeguard v1.2.0
8212024-12-11T04:19:25.882Z Compiling log v0.4.22
8222024-12-11T04:19:25.927Z Compiling fnv v1.0.7
8232024-12-11T04:19:25.988Z Compiling heck v0.5.0
8242024-12-11T04:19:26.314Z Compiling vcpkg v0.2.15
8252024-12-11T04:19:26.341Z Compiling ring v0.17.8
8262024-12-11T04:19:26.418Z Compiling pkg-config v0.3.31
8272024-12-11T04:19:26.436Z Compiling crunchy v0.2.2
8282024-12-11T04:19:26.949Z Compiling signal-hook-registry v1.4.2
8292024-12-11T04:19:27.408Z Compiling socket2 v0.5.8
8302024-12-11T04:19:27.605Z Compiling mio v1.0.2
8312024-12-11T04:19:27.877Z Compiling slog v2.7.0
8322024-12-11T04:19:27.917Z Compiling httparse v1.9.4
8332024-12-11T04:19:28.017Z Compiling openssl-sys v0.9.103
8342024-12-11T04:19:28.385Z Compiling tiny-keccak v2.0.2
8352024-12-11T04:19:28.635Z Compiling iana-time-zone v0.1.61
8362024-12-11T04:19:29.037Z Compiling futures-core v0.3.30
8372024-12-11T04:19:29.100Z Compiling dyn-clone v1.0.17
8382024-12-11T04:19:29.195Z Compiling const-random-macro v0.1.16
8392024-12-11T04:19:29.315Z Compiling openssl v0.10.66
8402024-12-11T04:19:29.356Z Compiling futures-sink v0.3.30
8412024-12-11T04:19:29.716Z Compiling semver v1.0.23
8422024-12-11T04:19:29.766Z Compiling native-tls v0.2.12
8432024-12-11T04:19:29.937Z Compiling rustls v0.23.13
8442024-12-11T04:19:29.956Z Compiling typenum v1.17.0
8452024-12-11T04:19:30.115Z Compiling futures-channel v0.3.30
8462024-12-11T04:19:30.135Z Compiling futures-task v0.3.30
8472024-12-11T04:19:30.183Z Compiling pin-utils v0.1.0
8482024-12-11T04:19:30.203Z Compiling futures-io v0.3.30
8492024-12-11T04:19:30.244Z Compiling generic-array v0.14.7
8502024-12-11T04:19:30.304Z Compiling const-random v0.1.18
8512024-12-11T04:19:30.390Z Compiling tracing-core v0.1.32
8522024-12-11T04:19:30.408Z Compiling bitflags v2.6.0
8532024-12-11T04:19:30.493Z Compiling ucd-trie v0.1.6
8542024-12-11T04:19:30.535Z Compiling subtle v2.6.1
8552024-12-11T04:19:30.574Z Compiling aho-corasick v1.1.3
8562024-12-11T04:19:30.727Z Compiling regex-syntax v0.8.4
8572024-12-11T04:19:30.817Z Compiling anyhow v1.0.94
8582024-12-11T04:19:30.968Z Compiling num-conv v0.1.0
8592024-12-11T04:19:30.985Z Compiling time-core v0.1.2
8602024-12-11T04:19:31.237Z Compiling time-macros v0.2.18
8612024-12-11T04:19:31.826Z Compiling spin v0.9.8
8622024-12-11T04:19:32.090Z Compiling serde_derive_internals v0.29.1
8632024-12-11T04:19:32.180Z Compiling rustls-pki-types v1.8.0
8642024-12-11T04:19:33.317Z Compiling usdt-impl v0.5.0
8652024-12-11T04:19:33.701Z Compiling untrusted v0.9.0
8662024-12-11T04:19:33.885Z Compiling omicron-workspace-hack v0.1.0
8672024-12-11T04:19:34.051Z Compiling regex-automata v0.4.7
8682024-12-11T04:19:34.666Z Compiling strsim v0.11.1
8692024-12-11T04:19:35.277Z Compiling tinyvec_macros v0.1.1
8702024-12-11T04:19:35.367Z Compiling rustversion v1.0.17
8712024-12-11T04:19:35.653Z Compiling atomic-waker v1.1.2
8722024-12-11T04:19:35.824Z Compiling plain v0.2.3
8732024-12-11T04:19:35.990Z Compiling tinyvec v1.8.0
8742024-12-11T04:19:36.284Z Compiling rand_core v0.6.4
8752024-12-11T04:19:36.923Z Compiling try-lock v0.2.5
8762024-12-11T04:19:36.965Z Compiling serde_derive v1.0.216
8772024-12-11T04:19:36.986Z Compiling zerocopy-derive v0.7.35
8782024-12-11T04:19:37.089Z Compiling thiserror-impl v1.0.69
8792024-12-11T04:19:37.123Z Compiling tokio-macros v2.4.0
8802024-12-11T04:19:37.626Z Compiling schemars_derive v0.8.21
8812024-12-11T04:19:38.703Z Compiling futures-macro v0.3.30
8822024-12-11T04:19:39.097Z Compiling zerocopy v0.7.35
8832024-12-11T04:19:40.778Z Compiling openssl-macros v0.1.1
8842024-12-11T04:19:40.807Z Compiling futures-util v0.3.30
8852024-12-11T04:19:41.116Z Compiling hashbrown v0.14.5
8862024-12-11T04:19:41.243Z Compiling tracing-attributes v0.1.27
8872024-12-11T04:19:41.663Z Compiling scroll_derive v0.12.0
8882024-12-11T04:19:42.424Z Compiling regress v0.10.1
8892024-12-11T04:19:43.114Z Compiling pest v2.7.13
8902024-12-11T04:19:43.789Z Compiling regex v1.10.6
8912024-12-11T04:19:44.718Z Compiling tracing v0.1.40
8922024-12-11T04:19:45.350Z Compiling scroll v0.12.0
8932024-12-11T04:19:45.875Z Compiling pest_meta v2.7.13
8942024-12-11T04:19:45.953Z Compiling goblin v0.8.2
8952024-12-11T04:19:47.023Z Compiling pest_generator v2.7.13
8962024-12-11T04:19:47.420Z Compiling unsafe-libyaml v0.2.11
8972024-12-11T04:19:48.811Z Compiling zeroize v1.8.1
8982024-12-11T04:19:49.168Z Compiling percent-encoding v2.3.1
8992024-12-11T04:19:49.201Z Compiling pretty-hex v0.4.1
9002024-12-11T04:19:49.407Z Compiling form_urlencoded v1.2.1
9012024-12-11T04:19:49.613Z Compiling unicode-normalization v0.1.24
9022024-12-11T04:19:49.828Z Compiling pest_derive v2.7.13
9032024-12-11T04:19:49.907Z Compiling want v0.3.1
9042024-12-11T04:19:50.667Z Compiling bytes v1.7.2
9052024-12-11T04:19:50.963Z Compiling smallvec v1.13.2
9062024-12-11T04:19:51.513Z Compiling indexmap v2.5.0
9072024-12-11T04:19:52.513Z Compiling parking_lot v0.12.3
9082024-12-11T04:19:52.651Z Compiling uuid v1.11.0
9092024-12-11T04:19:52.977Z Compiling tokio v1.42.0
9102024-12-11T04:19:53.453Z Compiling chrono v0.4.38
9112024-12-11T04:19:53.926Z Compiling serde_tokenstream v0.2.2
9122024-12-11T04:19:54.483Z Compiling http v1.2.0
9132024-12-11T04:19:57.295Z Compiling openapiv3 v2.0.0
9142024-12-11T04:19:58.594Z Compiling rustls-webpki v0.102.8
9152024-12-11T04:20:01.168Z Compiling typify-impl v0.2.0
9162024-12-11T04:20:01.721Z Compiling http-body v1.0.1
9172024-12-11T04:20:02.002Z Compiling ipnetwork v0.20.0
9182024-12-11T04:20:02.008Z Compiling serde_yaml v0.9.34+deprecated
9192024-12-11T04:20:02.008Z Compiling dof v0.3.0
9202024-12-11T04:20:02.922Z Compiling tokio-util v0.7.12
9212024-12-11T04:20:03.740Z Compiling dtrace-parser v0.2.0
9222024-12-11T04:20:04.976Z Compiling h2 v0.4.6
9232024-12-11T04:20:05.655Z Compiling thread-id v4.2.2
9242024-12-11T04:20:05.674Z Compiling camino v1.1.9
9252024-12-11T04:20:05.777Z Compiling rustls v0.22.4
9262024-12-11T04:20:05.961Z Compiling syn v1.0.109
9272024-12-11T04:20:06.107Z Compiling unicode-bidi v0.3.15
9282024-12-11T04:20:06.269Z Compiling httpdate v1.0.3
9292024-12-11T04:20:06.550Z Compiling foreign-types-shared v0.1.1
9302024-12-11T04:20:06.672Z Compiling ident_case v1.0.1
9312024-12-11T04:20:06.864Z Compiling darling_core v0.20.10
9322024-12-11T04:20:07.037Z Compiling foreign-types v0.3.2
9332024-12-11T04:20:07.199Z Compiling ppv-lite86 v0.2.20
9342024-12-11T04:20:09.121Z Compiling slog-async v2.8.0
9352024-12-11T04:20:09.124Z Compiling tower-service v0.3.3
9362024-12-11T04:20:09.759Z Compiling rand_chacha v0.3.1
9372024-12-11T04:20:10.210Z Compiling hyper v1.5.1
9382024-12-11T04:20:12.966Z Compiling darling_macro v0.20.10
9392024-12-11T04:20:13.064Z Compiling typify-macro v0.2.0
9402024-12-11T04:20:14.008Z Compiling hyper-util v0.1.10
9412024-12-11T04:20:17.017Z Compiling typify v0.2.0
9422024-12-11T04:20:17.162Z Compiling progenitor-impl v0.8.0
9432024-12-11T04:20:19.456Z Compiling idna v0.5.0
9442024-12-11T04:20:19.652Z Compiling toml_datetime v0.6.8
9452024-12-11T04:20:20.879Z Compiling multer v3.1.0
9462024-12-11T04:20:21.230Z Compiling paste v1.0.15
9472024-12-11T04:20:21.751Z Compiling openssl-probe v0.1.5
9482024-12-11T04:20:23.852Z Compiling progenitor-macro v0.8.0
9492024-12-11T04:20:24.071Z Compiling url v2.5.2
9502024-12-11T04:20:25.276Z Compiling darling v0.20.10
9512024-12-11T04:20:25.397Z Compiling rand v0.8.5
9522024-12-11T04:20:27.246Z Compiling usdt-attr-macro v0.5.0
9532024-12-11T04:20:28.950Z Compiling usdt-macro v0.5.0
9542024-12-11T04:20:29.569Z Compiling http-body-util v0.1.2
9552024-12-11T04:20:30.166Z Compiling async-trait v0.1.83
9562024-12-11T04:20:32.211Z Compiling encoding_rs v0.8.34
9572024-12-11T04:20:32.537Z Compiling mime v0.3.17
9582024-12-11T04:20:32.637Z Compiling ipnet v2.10.0
9592024-12-11T04:20:33.633Z Compiling base64 v0.22.1
9602024-12-11T04:20:34.684Z Compiling rustls-pemfile v2.1.3
9612024-12-11T04:20:35.422Z Compiling tokio-rustls v0.26.0
9622024-12-11T04:20:37.369Z Compiling serde_with_macros v3.9.0
9632024-12-11T04:20:38.119Z Compiling tokio-native-tls v0.3.1
9642024-12-11T04:20:38.417Z Compiling strum_macros v0.26.4
9652024-12-11T04:20:38.599Z Compiling serde_urlencoded v0.7.1
9662024-12-11T04:20:39.396Z Compiling structmeta-derive v0.3.0
9672024-12-11T04:20:40.136Z Compiling async-stream-impl v0.3.5
9682024-12-11T04:20:41.515Z Compiling webpki-roots v0.26.6
9692024-12-11T04:20:41.755Z Compiling dropshot v0.12.0
9702024-12-11T04:20:42.099Z Compiling crossbeam-utils v0.8.20
9712024-12-11T04:20:42.721Z Compiling powerfmt v0.2.0
9722024-12-11T04:20:43.023Z Compiling deranged v0.3.11
9732024-12-11T04:20:43.039Z Compiling structmeta v0.3.0
9742024-12-11T04:20:43.365Z Compiling hyper-rustls v0.27.3
9752024-12-11T04:20:43.403Z Compiling hyper-tls v0.6.0
9762024-12-11T04:20:44.790Z Compiling sync_wrapper v1.0.1
9772024-12-11T04:20:45.288Z Compiling num_threads v0.1.7
9782024-12-11T04:20:46.600Z Compiling winnow v0.6.18
9792024-12-11T04:20:47.951Z Compiling time v0.3.36
9802024-12-11T04:20:50.394Z Compiling reqwest v0.12.9
9812024-12-11T04:20:50.532Z Compiling parse-display-derive v0.10.0
9822024-12-11T04:20:52.717Z Compiling block-buffer v0.10.4
9832024-12-11T04:20:52.973Z Compiling crypto-common v0.1.6
9842024-12-11T04:20:53.199Z Compiling dropshot_endpoint v0.12.0
9852024-12-11T04:20:54.305Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-11T04:20:57.602Z Compiling digest v0.10.7
9872024-12-11T04:20:57.785Z Compiling progenitor-client v0.8.0
9882024-12-11T04:20:58.664Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-11T04:21:00.209Z Compiling dirs-sys-next v0.1.2
9902024-12-11T04:21:00.573Z Compiling match_cfg v0.1.0
9912024-12-11T04:21:00.680Z Compiling rustix v0.38.37
9922024-12-11T04:21:01.593Z Compiling lazy_static v1.5.0
9932024-12-11T04:21:01.865Z Compiling hostname v0.3.1
9942024-12-11T04:21:02.223Z Compiling dirs-next v2.0.0
9952024-12-11T04:21:02.490Z Compiling progenitor v0.8.0
9962024-12-11T04:21:04.678Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-11T04:21:05.259Z Compiling futures-executor v0.3.30
9982024-12-11T04:21:05.845Z Compiling thread_local v1.1.8
9992024-12-11T04:21:06.349Z Compiling errno v0.3.9
10002024-12-11T04:21:06.613Z Compiling instant v0.1.13
10012024-12-11T04:21:06.782Z Compiling cpufeatures v0.2.14
10022024-12-11T04:21:06.895Z Compiling unicode-width v0.1.14
10032024-12-11T04:21:08.676Z Compiling futures v0.3.30
10042024-12-11T04:21:10.137Z Compiling term v0.7.0
10052024-12-11T04:21:10.651Z Compiling crossbeam-channel v0.5.13
10062024-12-11T04:21:12.562Z Compiling serde_spanned v0.6.7
10072024-12-11T04:21:13.497Z Compiling memmap v0.7.0
10082024-12-11T04:21:13.514Z Compiling is-terminal v0.4.13
10092024-12-11T04:21:14.091Z Compiling take_mut v0.2.2
10102024-12-11T04:21:14.399Z Compiling usdt v0.5.0
10112024-12-11T04:21:14.522Z Compiling slog-term v2.9.1
10122024-12-11T04:21:17.142Z Compiling toml_edit v0.22.21
10132024-12-11T04:21:17.300Z Compiling slog-json v2.6.1
10142024-12-11T04:21:17.720Z Compiling strum v0.26.3
10152024-12-11T04:21:17.928Z Compiling serde_with v3.9.0
10162024-12-11T04:21:19.668Z Compiling heapless v0.8.0
10172024-12-11T04:21:20.332Z Compiling debug-ignore v1.0.5
10182024-12-11T04:21:22.344Z Compiling tokio-rustls v0.25.0
10192024-12-11T04:21:22.573Z Compiling toml v0.8.19
10202024-12-11T04:21:24.703Z Compiling slog-bunyan v2.5.0
10212024-12-11T04:21:24.979Z Compiling sha1 v0.10.6
10222024-12-11T04:21:25.868Z Compiling async-stream v0.3.5
10232024-12-11T04:21:25.903Z Compiling newtype-uuid v1.1.0
10242024-12-11T04:21:26.175Z Compiling hex v0.4.3
10252024-12-11T04:21:26.240Z Compiling serde_path_to_error v0.1.16
10262024-12-11T04:21:26.861Z Compiling waitgroup v0.1.2
10272024-12-11T04:21:27.123Z Compiling hostname v0.4.0
10282024-12-11T04:21:27.176Z Compiling hash32 v0.3.1
10292024-12-11T04:21:27.406Z Compiling smoltcp v0.11.0
10302024-12-11T04:21:27.480Z Compiling stable_deref_trait v1.2.0
10312024-12-11T04:21:30.007Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-11T04:21:30.199Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-11T04:21:30.687Z Compiling backoff v0.4.0
10342024-12-11T04:21:30.786Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-11T04:21:31.046Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-11T04:21:31.264Z Compiling parse-display v0.10.0
10372024-12-11T04:21:33.309Z Compiling macaddr v1.0.1
10382024-12-11T04:21:33.943Z Compiling regress v0.9.1
10392024-12-11T04:21:34.798Z Compiling clap_derive v4.5.18
10402024-12-11T04:21:38.163Z Compiling utf8parse v0.2.2
10412024-12-11T04:21:38.224Z Compiling managed v0.8.0
10422024-12-11T04:21:38.325Z Compiling winnow v0.5.40
10432024-12-11T04:21:38.733Z Compiling bitflags v1.3.2
10442024-12-11T04:21:38.849Z Compiling cobs v0.2.3
10452024-12-11T04:21:39.275Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-12-11T04:21:39.791Z Compiling postcard v1.0.10
10472024-12-11T04:21:40.510Z Compiling anstyle-parse v0.2.5
10482024-12-11T04:21:42.312Z Compiling toml_edit v0.19.15
10492024-12-11T04:21:42.331Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10502024-12-11T04:21:48.318Z Compiling anstyle v1.0.10
10512024-12-11T04:21:48.541Z Compiling anstyle-query v1.1.1
10522024-12-11T04:21:48.720Z Compiling is_terminal_polyfill v1.70.1
10532024-12-11T04:21:48.860Z Compiling colorchoice v1.0.2
10542024-12-11T04:21:49.033Z Compiling anstream v0.6.15
10552024-12-11T04:21:50.121Z Compiling proc-macro-crate v1.3.1
10562024-12-11T04:21:50.962Z Compiling terminal_size v0.4.0
10572024-12-11T04:21:51.168Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-12-11T04:21:51.233Z Compiling clap_lex v0.7.4
10592024-12-11T04:21:51.554Z Compiling clap_builder v4.5.23
10602024-12-11T04:21:51.927Z Compiling num_enum_derive v0.5.11
10612024-12-11T04:21:53.454Z Compiling tabwriter v1.4.0
10622024-12-11T04:21:53.801Z Compiling foreign-types-macros v0.2.3
10632024-12-11T04:21:54.074Z Compiling num-integer v0.1.46
10642024-12-11T04:21:54.627Z Compiling foreign-types-shared v0.3.1
10652024-12-11T04:21:54.771Z Compiling num_enum v0.5.11
10662024-12-11T04:21:55.141Z Compiling foreign-types v0.5.0
10672024-12-11T04:21:55.484Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10682024-12-11T04:21:55.765Z Compiling clap v4.5.23
10692024-12-11T04:21:56.064Z Compiling cstr-argument v0.1.2
10702024-12-11T04:21:56.300Z Compiling proc-macro-error-attr v1.0.4
10712024-12-11T04:21:56.377Z Compiling prettyplease v0.2.22
10722024-12-11T04:21:56.657Z Compiling pretty-hex v0.2.1
10732024-12-11T04:21:56.833Z Compiling heck v0.4.1
10742024-12-11T04:21:56.878Z Compiling either v1.13.0
10752024-12-11T04:21:57.256Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-11T04:21:57.631Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-11T04:21:57.654Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-11T04:21:58.912Z Compiling num-iter v0.1.45
10792024-12-11T04:21:59.026Z Compiling num-rational v0.4.2
10802024-12-11T04:21:59.474Z Compiling colored v2.1.0
10812024-12-11T04:22:01.095Z Compiling num-complex v0.4.6
10822024-12-11T04:22:01.761Z Compiling proc-macro-error v1.0.4
10832024-12-11T04:22:01.893Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-11T04:22:02.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10852024-12-11T04:22:02.466Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-12-11T04:22:02.533Z Compiling fastrand v2.1.1
10872024-12-11T04:22:02.553Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-12-11T04:22:02.720Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-12-11T04:22:03.130Z Compiling tempfile v3.12.0
10902024-12-11T04:22:04.312Z Compiling num v0.4.3
10912024-12-11T04:22:07.433Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-11T04:22:07.918Z Compiling float-ord v0.3.2
10932024-12-11T04:22:08.067Z Compiling crucible-workspace-hack v0.1.0
10942024-12-11T04:22:08.195Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-11T04:22:15.271Z Compiling unicode-segmentation v1.12.0
10962024-12-11T04:22:16.274Z Compiling semver v0.1.20
10972024-12-11T04:22:16.504Z Compiling newline-converter v0.3.0
10982024-12-11T04:22:16.853Z Compiling rustc_version v0.1.7
10992024-12-11T04:22:16.980Z Compiling zone_cfg_derive v0.3.0
11002024-12-11T04:22:17.155Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-11T04:22:17.369Z Compiling camino-tempfile v1.1.1
11022024-12-11T04:22:17.919Z Compiling itertools v0.10.5
11032024-12-11T04:22:18.175Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-11T04:22:18.484Z Compiling console v0.15.8
11052024-12-11T04:22:18.634Z Compiling num-derive v0.4.2
11062024-12-11T04:22:20.076Z Compiling sigpipe v0.1.3
11072024-12-11T04:22:20.398Z Compiling base64ct v1.6.0
11082024-12-11T04:22:20.987Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-12-11T04:22:21.096Z Compiling similar v2.6.0
11102024-12-11T04:22:21.262Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11112024-12-11T04:22:21.368Z Compiling zone v0.3.0
11122024-12-11T04:22:21.387Z Compiling password-hash v0.5.0
11132024-12-11T04:22:22.794Z Compiling expectorate v1.1.0
11142024-12-11T04:22:23.118Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-11T04:22:23.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-11T04:22:24.006Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-11T04:22:24.704Z Compiling newtype_derive v0.1.6
11182024-12-11T04:22:25.111Z Compiling blake2 v0.10.6
11192024-12-11T04:22:26.305Z Compiling hubpack_derive v0.1.1
11202024-12-11T04:22:26.392Z Compiling smf v0.2.3
11212024-12-11T04:22:27.235Z Compiling zerocopy-derive v0.6.6
11222024-12-11T04:22:27.238Z Compiling cancel-safe-futures v0.1.5
11232024-12-11T04:22:27.284Z Compiling whoami v1.5.2
11242024-12-11T04:22:27.346Z Compiling fixedbitset v0.4.2
11252024-12-11T04:22:27.637Z Compiling owo-colors v4.1.0
11262024-12-11T04:22:28.069Z Compiling petgraph v0.6.5
11272024-12-11T04:22:28.928Z Compiling hubpack v0.1.2
11282024-12-11T04:22:29.282Z Compiling zerocopy v0.6.6
11292024-12-11T04:22:29.432Z Compiling argon2 v0.5.3
11302024-12-11T04:22:30.296Z Compiling strum_macros v0.25.3
11312024-12-11T04:22:31.869Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11322024-12-11T04:22:32.231Z Compiling serde-big-array v0.5.1
11332024-12-11T04:22:32.506Z Compiling serde_repr v0.1.19
11342024-12-11T04:22:32.646Z Compiling cookie v0.18.1
11352024-12-11T04:22:33.006Z Compiling static_assertions v1.1.0
11362024-12-11T04:22:33.118Z Compiling convert_case v0.4.0
11372024-12-11T04:22:33.746Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-11T04:22:33.886Z Compiling derive_more v0.99.18
11392024-12-11T04:22:34.003Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11402024-12-11T04:22:35.113Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-11T04:22:35.222Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-11T04:22:36.363Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-11T04:22:38.984Z Compiling atomicwrites v0.4.4
11442024-12-11T04:22:39.503Z Compiling itertools v0.13.0
11452024-12-11T04:22:40.660Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-11T04:22:40.986Z Compiling idna v0.4.0
11472024-12-11T04:22:41.865Z Compiling libsw v3.3.1
11482024-12-11T04:22:42.208Z Compiling derive-where v1.2.7
11492024-12-11T04:22:42.682Z Compiling enum-as-inner v0.6.1
11502024-12-11T04:22:43.016Z Compiling swrite v0.1.0
11512024-12-11T04:22:43.160Z Compiling quick-error v1.2.3
11522024-12-11T04:22:43.318Z Compiling linear-map v1.2.0
11532024-12-11T04:22:43.383Z Compiling highway v1.2.0
11542024-12-11T04:22:43.758Z Compiling linked-hash-map v0.5.6
11552024-12-11T04:22:43.879Z Compiling indent_write v2.2.0
11562024-12-11T04:22:44.127Z Compiling data-encoding v2.6.0
11572024-12-11T04:22:44.198Z Compiling lru-cache v0.1.2
11582024-12-11T04:22:44.435Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-12-11T04:22:44.665Z Compiling resolv-conf v0.7.0
11602024-12-11T04:22:44.762Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-11T04:22:45.544Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-11T04:22:46.199Z Compiling hickory-proto v0.24.1
11632024-12-11T04:22:48.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-11T04:22:48.474Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-11T04:22:50.802Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-11T04:22:51.139Z Compiling steno v0.4.1
11672024-12-11T04:22:53.658Z Compiling slog-dtrace v0.3.0
11682024-12-11T04:22:54.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-11T04:22:55.357Z Compiling parking_lot_core v0.8.6
11702024-12-11T04:22:55.383Z Compiling humantime v2.1.0
11712024-12-11T04:22:55.383Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-12-11T04:22:55.383Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-11T04:22:55.387Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-12-11T04:22:55.935Z Compiling hickory-resolver v0.24.1
11752024-12-11T04:22:58.257Z Compiling num-derive v0.3.3
11762024-12-11T04:22:58.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-11T04:22:59.287Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-11T04:22:59.573Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-12-11T04:23:00.793Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11802024-12-11T04:23:01.225Z Compiling parking_lot v0.11.2
11812024-12-11T04:23:01.539Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-11T04:23:03.039Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-12-11T04:23:03.209Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-11T04:23:05.885Z Compiling crossbeam-epoch v0.9.18
11852024-12-11T04:23:06.690Z Compiling fxhash v0.2.1
11862024-12-11T04:23:06.932Z Compiling crc32fast v1.4.2
11872024-12-11T04:23:07.057Z Compiling crc8 v0.1.1
11882024-12-11T04:23:07.359Z Compiling arc-swap v1.7.1
11892024-12-11T04:23:07.477Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11902024-12-11T04:23:08.025Z Compiling slog-scope v4.4.0
11912024-12-11T04:23:08.788Z Compiling sled v0.34.7
11922024-12-11T04:23:10.861Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-11T04:23:13.529Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-11T04:23:14.061Z Compiling slog-stdlog v4.1.1
11952024-12-11T04:23:14.670Z Compiling slog-envlogger v2.2.0
11962024-12-11T04:23:14.870Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-12-11T04:23:16.131Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-11T04:23:28.315Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-11T04:23:31.868Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-11T04:23:32.929Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-11T04:24:03.083Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12022024-12-11T04:24:03.083Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-11T04:24:10.254Z Finished `release` profile [optimized] target(s) in 5m 09s
12042024-12-11T04:24:10.565Z+ banner trio
12052024-12-11T04:24:10.567Z
12062024-12-11T04:24:10.567Z ##### ##### # ####
12072024-12-11T04:24:10.567Z # # # # # #
12082024-12-11T04:24:10.567Z # # # # # #
12092024-12-11T04:24:10.567Z # ##### # # #
12102024-12-11T04:24:10.567Z # # # # # #
12112024-12-11T04:24:10.567Z # # # # ####
12122024-12-11T04:24:10.568Z
12132024-12-11T04:24:10.568Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12142024-12-11T04:24:11.058Z Compiling cfg-if v1.0.0
12152024-12-11T04:24:11.058Z Compiling libc v0.2.167
12162024-12-11T04:24:11.059Z Compiling serde v1.0.216
12172024-12-11T04:24:11.059Z Compiling once_cell v1.20.2
12182024-12-11T04:24:11.062Z Compiling itoa v1.0.11
12192024-12-11T04:24:11.062Z Compiling byteorder v1.5.0
12202024-12-11T04:24:11.128Z Compiling syn v2.0.87
12212024-12-11T04:24:11.133Z Compiling bytes v1.7.2
12222024-12-11T04:24:11.185Z Compiling num-traits v0.2.19
12232024-12-11T04:24:11.327Z Compiling zerocopy v0.7.35
12242024-12-11T04:24:11.510Z Compiling pin-project-lite v0.2.14
12252024-12-11T04:24:11.533Z Compiling ahash v0.8.11
12262024-12-11T04:24:11.548Z Compiling scopeguard v1.2.0
12272024-12-11T04:24:11.570Z Compiling smallvec v1.13.2
12282024-12-11T04:24:11.621Z Compiling memchr v2.7.4
12292024-12-11T04:24:11.706Z Compiling allocator-api2 v0.2.18
12302024-12-11T04:24:11.727Z Compiling schemars v0.8.21
12312024-12-11T04:24:12.035Z Compiling lock_api v0.4.12
12322024-12-11T04:24:12.504Z Compiling hashbrown v0.14.5
12332024-12-11T04:24:12.519Z Compiling fnv v1.0.7
12342024-12-11T04:24:12.529Z Compiling log v0.4.22
12352024-12-11T04:24:12.654Z Compiling getrandom v0.2.15
12362024-12-11T04:24:12.663Z Compiling parking_lot_core v0.9.10
12372024-12-11T04:24:13.008Z Compiling parking_lot v0.12.3
12382024-12-11T04:24:13.044Z Compiling mio v1.0.2
12392024-12-11T04:24:13.447Z Compiling signal-hook-registry v1.4.2
12402024-12-11T04:24:13.461Z Compiling socket2 v0.5.8
12412024-12-11T04:24:13.842Z Compiling futures-core v0.3.30
12422024-12-11T04:24:14.212Z Compiling equivalent v1.0.1
12432024-12-11T04:24:14.288Z Compiling ryu v1.0.18
12442024-12-11T04:24:14.559Z Compiling tracing-core v0.1.32
12452024-12-11T04:24:14.816Z Compiling serde_json v1.0.133
12462024-12-11T04:24:14.850Z Compiling uuid v1.11.0
12472024-12-11T04:24:14.861Z Compiling regress v0.10.1
12482024-12-11T04:24:14.904Z Compiling untrusted v0.9.0
12492024-12-11T04:24:14.913Z Compiling pin-utils v0.1.0
12502024-12-11T04:24:15.002Z Compiling futures-task v0.3.30
12512024-12-11T04:24:15.068Z Compiling spin v0.9.8
12522024-12-11T04:24:15.176Z Compiling futures-sink v0.3.30
12532024-12-11T04:24:15.240Z Compiling ring v0.17.8
12542024-12-11T04:24:15.319Z Compiling futures-util v0.3.30
12552024-12-11T04:24:15.342Z Compiling slab v0.4.9
12562024-12-11T04:24:15.882Z Compiling chrono v0.4.38
12572024-12-11T04:24:15.892Z Compiling try-lock v0.2.5
12582024-12-11T04:24:16.037Z Compiling want v0.3.1
12592024-12-11T04:24:16.741Z Compiling httparse v1.9.4
12602024-12-11T04:24:17.645Z Compiling serde_derive_internals v0.29.1
12612024-12-11T04:24:17.768Z Compiling futures-channel v0.3.30
12622024-12-11T04:24:18.180Z Compiling foreign-types-shared v0.1.1
12632024-12-11T04:24:18.279Z Compiling dyn-clone v1.0.17
12642024-12-11T04:24:18.358Z Compiling tower-service v0.3.3
12652024-12-11T04:24:18.477Z Compiling foreign-types v0.3.2
12662024-12-11T04:24:18.485Z Compiling openssl-sys v0.9.103
12672024-12-11T04:24:18.558Z Compiling bitflags v2.6.0
12682024-12-11T04:24:18.907Z Compiling unicode-ident v1.0.13
12692024-12-11T04:24:19.043Z Compiling proc-macro2 v1.0.86
12702024-12-11T04:24:19.092Z Compiling http v1.2.0
12712024-12-11T04:24:19.631Z Compiling tinyvec_macros v0.1.1
12722024-12-11T04:24:19.712Z Compiling semver v1.0.23
12732024-12-11T04:24:19.723Z Compiling openssl-probe v0.1.5
12742024-12-11T04:24:20.192Z Compiling quote v1.0.37
12752024-12-11T04:24:20.257Z Compiling tinyvec v1.8.0
12762024-12-11T04:24:21.887Z Compiling percent-encoding v2.3.1
12772024-12-11T04:24:22.093Z Compiling form_urlencoded v1.2.1
12782024-12-11T04:24:22.310Z Compiling unicode-normalization v0.1.24
12792024-12-11T04:24:22.488Z Compiling serde_derive v1.0.216
12802024-12-11T04:24:22.549Z Compiling zerocopy-derive v0.7.35
12812024-12-11T04:24:22.565Z Compiling thiserror-impl v1.0.69
12822024-12-11T04:24:23.609Z Compiling schemars_derive v0.8.21
12832024-12-11T04:24:23.656Z Compiling tokio-macros v2.4.0
12842024-12-11T04:24:23.847Z Compiling tracing-attributes v0.1.27
12852024-12-11T04:24:24.108Z Compiling openssl-macros v0.1.1
12862024-12-11T04:24:24.944Z Compiling openssl v0.10.66
12872024-12-11T04:24:25.227Z Compiling tokio v1.42.0
12882024-12-11T04:24:25.537Z Compiling thiserror v1.0.69
12892024-12-11T04:24:25.845Z Compiling aho-corasick v1.1.3
12902024-12-11T04:24:26.634Z Compiling http v0.2.12
12912024-12-11T04:24:27.189Z Compiling tracing v0.1.40
12922024-12-11T04:24:27.869Z Compiling unicode-bidi v0.3.15
12932024-12-11T04:24:30.863Z Compiling heck v0.5.0
12942024-12-11T04:24:32.182Z Compiling native-tls v0.2.12
12952024-12-11T04:24:32.532Z Compiling rustls-pki-types v1.8.0
12962024-12-11T04:24:33.294Z Compiling regex-automata v0.4.7
12972024-12-11T04:24:33.812Z Compiling idna v0.5.0
12982024-12-11T04:24:36.496Z Compiling indexmap v2.5.0
12992024-12-11T04:24:39.383Z Compiling tokio-util v0.7.12
13002024-12-11T04:24:39.498Z Compiling serde_tokenstream v0.2.2
13012024-12-11T04:24:40.068Z Compiling tokio-native-tls v0.3.1
13022024-12-11T04:24:40.369Z Compiling http-body v1.0.1
13032024-12-11T04:24:41.094Z Compiling slog v2.7.0
13042024-12-11T04:24:41.619Z Compiling regex-syntax v0.8.4
13052024-12-11T04:24:41.634Z Compiling atomic-waker v1.1.2
13062024-12-11T04:24:41.824Z Compiling h2 v0.4.6
13072024-12-11T04:24:42.404Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-12-11T04:24:43.583Z Compiling typify-impl v0.2.0
13092024-12-11T04:24:54.283Z Compiling openapiv3 v2.0.0
13102024-12-11T04:24:55.430Z Compiling regex v1.10.6
13112024-12-11T04:24:55.706Z Compiling serde_urlencoded v0.7.1
13122024-12-11T04:24:56.323Z Compiling url v2.5.2
13132024-12-11T04:24:56.440Z Compiling encoding_rs v0.8.34
13142024-12-11T04:24:57.290Z Compiling ipnet v2.10.0
13152024-12-11T04:24:58.715Z Compiling mime v0.3.17
13162024-12-11T04:24:59.209Z Compiling rustls v0.21.12
13172024-12-11T04:24:59.810Z Compiling typify-macro v0.2.0
13182024-12-11T04:25:00.356Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-11T04:25:01.712Z Compiling hyper v1.5.1
13202024-12-11T04:25:02.860Z Compiling h2 v0.3.26
13212024-12-11T04:25:03.215Z Compiling rustls-webpki v0.102.8
13222024-12-11T04:25:03.616Z Compiling http-body v0.4.6
13232024-12-11T04:25:04.087Z Compiling sct v0.7.1
13242024-12-11T04:25:04.148Z Compiling rustls-webpki v0.101.7
13252024-12-11T04:25:04.543Z Compiling subtle v2.6.1
13262024-12-11T04:25:04.821Z Compiling toml_datetime v0.6.8
13272024-12-11T04:25:05.215Z Compiling httpdate v1.0.3
13282024-12-11T04:25:05.952Z Compiling zeroize v1.8.1
13292024-12-11T04:25:06.338Z Compiling rustls v0.23.13
13302024-12-11T04:25:07.102Z Compiling serde_yaml v0.9.34+deprecated
13312024-12-11T04:25:07.846Z Compiling toml_edit v0.19.15
13322024-12-11T04:25:08.184Z Compiling hyper v0.14.30
13332024-12-11T04:25:12.010Z Compiling hyper-util v0.1.10
13342024-12-11T04:25:17.967Z Compiling lazy_static v1.5.0
13352024-12-11T04:25:18.106Z Compiling tokio-rustls v0.24.1
13362024-12-11T04:25:18.480Z Compiling tokio-rustls v0.26.0
13372024-12-11T04:25:18.537Z Compiling proc-macro-crate v1.3.1
13382024-12-11T04:25:18.962Z Compiling http-body-util v0.1.2
13392024-12-11T04:25:19.369Z Compiling webpki-roots v0.26.6
13402024-12-11T04:25:19.552Z Compiling base64 v0.22.1
13412024-12-11T04:25:19.590Z Compiling base64 v0.21.7
13422024-12-11T04:25:20.549Z Compiling crossbeam-utils v0.8.20
13432024-12-11T04:25:20.565Z Compiling rustls-pemfile v1.0.4
13442024-12-11T04:25:20.640Z Compiling rustls-pemfile v2.1.3
13452024-12-11T04:25:20.732Z Compiling hyper-rustls v0.27.3
13462024-12-11T04:25:21.231Z Compiling hyper-tls v0.6.0
13472024-12-11T04:25:21.369Z Compiling num_enum_derive v0.5.11
13482024-12-11T04:25:21.435Z Compiling hyper-rustls v0.24.2
13492024-12-11T04:25:21.747Z Compiling hyper-tls v0.5.0
13502024-12-11T04:25:21.885Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13512024-12-11T04:25:22.023Z Compiling typify v0.2.0
13522024-12-11T04:25:22.471Z Compiling ipnetwork v0.20.0
13532024-12-11T04:25:23.459Z Compiling ppv-lite86 v0.2.20
13542024-12-11T04:25:23.705Z Compiling foreign-types-macros v0.2.3
13552024-12-11T04:25:24.420Z Compiling sync_wrapper v1.0.1
13562024-12-11T04:25:24.577Z Compiling rand_core v0.6.4
13572024-12-11T04:25:24.749Z Compiling dirs-sys-next v0.1.2
13582024-12-11T04:25:25.018Z Compiling webpki-roots v0.25.4
13592024-12-11T04:25:25.064Z Compiling sync_wrapper v0.1.2
13602024-12-11T04:25:25.183Z Compiling powerfmt v0.2.0
13612024-12-11T04:25:25.196Z Compiling foreign-types-shared v0.3.1
13622024-12-11T04:25:25.309Z Compiling foreign-types v0.5.0
13632024-12-11T04:25:25.418Z Compiling time-macros v0.2.18
13642024-12-11T04:25:25.540Z Compiling deranged v0.3.11
13652024-12-11T04:25:25.808Z Compiling reqwest v0.11.27
13662024-12-11T04:25:25.857Z Compiling dirs-next v2.0.0
13672024-12-11T04:25:26.136Z Compiling rand_chacha v0.3.1
13682024-12-11T04:25:27.867Z Compiling progenitor-impl v0.8.0
13692024-12-11T04:25:27.968Z Compiling reqwest v0.12.9
13702024-12-11T04:25:28.381Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13712024-12-11T04:25:34.556Z Compiling num_enum v0.5.11
13722024-12-11T04:25:34.726Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-12-11T04:25:35.054Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-11T04:25:36.993Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-11T04:25:37.176Z Compiling cstr-argument v0.1.2
13762024-12-11T04:25:37.424Z Compiling thread_local v1.1.8
13772024-12-11T04:25:38.157Z Compiling either v1.13.0
13782024-12-11T04:25:38.628Z Compiling time-core v0.1.2
13792024-12-11T04:25:38.819Z Compiling pretty-hex v0.2.1
13802024-12-11T04:25:39.040Z Compiling arc-swap v1.7.1
13812024-12-11T04:25:39.268Z Compiling num-conv v0.1.0
13822024-12-11T04:25:39.542Z Compiling time v0.3.36
13832024-12-11T04:25:39.578Z Compiling slog-scope v4.4.0
13842024-12-11T04:25:39.730Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13852024-12-11T04:25:40.111Z Compiling itertools v0.12.1
13862024-12-11T04:25:40.492Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-11T04:25:41.985Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-11T04:25:42.865Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-11T04:25:43.047Z Compiling crossbeam-channel v0.5.13
13902024-12-11T04:25:43.914Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13912024-12-11T04:25:44.707Z Compiling progenitor-macro v0.8.0
13922024-12-11T04:25:48.623Z Compiling progenitor-client v0.8.0
13932024-12-11T04:25:49.549Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-12-11T04:25:51.235Z Compiling rand v0.8.5
13952024-12-11T04:25:51.515Z Compiling term v0.7.0
13962024-12-11T04:25:53.144Z Compiling anyhow v1.0.94
13972024-12-11T04:25:57.048Z Compiling colored v2.1.0
13982024-12-11T04:25:57.781Z Compiling is-terminal v0.4.13
13992024-12-11T04:25:57.902Z Compiling winnow v0.6.18
14002024-12-11T04:25:58.276Z Compiling take_mut v0.2.2
14012024-12-11T04:25:58.446Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-12-11T04:25:58.798Z Compiling slog-async v2.8.0
14032024-12-11T04:26:01.864Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-12-11T04:26:02.336Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14052024-12-11T04:26:02.558Z Compiling slog-term v2.9.1
14062024-12-11T04:26:05.350Z Compiling progenitor v0.8.0
14072024-12-11T04:26:05.572Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-11T04:26:09.301Z Compiling slog-stdlog v4.1.1
14092024-12-11T04:26:10.159Z Compiling slog-envlogger v2.2.0
14102024-12-11T04:26:11.018Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-11T04:26:12.084Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-11T04:26:27.213Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-11T04:26:34.631Z Finished `release` profile [optimized] target(s) in 2m 22s
14142024-12-11T04:26:34.713Z Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153)
14152024-12-11T04:26:34.760Z
14162024-12-11T04:26:34.760Zrunning 1 test
14172024-12-11T04:26:35.018Zconfigure zone
14182024-12-11T04:26:35.171Zinstall zone
14192024-12-11T04:27:35.184Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14202024-12-11T04:28:38.278Zboot zone
14212024-12-11T04:28:39.055Zstart zone s1
14222024-12-11T04:28:39.055Zconfigure zone
14232024-12-11T04:28:39.063Zinstall zone
14242024-12-11T04:30:32.555Zboot zone
14252024-12-11T04:30:32.563Zstart zone s2
14262024-12-11T04:30:32.563Zconfigure zone
14272024-12-11T04:30:32.563Zinstall zone
14282024-12-11T04:32:26.429Zboot zone
14292024-12-11T04:32:27.161Zstart zone t1
14302024-12-11T04:32:27.161Zconfigure zone
14312024-12-11T04:32:27.170Zinstall zone
14322024-12-11T04:34:21.399Zboot zone
14332024-12-11T04:34:22.197Zwaiting for zones to come up
14342024-12-11T04:34:32.268Z[sidecar.trio] svcs milestone/network
14352024-12-11T04:34:32.420ZSTATE STIME FMRI
14362024-12-11T04:34:32.420Zonline 20:28:55 svc:/milestone/network:default
14372024-12-11T04:34:32.420Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14382024-12-11T04:34:32.467Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14392024-12-11T04:34:32.517Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14402024-12-11T04:34:32.559Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14412024-12-11T04:34:32.563Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14422024-12-11T04:34:32.583Z
14432024-12-11T04:34:32.583Zrunning zone s1.trio setup
14442024-12-11T04:34:32.583Z[s1.trio] svcs milestone/network
14452024-12-11T04:34:32.605ZSTATE STIME FMRI
14462024-12-11T04:34:32.605Zonline 20:30:49 svc:/milestone/network:default
14472024-12-11T04:34:32.605Z[s1.trio] dladm
14482024-12-11T04:34:32.625ZLINK CLASS MTU STATE BRIDGE OVER
14492024-12-11T04:34:32.625Zsl0 simnet 9000 up -- ?
14502024-12-11T04:34:32.625Zmg2 vnic 9000 up -- ?
14512024-12-11T04:34:32.625Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14522024-12-11T04:34:33.157Z
14532024-12-11T04:34:33.158Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14542024-12-11T04:34:33.181Z
14552024-12-11T04:34:33.181Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14562024-12-11T04:34:33.201Z
14572024-12-11T04:34:33.201Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14582024-12-11T04:34:33.289Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14592024-12-11T04:34:33.331Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14602024-12-11T04:34:33.423Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14612024-12-11T04:34:33.468Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14622024-12-11T04:34:33.488Z
14632024-12-11T04:34:33.488Zrunning zone s2.trio setup
14642024-12-11T04:34:33.488Z[s2.trio] svcs milestone/network
14652024-12-11T04:34:33.512ZSTATE STIME FMRI
14662024-12-11T04:34:33.512Zonline 20:32:43 svc:/milestone/network:default
14672024-12-11T04:34:33.512Z[s2.trio] dladm
14682024-12-11T04:34:33.534ZLINK CLASS MTU STATE BRIDGE OVER
14692024-12-11T04:34:33.534Zsl1 simnet 9000 up -- ?
14702024-12-11T04:34:33.534Zmg3 vnic 9000 up -- ?
14712024-12-11T04:34:33.534Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14722024-12-11T04:34:34.011Z
14732024-12-11T04:34:34.011Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14742024-12-11T04:34:34.035Z
14752024-12-11T04:34:34.035Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14762024-12-11T04:34:34.054Z
14772024-12-11T04:34:34.054Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14782024-12-11T04:34:34.099Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14792024-12-11T04:34:34.120Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14802024-12-11T04:34:34.163Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14812024-12-11T04:34:34.184Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14822024-12-11T04:34:34.205Z
14832024-12-11T04:34:34.205Zrunning zone t1.trio setup
14842024-12-11T04:34:34.205Z[t1.trio] svcs milestone/network
14852024-12-11T04:34:34.225ZSTATE STIME FMRI
14862024-12-11T04:34:34.225Z- - svc:/milestone/network:default
14872024-12-11T04:34:35.232Z[t1.trio] svcs milestone/network
14882024-12-11T04:34:35.253ZSTATE STIME FMRI
14892024-12-11T04:34:35.253Z- - svc:/milestone/network:default
14902024-12-11T04:34:36.260Z[t1.trio] svcs milestone/network
14912024-12-11T04:34:36.280ZSTATE STIME FMRI
14922024-12-11T04:34:36.281Z- - svc:/milestone/network:default
14932024-12-11T04:34:37.288Z[t1.trio] svcs milestone/network
14942024-12-11T04:34:37.309ZSTATE STIME FMRI
14952024-12-11T04:34:37.310Z- - svc:/milestone/network:default
14962024-12-11T04:34:38.317Z[t1.trio] svcs milestone/network
14972024-12-11T04:34:38.337ZSTATE STIME FMRI
14982024-12-11T04:34:38.337Z- - svc:/milestone/network:default
14992024-12-11T04:34:39.345Z[t1.trio] svcs milestone/network
15002024-12-11T04:34:39.365ZSTATE STIME FMRI
15012024-12-11T04:34:39.365Z- - svc:/milestone/network:default
15022024-12-11T04:34:40.373Z[t1.trio] svcs milestone/network
15032024-12-11T04:34:40.392ZSTATE STIME FMRI
15042024-12-11T04:34:40.392Zoffline 20:34:39 svc:/milestone/network:default
15052024-12-11T04:34:41.399Z[t1.trio] svcs milestone/network
15062024-12-11T04:34:41.422ZSTATE STIME FMRI
15072024-12-11T04:34:41.422Zonline 20:34:39 svc:/milestone/network:default
15082024-12-11T04:34:41.422Z[t1.trio] dladm
15092024-12-11T04:34:41.443ZLINK CLASS MTU STATE BRIDGE OVER
15102024-12-11T04:34:41.443Ztfportrear0_0 simnet 9000 up -- ?
15112024-12-11T04:34:41.443Ztfportrear1_0 simnet 9000 up -- ?
15122024-12-11T04:34:41.443Zmg1 vnic 9000 up -- ?
15132024-12-11T04:34:41.443Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15142024-12-11T04:34:41.989Z
15152024-12-11T04:34:41.989Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15162024-12-11T04:34:42.013Z
15172024-12-11T04:34:42.013Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15182024-12-11T04:34:42.036Z
15192024-12-11T04:34:42.036Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15202024-12-11T04:34:42.055Z
15212024-12-11T04:34:42.055Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15222024-12-11T04:34:42.249Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15232024-12-11T04:34:42.253Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15242024-12-11T04:34:42.256Zwaiting 3s for copy of files to zone to complete ...
15252024-12-11T04:34:45.277Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15262024-12-11T04:34:45.314Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15272024-12-11T04:34:45.336Z[t1.trio] svcadm enable dendrite
15282024-12-11T04:34:45.374Z
15292024-12-11T04:34:45.375Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15302024-12-11T04:34:45.417Z
15312024-12-11T04:34:45.417Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15322024-12-11T04:34:45.460Z
15332024-12-11T04:34:45.460Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15342024-12-11T04:34:45.499Z
15352024-12-11T04:34:45.499Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15362024-12-11T04:34:45.540Z
15372024-12-11T04:34:45.540Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15382024-12-11T04:34:45.580Z
15392024-12-11T04:34:45.580Z[t1.trio] svcadm refresh dendrite:default
15402024-12-11T04:34:45.616Z
15412024-12-11T04:34:45.616Z[t1.trio] svcadm restart dendrite:default
15422024-12-11T04:34:45.651Z
15432024-12-11T04:34:45.651Zwait 10s for dendrite to come up ...
15442024-12-11T04:34:55.722Z[t1.trio] svcadm enable tfport
15452024-12-11T04:34:55.760Z
15462024-12-11T04:34:55.760Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0d19a80a-6d49-455c-9442-b575c8118146 --sled-uuid 0d701db1-a63a-4a6f-b19c-b9294a6e690e -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15472024-12-11T04:34:55.779Z
15482024-12-11T04:34:55.779Z[t1.trio] ipadm
15492024-12-11T04:34:55.803ZADDROBJ TYPE STATE ADDR
15502024-12-11T04:34:55.803Zlo0/v4 static ok 127.0.0.1/8
15512024-12-11T04:34:55.803Zmg1/v4 static ok 10.0.0.3/24
15522024-12-11T04:34:55.803Zlo0/v6 static ok ::1/128
15532024-12-11T04:34:55.803Zlo0/u6 static ok fd00:3::1/64
15542024-12-11T04:34:55.803Ztfportrear0_0/v6 addrconf ok fe80::2076:3dff:fe53:fffe%tfportrear0_0/10
15552024-12-11T04:34:55.803Ztfportrear1_0/v6 addrconf ok fe80::20d1:14ff:fe24:3ac2%tfportrear1_0/10
15562024-12-11T04:34:58.025Zinitial peering test passed
15572024-12-11T04:34:59.035Zadvertise from one passed
15582024-12-11T04:35:00.044Zadvertise from two passed
15592024-12-11T04:35:00.044Z[s1.trio] ping fd00:2::1
15602024-12-11T04:35:00.071Zfd00:2::1 is alive
15612024-12-11T04:35:00.071Z[s2.trio] ping fd00:1::1
15622024-12-11T04:35:00.091Zfd00:1::1 is alive
15632024-12-11T04:35:00.091Zconnectivity test passed
15642024-12-11T04:35:00.091Z[t1.trio] pkill ddmd
15652024-12-11T04:35:00.109Z
15662024-12-11T04:35:06.155Z[t1.trio] svcadm enable dendrite
15672024-12-11T04:35:06.196Z
15682024-12-11T04:35:06.196Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15692024-12-11T04:35:06.238Z
15702024-12-11T04:35:06.238Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15712024-12-11T04:35:06.279Z
15722024-12-11T04:35:06.279Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15732024-12-11T04:35:06.319Z
15742024-12-11T04:35:06.319Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15752024-12-11T04:35:06.360Z
15762024-12-11T04:35:06.360Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15772024-12-11T04:35:06.400Z
15782024-12-11T04:35:06.400Z[t1.trio] svcadm refresh dendrite:default
15792024-12-11T04:35:06.437Z
15802024-12-11T04:35:06.437Z[t1.trio] svcadm restart dendrite:default
15812024-12-11T04:35:06.471Z
15822024-12-11T04:35:06.471Zwait 10s for dendrite to come up ...
15832024-12-11T04:35:16.542Z[t1.trio] svcadm enable tfport
15842024-12-11T04:35:16.581Z
15852024-12-11T04:35:16.581Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 3740e40e-dc96-4781-94e1-9ef7db143900 --sled-uuid e17725c0-44e4-4e23-8388-55ae6c833155 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15862024-12-11T04:35:16.600Z
15872024-12-11T04:35:16.600Z[t1.trio] ipadm
15882024-12-11T04:35:16.621ZADDROBJ TYPE STATE ADDR
15892024-12-11T04:35:16.621Zlo0/v4 static ok 127.0.0.1/8
15902024-12-11T04:35:16.621Zmg1/v4 static ok 10.0.0.3/24
15912024-12-11T04:35:16.622Zlo0/v6 static ok ::1/128
15922024-12-11T04:35:16.622Zlo0/u6 static ok fd00:3::1/64
15932024-12-11T04:35:16.622Ztfportrear0_0/v6 addrconf ok fe80::2076:3dff:fe53:fffe%tfportrear0_0/10
15942024-12-11T04:35:16.622Ztfportrear1_0/v6 addrconf ok fe80::20d1:14ff:fe24:3ac2%tfportrear1_0/10
15952024-12-11T04:35:19.645Z[s1.trio] ping fd00:2::1
15962024-12-11T04:35:19.668Zfd00:2::1 is alive
15972024-12-11T04:35:19.668Z[s2.trio] ping fd00:1::1
15982024-12-11T04:35:19.689Zfd00:1::1 is alive
15992024-12-11T04:35:19.689Ztransit router restart passed
16002024-12-11T04:35:19.689Z[s1.trio] pkill ddmd
16012024-12-11T04:35:19.708Z
16022024-12-11T04:35:24.746Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16032024-12-11T04:35:24.783Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16042024-12-11T04:35:24.800Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16052024-12-11T04:35:24.821Z
16062024-12-11T04:35:27.845Z[s1.trio] ping fd00:2::1
16072024-12-11T04:35:27.868Zfd00:2::1 is alive
16082024-12-11T04:35:27.868Z[s2.trio] ping fd00:1::1
16092024-12-11T04:35:27.888Zfd00:1::1 is alive
16102024-12-11T04:35:27.889Zserver router restart passed
16112024-12-11T04:35:30.914Zpeer expiration recovery passed
16122024-12-11T04:35:31.922Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16132024-12-11T04:35:31.947Z3
16142024-12-11T04:35:31.947Zredundant advertise passed
16152024-12-11T04:35:32.957Ztunnel endpoint advertise passed
16162024-12-11T04:35:37.993Zredundant tunnel endpoint advertise passed
16172024-12-11T04:35:37.994Z[s1.trio] pkill ddmd
16182024-12-11T04:35:38.015Z
16192024-12-11T04:35:43.050Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16202024-12-11T04:35:43.088Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16212024-12-11T04:35:43.106Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16222024-12-11T04:35:43.128Z
16232024-12-11T04:35:48.230Ztunnel router restart passed
16242024-12-11T04:35:49.238Ztunnel endpoint withdraw passed
16252024-12-11T04:35:49.254Z[t1.trio] pkill ddmd
16262024-12-11T04:35:49.280Z
16272024-12-11T04:35:49.280Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16282024-12-11T04:35:49.283Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16292024-12-11T04:35:51.768Z[s2.trio] pkill ddmd
16302024-12-11T04:35:51.788Z
16312024-12-11T04:35:51.788Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16322024-12-11T04:35:54.178Z[s1.trio] pkill ddmd
16332024-12-11T04:35:54.198Z
16342024-12-11T04:35:54.198Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16352024-12-11T04:35:56.581Z[sidecar.trio] pkill softnpu
16362024-12-11T04:35:56.600Z
16372024-12-11T04:35:56.600Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16382024-12-11T04:35:59.301Ztest ddm::test_trio_v2_server ... ok
16392024-12-11T04:35:59.301Z
16402024-12-11T04:35:59.301Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 560.59s
16412024-12-11T04:35:59.301Z
16422024-12-11T04:35:59.329Z+ cleanup
16432024-12-11T04:35:59.331Z++ id -un
16442024-12-11T04:35:59.495Z++ id -gn
16452024-12-11T04:35:59.497Z+ pfexec chown -R build:build .
16462024-12-11T04:35:59.576Zprocess exited: duration 1098013 ms, exit code 0
 
16472024-12-11T04:35:59.586Zfound 4 output files
16482024-12-11T04:35:59.586Zuploading: /work/s1.trio.log (4253 bytes)
16492024-12-11T04:36:00.603Zuploaded: /work/s1.trio.log
16502024-12-11T04:36:00.603Zuploading: /work/s2.trio.log (9510 bytes)
16512024-12-11T04:36:01.622Zuploaded: /work/s2.trio.log
16522024-12-11T04:36:01.622Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16532024-12-11T04:36:02.638Zuploaded: /work/sidecar.trio-softnpu.log
16542024-12-11T04:36:02.640Zuploading: /work/t1.trio.log (25790 bytes)
16552024-12-11T04:36:03.655Zuploaded: /work/t1.trio.log