01JDKQMYZ8AFTDZYGZSRRXGJYH: 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: 01JDKQNNXMFHAAG88DW9EB6VR1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T07:59:58.393Zjob assigned to worker 01JDKQNYRJ6S567Y3WPD2K2TQG [factory aws, i-036fb8d9ac64fec82] (queued for 1 m 14 s)
 
22024-11-26T08:00:06.237Zstarting task 0: "setup"
32024-11-26T08:00:06.245Z++ uname -s
42024-11-26T08:00:06.248Z+ kern=SunOS
52024-11-26T08:00:06.248Z+ case "$kern" in
62024-11-26T08:00:06.248Z+ groupadd -g 12345 build
72024-11-26T08:00:06.252Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T08:00:08.256Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T08:00:08.363Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T08:00:08.366Z+ home_fs=zfs
112024-11-26T08:00:08.366Z+ [[ zfs == autofs ]]
122024-11-26T08:00:08.366Z+ mkdir -p /home/build
132024-11-26T08:00:08.369Z+ chown build:build /home/build /work
142024-11-26T08:00:10.370Z+ chmod 0700 /home/build /work
152024-11-26T08:00:10.372Zprocess exited: duration 4137 ms, exit code 0
 
162024-11-26T08:00:10.379Zstarting task 1: "rust-toolchain"
172024-11-26T08:00:10.384Z+ printf ' * toolchain channel = "%s"
182024-11-26T08:00:10.384Z' stable
192024-11-26T08:00:10.384Z+ printf ' * toolchain profile = "%s"
202024-11-26T08:00:10.384Z * toolchain channel = "stable"
212024-11-26T08:00:10.384Z' default
222024-11-26T08:00:10.384Z * toolchain profile = "default"
232024-11-26T08:00:10.387Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T08:00:10.387Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T08:00:10.505Zinfo: downloading installer
262024-11-26T08:00:11.860Zinfo: profile set to 'default'
272024-11-26T08:00:11.860Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T08:00:11.863Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T08:00:12.016Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T08:00:12.016Zinfo: downloading component 'cargo'
312024-11-26T08:00:12.889Zinfo: downloading component 'clippy'
322024-11-26T08:00:13.216Zinfo: downloading component 'rust-docs'
332024-11-26T08:00:14.473Zinfo: downloading component 'rust-std'
342024-11-26T08:00:16.405Zinfo: downloading component 'rustc'
352024-11-26T08:00:23.351Zinfo: downloading component 'rustfmt'
362024-11-26T08:00:23.606Zinfo: installing component 'cargo'
372024-11-26T08:00:24.396Zinfo: installing component 'clippy'
382024-11-26T08:00:24.790Zinfo: installing component 'rust-docs'
392024-11-26T08:00:26.482Zinfo: installing component 'rust-std'
402024-11-26T08:00:28.249Zinfo: installing component 'rustc'
412024-11-26T08:00:34.148Zinfo: installing component 'rustfmt'
422024-11-26T08:00:34.461Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T08:00:34.461Z
442024-11-26T08:00:34.836Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T08:00:34.836Z
462024-11-26T08:00:34.839Z
472024-11-26T08:00:34.839ZRust is installed now. Great!
482024-11-26T08:00:34.839Z
492024-11-26T08:00:34.839ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T08:00:34.839Zenvironment variable. This has not been done automatically.
512024-11-26T08:00:34.839Z
522024-11-26T08:00:34.839ZTo configure your current shell, you need to source
532024-11-26T08:00:34.839Zthe corresponding env file under $HOME/.cargo.
542024-11-26T08:00:34.839Z
552024-11-26T08:00:34.839ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T08:00:34.839Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T08:00:34.839Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T08:00:34.912Z+ rustc --version
592024-11-26T08:00:34.978Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T08:00:34.981Zprocess exited: duration 24599 ms, exit code 0
 
612024-11-26T08:00:34.986Zstarting task 2: "authentication"
622024-11-26T08:00:35.007Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T08:00:35.014Zstarting task 3: "clone repository"
642024-11-26T08:00:35.019Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T08:00:35.022Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T08:00:35.060ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T08:00:35.573Z+ cd /work/oxidecomputer/maghemite
682024-11-26T08:00:35.576Z+ git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3
692024-11-26T08:00:35.811ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T08:00:35.811Z * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD
712024-11-26T08:00:35.823Z+ [[ -n renovate/hostname-0.x ]]
722024-11-26T08:00:35.827Z++ git branch --show-current
732024-11-26T08:00:35.829Z+ current=main
742024-11-26T08:00:35.829Z+ [[ main != renovate/hostname-0.x ]]
752024-11-26T08:00:35.829Z+ git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3
762024-11-26T08:00:35.833Z+ git checkout -f renovate/hostname-0.x
772024-11-26T08:00:35.858ZSwitched to branch 'renovate/hostname-0.x'
782024-11-26T08:00:35.861Z+ git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3
792024-11-26T08:00:35.865ZHEAD is now at ea22059 Update Rust crate hostname to 0.4
802024-11-26T08:00:35.867Zprocess exited: duration 851 ms, exit code 0
 
