01JBESPRDB991RJ40YAHHRD7PV: 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: 01JBESQDQCD51KNXAH4RBHPFZZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T13:28:04.590Zjob assigned to worker 01JBESQMM8VESQK46NN5H8XVBY (queued for 1 m 1 s)
 
22024-10-30T13:28:12.393Zstarting task 0: "setup"
32024-10-30T13:28:12.402Z++ uname -s
42024-10-30T13:28:12.405Z+ kern=SunOS
52024-10-30T13:28:12.405Z+ case "$kern" in
62024-10-30T13:28:12.405Z+ [[ 0 == 12345 ]]
72024-10-30T13:28:12.405Z+ groupadd -g 12345 build
82024-10-30T13:28:12.408Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T13:28:14.418Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T13:28:14.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T13:28:14.628Z+ home_fs=zfs
122024-10-30T13:28:14.628Z+ [[ zfs == autofs ]]
132024-10-30T13:28:14.628Z+ mkdir -p /home/build
142024-10-30T13:28:14.631Z+ chown build:build /home/build /work
152024-10-30T13:28:16.628Z+ chmod 0700 /home/build /work
162024-10-30T13:28:16.634Zprocess exited: duration 4238 ms, exit code 0
 
172024-10-30T13:28:16.640Zstarting task 1: "rust-toolchain"
182024-10-30T13:28:16.646Z+ printf ' * toolchain channel = "%s"
192024-10-30T13:28:16.646Z * toolchain channel = "stable"
202024-10-30T13:28:16.646Z' stable
212024-10-30T13:28:16.646Z+ printf ' * toolchain profile = "%s"
222024-10-30T13:28:16.646Z' default
232024-10-30T13:28:16.646Z * toolchain profile = "default"
242024-10-30T13:28:16.649Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T13:28:16.649Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
262024-10-30T13:28:16.751Zinfo: downloading installer
272024-10-30T13:28:18.401Zinfo: profile set to 'default'
282024-10-30T13:28:18.401Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T13:28:18.404Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
302024-10-30T13:28:18.551Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T13:28:18.551Zinfo: downloading component 'cargo'
322024-10-30T13:28:19.362Zinfo: downloading component 'clippy'
332024-10-30T13:28:19.669Zinfo: downloading component 'rust-docs'
342024-10-30T13:28:20.824Zinfo: downloading component 'rust-std'
352024-10-30T13:28:22.629Zinfo: downloading component 'rustc'
362024-10-30T13:28:28.974Zinfo: downloading component 'rustfmt'
372024-10-30T13:28:29.224Zinfo: installing component 'cargo'
382024-10-30T13:28:30.056Zinfo: installing component 'clippy'
392024-10-30T13:28:30.457Zinfo: installing component 'rust-docs'
402024-10-30T13:28:32.153Zinfo: installing component 'rust-std'
412024-10-30T13:28:34.086Zinfo: installing component 'rustc'
422024-10-30T13:28:40.421Zinfo: installing component 'rustfmt'
432024-10-30T13:28:40.774Z
442024-10-30T13:28:40.776Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
452024-10-30T13:28:41.150Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T13:28:41.151Z
472024-10-30T13:28:41.153Z
482024-10-30T13:28:41.153ZRust is installed now. Great!
492024-10-30T13:28:41.153Z
502024-10-30T13:28:41.153ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T13:28:41.153Zenvironment variable. This has not been done automatically.
522024-10-30T13:28:41.153Z
532024-10-30T13:28:41.153ZTo configure your current shell, you need to source
542024-10-30T13:28:41.153Zthe corresponding env file under $HOME/.cargo.
552024-10-30T13:28:41.153Z
562024-10-30T13:28:41.153ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T13:28:41.153Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T13:28:41.153Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T13:28:41.226Z+ rustc --version
602024-10-30T13:28:41.292Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T13:28:41.295Zprocess exited: duration 24655 ms, exit code 0
 
622024-10-30T13:28:41.302Zstarting task 2: "authentication"
632024-10-30T13:28:41.322Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T13:28:41.329Zstarting task 3: "clone repository"
652024-10-30T13:28:41.334Z+ mkdir -p /work/oxidecomputer/maghemite
662024-10-30T13:28:41.337Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
672024-10-30T13:28:41.744ZCloning into '/work/oxidecomputer/maghemite'...
682024-10-30T13:28:43.286Z+ cd /work/oxidecomputer/maghemite
692024-10-30T13:28:43.289Z+ git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
702024-10-30T13:28:43.566ZFrom https://github.com/oxidecomputer/maghemite
712024-10-30T13:28:43.566Z * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD
722024-10-30T13:28:43.574Z+ [[ -n zl/mgd-ddm-meta ]]
732024-10-30T13:28:43.582Z++ git branch --show-current
742024-10-30T13:28:43.582Z+ current=main
752024-10-30T13:28:43.582Z+ [[ main != zl/mgd-ddm-meta ]]
762024-10-30T13:28:43.582Z+ git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
772024-10-30T13:28:43.582Z+ git checkout -f zl/mgd-ddm-meta
782024-10-30T13:28:43.595ZSwitched to branch 'zl/mgd-ddm-meta'
792024-10-30T13:28:43.605Z+ git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
802024-10-30T13:28:43.611ZHEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries
812024-10-30T13:28:43.611Zprocess exited: duration 2280 ms, exit code 0
 
