01JDKN38XQTQKY550CWPTC57YM: test-ddm-trio-v2-server

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T07:14:59.516Zjob assigned to worker 01JDKN42F9V2TWQKHZBHGTN9PJ [factory aws, i-0ed693b936830361c] (queued for 57 s)
 
22024-11-26T07:15:07.511Zstarting task 0: "setup"
32024-11-26T07:15:07.521Z++ uname -s
42024-11-26T07:15:07.523Z+ kern=SunOS
52024-11-26T07:15:07.523Z+ case "$kern" in
62024-11-26T07:15:07.523Z+ groupadd -g 12345 build
72024-11-26T07:15:07.526Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T07:15:09.533Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T07:15:09.630Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T07:15:09.633Z+ home_fs=zfs
112024-11-26T07:15:09.633Z+ [[ zfs == autofs ]]
122024-11-26T07:15:09.633Z+ mkdir -p /home/build
132024-11-26T07:15:09.633Z+ chown build:build /home/build /work
142024-11-26T07:15:11.635Z+ chmod 0700 /home/build /work
152024-11-26T07:15:11.638Zprocess exited: duration 4127 ms, exit code 0
 
162024-11-26T07:15:11.643Zstarting task 1: "rust-toolchain"
172024-11-26T07:15:11.648Z+ printf ' * toolchain channel = "%s"
182024-11-26T07:15:11.649Z' stable
192024-11-26T07:15:11.651Z * toolchain channel = "stable"
202024-11-26T07:15:11.651Z+ printf ' * toolchain profile = "%s"
212024-11-26T07:15:11.651Z' default
222024-11-26T07:15:11.651Z * toolchain profile = "default"
232024-11-26T07:15:11.651Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T07:15:11.651Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-26T07:15:11.757Zinfo: downloading installer
262024-11-26T07:15:13.178Zinfo: profile set to 'default'
272024-11-26T07:15:13.178Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T07:15:13.181Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-26T07:15:13.338Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-26T07:15:13.338Zinfo: downloading component 'cargo'
312024-11-26T07:15:14.206Zinfo: downloading component 'clippy'
322024-11-26T07:15:14.533Zinfo: downloading component 'rust-docs'
332024-11-26T07:15:15.758Zinfo: downloading component 'rust-std'
342024-11-26T07:15:17.718Zinfo: downloading component 'rustc'
352024-11-26T07:15:24.708Zinfo: downloading component 'rustfmt'
362024-11-26T07:15:24.953Zinfo: installing component 'cargo'
372024-11-26T07:15:25.748Zinfo: installing component 'clippy'
382024-11-26T07:15:26.112Zinfo: installing component 'rust-docs'
392024-11-26T07:15:27.812Zinfo: installing component 'rust-std'
402024-11-26T07:15:29.600Zinfo: installing component 'rustc'
412024-11-26T07:15:35.500Zinfo: installing component 'rustfmt'
422024-11-26T07:15:35.815Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-26T07:15:35.815Z
442024-11-26T07:15:36.189Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-26T07:15:36.189Z
462024-11-26T07:15:36.191Z
472024-11-26T07:15:36.191ZRust is installed now. Great!
482024-11-26T07:15:36.191Z
492024-11-26T07:15:36.191ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T07:15:36.191Zenvironment variable. This has not been done automatically.
512024-11-26T07:15:36.191Z
522024-11-26T07:15:36.191ZTo configure your current shell, you need to source
532024-11-26T07:15:36.191Zthe corresponding env file under $HOME/.cargo.
542024-11-26T07:15:36.191Z
552024-11-26T07:15:36.191ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T07:15:36.192Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T07:15:36.192Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T07:15:36.264Z+ rustc --version
592024-11-26T07:15:36.332Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-26T07:15:36.337Zprocess exited: duration 24687 ms, exit code 0
 
612024-11-26T07:15:36.342Zstarting task 2: "authentication"
622024-11-26T07:15:36.362Zprocess exited: duration 19 ms, exit code 0
 
632024-11-26T07:15:36.367Zstarting task 3: "clone repository"
642024-11-26T07:15:36.372Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-26T07:15:36.375Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-26T07:15:36.485ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-26T07:15:37.398Z+ cd /work/oxidecomputer/maghemite
682024-11-26T07:15:37.398Z+ git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62
692024-11-26T07:15:37.635ZFrom https://github.com/oxidecomputer/maghemite
702024-11-26T07:15:37.635Z * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD
712024-11-26T07:15:37.643Z+ [[ -n renovate/dropshot-0.x ]]
722024-11-26T07:15:37.645Z++ git branch --show-current
732024-11-26T07:15:37.648Z+ current=main
742024-11-26T07:15:37.648Z+ [[ main != renovate/dropshot-0.x ]]
752024-11-26T07:15:37.648Z+ git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62
762024-11-26T07:15:37.650Z+ git checkout -f renovate/dropshot-0.x
772024-11-26T07:15:37.665ZSwitched to branch 'renovate/dropshot-0.x'
782024-11-26T07:15:37.667Z+ git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62
792024-11-26T07:15:37.679ZHEAD is now at cce693f Update Rust crate dropshot to 0.13.0
802024-11-26T07:15:37.683Zprocess exited: duration 1312 ms, exit code 0
 
