01JFEPA3TTJXM31094DY6D4XMB: 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: 01JFEPAKPGVAMG2YJPYY0A9NJ2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T05:31:29.468Zjob assigned to worker 01JFEPAVNRNG9TJGYAHB8AT592 [factory aws, i-02d5088dc74af725e] (queued for 1 m 5 s)
 
22024-12-19T05:31:36.815Zstarting task 0: "setup"
32024-12-19T05:31:36.827Z++ uname -s
42024-12-19T05:31:36.829Z+ kern=SunOS
52024-12-19T05:31:36.829Z+ case "$kern" in
62024-12-19T05:31:36.829Z+ groupadd -g 12345 build
72024-12-19T05:31:36.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T05:31:38.840Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T05:31:38.949Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T05:31:38.951Z+ home_fs=zfs
112024-12-19T05:31:38.951Z+ [[ zfs == autofs ]]
122024-12-19T05:31:38.951Z+ mkdir -p /home/build
132024-12-19T05:31:38.954Z+ chown build:build /home/build /work
142024-12-19T05:31:40.956Z+ chmod 0700 /home/build /work
152024-12-19T05:31:40.959Zprocess exited: duration 4143 ms, exit code 0
 
162024-12-19T05:31:40.964Zstarting task 1: "rust-toolchain"
172024-12-19T05:31:40.970Z+ printf ' * toolchain channel = "%s"
182024-12-19T05:31:40.970Z' stable
192024-12-19T05:31:40.970Z * toolchain channel = "stable"
202024-12-19T05:31:40.972Z+ printf ' * toolchain profile = "%s"
212024-12-19T05:31:40.972Z' default
222024-12-19T05:31:40.972Z * toolchain profile = "default"
232024-12-19T05:31:40.972Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T05:31:40.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-19T05:31:41.271Zinfo: downloading installer
262024-12-19T05:31:42.644Zinfo: profile set to 'default'
272024-12-19T05:31:42.644Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T05:31:42.647Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-19T05:31:42.805Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-19T05:31:42.805Zinfo: downloading component 'cargo'
312024-12-19T05:31:43.690Zinfo: downloading component 'clippy'
322024-12-19T05:31:44.030Zinfo: downloading component 'rust-docs'
332024-12-19T05:31:45.271Zinfo: downloading component 'rust-std'
342024-12-19T05:31:47.053Zinfo: downloading component 'rustc'
352024-12-19T05:31:53.801Zinfo: downloading component 'rustfmt'
362024-12-19T05:31:54.062Zinfo: installing component 'cargo'
372024-12-19T05:31:54.883Zinfo: installing component 'clippy'
382024-12-19T05:31:55.257Zinfo: installing component 'rust-docs'
392024-12-19T05:31:56.945Zinfo: installing component 'rust-std'
402024-12-19T05:31:58.604Zinfo: installing component 'rustc'
412024-12-19T05:32:04.395Zinfo: installing component 'rustfmt'
422024-12-19T05:32:04.728Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-19T05:32:04.728Z
442024-12-19T05:32:05.092Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-19T05:32:05.092Z
462024-12-19T05:32:05.095Z
472024-12-19T05:32:05.095ZRust is installed now. Great!
482024-12-19T05:32:05.095Z
492024-12-19T05:32:05.095ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T05:32:05.095Zenvironment variable. This has not been done automatically.
512024-12-19T05:32:05.095Z
522024-12-19T05:32:05.095ZTo configure your current shell, you need to source
532024-12-19T05:32:05.096Zthe corresponding env file under $HOME/.cargo.
542024-12-19T05:32:05.097Z
552024-12-19T05:32:05.097ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T05:32:05.097Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T05:32:05.097Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T05:32:05.165Z+ rustc --version
592024-12-19T05:32:05.231Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-19T05:32:05.234Zprocess exited: duration 24268 ms, exit code 0
 
612024-12-19T05:32:05.240Zstarting task 2: "authentication"
622024-12-19T05:32:05.261Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T05:32:05.266Zstarting task 3: "clone repository"
642024-12-19T05:32:05.271Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-19T05:32:05.273Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-19T05:32:05.309ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-19T05:32:05.885Z+ cd /work/oxidecomputer/maghemite
682024-12-19T05:32:05.885Z+ git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b
692024-12-19T05:32:06.125ZFrom https://github.com/oxidecomputer/maghemite
702024-12-19T05:32:06.125Z * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD
712024-12-19T05:32:06.131Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-12-19T05:32:06.134Z++ git branch --show-current
732024-12-19T05:32:06.136Z+ current=main
742024-12-19T05:32:06.136Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-12-19T05:32:06.136Z+ git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b
762024-12-19T05:32:06.139Z+ git checkout -f renovate/libc-0.x-lockfile
772024-12-19T05:32:06.152ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-12-19T05:32:06.155Z+ git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b
792024-12-19T05:32:06.167ZHEAD is now at 750dc4b Update Rust crate libc to v0.2.169
802024-12-19T05:32:06.169Zprocess exited: duration 901 ms, exit code 0
 
