01JDV20S161MY6RSXQYC7QNZTR: test-ddm-trio-v2-transit

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T04:15:26.943Zjob assigned to worker 01JDV21BW15Y5T2ZMWGAQ6GRFW [factory aws, i-043830fcd157de0af] (queued for 58 s)
 
22024-11-29T04:15:34.672Zstarting task 0: "setup"
32024-11-29T04:15:34.681Z++ uname -s
42024-11-29T04:15:34.684Z+ kern=SunOS
52024-11-29T04:15:34.684Z+ case "$kern" in
62024-11-29T04:15:34.684Z+ groupadd -g 12345 build
72024-11-29T04:15:34.687Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T04:15:36.696Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T04:15:36.748Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T04:15:36.750Z+ home_fs=zfs
112024-11-29T04:15:36.750Z+ [[ zfs == autofs ]]
122024-11-29T04:15:36.750Z+ mkdir -p /home/build
132024-11-29T04:15:36.753Z+ chown build:build /home/build /work
142024-11-29T04:15:38.754Z+ chmod 0700 /home/build /work
152024-11-29T04:15:38.757Zprocess exited: duration 4086 ms, exit code 0
 
162024-11-29T04:15:38.762Zstarting task 1: "rust-toolchain"
172024-11-29T04:15:38.768Z+ printf ' * toolchain channel = "%s"
182024-11-29T04:15:38.768Z' stable
192024-11-29T04:15:38.768Z * toolchain channel = "stable"
202024-11-29T04:15:38.768Z+ printf ' * toolchain profile = "%s"
212024-11-29T04:15:38.768Z' default
222024-11-29T04:15:38.768Z * toolchain profile = "default"
232024-11-29T04:15:38.771Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T04:15:38.771Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-29T04:15:38.871Zinfo: downloading installer
262024-11-29T04:15:40.097Zinfo: profile set to 'default'
272024-11-29T04:15:40.097Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T04:15:40.100Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-29T04:15:40.263Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-11-29T04:15:40.264Zinfo: downloading component 'cargo'
312024-11-29T04:15:41.256Zinfo: downloading component 'clippy'
322024-11-29T04:15:41.636Zinfo: downloading component 'rust-docs'
332024-11-29T04:15:43.024Zinfo: downloading component 'rust-std'
342024-11-29T04:15:45.027Zinfo: downloading component 'rustc'
352024-11-29T04:15:52.661Zinfo: downloading component 'rustfmt'
362024-11-29T04:15:52.952Zinfo: installing component 'cargo'
372024-11-29T04:15:53.760Zinfo: installing component 'clippy'
382024-11-29T04:15:54.134Zinfo: installing component 'rust-docs'
392024-11-29T04:15:55.835Zinfo: installing component 'rust-std'
402024-11-29T04:15:57.509Zinfo: installing component 'rustc'
412024-11-29T04:16:03.272Zinfo: installing component 'rustfmt'
422024-11-29T04:16:03.607Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-29T04:16:03.607Z
442024-11-29T04:16:03.969Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-11-29T04:16:03.969Z
462024-11-29T04:16:03.971Z
472024-11-29T04:16:03.971ZRust is installed now. Great!
482024-11-29T04:16:03.971Z
492024-11-29T04:16:03.971ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T04:16:03.971Zenvironment variable. This has not been done automatically.
512024-11-29T04:16:03.971Z
522024-11-29T04:16:03.971ZTo configure your current shell, you need to source
532024-11-29T04:16:03.971Zthe corresponding env file under $HOME/.cargo.
542024-11-29T04:16:03.972Z
552024-11-29T04:16:03.972ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T04:16:03.972Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T04:16:03.972Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T04:16:04.045Z+ rustc --version
592024-11-29T04:16:04.111Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-11-29T04:16:04.114Zprocess exited: duration 25349 ms, exit code 0
 
612024-11-29T04:16:04.120Zstarting task 2: "authentication"
622024-11-29T04:16:04.140Zprocess exited: duration 19 ms, exit code 0
 
632024-11-29T04:16:04.145Zstarting task 3: "clone repository"
642024-11-29T04:16:04.151Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-29T04:16:04.154Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-29T04:16:04.187ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-29T04:16:04.811Z+ cd /work/oxidecomputer/maghemite
682024-11-29T04:16:04.814Z+ git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380
692024-11-29T04:16:05.063ZFrom https://github.com/oxidecomputer/maghemite
702024-11-29T04:16:05.063Z * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD
712024-11-29T04:16:05.071Z+ [[ -n renovate/rust-1.x ]]
722024-11-29T04:16:05.074Z++ git branch --show-current
732024-11-29T04:16:05.076Z+ current=main
742024-11-29T04:16:05.076Z+ [[ main != renovate/rust-1.x ]]
752024-11-29T04:16:05.076Z+ git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380
762024-11-29T04:16:05.079Z+ git checkout -f renovate/rust-1.x
772024-11-29T04:16:05.093ZSwitched to branch 'renovate/rust-1.x'
782024-11-29T04:16:05.096Z+ git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380
792024-11-29T04:16:05.098ZHEAD is now at d143b7c Update dependency rust to v1.83.0
802024-11-29T04:16:05.101Zprocess exited: duration 954 ms, exit code 0
 
