01JAESH934J1W32X1TGQG9CSAG: 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: 01JAESHWP34RWHA057ZJN4Z9QS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T03:09:26.044Zjob assigned to worker 01JAESJ78Y6FENR9G9KNVASJ1N (queued for 1 m 6 s)
 
22024-10-18T03:09:33.176Zstarting task 0: "setup"
32024-10-18T03:09:33.184Z++ uname -s
42024-10-18T03:09:33.186Z+ kern=SunOS
52024-10-18T03:09:33.186Z+ case "$kern" in
62024-10-18T03:09:33.186Z+ groupadd -g 12345 build
72024-10-18T03:09:33.188Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T03:09:35.200Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T03:09:35.373Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T03:09:35.376Z+ home_fs=zfs
112024-10-18T03:09:35.376Z+ [[ zfs == autofs ]]
122024-10-18T03:09:35.376Z+ mkdir -p /home/build
132024-10-18T03:09:35.378Z+ chown build:build /home/build /work
142024-10-18T03:09:37.381Z+ chmod 0700 /home/build /work
152024-10-18T03:09:37.384Zprocess exited: duration 4209 ms, exit code 0
 
162024-10-18T03:09:37.389Zstarting task 1: "rust-toolchain"
172024-10-18T03:09:37.394Z+ printf ' * toolchain channel = "%s"
182024-10-18T03:09:37.394Z' stable
192024-10-18T03:09:37.394Z * toolchain channel = "stable"
202024-10-18T03:09:37.394Z * toolchain profile = "default"
212024-10-18T03:09:37.397Z+ printf ' * toolchain profile = "%s"
222024-10-18T03:09:37.397Z' default
232024-10-18T03:09:37.397Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T03:09:37.397Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-18T03:09:37.517Zinfo: downloading installer
262024-10-18T03:09:38.855Zinfo: profile set to 'default'
272024-10-18T03:09:38.855Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T03:09:38.857Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-18T03:09:39.016Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-18T03:09:39.016Zinfo: downloading component 'cargo'
312024-10-18T03:09:39.854Zinfo: downloading component 'clippy'
322024-10-18T03:09:40.173Zinfo: downloading component 'rust-docs'
332024-10-18T03:09:41.338Zinfo: downloading component 'rust-std'
342024-10-18T03:09:43.185Zinfo: downloading component 'rustc'
352024-10-18T03:09:49.726Zinfo: downloading component 'rustfmt'
362024-10-18T03:09:49.963Zinfo: installing component 'cargo'
372024-10-18T03:09:50.788Zinfo: installing component 'clippy'
382024-10-18T03:09:51.184Zinfo: installing component 'rust-docs'
392024-10-18T03:09:52.894Zinfo: installing component 'rust-std'
402024-10-18T03:09:54.803Zinfo: installing component 'rustc'
412024-10-18T03:10:01.055Zinfo: installing component 'rustfmt'
422024-10-18T03:10:01.390Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-18T03:10:01.390Z
442024-10-18T03:10:01.790Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-18T03:10:01.790Z
462024-10-18T03:10:01.794Z
472024-10-18T03:10:01.794ZRust is installed now. Great!
482024-10-18T03:10:01.794Z
492024-10-18T03:10:01.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T03:10:01.795Zenvironment variable. This has not been done automatically.
512024-10-18T03:10:01.795Z
522024-10-18T03:10:01.795ZTo configure your current shell, you need to source
532024-10-18T03:10:01.795Zthe corresponding env file under $HOME/.cargo.
542024-10-18T03:10:01.795Z
552024-10-18T03:10:01.795ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T03:10:01.795Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T03:10:01.795Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T03:10:01.868Z+ rustc --version
592024-10-18T03:10:01.945Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-18T03:10:01.949Zprocess exited: duration 24546 ms, exit code 0
 
612024-10-18T03:10:01.957Zstarting task 2: "authentication"
622024-10-18T03:10:01.980Zprocess exited: duration 22 ms, exit code 0
 
632024-10-18T03:10:01.992Zstarting task 3: "clone repository"
642024-10-18T03:10:02.002Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-18T03:10:02.006Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-18T03:10:02.034ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-18T03:10:02.888Z+ cd /work/oxidecomputer/maghemite
682024-10-18T03:10:02.888Z+ git fetch origin dc001875d1df1c0efa9aaffb5e0e49dc419592a5
692024-10-18T03:10:03.185ZFrom https://github.com/oxidecomputer/maghemite
702024-10-18T03:10:03.185Z * branch dc001875d1df1c0efa9aaffb5e0e49dc419592a5 -> FETCH_HEAD
712024-10-18T03:10:03.191Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-10-18T03:10:03.198Z++ git branch --show-current
732024-10-18T03:10:03.198Z+ current=main
742024-10-18T03:10:03.198Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-10-18T03:10:03.198Z+ git branch -f renovate/libc-0.x-lockfile dc001875d1df1c0efa9aaffb5e0e49dc419592a5
762024-10-18T03:10:03.203Z+ git checkout -f renovate/libc-0.x-lockfile
772024-10-18T03:10:03.225ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-10-18T03:10:03.234Z+ git reset --hard dc001875d1df1c0efa9aaffb5e0e49dc419592a5
792024-10-18T03:10:03.234ZHEAD is now at dc00187 Update Rust crate libc to v0.2.161
802024-10-18T03:10:03.234Zprocess exited: duration 1226 ms, exit code 0
 