812024-11-26T08:00:35.873Zstarting task 4: "build"
822024-11-26T08:00:35.878Z++ cargo --version
832024-11-26T08:00:35.883Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T08:00:36.044Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T08:00:36.044Zinfo: downloading component 'cargo'
862024-11-26T08:00:36.935Zinfo: downloading component 'clippy'
872024-11-26T08:00:37.259Zinfo: downloading component 'rust-docs'
882024-11-26T08:00:38.475Zinfo: downloading component 'rust-std'
892024-11-26T08:00:40.363Zinfo: downloading component 'rustc'
902024-11-26T08:00:47.150Zinfo: downloading component 'rustfmt'
912024-11-26T08:00:47.407Zinfo: installing component 'cargo'
922024-11-26T08:00:48.196Zinfo: installing component 'clippy'
932024-11-26T08:00:48.551Zinfo: installing component 'rust-docs'
942024-11-26T08:00:50.152Zinfo: installing component 'rust-std'
952024-11-26T08:00:51.860Zinfo: installing component 'rustc'
962024-11-26T08:00:57.391Zinfo: installing component 'rustfmt'
972024-11-26T08:00:57.789Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T08:00:57.792Z++ rustc --version
992024-11-26T08:00:57.858Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T08:00:57.863Z++ dladm
1012024-11-26T08:00:57.866ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T08:00:57.866Zena0 phys 9216 up -- --
1032024-11-26T08:00:57.869Z++ ipadm
1042024-11-26T08:00:57.873ZADDROBJ TYPE STATE ADDR
1052024-11-26T08:00:57.873Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T08:00:57.873Zena0/dhcp dhcp ok 10.150.1.197/24
1072024-11-26T08:00:57.873Zlo0/v6 static ok ::1/128
1082024-11-26T08:00:57.873Z++ banner collect
1092024-11-26T08:00:57.873Z
1102024-11-26T08:00:57.873Z #### #### # # ###### #### #####
1112024-11-26T08:00:57.873Z # # # # # # # # # #
1122024-11-26T08:00:57.874Z # # # # # ##### # #
1132024-11-26T08:00:57.874Z # # # # # # # #
1142024-11-26T08:00:57.874Z # # # # # # # # # #
1152024-11-26T08:00:57.874Z #### #### ###### ###### ###### #### #
1162024-11-26T08:00:57.874Z
1172024-11-26T08:00:57.874Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T08:00:57.876Z++ repo=softnpu
1192024-11-26T08:00:57.876Z++ series=image
1202024-11-26T08:00:57.876Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T08:00:57.876Z++ name=softnpu
1222024-11-26T08:00:57.876Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T08:00:57.876Z++ mkdir -p download
1242024-11-26T08:00:57.876Z++ pushd download
1252024-11-26T08:00:57.876Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T08:00:57.877Z++ [[ ! -f softnpu ]]
1272024-11-26T08:00:57.877Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T08:00:57.882Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T08:00:57.882Z Dload Upload Total Spent Left Speed
1302024-11-26T08:00:58.266Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 56.9M 0 --:--:-- --:--:-- --:--:-- 57.0M
1312024-11-26T08:00:58.276Z++ popd
1322024-11-26T08:00:58.276Z/work/oxidecomputer/maghemite
1332024-11-26T08:00:58.276Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T08:00:58.276Z++ repo=sidecar-lite
1352024-11-26T08:00:58.276Z++ series=release
1362024-11-26T08:00:58.276Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T08:00:58.276Z++ name=libsidecar_lite.so
1382024-11-26T08:00:58.276Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T08:00:58.276Z++ mkdir -p download
1402024-11-26T08:00:58.279Z++ pushd download
1412024-11-26T08:00:58.279Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T08:00:58.279Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T08:00:58.279Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T08:00:58.279Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T08:00:58.279Z Dload Upload Total Spent Left Speed
1462024-11-26T08:00:58.660Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 53.0M 0 --:--:-- --:--:-- --:--:-- 53.1M
1472024-11-26T08:00:58.663Z++ popd
1482024-11-26T08:00:58.663Z/work/oxidecomputer/maghemite
1492024-11-26T08:00:58.666Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T08:00:58.666Z++ repo=sidecar-lite
1512024-11-26T08:00:58.666Z++ series=release
1522024-11-26T08:00:58.666Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T08:00:58.666Z++ name=scadm
1542024-11-26T08:00:58.666Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T08:00:58.666Z++ mkdir -p download
1562024-11-26T08:00:58.666Z++ pushd download
1572024-11-26T08:00:58.666Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T08:00:58.666Z++ [[ ! -f scadm ]]
1592024-11-26T08:00:58.666Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T08:00:58.673Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T08:00:58.675Z Dload Upload Total Spent Left Speed
1622024-11-26T08:00:59.027Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 64.5M 0 --:--:-- --:--:-- --:--:-- 64.3M
1632024-11-26T08:00:59.032Z++ popd
1642024-11-26T08:00:59.032Z/work/oxidecomputer/maghemite
1652024-11-26T08:00:59.034Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T08:00:59.034Z++ repo=dendrite
1672024-11-26T08:00:59.034Z++ series=image
1682024-11-26T08:00:59.034Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T08:00:59.034Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T08:00:59.034Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T08:00:59.034Z++ mkdir -p download
1722024-11-26T08:00:59.037Z++ pushd download
1732024-11-26T08:00:59.037Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T08:00:59.037Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T08:00:59.037Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T08:00:59.046Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T08:00:59.046Z Dload Upload Total Spent Left Speed
1782024-11-26T08:00:59.667Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.5M
1792024-11-26T08:00:59.671Z++ popd
1802024-11-26T08:00:59.673Z/work/oxidecomputer/maghemite
1812024-11-26T08:00:59.673Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T08:00:59.673Z++ repo=maghemite
1832024-11-26T08:00:59.673Z++ series=release
1842024-11-26T08:00:59.673Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T08:00:59.673Z++ name=ddmd
1862024-11-26T08:00:59.673Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T08:00:59.673Z++ mkdir -p download
1882024-11-26T08:00:59.674Z++ pushd download
1892024-11-26T08:00:59.674Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T08:00:59.674Z++ [[ ! -f ddmd ]]
1912024-11-26T08:00:59.674Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T08:00:59.681Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T08:00:59.685Z Dload Upload Total Spent Left Speed
1942024-11-26T08:01:00.241Z 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 73.1M 0 --:--:-- --:--:-- --:--:-- 73.1M
1952024-11-26T08:01:00.245Z++ popd
1962024-11-26T08:01:00.248Z/work/oxidecomputer/maghemite
1972024-11-26T08:01:00.248Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T08:01:00.248Z++ repo=maghemite
1992024-11-26T08:01:00.248Z++ series=release
2002024-11-26T08:01:00.248Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T08:01:00.248Z++ name=ddmadm
2022024-11-26T08:01:00.248Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T08:01:00.248Z++ mkdir -p download
2042024-11-26T08:01:00.248Z++ pushd download
2052024-11-26T08:01:00.248Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T08:01:00.248Z++ [[ ! -f ddmadm ]]
2072024-11-26T08:01:00.248Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T08:01:00.255Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T08:01:00.255Z Dload Upload Total Spent Left Speed
2102024-11-26T08:01:00.548Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 61.5M 0 --:--:-- --:--:-- --:--:-- 61.6M
2112024-11-26T08:01:00.552Z++ popd
2122024-11-26T08:01:00.554Z/work/oxidecomputer/maghemite
2132024-11-26T08:01:00.554Z++ pushd download
2142024-11-26T08:01:00.554Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T08:01:00.554Z++ chmod +x softnpu
2162024-11-26T08:01:00.555Z++ chmod +x scadm
2172024-11-26T08:01:00.561Z++ chmod +x ddmadm
2182024-11-26T08:01:00.563Z++ chmod +x ddmd
2192024-11-26T08:01:00.563Z++ mv ddmadm ddmadm-v2
2202024-11-26T08:01:00.563Z++ mv ddmd ddmd-v2
2212024-11-26T08:01:00.563Z++ rm -rf zones/dendrite
2222024-11-26T08:01:00.569Z++ mkdir -p zones/dendrite
2232024-11-26T08:01:00.569Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T08:01:01.328Z++ popd
2252024-11-26T08:01:01.328Z/work/oxidecomputer/maghemite
2262024-11-26T08:01:01.331Z++ banner install
2272024-11-26T08:01:01.331Z
2282024-11-26T08:01:01.331Z # # # #### ##### ## # #
2292024-11-26T08:01:01.331Z # ## # # # # # # #
2302024-11-26T08:01:01.331Z # # # # #### # # # # #
2312024-11-26T08:01:01.331Z # # # # # # ###### # #
2322024-11-26T08:01:01.331Z # # ## # # # # # # #
2332024-11-26T08:01:01.331Z # # # #### # # # ###### ######
2342024-11-26T08:01:01.331Z
2352024-11-26T08:01:01.331Z++ pkg info brand/sparse
2362024-11-26T08:01:01.331Z++ grep -qi installed
2372024-11-26T08:01:02.856Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T08:01:02.856Zinstalled on the system. Try querying remotely instead:
2392024-11-26T08:01:02.856Z
2402024-11-26T08:01:02.856Z brand/sparse
2412024-11-26T08:01:02.909Z++ [[ 1 != 0 ]]
2422024-11-26T08:01:02.909Z++ set -o errexit
2432024-11-26T08:01:02.909Z++ pfexec pkg install brand/sparse
2442024-11-26T08:01:10.277Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T08:01:13.897Z Startup: Caching catalogs ... Done
2462024-11-26T08:01:22.801ZPlanning: Solver setup ... Done
2472024-11-26T08:01:22.915ZPlanning: Running solver ... Done
2482024-11-26T08:01:23.014ZPlanning: Finding local manifests ... Done
2492024-11-26T08:01:23.026ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T08:01:23.120ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T08:01:23.189ZPlanning: Package planning ... Done
2522024-11-26T08:01:23.195ZPlanning: Merging actions ... Done
2532024-11-26T08:01:23.385ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T08:01:25.293ZPlanning: Consolidating action changes ... Done
2552024-11-26T08:01:25.711ZPlanning: Evaluating mediators ... Done
2562024-11-26T08:01:25.757ZPlanning: Planning completed in 11.76 seconds
2572024-11-26T08:01:25.772Z Packages to install: 1
2582024-11-26T08:01:25.775Z Packages to update: 2
2592024-11-26T08:01:25.775Z Create boot environment: No
2602024-11-26T08:01:25.775ZCreate backup boot environment: Yes
2612024-11-26T08:01:25.847Z
2622024-11-26T08:01:25.847ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T08:01:29.344ZDownload: Completed 8.03 MB in 3.50 seconds (2.3M/s)
2642024-11-26T08:01:31.226Z Actions: 1/1419 actions (Removing old actions)
2652024-11-26T08:01:31.246Z Actions: 199/1419 actions (Installing new actions)
2662024-11-26T08:01:31.359Z Actions: 579/1419 actions (Updating modified actions)
2672024-11-26T08:01:31.670Z Actions: Completed 1419 actions in 0.44 seconds.
2682024-11-26T08:01:32.050Z Done
2692024-11-26T08:01:32.053Z Done
2702024-11-26T08:01:32.546Z Done
2712024-11-26T08:01:36.571Z Done
2722024-11-26T08:01:36.661Z Done
2732024-11-26T08:01:36.664Z Done
2742024-11-26T08:01:36.753Z Done
2752024-11-26T08:01:37.143Z++ set -o errexit
2762024-11-26T08:01:37.143Z++ set -o pipefail
2772024-11-26T08:01:37.143Z++ banner build
2782024-11-26T08:01:37.146Z
2792024-11-26T08:01:37.146Z ##### # # # # #####
2802024-11-26T08:01:37.146Z # # # # # # # #
2812024-11-26T08:01:37.146Z ##### # # # # # #
2822024-11-26T08:01:37.146Z # # # # # # # #
2832024-11-26T08:01:37.146Z # # # # # # # #
2842024-11-26T08:01:37.146Z ##### #### # ###### #####
2852024-11-26T08:01:37.146Z
2862024-11-26T08:01:37.146Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-11-26T08:01:37.327Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-11-26T08:01:37.559Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-11-26T08:01:37.791ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-11-26T08:01:37.791Z * [new branch] ci -> origin/ci
2912024-11-26T08:01:37.799Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2922024-11-26T08:01:37.799Z * [new branch] main -> origin/main
2932024-11-26T08:01:37.799Z * [new ref] -> origin/HEAD
2942024-11-26T08:01:37.806Z Updating crates.io index
2952024-11-26T08:01:37.874Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962024-11-26T08:01:38.652ZFrom https://github.com/oxidecomputer/falcon
2972024-11-26T08:01:38.653Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2982024-11-26T08:01:38.756Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992024-11-26T08:01:39.859ZFrom https://github.com/oxidecomputer/dendrite
3002024-11-26T08:01:39.859Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3012024-11-26T08:01:39.923Z Updating git repository `https://github.com/oxidecomputer/ispf`
3022024-11-26T08:01:40.309ZFrom https://github.com/oxidecomputer/ispf
3032024-11-26T08:01:40.309Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3042024-11-26T08:01:40.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052024-11-26T08:01:40.748ZFrom https://github.com/oxidecomputer/netadm-sys
3062024-11-26T08:01:40.748Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3072024-11-26T08:01:40.759Z Updating git repository `https://github.com/oxidecomputer/omicron`
3082024-11-26T08:01:45.022ZFrom https://github.com/oxidecomputer/omicron
3092024-11-26T08:01:45.022Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3102024-11-26T08:01:45.051Z * [new tag] dogfood -> dogfood
3112024-11-26T08:01:45.054Z * [new tag] v5 -> v5
3122024-11-26T08:01:45.054Z * [new tag] v6 -> v6
3132024-11-26T08:01:45.054Z * [new tag] v7 -> v7
3142024-11-26T08:01:45.054Z * [new tag] v8 -> v8
3152024-11-26T08:01:45.054Z * [new tag] v9 -> v9
3162024-11-26T08:01:45.409Z Updating git repository `https://github.com/oxidecomputer/opte`
3172024-11-26T08:01:46.387ZFrom https://github.com/oxidecomputer/opte
3182024-11-26T08:01:46.387Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3192024-11-26T08:01:46.457Z Updating git repository `https://github.com/illumos/smf-rs`
3202024-11-26T08:01:46.865ZFrom https://github.com/illumos/smf-rs
3212024-11-26T08:01:46.865Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3222024-11-26T08:01:46.904Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3232024-11-26T08:01:47.443ZFrom https://github.com/oxidecomputer/maghemite
3242024-11-26T08:01:47.443Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3252024-11-26T08:01:47.459Z * [new tag] rift -> rift
3262024-11-26T08:01:47.464Z * [new tag] srp -> srp
3272024-11-26T08:01:47.464Z * [new tag] tie-spf -> tie-spf
3282024-11-26T08:01:47.493Z Updating git repository `https://github.com/oxidecomputer/zone`
3292024-11-26T08:01:47.880ZFrom https://github.com/oxidecomputer/zone
3302024-11-26T08:01:47.880Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3312024-11-26T08:01:47.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
3322024-11-26T08:01:48.712ZFrom https://github.com/oxidecomputer/propolis
3332024-11-26T08:01:48.713Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3342024-11-26T08:01:48.853Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3352024-11-26T08:01:49.244ZFrom https://github.com/oxidecomputer/dlpi-sys
3362024-11-26T08:01:49.244Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3372024-11-26T08:01:49.295Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3382024-11-26T08:01:49.674ZFrom https://github.com/jmesmon/rust-libzfs
3392024-11-26T08:01:49.674Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3402024-11-26T08:01:49.690Z * [new tag] v0.4.0 -> v0.4.0
3412024-11-26T08:01:49.701Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422024-11-26T08:01:50.074ZFrom https://github.com/oxidecomputer/rusty-doors
3432024-11-26T08:01:50.074Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3442024-11-26T08:01:50.091Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3452024-11-26T08:01:50.558ZFrom https://github.com/oxidecomputer/maghemite
3462024-11-26T08:01:50.559Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3472024-11-26T08:01:50.611Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3482024-11-26T08:01:50.995ZFrom https://github.com/oxidecomputer/serde_human_bytes
3492024-11-26T08:01:50.996Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3502024-11-26T08:01:51.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3512024-11-26T08:01:51.408ZFrom https://github.com/oxidecomputer/slog-error-chain
3522024-11-26T08:01:51.408Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3532024-11-26T08:01:51.440Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3542024-11-26T08:01:51.831ZFrom https://github.com/oxidecomputer/poptrie
3552024-11-26T08:01:51.831Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3562024-11-26T08:01:51.870Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3572024-11-26T08:01:52.228ZFrom https://github.com/illumos/libscf-sys
3582024-11-26T08:01:52.228Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3592024-11-26T08:01:52.256Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3602024-11-26T08:01:53.087ZFrom https://github.com/oxidecomputer/progenitor
3612024-11-26T08:01:53.087Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3622024-11-26T08:01:53.107Z * [new tag] v0.1.1 -> v0.1.1
3632024-11-26T08:01:53.112Z * [new tag] v0.2.0 -> v0.2.0
3642024-11-26T08:01:53.112Z * [new tag] v0.3.0 -> v0.3.0
3652024-11-26T08:01:53.112Z * [new tag] v0.4.0 -> v0.4.0
3662024-11-26T08:01:53.112Z * [new tag] v0.5.0 -> v0.5.0
3672024-11-26T08:01:53.112Z * [new tag] v0.6.0 -> v0.6.0
3682024-11-26T08:01:53.112Z * [new tag] v0.7.0 -> v0.7.0
3692024-11-26T08:01:53.221Z Updating git repository `https://github.com/oxidecomputer/typify`
3702024-11-26T08:01:54.072ZFrom https://github.com/oxidecomputer/typify
3712024-11-26T08:01:54.072Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3722024-11-26T08:01:54.075Z * [new tag] v0.2.0 -> v0.2.0
3732024-11-26T08:01:54.092Z * [new tag] v0.0.10 -> v0.0.10
3742024-11-26T08:01:54.094Z * [new tag] v0.0.11 -> v0.0.11
3752024-11-26T08:01:54.094Z * [new tag] v0.0.12 -> v0.0.12
3762024-11-26T08:01:54.094Z * [new tag] v0.0.13 -> v0.0.13
3772024-11-26T08:01:54.094Z * [new tag] v0.0.14 -> v0.0.14
3782024-11-26T08:01:54.094Z * [new tag] v0.0.15 -> v0.0.15
3792024-11-26T08:01:54.094Z * [new tag] v0.0.16 -> v0.0.16
3802024-11-26T08:01:54.094Z * [new tag] v0.0.4 -> v0.0.4
3812024-11-26T08:01:54.095Z * [new tag] v0.0.5 -> v0.0.5
3822024-11-26T08:01:54.095Z * [new tag] v0.0.7 -> v0.0.7
3832024-11-26T08:01:54.095Z * [new tag] v0.0.8 -> v0.0.8
3842024-11-26T08:01:54.095Z * [new tag] v0.0.9 -> v0.0.9
3852024-11-26T08:01:54.095Z * [new tag] v0.1.0 -> v0.1.0
3862024-11-26T08:01:54.376Z Updating git repository `https://github.com/oxidecomputer/crucible`
3872024-11-26T08:01:56.175ZFrom https://github.com/oxidecomputer/crucible
3882024-11-26T08:01:56.175Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3892024-11-26T08:01:56.255Z Updating git repository `https://github.com/oxidecomputer/opte`
3902024-11-26T08:01:56.673ZFrom https://github.com/oxidecomputer/opte
3912024-11-26T08:01:56.673Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3922024-11-26T08:01:56.734Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3932024-11-26T08:01:57.342ZFrom https://github.com/oxidecomputer/management-gateway-service
3942024-11-26T08:01:57.342Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3952024-11-26T08:01:58.175Z Downloading crates ...
3962024-11-26T08:01:58.271Z Downloaded allocator-api2 v0.2.18
3972024-11-26T08:01:58.284Z Downloaded aho-corasick v1.1.3
3982024-11-26T08:01:58.290Z Downloaded ahash v0.8.11
3992024-11-26T08:01:58.317Z Downloaded camino-tempfile v1.1.1
4002024-11-26T08:01:58.319Z Downloaded bytes v1.7.2
4012024-11-26T08:01:58.324Z Downloaded bitflags v1.3.2
4022024-11-26T08:01:58.328Z Downloaded base64 v0.21.7
4032024-11-26T08:01:58.331Z Downloaded anstyle v1.0.10
4042024-11-26T08:01:58.334Z Downloaded ciborium-ll v0.2.2
4052024-11-26T08:01:58.337Z Downloaded anstyle-query v1.1.1
4062024-11-26T08:01:58.339Z Downloaded parking_lot_core v0.8.6
4072024-11-26T08:01:58.342Z Downloaded camino v1.1.9
4082024-11-26T08:01:58.342Z Downloaded base64 v0.22.1
4092024-11-26T08:01:58.346Z Downloaded anstyle-parse v0.2.5
4102024-11-26T08:01:58.349Z Downloaded blake2 v0.10.6
4112024-11-26T08:01:58.351Z Downloaded autocfg v1.3.0
4122024-11-26T08:01:58.355Z Downloaded parse-display-derive v0.10.0
4132024-11-26T08:01:58.357Z Downloaded ciborium v0.2.2
4142024-11-26T08:01:58.360Z Downloaded pest v2.7.13
4152024-11-26T08:01:58.364Z Downloaded powerfmt v0.2.0
4162024-11-26T08:01:58.367Z Downloaded ppv-lite86 v0.2.20
4172024-11-26T08:01:58.369Z Downloaded pest_meta v2.7.13
4182024-11-26T08:01:58.372Z Downloaded proc-macro-error v1.0.4
4192024-11-26T08:01:58.376Z Downloaded proc-macro-error-attr v1.0.4
4202024-11-26T08:01:58.379Z Downloaded pretty-hex v0.2.1
4212024-11-26T08:01:58.379Z Downloaded pin-utils v0.1.0
4222024-11-26T08:01:58.379Z Downloaded proc-macro-crate v3.2.0
4232024-11-26T08:01:58.382Z Downloaded proc-macro-crate v1.3.1
4242024-11-26T08:01:58.382Z Downloaded pin-project-lite v0.2.14
4252024-11-26T08:01:58.389Z Downloaded portable-atomic v1.8.0
4262024-11-26T08:01:58.397Z Downloaded proc-macro2 v1.0.86
4272024-11-26T08:01:58.400Z Downloaded foreign-types-shared v0.1.1
4282024-11-26T08:01:58.403Z Downloaded equivalent v1.0.1
4292024-11-26T08:01:58.403Z Downloaded embedded-io v0.4.0
4302024-11-26T08:01:58.405Z Downloaded cstr-argument v0.1.2
4312024-11-26T08:01:58.405Z Downloaded prettyplease v0.2.22
4322024-11-26T08:01:58.410Z Downloaded dtrace-parser v0.2.0
4332024-11-26T08:01:58.414Z Downloaded foreign-types-shared v0.3.1
4342024-11-26T08:01:58.414Z Downloaded darling_macro v0.20.10
4352024-11-26T08:01:58.417Z Downloaded plain v0.2.3
4362024-11-26T08:01:58.417Z Downloaded rand_chacha v0.3.1
4372024-11-26T08:01:58.420Z Downloaded quick-error v1.2.3
4382024-11-26T08:01:58.420Z Downloaded clap_lex v0.7.2
4392024-11-26T08:01:58.420Z Downloaded dirs-next v2.0.0
4402024-11-26T08:01:58.423Z Downloaded float-ord v0.3.2
4412024-11-26T08:01:58.425Z Downloaded foreign-types v0.3.2
4422024-11-26T08:01:58.425Z Downloaded bitflags v2.6.0
4432024-11-26T08:01:58.429Z Downloaded backoff v0.4.0
4442024-11-26T08:01:58.433Z Downloaded ident_case v1.0.1
4452024-11-26T08:01:58.436Z Downloaded http-body v1.0.1
4462024-11-26T08:01:58.436Z Downloaded rustc-hash v2.0.0
4472024-11-26T08:01:58.438Z Downloaded scroll_derive v0.12.0
4482024-11-26T08:01:58.438Z Downloaded num-conv v0.1.0
4492024-11-26T08:01:58.441Z Downloaded sigpipe v0.1.3
4502024-11-26T08:01:58.441Z Downloaded defmt-parser v0.3.4
4512024-11-26T08:01:58.444Z Downloaded rustc_version v0.1.7
4522024-11-26T08:01:58.444Z Downloaded rand_core v0.6.4
4532024-11-26T08:01:58.447Z Downloaded quinn-udp v0.5.5
4542024-11-26T08:01:58.449Z Downloaded scroll v0.12.0
4552024-11-26T08:01:58.449Z Downloaded embedded-io v0.6.1
4562024-11-26T08:01:58.455Z Downloaded dyn-clone v1.0.17
4572024-11-26T08:01:58.458Z Downloaded tinyvec_macros v0.1.1
4582024-11-26T08:01:58.458Z Downloaded futures-io v0.3.30
4592024-11-26T08:01:58.458Z Downloaded either v1.13.0
4602024-11-26T08:01:58.458Z Downloaded cpufeatures v0.2.14
4612024-11-26T08:01:58.461Z Downloaded colored v2.1.0
4622024-11-26T08:01:58.464Z Downloaded hostname v0.3.1
4632024-11-26T08:01:58.466Z Downloaded heck v0.5.0
4642024-11-26T08:01:58.466Z Downloaded hubpack_derive v0.1.1
4652024-11-26T08:01:58.466Z Downloaded hubpack v0.1.2
4662024-11-26T08:01:58.469Z Downloaded match_cfg v0.1.0
4672024-11-26T08:01:58.471Z Downloaded is_terminal_polyfill v1.70.1
4682024-11-26T08:01:58.471Z Downloaded is-terminal v0.4.13
4692024-11-26T08:01:58.474Z Downloaded hash32 v0.3.1
4702024-11-26T08:01:58.474Z Downloaded progenitor-client v0.8.0
4712024-11-26T08:01:58.476Z Downloaded structmeta-derive v0.3.0
4722024-11-26T08:01:58.479Z Downloaded crossbeam-utils v0.8.20
4732024-11-26T08:01:58.482Z Downloaded serde_spanned v0.6.7
4742024-11-26T08:01:58.484Z Downloaded serde_path_to_error v0.1.16
4752024-11-26T08:01:58.484Z Downloaded openssl-probe v0.1.5
4762024-11-26T08:01:58.487Z Downloaded take_mut v0.2.2
4772024-11-26T08:01:58.487Z Downloaded openssl-macros v0.1.1
4782024-11-26T08:01:58.490Z Downloaded sync_wrapper v1.0.1
4792024-11-26T08:01:58.490Z Downloaded sync_wrapper v0.1.2
4802024-11-26T08:01:58.492Z Downloaded time-core v0.1.2
4812024-11-26T08:01:58.492Z Downloaded chrono v0.4.38
4822024-11-26T08:01:58.502Z Downloaded humantime v2.1.0
4832024-11-26T08:01:58.505Z Downloaded httpdate v1.0.3
4842024-11-26T08:01:58.506Z Downloaded num_enum v0.7.3
4852024-11-26T08:01:58.509Z Downloaded num-complex v0.4.6
4862024-11-26T08:01:58.511Z Downloaded pest_generator v2.7.13
4872024-11-26T08:01:58.514Z Downloaded memmap v0.7.0
4882024-11-26T08:01:58.516Z Downloaded rustc_version v0.4.1
4892024-11-26T08:01:58.520Z Downloaded resolv-conf v0.7.0
4902024-11-26T08:01:58.522Z Downloaded futures-channel v0.3.30
4912024-11-26T08:01:58.525Z Downloaded slog-async v2.8.0
4922024-11-26T08:01:58.525Z Downloaded cookie v0.18.1
4932024-11-26T08:01:58.528Z Downloaded tower-service v0.3.3
4942024-11-26T08:01:58.530Z Downloaded thread_local v1.1.8
4952024-11-26T08:01:58.532Z Downloaded hyper-rustls v0.27.3
4962024-11-26T08:01:58.535Z Downloaded sha2 v0.10.8
4972024-11-26T08:01:58.537Z Downloaded zone_cfg_derive v0.3.0
4982024-11-26T08:01:58.540Z Downloaded time-macros v0.2.18
4992024-11-26T08:01:58.542Z Downloaded tokio-native-tls v0.3.1
5002024-11-26T08:01:58.544Z Downloaded want v0.3.1
5012024-11-26T08:01:58.544Z Downloaded tabwriter v1.4.0
5022024-11-26T08:01:58.547Z Downloaded waitgroup v0.1.2
5032024-11-26T08:01:58.547Z Downloaded slog-json v2.6.1
5042024-11-26T08:01:58.550Z Downloaded hyper-rustls v0.24.2
5052024-11-26T08:01:58.552Z Downloaded http-body v0.4.6
5062024-11-26T08:01:58.554Z Downloaded slog-stdlog v4.1.1
5072024-11-26T08:01:58.557Z Downloaded slog-scope v4.4.0
5082024-11-26T08:01:58.559Z Downloaded lazy_static v1.5.0
5092024-11-26T08:01:58.562Z Downloaded num-derive v0.4.2
5102024-11-26T08:01:58.562Z Downloaded itoa v1.0.11
5112024-11-26T08:01:58.565Z Downloaded postcard v1.0.10
5122024-11-26T08:01:58.568Z Downloaded fxhash v0.2.1
5132024-11-26T08:01:58.568Z Downloaded num-integer v0.1.46
5142024-11-26T08:01:58.571Z Downloaded quote v1.0.37
5152024-11-26T08:01:58.573Z Downloaded strum v0.26.3
5162024-11-26T08:01:58.578Z Downloaded num-derive v0.3.3
5172024-11-26T08:01:58.578Z Downloaded schemars_derive v0.8.21
5182024-11-26T08:01:58.581Z Downloaded semver v1.0.23
5192024-11-26T08:01:58.584Z Downloaded zerocopy v0.6.6
5202024-11-26T08:01:58.584Z Downloaded rustls-pemfile v2.1.3
5212024-11-26T08:01:58.586Z Downloaded darling_core v0.20.10
5222024-11-26T08:01:58.592Z Downloaded usdt-macro v0.5.0
5232024-11-26T08:01:58.594Z Downloaded tokio-rustls v0.24.1
5242024-11-26T08:01:58.597Z Downloaded omicron-workspace-hack v0.1.0
5252024-11-26T08:01:58.597Z Downloaded indent_write v2.2.0
5262024-11-26T08:01:58.600Z Downloaded tokio-macros v2.4.0
5272024-11-26T08:01:58.600Z Downloaded usdt-impl v0.5.0
5282024-11-26T08:01:58.603Z Downloaded zerocopy-derive v0.7.35
5292024-11-26T08:01:58.606Z Downloaded spin v0.5.2
5302024-11-26T08:01:58.608Z Downloaded newline-converter v0.3.0
5312024-11-26T08:01:58.608Z Downloaded spin v0.9.8
5322024-11-26T08:01:58.611Z Downloaded parking_lot v0.12.3
5332024-11-26T08:01:58.614Z Downloaded crossbeam-channel v0.5.13
5342024-11-26T08:01:58.620Z Downloaded num_threads v0.1.7
5352024-11-26T08:01:58.623Z Downloaded whoami v1.5.2
5362024-11-26T08:01:58.626Z Downloaded progenitor-impl v0.8.0
5372024-11-26T08:01:58.626Z Downloaded try-lock v0.2.5
5382024-11-26T08:01:58.629Z Downloaded num-iter v0.1.45
5392024-11-26T08:01:58.629Z Downloaded serde_derive_internals v0.29.1
5402024-11-26T08:01:58.631Z Downloaded toml_datetime v0.6.8
5412024-11-26T08:01:58.631Z Downloaded static_assertions v1.1.0
5422024-11-26T08:01:58.634Z Downloaded strsim v0.11.1
5432024-11-26T08:01:58.637Z Downloaded linked-hash-map v0.5.6
5442024-11-26T08:01:58.637Z Downloaded unicode-bidi v0.3.15
5452024-11-26T08:01:58.639Z Downloaded ucd-trie v0.1.6
5462024-11-26T08:01:58.642Z Downloaded generic-array v0.14.7
5472024-11-26T08:01:58.642Z Downloaded strum_macros v0.25.3
5482024-11-26T08:01:58.644Z Downloaded smf v0.2.3
5492024-11-26T08:01:58.647Z Downloaded lru-cache v0.1.2
5502024-11-26T08:01:58.649Z Downloaded ipnetwork v0.20.0
5512024-11-26T08:01:58.649Z Downloaded usdt v0.5.0
5522024-11-26T08:01:58.652Z Downloaded serde_derive v1.0.215
5532024-11-26T08:01:58.654Z Downloaded heck v0.4.1
5542024-11-26T08:01:58.657Z Downloaded tokio-rustls v0.26.0
5552024-11-26T08:01:58.657Z Downloaded subtle v2.6.1
5562024-11-26T08:01:58.659Z Downloaded tokio-rustls v0.25.0
5572024-11-26T08:01:58.662Z Downloaded swrite v0.1.0
5582024-11-26T08:01:58.662Z Downloaded hyper-tls v0.6.0
5592024-11-26T08:01:58.664Z Downloaded no-std-compat v0.4.1
5602024-11-26T08:01:58.668Z Downloaded linear-map v1.2.0
5612024-11-26T08:01:58.668Z Downloaded libsw v3.3.1
5622024-11-26T08:01:58.671Z Downloaded terminal_size v0.4.0
5632024-11-26T08:01:58.671Z Downloaded typify-macro v0.2.0
5642024-11-26T08:01:58.673Z Downloaded http-body-util v0.1.2
5652024-11-26T08:01:58.673Z Downloaded hex v0.4.3
5662024-11-26T08:01:58.676Z Downloaded num-traits v0.2.19
5672024-11-26T08:01:58.678Z Downloaded thiserror v1.0.64
5682024-11-26T08:01:58.684Z Downloaded lock_api v0.4.12
5692024-11-26T08:01:58.687Z Downloaded minimal-lexical v0.2.1
5702024-11-26T08:01:58.691Z Downloaded newtype_derive v0.1.6
5712024-11-26T08:01:58.694Z Downloaded thiserror-impl v1.0.64
5722024-11-26T08:01:58.696Z Downloaded getrandom v0.2.15
5732024-11-26T08:01:58.701Z Downloaded strum_macros v0.26.4
5742024-11-26T08:01:58.703Z Downloaded slog-term v2.9.1
5752024-11-26T08:01:58.703Z Downloaded uuid v1.11.0
5762024-11-26T08:01:58.707Z Downloaded expectorate v1.1.0
5772024-11-26T08:01:58.710Z Downloaded native-tls v0.2.12
5782024-11-26T08:01:58.713Z Downloaded hyper-tls v0.5.0
5792024-11-26T08:01:58.713Z Downloaded smallvec v1.13.2
5802024-11-26T08:01:58.715Z Downloaded unicode-ident v1.0.13
5812024-11-26T08:01:58.718Z Downloaded typify v0.2.0
5822024-11-26T08:01:58.721Z Downloaded log v0.4.22
5832024-11-26T08:01:58.724Z Downloaded serde_yaml v0.9.34+deprecated
5842024-11-26T08:01:58.746Z Downloaded multer v3.1.0
5852024-11-26T08:01:58.749Z Downloaded hyper-util v0.1.10
5862024-11-26T08:01:58.752Z Downloaded memchr v2.7.4
5872024-11-26T08:01:58.758Z Downloaded quinn v0.11.5
5882024-11-26T08:01:58.762Z Downloaded half v2.4.1
5892024-11-26T08:01:58.765Z Downloaded thin-vec v0.2.13
5902024-11-26T08:01:58.767Z Downloaded term v0.7.0
5912024-11-26T08:01:58.770Z Downloaded heapless v0.8.0
5922024-11-26T08:01:58.774Z Downloaded itertools v0.10.5
5932024-11-26T08:01:58.781Z Downloaded tinyvec v1.8.0
5942024-11-26T08:01:58.785Z Downloaded unsafe-libyaml v0.2.11
5952024-11-26T08:01:58.788Z Downloaded indexmap v2.5.0
5962024-11-26T08:01:58.794Z Downloaded url v2.5.2
5972024-11-26T08:01:58.796Z Downloaded steno v0.4.1
5982024-11-26T08:01:58.801Z Downloaded http v1.1.0
5992024-11-26T08:01:58.806Z Downloaded clap_builder v4.5.21
6002024-11-26T08:01:58.814Z Downloaded http v0.2.12
6012024-11-26T08:01:58.818Z Downloaded unicode-segmentation v1.12.0
6022024-11-26T08:01:58.822Z Downloaded tracing v0.1.40
6032024-11-26T08:01:58.826Z Downloaded itertools v0.12.1
6042024-11-26T08:01:58.834Z Downloaded toml_edit v0.19.15
6052024-11-26T08:01:58.852Z Downloaded tracing-core v0.1.32
6062024-11-26T08:01:58.855Z Downloaded zerocopy v0.7.35
6072024-11-26T08:01:58.872Z Downloaded tokio-util v0.7.12
6082024-11-26T08:01:58.878Z Downloaded serde_json v1.0.133
6092024-11-26T08:01:58.886Z Downloaded reqwest v0.11.27
6102024-11-26T08:01:58.895Z Downloaded hashbrown v0.12.3
6112024-11-26T08:01:58.899Z Downloaded winnow v0.6.18
6122024-11-26T08:01:58.908Z Downloaded futures-util v0.3.30
6132024-11-26T08:01:58.922Z Downloaded nom v7.1.3
6142024-11-26T08:01:58.927Z Downloaded reqwest v0.12.9
6152024-11-26T08:01:58.936Z Downloaded rustls-webpki v0.101.7
6162024-11-26T08:01:58.951Z Downloaded winnow v0.5.40
6172024-11-26T08:01:58.960Z Downloaded hyper v1.5.1
6182024-11-26T08:01:58.967Z Downloaded hashbrown v0.14.5
6192024-11-26T08:01:58.973Z Downloaded dropshot v0.12.0
6202024-11-26T08:01:58.995Z Downloaded h2 v0.3.26
6212024-11-26T08:01:59.001Z Downloaded idna v0.4.0
6222024-11-26T08:01:59.008Z Downloaded h2 v0.4.6
6232024-11-26T08:01:59.017Z Downloaded syn v2.0.87
6242024-11-26T08:01:59.029Z Downloaded goblin v0.8.2
6252024-11-26T08:01:59.036Z Downloaded regex v1.10.6
6262024-11-26T08:01:59.050Z Downloaded smoltcp v0.11.0
6272024-11-26T08:01:59.062Z Downloaded openapiv3 v2.0.0
6282024-11-26T08:01:59.074Z Downloaded vcpkg v0.2.15
6292024-11-26T08:01:59.115Z Downloaded hickory-proto v0.24.1
6302024-11-26T08:01:59.129Z Downloaded unicode-width v0.1.14
6312024-11-26T08:01:59.135Z Downloaded syn v1.0.109
6322024-11-26T08:01:59.146Z Downloaded rustls v0.21.12
6332024-11-26T08:01:59.158Z Downloaded regex-syntax v0.8.4
6342024-11-26T08:01:59.167Z Downloaded rustls v0.23.13
6352024-11-26T08:01:59.181Z Downloaded rustls v0.22.4
6362024-11-26T08:01:59.192Z Downloaded rustix v0.38.37
6372024-11-26T08:01:59.215Z Downloaded typify-impl v0.2.0
6382024-11-26T08:01:59.229Z Downloaded regress v0.9.1
6392024-11-26T08:01:59.238Z Downloaded rhai v1.20.0
6402024-11-26T08:01:59.250Z Downloaded petgraph v0.6.5
6412024-11-26T08:01:59.269Z Downloaded regress v0.10.1
6422024-11-26T08:01:59.278Z Downloaded quinn-proto v0.11.8
6432024-11-26T08:01:59.283Z Downloaded idna v0.5.0
6442024-11-26T08:01:59.290Z Downloaded openssl v0.10.66
6452024-11-26T08:01:59.299Z Downloaded sled v0.34.7
6462024-11-26T08:01:59.310Z Downloaded hyper v0.14.30
6472024-11-26T08:01:59.318Z Downloaded webpki-roots v0.25.4
6482024-11-26T08:01:59.322Z Downloaded zerocopy-derive v0.6.6
6492024-11-26T08:01:59.332Z Downloaded regex-automata v0.4.7
6502024-11-26T08:01:59.349Z Downloaded webpki-roots v0.26.6
6512024-11-26T08:01:59.359Z Downloaded rustls-webpki v0.102.8
6522024-11-26T08:01:59.370Z Downloaded tokio v1.40.0
6532024-11-26T08:01:59.408Z Downloaded serde_with v3.9.0
6542024-11-26T08:01:59.415Z Downloaded toml_edit v0.22.21
6552024-11-26T08:01:59.436Z Downloaded mio v1.0.2
6562024-11-26T08:01:59.442Z Downloaded unicode-normalization v0.1.24
6572024-11-26T08:01:59.445Z Downloaded libc v0.2.165
6582024-11-26T08:01:59.471Z Downloaded libm v0.2.8
6592024-11-26T08:01:59.478Z Downloaded itertools v0.13.0
6602024-11-26T08:01:59.484Z Downloaded hickory-resolver v0.24.1
6612024-11-26T08:01:59.489Z Downloaded time v0.3.36
6622024-11-26T08:01:59.496Z Downloaded tempfile v3.12.0
6632024-11-26T08:01:59.499Z Downloaded httparse v1.9.4
6642024-11-26T08:01:59.502Z Downloaded once_cell v1.20.2
6652024-11-26T08:01:59.504Z Downloaded tracing-attributes v0.1.27
6662024-11-26T08:01:59.507Z Downloaded toml v0.8.19
6672024-11-26T08:01:59.511Z Downloaded socket2 v0.5.7
6682024-11-26T08:01:59.513Z Downloaded serde v1.0.215
6692024-11-26T08:01:59.522Z Downloaded ipnet v2.10.0
6702024-11-26T08:01:59.522Z Downloaded smartstring v1.0.1
6712024-11-26T08:01:59.527Z Downloaded indexmap v1.9.3
6722024-11-26T08:01:59.527Z Downloaded slog v2.7.0
6732024-11-26T08:01:59.527Z Downloaded highway v1.2.0
6742024-11-26T08:01:59.527Z Downloaded schemars v0.8.21
6752024-11-26T08:01:59.536Z Downloaded futures-task v0.3.30
6762024-11-26T08:01:59.539Z Downloaded num-rational v0.4.2
6772024-11-26T08:01:59.539Z Downloaded num v0.4.3
6782024-11-26T08:01:59.542Z Downloaded version_check v0.9.5
6792024-11-26T08:01:59.542Z Downloaded typenum v1.17.0
6802024-11-26T08:01:59.544Z Downloaded rand v0.8.5
6812024-11-26T08:01:59.547Z Downloaded stable_deref_trait v1.2.0
6822024-11-26T08:01:59.550Z Downloaded similar v2.6.0
6832024-11-26T08:01:59.552Z Downloaded openssl-sys v0.9.103
6842024-11-26T08:01:59.558Z Downloaded usdt-attr-macro v0.5.0
6852024-11-26T08:01:59.561Z Downloaded instant v0.1.13
6862024-11-26T08:01:59.561Z Downloaded encoding_rs v0.8.34
6872024-11-26T08:01:59.581Z Downloaded untrusted v0.9.0
6882024-11-26T08:01:59.584Z Downloaded utf8parse v0.2.2
6892024-11-26T08:01:59.584Z Downloaded tiny-keccak v2.0.2
6902024-11-26T08:01:59.586Z Downloaded thread-id v4.2.2
6912024-11-26T08:01:59.588Z Downloaded num_enum_derive v0.7.3
6922024-11-26T08:01:59.588Z Downloaded num_enum v0.5.11
6932024-11-26T08:01:59.591Z Downloaded hostname v0.4.0
6942024-11-26T08:01:59.595Z Downloaded mime v0.3.17
6952024-11-26T08:01:59.595Z Downloaded zone v0.3.0
6962024-11-26T08:01:59.599Z Downloaded zeroize v1.8.1
6972024-11-26T08:01:59.599Z Downloaded newtype-uuid v1.1.0
6982024-11-26T08:01:59.599Z Downloaded slab v0.4.9
6992024-11-26T08:01:59.601Z Downloaded ryu v1.0.18
7002024-11-26T08:01:59.604Z Downloaded shlex v1.3.0
7012024-11-26T08:01:59.604Z Downloaded serde_with_macros v3.9.0
7022024-11-26T08:01:59.607Z Downloaded rustls-pki-types v1.8.0
7032024-11-26T08:01:59.607Z Downloaded clap v4.5.21
7042024-11-26T08:01:59.615Z Downloaded futures v0.3.30
7052024-11-26T08:01:59.620Z Downloaded dropshot_endpoint v0.12.0
7062024-11-26T08:01:59.622Z Downloaded managed v0.8.0
7072024-11-26T08:01:59.625Z Downloaded macaddr v1.0.1
7082024-11-26T08:01:59.625Z Downloaded parking_lot v0.11.2
7092024-11-26T08:01:59.628Z Downloaded owo-colors v4.1.0
7102024-11-26T08:01:59.630Z Downloaded semver v0.1.20
7112024-11-26T08:01:59.630Z Downloaded rustversion v1.0.17
7122024-11-26T08:01:59.633Z Downloaded console v0.15.8
7132024-11-26T08:01:59.636Z Downloaded slog-envlogger v2.2.0
7142024-11-26T08:01:59.638Z Downloaded slog-dtrace v0.3.0
7152024-11-26T08:01:59.638Z Downloaded serde_tokenstream v0.2.2
7162024-11-26T08:01:59.641Z Downloaded serde-big-array v0.5.1
7172024-11-26T08:01:59.641Z Downloaded progenitor-macro v0.8.0
7182024-11-26T08:01:59.641Z Downloaded iana-time-zone v0.1.61
7192024-11-26T08:01:59.644Z Downloaded signal-hook-registry v1.4.2
7202024-11-26T08:01:59.646Z Downloaded sct v0.7.1
7212024-11-26T08:01:59.649Z Downloaded scopeguard v1.2.0
7222024-11-26T08:01:59.649Z Downloaded rustls-pemfile v1.0.4
7232024-11-26T08:01:59.653Z Downloaded derive_more v0.99.18
7242024-11-26T08:01:59.656Z Downloaded derive-where v1.2.7
7252024-11-26T08:01:59.658Z Downloaded crossbeam-epoch v0.9.18
7262024-11-26T08:01:59.661Z Downloaded sha1 v0.10.6
7272024-11-26T08:01:59.664Z Downloaded serde_urlencoded v0.7.1
7282024-11-26T08:01:59.664Z Downloaded serde_repr v0.1.19
7292024-11-26T08:01:59.667Z Downloaded futures-core v0.3.30
7302024-11-26T08:01:59.667Z Downloaded progenitor v0.8.0
7312024-11-26T08:01:59.670Z Downloaded structmeta v0.3.0
7322024-11-26T08:01:59.670Z Downloaded num_enum_derive v0.5.11
7332024-11-26T08:01:59.670Z Downloaded slog-bunyan v2.5.0
7342024-11-26T08:01:59.672Z Downloaded rhai_codegen v2.2.0
7352024-11-26T08:01:59.677Z Downloaded darling v0.20.10
7362024-11-26T08:01:59.681Z Downloaded crc32fast v1.4.2
7372024-11-26T08:01:59.684Z Downloaded pretty-hex v0.4.1
7382024-11-26T08:01:59.684Z Downloaded futures-macro v0.3.30
7392024-11-26T08:01:59.687Z Downloaded clap_derive v4.5.18
7402024-11-26T08:01:59.689Z Downloaded dof v0.3.0
7412024-11-26T08:01:59.689Z Downloaded defmt-macros v0.3.9
7422024-11-26T08:01:59.692Z Downloaded defmt v0.3.8
7432024-11-26T08:01:59.694Z Downloaded debug-ignore v1.0.5
7442024-11-26T08:01:59.698Z Downloaded futures-executor v0.3.30
7452024-11-26T08:01:59.698Z Downloaded form_urlencoded v1.2.1
7462024-11-26T08:01:59.698Z Downloaded foreign-types v0.5.0
7472024-11-26T08:01:59.701Z Downloaded fnv v1.0.7
7482024-11-26T08:01:59.701Z Downloaded fixedbitset v0.4.2
7492024-11-26T08:01:59.701Z Downloaded foreign-types-macros v0.2.3
7502024-11-26T08:01:59.701Z Downloaded fastrand v2.1.1
7512024-11-26T08:01:59.704Z Downloaded errno v0.3.9
7522024-11-26T08:01:59.704Z Downloaded deranged v0.3.11
7532024-11-26T08:01:59.706Z Downloaded async-trait v0.1.83
7542024-11-26T08:01:59.708Z Downloaded anstream v0.6.15
7552024-11-26T08:01:59.711Z Downloaded enum-as-inner v0.6.1
7562024-11-26T08:01:59.715Z Downloaded dirs-sys-next v0.1.2
7572024-11-26T08:01:59.716Z Downloaded data-encoding v2.6.0
7582024-11-26T08:01:59.716Z Downloaded digest v0.10.7
7592024-11-26T08:01:59.719Z Downloaded crypto-common v0.1.6
7602024-11-26T08:01:59.719Z Downloaded crunchy v0.2.2
7612024-11-26T08:01:59.719Z Downloaded cobs v0.2.3
7622024-11-26T08:01:59.719Z Downloaded crucible-workspace-hack v0.1.0
7632024-11-26T08:01:59.719Z Downloaded crc8 v0.1.1
7642024-11-26T08:01:59.719Z Downloaded convert_case v0.4.0
7652024-11-26T08:01:59.722Z Downloaded const-random-macro v0.1.16
7662024-11-26T08:01:59.722Z Downloaded const-random v0.1.18
7672024-11-26T08:01:59.722Z Downloaded colorchoice v1.0.2
7682024-11-26T08:01:59.725Z Downloaded byteorder v1.5.0
7692024-11-26T08:01:59.725Z Downloaded block-buffer v0.10.4
7702024-11-26T08:01:59.725Z Downloaded pest_derive v2.7.13
7712024-11-26T08:01:59.727Z Downloaded cc v1.1.21
7722024-11-26T08:01:59.730Z Downloaded base64ct v1.6.0
7732024-11-26T08:01:59.733Z Downloaded atomic-waker v1.1.2
7742024-11-26T08:01:59.736Z Downloaded pkg-config v0.3.31
7752024-11-26T08:01:59.736Z Downloaded paste v1.0.15
7762024-11-26T08:01:59.739Z Downloaded parking_lot_core v0.9.10
7772024-11-26T08:01:59.739Z Downloaded futures-sink v0.3.30
7782024-11-26T08:01:59.742Z Downloaded ciborium-io v0.2.2
7792024-11-26T08:01:59.742Z Downloaded async-stream-impl v0.3.5
7802024-11-26T08:01:59.742Z Downloaded percent-encoding v2.3.1
7812024-11-26T08:01:59.744Z Downloaded password-hash v0.5.0
7822024-11-26T08:01:59.745Z Downloaded parse-display v0.10.0
7832024-11-26T08:01:59.747Z Downloaded arc-swap v1.7.1
7842024-11-26T08:01:59.752Z Downloaded anyhow v1.0.93
7852024-11-26T08:01:59.754Z Downloaded argon2 v0.5.3
7862024-11-26T08:01:59.754Z Downloaded cfg-if v1.0.0
7872024-11-26T08:01:59.757Z Downloaded cancel-safe-futures v0.1.5
7882024-11-26T08:01:59.759Z Downloaded atomicwrites v0.4.4
7892024-11-26T08:01:59.759Z Downloaded async-stream v0.3.5
7902024-11-26T08:01:59.849Z Downloaded ring v0.17.8
7912024-11-26T08:02:00.190Z Compiling proc-macro2 v1.0.86
7922024-11-26T08:02:00.190Z Compiling unicode-ident v1.0.13
7932024-11-26T08:02:00.192Z Compiling libc v0.2.165
7942024-11-26T08:02:00.192Z Compiling serde v1.0.215
7952024-11-26T08:02:00.192Z Compiling autocfg v1.3.0
7962024-11-26T08:02:00.192Z Compiling version_check v0.9.5
7972024-11-26T08:02:00.192Z Compiling cfg-if v1.0.0
7982024-11-26T08:02:00.331Z Compiling once_cell v1.20.2
7992024-11-26T08:02:00.364Z Compiling libm v0.2.8
8002024-11-26T08:02:00.410Z Compiling memchr v2.7.4
8012024-11-26T08:02:00.786Z Compiling byteorder v1.5.0
8022024-11-26T08:02:00.946Z Compiling parking_lot_core v0.9.10
8032024-11-26T08:02:01.020Z Compiling lock_api v0.4.12
8042024-11-26T08:02:01.363Z Compiling shlex v1.3.0
8052024-11-26T08:02:01.402Z Compiling thiserror v1.0.64
8062024-11-26T08:02:01.790Z Compiling cc v1.1.21
8072024-11-26T08:02:01.822Z Compiling itoa v1.0.11
8082024-11-26T08:02:02.020Z Compiling portable-atomic v1.8.0
8092024-11-26T08:02:02.064Z Compiling quote v1.0.37
8102024-11-26T08:02:02.166Z Compiling slab v0.4.9
8112024-11-26T08:02:02.544Z Compiling syn v2.0.87
8122024-11-26T08:02:02.687Z Compiling getrandom v0.2.15
8132024-11-26T08:02:02.834Z Compiling schemars v0.8.21
8142024-11-26T08:02:03.032Z Compiling ahash v0.8.11
8152024-11-26T08:02:03.083Z Compiling allocator-api2 v0.2.18
8162024-11-26T08:02:03.204Z Compiling num-traits v0.2.19
8172024-11-26T08:02:03.337Z Compiling ryu v1.0.18
8182024-11-26T08:02:03.639Z Compiling serde_json v1.0.133
8192024-11-26T08:02:03.890Z Compiling pin-project-lite v0.2.14
8202024-11-26T08:02:04.135Z Compiling log v0.4.22
8212024-11-26T08:02:04.254Z Compiling scopeguard v1.2.0
8222024-11-26T08:02:04.375Z Compiling equivalent v1.0.1
8232024-11-26T08:02:04.452Z Compiling heck v0.5.0
8242024-11-26T08:02:04.479Z Compiling fnv v1.0.7
8252024-11-26T08:02:04.545Z Compiling pkg-config v0.3.31
8262024-11-26T08:02:04.878Z Compiling vcpkg v0.2.15
8272024-11-26T08:02:04.897Z Compiling crunchy v0.2.2
8282024-11-26T08:02:05.007Z Compiling ring v0.17.8
8292024-11-26T08:02:05.429Z Compiling mio v1.0.2
8302024-11-26T08:02:05.835Z Compiling socket2 v0.5.7
8312024-11-26T08:02:06.099Z Compiling signal-hook-registry v1.4.2
8322024-11-26T08:02:06.334Z Compiling httparse v1.9.4
8332024-11-26T08:02:06.441Z Compiling tiny-keccak v2.0.2
8342024-11-26T08:02:06.571Z Compiling openssl-sys v0.9.103
8352024-11-26T08:02:06.790Z Compiling slog v2.7.0
8362024-11-26T08:02:07.133Z Compiling iana-time-zone v0.1.61
8372024-11-26T08:02:07.551Z Compiling futures-core v0.3.30
8382024-11-26T08:02:07.608Z Compiling const-random-macro v0.1.16
8392024-11-26T08:02:07.658Z Compiling dyn-clone v1.0.17
8402024-11-26T08:02:07.814Z Compiling openssl v0.10.66
8412024-11-26T08:02:07.856Z Compiling futures-sink v0.3.30
8422024-11-26T08:02:08.266Z Compiling typenum v1.17.0
8432024-11-26T08:02:08.287Z Compiling native-tls v0.2.12
8442024-11-26T08:02:08.411Z Compiling const-random v0.1.18
8452024-11-26T08:02:08.511Z Compiling rustls v0.23.13
8462024-11-26T08:02:08.532Z Compiling semver v1.0.23
8472024-11-26T08:02:08.551Z Compiling futures-channel v0.3.30
8482024-11-26T08:02:08.571Z Compiling futures-io v0.3.30
8492024-11-26T08:02:08.655Z Compiling pin-utils v0.1.0
8502024-11-26T08:02:08.758Z Compiling futures-task v0.3.30
8512024-11-26T08:02:08.833Z Compiling generic-array v0.14.7
8522024-11-26T08:02:09.013Z Compiling tracing-core v0.1.32
8532024-11-26T08:02:09.034Z Compiling bitflags v2.6.0
8542024-11-26T08:02:09.072Z Compiling subtle v2.6.1
8552024-11-26T08:02:09.072Z Compiling ucd-trie v0.1.6
8562024-11-26T08:02:09.114Z Compiling aho-corasick v1.1.3
8572024-11-26T08:02:09.159Z Compiling regex-syntax v0.8.4
8582024-11-26T08:02:09.223Z Compiling anyhow v1.0.93
8592024-11-26T08:02:09.592Z Compiling time-core v0.1.2
8602024-11-26T08:02:09.613Z Compiling num-conv v0.1.0
8612024-11-26T08:02:09.830Z Compiling serde_derive_internals v0.29.1
8622024-11-26T08:02:09.861Z Compiling time-macros v0.2.18
8632024-11-26T08:02:11.251Z Compiling spin v0.9.8
8642024-11-26T08:02:11.267Z Compiling rustls-pki-types v1.8.0
8652024-11-26T08:02:12.142Z Compiling usdt-impl v0.5.0
8662024-11-26T08:02:12.548Z Compiling untrusted v0.9.0
8672024-11-26T08:02:12.568Z Compiling omicron-workspace-hack v0.1.0
8682024-11-26T08:02:12.738Z Compiling regex-automata v0.4.7
8692024-11-26T08:02:13.094Z Compiling tinyvec_macros v0.1.1
8702024-11-26T08:02:13.199Z Compiling plain v0.2.3
8712024-11-26T08:02:13.360Z Compiling atomic-waker v1.1.2
8722024-11-26T08:02:13.436Z Compiling rustversion v1.0.17
8732024-11-26T08:02:13.553Z Compiling strsim v0.11.1
8742024-11-26T08:02:14.275Z Compiling tinyvec v1.8.0
8752024-11-26T08:02:15.346Z Compiling rand_core v0.6.4
8762024-11-26T08:02:15.386Z Compiling serde_derive v1.0.215
8772024-11-26T08:02:15.828Z Compiling zerocopy-derive v0.7.35
8782024-11-26T08:02:16.010Z Compiling thiserror-impl v1.0.64
8792024-11-26T08:02:16.180Z Compiling tokio-macros v2.4.0
8802024-11-26T08:02:16.981Z Compiling schemars_derive v0.8.21
8812024-11-26T08:02:17.873Z Compiling futures-macro v0.3.30
8822024-11-26T08:02:18.028Z Compiling zerocopy v0.7.35
8832024-11-26T08:02:19.946Z Compiling openssl-macros v0.1.1
8842024-11-26T08:02:20.000Z Compiling futures-util v0.3.30
8852024-11-26T08:02:20.021Z Compiling tracing-attributes v0.1.27
8862024-11-26T08:02:20.107Z Compiling hashbrown v0.14.5
8872024-11-26T08:02:20.499Z Compiling scroll_derive v0.12.0
8882024-11-26T08:02:20.800Z Compiling pest v2.7.13
8892024-11-26T08:02:21.526Z Compiling regress v0.10.1
8902024-11-26T08:02:22.030Z Compiling regex v1.10.6
8912024-11-26T08:02:23.035Z Compiling scroll v0.12.0
8922024-11-26T08:02:23.349Z Compiling tracing v0.1.40
8932024-11-26T08:02:23.590Z Compiling pest_meta v2.7.13
8942024-11-26T08:02:24.071Z Compiling goblin v0.8.2
8952024-11-26T08:02:26.363Z Compiling pest_generator v2.7.13
8962024-11-26T08:02:27.036Z Compiling rustls-webpki v0.102.8
8972024-11-26T08:02:27.690Z Compiling pretty-hex v0.4.1
8982024-11-26T08:02:27.906Z Compiling percent-encoding v2.3.1
8992024-11-26T08:02:28.212Z Compiling pest_derive v2.7.13
9002024-11-26T08:02:28.367Z Compiling unsafe-libyaml v0.2.11
9012024-11-26T08:02:29.117Z Compiling bytes v1.7.2
9022024-11-26T08:02:30.062Z Compiling smallvec v1.13.2
9032024-11-26T08:02:30.620Z Compiling indexmap v2.5.0
9042024-11-26T08:02:31.538Z Compiling uuid v1.11.0
9052024-11-26T08:02:31.767Z Compiling chrono v0.4.38
9062024-11-26T08:02:31.908Z Compiling parking_lot v0.12.3
9072024-11-26T08:02:32.157Z Compiling serde_tokenstream v0.2.2
9082024-11-26T08:02:32.200Z Compiling http v1.1.0
9092024-11-26T08:02:32.762Z Compiling tokio v1.40.0
9102024-11-26T08:02:35.538Z Compiling openapiv3 v2.0.0
9112024-11-26T08:02:37.066Z Compiling http-body v1.0.1
9122024-11-26T08:02:37.594Z Compiling zeroize v1.8.1
9132024-11-26T08:02:37.994Z Compiling try-lock v0.2.5
9142024-11-26T08:02:38.163Z Compiling want v0.3.1
9152024-11-26T08:02:38.470Z Compiling typify-impl v0.2.0
9162024-11-26T08:02:39.313Z Compiling ipnetwork v0.20.0
9172024-11-26T08:02:39.673Z Compiling serde_yaml v0.9.34+deprecated
9182024-11-26T08:02:39.917Z Compiling dof v0.3.0
9192024-11-26T08:02:40.129Z Compiling dtrace-parser v0.2.0
9202024-11-26T08:02:41.704Z Compiling form_urlencoded v1.2.1
9212024-11-26T08:02:41.913Z Compiling unicode-normalization v0.1.24
9222024-11-26T08:02:43.251Z Compiling tokio-util v0.7.12
9232024-11-26T08:02:43.483Z Compiling thread-id v4.2.2
9242024-11-26T08:02:43.519Z Compiling unicode-bidi v0.3.15
9252024-11-26T08:02:43.540Z Compiling syn v1.0.109
9262024-11-26T08:02:43.597Z Compiling ident_case v1.0.1
9272024-11-26T08:02:43.785Z Compiling httpdate v1.0.3
9282024-11-26T08:02:44.134Z Compiling camino v1.1.9
9292024-11-26T08:02:44.558Z Compiling h2 v0.4.6
9302024-11-26T08:02:44.751Z Compiling foreign-types-shared v0.1.1
9312024-11-26T08:02:44.888Z Compiling rustls v0.22.4
9322024-11-26T08:02:45.222Z Compiling foreign-types v0.3.2
9332024-11-26T08:02:45.349Z Compiling darling_core v0.20.10
9342024-11-26T08:02:45.401Z Compiling ppv-lite86 v0.2.20
9352024-11-26T08:02:46.725Z Compiling slog-async v2.8.0
9362024-11-26T08:02:47.111Z Compiling tower-service v0.3.3
9372024-11-26T08:02:47.827Z Compiling rand_chacha v0.3.1
9382024-11-26T08:02:49.585Z Compiling idna v0.5.0
9392024-11-26T08:02:50.525Z Compiling typify-macro v0.2.0
9402024-11-26T08:02:51.618Z Compiling hyper v1.5.1
9412024-11-26T08:02:53.628Z Compiling darling_macro v0.20.10
9422024-11-26T08:02:54.555Z Compiling typify v0.2.0
9432024-11-26T08:02:54.652Z Compiling hyper-util v0.1.10
9442024-11-26T08:02:54.707Z Compiling progenitor-impl v0.8.0
9452024-11-26T08:02:59.363Z Compiling toml_datetime v0.6.8
9462024-11-26T08:03:00.120Z Compiling multer v3.1.0
9472024-11-26T08:03:00.444Z Compiling openssl-probe v0.1.5
9482024-11-26T08:03:00.922Z Compiling paste v1.0.15
9492024-11-26T08:03:01.597Z Compiling progenitor-macro v0.8.0
9502024-11-26T08:03:03.832Z Compiling darling v0.20.10
9512024-11-26T08:03:03.852Z Compiling url v2.5.2
9522024-11-26T08:03:03.951Z Compiling rand v0.8.5
9532024-11-26T08:03:05.875Z Compiling usdt-attr-macro v0.5.0
9542024-11-26T08:03:07.631Z Compiling usdt-macro v0.5.0
9552024-11-26T08:03:09.201Z Compiling http-body-util v0.1.2
9562024-11-26T08:03:09.388Z Compiling async-trait v0.1.83
9572024-11-26T08:03:11.902Z Compiling encoding_rs v0.8.34
9582024-11-26T08:03:11.967Z Compiling mime v0.3.17
9592024-11-26T08:03:12.043Z Compiling ipnet v2.10.0
9602024-11-26T08:03:13.055Z Compiling base64 v0.22.1
9612024-11-26T08:03:14.176Z Compiling rustls-pemfile v2.1.3
9622024-11-26T08:03:16.402Z Compiling tokio-rustls v0.26.0
9632024-11-26T08:03:16.571Z Compiling serde_with_macros v3.9.0
9642024-11-26T08:03:16.987Z Compiling tokio-native-tls v0.3.1
9652024-11-26T08:03:17.311Z Compiling strum_macros v0.26.4
9662024-11-26T08:03:17.936Z Compiling serde_urlencoded v0.7.1
9672024-11-26T08:03:18.531Z Compiling structmeta-derive v0.3.0
9682024-11-26T08:03:19.363Z Compiling async-stream-impl v0.3.5
9692024-11-26T08:03:20.799Z Compiling webpki-roots v0.26.6
9702024-11-26T08:03:21.008Z Compiling dropshot v0.12.0
9712024-11-26T08:03:21.220Z Compiling powerfmt v0.2.0
9722024-11-26T08:03:21.737Z Compiling crossbeam-utils v0.8.20
9732024-11-26T08:03:21.977Z Compiling deranged v0.3.11
9742024-11-26T08:03:22.363Z Compiling structmeta v0.3.0
9752024-11-26T08:03:22.705Z Compiling hyper-rustls v0.27.3
9762024-11-26T08:03:22.724Z Compiling hyper-tls v0.6.0
9772024-11-26T08:03:24.135Z Compiling sync_wrapper v1.0.1
9782024-11-26T08:03:25.547Z Compiling num_threads v0.1.7
9792024-11-26T08:03:25.691Z Compiling winnow v0.6.18
9802024-11-26T08:03:26.954Z Compiling time v0.3.36
9812024-11-26T08:03:28.764Z Compiling reqwest v0.12.9
9822024-11-26T08:03:29.963Z Compiling parse-display-derive v0.10.0
9832024-11-26T08:03:31.887Z Compiling block-buffer v0.10.4
9842024-11-26T08:03:32.155Z Compiling crypto-common v0.1.6
9852024-11-26T08:03:32.390Z Compiling dropshot_endpoint v0.12.0
9862024-11-26T08:03:34.096Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9872024-11-26T08:03:36.848Z Compiling digest v0.10.7
9882024-11-26T08:03:37.106Z Compiling progenitor-client v0.8.0
9892024-11-26T08:03:37.998Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9902024-11-26T08:03:39.769Z Compiling dirs-sys-next v0.1.2
9912024-11-26T08:03:39.774Z Compiling rustix v0.38.37
9922024-11-26T08:03:40.519Z Compiling lazy_static v1.5.0
9932024-11-26T08:03:41.133Z Compiling match_cfg v0.1.0
9942024-11-26T08:03:41.238Z Compiling hostname v0.3.1
9952024-11-26T08:03:41.665Z Compiling dirs-next v2.0.0
9962024-11-26T08:03:41.749Z Compiling progenitor v0.8.0
9972024-11-26T08:03:41.981Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9982024-11-26T08:03:43.651Z Compiling futures-executor v0.3.30
9992024-11-26T08:03:44.830Z Compiling thread_local v1.1.8
10002024-11-26T08:03:44.876Z Compiling errno v0.3.9
10012024-11-26T08:03:45.458Z Compiling instant v0.1.13
10022024-11-26T08:03:45.639Z Compiling unicode-width v0.1.14
10032024-11-26T08:03:46.219Z Compiling cpufeatures v0.2.14
10042024-11-26T08:03:48.728Z Compiling futures v0.3.30
10052024-11-26T08:03:50.185Z Compiling term v0.7.0
10062024-11-26T08:03:50.762Z Compiling crossbeam-channel v0.5.13
10072024-11-26T08:03:52.731Z Compiling serde_spanned v0.6.7
10082024-11-26T08:03:52.989Z Compiling is-terminal v0.4.13
10092024-11-26T08:03:53.132Z Compiling memmap v0.7.0
10102024-11-26T08:03:53.554Z Compiling take_mut v0.2.2
10112024-11-26T08:03:54.327Z Compiling usdt v0.5.0
10122024-11-26T08:03:54.516Z Compiling toml_edit v0.22.21
10132024-11-26T08:03:55.820Z Compiling slog-term v2.9.1
10142024-11-26T08:03:58.497Z Compiling slog-json v2.6.1
10152024-11-26T08:03:58.959Z Compiling strum v0.26.3
10162024-11-26T08:03:59.169Z Compiling serde_with v3.9.0
10172024-11-26T08:04:00.364Z Compiling debug-ignore v1.0.5
10182024-11-26T08:04:00.651Z Compiling heapless v0.8.0
10192024-11-26T08:04:03.517Z Compiling tokio-rustls v0.25.0
10202024-11-26T08:04:04.011Z Compiling slog-bunyan v2.5.0
10212024-11-26T08:04:04.281Z Compiling toml v0.8.19
10222024-11-26T08:04:05.261Z Compiling sha1 v0.10.6
10232024-11-26T08:04:06.156Z Compiling async-stream v0.3.5
10242024-11-26T08:04:06.274Z Compiling newtype-uuid v1.1.0
10252024-11-26T08:04:06.481Z Compiling hex v0.4.3
10262024-11-26T08:04:06.611Z Compiling serde_path_to_error v0.1.16
10272024-11-26T08:04:07.007Z Compiling waitgroup v0.1.2
10282024-11-26T08:04:07.260Z Compiling hostname v0.4.0
10292024-11-26T08:04:07.307Z Compiling hash32 v0.3.1
10302024-11-26T08:04:07.518Z Compiling smoltcp v0.11.0
10312024-11-26T08:04:07.643Z Compiling stable_deref_trait v1.2.0
10322024-11-26T08:04:10.413Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10332024-11-26T08:04:10.726Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10342024-11-26T08:04:11.170Z Compiling backoff v0.4.0
10352024-11-26T08:04:11.302Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10362024-11-26T08:04:11.545Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10372024-11-26T08:04:11.769Z Compiling parse-display v0.10.0
10382024-11-26T08:04:13.827Z Compiling macaddr v1.0.1
10392024-11-26T08:04:14.497Z Compiling regress v0.9.1
10402024-11-26T08:04:15.570Z Compiling clap_derive v4.5.18
10412024-11-26T08:04:16.445Z Compiling utf8parse v0.2.2
10422024-11-26T08:04:16.607Z Compiling winnow v0.5.40
10432024-11-26T08:04:19.199Z Compiling managed v0.8.0
10442024-11-26T08:04:19.733Z Compiling bitflags v1.3.2
10452024-11-26T08:04:20.184Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-11-26T08:04:20.574Z Compiling cobs v0.2.3
10472024-11-26T08:04:20.619Z Compiling toml_edit v0.19.15
10482024-11-26T08:04:21.004Z Compiling postcard v1.0.10
10492024-11-26T08:04:21.753Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10502024-11-26T08:04:23.080Z Compiling anstyle-parse v0.2.5
10512024-11-26T08:04:27.918Z Compiling anstyle v1.0.10
10522024-11-26T08:04:28.728Z Compiling colorchoice v1.0.2
10532024-11-26T08:04:28.909Z Compiling anstyle-query v1.1.1
10542024-11-26T08:04:29.256Z Compiling is_terminal_polyfill v1.70.1
10552024-11-26T08:04:29.376Z Compiling anstream v0.6.15
10562024-11-26T08:04:30.447Z Compiling proc-macro-crate v1.3.1
10572024-11-26T08:04:31.448Z Compiling terminal_size v0.4.0
10582024-11-26T08:04:31.635Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10592024-11-26T08:04:31.679Z Compiling clap_lex v0.7.2
10602024-11-26T08:04:32.409Z Compiling clap_builder v4.5.21
10612024-11-26T08:04:32.596Z Compiling num_enum_derive v0.5.11
10622024-11-26T08:04:33.737Z Compiling tabwriter v1.4.0
10632024-11-26T08:04:34.516Z Compiling foreign-types-macros v0.2.3
10642024-11-26T08:04:34.639Z Compiling num-integer v0.1.46
10652024-11-26T08:04:35.355Z Compiling foreign-types-shared v0.3.1
10662024-11-26T08:04:35.743Z Compiling num_enum v0.5.11
10672024-11-26T08:04:35.881Z Compiling foreign-types v0.5.0
10682024-11-26T08:04:36.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-11-26T08:04:36.766Z Compiling clap v4.5.21
10702024-11-26T08:04:36.952Z Compiling cstr-argument v0.1.2
10712024-11-26T08:04:37.234Z Compiling proc-macro-error-attr v1.0.4
10722024-11-26T08:04:37.495Z Compiling prettyplease v0.2.22
10732024-11-26T08:04:37.578Z Compiling pretty-hex v0.2.1
10742024-11-26T08:04:37.598Z Compiling either v1.13.0
10752024-11-26T08:04:37.811Z Compiling heck v0.4.1
10762024-11-26T08:04:38.062Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10772024-11-26T08:04:38.649Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10782024-11-26T08:04:38.750Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10792024-11-26T08:04:40.065Z Compiling num-iter v0.1.45
10802024-11-26T08:04:40.086Z Compiling num-rational v0.4.2
10812024-11-26T08:04:40.655Z Compiling colored v2.1.0
10822024-11-26T08:04:42.269Z Compiling num-complex v0.4.6
10832024-11-26T08:04:42.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-11-26T08:04:42.970Z Compiling proc-macro-error v1.0.4
10852024-11-26T08:04:43.262Z Compiling fastrand v2.1.1
10862024-11-26T08:04:43.511Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-11-26T08:04:43.516Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-11-26T08:04:43.783Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10892024-11-26T08:04:44.427Z Compiling tempfile v3.12.0
10902024-11-26T08:04:44.448Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-11-26T08:04:44.557Z Compiling num v0.4.3
10922024-11-26T08:04:48.745Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-11-26T08:04:49.370Z Compiling crucible-workspace-hack v0.1.0
10942024-11-26T08:04:49.412Z Compiling float-ord v0.3.2
10952024-11-26T08:04:49.554Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10962024-11-26T08:04:56.704Z Compiling semver v0.1.20
10972024-11-26T08:04:57.544Z Compiling unicode-segmentation v1.12.0
10982024-11-26T08:04:57.756Z Compiling rustc_version v0.1.7
10992024-11-26T08:04:58.162Z Compiling zone_cfg_derive v0.3.0
11002024-11-26T08:04:58.734Z Compiling newline-converter v0.3.0
11012024-11-26T08:04:58.817Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11022024-11-26T08:04:59.060Z Compiling camino-tempfile v1.1.1
11032024-11-26T08:04:59.177Z Compiling itertools v0.10.5
11042024-11-26T08:04:59.707Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11052024-11-26T08:04:59.844Z Compiling console v0.15.8
11062024-11-26T08:05:00.189Z Compiling num-derive v0.4.2
11072024-11-26T08:05:01.797Z Compiling sigpipe v0.1.3
11082024-11-26T08:05:02.115Z Compiling base64ct v1.6.0
11092024-11-26T08:05:02.506Z Compiling similar v2.6.0
11102024-11-26T08:05:02.618Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-11-26T08:05:02.819Z Compiling password-hash v0.5.0
11122024-11-26T08:05:02.838Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-11-26T08:05:03.006Z Compiling zone v0.3.0
11142024-11-26T08:05:04.412Z Compiling expectorate v1.1.0
11152024-11-26T08:05:04.692Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11162024-11-26T08:05:05.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11172024-11-26T08:05:05.387Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-26T08:05:06.388Z Compiling newtype_derive v0.1.6
11192024-11-26T08:05:06.812Z Compiling blake2 v0.10.6
11202024-11-26T08:05:08.014Z Compiling hubpack_derive v0.1.1
11212024-11-26T08:05:08.035Z Compiling smf v0.2.3
11222024-11-26T08:05:08.719Z Compiling zerocopy-derive v0.6.6
11232024-11-26T08:05:08.975Z Compiling cancel-safe-futures v0.1.5
11242024-11-26T08:05:08.997Z Compiling whoami v1.5.2
11252024-11-26T08:05:09.016Z Compiling fixedbitset v0.4.2
11262024-11-26T08:05:09.376Z Compiling owo-colors v4.1.0
11272024-11-26T08:05:09.759Z Compiling petgraph v0.6.5
11282024-11-26T08:05:09.991Z Compiling hubpack v0.1.2
11292024-11-26T08:05:10.502Z Compiling argon2 v0.5.3
11302024-11-26T08:05:10.780Z Compiling zerocopy v0.6.6
11312024-11-26T08:05:11.793Z Compiling strum_macros v0.25.3
11322024-11-26T08:05:12.956Z Compiling serde-big-array v0.5.1
11332024-11-26T08:05:13.234Z Compiling serde_repr v0.1.19
11342024-11-26T08:05:14.274Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352024-11-26T08:05:14.459Z Compiling cookie v0.18.1
11362024-11-26T08:05:14.511Z Compiling convert_case v0.4.0
11372024-11-26T08:05:14.835Z Compiling static_assertions v1.1.0
11382024-11-26T08:05:15.028Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-26T08:05:15.327Z Compiling derive_more v0.99.18
11402024-11-26T08:05:15.577Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11412024-11-26T08:05:17.130Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-11-26T08:05:17.729Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-11-26T08:05:18.443Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11442024-11-26T08:05:20.408Z Compiling atomicwrites v0.4.4
11452024-11-26T08:05:20.912Z Compiling itertools v0.13.0
11462024-11-26T08:05:22.317Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11472024-11-26T08:05:23.510Z Compiling idna v0.4.0
11482024-11-26T08:05:23.654Z Compiling libsw v3.3.1
11492024-11-26T08:05:24.002Z Compiling enum-as-inner v0.6.1
11502024-11-26T08:05:24.691Z Compiling derive-where v1.2.7
11512024-11-26T08:05:24.728Z Compiling linear-map v1.2.0
11522024-11-26T08:05:24.748Z Compiling highway v1.2.0
11532024-11-26T08:05:25.190Z Compiling linked-hash-map v0.5.6
11542024-11-26T08:05:25.209Z Compiling quick-error v1.2.3
11552024-11-26T08:05:25.367Z Compiling indent_write v2.2.0
11562024-11-26T08:05:25.614Z Compiling swrite v0.1.0
11572024-11-26T08:05:25.632Z Compiling data-encoding v2.6.0
11582024-11-26T08:05:25.761Z Compiling lru-cache v0.1.2
11592024-11-26T08:05:26.018Z Compiling resolv-conf v0.7.0
11602024-11-26T08:05:26.139Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-11-26T08:05:27.390Z Compiling hickory-proto v0.24.1
11622024-11-26T08:05:27.679Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-11-26T08:05:28.087Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-11-26T08:05:31.155Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-26T08:05:31.195Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-26T08:05:32.266Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-26T08:05:32.720Z Compiling steno v0.4.1
11682024-11-26T08:05:36.743Z Compiling slog-dtrace v0.3.0
11692024-11-26T08:05:36.743Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-11-26T08:05:36.779Z Compiling humantime v2.1.0
11712024-11-26T08:05:36.825Z Compiling parking_lot_core v0.8.6
11722024-11-26T08:05:37.334Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-11-26T08:05:37.523Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-11-26T08:05:37.604Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-11-26T08:05:38.673Z Compiling hickory-resolver v0.24.1
11762024-11-26T08:05:40.334Z Compiling num-derive v0.3.3
11772024-11-26T08:05:40.770Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11782024-11-26T08:05:41.389Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11792024-11-26T08:05:41.798Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-11-26T08:05:42.498Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11812024-11-26T08:05:43.621Z Compiling parking_lot v0.11.2
11822024-11-26T08:05:43.634Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-11-26T08:05:45.093Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11842024-11-26T08:05:45.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11852024-11-26T08:05:48.060Z Compiling crossbeam-epoch v0.9.18
11862024-11-26T08:05:48.144Z Compiling fxhash v0.2.1
11872024-11-26T08:05:48.394Z Compiling crc32fast v1.4.2
11882024-11-26T08:05:48.916Z Compiling arc-swap v1.7.1
11892024-11-26T08:05:49.284Z Compiling crc8 v0.1.1
11902024-11-26T08:05:50.421Z Compiling slog-scope v4.4.0
11912024-11-26T08:05:50.451Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-11-26T08:05:50.451Z Compiling sled v0.34.7
11932024-11-26T08:05:54.073Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-11-26T08:05:54.394Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11952024-11-26T08:05:54.937Z Compiling slog-stdlog v4.1.1
11962024-11-26T08:05:55.776Z Compiling slog-envlogger v2.2.0
11972024-11-26T08:05:57.927Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-11-26T08:05:58.532Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11992024-11-26T08:06:13.454Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12002024-11-26T08:06:14.472Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12012024-11-26T08:06:15.835Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12022024-11-26T08:06:43.876Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-11-26T08:06:43.876Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-11-26T08:06:51.092Z Finished `release` profile [optimized] target(s) in 5m 13s
12052024-11-26T08:06:51.409Z+ banner trio
12062024-11-26T08:06:51.413Z
12072024-11-26T08:06:51.413Z ##### ##### # ####
12082024-11-26T08:06:51.413Z # # # # # #
12092024-11-26T08:06:51.413Z # # # # # #
12102024-11-26T08:06:51.413Z # ##### # # #
12112024-11-26T08:06:51.413Z # # # # # #
12122024-11-26T08:06:51.413Z # # # # ####
12132024-11-26T08:06:51.413Z
12142024-11-26T08:06:51.413Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12152024-11-26T08:06:51.897Z Compiling cfg-if v1.0.0
12162024-11-26T08:06:51.897Z Compiling libc v0.2.165
12172024-11-26T08:06:51.901Z Compiling serde v1.0.215
12182024-11-26T08:06:51.901Z Compiling once_cell v1.20.2
12192024-11-26T08:06:51.901Z Compiling itoa v1.0.11
12202024-11-26T08:06:51.977Z Compiling byteorder v1.5.0
12212024-11-26T08:06:51.988Z Compiling syn v2.0.87
12222024-11-26T08:06:51.997Z Compiling bytes v1.7.2
12232024-11-26T08:06:52.032Z Compiling num-traits v0.2.19
12242024-11-26T08:06:52.186Z Compiling zerocopy v0.7.35
12252024-11-26T08:06:52.354Z Compiling pin-project-lite v0.2.14
12262024-11-26T08:06:52.378Z Compiling ahash v0.8.11
12272024-11-26T08:06:52.409Z Compiling allocator-api2 v0.2.18
12282024-11-26T08:06:52.432Z Compiling smallvec v1.13.2
12292024-11-26T08:06:52.601Z Compiling scopeguard v1.2.0
12302024-11-26T08:06:52.604Z Compiling memchr v2.7.4
12312024-11-26T08:06:52.604Z Compiling schemars v0.8.21
12322024-11-26T08:06:52.921Z Compiling lock_api v0.4.12
12332024-11-26T08:06:53.267Z Compiling fnv v1.0.7
12342024-11-26T08:06:53.392Z Compiling hashbrown v0.14.5
12352024-11-26T08:06:53.395Z Compiling log v0.4.22
12362024-11-26T08:06:53.411Z Compiling futures-core v0.3.30
12372024-11-26T08:06:53.547Z Compiling getrandom v0.2.15
12382024-11-26T08:06:53.664Z Compiling parking_lot_core v0.9.10
12392024-11-26T08:06:53.787Z Compiling socket2 v0.5.7
12402024-11-26T08:06:53.910Z Compiling signal-hook-registry v1.4.2
12412024-11-26T08:06:53.927Z Compiling mio v1.0.2
12422024-11-26T08:06:54.446Z Compiling parking_lot v0.12.3
12432024-11-26T08:06:54.716Z Compiling ryu v1.0.18
12442024-11-26T08:06:54.864Z Compiling equivalent v1.0.1
12452024-11-26T08:06:55.278Z Compiling tracing-core v0.1.32
12462024-11-26T08:06:55.349Z Compiling serde_json v1.0.133
12472024-11-26T08:06:55.385Z Compiling uuid v1.11.0
12482024-11-26T08:06:55.452Z Compiling regress v0.10.1
12492024-11-26T08:06:55.474Z Compiling futures-sink v0.3.30
12502024-11-26T08:06:55.615Z Compiling futures-task v0.3.30
12512024-11-26T08:06:55.644Z Compiling pin-utils v0.1.0
12522024-11-26T08:06:55.739Z Compiling spin v0.9.8
12532024-11-26T08:06:55.804Z Compiling untrusted v0.9.0
12542024-11-26T08:06:55.933Z Compiling futures-util v0.3.30
12552024-11-26T08:06:55.949Z Compiling ring v0.17.8
12562024-11-26T08:06:55.991Z Compiling slab v0.4.9
12572024-11-26T08:06:56.542Z Compiling try-lock v0.2.5
12582024-11-26T08:06:56.703Z Compiling chrono v0.4.38
12592024-11-26T08:06:56.835Z Compiling want v0.3.1
12602024-11-26T08:06:57.150Z Compiling httparse v1.9.4
12612024-11-26T08:06:57.738Z Compiling futures-channel v0.3.30
12622024-11-26T08:06:58.235Z Compiling foreign-types-shared v0.1.1
12632024-11-26T08:06:58.245Z Compiling tower-service v0.3.3
12642024-11-26T08:06:58.341Z Compiling dyn-clone v1.0.17
12652024-11-26T08:06:58.545Z Compiling foreign-types v0.3.2
12662024-11-26T08:06:58.641Z Compiling openssl-sys v0.9.103
12672024-11-26T08:06:58.724Z Compiling bitflags v2.6.0
12682024-11-26T08:06:58.735Z Compiling unicode-ident v1.0.13
12692024-11-26T08:06:58.931Z Compiling serde_derive_internals v0.29.1
12702024-11-26T08:06:59.073Z Compiling proc-macro2 v1.0.86
12712024-11-26T08:06:59.086Z Compiling http v1.1.0
12722024-11-26T08:07:00.084Z Compiling tinyvec_macros v0.1.1
12732024-11-26T08:07:00.177Z Compiling semver v1.0.23
12742024-11-26T08:07:00.240Z Compiling openssl-probe v0.1.5
12752024-11-26T08:07:00.776Z Compiling tinyvec v1.8.0
12762024-11-26T08:07:00.787Z Compiling quote v1.0.37
12772024-11-26T08:07:01.210Z Compiling percent-encoding v2.3.1
12782024-11-26T08:07:01.682Z Compiling form_urlencoded v1.2.1
12792024-11-26T08:07:02.594Z Compiling unicode-normalization v0.1.24
12802024-11-26T08:07:02.943Z Compiling aho-corasick v1.1.3
12812024-11-26T08:07:03.818Z Compiling http v0.2.12
12822024-11-26T08:07:03.946Z Compiling heck v0.5.0
12832024-11-26T08:07:04.206Z Compiling rustls-pki-types v1.8.0
12842024-11-26T08:07:04.464Z Compiling serde_derive v1.0.215
12852024-11-26T08:07:04.476Z Compiling zerocopy-derive v0.7.35
12862024-11-26T08:07:05.053Z Compiling thiserror-impl v1.0.64
12872024-11-26T08:07:05.244Z Compiling schemars_derive v0.8.21
12882024-11-26T08:07:05.560Z Compiling tokio-macros v2.4.0
12892024-11-26T08:07:07.135Z Compiling tokio v1.40.0
12902024-11-26T08:07:07.462Z Compiling tracing-attributes v0.1.27
12912024-11-26T08:07:07.982Z Compiling thiserror v1.0.64
12922024-11-26T08:07:08.360Z Compiling openssl-macros v0.1.1
12932024-11-26T08:07:08.378Z Compiling unicode-bidi v0.3.15
12942024-11-26T08:07:08.726Z Compiling regex-automata v0.4.7
12952024-11-26T08:07:09.205Z Compiling openssl v0.10.66
12962024-11-26T08:07:10.898Z Compiling tracing v0.1.40
12972024-11-26T08:07:11.435Z Compiling idna v0.5.0
12982024-11-26T08:07:11.606Z Compiling http-body v1.0.1
12992024-11-26T08:07:16.700Z Compiling native-tls v0.2.12
13002024-11-26T08:07:17.877Z Compiling tokio-util v0.7.12
13012024-11-26T08:07:19.409Z Compiling indexmap v2.5.0
13022024-11-26T08:07:21.160Z Compiling tokio-native-tls v0.3.1
13032024-11-26T08:07:21.457Z Compiling atomic-waker v1.1.2
13042024-11-26T08:07:21.460Z Compiling regex-syntax v0.8.4
13052024-11-26T08:07:25.826Z Compiling serde_tokenstream v0.2.2
13062024-11-26T08:07:26.406Z Compiling slog v2.7.0
13072024-11-26T08:07:26.628Z Compiling openapiv3 v2.0.0
13082024-11-26T08:07:26.707Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-11-26T08:07:27.020Z Compiling typify-impl v0.2.0
13102024-11-26T08:07:31.218Z Compiling h2 v0.4.6
13112024-11-26T08:07:34.242Z Compiling serde_urlencoded v0.7.1
13122024-11-26T08:07:34.836Z Compiling regex v1.10.6
13132024-11-26T08:07:35.988Z Compiling url v2.5.2
13142024-11-26T08:07:38.829Z Compiling encoding_rs v0.8.34
13152024-11-26T08:07:39.141Z Compiling ipnet v2.10.0
13162024-11-26T08:07:39.582Z Compiling mime v0.3.17
13172024-11-26T08:07:40.697Z Compiling rustls v0.21.12
13182024-11-26T08:07:41.142Z Compiling typify-macro v0.2.0
13192024-11-26T08:07:41.447Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13202024-11-26T08:07:42.266Z Compiling hyper v1.5.1
13212024-11-26T08:07:45.379Z Compiling h2 v0.3.26
13222024-11-26T08:07:46.206Z Compiling http-body v0.4.6
13232024-11-26T08:07:46.219Z Compiling rustls-webpki v0.102.8
13242024-11-26T08:07:46.644Z Compiling sct v0.7.1
13252024-11-26T08:07:47.103Z Compiling rustls-webpki v0.101.7
13262024-11-26T08:07:47.123Z Compiling subtle v2.6.1
13272024-11-26T08:07:47.413Z Compiling httpdate v1.0.3
13282024-11-26T08:07:48.178Z Compiling toml_datetime v0.6.8
13292024-11-26T08:07:48.573Z Compiling zeroize v1.8.1
13302024-11-26T08:07:48.966Z Compiling rustls v0.23.13
13312024-11-26T08:07:49.763Z Compiling toml_edit v0.19.15
13322024-11-26T08:07:50.927Z Compiling hyper v0.14.30
13332024-11-26T08:07:52.774Z Compiling serde_yaml v0.9.34+deprecated
13342024-11-26T08:07:56.041Z Compiling hyper-util v0.1.10
13352024-11-26T08:07:59.126Z Compiling lazy_static v1.5.0
13362024-11-26T08:07:59.267Z Compiling tokio-rustls v0.24.1
13372024-11-26T08:07:59.725Z Compiling tokio-rustls v0.26.0
13382024-11-26T08:08:00.292Z Compiling proc-macro-crate v1.3.1
13392024-11-26T08:08:01.124Z Compiling http-body-util v0.1.2
13402024-11-26T08:08:01.261Z Compiling webpki-roots v0.26.6
13412024-11-26T08:08:01.492Z Compiling base64 v0.21.7
13422024-11-26T08:08:01.685Z Compiling base64 v0.22.1
13432024-11-26T08:08:02.060Z Compiling crossbeam-utils v0.8.20
13442024-11-26T08:08:02.077Z Compiling rustls-pemfile v1.0.4
13452024-11-26T08:08:02.153Z Compiling hyper-tls v0.6.0
13462024-11-26T08:08:02.659Z Compiling rustls-pemfile v2.1.3
13472024-11-26T08:08:02.680Z Compiling hyper-rustls v0.27.3
13482024-11-26T08:08:02.826Z Compiling num_enum_derive v0.5.11
13492024-11-26T08:08:02.886Z Compiling hyper-rustls v0.24.2
13502024-11-26T08:08:03.221Z Compiling hyper-tls v0.5.0
13512024-11-26T08:08:03.340Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-11-26T08:08:03.453Z Compiling typify v0.2.0
13532024-11-26T08:08:03.727Z Compiling ipnetwork v0.20.0
13542024-11-26T08:08:04.443Z Compiling ppv-lite86 v0.2.20
13552024-11-26T08:08:05.399Z Compiling foreign-types-macros v0.2.3
13562024-11-26T08:08:05.415Z Compiling rand_core v0.6.4
13572024-11-26T08:08:05.914Z Compiling sync_wrapper v1.0.1
13582024-11-26T08:08:06.064Z Compiling dirs-sys-next v0.1.2
13592024-11-26T08:08:06.817Z Compiling powerfmt v0.2.0
13602024-11-26T08:08:07.069Z Compiling foreign-types-shared v0.3.1
13612024-11-26T08:08:07.185Z Compiling webpki-roots v0.25.4
13622024-11-26T08:08:07.210Z Compiling sync_wrapper v0.1.2
13632024-11-26T08:08:07.274Z Compiling time-macros v0.2.18
13642024-11-26T08:08:07.340Z Compiling reqwest v0.11.27
13652024-11-26T08:08:07.359Z Compiling foreign-types v0.5.0
13662024-11-26T08:08:07.469Z Compiling deranged v0.3.11
13672024-11-26T08:08:07.710Z Compiling progenitor-impl v0.8.0
13682024-11-26T08:08:09.936Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-11-26T08:08:10.374Z Compiling dirs-next v2.0.0
13702024-11-26T08:08:10.646Z Compiling reqwest v0.12.9
13712024-11-26T08:08:14.535Z Compiling rand_chacha v0.3.1
13722024-11-26T08:08:16.271Z Compiling num_enum v0.5.11
13732024-11-26T08:08:16.454Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-11-26T08:08:16.762Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13752024-11-26T08:08:18.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13762024-11-26T08:08:18.965Z Compiling cstr-argument v0.1.2
13772024-11-26T08:08:19.230Z Compiling thread_local v1.1.8
13782024-11-26T08:08:19.974Z Compiling arc-swap v1.7.1
13792024-11-26T08:08:20.272Z Compiling num-conv v0.1.0
13802024-11-26T08:08:20.544Z Compiling pretty-hex v0.2.1
13812024-11-26T08:08:20.675Z Compiling either v1.13.0
13822024-11-26T08:08:20.770Z Compiling time-core v0.1.2
13832024-11-26T08:08:20.962Z Compiling time v0.3.36
13842024-11-26T08:08:21.146Z Compiling itertools v0.12.1
13852024-11-26T08:08:21.250Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13862024-11-26T08:08:21.630Z Compiling slog-scope v4.4.0
13872024-11-26T08:08:22.615Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13882024-11-26T08:08:24.109Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13892024-11-26T08:08:25.044Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13902024-11-26T08:08:25.056Z Compiling crossbeam-channel v0.5.13
13912024-11-26T08:08:25.231Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-11-26T08:08:26.673Z Compiling rand v0.8.5
13932024-11-26T08:08:28.618Z Compiling progenitor-macro v0.8.0
13942024-11-26T08:08:30.187Z Compiling progenitor-client v0.8.0
13952024-11-26T08:08:31.157Z Compiling term v0.7.0
13962024-11-26T08:08:35.882Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-11-26T08:08:38.568Z Compiling anyhow v1.0.93
13982024-11-26T08:08:40.088Z Compiling colored v2.1.0
13992024-11-26T08:08:41.321Z Compiling is-terminal v0.4.13
14002024-11-26T08:08:41.455Z Compiling winnow v0.6.18
14012024-11-26T08:08:41.912Z Compiling take_mut v0.2.2
14022024-11-26T08:08:42.077Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14032024-11-26T08:08:42.448Z Compiling slog-async v2.8.0
14042024-11-26T08:08:45.557Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-11-26T08:08:45.955Z Compiling progenitor v0.8.0
14062024-11-26T08:08:46.189Z Compiling slog-term v2.9.1
14072024-11-26T08:08:49.028Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14082024-11-26T08:08:49.249Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14092024-11-26T08:08:53.012Z Compiling slog-stdlog v4.1.1
14102024-11-26T08:08:53.952Z Compiling slog-envlogger v2.2.0
14112024-11-26T08:08:54.921Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14122024-11-26T08:08:56.897Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14132024-11-26T08:09:09.538Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14142024-11-26T08:09:17.044Z Finished `release` profile [optimized] target(s) in 2m 25s
14152024-11-26T08:09:17.126Z Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757)
14162024-11-26T08:09:17.174Z
14172024-11-26T08:09:17.174Zrunning 1 test
14182024-11-26T08:09:17.353Zconfigure zone
14192024-11-26T08:09:17.369Zinstall zone
14202024-11-26T08:10:17.179Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14212024-11-26T08:11:40.906Zboot zone
14222024-11-26T08:11:41.766Zstart zone s1
14232024-11-26T08:11:41.766Zconfigure zone
14242024-11-26T08:11:41.774Zinstall zone
14252024-11-26T08:13:31.666Zboot zone
14262024-11-26T08:13:32.586Zstart zone s2
14272024-11-26T08:13:32.586Zconfigure zone
14282024-11-26T08:13:32.594Zinstall zone
14292024-11-26T08:15:19.875Zboot zone
14302024-11-26T08:15:20.683Zstart zone t1
14312024-11-26T08:15:20.683Zconfigure zone
14322024-11-26T08:15:20.691Zinstall zone
14332024-11-26T08:17:07.797Zboot zone
14342024-11-26T08:17:08.675Zwaiting for zones to come up
14352024-11-26T08:17:18.676Z[sidecar.trio] svcs milestone/network
14362024-11-26T08:17:18.710ZSTATE STIME FMRI
14372024-11-26T08:17:18.710Zonline 0:11:59 svc:/milestone/network:default
14382024-11-26T08:17:18.710Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14392024-11-26T08:17:18.757Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14402024-11-26T08:17:18.812Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14412024-11-26T08:17:18.853Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14422024-11-26T08:17:18.860Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14432024-11-26T08:17:18.875Z
14442024-11-26T08:17:18.875Zrunning zone s1.trio setup
14452024-11-26T08:17:18.876Z[s1.trio] svcs milestone/network
14462024-11-26T08:17:18.900ZSTATE STIME FMRI
14472024-11-26T08:17:18.900Zonline 0:13:50 svc:/milestone/network:default
14482024-11-26T08:17:18.901Z[s1.trio] dladm
14492024-11-26T08:17:18.923ZLINK CLASS MTU STATE BRIDGE OVER
14502024-11-26T08:17:18.923Zsl0 simnet 9000 up -- ?
14512024-11-26T08:17:18.923Zmg2 vnic 9000 up -- ?
14522024-11-26T08:17:18.923Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14532024-11-26T08:17:19.436Z
14542024-11-26T08:17:19.436Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14552024-11-26T08:17:19.460Z
14562024-11-26T08:17:19.460Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14572024-11-26T08:17:19.480Z
14582024-11-26T08:17:19.480Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14592024-11-26T08:17:19.572Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14602024-11-26T08:17:19.614Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 89d687ab-ce87-40cb-984c-74171254cfce --sled-uuid 402d3659-65a3-46f0-a5c2-5a14843edbe5 -a sl0/v6 &> /opt/ddmd.log &
14612024-11-26T08:17:19.636Z
14622024-11-26T08:17:19.636Zrunning zone s2.trio setup
14632024-11-26T08:17:19.636Z[s2.trio] svcs milestone/network
14642024-11-26T08:17:19.664ZSTATE STIME FMRI
14652024-11-26T08:17:19.664Zonline 0:15:38 svc:/milestone/network:default
14662024-11-26T08:17:19.664Z[s2.trio] dladm
14672024-11-26T08:17:19.686ZLINK CLASS MTU STATE BRIDGE OVER
14682024-11-26T08:17:19.686Zsl1 simnet 9000 up -- ?
14692024-11-26T08:17:19.686Zmg3 vnic 9000 up -- ?
14702024-11-26T08:17:19.686Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14712024-11-26T08:17:20.217Z
14722024-11-26T08:17:20.217Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14732024-11-26T08:17:20.241Z
14742024-11-26T08:17:20.241Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14752024-11-26T08:17:20.260Z
14762024-11-26T08:17:20.260Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14772024-11-26T08:17:20.306Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14782024-11-26T08:17:20.328Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2a7bfe59-ff8e-4b1c-a0fc-1f5662e3bb12 --sled-uuid 6f2b9b27-e8bc-4f35-93f9-1a53ef0c2ea1 -a sl1/v6 &> /opt/ddmd.log &
14792024-11-26T08:17:20.350Z
14802024-11-26T08:17:20.350Zrunning zone t1.trio setup
14812024-11-26T08:17:20.350Z[t1.trio] svcs milestone/network
14822024-11-26T08:17:20.371ZSTATE STIME FMRI
14832024-11-26T08:17:20.371Z- - svc:/milestone/network:default
14842024-11-26T08:17:21.371Z[t1.trio] svcs milestone/network
14852024-11-26T08:17:21.392ZSTATE STIME FMRI
14862024-11-26T08:17:21.392Z- - svc:/milestone/network:default
14872024-11-26T08:17:22.393Z[t1.trio] svcs milestone/network
14882024-11-26T08:17:22.420ZSTATE STIME FMRI
14892024-11-26T08:17:22.420Z- - svc:/milestone/network:default
14902024-11-26T08:17:23.418Z[t1.trio] svcs milestone/network
14912024-11-26T08:17:23.449ZSTATE STIME FMRI
14922024-11-26T08:17:23.450Z- - svc:/milestone/network:default
14932024-11-26T08:17:24.436Z[t1.trio] svcs milestone/network
14942024-11-26T08:17:24.458ZSTATE STIME FMRI
14952024-11-26T08:17:24.458Z- - svc:/milestone/network:default
14962024-11-26T08:17:25.457Z[t1.trio] svcs milestone/network
14972024-11-26T08:17:25.479ZSTATE STIME FMRI
14982024-11-26T08:17:25.479Z- - svc:/milestone/network:default
14992024-11-26T08:17:26.479Z[t1.trio] svcs milestone/network
15002024-11-26T08:17:26.502ZSTATE STIME FMRI
15012024-11-26T08:17:26.502Zuninitialized 0:17:25 svc:/milestone/network:default
15022024-11-26T08:17:27.502Z[t1.trio] svcs milestone/network
15032024-11-26T08:17:27.525ZSTATE STIME FMRI
15042024-11-26T08:17:27.525Zonline 0:17:26 svc:/milestone/network:default
15052024-11-26T08:17:27.525Z[t1.trio] dladm
15062024-11-26T08:17:27.548ZLINK CLASS MTU STATE BRIDGE OVER
15072024-11-26T08:17:27.548Ztfportrear0_0 simnet 9000 up -- ?
15082024-11-26T08:17:27.548Ztfportrear1_0 simnet 9000 up -- ?
15092024-11-26T08:17:27.548Zmg1 vnic 9000 up -- ?
15102024-11-26T08:17:27.548Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15112024-11-26T08:17:28.131Z
15122024-11-26T08:17:28.131Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15132024-11-26T08:17:28.155Z
15142024-11-26T08:17:28.155Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15152024-11-26T08:17:28.177Z
15162024-11-26T08:17:28.177Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15172024-11-26T08:17:28.197Z
15182024-11-26T08:17:28.197Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15192024-11-26T08:17:28.401Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15202024-11-26T08:17:28.405Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15212024-11-26T08:17:28.408Zwaiting 3s for copy of files to zone to complete ...
15222024-11-26T08:17:31.408Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15232024-11-26T08:17:31.453Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15242024-11-26T08:17:31.476Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15252024-11-26T08:17:31.582Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15262024-11-26T08:17:31.629Z[t1.trio] svcadm enable dendrite
15272024-11-26T08:17:31.668Z
15282024-11-26T08:17:31.668Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15292024-11-26T08:17:31.714Z
15302024-11-26T08:17:31.714Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15312024-11-26T08:17:31.756Z
15322024-11-26T08:17:31.756Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15332024-11-26T08:17:31.797Z
15342024-11-26T08:17:31.797Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15352024-11-26T08:17:31.839Z
15362024-11-26T08:17:31.839Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15372024-11-26T08:17:31.884Z
15382024-11-26T08:17:31.884Z[t1.trio] svcadm refresh dendrite:default
15392024-11-26T08:17:31.922Z
15402024-11-26T08:17:31.922Z[t1.trio] svcadm restart dendrite:default
15412024-11-26T08:17:31.959Z
15422024-11-26T08:17:31.959Zwait 10s for dendrite to come up ...
15432024-11-26T08:17:41.960Z[t1.trio] svcadm enable tfport
15442024-11-26T08:17:42.000Z
15452024-11-26T08:17:42.000Z[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 &
15462024-11-26T08:17:42.021Z
15472024-11-26T08:17:42.021Z[t1.trio] ipadm
15482024-11-26T08:17:42.045ZADDROBJ TYPE STATE ADDR
15492024-11-26T08:17:42.045Zlo0/v4 static ok 127.0.0.1/8
15502024-11-26T08:17:42.045Zmg1/v4 static ok 10.0.0.3/24
15512024-11-26T08:17:42.045Zlo0/v6 static ok ::1/128
15522024-11-26T08:17:42.045Zlo0/u6 static ok fd00:3::1/64
15532024-11-26T08:17:42.045Ztfportrear0_0/v6 addrconf ok fe80::c0d1:7aff:fee6:15be%tfportrear0_0/10
15542024-11-26T08:17:42.045Ztfportrear1_0/v6 addrconf ok fe80::a855:e6ff:fe72:c0d6%tfportrear1_0/10
15552024-11-26T08:17:44.262Zinitial peering test passed
15562024-11-26T08:17:45.265Zadvertise from one passed
15572024-11-26T08:17:46.267Zadvertise from two passed
15582024-11-26T08:17:46.267Z[s1.trio] ping fd00:2::1
15592024-11-26T08:17:46.294Zfd00:2::1 is alive
15602024-11-26T08:17:46.294Z[s2.trio] ping fd00:1::1
15612024-11-26T08:17:46.314Zfd00:1::1 is alive
15622024-11-26T08:17:46.314Zconnectivity test passed
15632024-11-26T08:17:46.314Z[t1.trio] pkill ddmd
15642024-11-26T08:17:46.334Z
15652024-11-26T08:17:52.339Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15662024-11-26T08:17:52.378Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15672024-11-26T08:17:52.396Z[t1.trio] svcadm enable dendrite
15682024-11-26T08:17:52.435Z
15692024-11-26T08:17:52.435Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15702024-11-26T08:17:52.483Z
15712024-11-26T08:17:52.483Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15722024-11-26T08:17:52.535Z
15732024-11-26T08:17:52.535Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15742024-11-26T08:17:52.563Z
15752024-11-26T08:17:52.563Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15762024-11-26T08:17:52.606Z
15772024-11-26T08:17:52.606Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15782024-11-26T08:17:52.645Z
15792024-11-26T08:17:52.645Z[t1.trio] svcadm refresh dendrite:default
15802024-11-26T08:17:52.682Z
15812024-11-26T08:17:52.683Z[t1.trio] svcadm restart dendrite:default
15822024-11-26T08:17:52.721Z
15832024-11-26T08:17:52.722Zwait 10s for dendrite to come up ...
15842024-11-26T08:18:02.722Z[t1.trio] svcadm enable tfport
15852024-11-26T08:18:02.762Z
15862024-11-26T08:18:02.762Z[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 &
15872024-11-26T08:18:02.783Z
15882024-11-26T08:18:02.783Z[t1.trio] ipadm
15892024-11-26T08:18:02.807ZADDROBJ TYPE STATE ADDR
15902024-11-26T08:18:02.807Zlo0/v4 static ok 127.0.0.1/8
15912024-11-26T08:18:02.807Zmg1/v4 static ok 10.0.0.3/24
15922024-11-26T08:18:02.807Zlo0/v6 static ok ::1/128
15932024-11-26T08:18:02.807Zlo0/u6 static ok fd00:3::1/64
15942024-11-26T08:18:02.807Ztfportrear0_0/v6 addrconf ok fe80::c0d1:7aff:fee6:15be%tfportrear0_0/10
15952024-11-26T08:18:02.807Ztfportrear1_0/v6 addrconf ok fe80::a855:e6ff:fe72:c0d6%tfportrear1_0/10
15962024-11-26T08:18:05.809Z[s1.trio] ping fd00:2::1
15972024-11-26T08:18:05.832Zfd00:2::1 is alive
15982024-11-26T08:18:05.832Z[s2.trio] ping fd00:1::1
15992024-11-26T08:18:05.852Zfd00:1::1 is alive
16002024-11-26T08:18:05.853Ztransit router restart passed
16012024-11-26T08:18:05.853Z[s1.trio] pkill ddmd
16022024-11-26T08:18:05.873Z
16032024-11-26T08:18:10.876Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ca3ac4f6-425f-4935-9057-19c2ed308ffd --sled-uuid 8a9ff302-4c70-409c-9e2f-f7dd82ce86fe -a sl0/v6 &> /opt/ddmd.log &
16042024-11-26T08:18:10.898Z
16052024-11-26T08:18:13.902Z[s1.trio] ping fd00:2::1
16062024-11-26T08:18:13.927Zfd00:2::1 is alive
16072024-11-26T08:18:13.927Z[s2.trio] ping fd00:1::1
16082024-11-26T08:18:13.947Zfd00:1::1 is alive
16092024-11-26T08:18:13.947Zserver router restart passed
16102024-11-26T08:18:16.952Zpeer expiration recovery passed
16112024-11-26T08:18:17.954Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16122024-11-26T08:18:17.980Z3
16132024-11-26T08:18:17.980Zredundant advertise passed
16142024-11-26T08:18:18.982Ztunnel endpoint advertise passed
16152024-11-26T08:18:23.984Zredundant tunnel endpoint advertise passed
16162024-11-26T08:18:23.984Z[s1.trio] pkill ddmd
16172024-11-26T08:18:24.007Z
16182024-11-26T08:18:29.009Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 76661f54-058a-4d8d-9ea9-75da98b0efa0 --sled-uuid ab7291ff-f793-47ed-92d3-c372d40cdfc1 -a sl0/v6 &> /opt/ddmd.log &
16192024-11-26T08:18:29.029Z
16202024-11-26T08:18:34.095Ztunnel router restart passed
16212024-11-26T08:18:35.097Ztunnel endpoint withdraw passed
16222024-11-26T08:18:35.114Z[t1.trio] pkill ddmd
16232024-11-26T08:18:35.141Z
16242024-11-26T08:18:35.141Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16252024-11-26T08:18:35.145Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16262024-11-26T08:18:37.784Z[s2.trio] pkill ddmd
16272024-11-26T08:18:37.804Z
16282024-11-26T08:18:37.804Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16292024-11-26T08:18:40.417Z[s1.trio] pkill ddmd
16302024-11-26T08:18:40.439Z
16312024-11-26T08:18:40.439Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16322024-11-26T08:18:42.787Z[sidecar.trio] pkill softnpu
16332024-11-26T08:18:42.807Z
16342024-11-26T08:18:42.807Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16352024-11-26T08:18:45.277Ztest ddm::test_trio_v2_transit ... ok
16362024-11-26T08:18:45.277Z
16372024-11-26T08:18:45.277Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 568.06s
16382024-11-26T08:18:45.277Z
16392024-11-26T08:18:45.306Z+ cleanup
16402024-11-26T08:18:45.309Z++ id -un
16412024-11-26T08:18:45.312Z++ id -gn
16422024-11-26T08:18:45.315Z+ pfexec chown -R build:build .
16432024-11-26T08:18:45.394Zprocess exited: duration 1089436 ms, exit code 0
 
16442024-11-26T08:18:45.401Zfound 4 output files
16452024-11-26T08:18:45.401Zuploading: /work/s1.trio.log (4206 bytes)
16462024-11-26T08:18:46.411Zuploaded: /work/s1.trio.log
16472024-11-26T08:18:46.411Zuploading: /work/s2.trio.log (10933 bytes)
16482024-11-26T08:18:47.419Zuploaded: /work/s2.trio.log
16492024-11-26T08:18:47.422Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16502024-11-26T08:18:48.425Zuploaded: /work/sidecar.trio-softnpu.log
16512024-11-26T08:18:48.428Zuploading: /work/t1.trio.log (26227 bytes)
16522024-11-26T08:18:49.437Zuploaded: /work/t1.trio.log