01JESYVW88AJW15497XJ9C7CAN: test-ddm-trio

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T04:17:08.477Zjob assigned to worker 01JESYWTD9ZSX3EC0384KTGY0W [factory aws, i-08a6de5eb27c43440] (queued for 1 m 12 s)
 
22024-12-11T04:17:15.711Zstarting task 0: "setup"
32024-12-11T04:17:15.719Z++ uname -s
42024-12-11T04:17:15.722Z+ kern=SunOS
52024-12-11T04:17:15.722Z+ case "$kern" in
62024-12-11T04:17:15.722Z+ groupadd -g 12345 build
72024-12-11T04:17:15.726Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T04:17:17.731Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T04:17:17.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T04:17:17.906Z+ home_fs=zfs
112024-12-11T04:17:17.906Z+ [[ zfs == autofs ]]
122024-12-11T04:17:17.906Z+ mkdir -p /home/build
132024-12-11T04:17:17.909Z+ chown build:build /home/build /work
142024-12-11T04:17:19.911Z+ chmod 0700 /home/build /work
152024-12-11T04:17:19.913Zprocess exited: duration 4201 ms, exit code 0
 
162024-12-11T04:17:19.918Zstarting task 1: "rust-toolchain"
172024-12-11T04:17:19.924Z+ printf ' * toolchain channel = "%s"
182024-12-11T04:17:19.924Z' stable
192024-12-11T04:17:19.928Z+ printf ' * toolchain profile = "%s"
202024-12-11T04:17:19.928Z' default
212024-12-11T04:17:19.928Z * toolchain channel = "stable"
222024-12-11T04:17:19.928Z * toolchain profile = "default"
232024-12-11T04:17:19.928Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T04:17:19.928Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T04:17:20.046Zinfo: downloading installer
262024-12-11T04:17:21.531Zinfo: profile set to 'default'
272024-12-11T04:17:21.531Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T04:17:21.536Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T04:17:21.676Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T04:17:21.676Zinfo: downloading component 'cargo'
312024-12-11T04:17:22.635Zinfo: downloading component 'clippy'
322024-12-11T04:17:23.198Zinfo: downloading component 'rust-docs'
332024-12-11T04:17:24.210Zinfo: downloading component 'rust-std'
342024-12-11T04:17:25.901Zinfo: downloading component 'rustc'
352024-12-11T04:17:31.675Zinfo: downloading component 'rustfmt'
362024-12-11T04:17:32.317Zinfo: installing component 'cargo'
372024-12-11T04:17:33.125Zinfo: installing component 'clippy'
382024-12-11T04:17:33.503Zinfo: installing component 'rust-docs'
392024-12-11T04:17:35.186Zinfo: installing component 'rust-std'
402024-12-11T04:17:36.830Zinfo: installing component 'rustc'
412024-12-11T04:17:42.511Zinfo: installing component 'rustfmt'
422024-12-11T04:17:42.840Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T04:17:42.840Z
442024-12-11T04:17:43.200Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T04:17:43.200Z
462024-12-11T04:17:43.202Z
472024-12-11T04:17:43.202ZRust is installed now. Great!
482024-12-11T04:17:43.202Z
492024-12-11T04:17:43.202ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T04:17:43.202Zenvironment variable. This has not been done automatically.
512024-12-11T04:17:43.203Z
522024-12-11T04:17:43.203ZTo configure your current shell, you need to source
532024-12-11T04:17:43.203Zthe corresponding env file under $HOME/.cargo.
542024-12-11T04:17:43.203Z
552024-12-11T04:17:43.203ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T04:17:43.203Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T04:17:43.203Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T04:17:43.271Z+ rustc --version
592024-12-11T04:17:43.337Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T04:17:43.340Zprocess exited: duration 23409 ms, exit code 0
 
612024-12-11T04:17:43.346Zstarting task 2: "authentication"
622024-12-11T04:17:43.365Zprocess exited: duration 19 ms, exit code 0
 
632024-12-11T04:17:43.370Zstarting task 3: "clone repository"
642024-12-11T04:17:43.375Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-11T04:17:43.378Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-11T04:17:43.413ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-11T04:17:44.250Z+ cd /work/oxidecomputer/maghemite
682024-12-11T04:17:44.250Z+ git fetch origin 8c8c05726385430561deac06b456006fe403a0fb
692024-12-11T04:17:44.488ZFrom https://github.com/oxidecomputer/maghemite
702024-12-11T04:17:44.488Z * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD
712024-12-11T04:17:44.495Z+ [[ -n renovate/serde-monorepo ]]
722024-12-11T04:17:44.498Z++ git branch --show-current
732024-12-11T04:17:44.500Z+ current=main
742024-12-11T04:17:44.500Z+ [[ main != renovate/serde-monorepo ]]
752024-12-11T04:17:44.500Z+ git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb
762024-12-11T04:17:44.503Z+ git checkout -f renovate/serde-monorepo
772024-12-11T04:17:44.517ZSwitched to branch 'renovate/serde-monorepo'
782024-12-11T04:17:44.519Z+ git reset --hard 8c8c05726385430561deac06b456006fe403a0fb
792024-12-11T04:17:44.531ZHEAD is now at 8c8c057 Update Rust crate serde to 1.0.216
802024-12-11T04:17:44.533Zprocess exited: duration 1161 ms, exit code 0
 