812024-11-26T07:15:37.687Zstarting task 4: "build"
822024-11-26T07:15:37.692Z++ cargo --version
832024-11-26T07:15:37.697Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-11-26T07:15:37.859Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-11-26T07:15:37.859Zinfo: downloading component 'cargo'
862024-11-26T07:15:38.719Zinfo: downloading component 'clippy'
872024-11-26T07:15:39.049Zinfo: downloading component 'rust-docs'
882024-11-26T07:15:40.264Zinfo: downloading component 'rust-std'
892024-11-26T07:15:42.121Zinfo: downloading component 'rustc'
902024-11-26T07:15:48.793Zinfo: downloading component 'rustfmt'
912024-11-26T07:15:49.044Zinfo: installing component 'cargo'
922024-11-26T07:15:49.834Zinfo: installing component 'clippy'
932024-11-26T07:15:50.190Zinfo: installing component 'rust-docs'
942024-11-26T07:15:51.764Zinfo: installing component 'rust-std'
952024-11-26T07:15:53.537Zinfo: installing component 'rustc'
962024-11-26T07:15:59.047Zinfo: installing component 'rustfmt'
972024-11-26T07:15:59.441Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-11-26T07:15:59.443Z++ rustc --version
992024-11-26T07:15:59.511Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-11-26T07:15:59.515Z++ dladm
1012024-11-26T07:15:59.521ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-26T07:15:59.521Zena0 phys 9216 up -- --
1032024-11-26T07:15:59.523Z++ ipadm
1042024-11-26T07:15:59.523ZADDROBJ TYPE STATE ADDR
1052024-11-26T07:15:59.523Zlo0/v4 static ok 127.0.0.1/8
1062024-11-26T07:15:59.523Zena0/dhcp dhcp ok 10.150.1.58/24
1072024-11-26T07:15:59.524Zlo0/v6 static ok ::1/128
1082024-11-26T07:15:59.524Z++ banner collect
1092024-11-26T07:15:59.526Z
1102024-11-26T07:15:59.526Z #### #### # # ###### #### #####
1112024-11-26T07:15:59.526Z # # # # # # # # # #
1122024-11-26T07:15:59.526Z # # # # # ##### # #
1132024-11-26T07:15:59.526Z # # # # # # # #
1142024-11-26T07:15:59.526Z # # # # # # # # # #
1152024-11-26T07:15:59.526Z #### #### ###### ###### ###### #### #
1162024-11-26T07:15:59.527Z
1172024-11-26T07:15:59.527Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-26T07:15:59.527Z++ repo=softnpu
1192024-11-26T07:15:59.527Z++ series=image
1202024-11-26T07:15:59.527Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-26T07:15:59.527Z++ name=softnpu
1222024-11-26T07:15:59.527Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-26T07:15:59.527Z++ mkdir -p download
1242024-11-26T07:15:59.529Z++ pushd download
1252024-11-26T07:15:59.529Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-26T07:15:59.529Z++ [[ ! -f softnpu ]]
1272024-11-26T07:15:59.529Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-26T07:15:59.537Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-26T07:15:59.537Z Dload Upload Total Spent Left Speed
1302024-11-26T07:16:00.150Z 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 35.5M 0 --:--:-- --:--:-- --:--:-- 35.5M
1312024-11-26T07:16:00.154Z++ popd
1322024-11-26T07:16:00.156Z/work/oxidecomputer/maghemite
1332024-11-26T07:16:00.156Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-26T07:16:00.156Z++ repo=sidecar-lite
1352024-11-26T07:16:00.156Z++ series=release
1362024-11-26T07:16:00.156Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-26T07:16:00.156Z++ name=libsidecar_lite.so
1382024-11-26T07:16:00.156Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-26T07:16:00.156Z++ mkdir -p download
1402024-11-26T07:16:00.156Z++ pushd download
1412024-11-26T07:16:00.156Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-26T07:16:00.156Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-26T07:16:00.156Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-26T07:16:00.164Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-26T07:16:00.166Z Dload Upload Total Spent Left Speed
1462024-11-26T07:16:00.536Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 54.5M 0 --:--:-- --:--:-- --:--:-- 54.7M
1472024-11-26T07:16:00.544Z++ popd
1482024-11-26T07:16:00.546Z/work/oxidecomputer/maghemite
1492024-11-26T07:16:00.546Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-26T07:16:00.546Z++ repo=sidecar-lite
1512024-11-26T07:16:00.546Z++ series=release
1522024-11-26T07:16:00.546Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-26T07:16:00.546Z++ name=scadm
1542024-11-26T07:16:00.546Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-26T07:16:00.546Z++ mkdir -p download
1562024-11-26T07:16:00.549Z++ pushd download
1572024-11-26T07:16:00.549Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-26T07:16:00.549Z++ [[ ! -f scadm ]]
1592024-11-26T07:16:00.549Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-26T07:16:00.559Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-26T07:16:00.559Z Dload Upload Total Spent Left Speed
1622024-11-26T07:16:01.146Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 38.9M 0 --:--:-- --:--:-- --:--:-- 38.9M
1632024-11-26T07:16:01.151Z++ popd
1642024-11-26T07:16:01.152Z/work/oxidecomputer/maghemite
1652024-11-26T07:16:01.152Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-26T07:16:01.152Z++ repo=dendrite
1672024-11-26T07:16:01.152Z++ series=image
1682024-11-26T07:16:01.152Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-26T07:16:01.152Z++ name=dendrite-softnpu.tar.gz
1702024-11-26T07:16:01.152Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-26T07:16:01.152Z++ mkdir -p download
1722024-11-26T07:16:01.152Z++ pushd download
1732024-11-26T07:16:01.152Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-26T07:16:01.153Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-26T07:16:01.153Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-26T07:16:01.159Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-26T07:16:01.159Z Dload Upload Total Spent Left Speed
1782024-11-26T07:16:02.024Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 37.5M 38 14.4M 0 0 35.0M 0 0:00:01 --:--:-- 0:00:01 34.9M 100 37.5M 100 37.5M 0 0 43.8M 0 --:--:-- --:--:-- --:--:-- 43.8M
1792024-11-26T07:16:02.028Z++ popd
1802024-11-26T07:16:02.028Z/work/oxidecomputer/maghemite
1812024-11-26T07:16:02.028Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-26T07:16:02.028Z++ repo=maghemite
1832024-11-26T07:16:02.028Z++ series=release
1842024-11-26T07:16:02.029Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-26T07:16:02.029Z++ name=ddmd
1862024-11-26T07:16:02.029Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-26T07:16:02.029Z++ mkdir -p download
1882024-11-26T07:16:02.029Z++ pushd download
1892024-11-26T07:16:02.029Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-26T07:16:02.029Z++ [[ ! -f ddmd ]]
1912024-11-26T07:16:02.029Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-26T07:16:02.039Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-26T07:16:02.039Z Dload Upload Total Spent Left Speed
1942024-11-26T07:16:03.222Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 47 40.9M 47 19.6M 0 0 36.1M 0 0:00:01 --:--:-- 0:00:01 36.1M 100 40.9M 100 40.9M 0 0 34.5M 0 0:00:01 0:00:01 --:--:-- 34.5M
1952024-11-26T07:16:03.228Z++ popd
1962024-11-26T07:16:03.229Z/work/oxidecomputer/maghemite
1972024-11-26T07:16:03.229Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-26T07:16:03.229Z++ repo=maghemite
1992024-11-26T07:16:03.229Z++ series=release
2002024-11-26T07:16:03.229Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-26T07:16:03.229Z++ name=ddmadm
2022024-11-26T07:16:03.229Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-26T07:16:03.229Z++ mkdir -p download
2042024-11-26T07:16:03.229Z++ pushd download
2052024-11-26T07:16:03.230Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-26T07:16:03.230Z++ [[ ! -f ddmadm ]]
2072024-11-26T07:16:03.230Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-26T07:16:03.238Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-26T07:16:03.238Z Dload Upload Total Spent Left Speed
2102024-11-26T07:16:04.064Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 18.0M 28 5195k 0 0 14.8M 0 0:00:01 --:--:-- 0:00:01 14.8M 100 18.0M 100 18.0M 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M
2112024-11-26T07:16:04.073Z++ popd
2122024-11-26T07:16:04.073Z/work/oxidecomputer/maghemite
2132024-11-26T07:16:04.074Z++ pushd download
2142024-11-26T07:16:04.074Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-26T07:16:04.074Z++ chmod +x softnpu
2162024-11-26T07:16:04.074Z++ chmod +x scadm
2172024-11-26T07:16:04.074Z++ chmod +x ddmadm
2182024-11-26T07:16:04.074Z++ chmod +x ddmd
2192024-11-26T07:16:04.074Z++ mv ddmadm ddmadm-v2
2202024-11-26T07:16:04.079Z++ mv ddmd ddmd-v2
2212024-11-26T07:16:04.079Z++ rm -rf zones/dendrite
2222024-11-26T07:16:04.079Z++ mkdir -p zones/dendrite
2232024-11-26T07:16:04.079Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-26T07:16:04.826Z++ popd
2252024-11-26T07:16:04.826Z/work/oxidecomputer/maghemite
2262024-11-26T07:16:04.826Z++ banner install
2272024-11-26T07:16:04.829Z
2282024-11-26T07:16:04.830Z # # # #### ##### ## # #
2292024-11-26T07:16:04.830Z # ## # # # # # # #
2302024-11-26T07:16:04.830Z # # # # #### # # # # #
2312024-11-26T07:16:04.830Z # # # # # # ###### # #
2322024-11-26T07:16:04.830Z # # ## # # # # # # #
2332024-11-26T07:16:04.830Z # # # #### # # # ###### ######
2342024-11-26T07:16:04.830Z
2352024-11-26T07:16:04.830Z++ pkg info brand/sparse
2362024-11-26T07:16:04.833Z++ grep -qi installed
2372024-11-26T07:16:06.738Zpkg: info: no packages matching the following patterns you specified are
2382024-11-26T07:16:06.738Zinstalled on the system. Try querying remotely instead:
2392024-11-26T07:16:06.738Z
2402024-11-26T07:16:06.738Z brand/sparse
2412024-11-26T07:16:06.785Z++ [[ 1 != 0 ]]
2422024-11-26T07:16:06.785Z++ set -o errexit
2432024-11-26T07:16:06.785Z++ pfexec pkg install brand/sparse
2442024-11-26T07:16:12.597Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-26T07:16:16.227Z Startup: Caching catalogs ... Done
2462024-11-26T07:16:25.017ZPlanning: Solver setup ... Done
2472024-11-26T07:16:25.129ZPlanning: Running solver ... Done
2482024-11-26T07:16:25.302ZPlanning: Finding local manifests ... Done
2492024-11-26T07:16:25.314ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-26T07:16:25.405ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-26T07:16:25.836ZPlanning: Package planning ... Done
2522024-11-26T07:16:25.842ZPlanning: Merging actions ... Done
2532024-11-26T07:16:26.276ZPlanning: Checking for conflicting actions ... Done
2542024-11-26T07:16:30.674ZPlanning: Consolidating action changes ... Done
2552024-11-26T07:16:31.049ZPlanning: Evaluating mediators ... Done
2562024-11-26T07:16:31.119ZPlanning: Planning completed in 14.79 seconds
2572024-11-26T07:16:31.145Z Packages to install: 1
2582024-11-26T07:16:31.145Z Packages to update: 2
2592024-11-26T07:16:31.145Z Create boot environment: No
2602024-11-26T07:16:31.145ZCreate backup boot environment: Yes
2612024-11-26T07:16:31.276Z
2622024-11-26T07:16:31.276ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-26T07:16:37.451ZDownload: 917/1009 items 8.0/8.0MB 99% complete (2.1M/s)
2642024-11-26T07:16:38.028ZDownload: Completed 8.03 MB in 6.75 seconds (1.2M/s)
2652024-11-26T07:16:40.105Z Actions: 1/1419 actions (Removing old actions)
2662024-11-26T07:16:40.128Z Actions: 199/1419 actions (Installing new actions)
2672024-11-26T07:16:40.233Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-26T07:16:40.539Z Actions: Completed 1419 actions in 0.42 seconds.
2692024-11-26T07:16:40.905Z Done
2702024-11-26T07:16:40.909Z Done
2712024-11-26T07:16:41.390Z Done
2722024-11-26T07:16:46.804Z Done
2732024-11-26T07:16:47.172Z Done
2742024-11-26T07:16:47.175Z Done
2752024-11-26T07:16:47.274Z Done
2762024-11-26T07:16:47.652Z++ set -o errexit
2772024-11-26T07:16:47.652Z++ set -o pipefail
2782024-11-26T07:16:47.652Z++ banner build
2792024-11-26T07:16:47.655Z
2802024-11-26T07:16:47.655Z ##### # # # # #####
2812024-11-26T07:16:47.655Z # # # # # # # #
2822024-11-26T07:16:47.655Z ##### # # # # # #
2832024-11-26T07:16:47.655Z # # # # # # # #
2842024-11-26T07:16:47.655Z # # # # # # # #
2852024-11-26T07:16:47.655Z ##### #### # ###### #####
2862024-11-26T07:16:47.655Z
2872024-11-26T07:16:47.655Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-26T07:16:47.834Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-26T07:16:48.045Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-26T07:16:48.247ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-26T07:16:48.247Z * [new branch] ci -> origin/ci
2922024-11-26T07:16:48.250Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-26T07:16:48.250Z * [new branch] main -> origin/main
2942024-11-26T07:16:48.250Z * [new ref] -> origin/HEAD
2952024-11-26T07:16:48.260Z Updating crates.io index
2962024-11-26T07:16:48.350Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-26T07:16:49.145ZFrom https://github.com/oxidecomputer/falcon
2982024-11-26T07:16:49.145Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-26T07:16:49.248Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-26T07:16:50.327ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-26T07:16:50.330Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-26T07:16:50.381Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-26T07:16:50.722ZFrom https://github.com/oxidecomputer/ispf
3042024-11-26T07:16:50.722Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-26T07:16:50.731Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-26T07:16:51.105ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-26T07:16:51.105Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-26T07:16:51.116Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-26T07:16:55.021ZFrom https://github.com/oxidecomputer/omicron
3102024-11-26T07:16:55.021Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-26T07:16:55.050Z * [new tag] dogfood -> dogfood
3122024-11-26T07:16:55.062Z * [new tag] v5 -> v5
3132024-11-26T07:16:55.062Z * [new tag] v6 -> v6
3142024-11-26T07:16:55.062Z * [new tag] v7 -> v7
3152024-11-26T07:16:55.062Z * [new tag] v8 -> v8
3162024-11-26T07:16:55.062Z * [new tag] v9 -> v9
3172024-11-26T07:16:55.401Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-26T07:16:56.381ZFrom https://github.com/oxidecomputer/opte
3192024-11-26T07:16:56.382Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-26T07:16:56.447Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-26T07:16:56.798ZFrom https://github.com/illumos/smf-rs
3222024-11-26T07:16:56.798Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-26T07:16:56.827Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-26T07:16:57.552ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-26T07:16:57.552Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-26T07:16:57.569Z * [new tag] rift -> rift
3272024-11-26T07:16:57.571Z * [new tag] srp -> srp
3282024-11-26T07:16:57.571Z * [new tag] tie-spf -> tie-spf
3292024-11-26T07:16:57.604Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-26T07:16:57.932ZFrom https://github.com/oxidecomputer/zone
3312024-11-26T07:16:57.932Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-26T07:16:57.976Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-26T07:16:58.631ZFrom https://github.com/oxidecomputer/propolis
3342024-11-26T07:16:58.631Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-26T07:16:58.745Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-26T07:16:59.080ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-26T07:16:59.080Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-26T07:16:59.090Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-26T07:16:59.458ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-26T07:16:59.458Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-26T07:16:59.474Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-26T07:16:59.487Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-26T07:16:59.830ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-26T07:16:59.830Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-26T07:16:59.868Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-26T07:17:00.315ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-26T07:17:00.315Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-26T07:17:00.363Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-26T07:17:00.689ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-26T07:17:00.689Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-26T07:17:00.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-26T07:17:01.069ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-26T07:17:01.069Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-26T07:17:01.097Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-26T07:17:01.462ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-26T07:17:01.462Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-26T07:17:01.525Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-26T07:17:01.871ZFrom https://github.com/illumos/libscf-sys
3592024-11-26T07:17:01.871Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-26T07:17:01.890Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-26T07:17:02.754ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-26T07:17:02.754Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-26T07:17:02.776Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-26T07:17:02.778Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-26T07:17:02.778Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-26T07:17:02.778Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-26T07:17:02.778Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-26T07:17:02.778Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-26T07:17:02.778Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-26T07:17:02.959Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-26T07:17:03.702ZFrom https://github.com/oxidecomputer/typify
3722024-11-26T07:17:03.702Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-26T07:17:03.704Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-26T07:17:03.721Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-26T07:17:03.723Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-26T07:17:03.723Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-26T07:17:03.723Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-26T07:17:03.723Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-26T07:17:03.723Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-26T07:17:03.723Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-26T07:17:03.723Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-26T07:17:03.723Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-26T07:17:03.723Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-26T07:17:03.723Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-26T07:17:03.723Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-26T07:17:03.723Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-26T07:17:03.858Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-26T07:17:05.762ZFrom https://github.com/oxidecomputer/crucible
3892024-11-26T07:17:05.762Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-26T07:17:05.819Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-26T07:17:06.195ZFrom https://github.com/oxidecomputer/opte
3922024-11-26T07:17:06.195Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-26T07:17:06.251Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-26T07:17:06.843ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-26T07:17:06.843Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-26T07:17:07.843Z Locking 21 packages to latest compatible versions
3972024-11-26T07:17:07.846Z Updating async-stream v0.3.5 -> v0.3.6
3982024-11-26T07:17:07.846Z Updating async-stream-impl v0.3.5 -> v0.3.6
3992024-11-26T07:17:07.850Z Adding dropshot v0.13.0
4002024-11-26T07:17:07.850Z Adding dropshot_endpoint v0.13.0
4012024-11-26T07:17:07.853Z Updating futures v0.3.30 -> v0.3.31
4022024-11-26T07:17:07.853Z Updating futures-channel v0.3.30 -> v0.3.31
4032024-11-26T07:17:07.853Z Updating futures-core v0.3.30 -> v0.3.31
4042024-11-26T07:17:07.853Z Updating futures-executor v0.3.30 -> v0.3.31
4052024-11-26T07:17:07.853Z Updating futures-io v0.3.30 -> v0.3.31
4062024-11-26T07:17:07.853Z Updating futures-macro v0.3.30 -> v0.3.31
4072024-11-26T07:17:07.853Z Updating futures-sink v0.3.30 -> v0.3.31
4082024-11-26T07:17:07.853Z Updating futures-task v0.3.30 -> v0.3.31
4092024-11-26T07:17:07.853Z Updating futures-util v0.3.30 -> v0.3.31
4102024-11-26T07:17:07.853Z Adding hashbrown v0.15.2
4112024-11-26T07:17:07.856Z Updating indexmap v2.5.0 -> v2.6.0
4122024-11-26T07:17:07.860Z Updating proc-macro2 v1.0.86 -> v1.0.92
4132024-11-26T07:17:07.870Z Updating serde v1.0.210 -> v1.0.215
4142024-11-26T07:17:07.873Z Updating serde_derive v1.0.210 -> v1.0.215
4152024-11-26T07:17:07.899Z Updating syn v2.0.77 -> v2.0.89
4162024-11-26T07:17:07.899Z Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3)
4172024-11-26T07:17:07.899Z Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3)
4182024-11-26T07:17:07.916Z Downloading crates ...
4192024-11-26T07:17:08.027Z Downloaded rand v0.8.5
4202024-11-26T07:17:08.031Z Downloaded progenitor-client v0.8.0
4212024-11-26T07:17:08.038Z Downloaded ryu v1.0.18
4222024-11-26T07:17:08.042Z Downloaded rustc_version v0.1.7
4232024-11-26T07:17:08.044Z Downloaded proc-macro-error-attr v1.0.4
4242024-11-26T07:17:08.066Z Downloaded rustls-webpki v0.101.7
4252024-11-26T07:17:08.082Z Downloaded async-stream-impl v0.3.6
4262024-11-26T07:17:08.084Z Downloaded reqwest v0.12.9
4272024-11-26T07:17:08.091Z Downloaded autocfg v1.3.0
4282024-11-26T07:17:08.093Z Downloaded futures-io v0.3.31
4292024-11-26T07:17:08.095Z Downloaded async-stream v0.3.6
4302024-11-26T07:17:08.098Z Downloaded anyhow v1.0.93
4312024-11-26T07:17:08.101Z Downloaded parking_lot v0.11.2
4322024-11-26T07:17:08.103Z Downloaded async-trait v0.1.83
4332024-11-26T07:17:08.107Z Downloaded pretty-hex v0.2.1
4342024-11-26T07:17:08.109Z Downloaded anstyle v1.0.10
4352024-11-26T07:17:08.112Z Downloaded percent-encoding v2.3.1
4362024-11-26T07:17:08.112Z Downloaded parking_lot v0.12.3
4372024-11-26T07:17:08.115Z Downloaded pretty-hex v0.4.1
4382024-11-26T07:17:08.117Z Downloaded parse-display-derive v0.10.0
4392024-11-26T07:17:08.117Z Downloaded parse-display v0.10.0
4402024-11-26T07:17:08.119Z Downloaded aho-corasick v1.1.3
4412024-11-26T07:17:08.125Z Downloaded proc-macro-crate v3.2.0
4422024-11-26T07:17:08.127Z Downloaded password-hash v0.5.0
4432024-11-26T07:17:08.130Z Downloaded proc-macro-crate v1.3.1
4442024-11-26T07:17:08.132Z Downloaded regex v1.10.6
4452024-11-26T07:17:08.150Z Downloaded const-random-macro v0.1.16
4462024-11-26T07:17:08.156Z Downloaded powerfmt v0.2.0
4472024-11-26T07:17:08.156Z Downloaded pest_derive v2.7.13
4482024-11-26T07:17:08.156Z Downloaded parking_lot_core v0.9.10
4492024-11-26T07:17:08.156Z Downloaded equivalent v1.0.1
4502024-11-26T07:17:08.156Z Downloaded darling_macro v0.20.10
4512024-11-26T07:17:08.156Z Downloaded cobs v0.2.3
4522024-11-26T07:17:08.159Z Downloaded serde-big-array v0.5.1
4532024-11-26T07:17:08.159Z Downloaded parking_lot_core v0.8.6
4542024-11-26T07:17:08.161Z Downloaded crucible-workspace-hack v0.1.0
4552024-11-26T07:17:08.162Z Downloaded const-random v0.1.18
4562024-11-26T07:17:08.164Z Downloaded crc8 v0.1.1
4572024-11-26T07:17:08.164Z Downloaded ciborium-io v0.2.2
4582024-11-26T07:17:08.166Z Downloaded scroll_derive v0.12.0
4592024-11-26T07:17:08.167Z Downloaded byteorder v1.5.0
4602024-11-26T07:17:08.169Z Downloaded foreign-types-shared v0.1.1
4612024-11-26T07:17:08.169Z Downloaded foreign-types v0.3.2
4622024-11-26T07:17:08.169Z Downloaded float-ord v0.3.2
4632024-11-26T07:17:08.172Z Downloaded sigpipe v0.1.3
4642024-11-26T07:17:08.172Z Downloaded proc-macro-error v1.0.4
4652024-11-26T07:17:08.176Z Downloaded convert_case v0.4.0
4662024-11-26T07:17:08.179Z Downloaded colorchoice v1.0.2
4672024-11-26T07:17:08.182Z Downloaded rand_chacha v0.3.1
4682024-11-26T07:17:08.182Z Downloaded quinn-udp v0.5.5
4692024-11-26T07:17:08.184Z Downloaded quick-error v1.2.3
4702024-11-26T07:17:08.184Z Downloaded progenitor-macro v0.8.0
4712024-11-26T07:17:08.186Z Downloaded rustls-pemfile v1.0.4
4722024-11-26T07:17:08.189Z Downloaded scopeguard v1.2.0
4732024-11-26T07:17:08.189Z Downloaded rand_core v0.6.4
4742024-11-26T07:17:08.191Z Downloaded defmt-parser v0.3.4
4752024-11-26T07:17:08.194Z Downloaded dirs-next v2.0.0
4762024-11-26T07:17:08.194Z Downloaded serde_tokenstream v0.2.2
4772024-11-26T07:17:08.196Z Downloaded pest_meta v2.7.13
4782024-11-26T07:17:08.198Z Downloaded progenitor v0.8.0
4792024-11-26T07:17:08.200Z Downloaded foreign-types v0.5.0
4802024-11-26T07:17:08.202Z Downloaded debug-ignore v1.0.5
4812024-11-26T07:17:08.204Z Downloaded shlex v1.3.0
4822024-11-26T07:17:08.204Z Downloaded rustc_version v0.4.1
4832024-11-26T07:17:08.207Z Downloaded dyn-clone v1.0.17
4842024-11-26T07:17:08.207Z Downloaded cstr-argument v0.1.2
4852024-11-26T07:17:08.209Z Downloaded signal-hook-registry v1.4.2
4862024-11-26T07:17:08.212Z Downloaded slog-async v2.8.0
4872024-11-26T07:17:08.214Z Downloaded serde_spanned v0.6.7
4882024-11-26T07:17:08.214Z Downloaded rustversion v1.0.17
4892024-11-26T07:17:08.216Z Downloaded sha1 v0.10.6
4902024-11-26T07:17:08.219Z Downloaded swrite v0.1.0
4912024-11-26T07:17:08.223Z Downloaded openssl-probe v0.1.5
4922024-11-26T07:17:08.223Z Downloaded num-conv v0.1.0
4932024-11-26T07:17:08.225Z Downloaded slog-bunyan v2.5.0
4942024-11-26T07:17:08.225Z Downloaded hostname v0.4.0
4952024-11-26T07:17:08.227Z Downloaded time-core v0.1.2
4962024-11-26T07:17:08.227Z Downloaded cpufeatures v0.2.14
4972024-11-26T07:17:08.230Z Downloaded camino-tempfile v1.1.1
4982024-11-26T07:17:08.232Z Downloaded base64ct v1.6.0
4992024-11-26T07:17:08.234Z Downloaded try-lock v0.2.5
5002024-11-26T07:17:08.237Z Downloaded http-body v1.0.1
5012024-11-26T07:17:08.237Z Downloaded crunchy v0.2.2
5022024-11-26T07:17:08.240Z Downloaded colored v2.1.0
5032024-11-26T07:17:08.240Z Downloaded rustls-pki-types v1.8.0
5042024-11-26T07:17:08.242Z Downloaded tower-service v0.3.3
5052024-11-26T07:17:08.245Z Downloaded postcard v1.0.10
5062024-11-26T07:17:08.247Z Downloaded rustc-hash v2.0.0
5072024-11-26T07:17:08.249Z Downloaded serde_with_macros v3.9.0
5082024-11-26T07:17:08.253Z Downloaded rustls-pemfile v2.1.3
5092024-11-26T07:17:08.255Z Downloaded enum-as-inner v0.6.1
5102024-11-26T07:17:08.255Z Downloaded match_cfg v0.1.0
5112024-11-26T07:17:08.258Z Downloaded darling v0.20.10
5122024-11-26T07:17:08.260Z Downloaded sync_wrapper v1.0.1
5132024-11-26T07:17:08.262Z Downloaded hyper-tls v0.5.0
5142024-11-26T07:17:08.265Z Downloaded linear-map v1.2.0
5152024-11-26T07:17:08.268Z Downloaded libsw v3.3.1
5162024-11-26T07:17:08.270Z Downloaded hyper-tls v0.6.0
5172024-11-26T07:17:08.270Z Downloaded sha2 v0.10.8
5182024-11-26T07:17:08.273Z Downloaded openssl-macros v0.1.1
5192024-11-26T07:17:08.273Z Downloaded futures-channel v0.3.31
5202024-11-26T07:17:08.275Z Downloaded fastrand v2.1.1
5212024-11-26T07:17:08.278Z Downloaded num v0.4.3
5222024-11-26T07:17:08.278Z Downloaded tiny-keccak v2.0.2
5232024-11-26T07:17:08.281Z Downloaded newtype_derive v0.1.6
5242024-11-26T07:17:08.283Z Downloaded toml_datetime v0.6.8
5252024-11-26T07:17:08.285Z Downloaded futures-macro v0.3.31
5262024-11-26T07:17:08.285Z Downloaded ident_case v1.0.1
5272024-11-26T07:17:08.288Z Downloaded http-body-util v0.1.2
5282024-11-26T07:17:08.290Z Downloaded httpdate v1.0.3
5292024-11-26T07:17:08.290Z Downloaded typify-macro v0.2.0
5302024-11-26T07:17:08.292Z Downloaded crossbeam-utils v0.8.20
5312024-11-26T07:17:08.296Z Downloaded console v0.15.8
5322024-11-26T07:17:08.298Z Downloaded http-body v0.4.6
5332024-11-26T07:17:08.300Z Downloaded progenitor-impl v0.8.0
5342024-11-26T07:17:08.303Z Downloaded strum v0.26.3
5352024-11-26T07:17:08.303Z Downloaded dropshot_endpoint v0.13.0
5362024-11-26T07:17:08.306Z Downloaded dropshot_endpoint v0.12.0
5372024-11-26T07:17:08.309Z Downloaded num-iter v0.1.45
5382024-11-26T07:17:08.311Z Downloaded memmap v0.7.0
5392024-11-26T07:17:08.313Z Downloaded num-derive v0.3.3
5402024-11-26T07:17:08.316Z Downloaded cookie v0.18.1
5412024-11-26T07:17:08.318Z Downloaded thiserror-impl v1.0.69
5422024-11-26T07:17:08.321Z Downloaded thread-id v4.2.2
5432024-11-26T07:17:08.321Z Downloaded bytes v1.7.2
5442024-11-26T07:17:08.324Z Downloaded num-complex v0.4.6
5452024-11-26T07:17:08.327Z Downloaded slog v2.7.0
5462024-11-26T07:17:08.329Z Downloaded tempfile v3.12.0
5472024-11-26T07:17:08.332Z Downloaded fxhash v0.2.1
5482024-11-26T07:17:08.335Z Downloaded is_terminal_polyfill v1.70.1
5492024-11-26T07:17:08.335Z Downloaded want v0.3.1
5502024-11-26T07:17:08.337Z Downloaded newline-converter v0.3.0
5512024-11-26T07:17:08.338Z Downloaded hubpack_derive v0.1.1
5522024-11-26T07:17:08.340Z Downloaded instant v0.1.13
5532024-11-26T07:17:08.340Z Downloaded time-macros v0.2.18
5542024-11-26T07:17:08.343Z Downloaded waitgroup v0.1.2
5552024-11-26T07:17:08.343Z Downloaded sync_wrapper v0.1.2
5562024-11-26T07:17:08.345Z Downloaded hex v0.4.3
5572024-11-26T07:17:08.347Z Downloaded getrandom v0.2.15
5582024-11-26T07:17:08.350Z Downloaded typify v0.2.0
5592024-11-26T07:17:08.353Z Downloaded proc-macro2 v1.0.92
5602024-11-26T07:17:08.355Z Downloaded smf v0.2.3
5612024-11-26T07:17:08.358Z Downloaded num_enum_derive v0.5.11
5622024-11-26T07:17:08.358Z Downloaded num_enum v0.7.3
5632024-11-26T07:17:08.363Z Downloaded structmeta v0.3.0
5642024-11-26T07:17:08.365Z Downloaded lock_api v0.4.12
5652024-11-26T07:17:08.367Z Downloaded schemars v0.8.21
5662024-11-26T07:17:08.378Z Downloaded usdt-macro v0.5.0
5672024-11-26T07:17:08.380Z Downloaded tinyvec_macros v0.1.1
5682024-11-26T07:17:08.380Z Downloaded thread_local v1.1.8
5692024-11-26T07:17:08.382Z Downloaded owo-colors v4.1.0
5702024-11-26T07:17:08.385Z Downloaded num-derive v0.4.2
5712024-11-26T07:17:08.387Z Downloaded base64 v0.21.7
5722024-11-26T07:17:08.390Z Downloaded num-integer v0.1.46
5732024-11-26T07:17:08.392Z Downloaded newtype-uuid v1.1.0
5742024-11-26T07:17:08.392Z Downloaded managed v0.8.0
5752024-11-26T07:17:08.395Z Downloaded humantime v2.1.0
5762024-11-26T07:17:08.397Z Downloaded zone_cfg_derive v0.3.0
5772024-11-26T07:17:08.397Z Downloaded is-terminal v0.4.13
5782024-11-26T07:17:08.397Z Downloaded hubpack v0.1.2
5792024-11-26T07:17:08.400Z Downloaded hostname v0.3.1
5802024-11-26T07:17:08.402Z Downloaded hyper-rustls v0.27.3
5812024-11-26T07:17:08.404Z Downloaded ipnetwork v0.20.0
5822024-11-26T07:17:08.407Z Downloaded untrusted v0.9.0
5832024-11-26T07:17:08.407Z Downloaded hyper-rustls v0.24.2
5842024-11-26T07:17:08.409Z Downloaded take_mut v0.2.2
5852024-11-26T07:17:08.411Z Downloaded typenum v1.17.0
5862024-11-26T07:17:08.414Z Downloaded heck v0.4.1
5872024-11-26T07:17:08.414Z Downloaded quinn v0.11.5
5882024-11-26T07:17:08.417Z Downloaded futures-task v0.3.31
5892024-11-26T07:17:08.419Z Downloaded tabwriter v1.4.0
5902024-11-26T07:17:08.422Z Downloaded stable_deref_trait v1.2.0
5912024-11-26T07:17:08.422Z Downloaded version_check v0.9.5
5922024-11-26T07:17:08.422Z Downloaded slog-scope v4.4.0
5932024-11-26T07:17:08.424Z Downloaded heck v0.5.0
5942024-11-26T07:17:08.424Z Downloaded http v0.2.12
5952024-11-26T07:17:08.429Z Downloaded usdt-attr-macro v0.5.0
5962024-11-26T07:17:08.431Z Downloaded num-rational v0.4.2
5972024-11-26T07:17:08.431Z Downloaded derive_more v0.99.18
5982024-11-26T07:17:08.436Z Downloaded omicron-workspace-hack v0.1.0
5992024-11-26T07:17:08.439Z Downloaded num_threads v0.1.7
6002024-11-26T07:17:08.439Z Downloaded lazy_static v1.5.0
6012024-11-26T07:17:08.442Z Downloaded zeroize v1.8.1
6022024-11-26T07:17:08.442Z Downloaded slog-envlogger v2.2.0
6032024-11-26T07:17:08.444Z Downloaded serde v1.0.215
6042024-11-26T07:17:08.447Z Downloaded indent_write v2.2.0
6052024-11-26T07:17:08.449Z Downloaded zerocopy-derive v0.7.35
6062024-11-26T07:17:08.452Z Downloaded slog-term v2.9.1
6072024-11-26T07:17:08.455Z Downloaded lru-cache v0.1.2
6082024-11-26T07:17:08.458Z Downloaded ipnet v2.10.0
6092024-11-26T07:17:08.461Z Downloaded futures-sink v0.3.31
6102024-11-26T07:17:08.461Z Downloaded generic-array v0.14.7
6112024-11-26T07:17:08.463Z Downloaded hash32 v0.3.1
6122024-11-26T07:17:08.463Z Downloaded native-tls v0.2.12
6132024-11-26T07:17:08.466Z Downloaded tracing-core v0.1.32
6142024-11-26T07:17:08.470Z Downloaded httparse v1.9.4
6152024-11-26T07:17:08.472Z Downloaded zone v0.3.0
6162024-11-26T07:17:08.472Z Downloaded slog-json v2.6.1
6172024-11-26T07:17:08.475Z Downloaded smartstring v1.0.1
6182024-11-26T07:17:08.477Z Downloaded static_assertions v1.1.0
6192024-11-26T07:17:08.480Z Downloaded usdt v0.5.0
6202024-11-26T07:17:08.480Z Downloaded num_enum_derive v0.7.3
6212024-11-26T07:17:08.482Z Downloaded log v0.4.22
6222024-11-26T07:17:08.484Z Downloaded cc v1.1.21
6232024-11-26T07:17:08.487Z Downloaded pest v2.7.13
6242024-11-26T07:17:08.492Z Downloaded subtle v2.6.1
6252024-11-26T07:17:08.495Z Downloaded strsim v0.11.1
6262024-11-26T07:17:08.497Z Downloaded utf8parse v0.2.2
6272024-11-26T07:17:08.497Z Downloaded unicode-ident v1.0.13
6282024-11-26T07:17:08.500Z Downloaded strum_macros v0.25.3
6292024-11-26T07:17:08.503Z Downloaded num-traits v0.2.19
6302024-11-26T07:17:08.505Z Downloaded rustls v0.23.13
6312024-11-26T07:17:08.517Z Downloaded thin-vec v0.2.13
6322024-11-26T07:17:08.519Z Downloaded smallvec v1.13.2
6332024-11-26T07:17:08.522Z Downloaded slog-stdlog v4.1.1
6342024-11-26T07:17:08.524Z Downloaded mio v1.0.2
6352024-11-26T07:17:08.528Z Downloaded indexmap v1.9.3
6362024-11-26T07:17:08.531Z Downloaded highway v1.2.0
6372024-11-26T07:17:08.534Z Downloaded strum_macros v0.26.4
6382024-11-26T07:17:08.536Z Downloaded openssl-sys v0.9.103
6392024-11-26T07:17:08.541Z Downloaded tinyvec v1.8.0
6402024-11-26T07:17:08.544Z Downloaded whoami v1.5.2
6412024-11-26T07:17:08.547Z Downloaded uuid v1.11.0
6422024-11-26T07:17:08.550Z Downloaded tracing v0.1.40
6432024-11-26T07:17:08.555Z Downloaded memchr v2.7.4
6442024-11-26T07:17:08.560Z Downloaded unsafe-libyaml v0.2.11
6452024-11-26T07:17:08.565Z Downloaded half v2.4.1
6462024-11-26T07:17:08.567Z Downloaded chrono v0.4.38
6472024-11-26T07:17:08.575Z Downloaded http v1.1.0
6482024-11-26T07:17:08.580Z Downloaded minimal-lexical v0.2.1
6492024-11-26T07:17:08.585Z Downloaded clap_builder v4.5.21
6502024-11-26T07:17:08.593Z Downloaded heapless v0.8.0
6512024-11-26T07:17:08.597Z Downloaded indexmap v2.6.0
6522024-11-26T07:17:08.602Z Downloaded hickory-resolver v0.24.1
6532024-11-26T07:17:08.606Z Downloaded hashbrown v0.12.3
6542024-11-26T07:17:08.611Z Downloaded steno v0.4.1
6552024-11-26T07:17:08.615Z Downloaded url v2.5.2
6562024-11-26T07:17:08.619Z Downloaded nom v7.1.3
6572024-11-26T07:17:08.625Z Downloaded hashbrown v0.15.2
6582024-11-26T07:17:08.632Z Downloaded unicode-segmentation v1.12.0
6592024-11-26T07:17:08.635Z Downloaded serde_with v3.9.0
6602024-11-26T07:17:08.644Z Downloaded time v0.3.36
6612024-11-26T07:17:08.652Z Downloaded futures-util v0.3.31
6622024-11-26T07:17:08.665Z Downloaded serde_json v1.0.133
6632024-11-26T07:17:08.673Z Downloaded itertools v0.13.0
6642024-11-26T07:17:08.680Z Downloaded itertools v0.10.5
6652024-11-26T07:17:08.688Z Downloaded reqwest v0.11.27
6662024-11-26T07:17:08.696Z Downloaded libm v0.2.8
6672024-11-26T07:17:08.705Z Downloaded h2 v0.4.6
6682024-11-26T07:17:08.713Z Downloaded vcpkg v0.2.15
6692024-11-26T07:17:08.751Z Downloaded idna v0.5.0
6702024-11-26T07:17:08.758Z Downloaded webpki-roots v0.25.4
6712024-11-26T07:17:08.762Z Downloaded winnow v0.5.40
6722024-11-26T07:17:08.772Z Downloaded idna v0.4.0
6732024-11-26T07:17:08.778Z Downloaded dropshot v0.13.0
6742024-11-26T07:17:08.799Z Downloaded h2 v0.3.26
6752024-11-26T07:17:08.805Z Downloaded dropshot v0.12.0
6762024-11-26T07:17:08.827Z Downloaded openapiv3 v2.0.0
6772024-11-26T07:17:08.838Z Downloaded hyper v1.5.1
6782024-11-26T07:17:08.844Z Downloaded winnow v0.6.18
6792024-11-26T07:17:08.853Z Downloaded hyper v0.14.30
6802024-11-26T07:17:08.861Z Downloaded syn v2.0.89
6812024-11-26T07:17:08.873Z Downloaded quinn-proto v0.11.8
6822024-11-26T07:17:08.879Z Downloaded openssl v0.10.66
6832024-11-26T07:17:08.889Z Downloaded rustls-webpki v0.102.8
6842024-11-26T07:17:08.907Z Downloaded goblin v0.8.2
6852024-11-26T07:17:08.912Z Downloaded rustls v0.21.12
6862024-11-26T07:17:08.924Z Downloaded syn v1.0.109
6872024-11-26T07:17:08.935Z Downloaded unicode-width v0.1.14
6882024-11-26T07:17:08.941Z Downloaded zerocopy v0.7.35
6892024-11-26T07:17:08.958Z Downloaded webpki-roots v0.26.6
6902024-11-26T07:17:08.960Z Downloaded rhai v1.19.0
6912024-11-26T07:17:08.972Z Downloaded regex-syntax v0.8.4
6922024-11-26T07:17:08.980Z Downloaded smoltcp v0.11.0
6932024-11-26T07:17:08.994Z Downloaded regress v0.9.1
6942024-11-26T07:17:09.002Z Downloaded rustix v0.38.37
6952024-11-26T07:17:09.025Z Downloaded hickory-proto v0.24.1
6962024-11-26T07:17:09.039Z Downloaded rustls v0.22.4
6972024-11-26T07:17:09.051Z Downloaded regress v0.10.1
6982024-11-26T07:17:09.060Z Downloaded unicode-normalization v0.1.24
6992024-11-26T07:17:09.064Z Downloaded itertools v0.12.1
7002024-11-26T07:17:09.071Z Downloaded hashbrown v0.14.5
7012024-11-26T07:17:09.076Z Downloaded tokio-util v0.7.12
7022024-11-26T07:17:09.083Z Downloaded typify-impl v0.2.0
7032024-11-26T07:17:09.098Z Downloaded sled v0.34.7
7042024-11-26T07:17:09.109Z Downloaded toml_edit v0.19.15
7052024-11-26T07:17:09.124Z Downloaded toml_edit v0.22.21
7062024-11-26T07:17:09.144Z Downloaded unicode-bidi v0.3.15
7072024-11-26T07:17:09.147Z Downloaded zerocopy-derive v0.6.6
7082024-11-26T07:17:09.157Z Downloaded tokio-rustls v0.26.0
7092024-11-26T07:17:09.165Z Downloaded tokio-rustls v0.24.1
7102024-11-26T07:17:09.165Z Downloaded zerocopy v0.6.6
7112024-11-26T07:17:09.165Z Downloaded expectorate v1.1.0
7122024-11-26T07:17:09.168Z Downloaded terminal_size v0.4.0
7132024-11-26T07:17:09.168Z Downloaded mime v0.3.17
7142024-11-26T07:17:09.168Z Downloaded ucd-trie v0.1.6
7152024-11-26T07:17:09.171Z Downloaded toml v0.8.19
7162024-11-26T07:17:09.173Z Downloaded regex-automata v0.4.7
7172024-11-26T07:17:09.190Z Downloaded crossbeam-channel v0.5.13
7182024-11-26T07:17:09.194Z Downloaded base64 v0.22.1
7192024-11-26T07:17:09.197Z Downloaded petgraph v0.6.5
7202024-11-26T07:17:09.215Z Downloaded usdt-impl v0.5.0
7212024-11-26T07:17:09.218Z Downloaded multer v3.1.0
7222024-11-26T07:17:09.220Z Downloaded hyper-util v0.1.10
7232024-11-26T07:17:09.222Z Downloaded clap v4.5.21
7242024-11-26T07:17:09.231Z Downloaded itoa v1.0.11
7252024-11-26T07:17:09.233Z Downloaded tokio-rustls v0.25.0
7262024-11-26T07:17:09.236Z Downloaded serde_yaml v0.9.34+deprecated
7272024-11-26T07:17:09.238Z Downloaded darling_core v0.20.10
7282024-11-26T07:17:09.241Z Downloaded futures v0.3.31
7292024-11-26T07:17:09.246Z Downloaded macaddr v1.0.1
7302024-11-26T07:17:09.248Z Downloaded tokio-native-tls v0.3.1
7312024-11-26T07:17:09.251Z Downloaded libc v0.2.165
7322024-11-26T07:17:09.274Z Downloaded tokio-macros v2.4.0
7332024-11-26T07:17:09.276Z Downloaded tokio v1.40.0
7342024-11-26T07:17:09.310Z Downloaded once_cell v1.19.0
7352024-11-26T07:17:09.313Z Downloaded socket2 v0.5.7
7362024-11-26T07:17:09.315Z Downloaded derive-where v1.2.7
7372024-11-26T07:17:09.317Z Downloaded num_enum v0.5.11
7382024-11-26T07:17:09.322Z Downloaded tracing-attributes v0.1.27
7392024-11-26T07:17:09.325Z Downloaded encoding_rs v0.8.34
7402024-11-26T07:17:09.344Z Downloaded term v0.7.0
7412024-11-26T07:17:09.347Z Downloaded similar v2.6.0
7422024-11-26T07:17:09.351Z Downloaded serde_derive v1.0.215
7432024-11-26T07:17:09.355Z Downloaded crc32fast v1.4.2
7442024-11-26T07:17:09.358Z Downloaded thiserror v1.0.69
7452024-11-26T07:17:09.360Z Downloaded structmeta-derive v0.3.0
7462024-11-26T07:17:09.362Z Downloaded linked-hash-map v0.5.6
7472024-11-26T07:17:09.362Z Downloaded iana-time-zone v0.1.61
7482024-11-26T07:17:09.365Z Downloaded spin v0.9.8
7492024-11-26T07:17:09.367Z Downloaded crossbeam-epoch v0.9.18
7502024-11-26T07:17:09.370Z Downloaded ciborium v0.2.2
7512024-11-26T07:17:09.372Z Downloaded blake2 v0.10.6
7522024-11-26T07:17:09.374Z Downloaded backoff v0.4.0
7532024-11-26T07:17:09.374Z Downloaded serde_urlencoded v0.7.1
7542024-11-26T07:17:09.377Z Downloaded serde_derive_internals v0.29.1
7552024-11-26T07:17:09.379Z Downloaded semver v1.0.23
7562024-11-26T07:17:09.381Z Downloaded sct v0.7.1
7572024-11-26T07:17:09.384Z Downloaded scroll v0.12.0
7582024-11-26T07:17:09.384Z Downloaded foreign-types-shared v0.3.1
7592024-11-26T07:17:09.387Z Downloaded embedded-io v0.4.0
7602024-11-26T07:17:09.387Z Downloaded dof v0.3.0
7612024-11-26T07:17:09.390Z Downloaded rhai_codegen v2.2.0
7622024-11-26T07:17:09.393Z Downloaded foreign-types-macros v0.2.3
7632024-11-26T07:17:09.396Z Downloaded embedded-io v0.6.1
7642024-11-26T07:17:09.396Z Downloaded deranged v0.3.11
7652024-11-26T07:17:09.398Z Downloaded defmt v0.3.8
7662024-11-26T07:17:09.400Z Downloaded data-encoding v2.6.0
7672024-11-26T07:17:09.400Z Downloaded quote v1.0.37
7682024-11-26T07:17:09.404Z Downloaded prettyplease v0.2.22
7692024-11-26T07:17:09.408Z Downloaded slog-dtrace v0.3.0
7702024-11-26T07:17:09.408Z Downloaded slab v0.4.9
7712024-11-26T07:17:09.408Z Downloaded futures-executor v0.3.31
7722024-11-26T07:17:09.411Z Downloaded futures-core v0.3.31
7732024-11-26T07:17:09.411Z Downloaded fnv v1.0.7
7742024-11-26T07:17:09.411Z Downloaded errno v0.3.9
7752024-11-26T07:17:09.414Z Downloaded either v1.13.0
7762024-11-26T07:17:09.414Z Downloaded digest v0.10.7
7772024-11-26T07:17:09.416Z Downloaded clap_lex v0.7.2
7782024-11-26T07:17:09.416Z Downloaded serde_repr v0.1.19
7792024-11-26T07:17:09.418Z Downloaded serde_path_to_error v0.1.16
7802024-11-26T07:17:09.421Z Downloaded semver v0.1.20
7812024-11-26T07:17:09.421Z Downloaded schemars_derive v0.8.21
7822024-11-26T07:17:09.426Z Downloaded resolv-conf v0.7.0
7832024-11-26T07:17:09.426Z Downloaded form_urlencoded v1.2.1
7842024-11-26T07:17:09.426Z Downloaded fixedbitset v0.4.2
7852024-11-26T07:17:09.429Z Downloaded dirs-sys-next v0.1.2
7862024-11-26T07:17:09.429Z Downloaded defmt-macros v0.3.9
7872024-11-26T07:17:09.429Z Downloaded crypto-common v0.1.6
7882024-11-26T07:17:09.431Z Downloaded ciborium-ll v0.2.2
7892024-11-26T07:17:09.431Z Downloaded dtrace-parser v0.2.0
7902024-11-26T07:17:09.431Z Downloaded clap_derive v4.5.18
7912024-11-26T07:17:09.434Z Downloaded cfg-if v1.0.0
7922024-11-26T07:17:09.434Z Downloaded cancel-safe-futures v0.1.5
7932024-11-26T07:17:09.437Z Downloaded bitflags v1.3.2
7942024-11-26T07:17:09.439Z Downloaded plain v0.2.3
7952024-11-26T07:17:09.442Z Downloaded pin-project-lite v0.2.14
7962024-11-26T07:17:09.444Z Downloaded ppv-lite86 v0.2.20
7972024-11-26T07:17:09.446Z Downloaded pkg-config v0.3.31
7982024-11-26T07:17:09.449Z Downloaded pin-utils v0.1.0
7992024-11-26T07:17:09.449Z Downloaded pest_generator v2.7.13
8002024-11-26T07:17:09.449Z Downloaded paste v1.0.15
8012024-11-26T07:17:09.452Z Downloaded camino v1.1.9
8022024-11-26T07:17:09.454Z Downloaded block-buffer v0.10.4
8032024-11-26T07:17:09.454Z Downloaded bitflags v2.6.0
8042024-11-26T07:17:09.458Z Downloaded arc-swap v1.7.1
8052024-11-26T07:17:09.461Z Downloaded allocator-api2 v0.2.18
8062024-11-26T07:17:09.464Z Downloaded ahash v0.8.11
8072024-11-26T07:17:09.466Z Downloaded atomicwrites v0.4.4
8082024-11-26T07:17:09.468Z Downloaded atomic-waker v1.1.2
8092024-11-26T07:17:09.468Z Downloaded argon2 v0.5.3
8102024-11-26T07:17:09.471Z Downloaded anstyle-query v1.1.1
8112024-11-26T07:17:09.473Z Downloaded anstyle-parse v0.2.5
8122024-11-26T07:17:09.473Z Downloaded anstream v0.6.15
8132024-11-26T07:17:09.604Z Downloaded ring v0.17.8
8142024-11-26T07:17:10.012Z Compiling proc-macro2 v1.0.92
8152024-11-26T07:17:10.012Z Compiling unicode-ident v1.0.13
8162024-11-26T07:17:10.015Z Compiling libc v0.2.165
8172024-11-26T07:17:10.015Z Compiling serde v1.0.215
8182024-11-26T07:17:10.015Z Compiling autocfg v1.3.0
8192024-11-26T07:17:10.015Z Compiling version_check v0.9.5
8202024-11-26T07:17:10.015Z Compiling cfg-if v1.0.0
8212024-11-26T07:17:10.224Z Compiling once_cell v1.19.0
8222024-11-26T07:17:10.247Z Compiling libm v0.2.8
8232024-11-26T07:17:10.267Z Compiling memchr v2.7.4
8242024-11-26T07:17:10.753Z Compiling parking_lot_core v0.9.10
8252024-11-26T07:17:10.774Z Compiling lock_api v0.4.12
8262024-11-26T07:17:10.966Z Compiling shlex v1.3.0
8272024-11-26T07:17:11.083Z Compiling thiserror v1.0.69
8282024-11-26T07:17:11.206Z Compiling cc v1.1.21
8292024-11-26T07:17:11.306Z Compiling itoa v1.0.11
8302024-11-26T07:17:11.646Z Compiling slab v0.4.9
8312024-11-26T07:17:11.671Z Compiling schemars v0.8.21
8322024-11-26T07:17:11.755Z Compiling byteorder v1.5.0
8332024-11-26T07:17:12.001Z Compiling quote v1.0.37
8342024-11-26T07:17:12.061Z Compiling num-traits v0.2.19
8352024-11-26T07:17:12.345Z Compiling getrandom v0.2.15
8362024-11-26T07:17:12.491Z Compiling syn v2.0.89
8372024-11-26T07:17:12.719Z Compiling ryu v1.0.18
8382024-11-26T07:17:12.953Z Compiling serde_json v1.0.133
8392024-11-26T07:17:13.023Z Compiling pin-project-lite v0.2.14
8402024-11-26T07:17:13.453Z Compiling log v0.4.22
8412024-11-26T07:17:13.571Z Compiling scopeguard v1.2.0
8422024-11-26T07:17:13.684Z Compiling equivalent v1.0.1
8432024-11-26T07:17:13.756Z Compiling hashbrown v0.15.2
8442024-11-26T07:17:13.806Z Compiling heck v0.5.0
8452024-11-26T07:17:13.874Z Compiling fnv v1.0.7
8462024-11-26T07:17:14.034Z Compiling mio v1.0.2
8472024-11-26T07:17:14.283Z Compiling socket2 v0.5.7
8482024-11-26T07:17:14.286Z Compiling signal-hook-registry v1.4.2
8492024-11-26T07:17:14.398Z Compiling ring v0.17.8
8502024-11-26T07:17:15.487Z Compiling httparse v1.9.4
8512024-11-26T07:17:15.512Z Compiling pkg-config v0.3.31
8522024-11-26T07:17:15.549Z Compiling slog v2.7.0
8532024-11-26T07:17:15.682Z Compiling vcpkg v0.2.15
8542024-11-26T07:17:16.002Z Compiling iana-time-zone v0.1.61
8552024-11-26T07:17:16.142Z Compiling futures-core v0.3.31
8562024-11-26T07:17:16.221Z Compiling dyn-clone v1.0.17
8572024-11-26T07:17:16.378Z Compiling futures-sink v0.3.31
8582024-11-26T07:17:16.439Z Compiling semver v1.0.23
8592024-11-26T07:17:16.551Z Compiling openssl v0.10.66
8602024-11-26T07:17:17.021Z Compiling typenum v1.17.0
8612024-11-26T07:17:17.043Z Compiling futures-channel v0.3.31
8622024-11-26T07:17:17.071Z Compiling ahash v0.8.11
8632024-11-26T07:17:17.168Z Compiling futures-io v0.3.31
8642024-11-26T07:17:17.254Z Compiling pin-utils v0.1.0
8652024-11-26T07:17:17.276Z Compiling openssl-sys v0.9.103
8662024-11-26T07:17:17.375Z Compiling rustls v0.23.13
8672024-11-26T07:17:17.475Z Compiling native-tls v0.2.12
8682024-11-26T07:17:17.530Z Compiling futures-task v0.3.31
8692024-11-26T07:17:17.633Z Compiling generic-array v0.14.7
8702024-11-26T07:17:17.851Z Compiling tracing-core v0.1.32
8712024-11-26T07:17:17.922Z Compiling allocator-api2 v0.2.18
8722024-11-26T07:17:17.976Z Compiling bitflags v2.6.0
8732024-11-26T07:17:18.014Z Compiling ucd-trie v0.1.6
8742024-11-26T07:17:18.298Z Compiling subtle v2.6.1
8752024-11-26T07:17:18.617Z Compiling aho-corasick v1.1.3
8762024-11-26T07:17:18.644Z Compiling regex-syntax v0.8.4
8772024-11-26T07:17:18.685Z Compiling anyhow v1.0.93
8782024-11-26T07:17:18.855Z Compiling time-core v0.1.2
8792024-11-26T07:17:19.009Z Compiling num-conv v0.1.0
8802024-11-26T07:17:19.294Z Compiling time-macros v0.2.18
8812024-11-26T07:17:19.608Z Compiling serde_derive_internals v0.29.1
8822024-11-26T07:17:19.999Z Compiling spin v0.9.8
8832024-11-26T07:17:20.297Z Compiling rustls-pki-types v1.8.0
8842024-11-26T07:17:20.478Z Compiling crunchy v0.2.2
8852024-11-26T07:17:21.525Z Compiling usdt-impl v0.5.0
8862024-11-26T07:17:21.781Z Compiling tiny-keccak v2.0.2
8872024-11-26T07:17:22.052Z Compiling regex-automata v0.4.7
8882024-11-26T07:17:22.106Z Compiling untrusted v0.9.0
8892024-11-26T07:17:22.580Z Compiling omicron-workspace-hack v0.1.0
8902024-11-26T07:17:22.703Z Compiling plain v0.2.3
8912024-11-26T07:17:22.860Z Compiling atomic-waker v1.1.2
8922024-11-26T07:17:24.464Z Compiling try-lock v0.2.5
8932024-11-26T07:17:24.510Z Compiling zeroize v1.8.1
8942024-11-26T07:17:24.631Z Compiling strsim v0.11.1
8952024-11-26T07:17:24.776Z Compiling pretty-hex v0.4.1
8962024-11-26T07:17:24.848Z Compiling rustversion v1.0.17
8972024-11-26T07:17:24.965Z Compiling serde_derive v1.0.215
8982024-11-26T07:17:24.991Z Compiling zerocopy-derive v0.7.35
8992024-11-26T07:17:25.372Z Compiling thiserror-impl v1.0.69
9002024-11-26T07:17:25.508Z Compiling tokio-macros v2.4.0
9012024-11-26T07:17:25.990Z Compiling schemars_derive v0.8.21
9022024-11-26T07:17:27.118Z Compiling futures-macro v0.3.31
9032024-11-26T07:17:27.150Z Compiling zerocopy v0.7.35
9042024-11-26T07:17:28.961Z Compiling openssl-macros v0.1.1
9052024-11-26T07:17:29.072Z Compiling futures-util v0.3.31
9062024-11-26T07:17:29.583Z Compiling tracing-attributes v0.1.27
9072024-11-26T07:17:29.683Z Compiling hashbrown v0.14.5
9082024-11-26T07:17:29.801Z Compiling scroll_derive v0.12.0
9092024-11-26T07:17:30.068Z Compiling pest v2.7.13
9102024-11-26T07:17:30.324Z Compiling regex v1.10.6
9112024-11-26T07:17:31.034Z Compiling regress v0.10.1
9122024-11-26T07:17:31.303Z Compiling scroll v0.12.0
9132024-11-26T07:17:31.835Z Compiling goblin v0.8.2
9142024-11-26T07:17:32.958Z Compiling tracing v0.1.40
9152024-11-26T07:17:33.653Z Compiling pest_meta v2.7.13
9162024-11-26T07:17:35.880Z Compiling pest_generator v2.7.13
9172024-11-26T07:17:36.018Z Compiling rustls-webpki v0.102.8
9182024-11-26T07:17:37.667Z Compiling tinyvec_macros v0.1.1
9192024-11-26T07:17:37.711Z Compiling pest_derive v2.7.13
9202024-11-26T07:17:37.775Z Compiling percent-encoding v2.3.1
9212024-11-26T07:17:38.256Z Compiling form_urlencoded v1.2.1
9222024-11-26T07:17:38.616Z Compiling dtrace-parser v0.2.0
9232024-11-26T07:17:38.745Z Compiling tinyvec v1.8.0
9242024-11-26T07:17:39.063Z Compiling bytes v1.7.2
9252024-11-26T07:17:40.382Z Compiling smallvec v1.13.2
9262024-11-26T07:17:40.409Z Compiling indexmap v2.6.0
9272024-11-26T07:17:40.456Z Compiling chrono v0.4.38
9282024-11-26T07:17:40.960Z Compiling uuid v1.11.0
9292024-11-26T07:17:41.133Z Compiling serde_tokenstream v0.2.2
9302024-11-26T07:17:41.721Z Compiling parking_lot v0.12.3
9312024-11-26T07:17:41.743Z Compiling http v1.1.0
9322024-11-26T07:17:42.220Z Compiling tokio v1.40.0
9332024-11-26T07:17:45.377Z Compiling openapiv3 v2.0.0
9342024-11-26T07:17:46.303Z Compiling dof v0.3.0
9352024-11-26T07:17:47.952Z Compiling typify-impl v0.2.0
9362024-11-26T07:17:48.102Z Compiling http-body v1.0.1
9372024-11-26T07:17:48.455Z Compiling want v0.3.1
9382024-11-26T07:17:48.779Z Compiling const-random-macro v0.1.16
9392024-11-26T07:17:49.120Z Compiling rand_core v0.6.4
9402024-11-26T07:17:49.412Z Compiling thread-id v4.2.2
9412024-11-26T07:17:49.553Z Compiling rustls v0.22.4
9422024-11-26T07:17:49.647Z Compiling httpdate v1.0.3
9432024-11-26T07:17:49.828Z Compiling camino v1.1.9
9442024-11-26T07:17:49.888Z Compiling unsafe-libyaml v0.2.11
9452024-11-26T07:17:50.009Z Compiling const-random v0.1.18
9462024-11-26T07:17:50.409Z Compiling ipnetwork v0.20.0
9472024-11-26T07:17:51.439Z Compiling serde_yaml v0.9.34+deprecated
9482024-11-26T07:17:51.610Z Compiling unicode-normalization v0.1.24
9492024-11-26T07:17:51.634Z Compiling foreign-types-shared v0.1.1
9502024-11-26T07:17:51.762Z Compiling syn v1.0.109
9512024-11-26T07:17:52.397Z Compiling tokio-util v0.7.12
9522024-11-26T07:17:52.972Z Compiling tower-service v0.3.3
9532024-11-26T07:17:53.121Z Compiling ident_case v1.0.1
9542024-11-26T07:17:53.317Z Compiling unicode-bidi v0.3.15
9552024-11-26T07:17:54.202Z Compiling h2 v0.4.6
9562024-11-26T07:17:54.361Z Compiling slog-async v2.8.0
9572024-11-26T07:17:54.427Z Compiling darling_core v0.20.10
9582024-11-26T07:17:54.972Z Compiling foreign-types v0.3.2
9592024-11-26T07:17:55.267Z Compiling ppv-lite86 v0.2.20
9602024-11-26T07:17:56.384Z Compiling multer v3.1.0
9612024-11-26T07:17:56.928Z Compiling paste v1.0.15
9622024-11-26T07:17:59.366Z Compiling hyper v1.5.1
9632024-11-26T07:17:59.891Z Compiling typify-macro v0.2.0
9642024-11-26T07:18:00.101Z Compiling rand_chacha v0.3.1
9652024-11-26T07:18:00.561Z Compiling darling_macro v0.20.10
9662024-11-26T07:18:01.848Z Compiling idna v0.5.0
9672024-11-26T07:18:03.876Z Compiling typify v0.2.0
9682024-11-26T07:18:04.038Z Compiling progenitor-impl v0.8.0
9692024-11-26T07:18:05.694Z Compiling hyper-util v0.1.10
9702024-11-26T07:18:08.875Z Compiling usdt-attr-macro v0.5.0
9712024-11-26T07:18:10.066Z Compiling usdt-macro v0.5.0
9722024-11-26T07:18:10.595Z Compiling http-body-util v0.1.2
9732024-11-26T07:18:10.676Z Compiling progenitor-macro v0.8.0
9742024-11-26T07:18:11.163Z Compiling toml_datetime v0.6.8
9752024-11-26T07:18:11.227Z Compiling async-trait v0.1.83
9762024-11-26T07:18:11.987Z Compiling encoding_rs v0.8.34
9772024-11-26T07:18:13.130Z Compiling mime v0.3.17
9782024-11-26T07:18:13.231Z Compiling openssl-probe v0.1.5
9792024-11-26T07:18:13.670Z Compiling base64 v0.22.1
9802024-11-26T07:18:14.228Z Compiling rustls-pemfile v2.1.3
9812024-11-26T07:18:16.425Z Compiling url v2.5.2
9822024-11-26T07:18:19.217Z Compiling darling v0.20.10
9832024-11-26T07:18:19.352Z Compiling rand v0.8.5
9842024-11-26T07:18:22.021Z Compiling serde_urlencoded v0.7.1
9852024-11-26T07:18:22.628Z Compiling async-stream-impl v0.3.6
9862024-11-26T07:18:23.769Z Compiling ipnet v2.10.0
9872024-11-26T07:18:24.019Z Compiling powerfmt v0.2.0
9882024-11-26T07:18:24.136Z Compiling crossbeam-utils v0.8.20
9892024-11-26T07:18:24.515Z Compiling deranged v0.3.11
9902024-11-26T07:18:25.080Z Compiling tokio-rustls v0.26.0
9912024-11-26T07:18:25.840Z Compiling serde_with_macros v3.9.0
9922024-11-26T07:18:26.704Z Compiling tokio-native-tls v0.3.1
9932024-11-26T07:18:27.035Z Compiling strum_macros v0.26.4
9942024-11-26T07:18:28.531Z Compiling structmeta-derive v0.3.0
9952024-11-26T07:18:28.645Z Compiling webpki-roots v0.26.6
9962024-11-26T07:18:28.860Z Compiling dropshot v0.12.0
9972024-11-26T07:18:29.230Z Compiling winnow v0.6.18
9982024-11-26T07:18:32.006Z Compiling num_threads v0.1.7
9992024-11-26T07:18:32.150Z Compiling time v0.3.36
10002024-11-26T07:18:33.570Z Compiling structmeta v0.3.0
10012024-11-26T07:18:33.985Z Compiling hyper-rustls v0.27.3
10022024-11-26T07:18:34.310Z Compiling hyper-tls v0.6.0
10032024-11-26T07:18:35.081Z Compiling crypto-common v0.1.6
10042024-11-26T07:18:35.321Z Compiling block-buffer v0.10.4
10052024-11-26T07:18:35.841Z Compiling sync_wrapper v1.0.1
10062024-11-26T07:18:39.083Z Compiling reqwest v0.12.9
10072024-11-26T07:18:41.641Z Compiling digest v0.10.7
10082024-11-26T07:18:42.132Z Compiling parse-display-derive v0.10.0
10092024-11-26T07:18:43.434Z Compiling dropshot_endpoint v0.12.0
10102024-11-26T07:18:44.943Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10112024-11-26T07:18:45.867Z Compiling dirs-sys-next v0.1.2
10122024-11-26T07:18:46.712Z Compiling match_cfg v0.1.0
10132024-11-26T07:18:46.898Z Compiling hostname v0.3.1
10142024-11-26T07:18:47.636Z Compiling dirs-next v2.0.0
10152024-11-26T07:18:47.791Z Compiling progenitor-client v0.8.0
10162024-11-26T07:18:48.681Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
10172024-11-26T07:18:52.483Z Compiling futures-executor v0.3.31
10182024-11-26T07:18:53.297Z Compiling thread_local v1.1.8
10192024-11-26T07:18:53.996Z Compiling lazy_static v1.5.0
10202024-11-26T07:18:53.999Z Compiling cpufeatures v0.2.14
10212024-11-26T07:18:54.137Z Compiling rustix v0.38.37
10222024-11-26T07:18:55.006Z Compiling futures v0.3.31
10232024-11-26T07:18:56.403Z Compiling progenitor v0.8.0
10242024-11-26T07:18:56.561Z Compiling term v0.7.0
10252024-11-26T07:18:56.626Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10262024-11-26T07:18:57.497Z Compiling crossbeam-channel v0.5.13
10272024-11-26T07:18:58.357Z Compiling serde_spanned v0.6.7
10282024-11-26T07:18:58.793Z Compiling is-terminal v0.4.13
10292024-11-26T07:18:58.939Z Compiling memmap v0.7.0
10302024-11-26T07:18:59.033Z Compiling errno v0.3.9
10312024-11-26T07:18:59.357Z Compiling instant v0.1.13
10322024-11-26T07:18:59.538Z Compiling unicode-width v0.1.14
10332024-11-26T07:19:00.118Z Compiling take_mut v0.2.2
10342024-11-26T07:19:01.027Z Compiling usdt v0.5.0
10352024-11-26T07:19:02.277Z Compiling slog-term v2.9.1
10362024-11-26T07:19:02.999Z Compiling toml_edit v0.22.21
10372024-11-26T07:19:04.965Z Compiling slog-json v2.6.1
10382024-11-26T07:19:05.885Z Compiling debug-ignore v1.0.5
10392024-11-26T07:19:06.483Z Compiling slog-bunyan v2.5.0
10402024-11-26T07:19:06.772Z Compiling toml v0.8.19
10412024-11-26T07:19:08.679Z Compiling tokio-rustls v0.25.0
10422024-11-26T07:19:09.152Z Compiling sha1 v0.10.6
10432024-11-26T07:19:09.949Z Compiling strum v0.26.3
10442024-11-26T07:19:10.170Z Compiling serde_with v3.9.0
10452024-11-26T07:19:13.320Z Compiling async-stream v0.3.6
10462024-11-26T07:19:13.512Z Compiling serde_path_to_error v0.1.16
10472024-11-26T07:19:13.643Z Compiling waitgroup v0.1.2
10482024-11-26T07:19:13.903Z Compiling hostname v0.4.0
10492024-11-26T07:19:14.610Z Compiling heapless v0.8.0
10502024-11-26T07:19:15.119Z Compiling newtype-uuid v1.1.0
10512024-11-26T07:19:15.468Z Compiling hex v0.4.3
10522024-11-26T07:19:15.594Z Compiling hash32 v0.3.1
10532024-11-26T07:19:15.967Z Compiling smoltcp v0.11.0
10542024-11-26T07:19:16.342Z Compiling stable_deref_trait v1.2.0
10552024-11-26T07:19:16.766Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10562024-11-26T07:19:18.556Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10572024-11-26T07:19:19.247Z Compiling backoff v0.4.0
10582024-11-26T07:19:19.661Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10592024-11-26T07:19:20.311Z Compiling parse-display v0.10.0
10602024-11-26T07:19:22.212Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10612024-11-26T07:19:22.484Z Compiling regress v0.9.1
10622024-11-26T07:19:24.730Z Compiling macaddr v1.0.1
10632024-11-26T07:19:25.170Z Compiling clap_derive v4.5.18
10642024-11-26T07:19:25.581Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10652024-11-26T07:19:25.993Z Compiling cobs v0.2.3
10662024-11-26T07:19:26.446Z Compiling managed v0.8.0
10672024-11-26T07:19:26.569Z Compiling utf8parse v0.2.2
10682024-11-26T07:19:26.752Z Compiling bitflags v1.3.2
10692024-11-26T07:19:26.879Z Compiling winnow v0.5.40
10702024-11-26T07:19:29.983Z Compiling anstyle-parse v0.2.5
10712024-11-26T07:19:30.962Z Compiling toml_edit v0.19.15
10722024-11-26T07:19:30.983Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10732024-11-26T07:19:31.071Z Compiling postcard v1.0.10
10742024-11-26T07:19:35.367Z Compiling colorchoice v1.0.2
10752024-11-26T07:19:35.952Z Compiling anstyle v1.0.10
10762024-11-26T07:19:37.382Z Compiling is_terminal_polyfill v1.70.1
10772024-11-26T07:19:37.410Z Compiling anstyle-query v1.1.1
10782024-11-26T07:19:37.578Z Compiling anstream v0.6.15
10792024-11-26T07:19:38.642Z Compiling proc-macro-crate v1.3.1
10802024-11-26T07:19:39.341Z Compiling terminal_size v0.4.0
10812024-11-26T07:19:39.569Z Compiling clap_lex v0.7.2
10822024-11-26T07:19:39.722Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10832024-11-26T07:19:40.140Z Compiling clap_builder v4.5.21
10842024-11-26T07:19:40.408Z Compiling num_enum_derive v0.5.11
10852024-11-26T07:19:41.598Z Compiling tabwriter v1.4.0
10862024-11-26T07:19:42.543Z Compiling foreign-types-macros v0.2.3
10872024-11-26T07:19:42.819Z Compiling num-integer v0.1.46
10882024-11-26T07:19:43.422Z Compiling foreign-types-shared v0.3.1
10892024-11-26T07:19:43.782Z Compiling num_enum v0.5.11
10902024-11-26T07:19:43.877Z Compiling foreign-types v0.5.0
10912024-11-26T07:19:44.220Z Compiling clap v4.5.21
10922024-11-26T07:19:44.432Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10932024-11-26T07:19:44.999Z Compiling cstr-argument v0.1.2
10942024-11-26T07:19:45.096Z Compiling proc-macro-error-attr v1.0.4
10952024-11-26T07:19:45.431Z Compiling prettyplease v0.2.22
10962024-11-26T07:19:45.457Z Compiling either v1.13.0
10972024-11-26T07:19:45.749Z Compiling pretty-hex v0.2.1
10982024-11-26T07:19:45.941Z Compiling heck v0.4.1
10992024-11-26T07:19:45.977Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
11002024-11-26T07:19:46.593Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11012024-11-26T07:19:46.755Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11022024-11-26T07:19:48.036Z Compiling num-iter v0.1.45
11032024-11-26T07:19:48.263Z Compiling num-rational v0.4.2
11042024-11-26T07:19:49.636Z Compiling colored v2.1.0
11052024-11-26T07:19:50.847Z Compiling num-complex v0.4.6
11062024-11-26T07:19:51.513Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11072024-11-26T07:19:51.640Z Compiling proc-macro-error v1.0.4
11082024-11-26T07:19:51.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
11092024-11-26T07:19:51.961Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11102024-11-26T07:19:52.005Z Compiling fastrand v2.1.1
11112024-11-26T07:19:52.334Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11122024-11-26T07:19:52.358Z Compiling tempfile v3.12.0
11132024-11-26T07:19:52.504Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11142024-11-26T07:19:54.107Z Compiling num v0.4.3
11152024-11-26T07:19:56.930Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-11-26T07:19:57.350Z Compiling crucible-workspace-hack v0.1.0
11172024-11-26T07:19:57.556Z Compiling float-ord v0.3.2
11182024-11-26T07:19:57.714Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11192024-11-26T07:20:05.090Z Compiling unicode-segmentation v1.12.0
11202024-11-26T07:20:05.763Z Compiling semver v0.1.20
11212024-11-26T07:20:06.125Z Compiling rustc_version v0.1.7
11222024-11-26T07:20:06.193Z Compiling newline-converter v0.3.0
11232024-11-26T07:20:06.399Z Compiling zone_cfg_derive v0.3.0
11242024-11-26T07:20:06.402Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11252024-11-26T07:20:06.655Z Compiling camino-tempfile v1.1.1
11262024-11-26T07:20:07.315Z Compiling itertools v0.10.5
11272024-11-26T07:20:07.506Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11282024-11-26T07:20:07.893Z Compiling console v0.15.8
11292024-11-26T07:20:08.007Z Compiling num-derive v0.4.2
11302024-11-26T07:20:09.437Z Compiling sigpipe v0.1.3
11312024-11-26T07:20:09.589Z Compiling similar v2.6.0
11322024-11-26T07:20:10.284Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11332024-11-26T07:20:10.637Z Compiling base64ct v1.6.0
11342024-11-26T07:20:10.833Z Compiling expectorate v1.1.0
11352024-11-26T07:20:10.904Z Compiling zone v0.3.0
11362024-11-26T07:20:11.102Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11372024-11-26T07:20:11.337Z Compiling password-hash v0.5.0
11382024-11-26T07:20:12.817Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-11-26T07:20:13.529Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11402024-11-26T07:20:13.576Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11412024-11-26T07:20:14.300Z Compiling newtype_derive v0.1.6
11422024-11-26T07:20:14.714Z Compiling blake2 v0.10.6
11432024-11-26T07:20:15.949Z Compiling hubpack_derive v0.1.1
11442024-11-26T07:20:16.000Z Compiling smf v0.2.3
11452024-11-26T07:20:16.108Z Compiling zerocopy-derive v0.6.6
11462024-11-26T07:20:16.875Z Compiling whoami v1.5.2
11472024-11-26T07:20:16.925Z Compiling owo-colors v4.1.0
11482024-11-26T07:20:17.293Z Compiling cancel-safe-futures v0.1.5
11492024-11-26T07:20:17.375Z Compiling fixedbitset v0.4.2
11502024-11-26T07:20:17.743Z Compiling petgraph v0.6.5
11512024-11-26T07:20:18.064Z Compiling hubpack v0.1.2
11522024-11-26T07:20:18.196Z Compiling zerocopy v0.6.6
11532024-11-26T07:20:18.589Z Compiling argon2 v0.5.3
11542024-11-26T07:20:19.204Z Compiling strum_macros v0.25.3
11552024-11-26T07:20:21.071Z Compiling serde-big-array v0.5.1
11562024-11-26T07:20:21.364Z Compiling serde_repr v0.1.19
11572024-11-26T07:20:22.327Z Compiling cookie v0.18.1
11582024-11-26T07:20:22.572Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-11-26T07:20:22.623Z Compiling convert_case v0.4.0
11602024-11-26T07:20:22.705Z Compiling static_assertions v1.1.0
11612024-11-26T07:20:22.903Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-11-26T07:20:22.997Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11632024-11-26T07:20:23.378Z Compiling derive_more v0.99.18
11642024-11-26T07:20:25.316Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-26T07:20:26.046Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-26T07:20:26.555Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-26T07:20:28.692Z Compiling atomicwrites v0.4.4
11682024-11-26T07:20:29.201Z Compiling itertools v0.13.0
11692024-11-26T07:20:30.180Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11702024-11-26T07:20:31.415Z Compiling idna v0.4.0
11712024-11-26T07:20:31.794Z Compiling libsw v3.3.1
11722024-11-26T07:20:32.084Z Compiling derive-where v1.2.7
11732024-11-26T07:20:32.120Z Compiling enum-as-inner v0.6.1
11742024-11-26T07:20:32.898Z Compiling highway v1.2.0
11752024-11-26T07:20:33.135Z Compiling indent_write v2.2.0
11762024-11-26T07:20:33.360Z Compiling linear-map v1.2.0
11772024-11-26T07:20:33.396Z Compiling linked-hash-map v0.5.6
11782024-11-26T07:20:33.813Z Compiling quick-error v1.2.3
11792024-11-26T07:20:33.844Z Compiling swrite v0.1.0
11802024-11-26T07:20:33.983Z Compiling data-encoding v2.6.0
11812024-11-26T07:20:33.985Z Compiling resolv-conf v0.7.0
11822024-11-26T07:20:34.291Z Compiling lru-cache v0.1.2
11832024-11-26T07:20:34.535Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11842024-11-26T07:20:35.343Z Compiling hickory-proto v0.24.1
11852024-11-26T07:20:35.513Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11862024-11-26T07:20:35.588Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11872024-11-26T07:20:38.781Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11882024-11-26T07:20:39.199Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11892024-11-26T07:20:40.609Z Compiling steno v0.4.1
11902024-11-26T07:20:40.940Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11912024-11-26T07:20:43.639Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11922024-11-26T07:20:44.009Z Compiling slog-dtrace v0.3.0
11932024-11-26T07:20:44.290Z Compiling humantime v2.1.0
11942024-11-26T07:20:44.382Z Compiling parking_lot_core v0.8.6
11952024-11-26T07:20:44.881Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11962024-11-26T07:20:45.079Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11972024-11-26T07:20:45.180Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-11-26T07:20:46.522Z Compiling hickory-resolver v0.24.1
11992024-11-26T07:20:48.413Z Compiling num-derive v0.3.3
12002024-11-26T07:20:48.651Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12012024-11-26T07:20:49.621Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
12022024-11-26T07:20:49.896Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12032024-11-26T07:20:50.658Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
12042024-11-26T07:20:51.526Z Compiling dropshot v0.13.0
12052024-11-26T07:20:51.698Z Compiling parking_lot v0.11.2
12062024-11-26T07:20:51.974Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
12072024-11-26T07:20:53.539Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12082024-11-26T07:20:53.713Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12092024-11-26T07:20:55.975Z Compiling crossbeam-epoch v0.9.18
12102024-11-26T07:20:56.505Z Compiling dropshot_endpoint v0.13.0
12112024-11-26T07:20:57.138Z Compiling fxhash v0.2.1
12122024-11-26T07:20:57.397Z Compiling crc32fast v1.4.2
12132024-11-26T07:20:57.926Z Compiling crc8 v0.1.1
12142024-11-26T07:20:58.256Z Compiling arc-swap v1.7.1
12152024-11-26T07:20:58.970Z Compiling slog-scope v4.4.0
12162024-11-26T07:20:59.750Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
12172024-11-26T07:21:02.128Z Compiling sled v0.34.7
12182024-11-26T07:21:02.223Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12192024-11-26T07:21:06.197Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12202024-11-26T07:21:07.001Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12212024-11-26T07:21:07.572Z Compiling slog-stdlog v4.1.1
12222024-11-26T07:21:08.050Z Compiling slog-envlogger v2.2.0
12232024-11-26T07:21:08.390Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12242024-11-26T07:21:19.837Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12252024-11-26T07:21:23.569Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12262024-11-26T07:21:24.828Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12272024-11-26T07:21:56.664Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12282024-11-26T07:21:56.664Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12292024-11-26T07:22:03.975Z Finished `release` profile [optimized] target(s) in 5m 16s
12302024-11-26T07:22:04.308Z+ banner trio
12312024-11-26T07:22:04.310Z
12322024-11-26T07:22:04.311Z ##### ##### # ####
12332024-11-26T07:22:04.311Z # # # # # #
12342024-11-26T07:22:04.311Z # # # # # #
12352024-11-26T07:22:04.311Z # ##### # # #
12362024-11-26T07:22:04.311Z # # # # # #
12372024-11-26T07:22:04.311Z # # # # ####
12382024-11-26T07:22:04.311Z
12392024-11-26T07:22:04.311Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12402024-11-26T07:22:04.777Z Compiling libc v0.2.165
12412024-11-26T07:22:04.777Z Compiling cfg-if v1.0.0
12422024-11-26T07:22:04.780Z Compiling serde v1.0.215
12432024-11-26T07:22:04.780Z Compiling once_cell v1.19.0
12442024-11-26T07:22:04.780Z Compiling itoa v1.0.11
12452024-11-26T07:22:04.780Z Compiling bytes v1.7.2
12462024-11-26T07:22:04.846Z Compiling syn v2.0.89
12472024-11-26T07:22:04.855Z Compiling num-traits v0.2.19
12482024-11-26T07:22:05.026Z Compiling pin-project-lite v0.2.14
12492024-11-26T07:22:05.145Z Compiling smallvec v1.13.2
12502024-11-26T07:22:05.164Z Compiling scopeguard v1.2.0
12512024-11-26T07:22:05.268Z Compiling memchr v2.7.4
12522024-11-26T07:22:05.335Z Compiling schemars v0.8.21
12532024-11-26T07:22:05.338Z Compiling lock_api v0.4.12
12542024-11-26T07:22:05.591Z Compiling fnv v1.0.7
12552024-11-26T07:22:05.697Z Compiling log v0.4.22
12562024-11-26T07:22:05.719Z Compiling futures-core v0.3.31
12572024-11-26T07:22:05.959Z Compiling hashbrown v0.15.2
12582024-11-26T07:22:06.055Z Compiling ryu v1.0.18
12592024-11-26T07:22:06.223Z Compiling getrandom v0.2.15
12602024-11-26T07:22:06.319Z Compiling parking_lot_core v0.9.10
12612024-11-26T07:22:06.567Z Compiling mio v1.0.2
12622024-11-26T07:22:06.627Z Compiling signal-hook-registry v1.4.2
12632024-11-26T07:22:06.658Z Compiling socket2 v0.5.7
12642024-11-26T07:22:06.867Z Compiling parking_lot v0.12.3
12652024-11-26T07:22:07.169Z Compiling zerocopy v0.7.35
12662024-11-26T07:22:07.463Z Compiling equivalent v1.0.1
12672024-11-26T07:22:07.982Z Compiling ahash v0.8.11
12682024-11-26T07:22:08.064Z Compiling tracing-core v0.1.32
12692024-11-26T07:22:08.195Z Compiling serde_json v1.0.133
12702024-11-26T07:22:08.228Z Compiling uuid v1.11.0
12712024-11-26T07:22:08.233Z Compiling byteorder v1.5.0
12722024-11-26T07:22:08.377Z Compiling futures-task v0.3.31
12732024-11-26T07:22:08.472Z Compiling hashbrown v0.14.5
12742024-11-26T07:22:08.583Z Compiling untrusted v0.9.0
12752024-11-26T07:22:08.634Z Compiling spin v0.9.8
12762024-11-26T07:22:08.771Z Compiling futures-sink v0.3.31
12772024-11-26T07:22:08.799Z Compiling pin-utils v0.1.0
12782024-11-26T07:22:08.836Z Compiling ring v0.17.8
12792024-11-26T07:22:08.897Z Compiling futures-util v0.3.31
12802024-11-26T07:22:08.924Z Compiling slab v0.4.9
12812024-11-26T07:22:09.260Z Compiling try-lock v0.2.5
12822024-11-26T07:22:09.416Z Compiling chrono v0.4.38
12832024-11-26T07:22:09.450Z Compiling want v0.3.1
12842024-11-26T07:22:09.734Z Compiling httparse v1.9.4
12852024-11-26T07:22:09.824Z Compiling regress v0.10.1
12862024-11-26T07:22:10.457Z Compiling futures-channel v0.3.31
12872024-11-26T07:22:10.840Z Compiling dyn-clone v1.0.17
12882024-11-26T07:22:10.902Z Compiling tower-service v0.3.3
12892024-11-26T07:22:11.043Z Compiling foreign-types-shared v0.1.1
12902024-11-26T07:22:11.160Z Compiling foreign-types v0.3.2
12912024-11-26T07:22:11.254Z Compiling openssl-sys v0.9.103
12922024-11-26T07:22:11.409Z Compiling unicode-ident v1.0.13
12932024-11-26T07:22:11.420Z Compiling bitflags v2.6.0
12942024-11-26T07:22:11.601Z Compiling serde_derive_internals v0.29.1
12952024-11-26T07:22:11.793Z Compiling proc-macro2 v1.0.92
12962024-11-26T07:22:11.958Z Compiling http v1.1.0
12972024-11-26T07:22:12.737Z Compiling tinyvec_macros v0.1.1
12982024-11-26T07:22:12.830Z Compiling allocator-api2 v0.2.18
12992024-11-26T07:22:13.724Z Compiling openssl-probe v0.1.5
13002024-11-26T07:22:13.944Z Compiling semver v1.0.23
13012024-11-26T07:22:14.251Z Compiling tinyvec v1.8.0
13022024-11-26T07:22:14.508Z Compiling quote v1.0.37
13032024-11-26T07:22:14.566Z Compiling percent-encoding v2.3.1
13042024-11-26T07:22:15.470Z Compiling form_urlencoded v1.2.1
13052024-11-26T07:22:15.983Z Compiling unicode-normalization v0.1.24
13062024-11-26T07:22:16.545Z Compiling aho-corasick v1.1.3
13072024-11-26T07:22:16.597Z Compiling http v0.2.12
13082024-11-26T07:22:17.127Z Compiling serde_derive v1.0.215
13092024-11-26T07:22:17.229Z Compiling thiserror-impl v1.0.69
13102024-11-26T07:22:17.308Z Compiling tokio-macros v2.4.0
13112024-11-26T07:22:17.533Z Compiling schemars_derive v0.8.21
13122024-11-26T07:22:17.864Z Compiling tracing-attributes v0.1.27
13132024-11-26T07:22:18.941Z Compiling tokio v1.40.0
13142024-11-26T07:22:20.219Z Compiling zerocopy-derive v0.7.35
13152024-11-26T07:22:20.629Z Compiling thiserror v1.0.69
13162024-11-26T07:22:20.845Z Compiling openssl-macros v0.1.1
13172024-11-26T07:22:20.908Z Compiling rustls-pki-types v1.8.0
13182024-11-26T07:22:21.177Z Compiling tracing v0.1.40
13192024-11-26T07:22:21.413Z Compiling unicode-bidi v0.3.15
13202024-11-26T07:22:21.688Z Compiling openssl v0.10.66
13212024-11-26T07:22:21.885Z Compiling heck v0.5.0
13222024-11-26T07:22:22.195Z Compiling regex-automata v0.4.7
13232024-11-26T07:22:23.238Z Compiling idna v0.5.0
13242024-11-26T07:22:24.410Z Compiling http-body v1.0.1
13252024-11-26T07:22:30.061Z Compiling tokio-util v0.7.12
13262024-11-26T07:22:32.077Z Compiling indexmap v2.6.0
13272024-11-26T07:22:36.044Z Compiling serde_tokenstream v0.2.2
13282024-11-26T07:22:36.510Z Compiling native-tls v0.2.12
13292024-11-26T07:22:36.614Z Compiling atomic-waker v1.1.2
13302024-11-26T07:22:37.318Z Compiling tokio-native-tls v0.3.1
13312024-11-26T07:22:37.627Z Compiling regex-syntax v0.8.4
13322024-11-26T07:22:37.637Z Compiling slog v2.7.0
13332024-11-26T07:22:38.199Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13342024-11-26T07:22:38.591Z Compiling typify-impl v0.2.0
13352024-11-26T07:22:38.882Z Compiling h2 v0.4.6
13362024-11-26T07:22:39.423Z Compiling openapiv3 v2.0.0
13372024-11-26T07:22:49.410Z Compiling serde_urlencoded v0.7.1
13382024-11-26T07:22:50.004Z Compiling regex v1.10.6
13392024-11-26T07:22:50.318Z Compiling url v2.5.2
13402024-11-26T07:22:50.658Z Compiling encoding_rs v0.8.34
13412024-11-26T07:22:50.970Z Compiling ipnet v2.10.0
13422024-11-26T07:22:54.045Z Compiling rustls v0.21.12
13432024-11-26T07:22:54.063Z Compiling mime v0.3.17
13442024-11-26T07:22:54.388Z Compiling typify-macro v0.2.0
13452024-11-26T07:22:54.728Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13462024-11-26T07:22:55.391Z Compiling hyper v1.5.1
13472024-11-26T07:22:56.908Z Compiling h2 v0.3.26
13482024-11-26T07:22:58.268Z Compiling rustls-webpki v0.102.8
13492024-11-26T07:22:58.567Z Compiling http-body v0.4.6
13502024-11-26T07:22:58.926Z Compiling rustls-webpki v0.101.7
13512024-11-26T07:22:59.080Z Compiling sct v0.7.1
13522024-11-26T07:22:59.532Z Compiling httpdate v1.0.3
13532024-11-26T07:23:00.308Z Compiling toml_datetime v0.6.8
13542024-11-26T07:23:00.704Z Compiling zeroize v1.8.1
13552024-11-26T07:23:01.055Z Compiling subtle v2.6.1
13562024-11-26T07:23:01.348Z Compiling toml_edit v0.19.15
13572024-11-26T07:23:01.508Z Compiling rustls v0.23.13
13582024-11-26T07:23:02.996Z Compiling hyper v0.14.30
13592024-11-26T07:23:05.716Z Compiling serde_yaml v0.9.34+deprecated
13602024-11-26T07:23:07.705Z Compiling hyper-util v0.1.10
13612024-11-26T07:23:12.776Z Compiling lazy_static v1.5.0
13622024-11-26T07:23:12.911Z Compiling tokio-rustls v0.26.0
13632024-11-26T07:23:13.425Z Compiling tokio-rustls v0.24.1
13642024-11-26T07:23:13.581Z Compiling proc-macro-crate v1.3.1
13652024-11-26T07:23:13.873Z Compiling http-body-util v0.1.2
13662024-11-26T07:23:14.386Z Compiling webpki-roots v0.26.6
13672024-11-26T07:23:14.428Z Compiling base64 v0.22.1
13682024-11-26T07:23:14.450Z Compiling base64 v0.21.7
13692024-11-26T07:23:14.466Z Compiling crossbeam-utils v0.8.20
13702024-11-26T07:23:14.483Z Compiling num_enum_derive v0.5.11
13712024-11-26T07:23:14.585Z Compiling hyper-rustls v0.27.3
13722024-11-26T07:23:15.541Z Compiling rustls-pemfile v1.0.4
13732024-11-26T07:23:15.599Z Compiling rustls-pemfile v2.1.3
13742024-11-26T07:23:16.303Z Compiling hyper-tls v0.6.0
13752024-11-26T07:23:16.338Z Compiling hyper-rustls v0.24.2
13762024-11-26T07:23:16.369Z Compiling hyper-tls v0.5.0
13772024-11-26T07:23:16.380Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13782024-11-26T07:23:16.515Z Compiling typify v0.2.0
13792024-11-26T07:23:16.791Z Compiling ipnetwork v0.20.0
13802024-11-26T07:23:16.801Z Compiling ppv-lite86 v0.2.20
13812024-11-26T07:23:17.799Z Compiling foreign-types-macros v0.2.3
13822024-11-26T07:23:17.801Z Compiling rand_core v0.6.4
13832024-11-26T07:23:18.284Z Compiling dirs-sys-next v0.1.2
13842024-11-26T07:23:19.151Z Compiling sync_wrapper v1.0.1
13852024-11-26T07:23:19.193Z Compiling webpki-roots v0.25.4
13862024-11-26T07:23:19.314Z Compiling powerfmt v0.2.0
13872024-11-26T07:23:19.342Z Compiling sync_wrapper v0.1.2
13882024-11-26T07:23:19.362Z Compiling foreign-types-shared v0.3.1
13892024-11-26T07:23:19.473Z Compiling time-macros v0.2.18
13902024-11-26T07:23:19.484Z Compiling foreign-types v0.5.0
13912024-11-26T07:23:19.594Z Compiling deranged v0.3.11
13922024-11-26T07:23:19.786Z Compiling reqwest v0.11.27
13932024-11-26T07:23:19.796Z Compiling reqwest v0.12.9
13942024-11-26T07:23:22.168Z Compiling progenitor-impl v0.8.0
13952024-11-26T07:23:22.519Z Compiling dirs-next v2.0.0
13962024-11-26T07:23:22.785Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-11-26T07:23:28.924Z Compiling rand_chacha v0.3.1
13982024-11-26T07:23:29.672Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13992024-11-26T07:23:30.676Z Compiling num_enum v0.5.11
14002024-11-26T07:23:31.829Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14012024-11-26T07:23:31.998Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14022024-11-26T07:23:32.183Z Compiling cstr-argument v0.1.2
14032024-11-26T07:23:32.446Z Compiling thread_local v1.1.8
14042024-11-26T07:23:32.716Z Compiling either v1.13.0
14052024-11-26T07:23:33.170Z Compiling time-core v0.1.2
14062024-11-26T07:23:33.188Z Compiling arc-swap v1.7.1
14072024-11-26T07:23:33.353Z Compiling pretty-hex v0.2.1
14082024-11-26T07:23:33.576Z Compiling num-conv v0.1.0
14092024-11-26T07:23:33.838Z Compiling time v0.3.36
14102024-11-26T07:23:33.923Z Compiling slog-scope v4.4.0
14112024-11-26T07:23:34.560Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14122024-11-26T07:23:34.861Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14132024-11-26T07:23:35.253Z Compiling itertools v0.12.1
14142024-11-26T07:23:36.052Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14152024-11-26T07:23:37.007Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14162024-11-26T07:23:37.188Z Compiling crossbeam-channel v0.5.13
14172024-11-26T07:23:38.840Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14182024-11-26T07:23:39.148Z Compiling rand v0.8.5
14192024-11-26T07:23:41.018Z Compiling progenitor-macro v0.8.0
14202024-11-26T07:23:43.171Z Compiling term v0.7.0
14212024-11-26T07:23:51.860Z Compiling progenitor-client v0.8.0
14222024-11-26T07:23:52.770Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14232024-11-26T07:23:53.974Z Compiling anyhow v1.0.93
14242024-11-26T07:23:54.752Z Compiling colored v2.1.0
14252024-11-26T07:23:55.478Z Compiling is-terminal v0.4.13
14262024-11-26T07:23:55.610Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14272024-11-26T07:23:55.947Z Compiling take_mut v0.2.2
14282024-11-26T07:23:56.007Z Compiling winnow v0.6.18
14292024-11-26T07:23:56.104Z Compiling slog-async v2.8.0
14302024-11-26T07:23:59.278Z Compiling slog-term v2.9.1
14312024-11-26T07:24:00.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14322024-11-26T07:24:02.137Z Compiling progenitor v0.8.0
14332024-11-26T07:24:02.356Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14342024-11-26T07:24:02.568Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14352024-11-26T07:24:03.922Z Compiling slog-stdlog v4.1.1
14362024-11-26T07:24:04.789Z Compiling slog-envlogger v2.2.0
14372024-11-26T07:24:06.328Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14382024-11-26T07:24:08.753Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14392024-11-26T07:24:21.516Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14402024-11-26T07:24:29.015Z Finished `release` profile [optimized] target(s) in 2m 24s
14412024-11-26T07:24:29.098Z Running unittests src/lib.rs (target/release/deps/mg_tests-4b5b9828ea2ebf01)
14422024-11-26T07:24:29.145Z
14432024-11-26T07:24:29.145Zrunning 1 test
14442024-11-26T07:24:29.390Zconfigure zone
14452024-11-26T07:24:29.405Zinstall zone
14462024-11-26T07:25:29.151Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14472024-11-26T07:26:29.081Zboot zone
14482024-11-26T07:26:29.881Zstart zone s1
14492024-11-26T07:26:29.881Zconfigure zone
14502024-11-26T07:26:29.889Zinstall zone
14512024-11-26T07:28:18.476Zboot zone
14522024-11-26T07:28:19.327Zstart zone s2
14532024-11-26T07:28:19.327Zconfigure zone
14542024-11-26T07:28:19.335Zinstall zone
14552024-11-26T07:30:08.184Zboot zone
14562024-11-26T07:30:08.991Zstart zone t1
14572024-11-26T07:30:08.991Zconfigure zone
14582024-11-26T07:30:09.000Zinstall zone
14592024-11-26T07:31:56.591Zboot zone
14602024-11-26T07:31:57.386Zwaiting for zones to come up
14612024-11-26T07:32:07.387Z[sidecar.trio] svcs milestone/network
14622024-11-26T07:32:07.420ZSTATE STIME FMRI
14632024-11-26T07:32:07.420Zonline 23:26:47 svc:/milestone/network:default
14642024-11-26T07:32:07.420Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14652024-11-26T07:32:07.465Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14662024-11-26T07:32:07.513Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14672024-11-26T07:32:07.556Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14682024-11-26T07:32:07.560Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14692024-11-26T07:32:07.580Z
14702024-11-26T07:32:07.580Zrunning zone s1.trio setup
14712024-11-26T07:32:07.580Z[s1.trio] svcs milestone/network
14722024-11-26T07:32:07.603ZSTATE STIME FMRI
14732024-11-26T07:32:07.604Zonline 23:28:36 svc:/milestone/network:default
14742024-11-26T07:32:07.604Z[s1.trio] dladm
14752024-11-26T07:32:07.623ZLINK CLASS MTU STATE BRIDGE OVER
14762024-11-26T07:32:07.624Zsl0 simnet 9000 up -- ?
14772024-11-26T07:32:07.624Zmg2 vnic 9000 up -- ?
14782024-11-26T07:32:07.624Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14792024-11-26T07:32:08.196Z
14802024-11-26T07:32:08.196Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14812024-11-26T07:32:08.220Z
14822024-11-26T07:32:08.220Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14832024-11-26T07:32:08.240Z
14842024-11-26T07:32:08.240Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14852024-11-26T07:32:08.329Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14862024-11-26T07:32:08.374Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14872024-11-26T07:32:08.466Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14882024-11-26T07:32:08.510Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14892024-11-26T07:32:08.530Z
14902024-11-26T07:32:08.530Zrunning zone s2.trio setup
14912024-11-26T07:32:08.530Z[s2.trio] svcs milestone/network
14922024-11-26T07:32:08.554ZSTATE STIME FMRI
14932024-11-26T07:32:08.554Zonline 23:30:26 svc:/milestone/network:default
14942024-11-26T07:32:08.554Z[s2.trio] dladm
14952024-11-26T07:32:08.576ZLINK CLASS MTU STATE BRIDGE OVER
14962024-11-26T07:32:08.576Zsl1 simnet 9000 up -- ?
14972024-11-26T07:32:08.576Zmg3 vnic 9000 up -- ?
14982024-11-26T07:32:08.576Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14992024-11-26T07:32:09.105Z
15002024-11-26T07:32:09.105Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
15012024-11-26T07:32:09.127Z
15022024-11-26T07:32:09.127Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
15032024-11-26T07:32:09.147Z
15042024-11-26T07:32:09.147Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
15052024-11-26T07:32:09.193Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
15062024-11-26T07:32:09.215Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
15072024-11-26T07:32:09.259Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
15082024-11-26T07:32:09.280Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
15092024-11-26T07:32:09.303Z
15102024-11-26T07:32:09.303Zrunning zone t1.trio setup
15112024-11-26T07:32:09.303Z[t1.trio] svcs milestone/network
15122024-11-26T07:32:09.322ZSTATE STIME FMRI
15132024-11-26T07:32:09.322Z- - svc:/milestone/network:default
15142024-11-26T07:32:10.322Z[t1.trio] svcs milestone/network
15152024-11-26T07:32:10.343ZSTATE STIME FMRI
15162024-11-26T07:32:10.343Z- - svc:/milestone/network:default
15172024-11-26T07:32:11.343Z[t1.trio] svcs milestone/network
15182024-11-26T07:32:11.364ZSTATE STIME FMRI
15192024-11-26T07:32:11.364Z- - svc:/milestone/network:default
15202024-11-26T07:32:12.364Z[t1.trio] svcs milestone/network
15212024-11-26T07:32:12.386ZSTATE STIME FMRI
15222024-11-26T07:32:12.386Z- - svc:/milestone/network:default
15232024-11-26T07:32:13.386Z[t1.trio] svcs milestone/network
15242024-11-26T07:32:13.408ZSTATE STIME FMRI
15252024-11-26T07:32:13.408Z- - svc:/milestone/network:default
15262024-11-26T07:32:14.408Z[t1.trio] svcs milestone/network
15272024-11-26T07:32:14.429ZSTATE STIME FMRI
15282024-11-26T07:32:14.429Z- - svc:/milestone/network:default
15292024-11-26T07:32:15.429Z[t1.trio] svcs milestone/network
15302024-11-26T07:32:15.451ZSTATE STIME FMRI
15312024-11-26T07:32:15.451Zoffline 23:32:14 svc:/milestone/network:default
15322024-11-26T07:32:16.451Z[t1.trio] svcs milestone/network
15332024-11-26T07:32:16.475ZSTATE STIME FMRI
15342024-11-26T07:32:16.475Zonline 23:32:14 svc:/milestone/network:default
15352024-11-26T07:32:16.475Z[t1.trio] dladm
15362024-11-26T07:32:16.498ZLINK CLASS MTU STATE BRIDGE OVER
15372024-11-26T07:32:16.498Ztfportrear0_0 simnet 9000 up -- ?
15382024-11-26T07:32:16.498Ztfportrear1_0 simnet 9000 up -- ?
15392024-11-26T07:32:16.498Zmg1 vnic 9000 up -- ?
15402024-11-26T07:32:16.498Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15412024-11-26T07:32:17.070Z
15422024-11-26T07:32:17.070Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15432024-11-26T07:32:17.093Z
15442024-11-26T07:32:17.093Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15452024-11-26T07:32:17.114Z
15462024-11-26T07:32:17.114Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15472024-11-26T07:32:17.134Z
15482024-11-26T07:32:17.134Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15492024-11-26T07:32:17.326Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15502024-11-26T07:32:17.330Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15512024-11-26T07:32:17.334Zwaiting 3s for copy of files to zone to complete ...
15522024-11-26T07:32:20.334Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15532024-11-26T07:32:20.372Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15542024-11-26T07:32:20.394Z[t1.trio] svcadm enable dendrite
15552024-11-26T07:32:20.433Z
15562024-11-26T07:32:20.433Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15572024-11-26T07:32:20.476Z
15582024-11-26T07:32:20.476Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15592024-11-26T07:32:20.519Z
15602024-11-26T07:32:20.519Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15612024-11-26T07:32:20.560Z
15622024-11-26T07:32:20.560Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15632024-11-26T07:32:20.601Z
15642024-11-26T07:32:20.601Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15652024-11-26T07:32:20.642Z
15662024-11-26T07:32:20.642Z[t1.trio] svcadm refresh dendrite:default
15672024-11-26T07:32:20.679Z
15682024-11-26T07:32:20.679Z[t1.trio] svcadm restart dendrite:default
15692024-11-26T07:32:20.716Z
15702024-11-26T07:32:20.716Zwait 10s for dendrite to come up ...
15712024-11-26T07:32:30.717Z[t1.trio] svcadm enable tfport
15722024-11-26T07:32:30.756Z
15732024-11-26T07:32:30.756Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 094fb64c-fd1f-49ef-ac0d-85fd8064ddc5 --sled-uuid 89859591-ce30-4612-915a-d0ed6a7a91a1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15742024-11-26T07:32:30.777Z
15752024-11-26T07:32:30.777Z[t1.trio] ipadm
15762024-11-26T07:32:30.801ZADDROBJ TYPE STATE ADDR
15772024-11-26T07:32:30.801Zlo0/v4 static ok 127.0.0.1/8
15782024-11-26T07:32:30.801Zmg1/v4 static ok 10.0.0.3/24
15792024-11-26T07:32:30.801Zlo0/v6 static ok ::1/128
15802024-11-26T07:32:30.802Zlo0/u6 static ok fd00:3::1/64
15812024-11-26T07:32:30.802Ztfportrear0_0/v6 addrconf ok fe80::3070:e1ff:fe21:baf4%tfportrear0_0/10
15822024-11-26T07:32:30.802Ztfportrear1_0/v6 addrconf ok fe80::14c9:a9ff:fef7:2574%tfportrear1_0/10
15832024-11-26T07:32:33.089Zinitial peering test passed
15842024-11-26T07:32:34.018Zadvertise from one passed
15852024-11-26T07:32:35.020Zadvertise from two passed
15862024-11-26T07:32:35.020Z[s1.trio] ping fd00:2::1
15872024-11-26T07:32:35.046Zfd00:2::1 is alive
15882024-11-26T07:32:35.046Z[s2.trio] ping fd00:1::1
15892024-11-26T07:32:35.067Zfd00:1::1 is alive
15902024-11-26T07:32:35.067Zconnectivity test passed
15912024-11-26T07:32:35.067Z[t1.trio] pkill ddmd
15922024-11-26T07:32:35.086Z
15932024-11-26T07:32:41.090Z[t1.trio] svcadm enable dendrite
15942024-11-26T07:32:41.130Z
15952024-11-26T07:32:41.130Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15962024-11-26T07:32:41.172Z
15972024-11-26T07:32:41.172Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15982024-11-26T07:32:41.214Z
15992024-11-26T07:32:41.214Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
16002024-11-26T07:32:41.257Z
16012024-11-26T07:32:41.257Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
16022024-11-26T07:32:41.298Z
16032024-11-26T07:32:41.299Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
16042024-11-26T07:32:41.340Z
16052024-11-26T07:32:41.340Z[t1.trio] svcadm refresh dendrite:default
16062024-11-26T07:32:41.377Z
16072024-11-26T07:32:41.377Z[t1.trio] svcadm restart dendrite:default
16082024-11-26T07:32:41.413Z
16092024-11-26T07:32:41.413Zwait 10s for dendrite to come up ...
16102024-11-26T07:32:51.415Z[t1.trio] svcadm enable tfport
16112024-11-26T07:32:51.455Z
16122024-11-26T07:32:51.455Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 923259f1-9593-4483-acb9-c998843abfe4 --sled-uuid 5704e923-46ce-4a56-81e9-59cbe7afa12a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
16132024-11-26T07:32:51.475Z
16142024-11-26T07:32:51.475Z[t1.trio] ipadm
16152024-11-26T07:32:51.499ZADDROBJ TYPE STATE ADDR
16162024-11-26T07:32:51.499Zlo0/v4 static ok 127.0.0.1/8
16172024-11-26T07:32:51.499Zmg1/v4 static ok 10.0.0.3/24
16182024-11-26T07:32:51.499Zlo0/v6 static ok ::1/128
16192024-11-26T07:32:51.499Zlo0/u6 static ok fd00:3::1/64
16202024-11-26T07:32:51.499Ztfportrear0_0/v6 addrconf ok fe80::3070:e1ff:fe21:baf4%tfportrear0_0/10
16212024-11-26T07:32:51.499Ztfportrear1_0/v6 addrconf ok fe80::14c9:a9ff:fef7:2574%tfportrear1_0/10
16222024-11-26T07:32:54.501Z[s1.trio] ping fd00:2::1
16232024-11-26T07:32:54.523Zfd00:2::1 is alive
16242024-11-26T07:32:54.523Z[s2.trio] ping fd00:1::1
16252024-11-26T07:32:54.543Zfd00:1::1 is alive
16262024-11-26T07:32:54.543Ztransit router restart passed
16272024-11-26T07:32:54.543Z[s1.trio] pkill ddmd
16282024-11-26T07:32:54.562Z
16292024-11-26T07:32:59.565Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16302024-11-26T07:32:59.603Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16312024-11-26T07:32:59.621Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16322024-11-26T07:32:59.641Z
16332024-11-26T07:33:02.645Z[s1.trio] ping fd00:2::1
16342024-11-26T07:33:02.667Zfd00:2::1 is alive
16352024-11-26T07:33:02.667Z[s2.trio] ping fd00:1::1
16362024-11-26T07:33:02.690Zfd00:1::1 is alive
16372024-11-26T07:33:02.690Zserver router restart passed
16382024-11-26T07:33:05.695Zpeer expiration recovery passed
16392024-11-26T07:33:06.696Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16402024-11-26T07:33:06.722Z3
16412024-11-26T07:33:06.722Zredundant advertise passed
16422024-11-26T07:33:07.723Ztunnel endpoint advertise passed
16432024-11-26T07:33:12.725Zredundant tunnel endpoint advertise passed
16442024-11-26T07:33:12.725Z[s1.trio] pkill ddmd
16452024-11-26T07:33:12.746Z
16462024-11-26T07:33:17.747Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16472024-11-26T07:33:17.784Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16482024-11-26T07:33:17.802Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16492024-11-26T07:33:17.823Z
16502024-11-26T07:33:22.889Ztunnel router restart passed
16512024-11-26T07:33:23.891Ztunnel endpoint withdraw passed
16522024-11-26T07:33:23.906Z[t1.trio] pkill ddmd
16532024-11-26T07:33:23.933Z
16542024-11-26T07:33:23.933Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16552024-11-26T07:33:23.937Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16562024-11-26T07:33:26.525Z[s2.trio] pkill ddmd
16572024-11-26T07:33:26.546Z
16582024-11-26T07:33:26.546Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16592024-11-26T07:33:29.025Z[s1.trio] pkill ddmd
16602024-11-26T07:33:29.044Z
16612024-11-26T07:33:29.044Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16622024-11-26T07:33:31.432Z[sidecar.trio] pkill softnpu
16632024-11-26T07:33:31.452Z
16642024-11-26T07:33:31.452Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16652024-11-26T07:33:33.874Ztest ddm::test_trio_v2_server ... ok
16662024-11-26T07:33:33.874Z
16672024-11-26T07:33:33.874Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 544.68s
16682024-11-26T07:33:33.874Z
16692024-11-26T07:33:33.902Z+ cleanup
16702024-11-26T07:33:33.904Z++ id -un
16712024-11-26T07:33:33.907Z++ id -gn
16722024-11-26T07:33:33.910Z+ pfexec chown -R build:build .
16732024-11-26T07:33:33.988Zprocess exited: duration 1076198 ms, exit code 0
 
16742024-11-26T07:33:33.998Zfound 4 output files
16752024-11-26T07:33:33.998Zuploading: /work/s1.trio.log (4256 bytes)
16762024-11-26T07:33:35.009Zuploaded: /work/s1.trio.log
16772024-11-26T07:33:35.013Zuploading: /work/s2.trio.log (10984 bytes)
16782024-11-26T07:33:36.021Zuploaded: /work/s2.trio.log
16792024-11-26T07:33:36.025Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16802024-11-26T07:33:37.031Zuploaded: /work/sidecar.trio-softnpu.log
16812024-11-26T07:33:37.033Zuploading: /work/t1.trio.log (26112 bytes)
16822024-11-26T07:33:38.044Zuploaded: /work/t1.trio.log