822024-10-30T13:28:43.617Zstarting task 4: "build"
832024-10-30T13:28:43.622Z++ cargo --version
842024-10-30T13:28:43.627Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
852024-10-30T13:28:43.764Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
862024-10-30T13:28:43.764Zinfo: downloading component 'cargo'
872024-10-30T13:28:44.451Zinfo: downloading component 'clippy'
882024-10-30T13:28:44.707Zinfo: downloading component 'rust-docs'
892024-10-30T13:28:45.650Zinfo: downloading component 'rust-std'
902024-10-30T13:28:47.117Zinfo: downloading component 'rustc'
912024-10-30T13:28:52.360Zinfo: downloading component 'rustfmt'
922024-10-30T13:28:52.561Zinfo: installing component 'cargo'
932024-10-30T13:28:53.405Zinfo: installing component 'clippy'
942024-10-30T13:28:53.799Zinfo: installing component 'rust-docs'
952024-10-30T13:28:55.329Zinfo: installing component 'rust-std'
962024-10-30T13:28:57.067Zinfo: installing component 'rustc'
972024-10-30T13:29:03.140Zinfo: installing component 'rustfmt'
982024-10-30T13:29:03.573Zcargo 1.81.0 (2dbb1af80 2024-08-20)
992024-10-30T13:29:03.588Z++ rustc --version
1002024-10-30T13:29:03.632Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1012024-10-30T13:29:03.639Z++ dladm
1022024-10-30T13:29:03.639ZLINK CLASS MTU STATE BRIDGE OVER
1032024-10-30T13:29:03.639Zena0 phys 9216 up -- --
1042024-10-30T13:29:03.639Z++ ipadm
1052024-10-30T13:29:03.642ZADDROBJ TYPE STATE ADDR
1062024-10-30T13:29:03.642Zlo0/v4 static ok 127.0.0.1/8
1072024-10-30T13:29:03.642Zena0/dhcp dhcp ok 10.150.1.251/24
1082024-10-30T13:29:03.642Zlo0/v6 static ok ::1/128
1092024-10-30T13:29:03.642Z++ banner collect
1102024-10-30T13:29:03.694Z
1112024-10-30T13:29:03.694Z #### #### # # ###### #### #####
1122024-10-30T13:29:03.694Z # # # # # # # # # #
1132024-10-30T13:29:03.695Z # # # # # ##### # #
1142024-10-30T13:29:03.695Z # # # # # # # #
1152024-10-30T13:29:03.695Z # # # # # # # # # #
1162024-10-30T13:29:03.695Z #### #### ###### ###### ###### #### #
1172024-10-30T13:29:03.695Z
1182024-10-30T13:29:03.736Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1192024-10-30T13:29:03.737Z++ repo=softnpu
1202024-10-30T13:29:03.737Z++ series=image
1212024-10-30T13:29:03.737Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1222024-10-30T13:29:03.737Z++ name=softnpu
1232024-10-30T13:29:03.737Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242024-10-30T13:29:03.737Z++ mkdir -p download
1252024-10-30T13:29:03.737Z++ pushd download
1262024-10-30T13:29:03.737Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272024-10-30T13:29:03.737Z++ [[ ! -f softnpu ]]
1282024-10-30T13:29:03.737Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1292024-10-30T13:29:03.737Z % Total % Received % Xferd Average Speed Time Time Time Current
1302024-10-30T13:29:03.738Z Dload Upload Total Spent Left Speed
1312024-10-30T13:29:04.280Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 37.1M 0 --:--:-- --:--:-- --:--:-- 37.1M
1322024-10-30T13:29:04.284Z++ popd
1332024-10-30T13:29:04.284Z/work/oxidecomputer/maghemite
1342024-10-30T13:29:04.284Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1352024-10-30T13:29:04.284Z++ repo=sidecar-lite
1362024-10-30T13:29:04.284Z++ series=release
1372024-10-30T13:29:04.284Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1382024-10-30T13:29:04.284Z++ name=libsidecar_lite.so
1392024-10-30T13:29:04.285Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402024-10-30T13:29:04.285Z++ mkdir -p download
1412024-10-30T13:29:04.285Z++ pushd download
1422024-10-30T13:29:04.285Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432024-10-30T13:29:04.285Z++ [[ ! -f libsidecar_lite.so ]]
1442024-10-30T13:29:04.285Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1452024-10-30T13:29:04.292Z % Total % Received % Xferd Average Speed Time Time Time Current
1462024-10-30T13:29:04.292Z Dload Upload Total Spent Left Speed
1472024-10-30T13:29:04.836Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 20.3M 34 7147k 0 0 25.8M 0 --:--:-- --:--:-- --:--:-- 25.7M 100 20.3M 100 20.3M 0 0 37.8M 0 --:--:-- --:--:-- --:--:-- 37.8M
1482024-10-30T13:29:04.847Z++ popd
1492024-10-30T13:29:04.847Z/work/oxidecomputer/maghemite
1502024-10-30T13:29:04.847Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1512024-10-30T13:29:04.847Z++ repo=sidecar-lite
1522024-10-30T13:29:04.847Z++ series=release
1532024-10-30T13:29:04.847Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1542024-10-30T13:29:04.847Z++ name=scadm
1552024-10-30T13:29:04.847Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562024-10-30T13:29:04.847Z++ mkdir -p download
1572024-10-30T13:29:04.847Z++ pushd download
1582024-10-30T13:29:04.847Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592024-10-30T13:29:04.847Z++ [[ ! -f scadm ]]
1602024-10-30T13:29:04.847Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1612024-10-30T13:29:04.847Z % Total % Received % Xferd Average Speed Time Time Time Current
1622024-10-30T13:29:04.848Z Dload Upload Total Spent Left Speed
1632024-10-30T13:29:05.347Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 44.8M 0 --:--:-- --:--:-- --:--:-- 44.9M
1642024-10-30T13:29:05.352Z++ popd
1652024-10-30T13:29:05.352Z/work/oxidecomputer/maghemite
1662024-10-30T13:29:05.352Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1672024-10-30T13:29:05.352Z++ repo=dendrite
1682024-10-30T13:29:05.353Z++ series=image
1692024-10-30T13:29:05.353Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1702024-10-30T13:29:05.353Z++ name=dendrite-softnpu.tar.gz
1712024-10-30T13:29:05.353Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722024-10-30T13:29:05.353Z++ mkdir -p download
1732024-10-30T13:29:05.353Z++ pushd download
1742024-10-30T13:29:05.353Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752024-10-30T13:29:05.353Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762024-10-30T13:29:05.353Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1772024-10-30T13:29:05.359Z % Total % Received % Xferd Average Speed Time Time Time Current
1782024-10-30T13:29:05.360Z Dload Upload Total Spent Left Speed
1792024-10-30T13:29:06.116Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 37.5M 14 5723k 0 0 27.5M 0 0:00:01 --:--:-- 0:00:01 27.5M 100 37.5M 100 37.5M 0 0 49.2M 0 --:--:-- --:--:-- --:--:-- 49.2M
1802024-10-30T13:29:06.119Z++ popd
1812024-10-30T13:29:06.119Z/work/oxidecomputer/maghemite
1822024-10-30T13:29:06.119Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1832024-10-30T13:29:06.119Z++ repo=maghemite
1842024-10-30T13:29:06.119Z++ series=release
1852024-10-30T13:29:06.119Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1862024-10-30T13:29:06.119Z++ name=ddmd
1872024-10-30T13:29:06.120Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882024-10-30T13:29:06.120Z++ mkdir -p download
1892024-10-30T13:29:06.120Z++ pushd download
1902024-10-30T13:29:06.120Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912024-10-30T13:29:06.120Z++ [[ ! -f ddmd ]]
1922024-10-30T13:29:06.120Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1932024-10-30T13:29:06.126Z % Total % Received % Xferd Average Speed Time Time Time Current
1942024-10-30T13:29:06.126Z Dload Upload Total Spent Left Speed
1952024-10-30T13:29:06.713Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 40.9M 57 23.5M 0 0 55.3M 0 --:--:-- --:--:-- --:--:-- 55.3M 100 40.9M 100 40.9M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 69.7M
1962024-10-30T13:29:06.716Z++ popd
1972024-10-30T13:29:06.716Z/work/oxidecomputer/maghemite
1982024-10-30T13:29:06.716Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1992024-10-30T13:29:06.716Z++ repo=maghemite
2002024-10-30T13:29:06.716Z++ series=release
2012024-10-30T13:29:06.716Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2022024-10-30T13:29:06.716Z++ name=ddmadm
2032024-10-30T13:29:06.716Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2042024-10-30T13:29:06.716Z++ mkdir -p download
2052024-10-30T13:29:06.718Z++ pushd download
2062024-10-30T13:29:06.718Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2072024-10-30T13:29:06.718Z++ [[ ! -f ddmadm ]]
2082024-10-30T13:29:06.718Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2092024-10-30T13:29:06.725Z % Total % Received % Xferd Average Speed Time Time Time Current
2102024-10-30T13:29:06.725Z Dload Upload Total Spent Left Speed
2112024-10-30T13:29:07.085Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 50.0M 0 --:--:-- --:--:-- --:--:-- 50.1M
2122024-10-30T13:29:07.087Z++ popd
2132024-10-30T13:29:07.087Z/work/oxidecomputer/maghemite
2142024-10-30T13:29:07.087Z++ pushd download
2152024-10-30T13:29:07.087Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2162024-10-30T13:29:07.087Z++ chmod +x softnpu
2172024-10-30T13:29:07.091Z++ chmod +x scadm
2182024-10-30T13:29:07.093Z++ chmod +x ddmadm
2192024-10-30T13:29:07.093Z++ chmod +x ddmd
2202024-10-30T13:29:07.096Z++ mv ddmadm ddmadm-v2
2212024-10-30T13:29:07.096Z++ mv ddmd ddmd-v2
2222024-10-30T13:29:07.098Z++ rm -rf zones/dendrite
2232024-10-30T13:29:07.100Z++ mkdir -p zones/dendrite
2242024-10-30T13:29:07.102Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2252024-10-30T13:29:07.904Z++ popd
2262024-10-30T13:29:07.907Z/work/oxidecomputer/maghemite
2272024-10-30T13:29:07.907Z++ banner install
2282024-10-30T13:29:07.907Z
2292024-10-30T13:29:07.907Z # # # #### ##### ## # #
2302024-10-30T13:29:07.907Z # ## # # # # # # #
2312024-10-30T13:29:07.907Z # # # # #### # # # # #
2322024-10-30T13:29:07.907Z # # # # # # ###### # #
2332024-10-30T13:29:07.907Z # # ## # # # # # # #
2342024-10-30T13:29:07.907Z # # # #### # # # ###### ######
2352024-10-30T13:29:07.907Z
2362024-10-30T13:29:07.910Z++ pkg info brand/sparse
2372024-10-30T13:29:07.910Z++ grep -qi installed
2382024-10-30T13:29:19.018Zpkg: info: no packages matching the following patterns you specified are
2392024-10-30T13:29:19.018Zinstalled on the system. Try querying remotely instead:
2402024-10-30T13:29:19.018Z
2412024-10-30T13:29:19.018Z brand/sparse
2422024-10-30T13:29:19.065Z++ [[ 1 != 0 ]]
2432024-10-30T13:29:19.065Z++ set -o errexit
2442024-10-30T13:29:19.065Z++ pfexec pkg install brand/sparse
2452024-10-30T13:29:30.253Z Startup: Refreshing catalog 'helios-dev' ... Done
2462024-10-30T13:29:33.553Z Startup: Caching catalogs ... Done
2472024-10-30T13:29:40.668ZPlanning: Solver setup ... Done
2482024-10-30T13:29:40.759ZPlanning: Running solver ... Done
2492024-10-30T13:29:40.970ZPlanning: Finding local manifests ... Done
2502024-10-30T13:29:40.995ZPlanning: Fetching manifests: 0/3 0% complete
2512024-10-30T13:29:41.594ZPlanning: Fetching manifests: 3/3 100% complete
2522024-10-30T13:29:41.974ZPlanning: Package planning ... Done
2532024-10-30T13:29:41.980ZPlanning: Merging actions ... Done
2542024-10-30T13:29:42.636ZPlanning: Checking for conflicting actions ... Done
2552024-10-30T13:29:49.209ZPlanning: Consolidating action changes ... Done
2562024-10-30T13:29:49.655ZPlanning: Evaluating mediators ... Done
2572024-10-30T13:29:49.852ZPlanning: Planning completed in 16.21 seconds
2582024-10-30T13:29:50.427Z Packages to install: 1
2592024-10-30T13:29:50.427Z Packages to update: 2
2602024-10-30T13:29:50.427Z Create boot environment: No
2612024-10-30T13:29:50.427ZCreate backup boot environment: Yes
2622024-10-30T13:29:50.790Z
2632024-10-30T13:29:50.790ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2642024-10-30T13:29:55.793ZDownload: 711/1009 items 6.8/8.0MB 84% complete (1.4M/s)
2652024-10-30T13:29:59.727ZDownload: Completed 8.03 MB in 8.94 seconds (919k/s)
2662024-10-30T13:30:01.520Z Actions: 1/1419 actions (Removing old actions)
2672024-10-30T13:30:01.538Z Actions: 199/1419 actions (Installing new actions)
2682024-10-30T13:30:01.655Z Actions: 579/1419 actions (Updating modified actions)
2692024-10-30T13:30:02.122Z Actions: Completed 1419 actions in 0.60 seconds.
2702024-10-30T13:30:02.303Z Done
2712024-10-30T13:30:02.306Z Done
2722024-10-30T13:30:02.759Z Done
2732024-10-30T13:30:09.808Z Done
2742024-10-30T13:30:10.403Z Done
2752024-10-30T13:30:10.405Z Done
2762024-10-30T13:30:10.524Z Done
2772024-10-30T13:30:10.871Z++ set -o errexit
2782024-10-30T13:30:10.871Z++ set -o pipefail
2792024-10-30T13:30:10.871Z++ banner build
2802024-10-30T13:30:10.874Z
2812024-10-30T13:30:10.874Z ##### # # # # #####
2822024-10-30T13:30:10.874Z # # # # # # # #
2832024-10-30T13:30:10.874Z ##### # # # # # #
2842024-10-30T13:30:10.874Z # # # # # # # #
2852024-10-30T13:30:10.874Z # # # # # # # #
2862024-10-30T13:30:10.874Z ##### #### # ###### #####
2872024-10-30T13:30:10.874Z
2882024-10-30T13:30:10.874Z++ cargo build --release --bin ddmd --bin ddmadm
2892024-10-30T13:30:11.052Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2902024-10-30T13:30:11.293Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2912024-10-30T13:30:11.488ZFrom https://www.github.com/oxidecomputer/oxnet
2922024-10-30T13:30:11.489Z * [new branch] ci -> origin/ci
2932024-10-30T13:30:11.491Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2942024-10-30T13:30:11.491Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2952024-10-30T13:30:11.491Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2962024-10-30T13:30:11.491Z * [new branch] main -> origin/main
2972024-10-30T13:30:11.491Z * [new ref] -> origin/HEAD
2982024-10-30T13:30:11.502Z Updating crates.io index
2992024-10-30T13:30:11.504Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-10-30T13:30:12.253ZFrom https://github.com/oxidecomputer/falcon
3012024-10-30T13:30:12.253Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3022024-10-30T13:30:12.444Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032024-10-30T13:30:13.622ZFrom https://github.com/oxidecomputer/dendrite
3042024-10-30T13:30:13.622Z * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded
3052024-10-30T13:30:13.663Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-10-30T13:30:14.047ZFrom https://github.com/oxidecomputer/ispf
3072024-10-30T13:30:14.047Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3082024-10-30T13:30:14.094Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-30T13:30:14.555ZFrom https://github.com/oxidecomputer/netadm-sys
3102024-10-30T13:30:14.555Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3112024-10-30T13:30:14.567Z Updating git repository `https://github.com/oxidecomputer/omicron`
3122024-10-30T13:30:18.977ZFrom https://github.com/oxidecomputer/omicron
3132024-10-30T13:30:18.977Z * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a
3142024-10-30T13:30:19.007Z * [new tag] dogfood -> dogfood
3152024-10-30T13:30:19.010Z * [new tag] v5 -> v5
3162024-10-30T13:30:19.010Z * [new tag] v6 -> v6
3172024-10-30T13:30:19.010Z * [new tag] v7 -> v7
3182024-10-30T13:30:19.010Z * [new tag] v8 -> v8
3192024-10-30T13:30:19.010Z * [new tag] v9 -> v9
3202024-10-30T13:30:19.371Z Updating git repository `https://github.com/oxidecomputer/opte`
3212024-10-30T13:30:20.329ZFrom https://github.com/oxidecomputer/opte
3222024-10-30T13:30:20.329Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3232024-10-30T13:30:20.372Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242024-10-30T13:30:20.977ZFrom https://github.com/oxidecomputer/omicron
3252024-10-30T13:30:20.977Z * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373
3262024-10-30T13:30:21.365Z Updating git repository `https://github.com/illumos/smf-rs`
3272024-10-30T13:30:21.781ZFrom https://github.com/illumos/smf-rs
3282024-10-30T13:30:21.781Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3292024-10-30T13:30:21.801Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3302024-10-30T13:30:22.569ZFrom https://github.com/oxidecomputer/maghemite
3312024-10-30T13:30:22.569Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3322024-10-30T13:30:22.585Z * [new tag] rift -> rift
3332024-10-30T13:30:22.588Z * [new tag] srp -> srp
3342024-10-30T13:30:22.588Z * [new tag] tie-spf -> tie-spf
3352024-10-30T13:30:22.633Z Updating git repository `https://github.com/oxidecomputer/zone`
3362024-10-30T13:30:23.055ZFrom https://github.com/oxidecomputer/zone
3372024-10-30T13:30:23.055Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3382024-10-30T13:30:23.101Z Updating git repository `https://github.com/oxidecomputer/propolis`
3392024-10-30T13:30:23.848ZFrom https://github.com/oxidecomputer/propolis
3402024-10-30T13:30:23.848Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3412024-10-30T13:30:24.307Z Updating git repository `https://github.com/illumos/smf-rs`
3422024-10-30T13:30:24.704ZFrom https://github.com/illumos/smf-rs
3432024-10-30T13:30:24.704Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
3442024-10-30T13:30:24.738Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3452024-10-30T13:30:25.127ZFrom https://github.com/oxidecomputer/dlpi-sys
3462024-10-30T13:30:25.127Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3472024-10-30T13:30:25.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3482024-10-30T13:30:25.552ZFrom https://github.com/jmesmon/rust-libzfs
3492024-10-30T13:30:25.552Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3502024-10-30T13:30:25.569Z * [new tag] v0.4.0 -> v0.4.0
3512024-10-30T13:30:25.584Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3522024-10-30T13:30:26.118ZFrom https://github.com/oxidecomputer/rusty-doors
3532024-10-30T13:30:26.118Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3542024-10-30T13:30:26.147Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3552024-10-30T13:30:26.623ZFrom https://github.com/oxidecomputer/maghemite
3562024-10-30T13:30:26.623Z * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c
3572024-10-30T13:30:26.669Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3582024-10-30T13:30:27.122ZFrom https://github.com/oxidecomputer/serde_human_bytes
3592024-10-30T13:30:27.122Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3602024-10-30T13:30:27.141Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3612024-10-30T13:30:27.495ZFrom https://github.com/oxidecomputer/slog-error-chain
3622024-10-30T13:30:27.495Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3632024-10-30T13:30:27.518Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3642024-10-30T13:30:27.919ZFrom https://github.com/oxidecomputer/poptrie
3652024-10-30T13:30:27.919Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3662024-10-30T13:30:27.933Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3672024-10-30T13:30:28.286ZFrom https://github.com/illumos/libscf-sys
3682024-10-30T13:30:28.286Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3692024-10-30T13:30:28.313Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3702024-10-30T13:30:29.201ZFrom https://github.com/oxidecomputer/progenitor
3712024-10-30T13:30:29.201Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3722024-10-30T13:30:29.221Z * [new tag] v0.1.1 -> v0.1.1
3732024-10-30T13:30:29.224Z * [new tag] v0.2.0 -> v0.2.0
3742024-10-30T13:30:29.224Z * [new tag] v0.3.0 -> v0.3.0
3752024-10-30T13:30:29.225Z * [new tag] v0.4.0 -> v0.4.0
3762024-10-30T13:30:29.225Z * [new tag] v0.5.0 -> v0.5.0
3772024-10-30T13:30:29.225Z * [new tag] v0.6.0 -> v0.6.0
3782024-10-30T13:30:29.225Z * [new tag] v0.7.0 -> v0.7.0
3792024-10-30T13:30:29.413Z Updating git repository `https://github.com/oxidecomputer/typify`
3802024-10-30T13:30:30.632ZFrom https://github.com/oxidecomputer/typify
3812024-10-30T13:30:30.632Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3822024-10-30T13:30:30.634Z * [new tag] v0.2.0 -> v0.2.0
3832024-10-30T13:30:30.651Z * [new tag] v0.0.10 -> v0.0.10
3842024-10-30T13:30:30.656Z * [new tag] v0.0.11 -> v0.0.11
3852024-10-30T13:30:30.656Z * [new tag] v0.0.12 -> v0.0.12
3862024-10-30T13:30:30.656Z * [new tag] v0.0.13 -> v0.0.13
3872024-10-30T13:30:30.656Z * [new tag] v0.0.14 -> v0.0.14
3882024-10-30T13:30:30.656Z * [new tag] v0.0.15 -> v0.0.15
3892024-10-30T13:30:30.656Z * [new tag] v0.0.16 -> v0.0.16
3902024-10-30T13:30:30.656Z * [new tag] v0.0.4 -> v0.0.4
3912024-10-30T13:30:30.656Z * [new tag] v0.0.5 -> v0.0.5
3922024-10-30T13:30:30.656Z * [new tag] v0.0.7 -> v0.0.7
3932024-10-30T13:30:30.656Z * [new tag] v0.0.8 -> v0.0.8
3942024-10-30T13:30:30.656Z * [new tag] v0.0.9 -> v0.0.9
3952024-10-30T13:30:30.656Z * [new tag] v0.1.0 -> v0.1.0
3962024-10-30T13:30:30.720Z Updating git repository `https://github.com/oxidecomputer/propolis`
3972024-10-30T13:30:31.197ZFrom https://github.com/oxidecomputer/propolis
3982024-10-30T13:30:31.197Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
3992024-10-30T13:30:31.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
4002024-10-30T13:30:33.107ZFrom https://github.com/oxidecomputer/crucible
4012024-10-30T13:30:33.107Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
4022024-10-30T13:30:33.173Z Updating git repository `https://github.com/oxidecomputer/opte`
4032024-10-30T13:30:33.666ZFrom https://github.com/oxidecomputer/opte
4042024-10-30T13:30:33.666Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
4052024-10-30T13:30:33.708Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4062024-10-30T13:30:34.350ZFrom https://github.com/oxidecomputer/management-gateway-service
4072024-10-30T13:30:34.350Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
4082024-10-30T13:30:35.007Z Downloading crates ...
4092024-10-30T13:30:35.122Z Downloaded base64 v0.22.1
4102024-10-30T13:30:35.137Z Downloaded darling_macro v0.20.10
4112024-10-30T13:30:35.141Z Downloaded foreign-types v0.3.2
4122024-10-30T13:30:35.141Z Downloaded ciborium-io v0.2.2
4132024-10-30T13:30:35.143Z Downloaded foreign-types-shared v0.3.1
4142024-10-30T13:30:35.143Z Downloaded cstr-argument v0.1.2
4152024-10-30T13:30:35.143Z Downloaded byteorder v1.5.0
4162024-10-30T13:30:35.146Z Downloaded parking_lot_core v0.9.10
4172024-10-30T13:30:35.149Z Downloaded foreign-types-shared v0.1.1
4182024-10-30T13:30:35.151Z Downloaded crucible-workspace-hack v0.1.0
4192024-10-30T13:30:35.151Z Downloaded parse-display-derive v0.10.0
4202024-10-30T13:30:35.155Z Downloaded prettyplease v0.2.22
4212024-10-30T13:30:35.159Z Downloaded pin-project-lite v0.2.14
4222024-10-30T13:30:35.162Z Downloaded foreign-types v0.5.0
4232024-10-30T13:30:35.166Z Downloaded fixedbitset v0.4.2
4242024-10-30T13:30:35.166Z Downloaded errno v0.3.9
4252024-10-30T13:30:35.170Z Downloaded camino-tempfile v1.1.1
4262024-10-30T13:30:35.170Z Downloaded defmt v0.3.8
4272024-10-30T13:30:35.173Z Downloaded ppv-lite86 v0.2.20
4282024-10-30T13:30:35.176Z Downloaded futures-executor v0.3.31
4292024-10-30T13:30:35.176Z Downloaded backoff v0.4.0
4302024-10-30T13:30:35.179Z Downloaded rustc-hash v2.0.0
4312024-10-30T13:30:35.182Z Downloaded serde_tokenstream v0.2.2
4322024-10-30T13:30:35.184Z Downloaded console v0.15.8
4332024-10-30T13:30:35.185Z Downloaded serde_repr v0.1.19
4342024-10-30T13:30:35.187Z Downloaded signal-hook-registry v1.4.2
4352024-10-30T13:30:35.191Z Downloaded crossbeam-epoch v0.9.18
4362024-10-30T13:30:35.193Z Downloaded crc32fast v1.4.2
4372024-10-30T13:30:35.197Z Downloaded ahash v0.8.11
4382024-10-30T13:30:35.200Z Downloaded slog-async v2.8.0
4392024-10-30T13:30:35.200Z Downloaded password-hash v0.5.0
4402024-10-30T13:30:35.205Z Downloaded futures v0.3.31
4412024-10-30T13:30:35.209Z Downloaded serde_derive_internals v0.29.1
4422024-10-30T13:30:35.213Z Downloaded sct v0.7.1
4432024-10-30T13:30:35.216Z Downloaded async-stream-impl v0.3.5
4442024-10-30T13:30:35.216Z Downloaded sha2 v0.10.8
4452024-10-30T13:30:35.219Z Downloaded rustls-pki-types v1.8.0
4462024-10-30T13:30:35.223Z Downloaded pest_meta v2.7.13
4472024-10-30T13:30:35.225Z Downloaded match_cfg v0.1.0
4482024-10-30T13:30:35.225Z Downloaded pretty-hex v0.4.1
4492024-10-30T13:30:35.225Z Downloaded pretty-hex v0.2.1
4502024-10-30T13:30:35.229Z Downloaded pin-utils v0.1.0
4512024-10-30T13:30:35.229Z Downloaded const-random-macro v0.1.16
4522024-10-30T13:30:35.232Z Downloaded anstyle-query v1.1.1
4532024-10-30T13:30:35.232Z Downloaded ryu v1.0.18
4542024-10-30T13:30:35.235Z Downloaded bitflags v1.3.2
4552024-10-30T13:30:35.238Z Downloaded const-random v0.1.18
4562024-10-30T13:30:35.240Z Downloaded parse-display v0.10.0
4572024-10-30T13:30:35.240Z Downloaded progenitor-client v0.8.0
4582024-10-30T13:30:35.242Z Downloaded dropshot_endpoint v0.12.0
4592024-10-30T13:30:35.245Z Downloaded crunchy v0.2.2
4602024-10-30T13:30:35.245Z Downloaded arc-swap v1.7.1
4612024-10-30T13:30:35.249Z Downloaded serde_with_macros v3.11.0
4622024-10-30T13:30:35.251Z Downloaded paste v1.0.15
4632024-10-30T13:30:35.255Z Downloaded float-ord v0.3.2
4642024-10-30T13:30:35.259Z Downloaded scroll_derive v0.12.0
4652024-10-30T13:30:35.259Z Downloaded httpdate v1.0.3
4662024-10-30T13:30:35.261Z Downloaded autocfg v1.3.0
4672024-10-30T13:30:35.261Z Downloaded anstyle v1.0.8
4682024-10-30T13:30:35.263Z Downloaded progenitor v0.8.0
4692024-10-30T13:30:35.266Z Downloaded sigpipe v0.1.3
4702024-10-30T13:30:35.266Z Downloaded serde-big-array v0.5.1
4712024-10-30T13:30:35.269Z Downloaded omicron-workspace-hack v0.1.0
4722024-10-30T13:30:35.269Z Downloaded equivalent v1.0.1
4732024-10-30T13:30:35.272Z Downloaded crc8 v0.1.1
4742024-10-30T13:30:35.272Z Downloaded atomicwrites v0.4.4
4752024-10-30T13:30:35.272Z Downloaded foreign-types-macros v0.2.3
4762024-10-30T13:30:35.275Z Downloaded libscf-sys v1.1.0
4772024-10-30T13:30:35.275Z Downloaded parking_lot_core v0.8.6
4782024-10-30T13:30:35.277Z Downloaded async-stream v0.3.5
4792024-10-30T13:30:35.280Z Downloaded is-terminal v0.4.13
4802024-10-30T13:30:35.280Z Downloaded ciborium-ll v0.2.2
4812024-10-30T13:30:35.282Z Downloaded proc-macro-error-attr v1.0.4
4822024-10-30T13:30:35.285Z Downloaded percent-encoding v2.3.1
4832024-10-30T13:30:35.285Z Downloaded parking_lot v0.12.3
4842024-10-30T13:30:35.288Z Downloaded futures-io v0.3.31
4852024-10-30T13:30:35.289Z Downloaded hubpack_derive v0.1.1
4862024-10-30T13:30:35.291Z Downloaded argon2 v0.5.3
4872024-10-30T13:30:35.291Z Downloaded rand_core v0.6.4
4882024-10-30T13:30:35.294Z Downloaded rand_chacha v0.3.1
4892024-10-30T13:30:35.294Z Downloaded quick-error v1.2.3
4902024-10-30T13:30:35.299Z Downloaded progenitor-macro v0.8.0
4912024-10-30T13:30:35.299Z Downloaded camino v1.1.9
4922024-10-30T13:30:35.311Z Downloaded strum v0.26.3
4932024-10-30T13:30:35.311Z Downloaded openssl-macros v0.1.1
4942024-10-30T13:30:35.311Z Downloaded num_threads v0.1.7
4952024-10-30T13:30:35.311Z Downloaded take_mut v0.2.2
4962024-10-30T13:30:35.311Z Downloaded debug-ignore v1.0.5
4972024-10-30T13:30:35.311Z Downloaded serde_urlencoded v0.7.1
4982024-10-30T13:30:35.311Z Downloaded rustversion v1.0.17
4992024-10-30T13:30:35.314Z Downloaded zone_cfg_derive v0.3.0
5002024-10-30T13:30:35.314Z Downloaded form_urlencoded v1.2.1
5012024-10-30T13:30:35.314Z Downloaded http-body-util v0.1.2
5022024-10-30T13:30:35.314Z Downloaded http-body v1.0.1
5032024-10-30T13:30:35.317Z Downloaded newline-converter v0.3.0
5042024-10-30T13:30:35.317Z Downloaded serde_path_to_error v0.1.16
5052024-10-30T13:30:35.319Z Downloaded fastrand v2.1.1
5062024-10-30T13:30:35.322Z Downloaded crypto-common v0.1.6
5072024-10-30T13:30:35.322Z Downloaded futures-macro v0.3.31
5082024-10-30T13:30:35.324Z Downloaded enum-as-inner v0.6.1
5092024-10-30T13:30:35.327Z Downloaded tower-service v0.3.3
5102024-10-30T13:30:35.327Z Downloaded slog-dtrace v0.3.0
5112024-10-30T13:30:35.329Z Downloaded openssl-probe v0.1.5
5122024-10-30T13:30:35.329Z Downloaded embedded-io v0.6.1
5132024-10-30T13:30:35.332Z Downloaded dyn-clone v1.0.17
5142024-10-30T13:30:35.335Z Downloaded tokio-macros v2.4.0
5152024-10-30T13:30:35.335Z Downloaded dirs-next v2.0.0
5162024-10-30T13:30:35.338Z Downloaded defmt-parser v0.3.4
5172024-10-30T13:30:35.338Z Downloaded embedded-io v0.4.0
5182024-10-30T13:30:35.342Z Downloaded slog-bunyan v2.5.0
5192024-10-30T13:30:35.342Z Downloaded shlex v1.3.0
5202024-10-30T13:30:35.345Z Downloaded heck v0.5.0
5212024-10-30T13:30:35.345Z Downloaded pest_derive v2.7.13
5222024-10-30T13:30:35.348Z Downloaded sha1 v0.10.6
5232024-10-30T13:30:35.351Z Downloaded ipnetwork v0.20.0
5242024-10-30T13:30:35.351Z Downloaded proc-macro-error v1.0.4
5252024-10-30T13:30:35.354Z Downloaded macaddr v1.0.1
5262024-10-30T13:30:35.356Z Downloaded lru-cache v0.1.2
5272024-10-30T13:30:35.358Z Downloaded quote v1.0.37
5282024-10-30T13:30:35.360Z Downloaded zone v0.3.0
5292024-10-30T13:30:35.363Z Downloaded clap_derive v4.5.18
5302024-10-30T13:30:35.366Z Downloaded darling v0.20.10
5312024-10-30T13:30:35.370Z Downloaded heck v0.4.1
5322024-10-30T13:30:35.370Z Downloaded whoami v1.5.2
5332024-10-30T13:30:35.374Z Downloaded linear-map v1.2.0
5342024-10-30T13:30:35.376Z Downloaded indent_write v2.2.0
5352024-10-30T13:30:35.376Z Downloaded try-lock v0.2.5
5362024-10-30T13:30:35.383Z Downloaded sync_wrapper v1.0.1
5372024-10-30T13:30:35.383Z Downloaded newtype_derive v0.1.6
5382024-10-30T13:30:35.385Z Downloaded rustls-pemfile v2.1.3
5392024-10-30T13:30:35.385Z Downloaded time-core v0.1.2
5402024-10-30T13:30:35.385Z Downloaded futures-channel v0.3.31
5412024-10-30T13:30:35.388Z Downloaded scroll v0.12.0
5422024-10-30T13:30:35.388Z Downloaded log v0.4.22
5432024-10-30T13:30:35.391Z Downloaded futures-core v0.3.31
5442024-10-30T13:30:35.393Z Downloaded num_enum_derive v0.7.3
5452024-10-30T13:30:35.395Z Downloaded term v0.7.0
5462024-10-30T13:30:35.398Z Downloaded tiny-keccak v2.0.2
5472024-10-30T13:30:35.401Z Downloaded tabwriter v1.4.0
5482024-10-30T13:30:35.404Z Downloaded hyper-tls v0.6.0
5492024-10-30T13:30:35.405Z Downloaded slog-envlogger v2.2.0
5502024-10-30T13:30:35.407Z Downloaded tempfile v3.12.0
5512024-10-30T13:30:35.409Z Downloaded usdt v0.5.0
5522024-10-30T13:30:35.409Z Downloaded thread-id v4.2.2
5532024-10-30T13:30:35.411Z Downloaded toml_datetime v0.6.8
5542024-10-30T13:30:35.414Z Downloaded once_cell v1.20.2
5552024-10-30T13:30:35.417Z Downloaded lock_api v0.4.12
5562024-10-30T13:30:35.420Z Downloaded waitgroup v0.1.2
5572024-10-30T13:30:35.420Z Downloaded rand v0.8.5
5582024-10-30T13:30:35.424Z Downloaded humantime v2.1.0
5592024-10-30T13:30:35.426Z Downloaded rhai_codegen v2.2.0
5602024-10-30T13:30:35.432Z Downloaded ident_case v1.0.1
5612024-10-30T13:30:35.435Z Downloaded want v0.3.1
5622024-10-30T13:30:35.435Z Downloaded httparse v1.9.4
5632024-10-30T13:30:35.447Z Downloaded newtype-uuid v1.1.2
5642024-10-30T13:30:35.447Z Downloaded http-body v0.4.6
5652024-10-30T13:30:35.450Z Downloaded sync_wrapper v0.1.2
5662024-10-30T13:30:35.453Z Downloaded derive-where v1.2.7
5672024-10-30T13:30:35.457Z Downloaded hyper-tls v0.5.0
5682024-10-30T13:30:35.459Z Downloaded structmeta v0.3.0
5692024-10-30T13:30:35.459Z Downloaded native-tls v0.2.12
5702024-10-30T13:30:35.484Z Downloaded highway v1.2.0
5712024-10-30T13:30:35.484Z Downloaded half v2.4.1
5722024-10-30T13:30:35.484Z Downloaded slog v2.7.0
5732024-10-30T13:30:35.495Z Downloaded mime v0.3.17
5742024-10-30T13:30:35.495Z Downloaded structmeta-derive v0.3.0
5752024-10-30T13:30:35.495Z Downloaded static_assertions v1.1.0
5762024-10-30T13:30:35.495Z Downloaded memmap v0.7.0
5772024-10-30T13:30:35.495Z Downloaded linked-hash-map v0.5.6
5782024-10-30T13:30:35.495Z Downloaded getrandom v0.2.15
5792024-10-30T13:30:35.495Z Downloaded tokio-stream v0.1.16
5802024-10-30T13:30:35.495Z Downloaded num-conv v0.1.0
5812024-10-30T13:30:35.495Z Downloaded version_check v0.9.5
5822024-10-30T13:30:35.495Z Downloaded usdt-macro v0.5.0
5832024-10-30T13:30:35.495Z Downloaded instant v0.1.13
5842024-10-30T13:30:35.495Z Downloaded stable_deref_trait v1.2.0
5852024-10-30T13:30:35.495Z Downloaded parking_lot v0.11.2
5862024-10-30T13:30:35.498Z Downloaded tinyvec_macros v0.1.1
5872024-10-30T13:30:35.498Z Downloaded usdt-attr-macro v0.5.0
5882024-10-30T13:30:35.498Z Downloaded hostname v0.4.0
5892024-10-30T13:30:35.498Z Downloaded num_enum v0.5.11
5902024-10-30T13:30:35.500Z Downloaded hostname v0.3.1
5912024-10-30T13:30:35.505Z Downloaded owo-colors v4.1.0
5922024-10-30T13:30:35.508Z Downloaded thiserror v1.0.64
5932024-10-30T13:30:35.511Z Downloaded darling_core v0.20.10
5942024-10-30T13:30:35.515Z Downloaded fxhash v0.2.1
5952024-10-30T13:30:35.518Z Downloaded num-derive v0.3.3
5962024-10-30T13:30:35.520Z Downloaded base64 v0.21.7
5972024-10-30T13:30:35.523Z Downloaded itoa v1.0.11
5982024-10-30T13:30:35.525Z Downloaded is_terminal_polyfill v1.70.1
5992024-10-30T13:30:35.527Z Downloaded swrite v0.1.0
6002024-10-30T13:30:35.527Z Downloaded zeroize v1.8.1
6012024-10-30T13:30:35.529Z Downloaded typenum v1.17.0
6022024-10-30T13:30:35.531Z Downloaded futures-task v0.3.31
6032024-10-30T13:30:35.534Z Downloaded schemars v0.8.21
6042024-10-30T13:30:35.545Z Downloaded smf v0.2.3
6052024-10-30T13:30:35.547Z Downloaded untrusted v0.9.0
6062024-10-30T13:30:35.549Z Downloaded num-derive v0.4.2
6072024-10-30T13:30:35.552Z Downloaded hex v0.4.3
6082024-10-30T13:30:35.554Z Downloaded tokio-native-tls v0.3.1
6092024-10-30T13:30:35.557Z Downloaded strum_macros v0.26.4
6102024-10-30T13:30:35.559Z Downloaded strum_macros v0.25.3
6112024-10-30T13:30:35.561Z Downloaded typify v0.2.0
6122024-10-30T13:30:35.564Z Downloaded thread_local v1.1.8
6132024-10-30T13:30:35.567Z Downloaded usdt-impl v0.5.0
6142024-10-30T13:30:35.567Z Downloaded hyper-rustls v0.27.3
6152024-10-30T13:30:35.573Z Downloaded num-rational v0.4.2
6162024-10-30T13:30:35.577Z Downloaded iana-time-zone v0.1.61
6172024-10-30T13:30:35.577Z Downloaded libsw v3.3.1
6182024-10-30T13:30:35.577Z Downloaded clap v4.5.18
6192024-10-30T13:30:35.586Z Downloaded lazy_static v1.5.0
6202024-10-30T13:30:35.589Z Downloaded utf8parse v0.2.2
6212024-10-30T13:30:35.591Z Downloaded indexmap v1.9.3
6222024-10-30T13:30:35.593Z Downloaded num v0.4.3
6232024-10-30T13:30:35.596Z Downloaded subtle v2.6.1
6242024-10-30T13:30:35.598Z Downloaded unicode-ident v1.0.13
6252024-10-30T13:30:35.601Z Downloaded serde_yaml v0.9.34+deprecated
6262024-10-30T13:30:35.603Z Downloaded hyper-rustls v0.24.2
6272024-10-30T13:30:35.606Z Downloaded spin v0.9.8
6282024-10-30T13:30:35.609Z Downloaded num-complex v0.4.6
6292024-10-30T13:30:35.612Z Downloaded crossbeam-channel v0.5.13
6302024-10-30T13:30:35.616Z Downloaded qorb v0.1.2
6312024-10-30T13:30:35.621Z Downloaded tokio-rustls v0.26.0
6322024-10-30T13:30:35.624Z Downloaded time-macros v0.2.18
6332024-10-30T13:30:35.626Z Downloaded zerocopy v0.6.6
6342024-10-30T13:30:35.629Z Downloaded quinn v0.11.5
6352024-10-30T13:30:35.633Z Downloaded toml v0.8.19
6362024-10-30T13:30:35.636Z Downloaded expectorate v1.1.0
6372024-10-30T13:30:35.640Z Downloaded aho-corasick v1.1.3
6382024-10-30T13:30:35.646Z Downloaded socket2 v0.5.7
6392024-10-30T13:30:35.648Z Downloaded tracing-core v0.1.32
6402024-10-30T13:30:35.651Z Downloaded openssl-sys v0.9.103
6412024-10-30T13:30:35.656Z Downloaded ipnet v2.10.0
6422024-10-30T13:30:35.659Z Downloaded tokio-rustls v0.24.1
6432024-10-30T13:30:35.662Z Downloaded tinyvec v1.8.0
6442024-10-30T13:30:35.665Z Downloaded hyper-util v0.1.9
6452024-10-30T13:30:35.670Z Downloaded ucd-trie v0.1.6
6462024-10-30T13:30:35.673Z Downloaded num-traits v0.2.19
6472024-10-30T13:30:35.676Z Downloaded unsafe-libyaml v0.2.11
6482024-10-30T13:30:35.680Z Downloaded hickory-resolver v0.24.1
6492024-10-30T13:30:35.684Z Downloaded unicode-bidi v0.3.15
6502024-10-30T13:30:35.687Z Downloaded mio v1.0.2
6512024-10-30T13:30:35.693Z Downloaded uuid v1.10.0
6522024-10-30T13:30:35.697Z Downloaded minimal-lexical v0.2.1
6532024-10-30T13:30:35.701Z Downloaded unicode-segmentation v1.12.0
6542024-10-30T13:30:35.705Z Downloaded toml_edit v0.22.21
6552024-10-30T13:30:35.728Z Downloaded url v2.5.2
6562024-10-30T13:30:35.732Z Downloaded http v0.2.12
6572024-10-30T13:30:35.736Z Downloaded indexmap v2.6.0
6582024-10-30T13:30:35.740Z Downloaded steno v0.4.1
6592024-10-30T13:30:35.744Z Downloaded hashbrown v0.12.3
6602024-10-30T13:30:35.749Z Downloaded rustls-webpki v0.101.7
6612024-10-30T13:30:35.765Z Downloaded itertools v0.10.5
6622024-10-30T13:30:35.772Z Downloaded time v0.3.36
6632024-10-30T13:30:35.779Z Downloaded chrono v0.4.38
6642024-10-30T13:30:35.787Z Downloaded reqwest v0.11.27
6652024-10-30T13:30:35.795Z Downloaded http v1.1.0
6662024-10-30T13:30:35.800Z Downloaded libm v0.2.8
6672024-10-30T13:30:35.808Z Downloaded nom v7.1.3
6682024-10-30T13:30:35.814Z Downloaded unicode-normalization v0.1.24
6692024-10-30T13:30:35.819Z Downloaded h2 v0.4.6
6702024-10-30T13:30:35.825Z Downloaded serde_json v1.0.128
6712024-10-30T13:30:35.833Z Downloaded hashbrown v0.14.5
6722024-10-30T13:30:35.841Z Downloaded zerocopy v0.7.35
6732024-10-30T13:30:35.855Z Downloaded hyper v1.4.1
6742024-10-30T13:30:35.863Z Downloaded futures-util v0.3.31
6752024-10-30T13:30:35.875Z Downloaded tokio-util v0.7.12
6762024-10-30T13:30:35.882Z Downloaded itertools v0.13.0
6772024-10-30T13:30:35.890Z Downloaded openssl v0.10.66
6782024-10-30T13:30:35.899Z Downloaded syn v1.0.109
6792024-10-30T13:30:35.909Z Downloaded webpki-roots v0.25.4
6802024-10-30T13:30:35.913Z Downloaded dropshot v0.12.0
6812024-10-30T13:30:35.935Z Downloaded goblin v0.8.2
6822024-10-30T13:30:35.941Z Downloaded idna v0.4.0
6832024-10-30T13:30:35.947Z Downloaded vcpkg v0.2.15
6842024-10-30T13:30:35.987Z Downloaded idna v0.5.0
6852024-10-30T13:30:35.995Z Downloaded h2 v0.3.26
6862024-10-30T13:30:36.001Z Downloaded openapiv3 v2.0.0
6872024-10-30T13:30:36.011Z Downloaded webpki-roots v0.26.6
6882024-10-30T13:30:36.014Z Downloaded regex v1.11.1
6892024-10-30T13:30:36.028Z Downloaded rustls-webpki v0.102.8
6902024-10-30T13:30:36.045Z Downloaded unicode-width v0.1.14
6912024-10-30T13:30:36.051Z Downloaded hickory-proto v0.24.1
6922024-10-30T13:30:36.066Z Downloaded rustls v0.23.13
6932024-10-30T13:30:36.078Z Downloaded rustix v0.38.37
6942024-10-30T13:30:36.101Z Downloaded syn v2.0.77
6952024-10-30T13:30:36.113Z Downloaded regress v0.10.1
6962024-10-30T13:30:36.122Z Downloaded rustls v0.22.4
6972024-10-30T13:30:36.136Z Downloaded smoltcp v0.11.0
6982024-10-30T13:30:36.149Z Downloaded zerocopy-derive v0.6.6
6992024-10-30T13:30:36.159Z Downloaded regress v0.9.1
7002024-10-30T13:30:36.167Z Downloaded regex-syntax v0.8.5
7012024-10-30T13:30:36.176Z Downloaded rhai v1.19.0
7022024-10-30T13:30:36.189Z Downloaded rustls v0.21.12
7032024-10-30T13:30:36.200Z Downloaded winnow v0.5.40
7042024-10-30T13:30:36.209Z Downloaded reqwest v0.12.8
7052024-10-30T13:30:36.217Z Downloaded hyper v0.14.30
7062024-10-30T13:30:36.225Z Downloaded winnow v0.6.18
7072024-10-30T13:30:36.235Z Downloaded typify-impl v0.2.0
7082024-10-30T13:30:36.250Z Downloaded sled v0.34.7
7092024-10-30T13:30:36.262Z Downloaded itertools v0.12.1
7102024-10-30T13:30:36.268Z Downloaded serde_with v3.11.0
7112024-10-30T13:30:36.276Z Downloaded quinn-proto v0.11.8
7122024-10-30T13:30:36.282Z Downloaded hashbrown v0.15.0
7132024-10-30T13:30:36.287Z Downloaded toml_edit v0.19.15
7142024-10-30T13:30:36.304Z Downloaded libc v0.2.161
7152024-10-30T13:30:36.331Z Downloaded regex-automata v0.4.8
7162024-10-30T13:30:36.348Z Downloaded tracing v0.1.40
7172024-10-30T13:30:36.353Z Downloaded memchr v2.7.4
7182024-10-30T13:30:36.358Z Downloaded pest v2.7.13
7192024-10-30T13:30:36.364Z Downloaded tokio-rustls v0.25.0
7202024-10-30T13:30:36.366Z Downloaded zerocopy-derive v0.7.35
7212024-10-30T13:30:36.369Z Downloaded smartstring v1.0.1
7222024-10-30T13:30:36.371Z Downloaded smallvec v1.13.2
7232024-10-30T13:30:36.376Z Downloaded petgraph v0.6.5
7242024-10-30T13:30:36.391Z Downloaded slog-term v2.9.1
7252024-10-30T13:30:36.393Z Downloaded cc v1.1.21
7262024-10-30T13:30:36.396Z Downloaded thin-vec v0.2.13
7272024-10-30T13:30:36.399Z Downloaded terminal_size v0.3.0
7282024-10-30T13:30:36.401Z Downloaded tokio v1.40.0
7292024-10-30T13:30:36.439Z Downloaded clap_builder v4.5.18
7302024-10-30T13:30:36.445Z Downloaded num_enum_derive v0.5.11
7312024-10-30T13:30:36.447Z Downloaded num_enum v0.7.3
7322024-10-30T13:30:36.450Z Downloaded num-iter v0.1.45
7332024-10-30T13:30:36.453Z Downloaded num-integer v0.1.46
7342024-10-30T13:30:36.456Z Downloaded thiserror-impl v1.0.64
7352024-10-30T13:30:36.456Z Downloaded generic-array v0.14.7
7362024-10-30T13:30:36.456Z Downloaded tracing-attributes v0.1.27
7372024-10-30T13:30:36.458Z Downloaded hash32 v0.3.1
7382024-10-30T13:30:36.460Z Downloaded typify-macro v0.2.0
7392024-10-30T13:30:36.460Z Downloaded serde_derive v1.0.210
7402024-10-30T13:30:36.463Z Downloaded multer v3.1.0
7412024-10-30T13:30:36.465Z Downloaded heapless v0.8.0
7422024-10-30T13:30:36.468Z Downloaded similar v2.6.0
7432024-10-30T13:30:36.473Z Downloaded derive_more v0.99.18
7442024-10-30T13:30:36.477Z Downloaded bytes v1.7.2
7452024-10-30T13:30:36.481Z Downloaded strsim v0.11.1
7462024-10-30T13:30:36.484Z Downloaded slog-stdlog v4.1.1
7472024-10-30T13:30:36.484Z Downloaded slog-scope v4.4.0
7482024-10-30T13:30:36.488Z Downloaded slog-json v2.6.1
7492024-10-30T13:30:36.491Z Downloaded serde v1.0.210
7502024-10-30T13:30:36.491Z Downloaded managed v0.8.0
7512024-10-30T13:30:36.493Z Downloaded encoding_rs v0.8.34
7522024-10-30T13:30:36.512Z Downloaded cookie v0.18.1
7532024-10-30T13:30:36.514Z Downloaded crossbeam-utils v0.8.20
7542024-10-30T13:30:36.517Z Downloaded allocator-api2 v0.2.18
7552024-10-30T13:30:36.520Z Downloaded anyhow v1.0.89
7562024-10-30T13:30:36.523Z Downloaded cpufeatures v0.2.14
7572024-10-30T13:30:36.526Z Downloaded ciborium v0.2.2
7582024-10-30T13:30:36.528Z Downloaded semver v1.0.23
7592024-10-30T13:30:36.530Z Downloaded postcard v1.0.10
7602024-10-30T13:30:36.533Z Downloaded hubpack v0.1.2
7612024-10-30T13:30:36.533Z Downloaded serde_spanned v0.6.7
7622024-10-30T13:30:36.535Z Downloaded schemars_derive v0.8.21
7632024-10-30T13:30:36.535Z Downloaded dirs-sys-next v0.1.2
7642024-10-30T13:30:36.538Z Downloaded defmt-macros v0.3.9
7652024-10-30T13:30:36.540Z Downloaded async-trait v0.1.83
7662024-10-30T13:30:36.543Z Downloaded semver v0.1.20
7672024-10-30T13:30:36.543Z Downloaded rustls-pemfile v1.0.4
7682024-10-30T13:30:36.545Z Downloaded rustc_version v0.1.7
7692024-10-30T13:30:36.545Z Downloaded blake2 v0.10.6
7702024-10-30T13:30:36.548Z Downloaded fnv v1.0.7
7712024-10-30T13:30:36.551Z Downloaded data-encoding v2.6.0
7722024-10-30T13:30:36.551Z Downloaded colorchoice v1.0.2
7732024-10-30T13:30:36.551Z Downloaded clap_lex v0.7.2
7742024-10-30T13:30:36.554Z Downloaded cfg-if v1.0.0
7752024-10-30T13:30:36.554Z Downloaded rustc_version v0.4.1
7762024-10-30T13:30:36.554Z Downloaded resolv-conf v0.7.0
7772024-10-30T13:30:36.556Z Downloaded quinn-udp v0.5.5
7782024-10-30T13:30:36.562Z Downloaded proc-macro-crate v1.3.1
7792024-10-30T13:30:36.562Z Downloaded powerfmt v0.2.0
7802024-10-30T13:30:36.565Z Downloaded pkg-config v0.3.31
7812024-10-30T13:30:36.565Z Downloaded pest_generator v2.7.13
7822024-10-30T13:30:36.565Z Downloaded colored v2.1.0
7832024-10-30T13:30:36.565Z Downloaded block-buffer v0.10.4
7842024-10-30T13:30:36.565Z Downloaded base64ct v1.6.0
7852024-10-30T13:30:36.567Z Downloaded anstream v0.6.15
7862024-10-30T13:30:36.569Z Downloaded progenitor-impl v0.8.0
7872024-10-30T13:30:36.571Z Downloaded proc-macro2 v1.0.86
7882024-10-30T13:30:36.585Z Downloaded dtrace-parser v0.2.0
7892024-10-30T13:30:36.586Z Downloaded slab v0.4.9
7902024-10-30T13:30:36.586Z Downloaded cancel-safe-futures v0.1.5
7912024-10-30T13:30:36.597Z Downloaded bitflags v2.6.0
7922024-10-30T13:30:36.597Z Downloaded scopeguard v1.2.0
7932024-10-30T13:30:36.597Z Downloaded proc-macro-crate v3.2.0
7942024-10-30T13:30:36.597Z Downloaded dof v0.3.0
7952024-10-30T13:30:36.597Z Downloaded plain v0.2.3
7962024-10-30T13:30:36.597Z Downloaded either v1.13.0
7972024-10-30T13:30:36.597Z Downloaded deranged v0.3.11
7982024-10-30T13:30:36.597Z Downloaded cobs v0.2.3
7992024-10-30T13:30:36.597Z Downloaded futures-sink v0.3.31
8002024-10-30T13:30:36.597Z Downloaded digest v0.10.7
8012024-10-30T13:30:36.597Z Downloaded convert_case v0.4.0
8022024-10-30T13:30:36.597Z Downloaded atomic-waker v1.1.2
8032024-10-30T13:30:36.597Z Downloaded anstyle-parse v0.2.5
8042024-10-30T13:30:36.747Z Downloaded ring v0.17.8
8052024-10-30T13:30:37.103Z Compiling proc-macro2 v1.0.86
8062024-10-30T13:30:37.103Z Compiling unicode-ident v1.0.13
8072024-10-30T13:30:37.103Z Compiling libc v0.2.161
8082024-10-30T13:30:37.106Z Compiling serde v1.0.210
8092024-10-30T13:30:37.106Z Compiling autocfg v1.3.0
8102024-10-30T13:30:37.142Z Compiling version_check v0.9.5
8112024-10-30T13:30:37.144Z Compiling cfg-if v1.0.0
8122024-10-30T13:30:37.279Z Compiling libm v0.2.8
8132024-10-30T13:30:37.299Z Compiling once_cell v1.20.2
8142024-10-30T13:30:37.323Z Compiling memchr v2.7.4
8152024-10-30T13:30:37.733Z Compiling parking_lot_core v0.9.10
8162024-10-30T13:30:37.871Z Compiling lock_api v0.4.12
8172024-10-30T13:30:38.331Z Compiling shlex v1.3.0
8182024-10-30T13:30:38.587Z Compiling thiserror v1.0.64
8192024-10-30T13:30:38.842Z Compiling cc v1.1.21
8202024-10-30T13:30:38.844Z Compiling itoa v1.0.11
8212024-10-30T13:30:39.044Z Compiling schemars v0.8.21
8222024-10-30T13:30:39.046Z Compiling slab v0.4.9
8232024-10-30T13:30:39.178Z Compiling ryu v1.0.18
8242024-10-30T13:30:39.420Z Compiling num-traits v0.2.19
8252024-10-30T13:30:39.444Z Compiling serde_json v1.0.128
8262024-10-30T13:30:39.761Z Compiling byteorder v1.5.0
8272024-10-30T13:30:40.262Z Compiling quote v1.0.37
8282024-10-30T13:30:40.294Z Compiling getrandom v0.2.15
8292024-10-30T13:30:40.790Z Compiling syn v2.0.77
8302024-10-30T13:30:40.889Z Compiling pin-project-lite v0.2.14
8312024-10-30T13:30:41.029Z Compiling log v0.4.22
8322024-10-30T13:30:41.228Z Compiling hashbrown v0.15.0
8332024-10-30T13:30:41.247Z Compiling equivalent v1.0.1
8342024-10-30T13:30:41.339Z Compiling heck v0.5.0
8352024-10-30T13:30:41.564Z Compiling fnv v1.0.7
8362024-10-30T13:30:41.710Z Compiling scopeguard v1.2.0
8372024-10-30T13:30:41.854Z Compiling ring v0.17.8
8382024-10-30T13:30:42.052Z Compiling pkg-config v0.3.31
8392024-10-30T13:30:42.250Z Compiling vcpkg v0.2.15
8402024-10-30T13:30:42.431Z Compiling slog v2.7.0
8412024-10-30T13:30:42.553Z Compiling httparse v1.9.4
8422024-10-30T13:30:42.900Z Compiling socket2 v0.5.7
8432024-10-30T13:30:42.993Z Compiling mio v1.0.2
8442024-10-30T13:30:43.015Z Compiling signal-hook-registry v1.4.2
8452024-10-30T13:30:43.231Z Compiling iana-time-zone v0.1.61
8462024-10-30T13:30:43.864Z Compiling openssl-sys v0.9.103
8472024-10-30T13:30:43.899Z Compiling futures-core v0.3.31
8482024-10-30T13:30:44.010Z Compiling openssl v0.10.66
8492024-10-30T13:30:44.172Z Compiling dyn-clone v1.0.17
8502024-10-30T13:30:44.420Z Compiling typenum v1.17.0
8512024-10-30T13:30:44.477Z Compiling ahash v0.8.11
8522024-10-30T13:30:44.504Z Compiling futures-sink v0.3.31
8532024-10-30T13:30:44.596Z Compiling rustls v0.23.13
8542024-10-30T13:30:44.598Z Compiling native-tls v0.2.12
8552024-10-30T13:30:44.662Z Compiling semver v1.0.23
8562024-10-30T13:30:44.845Z Compiling generic-array v0.14.7
8572024-10-30T13:30:44.926Z Compiling allocator-api2 v0.2.18
8582024-10-30T13:30:44.968Z Compiling ucd-trie v0.1.6
8592024-10-30T13:30:45.186Z Compiling futures-channel v0.3.31
8602024-10-30T13:30:45.207Z Compiling futures-task v0.3.31
8612024-10-30T13:30:45.356Z Compiling futures-io v0.3.31
8622024-10-30T13:30:45.379Z Compiling anyhow v1.0.89
8632024-10-30T13:30:45.482Z Compiling pin-utils v0.1.0
8642024-10-30T13:30:45.503Z Compiling aho-corasick v1.1.3
8652024-10-30T13:30:45.526Z Compiling num-conv v0.1.0
8662024-10-30T13:30:45.584Z Compiling omicron-workspace-hack v0.1.0
8672024-10-30T13:30:45.640Z Compiling regex-syntax v0.8.5
8682024-10-30T13:30:45.706Z Compiling time-core v0.1.2
8692024-10-30T13:30:45.709Z Compiling tracing-core v0.1.32
8702024-10-30T13:30:45.875Z Compiling time-macros v0.2.18
8712024-10-30T13:30:45.965Z Compiling usdt-impl v0.5.0
8722024-10-30T13:30:46.022Z Compiling bitflags v2.6.0
8732024-10-30T13:30:46.336Z Compiling strsim v0.11.1
8742024-10-30T13:30:46.530Z Compiling plain v0.2.3
8752024-10-30T13:30:46.684Z Compiling subtle v2.6.1
8762024-10-30T13:30:46.975Z Compiling rustversion v1.0.17
8772024-10-30T13:30:47.052Z Compiling pretty-hex v0.4.1
8782024-10-30T13:30:47.271Z Compiling paste v1.0.15
8792024-10-30T13:30:47.367Z Compiling newtype-uuid v1.1.2
8802024-10-30T13:30:47.833Z Compiling serde_derive_internals v0.29.1
8812024-10-30T13:30:47.968Z Compiling thread-id v4.2.2
8822024-10-30T13:30:48.090Z Compiling ident_case v1.0.1
8832024-10-30T13:30:48.279Z Compiling camino v1.1.9
8842024-10-30T13:30:48.818Z Compiling unsafe-libyaml v0.2.11
8852024-10-30T13:30:49.122Z Compiling regex-automata v0.4.8
8862024-10-30T13:30:49.195Z Compiling rustls v0.22.4
8872024-10-30T13:30:49.485Z Compiling crunchy v0.2.2
8882024-10-30T13:30:49.695Z Compiling darling_core v0.20.10
8892024-10-30T13:30:50.728Z Compiling slog-async v2.8.0
8902024-10-30T13:30:51.027Z Compiling rustls-pki-types v1.8.0
8912024-10-30T13:30:51.152Z Compiling tiny-keccak v2.0.2
8922024-10-30T13:30:51.172Z Compiling spin v0.9.8
8932024-10-30T13:30:51.549Z Compiling rand_core v0.6.4
8942024-10-30T13:30:51.571Z Compiling multer v3.1.0
8952024-10-30T13:30:51.919Z Compiling tinyvec_macros v0.1.1
8962024-10-30T13:30:52.015Z Compiling untrusted v0.9.0
8972024-10-30T13:30:52.030Z Compiling tinyvec v1.8.0
8982024-10-30T13:30:52.767Z Compiling regex v1.11.1
8992024-10-30T13:30:52.915Z Compiling serde_derive v1.0.210
9002024-10-30T13:30:53.621Z Compiling zerocopy-derive v0.7.35
9012024-10-30T13:30:53.725Z Compiling thiserror-impl v1.0.64
9022024-10-30T13:30:54.442Z Compiling tokio-macros v2.4.0
9032024-10-30T13:30:55.620Z Compiling schemars_derive v0.8.21
9042024-10-30T13:30:55.726Z Compiling futures-macro v0.3.31
9052024-10-30T13:30:56.074Z Compiling zerocopy v0.7.35
9062024-10-30T13:30:56.426Z Compiling openssl-macros v0.1.1
9072024-10-30T13:30:56.920Z Compiling scroll_derive v0.12.0
9082024-10-30T13:30:57.296Z Compiling pest v2.7.13
9092024-10-30T13:30:57.661Z Compiling futures-util v0.3.31
9102024-10-30T13:30:57.836Z Compiling tracing-attributes v0.1.27
9112024-10-30T13:30:58.117Z Compiling hashbrown v0.14.5
9122024-10-30T13:30:58.356Z Compiling scroll v0.12.0
9132024-10-30T13:30:58.721Z Compiling darling_macro v0.20.10
9142024-10-30T13:30:58.878Z Compiling goblin v0.8.2
9152024-10-30T13:30:59.370Z Compiling regress v0.10.1
9162024-10-30T13:30:59.676Z Compiling async-trait v0.1.83
9172024-10-30T13:31:00.136Z Compiling pest_meta v2.7.13
9182024-10-30T13:31:02.246Z Compiling pest_generator v2.7.13
9192024-10-30T13:31:03.850Z Compiling tracing v0.1.40
9202024-10-30T13:31:04.015Z Compiling darling v0.20.10
9212024-10-30T13:31:04.156Z Compiling pest_derive v2.7.13
9222024-10-30T13:31:04.233Z Compiling percent-encoding v2.3.1
9232024-10-30T13:31:04.516Z Compiling atomic-waker v1.1.2
9242024-10-30T13:31:04.542Z Compiling form_urlencoded v1.2.1
9252024-10-30T13:31:04.722Z Compiling serde_with_macros v3.11.0
9262024-10-30T13:31:05.037Z Compiling dtrace-parser v0.2.0
9272024-10-30T13:31:05.058Z Compiling ppv-lite86 v0.2.20
9282024-10-30T13:31:05.806Z Compiling unicode-normalization v0.1.24
9292024-10-30T13:31:06.019Z Compiling strum_macros v0.26.4
9302024-10-30T13:31:06.492Z Compiling bytes v1.7.2
9312024-10-30T13:31:06.824Z Compiling smallvec v1.13.2
9322024-10-30T13:31:07.093Z Compiling chrono v0.4.38
9332024-10-30T13:31:07.487Z Compiling indexmap v2.6.0
9342024-10-30T13:31:08.345Z Compiling parking_lot v0.12.3
9352024-10-30T13:31:08.516Z Compiling uuid v1.10.0
9362024-10-30T13:31:08.642Z Compiling serde_tokenstream v0.2.2
9372024-10-30T13:31:08.950Z Compiling tokio v1.40.0
9382024-10-30T13:31:10.026Z Compiling http v1.1.0
9392024-10-30T13:31:11.051Z Compiling openapiv3 v2.0.0
9402024-10-30T13:31:12.503Z Compiling dof v0.3.0
9412024-10-30T13:31:14.299Z Compiling serde_yaml v0.9.34+deprecated
9422024-10-30T13:31:14.612Z Compiling typify-impl v0.2.0
9432024-10-30T13:31:15.355Z Compiling usdt-attr-macro v0.5.0
9442024-10-30T13:31:15.565Z Compiling usdt-macro v0.5.0
9452024-10-30T13:31:17.066Z Compiling http-body v1.0.1
9462024-10-30T13:31:17.106Z Compiling ipnetwork v0.20.0
9472024-10-30T13:31:17.328Z Compiling structmeta-derive v0.3.0
9482024-10-30T13:31:17.468Z Compiling async-stream-impl v0.3.5
9492024-10-30T13:31:18.053Z Compiling const-random-macro v0.1.16
9502024-10-30T13:31:18.819Z Compiling tokio-util v0.7.12
9512024-10-30T13:31:18.821Z Compiling rustls-webpki v0.102.8
9522024-10-30T13:31:20.642Z Compiling dropshot v0.12.0
9532024-10-30T13:31:20.996Z Compiling zeroize v1.8.1
9542024-10-30T13:31:21.258Z Compiling try-lock v0.2.5
9552024-10-30T13:31:21.303Z Compiling unicode-bidi v0.3.15
9562024-10-30T13:31:21.430Z Compiling want v0.3.1
9572024-10-30T13:31:21.448Z Compiling structmeta v0.3.0
9582024-10-30T13:31:21.727Z Compiling h2 v0.4.6
9592024-10-30T13:31:21.842Z Compiling const-random v0.1.18
9602024-10-30T13:31:21.951Z Compiling rand_chacha v0.3.1
9612024-10-30T13:31:23.137Z Compiling httpdate v1.0.3
9622024-10-30T13:31:23.554Z Compiling foreign-types-shared v0.1.1
9632024-10-30T13:31:23.684Z Compiling foreign-types v0.3.2
9642024-10-30T13:31:23.709Z Compiling rand v0.8.5
9652024-10-30T13:31:23.794Z Compiling idna v0.5.0
9662024-10-30T13:31:24.088Z Compiling parse-display-derive v0.10.0
9672024-10-30T13:31:24.561Z Compiling dropshot_endpoint v0.12.0
9682024-10-30T13:31:26.590Z Compiling typify-macro v0.2.0
9692024-10-30T13:31:27.083Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9702024-10-30T13:31:27.627Z Compiling hyper v1.4.1
9712024-10-30T13:31:28.341Z Compiling tower-service v0.3.3
9722024-10-30T13:31:30.391Z Compiling url v2.5.2
9732024-10-30T13:31:30.585Z Compiling typify v0.2.0
9742024-10-30T13:31:30.739Z Compiling progenitor-impl v0.8.0
9752024-10-30T13:31:31.038Z Compiling hyper-util v0.1.9
9762024-10-30T13:31:36.711Z Compiling openssl-probe v0.1.5
9772024-10-30T13:31:37.226Z Compiling ipnet v2.10.0
9782024-10-30T13:31:37.654Z Compiling progenitor-macro v0.8.0
9792024-10-30T13:31:40.254Z Compiling http-body-util v0.1.2
9802024-10-30T13:31:41.102Z Compiling encoding_rs v0.8.34
9812024-10-30T13:31:46.296Z Compiling base64 v0.22.1
9822024-10-30T13:31:47.436Z Compiling powerfmt v0.2.0
9832024-10-30T13:31:47.957Z Compiling mime v0.3.17
9842024-10-30T13:31:49.200Z Compiling syn v1.0.109
9852024-10-30T13:31:50.202Z Compiling crossbeam-utils v0.8.20
9862024-10-30T13:31:50.975Z Compiling deranged v0.3.11
9872024-10-30T13:31:51.430Z Compiling rustls-pemfile v2.1.3
9882024-10-30T13:31:51.848Z Compiling tokio-rustls v0.26.0
9892024-10-30T13:31:53.084Z Compiling tokio-native-tls v0.3.1
9902024-10-30T13:31:53.342Z Compiling toml_datetime v0.6.8
9912024-10-30T13:31:53.377Z Compiling serde_urlencoded v0.7.1
9922024-10-30T13:31:53.783Z Compiling webpki-roots v0.26.6
9932024-10-30T13:31:54.178Z Compiling winnow v0.6.18
9942024-10-30T13:31:54.465Z Compiling num_threads v0.1.7
9952024-10-30T13:31:54.608Z Compiling time v0.3.36
9962024-10-30T13:31:54.892Z Compiling hyper-rustls v0.27.3
9972024-10-30T13:31:55.132Z Compiling hyper-tls v0.6.0
9982024-10-30T13:31:58.591Z Compiling crypto-common v0.1.6
9992024-10-30T13:31:58.826Z Compiling block-buffer v0.10.4
10002024-10-30T13:32:02.400Z Compiling sync_wrapper v1.0.1
10012024-10-30T13:32:05.499Z Compiling match_cfg v0.1.0
10022024-10-30T13:32:05.610Z Compiling hostname v0.3.1
10032024-10-30T13:32:07.827Z Compiling reqwest v0.12.8
10042024-10-30T13:32:09.922Z Compiling digest v0.10.7
10052024-10-30T13:32:10.399Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
10062024-10-30T13:32:12.534Z Compiling futures-executor v0.3.31
10072024-10-30T13:32:13.504Z Compiling dirs-sys-next v0.1.2
10082024-10-30T13:32:14.533Z Compiling dirs-next v2.0.0
10092024-10-30T13:32:14.932Z Compiling futures v0.3.31
10102024-10-30T13:32:15.063Z Compiling progenitor-client v0.8.0
10112024-10-30T13:32:20.903Z Compiling thread_local v1.1.8
10122024-10-30T13:32:21.573Z Compiling instant v0.1.13
10132024-10-30T13:32:21.853Z Compiling cpufeatures v0.2.14
10142024-10-30T13:32:23.558Z Compiling progenitor v0.8.0
10152024-10-30T13:32:23.796Z Compiling term v0.7.0
10162024-10-30T13:32:23.902Z Compiling crossbeam-channel v0.5.13
10172024-10-30T13:32:25.566Z Compiling serde_spanned v0.6.7
10182024-10-30T13:32:26.599Z Compiling is-terminal v0.4.13
10192024-10-30T13:32:26.741Z Compiling memmap v0.7.0
10202024-10-30T13:32:27.451Z Compiling take_mut v0.2.2
10212024-10-30T13:32:27.626Z Compiling debug-ignore v1.0.5
10222024-10-30T13:32:28.551Z Compiling usdt v0.5.0
10232024-10-30T13:32:28.743Z Compiling slog-term v2.9.1
10242024-10-30T13:32:29.973Z Compiling toml_edit v0.22.21
10252024-10-30T13:32:31.026Z Compiling slog-json v2.6.1
10262024-10-30T13:32:31.429Z Compiling strum v0.26.3
10272024-10-30T13:32:31.450Z Compiling serde_with v3.11.0
10282024-10-30T13:32:34.675Z Compiling toml v0.8.19
10292024-10-30T13:32:35.218Z Compiling slog-bunyan v2.5.0
10302024-10-30T13:32:35.487Z Compiling tokio-rustls v0.25.0
10312024-10-30T13:32:35.898Z Compiling sha1 v0.10.6
10322024-10-30T13:32:36.092Z Compiling async-stream v0.3.5
10332024-10-30T13:32:36.377Z Compiling hex v0.4.3
10342024-10-30T13:32:36.650Z Compiling serde_path_to_error v0.1.16
10352024-10-30T13:32:37.092Z Compiling waitgroup v0.1.2
10362024-10-30T13:32:37.493Z Compiling hostname v0.4.0
10372024-10-30T13:32:40.033Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10382024-10-30T13:32:41.512Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
10392024-10-30T13:32:42.092Z Compiling backoff v0.4.0
10402024-10-30T13:32:43.641Z Compiling parse-display v0.10.0
10412024-10-30T13:32:43.733Z Compiling regress v0.9.1
10422024-10-30T13:32:45.586Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10432024-10-30T13:32:46.026Z Compiling macaddr v1.0.1
10442024-10-30T13:32:51.960Z Compiling rustix v0.38.37
10452024-10-30T13:32:52.854Z Compiling errno v0.3.9
10462024-10-30T13:32:59.441Z Compiling clap_derive v4.5.18
10472024-10-30T13:33:03.103Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10482024-10-30T13:33:03.250Z Compiling lazy_static v1.5.0
10492024-10-30T13:33:04.158Z Compiling heapless v0.8.0
10502024-10-30T13:33:04.196Z Compiling unicode-width v0.1.14
10512024-10-30T13:33:04.541Z Compiling utf8parse v0.2.2
10522024-10-30T13:33:04.785Z Compiling anstyle-parse v0.2.5
10532024-10-30T13:33:05.791Z Compiling hash32 v0.3.1
10542024-10-30T13:33:06.053Z Compiling smoltcp v0.11.0
10552024-10-30T13:33:06.244Z Compiling is_terminal_polyfill v1.70.1
10562024-10-30T13:33:06.296Z Compiling colorchoice v1.0.2
10572024-10-30T13:33:06.471Z Compiling stable_deref_trait v1.2.0
10582024-10-30T13:33:06.492Z Compiling anstyle-query v1.1.1
10592024-10-30T13:33:06.579Z Compiling anstyle v1.0.8
10602024-10-30T13:33:06.947Z Compiling anstream v0.6.15
10612024-10-30T13:33:08.168Z Compiling terminal_size v0.3.0
10622024-10-30T13:33:08.559Z Compiling num-integer v0.1.46
10632024-10-30T13:33:08.992Z Compiling clap_lex v0.7.2
10642024-10-30T13:33:09.176Z Compiling winnow v0.5.40
10652024-10-30T13:33:09.431Z Compiling cobs v0.2.3
10662024-10-30T13:33:09.670Z Compiling managed v0.8.0
10672024-10-30T13:33:10.025Z Compiling prettyplease v0.2.22
10682024-10-30T13:33:10.047Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10692024-10-30T13:33:10.174Z Compiling bitflags v1.3.2
10702024-10-30T13:33:10.484Z Compiling postcard v1.0.10
10712024-10-30T13:33:11.138Z Compiling clap_builder v4.5.18
10722024-10-30T13:33:12.839Z Compiling toml_edit v0.19.15
10732024-10-30T13:33:14.498Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10742024-10-30T13:33:16.828Z Compiling proc-macro-crate v1.3.1
10752024-10-30T13:33:16.978Z Compiling clap v4.5.18
10762024-10-30T13:33:17.002Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10772024-10-30T13:33:17.555Z Compiling num-iter v0.1.45
10782024-10-30T13:33:17.662Z Compiling num-rational v0.4.2
10792024-10-30T13:33:19.121Z Compiling num-complex v0.4.6
10802024-10-30T13:33:20.410Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10812024-10-30T13:33:20.832Z Compiling num v0.4.3
10822024-10-30T13:33:20.950Z Compiling num_enum_derive v0.5.11
10832024-10-30T13:33:22.521Z Compiling tabwriter v1.4.0
10842024-10-30T13:33:23.275Z Compiling foreign-types-macros v0.2.3
10852024-10-30T13:33:24.245Z Compiling float-ord v0.3.2
10862024-10-30T13:33:24.341Z Compiling foreign-types-shared v0.3.1
10872024-10-30T13:33:24.470Z Compiling num_enum v0.5.11
10882024-10-30T13:33:24.631Z Compiling foreign-types v0.5.0
10892024-10-30T13:33:24.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10902024-10-30T13:33:24.691Z Compiling cstr-argument v0.1.2
10912024-10-30T13:33:24.694Z Compiling proc-macro-error-attr v1.0.4
10922024-10-30T13:33:24.855Z Compiling heck v0.4.1
10932024-10-30T13:33:25.046Z Compiling pretty-hex v0.2.1
10942024-10-30T13:33:25.068Z Compiling either v1.13.0
10952024-10-30T13:33:25.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10962024-10-30T13:33:25.248Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10972024-10-30T13:33:25.303Z Compiling colored v2.1.0
10982024-10-30T13:33:25.508Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
10992024-10-30T13:33:25.546Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11002024-10-30T13:33:25.670Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11012024-10-30T13:33:25.730Z Compiling proc-macro-error v1.0.4
11022024-10-30T13:33:26.045Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
11032024-10-30T13:33:26.105Z Compiling fastrand v2.1.1
11042024-10-30T13:33:26.109Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11052024-10-30T13:33:26.345Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11062024-10-30T13:33:26.484Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11072024-10-30T13:33:26.506Z Compiling tempfile v3.12.0
11082024-10-30T13:33:26.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11092024-10-30T13:33:27.437Z Compiling crucible-workspace-hack v0.1.0
11102024-10-30T13:33:28.392Z Compiling semver v0.1.20
11112024-10-30T13:33:29.111Z Compiling rustc_version v0.1.7
11122024-10-30T13:33:29.248Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11132024-10-30T13:33:29.518Z Compiling zone_cfg_derive v0.3.0
11142024-10-30T13:33:29.765Z Compiling camino-tempfile v1.1.1
11152024-10-30T13:33:30.572Z Compiling itertools v0.10.5
11162024-10-30T13:33:31.002Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11172024-10-30T13:33:31.342Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11182024-10-30T13:33:31.833Z Compiling num-derive v0.4.2
11192024-10-30T13:33:32.193Z Compiling derive-where v1.2.7
11202024-10-30T13:33:32.591Z Compiling sigpipe v0.1.3
11212024-10-30T13:33:32.724Z Compiling base64ct v1.6.0
11222024-10-30T13:33:33.413Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11232024-10-30T13:33:33.802Z Compiling zone v0.3.0
11242024-10-30T13:33:33.847Z Compiling password-hash v0.5.0
11252024-10-30T13:33:34.218Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
11262024-10-30T13:33:35.459Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11272024-10-30T13:33:35.791Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11282024-10-30T13:33:35.955Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11292024-10-30T13:33:36.326Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11302024-10-30T13:33:36.347Z Compiling newtype_derive v0.1.6
11312024-10-30T13:33:36.693Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11322024-10-30T13:33:37.262Z Compiling blake2 v0.10.6
11332024-10-30T13:33:37.655Z Compiling num-derive v0.3.3
11342024-10-30T13:33:38.495Z Compiling hubpack_derive v0.1.1
11352024-10-30T13:33:38.678Z Compiling idna v0.4.0
11362024-10-30T13:33:39.448Z Compiling smf v0.2.3
11372024-10-30T13:33:39.799Z Compiling zerocopy-derive v0.6.6
11382024-10-30T13:33:40.206Z Compiling enum-as-inner v0.6.1
11392024-10-30T13:33:41.385Z Compiling cancel-safe-futures v0.1.5
11402024-10-30T13:33:41.802Z Compiling data-encoding v2.6.0
11412024-10-30T13:33:41.933Z Compiling linked-hash-map v0.5.6
11422024-10-30T13:33:42.088Z Compiling fixedbitset v0.4.2
11432024-10-30T13:33:42.366Z Compiling quick-error v1.2.3
11442024-10-30T13:33:42.498Z Compiling unicode-segmentation v1.12.0
11452024-10-30T13:33:42.532Z Compiling owo-colors v4.1.0
11462024-10-30T13:33:42.751Z Compiling whoami v1.5.2
11472024-10-30T13:33:42.902Z Compiling hickory-proto v0.24.1
11482024-10-30T13:33:43.703Z Compiling newline-converter v0.3.0
11492024-10-30T13:33:43.907Z Compiling resolv-conf v0.7.0
11502024-10-30T13:33:45.524Z Compiling petgraph v0.6.5
11512024-10-30T13:33:48.661Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11522024-10-30T13:33:50.272Z Compiling lru-cache v0.1.2
11532024-10-30T13:33:50.522Z Compiling zerocopy v0.6.6
11542024-10-30T13:33:51.229Z Compiling hubpack v0.1.2
11552024-10-30T13:33:51.435Z Compiling argon2 v0.5.3
11562024-10-30T13:33:54.017Z Compiling strum_macros v0.25.3
11572024-10-30T13:33:55.917Z Compiling console v0.15.8
11582024-10-30T13:33:57.860Z Compiling serde-big-array v0.5.1
11592024-10-30T13:33:58.123Z Compiling serde_repr v0.1.19
11602024-10-30T13:33:58.828Z Compiling cookie v0.18.1
11612024-10-30T13:33:59.207Z Compiling convert_case v0.4.0
11622024-10-30T13:33:59.359Z Compiling similar v2.6.0
11632024-10-30T13:33:59.998Z Compiling static_assertions v1.1.0
11642024-10-30T13:34:00.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11652024-10-30T13:34:01.092Z Compiling expectorate v1.1.0
11662024-10-30T13:34:01.358Z Compiling derive_more v0.99.18
11672024-10-30T13:34:03.396Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11682024-10-30T13:34:06.912Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11692024-10-30T13:34:08.118Z Compiling hickory-resolver v0.24.1
11702024-10-30T13:34:08.140Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11712024-10-30T13:34:09.253Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11722024-10-30T13:34:10.586Z Compiling atomicwrites v0.4.4
11732024-10-30T13:34:11.105Z Compiling itertools v0.13.0
11742024-10-30T13:34:11.617Z Compiling tokio-stream v0.1.16
11752024-10-30T13:34:11.939Z Compiling libsw v3.3.1
11762024-10-30T13:34:12.293Z Compiling linear-map v1.2.0
11772024-10-30T13:34:12.755Z Compiling indent_write v2.2.0
11782024-10-30T13:34:12.803Z Compiling highway v1.2.0
11792024-10-30T13:34:13.003Z Compiling swrite v0.1.0
11802024-10-30T13:34:13.029Z Compiling qorb v0.1.2
11812024-10-30T13:34:13.142Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11822024-10-30T13:34:14.251Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11832024-10-30T13:34:14.943Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11842024-10-30T13:34:18.449Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11852024-10-30T13:34:21.974Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11862024-10-30T13:34:25.838Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11872024-10-30T13:34:28.915Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11882024-10-30T13:34:29.090Z Compiling steno v0.4.1
11892024-10-30T13:34:29.586Z Compiling libscf-sys v1.1.0
11902024-10-30T13:34:29.813Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
11912024-10-30T13:34:30.357Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11922024-10-30T13:34:31.505Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
11932024-10-30T13:34:31.532Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11942024-10-30T13:34:31.601Z Compiling slog-dtrace v0.3.0
11952024-10-30T13:34:31.886Z Compiling parking_lot_core v0.8.6
11962024-10-30T13:34:31.969Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11972024-10-30T13:34:32.135Z Compiling humantime v2.1.0
11982024-10-30T13:34:32.331Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
11992024-10-30T13:34:32.393Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12002024-10-30T13:34:33.140Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
12012024-10-30T13:34:33.542Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12022024-10-30T13:34:34.523Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12032024-10-30T13:34:35.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12042024-10-30T13:34:35.563Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12052024-10-30T13:34:36.785Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12062024-10-30T13:34:37.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
12072024-10-30T13:34:38.417Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1)
12082024-10-30T13:34:40.790Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12092024-10-30T13:34:41.214Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12102024-10-30T13:34:41.981Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
12112024-10-30T13:34:42.257Z Compiling crc8 v0.1.1
12122024-10-30T13:34:42.568Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1)
12132024-10-30T13:34:42.738Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
12142024-10-30T13:34:44.227Z Compiling parking_lot v0.11.2
12152024-10-30T13:34:46.276Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
12162024-10-30T13:34:50.110Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
12172024-10-30T13:34:50.653Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12182024-10-30T13:34:53.564Z Compiling crossbeam-epoch v0.9.18
12192024-10-30T13:34:54.676Z Compiling fxhash v0.2.1
12202024-10-30T13:34:54.914Z Compiling crc32fast v1.4.2
12212024-10-30T13:34:55.422Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12222024-10-30T13:34:55.452Z Compiling arc-swap v1.7.1
12232024-10-30T13:34:56.132Z Compiling slog-scope v4.4.0
12242024-10-30T13:34:56.887Z Compiling sled v0.34.7
12252024-10-30T13:34:58.587Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12262024-10-30T13:35:00.316Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12272024-10-30T13:35:00.872Z Compiling slog-stdlog v4.1.1
12282024-10-30T13:35:01.669Z Compiling slog-envlogger v2.2.0
12292024-10-30T13:35:02.521Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12302024-10-30T13:35:11.138Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12312024-10-30T13:35:12.314Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12322024-10-30T13:35:16.167Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12332024-10-30T13:35:50.678Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12342024-10-30T13:35:50.678Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12352024-10-30T13:35:57.924Z Finished `release` profile [optimized] target(s) in 5m 47s
12362024-10-30T13:35:58.286Z+ banner trio
12372024-10-30T13:35:58.289Z
12382024-10-30T13:35:58.289Z ##### ##### # ####
12392024-10-30T13:35:58.289Z # # # # # #
12402024-10-30T13:35:58.289Z # # # # # #
12412024-10-30T13:35:58.289Z # ##### # # #
12422024-10-30T13:35:58.289Z # # # # # #
12432024-10-30T13:35:58.289Z # # # # ####
12442024-10-30T13:35:58.289Z
12452024-10-30T13:35:58.289Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12462024-10-30T13:35:58.940Z Compiling libc v0.2.161
12472024-10-30T13:35:58.940Z Compiling cfg-if v1.0.0
12482024-10-30T13:35:58.940Z Compiling serde v1.0.210
12492024-10-30T13:35:58.943Z Compiling once_cell v1.20.2
12502024-10-30T13:35:58.943Z Compiling itoa v1.0.11
12512024-10-30T13:35:58.943Z Compiling bytes v1.7.2
12522024-10-30T13:35:59.031Z Compiling syn v2.0.77
12532024-10-30T13:35:59.034Z Compiling num-traits v0.2.19
12542024-10-30T13:35:59.089Z Compiling pin-project-lite v0.2.14
12552024-10-30T13:35:59.209Z Compiling smallvec v1.13.2
12562024-10-30T13:35:59.258Z Compiling memchr v2.7.4
12572024-10-30T13:35:59.366Z Compiling scopeguard v1.2.0
12582024-10-30T13:35:59.459Z Compiling schemars v0.8.21
12592024-10-30T13:35:59.492Z Compiling lock_api v0.4.12
12602024-10-30T13:35:59.663Z Compiling fnv v1.0.7
12612024-10-30T13:35:59.789Z Compiling log v0.4.22
12622024-10-30T13:35:59.831Z Compiling futures-core v0.3.31
12632024-10-30T13:36:00.072Z Compiling ryu v1.0.18
12642024-10-30T13:36:00.162Z Compiling hashbrown v0.15.0
12652024-10-30T13:36:00.339Z Compiling equivalent v1.0.1
12662024-10-30T13:36:00.461Z Compiling getrandom v0.2.15
12672024-10-30T13:36:00.549Z Compiling parking_lot_core v0.9.10
12682024-10-30T13:36:00.664Z Compiling mio v1.0.2
12692024-10-30T13:36:00.825Z Compiling socket2 v0.5.7
12702024-10-30T13:36:00.873Z Compiling signal-hook-registry v1.4.2
12712024-10-30T13:36:01.143Z Compiling parking_lot v0.12.3
12722024-10-30T13:36:01.388Z Compiling zerocopy v0.7.35
12732024-10-30T13:36:02.013Z Compiling tracing-core v0.1.32
12742024-10-30T13:36:02.172Z Compiling ahash v0.8.11
12752024-10-30T13:36:02.293Z Compiling serde_json v1.0.128
12762024-10-30T13:36:02.332Z Compiling uuid v1.10.0
12772024-10-30T13:36:02.397Z Compiling byteorder v1.5.0
12782024-10-30T13:36:02.469Z Compiling futures-task v0.3.31
12792024-10-30T13:36:02.670Z Compiling hashbrown v0.14.5
12802024-10-30T13:36:02.681Z Compiling pin-utils v0.1.0
12812024-10-30T13:36:02.769Z Compiling spin v0.9.8
12822024-10-30T13:36:02.781Z Compiling untrusted v0.9.0
12832024-10-30T13:36:02.891Z Compiling futures-sink v0.3.31
12842024-10-30T13:36:02.954Z Compiling ring v0.17.8
12852024-10-30T13:36:02.967Z Compiling futures-util v0.3.31
12862024-10-30T13:36:03.045Z Compiling slab v0.4.9
12872024-10-30T13:36:03.371Z Compiling try-lock v0.2.5
12882024-10-30T13:36:03.485Z Compiling chrono v0.4.38
12892024-10-30T13:36:03.527Z Compiling want v0.3.1
12902024-10-30T13:36:03.822Z Compiling httparse v1.9.4
12912024-10-30T13:36:03.999Z Compiling regress v0.10.1
12922024-10-30T13:36:04.371Z Compiling futures-channel v0.3.31
12932024-10-30T13:36:04.827Z Compiling tower-service v0.3.3
12942024-10-30T13:36:04.852Z Compiling dyn-clone v1.0.17
12952024-10-30T13:36:04.960Z Compiling foreign-types-shared v0.1.1
12962024-10-30T13:36:05.048Z Compiling foreign-types v0.3.2
12972024-10-30T13:36:05.068Z Compiling openssl-sys v0.9.103
12982024-10-30T13:36:05.198Z Compiling unicode-ident v1.0.13
12992024-10-30T13:36:05.408Z Compiling bitflags v2.6.0
13002024-10-30T13:36:05.716Z Compiling serde_derive_internals v0.29.1
13012024-10-30T13:36:05.780Z Compiling proc-macro2 v1.0.86
13022024-10-30T13:36:06.048Z Compiling http v1.1.0
13032024-10-30T13:36:06.508Z Compiling allocator-api2 v0.2.18
13042024-10-30T13:36:07.357Z Compiling tinyvec_macros v0.1.1
13052024-10-30T13:36:07.449Z Compiling semver v1.0.23
13062024-10-30T13:36:07.950Z Compiling openssl-probe v0.1.5
13072024-10-30T13:36:08.021Z Compiling tinyvec v1.8.0
13082024-10-30T13:36:08.470Z Compiling quote v1.0.37
13092024-10-30T13:36:08.710Z Compiling percent-encoding v2.3.1
13102024-10-30T13:36:09.201Z Compiling form_urlencoded v1.2.1
13112024-10-30T13:36:09.787Z Compiling unicode-normalization v0.1.24
13122024-10-30T13:36:10.486Z Compiling aho-corasick v1.1.3
13132024-10-30T13:36:10.645Z Compiling http v0.2.12
13142024-10-30T13:36:11.157Z Compiling rustls-pki-types v1.8.0
13152024-10-30T13:36:11.177Z Compiling serde_derive v1.0.210
13162024-10-30T13:36:11.189Z Compiling thiserror-impl v1.0.64
13172024-10-30T13:36:11.259Z Compiling schemars_derive v0.8.21
13182024-10-30T13:36:11.798Z Compiling tokio-macros v2.4.0
13192024-10-30T13:36:12.438Z Compiling tracing-attributes v0.1.27
13202024-10-30T13:36:13.376Z Compiling tokio v1.40.0
13212024-10-30T13:36:14.043Z Compiling zerocopy-derive v0.7.35
13222024-10-30T13:36:14.327Z Compiling thiserror v1.0.64
13232024-10-30T13:36:14.607Z Compiling openssl-macros v0.1.1
13242024-10-30T13:36:14.790Z Compiling unicode-bidi v0.3.15
13252024-10-30T13:36:15.461Z Compiling heck v0.5.0
13262024-10-30T13:36:15.505Z Compiling openssl v0.10.66
13272024-10-30T13:36:15.841Z Compiling tracing v0.1.40
13282024-10-30T13:36:16.565Z Compiling idna v0.5.0
13292024-10-30T13:36:16.759Z Compiling regex-automata v0.4.8
13302024-10-30T13:36:17.801Z Compiling http-body v1.0.1
13312024-10-30T13:36:24.455Z Compiling tokio-util v0.7.12
13322024-10-30T13:36:25.699Z Compiling indexmap v2.6.0
13332024-10-30T13:36:29.542Z Compiling serde_tokenstream v0.2.2
13342024-10-30T13:36:30.094Z Compiling native-tls v0.2.12
13352024-10-30T13:36:31.040Z Compiling tokio-native-tls v0.3.1
13362024-10-30T13:36:31.233Z Compiling regex-syntax v0.8.5
13372024-10-30T13:36:31.351Z Compiling slog v2.7.0
13382024-10-30T13:36:31.593Z Compiling atomic-waker v1.1.2
13392024-10-30T13:36:31.779Z Compiling h2 v0.4.6
13402024-10-30T13:36:31.898Z Compiling openapiv3 v2.0.0
13412024-10-30T13:36:32.834Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13422024-10-30T13:36:33.171Z Compiling typify-impl v0.2.0
13432024-10-30T13:36:42.972Z Compiling serde_urlencoded v0.7.1
13442024-10-30T13:36:43.579Z Compiling regex v1.11.1
13452024-10-30T13:36:44.560Z Compiling url v2.5.2
13462024-10-30T13:36:45.185Z Compiling encoding_rs v0.8.34
13472024-10-30T13:36:45.425Z Compiling ipnet v2.10.0
13482024-10-30T13:36:47.909Z Compiling mime v0.3.17
13492024-10-30T13:36:48.660Z Compiling rustls v0.21.12
13502024-10-30T13:36:48.904Z Compiling typify-macro v0.2.0
13512024-10-30T13:36:49.041Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-10-30T13:36:49.587Z Compiling hyper v1.4.1
13532024-10-30T13:36:51.707Z Compiling h2 v0.3.26
13542024-10-30T13:36:53.123Z Compiling http-body v0.4.6
13552024-10-30T13:36:53.156Z Compiling rustls-webpki v0.102.8
13562024-10-30T13:36:53.320Z Compiling rustls-webpki v0.101.7
13572024-10-30T13:36:53.691Z Compiling sct v0.7.1
13582024-10-30T13:36:54.176Z Compiling subtle v2.6.1
13592024-10-30T13:36:54.486Z Compiling zeroize v1.8.1
13602024-10-30T13:36:54.852Z Compiling toml_datetime v0.6.8
13612024-10-30T13:36:55.269Z Compiling httpdate v1.0.3
13622024-10-30T13:36:56.092Z Compiling toml_edit v0.19.15
13632024-10-30T13:36:56.746Z Compiling serde_yaml v0.9.34+deprecated
13642024-10-30T13:36:57.639Z Compiling hyper v0.14.30
13652024-10-30T13:36:58.131Z Compiling rustls v0.23.13
13662024-10-30T13:37:00.871Z Compiling hyper-util v0.1.9
13672024-10-30T13:37:07.257Z Compiling lazy_static v1.5.0
13682024-10-30T13:37:07.420Z Compiling tokio-rustls v0.24.1
13692024-10-30T13:37:07.925Z Compiling tokio-rustls v0.26.0
13702024-10-30T13:37:08.447Z Compiling proc-macro-crate v1.3.1
13712024-10-30T13:37:08.498Z Compiling http-body-util v0.1.2
13722024-10-30T13:37:08.722Z Compiling webpki-roots v0.26.6
13732024-10-30T13:37:08.983Z Compiling base64 v0.21.7
13742024-10-30T13:37:09.175Z Compiling base64 v0.22.1
13752024-10-30T13:37:09.387Z Compiling crossbeam-utils v0.8.20
13762024-10-30T13:37:09.412Z Compiling num_enum_derive v0.5.11
13772024-10-30T13:37:10.161Z Compiling rustls-pemfile v2.1.3
13782024-10-30T13:37:10.175Z Compiling rustls-pemfile v1.0.4
13792024-10-30T13:37:10.189Z Compiling hyper-tls v0.6.0
13802024-10-30T13:37:10.354Z Compiling hyper-rustls v0.27.3
13812024-10-30T13:37:10.810Z Compiling hyper-rustls v0.24.2
13822024-10-30T13:37:11.021Z Compiling hyper-tls v0.5.0
13832024-10-30T13:37:11.071Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13842024-10-30T13:37:11.226Z Compiling typify v0.2.0
13852024-10-30T13:37:11.560Z Compiling ipnetwork v0.20.0
13862024-10-30T13:37:12.110Z Compiling ppv-lite86 v0.2.20
13872024-10-30T13:37:13.134Z Compiling foreign-types-macros v0.2.3
13882024-10-30T13:37:13.293Z Compiling rand_core v0.6.4
13892024-10-30T13:37:13.807Z Compiling dirs-sys-next v0.1.2
13902024-10-30T13:37:14.644Z Compiling sync_wrapper v1.0.1
13912024-10-30T13:37:14.720Z Compiling foreign-types-shared v0.3.1
13922024-10-30T13:37:14.836Z Compiling sync_wrapper v0.1.2
13932024-10-30T13:37:14.855Z Compiling webpki-roots v0.25.4
13942024-10-30T13:37:14.976Z Compiling powerfmt v0.2.0
13952024-10-30T13:37:14.978Z Compiling time-macros v0.2.18
13962024-10-30T13:37:15.033Z Compiling reqwest v0.11.27
13972024-10-30T13:37:15.378Z Compiling deranged v0.3.11
13982024-10-30T13:37:15.488Z Compiling foreign-types v0.5.0
13992024-10-30T13:37:15.615Z Compiling reqwest v0.12.8
14002024-10-30T13:37:17.835Z Compiling progenitor-impl v0.8.0
14012024-10-30T13:37:18.343Z Compiling dirs-next v2.0.0
14022024-10-30T13:37:18.620Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14032024-10-30T13:37:25.056Z Compiling rand_chacha v0.3.1
14042024-10-30T13:37:25.980Z Compiling num_enum v0.5.11
14052024-10-30T13:37:26.191Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
14062024-10-30T13:37:26.937Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14072024-10-30T13:37:29.055Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14082024-10-30T13:37:29.268Z Compiling cstr-argument v0.1.2
14092024-10-30T13:37:29.553Z Compiling thread_local v1.1.8
14102024-10-30T13:37:30.319Z Compiling num-conv v0.1.0
14112024-10-30T13:37:30.631Z Compiling either v1.13.0
14122024-10-30T13:37:31.177Z Compiling arc-swap v1.7.1
14132024-10-30T13:37:31.260Z Compiling time-core v0.1.2
14142024-10-30T13:37:31.477Z Compiling pretty-hex v0.2.1
14152024-10-30T13:37:31.698Z Compiling slog-scope v4.4.0
14162024-10-30T13:37:31.921Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14172024-10-30T13:37:31.967Z Compiling time v0.3.36
14182024-10-30T13:37:32.370Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14192024-10-30T13:37:32.661Z Compiling itertools v0.12.1
14202024-10-30T13:37:34.031Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14212024-10-30T13:37:35.037Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14222024-10-30T13:37:35.248Z Compiling crossbeam-channel v0.5.13
14232024-10-30T13:37:36.891Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14242024-10-30T13:37:36.981Z Compiling rand v0.8.5
14252024-10-30T13:37:38.994Z Compiling progenitor-macro v0.8.0
14262024-10-30T13:37:41.662Z Compiling term v0.7.0
14272024-10-30T13:37:46.461Z Compiling progenitor-client v0.8.0
14282024-10-30T13:37:47.110Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14292024-10-30T13:37:47.413Z Compiling anyhow v1.0.89
14302024-10-30T13:37:52.604Z Compiling colored v2.1.0
14312024-10-30T13:37:53.897Z Compiling is-terminal v0.4.13
14322024-10-30T13:37:54.040Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14332024-10-30T13:37:54.377Z Compiling winnow v0.6.18
14342024-10-30T13:37:54.495Z Compiling take_mut v0.2.2
14352024-10-30T13:37:54.670Z Compiling slog-async v2.8.0
14362024-10-30T13:37:57.707Z Compiling progenitor v0.8.0
14372024-10-30T13:37:57.947Z Compiling slog-term v2.9.1
14382024-10-30T13:37:58.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14392024-10-30T13:38:00.796Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14402024-10-30T13:38:01.022Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14412024-10-30T13:38:01.959Z Compiling slog-stdlog v4.1.1
14422024-10-30T13:38:02.801Z Compiling slog-envlogger v2.2.0
14432024-10-30T13:38:04.801Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14442024-10-30T13:38:06.302Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14452024-10-30T13:38:20.007Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14462024-10-30T13:38:27.635Z Finished `release` profile [optimized] target(s) in 2m 29s
14472024-10-30T13:38:27.764Z Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2)
14482024-10-30T13:38:27.830Z
14492024-10-30T13:38:27.830Zrunning 1 test
14502024-10-30T13:38:27.974Zconfigure zone
14512024-10-30T13:38:28.044Zinstall zone
14522024-10-30T13:39:27.829Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14532024-10-30T13:40:14.916Zboot zone
14542024-10-30T13:40:15.760Zstart zone s1
14552024-10-30T13:40:15.760Zconfigure zone
14562024-10-30T13:40:15.770Zinstall zone
14572024-10-30T13:41:51.465Zboot zone
14582024-10-30T13:41:52.320Zstart zone s2
14592024-10-30T13:41:52.320Zconfigure zone
14602024-10-30T13:41:52.329Zinstall zone
14612024-10-30T13:43:27.027Zboot zone
14622024-10-30T13:43:27.926Zstart zone t1
14632024-10-30T13:43:27.929Zconfigure zone
14642024-10-30T13:43:27.935Zinstall zone
14652024-10-30T13:45:02.578Zboot zone
14662024-10-30T13:45:03.612Zwaiting for zones to come up
14672024-10-30T13:45:13.611Z[sidecar.trio] svcs milestone/network
14682024-10-30T13:45:13.701ZSTATE STIME FMRI
14692024-10-30T13:45:13.701Zonline 6:40:33 svc:/milestone/network:default
14702024-10-30T13:45:13.701Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14712024-10-30T13:45:13.748Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14722024-10-30T13:45:13.796Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14732024-10-30T13:45:13.838Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14742024-10-30T13:45:13.853Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14752024-10-30T13:45:13.865Z
14762024-10-30T13:45:13.865Zrunning zone s1.trio setup
14772024-10-30T13:45:13.866Z[s1.trio] svcs milestone/network
14782024-10-30T13:45:13.887ZSTATE STIME FMRI
14792024-10-30T13:45:13.887Zonline 6:42:10 svc:/milestone/network:default
14802024-10-30T13:45:13.887Z[s1.trio] dladm
14812024-10-30T13:45:13.907ZLINK CLASS MTU STATE BRIDGE OVER
14822024-10-30T13:45:13.907Zsl0 simnet 9000 up -- ?
14832024-10-30T13:45:13.907Zmg2 vnic 9000 up -- ?
14842024-10-30T13:45:13.907Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14852024-10-30T13:45:14.440Z
14862024-10-30T13:45:14.440Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14872024-10-30T13:45:14.463Z
14882024-10-30T13:45:14.463Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14892024-10-30T13:45:14.481Z
14902024-10-30T13:45:14.482Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14912024-10-30T13:45:14.574Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14922024-10-30T13:45:14.624Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14932024-10-30T13:45:14.718Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14942024-10-30T13:45:14.763Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14952024-10-30T13:45:14.783Z
14962024-10-30T13:45:14.783Zrunning zone s2.trio setup
14972024-10-30T13:45:14.783Z[s2.trio] svcs milestone/network
14982024-10-30T13:45:14.809ZSTATE STIME FMRI
14992024-10-30T13:45:14.809Zonline 6:43:45 svc:/milestone/network:default
15002024-10-30T13:45:14.809Z[s2.trio] dladm
15012024-10-30T13:45:14.831ZLINK CLASS MTU STATE BRIDGE OVER
15022024-10-30T13:45:14.831Zsl1 simnet 9000 up -- ?
15032024-10-30T13:45:14.831Zmg3 vnic 9000 up -- ?
15042024-10-30T13:45:14.831Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
15052024-10-30T13:45:15.417Z
15062024-10-30T13:45:15.417Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
15072024-10-30T13:45:15.440Z
15082024-10-30T13:45:15.440Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
15092024-10-30T13:45:15.460Z
15102024-10-30T13:45:15.460Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
15112024-10-30T13:45:15.507Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
15122024-10-30T13:45:15.531Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
15132024-10-30T13:45:15.575Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
15142024-10-30T13:45:15.597Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
15152024-10-30T13:45:15.618Z
15162024-10-30T13:45:15.618Zrunning zone t1.trio setup
15172024-10-30T13:45:15.618Z[t1.trio] svcs milestone/network
15182024-10-30T13:45:15.642ZSTATE STIME FMRI
15192024-10-30T13:45:15.642Z- - svc:/milestone/network:default
15202024-10-30T13:45:16.642Z[t1.trio] svcs milestone/network
15212024-10-30T13:45:16.664ZSTATE STIME FMRI
15222024-10-30T13:45:16.664Z- - svc:/milestone/network:default
15232024-10-30T13:45:17.664Z[t1.trio] svcs milestone/network
15242024-10-30T13:45:17.684ZSTATE STIME FMRI
15252024-10-30T13:45:17.684Z- - svc:/milestone/network:default
15262024-10-30T13:45:18.685Z[t1.trio] svcs milestone/network
15272024-10-30T13:45:18.714ZSTATE STIME FMRI
15282024-10-30T13:45:18.714Z- - svc:/milestone/network:default
15292024-10-30T13:45:19.714Z[t1.trio] svcs milestone/network
15302024-10-30T13:45:19.738ZSTATE STIME FMRI
15312024-10-30T13:45:19.738Z- - svc:/milestone/network:default
15322024-10-30T13:45:20.739Z[t1.trio] svcs milestone/network
15332024-10-30T13:45:20.759ZSTATE STIME FMRI
15342024-10-30T13:45:20.759Z- - svc:/milestone/network:default
15352024-10-30T13:45:21.759Z[t1.trio] svcs milestone/network
15362024-10-30T13:45:21.783ZSTATE STIME FMRI
15372024-10-30T13:45:21.783Zoffline 6:45:20 svc:/milestone/network:default
15382024-10-30T13:45:22.783Z[t1.trio] svcs milestone/network
15392024-10-30T13:45:22.806ZSTATE STIME FMRI
15402024-10-30T13:45:22.806Zonline 6:45:21 svc:/milestone/network:default
15412024-10-30T13:45:22.806Z[t1.trio] dladm
15422024-10-30T13:45:22.828ZLINK CLASS MTU STATE BRIDGE OVER
15432024-10-30T13:45:22.828Ztfportrear0_0 simnet 9000 up -- ?
15442024-10-30T13:45:22.828Ztfportrear1_0 simnet 9000 up -- ?
15452024-10-30T13:45:22.828Zmg1 vnic 9000 up -- ?
15462024-10-30T13:45:22.828Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15472024-10-30T13:45:23.343Z
15482024-10-30T13:45:23.343Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15492024-10-30T13:45:23.366Z
15502024-10-30T13:45:23.366Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15512024-10-30T13:45:23.388Z
15522024-10-30T13:45:23.388Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15532024-10-30T13:45:23.407Z
15542024-10-30T13:45:23.407Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15552024-10-30T13:45:23.598Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15562024-10-30T13:45:23.602Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15572024-10-30T13:45:23.605Zwaiting 3s for copy of files to zone to complete ...
15582024-10-30T13:45:26.605Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15592024-10-30T13:45:26.646Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15602024-10-30T13:45:26.666Z[t1.trio] svcadm enable dendrite
15612024-10-30T13:45:26.716Z
15622024-10-30T13:45:26.716Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15632024-10-30T13:45:26.763Z
15642024-10-30T13:45:26.763Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15652024-10-30T13:45:26.807Z
15662024-10-30T13:45:26.807Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15672024-10-30T13:45:26.850Z
15682024-10-30T13:45:26.850Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15692024-10-30T13:45:26.893Z
15702024-10-30T13:45:26.893Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15712024-10-30T13:45:26.937Z
15722024-10-30T13:45:26.937Z[t1.trio] svcadm refresh dendrite:default
15732024-10-30T13:45:26.973Z
15742024-10-30T13:45:26.973Z[t1.trio] svcadm restart dendrite:default
15752024-10-30T13:45:27.011Z
15762024-10-30T13:45:27.011Zwait 10s for dendrite to come up ...
15772024-10-30T13:45:37.011Z[t1.trio] svcadm enable tfport
15782024-10-30T13:45:37.053Z
15792024-10-30T13:45:37.053Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id 4c11af57-5d8f-48ad-b436-ce064628f1f6 --sled-id dc6a78c7-d672-4275-9fe0-8a4eedcb5771 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15802024-10-30T13:45:37.072Z
15812024-10-30T13:45:37.072Z[t1.trio] ipadm
15822024-10-30T13:45:37.097ZADDROBJ TYPE STATE ADDR
15832024-10-30T13:45:37.097Zlo0/v4 static ok 127.0.0.1/8
15842024-10-30T13:45:37.097Zmg1/v4 static ok 10.0.0.3/24
15852024-10-30T13:45:37.097Zlo0/v6 static ok ::1/128
15862024-10-30T13:45:37.097Zlo0/u6 static ok fd00:3::1/64
15872024-10-30T13:45:37.097Ztfportrear0_0/v6 addrconf ok fe80::f8bd:60ff:fe7f:d7%tfportrear0_0/10
15882024-10-30T13:45:37.097Ztfportrear1_0/v6 addrconf ok fe80::54f8:b7ff:fe3f:4f77%tfportrear1_0/10
15892024-10-30T13:45:39.308Zinitial peering test passed
15902024-10-30T13:45:40.311Zadvertise from one passed
15912024-10-30T13:45:41.314Zadvertise from two passed
15922024-10-30T13:45:41.314Z[s1.trio] ping fd00:2::1
15932024-10-30T13:45:41.341Zfd00:2::1 is alive
15942024-10-30T13:45:41.341Z[s2.trio] ping fd00:1::1
15952024-10-30T13:45:41.361Zfd00:1::1 is alive
15962024-10-30T13:45:41.361Zconnectivity test passed
15972024-10-30T13:45:41.361Z[t1.trio] pkill ddmd
15982024-10-30T13:45:41.380Z
15992024-10-30T13:45:47.384Z[t1.trio] svcadm enable dendrite
16002024-10-30T13:45:47.425Z
16012024-10-30T13:45:47.425Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
16022024-10-30T13:45:47.469Z
16032024-10-30T13:45:47.470Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
16042024-10-30T13:45:47.512Z
16052024-10-30T13:45:47.512Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
16062024-10-30T13:45:47.556Z
16072024-10-30T13:45:47.556Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
16082024-10-30T13:45:47.600Z
16092024-10-30T13:45:47.600Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
16102024-10-30T13:45:47.643Z
16112024-10-30T13:45:47.643Z[t1.trio] svcadm refresh dendrite:default
16122024-10-30T13:45:47.679Z
16132024-10-30T13:45:47.679Z[t1.trio] svcadm restart dendrite:default
16142024-10-30T13:45:47.717Z
16152024-10-30T13:45:47.717Zwait 10s for dendrite to come up ...
16162024-10-30T13:45:57.717Z[t1.trio] svcadm enable tfport
16172024-10-30T13:45:57.758Z
16182024-10-30T13:45:57.758Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id f80e02ac-e534-41d4-ac27-8d0de768ad96 --sled-id 9d958018-1faa-4563-96b8-8d3141bc6e8d -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
16192024-10-30T13:45:57.778Z
16202024-10-30T13:45:57.778Z[t1.trio] ipadm
16212024-10-30T13:45:57.800ZADDROBJ TYPE STATE ADDR
16222024-10-30T13:45:57.800Zlo0/v4 static ok 127.0.0.1/8
16232024-10-30T13:45:57.800Zmg1/v4 static ok 10.0.0.3/24
16242024-10-30T13:45:57.800Zlo0/v6 static ok ::1/128
16252024-10-30T13:45:57.800Zlo0/u6 static ok fd00:3::1/64
16262024-10-30T13:45:57.800Ztfportrear0_0/v6 addrconf ok fe80::f8bd:60ff:fe7f:d7%tfportrear0_0/10
16272024-10-30T13:45:57.800Ztfportrear1_0/v6 addrconf ok fe80::54f8:b7ff:fe3f:4f77%tfportrear1_0/10
16282024-10-30T13:46:00.803Z[s1.trio] ping fd00:2::1
16292024-10-30T13:46:00.824Zfd00:2::1 is alive
16302024-10-30T13:46:00.824Z[s2.trio] ping fd00:1::1
16312024-10-30T13:46:00.844Zfd00:1::1 is alive
16322024-10-30T13:46:00.844Ztransit router restart passed
16332024-10-30T13:46:00.844Z[s1.trio] pkill ddmd
16342024-10-30T13:46:00.862Z
16352024-10-30T13:46:05.866Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16362024-10-30T13:46:05.906Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16372024-10-30T13:46:05.923Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16382024-10-30T13:46:05.943Z
16392024-10-30T13:46:08.947Z[s1.trio] ping fd00:2::1
16402024-10-30T13:46:08.970Zfd00:2::1 is alive
16412024-10-30T13:46:08.970Z[s2.trio] ping fd00:1::1
16422024-10-30T13:46:08.991Zfd00:1::1 is alive
16432024-10-30T13:46:08.991Zserver router restart passed
16442024-10-30T13:46:11.996Zpeer expiration recovery passed
16452024-10-30T13:46:12.997Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16462024-10-30T13:46:13.022Z3
16472024-10-30T13:46:13.022Zredundant advertise passed
16482024-10-30T13:46:14.025Ztunnel endpoint advertise passed
16492024-10-30T13:46:19.027Zredundant tunnel endpoint advertise passed
16502024-10-30T13:46:19.027Z[s1.trio] pkill ddmd
16512024-10-30T13:46:19.048Z
16522024-10-30T13:46:24.048Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16532024-10-30T13:46:24.085Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16542024-10-30T13:46:24.102Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16552024-10-30T13:46:24.122Z
16562024-10-30T13:46:29.189Ztunnel router restart passed
16572024-10-30T13:46:30.191Ztunnel endpoint withdraw passed
16582024-10-30T13:46:30.206Z[t1.trio] pkill ddmd
16592024-10-30T13:46:30.232Z
16602024-10-30T13:46:30.232Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16612024-10-30T13:46:30.236Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16622024-10-30T13:46:32.876Z[s2.trio] pkill ddmd
16632024-10-30T13:46:32.896Z
16642024-10-30T13:46:32.896Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16652024-10-30T13:46:35.378Z[s1.trio] pkill ddmd
16662024-10-30T13:46:35.398Z
16672024-10-30T13:46:35.398Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16682024-10-30T13:46:38.085Z[sidecar.trio] pkill softnpu
16692024-10-30T13:46:38.105Z
16702024-10-30T13:46:38.106Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16712024-10-30T13:46:40.571Ztest ddm::test_trio_v2_server ... ok
16722024-10-30T13:46:40.571Z
16732024-10-30T13:46:40.574Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 492.75s
16742024-10-30T13:46:40.574Z
16752024-10-30T13:46:40.606Z+ cleanup
16762024-10-30T13:46:40.608Z++ id -un
16772024-10-30T13:46:40.678Z++ id -gn
16782024-10-30T13:46:40.681Z+ pfexec chown -R build:build .
16792024-10-30T13:46:40.771Zprocess exited: duration 1077181 ms, exit code 0
 
16802024-10-30T13:46:40.782Zfound 4 output files
16812024-10-30T13:46:40.782Zuploading: /work/s1.trio.log (4241 bytes)
16822024-10-30T13:46:41.790Zuploaded: /work/s1.trio.log
16832024-10-30T13:46:41.791Zuploading: /work/s2.trio.log (10984 bytes)
16842024-10-30T13:46:42.805Zuploaded: /work/s2.trio.log
16852024-10-30T13:46:42.805Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16862024-10-30T13:46:43.813Zuploaded: /work/sidecar.trio-softnpu.log
16872024-10-30T13:46:43.813Zuploading: /work/t1.trio.log (26104 bytes)
16882024-10-30T13:46:44.824Zuploaded: /work/t1.trio.log