812024-12-19T05:32:06.174Zstarting task 4: "build"
822024-12-19T05:32:06.179Z++ cargo --version
832024-12-19T05:32:06.184Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-19T05:32:06.341Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-19T05:32:06.341Zinfo: downloading component 'cargo'
862024-12-19T05:32:07.053Zinfo: downloading component 'clippy'
872024-12-19T05:32:07.319Zinfo: downloading component 'rust-docs'
882024-12-19T05:32:08.310Zinfo: downloading component 'rust-std'
892024-12-19T05:32:09.850Zinfo: downloading component 'rustc'
902024-12-19T05:32:15.375Zinfo: downloading component 'rustfmt'
912024-12-19T05:32:15.584Zinfo: installing component 'cargo'
922024-12-19T05:32:16.379Zinfo: installing component 'clippy'
932024-12-19T05:32:16.738Zinfo: installing component 'rust-docs'
942024-12-19T05:32:18.300Zinfo: installing component 'rust-std'
952024-12-19T05:32:20.036Zinfo: installing component 'rustc'
962024-12-19T05:32:25.609Zinfo: installing component 'rustfmt'
972024-12-19T05:32:26.006Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-19T05:32:26.009Z++ rustc --version
992024-12-19T05:32:26.075Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-19T05:32:26.091Z++ dladm
1012024-12-19T05:32:26.099ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-19T05:32:26.099Zena0 phys 9216 up -- --
1032024-12-19T05:32:26.100Z++ ipadm
1042024-12-19T05:32:26.100ZADDROBJ TYPE STATE ADDR
1052024-12-19T05:32:26.100Zlo0/v4 static ok 127.0.0.1/8
1062024-12-19T05:32:26.100Zena0/dhcp dhcp ok 10.150.1.106/24
1072024-12-19T05:32:26.100Zlo0/v6 static ok ::1/128
1082024-12-19T05:32:26.100Z++ banner collect
1092024-12-19T05:32:26.100Z
1102024-12-19T05:32:26.100Z #### #### # # ###### #### #####
1112024-12-19T05:32:26.100Z # # # # # # # # # #
1122024-12-19T05:32:26.100Z # # # # # ##### # #
1132024-12-19T05:32:26.104Z # # # # # # # #
1142024-12-19T05:32:26.104Z # # # # # # # # # #
1152024-12-19T05:32:26.104Z #### #### ###### ###### ###### #### #
1162024-12-19T05:32:26.104Z
1172024-12-19T05:32:26.104Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-19T05:32:26.104Z++ repo=softnpu
1192024-12-19T05:32:26.105Z++ series=image
1202024-12-19T05:32:26.105Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-19T05:32:26.105Z++ name=softnpu
1222024-12-19T05:32:26.105Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-19T05:32:26.105Z++ mkdir -p download
1242024-12-19T05:32:26.105Z++ pushd download
1252024-12-19T05:32:26.105Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-19T05:32:26.105Z++ [[ ! -f softnpu ]]
1272024-12-19T05:32:26.105Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-19T05:32:26.111Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-19T05:32:26.111Z Dload Upload Total Spent Left Speed
1302024-12-19T05:32:26.538Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 21.8M 0 3900 0 0 34557 0 0:11:02 --:--:-- 0:11:02 34513 100 21.8M 100 21.8M 0 0 49.9M 0 --:--:-- --:--:-- --:--:-- 49.8M
1312024-12-19T05:32:26.541Z++ popd
1322024-12-19T05:32:26.543Z/work/oxidecomputer/maghemite
1332024-12-19T05:32:26.543Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-19T05:32:26.543Z++ repo=sidecar-lite
1352024-12-19T05:32:26.543Z++ series=release
1362024-12-19T05:32:26.543Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-19T05:32:26.543Z++ name=libsidecar_lite.so
1382024-12-19T05:32:26.544Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-19T05:32:26.544Z++ mkdir -p download
1402024-12-19T05:32:26.547Z++ pushd download
1412024-12-19T05:32:26.547Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-19T05:32:26.547Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-19T05:32:26.547Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-19T05:32:26.551Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-19T05:32:26.554Z Dload Upload Total Spent Left Speed
1462024-12-19T05:32:26.991Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 46.2M 0 --:--:-- --:--:-- --:--:-- 46.3M
1472024-12-19T05:32:26.994Z++ popd
1482024-12-19T05:32:26.994Z/work/oxidecomputer/maghemite
1492024-12-19T05:32:26.996Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-19T05:32:26.996Z++ repo=sidecar-lite
1512024-12-19T05:32:26.996Z++ series=release
1522024-12-19T05:32:26.996Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-19T05:32:26.996Z++ name=scadm
1542024-12-19T05:32:26.996Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-19T05:32:26.996Z++ mkdir -p download
1562024-12-19T05:32:26.999Z++ pushd download
1572024-12-19T05:32:26.999Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-19T05:32:26.999Z++ [[ ! -f scadm ]]
1592024-12-19T05:32:26.999Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-19T05:32:27.004Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-19T05:32:27.005Z Dload Upload Total Spent Left Speed
1622024-12-19T05:32:27.310Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 36 22.7M 36 8587k 0 0 54.1M 0 --:--:-- --:--:-- --:--:-- 54.1M 100 22.7M 100 22.7M 0 0 74.6M 0 --:--:-- --:--:-- --:--:-- 74.5M
1632024-12-19T05:32:27.313Z++ popd
1642024-12-19T05:32:27.315Z/work/oxidecomputer/maghemite
1652024-12-19T05:32:27.315Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-19T05:32:27.315Z++ repo=dendrite
1672024-12-19T05:32:27.315Z++ series=image
1682024-12-19T05:32:27.315Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-19T05:32:27.315Z++ name=dendrite-softnpu.tar.gz
1702024-12-19T05:32:27.315Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-19T05:32:27.315Z++ mkdir -p download
1722024-12-19T05:32:27.315Z++ pushd download
1732024-12-19T05:32:27.315Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-19T05:32:27.315Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-19T05:32:27.317Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-19T05:32:27.323Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-19T05:32:27.323Z Dload Upload Total Spent Left Speed
1782024-12-19T05:32:27.850Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 71.2M 0 --:--:-- --:--:-- --:--:-- 71.2M
1792024-12-19T05:32:27.855Z++ popd
1802024-12-19T05:32:27.858Z/work/oxidecomputer/maghemite
1812024-12-19T05:32:27.858Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-19T05:32:27.858Z++ repo=maghemite
1832024-12-19T05:32:27.858Z++ series=release
1842024-12-19T05:32:27.858Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-19T05:32:27.858Z++ name=ddmd
1862024-12-19T05:32:27.858Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-19T05:32:27.858Z++ mkdir -p download
1882024-12-19T05:32:27.861Z++ pushd download
1892024-12-19T05:32:27.861Z++ [[ ! -f ddmd ]]
1902024-12-19T05:32:27.861Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1912024-12-19T05:32:27.861Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922024-12-19T05:32:27.869Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-19T05:32:27.869Z Dload Upload Total Spent Left Speed
1942024-12-19T05:32:28.762Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 40.9M 17 7395k 0 0 24.8M 0 0:00:01 --:--:-- 0:00:01 24.8M 100 40.9M 100 40.9M 0 0 45.8M 0 --:--:-- --:--:-- --:--:-- 45.8M
1952024-12-19T05:32:28.765Z++ popd
1962024-12-19T05:32:28.768Z/work/oxidecomputer/maghemite
1972024-12-19T05:32:28.768Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-19T05:32:28.768Z++ repo=maghemite
1992024-12-19T05:32:28.768Z++ series=release
2002024-12-19T05:32:28.768Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-19T05:32:28.768Z++ name=ddmadm
2022024-12-19T05:32:28.768Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-19T05:32:28.768Z++ mkdir -p download
2042024-12-19T05:32:28.768Z++ pushd download
2052024-12-19T05:32:28.768Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-19T05:32:28.768Z++ [[ ! -f ddmadm ]]
2072024-12-19T05:32:28.768Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-19T05:32:28.776Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-19T05:32:28.779Z Dload Upload Total Spent Left Speed
2102024-12-19T05:32:29.079Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 59.4M 0 --:--:-- --:--:-- --:--:-- 59.6M
2112024-12-19T05:32:29.083Z++ popd
2122024-12-19T05:32:29.086Z/work/oxidecomputer/maghemite
2132024-12-19T05:32:29.086Z++ pushd download
2142024-12-19T05:32:29.086Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-19T05:32:29.086Z++ chmod +x softnpu
2162024-12-19T05:32:29.086Z++ chmod +x scadm
2172024-12-19T05:32:29.090Z++ chmod +x ddmadm
2182024-12-19T05:32:29.092Z++ chmod +x ddmd
2192024-12-19T05:32:29.093Z++ mv ddmadm ddmadm-v2
2202024-12-19T05:32:29.093Z++ mv ddmd ddmd-v2
2212024-12-19T05:32:29.096Z++ rm -rf zones/dendrite
2222024-12-19T05:32:29.098Z++ mkdir -p zones/dendrite
2232024-12-19T05:32:29.098Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-19T05:32:29.861Z++ popd
2252024-12-19T05:32:29.861Z/work/oxidecomputer/maghemite
2262024-12-19T05:32:29.861Z++ banner install
2272024-12-19T05:32:29.864Z
2282024-12-19T05:32:29.864Z # # # #### ##### ## # #
2292024-12-19T05:32:29.864Z # ## # # # # # # #
2302024-12-19T05:32:29.864Z # # # # #### # # # # #
2312024-12-19T05:32:29.864Z # # # # # # ###### # #
2322024-12-19T05:32:29.864Z # # ## # # # # # # #
2332024-12-19T05:32:29.864Z # # # #### # # # ###### ######
2342024-12-19T05:32:29.864Z
2352024-12-19T05:32:29.867Z++ pkg info brand/sparse
2362024-12-19T05:32:29.867Z++ grep -qi installed
2372024-12-19T05:32:31.559Zpkg: info: no packages matching the following patterns you specified are
2382024-12-19T05:32:31.559Zinstalled on the system. Try querying remotely instead:
2392024-12-19T05:32:31.560Z
2402024-12-19T05:32:31.560Z brand/sparse
2412024-12-19T05:32:31.611Z++ [[ 1 != 0 ]]
2422024-12-19T05:32:31.611Z++ set -o errexit
2432024-12-19T05:32:31.611Z++ pfexec pkg install brand/sparse
2442024-12-19T05:32:37.052Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-19T05:32:40.859Z Startup: Caching catalogs ... Done
2462024-12-19T05:32:51.303ZPlanning: Solver setup ... Done
2472024-12-19T05:32:51.436ZPlanning: Running solver ... Done
2482024-12-19T05:32:51.540ZPlanning: Finding local manifests ... Done
2492024-12-19T05:32:51.552ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-19T05:32:51.647ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-19T05:32:51.717ZPlanning: Package planning ... Done
2522024-12-19T05:32:51.723ZPlanning: Merging actions ... Done
2532024-12-19T05:32:51.913ZPlanning: Checking for conflicting actions ... Done
2542024-12-19T05:32:54.095ZPlanning: Consolidating action changes ... Done
2552024-12-19T05:32:54.525ZPlanning: Evaluating mediators ... Done
2562024-12-19T05:32:54.591ZPlanning: Planning completed in 13.64 seconds
2572024-12-19T05:32:54.606Z Packages to install: 1
2582024-12-19T05:32:54.607Z Packages to update: 2
2592024-12-19T05:32:54.609Z Create boot environment: No
2602024-12-19T05:32:54.609ZCreate backup boot environment: Yes
2612024-12-19T05:32:54.684Z
2622024-12-19T05:32:54.684ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-19T05:32:57.494ZDownload: Completed 8.03 MB in 2.81 seconds (2.9M/s)
2642024-12-19T05:32:59.573Z Actions: 1/1419 actions (Removing old actions)
2652024-12-19T05:32:59.595Z Actions: 199/1419 actions (Installing new actions)
2662024-12-19T05:32:59.709Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-19T05:33:00.031Z Actions: Completed 1419 actions in 0.46 seconds.
2682024-12-19T05:33:00.401Z Done
2692024-12-19T05:33:00.403Z Done
2702024-12-19T05:33:00.928Z Done
2712024-12-19T05:33:05.107Z Done
2722024-12-19T05:33:05.194Z Done
2732024-12-19T05:33:05.197Z Done
2742024-12-19T05:33:05.299Z Done
2752024-12-19T05:33:05.681Z++ set -o errexit
2762024-12-19T05:33:05.681Z++ set -o pipefail
2772024-12-19T05:33:05.681Z++ banner build
2782024-12-19T05:33:05.685Z
2792024-12-19T05:33:05.686Z ##### # # # # #####
2802024-12-19T05:33:05.686Z # # # # # # # #
2812024-12-19T05:33:05.686Z ##### # # # # # #
2822024-12-19T05:33:05.686Z # # # # # # # #
2832024-12-19T05:33:05.686Z # # # # # # # #
2842024-12-19T05:33:05.686Z ##### #### # ###### #####
2852024-12-19T05:33:05.686Z
2862024-12-19T05:33:05.686Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-19T05:33:05.863Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-19T05:33:06.117Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-19T05:33:06.377ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-19T05:33:06.377Z * [new branch] ci -> origin/ci
2912024-12-19T05:33:06.380Z * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216
2922024-12-19T05:33:06.380Z * [new branch] main -> origin/main
2932024-12-19T05:33:06.380Z * [new ref] -> origin/HEAD
2942024-12-19T05:33:06.390Z Updating crates.io index
2952024-12-19T05:33:06.393Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-12-19T05:33:07.159ZFrom https://github.com/oxidecomputer/falcon
2972024-12-19T05:33:07.161Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-12-19T05:33:07.338Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-12-19T05:33:08.474ZFrom https://github.com/oxidecomputer/dendrite
3002024-12-19T05:33:08.474Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-12-19T05:33:08.514Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-12-19T05:33:08.913ZFrom https://github.com/oxidecomputer/ispf
3032024-12-19T05:33:08.913Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-12-19T05:33:08.934Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-12-19T05:33:09.448ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-12-19T05:33:09.448Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-12-19T05:33:09.460Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-12-19T05:33:12.977ZFrom https://github.com/oxidecomputer/omicron
3092024-12-19T05:33:12.977Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-12-19T05:33:13.008Z * [new tag] dogfood -> dogfood
3112024-12-19T05:33:13.010Z * [new tag] v5 -> v5
3122024-12-19T05:33:13.010Z * [new tag] v6 -> v6
3132024-12-19T05:33:13.010Z * [new tag] v7 -> v7
3142024-12-19T05:33:13.010Z * [new tag] v8 -> v8
3152024-12-19T05:33:13.010Z * [new tag] v9 -> v9
3162024-12-19T05:33:13.365Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-12-19T05:33:13.997ZFrom https://github.com/oxidecomputer/opte
3182024-12-19T05:33:13.997Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-12-19T05:33:14.042Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-12-19T05:33:14.424ZFrom https://github.com/illumos/smf-rs
3212024-12-19T05:33:14.425Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-12-19T05:33:14.458Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-12-19T05:33:15.038ZFrom https://github.com/oxidecomputer/maghemite
3242024-12-19T05:33:15.038Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-12-19T05:33:15.054Z * [new tag] rift -> rift
3262024-12-19T05:33:15.056Z * [new tag] srp -> srp
3272024-12-19T05:33:15.056Z * [new tag] tie-spf -> tie-spf
3282024-12-19T05:33:15.108Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-12-19T05:33:15.492ZFrom https://github.com/oxidecomputer/zone
3302024-12-19T05:33:15.492Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-12-19T05:33:15.537Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-12-19T05:33:16.317ZFrom https://github.com/oxidecomputer/propolis
3332024-12-19T05:33:16.317Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-12-19T05:33:16.406Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-12-19T05:33:16.831ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-12-19T05:33:16.831Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-12-19T05:33:16.861Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-12-19T05:33:17.265ZFrom https://github.com/jmesmon/rust-libzfs
3392024-12-19T05:33:17.265Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-12-19T05:33:17.280Z * [new tag] v0.4.0 -> v0.4.0
3412024-12-19T05:33:17.295Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-12-19T05:33:17.719ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-12-19T05:33:17.719Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-12-19T05:33:17.754Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-12-19T05:33:18.175ZFrom https://github.com/oxidecomputer/maghemite
3462024-12-19T05:33:18.175Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-12-19T05:33:18.234Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-12-19T05:33:18.603ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-12-19T05:33:18.603Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-12-19T05:33:18.623Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-12-19T05:33:19.056ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-12-19T05:33:19.057Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-12-19T05:33:19.084Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-12-19T05:33:19.466ZFrom https://github.com/oxidecomputer/poptrie
3552024-12-19T05:33:19.466Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-12-19T05:33:19.503Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-12-19T05:33:19.950ZFrom https://github.com/illumos/libscf-sys
3582024-12-19T05:33:19.950Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-12-19T05:33:19.974Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-12-19T05:33:20.825ZFrom https://github.com/oxidecomputer/progenitor
3612024-12-19T05:33:20.825Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-12-19T05:33:20.846Z * [new tag] v0.1.1 -> v0.1.1
3632024-12-19T05:33:20.848Z * [new tag] v0.2.0 -> v0.2.0
3642024-12-19T05:33:20.849Z * [new tag] v0.3.0 -> v0.3.0
3652024-12-19T05:33:20.849Z * [new tag] v0.4.0 -> v0.4.0
3662024-12-19T05:33:20.849Z * [new tag] v0.5.0 -> v0.5.0
3672024-12-19T05:33:20.849Z * [new tag] v0.6.0 -> v0.6.0
3682024-12-19T05:33:20.849Z * [new tag] v0.7.0 -> v0.7.0
3692024-12-19T05:33:20.958Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-12-19T05:33:21.667ZFrom https://github.com/oxidecomputer/typify
3712024-12-19T05:33:21.667Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-12-19T05:33:21.670Z * [new tag] v0.2.0 -> v0.2.0
3732024-12-19T05:33:21.686Z * [new tag] v0.0.10 -> v0.0.10
3742024-12-19T05:33:21.688Z * [new tag] v0.0.11 -> v0.0.11
3752024-12-19T05:33:21.688Z * [new tag] v0.0.12 -> v0.0.12
3762024-12-19T05:33:21.688Z * [new tag] v0.0.13 -> v0.0.13
3772024-12-19T05:33:21.688Z * [new tag] v0.0.14 -> v0.0.14
3782024-12-19T05:33:21.688Z * [new tag] v0.0.15 -> v0.0.15
3792024-12-19T05:33:21.688Z * [new tag] v0.0.16 -> v0.0.16
3802024-12-19T05:33:21.688Z * [new tag] v0.0.4 -> v0.0.4
3812024-12-19T05:33:21.689Z * [new tag] v0.0.5 -> v0.0.5
3822024-12-19T05:33:21.689Z * [new tag] v0.0.7 -> v0.0.7
3832024-12-19T05:33:21.689Z * [new tag] v0.0.8 -> v0.0.8
3842024-12-19T05:33:21.689Z * [new tag] v0.0.9 -> v0.0.9
3852024-12-19T05:33:21.689Z * [new tag] v0.1.0 -> v0.1.0
3862024-12-19T05:33:21.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-12-19T05:33:23.214ZFrom https://github.com/oxidecomputer/crucible
3882024-12-19T05:33:23.214Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-12-19T05:33:23.278Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-12-19T05:33:23.717ZFrom https://github.com/oxidecomputer/opte
3912024-12-19T05:33:23.717Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-12-19T05:33:23.765Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-12-19T05:33:24.396ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-12-19T05:33:24.396Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-12-19T05:33:25.146Z Downloading crates ...
3962024-12-19T05:33:25.258Z Downloaded argon2 v0.5.3
3972024-12-19T05:33:25.267Z Downloaded blake2 v0.10.6
3982024-12-19T05:33:25.270Z Downloaded cancel-safe-futures v0.1.5
3992024-12-19T05:33:25.275Z Downloaded parse-display v0.10.0
4002024-12-19T05:33:25.278Z Downloaded parse-display-derive v0.10.0
4012024-12-19T05:33:25.281Z Downloaded async-stream-impl v0.3.5
4022024-12-19T05:33:25.281Z Downloaded anstyle-parse v0.2.5
4032024-12-19T05:33:25.283Z Downloaded bitflags v1.3.2
4042024-12-19T05:33:25.287Z Downloaded percent-encoding v2.3.1
4052024-12-19T05:33:25.287Z Downloaded pin-utils v0.1.0
4062024-12-19T05:33:25.289Z Downloaded plain v0.2.3
4072024-12-19T05:33:25.289Z Downloaded bitflags v2.6.0
4082024-12-19T05:33:25.293Z Downloaded rand_chacha v0.3.1
4092024-12-19T05:33:25.296Z Downloaded rustc_version v0.4.1
4102024-12-19T05:33:25.298Z Downloaded proc-macro-error-attr v1.0.4
4112024-12-19T05:33:25.298Z Downloaded proc-macro-crate v1.3.1
4122024-12-19T05:33:25.301Z Downloaded pin-project-lite v0.2.14
4132024-12-19T05:33:25.303Z Downloaded scopeguard v1.2.0
4142024-12-19T05:33:25.306Z Downloaded rustversion v1.0.17
4152024-12-19T05:33:25.308Z Downloaded proc-macro2 v1.0.86
4162024-12-19T05:33:25.311Z Downloaded serde_repr v0.1.19
4172024-12-19T05:33:25.313Z Downloaded darling_macro v0.20.10
4182024-12-19T05:33:25.314Z Downloaded crypto-common v0.1.6
4192024-12-19T05:33:25.316Z Downloaded crunchy v0.2.2
4202024-12-19T05:33:25.316Z Downloaded equivalent v1.0.1
4212024-12-19T05:33:25.318Z Downloaded const-random v0.1.18
4222024-12-19T05:33:25.318Z Downloaded semver v1.0.23
4232024-12-19T05:33:25.320Z Downloaded rand_core v0.6.4
4242024-12-19T05:33:25.322Z Downloaded crossbeam-channel v0.5.13
4252024-12-19T05:33:25.326Z Downloaded rustls-webpki v0.102.8
4262024-12-19T05:33:25.344Z Downloaded either v1.13.0
4272024-12-19T05:33:25.347Z Downloaded darling_core v0.20.10
4282024-12-19T05:33:25.350Z Downloaded float-ord v0.3.2
4292024-12-19T05:33:25.352Z Downloaded errno v0.3.9
4302024-12-19T05:33:25.352Z Downloaded data-encoding v2.6.0
4312024-12-19T05:33:25.354Z Downloaded clap_derive v4.5.18
4322024-12-19T05:33:25.357Z Downloaded aho-corasick v1.1.3
4332024-12-19T05:33:25.364Z Downloaded prettyplease v0.2.22
4342024-12-19T05:33:25.367Z Downloaded convert_case v0.4.0
4352024-12-19T05:33:25.370Z Downloaded const-random-macro v0.1.16
4362024-12-19T05:33:25.370Z Downloaded rustls v0.23.13
4372024-12-19T05:33:25.382Z Downloaded colorchoice v1.0.2
4382024-12-19T05:33:25.384Z Downloaded futures-sink v0.3.30
4392024-12-19T05:33:25.384Z Downloaded password-hash v0.5.0
4402024-12-19T05:33:25.387Z Downloaded ciborium-io v0.2.2
4412024-12-19T05:33:25.389Z Downloaded cfg-if v1.0.0
4422024-12-19T05:33:25.389Z Downloaded byteorder v1.5.0
4432024-12-19T05:33:25.391Z Downloaded block-buffer v0.10.4
4442024-12-19T05:33:25.391Z Downloaded anstyle-query v1.1.1
4452024-12-19T05:33:25.394Z Downloaded rustix v0.38.37
4462024-12-19T05:33:25.417Z Downloaded anstyle v1.0.10
4472024-12-19T05:33:25.419Z Downloaded paste v1.0.15
4482024-12-19T05:33:25.422Z Downloaded parking_lot_core v0.9.10
4492024-12-19T05:33:25.424Z Downloaded autocfg v1.3.0
4502024-12-19T05:33:25.426Z Downloaded pest_derive v2.7.13
4512024-12-19T05:33:25.429Z Downloaded base64ct v1.6.0
4522024-12-19T05:33:25.431Z Downloaded pest v2.7.13
4532024-12-19T05:33:25.437Z Downloaded ppv-lite86 v0.2.20
4542024-12-19T05:33:25.440Z Downloaded camino v1.1.9
4552024-12-19T05:33:25.442Z Downloaded pkg-config v0.3.31
4562024-12-19T05:33:25.444Z Downloaded cobs v0.2.3
4572024-12-19T05:33:25.446Z Downloaded colored v2.1.0
4582024-12-19T05:33:25.449Z Downloaded clap_lex v0.7.4
4592024-12-19T05:33:25.453Z Downloaded bytes v1.7.2
4602024-12-19T05:33:25.455Z Downloaded ciborium-ll v0.2.2
4612024-12-19T05:33:25.458Z Downloaded cc v1.1.21
4622024-12-19T05:33:25.460Z Downloaded powerfmt v0.2.0
4632024-12-19T05:33:25.463Z Downloaded cpufeatures v0.2.14
4642024-12-19T05:33:25.463Z Downloaded pest_meta v2.7.13
4652024-12-19T05:33:25.465Z Downloaded proc-macro-error v1.0.4
4662024-12-19T05:33:25.469Z Downloaded quote v1.0.37
4672024-12-19T05:33:25.472Z Downloaded quinn-udp v0.5.5
4682024-12-19T05:33:25.474Z Downloaded quinn v0.11.5
4692024-12-19T05:33:25.478Z Downloaded cookie v0.18.1
4702024-12-19T05:33:25.481Z Downloaded crc32fast v1.4.2
4712024-12-19T05:33:25.484Z Downloaded quinn-proto v0.11.8
4722024-12-19T05:33:25.490Z Downloaded rand v0.8.5
4732024-12-19T05:33:25.493Z Downloaded clap_builder v4.5.23
4742024-12-19T05:33:25.501Z Downloaded rustls-pemfile v1.0.4
4752024-12-19T05:33:25.504Z Downloaded rustls-pemfile v2.1.3
4762024-12-19T05:33:25.507Z Downloaded fastrand v2.1.1
4772024-12-19T05:33:25.509Z Downloaded dirs-sys-next v0.1.2
4782024-12-19T05:33:25.511Z Downloaded fixedbitset v0.4.2
4792024-12-19T05:33:25.513Z Downloaded reqwest v0.12.9
4802024-12-19T05:33:25.522Z Downloaded futures-io v0.3.30
4812024-12-19T05:33:25.526Z Downloaded clap v4.5.23
4822024-12-19T05:33:25.533Z Downloaded rustls v0.21.12
4832024-12-19T05:33:25.544Z Downloaded futures-executor v0.3.30
4842024-12-19T05:33:25.547Z Downloaded camino-tempfile v1.1.1
4852024-12-19T05:33:25.550Z Downloaded futures-core v0.3.30
4862024-12-19T05:33:25.550Z Downloaded debug-ignore v1.0.5
4872024-12-19T05:33:25.552Z Downloaded fnv v1.0.7
4882024-12-19T05:33:25.554Z Downloaded rustls v0.22.4
4892024-12-19T05:33:25.567Z Downloaded http v0.2.12
4902024-12-19T05:33:25.571Z Downloaded futures-macro v0.3.30
4912024-12-19T05:33:25.573Z Downloaded futures v0.3.30
4922024-12-19T05:33:25.578Z Downloaded regex v1.10.6
4932024-12-19T05:33:25.591Z Downloaded hyper-rustls v0.27.3
4942024-12-19T05:33:25.594Z Downloaded httparse v1.9.4
4952024-12-19T05:33:25.597Z Downloaded expectorate v1.1.0
4962024-12-19T05:33:25.599Z Downloaded enum-as-inner v0.6.1
4972024-12-19T05:33:25.602Z Downloaded embedded-io v0.4.0
4982024-12-19T05:33:25.604Z Downloaded indexmap v1.9.3
4992024-12-19T05:33:25.607Z Downloaded indexmap v2.5.0
5002024-12-19T05:33:25.610Z Downloaded dtrace-parser v0.2.0
5012024-12-19T05:33:25.613Z Downloaded dof v0.3.0
5022024-12-19T05:33:25.613Z Downloaded derive-where v1.2.7
5032024-12-19T05:33:25.617Z Downloaded rustls-pki-types v1.8.0
5042024-12-19T05:33:25.619Z Downloaded serde_derive_internals v0.29.1
5052024-12-19T05:33:25.622Z Downloaded serde_path_to_error v0.1.16
5062024-12-19T05:33:25.624Z Downloaded ryu v1.0.18
5072024-12-19T05:33:25.627Z Downloaded defmt-parser v0.3.4
5082024-12-19T05:33:25.627Z Downloaded serde_yaml v0.9.34+deprecated
5092024-12-19T05:33:25.631Z Downloaded itoa v1.0.11
5102024-12-19T05:33:25.633Z Downloaded lock_api v0.4.12
5112024-12-19T05:33:25.636Z Downloaded linked-hash-map v0.5.6
5122024-12-19T05:33:25.638Z Downloaded serde_json v1.0.133
5132024-12-19T05:33:25.644Z Downloaded try-lock v0.2.5
5142024-12-19T05:33:25.646Z Downloaded slog-stdlog v4.1.1
5152024-12-19T05:33:25.649Z Downloaded version_check v0.9.5
5162024-12-19T05:33:25.649Z Downloaded slog-scope v4.4.0
5172024-12-19T05:33:25.652Z Downloaded tracing-core v0.1.32
5182024-12-19T05:33:25.655Z Downloaded parking_lot_core v0.8.6
5192024-12-19T05:33:25.657Z Downloaded log v0.4.22
5202024-12-19T05:33:25.660Z Downloaded serde_with_macros v3.9.0
5212024-12-19T05:33:25.662Z Downloaded regex-syntax v0.8.4
5222024-12-19T05:33:25.670Z Downloaded generic-array v0.14.7
5232024-12-19T05:33:25.673Z Downloaded zeroize v1.8.1
5242024-12-19T05:33:25.675Z Downloaded vcpkg v0.2.15
5252024-12-19T05:33:25.715Z Downloaded hostname v0.4.0
5262024-12-19T05:33:25.718Z Downloaded hostname v0.3.1
5272024-12-19T05:33:25.720Z Downloaded serde_urlencoded v0.7.1
5282024-12-19T05:33:25.722Z Downloaded serde_tokenstream v0.2.2
5292024-12-19T05:33:25.722Z Downloaded sct v0.7.1
5302024-12-19T05:33:25.726Z Downloaded signal-hook-registry v1.4.2
5312024-12-19T05:33:25.728Z Downloaded slab v0.4.9
5322024-12-19T05:33:25.730Z Downloaded sha2 v0.10.8
5332024-12-19T05:33:25.732Z Downloaded serde_with v3.9.0
5342024-12-19T05:33:25.741Z Downloaded defmt-macros v0.3.9
5352024-12-19T05:33:25.745Z Downloaded defmt v0.3.8
5362024-12-19T05:33:25.749Z Downloaded sha1 v0.10.6
5372024-12-19T05:33:25.751Z Downloaded shlex v1.3.0
5382024-12-19T05:33:25.753Z Downloaded scroll v0.12.0
5392024-12-19T05:33:25.756Z Downloaded scroll_derive v0.12.0
5402024-12-19T05:33:25.756Z Downloaded slog v2.7.0
5412024-12-19T05:33:25.759Z Downloaded dropshot_endpoint v0.12.0
5422024-12-19T05:33:25.762Z Downloaded serde v1.0.215
5432024-12-19T05:33:25.766Z Downloaded similar v2.6.0
5442024-12-19T05:33:25.772Z Downloaded num_enum v0.7.3
5452024-12-19T05:33:25.777Z Downloaded parking_lot v0.11.2
5462024-12-19T05:33:25.779Z Downloaded parking_lot v0.12.3
5472024-12-19T05:33:25.782Z Downloaded portable-atomic v1.8.0
5482024-12-19T05:33:25.791Z Downloaded openssl-sys v0.9.103
5492024-12-19T05:33:25.796Z Downloaded owo-colors v4.1.0
5502024-12-19T05:33:25.799Z Downloaded regress v0.9.1
5512024-12-19T05:33:25.809Z Downloaded spin v0.5.2
5522024-12-19T05:33:25.812Z Downloaded socket2 v0.5.8
5532024-12-19T05:33:25.815Z Downloaded tokio-rustls v0.25.0
5542024-12-19T05:33:25.817Z Downloaded ucd-trie v0.1.6
5552024-12-19T05:33:25.820Z Downloaded num-iter v0.1.45
5562024-12-19T05:33:25.820Z Downloaded slog-json v2.6.1
5572024-12-19T05:33:25.823Z Downloaded serde-big-array v0.5.1
5582024-12-19T05:33:25.823Z Downloaded half v2.4.1
5592024-12-19T05:33:25.827Z Downloaded once_cell v1.20.2
5602024-12-19T05:33:25.829Z Downloaded smallvec v1.13.2
5612024-12-19T05:33:25.832Z Downloaded num-integer v0.1.46
5622024-12-19T05:33:25.834Z Downloaded h2 v0.4.6
5632024-12-19T05:33:25.841Z Downloaded hyper-tls v0.5.0
5642024-12-19T05:33:25.844Z Downloaded httpdate v1.0.3
5652024-12-19T05:33:25.846Z Downloaded h2 v0.3.26
5662024-12-19T05:33:25.851Z Downloaded instant v0.1.13
5672024-12-19T05:33:25.854Z Downloaded humantime v2.1.0
5682024-12-19T05:33:25.856Z Downloaded itertools v0.12.1
5692024-12-19T05:33:25.863Z Downloaded time-macros v0.2.18
5702024-12-19T05:33:25.865Z Downloaded tiny-keccak v2.0.2
5712024-12-19T05:33:25.868Z Downloaded time-core v0.1.2
5722024-12-19T05:33:25.871Z Downloaded term v0.7.0
5732024-12-19T05:33:25.873Z Downloaded thread-id v4.2.2
5742024-12-19T05:33:25.876Z Downloaded thiserror-impl v1.0.69
5752024-12-19T05:33:25.878Z Downloaded typenum v1.17.0
5762024-12-19T05:33:25.880Z Downloaded tokio-rustls v0.24.1
5772024-12-19T05:33:25.883Z Downloaded url v2.5.2
5782024-12-19T05:33:25.885Z Downloaded toml_edit v0.19.15
5792024-12-19T05:33:25.903Z Downloaded winnow v0.6.18
5802024-12-19T05:33:25.912Z Downloaded stable_deref_trait v1.2.0
5812024-12-19T05:33:25.915Z Downloaded spin v0.9.8
5822024-12-19T05:33:25.917Z Downloaded tokio-rustls v0.26.0
5832024-12-19T05:33:25.919Z Downloaded petgraph v0.6.5
5842024-12-19T05:33:25.938Z Downloaded ident_case v1.0.1
5852024-12-19T05:33:25.940Z Downloaded winnow v0.5.40
5862024-12-19T05:33:25.948Z Downloaded iana-time-zone v0.1.61
5872024-12-19T05:33:25.950Z Downloaded strsim v0.11.1
5882024-12-19T05:33:25.953Z Downloaded idna v0.5.0
5892024-12-19T05:33:25.959Z Downloaded tower-service v0.3.3
5902024-12-19T05:33:25.962Z Downloaded tabwriter v1.4.0
5912024-12-19T05:33:25.962Z Downloaded num v0.4.3
5922024-12-19T05:33:25.965Z Downloaded idna v0.4.0
5932024-12-19T05:33:25.971Z Downloaded futures-task v0.3.30
5942024-12-19T05:33:25.974Z Downloaded tinyvec v1.8.0
5952024-12-19T05:33:25.976Z Downloaded thin-vec v0.2.13
5962024-12-19T05:33:25.979Z Downloaded terminal_size v0.4.0
5972024-12-19T05:33:25.979Z Downloaded unicode-normalization v0.1.24
5982024-12-19T05:33:25.983Z Downloaded regex-automata v0.4.7
5992024-12-19T05:33:26.002Z Downloaded tinyvec_macros v0.1.1
6002024-12-19T05:33:26.004Z Downloaded dropshot v0.12.0
6012024-12-19T05:33:26.024Z Downloaded getrandom v0.2.15
6022024-12-19T05:33:26.027Z Downloaded serde_spanned v0.6.7
6032024-12-19T05:33:26.029Z Downloaded serde_derive v1.0.215
6042024-12-19T05:33:26.032Z Downloaded num_threads v0.1.7
6052024-12-19T05:33:26.032Z Downloaded progenitor-macro v0.8.0
6062024-12-19T05:33:26.035Z Downloaded strum v0.26.3
6072024-12-19T05:33:26.035Z Downloaded fxhash v0.2.1
6082024-12-19T05:33:26.038Z Downloaded num-complex v0.4.6
6092024-12-19T05:33:26.038Z Downloaded num_enum_derive v0.5.11
6102024-12-19T05:33:26.040Z Downloaded hex v0.4.3
6112024-12-19T05:33:26.040Z Downloaded slog-envlogger v2.2.0
6122024-12-19T05:33:26.043Z Downloaded slog-dtrace v0.3.0
6132024-12-19T05:33:26.045Z Downloaded nom v7.1.3
6142024-12-19T05:33:26.050Z Downloaded hash32 v0.3.1
6152024-12-19T05:33:26.053Z Downloaded num-derive v0.4.2
6162024-12-19T05:33:26.055Z Downloaded hyper-rustls v0.24.2
6172024-12-19T05:33:26.057Z Downloaded hashbrown v0.12.3
6182024-12-19T05:33:26.060Z Downloaded utf8parse v0.2.2
6192024-12-19T05:33:26.062Z Downloaded slog-bunyan v2.5.0
6202024-12-19T05:33:26.064Z Downloaded slog-async v2.8.0
6212024-12-19T05:33:26.064Z Downloaded goblin v0.8.2
6222024-12-19T05:33:26.071Z Downloaded toml_datetime v0.6.8
6232024-12-19T05:33:26.074Z Downloaded sigpipe v0.1.3
6242024-12-19T05:33:26.074Z Downloaded strum_macros v0.26.4
6252024-12-19T05:33:26.076Z Downloaded take_mut v0.2.2
6262024-12-19T05:33:26.076Z Downloaded sync_wrapper v1.0.1
6272024-12-19T05:33:26.079Z Downloaded lazy_static v1.5.0
6282024-12-19T05:33:26.079Z Downloaded sync_wrapper v0.1.2
6292024-12-19T05:33:26.082Z Downloaded num-rational v0.4.2
6302024-12-19T05:33:26.082Z Downloaded native-tls v0.2.12
6312024-12-19T05:33:26.084Z Downloaded is_terminal_polyfill v1.70.1
6322024-12-19T05:33:26.087Z Downloaded is-terminal v0.4.13
6332024-12-19T05:33:26.087Z Downloaded hickory-resolver v0.24.1
6342024-12-19T05:33:26.091Z Downloaded unicode-ident v1.0.13
6352024-12-19T05:33:26.094Z Downloaded want v0.3.1
6362024-12-19T05:33:26.096Z Downloaded ipnetwork v0.20.0
6372024-12-19T05:33:26.099Z Downloaded hyper v1.5.1
6382024-12-19T05:33:26.103Z Downloaded tracing v0.1.40
6392024-12-19T05:33:26.108Z Downloaded tracing-attributes v0.1.27
6402024-12-19T05:33:26.110Z Downloaded mio v1.0.2
6412024-12-19T05:33:26.117Z Downloaded itertools v0.10.5
6422024-12-19T05:33:26.123Z Downloaded toml_edit v0.22.21
6432024-12-19T05:33:26.146Z Downloaded heck v0.5.0
6442024-12-19T05:33:26.148Z Downloaded slog-term v2.9.1
6452024-12-19T05:33:26.151Z Downloaded macaddr v1.0.1
6462024-12-19T05:33:26.151Z Downloaded lru-cache v0.1.2
6472024-12-19T05:33:26.154Z Downloaded zerocopy-derive v0.7.35
6482024-12-19T05:33:26.156Z Downloaded tokio-util v0.7.12
6492024-12-19T05:33:26.164Z Downloaded toml v0.8.19
6502024-12-19T05:33:26.169Z Downloaded heck v0.4.1
6512024-12-19T05:33:26.169Z Downloaded hubpack_derive v0.1.1
6522024-12-19T05:33:26.172Z Downloaded unicode-segmentation v1.12.0
6532024-12-19T05:33:26.178Z Downloaded zone_cfg_derive v0.3.0
6542024-12-19T05:33:26.178Z Downloaded usdt v0.5.0
6552024-12-19T05:33:26.178Z Downloaded smf v0.2.3
6562024-12-19T05:33:26.178Z Downloaded untrusted v0.9.0
6572024-12-19T05:33:26.178Z Downloaded uuid v1.11.0
6582024-12-19T05:33:26.181Z Downloaded mime v0.3.17
6592024-12-19T05:33:26.189Z Downloaded http-body v0.4.6
6602024-12-19T05:33:26.189Z Downloaded typify v0.2.0
6612024-12-19T05:33:26.189Z Downloaded regress v0.10.1
6622024-12-19T05:33:26.196Z Downloaded hyper-tls v0.6.0
6632024-12-19T05:33:26.199Z Downloaded usdt-impl v0.5.0
6642024-12-19T05:33:26.201Z Downloaded usdt-attr-macro v0.5.0
6652024-12-19T05:33:26.201Z Downloaded memmap v0.7.0
6662024-12-19T05:33:26.204Z Downloaded subtle v2.6.1
6672024-12-19T05:33:26.204Z Downloaded strum_macros v0.25.3
6682024-12-19T05:33:26.207Z Downloaded http-body-util v0.1.2
6692024-12-19T05:33:26.209Z Downloaded openssl v0.10.66
6702024-12-19T05:33:26.218Z Downloaded http-body v1.0.1
6712024-12-19T05:33:26.221Z Downloaded zerocopy v0.6.6
6722024-12-19T05:33:26.224Z Downloaded hyper-util v0.1.10
6732024-12-19T05:33:26.227Z Downloaded num_enum_derive v0.7.3
6742024-12-19T05:33:26.230Z Downloaded structmeta-derive v0.3.0
6752024-12-19T05:33:26.230Z Downloaded memchr v2.7.4
6762024-12-19T05:33:26.234Z Downloaded encoding_rs v0.8.34
6772024-12-19T05:33:26.256Z Downloaded syn v1.0.109
6782024-12-19T05:33:26.266Z Downloaded num-derive v0.3.3
6792024-12-19T05:33:26.269Z Downloaded rhai v1.20.0
6802024-12-19T05:33:26.280Z Downloaded openapiv3 v2.0.0
6812024-12-19T05:33:26.293Z Downloaded swrite v0.1.0
6822024-12-19T05:33:26.295Z Downloaded zerocopy-derive v0.6.6
6832024-12-19T05:33:26.303Z Downloaded typify-impl v0.2.0
6842024-12-19T05:33:26.319Z Downloaded unicode-width v0.1.14
6852024-12-19T05:33:26.324Z Downloaded smoltcp v0.11.0
6862024-12-19T05:33:26.337Z Downloaded syn v2.0.87
6872024-12-19T05:33:26.347Z Downloaded sled v0.34.7
6882024-12-19T05:33:26.357Z Downloaded webpki-roots v0.25.4
6892024-12-19T05:33:26.361Z Downloaded tokio v1.42.0
6902024-12-19T05:33:26.398Z Downloaded typify-macro v0.2.0
6912024-12-19T05:33:26.400Z Downloaded newline-converter v0.3.0
6922024-12-19T05:33:26.400Z Downloaded multer v3.1.0
6932024-12-19T05:33:26.403Z Downloaded zone v0.3.0
6942024-12-19T05:33:26.403Z Downloaded hubpack v0.1.2
6952024-12-19T05:33:26.406Z Downloaded structmeta v0.3.0
6962024-12-19T05:33:26.406Z Downloaded newtype_derive v0.1.6
6972024-12-19T05:33:26.406Z Downloaded newtype-uuid v1.1.0
6982024-12-19T05:33:26.408Z Downloaded steno v0.4.1
6992024-12-19T05:33:26.410Z Downloaded unsafe-libyaml v0.2.11
7002024-12-19T05:33:26.413Z Downloaded hyper v0.14.30
7012024-12-19T05:33:26.421Z Downloaded managed v0.8.0
7022024-12-19T05:33:26.423Z Downloaded libc v0.2.169
7032024-12-19T05:33:26.446Z Downloaded libsw v3.3.1
7042024-12-19T05:33:26.448Z Downloaded itertools v0.13.0
7052024-12-19T05:33:26.454Z Downloaded minimal-lexical v0.2.1
7062024-12-19T05:33:26.458Z Downloaded usdt-macro v0.5.0
7072024-12-19T05:33:26.460Z Downloaded libm v0.2.8
7082024-12-19T05:33:26.466Z Downloaded smartstring v1.0.1
7092024-12-19T05:33:26.469Z Downloaded tokio-native-tls v0.3.1
7102024-12-19T05:33:26.472Z Downloaded tokio-macros v2.4.0
7112024-12-19T05:33:26.472Z Downloaded futures-util v0.3.30
7122024-12-19T05:33:26.482Z Downloaded ipnet v2.10.0
7132024-12-19T05:33:26.484Z Downloaded zerocopy v0.7.35
7142024-12-19T05:33:26.498Z Downloaded time v0.3.36
7152024-12-19T05:33:26.504Z Downloaded thread_local v1.1.8
7162024-12-19T05:33:26.506Z Downloaded thiserror v1.0.69
7172024-12-19T05:33:26.509Z Downloaded tempfile v3.12.0
7182024-12-19T05:33:26.512Z Downloaded openssl-probe v0.1.5
7192024-12-19T05:33:26.514Z Downloaded highway v1.2.0
7202024-12-19T05:33:26.516Z Downloaded heapless v0.8.0
7212024-12-19T05:33:26.519Z Downloaded waitgroup v0.1.2
7222024-12-19T05:33:26.519Z Downloaded crc8 v0.1.1
7232024-12-19T05:33:26.523Z Downloaded no-std-compat v0.4.1
7242024-12-19T05:33:26.523Z Downloaded indent_write v2.2.0
7252024-12-19T05:33:26.523Z Downloaded webpki-roots v0.26.6
7262024-12-19T05:33:26.525Z Downloaded static_assertions v1.1.0
7272024-12-19T05:33:26.528Z Downloaded openssl-macros v0.1.1
7282024-12-19T05:33:26.528Z Downloaded num-traits v0.2.19
7292024-12-19T05:33:26.530Z Downloaded match_cfg v0.1.0
7302024-12-19T05:33:26.530Z Downloaded unicode-bidi v0.3.15
7312024-12-19T05:33:26.532Z Downloaded num-conv v0.1.0
7322024-12-19T05:33:26.536Z Downloaded whoami v1.5.2
7332024-12-19T05:33:26.536Z Downloaded http v1.2.0
7342024-12-19T05:33:26.539Z Downloaded omicron-workspace-hack v0.1.0
7352024-12-19T05:33:26.541Z Downloaded linear-map v1.2.0
7362024-12-19T05:33:26.543Z Downloaded hickory-proto v0.24.1
7372024-12-19T05:33:26.556Z Downloaded semver v0.1.20
7382024-12-19T05:33:26.559Z Downloaded rustc_version v0.1.7
7392024-12-19T05:33:26.559Z Downloaded rhai_codegen v2.2.0
7402024-12-19T05:33:26.564Z Downloaded resolv-conf v0.7.0
7412024-12-19T05:33:26.567Z Downloaded progenitor-impl v0.8.0
7422024-12-19T05:33:26.569Z Downloaded progenitor-client v0.8.0
7432024-12-19T05:33:26.569Z Downloaded progenitor v0.8.0
7442024-12-19T05:33:26.571Z Downloaded pretty-hex v0.4.1
7452024-12-19T05:33:26.571Z Downloaded pretty-hex v0.2.1
7462024-12-19T05:33:26.574Z Downloaded postcard v1.0.10
7472024-12-19T05:33:26.574Z Downloaded num_enum v0.5.11
7482024-12-19T05:33:26.578Z Downloaded crucible-workspace-hack v0.1.0
7492024-12-19T05:33:26.580Z Downloaded hashbrown v0.14.5
7502024-12-19T05:33:26.583Z Downloaded schemars_derive v0.8.21
7512024-12-19T05:33:26.586Z Downloaded schemars v0.8.21
7522024-12-19T05:33:26.595Z Downloaded rustls-webpki v0.101.7
7532024-12-19T05:33:26.608Z Downloaded embedded-io v0.6.1
7542024-12-19T05:33:26.611Z Downloaded rustc-hash v2.0.0
7552024-12-19T05:33:26.611Z Downloaded futures-channel v0.3.30
7562024-12-19T05:33:26.613Z Downloaded cstr-argument v0.1.2
7572024-12-19T05:33:26.615Z Downloaded form_urlencoded v1.2.1
7582024-12-19T05:33:26.615Z Downloaded foreign-types-shared v0.3.1
7592024-12-19T05:33:26.615Z Downloaded foreign-types-shared v0.1.1
7602024-12-19T05:33:26.616Z Downloaded foreign-types-macros v0.2.3
7612024-12-19T05:33:26.618Z Downloaded foreign-types v0.5.0
7622024-12-19T05:33:26.618Z Downloaded foreign-types v0.3.2
7632024-12-19T05:33:26.618Z Downloaded backoff v0.4.0
7642024-12-19T05:33:26.621Z Downloaded atomicwrites v0.4.4
7652024-12-19T05:33:26.621Z Downloaded dyn-clone v1.0.17
7662024-12-19T05:33:26.623Z Downloaded derive_more v0.99.18
7672024-12-19T05:33:26.626Z Downloaded digest v0.10.7
7682024-12-19T05:33:26.628Z Downloaded reqwest v0.11.27
7692024-12-19T05:33:26.635Z Downloaded dirs-next v2.0.0
7702024-12-19T05:33:26.638Z Downloaded deranged v0.3.11
7712024-12-19T05:33:26.638Z Downloaded darling v0.20.10
7722024-12-19T05:33:26.641Z Downloaded crossbeam-utils v0.8.20
7732024-12-19T05:33:26.643Z Downloaded crossbeam-epoch v0.9.18
7742024-12-19T05:33:26.646Z Downloaded chrono v0.4.38
7752024-12-19T05:33:26.653Z Downloaded quick-error v1.2.3
7762024-12-19T05:33:26.656Z Downloaded proc-macro-crate v3.2.0
7772024-12-19T05:33:26.656Z Downloaded console v0.15.8
7782024-12-19T05:33:26.658Z Downloaded ciborium v0.2.2
7792024-12-19T05:33:26.661Z Downloaded pest_generator v2.7.13
7802024-12-19T05:33:26.661Z Downloaded base64 v0.22.1
7812024-12-19T05:33:26.664Z Downloaded base64 v0.21.7
7822024-12-19T05:33:26.668Z Downloaded atomic-waker v1.1.2
7832024-12-19T05:33:26.670Z Downloaded async-trait v0.1.83
7842024-12-19T05:33:26.672Z Downloaded async-stream v0.3.5
7852024-12-19T05:33:26.675Z Downloaded arc-swap v1.7.1
7862024-12-19T05:33:26.678Z Downloaded anyhow v1.0.94
7872024-12-19T05:33:26.681Z Downloaded allocator-api2 v0.2.18
7882024-12-19T05:33:26.684Z Downloaded ahash v0.8.11
7892024-12-19T05:33:26.686Z Downloaded anstream v0.6.15
7902024-12-19T05:33:26.757Z Downloaded ring v0.17.8
7912024-12-19T05:33:27.089Z Compiling proc-macro2 v1.0.86
7922024-12-19T05:33:27.089Z Compiling unicode-ident v1.0.13
7932024-12-19T05:33:27.091Z Compiling libc v0.2.169
7942024-12-19T05:33:27.091Z Compiling serde v1.0.215
7952024-12-19T05:33:27.091Z Compiling version_check v0.9.5
7962024-12-19T05:33:27.091Z Compiling autocfg v1.3.0
7972024-12-19T05:33:27.124Z Compiling cfg-if v1.0.0
7982024-12-19T05:33:27.292Z Compiling once_cell v1.20.2
7992024-12-19T05:33:27.312Z Compiling libm v0.2.8
8002024-12-19T05:33:27.326Z Compiling memchr v2.7.4
8012024-12-19T05:33:27.776Z Compiling byteorder v1.5.0
8022024-12-19T05:33:27.827Z Compiling parking_lot_core v0.9.10
8032024-12-19T05:33:27.917Z Compiling lock_api v0.4.12
8042024-12-19T05:33:28.226Z Compiling shlex v1.3.0
8052024-12-19T05:33:28.271Z Compiling thiserror v1.0.69
8062024-12-19T05:33:28.565Z Compiling cc v1.1.21
8072024-12-19T05:33:28.737Z Compiling itoa v1.0.11
8082024-12-19T05:33:28.816Z Compiling quote v1.0.37
8092024-12-19T05:33:28.954Z Compiling portable-atomic v1.8.0
8102024-12-19T05:33:29.011Z Compiling slab v0.4.9
8112024-12-19T05:33:29.288Z Compiling syn v2.0.87
8122024-12-19T05:33:29.370Z Compiling getrandom v0.2.15
8132024-12-19T05:33:29.522Z Compiling schemars v0.8.21
8142024-12-19T05:33:29.704Z Compiling ahash v0.8.11
8152024-12-19T05:33:29.730Z Compiling allocator-api2 v0.2.18
8162024-12-19T05:33:29.749Z Compiling num-traits v0.2.19
8172024-12-19T05:33:29.945Z Compiling ryu v1.0.18
8182024-12-19T05:33:30.215Z Compiling serde_json v1.0.133
8192024-12-19T05:33:30.413Z Compiling pin-project-lite v0.2.14
8202024-12-19T05:33:30.827Z Compiling log v0.4.22
8212024-12-19T05:33:30.947Z Compiling scopeguard v1.2.0
8222024-12-19T05:33:30.972Z Compiling equivalent v1.0.1
8232024-12-19T05:33:31.036Z Compiling fnv v1.0.7
8242024-12-19T05:33:31.114Z Compiling heck v0.5.0
8252024-12-19T05:33:31.226Z Compiling crunchy v0.2.2
8262024-12-19T05:33:31.524Z Compiling vcpkg v0.2.15
8272024-12-19T05:33:31.543Z Compiling ring v0.17.8
8282024-12-19T05:33:31.586Z Compiling pkg-config v0.3.31
8292024-12-19T05:33:31.858Z Compiling signal-hook-registry v1.4.2
8302024-12-19T05:33:32.637Z Compiling mio v1.0.2
8312024-12-19T05:33:32.864Z Compiling socket2 v0.5.8
8322024-12-19T05:33:33.049Z Compiling slog v2.7.0
8332024-12-19T05:33:33.128Z Compiling httparse v1.9.4
8342024-12-19T05:33:33.160Z Compiling openssl-sys v0.9.103
8352024-12-19T05:33:33.357Z Compiling tiny-keccak v2.0.2
8362024-12-19T05:33:33.789Z Compiling iana-time-zone v0.1.61
8372024-12-19T05:33:34.181Z Compiling futures-core v0.3.30
8382024-12-19T05:33:34.238Z Compiling dyn-clone v1.0.17
8392024-12-19T05:33:34.257Z Compiling const-random-macro v0.1.16
8402024-12-19T05:33:34.451Z Compiling openssl v0.10.66
8412024-12-19T05:33:34.487Z Compiling futures-sink v0.3.30
8422024-12-19T05:33:34.846Z Compiling typenum v1.17.0
8432024-12-19T05:33:34.881Z Compiling native-tls v0.2.12
8442024-12-19T05:33:35.012Z Compiling const-random v0.1.18
8452024-12-19T05:33:35.111Z Compiling semver v1.0.23
8462024-12-19T05:33:35.157Z Compiling rustls v0.23.13
8472024-12-19T05:33:35.236Z Compiling futures-channel v0.3.30
8482024-12-19T05:33:35.296Z Compiling futures-io v0.3.30
8492024-12-19T05:33:35.331Z Compiling futures-task v0.3.30
8502024-12-19T05:33:35.392Z Compiling pin-utils v0.1.0
8512024-12-19T05:33:35.484Z Compiling generic-array v0.14.7
8522024-12-19T05:33:35.622Z Compiling tracing-core v0.1.32
8532024-12-19T05:33:35.641Z Compiling bitflags v2.6.0
8542024-12-19T05:33:35.676Z Compiling ucd-trie v0.1.6
8552024-12-19T05:33:35.721Z Compiling subtle v2.6.1
8562024-12-19T05:33:35.757Z Compiling aho-corasick v1.1.3
8572024-12-19T05:33:35.817Z Compiling regex-syntax v0.8.4
8582024-12-19T05:33:35.837Z Compiling anyhow v1.0.94
8592024-12-19T05:33:36.181Z Compiling time-core v0.1.2
8602024-12-19T05:33:36.211Z Compiling num-conv v0.1.0
8612024-12-19T05:33:36.346Z Compiling serde_derive_internals v0.29.1
8622024-12-19T05:33:36.473Z Compiling time-macros v0.2.18
8632024-12-19T05:33:37.783Z Compiling rustls-pki-types v1.8.0
8642024-12-19T05:33:38.201Z Compiling spin v0.9.8
8652024-12-19T05:33:38.556Z Compiling usdt-impl v0.5.0
8662024-12-19T05:33:38.949Z Compiling untrusted v0.9.0
8672024-12-19T05:33:39.016Z Compiling omicron-workspace-hack v0.1.0
8682024-12-19T05:33:39.246Z Compiling regex-automata v0.4.7
8692024-12-19T05:33:39.458Z Compiling atomic-waker v1.1.2
8702024-12-19T05:33:39.643Z Compiling tinyvec_macros v0.1.1
8712024-12-19T05:33:39.749Z Compiling strsim v0.11.1
8722024-12-19T05:33:40.064Z Compiling rustversion v1.0.17
8732024-12-19T05:33:40.521Z Compiling plain v0.2.3
8742024-12-19T05:33:40.842Z Compiling tinyvec v1.8.0
8752024-12-19T05:33:41.683Z Compiling rand_core v0.6.4
8762024-12-19T05:33:41.827Z Compiling serde_derive v1.0.215
8772024-12-19T05:33:42.163Z Compiling zerocopy-derive v0.7.35
8782024-12-19T05:33:42.489Z Compiling thiserror-impl v1.0.69
8792024-12-19T05:33:42.668Z Compiling tokio-macros v2.4.0
8802024-12-19T05:33:43.354Z Compiling schemars_derive v0.8.21
8812024-12-19T05:33:44.270Z Compiling futures-macro v0.3.30
8822024-12-19T05:33:44.336Z Compiling zerocopy v0.7.35
8832024-12-19T05:33:46.334Z Compiling openssl-macros v0.1.1
8842024-12-19T05:33:46.428Z Compiling futures-util v0.3.30
8852024-12-19T05:33:46.455Z Compiling tracing-attributes v0.1.27
8862024-12-19T05:33:46.538Z Compiling hashbrown v0.14.5
8872024-12-19T05:33:46.977Z Compiling scroll_derive v0.12.0
8882024-12-19T05:33:47.149Z Compiling pest v2.7.13
8892024-12-19T05:33:47.924Z Compiling regress v0.10.1
8902024-12-19T05:33:48.449Z Compiling regex v1.10.6
8912024-12-19T05:33:49.462Z Compiling scroll v0.12.0
8922024-12-19T05:33:49.742Z Compiling tracing v0.1.40
8932024-12-19T05:33:49.989Z Compiling pest_meta v2.7.13
8942024-12-19T05:33:50.481Z Compiling goblin v0.8.2
8952024-12-19T05:33:52.652Z Compiling pest_generator v2.7.13
8962024-12-19T05:33:53.394Z Compiling rustls-webpki v0.102.8
8972024-12-19T05:33:54.026Z Compiling pretty-hex v0.4.1
8982024-12-19T05:33:54.246Z Compiling zeroize v1.8.1
8992024-12-19T05:33:54.428Z Compiling pest_derive v2.7.13
9002024-12-19T05:33:54.621Z Compiling try-lock v0.2.5
9012024-12-19T05:33:55.031Z Compiling unsafe-libyaml v0.2.11
9022024-12-19T05:33:55.347Z Compiling percent-encoding v2.3.1
9032024-12-19T05:33:55.749Z Compiling bytes v1.7.2
9042024-12-19T05:33:57.009Z Compiling smallvec v1.13.2
9052024-12-19T05:33:57.559Z Compiling indexmap v2.5.0
9062024-12-19T05:33:57.632Z Compiling uuid v1.11.0
9072024-12-19T05:33:57.791Z Compiling chrono v0.4.38
9082024-12-19T05:33:58.367Z Compiling parking_lot v0.12.3
9092024-12-19T05:33:58.688Z Compiling serde_tokenstream v0.2.2
9102024-12-19T05:33:58.926Z Compiling tokio v1.42.0
9112024-12-19T05:33:59.028Z Compiling http v1.2.0
9122024-12-19T05:34:01.922Z Compiling openapiv3 v2.0.0
9132024-12-19T05:34:03.219Z Compiling serde_yaml v0.9.34+deprecated
9142024-12-19T05:34:06.019Z Compiling typify-impl v0.2.0
9152024-12-19T05:34:06.124Z Compiling http-body v1.0.1
9162024-12-19T05:34:06.339Z Compiling ipnetwork v0.20.0
9172024-12-19T05:34:06.359Z Compiling dof v0.3.0
9182024-12-19T05:34:06.379Z Compiling form_urlencoded v1.2.1
9192024-12-19T05:34:06.882Z Compiling dtrace-parser v0.2.0
9202024-12-19T05:34:07.040Z Compiling want v0.3.1
9212024-12-19T05:34:07.348Z Compiling unicode-normalization v0.1.24
9222024-12-19T05:34:08.679Z Compiling thread-id v4.2.2
9232024-12-19T05:34:08.778Z Compiling ident_case v1.0.1
9242024-12-19T05:34:08.805Z Compiling camino v1.1.9
9252024-12-19T05:34:08.976Z Compiling tokio-util v0.7.12
9262024-12-19T05:34:09.342Z Compiling syn v1.0.109
9272024-12-19T05:34:09.416Z Compiling unicode-bidi v0.3.15
9282024-12-19T05:34:09.939Z Compiling h2 v0.4.6
9292024-12-19T05:34:10.137Z Compiling foreign-types-shared v0.1.1
9302024-12-19T05:34:10.295Z Compiling rustls v0.22.4
9312024-12-19T05:34:10.638Z Compiling httpdate v1.0.3
9322024-12-19T05:34:10.985Z Compiling foreign-types v0.3.2
9332024-12-19T05:34:11.157Z Compiling darling_core v0.20.10
9342024-12-19T05:34:11.683Z Compiling ppv-lite86 v0.2.20
9352024-12-19T05:34:12.832Z Compiling tower-service v0.3.3
9362024-12-19T05:34:13.143Z Compiling slog-async v2.8.0
9372024-12-19T05:34:13.766Z Compiling rand_chacha v0.3.1
9382024-12-19T05:34:15.545Z Compiling hyper v1.5.1
9392024-12-19T05:34:17.490Z Compiling darling_macro v0.20.10
9402024-12-19T05:34:17.895Z Compiling typify-macro v0.2.0
9412024-12-19T05:34:18.573Z Compiling hyper-util v0.1.10
9422024-12-19T05:34:21.822Z Compiling typify v0.2.0
9432024-12-19T05:34:21.969Z Compiling progenitor-impl v0.8.0
9442024-12-19T05:34:24.054Z Compiling idna v0.5.0
9452024-12-19T05:34:24.625Z Compiling toml_datetime v0.6.8
9462024-12-19T05:34:25.796Z Compiling multer v3.1.0
9472024-12-19T05:34:26.145Z Compiling openssl-probe v0.1.5
9482024-12-19T05:34:26.497Z Compiling paste v1.0.15
9492024-12-19T05:34:28.661Z Compiling progenitor-macro v0.8.0
9502024-12-19T05:34:29.396Z Compiling url v2.5.2
9512024-12-19T05:34:29.629Z Compiling darling v0.20.10
9522024-12-19T05:34:29.753Z Compiling rand v0.8.5
9532024-12-19T05:34:32.427Z Compiling usdt-macro v0.5.0
9542024-12-19T05:34:33.984Z Compiling usdt-attr-macro v0.5.0
9552024-12-19T05:34:34.923Z Compiling http-body-util v0.1.2
9562024-12-19T05:34:35.559Z Compiling async-trait v0.1.83
9572024-12-19T05:34:37.449Z Compiling encoding_rs v0.8.34
9582024-12-19T05:34:37.826Z Compiling ipnet v2.10.0
9592024-12-19T05:34:38.042Z Compiling base64 v0.22.1
9602024-12-19T05:34:39.101Z Compiling mime v0.3.17
9612024-12-19T05:34:39.618Z Compiling rustls-pemfile v2.1.3
9622024-12-19T05:34:41.678Z Compiling tokio-rustls v0.26.0
9632024-12-19T05:34:42.171Z Compiling serde_with_macros v3.9.0
9642024-12-19T05:34:42.190Z Compiling tokio-native-tls v0.3.1
9652024-12-19T05:34:42.973Z Compiling strum_macros v0.26.4
9662024-12-19T05:34:43.634Z Compiling serde_urlencoded v0.7.1
9672024-12-19T05:34:44.958Z Compiling async-stream-impl v0.3.5
9682024-12-19T05:34:44.961Z Compiling structmeta-derive v0.3.0
9692024-12-19T05:34:46.388Z Compiling webpki-roots v0.26.6
9702024-12-19T05:34:46.609Z Compiling dropshot v0.12.0
9712024-12-19T05:34:46.969Z Compiling crossbeam-utils v0.8.20
9722024-12-19T05:34:47.564Z Compiling powerfmt v0.2.0
9732024-12-19T05:34:47.750Z Compiling structmeta v0.3.0
9742024-12-19T05:34:48.026Z Compiling deranged v0.3.11
9752024-12-19T05:34:48.085Z Compiling hyper-rustls v0.27.3
9762024-12-19T05:34:48.138Z Compiling hyper-tls v0.6.0
9772024-12-19T05:34:49.500Z Compiling sync_wrapper v1.0.1
9782024-12-19T05:34:50.288Z Compiling num_threads v0.1.7
9792024-12-19T05:34:50.930Z Compiling winnow v0.6.18
9802024-12-19T05:34:53.169Z Compiling time v0.3.36
9812024-12-19T05:34:55.405Z Compiling reqwest v0.12.9
9822024-12-19T05:34:55.617Z Compiling parse-display-derive v0.10.0
9832024-12-19T05:34:57.356Z Compiling crypto-common v0.1.6
9842024-12-19T05:34:57.586Z Compiling block-buffer v0.10.4
9852024-12-19T05:34:57.852Z Compiling dropshot_endpoint v0.12.0
9862024-12-19T05:34:59.665Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-12-19T05:35:02.138Z Compiling digest v0.10.7
9882024-12-19T05:35:02.159Z Compiling progenitor-client v0.8.0
9892024-12-19T05:35:03.020Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-12-19T05:35:05.318Z Compiling dirs-sys-next v0.1.2
9912024-12-19T05:35:05.713Z Compiling lazy_static v1.5.0
9922024-12-19T05:35:06.384Z Compiling rustix v0.38.37
9932024-12-19T05:35:06.477Z Compiling match_cfg v0.1.0
9942024-12-19T05:35:06.799Z Compiling hostname v0.3.1
9952024-12-19T05:35:07.056Z Compiling dirs-next v2.0.0
9962024-12-19T05:35:07.246Z Compiling progenitor v0.8.0
9972024-12-19T05:35:07.476Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-12-19T05:35:09.517Z Compiling futures-executor v0.3.30
9992024-12-19T05:35:10.492Z Compiling thread_local v1.1.8
10002024-12-19T05:35:10.519Z Compiling errno v0.3.9
10012024-12-19T05:35:11.158Z Compiling instant v0.1.13
10022024-12-19T05:35:11.339Z Compiling unicode-width v0.1.14
10032024-12-19T05:35:11.930Z Compiling cpufeatures v0.2.14
10042024-12-19T05:35:13.987Z Compiling futures v0.3.30
10052024-12-19T05:35:15.489Z Compiling term v0.7.0
10062024-12-19T05:35:16.084Z Compiling crossbeam-channel v0.5.13
10072024-12-19T05:35:18.469Z Compiling serde_spanned v0.6.7
10082024-12-19T05:35:18.724Z Compiling memmap v0.7.0
10092024-12-19T05:35:18.750Z Compiling is-terminal v0.4.13
10102024-12-19T05:35:18.892Z Compiling take_mut v0.2.2
10112024-12-19T05:35:19.650Z Compiling usdt v0.5.0
10122024-12-19T05:35:19.724Z Compiling slog-term v2.9.1
10132024-12-19T05:35:21.088Z Compiling toml_edit v0.22.21
10142024-12-19T05:35:22.424Z Compiling slog-json v2.6.1
10152024-12-19T05:35:22.862Z Compiling strum v0.26.3
10162024-12-19T05:35:23.063Z Compiling serde_with v3.9.0
10172024-12-19T05:35:25.445Z Compiling heapless v0.8.0
10182024-12-19T05:35:26.422Z Compiling debug-ignore v1.0.5
10192024-12-19T05:35:27.426Z Compiling tokio-rustls v0.25.0
10202024-12-19T05:35:28.227Z Compiling toml v0.8.19
10212024-12-19T05:35:30.608Z Compiling slog-bunyan v2.5.0
10222024-12-19T05:35:30.725Z Compiling sha1 v0.10.6
10232024-12-19T05:35:31.527Z Compiling async-stream v0.3.5
10242024-12-19T05:35:31.567Z Compiling newtype-uuid v1.1.0
10252024-12-19T05:35:31.847Z Compiling hex v0.4.3
10262024-12-19T05:35:31.908Z Compiling serde_path_to_error v0.1.16
10272024-12-19T05:35:32.312Z Compiling waitgroup v0.1.2
10282024-12-19T05:35:32.546Z Compiling hostname v0.4.0
10292024-12-19T05:35:32.613Z Compiling hash32 v0.3.1
10302024-12-19T05:35:32.975Z Compiling smoltcp v0.11.0
10312024-12-19T05:35:33.035Z Compiling stable_deref_trait v1.2.0
10322024-12-19T05:35:35.058Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-12-19T05:35:35.845Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-12-19T05:35:36.270Z Compiling backoff v0.4.0
10352024-12-19T05:35:36.454Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-12-19T05:35:36.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-12-19T05:35:36.852Z Compiling parse-display v0.10.0
10382024-12-19T05:35:38.826Z Compiling macaddr v1.0.1
10392024-12-19T05:35:39.463Z Compiling regress v0.9.1
10402024-12-19T05:35:41.014Z Compiling clap_derive v4.5.18
10412024-12-19T05:35:42.428Z Compiling cobs v0.2.3
10422024-12-19T05:35:42.900Z Compiling bitflags v1.3.2
10432024-12-19T05:35:43.019Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10442024-12-19T05:35:43.744Z Compiling winnow v0.5.40
10452024-12-19T05:35:43.765Z Compiling managed v0.8.0
10462024-12-19T05:35:44.274Z Compiling utf8parse v0.2.2
10472024-12-19T05:35:44.455Z Compiling anstyle-parse v0.2.5
10482024-12-19T05:35:46.452Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-19T05:35:47.673Z Compiling toml_edit v0.19.15
10502024-12-19T05:35:48.058Z Compiling postcard v1.0.10
10512024-12-19T05:35:53.861Z Compiling colorchoice v1.0.2
10522024-12-19T05:35:54.046Z Compiling anstyle-query v1.1.1
10532024-12-19T05:35:54.311Z Compiling anstyle v1.0.10
10542024-12-19T05:35:54.496Z Compiling is_terminal_polyfill v1.70.1
10552024-12-19T05:35:54.843Z Compiling anstream v0.6.15
10562024-12-19T05:35:55.924Z Compiling proc-macro-crate v1.3.1
10572024-12-19T05:35:56.777Z Compiling terminal_size v0.4.0
10582024-12-19T05:35:56.996Z Compiling clap_lex v0.7.4
10592024-12-19T05:35:57.036Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10602024-12-19T05:35:57.397Z Compiling clap_builder v4.5.23
10612024-12-19T05:35:57.692Z Compiling num_enum_derive v0.5.11
10622024-12-19T05:35:58.787Z Compiling tabwriter v1.4.0
10632024-12-19T05:35:59.725Z Compiling foreign-types-macros v0.2.3
10642024-12-19T05:35:59.853Z Compiling num-integer v0.1.46
10652024-12-19T05:36:00.614Z Compiling foreign-types-shared v0.3.1
10662024-12-19T05:36:02.007Z Compiling num_enum v0.5.11
10672024-12-19T05:36:02.009Z Compiling foreign-types v0.5.0
10682024-12-19T05:36:02.009Z Compiling clap v4.5.23
10692024-12-19T05:36:02.009Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-12-19T05:36:02.208Z Compiling cstr-argument v0.1.2
10712024-12-19T05:36:02.437Z Compiling proc-macro-error-attr v1.0.4
10722024-12-19T05:36:02.800Z Compiling prettyplease v0.2.22
10732024-12-19T05:36:02.800Z Compiling pretty-hex v0.2.1
10742024-12-19T05:36:02.995Z Compiling either v1.13.0
10752024-12-19T05:36:03.134Z Compiling heck v0.4.1
10762024-12-19T05:36:03.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-12-19T05:36:03.940Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-12-19T05:36:03.960Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-12-19T05:36:05.190Z Compiling num-iter v0.1.45
10802024-12-19T05:36:05.212Z Compiling num-rational v0.4.2
10812024-12-19T05:36:05.802Z Compiling colored v2.1.0
10822024-12-19T05:36:07.382Z Compiling num-complex v0.4.6
10832024-12-19T05:36:07.990Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-19T05:36:08.113Z Compiling proc-macro-error v1.0.4
10852024-12-19T05:36:08.459Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-19T05:36:08.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10872024-12-19T05:36:08.637Z Compiling fastrand v2.1.1
10882024-12-19T05:36:08.687Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-12-19T05:36:09.243Z Compiling tempfile v3.12.0
10902024-12-19T05:36:09.563Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-12-19T05:36:10.484Z Compiling num v0.4.3
10922024-12-19T05:36:13.799Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-12-19T05:36:14.144Z Compiling crucible-workspace-hack v0.1.0
10942024-12-19T05:36:14.453Z Compiling float-ord v0.3.2
10952024-12-19T05:36:14.631Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-12-19T05:36:22.206Z Compiling semver v0.1.20
10972024-12-19T05:36:22.444Z Compiling unicode-segmentation v1.12.0
10982024-12-19T05:36:22.782Z Compiling rustc_version v0.1.7
10992024-12-19T05:36:23.124Z Compiling zone_cfg_derive v0.3.0
11002024-12-19T05:36:23.206Z Compiling newline-converter v0.3.0
11012024-12-19T05:36:23.411Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-12-19T05:36:23.802Z Compiling camino-tempfile v1.1.1
11032024-12-19T05:36:23.985Z Compiling itertools v0.10.5
11042024-12-19T05:36:24.613Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-12-19T05:36:24.633Z Compiling console v0.15.8
11062024-12-19T05:36:25.110Z Compiling num-derive v0.4.2
11072024-12-19T05:36:26.291Z Compiling sigpipe v0.1.3
11082024-12-19T05:36:26.432Z Compiling base64ct v1.6.0
11092024-12-19T05:36:27.316Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-19T05:36:27.338Z Compiling similar v2.6.0
11112024-12-19T05:36:27.532Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-12-19T05:36:27.559Z Compiling zone v0.3.0
11132024-12-19T05:36:27.683Z Compiling password-hash v0.5.0
11142024-12-19T05:36:29.070Z Compiling expectorate v1.1.0
11152024-12-19T05:36:29.331Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-12-19T05:36:29.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-12-19T05:36:30.347Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-12-19T05:36:31.148Z Compiling newtype_derive v0.1.6
11192024-12-19T05:36:31.489Z Compiling blake2 v0.10.6
11202024-12-19T05:36:32.604Z Compiling hubpack_derive v0.1.1
11212024-12-19T05:36:32.645Z Compiling smf v0.2.3
11222024-12-19T05:36:33.555Z Compiling zerocopy-derive v0.6.6
11232024-12-19T05:36:33.575Z Compiling whoami v1.5.2
11242024-12-19T05:36:33.578Z Compiling cancel-safe-futures v0.1.5
11252024-12-19T05:36:33.861Z Compiling owo-colors v4.1.0
11262024-12-19T05:36:33.921Z Compiling fixedbitset v0.4.2
11272024-12-19T05:36:34.242Z Compiling petgraph v0.6.5
11282024-12-19T05:36:34.585Z Compiling hubpack v0.1.2
11292024-12-19T05:36:35.072Z Compiling argon2 v0.5.3
11302024-12-19T05:36:35.686Z Compiling zerocopy v0.6.6
11312024-12-19T05:36:36.736Z Compiling strum_macros v0.25.3
11322024-12-19T05:36:37.523Z Compiling serde-big-array v0.5.1
11332024-12-19T05:36:37.801Z Compiling serde_repr v0.1.19
11342024-12-19T05:36:38.675Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352024-12-19T05:36:38.884Z Compiling cookie v0.18.1
11362024-12-19T05:36:39.014Z Compiling convert_case v0.4.0
11372024-12-19T05:36:39.245Z Compiling static_assertions v1.1.0
11382024-12-19T05:36:39.435Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-12-19T05:36:39.819Z Compiling derive_more v0.99.18
11402024-12-19T05:36:40.515Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-12-19T05:36:41.509Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-19T05:36:42.018Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-19T05:36:42.756Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-12-19T05:36:44.631Z Compiling atomicwrites v0.4.4
11452024-12-19T05:36:45.155Z Compiling itertools v0.13.0
11462024-12-19T05:36:46.694Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-12-19T05:36:47.728Z Compiling idna v0.4.0
11482024-12-19T05:36:47.929Z Compiling libsw v3.3.1
11492024-12-19T05:36:48.280Z Compiling derive-where v1.2.7
11502024-12-19T05:36:48.864Z Compiling enum-as-inner v0.6.1
11512024-12-19T05:36:49.363Z Compiling data-encoding v2.6.0
11522024-12-19T05:36:49.442Z Compiling swrite v0.1.0
11532024-12-19T05:36:49.575Z Compiling linked-hash-map v0.5.6
11542024-12-19T05:36:50.014Z Compiling quick-error v1.2.3
11552024-12-19T05:36:50.034Z Compiling linear-map v1.2.0
11562024-12-19T05:36:50.183Z Compiling highway v1.2.0
11572024-12-19T05:36:50.532Z Compiling indent_write v2.2.0
11582024-12-19T05:36:50.785Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-12-19T05:36:51.559Z Compiling resolv-conf v0.7.0
11602024-12-19T05:36:51.608Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-12-19T05:36:51.692Z Compiling hickory-proto v0.24.1
11622024-12-19T05:36:53.137Z Compiling lru-cache v0.1.2
11632024-12-19T05:36:53.381Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-19T05:36:54.966Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-19T05:36:55.396Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-19T05:36:55.994Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-12-19T05:36:56.886Z Compiling steno v0.4.1
11682024-12-19T05:36:59.745Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-19T05:37:00.105Z Compiling slog-dtrace v0.3.0
11702024-12-19T05:37:00.488Z Compiling parking_lot_core v0.8.6
11712024-12-19T05:37:00.508Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11722024-12-19T05:37:00.679Z Compiling humantime v2.1.0
11732024-12-19T05:37:01.008Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-12-19T05:37:01.520Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11752024-12-19T05:37:03.781Z Compiling hickory-resolver v0.24.1
11762024-12-19T05:37:03.978Z Compiling num-derive v0.3.3
11772024-12-19T05:37:04.772Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-12-19T05:37:05.699Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-12-19T05:37:06.016Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-19T05:37:06.264Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-12-19T05:37:07.299Z Compiling parking_lot v0.11.2
11822024-12-19T05:37:07.605Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-12-19T05:37:09.145Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-12-19T05:37:09.237Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-12-19T05:37:12.041Z Compiling crossbeam-epoch v0.9.18
11862024-12-19T05:37:12.165Z Compiling fxhash v0.2.1
11872024-12-19T05:37:12.409Z Compiling crc32fast v1.4.2
11882024-12-19T05:37:12.932Z Compiling crc8 v0.1.1
11892024-12-19T05:37:13.183Z Compiling arc-swap v1.7.1
11902024-12-19T05:37:13.248Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-19T05:37:13.872Z Compiling slog-scope v4.4.0
11922024-12-19T05:37:14.665Z Compiling sled v0.34.7
11932024-12-19T05:37:17.653Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-12-19T05:37:19.779Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-12-19T05:37:19.819Z Compiling slog-stdlog v4.1.1
11962024-12-19T05:37:20.635Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-12-19T05:37:21.436Z Compiling slog-envlogger v2.2.0
11982024-12-19T05:37:22.325Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-12-19T05:37:32.948Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-12-19T05:37:35.209Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-12-19T05:37:39.873Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-12-19T05:38:08.748Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-19T05:38:08.748Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12042024-12-19T05:38:16.760Z Finished `release` profile [optimized] target(s) in 5m 11s
12052024-12-19T05:38:17.076Z+ banner trio
12062024-12-19T05:38:17.079Z
12072024-12-19T05:38:17.079Z ##### ##### # ####
12082024-12-19T05:38:17.079Z # # # # # #
12092024-12-19T05:38:17.079Z # # # # # #
12102024-12-19T05:38:17.079Z # ##### # # #
12112024-12-19T05:38:17.079Z # # # # # #
12122024-12-19T05:38:17.079Z # # # # ####
12132024-12-19T05:38:17.079Z
12142024-12-19T05:38:17.079Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12152024-12-19T05:38:17.544Z Compiling cfg-if v1.0.0
12162024-12-19T05:38:17.544Z Compiling libc v0.2.169
12172024-12-19T05:38:17.544Z Compiling serde v1.0.215
12182024-12-19T05:38:17.547Z Compiling once_cell v1.20.2
12192024-12-19T05:38:17.548Z Compiling itoa v1.0.11
12202024-12-19T05:38:17.614Z Compiling byteorder v1.5.0
12212024-12-19T05:38:17.621Z Compiling syn v2.0.87
12222024-12-19T05:38:17.625Z Compiling bytes v1.7.2
12232024-12-19T05:38:17.670Z Compiling num-traits v0.2.19
12242024-12-19T05:38:17.982Z Compiling zerocopy v0.7.35
12252024-12-19T05:38:17.992Z Compiling pin-project-lite v0.2.14
12262024-12-19T05:38:18.025Z Compiling ahash v0.8.11
12272024-12-19T05:38:18.047Z Compiling memchr v2.7.4
12282024-12-19T05:38:18.078Z Compiling smallvec v1.13.2
12292024-12-19T05:38:18.140Z Compiling schemars v0.8.21
12302024-12-19T05:38:18.155Z Compiling scopeguard v1.2.0
12312024-12-19T05:38:18.285Z Compiling allocator-api2 v0.2.18
12322024-12-19T05:38:18.515Z Compiling lock_api v0.4.12
12332024-12-19T05:38:19.012Z Compiling fnv v1.0.7
12342024-12-19T05:38:19.128Z Compiling getrandom v0.2.15
12352024-12-19T05:38:19.130Z Compiling parking_lot_core v0.9.10
12362024-12-19T05:38:19.164Z Compiling hashbrown v0.14.5
12372024-12-19T05:38:19.204Z Compiling signal-hook-registry v1.4.2
12382024-12-19T05:38:19.490Z Compiling socket2 v0.5.8
12392024-12-19T05:38:19.505Z Compiling mio v1.0.2
12402024-12-19T05:38:19.952Z Compiling parking_lot v0.12.3
12412024-12-19T05:38:20.010Z Compiling log v0.4.22
12422024-12-19T05:38:20.583Z Compiling futures-core v0.3.30
12432024-12-19T05:38:20.735Z Compiling equivalent v1.0.1
12442024-12-19T05:38:20.835Z Compiling ryu v1.0.18
12452024-12-19T05:38:20.847Z Compiling tracing-core v0.1.32
12462024-12-19T05:38:20.849Z Compiling serde_json v1.0.133
12472024-12-19T05:38:20.895Z Compiling uuid v1.11.0
12482024-12-19T05:38:21.168Z Compiling regress v0.10.1
12492024-12-19T05:38:21.225Z Compiling untrusted v0.9.0
12502024-12-19T05:38:21.392Z Compiling pin-utils v0.1.0
12512024-12-19T05:38:21.407Z Compiling futures-sink v0.3.30
12522024-12-19T05:38:21.475Z Compiling futures-task v0.3.30
12532024-12-19T05:38:21.487Z Compiling spin v0.9.8
12542024-12-19T05:38:21.567Z Compiling slab v0.4.9
12552024-12-19T05:38:21.671Z Compiling ring v0.17.8
12562024-12-19T05:38:21.681Z Compiling futures-util v0.3.30
12572024-12-19T05:38:22.078Z Compiling try-lock v0.2.5
12582024-12-19T05:38:22.231Z Compiling want v0.3.1
12592024-12-19T05:38:22.511Z Compiling httparse v1.9.4
12602024-12-19T05:38:22.646Z Compiling chrono v0.4.38
12612024-12-19T05:38:23.280Z Compiling futures-channel v0.3.30
12622024-12-19T05:38:23.674Z Compiling dyn-clone v1.0.17
12632024-12-19T05:38:23.766Z Compiling foreign-types-shared v0.1.1
12642024-12-19T05:38:23.798Z Compiling tower-service v0.3.3
12652024-12-19T05:38:23.869Z Compiling foreign-types v0.3.2
12662024-12-19T05:38:23.925Z Compiling openssl-sys v0.9.103
12672024-12-19T05:38:24.332Z Compiling serde_derive_internals v0.29.1
12682024-12-19T05:38:24.655Z Compiling unicode-ident v1.0.13
12692024-12-19T05:38:24.679Z Compiling bitflags v2.6.0
12702024-12-19T05:38:24.850Z Compiling proc-macro2 v1.0.86
12712024-12-19T05:38:25.050Z Compiling http v1.2.0
12722024-12-19T05:38:25.408Z Compiling tinyvec_macros v0.1.1
12732024-12-19T05:38:25.505Z Compiling semver v1.0.23
12742024-12-19T05:38:25.851Z Compiling openssl-probe v0.1.5
12752024-12-19T05:38:26.079Z Compiling quote v1.0.37
12762024-12-19T05:38:26.378Z Compiling tinyvec v1.8.0
12772024-12-19T05:38:26.547Z Compiling percent-encoding v2.3.1
12782024-12-19T05:38:27.026Z Compiling form_urlencoded v1.2.1
12792024-12-19T05:38:28.116Z Compiling unicode-normalization v0.1.24
12802024-12-19T05:38:28.410Z Compiling aho-corasick v1.1.3
12812024-12-19T05:38:29.418Z Compiling http v0.2.12
12822024-12-19T05:38:29.432Z Compiling unicode-bidi v0.3.15
12832024-12-19T05:38:29.596Z Compiling heck v0.5.0
12842024-12-19T05:38:29.931Z Compiling serde_derive v1.0.215
12852024-12-19T05:38:30.339Z Compiling zerocopy-derive v0.7.35
12862024-12-19T05:38:30.934Z Compiling thiserror-impl v1.0.69
12872024-12-19T05:38:30.949Z Compiling tokio-macros v2.4.0
12882024-12-19T05:38:32.442Z Compiling schemars_derive v0.8.21
12892024-12-19T05:38:32.503Z Compiling tokio v1.42.0
12902024-12-19T05:38:32.805Z Compiling tracing-attributes v0.1.27
12912024-12-19T05:38:33.940Z Compiling thiserror v1.0.69
12922024-12-19T05:38:34.266Z Compiling openssl-macros v0.1.1
12932024-12-19T05:38:34.317Z Compiling rustls-pki-types v1.8.0
12942024-12-19T05:38:35.123Z Compiling openssl v0.10.66
12952024-12-19T05:38:35.548Z Compiling regex-automata v0.4.7
12962024-12-19T05:38:35.623Z Compiling idna v0.5.0
12972024-12-19T05:38:36.166Z Compiling tracing v0.1.40
12982024-12-19T05:38:36.876Z Compiling http-body v1.0.1
12992024-12-19T05:38:43.181Z Compiling tokio-util v0.7.12
13002024-12-19T05:38:44.626Z Compiling indexmap v2.5.0
13012024-12-19T05:38:47.257Z Compiling serde_tokenstream v0.2.2
13022024-12-19T05:38:48.980Z Compiling native-tls v0.2.12
13032024-12-19T05:38:49.500Z Compiling tokio-native-tls v0.3.1
13042024-12-19T05:38:49.805Z Compiling slog v2.7.0
13052024-12-19T05:38:50.081Z Compiling regex-syntax v0.8.4
13062024-12-19T05:38:50.317Z Compiling atomic-waker v1.1.2
13072024-12-19T05:38:50.512Z Compiling h2 v0.4.6
13082024-12-19T05:38:51.195Z Compiling typify-impl v0.2.0
13092024-12-19T05:38:51.604Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-12-19T05:38:51.651Z Compiling openapiv3 v2.0.0
13112024-12-19T05:39:00.116Z Compiling serde_urlencoded v0.7.1
13122024-12-19T05:39:00.737Z Compiling regex v1.10.6
13132024-12-19T05:39:01.777Z Compiling url v2.5.2
13142024-12-19T05:39:03.297Z Compiling encoding_rs v0.8.34
13152024-12-19T05:39:03.506Z Compiling rustls v0.21.12
13162024-12-19T05:39:03.810Z Compiling mime v0.3.17
13172024-12-19T05:39:04.914Z Compiling ipnet v2.10.0
13182024-12-19T05:39:06.195Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-19T05:39:07.380Z Compiling typify-macro v0.2.0
13202024-12-19T05:39:07.987Z Compiling hyper v1.5.1
13212024-12-19T05:39:09.930Z Compiling h2 v0.3.26
13222024-12-19T05:39:10.064Z Compiling rustls-webpki v0.102.8
13232024-12-19T05:39:11.211Z Compiling http-body v0.4.6
13242024-12-19T05:39:11.580Z Compiling rustls-webpki v0.101.7
13252024-12-19T05:39:11.727Z Compiling sct v0.7.1
13262024-12-19T05:39:12.173Z Compiling subtle v2.6.1
13272024-12-19T05:39:12.467Z Compiling toml_datetime v0.6.8
13282024-12-19T05:39:12.847Z Compiling zeroize v1.8.1
13292024-12-19T05:39:13.211Z Compiling httpdate v1.0.3
13302024-12-19T05:39:13.967Z Compiling toml_edit v0.19.15
13312024-12-19T05:39:14.103Z Compiling serde_yaml v0.9.34+deprecated
13322024-12-19T05:39:14.714Z Compiling rustls v0.23.13
13332024-12-19T05:39:15.601Z Compiling hyper v0.14.30
13342024-12-19T05:39:18.325Z Compiling hyper-util v0.1.10
13352024-12-19T05:39:24.327Z Compiling lazy_static v1.5.0
13362024-12-19T05:39:24.468Z Compiling tokio-rustls v0.24.1
13372024-12-19T05:39:24.914Z Compiling tokio-rustls v0.26.0
13382024-12-19T05:39:25.437Z Compiling proc-macro-crate v1.3.1
13392024-12-19T05:39:25.505Z Compiling http-body-util v0.1.2
13402024-12-19T05:39:26.069Z Compiling webpki-roots v0.26.6
13412024-12-19T05:39:26.291Z Compiling base64 v0.21.7
13422024-12-19T05:39:26.294Z Compiling base64 v0.22.1
13432024-12-19T05:39:26.421Z Compiling crossbeam-utils v0.8.20
13442024-12-19T05:39:26.440Z Compiling num_enum_derive v0.5.11
13452024-12-19T05:39:26.736Z Compiling hyper-rustls v0.27.3
13462024-12-19T05:39:26.807Z Compiling rustls-pemfile v1.0.4
13472024-12-19T05:39:27.376Z Compiling rustls-pemfile v2.1.3
13482024-12-19T05:39:27.404Z Compiling hyper-tls v0.6.0
13492024-12-19T05:39:27.615Z Compiling hyper-rustls v0.24.2
13502024-12-19T05:39:27.912Z Compiling hyper-tls v0.5.0
13512024-12-19T05:39:28.066Z Compiling typify v0.2.0
13522024-12-19T05:39:28.126Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-12-19T05:39:28.395Z Compiling ipnetwork v0.20.0
13542024-12-19T05:39:28.437Z Compiling ppv-lite86 v0.2.20
13552024-12-19T05:39:29.411Z Compiling foreign-types-macros v0.2.3
13562024-12-19T05:39:30.130Z Compiling sync_wrapper v1.0.1
13572024-12-19T05:39:30.301Z Compiling rand_core v0.6.4
13582024-12-19T05:39:30.781Z Compiling dirs-sys-next v0.1.2
13592024-12-19T05:39:30.792Z Compiling powerfmt v0.2.0
13602024-12-19T05:39:31.168Z Compiling sync_wrapper v0.1.2
13612024-12-19T05:39:31.237Z Compiling foreign-types-shared v0.3.1
13622024-12-19T05:39:31.260Z Compiling webpki-roots v0.25.4
13632024-12-19T05:39:31.357Z Compiling foreign-types v0.5.0
13642024-12-19T05:39:31.430Z Compiling reqwest v0.11.27
13652024-12-19T05:39:31.469Z Compiling time-macros v0.2.18
13662024-12-19T05:39:31.856Z Compiling deranged v0.3.11
13672024-12-19T05:39:31.943Z Compiling dirs-next v2.0.0
13682024-12-19T05:39:32.226Z Compiling progenitor-impl v0.8.0
13692024-12-19T05:39:34.185Z Compiling rand_chacha v0.3.1
13702024-12-19T05:39:34.578Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13712024-12-19T05:39:35.909Z Compiling reqwest v0.12.9
13722024-12-19T05:39:39.034Z Compiling num_enum v0.5.11
13732024-12-19T05:39:39.216Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-12-19T05:39:41.349Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-12-19T05:39:43.322Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-12-19T05:39:43.515Z Compiling cstr-argument v0.1.2
13772024-12-19T05:39:43.784Z Compiling thread_local v1.1.8
13782024-12-19T05:39:44.147Z Compiling time-core v0.1.2
13792024-12-19T05:39:44.351Z Compiling either v1.13.0
13802024-12-19T05:39:44.511Z Compiling num-conv v0.1.0
13812024-12-19T05:39:44.781Z Compiling pretty-hex v0.2.1
13822024-12-19T05:39:44.807Z Compiling arc-swap v1.7.1
13832024-12-19T05:39:44.993Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13842024-12-19T05:39:45.385Z Compiling slog-scope v4.4.0
13852024-12-19T05:39:45.523Z Compiling itertools v0.12.1
13862024-12-19T05:39:46.280Z Compiling time v0.3.36
13872024-12-19T05:39:46.393Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13882024-12-19T05:39:47.908Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-12-19T05:39:48.782Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-12-19T05:39:48.955Z Compiling crossbeam-channel v0.5.13
13912024-12-19T05:39:49.341Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-19T05:39:50.594Z Compiling progenitor-macro v0.8.0
13932024-12-19T05:39:55.346Z Compiling progenitor-client v0.8.0
13942024-12-19T05:39:56.289Z Compiling rand v0.8.5
13952024-12-19T05:39:58.216Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-12-19T05:39:59.764Z Compiling term v0.7.0
13972024-12-19T05:40:02.480Z Compiling anyhow v1.0.94
13982024-12-19T05:40:03.978Z Compiling colored v2.1.0
13992024-12-19T05:40:04.390Z Compiling is-terminal v0.4.13
14002024-12-19T05:40:04.527Z Compiling winnow v0.6.18
14012024-12-19T05:40:05.200Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-12-19T05:40:05.579Z Compiling take_mut v0.2.2
14032024-12-19T05:40:05.745Z Compiling slog-async v2.8.0
14042024-12-19T05:40:08.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-12-19T05:40:08.944Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14062024-12-19T05:40:09.182Z Compiling slog-term v2.9.1
14072024-12-19T05:40:11.955Z Compiling progenitor v0.8.0
14082024-12-19T05:40:12.175Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-12-19T05:40:15.891Z Compiling slog-stdlog v4.1.1
14102024-12-19T05:40:16.747Z Compiling slog-envlogger v2.2.0
14112024-12-19T05:40:18.141Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-12-19T05:40:19.961Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-12-19T05:40:34.398Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-12-19T05:40:41.772Z Finished `release` profile [optimized] target(s) in 2m 24s
14152024-12-19T05:40:41.855Z Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352)
14162024-12-19T05:40:41.903Z
14172024-12-19T05:40:41.903Zrunning 1 test
14182024-12-19T05:40:42.089Zconfigure zone
14192024-12-19T05:40:42.105Zinstall zone
14202024-12-19T05:41:41.907Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14212024-12-19T05:44:41.515Zboot zone
14222024-12-19T05:44:42.351Zstart zone s1
14232024-12-19T05:44:42.351Zconfigure zone
14242024-12-19T05:44:42.360Zinstall zone
14252024-12-19T05:47:06.940Zboot zone
14262024-12-19T05:47:07.779Zstart zone s2
14272024-12-19T05:47:07.779Zconfigure zone
14282024-12-19T05:47:07.787Zinstall zone
14292024-12-19T05:49:03.350Zboot zone
14302024-12-19T05:49:04.195Zstart zone t1
14312024-12-19T05:49:04.195Zconfigure zone
14322024-12-19T05:49:04.204Zinstall zone
14332024-12-19T05:51:00.814Zboot zone
14342024-12-19T05:51:01.640Zwaiting for zones to come up
14352024-12-19T05:51:11.641Z[sidecar.trio] svcs milestone/network
14362024-12-19T05:51:11.675ZSTATE STIME FMRI
14372024-12-19T05:51:11.675Zonline 21:45:00 svc:/milestone/network:default
14382024-12-19T05:51:11.675Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-12-19T05:51:11.728Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-12-19T05:51:11.777Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-12-19T05:51:11.821Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-12-19T05:51:11.825Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-12-19T05:51:11.846Z
14442024-12-19T05:51:11.846Zrunning zone s1.trio setup
14452024-12-19T05:51:11.846Z[s1.trio] svcs milestone/network
14462024-12-19T05:51:11.869ZSTATE STIME FMRI
14472024-12-19T05:51:11.869Zonline 21:47:25 svc:/milestone/network:default
14482024-12-19T05:51:11.869Z[s1.trio] dladm
14492024-12-19T05:51:11.892ZLINK CLASS MTU STATE BRIDGE OVER
14502024-12-19T05:51:11.892Zsl0 simnet 9000 up -- ?
14512024-12-19T05:51:11.893Zmg2 vnic 9000 up -- ?
14522024-12-19T05:51:11.893Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-12-19T05:51:12.507Z
14542024-12-19T05:51:12.507Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-12-19T05:51:12.531Z
14562024-12-19T05:51:12.531Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-12-19T05:51:12.551Z
14582024-12-19T05:51:12.551Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-12-19T05:51:12.637Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-12-19T05:51:12.679Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14612024-12-19T05:51:12.772Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14622024-12-19T05:51:12.825Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14632024-12-19T05:51:12.846Z
14642024-12-19T05:51:12.847Zrunning zone s2.trio setup
14652024-12-19T05:51:12.847Z[s2.trio] svcs milestone/network
14662024-12-19T05:51:12.869ZSTATE STIME FMRI
14672024-12-19T05:51:12.869Zonline 21:49:22 svc:/milestone/network:default
14682024-12-19T05:51:12.869Z[s2.trio] dladm
14692024-12-19T05:51:12.889ZLINK CLASS MTU STATE BRIDGE OVER
14702024-12-19T05:51:12.889Zsl1 simnet 9000 up -- ?
14712024-12-19T05:51:12.890Zmg3 vnic 9000 up -- ?
14722024-12-19T05:51:12.890Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14732024-12-19T05:51:13.488Z
14742024-12-19T05:51:13.488Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14752024-12-19T05:51:13.511Z
14762024-12-19T05:51:13.511Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14772024-12-19T05:51:13.530Z
14782024-12-19T05:51:13.530Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14792024-12-19T05:51:13.575Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14802024-12-19T05:51:13.597Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14812024-12-19T05:51:13.640Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14822024-12-19T05:51:13.661Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14832024-12-19T05:51:13.681Z
14842024-12-19T05:51:13.681Zrunning zone t1.trio setup
14852024-12-19T05:51:13.681Z[t1.trio] svcs milestone/network
14862024-12-19T05:51:13.700ZSTATE STIME FMRI
14872024-12-19T05:51:13.700Z- - svc:/milestone/network:default
14882024-12-19T05:51:14.701Z[t1.trio] svcs milestone/network
14892024-12-19T05:51:14.722ZSTATE STIME FMRI
14902024-12-19T05:51:14.722Z- - svc:/milestone/network:default
14912024-12-19T05:51:15.722Z[t1.trio] svcs milestone/network
14922024-12-19T05:51:15.744ZSTATE STIME FMRI
14932024-12-19T05:51:15.744Z- - svc:/milestone/network:default
14942024-12-19T05:51:16.744Z[t1.trio] svcs milestone/network
14952024-12-19T05:51:16.766ZSTATE STIME FMRI
14962024-12-19T05:51:16.766Z- - svc:/milestone/network:default
14972024-12-19T05:51:17.766Z[t1.trio] svcs milestone/network
14982024-12-19T05:51:17.790ZSTATE STIME FMRI
14992024-12-19T05:51:17.790Z- - svc:/milestone/network:default
15002024-12-19T05:51:18.790Z[t1.trio] svcs milestone/network
15012024-12-19T05:51:18.811ZSTATE STIME FMRI
15022024-12-19T05:51:18.811Z- - svc:/milestone/network:default
15032024-12-19T05:51:19.811Z[t1.trio] svcs milestone/network
15042024-12-19T05:51:19.832ZSTATE STIME FMRI
15052024-12-19T05:51:19.832Zoffline 21:51:18 svc:/milestone/network:default
15062024-12-19T05:51:20.833Z[t1.trio] svcs milestone/network
15072024-12-19T05:51:20.855ZSTATE STIME FMRI
15082024-12-19T05:51:20.855Zonline 21:51:19 svc:/milestone/network:default
15092024-12-19T05:51:20.856Z[t1.trio] dladm
15102024-12-19T05:51:20.877ZLINK CLASS MTU STATE BRIDGE OVER
15112024-12-19T05:51:20.877Ztfportrear0_0 simnet 9000 up -- ?
15122024-12-19T05:51:20.877Ztfportrear1_0 simnet 9000 up -- ?
15132024-12-19T05:51:20.877Zmg1 vnic 9000 up -- ?
15142024-12-19T05:51:20.877Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15152024-12-19T05:51:21.379Z
15162024-12-19T05:51:21.379Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15172024-12-19T05:51:21.402Z
15182024-12-19T05:51:21.402Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15192024-12-19T05:51:21.424Z
15202024-12-19T05:51:21.424Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15212024-12-19T05:51:21.444Z
15222024-12-19T05:51:21.444Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15232024-12-19T05:51:21.637Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15242024-12-19T05:51:21.642Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15252024-12-19T05:51:21.656Zwaiting 3s for copy of files to zone to complete ...
15262024-12-19T05:51:24.645Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15272024-12-19T05:51:24.682Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15282024-12-19T05:51:24.704Z[t1.trio] svcadm enable dendrite
15292024-12-19T05:51:24.743Z
15302024-12-19T05:51:24.743Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15312024-12-19T05:51:24.790Z
15322024-12-19T05:51:24.790Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15332024-12-19T05:51:24.832Z
15342024-12-19T05:51:24.832Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15352024-12-19T05:51:24.874Z
15362024-12-19T05:51:24.874Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15372024-12-19T05:51:24.916Z
15382024-12-19T05:51:24.916Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15392024-12-19T05:51:24.958Z
15402024-12-19T05:51:24.958Z[t1.trio] svcadm refresh dendrite:default
15412024-12-19T05:51:24.995Z
15422024-12-19T05:51:24.995Z[t1.trio] svcadm restart dendrite:default
15432024-12-19T05:51:25.032Z
15442024-12-19T05:51:25.032Zwait 10s for dendrite to come up ...
15452024-12-19T05:51:35.035Z[t1.trio] svcadm enable tfport
15462024-12-19T05:51:35.073Z
15472024-12-19T05:51:35.073Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d5104eb5-19ac-4bbd-b927-b332a91af7dd --sled-uuid b419793c-cc8d-43a3-9fef-c45bfda1f78c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15482024-12-19T05:51:35.093Z
15492024-12-19T05:51:35.093Z[t1.trio] ipadm
15502024-12-19T05:51:35.116ZADDROBJ TYPE STATE ADDR
15512024-12-19T05:51:35.116Zlo0/v4 static ok 127.0.0.1/8
15522024-12-19T05:51:35.117Zmg1/v4 static ok 10.0.0.3/24
15532024-12-19T05:51:35.117Zlo0/v6 static ok ::1/128
15542024-12-19T05:51:35.117Zlo0/u6 static ok fd00:3::1/64
15552024-12-19T05:51:35.117Ztfportrear0_0/v6 addrconf ok fe80::ced:c9ff:fed1:de38%tfportrear0_0/10
15562024-12-19T05:51:35.117Ztfportrear1_0/v6 addrconf ok fe80::38f5:52ff:feb7:de1b%tfportrear1_0/10
15572024-12-19T05:51:37.328Zinitial peering test passed
15582024-12-19T05:51:38.331Zadvertise from one passed
15592024-12-19T05:51:39.333Zadvertise from two passed
15602024-12-19T05:51:39.333Z[s1.trio] ping fd00:2::1
15612024-12-19T05:51:39.361Zfd00:2::1 is alive
15622024-12-19T05:51:39.361Z[s2.trio] ping fd00:1::1
15632024-12-19T05:51:39.381Zfd00:1::1 is alive
15642024-12-19T05:51:39.381Zconnectivity test passed
15652024-12-19T05:51:39.381Z[t1.trio] pkill ddmd
15662024-12-19T05:51:39.402Z
15672024-12-19T05:51:45.406Z[t1.trio] svcadm enable dendrite
15682024-12-19T05:51:45.445Z
15692024-12-19T05:51:45.445Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15702024-12-19T05:51:45.494Z
15712024-12-19T05:51:45.494Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15722024-12-19T05:51:45.531Z
15732024-12-19T05:51:45.531Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15742024-12-19T05:51:45.572Z
15752024-12-19T05:51:45.572Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15762024-12-19T05:51:45.615Z
15772024-12-19T05:51:45.615Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15782024-12-19T05:51:45.658Z
15792024-12-19T05:51:45.658Z[t1.trio] svcadm refresh dendrite:default
15802024-12-19T05:51:45.696Z
15812024-12-19T05:51:45.696Z[t1.trio] svcadm restart dendrite:default
15822024-12-19T05:51:45.733Z
15832024-12-19T05:51:45.733Zwait 10s for dendrite to come up ...
15842024-12-19T05:51:55.734Z[t1.trio] svcadm enable tfport
15852024-12-19T05:51:55.775Z
15862024-12-19T05:51:55.775Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 633fd517-9e48-433c-b406-5c056a0e152c --sled-uuid d9a81148-8a69-4d36-bd53-bfc4fd198911 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15872024-12-19T05:51:55.795Z
15882024-12-19T05:51:55.795Z[t1.trio] ipadm
15892024-12-19T05:51:55.818ZADDROBJ TYPE STATE ADDR
15902024-12-19T05:51:55.818Zlo0/v4 static ok 127.0.0.1/8
15912024-12-19T05:51:55.818Zmg1/v4 static ok 10.0.0.3/24
15922024-12-19T05:51:55.818Zlo0/v6 static ok ::1/128
15932024-12-19T05:51:55.818Zlo0/u6 static ok fd00:3::1/64
15942024-12-19T05:51:55.818Ztfportrear0_0/v6 addrconf ok fe80::ced:c9ff:fed1:de38%tfportrear0_0/10
15952024-12-19T05:51:55.818Ztfportrear1_0/v6 addrconf ok fe80::38f5:52ff:feb7:de1b%tfportrear1_0/10
15962024-12-19T05:51:58.821Z[s1.trio] ping fd00:2::1
15972024-12-19T05:51:58.844Zfd00:2::1 is alive
15982024-12-19T05:51:58.844Z[s2.trio] ping fd00:1::1
15992024-12-19T05:51:58.864Zfd00:1::1 is alive
16002024-12-19T05:51:58.864Ztransit router restart passed
16012024-12-19T05:51:58.864Z[s1.trio] pkill ddmd
16022024-12-19T05:51:58.884Z
16032024-12-19T05:52:03.889Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16042024-12-19T05:52:03.925Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16052024-12-19T05:52:03.944Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16062024-12-19T05:52:03.966Z
16072024-12-19T05:52:06.971Z[s1.trio] ping fd00:2::1
16082024-12-19T05:52:06.993Zfd00:2::1 is alive
16092024-12-19T05:52:06.993Z[s2.trio] ping fd00:1::1
16102024-12-19T05:52:07.013Zfd00:1::1 is alive
16112024-12-19T05:52:07.013Zserver router restart passed
16122024-12-19T05:52:10.019Zpeer expiration recovery passed
16132024-12-19T05:52:11.020Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16142024-12-19T05:52:11.045Z3
16152024-12-19T05:52:11.045Zredundant advertise passed
16162024-12-19T05:52:12.049Ztunnel endpoint advertise passed
16172024-12-19T05:52:17.051Zredundant tunnel endpoint advertise passed
16182024-12-19T05:52:17.051Z[s1.trio] pkill ddmd
16192024-12-19T05:52:17.072Z
16202024-12-19T05:52:22.073Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16212024-12-19T05:52:22.114Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16222024-12-19T05:52:22.138Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16232024-12-19T05:52:22.150Z
16242024-12-19T05:52:27.216Ztunnel router restart passed
16252024-12-19T05:52:28.218Ztunnel endpoint withdraw passed
16262024-12-19T05:52:28.233Z[t1.trio] pkill ddmd
16272024-12-19T05:52:28.261Z
16282024-12-19T05:52:28.261Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16292024-12-19T05:52:28.265Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16302024-12-19T05:52:30.902Z[s2.trio] pkill ddmd
16312024-12-19T05:52:30.921Z
16322024-12-19T05:52:30.921Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16332024-12-19T05:52:33.502Z[s1.trio] pkill ddmd
16342024-12-19T05:52:33.523Z
16352024-12-19T05:52:33.523Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16362024-12-19T05:52:35.888Z[sidecar.trio] pkill softnpu
16372024-12-19T05:52:35.908Z
16382024-12-19T05:52:35.908Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16392024-12-19T05:52:38.557Ztest ddm::test_trio_v2_server ... ok
16402024-12-19T05:52:38.557Z
16412024-12-19T05:52:38.557Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 716.61s
16422024-12-19T05:52:38.557Z
16432024-12-19T05:52:38.586Z+ cleanup
16442024-12-19T05:52:38.588Z++ id -un
16452024-12-19T05:52:38.592Z++ id -gn
16462024-12-19T05:52:38.595Z+ pfexec chown -R build:build .
16472024-12-19T05:52:38.672Zprocess exited: duration 1232420 ms, exit code 0
 
16482024-12-19T05:52:38.683Zfound 4 output files
16492024-12-19T05:52:38.683Zuploading: /work/s1.trio.log (4249 bytes)
16502024-12-19T05:52:39.695Zuploaded: /work/s1.trio.log
16512024-12-19T05:52:39.700Zuploading: /work/s2.trio.log (10987 bytes)
16522024-12-19T05:52:40.708Zuploaded: /work/s2.trio.log
16532024-12-19T05:52:40.708Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16542024-12-19T05:52:41.719Zuploaded: /work/sidecar.trio-softnpu.log
16552024-12-19T05:52:41.719Zuploading: /work/t1.trio.log (26107 bytes)
16562024-12-19T05:52:42.730Zuploaded: /work/t1.trio.log