812024-12-11T04:17:44.538Zstarting task 4: "build"
822024-12-11T04:17:44.544Z++ cargo --version
832024-12-11T04:17:44.548Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-11T04:17:44.710Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-11T04:17:44.710Zinfo: downloading component 'cargo'
862024-12-11T04:17:45.825Zinfo: downloading component 'clippy'
872024-12-11T04:17:46.433Zinfo: downloading component 'rust-docs'
882024-12-11T04:17:47.600Zinfo: downloading component 'rust-std'
892024-12-11T04:17:49.627Zinfo: downloading component 'rustc'
902024-12-11T04:17:56.479Zinfo: downloading component 'rustfmt'
912024-12-11T04:17:56.959Zinfo: installing component 'cargo'
922024-12-11T04:17:57.752Zinfo: installing component 'clippy'
932024-12-11T04:17:58.106Zinfo: installing component 'rust-docs'
942024-12-11T04:17:59.699Zinfo: installing component 'rust-std'
952024-12-11T04:18:01.389Zinfo: installing component 'rustc'
962024-12-11T04:18:06.954Zinfo: installing component 'rustfmt'
972024-12-11T04:18:07.346Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-11T04:18:07.349Z++ rustc --version
992024-12-11T04:18:07.416Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-11T04:18:07.420Z++ dladm
1012024-12-11T04:18:07.424ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-11T04:18:07.427Zena0 phys 9216 up -- --
1032024-12-11T04:18:07.427Z++ ipadm
1042024-12-11T04:18:07.429ZADDROBJ TYPE STATE ADDR
1052024-12-11T04:18:07.429Zlo0/v4 static ok 127.0.0.1/8
1062024-12-11T04:18:07.429Zena0/dhcp dhcp ok 10.150.1.129/24
1072024-12-11T04:18:07.429Zlo0/v6 static ok ::1/128
1082024-12-11T04:18:07.429Z++ banner collect
1092024-12-11T04:18:07.432Z
1102024-12-11T04:18:07.432Z #### #### # # ###### #### #####
1112024-12-11T04:18:07.432Z # # # # # # # # # #
1122024-12-11T04:18:07.432Z # # # # # ##### # #
1132024-12-11T04:18:07.432Z # # # # # # # #
1142024-12-11T04:18:07.432Z # # # # # # # # # #
1152024-12-11T04:18:07.432Z #### #### ###### ###### ###### #### #
1162024-12-11T04:18:07.432Z
1172024-12-11T04:18:07.432Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-11T04:18:07.432Z++ repo=softnpu
1192024-12-11T04:18:07.432Z++ series=image
1202024-12-11T04:18:07.432Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-11T04:18:07.432Z++ name=softnpu
1222024-12-11T04:18:07.432Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-11T04:18:07.432Z++ mkdir -p download
1242024-12-11T04:18:07.432Z++ pushd download
1252024-12-11T04:18:07.435Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-11T04:18:07.435Z++ [[ ! -f softnpu ]]
1272024-12-11T04:18:07.435Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-11T04:18:07.440Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-11T04:18:07.440Z Dload Upload Total Spent Left Speed
1302024-12-11T04:18:07.732Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 75.1M 0 --:--:-- --:--:-- --:--:-- 75.0M
1312024-12-11T04:18:07.735Z++ popd
1322024-12-11T04:18:07.735Z/work/oxidecomputer/maghemite
1332024-12-11T04:18:07.735Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-11T04:18:07.735Z++ repo=sidecar-lite
1352024-12-11T04:18:07.735Z++ series=release
1362024-12-11T04:18:07.735Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-11T04:18:07.735Z++ name=libsidecar_lite.so
1382024-12-11T04:18:07.735Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-11T04:18:07.735Z++ mkdir -p download
1402024-12-11T04:18:07.746Z++ pushd download
1412024-12-11T04:18:07.746Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-11T04:18:07.746Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-11T04:18:07.746Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-11T04:18:07.750Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-11T04:18:07.750Z Dload Upload Total Spent Left Speed
1462024-12-11T04:18:08.034Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 70.0M
1472024-12-11T04:18:08.036Z++ popd
1482024-12-11T04:18:08.036Z/work/oxidecomputer/maghemite
1492024-12-11T04:18:08.037Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-11T04:18:08.037Z++ repo=sidecar-lite
1512024-12-11T04:18:08.037Z++ series=release
1522024-12-11T04:18:08.037Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-11T04:18:08.037Z++ name=scadm
1542024-12-11T04:18:08.037Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-11T04:18:08.037Z++ mkdir -p download
1562024-12-11T04:18:08.040Z++ pushd download
1572024-12-11T04:18:08.040Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-11T04:18:08.040Z++ [[ ! -f scadm ]]
1592024-12-11T04:18:08.040Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-11T04:18:08.046Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-11T04:18:08.046Z Dload Upload Total Spent Left Speed
1622024-12-11T04:18:08.405Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 63.5M 0 --:--:-- --:--:-- --:--:-- 63.6M
1632024-12-11T04:18:08.408Z++ popd
1642024-12-11T04:18:08.411Z/work/oxidecomputer/maghemite
1652024-12-11T04:18:08.411Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-11T04:18:08.411Z++ repo=dendrite
1672024-12-11T04:18:08.411Z++ series=image
1682024-12-11T04:18:08.411Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-11T04:18:08.411Z++ name=dendrite-softnpu.tar.gz
1702024-12-11T04:18:08.411Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-11T04:18:08.411Z++ mkdir -p download
1722024-12-11T04:18:08.411Z++ pushd download
1732024-12-11T04:18:08.411Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-11T04:18:08.411Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-11T04:18:08.411Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-11T04:18:08.418Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-11T04:18:08.418Z Dload Upload Total Spent Left Speed
1782024-12-11T04:18:08.899Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 78.1M 0 --:--:-- --:--:-- --:--:-- 78.0M
1792024-12-11T04:18:08.903Z++ popd
1802024-12-11T04:18:08.905Z/work/oxidecomputer/maghemite
1812024-12-11T04:18:08.905Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-11T04:18:08.905Z++ repo=maghemite
1832024-12-11T04:18:08.905Z++ series=release
1842024-12-11T04:18:08.905Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-11T04:18:08.905Z++ name=ddmd
1862024-12-11T04:18:08.905Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-11T04:18:08.905Z++ mkdir -p download
1882024-12-11T04:18:08.905Z++ pushd download
1892024-12-11T04:18:08.905Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-11T04:18:08.905Z++ [[ ! -f ddmd ]]
1912024-12-11T04:18:08.909Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-11T04:18:08.916Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-11T04:18:08.922Z Dload Upload Total Spent Left Speed
1942024-12-11T04:18:09.410Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 82.8M 0 --:--:-- --:--:-- --:--:-- 82.9M
1952024-12-11T04:18:09.414Z++ popd
1962024-12-11T04:18:09.415Z/work/oxidecomputer/maghemite
1972024-12-11T04:18:09.415Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-11T04:18:09.415Z++ repo=maghemite
1992024-12-11T04:18:09.415Z++ series=release
2002024-12-11T04:18:09.415Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-11T04:18:09.415Z++ name=ddmadm
2022024-12-11T04:18:09.415Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-11T04:18:09.415Z++ mkdir -p download
2042024-12-11T04:18:09.418Z++ pushd download
2052024-12-11T04:18:09.418Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-11T04:18:09.418Z++ [[ ! -f ddmadm ]]
2072024-12-11T04:18:09.418Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-11T04:18:09.423Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-11T04:18:09.423Z Dload Upload Total Spent Left Speed
2102024-12-11T04:18:09.708Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 18.0M 1 315k 0 0 3647k 0 0:00:05 --:--:-- 0:00:05 3629k 100 18.0M 100 18.0M 0 0 63.5M 0 --:--:-- --:--:-- --:--:-- 63.4M
2112024-12-11T04:18:09.710Z++ popd
2122024-12-11T04:18:09.710Z/work/oxidecomputer/maghemite
2132024-12-11T04:18:09.713Z++ pushd download
2142024-12-11T04:18:09.713Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-11T04:18:09.713Z++ chmod +x softnpu
2162024-12-11T04:18:09.713Z++ chmod +x scadm
2172024-12-11T04:18:09.716Z++ chmod +x ddmadm
2182024-12-11T04:18:09.716Z++ chmod +x ddmd
2192024-12-11T04:18:09.719Z++ mv ddmadm ddmadm-v2
2202024-12-11T04:18:09.721Z++ mv ddmd ddmd-v2
2212024-12-11T04:18:09.721Z++ rm -rf zones/dendrite
2222024-12-11T04:18:09.723Z++ mkdir -p zones/dendrite
2232024-12-11T04:18:09.725Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-11T04:18:10.481Z++ popd
2252024-12-11T04:18:10.481Z/work/oxidecomputer/maghemite
2262024-12-11T04:18:10.481Z++ banner install
2272024-12-11T04:18:10.484Z
2282024-12-11T04:18:10.484Z # # # #### ##### ## # #
2292024-12-11T04:18:10.484Z # ## # # # # # # #
2302024-12-11T04:18:10.484Z # # # # #### # # # # #
2312024-12-11T04:18:10.484Z # # # # # # ###### # #
2322024-12-11T04:18:10.484Z # # ## # # # # # # #
2332024-12-11T04:18:10.484Z # # # #### # # # ###### ######
2342024-12-11T04:18:10.485Z
2352024-12-11T04:18:10.485Z++ pkg info brand/sparse
2362024-12-11T04:18:10.489Z++ grep -qi installed
2372024-12-11T04:18:12.012Zpkg: info: no packages matching the following patterns you specified are
2382024-12-11T04:18:12.012Zinstalled on the system. Try querying remotely instead:
2392024-12-11T04:18:12.012Z
2402024-12-11T04:18:12.012Z brand/sparse
2412024-12-11T04:18:12.057Z++ [[ 1 != 0 ]]
2422024-12-11T04:18:12.057Z++ set -o errexit
2432024-12-11T04:18:12.059Z++ pfexec pkg install brand/sparse
2442024-12-11T04:18:19.181Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-11T04:18:22.920Z Startup: Caching catalogs ... Done
2462024-12-11T04:18:32.879ZPlanning: Solver setup ... Done
2472024-12-11T04:18:33.006ZPlanning: Running solver ... Done
2482024-12-11T04:18:33.104ZPlanning: Finding local manifests ... Done
2492024-12-11T04:18:33.129ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-11T04:18:33.640ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-11T04:18:33.711ZPlanning: Package planning ... Done
2522024-12-11T04:18:33.717ZPlanning: Merging actions ... Done
2532024-12-11T04:18:33.904ZPlanning: Checking for conflicting actions ... Done
2542024-12-11T04:18:35.812ZPlanning: Consolidating action changes ... Done
2552024-12-11T04:18:36.208ZPlanning: Evaluating mediators ... Done
2562024-12-11T04:18:36.274ZPlanning: Planning completed in 13.26 seconds
2572024-12-11T04:18:36.289Z Packages to install: 1
2582024-12-11T04:18:36.289Z Packages to update: 2
2592024-12-11T04:18:36.292Z Create boot environment: No
2602024-12-11T04:18:36.292ZCreate backup boot environment: Yes
2612024-12-11T04:18:36.361Z
2622024-12-11T04:18:36.361ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-11T04:18:39.887ZDownload: Completed 8.03 MB in 3.52 seconds (2.3M/s)
2642024-12-11T04:18:40.761Z Actions: 1/1419 actions (Removing old actions)
2652024-12-11T04:18:40.782Z Actions: 199/1419 actions (Installing new actions)
2662024-12-11T04:18:40.897Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-11T04:18:41.206Z Actions: Completed 1419 actions in 0.44 seconds.
2682024-12-11T04:18:41.406Z Done
2692024-12-11T04:18:41.408Z Done
2702024-12-11T04:18:41.924Z Done
2712024-12-11T04:18:46.031Z Done
2722024-12-11T04:18:46.115Z Done
2732024-12-11T04:18:46.118Z Done
2742024-12-11T04:18:46.210Z Done
2752024-12-11T04:18:46.590Z++ set -o errexit
2762024-12-11T04:18:46.590Z++ set -o pipefail
2772024-12-11T04:18:46.590Z++ banner build
2782024-12-11T04:18:46.593Z
2792024-12-11T04:18:46.593Z ##### # # # # #####
2802024-12-11T04:18:46.593Z # # # # # # # #
2812024-12-11T04:18:46.593Z ##### # # # # # #
2822024-12-11T04:18:46.593Z # # # # # # # #
2832024-12-11T04:18:46.593Z # # # # # # # #
2842024-12-11T04:18:46.593Z ##### #### # ###### #####
2852024-12-11T04:18:46.593Z
2862024-12-11T04:18:46.593Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-11T04:18:46.780Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-11T04:18:46.995Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-11T04:18:47.187ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-11T04:18:47.187Z * [new branch] ci -> origin/ci
2912024-12-11T04:18:47.190Z * [new branch] main -> origin/main
2922024-12-11T04:18:47.190Z * [new ref] -> origin/HEAD
2932024-12-11T04:18:47.200Z Updating crates.io index
2942024-12-11T04:18:47.272Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-11T04:18:48.024ZFrom https://github.com/oxidecomputer/falcon
2962024-12-11T04:18:48.024Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-11T04:18:48.128Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-11T04:18:49.317ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-11T04:18:49.317Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-11T04:18:49.371Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-11T04:18:49.736ZFrom https://github.com/oxidecomputer/ispf
3022024-12-11T04:18:49.736Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-11T04:18:49.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-11T04:18:50.173ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-11T04:18:50.173Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-11T04:18:50.185Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-11T04:18:53.658ZFrom https://github.com/oxidecomputer/omicron
3082024-12-11T04:18:53.658Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-11T04:18:53.688Z * [new tag] dogfood -> dogfood
3102024-12-11T04:18:53.691Z * [new tag] v5 -> v5
3112024-12-11T04:18:53.691Z * [new tag] v6 -> v6
3122024-12-11T04:18:53.691Z * [new tag] v7 -> v7
3132024-12-11T04:18:53.691Z * [new tag] v8 -> v8
3142024-12-11T04:18:53.691Z * [new tag] v9 -> v9
3152024-12-11T04:18:54.044Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-11T04:18:55.029ZFrom https://github.com/oxidecomputer/opte
3172024-12-11T04:18:55.029Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-11T04:18:55.098Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-11T04:18:55.460ZFrom https://github.com/illumos/smf-rs
3202024-12-11T04:18:55.460Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-11T04:18:55.497Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-11T04:18:56.024ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-11T04:18:56.024Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-11T04:18:56.040Z * [new tag] rift -> rift
3252024-12-11T04:18:56.043Z * [new tag] srp -> srp
3262024-12-11T04:18:56.043Z * [new tag] tie-spf -> tie-spf
3272024-12-11T04:18:56.074Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-11T04:18:56.560ZFrom https://github.com/oxidecomputer/zone
3292024-12-11T04:18:56.560Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-11T04:18:56.589Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-11T04:18:57.364ZFrom https://github.com/oxidecomputer/propolis
3322024-12-11T04:18:57.364Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-11T04:18:57.493Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-11T04:18:57.913ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-11T04:18:57.913Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-11T04:18:57.922Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-11T04:18:58.339ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-11T04:18:58.339Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-11T04:18:58.355Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-11T04:18:58.369Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-11T04:18:58.697ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-11T04:18:58.697Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-11T04:18:58.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-11T04:18:59.134ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-11T04:18:59.134Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-11T04:18:59.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-11T04:18:59.536ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-11T04:18:59.536Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-11T04:18:59.545Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-11T04:18:59.915ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-11T04:18:59.915Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-11T04:18:59.953Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-11T04:19:00.327ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-11T04:19:00.327Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-11T04:19:00.359Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-11T04:19:00.712ZFrom https://github.com/illumos/libscf-sys
3572024-12-11T04:19:00.713Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-11T04:19:00.748Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-11T04:19:01.692ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-11T04:19:01.692Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-11T04:19:01.713Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-11T04:19:01.716Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-11T04:19:01.716Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-11T04:19:01.716Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-11T04:19:01.716Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-11T04:19:01.716Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-11T04:19:01.716Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-11T04:19:01.943Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-11T04:19:02.677ZFrom https://github.com/oxidecomputer/typify
3702024-12-11T04:19:02.677Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-11T04:19:02.680Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-11T04:19:02.697Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-11T04:19:02.700Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-11T04:19:02.700Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-11T04:19:02.700Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-11T04:19:02.700Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-11T04:19:02.700Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-11T04:19:02.700Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-11T04:19:02.700Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-11T04:19:02.700Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-11T04:19:02.700Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-11T04:19:02.700Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-11T04:19:02.700Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-11T04:19:02.700Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-11T04:19:02.858Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-11T04:19:04.676ZFrom https://github.com/oxidecomputer/crucible
3872024-12-11T04:19:04.676Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-11T04:19:04.731Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-11T04:19:05.163ZFrom https://github.com/oxidecomputer/opte
3902024-12-11T04:19:05.163Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-11T04:19:05.239Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-11T04:19:05.895ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-11T04:19:05.895Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-11T04:19:06.642Z Downloading crates ...
3952024-12-11T04:19:06.758Z Downloaded ppv-lite86 v0.2.20
3962024-12-11T04:19:06.766Z Downloaded proc-macro2 v1.0.86
3972024-12-11T04:19:06.773Z Downloaded quinn-udp v0.5.5
3982024-12-11T04:19:06.776Z Downloaded rand_core v0.6.4
3992024-12-11T04:19:06.779Z Downloaded proc-macro-crate v1.3.1
4002024-12-11T04:19:06.781Z Downloaded pest_generator v2.7.13
4012024-12-11T04:19:06.783Z Downloaded progenitor-macro v0.8.0
4022024-12-11T04:19:06.786Z Downloaded allocator-api2 v0.2.18
4032024-12-11T04:19:06.791Z Downloaded pest v2.7.13
4042024-12-11T04:19:06.796Z Downloaded atomicwrites v0.4.4
4052024-12-11T04:19:06.799Z Downloaded argon2 v0.5.3
4062024-12-11T04:19:06.801Z Downloaded autocfg v1.3.0
4072024-12-11T04:19:06.803Z Downloaded anstyle-query v1.1.1
4082024-12-11T04:19:06.806Z Downloaded atomic-waker v1.1.2
4092024-12-11T04:19:06.806Z Downloaded anstream v0.6.15
4102024-12-11T04:19:06.808Z Downloaded async-trait v0.1.83
4112024-12-11T04:19:06.812Z Downloaded async-stream v0.3.5
4122024-12-11T04:19:06.814Z Downloaded anstyle-parse v0.2.5
4132024-12-11T04:19:06.817Z Downloaded serde_json v1.0.133
4142024-12-11T04:19:06.824Z Downloaded rustls-webpki v0.101.7
4152024-12-11T04:19:06.841Z Downloaded http-body-util v0.1.2
4162024-12-11T04:19:06.843Z Downloaded bitflags v1.3.2
4172024-12-11T04:19:06.845Z Downloaded arc-swap v1.7.1
4182024-12-11T04:19:06.850Z Downloaded rustls v0.23.13
4192024-12-11T04:19:06.863Z Downloaded cpufeatures v0.2.14
4202024-12-11T04:19:06.866Z Downloaded darling_macro v0.20.10
4212024-12-11T04:19:06.866Z Downloaded crunchy v0.2.2
4222024-12-11T04:19:06.869Z Downloaded crucible-workspace-hack v0.1.0
4232024-12-11T04:19:06.869Z Downloaded const-random v0.1.18
4242024-12-11T04:19:06.869Z Downloaded const-random-macro v0.1.16
4252024-12-11T04:19:06.872Z Downloaded console v0.15.8
4262024-12-11T04:19:06.874Z Downloaded equivalent v1.0.1
4272024-12-11T04:19:06.875Z Downloaded dirs-sys-next v0.1.2
4282024-12-11T04:19:06.877Z Downloaded regex-automata v0.4.7
4292024-12-11T04:19:06.893Z Downloaded pest_derive v2.7.13
4302024-12-11T04:19:06.895Z Downloaded parse-display v0.10.0
4312024-12-11T04:19:06.898Z Downloaded parking_lot_core v0.8.6
4322024-12-11T04:19:06.900Z Downloaded paste v1.0.15
4332024-12-11T04:19:06.903Z Downloaded dirs-next v2.0.0
4342024-12-11T04:19:06.905Z Downloaded deranged v0.3.11
4352024-12-11T04:19:06.905Z Downloaded defmt-macros v0.3.9
4362024-12-11T04:19:06.907Z Downloaded digest v0.10.7
4372024-12-11T04:19:06.910Z Downloaded data-encoding v2.6.0
4382024-12-11T04:19:06.912Z Downloaded pretty-hex v0.4.1
4392024-12-11T04:19:06.912Z Downloaded cstr-argument v0.1.2
4402024-12-11T04:19:06.915Z Downloaded pest_meta v2.7.13
4412024-12-11T04:19:06.918Z Downloaded futures-executor v0.3.30
4422024-12-11T04:19:06.918Z Downloaded fnv v1.0.7
4432024-12-11T04:19:06.921Z Downloaded fixedbitset v0.4.2
4442024-12-11T04:19:06.921Z Downloaded progenitor v0.8.0
4452024-12-11T04:19:06.923Z Downloaded no-std-compat v0.4.1
4462024-12-11T04:19:06.923Z Downloaded either v1.13.0
4472024-12-11T04:19:06.926Z Downloaded fastrand v2.1.1
4482024-12-11T04:19:06.926Z Downloaded errno v0.3.9
4492024-12-11T04:19:06.928Z Downloaded embedded-io v0.6.1
4502024-12-11T04:19:06.931Z Downloaded newtype_derive v0.1.6
4512024-12-11T04:19:06.931Z Downloaded sync_wrapper v0.1.2
4522024-12-11T04:19:06.931Z Downloaded scroll_derive v0.12.0
4532024-12-11T04:19:06.934Z Downloaded foreign-types-macros v0.2.3
4542024-12-11T04:19:06.934Z Downloaded embedded-io v0.4.0
4552024-12-11T04:19:06.936Z Downloaded proc-macro-error-attr v1.0.4
4562024-12-11T04:19:06.936Z Downloaded rand_chacha v0.3.1
4572024-12-11T04:19:06.939Z Downloaded rustls-pemfile v1.0.4
4582024-12-11T04:19:06.941Z Downloaded futures-core v0.3.30
4592024-12-11T04:19:06.941Z Downloaded quick-error v1.2.3
4602024-12-11T04:19:06.944Z Downloaded powerfmt v0.2.0
4612024-12-11T04:19:06.946Z Downloaded tower-service v0.3.3
4622024-12-11T04:19:06.946Z Downloaded serde_spanned v0.6.7
4632024-12-11T04:19:06.949Z Downloaded pretty-hex v0.2.1
4642024-12-11T04:19:06.949Z Downloaded defmt v0.3.8
4652024-12-11T04:19:06.951Z Downloaded fxhash v0.2.1
4662024-12-11T04:19:06.954Z Downloaded futures-io v0.3.30
4672024-12-11T04:19:06.954Z Downloaded serde-big-array v0.5.1
4682024-12-11T04:19:06.956Z Downloaded want v0.3.1
4692024-12-11T04:19:06.956Z Downloaded waitgroup v0.1.2
4702024-12-11T04:19:06.958Z Downloaded darling v0.20.10
4712024-12-11T04:19:06.961Z Downloaded linked-hash-map v0.5.6
4722024-12-11T04:19:06.963Z Downloaded libsw v3.3.1
4732024-12-11T04:19:06.966Z Downloaded sha1 v0.10.6
4742024-12-11T04:19:06.968Z Downloaded hubpack_derive v0.1.1
4752024-12-11T04:19:06.968Z Downloaded hubpack v0.1.2
4762024-12-11T04:19:06.970Z Downloaded num-iter v0.1.45
4772024-12-11T04:19:06.970Z Downloaded num_enum v0.5.11
4782024-12-11T04:19:06.974Z Downloaded num-conv v0.1.0
4792024-12-11T04:19:06.977Z Downloaded subtle v2.6.1
4802024-12-11T04:19:06.977Z Downloaded strum_macros v0.25.3
4812024-12-11T04:19:06.979Z Downloaded ident_case v1.0.1
4822024-12-11T04:19:06.979Z Downloaded http-body v1.0.1
4832024-12-11T04:19:06.982Z Downloaded derive-where v1.2.7
4842024-12-11T04:19:06.984Z Downloaded rustversion v1.0.17
4852024-12-11T04:19:06.989Z Downloaded slog-envlogger v2.2.0
4862024-12-11T04:19:06.992Z Downloaded zone_cfg_derive v0.3.0
4872024-12-11T04:19:06.992Z Downloaded serde_repr v0.1.19
4882024-12-11T04:19:06.992Z Downloaded quote v1.0.37
4892024-12-11T04:19:06.994Z Downloaded hash32 v0.3.1
4902024-12-11T04:19:06.997Z Downloaded pin-project-lite v0.2.14
4912024-12-11T04:19:07.000Z Downloaded omicron-workspace-hack v0.1.0
4922024-12-11T04:19:07.003Z Downloaded pkg-config v0.3.31
4932024-12-11T04:19:07.003Z Downloaded spin v0.5.2
4942024-12-11T04:19:07.005Z Downloaded sync_wrapper v1.0.1
4952024-12-11T04:19:07.005Z Downloaded serde_urlencoded v0.7.1
4962024-12-11T04:19:07.007Z Downloaded num_threads v0.1.7
4972024-12-11T04:19:07.012Z Downloaded num-derive v0.3.3
4982024-12-11T04:19:07.012Z Downloaded time-core v0.1.2
4992024-12-11T04:19:07.015Z Downloaded is-terminal v0.4.13
5002024-12-11T04:19:07.015Z Downloaded num-integer v0.1.46
5012024-12-11T04:19:07.015Z Downloaded num-complex v0.4.6
5022024-12-11T04:19:07.017Z Downloaded scopeguard v1.2.0
5032024-12-11T04:19:07.017Z Downloaded num_enum_derive v0.5.11
5042024-12-11T04:19:07.020Z Downloaded num_enum v0.7.3
5052024-12-11T04:19:07.022Z Downloaded serde_tokenstream v0.2.2
5062024-12-11T04:19:07.025Z Downloaded postcard v1.0.10
5072024-12-11T04:19:07.028Z Downloaded version_check v0.9.5
5082024-12-11T04:19:07.030Z Downloaded slab v0.4.9
5092024-12-11T04:19:07.030Z Downloaded shlex v1.3.0
5102024-12-11T04:19:07.033Z Downloaded futures-task v0.3.30
5112024-12-11T04:19:07.033Z Downloaded take_mut v0.2.2
5122024-12-11T04:19:07.035Z Downloaded slog-dtrace v0.3.0
5132024-12-11T04:19:07.035Z Downloaded slog-bunyan v2.5.0
5142024-12-11T04:19:07.037Z Downloaded slog-async v2.8.0
5152024-12-11T04:19:07.037Z Downloaded getrandom v0.2.15
5162024-12-11T04:19:07.040Z Downloaded rand v0.8.5
5172024-12-11T04:19:07.044Z Downloaded serde_path_to_error v0.1.16
5182024-12-11T04:19:07.047Z Downloaded lru-cache v0.1.2
5192024-12-11T04:19:07.047Z Downloaded ipnetwork v0.20.0
5202024-12-11T04:19:07.049Z Downloaded indexmap v1.9.3
5212024-12-11T04:19:07.052Z Downloaded heck v0.5.0
5222024-12-11T04:19:07.054Z Downloaded num-derive v0.4.2
5232024-12-11T04:19:07.057Z Downloaded thiserror v1.0.69
5242024-12-11T04:19:07.060Z Downloaded indent_write v2.2.0
5252024-12-11T04:19:07.062Z Downloaded progenitor-client v0.8.0
5262024-12-11T04:19:07.062Z Downloaded crossbeam-channel v0.5.13
5272024-12-11T04:19:07.065Z Downloaded iana-time-zone v0.1.61
5282024-12-11T04:19:07.068Z Downloaded strum v0.26.3
5292024-12-11T04:19:07.071Z Downloaded newline-converter v0.3.0
5302024-12-11T04:19:07.071Z Downloaded try-lock v0.2.5
5312024-12-11T04:19:07.071Z Downloaded prettyplease v0.2.22
5322024-12-11T04:19:07.073Z Downloaded managed v0.8.0
5332024-12-11T04:19:07.076Z Downloaded structmeta v0.3.0
5342024-12-11T04:19:07.079Z Downloaded heck v0.4.1
5352024-12-11T04:19:07.079Z Downloaded typify v0.2.0
5362024-12-11T04:19:07.082Z Downloaded serde_with_macros v3.9.0
5372024-12-11T04:19:07.082Z Downloaded rustc_version v0.4.1
5382024-12-11T04:19:07.085Z Downloaded macaddr v1.0.1
5392024-12-11T04:19:07.087Z Downloaded openssl-probe v0.1.5
5402024-12-11T04:19:07.087Z Downloaded openssl-macros v0.1.1
5412024-12-11T04:19:07.087Z Downloaded slog-stdlog v4.1.1
5422024-12-11T04:19:07.090Z Downloaded num_enum_derive v0.7.3
5432024-12-11T04:19:07.090Z Downloaded time-macros v0.2.18
5442024-12-11T04:19:07.092Z Downloaded thread_local v1.1.8
5452024-12-11T04:19:07.094Z Downloaded sha2 v0.10.8
5462024-12-11T04:19:07.097Z Downloaded hyper-tls v0.6.0
5472024-12-11T04:19:07.097Z Downloaded smf v0.2.3
5482024-12-11T04:19:07.099Z Downloaded slog-scope v4.4.0
5492024-12-11T04:19:07.101Z Downloaded openssl-sys v0.9.103
5502024-12-11T04:19:07.104Z Downloaded usdt v0.5.0
5512024-12-11T04:19:07.106Z Downloaded num-traits v0.2.19
5522024-12-11T04:19:07.108Z Downloaded slog v2.7.0
5532024-12-11T04:19:07.110Z Downloaded signal-hook-registry v1.4.2
5542024-12-11T04:19:07.113Z Downloaded tiny-keccak v2.0.2
5552024-12-11T04:19:07.117Z Downloaded mime v0.3.17
5562024-12-11T04:19:07.117Z Downloaded hex v0.4.3
5572024-12-11T04:19:07.117Z Downloaded whoami v1.5.2
5582024-12-11T04:19:07.119Z Downloaded smallvec v1.13.2
5592024-12-11T04:19:07.122Z Downloaded hyper-tls v0.5.0
5602024-12-11T04:19:07.122Z Downloaded memmap v0.7.0
5612024-12-11T04:19:07.124Z Downloaded untrusted v0.9.0
5622024-12-11T04:19:07.124Z Downloaded spin v0.9.8
5632024-12-11T04:19:07.127Z Downloaded usdt-attr-macro v0.5.0
5642024-12-11T04:19:07.129Z Downloaded usdt-macro v0.5.0
5652024-12-11T04:19:07.129Z Downloaded tinyvec_macros v0.1.1
5662024-12-11T04:19:07.129Z Downloaded newtype-uuid v1.1.0
5672024-12-11T04:19:07.132Z Downloaded once_cell v1.20.2
5682024-12-11T04:19:07.135Z Downloaded ryu v1.0.18
5692024-12-11T04:19:07.137Z Downloaded ucd-trie v0.1.6
5702024-12-11T04:19:07.137Z Downloaded utf8parse v0.2.2
5712024-12-11T04:19:07.140Z Downloaded num v0.4.3
5722024-12-11T04:19:07.140Z Downloaded tabwriter v1.4.0
5732024-12-11T04:19:07.140Z Downloaded structmeta-derive v0.3.0
5742024-12-11T04:19:07.142Z Downloaded smartstring v1.0.1
5752024-12-11T04:19:07.145Z Downloaded slog-term v2.9.1
5762024-12-11T04:19:07.147Z Downloaded thread-id v4.2.2
5772024-12-11T04:19:07.147Z Downloaded tokio-rustls v0.24.1
5782024-12-11T04:19:07.149Z Downloaded similar v2.6.0
5792024-12-11T04:19:07.153Z Downloaded instant v0.1.13
5802024-12-11T04:19:07.155Z Downloaded serde_yaml v0.9.34+deprecated
5812024-12-11T04:19:07.158Z Downloaded tokio-rustls v0.26.0
5822024-12-11T04:19:07.160Z Downloaded schemars v0.8.21
5832024-12-11T04:19:07.170Z Downloaded strsim v0.11.1
5842024-12-11T04:19:07.174Z Downloaded tokio-native-tls v0.3.1
5852024-12-11T04:19:07.176Z Downloaded tokio-macros v2.4.0
5862024-12-11T04:19:07.176Z Downloaded static_assertions v1.1.0
5872024-12-11T04:19:07.176Z Downloaded hyper-rustls v0.24.2
5882024-12-11T04:19:07.178Z Downloaded highway v1.2.0
5892024-12-11T04:19:07.182Z Downloaded terminal_size v0.4.0
5902024-12-11T04:19:07.182Z Downloaded stable_deref_trait v1.2.0
5912024-12-11T04:19:07.184Z Downloaded usdt-impl v0.5.0
5922024-12-11T04:19:07.184Z Downloaded slog-json v2.6.1
5932024-12-11T04:19:07.187Z Downloaded native-tls v0.2.12
5942024-12-11T04:19:07.187Z Downloaded unicode-bidi v0.3.15
5952024-12-11T04:19:07.189Z Downloaded thiserror-impl v1.0.69
5962024-12-11T04:19:07.192Z Downloaded parking_lot v0.11.2
5972024-12-11T04:19:07.195Z Downloaded aho-corasick v1.1.3
5982024-12-11T04:19:07.198Z Downloaded hostname v0.4.0
5992024-12-11T04:19:07.200Z Downloaded ipnet v2.10.0
6002024-12-11T04:19:07.202Z Downloaded log v0.4.22
6012024-12-11T04:19:07.205Z Downloaded httparse v1.9.4
6022024-12-11T04:19:07.207Z Downloaded owo-colors v4.1.0
6032024-12-11T04:19:07.209Z Downloaded toml_edit v0.19.15
6042024-12-11T04:19:07.223Z Downloaded tempfile v3.12.0
6052024-12-11T04:19:07.226Z Downloaded term v0.7.0
6062024-12-11T04:19:07.229Z Downloaded unicode-ident v1.0.13
6072024-12-11T04:19:07.231Z Downloaded thin-vec v0.2.13
6082024-12-11T04:19:07.234Z Downloaded typenum v1.17.0
6092024-12-11T04:19:07.237Z Downloaded tracing-attributes v0.1.27
6102024-12-11T04:19:07.239Z Downloaded multer v3.1.0
6112024-12-11T04:19:07.241Z Downloaded parking_lot v0.12.3
6122024-12-11T04:19:07.243Z Downloaded zerocopy v0.6.6
6132024-12-11T04:19:07.246Z Downloaded tinyvec v1.8.0
6142024-12-11T04:19:07.249Z Downloaded toml_edit v0.22.21
6152024-12-11T04:19:07.268Z Downloaded hyper-rustls v0.27.3
6162024-12-11T04:19:07.271Z Downloaded unsafe-libyaml v0.2.11
6172024-12-11T04:19:07.274Z Downloaded tracing-core v0.1.32
6182024-12-11T04:19:07.276Z Downloaded half v2.4.1
6192024-12-11T04:19:07.280Z Downloaded memchr v2.7.4
6202024-12-11T04:19:07.284Z Downloaded heapless v0.8.0
6212024-12-11T04:19:07.288Z Downloaded hyper-util v0.1.10
6222024-12-11T04:19:07.292Z Downloaded socket2 v0.5.8
6232024-12-11T04:19:07.294Z Downloaded unicode-segmentation v1.12.0
6242024-12-11T04:19:07.298Z Downloaded tokio-rustls v0.25.0
6252024-12-11T04:19:07.300Z Downloaded toml v0.8.19
6262024-12-11T04:19:07.303Z Downloaded serde v1.0.216
6272024-12-11T04:19:07.306Z Downloaded http v1.2.0
6282024-12-11T04:19:07.310Z Downloaded uuid v1.11.0
6292024-12-11T04:19:07.313Z Downloaded tracing v0.1.40
6302024-12-11T04:19:07.317Z Downloaded hickory-resolver v0.24.1
6312024-12-11T04:19:07.322Z Downloaded indexmap v2.5.0
6322024-12-11T04:19:07.326Z Downloaded clap_builder v4.5.23
6332024-12-11T04:19:07.332Z Downloaded minimal-lexical v0.2.1
6342024-12-11T04:19:07.337Z Downloaded libm v0.2.8
6352024-12-11T04:19:07.344Z Downloaded steno v0.4.1
6362024-12-11T04:19:07.349Z Downloaded url v2.5.2
6372024-12-11T04:19:07.353Z Downloaded unicode-normalization v0.1.24
6382024-12-11T04:19:07.357Z Downloaded http v0.2.12
6392024-12-11T04:19:07.359Z Downloaded time v0.3.36
6402024-12-11T04:19:07.366Z Downloaded tokio-util v0.7.12
6412024-12-11T04:19:07.373Z Downloaded hashbrown v0.14.5
6422024-12-11T04:19:07.378Z Downloaded chrono v0.4.38
6432024-12-11T04:19:07.385Z Downloaded itertools v0.13.0
6442024-12-11T04:19:07.392Z Downloaded nom v7.1.3
6452024-12-11T04:19:07.397Z Downloaded hyper v1.5.1
6462024-12-11T04:19:07.404Z Downloaded reqwest v0.12.9
6472024-12-11T04:19:07.412Z Downloaded serde_with v3.9.0
6482024-12-11T04:19:07.420Z Downloaded h2 v0.4.6
6492024-12-11T04:19:07.427Z Downloaded goblin v0.8.2
6502024-12-11T04:19:07.433Z Downloaded zerocopy v0.7.35
6512024-12-11T04:19:07.448Z Downloaded syn v1.0.109
6522024-12-11T04:19:07.458Z Downloaded winnow v0.5.40
6532024-12-11T04:19:07.466Z Downloaded vcpkg v0.2.15
6542024-12-11T04:19:07.504Z Downloaded h2 v0.3.26
6552024-12-11T04:19:07.510Z Downloaded syn v2.0.87
6562024-12-11T04:19:07.521Z Downloaded futures-util v0.3.30
6572024-12-11T04:19:07.533Z Downloaded hyper v0.14.30
6582024-12-11T04:19:07.540Z Downloaded openssl v0.10.66
6592024-12-11T04:19:07.549Z Downloaded idna v0.5.0
6602024-12-11T04:19:07.556Z Downloaded rustls v0.21.12
6612024-12-11T04:19:07.567Z Downloaded unicode-width v0.1.14
6622024-12-11T04:19:07.573Z Downloaded idna v0.4.0
6632024-12-11T04:19:07.579Z Downloaded smoltcp v0.11.0
6642024-12-11T04:19:07.591Z Downloaded regex v1.10.6
6652024-12-11T04:19:07.604Z Downloaded dropshot v0.12.0
6662024-12-11T04:19:07.623Z Downloaded regress v0.10.1
6672024-12-11T04:19:07.631Z Downloaded rhai v1.20.0
6682024-12-11T04:19:07.643Z Downloaded rustls v0.22.4
6692024-12-11T04:19:07.656Z Downloaded rustix v0.38.37
6702024-12-11T04:19:07.677Z Downloaded hickory-proto v0.24.1
6712024-12-11T04:19:07.694Z Downloaded typify-impl v0.2.0
6722024-12-11T04:19:07.708Z Downloaded openapiv3 v2.0.0
6732024-12-11T04:19:07.718Z Downloaded regress v0.9.1
6742024-12-11T04:19:07.727Z Downloaded regex-syntax v0.8.4
6752024-12-11T04:19:07.734Z Downloaded webpki-roots v0.26.6
6762024-12-11T04:19:07.738Z Downloaded sled v0.34.7
6772024-12-11T04:19:07.748Z Downloaded quinn-proto v0.11.8
6782024-12-11T04:19:07.754Z Downloaded webpki-roots v0.25.4
6792024-12-11T04:19:07.758Z Downloaded petgraph v0.6.5
6802024-12-11T04:19:07.775Z Downloaded zerocopy-derive v0.6.6
6812024-12-11T04:19:07.783Z Downloaded rustls-webpki v0.102.8
6822024-12-11T04:19:07.800Z Downloaded winnow v0.6.18
6832024-12-11T04:19:07.808Z Downloaded portable-atomic v1.8.0
6842024-12-11T04:19:07.814Z Downloaded reqwest v0.11.27
6852024-12-11T04:19:07.821Z Downloaded itertools v0.12.1
6862024-12-11T04:19:07.828Z Downloaded mio v1.0.2
6872024-12-11T04:19:07.833Z Downloaded itertools v0.10.5
6882024-12-11T04:19:07.838Z Downloaded libc v0.2.167
6892024-12-11T04:19:07.862Z Downloaded hashbrown v0.12.3
6902024-12-11T04:19:07.866Z Downloaded progenitor-impl v0.8.0
6912024-12-11T04:19:07.868Z Downloaded humantime v2.1.0
6922024-12-11T04:19:07.871Z Downloaded tokio v1.42.0
6932024-12-11T04:19:07.905Z Downloaded http-body v0.4.6
6942024-12-11T04:19:07.908Z Downloaded toml_datetime v0.6.8
6952024-12-11T04:19:07.908Z Downloaded serde_derive v1.0.216
6962024-12-11T04:19:07.913Z Downloaded expectorate v1.1.0
6972024-12-11T04:19:07.913Z Downloaded zeroize v1.8.1
6982024-12-11T04:19:07.913Z Downloaded zerocopy-derive v0.7.35
6992024-12-11T04:19:07.917Z Downloaded httpdate v1.0.3
7002024-12-11T04:19:07.919Z Downloaded serde_derive_internals v0.29.1
7012024-12-11T04:19:07.919Z Downloaded semver v1.0.23
7022024-12-11T04:19:07.921Z Downloaded scroll v0.12.0
7032024-12-11T04:19:07.923Z Downloaded cc v1.1.21
7042024-12-11T04:19:07.926Z Downloaded lazy_static v1.5.0
7052024-12-11T04:19:07.929Z Downloaded itoa v1.0.11
7062024-12-11T04:19:07.929Z Downloaded zone v0.3.0
7072024-12-11T04:19:07.929Z Downloaded sct v0.7.1
7082024-12-11T04:19:07.931Z Downloaded rustls-pki-types v1.8.0
7092024-12-11T04:19:07.933Z Downloaded rustls-pemfile v2.1.3
7102024-12-11T04:19:07.936Z Downloaded proc-macro-error v1.0.4
7112024-12-11T04:19:07.939Z Downloaded typify-macro v0.2.0
7122024-12-11T04:19:07.941Z Downloaded darling_core v0.20.10
7132024-12-11T04:19:07.943Z Downloaded futures v0.3.30
7142024-12-11T04:19:07.947Z Downloaded strum_macros v0.26.4
7152024-12-11T04:19:07.950Z Downloaded schemars_derive v0.8.21
7162024-12-11T04:19:07.952Z Downloaded clap v4.5.23
7172024-12-11T04:19:07.959Z Downloaded resolv-conf v0.7.0
7182024-12-11T04:19:07.961Z Downloaded quinn v0.11.5
7192024-12-11T04:19:07.963Z Downloaded match_cfg v0.1.0
7202024-12-11T04:19:07.963Z Downloaded rustc_version v0.1.7
7212024-12-11T04:19:07.967Z Downloaded num-rational v0.4.2
7222024-12-11T04:19:07.967Z Downloaded lock_api v0.4.12
7232024-12-11T04:19:07.969Z Downloaded hostname v0.3.1
7242024-12-11T04:19:07.970Z Downloaded crossbeam-utils v0.8.20
7252024-12-11T04:19:07.972Z Downloaded generic-array v0.14.7
7262024-12-11T04:19:07.972Z Downloaded is_terminal_polyfill v1.70.1
7272024-12-11T04:19:07.974Z Downloaded derive_more v0.99.18
7282024-12-11T04:19:07.976Z Downloaded sigpipe v0.1.3
7292024-12-11T04:19:07.979Z Downloaded encoding_rs v0.8.34
7302024-12-11T04:19:07.998Z Downloaded rhai_codegen v2.2.0
7312024-12-11T04:19:08.004Z Downloaded dof v0.3.0
7322024-12-11T04:19:08.006Z Downloaded linear-map v1.2.0
7332024-12-11T04:19:08.006Z Downloaded futures-channel v0.3.30
7342024-12-11T04:19:08.009Z Downloaded foreign-types v0.5.0
7352024-12-11T04:19:08.011Z Downloaded semver v0.1.20
7362024-12-11T04:19:08.011Z Downloaded rustc-hash v2.0.0
7372024-12-11T04:19:08.011Z Downloaded pin-utils v0.1.0
7382024-12-11T04:19:08.016Z Downloaded proc-macro-crate v3.2.0
7392024-12-11T04:19:08.016Z Downloaded dropshot_endpoint v0.12.0
7402024-12-11T04:19:08.019Z Downloaded cookie v0.18.1
7412024-12-11T04:19:08.019Z Downloaded bytes v1.7.2
7422024-12-11T04:19:08.021Z Downloaded swrite v0.1.0
7432024-12-11T04:19:08.025Z Downloaded futures-macro v0.3.30
7442024-12-11T04:19:08.025Z Downloaded crc32fast v1.4.2
7452024-12-11T04:19:08.025Z Downloaded ciborium v0.2.2
7462024-12-11T04:19:08.027Z Downloaded plain v0.2.3
7472024-12-11T04:19:08.027Z Downloaded form_urlencoded v1.2.1
7482024-12-11T04:19:08.030Z Downloaded enum-as-inner v0.6.1
7492024-12-11T04:19:08.030Z Downloaded dyn-clone v1.0.17
7502024-12-11T04:19:08.032Z Downloaded bitflags v2.6.0
7512024-12-11T04:19:08.035Z Downloaded defmt-parser v0.3.4
7522024-12-11T04:19:08.035Z Downloaded crossbeam-epoch v0.9.18
7532024-12-11T04:19:08.038Z Downloaded blake2 v0.10.6
7542024-12-11T04:19:08.041Z Downloaded crypto-common v0.1.6
7552024-12-11T04:19:08.041Z Downloaded camino-tempfile v1.1.1
7562024-12-11T04:19:08.043Z Downloaded clap_lex v0.7.4
7572024-12-11T04:19:08.043Z Downloaded cancel-safe-futures v0.1.5
7582024-12-11T04:19:08.045Z Downloaded password-hash v0.5.0
7592024-12-11T04:19:08.048Z Downloaded parse-display-derive v0.10.0
7602024-12-11T04:19:08.048Z Downloaded parking_lot_core v0.9.10
7612024-12-11T04:19:08.051Z Downloaded foreign-types-shared v0.3.1
7622024-12-11T04:19:08.051Z Downloaded foreign-types-shared v0.1.1
7632024-12-11T04:19:08.051Z Downloaded foreign-types v0.3.2
7642024-12-11T04:19:08.053Z Downloaded float-ord v0.3.2
7652024-12-11T04:19:08.053Z Downloaded dtrace-parser v0.2.0
7662024-12-11T04:19:08.053Z Downloaded debug-ignore v1.0.5
7672024-12-11T04:19:08.056Z Downloaded crc8 v0.1.1
7682024-12-11T04:19:08.056Z Downloaded convert_case v0.4.0
7692024-12-11T04:19:08.056Z Downloaded percent-encoding v2.3.1
7702024-12-11T04:19:08.059Z Downloaded futures-sink v0.3.30
7712024-12-11T04:19:08.059Z Downloaded clap_derive v4.5.18
7722024-12-11T04:19:08.059Z Downloaded base64 v0.22.1
7732024-12-11T04:19:08.062Z Downloaded camino v1.1.9
7742024-12-11T04:19:08.064Z Downloaded colorchoice v1.0.2
7752024-12-11T04:19:08.067Z Downloaded base64 v0.21.7
7762024-12-11T04:19:08.069Z Downloaded cobs v0.2.3
7772024-12-11T04:19:08.071Z Downloaded ciborium-ll v0.2.2
7782024-12-11T04:19:08.071Z Downloaded ahash v0.8.11
7792024-12-11T04:19:08.074Z Downloaded colored v2.1.0
7802024-12-11T04:19:08.076Z Downloaded ciborium-io v0.2.2
7812024-12-11T04:19:08.077Z Downloaded byteorder v1.5.0
7822024-12-11T04:19:08.079Z Downloaded block-buffer v0.10.4
7832024-12-11T04:19:08.079Z Downloaded base64ct v1.6.0
7842024-12-11T04:19:08.081Z Downloaded backoff v0.4.0
7852024-12-11T04:19:08.081Z Downloaded anyhow v1.0.94
7862024-12-11T04:19:08.086Z Downloaded cfg-if v1.0.0
7872024-12-11T04:19:08.088Z Downloaded anstyle v1.0.10
7882024-12-11T04:19:08.088Z Downloaded async-stream-impl v0.3.5
7892024-12-11T04:19:08.225Z Downloaded ring v0.17.8
7902024-12-11T04:19:08.558Z Compiling proc-macro2 v1.0.86
7912024-12-11T04:19:08.558Z Compiling unicode-ident v1.0.13
7922024-12-11T04:19:08.559Z Compiling libc v0.2.167
7932024-12-11T04:19:08.561Z Compiling serde v1.0.216
7942024-12-11T04:19:08.561Z Compiling autocfg v1.3.0
7952024-12-11T04:19:08.561Z Compiling version_check v0.9.5
7962024-12-11T04:19:08.594Z Compiling cfg-if v1.0.0
7972024-12-11T04:19:08.762Z Compiling once_cell v1.20.2
7982024-12-11T04:19:08.781Z Compiling libm v0.2.8
7992024-12-11T04:19:08.797Z Compiling memchr v2.7.4
8002024-12-11T04:19:09.193Z Compiling parking_lot_core v0.9.10
8012024-12-11T04:19:09.288Z Compiling byteorder v1.5.0
8022024-12-11T04:19:09.342Z Compiling lock_api v0.4.12
8032024-12-11T04:19:09.683Z Compiling shlex v1.3.0
8042024-12-11T04:19:09.725Z Compiling thiserror v1.0.69
8052024-12-11T04:19:09.850Z Compiling itoa v1.0.11
8062024-12-11T04:19:10.044Z Compiling cc v1.1.21
8072024-12-11T04:19:10.137Z Compiling portable-atomic v1.8.0
8082024-12-11T04:19:10.294Z Compiling slab v0.4.9
8092024-12-11T04:19:10.333Z Compiling quote v1.0.37
8102024-12-11T04:19:10.661Z Compiling schemars v0.8.21
8112024-12-11T04:19:10.968Z Compiling syn v2.0.87
8122024-12-11T04:19:11.036Z Compiling getrandom v0.2.15
8132024-12-11T04:19:11.108Z Compiling ahash v0.8.11
8142024-12-11T04:19:11.371Z Compiling allocator-api2 v0.2.18
8152024-12-11T04:19:11.397Z Compiling num-traits v0.2.19
8162024-12-11T04:19:11.557Z Compiling ryu v1.0.18
8172024-12-11T04:19:11.844Z Compiling serde_json v1.0.133
8182024-12-11T04:19:12.006Z Compiling pin-project-lite v0.2.14
8192024-12-11T04:19:12.305Z Compiling scopeguard v1.2.0
8202024-12-11T04:19:12.427Z Compiling equivalent v1.0.1
8212024-12-11T04:19:12.471Z Compiling log v0.4.22
8222024-12-11T04:19:12.579Z Compiling fnv v1.0.7
8232024-12-11T04:19:12.617Z Compiling heck v0.5.0
8242024-12-11T04:19:12.902Z Compiling vcpkg v0.2.15
8252024-12-11T04:19:13.061Z Compiling pkg-config v0.3.31
8262024-12-11T04:19:13.080Z Compiling crunchy v0.2.2
8272024-12-11T04:19:13.138Z Compiling ring v0.17.8
8282024-12-11T04:19:13.611Z Compiling socket2 v0.5.8
8292024-12-11T04:19:14.209Z Compiling signal-hook-registry v1.4.2
8302024-12-11T04:19:14.298Z Compiling mio v1.0.2
8312024-12-11T04:19:14.476Z Compiling tiny-keccak v2.0.2
8322024-12-11T04:19:14.552Z Compiling slog v2.7.0
8332024-12-11T04:19:14.601Z Compiling openssl-sys v0.9.103
8342024-12-11T04:19:14.796Z Compiling httparse v1.9.4
8352024-12-11T04:19:15.265Z Compiling iana-time-zone v0.1.61
8362024-12-11T04:19:15.644Z Compiling futures-core v0.3.30
8372024-12-11T04:19:15.708Z Compiling const-random-macro v0.1.16
8382024-12-11T04:19:15.853Z Compiling dyn-clone v1.0.17
8392024-12-11T04:19:15.910Z Compiling openssl v0.10.66
8402024-12-11T04:19:15.976Z Compiling futures-sink v0.3.30
8412024-12-11T04:19:16.443Z Compiling typenum v1.17.0
8422024-12-11T04:19:16.488Z Compiling native-tls v0.2.12
8432024-12-11T04:19:16.509Z Compiling const-random v0.1.18
8442024-12-11T04:19:16.611Z Compiling semver v1.0.23
8452024-12-11T04:19:16.652Z Compiling rustls v0.23.13
8462024-12-11T04:19:16.707Z Compiling futures-channel v0.3.30
8472024-12-11T04:19:16.727Z Compiling pin-utils v0.1.0
8482024-12-11T04:19:16.835Z Compiling futures-io v0.3.30
8492024-12-11T04:19:16.863Z Compiling futures-task v0.3.30
8502024-12-11T04:19:16.978Z Compiling generic-array v0.14.7
8512024-12-11T04:19:17.096Z Compiling tracing-core v0.1.32
8522024-12-11T04:19:17.132Z Compiling bitflags v2.6.0
8532024-12-11T04:19:17.175Z Compiling ucd-trie v0.1.6
8542024-12-11T04:19:17.178Z Compiling subtle v2.6.1
8552024-12-11T04:19:17.222Z Compiling aho-corasick v1.1.3
8562024-12-11T04:19:17.355Z Compiling anyhow v1.0.94
8572024-12-11T04:19:17.452Z Compiling regex-syntax v0.8.4
8582024-12-11T04:19:17.643Z Compiling num-conv v0.1.0
8592024-12-11T04:19:17.664Z Compiling time-core v0.1.2
8602024-12-11T04:19:17.930Z Compiling time-macros v0.2.18
8612024-12-11T04:19:18.317Z Compiling serde_derive_internals v0.29.1
8622024-12-11T04:19:18.923Z Compiling spin v0.9.8
8632024-12-11T04:19:19.212Z Compiling rustls-pki-types v1.8.0
8642024-12-11T04:19:20.498Z Compiling usdt-impl v0.5.0
8652024-12-11T04:19:20.561Z Compiling untrusted v0.9.0
8662024-12-11T04:19:20.755Z Compiling omicron-workspace-hack v0.1.0
8672024-12-11T04:19:21.016Z Compiling regex-automata v0.4.7
8682024-12-11T04:19:21.155Z Compiling atomic-waker v1.1.2
8692024-12-11T04:19:21.373Z Compiling plain v0.2.3
8702024-12-11T04:19:21.498Z Compiling tinyvec_macros v0.1.1
8712024-12-11T04:19:21.535Z Compiling strsim v0.11.1
8722024-12-11T04:19:21.599Z Compiling rustversion v1.0.17
8732024-12-11T04:19:22.263Z Compiling tinyvec v1.8.0
8742024-12-11T04:19:23.310Z Compiling rand_core v0.6.4
8752024-12-11T04:19:23.725Z Compiling serde_derive v1.0.216
8762024-12-11T04:19:23.786Z Compiling zerocopy-derive v0.7.35
8772024-12-11T04:19:23.978Z Compiling thiserror-impl v1.0.69
8782024-12-11T04:19:24.290Z Compiling tokio-macros v2.4.0
8792024-12-11T04:19:24.425Z Compiling schemars_derive v0.8.21
8802024-12-11T04:19:25.896Z Compiling futures-macro v0.3.30
8812024-12-11T04:19:25.934Z Compiling zerocopy v0.7.35
8822024-12-11T04:19:27.730Z Compiling openssl-macros v0.1.1
8832024-12-11T04:19:27.806Z Compiling tracing-attributes v0.1.27
8842024-12-11T04:19:27.852Z Compiling futures-util v0.3.30
8852024-12-11T04:19:27.973Z Compiling hashbrown v0.14.5
8862024-12-11T04:19:28.649Z Compiling scroll_derive v0.12.0
8872024-12-11T04:19:28.772Z Compiling pest v2.7.13
8882024-12-11T04:19:29.373Z Compiling regress v0.10.1
8892024-12-11T04:19:30.089Z Compiling regex v1.10.6
8902024-12-11T04:19:30.895Z Compiling scroll v0.12.0
8912024-12-11T04:19:31.208Z Compiling tracing v0.1.40
8922024-12-11T04:19:31.699Z Compiling pest_meta v2.7.13
8932024-12-11T04:19:31.924Z Compiling goblin v0.8.2
8942024-12-11T04:19:34.094Z Compiling pest_generator v2.7.13
8952024-12-11T04:19:34.670Z Compiling rustls-webpki v0.102.8
8962024-12-11T04:19:35.803Z Compiling zeroize v1.8.1
8972024-12-11T04:19:35.899Z Compiling pest_derive v2.7.13
8982024-12-11T04:19:36.427Z Compiling percent-encoding v2.3.1
8992024-12-11T04:19:36.834Z Compiling unsafe-libyaml v0.2.11
9002024-12-11T04:19:36.894Z Compiling try-lock v0.2.5
9012024-12-11T04:19:37.090Z Compiling pretty-hex v0.4.1
9022024-12-11T04:19:37.306Z Compiling want v0.3.1
9032024-12-11T04:19:37.610Z Compiling bytes v1.7.2
9042024-12-11T04:19:38.748Z Compiling smallvec v1.13.2
9052024-12-11T04:19:38.814Z Compiling indexmap v2.5.0
9062024-12-11T04:19:39.018Z Compiling chrono v0.4.38
9072024-12-11T04:19:39.620Z Compiling uuid v1.11.0
9082024-12-11T04:19:40.102Z Compiling parking_lot v0.12.3
9092024-12-11T04:19:40.257Z Compiling serde_tokenstream v0.2.2
9102024-12-11T04:19:40.835Z Compiling tokio v1.42.0
9112024-12-11T04:19:40.855Z Compiling http v1.2.0
9122024-12-11T04:19:44.497Z Compiling openapiv3 v2.0.0
9132024-12-11T04:19:44.666Z Compiling ipnetwork v0.20.0
9142024-12-11T04:19:47.286Z Compiling typify-impl v0.2.0
9152024-12-11T04:19:47.347Z Compiling http-body v1.0.1
9162024-12-11T04:19:47.618Z Compiling serde_yaml v0.9.34+deprecated
9172024-12-11T04:19:48.638Z Compiling dof v0.3.0
9182024-12-11T04:19:48.805Z Compiling dtrace-parser v0.2.0
9192024-12-11T04:19:48.937Z Compiling form_urlencoded v1.2.1
9202024-12-11T04:19:49.463Z Compiling unicode-normalization v0.1.24
9212024-12-11T04:19:50.681Z Compiling tokio-util v0.7.12
9222024-12-11T04:19:50.794Z Compiling thread-id v4.2.2
9232024-12-11T04:19:50.916Z Compiling camino v1.1.9
9242024-12-11T04:19:51.316Z Compiling httpdate v1.0.3
9252024-12-11T04:19:51.550Z Compiling ident_case v1.0.1
9262024-12-11T04:19:51.602Z Compiling foreign-types-shared v0.1.1
9272024-12-11T04:19:51.718Z Compiling h2 v0.4.6
9282024-12-11T04:19:51.738Z Compiling syn v1.0.109
9292024-12-11T04:19:52.084Z Compiling rustls v0.22.4
9302024-12-11T04:19:52.109Z Compiling unicode-bidi v0.3.15
9312024-12-11T04:19:52.406Z Compiling foreign-types v0.3.2
9322024-12-11T04:19:52.426Z Compiling darling_core v0.20.10
9332024-12-11T04:19:52.714Z Compiling ppv-lite86 v0.2.20
9342024-12-11T04:19:54.120Z Compiling slog-async v2.8.0
9352024-12-11T04:19:54.886Z Compiling tower-service v0.3.3
9362024-12-11T04:19:55.627Z Compiling rand_chacha v0.3.1
9372024-12-11T04:19:55.697Z Compiling idna v0.5.0
9382024-12-11T04:19:57.344Z Compiling hyper v1.5.1
9392024-12-11T04:19:58.657Z Compiling darling_macro v0.20.10
9402024-12-11T04:19:59.295Z Compiling typify-macro v0.2.0
9412024-12-11T04:19:59.712Z Compiling toml_datetime v0.6.8
9422024-12-11T04:20:00.184Z Compiling hyper-util v0.1.10
9432024-12-11T04:20:03.298Z Compiling typify v0.2.0
9442024-12-11T04:20:03.447Z Compiling progenitor-impl v0.8.0
9452024-12-11T04:20:06.506Z Compiling multer v3.1.0
9462024-12-11T04:20:06.861Z Compiling paste v1.0.15
9472024-12-11T04:20:08.006Z Compiling openssl-probe v0.1.5
9482024-12-11T04:20:10.095Z Compiling progenitor-macro v0.8.0
9492024-12-11T04:20:12.235Z Compiling darling v0.20.10
9502024-12-11T04:20:12.290Z Compiling url v2.5.2
9512024-12-11T04:20:12.363Z Compiling rand v0.8.5
9522024-12-11T04:20:14.989Z Compiling usdt-attr-macro v0.5.0
9532024-12-11T04:20:16.669Z Compiling usdt-macro v0.5.0
9542024-12-11T04:20:17.770Z Compiling http-body-util v0.1.2
9552024-12-11T04:20:18.225Z Compiling async-trait v0.1.83
9562024-12-11T04:20:19.629Z Compiling encoding_rs v0.8.34
9572024-12-11T04:20:20.064Z Compiling mime v0.3.17
9582024-12-11T04:20:20.228Z Compiling base64 v0.22.1
9592024-12-11T04:20:20.709Z Compiling ipnet v2.10.0
9602024-12-11T04:20:21.147Z Compiling rustls-pemfile v2.1.3
9612024-12-11T04:20:23.546Z Compiling tokio-rustls v0.26.0
9622024-12-11T04:20:23.952Z Compiling serde_with_macros v3.9.0
9632024-12-11T04:20:24.607Z Compiling tokio-native-tls v0.3.1
9642024-12-11T04:20:24.933Z Compiling strum_macros v0.26.4
9652024-12-11T04:20:25.177Z Compiling serde_urlencoded v0.7.1
9662024-12-11T04:20:26.408Z Compiling structmeta-derive v0.3.0
9672024-12-11T04:20:26.692Z Compiling async-stream-impl v0.3.5
9682024-12-11T04:20:28.085Z Compiling webpki-roots v0.26.6
9692024-12-11T04:20:28.319Z Compiling dropshot v0.12.0
9702024-12-11T04:20:29.049Z Compiling crossbeam-utils v0.8.20
9712024-12-11T04:20:29.562Z Compiling powerfmt v0.2.0
9722024-12-11T04:20:29.992Z Compiling deranged v0.3.11
9732024-12-11T04:20:30.057Z Compiling structmeta v0.3.0
9742024-12-11T04:20:30.271Z Compiling hyper-rustls v0.27.3
9752024-12-11T04:20:30.441Z Compiling hyper-tls v0.6.0
9762024-12-11T04:20:31.667Z Compiling sync_wrapper v1.0.1
9772024-12-11T04:20:32.279Z Compiling winnow v0.6.18
9782024-12-11T04:20:34.742Z Compiling num_threads v0.1.7
9792024-12-11T04:20:35.048Z Compiling time v0.3.36
9802024-12-11T04:20:36.779Z Compiling reqwest v0.12.9
9812024-12-11T04:20:37.062Z Compiling parse-display-derive v0.10.0
9822024-12-11T04:20:39.102Z Compiling crypto-common v0.1.6
9832024-12-11T04:20:39.340Z Compiling block-buffer v0.10.4
9842024-12-11T04:20:39.588Z Compiling dropshot_endpoint v0.12.0
9852024-12-11T04:20:41.280Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-11T04:20:43.338Z Compiling digest v0.10.7
9872024-12-11T04:20:43.802Z Compiling progenitor-client v0.8.0
9882024-12-11T04:20:44.688Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-11T04:20:46.722Z Compiling dirs-sys-next v0.1.2
9902024-12-11T04:20:47.756Z Compiling rustix v0.38.37
9912024-12-11T04:20:48.141Z Compiling match_cfg v0.1.0
9922024-12-11T04:20:48.250Z Compiling lazy_static v1.5.0
9932024-12-11T04:20:48.599Z Compiling hostname v0.3.1
9942024-12-11T04:20:48.619Z Compiling dirs-next v2.0.0
9952024-12-11T04:20:48.856Z Compiling progenitor v0.8.0
9962024-12-11T04:20:49.209Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-11T04:20:51.286Z Compiling futures-executor v0.3.30
9982024-12-11T04:20:52.263Z Compiling thread_local v1.1.8
9992024-12-11T04:20:52.315Z Compiling errno v0.3.9
10002024-12-11T04:20:52.925Z Compiling instant v0.1.13
10012024-12-11T04:20:53.100Z Compiling unicode-width v0.1.14
10022024-12-11T04:20:53.877Z Compiling cpufeatures v0.2.14
10032024-12-11T04:20:55.604Z Compiling futures v0.3.30
10042024-12-11T04:20:57.134Z Compiling term v0.7.0
10052024-12-11T04:20:57.684Z Compiling crossbeam-channel v0.5.13
10062024-12-11T04:21:00.109Z Compiling serde_spanned v0.6.7
10072024-12-11T04:21:00.306Z Compiling is-terminal v0.4.13
10082024-12-11T04:21:00.358Z Compiling memmap v0.7.0
10092024-12-11T04:21:00.748Z Compiling take_mut v0.2.2
10102024-12-11T04:21:01.209Z Compiling usdt v0.5.0
10112024-12-11T04:21:01.450Z Compiling slog-term v2.9.1
10122024-12-11T04:21:02.670Z Compiling toml_edit v0.22.21
10132024-12-11T04:21:04.110Z Compiling slog-json v2.6.1
10142024-12-11T04:21:04.558Z Compiling strum v0.26.3
10152024-12-11T04:21:04.760Z Compiling serde_with v3.9.0
10162024-12-11T04:21:07.082Z Compiling debug-ignore v1.0.5
10172024-12-11T04:21:07.246Z Compiling heapless v0.8.0
10182024-12-11T04:21:09.080Z Compiling tokio-rustls v0.25.0
10192024-12-11T04:21:10.282Z Compiling toml v0.8.19
10202024-12-11T04:21:12.118Z Compiling slog-bunyan v2.5.0
10212024-12-11T04:21:12.137Z Compiling sha1 v0.10.6
10222024-12-11T04:21:12.530Z Compiling async-stream v0.3.5
10232024-12-11T04:21:12.830Z Compiling newtype-uuid v1.1.0
10242024-12-11T04:21:12.911Z Compiling serde_path_to_error v0.1.16
10252024-12-11T04:21:13.174Z Compiling hex v0.4.3
10262024-12-11T04:21:13.793Z Compiling waitgroup v0.1.2
10272024-12-11T04:21:13.967Z Compiling hostname v0.4.0
10282024-12-11T04:21:13.987Z Compiling hash32 v0.3.1
10292024-12-11T04:21:14.240Z Compiling stable_deref_trait v1.2.0
10302024-12-11T04:21:14.262Z Compiling smoltcp v0.11.0
10312024-12-11T04:21:17.019Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-11T04:21:17.208Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-11T04:21:17.578Z Compiling backoff v0.4.0
10342024-12-11T04:21:17.809Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-11T04:21:17.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-11T04:21:18.182Z Compiling parse-display v0.10.0
10372024-12-11T04:21:20.174Z Compiling macaddr v1.0.1
10382024-12-11T04:21:20.582Z Compiling regress v0.9.1
10392024-12-11T04:21:20.798Z Compiling clap_derive v4.5.18
10402024-12-11T04:21:24.400Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10412024-12-11T04:21:24.797Z Compiling bitflags v1.3.2
10422024-12-11T04:21:24.915Z Compiling winnow v0.5.40
10432024-12-11T04:21:25.433Z Compiling managed v0.8.0
10442024-12-11T04:21:25.604Z Compiling utf8parse v0.2.2
10452024-12-11T04:21:25.777Z Compiling cobs v0.2.3
10462024-12-11T04:21:26.218Z Compiling postcard v1.0.10
10472024-12-11T04:21:26.966Z Compiling anstyle-parse v0.2.5
10482024-12-11T04:21:27.417Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-11T04:21:28.904Z Compiling toml_edit v0.19.15
10502024-12-11T04:21:33.957Z Compiling anstyle-query v1.1.1
10512024-12-11T04:21:34.747Z Compiling colorchoice v1.0.2
10522024-12-11T04:21:35.098Z Compiling anstyle v1.0.10
10532024-12-11T04:21:35.177Z Compiling is_terminal_polyfill v1.70.1
10542024-12-11T04:21:35.956Z Compiling anstream v0.6.15
10552024-12-11T04:21:37.075Z Compiling proc-macro-crate v1.3.1
10562024-12-11T04:21:37.510Z Compiling terminal_size v0.4.0
10572024-12-11T04:21:37.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-12-11T04:21:37.882Z Compiling clap_lex v0.7.4
10592024-12-11T04:21:38.111Z Compiling num_enum_derive v0.5.11
10602024-12-11T04:21:38.521Z Compiling clap_builder v4.5.23
10612024-12-11T04:21:39.765Z Compiling tabwriter v1.4.0
10622024-12-11T04:21:40.532Z Compiling foreign-types-macros v0.2.3
10632024-12-11T04:21:40.610Z Compiling num-integer v0.1.46
10642024-12-11T04:21:41.405Z Compiling foreign-types-shared v0.3.1
10652024-12-11T04:21:41.689Z Compiling num_enum v0.5.11
10662024-12-11T04:21:41.900Z Compiling foreign-types v0.5.0
10672024-12-11T04:21:42.517Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10682024-12-11T04:21:42.765Z Compiling clap v4.5.23
10692024-12-11T04:21:42.975Z Compiling cstr-argument v0.1.2
10702024-12-11T04:21:43.238Z Compiling proc-macro-error-attr v1.0.4
10712024-12-11T04:21:43.465Z Compiling either v1.13.0
10722024-12-11T04:21:43.775Z Compiling pretty-hex v0.2.1
10732024-12-11T04:21:43.940Z Compiling prettyplease v0.2.22
10742024-12-11T04:21:44.106Z Compiling heck v0.4.1
10752024-12-11T04:21:44.305Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-11T04:21:44.605Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-11T04:21:44.796Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-11T04:21:46.045Z Compiling num-iter v0.1.45
10792024-12-11T04:21:46.088Z Compiling num-rational v0.4.2
10802024-12-11T04:21:46.631Z Compiling colored v2.1.0
10812024-12-11T04:21:48.350Z Compiling num-complex v0.4.6
10822024-12-11T04:21:48.949Z Compiling proc-macro-error v1.0.4
10832024-12-11T04:21:49.021Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-11T04:21:49.315Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-12-11T04:21:49.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10862024-12-11T04:21:49.544Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10872024-12-11T04:21:49.803Z Compiling fastrand v2.1.1
10882024-12-11T04:21:50.333Z Compiling tempfile v3.12.0
10892024-12-11T04:21:50.939Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-12-11T04:21:51.135Z Compiling num v0.4.3
10912024-12-11T04:21:54.652Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-11T04:21:55.198Z Compiling float-ord v0.3.2
10932024-12-11T04:21:55.418Z Compiling crucible-workspace-hack v0.1.0
10942024-12-11T04:21:55.475Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-11T04:22:03.152Z Compiling semver v0.1.20
10962024-12-11T04:22:03.308Z Compiling unicode-segmentation v1.12.0
10972024-12-11T04:22:03.715Z Compiling rustc_version v0.1.7
10982024-12-11T04:22:04.144Z Compiling newline-converter v0.3.0
10992024-12-11T04:22:04.280Z Compiling zone_cfg_derive v0.3.0
11002024-12-11T04:22:04.466Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-11T04:22:04.542Z Compiling camino-tempfile v1.1.1
11022024-12-11T04:22:05.111Z Compiling itertools v0.10.5
11032024-12-11T04:22:05.322Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-11T04:22:05.758Z Compiling console v0.15.8
11052024-12-11T04:22:05.795Z Compiling num-derive v0.4.2
11062024-12-11T04:22:07.380Z Compiling sigpipe v0.1.3
11072024-12-11T04:22:07.525Z Compiling similar v2.6.0
11082024-12-11T04:22:08.244Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-12-11T04:22:08.409Z Compiling base64ct v1.6.0
11102024-12-11T04:22:08.762Z Compiling expectorate v1.1.0
11112024-12-11T04:22:08.781Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11122024-12-11T04:22:08.955Z Compiling password-hash v0.5.0
11132024-12-11T04:22:09.085Z Compiling zone v0.3.0
11142024-12-11T04:22:10.372Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-11T04:22:11.074Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-11T04:22:11.113Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-11T04:22:12.461Z Compiling newtype_derive v0.1.6
11182024-12-11T04:22:12.855Z Compiling blake2 v0.10.6
11192024-12-11T04:22:13.619Z Compiling hubpack_derive v0.1.1
11202024-12-11T04:22:13.833Z Compiling smf v0.2.3
11212024-12-11T04:22:14.058Z Compiling zerocopy-derive v0.6.6
11222024-12-11T04:22:14.366Z Compiling whoami v1.5.2
11232024-12-11T04:22:14.568Z Compiling cancel-safe-futures v0.1.5
11242024-12-11T04:22:14.850Z Compiling owo-colors v4.1.0
11252024-12-11T04:22:14.882Z Compiling fixedbitset v0.4.2
11262024-12-11T04:22:15.229Z Compiling petgraph v0.6.5
11272024-12-11T04:22:15.297Z Compiling hubpack v0.1.2
11282024-12-11T04:22:15.530Z Compiling argon2 v0.5.3
11292024-12-11T04:22:16.122Z Compiling zerocopy v0.6.6
11302024-12-11T04:22:17.214Z Compiling strum_macros v0.25.3
11312024-12-11T04:22:18.004Z Compiling serde-big-array v0.5.1
11322024-12-11T04:22:18.275Z Compiling serde_repr v0.1.19
11332024-12-11T04:22:19.470Z Compiling cookie v0.18.1
11342024-12-11T04:22:19.824Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11352024-12-11T04:22:19.844Z Compiling static_assertions v1.1.0
11362024-12-11T04:22:19.861Z Compiling convert_case v0.4.0
11372024-12-11T04:22:20.024Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-11T04:22:20.654Z Compiling derive_more v0.99.18
11392024-12-11T04:22:21.017Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11402024-12-11T04:22:22.557Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-11T04:22:23.208Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-11T04:22:23.803Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-11T04:22:25.564Z Compiling atomicwrites v0.4.4
11442024-12-11T04:22:26.079Z Compiling itertools v0.13.0
11452024-12-11T04:22:27.447Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-11T04:22:28.596Z Compiling idna v0.4.0
11472024-12-11T04:22:28.952Z Compiling libsw v3.3.1
11482024-12-11T04:22:29.305Z Compiling enum-as-inner v0.6.1
11492024-12-11T04:22:30.004Z Compiling derive-where v1.2.7
11502024-12-11T04:22:30.138Z Compiling linked-hash-map v0.5.6
11512024-12-11T04:22:30.177Z Compiling swrite v0.1.0
11522024-12-11T04:22:30.311Z Compiling indent_write v2.2.0
11532024-12-11T04:22:30.453Z Compiling data-encoding v2.6.0
11542024-12-11T04:22:30.542Z Compiling linear-map v1.2.0
11552024-12-11T04:22:30.542Z Compiling quick-error v1.2.3
11562024-12-11T04:22:30.723Z Compiling highway v1.2.0
11572024-12-11T04:22:30.981Z Compiling resolv-conf v0.7.0
11582024-12-11T04:22:32.190Z Compiling hickory-proto v0.24.1
11592024-12-11T04:22:32.457Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-12-11T04:22:32.583Z Compiling lru-cache v0.1.2
11612024-12-11T04:22:32.803Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-11T04:22:33.396Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-11T04:22:36.195Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-11T04:22:36.620Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-11T04:22:37.476Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-11T04:22:37.679Z Compiling steno v0.4.1
11672024-12-11T04:22:41.634Z Compiling slog-dtrace v0.3.0
11682024-12-11T04:22:42.001Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-11T04:22:42.178Z Compiling parking_lot_core v0.8.6
11702024-12-11T04:22:42.368Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712024-12-11T04:22:42.533Z Compiling humantime v2.1.0
11722024-12-11T04:22:42.674Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-11T04:22:43.380Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-12-11T04:22:43.631Z Compiling hickory-resolver v0.24.1
11752024-12-11T04:22:45.045Z Compiling num-derive v0.3.3
11762024-12-11T04:22:45.962Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-11T04:22:46.964Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-11T04:22:47.317Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11792024-12-11T04:22:47.363Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-11T04:22:48.349Z Compiling parking_lot v0.11.2
11812024-12-11T04:22:48.974Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-11T04:22:50.333Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-12-11T04:22:50.494Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-11T04:22:52.878Z Compiling crossbeam-epoch v0.9.18
11852024-12-11T04:22:53.240Z Compiling fxhash v0.2.1
11862024-12-11T04:22:53.473Z Compiling crc32fast v1.4.2
11872024-12-11T04:22:53.989Z Compiling arc-swap v1.7.1
11882024-12-11T04:22:54.009Z Compiling crc8 v0.1.1
11892024-12-11T04:22:55.350Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11902024-12-11T04:22:55.386Z Compiling slog-scope v4.4.0
11912024-12-11T04:22:55.501Z Compiling sled v0.34.7
11922024-12-11T04:22:59.290Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-11T04:23:00.790Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-11T04:23:00.817Z Compiling slog-stdlog v4.1.1
11952024-12-11T04:23:01.574Z Compiling slog-envlogger v2.2.0
11962024-12-11T04:23:03.210Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11972024-12-11T04:23:03.639Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-11T04:23:14.446Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-11T04:23:21.277Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-11T04:23:22.792Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-11T04:23:50.801Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12022024-12-11T04:23:50.801Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-12-11T04:23:58.150Z Finished `release` profile [optimized] target(s) in 5m 11s
12042024-12-11T04:23:58.335Z+ banner trio
12052024-12-11T04:23:58.337Z
12062024-12-11T04:23:58.337Z ##### ##### # ####
12072024-12-11T04:23:58.337Z # # # # # #
12082024-12-11T04:23:58.337Z # # # # # #
12092024-12-11T04:23:58.337Z # ##### # # #
12102024-12-11T04:23:58.337Z # # # # # #
12112024-12-11T04:23:58.337Z # # # # ####
12122024-12-11T04:23:58.337Z
12132024-12-11T04:23:58.337Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
12142024-12-11T04:23:58.807Z Compiling cfg-if v1.0.0
12152024-12-11T04:23:58.807Z Compiling libc v0.2.167
12162024-12-11T04:23:58.858Z Compiling serde v1.0.216
12172024-12-11T04:23:58.858Z Compiling once_cell v1.20.2
12182024-12-11T04:23:58.858Z Compiling itoa v1.0.11
12192024-12-11T04:23:58.858Z Compiling byteorder v1.5.0
12202024-12-11T04:23:58.883Z Compiling syn v2.0.87
12212024-12-11T04:23:58.890Z Compiling bytes v1.7.2
12222024-12-11T04:23:58.936Z Compiling num-traits v0.2.19
12232024-12-11T04:23:59.085Z Compiling zerocopy v0.7.35
12242024-12-11T04:23:59.247Z Compiling pin-project-lite v0.2.14
12252024-12-11T04:23:59.262Z Compiling ahash v0.8.11
12262024-12-11T04:23:59.303Z Compiling allocator-api2 v0.2.18
12272024-12-11T04:23:59.317Z Compiling smallvec v1.13.2
12282024-12-11T04:23:59.364Z Compiling scopeguard v1.2.0
12292024-12-11T04:23:59.498Z Compiling schemars v0.8.21
12302024-12-11T04:23:59.507Z Compiling memchr v2.7.4
12312024-12-11T04:23:59.792Z Compiling lock_api v0.4.12
12322024-12-11T04:24:00.165Z Compiling fnv v1.0.7
12332024-12-11T04:24:00.261Z Compiling hashbrown v0.14.5
12342024-12-11T04:24:00.271Z Compiling log v0.4.22
12352024-12-11T04:24:00.305Z Compiling futures-core v0.3.30
12362024-12-11T04:24:00.475Z Compiling getrandom v0.2.15
12372024-12-11T04:24:00.559Z Compiling parking_lot_core v0.9.10
12382024-12-11T04:24:00.775Z Compiling mio v1.0.2
12392024-12-11T04:24:00.792Z Compiling signal-hook-registry v1.4.2
12402024-12-11T04:24:00.825Z Compiling socket2 v0.5.8
12412024-12-11T04:24:01.331Z Compiling parking_lot v0.12.3
12422024-12-11T04:24:01.628Z Compiling ryu v1.0.18
12432024-12-11T04:24:01.758Z Compiling equivalent v1.0.1
12442024-12-11T04:24:02.206Z Compiling tracing-core v0.1.32
12452024-12-11T04:24:02.323Z Compiling serde_json v1.0.133
12462024-12-11T04:24:02.348Z Compiling uuid v1.11.0
12472024-12-11T04:24:02.358Z Compiling regress v0.10.1
12482024-12-11T04:24:02.523Z Compiling futures-sink v0.3.30
12492024-12-11T04:24:02.575Z Compiling pin-utils v0.1.0
12502024-12-11T04:24:02.673Z Compiling untrusted v0.9.0
12512024-12-11T04:24:02.676Z Compiling futures-task v0.3.30
12522024-12-11T04:24:02.866Z Compiling spin v0.9.8
12532024-12-11T04:24:02.878Z Compiling futures-util v0.3.30
12542024-12-11T04:24:02.914Z Compiling slab v0.4.9
12552024-12-11T04:24:03.067Z Compiling ring v0.17.8
12562024-12-11T04:24:03.441Z Compiling try-lock v0.2.5
12572024-12-11T04:24:03.594Z Compiling chrono v0.4.38
12582024-12-11T04:24:03.670Z Compiling want v0.3.1
12592024-12-11T04:24:03.973Z Compiling httparse v1.9.4
12602024-12-11T04:24:04.635Z Compiling futures-channel v0.3.30
12612024-12-11T04:24:05.048Z Compiling tower-service v0.3.3
12622024-12-11T04:24:05.091Z Compiling foreign-types-shared v0.1.1
12632024-12-11T04:24:05.176Z Compiling dyn-clone v1.0.17
12642024-12-11T04:24:05.200Z Compiling foreign-types v0.3.2
12652024-12-11T04:24:05.392Z Compiling openssl-sys v0.9.103
12662024-12-11T04:24:05.601Z Compiling serde_derive_internals v0.29.1
12672024-12-11T04:24:05.612Z Compiling unicode-ident v1.0.13
12682024-12-11T04:24:05.806Z Compiling bitflags v2.6.0
12692024-12-11T04:24:05.907Z Compiling proc-macro2 v1.0.86
12702024-12-11T04:24:06.172Z Compiling http v1.2.0
12712024-12-11T04:24:06.884Z Compiling openssl-probe v0.1.5
12722024-12-11T04:24:07.118Z Compiling tinyvec_macros v0.1.1
12732024-12-11T04:24:07.211Z Compiling semver v1.0.23
12742024-12-11T04:24:07.415Z Compiling tinyvec v1.8.0
12752024-12-11T04:24:07.782Z Compiling quote v1.0.37
12762024-12-11T04:24:07.880Z Compiling percent-encoding v2.3.1
12772024-12-11T04:24:09.160Z Compiling unicode-normalization v0.1.24
12782024-12-11T04:24:09.758Z Compiling form_urlencoded v1.2.1
12792024-12-11T04:24:10.255Z Compiling aho-corasick v1.1.3
12802024-12-11T04:24:10.483Z Compiling http v0.2.12
12812024-12-11T04:24:10.706Z Compiling unicode-bidi v0.3.15
12822024-12-11T04:24:10.949Z Compiling heck v0.5.0
12832024-12-11T04:24:11.257Z Compiling serde_derive v1.0.216
12842024-12-11T04:24:11.313Z Compiling zerocopy-derive v0.7.35
12852024-12-11T04:24:11.384Z Compiling thiserror-impl v1.0.69
12862024-12-11T04:24:12.277Z Compiling schemars_derive v0.8.21
12872024-12-11T04:24:13.708Z Compiling tokio-macros v2.4.0
12882024-12-11T04:24:14.498Z Compiling tracing-attributes v0.1.27
12892024-12-11T04:24:14.648Z Compiling thiserror v1.0.69
12902024-12-11T04:24:14.948Z Compiling openssl-macros v0.1.1
12912024-12-11T04:24:15.347Z Compiling rustls-pki-types v1.8.0
12922024-12-11T04:24:15.398Z Compiling tokio v1.42.0
12932024-12-11T04:24:15.827Z Compiling openssl v0.10.66
12942024-12-11T04:24:16.594Z Compiling regex-automata v0.4.7
12952024-12-11T04:24:16.673Z Compiling idna v0.5.0
12962024-12-11T04:24:17.859Z Compiling tracing v0.1.40
12972024-12-11T04:24:18.514Z Compiling http-body v1.0.1
12982024-12-11T04:24:24.362Z Compiling native-tls v0.2.12
12992024-12-11T04:24:25.466Z Compiling tokio-util v0.7.12
13002024-12-11T04:24:26.029Z Compiling indexmap v2.5.0
13012024-12-11T04:24:28.485Z Compiling serde_tokenstream v0.2.2
13022024-12-11T04:24:29.318Z Compiling tokio-native-tls v0.3.1
13032024-12-11T04:24:29.622Z Compiling slog v2.7.0
13042024-12-11T04:24:30.341Z Compiling atomic-waker v1.1.2
13052024-12-11T04:24:30.472Z Compiling regex-syntax v0.8.4
13062024-12-11T04:24:30.522Z Compiling h2 v0.4.6
13072024-12-11T04:24:32.551Z Compiling typify-impl v0.2.0
13082024-12-11T04:24:33.418Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-12-11T04:24:33.626Z Compiling openapiv3 v2.0.0
13102024-12-11T04:24:42.786Z Compiling serde_urlencoded v0.7.1
13112024-12-11T04:24:43.388Z Compiling regex v1.10.6
13122024-12-11T04:24:44.387Z Compiling url v2.5.2
13132024-12-11T04:24:44.686Z Compiling encoding_rs v0.8.34
13142024-12-11T04:24:45.459Z Compiling rustls v0.21.12
13152024-12-11T04:24:45.787Z Compiling mime v0.3.17
13162024-12-11T04:24:46.208Z Compiling ipnet v2.10.0
13172024-12-11T04:24:46.956Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-12-11T04:24:48.420Z Compiling typify-macro v0.2.0
13192024-12-11T04:24:49.984Z Compiling hyper v1.5.1
13202024-12-11T04:24:51.826Z Compiling h2 v0.3.26
13212024-12-11T04:24:51.838Z Compiling rustls-webpki v0.102.8
13222024-12-11T04:24:52.241Z Compiling http-body v0.4.6
13232024-12-11T04:24:52.771Z Compiling sct v0.7.1
13242024-12-11T04:24:52.966Z Compiling rustls-webpki v0.101.7
13252024-12-11T04:24:53.237Z Compiling toml_datetime v0.6.8
13262024-12-11T04:24:53.639Z Compiling subtle v2.6.1
13272024-12-11T04:24:53.928Z Compiling zeroize v1.8.1
13282024-12-11T04:24:54.287Z Compiling httpdate v1.0.3
13292024-12-11T04:24:55.039Z Compiling rustls v0.23.13
13302024-12-11T04:24:56.485Z Compiling serde_yaml v0.9.34+deprecated
13312024-12-11T04:24:57.088Z Compiling toml_edit v0.19.15
13322024-12-11T04:25:00.257Z Compiling hyper v0.14.30
13332024-12-11T04:25:00.291Z Compiling hyper-util v0.1.10
13342024-12-11T04:25:06.445Z Compiling lazy_static v1.5.0
13352024-12-11T04:25:06.590Z Compiling tokio-rustls v0.26.0
13362024-12-11T04:25:07.071Z Compiling tokio-rustls v0.24.1
13372024-12-11T04:25:07.511Z Compiling proc-macro-crate v1.3.1
13382024-12-11T04:25:07.671Z Compiling http-body-util v0.1.2
13392024-12-11T04:25:07.782Z Compiling webpki-roots v0.26.6
13402024-12-11T04:25:07.997Z Compiling base64 v0.21.7
13412024-12-11T04:25:08.223Z Compiling base64 v0.22.1
13422024-12-11T04:25:08.340Z Compiling crossbeam-utils v0.8.20
13432024-12-11T04:25:08.358Z Compiling num_enum_derive v0.5.11
13442024-12-11T04:25:08.719Z Compiling rustls-pemfile v1.0.4
13452024-12-11T04:25:09.136Z Compiling rustls-pemfile v2.1.3
13462024-12-11T04:25:09.341Z Compiling hyper-tls v0.6.0
13472024-12-11T04:25:09.515Z Compiling hyper-rustls v0.27.3
13482024-12-11T04:25:09.862Z Compiling hyper-rustls v0.24.2
13492024-12-11T04:25:09.916Z Compiling hyper-tls v0.5.0
13502024-12-11T04:25:10.032Z Compiling typify v0.2.0
13512024-12-11T04:25:10.163Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-12-11T04:25:10.418Z Compiling ipnetwork v0.20.0
13532024-12-11T04:25:11.415Z Compiling ppv-lite86 v0.2.20
13542024-12-11T04:25:12.352Z Compiling foreign-types-macros v0.2.3
13552024-12-11T04:25:13.101Z Compiling rand_core v0.6.4
13562024-12-11T04:25:13.513Z Compiling sync_wrapper v1.0.1
13572024-12-11T04:25:13.571Z Compiling dirs-sys-next v0.1.2
13582024-12-11T04:25:13.662Z Compiling foreign-types-shared v0.3.1
13592024-12-11T04:25:13.721Z Compiling sync_wrapper v0.1.2
13602024-12-11T04:25:13.783Z Compiling powerfmt v0.2.0
13612024-12-11T04:25:13.856Z Compiling webpki-roots v0.25.4
13622024-12-11T04:25:14.023Z Compiling time-macros v0.2.18
13632024-12-11T04:25:14.267Z Compiling deranged v0.3.11
13642024-12-11T04:25:14.661Z Compiling reqwest v0.11.27
13652024-12-11T04:25:14.710Z Compiling dirs-next v2.0.0
13662024-12-11T04:25:14.994Z Compiling foreign-types v0.5.0
13672024-12-11T04:25:15.098Z Compiling reqwest v0.12.9
13682024-12-11T04:25:16.885Z Compiling rand_chacha v0.3.1
13692024-12-11T04:25:17.084Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13702024-12-11T04:25:18.619Z Compiling progenitor-impl v0.8.0
13712024-12-11T04:25:23.843Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13722024-12-11T04:25:24.124Z Compiling num_enum v0.5.11
13732024-12-11T04:25:24.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-11T04:25:25.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-11T04:25:25.616Z Compiling cstr-argument v0.1.2
13762024-12-11T04:25:25.883Z Compiling thread_local v1.1.8
13772024-12-11T04:25:26.347Z Compiling num-conv v0.1.0
13782024-12-11T04:25:26.615Z Compiling either v1.13.0
13792024-12-11T04:25:26.631Z Compiling pretty-hex v0.2.1
13802024-12-11T04:25:26.845Z Compiling time-core v0.1.2
13812024-12-11T04:25:27.027Z Compiling arc-swap v1.7.1
13822024-12-11T04:25:27.088Z Compiling itertools v0.12.1
13832024-12-11T04:25:27.757Z Compiling slog-scope v4.4.0
13842024-12-11T04:25:28.677Z Compiling time v0.3.36
13852024-12-11T04:25:28.706Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13862024-12-11T04:25:30.214Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13872024-12-11T04:25:30.608Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-11T04:25:30.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-11T04:25:31.146Z Compiling progenitor-macro v0.8.0
13902024-12-11T04:25:31.515Z Compiling crossbeam-channel v0.5.13
13912024-12-11T04:25:33.120Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-11T04:25:37.738Z Compiling rand v0.8.5
13932024-12-11T04:25:39.644Z Compiling progenitor-client v0.8.0
13942024-12-11T04:25:44.328Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13952024-12-11T04:25:46.293Z Compiling term v0.7.0
13962024-12-11T04:25:46.304Z Compiling anyhow v1.0.94
13972024-12-11T04:25:47.818Z Compiling colored v2.1.0
13982024-12-11T04:25:49.054Z Compiling is-terminal v0.4.13
13992024-12-11T04:25:49.187Z Compiling winnow v0.6.18
14002024-12-11T04:25:50.921Z Compiling take_mut v0.2.2
14012024-12-11T04:25:51.090Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14022024-12-11T04:25:51.449Z Compiling slog-async v2.8.0
14032024-12-11T04:25:53.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-12-11T04:25:54.470Z Compiling slog-term v2.9.1
14052024-12-11T04:25:57.336Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14062024-12-11T04:25:57.563Z Compiling progenitor v0.8.0
14072024-12-11T04:25:57.791Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-11T04:25:59.732Z Compiling slog-stdlog v4.1.1
14092024-12-11T04:26:00.579Z Compiling slog-envlogger v2.2.0
14102024-12-11T04:26:01.542Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-11T04:26:02.830Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-11T04:26:15.994Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-11T04:26:23.416Z Finished `release` profile [optimized] target(s) in 2m 24s
14142024-12-11T04:26:23.499Z Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153)
14152024-12-11T04:26:23.547Z
14162024-12-11T04:26:23.547Zrunning 1 test
14172024-12-11T04:26:23.708Zconfigure zone
14182024-12-11T04:26:23.723Zinstall zone
14192024-12-11T04:27:23.578Ztest ddm::test_trio_v3 has been running for over 60 seconds
14202024-12-11T04:28:35.153Zboot zone
14212024-12-11T04:28:35.942Zstart zone s1
14222024-12-11T04:28:35.942Zconfigure zone
14232024-12-11T04:28:35.950Zinstall zone
14242024-12-11T04:30:28.330Zboot zone
14252024-12-11T04:30:29.115Zstart zone s2
14262024-12-11T04:30:29.115Zconfigure zone
14272024-12-11T04:30:29.123Zinstall zone
14282024-12-11T04:32:23.713Zboot zone
14292024-12-11T04:32:24.575Zstart zone t1
14302024-12-11T04:32:24.575Zconfigure zone
14312024-12-11T04:32:24.583Zinstall zone
14322024-12-11T04:34:17.480Zboot zone
14332024-12-11T04:34:18.288Zwaiting for zones to come up
14342024-12-11T04:34:28.293Z[sidecar.trio] svcs milestone/network
14352024-12-11T04:34:28.326ZSTATE STIME FMRI
14362024-12-11T04:34:28.326Zonline 20:28:53 svc:/milestone/network:default
14372024-12-11T04:34:28.326Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14382024-12-11T04:34:28.372Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14392024-12-11T04:34:28.420Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14402024-12-11T04:34:28.463Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14412024-12-11T04:34:28.467Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14422024-12-11T04:34:28.488Z
14432024-12-11T04:34:28.488Zrunning zone s1.trio setup
14442024-12-11T04:34:28.488Z[s1.trio] svcs milestone/network
14452024-12-11T04:34:28.511ZSTATE STIME FMRI
14462024-12-11T04:34:28.511Zonline 20:30:46 svc:/milestone/network:default
14472024-12-11T04:34:28.511Z[s1.trio] dladm
14482024-12-11T04:34:28.533ZLINK CLASS MTU STATE BRIDGE OVER
14492024-12-11T04:34:28.533Zsl0 simnet 9000 up -- ?
14502024-12-11T04:34:28.533Zmg2 vnic 9000 up -- ?
14512024-12-11T04:34:28.533Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14522024-12-11T04:34:29.050Z
14532024-12-11T04:34:29.050Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14542024-12-11T04:34:29.072Z
14552024-12-11T04:34:29.072Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14562024-12-11T04:34:29.091Z
14572024-12-11T04:34:29.091Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14582024-12-11T04:34:29.178Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14592024-12-11T04:34:29.222Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7c8c6b5c-de11-480f-b765-49d917b40f91 --sled-uuid 8910f5b7-8444-48a2-86a5-11a8265de3da -a sl0/v6 &> /opt/ddmd.log &
14602024-12-11T04:34:29.243Z
14612024-12-11T04:34:29.243Zrunning zone s2.trio setup
14622024-12-11T04:34:29.243Z[s2.trio] svcs milestone/network
14632024-12-11T04:34:29.268ZSTATE STIME FMRI
14642024-12-11T04:34:29.268Zonline 20:32:41 svc:/milestone/network:default
14652024-12-11T04:34:29.268Z[s2.trio] dladm
14662024-12-11T04:34:29.290ZLINK CLASS MTU STATE BRIDGE OVER
14672024-12-11T04:34:29.290Zsl1 simnet 9000 up -- ?
14682024-12-11T04:34:29.290Zmg3 vnic 9000 up -- ?
14692024-12-11T04:34:29.290Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14702024-12-11T04:34:29.709Z
14712024-12-11T04:34:29.709Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14722024-12-11T04:34:29.735Z
14732024-12-11T04:34:29.735Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14742024-12-11T04:34:29.756Z
14752024-12-11T04:34:29.756Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14762024-12-11T04:34:29.802Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14772024-12-11T04:34:29.824Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ee17d904-e2e0-40ef-a8a3-0f6d25865bdb --sled-uuid a3fc996d-8812-4842-bba5-724c92f89b57 -a sl1/v6 &> /opt/ddmd.log &
14782024-12-11T04:34:29.846Z
14792024-12-11T04:34:29.846Zrunning zone t1.trio setup
14802024-12-11T04:34:29.846Z[t1.trio] svcs milestone/network
14812024-12-11T04:34:29.867ZSTATE STIME FMRI
14822024-12-11T04:34:29.867Z- - svc:/milestone/network:default
14832024-12-11T04:34:30.867Z[t1.trio] svcs milestone/network
14842024-12-11T04:34:30.889ZSTATE STIME FMRI
14852024-12-11T04:34:30.889Z- - svc:/milestone/network:default
14862024-12-11T04:34:31.889Z[t1.trio] svcs milestone/network
14872024-12-11T04:34:31.911ZSTATE STIME FMRI
14882024-12-11T04:34:31.911Z- - svc:/milestone/network:default
14892024-12-11T04:34:32.912Z[t1.trio] svcs milestone/network
14902024-12-11T04:34:32.939ZSTATE STIME FMRI
14912024-12-11T04:34:32.939Z- - svc:/milestone/network:default
14922024-12-11T04:34:33.940Z[t1.trio] svcs milestone/network
14932024-12-11T04:34:33.961ZSTATE STIME FMRI
14942024-12-11T04:34:33.961Z- - svc:/milestone/network:default
14952024-12-11T04:34:34.962Z[t1.trio] svcs milestone/network
14962024-12-11T04:34:34.983ZSTATE STIME FMRI
14972024-12-11T04:34:34.983Z- - svc:/milestone/network:default
14982024-12-11T04:34:35.983Z[t1.trio] svcs milestone/network
14992024-12-11T04:34:36.003ZSTATE STIME FMRI
15002024-12-11T04:34:36.003Z- - svc:/milestone/network:default
15012024-12-11T04:34:37.004Z[t1.trio] svcs milestone/network
15022024-12-11T04:34:37.028ZSTATE STIME FMRI
15032024-12-11T04:34:37.028Zonline 20:34:35 svc:/milestone/network:default
15042024-12-11T04:34:37.028Z[t1.trio] dladm
15052024-12-11T04:34:37.049ZLINK CLASS MTU STATE BRIDGE OVER
15062024-12-11T04:34:37.049Ztfportrear0_0 simnet 9000 up -- ?
15072024-12-11T04:34:37.049Ztfportrear1_0 simnet 9000 up -- ?
15082024-12-11T04:34:37.049Zmg1 vnic 9000 up -- ?
15092024-12-11T04:34:37.049Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15102024-12-11T04:34:37.631Z
15112024-12-11T04:34:37.631Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15122024-12-11T04:34:37.655Z
15132024-12-11T04:34:37.655Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15142024-12-11T04:34:37.677Z
15152024-12-11T04:34:37.677Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15162024-12-11T04:34:37.696Z
15172024-12-11T04:34:37.696Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15182024-12-11T04:34:37.893Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15192024-12-11T04:34:37.897Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15202024-12-11T04:34:37.901Zwaiting 3s for copy of files to zone to complete ...
15212024-12-11T04:34:40.903Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15222024-12-11T04:34:40.940Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15232024-12-11T04:34:40.968Z[t1.trio] svcadm enable dendrite
15242024-12-11T04:34:41.008Z
15252024-12-11T04:34:41.008Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15262024-12-11T04:34:41.053Z
15272024-12-11T04:34:41.053Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15282024-12-11T04:34:41.099Z
15292024-12-11T04:34:41.099Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15302024-12-11T04:34:41.144Z
15312024-12-11T04:34:41.144Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15322024-12-11T04:34:41.191Z
15332024-12-11T04:34:41.191Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15342024-12-11T04:34:41.233Z
15352024-12-11T04:34:41.233Z[t1.trio] svcadm refresh dendrite:default
15362024-12-11T04:34:41.270Z
15372024-12-11T04:34:41.270Z[t1.trio] svcadm restart dendrite:default
15382024-12-11T04:34:41.308Z
15392024-12-11T04:34:41.308Zwait 10s for dendrite to come up ...
15402024-12-11T04:34:51.313Z[t1.trio] svcadm enable tfport
15412024-12-11T04:34:51.352Z
15422024-12-11T04:34:51.352Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4134bb59-8396-4b1e-92e1-170a0b6f6d94 --sled-uuid c8e105d2-8eb8-49c3-b932-f5d967f5c4e0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15432024-12-11T04:34:51.373Z
15442024-12-11T04:34:51.373Z[t1.trio] ipadm
15452024-12-11T04:34:51.399ZADDROBJ TYPE STATE ADDR
15462024-12-11T04:34:51.399Zlo0/v4 static ok 127.0.0.1/8
15472024-12-11T04:34:51.399Zmg1/v4 static ok 10.0.0.3/24
15482024-12-11T04:34:51.399Zlo0/v6 static ok ::1/128
15492024-12-11T04:34:51.399Zlo0/u6 static ok fd00:3::1/64
15502024-12-11T04:34:51.399Ztfportrear0_0/v6 addrconf ok fe80::1c82:f7ff:fe6e:bea1%tfportrear0_0/10
15512024-12-11T04:34:51.399Ztfportrear1_0/v6 addrconf ok fe80::dcb1:1bff:fed8:f828%tfportrear1_0/10
15522024-12-11T04:34:53.607Zinitial peering test passed
15532024-12-11T04:34:54.610Zadvertise from one passed
15542024-12-11T04:34:55.612Zadvertise from two passed
15552024-12-11T04:34:55.612Z[s1.trio] ping fd00:2::1
15562024-12-11T04:34:55.639Zfd00:2::1 is alive
15572024-12-11T04:34:55.639Z[s2.trio] ping fd00:1::1
15582024-12-11T04:34:55.660Zfd00:1::1 is alive
15592024-12-11T04:34:55.660Zconnectivity test passed
15602024-12-11T04:34:55.660Z[t1.trio] pkill ddmd
15612024-12-11T04:34:55.680Z
15622024-12-11T04:35:01.686Z[t1.trio] svcadm enable dendrite
15632024-12-11T04:35:01.728Z
15642024-12-11T04:35:01.728Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15652024-12-11T04:35:01.772Z
15662024-12-11T04:35:01.772Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15672024-12-11T04:35:01.815Z
15682024-12-11T04:35:01.815Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15692024-12-11T04:35:01.858Z
15702024-12-11T04:35:01.858Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15712024-12-11T04:35:01.901Z
15722024-12-11T04:35:01.901Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15732024-12-11T04:35:01.944Z
15742024-12-11T04:35:01.944Z[t1.trio] svcadm refresh dendrite:default
15752024-12-11T04:35:01.981Z
15762024-12-11T04:35:01.981Z[t1.trio] svcadm restart dendrite:default
15772024-12-11T04:35:02.018Z
15782024-12-11T04:35:02.018Zwait 10s for dendrite to come up ...
15792024-12-11T04:35:12.023Z[t1.trio] svcadm enable tfport
15802024-12-11T04:35:12.063Z
15812024-12-11T04:35:12.064Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f4932070-0674-40cd-9353-ce3d8743bb80 --sled-uuid 1a8262f2-4527-4007-940e-975e939bbbc3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15822024-12-11T04:35:12.084Z
15832024-12-11T04:35:12.084Z[t1.trio] ipadm
15842024-12-11T04:35:12.108ZADDROBJ TYPE STATE ADDR
15852024-12-11T04:35:12.108Zlo0/v4 static ok 127.0.0.1/8
15862024-12-11T04:35:12.108Zmg1/v4 static ok 10.0.0.3/24
15872024-12-11T04:35:12.108Zlo0/v6 static ok ::1/128
15882024-12-11T04:35:12.108Zlo0/u6 static ok fd00:3::1/64
15892024-12-11T04:35:12.108Ztfportrear0_0/v6 addrconf ok fe80::1c82:f7ff:fe6e:bea1%tfportrear0_0/10
15902024-12-11T04:35:12.108Ztfportrear1_0/v6 addrconf ok fe80::dcb1:1bff:fed8:f828%tfportrear1_0/10
15912024-12-11T04:35:15.112Z[s1.trio] ping fd00:2::1
15922024-12-11T04:35:15.133Zfd00:2::1 is alive
15932024-12-11T04:35:15.133Z[s2.trio] ping fd00:1::1
15942024-12-11T04:35:15.154Zfd00:1::1 is alive
15952024-12-11T04:35:15.154Ztransit router restart passed
15962024-12-11T04:35:15.154Z[s1.trio] pkill ddmd
15972024-12-11T04:35:15.172Z
15982024-12-11T04:35:20.178Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d9b56501-67dc-4219-85e5-548164142b30 --sled-uuid 7a6161f2-2cc9-4247-a3f0-6dd3958e636d -a sl0/v6 &> /opt/ddmd.log &
15992024-12-11T04:35:20.198Z
16002024-12-11T04:35:23.203Z[s1.trio] ping fd00:2::1
16012024-12-11T04:35:23.225Zfd00:2::1 is alive
16022024-12-11T04:35:23.225Z[s2.trio] ping fd00:1::1
16032024-12-11T04:35:23.247Zfd00:1::1 is alive
16042024-12-11T04:35:23.247Zserver router restart passed
16052024-12-11T04:35:26.253Zpeer expiration recovery passed
16062024-12-11T04:35:27.254Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16072024-12-11T04:35:27.279Z3
16082024-12-11T04:35:27.279Zredundant advertise passed
16092024-12-11T04:35:28.282Ztunnel endpoint advertise passed
16102024-12-11T04:35:33.286Zredundant tunnel endpoint advertise passed
16112024-12-11T04:35:33.286Z[s1.trio] pkill ddmd
16122024-12-11T04:35:33.308Z
16132024-12-11T04:35:38.311Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 518a9361-a2e2-4dbc-81a9-063afb08226e --sled-uuid 4f11adb0-3ec7-435e-9d6c-79618e452a13 -a sl0/v6 &> /opt/ddmd.log &
16142024-12-11T04:35:38.331Z
16152024-12-11T04:35:43.400Ztunnel router restart passed
16162024-12-11T04:35:44.402Ztunnel endpoint withdraw passed
16172024-12-11T04:35:44.417Z[t1.trio] pkill ddmd
16182024-12-11T04:35:44.445Z
16192024-12-11T04:35:44.445Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16202024-12-11T04:35:44.450Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16212024-12-11T04:35:46.859Z[s2.trio] pkill ddmd
16222024-12-11T04:35:46.879Z
16232024-12-11T04:35:46.880Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16242024-12-11T04:35:49.132Z[s1.trio] pkill ddmd
16252024-12-11T04:35:49.152Z
16262024-12-11T04:35:49.152Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16272024-12-11T04:35:51.516Z[sidecar.trio] pkill softnpu
16282024-12-11T04:35:51.536Z
16292024-12-11T04:35:51.537Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16302024-12-11T04:35:54.229Ztest ddm::test_trio_v3 ... ok
16312024-12-11T04:35:54.229Z
16322024-12-11T04:35:54.229Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 570.39s
16332024-12-11T04:35:54.229Z
16342024-12-11T04:35:54.258Z+ cleanup
16352024-12-11T04:35:54.261Z++ id -un
16362024-12-11T04:35:54.264Z++ id -gn
16372024-12-11T04:35:54.267Z+ pfexec chown -R build:build .
16382024-12-11T04:35:54.346Zprocess exited: duration 1089249 ms, exit code 0
 
16392024-12-11T04:35:54.356Zfound 4 output files
16402024-12-11T04:35:54.356Zuploading: /work/s1.trio.log (4205 bytes)
16412024-12-11T04:35:55.367Zuploaded: /work/s1.trio.log
16422024-12-11T04:35:55.371Zuploading: /work/s2.trio.log (9460 bytes)
16432024-12-11T04:35:56.381Zuploaded: /work/s2.trio.log
16442024-12-11T04:35:56.383Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16452024-12-11T04:35:57.388Zuploaded: /work/sidecar.trio-softnpu.log
16462024-12-11T04:35:57.391Zuploading: /work/t1.trio.log (25804 bytes)
16472024-12-11T04:35:58.397Zuploaded: /work/t1.trio.log