812024-11-29T04:16:05.106Zstarting task 4: "build"
822024-11-29T04:16:05.111Z++ cargo --version
832024-11-29T04:16:05.116Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-11-29T04:16:05.260Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-11-29T04:16:05.260Zinfo: downloading component 'cargo'
862024-11-29T04:16:05.966Zinfo: downloading component 'clippy'
872024-11-29T04:16:06.245Zinfo: downloading component 'rust-docs'
882024-11-29T04:16:07.246Zinfo: downloading component 'rust-std'
892024-11-29T04:16:08.699Zinfo: downloading component 'rustc'
902024-11-29T04:16:14.262Zinfo: downloading component 'rustfmt'
912024-11-29T04:16:14.474Zinfo: installing component 'cargo'
922024-11-29T04:16:15.310Zinfo: installing component 'clippy'
932024-11-29T04:16:15.690Zinfo: installing component 'rust-docs'
942024-11-29T04:16:17.370Zinfo: installing component 'rust-std'
952024-11-29T04:16:19.019Zinfo: installing component 'rustc'
962024-11-29T04:16:24.751Zinfo: installing component 'rustfmt'
972024-11-29T04:16:25.164Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-11-29T04:16:25.167Z++ rustc --version
992024-11-29T04:16:25.240Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-11-29T04:16:25.244Z++ dladm
1012024-11-29T04:16:25.248ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-29T04:16:25.248Zena0 phys 9216 up -- --
1032024-11-29T04:16:25.248Z++ ipadm
1042024-11-29T04:16:25.253ZADDROBJ TYPE STATE ADDR
1052024-11-29T04:16:25.253Zlo0/v4 static ok 127.0.0.1/8
1062024-11-29T04:16:25.253Zena0/dhcp dhcp ok 10.150.1.152/24
1072024-11-29T04:16:25.253Zlo0/v6 static ok ::1/128
1082024-11-29T04:16:25.253Z++ banner collect
1092024-11-29T04:16:25.257Z
1102024-11-29T04:16:25.257Z #### #### # # ###### #### #####
1112024-11-29T04:16:25.257Z # # # # # # # # # #
1122024-11-29T04:16:25.257Z # # # # # ##### # #
1132024-11-29T04:16:25.258Z # # # # # # # #
1142024-11-29T04:16:25.258Z # # # # # # # # # #
1152024-11-29T04:16:25.258Z #### #### ###### ###### ###### #### #
1162024-11-29T04:16:25.258Z
1172024-11-29T04:16:25.258Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-29T04:16:25.258Z++ repo=softnpu
1192024-11-29T04:16:25.258Z++ series=image
1202024-11-29T04:16:25.258Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-29T04:16:25.258Z++ name=softnpu
1222024-11-29T04:16:25.259Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-29T04:16:25.259Z++ mkdir -p download
1242024-11-29T04:16:25.259Z++ pushd download
1252024-11-29T04:16:25.259Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-29T04:16:25.259Z++ [[ ! -f softnpu ]]
1272024-11-29T04:16:25.259Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-29T04:16:25.264Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-29T04:16:25.264Z Dload Upload Total Spent Left Speed
1302024-11-29T04:16:25.702Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 21.8M 82 18.0M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.6M 100 21.8M 100 21.8M 0 0 49.8M 0 --:--:-- --:--:-- --:--:-- 49.8M
1312024-11-29T04:16:25.705Z++ popd
1322024-11-29T04:16:25.705Z/work/oxidecomputer/maghemite
1332024-11-29T04:16:25.705Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-29T04:16:25.705Z++ repo=sidecar-lite
1352024-11-29T04:16:25.705Z++ series=release
1362024-11-29T04:16:25.705Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-29T04:16:25.705Z++ name=libsidecar_lite.so
1382024-11-29T04:16:25.705Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-29T04:16:25.705Z++ mkdir -p download
1402024-11-29T04:16:25.708Z++ pushd download
1412024-11-29T04:16:25.708Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-29T04:16:25.708Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-29T04:16:25.708Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-29T04:16:25.715Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-29T04:16:25.718Z Dload Upload Total Spent Left Speed
1462024-11-29T04:16:26.235Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 39.0M 0 --:--:-- --:--:-- --:--:-- 39.1M
1472024-11-29T04:16:26.241Z++ popd
1482024-11-29T04:16:26.244Z/work/oxidecomputer/maghemite
1492024-11-29T04:16:26.244Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-29T04:16:26.244Z++ repo=sidecar-lite
1512024-11-29T04:16:26.244Z++ series=release
1522024-11-29T04:16:26.244Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-29T04:16:26.244Z++ name=scadm
1542024-11-29T04:16:26.244Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-29T04:16:26.244Z++ mkdir -p download
1562024-11-29T04:16:26.244Z++ pushd download
1572024-11-29T04:16:26.244Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-29T04:16:26.244Z++ [[ ! -f scadm ]]
1592024-11-29T04:16:26.245Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-29T04:16:26.255Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-29T04:16:26.255Z Dload Upload Total Spent Left Speed
1622024-11-29T04:16:26.828Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 81 22.7M 81 18.4M 0 0 48.8M 0 --:--:-- --:--:-- --:--:-- 48.8M 100 22.7M 100 22.7M 0 0 40.1M 0 --:--:-- --:--:-- --:--:-- 40.1M
1632024-11-29T04:16:26.832Z++ popd
1642024-11-29T04:16:26.832Z/work/oxidecomputer/maghemite
1652024-11-29T04:16:26.832Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-29T04:16:26.832Z++ repo=dendrite
1672024-11-29T04:16:26.832Z++ series=image
1682024-11-29T04:16:26.832Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-29T04:16:26.832Z++ name=dendrite-softnpu.tar.gz
1702024-11-29T04:16:26.832Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-29T04:16:26.832Z++ mkdir -p download
1722024-11-29T04:16:26.832Z++ pushd download
1732024-11-29T04:16:26.832Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-29T04:16:26.832Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-29T04:16:26.832Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-29T04:16:26.838Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-29T04:16:26.840Z Dload Upload Total Spent Left Speed
1782024-11-29T04:16:27.612Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 48.6M 0 --:--:-- --:--:-- --:--:-- 48.6M
1792024-11-29T04:16:27.614Z++ popd
1802024-11-29T04:16:27.614Z/work/oxidecomputer/maghemite
1812024-11-29T04:16:27.617Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-29T04:16:27.617Z++ repo=maghemite
1832024-11-29T04:16:27.617Z++ series=release
1842024-11-29T04:16:27.617Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-29T04:16:27.617Z++ name=ddmd
1862024-11-29T04:16:27.617Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-29T04:16:27.617Z++ mkdir -p download
1882024-11-29T04:16:27.617Z++ pushd download
1892024-11-29T04:16:27.617Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-29T04:16:27.617Z++ [[ ! -f ddmd ]]
1912024-11-29T04:16:27.617Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-29T04:16:27.625Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-29T04:16:27.625Z Dload Upload Total Spent Left Speed
1942024-11-29T04:16:28.390Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 53.6M 0 --:--:-- --:--:-- --:--:-- 53.6M
1952024-11-29T04:16:28.392Z++ popd
1962024-11-29T04:16:28.397Z/work/oxidecomputer/maghemite
1972024-11-29T04:16:28.397Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-29T04:16:28.397Z++ repo=maghemite
1992024-11-29T04:16:28.397Z++ series=release
2002024-11-29T04:16:28.398Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-29T04:16:28.398Z++ name=ddmadm
2022024-11-29T04:16:28.398Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-29T04:16:28.398Z++ mkdir -p download
2042024-11-29T04:16:28.398Z++ pushd download
2052024-11-29T04:16:28.398Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-29T04:16:28.398Z++ [[ ! -f ddmadm ]]
2072024-11-29T04:16:28.398Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-29T04:16:28.405Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-29T04:16:28.410Z Dload Upload Total Spent Left Speed
2102024-11-29T04:16:28.940Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 18.0M 21 4051k 0 0 16.6M 0 0:00:01 --:--:-- 0:00:01 16.6M 100 18.0M 100 18.0M 0 0 34.7M 0 --:--:-- --:--:-- --:--:-- 34.7M
2112024-11-29T04:16:28.955Z++ popd
2122024-11-29T04:16:28.955Z/work/oxidecomputer/maghemite
2132024-11-29T04:16:28.955Z++ pushd download
2142024-11-29T04:16:28.956Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-29T04:16:28.956Z++ chmod +x softnpu
2162024-11-29T04:16:28.956Z++ chmod +x scadm
2172024-11-29T04:16:28.956Z++ chmod +x ddmadm
2182024-11-29T04:16:28.956Z++ chmod +x ddmd
2192024-11-29T04:16:28.956Z++ mv ddmadm ddmadm-v2
2202024-11-29T04:16:28.956Z++ mv ddmd ddmd-v2
2212024-11-29T04:16:28.956Z++ rm -rf zones/dendrite
2222024-11-29T04:16:28.956Z++ mkdir -p zones/dendrite
2232024-11-29T04:16:28.956Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-29T04:16:29.699Z++ popd
2252024-11-29T04:16:29.699Z/work/oxidecomputer/maghemite
2262024-11-29T04:16:29.700Z++ banner install
2272024-11-29T04:16:29.708Z
2282024-11-29T04:16:29.708Z # # # #### ##### ## # #
2292024-11-29T04:16:29.708Z # ## # # # # # # #
2302024-11-29T04:16:29.708Z # # # # #### # # # # #
2312024-11-29T04:16:29.709Z # # # # # # ###### # #
2322024-11-29T04:16:29.709Z # # ## # # # # # # #
2332024-11-29T04:16:29.709Z # # # #### # # # ###### ######
2342024-11-29T04:16:29.709Z
2352024-11-29T04:16:29.709Z++ pkg info brand/sparse
2362024-11-29T04:16:29.709Z++ grep -qi installed
2372024-11-29T04:16:31.217Zpkg: info: no packages matching the following patterns you specified are
2382024-11-29T04:16:31.217Zinstalled on the system. Try querying remotely instead:
2392024-11-29T04:16:31.217Z
2402024-11-29T04:16:31.217Z brand/sparse
2412024-11-29T04:16:31.291Z++ [[ 1 != 0 ]]
2422024-11-29T04:16:31.291Z++ set -o errexit
2432024-11-29T04:16:31.291Z++ pfexec pkg install brand/sparse
2442024-11-29T04:16:40.732Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-29T04:16:44.456Z Startup: Caching catalogs ... Done
2462024-11-29T04:16:53.969ZPlanning: Solver setup ... Done
2472024-11-29T04:16:54.096ZPlanning: Running solver ... Done
2482024-11-29T04:16:54.194ZPlanning: Finding local manifests ... Done
2492024-11-29T04:16:54.209ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-29T04:16:54.315ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-29T04:16:54.384ZPlanning: Package planning ... Done
2522024-11-29T04:16:54.390ZPlanning: Merging actions ... Done
2532024-11-29T04:16:54.580ZPlanning: Checking for conflicting actions ... Done
2542024-11-29T04:16:56.490ZPlanning: Consolidating action changes ... Done
2552024-11-29T04:16:56.901ZPlanning: Evaluating mediators ... Done
2562024-11-29T04:16:56.968ZPlanning: Planning completed in 12.42 seconds
2572024-11-29T04:16:56.982Z Packages to install: 1
2582024-11-29T04:16:56.982Z Packages to update: 2
2592024-11-29T04:16:56.986Z Create boot environment: No
2602024-11-29T04:16:56.986ZCreate backup boot environment: Yes
2612024-11-29T04:16:57.057Z
2622024-11-29T04:16:57.057ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-29T04:17:02.085ZDownload: 914/1009 items 8.0/8.0MB 99% complete (1.8M/s)
2642024-11-29T04:17:04.337ZDownload: Completed 8.03 MB in 7.28 seconds (1.1M/s)
2652024-11-29T04:17:06.347Z Actions: 1/1419 actions (Removing old actions)
2662024-11-29T04:17:06.366Z Actions: 199/1419 actions (Installing new actions)
2672024-11-29T04:17:06.481Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-29T04:17:06.789Z Actions: Completed 1419 actions in 0.44 seconds.
2692024-11-29T04:17:06.986Z Done
2702024-11-29T04:17:06.989Z Done
2712024-11-29T04:17:07.480Z Done
2722024-11-29T04:17:11.638Z Done
2732024-11-29T04:17:11.724Z Done
2742024-11-29T04:17:11.727Z Done
2752024-11-29T04:17:11.822Z Done
2762024-11-29T04:17:12.212Z++ set -o errexit
2772024-11-29T04:17:12.212Z++ set -o pipefail
2782024-11-29T04:17:12.212Z++ banner build
2792024-11-29T04:17:12.214Z
2802024-11-29T04:17:12.214Z ##### # # # # #####
2812024-11-29T04:17:12.214Z # # # # # # # #
2822024-11-29T04:17:12.214Z ##### # # # # # #
2832024-11-29T04:17:12.214Z # # # # # # # #
2842024-11-29T04:17:12.214Z # # # # # # # #
2852024-11-29T04:17:12.214Z ##### #### # ###### #####
2862024-11-29T04:17:12.214Z
2872024-11-29T04:17:12.214Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-29T04:17:12.376Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-29T04:17:12.601Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-29T04:17:12.785ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-29T04:17:12.785Z * [new branch] ci -> origin/ci
2922024-11-29T04:17:12.788Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-29T04:17:12.788Z * [new branch] main -> origin/main
2942024-11-29T04:17:12.788Z * [new ref] -> origin/HEAD
2952024-11-29T04:17:12.799Z Updating crates.io index
2962024-11-29T04:17:12.801Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-29T04:17:13.484ZFrom https://github.com/oxidecomputer/falcon
2982024-11-29T04:17:13.484Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-29T04:17:13.662Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-29T04:17:14.879ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-29T04:17:14.879Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-29T04:17:14.918Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-29T04:17:15.253ZFrom https://github.com/oxidecomputer/ispf
3042024-11-29T04:17:15.253Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-29T04:17:15.284Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-29T04:17:15.720ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-29T04:17:15.720Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-29T04:17:15.732Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-29T04:17:19.130ZFrom https://github.com/oxidecomputer/omicron
3102024-11-29T04:17:19.130Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-29T04:17:19.159Z * [new tag] dogfood -> dogfood
3122024-11-29T04:17:19.162Z * [new tag] v5 -> v5
3132024-11-29T04:17:19.162Z * [new tag] v6 -> v6
3142024-11-29T04:17:19.162Z * [new tag] v7 -> v7
3152024-11-29T04:17:19.162Z * [new tag] v8 -> v8
3162024-11-29T04:17:19.162Z * [new tag] v9 -> v9
3172024-11-29T04:17:19.516Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-29T04:17:20.457ZFrom https://github.com/oxidecomputer/opte
3192024-11-29T04:17:20.458Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-29T04:17:20.501Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-29T04:17:20.887ZFrom https://github.com/illumos/smf-rs
3222024-11-29T04:17:20.887Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-29T04:17:20.953Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-29T04:17:21.474ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-29T04:17:21.474Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-29T04:17:21.491Z * [new tag] rift -> rift
3272024-11-29T04:17:21.493Z * [new tag] srp -> srp
3282024-11-29T04:17:21.493Z * [new tag] tie-spf -> tie-spf
3292024-11-29T04:17:21.562Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-29T04:17:21.901ZFrom https://github.com/oxidecomputer/zone
3312024-11-29T04:17:21.901Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-29T04:17:21.930Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-29T04:17:22.657ZFrom https://github.com/oxidecomputer/propolis
3342024-11-29T04:17:22.657Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-29T04:17:22.801Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-29T04:17:23.154ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-29T04:17:23.154Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-29T04:17:23.165Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-29T04:17:23.582ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-29T04:17:23.582Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-29T04:17:23.598Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-29T04:17:23.612Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-29T04:17:24.010ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-29T04:17:24.010Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-29T04:17:24.146Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-29T04:17:24.567ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-29T04:17:24.567Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-29T04:17:24.602Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-29T04:17:25.011ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-29T04:17:25.011Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-29T04:17:25.038Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-29T04:17:25.481ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-29T04:17:25.481Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-29T04:17:25.550Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-29T04:17:25.933ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-29T04:17:25.933Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-29T04:17:25.970Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-29T04:17:26.337ZFrom https://github.com/illumos/libscf-sys
3592024-11-29T04:17:26.337Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-29T04:17:26.373Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-29T04:17:27.387ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-29T04:17:27.387Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-29T04:17:27.408Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-29T04:17:27.411Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-29T04:17:27.411Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-29T04:17:27.411Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-29T04:17:27.411Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-29T04:17:27.411Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-29T04:17:27.411Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-29T04:17:27.515Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-29T04:17:28.370ZFrom https://github.com/oxidecomputer/typify
3722024-11-29T04:17:28.370Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-29T04:17:28.372Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-29T04:17:28.389Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-29T04:17:28.392Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-29T04:17:28.392Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-29T04:17:28.392Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-29T04:17:28.392Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-29T04:17:28.392Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-29T04:17:28.392Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-29T04:17:28.392Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-29T04:17:28.392Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-29T04:17:28.392Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-29T04:17:28.392Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-29T04:17:28.392Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-29T04:17:28.392Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-29T04:17:28.740Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-29T04:17:30.610ZFrom https://github.com/oxidecomputer/crucible
3892024-11-29T04:17:30.610Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-29T04:17:30.676Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-29T04:17:31.165ZFrom https://github.com/oxidecomputer/opte
3922024-11-29T04:17:31.165Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-29T04:17:31.209Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-29T04:17:31.754ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-29T04:17:31.754Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-29T04:17:32.600Z Downloading crates ...
3972024-11-29T04:17:32.825Z Downloaded futures-sink v0.3.30
3982024-11-29T04:17:32.867Z Downloaded parking_lot_core v0.8.6
3992024-11-29T04:17:32.870Z Downloaded ahash v0.8.11
4002024-11-29T04:17:32.873Z Downloaded atomicwrites v0.4.4
4012024-11-29T04:17:32.876Z Downloaded anyhow v1.0.93
4022024-11-29T04:17:32.884Z Downloaded prettyplease v0.2.22
4032024-11-29T04:17:32.887Z Downloaded async-stream-impl v0.3.5
4042024-11-29T04:17:32.891Z Downloaded password-hash v0.5.0
4052024-11-29T04:17:32.894Z Downloaded crucible-workspace-hack v0.1.0
4062024-11-29T04:17:32.894Z Downloaded argon2 v0.5.3
4072024-11-29T04:17:32.898Z Downloaded float-ord v0.3.2
4082024-11-29T04:17:32.898Z Downloaded crunchy v0.2.2
4092024-11-29T04:17:32.898Z Downloaded const-random-macro v0.1.16
4102024-11-29T04:17:32.898Z Downloaded ciborium-io v0.2.2
4112024-11-29T04:17:32.913Z Downloaded pretty-hex v0.2.1
4122024-11-29T04:17:32.918Z Downloaded parse-display v0.10.0
4132024-11-29T04:17:32.918Z Downloaded parse-display-derive v0.10.0
4142024-11-29T04:17:32.921Z Downloaded ppv-lite86 v0.2.20
4152024-11-29T04:17:32.924Z Downloaded cobs v0.2.3
4162024-11-29T04:17:32.924Z Downloaded bitflags v1.3.2
4172024-11-29T04:17:32.928Z Downloaded paste v1.0.15
4182024-11-29T04:17:32.933Z Downloaded powerfmt v0.2.0
4192024-11-29T04:17:32.933Z Downloaded pin-utils v0.1.0
4202024-11-29T04:17:32.936Z Downloaded percent-encoding v2.3.1
4212024-11-29T04:17:32.936Z Downloaded embedded-io v0.4.0
4222024-11-29T04:17:32.936Z Downloaded crypto-common v0.1.6
4232024-11-29T04:17:32.940Z Downloaded cfg-if v1.0.0
4242024-11-29T04:17:32.940Z Downloaded pest v2.7.13
4252024-11-29T04:17:32.946Z Downloaded anstyle-query v1.1.1
4262024-11-29T04:17:32.950Z Downloaded byteorder v1.5.0
4272024-11-29T04:17:32.950Z Downloaded block-buffer v0.10.4
4282024-11-29T04:17:32.950Z Downloaded anstyle-parse v0.2.5
4292024-11-29T04:17:32.953Z Downloaded autocfg v1.3.0
4302024-11-29T04:17:32.954Z Downloaded foreign-types-shared v0.3.1
4312024-11-29T04:17:32.954Z Downloaded foreign-types-macros v0.2.3
4322024-11-29T04:17:32.954Z Downloaded foreign-types v0.3.2
4332024-11-29T04:17:32.958Z Downloaded atomic-waker v1.1.2
4342024-11-29T04:17:32.958Z Downloaded progenitor-client v0.8.0
4352024-11-29T04:17:32.958Z Downloaded parking_lot_core v0.9.10
4362024-11-29T04:17:32.962Z Downloaded foreign-types-shared v0.1.1
4372024-11-29T04:17:32.962Z Downloaded pest_generator v2.7.13
4382024-11-29T04:17:32.962Z Downloaded equivalent v1.0.1
4392024-11-29T04:17:32.962Z Downloaded plain v0.2.3
4402024-11-29T04:17:32.967Z Downloaded foreign-types v0.5.0
4412024-11-29T04:17:32.967Z Downloaded dtrace-parser v0.2.0
4422024-11-29T04:17:32.967Z Downloaded pretty-hex v0.4.1
4432024-11-29T04:17:32.971Z Downloaded pin-project-lite v0.2.14
4442024-11-29T04:17:32.976Z Downloaded quick-error v1.2.3
4452024-11-29T04:17:32.976Z Downloaded progenitor-macro v0.8.0
4462024-11-29T04:17:32.976Z Downloaded proc-macro-error-attr v1.0.4
4472024-11-29T04:17:32.980Z Downloaded proc-macro-crate v1.3.1
4482024-11-29T04:17:32.980Z Downloaded fastrand v2.1.1
4492024-11-29T04:17:32.980Z Downloaded console v0.15.8
4502024-11-29T04:17:32.984Z Downloaded async-stream v0.3.5
4512024-11-29T04:17:32.987Z Downloaded anstyle v1.0.10
4522024-11-29T04:17:32.987Z Downloaded hubpack_derive v0.1.1
4532024-11-29T04:17:32.987Z Downloaded pest_derive v2.7.13
4542024-11-29T04:17:32.992Z Downloaded colorchoice v1.0.2
4552024-11-29T04:17:32.992Z Downloaded pest_meta v2.7.13
4562024-11-29T04:17:32.996Z Downloaded progenitor v0.8.0
4572024-11-29T04:17:32.996Z Downloaded clap_derive v4.5.18
4582024-11-29T04:17:33.000Z Downloaded proc-macro-error v1.0.4
4592024-11-29T04:17:33.000Z Downloaded digest v0.10.7
4602024-11-29T04:17:33.004Z Downloaded scroll_derive v0.12.0
4612024-11-29T04:17:33.004Z Downloaded debug-ignore v1.0.5
4622024-11-29T04:17:33.008Z Downloaded futures-macro v0.3.30
4632024-11-29T04:17:33.008Z Downloaded futures-io v0.3.30
4642024-11-29T04:17:33.008Z Downloaded deranged v0.3.11
4652024-11-29T04:17:33.011Z Downloaded crc32fast v1.4.2
4662024-11-29T04:17:33.011Z Downloaded dyn-clone v1.0.17
4672024-11-29T04:17:33.014Z Downloaded sigpipe v0.1.3
4682024-11-29T04:17:33.014Z Downloaded futures-core v0.3.30
4692024-11-29T04:17:33.018Z Downloaded dof v0.3.0
4702024-11-29T04:17:33.018Z Downloaded dirs-sys-next v0.1.2
4712024-11-29T04:17:33.018Z Downloaded defmt-macros v0.3.9
4722024-11-29T04:17:33.022Z Downloaded serde-big-array v0.5.1
4732024-11-29T04:17:33.022Z Downloaded fixedbitset v0.4.2
4742024-11-29T04:17:33.026Z Downloaded serde_spanned v0.6.7
4752024-11-29T04:17:33.026Z Downloaded errno v0.3.9
4762024-11-29T04:17:33.029Z Downloaded dirs-next v2.0.0
4772024-11-29T04:17:33.029Z Downloaded clap_lex v0.7.2
4782024-11-29T04:17:33.030Z Downloaded bitflags v2.6.0
4792024-11-29T04:17:33.034Z Downloaded crossbeam-utils v0.8.20
4802024-11-29T04:17:33.039Z Downloaded is-terminal v0.4.13
4812024-11-29T04:17:33.039Z Downloaded crossbeam-epoch v0.9.18
4822024-11-29T04:17:33.042Z Downloaded linked-hash-map v0.5.6
4832024-11-29T04:17:33.042Z Downloaded take_mut v0.2.2
4842024-11-29T04:17:33.042Z Downloaded serde_repr v0.1.19
4852024-11-29T04:17:33.050Z Downloaded sync_wrapper v1.0.1
4862024-11-29T04:17:33.051Z Downloaded serde_urlencoded v0.7.1
4872024-11-29T04:17:33.051Z Downloaded camino v1.1.9
4882024-11-29T04:17:33.051Z Downloaded http-body v0.4.6
4892024-11-29T04:17:33.055Z Downloaded serde_derive_internals v0.29.1
4902024-11-29T04:17:33.055Z Downloaded semver v0.1.20
4912024-11-29T04:17:33.055Z Downloaded futures-channel v0.3.30
4922024-11-29T04:17:33.055Z Downloaded defmt v0.3.8
4932024-11-29T04:17:33.058Z Downloaded rustls-pemfile v1.0.4
4942024-11-29T04:17:33.060Z Downloaded slog-envlogger v2.2.0
4952024-11-29T04:17:33.063Z Downloaded shlex v1.3.0
4962024-11-29T04:17:33.063Z Downloaded serde_path_to_error v0.1.16
4972024-11-29T04:17:33.066Z Downloaded slog-async v2.8.0
4982024-11-29T04:17:33.066Z Downloaded waitgroup v0.1.2
4992024-11-29T04:17:33.073Z Downloaded hash32 v0.3.1
5002024-11-29T04:17:33.073Z Downloaded try-lock v0.2.5
5012024-11-29T04:17:33.073Z Downloaded strum v0.26.3
5022024-11-29T04:17:33.076Z Downloaded num-conv v0.1.0
5032024-11-29T04:17:33.076Z Downloaded rustc_version v0.1.7
5042024-11-29T04:17:33.077Z Downloaded derive_more v0.99.18
5052024-11-29T04:17:33.081Z Downloaded match_cfg v0.1.0
5062024-11-29T04:17:33.081Z Downloaded want v0.3.1
5072024-11-29T04:17:33.085Z Downloaded itoa v1.0.11
5082024-11-29T04:17:33.085Z Downloaded usdt v0.5.0
5092024-11-29T04:17:33.085Z Downloaded lock_api v0.4.12
5102024-11-29T04:17:33.087Z Downloaded time-core v0.1.2
5112024-11-29T04:17:33.087Z Downloaded slog-scope v4.4.0
5122024-11-29T04:17:33.087Z Downloaded rustversion v1.0.17
5132024-11-29T04:17:33.091Z Downloaded rustc-hash v2.0.0
5142024-11-29T04:17:33.095Z Downloaded highway v1.2.0
5152024-11-29T04:17:33.096Z Downloaded fxhash v0.2.1
5162024-11-29T04:17:33.096Z Downloaded tabwriter v1.4.0
5172024-11-29T04:17:33.098Z Downloaded quinn-udp v0.5.5
5182024-11-29T04:17:33.098Z Downloaded schemars_derive v0.8.21
5192024-11-29T04:17:33.101Z Downloaded dropshot_endpoint v0.12.0
5202024-11-29T04:17:33.104Z Downloaded slog-bunyan v2.5.0
5212024-11-29T04:17:33.104Z Downloaded resolv-conf v0.7.0
5222024-11-29T04:17:33.107Z Downloaded slog-dtrace v0.3.0
5232024-11-29T04:17:33.107Z Downloaded scroll v0.12.0
5242024-11-29T04:17:33.111Z Downloaded rhai_codegen v2.2.0
5252024-11-29T04:17:33.118Z Downloaded openssl-probe v0.1.5
5262024-11-29T04:17:33.121Z Downloaded openssl-macros v0.1.1
5272024-11-29T04:17:33.121Z Downloaded num_enum_derive v0.5.11
5282024-11-29T04:17:33.121Z Downloaded newtype_derive v0.1.6
5292024-11-29T04:17:33.125Z Downloaded spin v0.5.2
5302024-11-29T04:17:33.125Z Downloaded rustls-pemfile v2.1.3
5312024-11-29T04:17:33.130Z Downloaded managed v0.8.0
5322024-11-29T04:17:33.130Z Downloaded terminal_size v0.4.0
5332024-11-29T04:17:33.130Z Downloaded owo-colors v4.1.0
5342024-11-29T04:17:33.134Z Downloaded toml_datetime v0.6.8
5352024-11-29T04:17:33.135Z Downloaded base64 v0.22.1
5362024-11-29T04:17:33.140Z Downloaded heck v0.5.0
5372024-11-29T04:17:33.140Z Downloaded allocator-api2 v0.2.18
5382024-11-29T04:17:33.144Z Downloaded untrusted v0.9.0
5392024-11-29T04:17:33.144Z Downloaded clap v4.5.21
5402024-11-29T04:17:33.151Z Downloaded structmeta-derive v0.3.0
5412024-11-29T04:17:33.156Z Downloaded rand v0.8.5
5422024-11-29T04:17:33.159Z Downloaded zone v0.3.0
5432024-11-29T04:17:33.159Z Downloaded hostname v0.3.1
5442024-11-29T04:17:33.159Z Downloaded http-body-util v0.1.2
5452024-11-29T04:17:33.164Z Downloaded smf v0.2.3
5462024-11-29T04:17:33.164Z Downloaded semver v1.0.23
5472024-11-29T04:17:33.168Z Downloaded hostname v0.4.0
5482024-11-29T04:17:33.168Z Downloaded tinyvec_macros v0.1.1
5492024-11-29T04:17:33.168Z Downloaded newtype-uuid v1.1.0
5502024-11-29T04:17:33.168Z Downloaded num-complex v0.4.6
5512024-11-29T04:17:33.171Z Downloaded usdt-attr-macro v0.5.0
5522024-11-29T04:17:33.171Z Downloaded macaddr v1.0.1
5532024-11-29T04:17:33.171Z Downloaded log v0.4.22
5542024-11-29T04:17:33.176Z Downloaded term v0.7.0
5552024-11-29T04:17:33.180Z Downloaded tiny-keccak v2.0.2
5562024-11-29T04:17:33.182Z Downloaded num_enum_derive v0.7.3
5572024-11-29T04:17:33.182Z Downloaded memmap v0.7.0
5582024-11-29T04:17:33.182Z Downloaded derive-where v1.2.7
5592024-11-29T04:17:33.188Z Downloaded sha2 v0.10.8
5602024-11-29T04:17:33.192Z Downloaded hyper-rustls v0.27.3
5612024-11-29T04:17:33.192Z Downloaded half v2.4.1
5622024-11-29T04:17:33.195Z Downloaded sync_wrapper v0.1.2
5632024-11-29T04:17:33.195Z Downloaded libsw v3.3.1
5642024-11-29T04:17:33.199Z Downloaded slog v2.7.0
5652024-11-29T04:17:33.202Z Downloaded similar v2.6.0
5662024-11-29T04:17:33.204Z Downloaded zone_cfg_derive v0.3.0
5672024-11-29T04:17:33.204Z Downloaded omicron-workspace-hack v0.1.0
5682024-11-29T04:17:33.207Z Downloaded http-body v1.0.1
5692024-11-29T04:17:33.207Z Downloaded ident_case v1.0.1
5702024-11-29T04:17:33.207Z Downloaded cc v1.1.21
5712024-11-29T04:17:33.210Z Downloaded version_check v0.9.5
5722024-11-29T04:17:33.214Z Downloaded thread-id v4.2.2
5732024-11-29T04:17:33.214Z Downloaded no-std-compat v0.4.1
5742024-11-29T04:17:33.216Z Downloaded thread_local v1.1.8
5752024-11-29T04:17:33.216Z Downloaded swrite v0.1.0
5762024-11-29T04:17:33.216Z Downloaded hex v0.4.3
5772024-11-29T04:17:33.220Z Downloaded time-macros v0.2.18
5782024-11-29T04:17:33.223Z Downloaded socket2 v0.5.8
5792024-11-29T04:17:33.223Z Downloaded strsim v0.11.1
5802024-11-29T04:17:33.223Z Downloaded num_enum v0.5.11
5812024-11-29T04:17:33.227Z Downloaded instant v0.1.13
5822024-11-29T04:17:33.230Z Downloaded mime v0.3.17
5832024-11-29T04:17:33.234Z Downloaded parking_lot v0.11.2
5842024-11-29T04:17:33.239Z Downloaded ipnet v2.10.0
5852024-11-29T04:17:33.239Z Downloaded serde_with_macros v3.9.0
5862024-11-29T04:17:33.239Z Downloaded hyper-tls v0.5.0
5872024-11-29T04:17:33.242Z Downloaded ucd-trie v0.1.6
5882024-11-29T04:17:33.242Z Downloaded usdt-macro v0.5.0
5892024-11-29T04:17:33.243Z Downloaded expectorate v1.1.0
5902024-11-29T04:17:33.246Z Downloaded whoami v1.5.2
5912024-11-29T04:17:33.246Z Downloaded tower-service v0.3.3
5922024-11-29T04:17:33.246Z Downloaded native-tls v0.2.12
5932024-11-29T04:17:33.249Z Downloaded thin-vec v0.2.13
5942024-11-29T04:17:33.253Z Downloaded schemars v0.8.21
5952024-11-29T04:17:33.260Z Downloaded typify-macro v0.2.0
5962024-11-29T04:17:33.263Z Downloaded thiserror v1.0.69
5972024-11-29T04:17:33.266Z Downloaded futures-task v0.3.30
5982024-11-29T04:17:33.269Z Downloaded slog-json v2.6.1
5992024-11-29T04:17:33.269Z Downloaded indent_write v2.2.0
6002024-11-29T04:17:33.272Z Downloaded zeroize v1.8.1
6012024-11-29T04:17:33.272Z Downloaded serde_derive v1.0.215
6022024-11-29T04:17:33.275Z Downloaded hyper-tls v0.6.0
6032024-11-29T04:17:33.277Z Downloaded hubpack v0.1.2
6042024-11-29T04:17:33.277Z Downloaded subtle v2.6.1
6052024-11-29T04:17:33.277Z Downloaded httpdate v1.0.3
6062024-11-29T04:17:33.282Z Downloaded strum_macros v0.25.3
6072024-11-29T04:17:33.285Z Downloaded structmeta v0.3.0
6082024-11-29T04:17:33.285Z Downloaded static_assertions v1.1.0
6092024-11-29T04:17:33.285Z Downloaded typify v0.2.0
6102024-11-29T04:17:33.289Z Downloaded serde_yaml v0.9.34+deprecated
6112024-11-29T04:17:33.292Z Downloaded tokio-rustls v0.25.0
6122024-11-29T04:17:33.292Z Downloaded tokio-native-tls v0.3.1
6132024-11-29T04:17:33.296Z Downloaded parking_lot v0.12.3
6142024-11-29T04:17:33.296Z Downloaded num_threads v0.1.7
6152024-11-29T04:17:33.299Z Downloaded ipnetwork v0.20.0
6162024-11-29T04:17:33.299Z Downloaded url v2.5.2
6172024-11-29T04:17:33.301Z Downloaded crossbeam-channel v0.5.13
6182024-11-29T04:17:33.305Z Downloaded is_terminal_polyfill v1.70.1
6192024-11-29T04:17:33.308Z Downloaded thiserror-impl v1.0.69
6202024-11-29T04:17:33.318Z Downloaded num_enum v0.7.3
6212024-11-29T04:17:33.322Z Downloaded generic-array v0.14.7
6222024-11-29T04:17:33.322Z Downloaded serde v1.0.215
6232024-11-29T04:17:33.322Z Downloaded num-derive v0.3.3
6242024-11-29T04:17:33.322Z Downloaded heck v0.4.1
6252024-11-29T04:17:33.322Z Downloaded multer v3.1.0
6262024-11-29T04:17:33.326Z Downloaded zerocopy-derive v0.7.35
6272024-11-29T04:17:33.330Z Downloaded strum_macros v0.26.4
6282024-11-29T04:17:33.330Z Downloaded typenum v1.17.0
6292024-11-29T04:17:33.333Z Downloaded slog-term v2.9.1
6302024-11-29T04:17:33.336Z Downloaded quinn v0.11.5
6312024-11-29T04:17:33.339Z Downloaded utf8parse v0.2.2
6322024-11-29T04:17:33.339Z Downloaded tinyvec v1.8.0
6332024-11-29T04:17:33.343Z Downloaded num-iter v0.1.45
6342024-11-29T04:17:33.343Z Downloaded tokio-rustls v0.26.0
6352024-11-29T04:17:33.346Z Downloaded openssl-sys v0.9.103
6362024-11-29T04:17:33.349Z Downloaded num-integer v0.1.46
6372024-11-29T04:17:33.353Z Downloaded usdt-impl v0.5.0
6382024-11-29T04:17:33.356Z Downloaded tokio-rustls v0.24.1
6392024-11-29T04:17:33.356Z Downloaded num-traits v0.2.19
6402024-11-29T04:17:33.358Z Downloaded unicode-ident v1.0.13
6412024-11-29T04:17:33.361Z Downloaded num-rational v0.4.2
6422024-11-29T04:17:33.363Z Downloaded hashbrown v0.12.3
6432024-11-29T04:17:33.366Z Downloaded httparse v1.9.4
6442024-11-29T04:17:33.368Z Downloaded smartstring v1.0.1
6452024-11-29T04:17:33.371Z Downloaded tracing-core v0.1.32
6462024-11-29T04:17:33.376Z Downloaded tracing-attributes v0.1.27
6472024-11-29T04:17:33.376Z Downloaded uuid v1.11.0
6482024-11-29T04:17:33.379Z Downloaded indexmap v2.5.0
6492024-11-29T04:17:33.382Z Downloaded hyper-util v0.1.10
6502024-11-29T04:17:33.387Z Downloaded num-derive v0.4.2
6512024-11-29T04:17:33.389Z Downloaded tokio-macros v2.4.0
6522024-11-29T04:17:33.389Z Downloaded smallvec v1.13.2
6532024-11-29T04:17:33.394Z Downloaded zerocopy v0.6.6
6542024-11-29T04:17:33.394Z Downloaded unsafe-libyaml v0.2.11
6552024-11-29T04:17:33.396Z Downloaded once_cell v1.20.2
6562024-11-29T04:17:33.400Z Downloaded hyper-rustls v0.24.2
6572024-11-29T04:17:33.404Z Downloaded humantime v2.1.0
6582024-11-29T04:17:33.404Z Downloaded ryu v1.0.18
6592024-11-29T04:17:33.406Z Downloaded toml v0.8.19
6602024-11-29T04:17:33.409Z Downloaded hickory-resolver v0.24.1
6612024-11-29T04:17:33.414Z Downloaded indexmap v1.9.3
6622024-11-29T04:17:33.417Z Downloaded clap_builder v4.5.21
6632024-11-29T04:17:33.423Z Downloaded unicode-bidi v0.3.15
6642024-11-29T04:17:33.427Z Downloaded slog-stdlog v4.1.1
6652024-11-29T04:17:33.427Z Downloaded num v0.4.3
6662024-11-29T04:17:33.430Z Downloaded getrandom v0.2.15
6672024-11-29T04:17:33.433Z Downloaded spin v0.9.8
6682024-11-29T04:17:33.437Z Downloaded lazy_static v1.5.0
6692024-11-29T04:17:33.437Z Downloaded sct v0.7.1
6702024-11-29T04:17:33.440Z Downloaded base64 v0.21.7
6712024-11-29T04:17:33.442Z Downloaded memchr v2.7.4
6722024-11-29T04:17:33.447Z Downloaded toml_edit v0.19.15
6732024-11-29T04:17:33.462Z Downloaded minimal-lexical v0.2.1
6742024-11-29T04:17:33.466Z Downloaded aho-corasick v1.1.3
6752024-11-29T04:17:33.472Z Downloaded http v0.2.12
6762024-11-29T04:17:33.476Z Downloaded heapless v0.8.0
6772024-11-29T04:17:33.479Z Downloaded hashbrown v0.14.5
6782024-11-29T04:17:33.485Z Downloaded petgraph v0.6.5
6792024-11-29T04:17:33.502Z Downloaded serde_json v1.0.133
6802024-11-29T04:17:33.509Z Downloaded mio v1.0.2
6812024-11-29T04:17:33.515Z Downloaded tracing v0.1.40
6822024-11-29T04:17:33.519Z Downloaded unicode-normalization v0.1.24
6832024-11-29T04:17:33.525Z Downloaded hyper v1.5.1
6842024-11-29T04:17:33.529Z Downloaded zerocopy v0.7.35
6852024-11-29T04:17:33.544Z Downloaded toml_edit v0.22.21
6862024-11-29T04:17:33.565Z Downloaded hyper v0.14.30
6872024-11-29T04:17:33.572Z Downloaded winnow v0.5.40
6882024-11-29T04:17:33.583Z Downloaded reqwest v0.11.27
6892024-11-29T04:17:33.588Z Downloaded serde_with v3.9.0
6902024-11-29T04:17:33.596Z Downloaded http v1.1.0
6912024-11-29T04:17:33.600Z Downloaded webpki-roots v0.26.6
6922024-11-29T04:17:33.604Z Downloaded tokio-util v0.7.12
6932024-11-29T04:17:33.611Z Downloaded vcpkg v0.2.15
6942024-11-29T04:17:33.647Z Downloaded nom v7.1.3
6952024-11-29T04:17:33.652Z Downloaded libm v0.2.8
6962024-11-29T04:17:33.660Z Downloaded itertools v0.13.0
6972024-11-29T04:17:33.666Z Downloaded time v0.3.36
6982024-11-29T04:17:33.673Z Downloaded smoltcp v0.11.0
6992024-11-29T04:17:33.685Z Downloaded rustls-webpki v0.102.8
7002024-11-29T04:17:33.702Z Downloaded itertools v0.12.1
7012024-11-29T04:17:33.709Z Downloaded hickory-proto v0.24.1
7022024-11-29T04:17:33.724Z Downloaded futures-util v0.3.30
7032024-11-29T04:17:33.736Z Downloaded h2 v0.3.26
7042024-11-29T04:17:33.741Z Downloaded regex v1.10.6
7052024-11-29T04:17:33.754Z Downloaded h2 v0.4.6
7062024-11-29T04:17:33.760Z Downloaded goblin v0.8.2
7072024-11-29T04:17:33.766Z Downloaded winnow v0.6.18
7082024-11-29T04:17:33.775Z Downloaded quinn-proto v0.11.8
7092024-11-29T04:17:33.781Z Downloaded typify-impl v0.2.0
7102024-11-29T04:17:33.795Z Downloaded zerocopy-derive v0.6.6
7112024-11-29T04:17:33.805Z Downloaded reqwest v0.12.9
7122024-11-29T04:17:33.813Z Downloaded portable-atomic v1.8.0
7132024-11-29T04:17:33.820Z Downloaded openssl v0.10.66
7142024-11-29T04:17:33.828Z Downloaded webpki-roots v0.25.4
7152024-11-29T04:17:33.832Z Downloaded dropshot v0.12.0
7162024-11-29T04:17:33.850Z Downloaded rustls v0.21.12
7172024-11-29T04:17:33.861Z Downloaded syn v1.0.109
7182024-11-29T04:17:33.871Z Downloaded unicode-width v0.1.14
7192024-11-29T04:17:33.877Z Downloaded rustls-webpki v0.101.7
7202024-11-29T04:17:33.890Z Downloaded syn v2.0.87
7212024-11-29T04:17:33.901Z Downloaded regress v0.9.1
7222024-11-29T04:17:33.908Z Downloaded rustls v0.23.13
7232024-11-29T04:17:33.921Z Downloaded idna v0.5.0
7242024-11-29T04:17:33.929Z Downloaded openapiv3 v2.0.0
7252024-11-29T04:17:33.938Z Downloaded rustix v0.38.37
7262024-11-29T04:17:33.959Z Downloaded rhai v1.20.0
7272024-11-29T04:17:33.971Z Downloaded regress v0.10.1
7282024-11-29T04:17:33.980Z Downloaded regex-syntax v0.8.4
7292024-11-29T04:17:33.988Z Downloaded rustls v0.22.4
7302024-11-29T04:17:33.999Z Downloaded tokio v1.41.1
7312024-11-29T04:17:34.035Z Downloaded idna v0.4.0
7322024-11-29T04:17:34.042Z Downloaded chrono v0.4.38
7332024-11-29T04:17:34.049Z Downloaded steno v0.4.1
7342024-11-29T04:17:34.053Z Downloaded unicode-segmentation v1.12.0
7352024-11-29T04:17:34.056Z Downloaded itertools v0.10.5
7362024-11-29T04:17:34.062Z Downloaded sled v0.34.7
7372024-11-29T04:17:34.071Z Downloaded stable_deref_trait v1.2.0
7382024-11-29T04:17:34.074Z Downloaded rustls-pki-types v1.8.0
7392024-11-29T04:17:34.077Z Downloaded darling_core v0.20.10
7402024-11-29T04:17:34.079Z Downloaded tempfile v3.12.0
7412024-11-29T04:17:34.083Z Downloaded regex-automata v0.4.7
7422024-11-29T04:17:34.097Z Downloaded serde_tokenstream v0.2.2
7432024-11-29T04:17:34.099Z Downloaded iana-time-zone v0.1.61
7442024-11-29T04:17:34.101Z Downloaded newline-converter v0.3.0
7452024-11-29T04:17:34.101Z Downloaded lru-cache v0.1.2
7462024-11-29T04:17:34.103Z Downloaded arc-swap v1.7.1
7472024-11-29T04:17:34.106Z Downloaded proc-macro2 v1.0.86
7482024-11-29T04:17:34.109Z Downloaded futures v0.3.30
7492024-11-29T04:17:34.112Z Downloaded blake2 v0.10.6
7502024-11-29T04:17:34.114Z Downloaded linear-map v1.2.0
7512024-11-29T04:17:34.117Z Downloaded slab v0.4.9
7522024-11-29T04:17:34.117Z Downloaded signal-hook-registry v1.4.2
7532024-11-29T04:17:34.119Z Downloaded sha1 v0.10.6
7542024-11-29T04:17:34.119Z Downloaded quote v1.0.37
7552024-11-29T04:17:34.122Z Downloaded libc v0.2.165
7562024-11-29T04:17:34.145Z Downloaded cookie v0.18.1
7572024-11-29T04:17:34.147Z Downloaded bytes v1.7.2
7582024-11-29T04:17:34.150Z Downloaded ciborium-ll v0.2.2
7592024-11-29T04:17:34.155Z Downloaded anstream v0.6.15
7602024-11-29T04:17:34.158Z Downloaded rand_core v0.6.4
7612024-11-29T04:17:34.159Z Downloaded rustc_version v0.4.1
7622024-11-29T04:17:34.159Z Downloaded rand_chacha v0.3.1
7632024-11-29T04:17:34.159Z Downloaded encoding_rs v0.8.34
7642024-11-29T04:17:34.177Z Downloaded futures-executor v0.3.30
7652024-11-29T04:17:34.180Z Downloaded either v1.13.0
7662024-11-29T04:17:34.180Z Downloaded darling v0.20.10
7672024-11-29T04:17:34.183Z Downloaded ciborium v0.2.2
7682024-11-29T04:17:34.186Z Downloaded base64ct v1.6.0
7692024-11-29T04:17:34.188Z Downloaded progenitor-impl v0.8.0
7702024-11-29T04:17:34.191Z Downloaded postcard v1.0.10
7712024-11-29T04:17:34.193Z Downloaded fnv v1.0.7
7722024-11-29T04:17:34.193Z Downloaded async-trait v0.1.83
7732024-11-29T04:17:34.196Z Downloaded enum-as-inner v0.6.1
7742024-11-29T04:17:34.198Z Downloaded colored v2.1.0
7752024-11-29T04:17:34.198Z Downloaded scopeguard v1.2.0
7762024-11-29T04:17:34.200Z Downloaded proc-macro-crate v3.2.0
7772024-11-29T04:17:34.200Z Downloaded embedded-io v0.6.1
7782024-11-29T04:17:34.203Z Downloaded data-encoding v2.6.0
7792024-11-29T04:17:34.203Z Downloaded cpufeatures v0.2.14
7802024-11-29T04:17:34.205Z Downloaded form_urlencoded v1.2.1
7812024-11-29T04:17:34.205Z Downloaded defmt-parser v0.3.4
7822024-11-29T04:17:34.205Z Downloaded convert_case v0.4.0
7832024-11-29T04:17:34.207Z Downloaded camino-tempfile v1.1.1
7842024-11-29T04:17:34.207Z Downloaded cancel-safe-futures v0.1.5
7852024-11-29T04:17:34.211Z Downloaded backoff v0.4.0
7862024-11-29T04:17:34.215Z Downloaded pkg-config v0.3.31
7872024-11-29T04:17:34.215Z Downloaded darling_macro v0.20.10
7882024-11-29T04:17:34.215Z Downloaded cstr-argument v0.1.2
7892024-11-29T04:17:34.218Z Downloaded crc8 v0.1.1
7902024-11-29T04:17:34.218Z Downloaded const-random v0.1.18
7912024-11-29T04:17:34.418Z Downloaded ring v0.17.8
7922024-11-29T04:17:34.762Z Compiling proc-macro2 v1.0.86
7932024-11-29T04:17:34.764Z Compiling unicode-ident v1.0.13
7942024-11-29T04:17:34.764Z Compiling libc v0.2.165
7952024-11-29T04:17:34.764Z Compiling serde v1.0.215
7962024-11-29T04:17:34.764Z Compiling autocfg v1.3.0
7972024-11-29T04:17:34.764Z Compiling version_check v0.9.5
7982024-11-29T04:17:34.764Z Compiling cfg-if v1.0.0
7992024-11-29T04:17:34.916Z Compiling once_cell v1.20.2
8002024-11-29T04:17:34.944Z Compiling libm v0.2.8
8012024-11-29T04:17:34.988Z Compiling memchr v2.7.4
8022024-11-29T04:17:35.396Z Compiling byteorder v1.5.0
8032024-11-29T04:17:35.486Z Compiling lock_api v0.4.12
8042024-11-29T04:17:35.537Z Compiling parking_lot_core v0.9.10
8052024-11-29T04:17:35.806Z Compiling shlex v1.3.0
8062024-11-29T04:17:36.962Z Compiling thiserror v1.0.69
8072024-11-29T04:17:36.964Z Compiling cc v1.1.21
8082024-11-29T04:17:36.964Z Compiling itoa v1.0.11
8092024-11-29T04:17:36.965Z Compiling portable-atomic v1.8.0
8102024-11-29T04:17:36.965Z Compiling quote v1.0.37
8112024-11-29T04:17:36.965Z Compiling slab v0.4.9
8122024-11-29T04:17:36.965Z Compiling getrandom v0.2.15
8132024-11-29T04:17:37.068Z Compiling syn v2.0.87
8142024-11-29T04:17:37.178Z Compiling schemars v0.8.21
8152024-11-29T04:17:37.206Z Compiling ahash v0.8.11
8162024-11-29T04:17:37.240Z Compiling allocator-api2 v0.2.18
8172024-11-29T04:17:37.487Z Compiling num-traits v0.2.19
8182024-11-29T04:17:37.618Z Compiling ryu v1.0.18
8192024-11-29T04:17:37.910Z Compiling serde_json v1.0.133
8202024-11-29T04:17:37.955Z Compiling pin-project-lite v0.2.14
8212024-11-29T04:17:38.458Z Compiling equivalent v1.0.1
8222024-11-29T04:17:38.478Z Compiling log v0.4.22
8232024-11-29T04:17:38.543Z Compiling scopeguard v1.2.0
8242024-11-29T04:17:38.605Z Compiling fnv v1.0.7
8252024-11-29T04:17:38.623Z Compiling heck v0.5.0
8262024-11-29T04:17:38.769Z Compiling ring v0.17.8
8272024-11-29T04:17:38.861Z Compiling pkg-config v0.3.31
8282024-11-29T04:17:39.038Z Compiling crunchy v0.2.2
8292024-11-29T04:17:39.143Z Compiling vcpkg v0.2.15
8302024-11-29T04:17:39.551Z Compiling mio v1.0.2
8312024-11-29T04:17:39.755Z Compiling socket2 v0.5.8
8322024-11-29T04:17:39.911Z Compiling signal-hook-registry v1.4.2
8332024-11-29T04:17:40.353Z Compiling slog v2.7.0
8342024-11-29T04:17:40.533Z Compiling tiny-keccak v2.0.2
8352024-11-29T04:17:40.553Z Compiling openssl-sys v0.9.103
8362024-11-29T04:17:40.660Z Compiling httparse v1.9.4
8372024-11-29T04:17:41.020Z Compiling iana-time-zone v0.1.61
8382024-11-29T04:17:41.316Z Compiling futures-core v0.3.30
8392024-11-29T04:17:41.419Z Compiling const-random-macro v0.1.16
8402024-11-29T04:17:41.559Z Compiling dyn-clone v1.0.17
8412024-11-29T04:17:41.664Z Compiling openssl v0.10.66
8422024-11-29T04:17:41.810Z Compiling futures-sink v0.3.30
8432024-11-29T04:17:42.119Z Compiling native-tls v0.2.12
8442024-11-29T04:17:42.139Z Compiling const-random v0.1.18
8452024-11-29T04:17:42.165Z Compiling semver v1.0.23
8462024-11-29T04:17:42.233Z Compiling rustls v0.23.13
8472024-11-29T04:17:42.322Z Compiling typenum v1.17.0
8482024-11-29T04:17:42.365Z Compiling futures-channel v0.3.30
8492024-11-29T04:17:42.391Z Compiling futures-io v0.3.30
8502024-11-29T04:17:42.428Z Compiling futures-task v0.3.30
8512024-11-29T04:17:42.504Z Compiling pin-utils v0.1.0
8522024-11-29T04:17:42.579Z Compiling generic-array v0.14.7
8532024-11-29T04:17:42.648Z Compiling tracing-core v0.1.32
8542024-11-29T04:17:42.706Z Compiling bitflags v2.6.0
8552024-11-29T04:17:42.724Z Compiling subtle v2.6.1
8562024-11-29T04:17:42.786Z Compiling ucd-trie v0.1.6
8572024-11-29T04:17:42.806Z Compiling aho-corasick v1.1.3
8582024-11-29T04:17:43.024Z Compiling anyhow v1.0.93
8592024-11-29T04:17:43.081Z Compiling regex-syntax v0.8.4
8602024-11-29T04:17:43.187Z Compiling serde_derive_internals v0.29.1
8612024-11-29T04:17:43.209Z Compiling time-core v0.1.2
8622024-11-29T04:17:43.369Z Compiling num-conv v0.1.0
8632024-11-29T04:17:43.618Z Compiling time-macros v0.2.18
8642024-11-29T04:17:44.698Z Compiling spin v0.9.8
8652024-11-29T04:17:45.094Z Compiling rustls-pki-types v1.8.0
8662024-11-29T04:17:45.158Z Compiling usdt-impl v0.5.0
8672024-11-29T04:17:45.565Z Compiling untrusted v0.9.0
8682024-11-29T04:17:45.758Z Compiling omicron-workspace-hack v0.1.0
8692024-11-29T04:17:46.361Z Compiling atomic-waker v1.1.2
8702024-11-29T04:17:46.412Z Compiling regex-automata v0.4.7
8712024-11-29T04:17:46.435Z Compiling strsim v0.11.1
8722024-11-29T04:17:46.544Z Compiling plain v0.2.3
8732024-11-29T04:17:46.691Z Compiling rustversion v1.0.17
8742024-11-29T04:17:47.040Z Compiling tinyvec_macros v0.1.1
8752024-11-29T04:17:47.155Z Compiling tinyvec v1.8.0
8762024-11-29T04:17:47.543Z Compiling serde_derive v1.0.215
8772024-11-29T04:17:47.738Z Compiling zerocopy-derive v0.7.35
8782024-11-29T04:17:48.305Z Compiling thiserror-impl v1.0.69
8792024-11-29T04:17:48.706Z Compiling tokio-macros v2.4.0
8802024-11-29T04:17:49.655Z Compiling zerocopy v0.7.35
8812024-11-29T04:17:50.208Z Compiling schemars_derive v0.8.21
8822024-11-29T04:17:50.958Z Compiling futures-macro v0.3.30
8832024-11-29T04:17:51.355Z Compiling hashbrown v0.14.5
8842024-11-29T04:17:52.563Z Compiling openssl-macros v0.1.1
8852024-11-29T04:17:52.806Z Compiling futures-util v0.3.30
8862024-11-29T04:17:52.976Z Compiling tracing-attributes v0.1.27
8872024-11-29T04:17:53.056Z Compiling scroll_derive v0.12.0
8882024-11-29T04:17:53.404Z Compiling regress v0.10.1
8892024-11-29T04:17:53.425Z Compiling pest v2.7.13
8902024-11-29T04:17:53.510Z Compiling regex v1.10.6
8912024-11-29T04:17:55.966Z Compiling tracing v0.1.40
8922024-11-29T04:17:56.130Z Compiling pest_meta v2.7.13
8932024-11-29T04:17:56.613Z Compiling scroll v0.12.0
8942024-11-29T04:17:57.149Z Compiling goblin v0.8.2
8952024-11-29T04:17:57.841Z Compiling pest_generator v2.7.13
8962024-11-29T04:17:58.517Z Compiling rustls-webpki v0.102.8
8972024-11-29T04:17:59.667Z Compiling bytes v1.7.2
8982024-11-29T04:18:00.809Z Compiling smallvec v1.13.2
8992024-11-29T04:18:01.312Z Compiling indexmap v2.5.0
9002024-11-29T04:18:01.711Z Compiling uuid v1.11.0
9012024-11-29T04:18:02.224Z Compiling parking_lot v0.12.3
9022024-11-29T04:18:02.227Z Compiling chrono v0.4.38
9032024-11-29T04:18:02.593Z Compiling tokio v1.41.1
9042024-11-29T04:18:02.835Z Compiling serde_tokenstream v0.2.2
9052024-11-29T04:18:02.927Z Compiling http v1.1.0
9062024-11-29T04:18:06.021Z Compiling pest_derive v2.7.13
9072024-11-29T04:18:06.023Z Compiling openapiv3 v2.0.0
9082024-11-29T04:18:07.036Z Compiling rand_core v0.6.4
9092024-11-29T04:18:07.511Z Compiling http-body v1.0.1
9102024-11-29T04:18:08.008Z Compiling zeroize v1.8.1
9112024-11-29T04:18:08.357Z Compiling unsafe-libyaml v0.2.11
9122024-11-29T04:18:09.859Z Compiling typify-impl v0.2.0
9132024-11-29T04:18:09.987Z Compiling percent-encoding v2.3.1
9142024-11-29T04:18:10.007Z Compiling pretty-hex v0.4.1
9152024-11-29T04:18:10.031Z Compiling try-lock v0.2.5
9162024-11-29T04:18:10.199Z Compiling form_urlencoded v1.2.1
9172024-11-29T04:18:10.221Z Compiling dof v0.3.0
9182024-11-29T04:18:10.310Z Compiling want v0.3.1
9192024-11-29T04:18:10.462Z Compiling serde_yaml v0.9.34+deprecated
9202024-11-29T04:18:10.586Z Compiling dtrace-parser v0.2.0
9212024-11-29T04:18:10.704Z Compiling ipnetwork v0.20.0
9222024-11-29T04:18:11.634Z Compiling tokio-util v0.7.12
9232024-11-29T04:18:12.155Z Compiling unicode-normalization v0.1.24
9242024-11-29T04:18:13.434Z Compiling h2 v0.4.6
9252024-11-29T04:18:13.783Z Compiling thread-id v4.2.2
9262024-11-29T04:18:13.901Z Compiling rustls v0.22.4
9272024-11-29T04:18:14.263Z Compiling foreign-types-shared v0.1.1
9282024-11-29T04:18:14.387Z Compiling syn v1.0.109
9292024-11-29T04:18:14.605Z Compiling camino v1.1.9
9302024-11-29T04:18:14.726Z Compiling unicode-bidi v0.3.15
9312024-11-29T04:18:14.955Z Compiling httpdate v1.0.3
9322024-11-29T04:18:15.206Z Compiling ident_case v1.0.1
9332024-11-29T04:18:15.395Z Compiling darling_core v0.20.10
9342024-11-29T04:18:15.570Z Compiling foreign-types v0.3.2
9352024-11-29T04:18:15.699Z Compiling ppv-lite86 v0.2.20
9362024-11-29T04:18:17.446Z Compiling slog-async v2.8.0
9372024-11-29T04:18:17.561Z Compiling tower-service v0.3.3
9382024-11-29T04:18:18.314Z Compiling rand_chacha v0.3.1
9392024-11-29T04:18:19.894Z Compiling typify-macro v0.2.0
9402024-11-29T04:18:20.022Z Compiling hyper v1.5.1
9412024-11-29T04:18:20.670Z Compiling darling_macro v0.20.10
9422024-11-29T04:18:21.681Z Compiling idna v0.5.0
9432024-11-29T04:18:23.402Z Compiling typify v0.2.0
9442024-11-29T04:18:23.541Z Compiling progenitor-impl v0.8.0
9452024-11-29T04:18:25.584Z Compiling hyper-util v0.1.10
9462024-11-29T04:18:27.719Z Compiling toml_datetime v0.6.8
9472024-11-29T04:18:28.591Z Compiling multer v3.1.0
9482024-11-29T04:18:29.170Z Compiling openssl-probe v0.1.5
9492024-11-29T04:18:29.454Z Compiling progenitor-macro v0.8.0
9502024-11-29T04:18:30.147Z Compiling paste v1.0.15
9512024-11-29T04:18:32.264Z Compiling url v2.5.2
9522024-11-29T04:18:32.298Z Compiling darling v0.20.10
9532024-11-29T04:18:32.417Z Compiling rand v0.8.5
9542024-11-29T04:18:34.057Z Compiling usdt-attr-macro v0.5.0
9552024-11-29T04:18:35.677Z Compiling usdt-macro v0.5.0
9562024-11-29T04:18:37.180Z Compiling http-body-util v0.1.2
9572024-11-29T04:18:37.540Z Compiling async-trait v0.1.83
9582024-11-29T04:18:39.828Z Compiling encoding_rs v0.8.34
9592024-11-29T04:18:40.269Z Compiling mime v0.3.17
9602024-11-29T04:18:40.287Z Compiling ipnet v2.10.0
9612024-11-29T04:18:40.525Z Compiling base64 v0.22.1
9622024-11-29T04:18:41.275Z Compiling rustls-pemfile v2.1.3
9632024-11-29T04:18:41.900Z Compiling tokio-rustls v0.26.0
9642024-11-29T04:18:43.708Z Compiling serde_with_macros v3.9.0
9652024-11-29T04:18:44.416Z Compiling tokio-native-tls v0.3.1
9662024-11-29T04:18:44.921Z Compiling strum_macros v0.26.4
9672024-11-29T04:18:45.620Z Compiling serde_urlencoded v0.7.1
9682024-11-29T04:18:46.096Z Compiling structmeta-derive v0.3.0
9692024-11-29T04:18:46.142Z Compiling async-stream-impl v0.3.5
9702024-11-29T04:18:47.459Z Compiling webpki-roots v0.26.6
9712024-11-29T04:18:47.676Z Compiling dropshot v0.12.0
9722024-11-29T04:18:48.063Z Compiling powerfmt v0.2.0
9732024-11-29T04:18:48.544Z Compiling crossbeam-utils v0.8.20
9742024-11-29T04:18:49.085Z Compiling structmeta v0.3.0
9752024-11-29T04:18:49.175Z Compiling deranged v0.3.11
9762024-11-29T04:18:49.437Z Compiling hyper-rustls v0.27.3
9772024-11-29T04:18:50.660Z Compiling hyper-tls v0.6.0
9782024-11-29T04:18:51.060Z Compiling sync_wrapper v1.0.1
9792024-11-29T04:18:52.063Z Compiling winnow v0.6.18
9802024-11-29T04:18:53.812Z Compiling num_threads v0.1.7
9812024-11-29T04:18:54.202Z Compiling time v0.3.36
9822024-11-29T04:18:54.713Z Compiling reqwest v0.12.9
9832024-11-29T04:18:55.934Z Compiling parse-display-derive v0.10.0
9842024-11-29T04:18:58.000Z Compiling block-buffer v0.10.4
9852024-11-29T04:18:58.245Z Compiling crypto-common v0.1.6
9862024-11-29T04:18:58.470Z Compiling dropshot_endpoint v0.12.0
9872024-11-29T04:18:59.612Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882024-11-29T04:19:02.386Z Compiling digest v0.10.7
9892024-11-29T04:19:02.821Z Compiling progenitor-client v0.8.0
9902024-11-29T04:19:03.696Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912024-11-29T04:19:04.786Z Compiling dirs-sys-next v0.1.2
9922024-11-29T04:19:05.801Z Compiling rustix v0.38.37
9932024-11-29T04:19:06.837Z Compiling match_cfg v0.1.0
9942024-11-29T04:19:06.898Z Compiling lazy_static v1.5.0
9952024-11-29T04:19:06.946Z Compiling hostname v0.3.1
9962024-11-29T04:19:07.355Z Compiling progenitor v0.8.0
9972024-11-29T04:19:07.378Z Compiling dirs-next v2.0.0
9982024-11-29T04:19:10.073Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992024-11-29T04:19:10.985Z Compiling futures-executor v0.3.30
10002024-11-29T04:19:11.490Z Compiling thread_local v1.1.8
10012024-11-29T04:19:12.033Z Compiling errno v0.3.9
10022024-11-29T04:19:12.301Z Compiling instant v0.1.13
10032024-11-29T04:19:12.663Z Compiling cpufeatures v0.2.14
10042024-11-29T04:19:12.774Z Compiling unicode-width v0.1.14
10052024-11-29T04:19:13.582Z Compiling futures v0.3.30
10062024-11-29T04:19:14.958Z Compiling term v0.7.0
10072024-11-29T04:19:15.537Z Compiling crossbeam-channel v0.5.13
10082024-11-29T04:19:18.129Z Compiling serde_spanned v0.6.7
10092024-11-29T04:19:18.329Z Compiling memmap v0.7.0
10102024-11-29T04:19:18.394Z Compiling is-terminal v0.4.13
10112024-11-29T04:19:18.690Z Compiling take_mut v0.2.2
10122024-11-29T04:19:19.129Z Compiling usdt v0.5.0
10132024-11-29T04:19:19.363Z Compiling slog-term v2.9.1
10142024-11-29T04:19:20.477Z Compiling toml_edit v0.22.21
10152024-11-29T04:19:21.950Z Compiling slog-json v2.6.1
10162024-11-29T04:19:22.383Z Compiling strum v0.26.3
10172024-11-29T04:19:22.580Z Compiling serde_with v3.9.0
10182024-11-29T04:19:24.530Z Compiling heapless v0.8.0
10192024-11-29T04:19:25.089Z Compiling debug-ignore v1.0.5
10202024-11-29T04:19:26.415Z Compiling tokio-rustls v0.25.0
10212024-11-29T04:19:27.873Z Compiling toml v0.8.19
10222024-11-29T04:19:29.233Z Compiling slog-bunyan v2.5.0
10232024-11-29T04:19:29.391Z Compiling sha1 v0.10.6
10242024-11-29T04:19:29.611Z Compiling async-stream v0.3.5
10252024-11-29T04:19:29.902Z Compiling newtype-uuid v1.1.0
10262024-11-29T04:19:30.148Z Compiling serde_path_to_error v0.1.16
10272024-11-29T04:19:30.227Z Compiling hex v0.4.3
10282024-11-29T04:19:30.642Z Compiling waitgroup v0.1.2
10292024-11-29T04:19:30.898Z Compiling hostname v0.4.0
10302024-11-29T04:19:30.940Z Compiling hash32 v0.3.1
10312024-11-29T04:19:31.171Z Compiling stable_deref_trait v1.2.0
10322024-11-29T04:19:31.193Z Compiling smoltcp v0.11.0
10332024-11-29T04:19:33.630Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342024-11-29T04:19:33.853Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352024-11-29T04:19:33.982Z Compiling backoff v0.4.0
10362024-11-29T04:19:34.363Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372024-11-29T04:19:34.387Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10382024-11-29T04:19:34.596Z Compiling parse-display v0.10.0
10392024-11-29T04:19:36.467Z Compiling macaddr v1.0.1
10402024-11-29T04:19:37.093Z Compiling regress v0.9.1
10412024-11-29T04:19:40.918Z Compiling clap_derive v4.5.18
10422024-11-29T04:19:41.435Z Compiling utf8parse v0.2.2
10432024-11-29T04:19:41.594Z Compiling managed v0.8.0
10442024-11-29T04:19:41.646Z Compiling cobs v0.2.3
10452024-11-29T04:19:42.098Z Compiling bitflags v1.3.2
10462024-11-29T04:19:42.231Z Compiling winnow v0.5.40
10472024-11-29T04:19:42.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10482024-11-29T04:19:45.189Z Compiling postcard v1.0.10
10492024-11-29T04:19:45.507Z Compiling toml_edit v0.19.15
10502024-11-29T04:19:45.609Z Compiling anstyle-parse v0.2.5
10512024-11-29T04:19:45.999Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10522024-11-29T04:19:51.625Z Compiling is_terminal_polyfill v1.70.1
10532024-11-29T04:19:51.815Z Compiling anstyle-query v1.1.1
10542024-11-29T04:19:51.979Z Compiling anstyle v1.0.10
10552024-11-29T04:19:52.491Z Compiling colorchoice v1.0.2
10562024-11-29T04:19:52.666Z Compiling anstream v0.6.15
10572024-11-29T04:19:53.667Z Compiling proc-macro-crate v1.3.1
10582024-11-29T04:19:54.433Z Compiling terminal_size v0.4.0
10592024-11-29T04:19:54.651Z Compiling clap_lex v0.7.2
10602024-11-29T04:19:54.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10612024-11-29T04:19:55.063Z Compiling clap_builder v4.5.21
10622024-11-29T04:19:55.329Z Compiling num_enum_derive v0.5.11
10632024-11-29T04:19:56.237Z Compiling tabwriter v1.4.0
10642024-11-29T04:19:56.990Z Compiling foreign-types-macros v0.2.3
10652024-11-29T04:19:57.017Z Compiling num-integer v0.1.46
10662024-11-29T04:19:57.768Z Compiling foreign-types-shared v0.3.1
10672024-11-29T04:19:57.975Z Compiling num_enum v0.5.11
10682024-11-29T04:19:58.304Z Compiling foreign-types v0.5.0
10692024-11-29T04:19:58.595Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-11-29T04:19:59.041Z Compiling cstr-argument v0.1.2
10712024-11-29T04:19:59.226Z Compiling clap v4.5.21
10722024-11-29T04:19:59.311Z Compiling proc-macro-error-attr v1.0.4
10732024-11-29T04:19:59.477Z Compiling either v1.13.0
10742024-11-29T04:19:59.505Z Compiling pretty-hex v0.2.1
10752024-11-29T04:19:59.733Z Compiling prettyplease v0.2.22
10762024-11-29T04:19:59.763Z Compiling heck v0.4.1
10772024-11-29T04:20:00.115Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-11-29T04:20:00.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792024-11-29T04:20:00.726Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802024-11-29T04:20:01.941Z Compiling num-iter v0.1.45
10812024-11-29T04:20:02.131Z Compiling num-rational v0.4.2
10822024-11-29T04:20:02.854Z Compiling colored v2.1.0
10832024-11-29T04:20:04.168Z Compiling num-complex v0.4.6
10842024-11-29T04:20:04.911Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-11-29T04:20:04.941Z Compiling proc-macro-error v1.0.4
10862024-11-29T04:20:05.283Z Compiling fastrand v2.1.1
10872024-11-29T04:20:05.303Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-11-29T04:20:05.331Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-11-29T04:20:05.333Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-11-29T04:20:05.733Z Compiling tempfile v3.12.0
10912024-11-29T04:20:05.920Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-11-29T04:20:06.954Z Compiling num v0.4.3
10932024-11-29T04:20:09.509Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-11-29T04:20:10.109Z Compiling crucible-workspace-hack v0.1.0
10952024-11-29T04:20:10.235Z Compiling float-ord v0.3.2
10962024-11-29T04:20:10.397Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972024-11-29T04:20:16.870Z Compiling semver v0.1.20
10982024-11-29T04:20:17.388Z Compiling unicode-segmentation v1.12.0
10992024-11-29T04:20:17.440Z Compiling rustc_version v0.1.7
11002024-11-29T04:20:18.031Z Compiling zone_cfg_derive v0.3.0
11012024-11-29T04:20:18.663Z Compiling newline-converter v0.3.0
11022024-11-29T04:20:18.851Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11032024-11-29T04:20:19.435Z Compiling camino-tempfile v1.1.1
11042024-11-29T04:20:19.535Z Compiling itertools v0.10.5
11052024-11-29T04:20:20.108Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062024-11-29T04:20:20.161Z Compiling console v0.15.8
11072024-11-29T04:20:20.540Z Compiling num-derive v0.4.2
11082024-11-29T04:20:21.484Z Compiling sigpipe v0.1.3
11092024-11-29T04:20:21.620Z Compiling base64ct v1.6.0
11102024-11-29T04:20:22.436Z Compiling similar v2.6.0
11112024-11-29T04:20:22.466Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11122024-11-29T04:20:22.864Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-11-29T04:20:22.908Z Compiling password-hash v0.5.0
11142024-11-29T04:20:22.985Z Compiling zone v0.3.0
11152024-11-29T04:20:23.725Z Compiling expectorate v1.1.0
11162024-11-29T04:20:23.993Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172024-11-29T04:20:24.502Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11182024-11-29T04:20:24.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11192024-11-29T04:20:26.137Z Compiling newtype_derive v0.1.6
11202024-11-29T04:20:26.559Z Compiling blake2 v0.10.6
11212024-11-29T04:20:27.101Z Compiling hubpack_derive v0.1.1
11222024-11-29T04:20:27.751Z Compiling smf v0.2.3
11232024-11-29T04:20:27.881Z Compiling zerocopy-derive v0.6.6
11242024-11-29T04:20:28.106Z Compiling owo-colors v4.1.0
11252024-11-29T04:20:28.195Z Compiling fixedbitset v0.4.2
11262024-11-29T04:20:28.573Z Compiling cancel-safe-futures v0.1.5
11272024-11-29T04:20:28.961Z Compiling whoami v1.5.2
11282024-11-29T04:20:29.058Z Compiling petgraph v0.6.5
11292024-11-29T04:20:29.691Z Compiling zerocopy v0.6.6
11302024-11-29T04:20:30.180Z Compiling hubpack v0.1.2
11312024-11-29T04:20:30.450Z Compiling argon2 v0.5.3
11322024-11-29T04:20:31.897Z Compiling strum_macros v0.25.3
11332024-11-29T04:20:32.754Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-11-29T04:20:33.037Z Compiling serde-big-array v0.5.1
11352024-11-29T04:20:33.136Z Compiling serde_repr v0.1.19
11362024-11-29T04:20:33.295Z Compiling cookie v0.18.1
11372024-11-29T04:20:33.684Z Compiling convert_case v0.4.0
11382024-11-29T04:20:33.925Z Compiling static_assertions v1.1.0
11392024-11-29T04:20:34.117Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-11-29T04:20:34.334Z Compiling derive_more v0.99.18
11412024-11-29T04:20:34.646Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-29T04:20:35.322Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11432024-11-29T04:20:35.658Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-11-29T04:20:37.052Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-11-29T04:20:37.520Z Compiling atomicwrites v0.4.4
11462024-11-29T04:20:38.060Z Compiling itertools v0.13.0
11472024-11-29T04:20:40.265Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-11-29T04:20:41.343Z Compiling idna v0.4.0
11492024-11-29T04:20:41.421Z Compiling libsw v3.3.1
11502024-11-29T04:20:41.445Z Compiling enum-as-inner v0.6.1
11512024-11-29T04:20:41.781Z Compiling derive-where v1.2.7
11522024-11-29T04:20:42.582Z Compiling data-encoding v2.6.0
11532024-11-29T04:20:43.141Z Compiling highway v1.2.0
11542024-11-29T04:20:43.528Z Compiling indent_write v2.2.0
11552024-11-29T04:20:43.763Z Compiling swrite v0.1.0
11562024-11-29T04:20:43.908Z Compiling linear-map v1.2.0
11572024-11-29T04:20:44.292Z Compiling quick-error v1.2.3
11582024-11-29T04:20:44.451Z Compiling linked-hash-map v0.5.6
11592024-11-29T04:20:44.532Z Compiling resolv-conf v0.7.0
11602024-11-29T04:20:44.836Z Compiling lru-cache v0.1.2
11612024-11-29T04:20:44.858Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-11-29T04:20:45.053Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-11-29T04:20:45.281Z Compiling hickory-proto v0.24.1
11642024-11-29T04:20:45.986Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-29T04:20:46.332Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-29T04:20:48.241Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-29T04:20:49.265Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-29T04:20:52.244Z Compiling steno v0.4.1
11692024-11-29T04:20:52.931Z Compiling slog-dtrace v0.3.0
11702024-11-29T04:20:53.325Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712024-11-29T04:20:53.708Z Compiling parking_lot_core v0.8.6
11722024-11-29T04:20:54.199Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-11-29T04:20:54.365Z Compiling humantime v2.1.0
11742024-11-29T04:20:54.999Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-11-29T04:20:55.193Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-11-29T04:20:56.645Z Compiling hickory-resolver v0.24.1
11772024-11-29T04:20:56.741Z Compiling num-derive v0.3.3
11782024-11-29T04:20:58.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-11-29T04:20:58.988Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802024-11-29T04:20:59.412Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-11-29T04:20:59.438Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11822024-11-29T04:21:00.391Z Compiling parking_lot v0.11.2
11832024-11-29T04:21:00.911Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11842024-11-29T04:21:02.271Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11852024-11-29T04:21:02.367Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862024-11-29T04:21:04.934Z Compiling crossbeam-epoch v0.9.18
11872024-11-29T04:21:05.049Z Compiling fxhash v0.2.1
11882024-11-29T04:21:05.273Z Compiling crc32fast v1.4.2
11892024-11-29T04:21:05.803Z Compiling arc-swap v1.7.1
11902024-11-29T04:21:06.001Z Compiling crc8 v0.1.1
11912024-11-29T04:21:06.334Z Compiling slog-scope v4.4.0
11922024-11-29T04:21:06.426Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11932024-11-29T04:21:07.056Z Compiling sled v0.34.7
11942024-11-29T04:21:09.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-11-29T04:21:13.306Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-11-29T04:21:13.482Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11972024-11-29T04:21:13.972Z Compiling slog-stdlog v4.1.1
11982024-11-29T04:21:14.763Z Compiling slog-envlogger v2.2.0
11992024-11-29T04:21:15.233Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12002024-11-29T04:21:25.138Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012024-11-29T04:21:27.531Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022024-11-29T04:21:30.083Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032024-11-29T04:21:58.706Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-11-29T04:21:58.706Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12052024-11-29T04:22:05.527Z Finished `release` profile [optimized] target(s) in 4m 53s
12062024-11-29T04:22:05.840Z+ banner trio
12072024-11-29T04:22:05.843Z
12082024-11-29T04:22:05.843Z ##### ##### # ####
12092024-11-29T04:22:05.843Z # # # # # #
12102024-11-29T04:22:05.843Z # # # # # #
12112024-11-29T04:22:05.843Z # ##### # # #
12122024-11-29T04:22:05.843Z # # # # # #
12132024-11-29T04:22:05.843Z # # # # ####
12142024-11-29T04:22:05.843Z
12152024-11-29T04:22:05.843Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12162024-11-29T04:22:06.315Z Compiling cfg-if v1.0.0
12172024-11-29T04:22:06.315Z Compiling libc v0.2.165
12182024-11-29T04:22:06.318Z Compiling serde v1.0.215
12192024-11-29T04:22:06.318Z Compiling once_cell v1.20.2
12202024-11-29T04:22:06.318Z Compiling itoa v1.0.11
12212024-11-29T04:22:06.318Z Compiling byteorder v1.5.0
12222024-11-29T04:22:06.390Z Compiling syn v2.0.87
12232024-11-29T04:22:06.396Z Compiling bytes v1.7.2
12242024-11-29T04:22:06.448Z Compiling num-traits v0.2.19
12252024-11-29T04:22:06.597Z Compiling zerocopy v0.7.35
12262024-11-29T04:22:06.737Z Compiling pin-project-lite v0.2.14
12272024-11-29T04:22:06.792Z Compiling ahash v0.8.11
12282024-11-29T04:22:06.847Z Compiling memchr v2.7.4
12292024-11-29T04:22:06.876Z Compiling scopeguard v1.2.0
12302024-11-29T04:22:06.885Z Compiling schemars v0.8.21
12312024-11-29T04:22:07.003Z Compiling allocator-api2 v0.2.18
12322024-11-29T04:22:07.013Z Compiling smallvec v1.13.2
12332024-11-29T04:22:07.279Z Compiling lock_api v0.4.12
12342024-11-29T04:22:07.607Z Compiling hashbrown v0.14.5
12352024-11-29T04:22:07.679Z Compiling getrandom v0.2.15
12362024-11-29T04:22:07.748Z Compiling parking_lot_core v0.9.10
12372024-11-29T04:22:07.785Z Compiling mio v1.0.2
12382024-11-29T04:22:08.000Z Compiling signal-hook-registry v1.4.2
12392024-11-29T04:22:08.116Z Compiling parking_lot v0.12.3
12402024-11-29T04:22:08.555Z Compiling socket2 v0.5.8
12412024-11-29T04:22:08.736Z Compiling fnv v1.0.7
12422024-11-29T04:22:08.759Z Compiling log v0.4.22
12432024-11-29T04:22:08.865Z Compiling futures-core v0.3.30
12442024-11-29T04:22:09.232Z Compiling equivalent v1.0.1
12452024-11-29T04:22:09.319Z Compiling ryu v1.0.18
12462024-11-29T04:22:09.340Z Compiling tracing-core v0.1.32
12472024-11-29T04:22:09.445Z Compiling serde_json v1.0.133
12482024-11-29T04:22:09.480Z Compiling uuid v1.11.0
12492024-11-29T04:22:09.491Z Compiling regress v0.10.1
12502024-11-29T04:22:09.906Z Compiling untrusted v0.9.0
12512024-11-29T04:22:09.979Z Compiling futures-task v0.3.30
12522024-11-29T04:22:10.076Z Compiling futures-sink v0.3.30
12532024-11-29T04:22:10.170Z Compiling pin-utils v0.1.0
12542024-11-29T04:22:10.173Z Compiling spin v0.9.8
12552024-11-29T04:22:10.206Z Compiling slab v0.4.9
12562024-11-29T04:22:10.260Z Compiling futures-util v0.3.30
12572024-11-29T04:22:10.373Z Compiling ring v0.17.8
12582024-11-29T04:22:10.418Z Compiling try-lock v0.2.5
12592024-11-29T04:22:10.566Z Compiling want v0.3.1
12602024-11-29T04:22:10.817Z Compiling chrono v0.4.38
12612024-11-29T04:22:10.839Z Compiling httparse v1.9.4
12622024-11-29T04:22:11.526Z Compiling futures-channel v0.3.30
12632024-11-29T04:22:11.890Z Compiling foreign-types-shared v0.1.1
12642024-11-29T04:22:11.934Z Compiling tower-service v0.3.3
12652024-11-29T04:22:12.057Z Compiling dyn-clone v1.0.17
12662024-11-29T04:22:12.283Z Compiling serde_derive_internals v0.29.1
12672024-11-29T04:22:12.329Z Compiling foreign-types v0.3.2
12682024-11-29T04:22:12.429Z Compiling openssl-sys v0.9.103
12692024-11-29T04:22:12.563Z Compiling unicode-ident v1.0.13
12702024-11-29T04:22:12.765Z Compiling bitflags v2.6.0
12712024-11-29T04:22:12.784Z Compiling proc-macro2 v1.0.86
12722024-11-29T04:22:13.117Z Compiling http v1.1.0
12732024-11-29T04:22:13.694Z Compiling openssl-probe v0.1.5
12742024-11-29T04:22:13.946Z Compiling tinyvec_macros v0.1.1
12752024-11-29T04:22:14.039Z Compiling semver v1.0.23
12762024-11-29T04:22:14.192Z Compiling tinyvec v1.8.0
12772024-11-29T04:22:14.195Z Compiling quote v1.0.37
12782024-11-29T04:22:14.631Z Compiling percent-encoding v2.3.1
12792024-11-29T04:22:15.095Z Compiling form_urlencoded v1.2.1
12802024-11-29T04:22:15.839Z Compiling unicode-normalization v0.1.24
12812024-11-29T04:22:16.264Z Compiling http v0.2.12
12822024-11-29T04:22:16.823Z Compiling serde_derive v1.0.215
12832024-11-29T04:22:17.016Z Compiling zerocopy-derive v0.7.35
12842024-11-29T04:22:17.184Z Compiling thiserror-impl v1.0.69
12852024-11-29T04:22:17.608Z Compiling tokio-macros v2.4.0
12862024-11-29T04:22:17.790Z Compiling schemars_derive v0.8.21
12872024-11-29T04:22:17.970Z Compiling tracing-attributes v0.1.27
12882024-11-29T04:22:19.080Z Compiling tokio v1.41.1
12892024-11-29T04:22:19.968Z Compiling thiserror v1.0.69
12902024-11-29T04:22:20.295Z Compiling openssl-macros v0.1.1
12912024-11-29T04:22:20.572Z Compiling aho-corasick v1.1.3
12922024-11-29T04:22:20.772Z Compiling rustls-pki-types v1.8.0
12932024-11-29T04:22:20.890Z Compiling tracing v0.1.40
12942024-11-29T04:22:21.122Z Compiling openssl v0.10.66
12952024-11-29T04:22:22.110Z Compiling unicode-bidi v0.3.15
12962024-11-29T04:22:22.566Z Compiling heck v0.5.0
12972024-11-29T04:22:24.309Z Compiling idna v0.5.0
12982024-11-29T04:22:24.931Z Compiling regex-automata v0.4.7
12992024-11-29T04:22:28.436Z Compiling tokio-util v0.7.12
13002024-11-29T04:22:29.137Z Compiling indexmap v2.5.0
13012024-11-29T04:22:31.753Z Compiling serde_tokenstream v0.2.2
13022024-11-29T04:22:32.006Z Compiling native-tls v0.2.12
13032024-11-29T04:22:32.278Z Compiling http-body v1.0.1
13042024-11-29T04:22:33.051Z Compiling tokio-native-tls v0.3.1
13052024-11-29T04:22:33.326Z Compiling slog v2.7.0
13062024-11-29T04:22:33.859Z Compiling atomic-waker v1.1.2
13072024-11-29T04:22:34.062Z Compiling regex-syntax v0.8.4
13082024-11-29T04:22:34.124Z Compiling h2 v0.4.6
13092024-11-29T04:22:34.461Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13102024-11-29T04:22:36.081Z Compiling typify-impl v0.2.0
13112024-11-29T04:22:44.599Z Compiling openapiv3 v2.0.0
13122024-11-29T04:22:46.228Z Compiling serde_urlencoded v0.7.1
13132024-11-29T04:22:46.771Z Compiling regex v1.10.6
13142024-11-29T04:22:47.045Z Compiling url v2.5.2
13152024-11-29T04:22:47.639Z Compiling encoding_rs v0.8.34
13162024-11-29T04:22:48.409Z Compiling rustls v0.21.12
13172024-11-29T04:22:48.757Z Compiling mime v0.3.17
13182024-11-29T04:22:49.295Z Compiling ipnet v2.10.0
13192024-11-29T04:22:51.553Z Compiling typify-macro v0.2.0
13202024-11-29T04:22:52.260Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13212024-11-29T04:22:52.503Z Compiling hyper v1.5.1
13222024-11-29T04:22:53.692Z Compiling h2 v0.3.26
13232024-11-29T04:22:54.106Z Compiling rustls-webpki v0.102.8
13242024-11-29T04:22:55.004Z Compiling http-body v0.4.6
13252024-11-29T04:22:55.469Z Compiling rustls-webpki v0.101.7
13262024-11-29T04:22:55.733Z Compiling sct v0.7.1
13272024-11-29T04:22:56.169Z Compiling subtle v2.6.1
13282024-11-29T04:22:56.440Z Compiling zeroize v1.8.1
13292024-11-29T04:22:56.766Z Compiling toml_datetime v0.6.8
13302024-11-29T04:22:57.139Z Compiling httpdate v1.0.3
13312024-11-29T04:22:57.883Z Compiling serde_yaml v0.9.34+deprecated
13322024-11-29T04:22:58.620Z Compiling toml_edit v0.19.15
13332024-11-29T04:22:58.841Z Compiling rustls v0.23.13
13342024-11-29T04:22:59.478Z Compiling hyper v0.14.30
13352024-11-29T04:23:02.295Z Compiling hyper-util v0.1.10
13362024-11-29T04:23:08.044Z Compiling lazy_static v1.5.0
13372024-11-29T04:23:08.179Z Compiling tokio-rustls v0.26.0
13382024-11-29T04:23:08.626Z Compiling tokio-rustls v0.24.1
13392024-11-29T04:23:08.955Z Compiling proc-macro-crate v1.3.1
13402024-11-29T04:23:09.023Z Compiling http-body-util v0.1.2
13412024-11-29T04:23:09.518Z Compiling webpki-roots v0.26.6
13422024-11-29T04:23:09.690Z Compiling base64 v0.22.1
13432024-11-29T04:23:09.733Z Compiling base64 v0.21.7
13442024-11-29T04:23:10.470Z Compiling rustls-pemfile v1.0.4
13452024-11-29T04:23:10.785Z Compiling rustls-pemfile v2.1.3
13462024-11-29T04:23:10.814Z Compiling crossbeam-utils v0.8.20
13472024-11-29T04:23:10.831Z Compiling hyper-rustls v0.27.3
13482024-11-29T04:23:11.213Z Compiling num_enum_derive v0.5.11
13492024-11-29T04:23:11.518Z Compiling hyper-tls v0.6.0
13502024-11-29T04:23:12.003Z Compiling hyper-rustls v0.24.2
13512024-11-29T04:23:12.425Z Compiling hyper-tls v0.5.0
13522024-11-29T04:23:12.440Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13532024-11-29T04:23:12.566Z Compiling typify v0.2.0
13542024-11-29T04:23:13.394Z Compiling ipnetwork v0.20.0
13552024-11-29T04:23:14.366Z Compiling ppv-lite86 v0.2.20
13562024-11-29T04:23:15.101Z Compiling foreign-types-macros v0.2.3
13572024-11-29T04:23:15.454Z Compiling sync_wrapper v1.0.1
13582024-11-29T04:23:15.456Z Compiling rand_core v0.6.4
13592024-11-29T04:23:15.597Z Compiling dirs-sys-next v0.1.2
13602024-11-29T04:23:15.914Z Compiling webpki-roots v0.25.4
13612024-11-29T04:23:16.078Z Compiling foreign-types-shared v0.3.1
13622024-11-29T04:23:16.202Z Compiling sync_wrapper v0.1.2
13632024-11-29T04:23:16.337Z Compiling powerfmt v0.2.0
13642024-11-29T04:23:16.348Z Compiling time-macros v0.2.18
13652024-11-29T04:23:16.392Z Compiling foreign-types v0.5.0
13662024-11-29T04:23:16.613Z Compiling deranged v0.3.11
13672024-11-29T04:23:16.631Z Compiling reqwest v0.11.27
13682024-11-29T04:23:16.953Z Compiling dirs-next v2.0.0
13692024-11-29T04:23:17.217Z Compiling rand_chacha v0.3.1
13702024-11-29T04:23:18.268Z Compiling reqwest v0.12.9
13712024-11-29T04:23:18.919Z Compiling progenitor-impl v0.8.0
13722024-11-29T04:23:19.138Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13732024-11-29T04:23:24.687Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-11-29T04:23:24.980Z Compiling num_enum v0.5.11
13752024-11-29T04:23:25.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762024-11-29T04:23:27.022Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772024-11-29T04:23:27.191Z Compiling cstr-argument v0.1.2
13782024-11-29T04:23:27.448Z Compiling thread_local v1.1.8
13792024-11-29T04:23:28.091Z Compiling pretty-hex v0.2.1
13802024-11-29T04:23:28.301Z Compiling arc-swap v1.7.1
13812024-11-29T04:23:28.638Z Compiling either v1.13.0
13822024-11-29T04:23:28.957Z Compiling num-conv v0.1.0
13832024-11-29T04:23:29.048Z Compiling time-core v0.1.2
13842024-11-29T04:23:29.203Z Compiling time v0.3.36
13852024-11-29T04:23:29.228Z Compiling itertools v0.12.1
13862024-11-29T04:23:29.659Z Compiling slog-scope v4.4.0
13872024-11-29T04:23:30.528Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13882024-11-29T04:23:31.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13892024-11-29T04:23:32.295Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13902024-11-29T04:23:32.654Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912024-11-29T04:23:32.821Z Compiling crossbeam-channel v0.5.13
13922024-11-29T04:23:33.119Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-11-29T04:23:34.338Z Compiling progenitor-macro v0.8.0
13942024-11-29T04:23:38.061Z Compiling progenitor-client v0.8.0
13952024-11-29T04:23:38.949Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13962024-11-29T04:23:40.780Z Compiling rand v0.8.5
13972024-11-29T04:23:42.520Z Compiling term v0.7.0
13982024-11-29T04:23:42.743Z Compiling anyhow v1.0.93
13992024-11-29T04:23:45.289Z Compiling colored v2.1.0
14002024-11-29T04:23:46.409Z Compiling is-terminal v0.4.13
14012024-11-29T04:23:46.542Z Compiling take_mut v0.2.2
14022024-11-29T04:23:46.698Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-11-29T04:23:46.877Z Compiling winnow v0.6.18
14042024-11-29T04:23:47.126Z Compiling slog-async v2.8.0
14052024-11-29T04:23:50.080Z Compiling slog-term v2.9.1
14062024-11-29T04:23:50.901Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14072024-11-29T04:23:52.790Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-11-29T04:23:52.987Z Compiling progenitor v0.8.0
14092024-11-29T04:23:53.181Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-11-29T04:23:56.765Z Compiling slog-stdlog v4.1.1
14112024-11-29T04:23:57.537Z Compiling slog-envlogger v2.2.0
14122024-11-29T04:23:59.760Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132024-11-29T04:24:00.587Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142024-11-29T04:24:16.036Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152024-11-29T04:24:23.164Z Finished `release` profile [optimized] target(s) in 2m 17s
14162024-11-29T04:24:23.246Z Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0)
14172024-11-29T04:24:23.293Z
14182024-11-29T04:24:23.294Zrunning 1 test
14192024-11-29T04:24:23.464Zconfigure zone
14202024-11-29T04:24:23.481Zinstall zone
14212024-11-29T04:25:23.299Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14222024-11-29T04:26:17.446Zboot zone
14232024-11-29T04:26:18.296Zstart zone s1
14242024-11-29T04:26:18.296Zconfigure zone
14252024-11-29T04:26:18.304Zinstall zone
14262024-11-29T04:28:09.427Zboot zone
14272024-11-29T04:28:10.265Zstart zone s2
14282024-11-29T04:28:10.265Zconfigure zone
14292024-11-29T04:28:10.273Zinstall zone
14302024-11-29T04:30:00.779Zboot zone
14312024-11-29T04:30:01.731Zstart zone t1
14322024-11-29T04:30:01.731Zconfigure zone
14332024-11-29T04:30:01.740Zinstall zone
14342024-11-29T04:31:56.518Zboot zone
14352024-11-29T04:31:57.389Zwaiting for zones to come up
14362024-11-29T04:32:07.391Z[sidecar.trio] svcs milestone/network
14372024-11-29T04:32:07.425ZSTATE STIME FMRI
14382024-11-29T04:32:07.425Zonline 20:26:36 svc:/milestone/network:default
14392024-11-29T04:32:07.425Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14402024-11-29T04:32:07.472Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14412024-11-29T04:32:07.521Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14422024-11-29T04:32:07.564Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14432024-11-29T04:32:07.568Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14442024-11-29T04:32:07.588Z
14452024-11-29T04:32:07.588Zrunning zone s1.trio setup
14462024-11-29T04:32:07.588Z[s1.trio] svcs milestone/network
14472024-11-29T04:32:07.612ZSTATE STIME FMRI
14482024-11-29T04:32:07.612Zonline 20:28:28 svc:/milestone/network:default
14492024-11-29T04:32:07.612Z[s1.trio] dladm
14502024-11-29T04:32:07.632ZLINK CLASS MTU STATE BRIDGE OVER
14512024-11-29T04:32:07.632Zsl0 simnet 9000 up -- ?
14522024-11-29T04:32:07.633Zmg2 vnic 9000 up -- ?
14532024-11-29T04:32:07.633Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14542024-11-29T04:32:08.228Z
14552024-11-29T04:32:08.228Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14562024-11-29T04:32:08.252Z
14572024-11-29T04:32:08.252Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14582024-11-29T04:32:08.271Z
14592024-11-29T04:32:08.271Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14602024-11-29T04:32:08.358Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14612024-11-29T04:32:08.403Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ae851d35-7516-424e-9e9d-39a6249468a0 --sled-uuid 67a3706f-cd9f-4636-aa6a-2a5622b1a099 -a sl0/v6 &> /opt/ddmd.log &
14622024-11-29T04:32:08.425Z
14632024-11-29T04:32:08.425Zrunning zone s2.trio setup
14642024-11-29T04:32:08.425Z[s2.trio] svcs milestone/network
14652024-11-29T04:32:08.450ZSTATE STIME FMRI
14662024-11-29T04:32:08.450Zonline 20:30:19 svc:/milestone/network:default
14672024-11-29T04:32:08.450Z[s2.trio] dladm
14682024-11-29T04:32:08.472ZLINK CLASS MTU STATE BRIDGE OVER
14692024-11-29T04:32:08.472Zsl1 simnet 9000 up -- ?
14702024-11-29T04:32:08.472Zmg3 vnic 9000 up -- ?
14712024-11-29T04:32:08.472Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14722024-11-29T04:32:09.032Z
14732024-11-29T04:32:09.032Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14742024-11-29T04:32:09.055Z
14752024-11-29T04:32:09.055Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14762024-11-29T04:32:09.075Z
14772024-11-29T04:32:09.075Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14782024-11-29T04:32:09.120Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14792024-11-29T04:32:09.141Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1782ad9f-a119-4c7b-96b7-b27bd2427bf0 --sled-uuid e9875dd4-8ead-44b6-8e35-b635ff88df41 -a sl1/v6 &> /opt/ddmd.log &
14802024-11-29T04:32:09.161Z
14812024-11-29T04:32:09.161Zrunning zone t1.trio setup
14822024-11-29T04:32:09.161Z[t1.trio] svcs milestone/network
14832024-11-29T04:32:09.183ZSTATE STIME FMRI
14842024-11-29T04:32:09.183Z- - svc:/milestone/network:default
14852024-11-29T04:32:10.183Z[t1.trio] svcs milestone/network
14862024-11-29T04:32:10.205ZSTATE STIME FMRI
14872024-11-29T04:32:10.205Z- - svc:/milestone/network:default
14882024-11-29T04:32:11.205Z[t1.trio] svcs milestone/network
14892024-11-29T04:32:11.226ZSTATE STIME FMRI
14902024-11-29T04:32:11.226Z- - svc:/milestone/network:default
14912024-11-29T04:32:12.227Z[t1.trio] svcs milestone/network
14922024-11-29T04:32:12.248ZSTATE STIME FMRI
14932024-11-29T04:32:12.248Z- - svc:/milestone/network:default
14942024-11-29T04:32:13.249Z[t1.trio] svcs milestone/network
14952024-11-29T04:32:13.270ZSTATE STIME FMRI
14962024-11-29T04:32:13.270Z- - svc:/milestone/network:default
14972024-11-29T04:32:14.270Z[t1.trio] svcs milestone/network
14982024-11-29T04:32:14.292ZSTATE STIME FMRI
14992024-11-29T04:32:14.292Z- - svc:/milestone/network:default
15002024-11-29T04:32:15.292Z[t1.trio] svcs milestone/network
15012024-11-29T04:32:15.314ZSTATE STIME FMRI
15022024-11-29T04:32:15.314Zoffline 20:32:14 svc:/milestone/network:default
15032024-11-29T04:32:16.315Z[t1.trio] svcs milestone/network
15042024-11-29T04:32:16.342ZSTATE STIME FMRI
15052024-11-29T04:32:16.342Zonline 20:32:14 svc:/milestone/network:default
15062024-11-29T04:32:16.342Z[t1.trio] dladm
15072024-11-29T04:32:16.369ZLINK CLASS MTU STATE BRIDGE OVER
15082024-11-29T04:32:16.369Ztfportrear0_0 simnet 9000 up -- ?
15092024-11-29T04:32:16.369Ztfportrear1_0 simnet 9000 up -- ?
15102024-11-29T04:32:16.369Zmg1 vnic 9000 up -- ?
15112024-11-29T04:32:16.369Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15122024-11-29T04:32:17.012Z
15132024-11-29T04:32:17.012Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15142024-11-29T04:32:17.039Z
15152024-11-29T04:32:17.040Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15162024-11-29T04:32:17.062Z
15172024-11-29T04:32:17.062Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15182024-11-29T04:32:17.082Z
15192024-11-29T04:32:17.082Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15202024-11-29T04:32:17.277Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15212024-11-29T04:32:17.281Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15222024-11-29T04:32:17.284Zwaiting 3s for copy of files to zone to complete ...
15232024-11-29T04:32:20.285Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15242024-11-29T04:32:20.330Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15252024-11-29T04:32:20.352Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15262024-11-29T04:32:20.444Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15272024-11-29T04:32:20.489Z[t1.trio] svcadm enable dendrite
15282024-11-29T04:32:20.529Z
15292024-11-29T04:32:20.529Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15302024-11-29T04:32:20.573Z
15312024-11-29T04:32:20.573Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15322024-11-29T04:32:20.616Z
15332024-11-29T04:32:20.617Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15342024-11-29T04:32:20.660Z
15352024-11-29T04:32:20.660Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15362024-11-29T04:32:20.701Z
15372024-11-29T04:32:20.701Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15382024-11-29T04:32:20.742Z
15392024-11-29T04:32:20.743Z[t1.trio] svcadm refresh dendrite:default
15402024-11-29T04:32:20.780Z
15412024-11-29T04:32:20.780Z[t1.trio] svcadm restart dendrite:default
15422024-11-29T04:32:20.817Z
15432024-11-29T04:32:20.817Zwait 10s for dendrite to come up ...
15442024-11-29T04:32:30.818Z[t1.trio] svcadm enable tfport
15452024-11-29T04:32:30.858Z
15462024-11-29T04:32:30.858Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15472024-11-29T04:32:30.879Z
15482024-11-29T04:32:30.879Z[t1.trio] ipadm
15492024-11-29T04:32:30.903ZADDROBJ TYPE STATE ADDR
15502024-11-29T04:32:30.903Zlo0/v4 static ok 127.0.0.1/8
15512024-11-29T04:32:30.903Zmg1/v4 static ok 10.0.0.3/24
15522024-11-29T04:32:30.903Zlo0/v6 static ok ::1/128
15532024-11-29T04:32:30.903Zlo0/u6 static ok fd00:3::1/64
15542024-11-29T04:32:30.903Ztfportrear0_0/v6 addrconf ok fe80::b0de:2cff:fe7e:4a62%tfportrear0_0/10
15552024-11-29T04:32:30.903Ztfportrear1_0/v6 addrconf ok fe80::d087:8fff:fe23:1995%tfportrear1_0/10
15562024-11-29T04:32:33.117Zinitial peering test passed
15572024-11-29T04:32:34.121Zadvertise from one passed
15582024-11-29T04:32:35.123Zadvertise from two passed
15592024-11-29T04:32:35.123Z[s1.trio] ping fd00:2::1
15602024-11-29T04:32:35.151Zfd00:2::1 is alive
15612024-11-29T04:32:35.151Z[s2.trio] ping fd00:1::1
15622024-11-29T04:32:35.171Zfd00:1::1 is alive
15632024-11-29T04:32:35.171Zconnectivity test passed
15642024-11-29T04:32:35.171Z[t1.trio] pkill ddmd
15652024-11-29T04:32:35.191Z
15662024-11-29T04:32:41.196Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15672024-11-29T04:32:41.235Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15682024-11-29T04:32:41.253Z[t1.trio] svcadm enable dendrite
15692024-11-29T04:32:41.293Z
15702024-11-29T04:32:41.293Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15712024-11-29T04:32:41.336Z
15722024-11-29T04:32:41.336Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15732024-11-29T04:32:41.381Z
15742024-11-29T04:32:41.381Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15752024-11-29T04:32:41.421Z
15762024-11-29T04:32:41.421Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15772024-11-29T04:32:41.464Z
15782024-11-29T04:32:41.464Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15792024-11-29T04:32:41.506Z
15802024-11-29T04:32:41.506Z[t1.trio] svcadm refresh dendrite:default
15812024-11-29T04:32:41.543Z
15822024-11-29T04:32:41.543Z[t1.trio] svcadm restart dendrite:default
15832024-11-29T04:32:41.580Z
15842024-11-29T04:32:41.580Zwait 10s for dendrite to come up ...
15852024-11-29T04:32:51.581Z[t1.trio] svcadm enable tfport
15862024-11-29T04:32:51.623Z
15872024-11-29T04:32:51.623Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15882024-11-29T04:32:51.644Z
15892024-11-29T04:32:51.644Z[t1.trio] ipadm
15902024-11-29T04:32:51.667ZADDROBJ TYPE STATE ADDR
15912024-11-29T04:32:51.667Zlo0/v4 static ok 127.0.0.1/8
15922024-11-29T04:32:51.667Zmg1/v4 static ok 10.0.0.3/24
15932024-11-29T04:32:51.667Zlo0/v6 static ok ::1/128
15942024-11-29T04:32:51.667Zlo0/u6 static ok fd00:3::1/64
15952024-11-29T04:32:51.667Ztfportrear0_0/v6 addrconf ok fe80::b0de:2cff:fe7e:4a62%tfportrear0_0/10
15962024-11-29T04:32:51.667Ztfportrear1_0/v6 addrconf ok fe80::d087:8fff:fe23:1995%tfportrear1_0/10
15972024-11-29T04:32:54.670Z[s1.trio] ping fd00:2::1
15982024-11-29T04:32:54.692Zfd00:2::1 is alive
15992024-11-29T04:32:54.692Z[s2.trio] ping fd00:1::1
16002024-11-29T04:32:54.711Zfd00:1::1 is alive
16012024-11-29T04:32:54.711Ztransit router restart passed
16022024-11-29T04:32:54.711Z[s1.trio] pkill ddmd
16032024-11-29T04:32:54.730Z
16042024-11-29T04:32:59.734Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3e7173d7-eeb8-45a8-9504-7cb5f18203f1 --sled-uuid 56a363e1-40de-4b7d-b084-f1b56a710227 -a sl0/v6 &> /opt/ddmd.log &
16052024-11-29T04:32:59.755Z
16062024-11-29T04:33:02.759Z[s1.trio] ping fd00:2::1
16072024-11-29T04:33:02.781Zfd00:2::1 is alive
16082024-11-29T04:33:02.782Z[s2.trio] ping fd00:1::1
16092024-11-29T04:33:02.803Zfd00:1::1 is alive
16102024-11-29T04:33:02.803Zserver router restart passed
16112024-11-29T04:33:05.809Zpeer expiration recovery passed
16122024-11-29T04:33:06.810Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16132024-11-29T04:33:06.836Z3
16142024-11-29T04:33:06.836Zredundant advertise passed
16152024-11-29T04:33:07.839Ztunnel endpoint advertise passed
16162024-11-29T04:33:12.841Zredundant tunnel endpoint advertise passed
16172024-11-29T04:33:12.841Z[s1.trio] pkill ddmd
16182024-11-29T04:33:12.862Z
16192024-11-29T04:33:17.863Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8e8b2c2d-a60c-4933-ac85-338643c818b5 --sled-uuid 4ad4405e-ebdd-4e3f-abfc-254683a878bd -a sl0/v6 &> /opt/ddmd.log &
16202024-11-29T04:33:17.884Z
16212024-11-29T04:33:22.955Ztunnel router restart passed
16222024-11-29T04:33:23.956Ztunnel endpoint withdraw passed
16232024-11-29T04:33:23.971Z[t1.trio] pkill ddmd
16242024-11-29T04:33:23.999Z
16252024-11-29T04:33:23.999Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16262024-11-29T04:33:24.004Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16272024-11-29T04:33:26.548Z[s2.trio] pkill ddmd
16282024-11-29T04:33:26.568Z
16292024-11-29T04:33:26.568Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16302024-11-29T04:33:29.312Z[s1.trio] pkill ddmd
16312024-11-29T04:33:29.332Z
16322024-11-29T04:33:29.332Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16332024-11-29T04:33:31.859Z[sidecar.trio] pkill softnpu
16342024-11-29T04:33:31.880Z
16352024-11-29T04:33:31.880Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16362024-11-29T04:33:34.486Ztest ddm::test_trio_v2_transit ... ok
16372024-11-29T04:33:34.486Z
16382024-11-29T04:33:34.487Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 551.15s
16392024-11-29T04:33:34.487Z
16402024-11-29T04:33:34.516Z+ cleanup
16412024-11-29T04:33:34.519Z++ id -un
16422024-11-29T04:33:34.522Z++ id -gn
16432024-11-29T04:33:34.525Z+ pfexec chown -R build:build .
16442024-11-29T04:33:34.605Zprocess exited: duration 1049408 ms, exit code 0
 
16452024-11-29T04:33:34.615Zfound 4 output files
16462024-11-29T04:33:34.615Zuploading: /work/s1.trio.log (4206 bytes)
16472024-11-29T04:33:35.623Zuploaded: /work/s1.trio.log
16482024-11-29T04:33:35.627Zuploading: /work/s2.trio.log (10937 bytes)
16492024-11-29T04:33:36.635Zuploaded: /work/s2.trio.log
16502024-11-29T04:33:36.638Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16512024-11-29T04:33:37.644Zuploaded: /work/sidecar.trio-softnpu.log
16522024-11-29T04:33:37.647Zuploading: /work/t1.trio.log (26219 bytes)
16532024-11-29T04:33:38.655Zuploaded: /work/t1.trio.log