01JESYVW85MZRE1QHZ5GZEXZWG: 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: 01JESYWFFEZKX19RYZPAMES5YG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T04:17:05.464Zjob assigned to worker 01JESYWP507JZZC5ZZDS4GN2KQ [factory aws, i-0e602d3530095ef0f] (queued for 1 m 10 s)
 
22024-12-11T04:17:13.274Zstarting task 0: "setup"
32024-12-11T04:17:13.290Z++ uname -s
42024-12-11T04:17:13.293Z+ kern=SunOS
52024-12-11T04:17:13.293Z+ case "$kern" in
62024-12-11T04:17:13.293Z+ groupadd -g 12345 build
72024-12-11T04:17:13.297Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T04:17:15.306Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T04:17:15.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T04:17:15.399Z+ home_fs=zfs
112024-12-11T04:17:15.399Z+ [[ zfs == autofs ]]
122024-12-11T04:17:15.399Z+ mkdir -p /home/build
132024-12-11T04:17:15.403Z+ chown build:build /home/build /work
142024-12-11T04:17:17.403Z+ chmod 0700 /home/build /work
152024-12-11T04:17:17.405Zprocess exited: duration 4130 ms, exit code 0
 
162024-12-11T04:17:17.412Zstarting task 1: "rust-toolchain"
172024-12-11T04:17:17.417Z+ printf ' * toolchain channel = "%s"
182024-12-11T04:17:17.417Z' stable
192024-12-11T04:17:17.417Z * toolchain channel = "stable"
202024-12-11T04:17:17.417Z+ printf ' * toolchain profile = "%s"
212024-12-11T04:17:17.417Z' default
222024-12-11T04:17:17.422Z * toolchain profile = "default"
232024-12-11T04:17:17.422Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T04:17:17.422Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T04:17:17.535Zinfo: downloading installer
262024-12-11T04:17:18.687Zinfo: profile set to 'default'
272024-12-11T04:17:18.689Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T04:17:18.690Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T04:17:18.837Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T04:17:18.837Zinfo: downloading component 'cargo'
312024-12-11T04:17:19.699Zinfo: downloading component 'clippy'
322024-12-11T04:17:20.028Zinfo: downloading component 'rust-docs'
332024-12-11T04:17:21.221Zinfo: downloading component 'rust-std'
342024-12-11T04:17:22.944Zinfo: downloading component 'rustc'
352024-12-11T04:17:29.463Zinfo: downloading component 'rustfmt'
362024-12-11T04:17:29.712Zinfo: installing component 'cargo'
372024-12-11T04:17:30.517Zinfo: installing component 'clippy'
382024-12-11T04:17:30.891Zinfo: installing component 'rust-docs'
392024-12-11T04:17:32.575Zinfo: installing component 'rust-std'
402024-12-11T04:17:34.210Zinfo: installing component 'rustc'
412024-12-11T04:17:39.921Zinfo: installing component 'rustfmt'
422024-12-11T04:17:40.423Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T04:17:40.423Z
442024-12-11T04:17:40.613Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T04:17:40.613Z
462024-12-11T04:17:40.616Z
472024-12-11T04:17:40.616ZRust is installed now. Great!
482024-12-11T04:17:40.616Z
492024-12-11T04:17:40.616ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T04:17:40.616Zenvironment variable. This has not been done automatically.
512024-12-11T04:17:40.616Z
522024-12-11T04:17:40.616ZTo configure your current shell, you need to source
532024-12-11T04:17:40.616Zthe corresponding env file under $HOME/.cargo.
542024-12-11T04:17:40.616Z
552024-12-11T04:17:40.616ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T04:17:40.616Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T04:17:40.616Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T04:17:40.683Z+ rustc --version
592024-12-11T04:17:40.748Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T04:17:40.750Zprocess exited: duration 23335 ms, exit code 0
 
612024-12-11T04:17:40.756Zstarting task 2: "authentication"
622024-12-11T04:17:40.776Zprocess exited: duration 19 ms, exit code 0
 
632024-12-11T04:17:40.781Zstarting task 3: "clone repository"
642024-12-11T04:17:40.786Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-11T04:17:40.789Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-11T04:17:40.827ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-11T04:17:41.396Z+ cd /work/oxidecomputer/maghemite
682024-12-11T04:17:41.400Z+ git fetch origin 8c8c05726385430561deac06b456006fe403a0fb
692024-12-11T04:17:41.660ZFrom https://github.com/oxidecomputer/maghemite
702024-12-11T04:17:41.660Z * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD
712024-12-11T04:17:41.667Z+ [[ -n renovate/serde-monorepo ]]
722024-12-11T04:17:41.670Z++ git branch --show-current
732024-12-11T04:17:41.675Z+ current=main
742024-12-11T04:17:41.675Z+ [[ main != renovate/serde-monorepo ]]
752024-12-11T04:17:41.675Z+ git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb
762024-12-11T04:17:41.677Z+ git checkout -f renovate/serde-monorepo
772024-12-11T04:17:41.689ZSwitched to branch 'renovate/serde-monorepo'
782024-12-11T04:17:41.692Z+ git reset --hard 8c8c05726385430561deac06b456006fe403a0fb
792024-12-11T04:17:41.704ZHEAD is now at 8c8c057 Update Rust crate serde to 1.0.216
802024-12-11T04:17:41.706Zprocess exited: duration 922 ms, exit code 0
 