812024-10-18T03:10:03.242Zstarting task 4: "build"
822024-10-18T03:10:03.249Z++ cargo --version
832024-10-18T03:10:03.273Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-18T03:10:03.445Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-18T03:10:03.445Zinfo: downloading component 'cargo'
862024-10-18T03:10:04.249Zinfo: downloading component 'clippy'
872024-10-18T03:10:04.550Zinfo: downloading component 'rust-docs'
882024-10-18T03:10:05.671Zinfo: downloading component 'rust-std'
892024-10-18T03:10:07.423Zinfo: downloading component 'rustc'
902024-10-18T03:10:13.699Zinfo: downloading component 'rustfmt'
912024-10-18T03:10:13.939Zinfo: installing component 'cargo'
922024-10-18T03:10:14.786Zinfo: installing component 'clippy'
932024-10-18T03:10:15.179Zinfo: installing component 'rust-docs'
942024-10-18T03:10:16.770Zinfo: installing component 'rust-std'
952024-10-18T03:10:18.609Zinfo: installing component 'rustc'
962024-10-18T03:10:24.368Zinfo: installing component 'rustfmt'
972024-10-18T03:10:24.810Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-18T03:10:24.812Z++ rustc --version
992024-10-18T03:10:24.886Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-18T03:10:24.890Z++ dladm
1012024-10-18T03:10:24.895ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-18T03:10:24.895Zena0 phys 9216 up -- --
1032024-10-18T03:10:24.898Z++ ipadm
1042024-10-18T03:10:24.901ZADDROBJ TYPE STATE ADDR
1052024-10-18T03:10:24.901Zlo0/v4 static ok 127.0.0.1/8
1062024-10-18T03:10:24.901Zena0/dhcp dhcp ok 10.150.1.209/24
1072024-10-18T03:10:24.901Zlo0/v6 static ok ::1/128
1082024-10-18T03:10:24.901Z++ banner collect
1092024-10-18T03:10:24.904Z
1102024-10-18T03:10:24.904Z #### #### # # ###### #### #####
1112024-10-18T03:10:24.904Z # # # # # # # # # #
1122024-10-18T03:10:24.904Z # # # # # ##### # #
1132024-10-18T03:10:24.904Z # # # # # # # #
1142024-10-18T03:10:24.904Z # # # # # # # # # #
1152024-10-18T03:10:24.904Z #### #### ###### ###### ###### #### #
1162024-10-18T03:10:24.904Z
1172024-10-18T03:10:24.904Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-18T03:10:24.904Z++ repo=softnpu
1192024-10-18T03:10:24.904Z++ series=image
1202024-10-18T03:10:24.904Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-18T03:10:24.904Z++ name=softnpu
1222024-10-18T03:10:24.904Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-18T03:10:24.904Z++ mkdir -p download
1242024-10-18T03:10:24.907Z++ pushd download
1252024-10-18T03:10:24.907Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-18T03:10:24.907Z++ [[ ! -f softnpu ]]
1272024-10-18T03:10:24.907Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-18T03:10:24.913Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-18T03:10:24.913Z Dload Upload Total Spent Left Speed
1302024-10-18T03:10:25.309Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 21.8M 38 8567k 0 0 41.7M 0 --:--:-- --:--:-- --:--:-- 41.8M 100 21.8M 100 21.8M 0 0 55.1M 0 --:--:-- --:--:-- --:--:-- 55.1M
1312024-10-18T03:10:25.312Z++ popd
1322024-10-18T03:10:25.314Z/work/oxidecomputer/maghemite
1332024-10-18T03:10:25.314Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-18T03:10:25.314Z++ repo=sidecar-lite
1352024-10-18T03:10:25.314Z++ series=release
1362024-10-18T03:10:25.314Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-18T03:10:25.315Z++ name=libsidecar_lite.so
1382024-10-18T03:10:25.315Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-18T03:10:25.315Z++ mkdir -p download
1402024-10-18T03:10:25.317Z++ pushd download
1412024-10-18T03:10:25.317Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-10-18T03:10:25.317Z++ [[ ! -f libsidecar_lite.so ]]
1432024-10-18T03:10:25.317Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-18T03:10:25.325Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-18T03:10:25.325Z Dload Upload Total Spent Left Speed
1462024-10-18T03:10:25.662Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 60.5M 0 --:--:-- --:--:-- --:--:-- 60.6M
1472024-10-18T03:10:25.665Z++ popd
1482024-10-18T03:10:25.665Z/work/oxidecomputer/maghemite
1492024-10-18T03:10:25.665Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-18T03:10:25.665Z++ repo=sidecar-lite
1512024-10-18T03:10:25.665Z++ series=release
1522024-10-18T03:10:25.665Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-18T03:10:25.665Z++ name=scadm
1542024-10-18T03:10:25.665Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-18T03:10:25.665Z++ mkdir -p download
1562024-10-18T03:10:25.679Z++ pushd download
1572024-10-18T03:10:25.679Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-18T03:10:25.679Z++ [[ ! -f scadm ]]
1592024-10-18T03:10:25.679Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-18T03:10:25.685Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-18T03:10:25.685Z Dload Upload Total Spent Left Speed
1622024-10-18T03:10:26.180Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 77 22.7M 77 17.5M 0 0 41.1M 0 --:--:-- --:--:-- --:--:-- 41.1M 100 22.7M 100 22.7M 0 0 46.1M 0 --:--:-- --:--:-- --:--:-- 46.0M
1632024-10-18T03:10:26.184Z++ popd
1642024-10-18T03:10:26.184Z/work/oxidecomputer/maghemite
1652024-10-18T03:10:26.186Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-18T03:10:26.186Z++ repo=dendrite
1672024-10-18T03:10:26.186Z++ series=image
1682024-10-18T03:10:26.186Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-18T03:10:26.186Z++ name=dendrite-softnpu.tar.gz
1702024-10-18T03:10:26.186Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-18T03:10:26.186Z++ mkdir -p download
1722024-10-18T03:10:26.190Z++ pushd download
1732024-10-18T03:10:26.190Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-18T03:10:26.190Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-18T03:10:26.190Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-18T03:10:26.194Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-18T03:10:26.194Z Dload Upload Total Spent Left Speed
1782024-10-18T03:10:26.653Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 81.8M 0 --:--:-- --:--:-- --:--:-- 82.0M
1792024-10-18T03:10:26.657Z++ popd
1802024-10-18T03:10:26.659Z/work/oxidecomputer/maghemite
1812024-10-18T03:10:26.659Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-18T03:10:26.659Z++ repo=maghemite
1832024-10-18T03:10:26.659Z++ series=release
1842024-10-18T03:10:26.659Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-18T03:10:26.659Z++ name=ddmd
1862024-10-18T03:10:26.659Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-18T03:10:26.659Z++ mkdir -p download
1882024-10-18T03:10:26.662Z++ pushd download
1892024-10-18T03:10:26.662Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-18T03:10:26.662Z++ [[ ! -f ddmd ]]
1912024-10-18T03:10:26.662Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-18T03:10:26.668Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-18T03:10:26.668Z Dload Upload Total Spent Left Speed
1942024-10-18T03:10:27.185Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 40.9M 82 33.7M 0 0 75.8M 0 --:--:-- --:--:-- --:--:-- 75.7M 100 40.9M 100 40.9M 0 0 79.2M 0 --:--:-- --:--:-- --:--:-- 79.2M
1952024-10-18T03:10:27.189Z++ popd
1962024-10-18T03:10:27.191Z/work/oxidecomputer/maghemite
1972024-10-18T03:10:27.191Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-18T03:10:27.191Z++ repo=maghemite
1992024-10-18T03:10:27.191Z++ series=release
2002024-10-18T03:10:27.191Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-18T03:10:27.191Z++ name=ddmadm
2022024-10-18T03:10:27.191Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-18T03:10:27.191Z++ mkdir -p download
2042024-10-18T03:10:27.191Z++ pushd download
2052024-10-18T03:10:27.191Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-18T03:10:27.191Z++ [[ ! -f ddmadm ]]
2072024-10-18T03:10:27.194Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-18T03:10:27.200Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-18T03:10:27.200Z Dload Upload Total Spent Left Speed
2102024-10-18T03:10:27.621Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 42.7M 0 --:--:-- --:--:-- --:--:-- 42.8M
2112024-10-18T03:10:27.624Z++ popd
2122024-10-18T03:10:27.627Z/work/oxidecomputer/maghemite
2132024-10-18T03:10:27.627Z++ pushd download
2142024-10-18T03:10:27.627Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-18T03:10:27.627Z++ chmod +x softnpu
2162024-10-18T03:10:27.627Z++ chmod +x scadm
2172024-10-18T03:10:27.630Z++ chmod +x ddmadm
2182024-10-18T03:10:27.632Z++ chmod +x ddmd
2192024-10-18T03:10:27.636Z++ mv ddmadm ddmadm-v2
2202024-10-18T03:10:27.636Z++ mv ddmd ddmd-v2
2212024-10-18T03:10:27.640Z++ rm -rf zones/dendrite
2222024-10-18T03:10:27.640Z++ mkdir -p zones/dendrite
2232024-10-18T03:10:27.640Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-18T03:10:28.398Z++ popd
2252024-10-18T03:10:28.398Z/work/oxidecomputer/maghemite
2262024-10-18T03:10:28.398Z++ banner install
2272024-10-18T03:10:28.401Z
2282024-10-18T03:10:28.401Z # # # #### ##### ## # #
2292024-10-18T03:10:28.401Z # ## # # # # # # #
2302024-10-18T03:10:28.401Z # # # # #### # # # # #
2312024-10-18T03:10:28.401Z # # # # # # ###### # #
2322024-10-18T03:10:28.401Z # # ## # # # # # # #
2332024-10-18T03:10:28.401Z # # # #### # # # ###### ######
2342024-10-18T03:10:28.401Z
2352024-10-18T03:10:28.404Z++ pkg info brand/sparse
2362024-10-18T03:10:28.404Z++ grep -qi installed
2372024-10-18T03:10:29.951Zpkg: info: no packages matching the following patterns you specified are
2382024-10-18T03:10:29.951Zinstalled on the system. Try querying remotely instead:
2392024-10-18T03:10:29.951Z
2402024-10-18T03:10:29.951Z brand/sparse
2412024-10-18T03:10:30.000Z++ [[ 1 != 0 ]]
2422024-10-18T03:10:30.000Z++ set -o errexit
2432024-10-18T03:10:30.000Z++ pfexec pkg install brand/sparse
2442024-10-18T03:10:38.471Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-18T03:10:41.478Z Startup: Caching catalogs ... Done
2462024-10-18T03:10:47.601ZPlanning: Solver setup ... Done
2472024-10-18T03:10:47.678ZPlanning: Running solver ... Done
2482024-10-18T03:10:47.755ZPlanning: Finding local manifests ... Done
2492024-10-18T03:10:47.769ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-18T03:10:47.865ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-18T03:10:47.941ZPlanning: Package planning ... Done
2522024-10-18T03:10:47.947ZPlanning: Merging actions ... Done
2532024-10-18T03:10:48.143ZPlanning: Checking for conflicting actions ... Done
2542024-10-18T03:10:49.969ZPlanning: Consolidating action changes ... Done
2552024-10-18T03:10:50.390ZPlanning: Evaluating mediators ... Done
2562024-10-18T03:10:50.459ZPlanning: Planning completed in 8.89 seconds
2572024-10-18T03:10:50.474Z Packages to install: 1
2582024-10-18T03:10:50.474Z Packages to update: 2
2592024-10-18T03:10:50.476Z Create boot environment: No
2602024-10-18T03:10:50.476ZCreate backup boot environment: Yes
2612024-10-18T03:10:50.546Z
2622024-10-18T03:10:50.546ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-18T03:10:53.743ZDownload: Completed 8.03 MB in 3.19 seconds (2.5M/s)
2642024-10-18T03:10:55.751Z Actions: 1/1419 actions (Removing old actions)
2652024-10-18T03:10:55.771Z Actions: 199/1419 actions (Installing new actions)
2662024-10-18T03:10:55.887Z Actions: 579/1419 actions (Updating modified actions)
2672024-10-18T03:10:56.205Z Actions: Completed 1419 actions in 0.45 seconds.
2682024-10-18T03:10:56.541Z Done
2692024-10-18T03:10:56.544Z Done
2702024-10-18T03:10:56.979Z Done
2712024-10-18T03:11:01.422Z Done
2722024-10-18T03:11:01.489Z Done
2732024-10-18T03:11:01.505Z Done
2742024-10-18T03:11:01.621Z Done
2752024-10-18T03:11:01.957Z++ set -o errexit
2762024-10-18T03:11:01.957Z++ set -o pipefail
2772024-10-18T03:11:01.957Z++ banner build
2782024-10-18T03:11:01.970Z
2792024-10-18T03:11:01.970Z ##### # # # # #####
2802024-10-18T03:11:01.970Z # # # # # # # #
2812024-10-18T03:11:01.971Z ##### # # # # # #
2822024-10-18T03:11:01.971Z # # # # # # # #
2832024-10-18T03:11:01.971Z # # # # # # # #
2842024-10-18T03:11:01.971Z ##### #### # ###### #####
2852024-10-18T03:11:01.971Z
2862024-10-18T03:11:01.971Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-10-18T03:11:02.147Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-10-18T03:11:02.351Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-10-18T03:11:02.542ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-10-18T03:11:02.543Z * [new branch] ci -> origin/ci
2912024-10-18T03:11:02.550Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2922024-10-18T03:11:02.550Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2932024-10-18T03:11:02.550Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2942024-10-18T03:11:02.551Z * [new branch] main -> origin/main
2952024-10-18T03:11:02.551Z * [new ref] -> origin/HEAD
2962024-10-18T03:11:02.555Z Updating crates.io index
2972024-10-18T03:11:02.610Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982024-10-18T03:11:03.278ZFrom https://github.com/oxidecomputer/falcon
2992024-10-18T03:11:03.278Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3002024-10-18T03:11:03.356Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012024-10-18T03:11:04.539ZFrom https://github.com/oxidecomputer/dendrite
3022024-10-18T03:11:04.540Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3032024-10-18T03:11:04.579Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-10-18T03:11:04.948ZFrom https://github.com/oxidecomputer/ispf
3052024-10-18T03:11:04.948Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3062024-10-18T03:11:04.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-10-18T03:11:05.411ZFrom https://github.com/oxidecomputer/netadm-sys
3082024-10-18T03:11:05.412Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3092024-10-18T03:11:05.425Z Updating git repository `https://github.com/oxidecomputer/omicron`
3102024-10-18T03:11:09.100ZFrom https://github.com/oxidecomputer/omicron
3112024-10-18T03:11:09.100Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3122024-10-18T03:11:09.132Z * [new tag] dogfood -> dogfood
3132024-10-18T03:11:09.135Z * [new tag] v5 -> v5
3142024-10-18T03:11:09.135Z * [new tag] v6 -> v6
3152024-10-18T03:11:09.135Z * [new tag] v7 -> v7
3162024-10-18T03:11:09.135Z * [new tag] v8 -> v8
3172024-10-18T03:11:09.135Z * [new tag] v9 -> v9
3182024-10-18T03:11:09.497Z Updating git repository `https://github.com/oxidecomputer/opte`
3192024-10-18T03:11:10.495ZFrom https://github.com/oxidecomputer/opte
3202024-10-18T03:11:10.495Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3212024-10-18T03:11:10.561Z Updating git repository `https://github.com/illumos/smf-rs`
3222024-10-18T03:11:10.913ZFrom https://github.com/illumos/smf-rs
3232024-10-18T03:11:10.913Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3242024-10-18T03:11:10.924Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3252024-10-18T03:11:11.615ZFrom https://github.com/oxidecomputer/maghemite
3262024-10-18T03:11:11.615Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3272024-10-18T03:11:11.629Z * [new tag] rift -> rift
3282024-10-18T03:11:11.635Z * [new tag] srp -> srp
3292024-10-18T03:11:11.635Z * [new tag] tie-spf -> tie-spf
3302024-10-18T03:11:11.684Z Updating git repository `https://github.com/oxidecomputer/zone`
3312024-10-18T03:11:12.069ZFrom https://github.com/oxidecomputer/zone
3322024-10-18T03:11:12.069Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3332024-10-18T03:11:12.112Z Updating git repository `https://github.com/oxidecomputer/propolis`
3342024-10-18T03:11:12.775ZFrom https://github.com/oxidecomputer/propolis
3352024-10-18T03:11:12.775Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3362024-10-18T03:11:12.881Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3372024-10-18T03:11:13.283ZFrom https://github.com/oxidecomputer/dlpi-sys
3382024-10-18T03:11:13.283Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3392024-10-18T03:11:13.293Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402024-10-18T03:11:13.679ZFrom https://github.com/jmesmon/rust-libzfs
3412024-10-18T03:11:13.679Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3422024-10-18T03:11:13.694Z * [new tag] v0.4.0 -> v0.4.0
3432024-10-18T03:11:13.708Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442024-10-18T03:11:14.057ZFrom https://github.com/oxidecomputer/rusty-doors
3452024-10-18T03:11:14.057Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3462024-10-18T03:11:14.090Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3472024-10-18T03:11:14.552ZFrom https://github.com/oxidecomputer/maghemite
3482024-10-18T03:11:14.552Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3492024-10-18T03:11:14.580Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3502024-10-18T03:11:14.940ZFrom https://github.com/oxidecomputer/serde_human_bytes
3512024-10-18T03:11:14.940Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3522024-10-18T03:11:14.970Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3532024-10-18T03:11:15.316ZFrom https://github.com/oxidecomputer/slog-error-chain
3542024-10-18T03:11:15.316Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3552024-10-18T03:11:15.346Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3562024-10-18T03:11:15.761ZFrom https://github.com/oxidecomputer/poptrie
3572024-10-18T03:11:15.761Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3582024-10-18T03:11:15.782Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3592024-10-18T03:11:16.112ZFrom https://github.com/illumos/libscf-sys
3602024-10-18T03:11:16.112Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3612024-10-18T03:11:16.130Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3622024-10-18T03:11:17.036ZFrom https://github.com/oxidecomputer/progenitor
3632024-10-18T03:11:17.037Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3642024-10-18T03:11:17.047Z * [new tag] v0.1.1 -> v0.1.1
3652024-10-18T03:11:17.053Z * [new tag] v0.2.0 -> v0.2.0
3662024-10-18T03:11:17.053Z * [new tag] v0.3.0 -> v0.3.0
3672024-10-18T03:11:17.053Z * [new tag] v0.4.0 -> v0.4.0
3682024-10-18T03:11:17.053Z * [new tag] v0.5.0 -> v0.5.0
3692024-10-18T03:11:17.053Z * [new tag] v0.6.0 -> v0.6.0
3702024-10-18T03:11:17.053Z * [new tag] v0.7.0 -> v0.7.0
3712024-10-18T03:11:17.281Z Updating git repository `https://github.com/oxidecomputer/typify`
3722024-10-18T03:11:19.858ZFrom https://github.com/oxidecomputer/typify
3732024-10-18T03:11:19.858Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3742024-10-18T03:11:19.861Z * [new tag] v0.2.0 -> v0.2.0
3752024-10-18T03:11:19.878Z * [new tag] v0.0.10 -> v0.0.10
3762024-10-18T03:11:19.881Z * [new tag] v0.0.11 -> v0.0.11
3772024-10-18T03:11:19.881Z * [new tag] v0.0.12 -> v0.0.12
3782024-10-18T03:11:19.881Z * [new tag] v0.0.13 -> v0.0.13
3792024-10-18T03:11:19.881Z * [new tag] v0.0.14 -> v0.0.14
3802024-10-18T03:11:19.881Z * [new tag] v0.0.15 -> v0.0.15
3812024-10-18T03:11:19.881Z * [new tag] v0.0.16 -> v0.0.16
3822024-10-18T03:11:19.881Z * [new tag] v0.0.4 -> v0.0.4
3832024-10-18T03:11:19.881Z * [new tag] v0.0.5 -> v0.0.5
3842024-10-18T03:11:19.881Z * [new tag] v0.0.7 -> v0.0.7
3852024-10-18T03:11:19.881Z * [new tag] v0.0.8 -> v0.0.8
3862024-10-18T03:11:19.881Z * [new tag] v0.0.9 -> v0.0.9
3872024-10-18T03:11:19.881Z * [new tag] v0.1.0 -> v0.1.0
3882024-10-18T03:11:20.039Z Updating git repository `https://github.com/oxidecomputer/crucible`
3892024-10-18T03:11:21.938ZFrom https://github.com/oxidecomputer/crucible
3902024-10-18T03:11:21.938Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3912024-10-18T03:11:21.998Z Updating git repository `https://github.com/oxidecomputer/opte`
3922024-10-18T03:11:22.448ZFrom https://github.com/oxidecomputer/opte
3932024-10-18T03:11:22.448Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3942024-10-18T03:11:22.507Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3952024-10-18T03:11:23.110ZFrom https://github.com/oxidecomputer/management-gateway-service
3962024-10-18T03:11:23.110Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3972024-10-18T03:11:23.810Z Downloading crates ...
3982024-10-18T03:11:23.901Z Downloaded foreign-types v0.3.2
3992024-10-18T03:11:23.904Z Downloaded crucible-workspace-hack v0.1.0
4002024-10-18T03:11:23.906Z Downloaded atomicwrites v0.4.4
4012024-10-18T03:11:23.906Z Downloaded async-stream-impl v0.3.5
4022024-10-18T03:11:23.909Z Downloaded dtrace-parser v0.2.0
4032024-10-18T03:11:23.913Z Downloaded colorchoice v1.0.2
4042024-10-18T03:11:23.916Z Downloaded ciborium-ll v0.2.2
4052024-10-18T03:11:23.918Z Downloaded foreign-types-shared v0.3.1
4062024-10-18T03:11:23.918Z Downloaded password-hash v0.5.0
4072024-10-18T03:11:23.921Z Downloaded pretty-hex v0.2.1
4082024-10-18T03:11:23.924Z Downloaded debug-ignore v1.0.5
4092024-10-18T03:11:23.926Z Downloaded either v1.13.0
4102024-10-18T03:11:23.926Z Downloaded defmt-parser v0.3.4
4112024-10-18T03:11:23.929Z Downloaded crypto-common v0.1.6
4122024-10-18T03:11:23.929Z Downloaded cobs v0.2.3
4132024-10-18T03:11:23.932Z Downloaded rand_core v0.6.4
4142024-10-18T03:11:23.934Z Downloaded progenitor-client v0.8.0
4152024-10-18T03:11:23.934Z Downloaded bitflags v1.3.2
4162024-10-18T03:11:23.937Z Downloaded enum-as-inner v0.6.1
4172024-10-18T03:11:23.940Z Downloaded darling v0.20.10
4182024-10-18T03:11:23.946Z Downloaded scroll_derive v0.12.0
4192024-10-18T03:11:23.949Z Downloaded futures-core v0.3.30
4202024-10-18T03:11:23.949Z Downloaded camino v1.1.9
4212024-10-18T03:11:23.951Z Downloaded powerfmt v0.2.0
4222024-10-18T03:11:23.955Z Downloaded rustc_version v0.1.7
4232024-10-18T03:11:23.955Z Downloaded argon2 v0.5.3
4242024-10-18T03:11:23.957Z Downloaded cancel-safe-futures v0.1.5
4252024-10-18T03:11:23.960Z Downloaded futures-io v0.3.30
4262024-10-18T03:11:23.964Z Downloaded derive-where v1.2.7
4272024-10-18T03:11:23.967Z Downloaded semver v0.1.20
4282024-10-18T03:11:23.967Z Downloaded foreign-types-macros v0.2.3
4292024-10-18T03:11:23.970Z Downloaded signal-hook-registry v1.4.2
4302024-10-18T03:11:23.970Z Downloaded scopeguard v1.2.0
4312024-10-18T03:11:23.973Z Downloaded equivalent v1.0.1
4322024-10-18T03:11:23.973Z Downloaded rustc-hash v2.0.0
4332024-10-18T03:11:23.975Z Downloaded resolv-conf v0.7.0
4342024-10-18T03:11:23.977Z Downloaded proc-macro-error v1.0.4
4352024-10-18T03:11:23.980Z Downloaded slab v0.4.9
4362024-10-18T03:11:23.982Z Downloaded slog-envlogger v2.2.0
4372024-10-18T03:11:23.985Z Downloaded cstr-argument v0.1.2
4382024-10-18T03:11:23.985Z Downloaded crunchy v0.2.2
4392024-10-18T03:11:23.987Z Downloaded const-random-macro v0.1.16
4402024-10-18T03:11:23.987Z Downloaded clap_derive v4.5.18
4412024-10-18T03:11:23.990Z Downloaded rustls-pki-types v1.8.0
4422024-10-18T03:11:23.992Z Downloaded slog-scope v4.4.0
4432024-10-18T03:11:23.994Z Downloaded plain v0.2.3
4442024-10-18T03:11:23.996Z Downloaded block-buffer v0.10.4
4452024-10-18T03:11:23.997Z Downloaded autocfg v1.3.0
4462024-10-18T03:11:24.000Z Downloaded anstyle v1.0.8
4472024-10-18T03:11:24.010Z Downloaded slog-bunyan v2.5.0
4482024-10-18T03:11:24.010Z Downloaded foreign-types-shared v0.1.1
4492024-10-18T03:11:24.010Z Downloaded ciborium-io v0.2.2
4502024-10-18T03:11:24.010Z Downloaded serde_repr v0.1.19
4512024-10-18T03:11:24.022Z Downloaded colored v2.1.0
4522024-10-18T03:11:24.022Z Downloaded crc32fast v1.4.2
4532024-10-18T03:11:24.022Z Downloaded sha2 v0.10.8
4542024-10-18T03:11:24.022Z Downloaded parse-display v0.10.0
4552024-10-18T03:11:24.022Z Downloaded pest_derive v2.7.13
4562024-10-18T03:11:24.022Z Downloaded serde_derive v1.0.210
4572024-10-18T03:11:24.037Z Downloaded embedded-io v0.4.0
4582024-10-18T03:11:24.037Z Downloaded want v0.3.1
4592024-10-18T03:11:24.038Z Downloaded atomic-waker v1.1.2
4602024-10-18T03:11:24.045Z Downloaded sync_wrapper v1.0.1
4612024-10-18T03:11:24.045Z Downloaded futures-sink v0.3.30
4622024-10-18T03:11:24.045Z Downloaded ryu v1.0.18
4632024-10-18T03:11:24.045Z Downloaded num-integer v0.1.46
4642024-10-18T03:11:24.045Z Downloaded progenitor-macro v0.8.0
4652024-10-18T03:11:24.045Z Downloaded waitgroup v0.1.2
4662024-10-18T03:11:24.045Z Downloaded proc-macro2 v1.0.86
4672024-10-18T03:11:24.045Z Downloaded futures-executor v0.3.30
4682024-10-18T03:11:24.049Z Downloaded is_terminal_polyfill v1.70.1
4692024-10-18T03:11:24.049Z Downloaded async-trait v0.1.83
4702024-10-18T03:11:24.049Z Downloaded ipnetwork v0.20.0
4712024-10-18T03:11:24.055Z Downloaded futures-macro v0.3.30
4722024-10-18T03:11:24.055Z Downloaded futures v0.3.30
4732024-10-18T03:11:24.063Z Downloaded terminal_size v0.3.0
4742024-10-18T03:11:24.063Z Downloaded pretty-hex v0.4.1
4752024-10-18T03:11:24.067Z Downloaded num v0.4.3
4762024-10-18T03:11:24.067Z Downloaded macaddr v1.0.1
4772024-10-18T03:11:24.067Z Downloaded smf v0.2.3
4782024-10-18T03:11:24.067Z Downloaded sigpipe v0.1.3
4792024-10-18T03:11:24.070Z Downloaded deranged v0.3.11
4802024-10-18T03:11:24.070Z Downloaded crossbeam-epoch v0.9.18
4812024-10-18T03:11:24.073Z Downloaded tokio-native-tls v0.3.1
4822024-10-18T03:11:24.088Z Downloaded strum v0.26.3
4832024-10-18T03:11:24.092Z Downloaded openssl-macros v0.1.1
4842024-10-18T03:11:24.092Z Downloaded newtype_derive v0.1.6
4852024-10-18T03:11:24.096Z Downloaded base64 v0.22.1
4862024-10-18T03:11:24.100Z Downloaded tower-service v0.3.3
4872024-10-18T03:11:24.100Z Downloaded num-rational v0.4.2
4882024-10-18T03:11:24.100Z Downloaded slog v2.7.0
4892024-10-18T03:11:24.103Z Downloaded ipnet v2.10.0
4902024-10-18T03:11:24.110Z Downloaded dropshot_endpoint v0.12.0
4912024-10-18T03:11:24.116Z Downloaded tokio-rustls v0.25.0
4922024-10-18T03:11:24.116Z Downloaded hubpack_derive v0.1.1
4932024-10-18T03:11:24.117Z Downloaded quinn v0.11.5
4942024-10-18T03:11:24.120Z Downloaded structmeta v0.3.0
4952024-10-18T03:11:24.120Z Downloaded shlex v1.3.0
4962024-10-18T03:11:24.121Z Downloaded rustversion v1.0.17
4972024-10-18T03:11:24.124Z Downloaded utf8parse v0.2.2
4982024-10-18T03:11:24.124Z Downloaded bytes v1.7.2
4992024-10-18T03:11:24.128Z Downloaded serde_path_to_error v0.1.16
5002024-10-18T03:11:24.132Z Downloaded percent-encoding v2.3.1
5012024-10-18T03:11:24.132Z Downloaded ahash v0.8.11
5022024-10-18T03:11:24.136Z Downloaded expectorate v1.1.0
5032024-10-18T03:11:24.141Z Downloaded usdt-macro v0.5.0
5042024-10-18T03:11:24.141Z Downloaded schemars_derive v0.8.21
5052024-10-18T03:11:24.141Z Downloaded hyper-rustls v0.24.2
5062024-10-18T03:11:24.145Z Downloaded linear-map v1.2.0
5072024-10-18T03:11:24.148Z Downloaded humantime v2.1.0
5082024-10-18T03:11:24.148Z Downloaded mime v0.3.17
5092024-10-18T03:11:24.152Z Downloaded pin-project-lite v0.2.14
5102024-10-18T03:11:24.156Z Downloaded instant v0.1.13
5112024-10-18T03:11:24.161Z Downloaded slog-async v2.8.0
5122024-10-18T03:11:24.161Z Downloaded strum_macros v0.26.4
5132024-10-18T03:11:24.165Z Downloaded strum_macros v0.25.3
5142024-10-18T03:11:24.165Z Downloaded httpdate v1.0.3
5152024-10-18T03:11:24.170Z Downloaded slog-stdlog v4.1.1
5162024-10-18T03:11:24.170Z Downloaded schemars v0.8.21
5172024-10-18T03:11:24.182Z Downloaded usdt-attr-macro v0.5.0
5182024-10-18T03:11:24.189Z Downloaded sync_wrapper v0.1.2
5192024-10-18T03:11:24.189Z Downloaded heapless v0.8.0
5202024-10-18T03:11:24.192Z Downloaded subtle v2.6.1
5212024-10-18T03:11:24.192Z Downloaded itoa v1.0.11
5222024-10-18T03:11:24.192Z Downloaded defmt v0.3.8
5232024-10-18T03:11:24.197Z Downloaded smallvec v1.13.2
5242024-10-18T03:11:24.200Z Downloaded parking_lot v0.11.2
5252024-10-18T03:11:24.204Z Downloaded untrusted v0.9.0
5262024-10-18T03:11:24.207Z Downloaded hostname v0.3.1
5272024-10-18T03:11:24.207Z Downloaded stable_deref_trait v1.2.0
5282024-10-18T03:11:24.207Z Downloaded serde_derive_internals v0.29.1
5292024-10-18T03:11:24.210Z Downloaded rustls-pemfile v2.1.3
5302024-10-18T03:11:24.213Z Downloaded hex v0.4.3
5312024-10-18T03:11:24.213Z Downloaded heck v0.5.0
5322024-10-18T03:11:24.217Z Downloaded num_threads v0.1.7
5332024-10-18T03:11:24.220Z Downloaded hash32 v0.3.1
5342024-10-18T03:11:24.220Z Downloaded cc v1.1.21
5352024-10-18T03:11:24.223Z Downloaded base64 v0.21.7
5362024-10-18T03:11:24.227Z Downloaded try-lock v0.2.5
5372024-10-18T03:11:24.229Z Downloaded swrite v0.1.0
5382024-10-18T03:11:24.229Z Downloaded hyper-tls v0.5.0
5392024-10-18T03:11:24.232Z Downloaded hostname v0.4.0
5402024-10-18T03:11:24.232Z Downloaded generic-array v0.14.7
5412024-10-18T03:11:24.243Z Downloaded omicron-workspace-hack v0.1.0
5422024-10-18T03:11:24.243Z Downloaded typenum v1.17.0
5432024-10-18T03:11:24.245Z Downloaded openssl-probe v0.1.5
5442024-10-18T03:11:24.245Z Downloaded serde v1.0.210
5452024-10-18T03:11:24.245Z Downloaded fxhash v0.2.1
5462024-10-18T03:11:24.245Z Downloaded thread_local v1.1.8
5472024-10-18T03:11:24.245Z Downloaded hickory-resolver v0.24.1
5482024-10-18T03:11:24.250Z Downloaded newtype-uuid v1.1.0
5492024-10-18T03:11:24.253Z Downloaded postcard v1.0.10
5502024-10-18T03:11:24.255Z Downloaded zone_cfg_derive v0.3.0
5512024-10-18T03:11:24.255Z Downloaded smartstring v1.0.1
5522024-10-18T03:11:24.258Z Downloaded multer v3.1.0
5532024-10-18T03:11:24.260Z Downloaded unicode-segmentation v1.12.0
5542024-10-18T03:11:24.265Z Downloaded heck v0.4.1
5552024-10-18T03:11:24.267Z Downloaded take_mut v0.2.2
5562024-10-18T03:11:24.267Z Downloaded strsim v0.11.1
5572024-10-18T03:11:24.270Z Downloaded linked-hash-map v0.5.6
5582024-10-18T03:11:24.272Z Downloaded zeroize v1.8.1
5592024-10-18T03:11:24.272Z Downloaded tinyvec_macros v0.1.1
5602024-10-18T03:11:24.275Z Downloaded newline-converter v0.3.0
5612024-10-18T03:11:24.275Z Downloaded ident_case v1.0.1
5622024-10-18T03:11:24.275Z Downloaded socket2 v0.5.7
5632024-10-18T03:11:24.278Z Downloaded owo-colors v4.1.0
5642024-10-18T03:11:24.281Z Downloaded tabwriter v1.4.0
5652024-10-18T03:11:24.284Z Downloaded http-body v0.4.6
5662024-10-18T03:11:24.286Z Downloaded tiny-keccak v2.0.2
5672024-10-18T03:11:24.290Z Downloaded once_cell v1.19.0
5682024-10-18T03:11:24.293Z Downloaded usdt v0.5.0
5692024-10-18T03:11:24.293Z Downloaded toml_datetime v0.6.8
5702024-10-18T03:11:24.293Z Downloaded num_enum_derive v0.7.3
5712024-10-18T03:11:24.295Z Downloaded uuid v1.10.0
5722024-10-18T03:11:24.299Z Downloaded thread-id v4.2.2
5732024-10-18T03:11:24.301Z Downloaded httparse v1.9.4
5742024-10-18T03:11:24.304Z Downloaded version_check v0.9.5
5752024-10-18T03:11:24.306Z Downloaded managed v0.8.0
5762024-10-18T03:11:24.306Z Downloaded num_enum v0.5.11
5772024-10-18T03:11:24.314Z Downloaded lock_api v0.4.12
5782024-10-18T03:11:24.318Z Downloaded parking_lot v0.12.3
5792024-10-18T03:11:24.321Z Downloaded http v0.2.12
5802024-10-18T03:11:24.324Z Downloaded hyper-tls v0.6.0
5812024-10-18T03:11:24.327Z Downloaded typify v0.2.0
5822024-10-18T03:11:24.330Z Downloaded lazy_static v1.5.0
5832024-10-18T03:11:24.332Z Downloaded native-tls v0.2.12
5842024-10-18T03:11:24.338Z Downloaded thiserror-impl v1.0.64
5852024-10-18T03:11:24.339Z Downloaded time-macros v0.2.18
5862024-10-18T03:11:24.342Z Downloaded num_enum v0.7.3
5872024-10-18T03:11:24.345Z Downloaded unicode-ident v1.0.13
5882024-10-18T03:11:24.349Z Downloaded term v0.7.0
5892024-10-18T03:11:24.354Z Downloaded openssl-sys v0.9.103
5902024-10-18T03:11:24.361Z Downloaded getrandom v0.2.15
5912024-10-18T03:11:24.365Z Downloaded indexmap v1.9.3
5922024-10-18T03:11:24.369Z Downloaded mio v1.0.2
5932024-10-18T03:11:24.375Z Downloaded ucd-trie v0.1.6
5942024-10-18T03:11:24.378Z Downloaded zerocopy v0.6.6
5952024-10-18T03:11:24.380Z Downloaded usdt-impl v0.5.0
5962024-10-18T03:11:24.383Z Downloaded zerocopy-derive v0.7.35
5972024-10-18T03:11:24.387Z Downloaded toml v0.8.19
5982024-10-18T03:11:24.391Z Downloaded minimal-lexical v0.2.1
5992024-10-18T03:11:24.396Z Downloaded hyper v1.4.1
6002024-10-18T03:11:24.404Z Downloaded unicode-bidi v0.3.15
6012024-10-18T03:11:24.407Z Downloaded url v2.5.2
6022024-10-18T03:11:24.410Z Downloaded serde_json v1.0.128
6032024-10-18T03:11:24.419Z Downloaded tracing-core v0.1.32
6042024-10-18T03:11:24.422Z Downloaded clap_builder v4.5.18
6052024-10-18T03:11:24.432Z Downloaded memchr v2.7.4
6062024-10-18T03:11:24.443Z Downloaded hashbrown v0.14.5
6072024-10-18T03:11:24.452Z Downloaded time v0.3.36
6082024-10-18T03:11:24.457Z Downloaded indexmap v2.5.0
6092024-10-18T03:11:24.457Z Downloaded steno v0.4.1
6102024-10-18T03:11:24.461Z Downloaded hashbrown v0.12.3
6112024-10-18T03:11:24.466Z Downloaded serde_with v3.9.0
6122024-10-18T03:11:24.474Z Downloaded toml_edit v0.22.21
6132024-10-18T03:11:24.499Z Downloaded libm v0.2.8
6142024-10-18T03:11:24.507Z Downloaded h2 v0.4.6
6152024-10-18T03:11:24.514Z Downloaded pest v2.7.13
6162024-10-18T03:11:24.520Z Downloaded winnow v0.6.18
6172024-10-18T03:11:24.529Z Downloaded itertools v0.13.0
6182024-10-18T03:11:24.538Z Downloaded goblin v0.8.2
6192024-10-18T03:11:24.544Z Downloaded winnow v0.5.40
6202024-10-18T03:11:24.555Z Downloaded hyper v0.14.30
6212024-10-18T03:11:24.562Z Downloaded h2 v0.3.26
6222024-10-18T03:11:24.571Z Downloaded futures-util v0.3.30
6232024-10-18T03:11:24.583Z Downloaded unicode-width v0.1.14
6242024-10-18T03:11:24.589Z Downloaded syn v1.0.109
6252024-10-18T03:11:24.601Z Downloaded webpki-roots v0.26.6
6262024-10-18T03:11:24.605Z Downloaded vcpkg v0.2.15
6272024-10-18T03:11:24.647Z Downloaded idna v0.5.0
6282024-10-18T03:11:24.655Z Downloaded openssl v0.10.66
6292024-10-18T03:11:24.666Z Downloaded hickory-proto v0.24.1
6302024-10-18T03:11:24.683Z Downloaded idna v0.4.0
6312024-10-18T03:11:24.690Z Downloaded quinn-proto v0.11.8
6322024-10-18T03:11:24.698Z Downloaded reqwest v0.12.8
6332024-10-18T03:11:24.705Z Downloaded openapiv3 v2.0.0
6342024-10-18T03:11:24.719Z Downloaded regex v1.10.6
6352024-10-18T03:11:24.732Z Downloaded rustls v0.23.13
6362024-10-18T03:11:24.744Z Downloaded syn v2.0.77
6372024-10-18T03:11:24.756Z Downloaded rustls v0.21.12
6382024-10-18T03:11:24.768Z Downloaded webpki-roots v0.25.4
6392024-10-18T03:11:24.773Z Downloaded typify-impl v0.2.0
6402024-10-18T03:11:24.789Z Downloaded smoltcp v0.11.0
6412024-10-18T03:11:24.803Z Downloaded rhai v1.19.0
6422024-10-18T03:11:24.819Z Downloaded rustix v0.38.37
6432024-10-18T03:11:24.838Z Downloaded regex-syntax v0.8.4
6442024-10-18T03:11:24.850Z Downloaded rustls v0.22.4
6452024-10-18T03:11:24.862Z Downloaded zerocopy-derive v0.6.6
6462024-10-18T03:11:24.874Z Downloaded regress v0.10.1
6472024-10-18T03:11:24.884Z Downloaded regress v0.9.1
6482024-10-18T03:11:24.889Z Downloaded sled v0.34.7
6492024-10-18T03:11:24.900Z Downloaded rustls-webpki v0.101.7
6502024-10-18T03:11:24.914Z Downloaded dropshot v0.12.0
6512024-10-18T03:11:24.959Z Downloaded unicode-normalization v0.1.24
6522024-10-18T03:11:24.974Z Downloaded rustls-webpki v0.102.8
6532024-10-18T03:11:24.974Z Downloaded chrono v0.4.38
6542024-10-18T03:11:24.975Z Downloaded toml_edit v0.19.15
6552024-10-18T03:11:24.987Z Downloaded regex-automata v0.4.7
6562024-10-18T03:11:25.002Z Downloaded itertools v0.12.1
6572024-10-18T03:11:25.008Z Downloaded itertools v0.10.5
6582024-10-18T03:11:25.014Z Downloaded zerocopy v0.7.35
6592024-10-18T03:11:25.033Z Downloaded nom v7.1.3
6602024-10-18T03:11:25.038Z Downloaded tokio-util v0.7.12
6612024-10-18T03:11:25.045Z Downloaded http v1.1.0
6622024-10-18T03:11:25.062Z Downloaded reqwest v0.11.27
6632024-10-18T03:11:25.071Z Downloaded tracing v0.1.40
6642024-10-18T03:11:25.072Z Downloaded tokio v1.40.0
6652024-10-18T03:11:25.112Z Downloaded petgraph v0.6.5
6662024-10-18T03:11:25.122Z Downloaded tinyvec v1.8.0
6672024-10-18T03:11:25.129Z Downloaded tempfile v3.12.0
6682024-10-18T03:11:25.129Z Downloaded log v0.4.22
6692024-10-18T03:11:25.130Z Downloaded futures-task v0.3.30
6702024-10-18T03:11:25.130Z Downloaded static_assertions v1.1.0
6712024-10-18T03:11:25.138Z Downloaded libc v0.2.161
6722024-10-18T03:11:25.166Z Downloaded num_enum_derive v0.5.11
6732024-10-18T03:11:25.176Z Downloaded tracing-attributes v0.1.27
6742024-10-18T03:11:25.176Z Downloaded quinn-udp v0.5.5
6752024-10-18T03:11:25.176Z Downloaded slog-term v2.9.1
6762024-10-18T03:11:25.176Z Downloaded half v2.4.1
6772024-10-18T03:11:25.176Z Downloaded slog-json v2.6.1
6782024-10-18T03:11:25.176Z Downloaded match_cfg v0.1.0
6792024-10-18T03:11:25.176Z Downloaded memmap v0.7.0
6802024-10-18T03:11:25.177Z Downloaded aho-corasick v1.1.3
6812024-10-18T03:11:25.184Z Downloaded progenitor-impl v0.8.0
6822024-10-18T03:11:25.184Z Downloaded typify-macro v0.2.0
6832024-10-18T03:11:25.184Z Downloaded indent_write v2.2.0
6842024-10-18T03:11:25.184Z Downloaded num-complex v0.4.6
6852024-10-18T03:11:25.188Z Downloaded hyper-rustls v0.27.3
6862024-10-18T03:11:25.189Z Downloaded libsw v3.3.1
6872024-10-18T03:11:25.189Z Downloaded http-body v1.0.1
6882024-10-18T03:11:25.189Z Downloaded num-derive v0.4.2
6892024-10-18T03:11:25.189Z Downloaded whoami v1.5.2
6902024-10-18T03:11:25.194Z Downloaded spin v0.9.8
6912024-10-18T03:11:25.194Z Downloaded rand v0.8.5
6922024-10-18T03:11:25.205Z Downloaded encoding_rs v0.8.34
6932024-10-18T03:11:25.217Z Downloaded quote v1.0.37
6942024-10-18T03:11:25.228Z Downloaded pest_meta v2.7.13
6952024-10-18T03:11:25.229Z Downloaded structmeta-derive v0.3.0
6962024-10-18T03:11:25.229Z Downloaded crossbeam-channel v0.5.13
6972024-10-18T03:11:25.233Z Downloaded time-core v0.1.2
6982024-10-18T03:11:25.233Z Downloaded tokio-macros v2.4.0
6992024-10-18T03:11:25.233Z Downloaded semver v1.0.23
7002024-10-18T03:11:25.233Z Downloaded sct v0.7.1
7012024-10-18T03:11:25.242Z Downloaded backoff v0.4.0
7022024-10-18T03:11:25.242Z Downloaded zone v0.3.0
7032024-10-18T03:11:25.242Z Downloaded num-conv v0.1.0
7042024-10-18T03:11:25.242Z Downloaded unsafe-libyaml v0.2.11
7052024-10-18T03:11:25.247Z Downloaded num-traits v0.2.19
7062024-10-18T03:11:25.247Z Downloaded hyper-util v0.1.9
7072024-10-18T03:11:25.247Z Downloaded lru-cache v0.1.2
7082024-10-18T03:11:25.247Z Downloaded rustc_version v0.4.1
7092024-10-18T03:11:25.256Z Downloaded http-body-util v0.1.2
7102024-10-18T03:11:25.256Z Downloaded thiserror v1.0.64
7112024-10-18T03:11:25.259Z Downloaded prettyplease v0.2.22
7122024-10-18T03:11:25.260Z Downloaded serde_with_macros v3.9.0
7132024-10-18T03:11:25.260Z Downloaded scroll v0.12.0
7142024-10-18T03:11:25.274Z Downloaded allocator-api2 v0.2.18
7152024-10-18T03:11:25.274Z Downloaded num-derive v0.3.3
7162024-10-18T03:11:25.274Z Downloaded slog-dtrace v0.3.0
7172024-10-18T03:11:25.274Z Downloaded parking_lot_core v0.8.6
7182024-10-18T03:11:25.288Z Downloaded serde_urlencoded v0.7.1
7192024-10-18T03:11:25.288Z Downloaded darling_core v0.20.10
7202024-10-18T03:11:25.288Z Downloaded clap v4.5.18
7212024-10-18T03:11:25.288Z Downloaded arc-swap v1.7.1
7222024-10-18T03:11:25.294Z Downloaded tokio-rustls v0.26.0
7232024-10-18T03:11:25.294Z Downloaded tokio-rustls v0.24.1
7242024-10-18T03:11:25.294Z Downloaded cfg-if v1.0.0
7252024-10-18T03:11:25.294Z Downloaded rustls-pemfile v1.0.4
7262024-10-18T03:11:25.302Z Downloaded hubpack v0.1.2
7272024-10-18T03:11:25.302Z Downloaded quick-error v1.2.3
7282024-10-18T03:11:25.302Z Downloaded progenitor v0.8.0
7292024-10-18T03:11:25.303Z Downloaded proc-macro-crate v3.2.0
7302024-10-18T03:11:25.303Z Downloaded proc-macro-crate v1.3.1
7312024-10-18T03:11:25.303Z Downloaded pest_generator v2.7.13
7322024-10-18T03:11:25.309Z Downloaded thin-vec v0.2.13
7332024-10-18T03:11:25.309Z Downloaded rand_chacha v0.3.1
7342024-10-18T03:11:25.310Z Downloaded proc-macro-error-attr v1.0.4
7352024-10-18T03:11:25.310Z Downloaded derive_more v0.99.18
7362024-10-18T03:11:25.315Z Downloaded similar v2.6.0
7372024-10-18T03:11:25.315Z Downloaded serde_yaml v0.9.34+deprecated
7382024-10-18T03:11:25.320Z Downloaded iana-time-zone v0.1.61
7392024-10-18T03:11:25.320Z Downloaded sha1 v0.10.6
7402024-10-18T03:11:25.324Z Downloaded serde_spanned v0.6.7
7412024-10-18T03:11:25.324Z Downloaded serde-big-array v0.5.1
7422024-10-18T03:11:25.324Z Downloaded ppv-lite86 v0.2.20
7432024-10-18T03:11:25.324Z Downloaded pkg-config v0.3.31
7442024-10-18T03:11:25.324Z Downloaded parse-display-derive v0.10.0
7452024-10-18T03:11:25.328Z Downloaded form_urlencoded v1.2.1
7462024-10-18T03:11:25.328Z Downloaded crossbeam-utils v0.8.20
7472024-10-18T03:11:25.330Z Downloaded bitflags v2.6.0
7482024-10-18T03:11:25.336Z Downloaded num-iter v0.1.45
7492024-10-18T03:11:25.336Z Downloaded highway v1.2.0
7502024-10-18T03:11:25.340Z Downloaded futures-channel v0.3.30
7512024-10-18T03:11:25.340Z Downloaded foreign-types v0.5.0
7522024-10-18T03:11:25.340Z Downloaded anstyle-query v1.1.1
7532024-10-18T03:11:25.340Z Downloaded is-terminal v0.4.13
7542024-10-18T03:11:25.340Z Downloaded paste v1.0.15
7552024-10-18T03:11:25.344Z Downloaded cpufeatures v0.2.14
7562024-10-18T03:11:25.344Z Downloaded defmt-macros v0.3.9
7572024-10-18T03:11:25.348Z Downloaded camino-tempfile v1.1.1
7582024-10-18T03:11:25.352Z Downloaded base64ct v1.6.0
7592024-10-18T03:11:25.352Z Downloaded async-stream v0.3.5
7602024-10-18T03:11:25.363Z Downloaded dyn-clone v1.0.17
7612024-10-18T03:11:25.363Z Downloaded dirs-next v2.0.0
7622024-10-18T03:11:25.363Z Downloaded data-encoding v2.6.0
7632024-10-18T03:11:25.369Z Downloaded clap_lex v0.7.2
7642024-10-18T03:11:25.369Z Downloaded fnv v1.0.7
7652024-10-18T03:11:25.369Z Downloaded embedded-io v0.6.1
7662024-10-18T03:11:25.369Z Downloaded fastrand v2.1.1
7672024-10-18T03:11:25.369Z Downloaded dof v0.3.0
7682024-10-18T03:11:25.369Z Downloaded float-ord v0.3.2
7692024-10-18T03:11:25.369Z Downloaded errno v0.3.9
7702024-10-18T03:11:25.370Z Downloaded serde_tokenstream v0.2.2
7712024-10-18T03:11:25.370Z Downloaded rhai_codegen v2.2.0
7722024-10-18T03:11:25.376Z Downloaded cookie v0.18.1
7732024-10-18T03:11:25.381Z Downloaded anstream v0.6.15
7742024-10-18T03:11:25.381Z Downloaded console v0.15.8
7752024-10-18T03:11:25.381Z Downloaded byteorder v1.5.0
7762024-10-18T03:11:25.386Z Downloaded blake2 v0.10.6
7772024-10-18T03:11:25.386Z Downloaded anyhow v1.0.89
7782024-10-18T03:11:25.400Z Downloaded fixedbitset v0.4.2
7792024-10-18T03:11:25.400Z Downloaded dirs-sys-next v0.1.2
7802024-10-18T03:11:25.401Z Downloaded anstyle-parse v0.2.5
7812024-10-18T03:11:25.401Z Downloaded ciborium v0.2.2
7822024-10-18T03:11:25.401Z Downloaded pin-utils v0.1.0
7832024-10-18T03:11:25.407Z Downloaded digest v0.10.7
7842024-10-18T03:11:25.407Z Downloaded convert_case v0.4.0
7852024-10-18T03:11:25.407Z Downloaded parking_lot_core v0.9.10
7862024-10-18T03:11:25.407Z Downloaded darling_macro v0.20.10
7872024-10-18T03:11:25.408Z Downloaded crc8 v0.1.1
7882024-10-18T03:11:25.408Z Downloaded const-random v0.1.18
7892024-10-18T03:11:25.519Z Downloaded ring v0.17.8
7902024-10-18T03:11:25.882Z Compiling proc-macro2 v1.0.86
7912024-10-18T03:11:25.882Z Compiling unicode-ident v1.0.13
7922024-10-18T03:11:25.889Z Compiling libc v0.2.161
7932024-10-18T03:11:25.889Z Compiling serde v1.0.210
7942024-10-18T03:11:25.889Z Compiling version_check v0.9.5
7952024-10-18T03:11:25.889Z Compiling autocfg v1.3.0
7962024-10-18T03:11:25.916Z Compiling cfg-if v1.0.0
7972024-10-18T03:11:26.036Z Compiling once_cell v1.19.0
7982024-10-18T03:11:26.085Z Compiling libm v0.2.8
7992024-10-18T03:11:26.185Z Compiling memchr v2.7.4
8002024-10-18T03:11:26.521Z Compiling byteorder v1.5.0
8012024-10-18T03:11:26.719Z Compiling parking_lot_core v0.9.10
8022024-10-18T03:11:26.741Z Compiling lock_api v0.4.12
8032024-10-18T03:11:27.138Z Compiling shlex v1.3.0
8042024-10-18T03:11:27.210Z Compiling thiserror v1.0.64
8052024-10-18T03:11:27.318Z Compiling itoa v1.0.11
8062024-10-18T03:11:27.581Z Compiling cc v1.1.21
8072024-10-18T03:11:27.825Z Compiling slab v0.4.9
8082024-10-18T03:11:27.844Z Compiling schemars v0.8.21
8092024-10-18T03:11:28.209Z Compiling quote v1.0.37
8102024-10-18T03:11:28.248Z Compiling ahash v0.8.11
8112024-10-18T03:11:28.275Z Compiling allocator-api2 v0.2.18
8122024-10-18T03:11:28.664Z Compiling syn v2.0.77
8132024-10-18T03:11:28.685Z Compiling getrandom v0.2.15
8142024-10-18T03:11:28.948Z Compiling num-traits v0.2.19
8152024-10-18T03:11:28.995Z Compiling ryu v1.0.18
8162024-10-18T03:11:29.080Z Compiling serde_json v1.0.128
8172024-10-18T03:11:29.361Z Compiling pin-project-lite v0.2.14
8182024-10-18T03:11:29.548Z Compiling scopeguard v1.2.0
8192024-10-18T03:11:29.567Z Compiling log v0.4.22
8202024-10-18T03:11:29.661Z Compiling equivalent v1.0.1
8212024-10-18T03:11:29.801Z Compiling fnv v1.0.7
8222024-10-18T03:11:29.824Z Compiling heck v0.5.0
8232024-10-18T03:11:29.951Z Compiling crunchy v0.2.2
8242024-10-18T03:11:29.979Z Compiling pkg-config v0.3.31
8252024-10-18T03:11:30.212Z Compiling vcpkg v0.2.15
8262024-10-18T03:11:30.498Z Compiling mio v1.0.2
8272024-10-18T03:11:30.716Z Compiling ring v0.17.8
8282024-10-18T03:11:31.225Z Compiling signal-hook-registry v1.4.2
8292024-10-18T03:11:31.714Z Compiling socket2 v0.5.7
8302024-10-18T03:11:31.796Z Compiling httparse v1.9.4
8312024-10-18T03:11:31.841Z Compiling slog v2.7.0
8322024-10-18T03:11:31.910Z Compiling openssl-sys v0.9.103
8332024-10-18T03:11:32.186Z Compiling tiny-keccak v2.0.2
8342024-10-18T03:11:32.557Z Compiling iana-time-zone v0.1.61
8352024-10-18T03:11:32.968Z Compiling futures-core v0.3.30
8362024-10-18T03:11:33.014Z Compiling const-random-macro v0.1.16
8372024-10-18T03:11:33.045Z Compiling dyn-clone v1.0.17
8382024-10-18T03:11:33.229Z Compiling openssl v0.10.66
8392024-10-18T03:11:33.268Z Compiling futures-sink v0.3.30
8402024-10-18T03:11:33.685Z Compiling typenum v1.17.0
8412024-10-18T03:11:33.706Z Compiling rustls v0.23.13
8422024-10-18T03:11:33.812Z Compiling const-random v0.1.18
8432024-10-18T03:11:33.902Z Compiling native-tls v0.2.12
8442024-10-18T03:11:33.926Z Compiling semver v1.0.23
8452024-10-18T03:11:33.995Z Compiling futures-channel v0.3.30
8462024-10-18T03:11:34.042Z Compiling futures-task v0.3.30
8472024-10-18T03:11:34.063Z Compiling pin-utils v0.1.0
8482024-10-18T03:11:34.164Z Compiling futures-io v0.3.30
8492024-10-18T03:11:34.289Z Compiling generic-array v0.14.7
8502024-10-18T03:11:34.352Z Compiling tracing-core v0.1.32
8512024-10-18T03:11:34.434Z Compiling bitflags v2.6.0
8522024-10-18T03:11:34.468Z Compiling subtle v2.6.1
8532024-10-18T03:11:34.509Z Compiling ucd-trie v0.1.6
8542024-10-18T03:11:34.530Z Compiling aho-corasick v1.1.3
8552024-10-18T03:11:34.614Z Compiling anyhow v1.0.89
8562024-10-18T03:11:34.747Z Compiling regex-syntax v0.8.4
8572024-10-18T03:11:34.979Z Compiling time-core v0.1.2
8582024-10-18T03:11:35.012Z Compiling num-conv v0.1.0
8592024-10-18T03:11:35.284Z Compiling time-macros v0.2.18
8602024-10-18T03:11:35.576Z Compiling spin v0.9.8
8612024-10-18T03:11:35.887Z Compiling serde_derive_internals v0.29.1
8622024-10-18T03:11:36.623Z Compiling rustls-pki-types v1.8.0
8632024-10-18T03:11:37.947Z Compiling usdt-impl v0.5.0
8642024-10-18T03:11:38.201Z Compiling omicron-workspace-hack v0.1.0
8652024-10-18T03:11:38.364Z Compiling untrusted v0.9.0
8662024-10-18T03:11:38.426Z Compiling regex-automata v0.4.7
8672024-10-18T03:11:38.747Z Compiling plain v0.2.3
8682024-10-18T03:11:38.914Z Compiling strsim v0.11.1
8692024-10-18T03:11:39.020Z Compiling atomic-waker v1.1.2
8702024-10-18T03:11:39.234Z Compiling rustversion v1.0.17
8712024-10-18T03:11:39.668Z Compiling tinyvec_macros v0.1.1
8722024-10-18T03:11:39.782Z Compiling tinyvec v1.8.0
8732024-10-18T03:11:40.940Z Compiling rand_core v0.6.4
8742024-10-18T03:11:41.394Z Compiling serde_derive v1.0.210
8752024-10-18T03:11:41.443Z Compiling zerocopy-derive v0.7.35
8762024-10-18T03:11:41.516Z Compiling thiserror-impl v1.0.64
8772024-10-18T03:11:41.647Z Compiling tokio-macros v2.4.0
8782024-10-18T03:11:41.839Z Compiling schemars_derive v0.8.21
8792024-10-18T03:11:43.244Z Compiling futures-macro v0.3.30
8802024-10-18T03:11:43.571Z Compiling zerocopy v0.7.35
8812024-10-18T03:11:45.174Z Compiling openssl-macros v0.1.1
8822024-10-18T03:11:45.308Z Compiling futures-util v0.3.30
8832024-10-18T03:11:45.378Z Compiling tracing-attributes v0.1.27
8842024-10-18T03:11:45.573Z Compiling hashbrown v0.14.5
8852024-10-18T03:11:46.151Z Compiling scroll_derive v0.12.0
8862024-10-18T03:11:46.323Z Compiling pest v2.7.13
8872024-10-18T03:11:47.035Z Compiling regress v0.10.1
8882024-10-18T03:11:47.633Z Compiling regex v1.10.6
8892024-10-18T03:11:48.358Z Compiling scroll v0.12.0
8902024-10-18T03:11:48.873Z Compiling tracing v0.1.40
8912024-10-18T03:11:48.908Z Compiling pest_meta v2.7.13
8922024-10-18T03:11:49.584Z Compiling goblin v0.8.2
8932024-10-18T03:11:51.826Z Compiling pest_generator v2.7.13
8942024-10-18T03:11:52.448Z Compiling rustls-webpki v0.102.8
8952024-10-18T03:11:53.111Z Compiling try-lock v0.2.5
8962024-10-18T03:11:53.290Z Compiling percent-encoding v2.3.1
8972024-10-18T03:11:53.657Z Compiling pest_derive v2.7.13
8982024-10-18T03:11:53.776Z Compiling zeroize v1.8.1
8992024-10-18T03:11:54.365Z Compiling unsafe-libyaml v0.2.11
9002024-10-18T03:11:54.568Z Compiling pretty-hex v0.4.1
9012024-10-18T03:11:54.785Z Compiling dtrace-parser v0.2.0
9022024-10-18T03:11:55.517Z Compiling bytes v1.7.2
9032024-10-18T03:11:56.332Z Compiling smallvec v1.13.2
9042024-10-18T03:11:56.844Z Compiling indexmap v2.5.0
9052024-10-18T03:11:57.115Z Compiling uuid v1.10.0
9062024-10-18T03:11:57.474Z Compiling parking_lot v0.12.3
9072024-10-18T03:11:57.719Z Compiling chrono v0.4.38
9082024-10-18T03:11:58.377Z Compiling tokio v1.40.0
9092024-10-18T03:11:58.403Z Compiling serde_tokenstream v0.2.2
9102024-10-18T03:11:58.729Z Compiling http v1.1.0
9112024-10-18T03:12:02.575Z Compiling openapiv3 v2.0.0
9122024-10-18T03:12:02.754Z Compiling serde_yaml v0.9.34+deprecated
9132024-10-18T03:12:04.929Z Compiling typify-impl v0.2.0
9142024-10-18T03:12:05.983Z Compiling http-body v1.0.1
9152024-10-18T03:12:06.239Z Compiling ipnetwork v0.20.0
9162024-10-18T03:12:06.431Z Compiling dof v0.3.0
9172024-10-18T03:12:06.659Z Compiling form_urlencoded v1.2.1
9182024-10-18T03:12:06.877Z Compiling want v0.3.1
9192024-10-18T03:12:07.183Z Compiling unicode-normalization v0.1.24
9202024-10-18T03:12:08.165Z Compiling tokio-util v0.7.12
9212024-10-18T03:12:08.548Z Compiling thread-id v4.2.2
9222024-10-18T03:12:08.644Z Compiling rustls v0.22.4
9232024-10-18T03:12:08.669Z Compiling unicode-bidi v0.3.15
9242024-10-18T03:12:08.975Z Compiling syn v1.0.109
9252024-10-18T03:12:09.568Z Compiling h2 v0.4.6
9262024-10-18T03:12:10.224Z Compiling foreign-types-shared v0.1.1
9272024-10-18T03:12:10.352Z Compiling httpdate v1.0.3
9282024-10-18T03:12:10.401Z Compiling ident_case v1.0.1
9292024-10-18T03:12:10.599Z Compiling camino v1.1.9
9302024-10-18T03:12:11.135Z Compiling darling_core v0.20.10
9312024-10-18T03:12:11.241Z Compiling foreign-types v0.3.2
9322024-10-18T03:12:11.380Z Compiling ppv-lite86 v0.2.20
9332024-10-18T03:12:12.701Z Compiling slog-async v2.8.0
9342024-10-18T03:12:13.044Z Compiling tower-service v0.3.3
9352024-10-18T03:12:13.743Z Compiling rand_chacha v0.3.1
9362024-10-18T03:12:15.558Z Compiling hyper v1.4.1
9372024-10-18T03:12:17.182Z Compiling typify-macro v0.2.0
9382024-10-18T03:12:17.495Z Compiling darling_macro v0.20.10
9392024-10-18T03:12:18.583Z Compiling hyper-util v0.1.9
9402024-10-18T03:12:21.215Z Compiling typify v0.2.0
9412024-10-18T03:12:21.371Z Compiling progenitor-impl v0.8.0
9422024-10-18T03:12:24.179Z Compiling idna v0.5.0
9432024-10-18T03:12:24.523Z Compiling toml_datetime v0.6.8
9442024-10-18T03:12:25.720Z Compiling multer v3.1.0
9452024-10-18T03:12:26.080Z Compiling paste v1.0.15
9462024-10-18T03:12:26.542Z Compiling openssl-probe v0.1.5
9472024-10-18T03:12:28.225Z Compiling url v2.5.2
9482024-10-18T03:12:28.271Z Compiling progenitor-macro v0.8.0
9492024-10-18T03:12:29.730Z Compiling darling v0.20.10
9502024-10-18T03:12:29.788Z Compiling rand v0.8.5
9512024-10-18T03:12:31.699Z Compiling usdt-macro v0.5.0
9522024-10-18T03:12:33.313Z Compiling usdt-attr-macro v0.5.0
9532024-10-18T03:12:33.923Z Compiling http-body-util v0.1.2
9542024-10-18T03:12:34.543Z Compiling async-trait v0.1.83
9552024-10-18T03:12:36.681Z Compiling encoding_rs v0.8.34
9562024-10-18T03:12:36.710Z Compiling mime v0.3.17
9572024-10-18T03:12:37.166Z Compiling base64 v0.22.1
9582024-10-18T03:12:37.890Z Compiling ipnet v2.10.0
9592024-10-18T03:12:38.338Z Compiling rustls-pemfile v2.1.3
9602024-10-18T03:12:39.891Z Compiling tokio-rustls v0.26.0
9612024-10-18T03:12:43.197Z Compiling serde_with_macros v3.9.0
9622024-10-18T03:12:43.783Z Compiling tokio-native-tls v0.3.1
9632024-10-18T03:12:43.917Z Compiling strum_macros v0.26.4
9642024-10-18T03:12:44.133Z Compiling serde_urlencoded v0.7.1
9652024-10-18T03:12:44.922Z Compiling async-stream-impl v0.3.5
9662024-10-18T03:12:46.003Z Compiling structmeta-derive v0.3.0
9672024-10-18T03:12:46.340Z Compiling webpki-roots v0.26.6
9682024-10-18T03:12:46.607Z Compiling dropshot v0.12.0
9692024-10-18T03:12:47.772Z Compiling crossbeam-utils v0.8.20
9702024-10-18T03:12:48.333Z Compiling powerfmt v0.2.0
9712024-10-18T03:12:48.389Z Compiling hyper-rustls v0.27.3
9722024-10-18T03:12:48.697Z Compiling structmeta v0.3.0
9732024-10-18T03:12:48.811Z Compiling deranged v0.3.11
9742024-10-18T03:12:49.101Z Compiling hyper-tls v0.6.0
9752024-10-18T03:12:50.061Z Compiling sync_wrapper v1.0.1
9762024-10-18T03:12:52.197Z Compiling num_threads v0.1.7
9772024-10-18T03:12:52.535Z Compiling winnow v0.6.18
9782024-10-18T03:12:53.139Z Compiling time v0.3.36
9792024-10-18T03:12:53.412Z Compiling reqwest v0.12.8
9802024-10-18T03:12:55.850Z Compiling parse-display-derive v0.10.0
9812024-10-18T03:12:58.802Z Compiling block-buffer v0.10.4
9822024-10-18T03:12:59.053Z Compiling crypto-common v0.1.6
9832024-10-18T03:12:59.284Z Compiling dropshot_endpoint v0.12.0
9842024-10-18T03:13:00.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9852024-10-18T03:13:03.333Z Compiling digest v0.10.7
9862024-10-18T03:13:03.719Z Compiling progenitor-client v0.8.0
9872024-10-18T03:13:04.687Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9882024-10-18T03:13:05.812Z Compiling dirs-sys-next v0.1.2
9892024-10-18T03:13:06.634Z Compiling rustix v0.38.37
9902024-10-18T03:13:06.871Z Compiling lazy_static v1.5.0
9912024-10-18T03:13:07.294Z Compiling match_cfg v0.1.0
9922024-10-18T03:13:07.413Z Compiling hostname v0.3.1
9932024-10-18T03:13:07.676Z Compiling progenitor v0.8.0
9942024-10-18T03:13:07.916Z Compiling dirs-next v2.0.0
9952024-10-18T03:13:10.452Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9962024-10-18T03:13:11.119Z Compiling futures-executor v0.3.30
9972024-10-18T03:13:11.760Z Compiling errno v0.3.9
9982024-10-18T03:13:12.134Z Compiling thread_local v1.1.8
9992024-10-18T03:13:12.845Z Compiling instant v0.1.13
10002024-10-18T03:13:13.026Z Compiling unicode-width v0.1.14
10012024-10-18T03:13:13.540Z Compiling cpufeatures v0.2.14
10022024-10-18T03:13:14.612Z Compiling futures v0.3.30
10032024-10-18T03:13:16.116Z Compiling term v0.7.0
10042024-10-18T03:13:16.856Z Compiling crossbeam-channel v0.5.13
10052024-10-18T03:13:19.751Z Compiling serde_spanned v0.6.7
10062024-10-18T03:13:19.792Z Compiling is-terminal v0.4.13
10072024-10-18T03:13:19.931Z Compiling memmap v0.7.0
10082024-10-18T03:13:20.495Z Compiling take_mut v0.2.2
10092024-10-18T03:13:20.663Z Compiling usdt v0.5.0
10102024-10-18T03:13:20.775Z Compiling toml_edit v0.22.21
10112024-10-18T03:13:22.150Z Compiling slog-term v2.9.1
10122024-10-18T03:13:24.919Z Compiling slog-json v2.6.1
10132024-10-18T03:13:25.364Z Compiling strum v0.26.3
10142024-10-18T03:13:25.577Z Compiling serde_with v3.9.0
10152024-10-18T03:13:26.880Z Compiling debug-ignore v1.0.5
10162024-10-18T03:13:27.490Z Compiling heapless v0.8.0
10172024-10-18T03:13:28.370Z Compiling tokio-rustls v0.25.0
10182024-10-18T03:13:30.085Z Compiling slog-bunyan v2.5.0
10192024-10-18T03:13:30.376Z Compiling toml v0.8.19
10202024-10-18T03:13:30.654Z Compiling sha1 v0.10.6
10212024-10-18T03:13:32.700Z Compiling async-stream v0.3.5
10222024-10-18T03:13:32.722Z Compiling newtype-uuid v1.1.0
10232024-10-18T03:13:32.943Z Compiling serde_path_to_error v0.1.16
10242024-10-18T03:13:33.026Z Compiling hex v0.4.3
10252024-10-18T03:13:33.085Z Compiling waitgroup v0.1.2
10262024-10-18T03:13:33.418Z Compiling hostname v0.4.0
10272024-10-18T03:13:33.689Z Compiling hash32 v0.3.1
10282024-10-18T03:13:33.969Z Compiling stable_deref_trait v1.2.0
10292024-10-18T03:13:34.021Z Compiling smoltcp v0.11.0
10302024-10-18T03:13:36.342Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10312024-10-18T03:13:37.233Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10322024-10-18T03:13:37.359Z Compiling backoff v0.4.0
10332024-10-18T03:13:37.758Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10342024-10-18T03:13:37.786Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10352024-10-18T03:13:38.034Z Compiling parse-display v0.10.0
10362024-10-18T03:13:40.117Z Compiling macaddr v1.0.1
10372024-10-18T03:13:40.773Z Compiling regress v0.9.1
10382024-10-18T03:13:42.737Z Compiling clap_derive v4.5.18
10392024-10-18T03:13:43.358Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10402024-10-18T03:13:43.776Z Compiling utf8parse v0.2.2
10412024-10-18T03:13:43.944Z Compiling managed v0.8.0
10422024-10-18T03:13:44.478Z Compiling bitflags v1.3.2
10432024-10-18T03:13:44.598Z Compiling cobs v0.2.3
10442024-10-18T03:13:45.032Z Compiling winnow v0.5.40
10452024-10-18T03:13:46.820Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10462024-10-18T03:13:47.547Z Compiling postcard v1.0.10
10472024-10-18T03:13:49.175Z Compiling toml_edit v0.19.15
10482024-10-18T03:13:49.654Z Compiling anstyle-parse v0.2.5
10492024-10-18T03:13:55.376Z Compiling is_terminal_polyfill v1.70.1
10502024-10-18T03:13:55.460Z Compiling anstyle-query v1.1.1
10512024-10-18T03:13:55.640Z Compiling colorchoice v1.0.2
10522024-10-18T03:13:55.815Z Compiling anstyle v1.0.8
10532024-10-18T03:13:56.231Z Compiling anstream v0.6.15
10542024-10-18T03:13:57.365Z Compiling proc-macro-crate v1.3.1
10552024-10-18T03:13:58.407Z Compiling terminal_size v0.3.0
10562024-10-18T03:13:58.548Z Compiling clap_lex v0.7.2
10572024-10-18T03:13:58.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-10-18T03:13:59.219Z Compiling clap_builder v4.5.18
10592024-10-18T03:14:00.644Z Compiling num_enum_derive v0.5.11
10602024-10-18T03:14:00.695Z Compiling tabwriter v1.4.0
10612024-10-18T03:14:01.497Z Compiling foreign-types-macros v0.2.3
10622024-10-18T03:14:01.606Z Compiling num-integer v0.1.46
10632024-10-18T03:14:02.637Z Compiling foreign-types-shared v0.3.1
10642024-10-18T03:14:02.861Z Compiling num_enum v0.5.11
10652024-10-18T03:14:02.899Z Compiling foreign-types v0.5.0
10662024-10-18T03:14:03.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10672024-10-18T03:14:03.699Z Compiling clap v4.5.18
10682024-10-18T03:14:04.126Z Compiling cstr-argument v0.1.2
10692024-10-18T03:14:04.278Z Compiling proc-macro-error-attr v1.0.4
10702024-10-18T03:14:04.389Z Compiling either v1.13.0
10712024-10-18T03:14:05.384Z Compiling prettyplease v0.2.22
10722024-10-18T03:14:05.430Z Compiling pretty-hex v0.2.1
10732024-10-18T03:14:05.430Z Compiling heck v0.4.1
10742024-10-18T03:14:05.462Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10752024-10-18T03:14:05.831Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10762024-10-18T03:14:06.033Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10772024-10-18T03:14:07.157Z Compiling num-rational v0.4.2
10782024-10-18T03:14:07.216Z Compiling num-iter v0.1.45
10792024-10-18T03:14:07.787Z Compiling colored v2.1.0
10802024-10-18T03:14:09.375Z Compiling num-complex v0.4.6
10812024-10-18T03:14:09.986Z Compiling proc-macro-error v1.0.4
10822024-10-18T03:14:10.074Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10832024-10-18T03:14:10.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10842024-10-18T03:14:10.621Z Compiling fastrand v2.1.1
10852024-10-18T03:14:10.688Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-10-18T03:14:10.740Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-10-18T03:14:11.303Z Compiling tempfile v3.12.0
10882024-10-18T03:14:11.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-10-18T03:14:11.943Z Compiling num v0.4.3
10902024-10-18T03:14:15.896Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-10-18T03:14:16.367Z Compiling crucible-workspace-hack v0.1.0
10922024-10-18T03:14:16.549Z Compiling float-ord v0.3.2
10932024-10-18T03:14:16.730Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10942024-10-18T03:14:23.883Z Compiling semver v0.1.20
10952024-10-18T03:14:24.474Z Compiling unicode-segmentation v1.12.0
10962024-10-18T03:14:25.177Z Compiling rustc_version v0.1.7
10972024-10-18T03:14:25.290Z Compiling newline-converter v0.3.0
10982024-10-18T03:14:25.631Z Compiling zone_cfg_derive v0.3.0
10992024-10-18T03:14:25.715Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11002024-10-18T03:14:25.957Z Compiling camino-tempfile v1.1.1
11012024-10-18T03:14:26.362Z Compiling itertools v0.10.5
11022024-10-18T03:14:26.798Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11032024-10-18T03:14:27.203Z Compiling console v0.15.8
11042024-10-18T03:14:27.337Z Compiling num-derive v0.4.2
11052024-10-18T03:14:28.713Z Compiling sigpipe v0.1.3
11062024-10-18T03:14:28.862Z Compiling similar v2.6.0
11072024-10-18T03:14:29.824Z Compiling base64ct v1.6.0
11082024-10-18T03:14:29.974Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-10-18T03:14:30.161Z Compiling expectorate v1.1.0
11102024-10-18T03:14:30.400Z Compiling password-hash v0.5.0
11112024-10-18T03:14:30.449Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-10-18T03:14:30.552Z Compiling zone v0.3.0
11132024-10-18T03:14:32.138Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11142024-10-18T03:14:32.704Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11152024-10-18T03:14:32.755Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11162024-10-18T03:14:34.003Z Compiling newtype_derive v0.1.6
11172024-10-18T03:14:34.414Z Compiling blake2 v0.10.6
11182024-10-18T03:14:35.396Z Compiling hubpack_derive v0.1.1
11192024-10-18T03:14:35.563Z Compiling smf v0.2.3
11202024-10-18T03:14:35.650Z Compiling zerocopy-derive v0.6.6
11212024-10-18T03:14:36.068Z Compiling cancel-safe-futures v0.1.5
11222024-10-18T03:14:36.366Z Compiling owo-colors v4.1.0
11232024-10-18T03:14:36.530Z Compiling fixedbitset v0.4.2
11242024-10-18T03:14:36.538Z Compiling whoami v1.5.2
11252024-10-18T03:14:36.605Z Compiling hubpack v0.1.2
11262024-10-18T03:14:36.780Z Compiling petgraph v0.6.5
11272024-10-18T03:14:37.095Z Compiling argon2 v0.5.3
11282024-10-18T03:14:37.705Z Compiling zerocopy v0.6.6
11292024-10-18T03:14:38.726Z Compiling strum_macros v0.25.3
11302024-10-18T03:14:39.550Z Compiling serde-big-array v0.5.1
11312024-10-18T03:14:39.839Z Compiling serde_repr v0.1.19
11322024-10-18T03:14:41.083Z Compiling cookie v0.18.1
11332024-10-18T03:14:41.441Z Compiling static_assertions v1.1.0
11342024-10-18T03:14:41.464Z Compiling convert_case v0.4.0
11352024-10-18T03:14:41.660Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11362024-10-18T03:14:41.905Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-10-18T03:14:42.599Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11382024-10-18T03:14:43.894Z Compiling derive_more v0.99.18
11392024-10-18T03:14:44.297Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-10-18T03:14:45.844Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-10-18T03:14:46.036Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-10-18T03:14:47.809Z Compiling atomicwrites v0.4.4
11432024-10-18T03:14:48.304Z Compiling itertools v0.13.0
11442024-10-18T03:14:50.831Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-10-18T03:14:51.714Z Compiling idna v0.4.0
11462024-10-18T03:14:51.807Z Compiling libsw v3.3.1
11472024-10-18T03:14:52.036Z Compiling enum-as-inner v0.6.1
11482024-10-18T03:14:52.132Z Compiling derive-where v1.2.7
11492024-10-18T03:14:52.331Z Compiling indent_write v2.2.0
11502024-10-18T03:14:52.362Z Compiling quick-error v1.2.3
11512024-10-18T03:14:52.522Z Compiling swrite v0.1.0
11522024-10-18T03:14:52.582Z Compiling linked-hash-map v0.5.6
11532024-10-18T03:14:52.665Z Compiling data-encoding v2.6.0
11542024-10-18T03:14:52.978Z Compiling highway v1.2.0
11552024-10-18T03:14:53.196Z Compiling linear-map v1.2.0
11562024-10-18T03:14:53.651Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11572024-10-18T03:14:54.420Z Compiling hickory-proto v0.24.1
11582024-10-18T03:14:55.521Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-10-18T03:14:55.546Z Compiling lru-cache v0.1.2
11602024-10-18T03:14:55.797Z Compiling resolv-conf v0.7.0
11612024-10-18T03:14:56.317Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-10-18T03:14:57.415Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-10-18T03:14:57.832Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-10-18T03:14:59.671Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-10-18T03:15:00.264Z Compiling steno v0.4.1
11662024-10-18T03:15:03.182Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11672024-10-18T03:15:03.561Z Compiling slog-dtrace v0.3.0
11682024-10-18T03:15:03.790Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-10-18T03:15:03.939Z Compiling humantime v2.1.0
11702024-10-18T03:15:03.969Z Compiling parking_lot_core v0.8.6
11712024-10-18T03:15:04.495Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722024-10-18T03:15:04.885Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-10-18T03:15:07.358Z Compiling hickory-resolver v0.24.1
11742024-10-18T03:15:07.488Z Compiling num-derive v0.3.3
11752024-10-18T03:15:08.333Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-10-18T03:15:09.048Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11772024-10-18T03:15:09.455Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11782024-10-18T03:15:09.751Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11792024-10-18T03:15:10.834Z Compiling parking_lot v0.11.2
11802024-10-18T03:15:11.114Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11812024-10-18T03:15:12.074Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11822024-10-18T03:15:12.861Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11832024-10-18T03:15:15.105Z Compiling crossbeam-epoch v0.9.18
11842024-10-18T03:15:15.292Z Compiling fxhash v0.2.1
11852024-10-18T03:15:15.535Z Compiling crc32fast v1.4.2
11862024-10-18T03:15:16.071Z Compiling arc-swap v1.7.1
11872024-10-18T03:15:16.252Z Compiling crc8 v0.1.1
11882024-10-18T03:15:16.577Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11892024-10-18T03:15:16.812Z Compiling slog-scope v4.4.0
11902024-10-18T03:15:17.615Z Compiling sled v0.34.7
11912024-10-18T03:15:21.536Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11922024-10-18T03:15:22.314Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11932024-10-18T03:15:22.885Z Compiling slog-stdlog v4.1.1
11942024-10-18T03:15:24.216Z Compiling slog-envlogger v2.2.0
11952024-10-18T03:15:25.506Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-10-18T03:15:26.136Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11972024-10-18T03:15:39.341Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-10-18T03:15:43.358Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
11992024-10-18T03:15:45.093Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12002024-10-18T03:16:12.361Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12012024-10-18T03:16:12.361Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12022024-10-18T03:16:20.481Z Finished `release` profile [optimized] target(s) in 5m 18s
12032024-10-18T03:16:20.802Z+ banner trio
12042024-10-18T03:16:20.804Z
12052024-10-18T03:16:20.804Z ##### ##### # ####
12062024-10-18T03:16:20.805Z # # # # # #
12072024-10-18T03:16:20.805Z # # # # # #
12082024-10-18T03:16:20.805Z # ##### # # #
12092024-10-18T03:16:20.805Z # # # # # #
12102024-10-18T03:16:20.805Z # # # # ####
12112024-10-18T03:16:20.805Z
12122024-10-18T03:16:20.805Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12132024-10-18T03:16:21.309Z Compiling cfg-if v1.0.0
12142024-10-18T03:16:21.309Z Compiling libc v0.2.161
12152024-10-18T03:16:21.311Z Compiling serde v1.0.210
12162024-10-18T03:16:21.311Z Compiling once_cell v1.19.0
12172024-10-18T03:16:21.311Z Compiling itoa v1.0.11
12182024-10-18T03:16:21.311Z Compiling byteorder v1.5.0
12192024-10-18T03:16:21.387Z Compiling syn v2.0.77
12202024-10-18T03:16:21.392Z Compiling bytes v1.7.2
12212024-10-18T03:16:21.437Z Compiling num-traits v0.2.19
12222024-10-18T03:16:21.594Z Compiling zerocopy v0.7.35
12232024-10-18T03:16:21.719Z Compiling pin-project-lite v0.2.14
12242024-10-18T03:16:21.796Z Compiling ahash v0.8.11
12252024-10-18T03:16:21.839Z Compiling scopeguard v1.2.0
12262024-10-18T03:16:21.864Z Compiling schemars v0.8.21
12272024-10-18T03:16:21.887Z Compiling memchr v2.7.4
12282024-10-18T03:16:21.963Z Compiling smallvec v1.13.2
12292024-10-18T03:16:22.021Z Compiling allocator-api2 v0.2.18
12302024-10-18T03:16:22.232Z Compiling lock_api v0.4.12
12312024-10-18T03:16:22.786Z Compiling fnv v1.0.7
12322024-10-18T03:16:22.881Z Compiling hashbrown v0.14.5
12332024-10-18T03:16:22.924Z Compiling getrandom v0.2.15
12342024-10-18T03:16:22.939Z Compiling parking_lot_core v0.9.10
12352024-10-18T03:16:23.012Z Compiling mio v1.0.2
12362024-10-18T03:16:23.284Z Compiling socket2 v0.5.7
12372024-10-18T03:16:23.389Z Compiling parking_lot v0.12.3
12382024-10-18T03:16:23.794Z Compiling signal-hook-registry v1.4.2
12392024-10-18T03:16:23.998Z Compiling log v0.4.22
12402024-10-18T03:16:24.315Z Compiling futures-core v0.3.30
12412024-10-18T03:16:25.163Z Compiling equivalent v1.0.1
12422024-10-18T03:16:25.189Z Compiling ryu v1.0.18
12432024-10-18T03:16:25.189Z Compiling tracing-core v0.1.32
12442024-10-18T03:16:25.189Z Compiling serde_json v1.0.128
12452024-10-18T03:16:25.189Z Compiling uuid v1.10.0
12462024-10-18T03:16:25.189Z Compiling regress v0.10.1
12472024-10-18T03:16:25.267Z Compiling pin-utils v0.1.0
12482024-10-18T03:16:25.351Z Compiling untrusted v0.9.0
12492024-10-18T03:16:25.364Z Compiling futures-sink v0.3.30
12502024-10-18T03:16:25.385Z Compiling futures-task v0.3.30
12512024-10-18T03:16:25.513Z Compiling spin v0.9.8
12522024-10-18T03:16:25.525Z Compiling futures-util v0.3.30
12532024-10-18T03:16:25.534Z Compiling slab v0.4.9
12542024-10-18T03:16:25.712Z Compiling ring v0.17.8
12552024-10-18T03:16:25.791Z Compiling try-lock v0.2.5
12562024-10-18T03:16:25.938Z Compiling want v0.3.1
12572024-10-18T03:16:26.215Z Compiling httparse v1.9.4
12582024-10-18T03:16:26.658Z Compiling chrono v0.4.38
12592024-10-18T03:16:27.222Z Compiling futures-channel v0.3.30
12602024-10-18T03:16:27.429Z Compiling dyn-clone v1.0.17
12612024-10-18T03:16:27.629Z Compiling tower-service v0.3.3
12622024-10-18T03:16:27.700Z Compiling foreign-types-shared v0.1.1
12632024-10-18T03:16:27.753Z Compiling openssl-sys v0.9.103
12642024-10-18T03:16:28.168Z Compiling foreign-types v0.3.2
12652024-10-18T03:16:28.258Z Compiling serde_derive_internals v0.29.1
12662024-10-18T03:16:28.707Z Compiling bitflags v2.6.0
12672024-10-18T03:16:28.814Z Compiling unicode-ident v1.0.13
12682024-10-18T03:16:29.016Z Compiling proc-macro2 v1.0.86
12692024-10-18T03:16:29.072Z Compiling http v1.1.0
12702024-10-18T03:16:29.283Z Compiling tinyvec_macros v0.1.1
12712024-10-18T03:16:29.373Z Compiling semver v1.0.23
12722024-10-18T03:16:29.846Z Compiling openssl-probe v0.1.5
12732024-10-18T03:16:30.743Z Compiling quote v1.0.37
12742024-10-18T03:16:30.777Z Compiling tinyvec v1.8.0
12752024-10-18T03:16:30.777Z Compiling percent-encoding v2.3.1
12762024-10-18T03:16:31.000Z Compiling form_urlencoded v1.2.1
12772024-10-18T03:16:32.237Z Compiling unicode-normalization v0.1.24
12782024-10-18T03:16:32.362Z Compiling aho-corasick v1.1.3
12792024-10-18T03:16:33.550Z Compiling http v0.2.12
12802024-10-18T03:16:33.599Z Compiling heck v0.5.0
12812024-10-18T03:16:33.898Z Compiling serde_derive v1.0.210
12822024-10-18T03:16:33.929Z Compiling zerocopy-derive v0.7.35
12832024-10-18T03:16:34.544Z Compiling thiserror-impl v1.0.64
12842024-10-18T03:16:34.766Z Compiling schemars_derive v0.8.21
12852024-10-18T03:16:34.986Z Compiling tokio-macros v2.4.0
12862024-10-18T03:16:36.592Z Compiling tokio v1.40.0
12872024-10-18T03:16:36.894Z Compiling tracing-attributes v0.1.27
12882024-10-18T03:16:37.502Z Compiling thiserror v1.0.64
12892024-10-18T03:16:37.794Z Compiling openssl-macros v0.1.1
12902024-10-18T03:16:37.937Z Compiling unicode-bidi v0.3.15
12912024-10-18T03:16:38.528Z Compiling rustls-pki-types v1.8.0
12922024-10-18T03:16:38.826Z Compiling openssl v0.10.66
12932024-10-18T03:16:39.865Z Compiling regex-automata v0.4.7
12942024-10-18T03:16:40.432Z Compiling tracing v0.1.40
12952024-10-18T03:16:41.108Z Compiling idna v0.5.0
12962024-10-18T03:16:41.140Z Compiling http-body v1.0.1
12972024-10-18T03:16:48.016Z Compiling tokio-util v0.7.12
12982024-10-18T03:16:49.152Z Compiling indexmap v2.5.0
12992024-10-18T03:16:51.054Z Compiling native-tls v0.2.12
13002024-10-18T03:16:53.423Z Compiling serde_tokenstream v0.2.2
13012024-10-18T03:16:54.010Z Compiling tokio-native-tls v0.3.1
13022024-10-18T03:16:54.747Z Compiling slog v2.7.0
13032024-10-18T03:16:54.868Z Compiling regex-syntax v0.8.4
13042024-10-18T03:16:55.304Z Compiling atomic-waker v1.1.2
13052024-10-18T03:16:55.498Z Compiling h2 v0.4.6
13062024-10-18T03:16:55.869Z Compiling openapiv3 v2.0.0
13072024-10-18T03:16:56.298Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-10-18T03:16:57.703Z Compiling typify-impl v0.2.0
13092024-10-18T03:17:04.184Z Compiling serde_urlencoded v0.7.1
13102024-10-18T03:17:04.815Z Compiling regex v1.10.6
13112024-10-18T03:17:05.849Z Compiling url v2.5.2
13122024-10-18T03:17:08.612Z Compiling encoding_rs v0.8.34
13132024-10-18T03:17:09.972Z Compiling ipnet v2.10.0
13142024-10-18T03:17:11.446Z Compiling rustls v0.21.12
13152024-10-18T03:17:11.507Z Compiling mime v0.3.17
13162024-10-18T03:17:11.778Z Compiling typify-macro v0.2.0
13172024-10-18T03:17:11.951Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-10-18T03:17:13.030Z Compiling hyper v1.4.1
13192024-10-18T03:17:14.067Z Compiling h2 v0.3.26
13202024-10-18T03:17:15.787Z Compiling rustls-webpki v0.102.8
13212024-10-18T03:17:15.925Z Compiling http-body v0.4.6
13222024-10-18T03:17:16.314Z Compiling rustls-webpki v0.101.7
13232024-10-18T03:17:16.439Z Compiling sct v0.7.1
13242024-10-18T03:17:16.892Z Compiling subtle v2.6.1
13252024-10-18T03:17:17.171Z Compiling httpdate v1.0.3
13262024-10-18T03:17:17.931Z Compiling zeroize v1.8.1
13272024-10-18T03:17:18.287Z Compiling toml_datetime v0.6.8
13282024-10-18T03:17:18.705Z Compiling toml_edit v0.19.15
13292024-10-18T03:17:19.521Z Compiling hyper v0.14.30
13302024-10-18T03:17:20.417Z Compiling rustls v0.23.13
13312024-10-18T03:17:20.487Z Compiling serde_yaml v0.9.34+deprecated
13322024-10-18T03:17:24.273Z Compiling hyper-util v0.1.9
13332024-10-18T03:17:30.170Z Compiling lazy_static v1.5.0
13342024-10-18T03:17:30.261Z Compiling tokio-rustls v0.24.1
13352024-10-18T03:17:30.315Z Compiling tokio-rustls v0.26.0
13362024-10-18T03:17:30.697Z Compiling proc-macro-crate v1.3.1
13372024-10-18T03:17:30.800Z Compiling http-body-util v0.1.2
13382024-10-18T03:17:31.366Z Compiling webpki-roots v0.26.6
13392024-10-18T03:17:31.389Z Compiling base64 v0.21.7
13402024-10-18T03:17:31.486Z Compiling base64 v0.22.1
13412024-10-18T03:17:31.588Z Compiling num_enum_derive v0.5.11
13422024-10-18T03:17:31.610Z Compiling hyper-rustls v0.27.3
13432024-10-18T03:17:31.899Z Compiling crossbeam-utils v0.8.20
13442024-10-18T03:17:31.918Z Compiling hyper-tls v0.6.0
13452024-10-18T03:17:32.433Z Compiling rustls-pemfile v2.1.3
13462024-10-18T03:17:32.597Z Compiling rustls-pemfile v1.0.4
13472024-10-18T03:17:32.626Z Compiling hyper-rustls v0.24.2
13482024-10-18T03:17:33.082Z Compiling hyper-tls v0.5.0
13492024-10-18T03:17:33.197Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13502024-10-18T03:17:33.334Z Compiling typify v0.2.0
13512024-10-18T03:17:33.463Z Compiling ipnetwork v0.20.0
13522024-10-18T03:17:34.322Z Compiling ppv-lite86 v0.2.20
13532024-10-18T03:17:34.499Z Compiling foreign-types-macros v0.2.3
13542024-10-18T03:17:35.274Z Compiling sync_wrapper v1.0.1
13552024-10-18T03:17:35.436Z Compiling rand_core v0.6.4
13562024-10-18T03:17:35.901Z Compiling dirs-sys-next v0.1.2
13572024-10-18T03:17:35.919Z Compiling powerfmt v0.2.0
13582024-10-18T03:17:35.956Z Compiling webpki-roots v0.25.4
13592024-10-18T03:17:36.135Z Compiling foreign-types-shared v0.3.1
13602024-10-18T03:17:36.262Z Compiling sync_wrapper v0.1.2
13612024-10-18T03:17:36.273Z Compiling time-macros v0.2.18
13622024-10-18T03:17:36.396Z Compiling reqwest v0.11.27
13632024-10-18T03:17:36.433Z Compiling foreign-types v0.5.0
13642024-10-18T03:17:36.551Z Compiling deranged v0.3.11
13652024-10-18T03:17:37.363Z Compiling dirs-next v2.0.0
13662024-10-18T03:17:37.637Z Compiling rand_chacha v0.3.1
13672024-10-18T03:17:39.012Z Compiling progenitor-impl v0.8.0
13682024-10-18T03:17:39.401Z Compiling reqwest v0.12.8
13692024-10-18T03:17:39.420Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13702024-10-18T03:17:45.956Z Compiling num_enum v0.5.11
13712024-10-18T03:17:46.140Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13722024-10-18T03:17:48.271Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13732024-10-18T03:17:48.432Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13742024-10-18T03:17:48.637Z Compiling cstr-argument v0.1.2
13752024-10-18T03:17:48.935Z Compiling thread_local v1.1.8
13762024-10-18T03:17:49.715Z Compiling time-core v0.1.2
13772024-10-18T03:17:49.917Z Compiling num-conv v0.1.0
13782024-10-18T03:17:50.192Z Compiling either v1.13.0
13792024-10-18T03:17:50.658Z Compiling arc-swap v1.7.1
13802024-10-18T03:17:51.007Z Compiling pretty-hex v0.2.1
13812024-10-18T03:17:51.223Z Compiling slog-scope v4.4.0
13822024-10-18T03:17:51.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13832024-10-18T03:17:51.794Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13842024-10-18T03:17:52.143Z Compiling itertools v0.12.1
13852024-10-18T03:17:52.520Z Compiling time v0.3.36
13862024-10-18T03:17:53.311Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13872024-10-18T03:17:54.249Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13882024-10-18T03:17:54.434Z Compiling crossbeam-channel v0.5.13
13892024-10-18T03:17:56.047Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13902024-10-18T03:17:56.109Z Compiling progenitor-macro v0.8.0
13912024-10-18T03:18:01.904Z Compiling progenitor-client v0.8.0
13922024-10-18T03:18:02.869Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13932024-10-18T03:18:04.937Z Compiling rand v0.8.5
13942024-10-18T03:18:06.841Z Compiling term v0.7.0
13952024-10-18T03:18:11.658Z Compiling anyhow v1.0.89
13962024-10-18T03:18:11.844Z Compiling colored v2.1.0
13972024-10-18T03:18:13.147Z Compiling is-terminal v0.4.13
13982024-10-18T03:18:13.226Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
13992024-10-18T03:18:13.273Z Compiling take_mut v0.2.2
14002024-10-18T03:18:13.451Z Compiling winnow v0.6.18
14012024-10-18T03:18:13.594Z Compiling slog-async v2.8.0
14022024-10-18T03:18:16.732Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14032024-10-18T03:18:16.951Z Compiling slog-term v2.9.1
14042024-10-18T03:18:18.004Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-10-18T03:18:19.912Z Compiling progenitor v0.8.0
14062024-10-18T03:18:20.147Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14072024-10-18T03:18:24.022Z Compiling slog-stdlog v4.1.1
14082024-10-18T03:18:24.834Z Compiling slog-envlogger v2.2.0
14092024-10-18T03:18:24.933Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14102024-10-18T03:18:26.774Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14112024-10-18T03:18:41.234Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14122024-10-18T03:18:48.813Z Finished `release` profile [optimized] target(s) in 2m 27s
14132024-10-18T03:18:48.899Z Running unittests src/lib.rs (target/release/deps/mg_tests-f068807f57b322a8)
14142024-10-18T03:18:48.949Z
14152024-10-18T03:18:48.949Zrunning 1 test
14162024-10-18T03:18:49.120Zconfigure zone
14172024-10-18T03:18:49.136Zinstall zone
14182024-10-18T03:19:48.960Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14192024-10-18T03:22:22.993Zboot zone
14202024-10-18T03:22:23.938Zstart zone s1
14212024-10-18T03:22:23.938Zconfigure zone
14222024-10-18T03:22:23.948Zinstall zone
14232024-10-18T03:24:04.597Zboot zone
14242024-10-18T03:24:05.527Zstart zone s2
14252024-10-18T03:24:05.527Zconfigure zone
14262024-10-18T03:24:05.536Zinstall zone
14272024-10-18T03:25:39.477Zboot zone
14282024-10-18T03:25:40.337Zstart zone t1
14292024-10-18T03:25:40.337Zconfigure zone
14302024-10-18T03:25:40.345Zinstall zone
14312024-10-18T03:27:14.257Zboot zone
14322024-10-18T03:27:15.133Zwaiting for zones to come up
14332024-10-18T03:27:25.135Z[sidecar.trio] svcs milestone/network
14342024-10-18T03:27:25.165ZSTATE STIME FMRI
14352024-10-18T03:27:25.165Zonline 20:22:41 svc:/milestone/network:default
14362024-10-18T03:27:25.165Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14372024-10-18T03:27:25.213Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14382024-10-18T03:27:25.264Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14392024-10-18T03:27:25.310Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14402024-10-18T03:27:25.314Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14412024-10-18T03:27:25.335Z
14422024-10-18T03:27:25.335Zrunning zone s1.trio setup
14432024-10-18T03:27:25.335Z[s1.trio] svcs milestone/network
14442024-10-18T03:27:25.360ZSTATE STIME FMRI
14452024-10-18T03:27:25.360Zonline 20:24:23 svc:/milestone/network:default
14462024-10-18T03:27:25.360Z[s1.trio] dladm
14472024-10-18T03:27:25.381ZLINK CLASS MTU STATE BRIDGE OVER
14482024-10-18T03:27:25.381Zsl0 simnet 9000 up -- ?
14492024-10-18T03:27:25.381Zmg2 vnic 9000 up -- ?
14502024-10-18T03:27:25.381Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14512024-10-18T03:27:26.019Z
14522024-10-18T03:27:26.019Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14532024-10-18T03:27:26.043Z
14542024-10-18T03:27:26.043Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14552024-10-18T03:27:26.065Z
14562024-10-18T03:27:26.065Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14572024-10-18T03:27:26.158Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14582024-10-18T03:27:26.200Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d2b5c160-042f-475c-9346-a07b742a94ff --sled-uuid bdbabc38-9863-4438-8f42-7a6a16f66fba -a sl0/v6 &> /opt/ddmd.log &
14592024-10-18T03:27:26.223Z
14602024-10-18T03:27:26.223Zrunning zone s2.trio setup
14612024-10-18T03:27:26.223Z[s2.trio] svcs milestone/network
14622024-10-18T03:27:26.255ZSTATE STIME FMRI
14632024-10-18T03:27:26.255Zonline 20:25:58 svc:/milestone/network:default
14642024-10-18T03:27:26.255Z[s2.trio] dladm
14652024-10-18T03:27:26.282ZLINK CLASS MTU STATE BRIDGE OVER
14662024-10-18T03:27:26.282Zsl1 simnet 9000 up -- ?
14672024-10-18T03:27:26.282Zmg3 vnic 9000 up -- ?
14682024-10-18T03:27:26.282Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14692024-10-18T03:27:26.822Z
14702024-10-18T03:27:26.822Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14712024-10-18T03:27:26.846Z
14722024-10-18T03:27:26.846Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14732024-10-18T03:27:26.868Z
14742024-10-18T03:27:26.868Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14752024-10-18T03:27:26.917Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14762024-10-18T03:27:26.942Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c2eadd8f-f1cd-47c0-8a18-e7b123f59aa4 --sled-uuid 4bb8c119-eeb8-4300-a4c8-4cd6f5e33ea1 -a sl1/v6 &> /opt/ddmd.log &
14772024-10-18T03:27:26.965Z
14782024-10-18T03:27:26.965Zrunning zone t1.trio setup
14792024-10-18T03:27:26.965Z[t1.trio] svcs milestone/network
14802024-10-18T03:27:26.990ZSTATE STIME FMRI
14812024-10-18T03:27:26.990Z- - svc:/milestone/network:default
14822024-10-18T03:27:27.992Z[t1.trio] svcs milestone/network
14832024-10-18T03:27:28.012ZSTATE STIME FMRI
14842024-10-18T03:27:28.012Z- - svc:/milestone/network:default
14852024-10-18T03:27:29.013Z[t1.trio] svcs milestone/network
14862024-10-18T03:27:29.035ZSTATE STIME FMRI
14872024-10-18T03:27:29.035Z- - svc:/milestone/network:default
14882024-10-18T03:27:30.035Z[t1.trio] svcs milestone/network
14892024-10-18T03:27:30.057ZSTATE STIME FMRI
14902024-10-18T03:27:30.057Z- - svc:/milestone/network:default
14912024-10-18T03:27:31.058Z[t1.trio] svcs milestone/network
14922024-10-18T03:27:31.079ZSTATE STIME FMRI
14932024-10-18T03:27:31.079Z- - svc:/milestone/network:default
14942024-10-18T03:27:32.079Z[t1.trio] svcs milestone/network
14952024-10-18T03:27:32.101ZSTATE STIME FMRI
14962024-10-18T03:27:32.101Z- - svc:/milestone/network:default
14972024-10-18T03:27:33.101Z[t1.trio] svcs milestone/network
14982024-10-18T03:27:33.123ZSTATE STIME FMRI
14992024-10-18T03:27:33.123Z- - svc:/milestone/network:default
15002024-10-18T03:27:34.123Z[t1.trio] svcs milestone/network
15012024-10-18T03:27:34.146ZSTATE STIME FMRI
15022024-10-18T03:27:34.146Zonline 20:27:32 svc:/milestone/network:default
15032024-10-18T03:27:34.146Z[t1.trio] dladm
15042024-10-18T03:27:34.168ZLINK CLASS MTU STATE BRIDGE OVER
15052024-10-18T03:27:34.168Ztfportrear0_0 simnet 9000 up -- ?
15062024-10-18T03:27:34.168Ztfportrear1_0 simnet 9000 up -- ?
15072024-10-18T03:27:34.168Zmg1 vnic 9000 up -- ?
15082024-10-18T03:27:34.168Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15092024-10-18T03:27:34.849Z
15102024-10-18T03:27:34.849Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15112024-10-18T03:27:34.878Z
15122024-10-18T03:27:34.878Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15132024-10-18T03:27:34.903Z
15142024-10-18T03:27:34.903Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15152024-10-18T03:27:34.926Z
15162024-10-18T03:27:34.927Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15172024-10-18T03:27:35.136Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15182024-10-18T03:27:35.143Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15192024-10-18T03:27:35.149Zwaiting 3s for copy of files to zone to complete ...
15202024-10-18T03:27:38.149Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15212024-10-18T03:27:38.189Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15222024-10-18T03:27:38.213Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15232024-10-18T03:27:38.310Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15242024-10-18T03:27:38.357Z[t1.trio] svcadm enable dendrite
15252024-10-18T03:27:38.400Z
15262024-10-18T03:27:38.400Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15272024-10-18T03:27:38.446Z
15282024-10-18T03:27:38.446Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15292024-10-18T03:27:38.493Z
15302024-10-18T03:27:38.493Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15312024-10-18T03:27:38.537Z
15322024-10-18T03:27:38.537Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15332024-10-18T03:27:38.581Z
15342024-10-18T03:27:38.581Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15352024-10-18T03:27:38.626Z
15362024-10-18T03:27:38.626Z[t1.trio] svcadm refresh dendrite:default
15372024-10-18T03:27:38.666Z
15382024-10-18T03:27:38.666Z[t1.trio] svcadm restart dendrite:default
15392024-10-18T03:27:38.701Z
15402024-10-18T03:27:38.701Zwait 10s for dendrite to come up ...
15412024-10-18T03:27:48.703Z[t1.trio] svcadm enable tfport
15422024-10-18T03:27:48.748Z
15432024-10-18T03:27:48.748Z[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 &
15442024-10-18T03:27:48.770Z
15452024-10-18T03:27:48.770Z[t1.trio] ipadm
15462024-10-18T03:27:48.795ZADDROBJ TYPE STATE ADDR
15472024-10-18T03:27:48.795Zlo0/v4 static ok 127.0.0.1/8
15482024-10-18T03:27:48.795Zmg1/v4 static ok 10.0.0.3/24
15492024-10-18T03:27:48.795Zlo0/v6 static ok ::1/128
15502024-10-18T03:27:48.796Zlo0/u6 static ok fd00:3::1/64
15512024-10-18T03:27:48.796Ztfportrear0_0/v6 addrconf ok fe80::cc00:d2ff:fe0b:f53c%tfportrear0_0/10
15522024-10-18T03:27:48.796Ztfportrear1_0/v6 addrconf ok fe80::7c9e:3eff:fe7a:e067%tfportrear1_0/10
15532024-10-18T03:27:51.010Zinitial peering test passed
15542024-10-18T03:27:52.014Zadvertise from one passed
15552024-10-18T03:27:53.016Zadvertise from two passed
15562024-10-18T03:27:53.016Z[s1.trio] ping fd00:2::1
15572024-10-18T03:27:53.047Zfd00:2::1 is alive
15582024-10-18T03:27:53.047Z[s2.trio] ping fd00:1::1
15592024-10-18T03:27:53.066Zfd00:1::1 is alive
15602024-10-18T03:27:53.066Zconnectivity test passed
15612024-10-18T03:27:53.066Z[t1.trio] pkill ddmd
15622024-10-18T03:27:53.086Z
15632024-10-18T03:27:59.094Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15642024-10-18T03:27:59.133Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15652024-10-18T03:27:59.152Z[t1.trio] svcadm enable dendrite
15662024-10-18T03:27:59.196Z
15672024-10-18T03:27:59.196Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15682024-10-18T03:27:59.243Z
15692024-10-18T03:27:59.243Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15702024-10-18T03:27:59.290Z
15712024-10-18T03:27:59.290Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15722024-10-18T03:27:59.338Z
15732024-10-18T03:27:59.338Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15742024-10-18T03:27:59.388Z
15752024-10-18T03:27:59.388Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15762024-10-18T03:27:59.437Z
15772024-10-18T03:27:59.437Z[t1.trio] svcadm refresh dendrite:default
15782024-10-18T03:27:59.477Z
15792024-10-18T03:27:59.477Z[t1.trio] svcadm restart dendrite:default
15802024-10-18T03:27:59.517Z
15812024-10-18T03:27:59.517Zwait 10s for dendrite to come up ...
15822024-10-18T03:28:09.519Z[t1.trio] svcadm enable tfport
15832024-10-18T03:28:09.562Z
15842024-10-18T03:28:09.562Z[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 &
15852024-10-18T03:28:09.584Z
15862024-10-18T03:28:09.584Z[t1.trio] ipadm
15872024-10-18T03:28:09.606ZADDROBJ TYPE STATE ADDR
15882024-10-18T03:28:09.607Zlo0/v4 static ok 127.0.0.1/8
15892024-10-18T03:28:09.607Zmg1/v4 static ok 10.0.0.3/24
15902024-10-18T03:28:09.607Zlo0/v6 static ok ::1/128
15912024-10-18T03:28:09.607Zlo0/u6 static ok fd00:3::1/64
15922024-10-18T03:28:09.607Ztfportrear0_0/v6 addrconf ok fe80::cc00:d2ff:fe0b:f53c%tfportrear0_0/10
15932024-10-18T03:28:09.607Ztfportrear1_0/v6 addrconf ok fe80::7c9e:3eff:fe7a:e067%tfportrear1_0/10
15942024-10-18T03:28:12.610Z[s1.trio] ping fd00:2::1
15952024-10-18T03:28:12.635Zfd00:2::1 is alive
15962024-10-18T03:28:12.635Z[s2.trio] ping fd00:1::1
15972024-10-18T03:28:12.658Zfd00:1::1 is alive
15982024-10-18T03:28:12.658Ztransit router restart passed
15992024-10-18T03:28:12.658Z[s1.trio] pkill ddmd
16002024-10-18T03:28:12.684Z
16012024-10-18T03:28:17.689Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 03d9bc09-3327-43f2-bff3-f1a390bebea0 --sled-uuid 2d3e2dc3-24e2-4c14-915f-6685f3666626 -a sl0/v6 &> /opt/ddmd.log &
16022024-10-18T03:28:17.712Z
16032024-10-18T03:28:20.716Z[s1.trio] ping fd00:2::1
16042024-10-18T03:28:20.739Zfd00:2::1 is alive
16052024-10-18T03:28:20.739Z[s2.trio] ping fd00:1::1
16062024-10-18T03:28:20.759Zfd00:1::1 is alive
16072024-10-18T03:28:20.759Zserver router restart passed
16082024-10-18T03:28:23.765Zpeer expiration recovery passed
16092024-10-18T03:28:24.766Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16102024-10-18T03:28:24.794Z3
16112024-10-18T03:28:24.794Zredundant advertise passed
16122024-10-18T03:28:25.797Ztunnel endpoint advertise passed
16132024-10-18T03:28:30.800Zredundant tunnel endpoint advertise passed
16142024-10-18T03:28:30.800Z[s1.trio] pkill ddmd
16152024-10-18T03:28:30.822Z
16162024-10-18T03:28:35.823Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d1d3ff1f-9d04-497e-bcb8-e3b5df252598 --sled-uuid 3d7920e8-a9d1-4939-a836-3962f0a13001 -a sl0/v6 &> /opt/ddmd.log &
16172024-10-18T03:28:35.845Z
16182024-10-18T03:28:40.912Ztunnel router restart passed
16192024-10-18T03:28:41.915Ztunnel endpoint withdraw passed
16202024-10-18T03:28:41.931Z[t1.trio] pkill ddmd
16212024-10-18T03:28:41.959Z
16222024-10-18T03:28:41.959Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16232024-10-18T03:28:41.964Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16242024-10-18T03:28:44.527Z[s2.trio] pkill ddmd
16252024-10-18T03:28:44.547Z
16262024-10-18T03:28:44.547Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16272024-10-18T03:28:47.123Z[s1.trio] pkill ddmd
16282024-10-18T03:28:47.144Z
16292024-10-18T03:28:47.145Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16302024-10-18T03:28:49.669Z[sidecar.trio] pkill softnpu
16312024-10-18T03:28:49.690Z
16322024-10-18T03:28:49.690Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16332024-10-18T03:28:52.307Ztest ddm::test_trio_v2_transit ... ok
16342024-10-18T03:28:52.307Z
16352024-10-18T03:28:52.307Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 603.25s
16362024-10-18T03:28:52.307Z
16372024-10-18T03:28:52.335Z+ cleanup
16382024-10-18T03:28:52.338Z++ id -un
16392024-10-18T03:28:52.343Z++ id -gn
16402024-10-18T03:28:52.345Z+ pfexec chown -R build:build .
16412024-10-18T03:28:52.431Zprocess exited: duration 1128987 ms, exit code 0
 
16422024-10-18T03:28:52.442Zfound 4 output files
16432024-10-18T03:28:52.442Zuploading: /work/s1.trio.log (4204 bytes)
16442024-10-18T03:28:53.452Zuploaded: /work/s1.trio.log
16452024-10-18T03:28:53.452Zuploading: /work/s2.trio.log (10437 bytes)
16462024-10-18T03:28:54.463Zuploaded: /work/s2.trio.log
16472024-10-18T03:28:54.463Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16482024-10-18T03:28:55.481Zuploaded: /work/sidecar.trio-softnpu.log
16492024-10-18T03:28:55.481Zuploading: /work/t1.trio.log (26188 bytes)
16502024-10-18T03:28:56.491Zuploaded: /work/t1.trio.log