812024-12-11T04:17:41.711Zstarting task 4: "build"
822024-12-11T04:17:41.715Z++ cargo --version
832024-12-11T04:17:41.720Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-11T04:17:41.875Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-11T04:17:41.875Zinfo: downloading component 'cargo'
862024-12-11T04:17:42.718Zinfo: downloading component 'clippy'
872024-12-11T04:17:43.046Zinfo: downloading component 'rust-docs'
882024-12-11T04:17:44.225Zinfo: downloading component 'rust-std'
892024-12-11T04:17:46.060Zinfo: downloading component 'rustc'
902024-12-11T04:17:52.658Zinfo: downloading component 'rustfmt'
912024-12-11T04:17:52.907Zinfo: installing component 'cargo'
922024-12-11T04:17:53.695Zinfo: installing component 'clippy'
932024-12-11T04:17:54.051Zinfo: installing component 'rust-docs'
942024-12-11T04:17:55.615Zinfo: installing component 'rust-std'
952024-12-11T04:17:57.291Zinfo: installing component 'rustc'
962024-12-11T04:18:02.922Zinfo: installing component 'rustfmt'
972024-12-11T04:18:03.325Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-11T04:18:03.327Z++ rustc --version
992024-12-11T04:18:03.393Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-11T04:18:03.397Z++ dladm
1012024-12-11T04:18:03.401ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-11T04:18:03.401Zena0 phys 9216 up -- --
1032024-12-11T04:18:03.404Z++ ipadm
1042024-12-11T04:18:03.407ZADDROBJ TYPE STATE ADDR
1052024-12-11T04:18:03.407Zlo0/v4 static ok 127.0.0.1/8
1062024-12-11T04:18:03.407Zena0/dhcp dhcp ok 10.150.1.175/24
1072024-12-11T04:18:03.407Zlo0/v6 static ok ::1/128
1082024-12-11T04:18:03.407Z++ banner collect
1092024-12-11T04:18:03.410Z
1102024-12-11T04:18:03.410Z #### #### # # ###### #### #####
1112024-12-11T04:18:03.410Z # # # # # # # # # #
1122024-12-11T04:18:03.410Z # # # # # ##### # #
1132024-12-11T04:18:03.410Z # # # # # # # #
1142024-12-11T04:18:03.410Z # # # # # # # # # #
1152024-12-11T04:18:03.410Z #### #### ###### ###### ###### #### #
1162024-12-11T04:18:03.410Z
1172024-12-11T04:18:03.410Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-11T04:18:03.410Z++ repo=softnpu
1192024-12-11T04:18:03.410Z++ series=image
1202024-12-11T04:18:03.410Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-11T04:18:03.410Z++ name=softnpu
1222024-12-11T04:18:03.410Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-11T04:18:03.410Z++ mkdir -p download
1242024-12-11T04:18:03.410Z++ pushd download
1252024-12-11T04:18:03.413Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-11T04:18:03.413Z++ [[ ! -f softnpu ]]
1272024-12-11T04:18:03.413Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-11T04:18:03.418Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-11T04:18:03.421Z Dload Upload Total Spent Left Speed
1302024-12-11T04:18:03.733Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 69.3M 0 --:--:-- --:--:-- --:--:-- 69.5M
1312024-12-11T04:18:03.737Z++ popd
1322024-12-11T04:18:03.737Z/work/oxidecomputer/maghemite
1332024-12-11T04:18:03.737Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-11T04:18:03.737Z++ repo=sidecar-lite
1352024-12-11T04:18:03.737Z++ series=release
1362024-12-11T04:18:03.737Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-11T04:18:03.737Z++ name=libsidecar_lite.so
1382024-12-11T04:18:03.737Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-11T04:18:03.737Z++ mkdir -p download
1402024-12-11T04:18:03.739Z++ pushd download
1412024-12-11T04:18:03.739Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-11T04:18:03.739Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-11T04:18:03.739Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-11T04:18:03.744Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-11T04:18:03.747Z Dload Upload Total Spent Left Speed
1462024-12-11T04:18:04.083Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 77 20.3M 77 15.8M 0 0 55.2M 0 --:--:-- --:--:-- --:--:-- 55.2M 100 20.3M 100 20.3M 0 0 60.0M 0 --:--:-- --:--:-- --:--:-- 59.9M
1472024-12-11T04:18:04.086Z++ popd
1482024-12-11T04:18:04.086Z/work/oxidecomputer/maghemite
1492024-12-11T04:18:04.086Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-11T04:18:04.086Z++ repo=sidecar-lite
1512024-12-11T04:18:04.086Z++ series=release
1522024-12-11T04:18:04.086Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-11T04:18:04.086Z++ name=scadm
1542024-12-11T04:18:04.086Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-11T04:18:04.086Z++ mkdir -p download
1562024-12-11T04:18:04.089Z++ pushd download
1572024-12-11T04:18:04.089Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-11T04:18:04.089Z++ [[ ! -f scadm ]]
1592024-12-11T04:18:04.089Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-11T04:18:04.095Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-11T04:18:04.097Z Dload Upload Total Spent Left Speed
1622024-12-11T04:18:04.495Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 57.0M 0 --:--:-- --:--:-- --:--:-- 57.1M
1632024-12-11T04:18:04.497Z++ popd
1642024-12-11T04:18:04.497Z/work/oxidecomputer/maghemite
1652024-12-11T04:18:04.500Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-11T04:18:04.500Z++ repo=dendrite
1672024-12-11T04:18:04.500Z++ series=image
1682024-12-11T04:18:04.500Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-11T04:18:04.500Z++ name=dendrite-softnpu.tar.gz
1702024-12-11T04:18:04.500Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-11T04:18:04.500Z++ mkdir -p download
1722024-12-11T04:18:04.500Z++ pushd download
1732024-12-11T04:18:04.500Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-11T04:18:04.500Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-11T04:18:04.500Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-11T04:18:04.506Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-11T04:18:04.509Z Dload Upload Total Spent Left Speed
1782024-12-11T04:18:05.126Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 71 37.5M 71 26.8M 0 0 51.1M 0 --:--:-- --:--:-- --:--:-- 51.1M 100 37.5M 100 37.5M 0 0 60.6M 0 --:--:-- --:--:-- --:--:-- 60.6M
1792024-12-11T04:18:05.130Z++ popd
1802024-12-11T04:18:05.134Z/work/oxidecomputer/maghemite
1812024-12-11T04:18:05.134Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-11T04:18:05.134Z++ repo=maghemite
1832024-12-11T04:18:05.134Z++ series=release
1842024-12-11T04:18:05.134Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-11T04:18:05.134Z++ name=ddmd
1862024-12-11T04:18:05.134Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-11T04:18:05.134Z++ mkdir -p download
1882024-12-11T04:18:05.134Z++ pushd download
1892024-12-11T04:18:05.134Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-11T04:18:05.134Z++ [[ ! -f ddmd ]]
1912024-12-11T04:18:05.134Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-11T04:18:05.140Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-11T04:18:05.142Z Dload Upload Total Spent Left Speed
1942024-12-11T04:18:05.767Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 65.3M 0 --:--:-- --:--:-- --:--:-- 65.4M
1952024-12-11T04:18:05.769Z++ popd
1962024-12-11T04:18:05.772Z/work/oxidecomputer/maghemite
1972024-12-11T04:18:05.772Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-11T04:18:05.772Z++ repo=maghemite
1992024-12-11T04:18:05.773Z++ series=release
2002024-12-11T04:18:05.773Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-11T04:18:05.773Z++ name=ddmadm
2022024-12-11T04:18:05.773Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-11T04:18:05.773Z++ mkdir -p download
2042024-12-11T04:18:05.775Z++ pushd download
2052024-12-11T04:18:05.775Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-11T04:18:05.775Z++ [[ ! -f ddmadm ]]
2072024-12-11T04:18:05.775Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-11T04:18:05.780Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-11T04:18:05.785Z Dload Upload Total Spent Left Speed
2102024-12-11T04:18:06.324Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 94 18.0M 94 16.9M 0 0 31.6M 0 --:--:-- --:--:-- --:--:-- 31.6M 100 18.0M 100 18.0M 0 0 33.1M 0 --:--:-- --:--:-- --:--:-- 33.1M
2112024-12-11T04:18:06.328Z++ popd
2122024-12-11T04:18:06.331Z/work/oxidecomputer/maghemite
2132024-12-11T04:18:06.331Z++ pushd download
2142024-12-11T04:18:06.331Z++ chmod +x softnpu
2152024-12-11T04:18:06.331Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2162024-12-11T04:18:06.331Z++ chmod +x scadm
2172024-12-11T04:18:06.333Z++ chmod +x ddmadm
2182024-12-11T04:18:06.336Z++ chmod +x ddmd
2192024-12-11T04:18:06.336Z++ mv ddmadm ddmadm-v2
2202024-12-11T04:18:06.339Z++ mv ddmd ddmd-v2
2212024-12-11T04:18:06.341Z++ rm -rf zones/dendrite
2222024-12-11T04:18:06.341Z++ mkdir -p zones/dendrite
2232024-12-11T04:18:06.344Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-11T04:18:07.100Z++ popd
2252024-12-11T04:18:07.100Z/work/oxidecomputer/maghemite
2262024-12-11T04:18:07.100Z++ banner install
2272024-12-11T04:18:07.102Z
2282024-12-11T04:18:07.102Z # # # #### ##### ## # #
2292024-12-11T04:18:07.102Z # ## # # # # # # #
2302024-12-11T04:18:07.102Z # # # # #### # # # # #
2312024-12-11T04:18:07.102Z # # # # # # ###### # #
2322024-12-11T04:18:07.102Z # # ## # # # # # # #
2332024-12-11T04:18:07.103Z # # # #### # # # ###### ######
2342024-12-11T04:18:07.103Z
2352024-12-11T04:18:07.105Z++ pkg info brand/sparse
2362024-12-11T04:18:07.105Z++ grep -qi installed
2372024-12-11T04:18:08.611Zpkg: info: no packages matching the following patterns you specified are
2382024-12-11T04:18:08.612Zinstalled on the system. Try querying remotely instead:
2392024-12-11T04:18:08.612Z
2402024-12-11T04:18:08.612Z brand/sparse
2412024-12-11T04:18:08.655Z++ [[ 1 != 0 ]]
2422024-12-11T04:18:08.655Z++ set -o errexit
2432024-12-11T04:18:08.655Z++ pfexec pkg install brand/sparse
2442024-12-11T04:18:15.043Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-11T04:18:18.797Z Startup: Caching catalogs ... Done
2462024-12-11T04:18:28.809ZPlanning: Solver setup ... Done
2472024-12-11T04:18:28.937ZPlanning: Running solver ... Done
2482024-12-11T04:18:29.038ZPlanning: Finding local manifests ... Done
2492024-12-11T04:18:29.050ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-11T04:18:29.137ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-11T04:18:29.204ZPlanning: Package planning ... Done
2522024-12-11T04:18:29.209ZPlanning: Merging actions ... Done
2532024-12-11T04:18:29.396ZPlanning: Checking for conflicting actions ... Done
2542024-12-11T04:18:31.280ZPlanning: Consolidating action changes ... Done
2552024-12-11T04:18:31.680ZPlanning: Evaluating mediators ... Done
2562024-12-11T04:18:31.746ZPlanning: Planning completed in 12.86 seconds
2572024-12-11T04:18:31.761Z Packages to install: 1
2582024-12-11T04:18:31.761Z Packages to update: 2
2592024-12-11T04:18:31.764Z Create boot environment: No
2602024-12-11T04:18:31.764ZCreate backup boot environment: Yes
2612024-12-11T04:18:31.833Z
2622024-12-11T04:18:31.833ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-11T04:18:35.316ZDownload: Completed 8.03 MB in 3.48 seconds (2.3M/s)
2642024-12-11T04:18:37.197Z Actions: 1/1419 actions (Removing old actions)
2652024-12-11T04:18:37.217Z Actions: 199/1419 actions (Installing new actions)
2662024-12-11T04:18:37.332Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-11T04:18:37.640Z Actions: Completed 1419 actions in 0.44 seconds.
2682024-12-11T04:18:37.843Z Done
2692024-12-11T04:18:37.846Z Done
2702024-12-11T04:18:38.357Z Done
2712024-12-11T04:18:42.475Z Done
2722024-12-11T04:18:42.561Z Done
2732024-12-11T04:18:42.563Z Done
2742024-12-11T04:18:42.740Z Done
2752024-12-11T04:18:43.121Z++ set -o errexit
2762024-12-11T04:18:43.121Z++ set -o pipefail
2772024-12-11T04:18:43.121Z++ banner build
2782024-12-11T04:18:43.123Z
2792024-12-11T04:18:43.123Z ##### # # # # #####
2802024-12-11T04:18:43.123Z # # # # # # # #
2812024-12-11T04:18:43.123Z ##### # # # # # #
2822024-12-11T04:18:43.123Z # # # # # # # #
2832024-12-11T04:18:43.123Z # # # # # # # #
2842024-12-11T04:18:43.124Z ##### #### # ###### #####
2852024-12-11T04:18:43.124Z
2862024-12-11T04:18:43.124Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-11T04:18:43.296Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-11T04:18:43.534Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-11T04:18:43.760ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-11T04:18:43.761Z * [new branch] ci -> origin/ci
2912024-12-11T04:18:43.763Z * [new branch] main -> origin/main
2922024-12-11T04:18:43.763Z * [new ref] -> origin/HEAD
2932024-12-11T04:18:43.773Z Updating crates.io index
2942024-12-11T04:18:43.843Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-11T04:18:44.569ZFrom https://github.com/oxidecomputer/falcon
2962024-12-11T04:18:44.569Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-11T04:18:44.675Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-11T04:18:45.759ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-11T04:18:45.759Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-11T04:18:45.815Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-11T04:18:46.217ZFrom https://github.com/oxidecomputer/ispf
3022024-12-11T04:18:46.217Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-11T04:18:46.225Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-11T04:18:46.678ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-11T04:18:46.678Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-11T04:18:46.690Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-11T04:18:50.601ZFrom https://github.com/oxidecomputer/omicron
3082024-12-11T04:18:50.601Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-11T04:18:50.632Z * [new tag] dogfood -> dogfood
3102024-12-11T04:18:50.635Z * [new tag] v5 -> v5
3112024-12-11T04:18:50.635Z * [new tag] v6 -> v6
3122024-12-11T04:18:50.635Z * [new tag] v7 -> v7
3132024-12-11T04:18:50.635Z * [new tag] v8 -> v8
3142024-12-11T04:18:50.635Z * [new tag] v9 -> v9
3152024-12-11T04:18:50.992Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-11T04:18:52.037ZFrom https://github.com/oxidecomputer/opte
3172024-12-11T04:18:52.037Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-11T04:18:52.116Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-11T04:18:52.528ZFrom https://github.com/illumos/smf-rs
3202024-12-11T04:18:52.528Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-11T04:18:52.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-11T04:18:53.103ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-11T04:18:53.103Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-11T04:18:53.120Z * [new tag] rift -> rift
3252024-12-11T04:18:53.122Z * [new tag] srp -> srp
3262024-12-11T04:18:53.122Z * [new tag] tie-spf -> tie-spf
3272024-12-11T04:18:53.155Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-11T04:18:53.566ZFrom https://github.com/oxidecomputer/zone
3292024-12-11T04:18:53.566Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-11T04:18:53.592Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-11T04:18:54.352ZFrom https://github.com/oxidecomputer/propolis
3322024-12-11T04:18:54.352Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-11T04:18:54.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-11T04:18:54.911ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-11T04:18:54.912Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-11T04:18:54.920Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-11T04:18:55.349ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-11T04:18:55.349Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-11T04:18:55.364Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-11T04:18:55.383Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-11T04:18:55.836ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-11T04:18:55.836Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-11T04:18:55.853Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-11T04:18:56.321ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-11T04:18:56.321Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-11T04:18:56.387Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-11T04:18:56.832ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-11T04:18:56.832Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-11T04:18:56.846Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-11T04:18:57.261ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-11T04:18:57.261Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-11T04:18:57.306Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-11T04:18:57.749ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-11T04:18:57.752Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-11T04:18:57.788Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-11T04:18:58.216ZFrom https://github.com/illumos/libscf-sys
3572024-12-11T04:18:58.216Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-11T04:18:58.245Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-11T04:18:59.230ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-11T04:18:59.230Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-11T04:18:59.251Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-11T04:18:59.254Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-11T04:18:59.254Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-11T04:18:59.254Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-11T04:18:59.254Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-11T04:18:59.254Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-11T04:18:59.254Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-11T04:18:59.364Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-11T04:19:00.087ZFrom https://github.com/oxidecomputer/typify
3702024-12-11T04:19:00.087Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-11T04:19:00.089Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-11T04:19:00.106Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-11T04:19:00.109Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-11T04:19:00.109Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-11T04:19:00.109Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-11T04:19:00.109Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-11T04:19:00.109Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-11T04:19:00.109Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-11T04:19:00.109Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-11T04:19:00.109Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-11T04:19:00.109Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-11T04:19:00.109Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-11T04:19:00.109Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-11T04:19:00.109Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-11T04:19:00.382Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-11T04:19:02.210ZFrom https://github.com/oxidecomputer/crucible
3872024-12-11T04:19:02.210Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-11T04:19:02.279Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-11T04:19:02.721ZFrom https://github.com/oxidecomputer/opte
3902024-12-11T04:19:02.721Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-11T04:19:02.767Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-11T04:19:03.445ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-11T04:19:03.445Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-11T04:19:04.251Z Downloading crates ...
3952024-12-11T04:19:04.342Z Downloaded anstyle v1.0.10
3962024-12-11T04:19:04.359Z Downloaded ahash v0.8.11
3972024-12-11T04:19:04.365Z Downloaded anstream v0.6.15
3982024-12-11T04:19:04.370Z Downloaded allocator-api2 v0.2.18
3992024-12-11T04:19:04.379Z Downloaded aho-corasick v1.1.3
4002024-12-11T04:19:04.384Z Downloaded anstyle-query v1.1.1
4012024-12-11T04:19:04.388Z Downloaded anstyle-parse v0.2.5
4022024-12-11T04:19:04.392Z Downloaded async-stream v0.3.5
4032024-12-11T04:19:04.395Z Downloaded async-trait v0.1.83
4042024-12-11T04:19:04.397Z Downloaded async-stream-impl v0.3.5
4052024-12-11T04:19:04.401Z Downloaded argon2 v0.5.3
4062024-12-11T04:19:04.404Z Downloaded base64 v0.21.7
4072024-12-11T04:19:04.406Z Downloaded anyhow v1.0.94
4082024-12-11T04:19:04.409Z Downloaded block-buffer v0.10.4
4092024-12-11T04:19:04.412Z Downloaded base64 v0.22.1
4102024-12-11T04:19:04.416Z Downloaded ciborium-io v0.2.2
4112024-12-11T04:19:04.418Z Downloaded base64ct v1.6.0
4122024-12-11T04:19:04.421Z Downloaded atomicwrites v0.4.4
4132024-12-11T04:19:04.421Z Downloaded cfg-if v1.0.0
4142024-12-11T04:19:04.423Z Downloaded bitflags v2.6.0
4152024-12-11T04:19:04.426Z Downloaded parking_lot_core v0.9.10
4162024-12-11T04:19:04.428Z Downloaded futures-sink v0.3.30
4172024-12-11T04:19:04.431Z Downloaded bytes v1.7.2
4182024-12-11T04:19:04.434Z Downloaded ciborium v0.2.2
4192024-12-11T04:19:04.437Z Downloaded percent-encoding v2.3.1
4202024-12-11T04:19:04.437Z Downloaded atomic-waker v1.1.2
4212024-12-11T04:19:04.440Z Downloaded cancel-safe-futures v0.1.5
4222024-12-11T04:19:04.442Z Downloaded pretty-hex v0.2.1
4232024-12-11T04:19:04.445Z Downloaded clap v4.5.23
4242024-12-11T04:19:04.452Z Downloaded ppv-lite86 v0.2.20
4252024-12-11T04:19:04.454Z Downloaded crc32fast v1.4.2
4262024-12-11T04:19:04.458Z Downloaded cc v1.1.21
4272024-12-11T04:19:04.461Z Downloaded proc-macro-error v1.0.4
4282024-12-11T04:19:04.464Z Downloaded pest_derive v2.7.13
4292024-12-11T04:19:04.467Z Downloaded proc-macro-crate v1.3.1
4302024-12-11T04:19:04.467Z Downloaded parse-display v0.10.0
4312024-12-11T04:19:04.469Z Downloaded pin-project-lite v0.2.14
4322024-12-11T04:19:04.473Z Downloaded data-encoding v2.6.0
4332024-12-11T04:19:04.475Z Downloaded plain v0.2.3
4342024-12-11T04:19:04.478Z Downloaded cpufeatures v0.2.14
4352024-12-11T04:19:04.478Z Downloaded convert_case v0.4.0
4362024-12-11T04:19:04.480Z Downloaded crypto-common v0.1.6
4372024-12-11T04:19:04.480Z Downloaded cobs v0.2.3
4382024-12-11T04:19:04.482Z Downloaded cstr-argument v0.1.2
4392024-12-11T04:19:04.482Z Downloaded postcard v1.0.10
4402024-12-11T04:19:04.484Z Downloaded pest_meta v2.7.13
4412024-12-11T04:19:04.487Z Downloaded password-hash v0.5.0
4422024-12-11T04:19:04.490Z Downloaded debug-ignore v1.0.5
4432024-12-11T04:19:04.492Z Downloaded progenitor-client v0.8.0
4442024-12-11T04:19:04.492Z Downloaded enum-as-inner v0.6.1
4452024-12-11T04:19:04.495Z Downloaded equivalent v1.0.1
4462024-12-11T04:19:04.495Z Downloaded camino v1.1.9
4472024-12-11T04:19:04.497Z Downloaded foreign-types-shared v0.3.1
4482024-12-11T04:19:04.499Z Downloaded foreign-types-shared v0.1.1
4492024-12-11T04:19:04.499Z Downloaded darling v0.20.10
4502024-12-11T04:19:04.503Z Downloaded dtrace-parser v0.2.0
4512024-12-11T04:19:04.506Z Downloaded dof v0.3.0
4522024-12-11T04:19:04.506Z Downloaded dirs-next v2.0.0
4532024-12-11T04:19:04.508Z Downloaded fastrand v2.1.1
4542024-12-11T04:19:04.511Z Downloaded proc-macro-error-attr v1.0.4
4552024-12-11T04:19:04.511Z Downloaded float-ord v0.3.2
4562024-12-11T04:19:04.511Z Downloaded embedded-io v0.6.1
4572024-12-11T04:19:04.514Z Downloaded either v1.13.0
4582024-12-11T04:19:04.514Z Downloaded http-body v1.0.1
4592024-12-11T04:19:04.516Z Downloaded hubpack_derive v0.1.1
4602024-12-11T04:19:04.516Z Downloaded dyn-clone v1.0.17
4612024-12-11T04:19:04.519Z Downloaded newline-converter v0.3.0
4622024-12-11T04:19:04.519Z Downloaded serde-big-array v0.5.1
4632024-12-11T04:19:04.521Z Downloaded scroll_derive v0.12.0
4642024-12-11T04:19:04.521Z Downloaded openssl-probe v0.1.5
4652024-12-11T04:19:04.524Z Downloaded foreign-types v0.5.0
4662024-12-11T04:19:04.524Z Downloaded fixedbitset v0.4.2
4672024-12-11T04:19:04.527Z Downloaded futures-macro v0.3.30
4682024-12-11T04:19:04.527Z Downloaded futures-io v0.3.30
4692024-12-11T04:19:04.527Z Downloaded futures-core v0.3.30
4702024-12-11T04:19:04.529Z Downloaded sigpipe v0.1.3
4712024-12-11T04:19:04.530Z Downloaded hash32 v0.3.1
4722024-12-11T04:19:04.532Z Downloaded sync_wrapper v0.1.2
4732024-12-11T04:19:04.532Z Downloaded form_urlencoded v1.2.1
4742024-12-11T04:19:04.534Z Downloaded errno v0.3.9
4752024-12-11T04:19:04.537Z Downloaded quick-error v1.2.3
4762024-12-11T04:19:04.537Z Downloaded fnv v1.0.7
4772024-12-11T04:19:04.538Z Downloaded rustc_version v0.1.7
4782024-12-11T04:19:04.540Z Downloaded rustc-hash v2.0.0
4792024-12-11T04:19:04.540Z Downloaded dirs-sys-next v0.1.2
4802024-12-11T04:19:04.543Z Downloaded heck v0.5.0
4812024-12-11T04:19:04.543Z Downloaded rand_chacha v0.3.1
4822024-12-11T04:19:04.546Z Downloaded progenitor v0.8.0
4832024-12-11T04:19:04.546Z Downloaded is-terminal v0.4.13
4842024-12-11T04:19:04.548Z Downloaded itoa v1.0.11
4852024-12-11T04:19:04.552Z Downloaded scopeguard v1.2.0
4862024-12-11T04:19:04.552Z Downloaded rustc_version v0.4.1
4872024-12-11T04:19:04.555Z Downloaded spin v0.5.2
4882024-12-11T04:19:04.555Z Downloaded num-iter v0.1.45
4892024-12-11T04:19:04.555Z Downloaded slog-scope v4.4.0
4902024-12-11T04:19:04.557Z Downloaded serde_urlencoded v0.7.1
4912024-12-11T04:19:04.557Z Downloaded slog-json v2.6.1
4922024-12-11T04:19:04.560Z Downloaded sync_wrapper v1.0.1
4932024-12-11T04:19:04.560Z Downloaded derive_more v0.99.18
4942024-12-11T04:19:04.564Z Downloaded resolv-conf v0.7.0
4952024-12-11T04:19:04.567Z Downloaded derive-where v1.2.7
4962024-12-11T04:19:04.570Z Downloaded newtype_derive v0.1.6
4972024-12-11T04:19:04.572Z Downloaded tinyvec_macros v0.1.1
4982024-12-11T04:19:04.572Z Downloaded tower-service v0.3.3
4992024-12-11T04:19:04.575Z Downloaded highway v1.2.0
5002024-12-11T04:19:04.577Z Downloaded hyper-rustls v0.27.3
5012024-12-11T04:19:04.579Z Downloaded signal-hook-registry v1.4.2
5022024-12-11T04:19:04.579Z Downloaded usdt v0.5.0
5032024-12-11T04:19:04.582Z Downloaded sha1 v0.10.6
5042024-12-11T04:19:04.584Z Downloaded humantime v2.1.0
5052024-12-11T04:19:04.584Z Downloaded serde_path_to_error v0.1.16
5062024-12-11T04:19:04.587Z Downloaded spin v0.9.8
5072024-12-11T04:19:04.589Z Downloaded num-rational v0.4.2
5082024-12-11T04:19:04.591Z Downloaded take_mut v0.2.2
5092024-12-11T04:19:04.591Z Downloaded no-std-compat v0.4.1
5102024-12-11T04:19:04.593Z Downloaded dropshot_endpoint v0.12.0
5112024-12-11T04:19:04.596Z Downloaded num-complex v0.4.6
5122024-12-11T04:19:04.598Z Downloaded hubpack v0.1.2
5132024-12-11T04:19:04.598Z Downloaded tabwriter v1.4.0
5142024-12-11T04:19:04.600Z Downloaded slog-envlogger v2.2.0
5152024-12-11T04:19:04.603Z Downloaded newtype-uuid v1.1.0
5162024-12-11T04:19:04.603Z Downloaded slog-dtrace v0.3.0
5172024-12-11T04:19:04.605Z Downloaded try-lock v0.2.5
5182024-12-11T04:19:04.605Z Downloaded rand_core v0.6.4
5192024-12-11T04:19:04.608Z Downloaded slog-bunyan v2.5.0
5202024-12-11T04:19:04.608Z Downloaded slog-async v2.8.0
5212024-12-11T04:19:04.610Z Downloaded serde_repr v0.1.19
5222024-12-11T04:19:04.612Z Downloaded serde_spanned v0.6.7
5232024-12-11T04:19:04.612Z Downloaded fxhash v0.2.1
5242024-12-11T04:19:04.614Z Downloaded hostname v0.4.0
5252024-12-11T04:19:04.617Z Downloaded serde_derive_internals v0.29.1
5262024-12-11T04:19:04.617Z Downloaded semver v1.0.23
5272024-12-11T04:19:04.619Z Downloaded macaddr v1.0.1
5282024-12-11T04:19:04.621Z Downloaded ipnetwork v0.20.0
5292024-12-11T04:19:04.624Z Downloaded toml_datetime v0.6.8
5302024-12-11T04:19:04.624Z Downloaded strum_macros v0.25.3
5312024-12-11T04:19:04.626Z Downloaded schemars_derive v0.8.21
5322024-12-11T04:19:04.630Z Downloaded proc-macro2 v1.0.86
5332024-12-11T04:19:04.633Z Downloaded smf v0.2.3
5342024-12-11T04:19:04.633Z Downloaded num_enum v0.5.11
5352024-12-11T04:19:04.635Z Downloaded thread_local v1.1.8
5362024-12-11T04:19:04.637Z Downloaded native-tls v0.2.12
5372024-12-11T04:19:04.640Z Downloaded whoami v1.5.2
5382024-12-11T04:19:04.642Z Downloaded tokio-rustls v0.24.1
5392024-12-11T04:19:04.644Z Downloaded swrite v0.1.0
5402024-12-11T04:19:04.644Z Downloaded multer v3.1.0
5412024-12-11T04:19:04.647Z Downloaded typify-macro v0.2.0
5422024-12-11T04:19:04.649Z Downloaded sha2 v0.10.8
5432024-12-11T04:19:04.652Z Downloaded rhai_codegen v2.2.0
5442024-12-11T04:19:04.657Z Downloaded time-core v0.1.2
5452024-12-11T04:19:04.659Z Downloaded instant v0.1.13
5462024-12-11T04:19:04.662Z Downloaded want v0.3.1
5472024-12-11T04:19:04.662Z Downloaded progenitor-impl v0.8.0
5482024-12-11T04:19:04.664Z Downloaded hex v0.4.3
5492024-12-11T04:19:04.664Z Downloaded slog-stdlog v4.1.1
5502024-12-11T04:19:04.667Z Downloaded num_threads v0.1.7
5512024-12-11T04:19:04.667Z Downloaded is_terminal_polyfill v1.70.1
5522024-12-11T04:19:04.669Z Downloaded scroll v0.12.0
5532024-12-11T04:19:04.669Z Downloaded rustls-pemfile v2.1.3
5542024-12-11T04:19:04.672Z Downloaded hyper-tls v0.6.0
5552024-12-11T04:19:04.674Z Downloaded structmeta v0.3.0
5562024-12-11T04:19:04.674Z Downloaded static_assertions v1.1.0
5572024-12-11T04:19:04.677Z Downloaded strsim v0.11.1
5582024-12-11T04:19:04.677Z Downloaded stable_deref_trait v1.2.0
5592024-12-11T04:19:04.679Z Downloaded smallvec v1.13.2
5602024-12-11T04:19:04.682Z Downloaded smartstring v1.0.1
5612024-12-11T04:19:04.684Z Downloaded portable-atomic v1.8.0
5622024-12-11T04:19:04.688Z Downloaded openssl-macros v0.1.1
5632024-12-11T04:19:04.691Z Downloaded strum v0.26.3
5642024-12-11T04:19:04.691Z Downloaded ident_case v1.0.1
5652024-12-11T04:19:04.693Z Downloaded typify v0.2.0
5662024-12-11T04:19:04.695Z Downloaded omicron-workspace-hack v0.1.0
5672024-12-11T04:19:04.695Z Downloaded indexmap v2.5.0
5682024-12-11T04:19:04.698Z Downloaded ryu v1.0.18
5692024-12-11T04:19:04.701Z Downloaded libsw v3.3.1
5702024-12-11T04:19:04.704Z Downloaded version_check v0.9.5
5712024-12-11T04:19:04.706Z Downloaded linked-hash-map v0.5.6
5722024-12-11T04:19:04.706Z Downloaded usdt-impl v0.5.0
5732024-12-11T04:19:04.709Z Downloaded thread-id v4.2.2
5742024-12-11T04:19:04.709Z Downloaded num-conv v0.1.0
5752024-12-11T04:19:04.709Z Downloaded futures-task v0.3.30
5762024-12-11T04:19:04.713Z Downloaded slog v2.7.0
5772024-12-11T04:19:04.715Z Downloaded similar v2.6.0
5782024-12-11T04:19:04.718Z Downloaded indent_write v2.2.0
5792024-12-11T04:19:04.721Z Downloaded generic-array v0.14.7
5802024-12-11T04:19:04.721Z Downloaded waitgroup v0.1.2
5812024-12-11T04:19:04.721Z Downloaded lru-cache v0.1.2
5822024-12-11T04:19:04.723Z Downloaded hostname v0.3.1
5832024-12-11T04:19:04.723Z Downloaded zeroize v1.8.1
5842024-12-11T04:19:04.726Z Downloaded zone_cfg_derive v0.3.0
5852024-12-11T04:19:04.726Z Downloaded usdt-attr-macro v0.5.0
5862024-12-11T04:19:04.728Z Downloaded clap_builder v4.5.23
5872024-12-11T04:19:04.733Z Downloaded getrandom v0.2.15
5882024-12-11T04:19:04.736Z Downloaded tiny-keccak v2.0.2
5892024-12-11T04:19:04.738Z Downloaded zone v0.3.0
5902024-12-11T04:19:04.740Z Downloaded ipnet v2.10.0
5912024-12-11T04:19:04.743Z Downloaded num_enum_derive v0.5.11
5922024-12-11T04:19:04.743Z Downloaded ucd-trie v0.1.6
5932024-12-11T04:19:04.745Z Downloaded typenum v1.17.0
5942024-12-11T04:19:04.747Z Downloaded linear-map v1.2.0
5952024-12-11T04:19:04.749Z Downloaded httparse v1.9.4
5962024-12-11T04:19:04.750Z Downloaded time-macros v0.2.18
5972024-12-11T04:19:04.752Z Downloaded subtle v2.6.1
5982024-12-11T04:19:04.754Z Downloaded untrusted v0.9.0
5992024-12-11T04:19:04.754Z Downloaded thiserror v1.0.69
6002024-12-11T04:19:04.759Z Downloaded tokio-native-tls v0.3.1
6012024-12-11T04:19:04.761Z Downloaded num_enum_derive v0.7.3
6022024-12-11T04:19:04.763Z Downloaded zerocopy-derive v0.7.35
6032024-12-11T04:19:04.766Z Downloaded once_cell v1.20.2
6042024-12-11T04:19:04.768Z Downloaded num v0.4.3
6052024-12-11T04:19:04.771Z Downloaded structmeta-derive v0.3.0
6062024-12-11T04:19:04.771Z Downloaded openssl-sys v0.9.103
6072024-12-11T04:19:04.775Z Downloaded schemars v0.8.21
6082024-12-11T04:19:04.786Z Downloaded lock_api v0.4.12
6092024-12-11T04:19:04.789Z Downloaded num-derive v0.4.2
6102024-12-11T04:19:04.791Z Downloaded num_enum v0.7.3
6112024-12-11T04:19:04.793Z Downloaded term v0.7.0
6122024-12-11T04:19:04.797Z Downloaded zerocopy v0.6.6
6132024-12-11T04:19:04.799Z Downloaded rand v0.8.5
6142024-12-11T04:19:04.802Z Downloaded quinn v0.11.5
6152024-12-11T04:19:04.806Z Downloaded toml v0.8.19
6162024-12-11T04:19:04.809Z Downloaded socket2 v0.5.8
6172024-12-11T04:19:04.812Z Downloaded serde v1.0.216
6182024-12-11T04:19:04.815Z Downloaded strum_macros v0.26.4
6192024-12-11T04:19:04.818Z Downloaded unsafe-libyaml v0.2.11
6202024-12-11T04:19:04.820Z Downloaded mio v1.0.2
6212024-12-11T04:19:04.825Z Downloaded tracing-attributes v0.1.27
6222024-12-11T04:19:04.827Z Downloaded time v0.3.36
6232024-12-11T04:19:04.834Z Downloaded serde_derive v1.0.216
6242024-12-11T04:19:04.836Z Downloaded tokio-util v0.7.12
6252024-12-11T04:19:04.843Z Downloaded unicode-bidi v0.3.15
6262024-12-11T04:19:04.845Z Downloaded tempfile v3.12.0
6272024-12-11T04:19:04.848Z Downloaded indexmap v1.9.3
6282024-12-11T04:19:04.851Z Downloaded steno v0.4.1
6292024-12-11T04:19:04.855Z Downloaded toml_edit v0.22.21
6302024-12-11T04:19:04.876Z Downloaded tinyvec v1.8.0
6312024-12-11T04:19:04.881Z Downloaded itertools v0.10.5
6322024-12-11T04:19:04.884Z Downloaded log v0.4.22
6332024-12-11T04:19:04.886Z Downloaded half v2.4.1
6342024-12-11T04:19:04.889Z Downloaded thin-vec v0.2.13
6352024-12-11T04:19:04.892Z Downloaded tracing v0.1.40
6362024-12-11T04:19:04.894Z Downloaded memchr v2.7.4
6372024-12-11T04:19:04.899Z Downloaded unicode-normalization v0.1.24
6382024-12-11T04:19:04.903Z Downloaded tracing-core v0.1.32
6392024-12-11T04:19:04.906Z Downloaded zerocopy v0.7.35
6402024-12-11T04:19:04.921Z Downloaded hashbrown v0.12.3
6412024-12-11T04:19:04.924Z Downloaded hyper v1.5.1
6422024-12-11T04:19:04.931Z Downloaded url v2.5.2
6432024-12-11T04:19:04.933Z Downloaded heapless v0.8.0
6442024-12-11T04:19:04.937Z Downloaded libm v0.2.8
6452024-12-11T04:19:04.945Z Downloaded hashbrown v0.14.5
6462024-12-11T04:19:04.951Z Downloaded hyper v0.14.30
6472024-12-11T04:19:04.958Z Downloaded winnow v0.6.18
6482024-12-11T04:19:04.968Z Downloaded minimal-lexical v0.2.1
6492024-12-11T04:19:04.973Z Downloaded unicode-segmentation v1.12.0
6502024-12-11T04:19:04.976Z Downloaded h2 v0.4.6
6512024-12-11T04:19:04.985Z Downloaded hickory-resolver v0.24.1
6522024-12-11T04:19:04.989Z Downloaded syn v1.0.109
6532024-12-11T04:19:05.004Z Downloaded vcpkg v0.2.15
6542024-12-11T04:19:05.040Z Downloaded nom v7.1.3
6552024-12-11T04:19:05.042Z Downloaded dropshot v0.12.0
6562024-12-11T04:19:05.061Z Downloaded idna v0.5.0
6572024-12-11T04:19:05.067Z Downloaded idna v0.4.0
6582024-12-11T04:19:05.074Z Downloaded itertools v0.12.1
6592024-12-11T04:19:05.081Z Downloaded unicode-width v0.1.14
6602024-12-11T04:19:05.087Z Downloaded reqwest v0.12.9
6612024-12-11T04:19:05.095Z Downloaded winnow v0.5.40
6622024-12-11T04:19:05.103Z Downloaded smoltcp v0.11.0
6632024-12-11T04:19:05.115Z Downloaded openapiv3 v2.0.0
6642024-12-11T04:19:05.127Z Downloaded hickory-proto v0.24.1
6652024-12-11T04:19:05.141Z Downloaded goblin v0.8.2
6662024-12-11T04:19:05.147Z Downloaded quinn-proto v0.11.8
6672024-12-11T04:19:05.154Z Downloaded rustls-webpki v0.102.8
6682024-12-11T04:19:05.171Z Downloaded itertools v0.13.0
6692024-12-11T04:19:05.178Z Downloaded rustls-webpki v0.101.7
6702024-12-11T04:19:05.191Z Downloaded reqwest v0.11.27
6712024-12-11T04:19:05.198Z Downloaded typify-impl v0.2.0
6722024-12-11T04:19:05.213Z Downloaded webpki-roots v0.26.6
6732024-12-11T04:19:05.217Z Downloaded regex v1.10.6
6742024-12-11T04:19:05.229Z Downloaded webpki-roots v0.25.4
6752024-12-11T04:19:05.233Z Downloaded syn v2.0.87
6762024-12-11T04:19:05.244Z Downloaded serde_with v3.9.0
6772024-12-11T04:19:05.252Z Downloaded serde_json v1.0.133
6782024-12-11T04:19:05.258Z Downloaded openssl v0.10.66
6792024-12-11T04:19:05.267Z Downloaded rustls v0.21.12
6802024-12-11T04:19:05.279Z Downloaded http v1.2.0
6812024-12-11T04:19:05.281Z Downloaded regress v0.10.1
6822024-12-11T04:19:05.290Z Downloaded regress v0.9.1
6832024-12-11T04:19:05.298Z Downloaded rustls v0.23.13
6842024-12-11T04:19:05.310Z Downloaded rustls v0.22.4
6852024-12-11T04:19:05.322Z Downloaded rustix v0.38.37
6862024-12-11T04:19:05.343Z Downloaded rhai v1.20.0
6872024-12-11T04:19:05.355Z Downloaded regex-syntax v0.8.4
6882024-12-11T04:19:05.362Z Downloaded http v0.2.12
6892024-12-11T04:19:05.366Z Downloaded h2 v0.3.26
6902024-12-11T04:19:05.372Z Downloaded chrono v0.4.38
6912024-12-11T04:19:05.379Z Downloaded toml_edit v0.19.15
6922024-12-11T04:19:05.393Z Downloaded tokio v1.42.0
6932024-12-11T04:19:05.430Z Downloaded sled v0.34.7
6942024-12-11T04:19:05.440Z Downloaded futures-util v0.3.30
6952024-12-11T04:19:05.450Z Downloaded serde_yaml v0.9.34+deprecated
6962024-12-11T04:19:05.454Z Downloaded num-traits v0.2.19
6972024-12-11T04:19:05.456Z Downloaded http-body v0.4.6
6982024-12-11T04:19:05.459Z Downloaded zerocopy-derive v0.6.6
6992024-12-11T04:19:05.467Z Downloaded parking_lot v0.12.3
7002024-12-11T04:19:05.485Z Downloaded terminal_size v0.4.0
7012024-12-11T04:19:05.490Z Downloaded regex-automata v0.4.7
7022024-12-11T04:19:05.503Z Downloaded heck v0.4.1
7032024-12-11T04:19:05.506Z Downloaded thiserror-impl v1.0.69
7042024-12-11T04:19:05.506Z Downloaded memmap v0.7.0
7052024-12-11T04:19:05.513Z Downloaded hyper-util v0.1.10
7062024-12-11T04:19:05.516Z Downloaded parking_lot v0.11.2
7072024-12-11T04:19:05.516Z Downloaded owo-colors v4.1.0
7082024-12-11T04:19:05.516Z Downloaded rustls-pki-types v1.8.0
7092024-12-11T04:19:05.519Z Downloaded utf8parse v0.2.2
7102024-12-11T04:19:05.519Z Downloaded petgraph v0.6.5
7112024-12-11T04:19:05.534Z Downloaded usdt-macro v0.5.0
7122024-12-11T04:19:05.537Z Downloaded num-derive v0.3.3
7132024-12-11T04:19:05.537Z Downloaded tokio-macros v2.4.0
7142024-12-11T04:19:05.542Z Downloaded unicode-ident v1.0.13
7152024-12-11T04:19:05.542Z Downloaded libc v0.2.167
7162024-12-11T04:19:05.564Z Downloaded slog-term v2.9.1
7172024-12-11T04:19:05.566Z Downloaded uuid v1.11.0
7182024-12-11T04:19:05.569Z Downloaded expectorate v1.1.0
7192024-12-11T04:19:05.571Z Downloaded hyper-tls v0.5.0
7202024-12-11T04:19:05.574Z Downloaded http-body-util v0.1.2
7212024-12-11T04:19:05.574Z Downloaded iana-time-zone v0.1.61
7222024-12-11T04:19:05.577Z Downloaded encoding_rs v0.8.34
7232024-12-11T04:19:05.595Z Downloaded futures v0.3.30
7242024-12-11T04:19:05.600Z Downloaded match_cfg v0.1.0
7252024-12-11T04:19:05.603Z Downloaded tokio-rustls v0.25.0
7262024-12-11T04:19:05.603Z Downloaded httpdate v1.0.3
7272024-12-11T04:19:05.606Z Downloaded tokio-rustls v0.26.0
7282024-12-11T04:19:05.606Z Downloaded serde_with_macros v3.9.0
7292024-12-11T04:19:05.608Z Downloaded sct v0.7.1
7302024-12-11T04:19:05.610Z Downloaded quote v1.0.37
7312024-12-11T04:19:05.613Z Downloaded shlex v1.3.0
7322024-12-11T04:19:05.613Z Downloaded hyper-rustls v0.24.2
7332024-12-11T04:19:05.616Z Downloaded serde_tokenstream v0.2.2
7342024-12-11T04:19:05.619Z Downloaded rustversion v1.0.17
7352024-12-11T04:19:05.619Z Downloaded crossbeam-channel v0.5.13
7362024-12-11T04:19:05.622Z Downloaded futures-channel v0.3.30
7372024-12-11T04:19:05.625Z Downloaded num-integer v0.1.46
7382024-12-11T04:19:05.627Z Downloaded mime v0.3.17
7392024-12-11T04:19:05.627Z Downloaded managed v0.8.0
7402024-12-11T04:19:05.627Z Downloaded lazy_static v1.5.0
7412024-12-11T04:19:05.630Z Downloaded slab v0.4.9
7422024-12-11T04:19:05.630Z Downloaded rustls-pemfile v1.0.4
7432024-12-11T04:19:05.632Z Downloaded quinn-udp v0.5.5
7442024-12-11T04:19:05.635Z Downloaded darling_core v0.20.10
7452024-12-11T04:19:05.638Z Downloaded futures-executor v0.3.30
7462024-12-11T04:19:05.640Z Downloaded defmt v0.3.8
7472024-12-11T04:19:05.643Z Downloaded progenitor-macro v0.8.0
7482024-12-11T04:19:05.643Z Downloaded semver v0.1.20
7492024-12-11T04:19:05.643Z Downloaded foreign-types-macros v0.2.3
7502024-12-11T04:19:05.645Z Downloaded defmt-macros v0.3.9
7512024-12-11T04:19:05.648Z Downloaded embedded-io v0.4.0
7522024-12-11T04:19:05.648Z Downloaded digest v0.10.7
7532024-12-11T04:19:05.651Z Downloaded crossbeam-utils v0.8.20
7542024-12-11T04:19:05.651Z Downloaded cookie v0.18.1
7552024-12-11T04:19:05.654Z Downloaded deranged v0.3.11
7562024-12-11T04:19:05.656Z Downloaded defmt-parser v0.3.4
7572024-12-11T04:19:05.656Z Downloaded console v0.15.8
7582024-12-11T04:19:05.659Z Downloaded pest v2.7.13
7592024-12-11T04:19:05.662Z Downloaded foreign-types v0.3.2
7602024-12-11T04:19:05.665Z Downloaded crucible-workspace-hack v0.1.0
7612024-12-11T04:19:05.665Z Downloaded pretty-hex v0.4.1
7622024-12-11T04:19:05.667Z Downloaded powerfmt v0.2.0
7632024-12-11T04:19:05.667Z Downloaded pin-utils v0.1.0
7642024-12-11T04:19:05.667Z Downloaded clap_derive v4.5.18
7652024-12-11T04:19:05.670Z Downloaded darling_macro v0.20.10
7662024-12-11T04:19:05.670Z Downloaded crunchy v0.2.2
7672024-12-11T04:19:05.670Z Downloaded crc8 v0.1.1
7682024-12-11T04:19:05.672Z Downloaded ciborium-ll v0.2.2
7692024-12-11T04:19:05.672Z Downloaded proc-macro-crate v3.2.0
7702024-12-11T04:19:05.672Z Downloaded prettyplease v0.2.22
7712024-12-11T04:19:05.675Z Downloaded colored v2.1.0
7722024-12-11T04:19:05.678Z Downloaded camino-tempfile v1.1.1
7732024-12-11T04:19:05.680Z Downloaded blake2 v0.10.6
7742024-12-11T04:19:05.684Z Downloaded pest_generator v2.7.13
7752024-12-11T04:19:05.684Z Downloaded const-random-macro v0.1.16
7762024-12-11T04:19:05.684Z Downloaded clap_lex v0.7.4
7772024-12-11T04:19:05.689Z Downloaded pkg-config v0.3.31
7782024-12-11T04:19:05.689Z Downloaded parse-display-derive v0.10.0
7792024-12-11T04:19:05.689Z Downloaded paste v1.0.15
7802024-12-11T04:19:05.689Z Downloaded parking_lot_core v0.8.6
7812024-12-11T04:19:05.692Z Downloaded crossbeam-epoch v0.9.18
7822024-12-11T04:19:05.692Z Downloaded const-random v0.1.18
7832024-12-11T04:19:05.694Z Downloaded colorchoice v1.0.2
7842024-12-11T04:19:05.695Z Downloaded byteorder v1.5.0
7852024-12-11T04:19:05.697Z Downloaded bitflags v1.3.2
7862024-12-11T04:19:05.699Z Downloaded arc-swap v1.7.1
7872024-12-11T04:19:05.701Z Downloaded backoff v0.4.0
7882024-12-11T04:19:05.704Z Downloaded autocfg v1.3.0
7892024-12-11T04:19:05.851Z Downloaded ring v0.17.8
7902024-12-11T04:19:06.192Z Compiling proc-macro2 v1.0.86
7912024-12-11T04:19:06.192Z Compiling unicode-ident v1.0.13
7922024-12-11T04:19:06.194Z Compiling libc v0.2.167
7932024-12-11T04:19:06.194Z Compiling serde v1.0.216
7942024-12-11T04:19:06.194Z Compiling autocfg v1.3.0
7952024-12-11T04:19:06.194Z Compiling version_check v0.9.5
7962024-12-11T04:19:06.227Z Compiling cfg-if v1.0.0
7972024-12-11T04:19:06.378Z Compiling once_cell v1.20.2
7982024-12-11T04:19:06.399Z Compiling libm v0.2.8
7992024-12-11T04:19:06.415Z Compiling memchr v2.7.4
8002024-12-11T04:19:06.873Z Compiling byteorder v1.5.0
8012024-12-11T04:19:06.894Z Compiling parking_lot_core v0.9.10
8022024-12-11T04:19:07.004Z Compiling lock_api v0.4.12
8032024-12-11T04:19:07.319Z Compiling shlex v1.3.0
8042024-12-11T04:19:07.356Z Compiling thiserror v1.0.69
8052024-12-11T04:19:07.765Z Compiling cc v1.1.21
8062024-12-11T04:19:07.842Z Compiling itoa v1.0.11
8072024-12-11T04:19:07.957Z Compiling portable-atomic v1.8.0
8082024-12-11T04:19:08.075Z Compiling quote v1.0.37
8092024-12-11T04:19:08.180Z Compiling slab v0.4.9
8102024-12-11T04:19:08.557Z Compiling syn v2.0.87
8112024-12-11T04:19:08.589Z Compiling getrandom v0.2.15
8122024-12-11T04:19:08.792Z Compiling schemars v0.8.21
8132024-12-11T04:19:08.879Z Compiling ahash v0.8.11
8142024-12-11T04:19:08.946Z Compiling allocator-api2 v0.2.18
8152024-12-11T04:19:09.081Z Compiling num-traits v0.2.19
8162024-12-11T04:19:09.216Z Compiling ryu v1.0.18
8172024-12-11T04:19:09.490Z Compiling serde_json v1.0.133
8182024-12-11T04:19:09.737Z Compiling pin-project-lite v0.2.14
8192024-12-11T04:19:10.047Z Compiling log v0.4.22
8202024-12-11T04:19:10.094Z Compiling scopeguard v1.2.0
8212024-12-11T04:19:10.127Z Compiling equivalent v1.0.1
8222024-12-11T04:19:10.250Z Compiling fnv v1.0.7
8232024-12-11T04:19:10.267Z Compiling heck v0.5.0
8242024-12-11T04:19:10.430Z Compiling crunchy v0.2.2
8252024-12-11T04:19:10.620Z Compiling pkg-config v0.3.31
8262024-12-11T04:19:10.704Z Compiling vcpkg v0.2.15
8272024-12-11T04:19:10.799Z Compiling ring v0.17.8
8282024-12-11T04:19:10.956Z Compiling mio v1.0.2
8292024-12-11T04:19:11.818Z Compiling signal-hook-registry v1.4.2
8302024-12-11T04:19:11.897Z Compiling socket2 v0.5.8
8312024-12-11T04:19:12.018Z Compiling slog v2.7.0
8322024-12-11T04:19:12.103Z Compiling httparse v1.9.4
8332024-12-11T04:19:12.319Z Compiling openssl-sys v0.9.103
8342024-12-11T04:19:12.515Z Compiling tiny-keccak v2.0.2
8352024-12-11T04:19:12.784Z Compiling iana-time-zone v0.1.61
8362024-12-11T04:19:13.276Z Compiling futures-core v0.3.30
8372024-12-11T04:19:13.333Z Compiling const-random-macro v0.1.16
8382024-12-11T04:19:13.417Z Compiling dyn-clone v1.0.17
8392024-12-11T04:19:13.542Z Compiling openssl v0.10.66
8402024-12-11T04:19:13.639Z Compiling futures-sink v0.3.30
8412024-12-11T04:19:13.977Z Compiling rustls v0.23.13
8422024-12-11T04:19:13.997Z Compiling typenum v1.17.0
8432024-12-11T04:19:14.084Z Compiling const-random v0.1.18
8442024-12-11T04:19:14.183Z Compiling native-tls v0.2.12
8452024-12-11T04:19:14.251Z Compiling semver v1.0.23
8462024-12-11T04:19:14.290Z Compiling futures-channel v0.3.30
8472024-12-11T04:19:14.323Z Compiling futures-task v0.3.30
8482024-12-11T04:19:14.371Z Compiling futures-io v0.3.30
8492024-12-11T04:19:14.513Z Compiling pin-utils v0.1.0
8502024-12-11T04:19:14.547Z Compiling generic-array v0.14.7
8512024-12-11T04:19:14.804Z Compiling tracing-core v0.1.32
8522024-12-11T04:19:14.811Z Compiling bitflags v2.6.0
8532024-12-11T04:19:14.811Z Compiling ucd-trie v0.1.6
8542024-12-11T04:19:14.811Z Compiling subtle v2.6.1
8552024-12-11T04:19:14.817Z Compiling aho-corasick v1.1.3
8562024-12-11T04:19:14.908Z Compiling anyhow v1.0.94
8572024-12-11T04:19:15.001Z Compiling regex-syntax v0.8.4
8582024-12-11T04:19:15.197Z Compiling num-conv v0.1.0
8592024-12-11T04:19:15.217Z Compiling time-core v0.1.2
8602024-12-11T04:19:15.446Z Compiling serde_derive_internals v0.29.1
8612024-12-11T04:19:15.515Z Compiling time-macros v0.2.18
8622024-12-11T04:19:16.838Z Compiling rustls-pki-types v1.8.0
8632024-12-11T04:19:16.855Z Compiling spin v0.9.8
8642024-12-11T04:19:17.684Z Compiling usdt-impl v0.5.0
8652024-12-11T04:19:18.088Z Compiling omicron-workspace-hack v0.1.0
8662024-12-11T04:19:18.169Z Compiling untrusted v0.9.0
8672024-12-11T04:19:18.500Z Compiling regex-automata v0.4.7
8682024-12-11T04:19:18.522Z Compiling strsim v0.11.1
8692024-12-11T04:19:19.091Z Compiling plain v0.2.3
8702024-12-11T04:19:19.232Z Compiling atomic-waker v1.1.2
8712024-12-11T04:19:19.253Z Compiling rustversion v1.0.17
8722024-12-11T04:19:19.438Z Compiling tinyvec_macros v0.1.1
8732024-12-11T04:19:19.539Z Compiling tinyvec v1.8.0
8742024-12-11T04:19:20.714Z Compiling rand_core v0.6.4
8752024-12-11T04:19:20.898Z Compiling serde_derive v1.0.216
8762024-12-11T04:19:21.201Z Compiling zerocopy-derive v0.7.35
8772024-12-11T04:19:21.221Z Compiling thiserror-impl v1.0.69
8782024-12-11T04:19:21.749Z Compiling tokio-macros v2.4.0
8792024-12-11T04:19:22.389Z Compiling schemars_derive v0.8.21
8802024-12-11T04:19:23.344Z Compiling zerocopy v0.7.35
8812024-12-11T04:19:24.238Z Compiling futures-macro v0.3.30
8822024-12-11T04:19:25.330Z Compiling hashbrown v0.14.5
8832024-12-11T04:19:25.370Z Compiling openssl-macros v0.1.1
8842024-12-11T04:19:25.524Z Compiling tracing-attributes v0.1.27
8852024-12-11T04:19:26.064Z Compiling scroll_derive v0.12.0
8862024-12-11T04:19:26.122Z Compiling futures-util v0.3.30
8872024-12-11T04:19:26.179Z Compiling pest v2.7.13
8882024-12-11T04:19:26.680Z Compiling regress v0.10.1
8892024-12-11T04:19:27.545Z Compiling regex v1.10.6
8902024-12-11T04:19:27.691Z Compiling scroll v0.12.0
8912024-12-11T04:19:28.826Z Compiling tracing v0.1.40
8922024-12-11T04:19:29.077Z Compiling pest_meta v2.7.13
8932024-12-11T04:19:29.533Z Compiling goblin v0.8.2
8942024-12-11T04:19:31.200Z Compiling pest_generator v2.7.13
8952024-12-11T04:19:32.972Z Compiling rustls-webpki v0.102.8
8962024-12-11T04:19:33.008Z Compiling unsafe-libyaml v0.2.11
8972024-12-11T04:19:33.153Z Compiling pest_derive v2.7.13
8982024-12-11T04:19:34.061Z Compiling pretty-hex v0.4.1
8992024-12-11T04:19:34.282Z Compiling zeroize v1.8.1
9002024-12-11T04:19:34.626Z Compiling bytes v1.7.2
9012024-12-11T04:19:35.312Z Compiling smallvec v1.13.2
9022024-12-11T04:19:35.846Z Compiling indexmap v2.5.0
9032024-12-11T04:19:36.630Z Compiling parking_lot v0.12.3
9042024-12-11T04:19:36.831Z Compiling uuid v1.11.0
9052024-12-11T04:19:37.247Z Compiling tokio v1.42.0
9062024-12-11T04:19:37.314Z Compiling chrono v0.4.38
9072024-12-11T04:19:37.334Z Compiling serde_tokenstream v0.2.2
9082024-12-11T04:19:37.921Z Compiling http v1.2.0
9092024-12-11T04:19:40.544Z Compiling openapiv3 v2.0.0
9102024-12-11T04:19:42.006Z Compiling http-body v1.0.1
9112024-12-11T04:19:42.508Z Compiling try-lock v0.2.5
9122024-12-11T04:19:42.679Z Compiling percent-encoding v2.3.1
9132024-12-11T04:19:43.161Z Compiling form_urlencoded v1.2.1
9142024-12-11T04:19:43.664Z Compiling typify-impl v0.2.0
9152024-12-11T04:19:44.202Z Compiling want v0.3.1
9162024-12-11T04:19:44.494Z Compiling ipnetwork v0.20.0
9172024-12-11T04:19:44.879Z Compiling serde_yaml v0.9.34+deprecated
9182024-12-11T04:19:45.040Z Compiling dof v0.3.0
9192024-12-11T04:19:45.729Z Compiling dtrace-parser v0.2.0
9202024-12-11T04:19:46.780Z Compiling unicode-normalization v0.1.24
9212024-12-11T04:19:47.461Z Compiling tokio-util v0.7.12
9222024-12-11T04:19:48.538Z Compiling h2 v0.4.6
9232024-12-11T04:19:48.740Z Compiling thread-id v4.2.2
9242024-12-11T04:19:48.857Z Compiling camino v1.1.9
9252024-12-11T04:19:49.365Z Compiling syn v1.0.109
9262024-12-11T04:19:49.433Z Compiling rustls v0.22.4
9272024-12-11T04:19:49.484Z Compiling httpdate v1.0.3
9282024-12-11T04:19:49.759Z Compiling unicode-bidi v0.3.15
9292024-12-11T04:19:49.942Z Compiling foreign-types-shared v0.1.1
9302024-12-11T04:19:50.062Z Compiling ident_case v1.0.1
9312024-12-11T04:19:50.199Z Compiling foreign-types v0.3.2
9322024-12-11T04:19:50.252Z Compiling darling_core v0.20.10
9332024-12-11T04:19:50.553Z Compiling ppv-lite86 v0.2.20
9342024-12-11T04:19:51.865Z Compiling slog-async v2.8.0
9352024-12-11T04:19:52.382Z Compiling tower-service v0.3.3
9362024-12-11T04:19:53.505Z Compiling rand_chacha v0.3.1
9372024-12-11T04:19:53.538Z Compiling idna v0.5.0
9382024-12-11T04:19:55.248Z Compiling hyper v1.5.1
9392024-12-11T04:19:55.583Z Compiling typify-macro v0.2.0
9402024-12-11T04:19:56.505Z Compiling darling_macro v0.20.10
9412024-12-11T04:19:57.566Z Compiling toml_datetime v0.6.8
9422024-12-11T04:19:58.066Z Compiling hyper-util v0.1.10
9432024-12-11T04:19:59.595Z Compiling typify v0.2.0
9442024-12-11T04:19:59.741Z Compiling progenitor-impl v0.8.0
9452024-12-11T04:20:03.826Z Compiling multer v3.1.0
9462024-12-11T04:20:05.984Z Compiling paste v1.0.15
9472024-12-11T04:20:06.512Z Compiling openssl-probe v0.1.5
9482024-12-11T04:20:06.677Z Compiling progenitor-macro v0.8.0
9492024-12-11T04:20:10.373Z Compiling darling v0.20.10
9502024-12-11T04:20:10.479Z Compiling url v2.5.2
9512024-12-11T04:20:10.510Z Compiling rand v0.8.5
9522024-12-11T04:20:13.258Z Compiling usdt-attr-macro v0.5.0
9532024-12-11T04:20:15.028Z Compiling usdt-macro v0.5.0
9542024-12-11T04:20:16.106Z Compiling http-body-util v0.1.2
9552024-12-11T04:20:16.255Z Compiling async-trait v0.1.83
9562024-12-11T04:20:17.860Z Compiling encoding_rs v0.8.34
9572024-12-11T04:20:18.227Z Compiling ipnet v2.10.0
9582024-12-11T04:20:18.388Z Compiling mime v0.3.17
9592024-12-11T04:20:18.775Z Compiling base64 v0.22.1
9602024-12-11T04:20:19.535Z Compiling rustls-pemfile v2.1.3
9612024-12-11T04:20:21.261Z Compiling tokio-rustls v0.26.0
9622024-12-11T04:20:21.780Z Compiling serde_with_macros v3.9.0
9632024-12-11T04:20:21.962Z Compiling tokio-native-tls v0.3.1
9642024-12-11T04:20:22.289Z Compiling strum_macros v0.26.4
9652024-12-11T04:20:22.990Z Compiling serde_urlencoded v0.7.1
9662024-12-11T04:20:24.165Z Compiling async-stream-impl v0.3.5
9672024-12-11T04:20:24.612Z Compiling structmeta-derive v0.3.0
9682024-12-11T04:20:25.617Z Compiling webpki-roots v0.26.6
9692024-12-11T04:20:25.832Z Compiling dropshot v0.12.0
9702024-12-11T04:20:26.923Z Compiling crossbeam-utils v0.8.20
9712024-12-11T04:20:27.368Z Compiling powerfmt v0.2.0
9722024-12-11T04:20:27.436Z Compiling structmeta v0.3.0
9732024-12-11T04:20:27.818Z Compiling deranged v0.3.11
9742024-12-11T04:20:27.863Z Compiling hyper-rustls v0.27.3
9752024-12-11T04:20:29.000Z Compiling hyper-tls v0.6.0
9762024-12-11T04:20:29.663Z Compiling sync_wrapper v1.0.1
9772024-12-11T04:20:30.880Z Compiling winnow v0.6.18
9782024-12-11T04:20:32.014Z Compiling num_threads v0.1.7
9792024-12-11T04:20:32.721Z Compiling time v0.3.36
9802024-12-11T04:20:35.333Z Compiling reqwest v0.12.9
9812024-12-11T04:20:35.444Z Compiling parse-display-derive v0.10.0
9822024-12-11T04:20:37.135Z Compiling block-buffer v0.10.4
9832024-12-11T04:20:37.396Z Compiling crypto-common v0.1.6
9842024-12-11T04:20:37.628Z Compiling dropshot_endpoint v0.12.0
9852024-12-11T04:20:39.247Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-11T04:20:41.544Z Compiling digest v0.10.7
9872024-12-11T04:20:41.888Z Compiling progenitor-client v0.8.0
9882024-12-11T04:20:42.817Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-11T04:20:44.303Z Compiling dirs-sys-next v0.1.2
9902024-12-11T04:20:45.503Z Compiling rustix v0.38.37
9912024-12-11T04:20:45.962Z Compiling lazy_static v1.5.0
9922024-12-11T04:20:46.231Z Compiling match_cfg v0.1.0
9932024-12-11T04:20:46.333Z Compiling hostname v0.3.1
9942024-12-11T04:20:46.548Z Compiling dirs-next v2.0.0
9952024-12-11T04:20:46.580Z Compiling progenitor v0.8.0
9962024-12-11T04:20:46.822Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-11T04:20:49.670Z Compiling futures-executor v0.3.30
9982024-12-11T04:20:50.019Z Compiling thread_local v1.1.8
9992024-12-11T04:20:50.692Z Compiling errno v0.3.9
10002024-12-11T04:20:50.957Z Compiling instant v0.1.13
10012024-12-11T04:20:51.137Z Compiling cpufeatures v0.2.14
10022024-12-11T04:20:51.434Z Compiling unicode-width v0.1.14
10032024-12-11T04:20:53.430Z Compiling futures v0.3.30
10042024-12-11T04:20:54.934Z Compiling term v0.7.0
10052024-12-11T04:20:55.417Z Compiling crossbeam-channel v0.5.13
10062024-12-11T04:20:57.284Z Compiling serde_spanned v0.6.7
10072024-12-11T04:20:57.767Z Compiling memmap v0.7.0
10082024-12-11T04:20:58.175Z Compiling is-terminal v0.4.13
10092024-12-11T04:20:58.264Z Compiling take_mut v0.2.2
10102024-12-11T04:20:58.888Z Compiling slog-term v2.9.1
10112024-12-11T04:20:59.177Z Compiling usdt v0.5.0
10122024-12-11T04:21:00.600Z Compiling toml_edit v0.22.21
10132024-12-11T04:21:01.757Z Compiling slog-json v2.6.1
10142024-12-11T04:21:02.229Z Compiling strum v0.26.3
10152024-12-11T04:21:02.426Z Compiling serde_with v3.9.0
10162024-12-11T04:21:04.491Z Compiling heapless v0.8.0
10172024-12-11T04:21:05.564Z Compiling debug-ignore v1.0.5
10182024-12-11T04:21:06.740Z Compiling tokio-rustls v0.25.0
10192024-12-11T04:21:08.219Z Compiling toml v0.8.19
10202024-12-11T04:21:09.767Z Compiling slog-bunyan v2.5.0
10212024-12-11T04:21:09.941Z Compiling sha1 v0.10.6
10222024-12-11T04:21:10.839Z Compiling async-stream v0.3.5
10232024-12-11T04:21:11.158Z Compiling newtype-uuid v1.1.0
10242024-12-11T04:21:11.384Z Compiling serde_path_to_error v0.1.16
10252024-12-11T04:21:11.404Z Compiling hex v0.4.3
10262024-12-11T04:21:11.503Z Compiling waitgroup v0.1.2
10272024-12-11T04:21:11.832Z Compiling hostname v0.4.0
10282024-12-11T04:21:12.102Z Compiling hash32 v0.3.1
10292024-12-11T04:21:12.360Z Compiling stable_deref_trait v1.2.0
10302024-12-11T04:21:12.474Z Compiling smoltcp v0.11.0
10312024-12-11T04:21:14.736Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-11T04:21:14.921Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-11T04:21:15.458Z Compiling backoff v0.4.0
10342024-12-11T04:21:15.666Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-11T04:21:15.835Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-11T04:21:16.039Z Compiling parse-display v0.10.0
10372024-12-11T04:21:18.015Z Compiling macaddr v1.0.1
10382024-12-11T04:21:18.609Z Compiling regress v0.9.1
10392024-12-11T04:21:18.829Z Compiling clap_derive v4.5.18
10402024-12-11T04:21:21.816Z Compiling managed v0.8.0
10412024-12-11T04:21:22.331Z Compiling cobs v0.2.3
10422024-12-11T04:21:22.788Z Compiling bitflags v1.3.2
10432024-12-11T04:21:22.913Z Compiling winnow v0.5.40
10442024-12-11T04:21:23.669Z Compiling utf8parse v0.2.2
10452024-12-11T04:21:23.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10462024-12-11T04:21:23.870Z Compiling anstyle-parse v0.2.5
10472024-12-11T04:21:24.788Z Compiling postcard v1.0.10
10482024-12-11T04:21:25.529Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-11T04:21:26.830Z Compiling toml_edit v0.19.15
10502024-12-11T04:21:31.822Z Compiling anstyle v1.0.10
10512024-12-11T04:21:32.388Z Compiling anstyle-query v1.1.1
10522024-12-11T04:21:33.084Z Compiling colorchoice v1.0.2
10532024-12-11T04:21:33.254Z Compiling is_terminal_polyfill v1.70.1
10542024-12-11T04:21:33.459Z Compiling anstream v0.6.15
10552024-12-11T04:21:34.915Z Compiling proc-macro-crate v1.3.1
10562024-12-11T04:21:35.376Z Compiling terminal_size v0.4.0
10572024-12-11T04:21:35.597Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-12-11T04:21:35.767Z Compiling clap_lex v0.7.4
10592024-12-11T04:21:35.977Z Compiling num_enum_derive v0.5.11
10602024-12-11T04:21:36.415Z Compiling clap_builder v4.5.23
10612024-12-11T04:21:37.766Z Compiling tabwriter v1.4.0
10622024-12-11T04:21:38.528Z Compiling foreign-types-macros v0.2.3
10632024-12-11T04:21:38.549Z Compiling num-integer v0.1.46
10642024-12-11T04:21:39.512Z Compiling foreign-types-shared v0.3.1
10652024-12-11T04:21:39.645Z Compiling num_enum v0.5.11
10662024-12-11T04:21:39.881Z Compiling foreign-types v0.5.0
10672024-12-11T04:21:40.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10682024-12-11T04:21:40.891Z Compiling clap v4.5.23
10692024-12-11T04:21:40.912Z Compiling cstr-argument v0.1.2
10702024-12-11T04:21:41.008Z Compiling proc-macro-error-attr v1.0.4
10712024-12-11T04:21:41.158Z Compiling prettyplease v0.2.22
10722024-12-11T04:21:41.258Z Compiling pretty-hex v0.2.1
10732024-12-11T04:21:41.482Z Compiling either v1.13.0
10742024-12-11T04:21:41.702Z Compiling heck v0.4.1
10752024-12-11T04:21:42.181Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-11T04:21:42.425Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-11T04:21:42.579Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-11T04:21:43.876Z Compiling num-rational v0.4.2
10792024-12-11T04:21:44.411Z Compiling num-iter v0.1.45
10802024-12-11T04:21:44.928Z Compiling colored v2.1.0
10812024-12-11T04:21:46.109Z Compiling num-complex v0.4.6
10822024-12-11T04:21:46.850Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10832024-12-11T04:21:46.871Z Compiling proc-macro-error v1.0.4
10842024-12-11T04:21:47.209Z Compiling fastrand v2.1.1
10852024-12-11T04:21:47.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10862024-12-11T04:21:47.704Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-12-11T04:21:47.785Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10882024-12-11T04:21:47.856Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-12-11T04:21:48.176Z Compiling tempfile v3.12.0
10902024-12-11T04:21:49.485Z Compiling num v0.4.3
10912024-12-11T04:21:52.391Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-11T04:21:52.963Z Compiling float-ord v0.3.2
10932024-12-11T04:21:53.015Z Compiling crucible-workspace-hack v0.1.0
10942024-12-11T04:21:53.175Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-11T04:22:00.303Z Compiling semver v0.1.20
10962024-12-11T04:22:00.874Z Compiling unicode-segmentation v1.12.0
10972024-12-11T04:22:01.327Z Compiling rustc_version v0.1.7
10982024-12-11T04:22:01.649Z Compiling newline-converter v0.3.0
10992024-12-11T04:22:01.855Z Compiling zone_cfg_derive v0.3.0
11002024-12-11T04:22:02.027Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-11T04:22:02.208Z Compiling camino-tempfile v1.1.1
11022024-12-11T04:22:02.568Z Compiling itertools v0.10.5
11032024-12-11T04:22:03.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-11T04:22:03.371Z Compiling console v0.15.8
11052024-12-11T04:22:03.557Z Compiling num-derive v0.4.2
11062024-12-11T04:22:04.824Z Compiling sigpipe v0.1.3
11072024-12-11T04:22:04.963Z Compiling base64ct v1.6.0
11082024-12-11T04:22:05.823Z Compiling similar v2.6.0
11092024-12-11T04:22:05.855Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-11T04:22:05.944Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11112024-12-11T04:22:06.228Z Compiling zone v0.3.0
11122024-12-11T04:22:06.354Z Compiling password-hash v0.5.0
11132024-12-11T04:22:07.497Z Compiling expectorate v1.1.0
11142024-12-11T04:22:07.838Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-11T04:22:08.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-11T04:22:09.124Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-11T04:22:09.672Z Compiling newtype_derive v0.1.6
11182024-12-11T04:22:10.052Z Compiling blake2 v0.10.6
11192024-12-11T04:22:11.094Z Compiling hubpack_derive v0.1.1
11202024-12-11T04:22:11.248Z Compiling smf v0.2.3
11212024-12-11T04:22:12.052Z Compiling zerocopy-derive v0.6.6
11222024-12-11T04:22:12.101Z Compiling owo-colors v4.1.0
11232024-12-11T04:22:12.266Z Compiling whoami v1.5.2
11242024-12-11T04:22:12.320Z Compiling fixedbitset v0.4.2
11252024-12-11T04:22:12.441Z Compiling cancel-safe-futures v0.1.5
11262024-12-11T04:22:12.722Z Compiling petgraph v0.6.5
11272024-12-11T04:22:13.022Z Compiling hubpack v0.1.2
11282024-12-11T04:22:13.219Z Compiling argon2 v0.5.3
11292024-12-11T04:22:14.165Z Compiling zerocopy v0.6.6
11302024-12-11T04:22:15.187Z Compiling strum_macros v0.25.3
11312024-12-11T04:22:15.593Z Compiling serde-big-array v0.5.1
11322024-12-11T04:22:15.854Z Compiling serde_repr v0.1.19
11332024-12-11T04:22:17.083Z Compiling cookie v0.18.1
11342024-12-11T04:22:17.128Z Compiling convert_case v0.4.0
11352024-12-11T04:22:17.195Z Compiling static_assertions v1.1.0
11362024-12-11T04:22:17.312Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11372024-12-11T04:22:17.431Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-11T04:22:17.949Z Compiling derive_more v0.99.18
11392024-12-11T04:22:18.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11402024-12-11T04:22:19.722Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-11T04:22:20.760Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-11T04:22:21.291Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-11T04:22:23.144Z Compiling atomicwrites v0.4.4
11442024-12-11T04:22:23.664Z Compiling itertools v0.13.0
11452024-12-11T04:22:24.812Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-11T04:22:26.019Z Compiling idna v0.4.0
11472024-12-11T04:22:26.669Z Compiling libsw v3.3.1
11482024-12-11T04:22:27.008Z Compiling derive-where v1.2.7
11492024-12-11T04:22:27.398Z Compiling enum-as-inner v0.6.1
11502024-12-11T04:22:27.870Z Compiling swrite v0.1.0
11512024-12-11T04:22:27.873Z Compiling linked-hash-map v0.5.6
11522024-12-11T04:22:28.009Z Compiling indent_write v2.2.0
11532024-12-11T04:22:28.272Z Compiling linear-map v1.2.0
11542024-12-11T04:22:28.295Z Compiling quick-error v1.2.3
11552024-12-11T04:22:28.456Z Compiling data-encoding v2.6.0
11562024-12-11T04:22:28.616Z Compiling highway v1.2.0
11572024-12-11T04:22:28.704Z Compiling resolv-conf v0.7.0
11582024-12-11T04:22:29.805Z Compiling hickory-proto v0.24.1
11592024-12-11T04:22:30.046Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-12-11T04:22:30.241Z Compiling lru-cache v0.1.2
11612024-12-11T04:22:30.376Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-11T04:22:30.478Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-11T04:22:33.940Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-11T04:22:34.355Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-11T04:22:35.472Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-11T04:22:35.668Z Compiling steno v0.4.1
11672024-12-11T04:22:38.531Z Compiling slog-dtrace v0.3.0
11682024-12-11T04:22:38.890Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-11T04:22:39.203Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-11T04:22:39.257Z Compiling parking_lot_core v0.8.6
11712024-12-11T04:22:39.413Z Compiling humantime v2.1.0
11722024-12-11T04:22:39.755Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732024-12-11T04:22:40.268Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-12-11T04:22:41.249Z Compiling hickory-resolver v0.24.1
11752024-12-11T04:22:43.077Z Compiling num-derive v0.3.3
11762024-12-11T04:22:43.552Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-11T04:22:44.549Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-11T04:22:44.940Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-12-11T04:22:45.326Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11802024-12-11T04:22:46.360Z Compiling parking_lot v0.11.2
11812024-12-11T04:22:46.598Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-11T04:22:48.121Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-12-11T04:22:48.352Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-11T04:22:50.406Z Compiling crossbeam-epoch v0.9.18
11852024-12-11T04:22:51.009Z Compiling fxhash v0.2.1
11862024-12-11T04:22:51.251Z Compiling crc32fast v1.4.2
11872024-12-11T04:22:51.567Z Compiling arc-swap v1.7.1
11882024-12-11T04:22:51.780Z Compiling crc8 v0.1.1
11892024-12-11T04:22:52.092Z Compiling slog-scope v4.4.0
11902024-12-11T04:22:52.274Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-11T04:22:52.880Z Compiling sled v0.34.7
11922024-12-11T04:22:56.765Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-11T04:22:57.955Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-11T04:22:58.501Z Compiling slog-stdlog v4.1.1
11952024-12-11T04:22:59.303Z Compiling slog-envlogger v2.2.0
11962024-12-11T04:23:00.769Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-12-11T04:23:01.235Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-11T04:23:13.102Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-11T04:23:17.945Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-11T04:23:20.043Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-11T04:23:48.536Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12022024-12-11T04:23:48.536Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-11T04:23:55.830Z Finished `release` profile [optimized] target(s) in 5m 12s
12042024-12-11T04:23:56.143Z+ banner trio
12052024-12-11T04:23:56.146Z
12062024-12-11T04:23:56.146Z ##### ##### # ####
12072024-12-11T04:23:56.146Z # # # # # #
12082024-12-11T04:23:56.146Z # # # # # #
12092024-12-11T04:23:56.146Z # ##### # # #
12102024-12-11T04:23:56.146Z # # # # # #
12112024-12-11T04:23:56.146Z # # # # ####
12122024-12-11T04:23:56.146Z
12132024-12-11T04:23:56.146Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12142024-12-11T04:23:56.610Z Compiling cfg-if v1.0.0
12152024-12-11T04:23:56.610Z Compiling libc v0.2.167
12162024-12-11T04:23:56.610Z Compiling serde v1.0.216
12172024-12-11T04:23:56.613Z Compiling once_cell v1.20.2
12182024-12-11T04:23:56.613Z Compiling itoa v1.0.11
12192024-12-11T04:23:56.614Z Compiling byteorder v1.5.0
12202024-12-11T04:23:56.614Z Compiling syn v2.0.87
12212024-12-11T04:23:56.677Z Compiling bytes v1.7.2
12222024-12-11T04:23:56.749Z Compiling num-traits v0.2.19
12232024-12-11T04:23:56.892Z Compiling zerocopy v0.7.35
12242024-12-11T04:23:57.054Z Compiling pin-project-lite v0.2.14
12252024-12-11T04:23:57.077Z Compiling ahash v0.8.11
12262024-12-11T04:23:57.107Z Compiling schemars v0.8.21
12272024-12-11T04:23:57.132Z Compiling allocator-api2 v0.2.18
12282024-12-11T04:23:57.209Z Compiling smallvec v1.13.2
12292024-12-11T04:23:57.219Z Compiling memchr v2.7.4
12302024-12-11T04:23:57.466Z Compiling scopeguard v1.2.0
12312024-12-11T04:23:57.598Z Compiling lock_api v0.4.12
12322024-12-11T04:23:58.144Z Compiling fnv v1.0.7
12332024-12-11T04:23:58.153Z Compiling hashbrown v0.14.5
12342024-12-11T04:23:58.153Z Compiling log v0.4.22
12352024-12-11T04:23:58.153Z Compiling getrandom v0.2.15
12362024-12-11T04:23:58.237Z Compiling parking_lot_core v0.9.10
12372024-12-11T04:23:58.466Z Compiling signal-hook-registry v1.4.2
12382024-12-11T04:23:58.589Z Compiling parking_lot v0.12.3
12392024-12-11T04:23:58.645Z Compiling mio v1.0.2
12402024-12-11T04:23:59.043Z Compiling socket2 v0.5.8
12412024-12-11T04:23:59.209Z Compiling futures-core v0.3.30
12422024-12-11T04:23:59.532Z Compiling ryu v1.0.18
12432024-12-11T04:23:59.676Z Compiling equivalent v1.0.1
12442024-12-11T04:23:59.987Z Compiling tracing-core v0.1.32
12452024-12-11T04:23:59.997Z Compiling serde_json v1.0.133
12462024-12-11T04:24:00.030Z Compiling uuid v1.11.0
12472024-12-11T04:24:00.096Z Compiling regress v0.10.1
12482024-12-11T04:24:00.283Z Compiling untrusted v0.9.0
12492024-12-11T04:24:00.473Z Compiling spin v0.9.8
12502024-12-11T04:24:00.619Z Compiling pin-utils v0.1.0
12512024-12-11T04:24:00.680Z Compiling futures-task v0.3.30
12522024-12-11T04:24:00.690Z Compiling futures-sink v0.3.30
12532024-12-11T04:24:00.702Z Compiling ring v0.17.8
12542024-12-11T04:24:00.705Z Compiling slab v0.4.9
12552024-12-11T04:24:00.829Z Compiling futures-util v0.3.30
12562024-12-11T04:24:01.024Z Compiling try-lock v0.2.5
12572024-12-11T04:24:01.167Z Compiling want v0.3.1
12582024-12-11T04:24:01.447Z Compiling chrono v0.4.38
12592024-12-11T04:24:01.561Z Compiling httparse v1.9.4
12602024-12-11T04:24:02.426Z Compiling futures-channel v0.3.30
12612024-12-11T04:24:02.590Z Compiling foreign-types-shared v0.1.1
12622024-12-11T04:24:02.709Z Compiling tower-service v0.3.3
12632024-12-11T04:24:02.834Z Compiling dyn-clone v1.0.17
12642024-12-11T04:24:02.874Z Compiling foreign-types v0.3.2
12652024-12-11T04:24:03.038Z Compiling openssl-sys v0.9.103
12662024-12-11T04:24:03.287Z Compiling serde_derive_internals v0.29.1
12672024-12-11T04:24:03.577Z Compiling bitflags v2.6.0
12682024-12-11T04:24:03.852Z Compiling unicode-ident v1.0.13
12692024-12-11T04:24:03.928Z Compiling http v1.2.0
12702024-12-11T04:24:04.047Z Compiling proc-macro2 v1.0.86
12712024-12-11T04:24:04.499Z Compiling openssl-probe v0.1.5
12722024-12-11T04:24:04.786Z Compiling tinyvec_macros v0.1.1
12732024-12-11T04:24:04.877Z Compiling semver v1.0.23
12742024-12-11T04:24:05.026Z Compiling quote v1.0.37
12752024-12-11T04:24:05.434Z Compiling tinyvec v1.8.0
12762024-12-11T04:24:05.503Z Compiling percent-encoding v2.3.1
12772024-12-11T04:24:05.963Z Compiling form_urlencoded v1.2.1
12782024-12-11T04:24:07.103Z Compiling unicode-normalization v0.1.24
12792024-12-11T04:24:07.486Z Compiling aho-corasick v1.1.3
12802024-12-11T04:24:07.936Z Compiling http v0.2.12
12812024-12-11T04:24:08.320Z Compiling unicode-bidi v0.3.15
12822024-12-11T04:24:08.453Z Compiling rustls-pki-types v1.8.0
12832024-12-11T04:24:08.620Z Compiling heck v0.5.0
12842024-12-11T04:24:08.832Z Compiling serde_derive v1.0.216
12852024-12-11T04:24:09.442Z Compiling zerocopy-derive v0.7.35
12862024-12-11T04:24:09.709Z Compiling thiserror-impl v1.0.69
12872024-12-11T04:24:09.940Z Compiling schemars_derive v0.8.21
12882024-12-11T04:24:11.281Z Compiling tokio-macros v2.4.0
12892024-12-11T04:24:11.874Z Compiling tracing-attributes v0.1.27
12902024-12-11T04:24:12.684Z Compiling thiserror v1.0.69
12912024-12-11T04:24:12.822Z Compiling openssl-macros v0.1.1
12922024-12-11T04:24:12.864Z Compiling tokio v1.42.0
12932024-12-11T04:24:12.953Z Compiling regex-automata v0.4.7
12942024-12-11T04:24:13.648Z Compiling openssl v0.10.66
12952024-12-11T04:24:14.047Z Compiling idna v0.5.0
12962024-12-11T04:24:15.307Z Compiling tracing v0.1.40
12972024-12-11T04:24:16.025Z Compiling http-body v1.0.1
12982024-12-11T04:24:20.845Z Compiling native-tls v0.2.12
12992024-12-11T04:24:21.901Z Compiling slog v2.7.0
13002024-12-11T04:24:22.403Z Compiling atomic-waker v1.1.2
13012024-12-11T04:24:22.581Z Compiling tokio-util v0.7.12
13022024-12-11T04:24:23.526Z Compiling indexmap v2.5.0
13032024-12-11T04:24:25.731Z Compiling serde_tokenstream v0.2.2
13042024-12-11T04:24:27.568Z Compiling tokio-native-tls v0.3.1
13052024-12-11T04:24:27.901Z Compiling regex-syntax v0.8.4
13062024-12-11T04:24:28.072Z Compiling openapiv3 v2.0.0
13072024-12-11T04:24:30.127Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-12-11T04:24:30.332Z Compiling typify-impl v0.2.0
13092024-12-11T04:24:30.906Z Compiling h2 v0.4.6
13102024-12-11T04:24:39.964Z Compiling serde_urlencoded v0.7.1
13112024-12-11T04:24:40.639Z Compiling regex v1.10.6
13122024-12-11T04:24:41.635Z Compiling url v2.5.2
13132024-12-11T04:24:42.103Z Compiling encoding_rs v0.8.34
13142024-12-11T04:24:42.332Z Compiling rustls v0.21.12
13152024-12-11T04:24:42.633Z Compiling mime v0.3.17
13162024-12-11T04:24:43.712Z Compiling ipnet v2.10.0
13172024-12-11T04:24:45.828Z Compiling typify-macro v0.2.0
13182024-12-11T04:24:46.592Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13192024-12-11T04:24:47.752Z Compiling hyper v1.5.1
13202024-12-11T04:24:49.518Z Compiling h2 v0.3.26
13212024-12-11T04:24:49.733Z Compiling http-body v0.4.6
13222024-12-11T04:24:50.271Z Compiling rustls-webpki v0.102.8
13232024-12-11T04:24:50.445Z Compiling rustls-webpki v0.101.7
13242024-12-11T04:24:50.953Z Compiling sct v0.7.1
13252024-12-11T04:24:51.385Z Compiling toml_datetime v0.6.8
13262024-12-11T04:24:51.759Z Compiling httpdate v1.0.3
13272024-12-11T04:24:52.517Z Compiling zeroize v1.8.1
13282024-12-11T04:24:52.906Z Compiling subtle v2.6.1
13292024-12-11T04:24:52.927Z Compiling toml_edit v0.19.15
13302024-12-11T04:24:53.196Z Compiling rustls v0.23.13
13312024-12-11T04:24:54.634Z Compiling serde_yaml v0.9.34+deprecated
13322024-12-11T04:24:54.924Z Compiling hyper v0.14.30
13332024-12-11T04:24:58.391Z Compiling hyper-util v0.1.10
13342024-12-11T04:25:02.873Z Compiling lazy_static v1.5.0
13352024-12-11T04:25:03.014Z Compiling tokio-rustls v0.24.1
13362024-12-11T04:25:03.485Z Compiling tokio-rustls v0.26.0
13372024-12-11T04:25:04.014Z Compiling proc-macro-crate v1.3.1
13382024-12-11T04:25:04.448Z Compiling http-body-util v0.1.2
13392024-12-11T04:25:04.898Z Compiling webpki-roots v0.26.6
13402024-12-11T04:25:05.039Z Compiling base64 v0.22.1
13412024-12-11T04:25:05.115Z Compiling base64 v0.21.7
13422024-12-11T04:25:05.515Z Compiling crossbeam-utils v0.8.20
13432024-12-11T04:25:05.535Z Compiling hyper-rustls v0.27.3
13442024-12-11T04:25:06.113Z Compiling rustls-pemfile v1.0.4
13452024-12-11T04:25:06.169Z Compiling rustls-pemfile v2.1.3
13462024-12-11T04:25:06.273Z Compiling hyper-tls v0.6.0
13472024-12-11T04:25:06.809Z Compiling num_enum_derive v0.5.11
13482024-12-11T04:25:06.927Z Compiling hyper-rustls v0.24.2
13492024-12-11T04:25:06.951Z Compiling hyper-tls v0.5.0
13502024-12-11T04:25:07.091Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13512024-12-11T04:25:07.230Z Compiling typify v0.2.0
13522024-12-11T04:25:07.379Z Compiling ipnetwork v0.20.0
13532024-12-11T04:25:09.238Z Compiling ppv-lite86 v0.2.20
13542024-12-11T04:25:09.673Z Compiling foreign-types-macros v0.2.3
13552024-12-11T04:25:09.878Z Compiling sync_wrapper v1.0.1
13562024-12-11T04:25:10.034Z Compiling rand_core v0.6.4
13572024-12-11T04:25:10.182Z Compiling dirs-sys-next v0.1.2
13582024-12-11T04:25:10.537Z Compiling powerfmt v0.2.0
13592024-12-11T04:25:10.774Z Compiling foreign-types-shared v0.3.1
13602024-12-11T04:25:10.900Z Compiling webpki-roots v0.25.4
13612024-12-11T04:25:11.010Z Compiling sync_wrapper v0.1.2
13622024-12-11T04:25:11.034Z Compiling foreign-types v0.5.0
13632024-12-11T04:25:11.067Z Compiling time-macros v0.2.18
13642024-12-11T04:25:11.144Z Compiling reqwest v0.11.27
13652024-12-11T04:25:11.292Z Compiling deranged v0.3.11
13662024-12-11T04:25:11.414Z Compiling dirs-next v2.0.0
13672024-12-11T04:25:11.681Z Compiling rand_chacha v0.3.1
13682024-12-11T04:25:13.491Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-12-11T04:25:13.713Z Compiling reqwest v0.12.9
13702024-12-11T04:25:14.153Z Compiling num_enum v0.5.11
13712024-12-11T04:25:14.343Z Compiling progenitor-impl v0.8.0
13722024-12-11T04:25:20.458Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-12-11T04:25:21.324Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-11T04:25:23.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-11T04:25:23.563Z Compiling cstr-argument v0.1.2
13762024-12-11T04:25:23.829Z Compiling thread_local v1.1.8
13772024-12-11T04:25:24.584Z Compiling arc-swap v1.7.1
13782024-12-11T04:25:25.329Z Compiling either v1.13.0
13792024-12-11T04:25:25.366Z Compiling num-conv v0.1.0
13802024-12-11T04:25:25.626Z Compiling time-core v0.1.2
13812024-12-11T04:25:25.779Z Compiling pretty-hex v0.2.1
13822024-12-11T04:25:25.810Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13832024-12-11T04:25:25.980Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13842024-12-11T04:25:26.360Z Compiling time v0.3.36
13852024-12-11T04:25:26.982Z Compiling itertools v0.12.1
13862024-12-11T04:25:27.340Z Compiling slog-scope v4.4.0
13872024-12-11T04:25:28.298Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-11T04:25:29.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-11T04:25:29.393Z Compiling crossbeam-channel v0.5.13
13902024-12-11T04:25:30.885Z Compiling progenitor-macro v0.8.0
13912024-12-11T04:25:31.035Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-11T04:25:35.437Z Compiling progenitor-client v0.8.0
13932024-12-11T04:25:36.391Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-12-11T04:25:38.378Z Compiling rand v0.8.5
13952024-12-11T04:25:38.926Z Compiling term v0.7.0
13962024-12-11T04:25:40.252Z Compiling anyhow v1.0.94
13972024-12-11T04:25:43.935Z Compiling colored v2.1.0
13982024-12-11T04:25:44.196Z Compiling is-terminal v0.4.13
13992024-12-11T04:25:44.326Z Compiling take_mut v0.2.2
14002024-12-11T04:25:44.491Z Compiling winnow v0.6.18
14012024-12-11T04:25:45.191Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-12-11T04:25:45.539Z Compiling slog-async v2.8.0
14032024-12-11T04:25:48.584Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-12-11T04:25:48.945Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14052024-12-11T04:25:49.162Z Compiling slog-term v2.9.1
14062024-12-11T04:25:51.955Z Compiling progenitor v0.8.0
14072024-12-11T04:25:52.174Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-11T04:25:55.886Z Compiling slog-stdlog v4.1.1
14092024-12-11T04:25:56.722Z Compiling slog-envlogger v2.2.0
14102024-12-11T04:25:58.034Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-11T04:25:58.824Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-11T04:26:14.098Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-11T04:26:21.427Z Finished `release` profile [optimized] target(s) in 2m 25s
14142024-12-11T04:26:21.510Z Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153)
14152024-12-11T04:26:21.556Z
14162024-12-11T04:26:21.556Zrunning 1 test
14172024-12-11T04:26:21.735Zconfigure zone
14182024-12-11T04:26:21.751Zinstall zone
14192024-12-11T04:27:21.565Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14202024-12-11T04:28:30.299Zboot zone
14212024-12-11T04:28:31.058Zstart zone s1
14222024-12-11T04:28:31.058Zconfigure zone
14232024-12-11T04:28:31.065Zinstall zone
14242024-12-11T04:30:24.590Zboot zone
14252024-12-11T04:30:25.466Zstart zone s2
14262024-12-11T04:30:25.466Zconfigure zone
14272024-12-11T04:30:25.474Zinstall zone
14282024-12-11T04:32:18.170Zboot zone
14292024-12-11T04:32:18.970Zstart zone t1
14302024-12-11T04:32:18.970Zconfigure zone
14312024-12-11T04:32:18.978Zinstall zone
14322024-12-11T04:34:11.839Zboot zone
14332024-12-11T04:34:12.636Zwaiting for zones to come up
14342024-12-11T04:34:22.638Z[sidecar.trio] svcs milestone/network
14352024-12-11T04:34:22.670ZSTATE STIME FMRI
14362024-12-11T04:34:22.670Zonline 20:28:48 svc:/milestone/network:default
14372024-12-11T04:34:22.670Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14382024-12-11T04:34:22.717Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14392024-12-11T04:34:22.765Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14402024-12-11T04:34:22.808Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14412024-12-11T04:34:22.811Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14422024-12-11T04:34:22.833Z
14432024-12-11T04:34:22.833Zrunning zone s1.trio setup
14442024-12-11T04:34:22.833Z[s1.trio] svcs milestone/network
14452024-12-11T04:34:22.855ZSTATE STIME FMRI
14462024-12-11T04:34:22.855Zonline 20:30:42 svc:/milestone/network:default
14472024-12-11T04:34:22.855Z[s1.trio] dladm
14482024-12-11T04:34:22.875ZLINK CLASS MTU STATE BRIDGE OVER
14492024-12-11T04:34:22.875Zsl0 simnet 9000 up -- ?
14502024-12-11T04:34:22.875Zmg2 vnic 9000 up -- ?
14512024-12-11T04:34:22.875Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14522024-12-11T04:34:23.382Z
14532024-12-11T04:34:23.382Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14542024-12-11T04:34:23.404Z
14552024-12-11T04:34:23.404Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14562024-12-11T04:34:23.423Z
14572024-12-11T04:34:23.423Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14582024-12-11T04:34:23.510Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14592024-12-11T04:34:23.553Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c77e7096-c999-4f22-a805-29be6fa475c8 --sled-uuid f9810b74-8b1e-40dd-b243-ddce1c7c4208 -a sl0/v6 &> /opt/ddmd.log &
14602024-12-11T04:34:23.572Z
14612024-12-11T04:34:23.572Zrunning zone s2.trio setup
14622024-12-11T04:34:23.572Z[s2.trio] svcs milestone/network
14632024-12-11T04:34:23.595ZSTATE STIME FMRI
14642024-12-11T04:34:23.595Zonline 20:32:36 svc:/milestone/network:default
14652024-12-11T04:34:23.595Z[s2.trio] dladm
14662024-12-11T04:34:23.617ZLINK CLASS MTU STATE BRIDGE OVER
14672024-12-11T04:34:23.617Zsl1 simnet 9000 up -- ?
14682024-12-11T04:34:23.617Zmg3 vnic 9000 up -- ?
14692024-12-11T04:34:23.617Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14702024-12-11T04:34:24.131Z
14712024-12-11T04:34:24.131Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14722024-12-11T04:34:24.154Z
14732024-12-11T04:34:24.154Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14742024-12-11T04:34:24.174Z
14752024-12-11T04:34:24.174Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14762024-12-11T04:34:24.219Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14772024-12-11T04:34:24.241Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3750e5c5-a400-479d-8678-5f1852451889 --sled-uuid ceaa15d1-13b5-410b-a0cd-5f62928c28a9 -a sl1/v6 &> /opt/ddmd.log &
14782024-12-11T04:34:24.260Z
14792024-12-11T04:34:24.260Zrunning zone t1.trio setup
14802024-12-11T04:34:24.260Z[t1.trio] svcs milestone/network
14812024-12-11T04:34:24.280ZSTATE STIME FMRI
14822024-12-11T04:34:24.280Z- - svc:/milestone/network:default
14832024-12-11T04:34:25.280Z[t1.trio] svcs milestone/network
14842024-12-11T04:34:25.301ZSTATE STIME FMRI
14852024-12-11T04:34:25.301Z- - svc:/milestone/network:default
14862024-12-11T04:34:26.301Z[t1.trio] svcs milestone/network
14872024-12-11T04:34:26.321ZSTATE STIME FMRI
14882024-12-11T04:34:26.321Z- - svc:/milestone/network:default
14892024-12-11T04:34:27.323Z[t1.trio] svcs milestone/network
14902024-12-11T04:34:27.343ZSTATE STIME FMRI
14912024-12-11T04:34:27.344Z- - svc:/milestone/network:default
14922024-12-11T04:34:28.344Z[t1.trio] svcs milestone/network
14932024-12-11T04:34:28.365ZSTATE STIME FMRI
14942024-12-11T04:34:28.365Z- - svc:/milestone/network:default
14952024-12-11T04:34:29.366Z[t1.trio] svcs milestone/network
14962024-12-11T04:34:29.387ZSTATE STIME FMRI
14972024-12-11T04:34:29.387Z- - svc:/milestone/network:default
14982024-12-11T04:34:30.388Z[t1.trio] svcs milestone/network
14992024-12-11T04:34:30.407ZSTATE STIME FMRI
15002024-12-11T04:34:30.407Z- - svc:/milestone/network:default
15012024-12-11T04:34:31.408Z[t1.trio] svcs milestone/network
15022024-12-11T04:34:31.430ZSTATE STIME FMRI
15032024-12-11T04:34:31.430Zonline 20:34:30 svc:/milestone/network:default
15042024-12-11T04:34:31.430Z[t1.trio] dladm
15052024-12-11T04:34:31.450ZLINK CLASS MTU STATE BRIDGE OVER
15062024-12-11T04:34:31.450Ztfportrear0_0 simnet 9000 up -- ?
15072024-12-11T04:34:31.450Ztfportrear1_0 simnet 9000 up -- ?
15082024-12-11T04:34:31.450Zmg1 vnic 9000 up -- ?
15092024-12-11T04:34:31.450Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15102024-12-11T04:34:31.957Z
15112024-12-11T04:34:31.957Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15122024-12-11T04:34:31.980Z
15132024-12-11T04:34:31.980Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15142024-12-11T04:34:32.001Z
15152024-12-11T04:34:32.001Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15162024-12-11T04:34:32.022Z
15172024-12-11T04:34:32.022Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15182024-12-11T04:34:32.214Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15192024-12-11T04:34:32.218Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15202024-12-11T04:34:32.221Zwaiting 3s for copy of files to zone to complete ...
15212024-12-11T04:34:35.222Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15222024-12-11T04:34:35.258Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15232024-12-11T04:34:35.279Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15242024-12-11T04:34:35.371Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15252024-12-11T04:34:35.415Z[t1.trio] svcadm enable dendrite
15262024-12-11T04:34:35.457Z
15272024-12-11T04:34:35.457Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15282024-12-11T04:34:35.500Z
15292024-12-11T04:34:35.500Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15302024-12-11T04:34:35.542Z
15312024-12-11T04:34:35.542Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15322024-12-11T04:34:35.584Z
15332024-12-11T04:34:35.584Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15342024-12-11T04:34:35.625Z
15352024-12-11T04:34:35.625Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15362024-12-11T04:34:35.666Z
15372024-12-11T04:34:35.666Z[t1.trio] svcadm refresh dendrite:default
15382024-12-11T04:34:35.701Z
15392024-12-11T04:34:35.701Z[t1.trio] svcadm restart dendrite:default
15402024-12-11T04:34:35.738Z
15412024-12-11T04:34:35.738Zwait 10s for dendrite to come up ...
15422024-12-11T04:34:45.740Z[t1.trio] svcadm enable tfport
15432024-12-11T04:34:45.778Z
15442024-12-11T04:34:45.779Z[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 &
15452024-12-11T04:34:45.798Z
15462024-12-11T04:34:45.798Z[t1.trio] ipadm
15472024-12-11T04:34:45.821ZADDROBJ TYPE STATE ADDR
15482024-12-11T04:34:45.822Zlo0/v4 static ok 127.0.0.1/8
15492024-12-11T04:34:45.822Zmg1/v4 static ok 10.0.0.3/24
15502024-12-11T04:34:45.822Zlo0/v6 static ok ::1/128
15512024-12-11T04:34:45.822Zlo0/u6 static ok fd00:3::1/64
15522024-12-11T04:34:45.822Ztfportrear0_0/v6 addrconf ok fe80::e812:abff:fefb:b0e0%tfportrear0_0/10
15532024-12-11T04:34:45.822Ztfportrear1_0/v6 addrconf ok fe80::5834:43ff:fe9e:4d3a%tfportrear1_0/10
15542024-12-11T04:34:48.033Zinitial peering test passed
15552024-12-11T04:34:49.036Zadvertise from one passed
15562024-12-11T04:34:50.038Zadvertise from two passed
15572024-12-11T04:34:50.038Z[s1.trio] ping fd00:2::1
15582024-12-11T04:34:50.064Zfd00:2::1 is alive
15592024-12-11T04:34:50.064Z[s2.trio] ping fd00:1::1
15602024-12-11T04:34:50.084Zfd00:1::1 is alive
15612024-12-11T04:34:50.084Zconnectivity test passed
15622024-12-11T04:34:50.084Z[t1.trio] pkill ddmd
15632024-12-11T04:34:50.104Z
15642024-12-11T04:34:56.108Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15652024-12-11T04:34:56.146Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15662024-12-11T04:34:56.164Z[t1.trio] svcadm enable dendrite
15672024-12-11T04:34:56.204Z
15682024-12-11T04:34:56.204Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15692024-12-11T04:34:56.245Z
15702024-12-11T04:34:56.245Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15712024-12-11T04:34:56.287Z
15722024-12-11T04:34:56.287Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15732024-12-11T04:34:56.328Z
15742024-12-11T04:34:56.328Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15752024-12-11T04:34:56.369Z
15762024-12-11T04:34:56.369Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15772024-12-11T04:34:56.411Z
15782024-12-11T04:34:56.411Z[t1.trio] svcadm refresh dendrite:default
15792024-12-11T04:34:56.447Z
15802024-12-11T04:34:56.448Z[t1.trio] svcadm restart dendrite:default
15812024-12-11T04:34:56.484Z
15822024-12-11T04:34:56.484Zwait 10s for dendrite to come up ...
15832024-12-11T04:35:06.486Z[t1.trio] svcadm enable tfport
15842024-12-11T04:35:06.528Z
15852024-12-11T04:35:06.528Z[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 &
15862024-12-11T04:35:06.551Z
15872024-12-11T04:35:06.551Z[t1.trio] ipadm
15882024-12-11T04:35:06.577ZADDROBJ TYPE STATE ADDR
15892024-12-11T04:35:06.577Zlo0/v4 static ok 127.0.0.1/8
15902024-12-11T04:35:06.577Zmg1/v4 static ok 10.0.0.3/24
15912024-12-11T04:35:06.577Zlo0/v6 static ok ::1/128
15922024-12-11T04:35:06.577Zlo0/u6 static ok fd00:3::1/64
15932024-12-11T04:35:06.577Ztfportrear0_0/v6 addrconf ok fe80::e812:abff:fefb:b0e0%tfportrear0_0/10
15942024-12-11T04:35:06.577Ztfportrear1_0/v6 addrconf ok fe80::5834:43ff:fe9e:4d3a%tfportrear1_0/10
15952024-12-11T04:35:09.580Z[s1.trio] ping fd00:2::1
15962024-12-11T04:35:09.603Zfd00:2::1 is alive
15972024-12-11T04:35:09.603Z[s2.trio] ping fd00:1::1
15982024-12-11T04:35:09.626Zfd00:1::1 is alive
15992024-12-11T04:35:09.626Ztransit router restart passed
16002024-12-11T04:35:09.626Z[s1.trio] pkill ddmd
16012024-12-11T04:35:09.647Z
16022024-12-11T04:35:14.651Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 020e9f06-8b1a-431c-bdd8-25a9642d2f30 --sled-uuid b419bea2-932f-4978-b13f-f0040b3adfac -a sl0/v6 &> /opt/ddmd.log &
16032024-12-11T04:35:14.674Z
16042024-12-11T04:35:17.678Z[s1.trio] ping fd00:2::1
16052024-12-11T04:35:17.701Zfd00:2::1 is alive
16062024-12-11T04:35:17.701Z[s2.trio] ping fd00:1::1
16072024-12-11T04:35:17.725Zfd00:1::1 is alive
16082024-12-11T04:35:17.725Zserver router restart passed
16092024-12-11T04:35:20.731Zpeer expiration recovery passed
16102024-12-11T04:35:21.732Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16112024-12-11T04:35:21.759Z3
16122024-12-11T04:35:21.759Zredundant advertise passed
16132024-12-11T04:35:22.762Ztunnel endpoint advertise passed
16142024-12-11T04:35:27.764Zredundant tunnel endpoint advertise passed
16152024-12-11T04:35:27.764Z[s1.trio] pkill ddmd
16162024-12-11T04:35:27.784Z
16172024-12-11T04:35:32.785Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9e267eb5-8d97-4c22-960a-ce2c8395c733 --sled-uuid 8d9b2e4c-26bc-4285-98d9-7ada56296eeb -a sl0/v6 &> /opt/ddmd.log &
16182024-12-11T04:35:32.805Z
16192024-12-11T04:35:37.872Ztunnel router restart passed
16202024-12-11T04:35:38.873Ztunnel endpoint withdraw passed
16212024-12-11T04:35:38.888Z[t1.trio] pkill ddmd
16222024-12-11T04:35:38.914Z
16232024-12-11T04:35:38.914Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16242024-12-11T04:35:38.918Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16252024-12-11T04:35:41.290Z[s2.trio] pkill ddmd
16262024-12-11T04:35:41.309Z
16272024-12-11T04:35:41.309Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16282024-12-11T04:35:43.868Z[s1.trio] pkill ddmd
16292024-12-11T04:35:43.887Z
16302024-12-11T04:35:43.887Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16312024-12-11T04:35:46.282Z[sidecar.trio] pkill softnpu
16322024-12-11T04:35:46.302Z
16332024-12-11T04:35:46.302Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16342024-12-11T04:35:48.754Ztest ddm::test_trio_v2_transit ... ok
16352024-12-11T04:35:48.754Z
16362024-12-11T04:35:48.754Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 567.11s
16372024-12-11T04:35:48.754Z
16382024-12-11T04:35:48.782Z+ cleanup
16392024-12-11T04:35:48.785Z++ id -un
16402024-12-11T04:35:48.788Z++ id -gn
16412024-12-11T04:35:48.790Z+ pfexec chown -R build:build .
16422024-12-11T04:35:48.866Zprocess exited: duration 1086995 ms, exit code 0
 
16432024-12-11T04:35:48.876Zfound 4 output files
16442024-12-11T04:35:48.876Zuploading: /work/s1.trio.log (4206 bytes)
16452024-12-11T04:35:49.885Zuploaded: /work/s1.trio.log
16462024-12-11T04:35:49.890Zuploading: /work/s2.trio.log (10934 bytes)
16472024-12-11T04:35:50.897Zuploaded: /work/s2.trio.log
16482024-12-11T04:35:50.899Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16492024-12-11T04:35:51.904Zuploaded: /work/sidecar.trio-softnpu.log
16502024-12-11T04:35:51.907Zuploading: /work/t1.trio.log (26224 bytes)
16512024-12-11T04:35:52.915Zuploaded: /work/t1.trio.log