01JBESPRDD73RAY7CSHZXMXA84: test-ddm-trio-v2-transit

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JBESQE5T8HGJ4X0NRT0CAG85

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T13:28:05.595Zjob assigned to worker 01JBESQTY9H2DFD129508VCKYR (queued for 1 m 2 s)
 
22024-10-30T13:28:13.348Zstarting task 0: "setup"
32024-10-30T13:28:13.358Z++ uname -s
42024-10-30T13:28:13.361Z+ kern=SunOS
52024-10-30T13:28:13.361Z+ case "$kern" in
62024-10-30T13:28:13.361Z+ [[ 0 == 12345 ]]
72024-10-30T13:28:13.361Z+ groupadd -g 12345 build
82024-10-30T13:28:13.364Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T13:28:15.372Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T13:28:15.526Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T13:28:15.528Z+ home_fs=zfs
122024-10-30T13:28:15.528Z+ [[ zfs == autofs ]]
132024-10-30T13:28:15.528Z+ mkdir -p /home/build
142024-10-30T13:28:15.531Z+ chown build:build /home/build /work
152024-10-30T13:28:17.532Z+ chmod 0700 /home/build /work
162024-10-30T13:28:17.535Zprocess exited: duration 4186 ms, exit code 0
 
172024-10-30T13:28:17.540Zstarting task 1: "rust-toolchain"
182024-10-30T13:28:17.546Z+ printf ' * toolchain channel = "%s"
192024-10-30T13:28:17.546Z * toolchain channel = "stable"
202024-10-30T13:28:17.546Z' stable
212024-10-30T13:28:17.546Z+ printf ' * toolchain profile = "%s"
222024-10-30T13:28:17.546Z' default
232024-10-30T13:28:17.546Z * toolchain profile = "default"
242024-10-30T13:28:17.548Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T13:28:17.548Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
262024-10-30T13:28:17.663Zinfo: downloading installer
272024-10-30T13:28:19.196Zinfo: profile set to 'default'
282024-10-30T13:28:19.196Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T13:28:19.199Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
302024-10-30T13:28:19.343Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T13:28:19.343Zinfo: downloading component 'cargo'
322024-10-30T13:28:20.079Zinfo: downloading component 'clippy'
332024-10-30T13:28:20.361Zinfo: downloading component 'rust-docs'
342024-10-30T13:28:21.397Zinfo: downloading component 'rust-std'
352024-10-30T13:28:23.038Zinfo: downloading component 'rustc'
362024-10-30T13:28:28.934Zinfo: downloading component 'rustfmt'
372024-10-30T13:28:29.146Zinfo: installing component 'cargo'
382024-10-30T13:28:29.982Zinfo: installing component 'clippy'
392024-10-30T13:28:30.377Zinfo: installing component 'rust-docs'
402024-10-30T13:28:32.086Zinfo: installing component 'rust-std'
412024-10-30T13:28:34.018Zinfo: installing component 'rustc'
422024-10-30T13:28:40.023Zinfo: installing component 'rustfmt'
432024-10-30T13:28:40.360Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
442024-10-30T13:28:40.360Z
452024-10-30T13:28:40.737Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T13:28:40.737Z
472024-10-30T13:28:40.740Z
482024-10-30T13:28:40.740ZRust is installed now. Great!
492024-10-30T13:28:40.740Z
502024-10-30T13:28:40.740ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T13:28:40.740Zenvironment variable. This has not been done automatically.
522024-10-30T13:28:40.740Z
532024-10-30T13:28:40.740ZTo configure your current shell, you need to source
542024-10-30T13:28:40.740Zthe corresponding env file under $HOME/.cargo.
552024-10-30T13:28:40.740Z
562024-10-30T13:28:40.740ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T13:28:40.740Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T13:28:40.740Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T13:28:40.810Z+ rustc --version
602024-10-30T13:28:40.878Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T13:28:40.881Zprocess exited: duration 23340 ms, exit code 0
 
622024-10-30T13:28:40.889Zstarting task 2: "authentication"
632024-10-30T13:28:40.908Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T13:28:40.914Zstarting task 3: "clone repository"
652024-10-30T13:28:40.920Z+ mkdir -p /work/oxidecomputer/maghemite
662024-10-30T13:28:40.922Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
672024-10-30T13:28:41.188ZCloning into '/work/oxidecomputer/maghemite'...
682024-10-30T13:28:42.260Z+ cd /work/oxidecomputer/maghemite
692024-10-30T13:28:42.263Z+ git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
702024-10-30T13:28:42.492ZFrom https://github.com/oxidecomputer/maghemite
712024-10-30T13:28:42.492Z * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD
722024-10-30T13:28:42.500Z+ [[ -n zl/mgd-ddm-meta ]]
732024-10-30T13:28:42.502Z++ git branch --show-current
742024-10-30T13:28:42.505Z+ current=main
752024-10-30T13:28:42.505Z+ [[ main != zl/mgd-ddm-meta ]]
762024-10-30T13:28:42.505Z+ git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
772024-10-30T13:28:42.508Z+ git checkout -f zl/mgd-ddm-meta
782024-10-30T13:28:42.522ZSwitched to branch 'zl/mgd-ddm-meta'
792024-10-30T13:28:42.525Z+ git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd
802024-10-30T13:28:42.536ZHEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries
812024-10-30T13:28:42.539Zprocess exited: duration 1623 ms, exit code 0
 
822024-10-30T13:28:42.546Zstarting task 4: "build"
832024-10-30T13:28:42.550Z++ cargo --version
842024-10-30T13:28:42.554Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
852024-10-30T13:28:42.697Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
862024-10-30T13:28:42.697Zinfo: downloading component 'cargo'
872024-10-30T13:28:43.399Zinfo: downloading component 'clippy'
882024-10-30T13:28:43.659Zinfo: downloading component 'rust-docs'
892024-10-30T13:28:44.630Zinfo: downloading component 'rust-std'
902024-10-30T13:28:46.137Zinfo: downloading component 'rustc'
912024-10-30T13:28:51.517Zinfo: downloading component 'rustfmt'
922024-10-30T13:28:51.721Zinfo: installing component 'cargo'
932024-10-30T13:28:52.557Zinfo: installing component 'clippy'
942024-10-30T13:28:52.944Zinfo: installing component 'rust-docs'
952024-10-30T13:28:54.495Zinfo: installing component 'rust-std'
962024-10-30T13:28:56.201Zinfo: installing component 'rustc'
972024-10-30T13:29:02.149Zinfo: installing component 'rustfmt'
982024-10-30T13:29:02.573Zcargo 1.81.0 (2dbb1af80 2024-08-20)
992024-10-30T13:29:02.576Z++ rustc --version
1002024-10-30T13:29:02.643Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1012024-10-30T13:29:02.647Z++ dladm
1022024-10-30T13:29:02.651ZLINK CLASS MTU STATE BRIDGE OVER
1032024-10-30T13:29:02.651Zena0 phys 9216 up -- --
1042024-10-30T13:29:02.655Z++ ipadm
1052024-10-30T13:29:02.655ZADDROBJ TYPE STATE ADDR
1062024-10-30T13:29:02.655Zlo0/v4 static ok 127.0.0.1/8
1072024-10-30T13:29:02.655Zena0/dhcp dhcp ok 10.150.1.97/24
1082024-10-30T13:29:02.655Zlo0/v6 static ok ::1/128
1092024-10-30T13:29:02.659Z++ banner collect
1102024-10-30T13:29:02.710Z
1112024-10-30T13:29:02.711Z #### #### # # ###### #### #####
1122024-10-30T13:29:02.711Z # # # # # # # # # #
1132024-10-30T13:29:02.711Z # # # # # ##### # #
1142024-10-30T13:29:02.711Z # # # # # # # #
1152024-10-30T13:29:02.711Z # # # # # # # # # #
1162024-10-30T13:29:02.711Z #### #### ###### ###### ###### #### #
1172024-10-30T13:29:02.711Z
1182024-10-30T13:29:02.715Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1192024-10-30T13:29:02.715Z++ repo=softnpu
1202024-10-30T13:29:02.716Z++ series=image
1212024-10-30T13:29:02.716Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1222024-10-30T13:29:02.716Z++ name=softnpu
1232024-10-30T13:29:02.716Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242024-10-30T13:29:02.716Z++ mkdir -p download
1252024-10-30T13:29:02.716Z++ pushd download
1262024-10-30T13:29:02.716Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272024-10-30T13:29:02.716Z++ [[ ! -f softnpu ]]
1282024-10-30T13:29:02.717Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1292024-10-30T13:29:02.721Z % Total % Received % Xferd Average Speed Time Time Time Current
1302024-10-30T13:29:02.721Z Dload Upload Total Spent Left Speed
1312024-10-30T13:29:03.212Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 21.8M 23 5179k 0 0 18.6M 0 0:00:01 --:--:-- 0:00:01 18.5M 100 21.8M 100 21.8M 0 0 44.3M 0 --:--:-- --:--:-- --:--:-- 44.3M
1322024-10-30T13:29:03.217Z++ popd
1332024-10-30T13:29:03.217Z/work/oxidecomputer/maghemite
1342024-10-30T13:29:03.218Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1352024-10-30T13:29:03.218Z++ repo=sidecar-lite
1362024-10-30T13:29:03.218Z++ series=release
1372024-10-30T13:29:03.218Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1382024-10-30T13:29:03.218Z++ name=libsidecar_lite.so
1392024-10-30T13:29:03.218Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402024-10-30T13:29:03.218Z++ mkdir -p download
1412024-10-30T13:29:03.218Z++ pushd download
1422024-10-30T13:29:03.218Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432024-10-30T13:29:03.218Z++ [[ ! -f libsidecar_lite.so ]]
1442024-10-30T13:29:03.218Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1452024-10-30T13:29:03.223Z % Total % Received % Xferd Average Speed Time Time Time Current
1462024-10-30T13:29:03.223Z Dload Upload Total Spent Left Speed
1472024-10-30T13:29:03.527Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 66.8M 0 --:--:-- --:--:-- --:--:-- 67.0M
1482024-10-30T13:29:03.530Z++ popd
1492024-10-30T13:29:03.530Z/work/oxidecomputer/maghemite
1502024-10-30T13:29:03.530Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1512024-10-30T13:29:03.530Z++ repo=sidecar-lite
1522024-10-30T13:29:03.530Z++ series=release
1532024-10-30T13:29:03.530Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1542024-10-30T13:29:03.530Z++ name=scadm
1552024-10-30T13:29:03.530Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562024-10-30T13:29:03.530Z++ mkdir -p download
1572024-10-30T13:29:03.533Z++ pushd download
1582024-10-30T13:29:03.533Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592024-10-30T13:29:03.533Z++ [[ ! -f scadm ]]
1602024-10-30T13:29:03.533Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1612024-10-30T13:29:03.539Z % Total % Received % Xferd Average Speed Time Time Time Current
1622024-10-30T13:29:03.544Z Dload Upload Total Spent Left Speed
1632024-10-30T13:29:04.052Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 22.7M 91 20.9M 0 0 46.7M 0 --:--:-- --:--:-- --:--:-- 46.7M 100 22.7M 100 22.7M 0 0 47.2M 0 --:--:-- --:--:-- --:--:-- 47.2M
1642024-10-30T13:29:04.083Z++ popd
1652024-10-30T13:29:04.084Z/work/oxidecomputer/maghemite
1662024-10-30T13:29:04.084Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1672024-10-30T13:29:04.084Z++ repo=dendrite
1682024-10-30T13:29:04.084Z++ series=image
1692024-10-30T13:29:04.084Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1702024-10-30T13:29:04.084Z++ name=dendrite-softnpu.tar.gz
1712024-10-30T13:29:04.084Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722024-10-30T13:29:04.084Z++ mkdir -p download
1732024-10-30T13:29:04.084Z++ pushd download
1742024-10-30T13:29:04.084Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752024-10-30T13:29:04.084Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762024-10-30T13:29:04.084Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1772024-10-30T13:29:04.085Z % Total % Received % Xferd Average Speed Time Time Time Current
1782024-10-30T13:29:04.085Z Dload Upload Total Spent Left Speed
1792024-10-30T13:29:05.071Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 87 37.5M 87 32.9M 0 0 34.5M 0 0:00:01 --:--:-- 0:00:01 34.5M 100 37.5M 100 37.5M 0 0 36.5M 0 0:00:01 0:00:01 --:--:-- 36.5M
1802024-10-30T13:29:05.084Z++ popd
1812024-10-30T13:29:05.084Z/work/oxidecomputer/maghemite
1822024-10-30T13:29:05.084Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1832024-10-30T13:29:05.084Z++ repo=maghemite
1842024-10-30T13:29:05.084Z++ series=release
1852024-10-30T13:29:05.084Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1862024-10-30T13:29:05.084Z++ name=ddmd
1872024-10-30T13:29:05.084Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882024-10-30T13:29:05.084Z++ mkdir -p download
1892024-10-30T13:29:05.085Z++ pushd download
1902024-10-30T13:29:05.085Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912024-10-30T13:29:05.085Z++ [[ ! -f ddmd ]]
1922024-10-30T13:29:05.085Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1932024-10-30T13:29:05.092Z % Total % Received % Xferd Average Speed Time Time Time Current
1942024-10-30T13:29:05.093Z Dload Upload Total Spent Left Speed
1952024-10-30T13:29:06.128Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 82 40.9M 82 33.8M 0 0 37.1M 0 0:00:01 --:--:-- 0:00:01 37.0M 100 40.9M 100 40.9M 0 0 38.9M 0 0:00:01 0:00:01 --:--:-- 38.9M
1962024-10-30T13:29:06.131Z++ popd
1972024-10-30T13:29:06.131Z/work/oxidecomputer/maghemite
1982024-10-30T13:29:06.131Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1992024-10-30T13:29:06.131Z++ repo=maghemite
2002024-10-30T13:29:06.131Z++ series=release
2012024-10-30T13:29:06.131Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2022024-10-30T13:29:06.131Z++ name=ddmadm
2032024-10-30T13:29:06.131Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2042024-10-30T13:29:06.131Z++ mkdir -p download
2052024-10-30T13:29:06.134Z++ pushd download
2062024-10-30T13:29:06.134Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2072024-10-30T13:29:06.134Z++ [[ ! -f ddmadm ]]
2082024-10-30T13:29:06.134Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2092024-10-30T13:29:06.141Z % Total % Received % Xferd Average Speed Time Time Time Current
2102024-10-30T13:29:06.141Z Dload Upload Total Spent Left Speed
2112024-10-30T13:29:06.598Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 40.0M 0 --:--:-- --:--:-- --:--:-- 40.1M
2122024-10-30T13:29:06.602Z++ popd
2132024-10-30T13:29:06.602Z/work/oxidecomputer/maghemite
2142024-10-30T13:29:06.602Z++ pushd download
2152024-10-30T13:29:06.602Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2162024-10-30T13:29:06.602Z++ chmod +x softnpu
2172024-10-30T13:29:06.602Z++ chmod +x scadm
2182024-10-30T13:29:06.602Z++ chmod +x ddmadm
2192024-10-30T13:29:06.602Z++ chmod +x ddmd
2202024-10-30T13:29:06.602Z++ mv ddmadm ddmadm-v2
2212024-10-30T13:29:06.612Z++ mv ddmd ddmd-v2
2222024-10-30T13:29:06.613Z++ rm -rf zones/dendrite
2232024-10-30T13:29:06.613Z++ mkdir -p zones/dendrite
2242024-10-30T13:29:06.628Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2252024-10-30T13:29:07.433Z++ popd
2262024-10-30T13:29:07.433Z/work/oxidecomputer/maghemite
2272024-10-30T13:29:07.434Z++ banner install
2282024-10-30T13:29:07.436Z
2292024-10-30T13:29:07.436Z # # # #### ##### ## # #
2302024-10-30T13:29:07.436Z # ## # # # # # # #
2312024-10-30T13:29:07.436Z # # # # #### # # # # #
2322024-10-30T13:29:07.436Z # # # # # # ###### # #
2332024-10-30T13:29:07.436Z # # ## # # # # # # #
2342024-10-30T13:29:07.436Z # # # #### # # # ###### ######
2352024-10-30T13:29:07.436Z
2362024-10-30T13:29:07.439Z++ pkg info brand/sparse
2372024-10-30T13:29:07.439Z++ grep -qi installed
2382024-10-30T13:29:19.013Zpkg: info: no packages matching the following patterns you specified are
2392024-10-30T13:29:19.013Zinstalled on the system. Try querying remotely instead:
2402024-10-30T13:29:19.013Z
2412024-10-30T13:29:19.013Z brand/sparse
2422024-10-30T13:29:19.059Z++ [[ 1 != 0 ]]
2432024-10-30T13:29:19.059Z++ set -o errexit
2442024-10-30T13:29:19.059Z++ pfexec pkg install brand/sparse
2452024-10-30T13:29:30.183Z Startup: Refreshing catalog 'helios-dev' ... Done
2462024-10-30T13:29:33.531Z Startup: Caching catalogs ... Done
2472024-10-30T13:29:40.508ZPlanning: Solver setup ... Done
2482024-10-30T13:29:40.601ZPlanning: Running solver ... Done
2492024-10-30T13:29:40.890ZPlanning: Finding local manifests ... Done
2502024-10-30T13:29:40.921ZPlanning: Fetching manifests: 0/3 0% complete
2512024-10-30T13:29:41.106ZPlanning: Fetching manifests: 3/3 100% complete
2522024-10-30T13:29:41.818ZPlanning: Package planning ... Done
2532024-10-30T13:29:41.824ZPlanning: Merging actions ... Done
2542024-10-30T13:29:42.601ZPlanning: Checking for conflicting actions ... Done
2552024-10-30T13:29:49.305ZPlanning: Consolidating action changes ... Done
2562024-10-30T13:29:49.651ZPlanning: Evaluating mediators ... Done
2572024-10-30T13:29:49.718ZPlanning: Planning completed in 16.10 seconds
2582024-10-30T13:29:50.356Z Packages to install: 1
2592024-10-30T13:29:50.356Z Packages to update: 2
2602024-10-30T13:29:50.359Z Create boot environment: No
2612024-10-30T13:29:50.359ZCreate backup boot environment: Yes
2622024-10-30T13:29:50.768Z
2632024-10-30T13:29:50.768ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2642024-10-30T13:29:55.769ZDownload: 670/1009 items 6.6/8.0MB 82% complete (1.4M/s)
2652024-10-30T13:29:59.710ZDownload: Completed 8.03 MB in 8.94 seconds (919k/s)
2662024-10-30T13:30:01.560Z Actions: 1/1419 actions (Removing old actions)
2672024-10-30T13:30:01.579Z Actions: 199/1419 actions (Installing new actions)
2682024-10-30T13:30:01.694Z Actions: 579/1419 actions (Updating modified actions)
2692024-10-30T13:30:02.064Z Actions: Completed 1419 actions in 0.50 seconds.
2702024-10-30T13:30:02.250Z Done
2712024-10-30T13:30:02.252Z Done
2722024-10-30T13:30:02.716Z Done
2732024-10-30T13:30:09.820Z Done
2742024-10-30T13:30:10.318Z Done
2752024-10-30T13:30:10.320Z Done
2762024-10-30T13:30:10.420Z Done
2772024-10-30T13:30:10.773Z++ set -o errexit
2782024-10-30T13:30:10.773Z++ set -o pipefail
2792024-10-30T13:30:10.773Z++ banner build
2802024-10-30T13:30:10.776Z
2812024-10-30T13:30:10.776Z ##### # # # # #####
2822024-10-30T13:30:10.776Z # # # # # # # #
2832024-10-30T13:30:10.776Z ##### # # # # # #
2842024-10-30T13:30:10.776Z # # # # # # # #
2852024-10-30T13:30:10.776Z # # # # # # # #
2862024-10-30T13:30:10.776Z ##### #### # ###### #####
2872024-10-30T13:30:10.776Z
2882024-10-30T13:30:10.776Z++ cargo build --release --bin ddmd --bin ddmadm
2892024-10-30T13:30:10.953Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2902024-10-30T13:30:11.194Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2912024-10-30T13:30:11.422ZFrom https://www.github.com/oxidecomputer/oxnet
2922024-10-30T13:30:11.422Z * [new branch] ci -> origin/ci
2932024-10-30T13:30:11.425Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2942024-10-30T13:30:11.425Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2952024-10-30T13:30:11.425Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2962024-10-30T13:30:11.425Z * [new branch] main -> origin/main
2972024-10-30T13:30:11.426Z * [new ref] -> origin/HEAD
2982024-10-30T13:30:11.435Z Updating crates.io index
2992024-10-30T13:30:11.545Z Updating git repository `https://github.com/oxidecomputer/falcon`
3002024-10-30T13:30:12.354ZFrom https://github.com/oxidecomputer/falcon
3012024-10-30T13:30:12.354Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3022024-10-30T13:30:12.458Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032024-10-30T13:30:13.629ZFrom https://github.com/oxidecomputer/dendrite
3042024-10-30T13:30:13.629Z * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded
3052024-10-30T13:30:13.688Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062024-10-30T13:30:14.088ZFrom https://github.com/oxidecomputer/ispf
3072024-10-30T13:30:14.088Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3082024-10-30T13:30:14.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092024-10-30T13:30:14.550ZFrom https://github.com/oxidecomputer/netadm-sys
3102024-10-30T13:30:14.550Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3112024-10-30T13:30:14.562Z Updating git repository `https://github.com/oxidecomputer/omicron`
3122024-10-30T13:30:18.854ZFrom https://github.com/oxidecomputer/omicron
3132024-10-30T13:30:18.855Z * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a
3142024-10-30T13:30:18.885Z * [new tag] dogfood -> dogfood
3152024-10-30T13:30:18.888Z * [new tag] v5 -> v5
3162024-10-30T13:30:18.888Z * [new tag] v6 -> v6
3172024-10-30T13:30:18.888Z * [new tag] v7 -> v7
3182024-10-30T13:30:18.888Z * [new tag] v8 -> v8
3192024-10-30T13:30:18.888Z * [new tag] v9 -> v9
3202024-10-30T13:30:19.260Z Updating git repository `https://github.com/oxidecomputer/opte`
3212024-10-30T13:30:20.251ZFrom https://github.com/oxidecomputer/opte
3222024-10-30T13:30:20.251Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3232024-10-30T13:30:20.312Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242024-10-30T13:30:20.940ZFrom https://github.com/oxidecomputer/omicron
3252024-10-30T13:30:20.940Z * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373
3262024-10-30T13:30:21.317Z Updating git repository `https://github.com/illumos/smf-rs`
3272024-10-30T13:30:21.704ZFrom https://github.com/illumos/smf-rs
3282024-10-30T13:30:21.704Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3292024-10-30T13:30:21.747Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3302024-10-30T13:30:22.552ZFrom https://github.com/oxidecomputer/maghemite
3312024-10-30T13:30:22.552Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3322024-10-30T13:30:22.567Z * [new tag] rift -> rift
3332024-10-30T13:30:22.570Z * [new tag] srp -> srp
3342024-10-30T13:30:22.570Z * [new tag] tie-spf -> tie-spf
3352024-10-30T13:30:22.607Z Updating git repository `https://github.com/oxidecomputer/zone`
3362024-10-30T13:30:22.978ZFrom https://github.com/oxidecomputer/zone
3372024-10-30T13:30:22.978Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3382024-10-30T13:30:23.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
3392024-10-30T13:30:23.797ZFrom https://github.com/oxidecomputer/propolis
3402024-10-30T13:30:23.797Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3412024-10-30T13:30:24.265Z Updating git repository `https://github.com/illumos/smf-rs`
3422024-10-30T13:30:24.653ZFrom https://github.com/illumos/smf-rs
3432024-10-30T13:30:24.654Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
3442024-10-30T13:30:24.678Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3452024-10-30T13:30:25.123ZFrom https://github.com/oxidecomputer/dlpi-sys
3462024-10-30T13:30:25.123Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3472024-10-30T13:30:25.143Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3482024-10-30T13:30:25.550ZFrom https://github.com/jmesmon/rust-libzfs
3492024-10-30T13:30:25.550Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3502024-10-30T13:30:25.567Z * [new tag] v0.4.0 -> v0.4.0
3512024-10-30T13:30:25.582Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3522024-10-30T13:30:26.057ZFrom https://github.com/oxidecomputer/rusty-doors
3532024-10-30T13:30:26.057Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3542024-10-30T13:30:26.075Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3552024-10-30T13:30:26.545ZFrom https://github.com/oxidecomputer/maghemite
3562024-10-30T13:30:26.545Z * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c
3572024-10-30T13:30:26.592Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3582024-10-30T13:30:26.936ZFrom https://github.com/oxidecomputer/serde_human_bytes
3592024-10-30T13:30:26.936Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3602024-10-30T13:30:26.959Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3612024-10-30T13:30:27.332ZFrom https://github.com/oxidecomputer/slog-error-chain
3622024-10-30T13:30:27.332Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3632024-10-30T13:30:27.366Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3642024-10-30T13:30:27.773ZFrom https://github.com/oxidecomputer/poptrie
3652024-10-30T13:30:27.773Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3662024-10-30T13:30:27.800Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3672024-10-30T13:30:28.246ZFrom https://github.com/illumos/libscf-sys
3682024-10-30T13:30:28.246Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3692024-10-30T13:30:28.255Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3702024-10-30T13:30:29.113ZFrom https://github.com/oxidecomputer/progenitor
3712024-10-30T13:30:29.113Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3722024-10-30T13:30:29.134Z * [new tag] v0.1.1 -> v0.1.1
3732024-10-30T13:30:29.137Z * [new tag] v0.2.0 -> v0.2.0
3742024-10-30T13:30:29.137Z * [new tag] v0.3.0 -> v0.3.0
3752024-10-30T13:30:29.137Z * [new tag] v0.4.0 -> v0.4.0
3762024-10-30T13:30:29.138Z * [new tag] v0.5.0 -> v0.5.0
3772024-10-30T13:30:29.138Z * [new tag] v0.6.0 -> v0.6.0
3782024-10-30T13:30:29.138Z * [new tag] v0.7.0 -> v0.7.0
3792024-10-30T13:30:29.364Z Updating git repository `https://github.com/oxidecomputer/typify`
3802024-10-30T13:30:30.106ZFrom https://github.com/oxidecomputer/typify
3812024-10-30T13:30:30.106Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3822024-10-30T13:30:30.110Z * [new tag] v0.2.0 -> v0.2.0
3832024-10-30T13:30:30.124Z * [new tag] v0.0.10 -> v0.0.10
3842024-10-30T13:30:30.127Z * [new tag] v0.0.11 -> v0.0.11
3852024-10-30T13:30:30.127Z * [new tag] v0.0.12 -> v0.0.12
3862024-10-30T13:30:30.127Z * [new tag] v0.0.13 -> v0.0.13
3872024-10-30T13:30:30.127Z * [new tag] v0.0.14 -> v0.0.14
3882024-10-30T13:30:30.127Z * [new tag] v0.0.15 -> v0.0.15
3892024-10-30T13:30:30.127Z * [new tag] v0.0.16 -> v0.0.16
3902024-10-30T13:30:30.127Z * [new tag] v0.0.4 -> v0.0.4
3912024-10-30T13:30:30.127Z * [new tag] v0.0.5 -> v0.0.5
3922024-10-30T13:30:30.127Z * [new tag] v0.0.7 -> v0.0.7
3932024-10-30T13:30:30.127Z * [new tag] v0.0.8 -> v0.0.8
3942024-10-30T13:30:30.127Z * [new tag] v0.0.9 -> v0.0.9
3952024-10-30T13:30:30.127Z * [new tag] v0.1.0 -> v0.1.0
3962024-10-30T13:30:30.195Z Updating git repository `https://github.com/oxidecomputer/propolis`
3972024-10-30T13:30:30.653ZFrom https://github.com/oxidecomputer/propolis
3982024-10-30T13:30:30.653Z * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927
3992024-10-30T13:30:30.734Z Updating git repository `https://github.com/oxidecomputer/crucible`
4002024-10-30T13:30:32.561ZFrom https://github.com/oxidecomputer/crucible
4012024-10-30T13:30:32.561Z * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac
4022024-10-30T13:30:32.618Z Updating git repository `https://github.com/oxidecomputer/opte`
4032024-10-30T13:30:33.102ZFrom https://github.com/oxidecomputer/opte
4042024-10-30T13:30:33.103Z * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa
4052024-10-30T13:30:33.146Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4062024-10-30T13:30:33.896ZFrom https://github.com/oxidecomputer/management-gateway-service
4072024-10-30T13:30:33.896Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
4082024-10-30T13:30:34.662Z Downloading crates ...
4092024-10-30T13:30:34.796Z Downloaded equivalent v1.0.1
4102024-10-30T13:30:34.805Z Downloaded const-random v0.1.18
4112024-10-30T13:30:34.805Z Downloaded crc8 v0.1.1
4122024-10-30T13:30:34.805Z Downloaded cfg-if v1.0.0
4132024-10-30T13:30:34.805Z Downloaded block-buffer v0.10.4
4142024-10-30T13:30:34.805Z Downloaded bitflags v1.3.2
4152024-10-30T13:30:34.805Z Downloaded autocfg v1.3.0
4162024-10-30T13:30:34.810Z Downloaded anstyle-parse v0.2.5
4172024-10-30T13:30:34.810Z Downloaded foreign-types-shared v0.1.1
4182024-10-30T13:30:34.810Z Downloaded plain v0.2.3
4192024-10-30T13:30:34.814Z Downloaded parse-display v0.10.0
4202024-10-30T13:30:34.814Z Downloaded deranged v0.3.11
4212024-10-30T13:30:34.817Z Downloaded fastrand v2.1.1
4222024-10-30T13:30:34.819Z Downloaded pin-project-lite v0.2.14
4232024-10-30T13:30:34.824Z Downloaded argon2 v0.5.3
4242024-10-30T13:30:34.826Z Downloaded camino v1.1.9
4252024-10-30T13:30:34.829Z Downloaded serde-big-array v0.5.1
4262024-10-30T13:30:34.832Z Downloaded cancel-safe-futures v0.1.5
4272024-10-30T13:30:34.834Z Downloaded async-trait v0.1.83
4282024-10-30T13:30:34.837Z Downloaded futures-executor v0.3.31
4292024-10-30T13:30:34.840Z Downloaded fnv v1.0.7
4302024-10-30T13:30:34.842Z Downloaded sigpipe v0.1.3
4312024-10-30T13:30:34.842Z Downloaded rand_chacha v0.3.1
4322024-10-30T13:30:34.845Z Downloaded pest_meta v2.7.13
4332024-10-30T13:30:34.845Z Downloaded paste v1.0.15
4342024-10-30T13:30:34.848Z Downloaded scroll v0.12.0
4352024-10-30T13:30:34.850Z Downloaded rustc_version v0.4.1
4362024-10-30T13:30:34.852Z Downloaded ppv-lite86 v0.2.20
4372024-10-30T13:30:34.855Z Downloaded crossbeam-utils v0.8.20
4382024-10-30T13:30:34.857Z Downloaded semver v0.1.20
4392024-10-30T13:30:34.859Z Downloaded cookie v0.18.1
4402024-10-30T13:30:34.862Z Downloaded slog-async v2.8.0
4412024-10-30T13:30:34.864Z Downloaded rustversion v1.0.17
4422024-10-30T13:30:34.867Z Downloaded derive_more v0.99.18
4432024-10-30T13:30:34.871Z Downloaded rustc-hash v2.0.0
4442024-10-30T13:30:34.873Z Downloaded progenitor-macro v0.8.0
4452024-10-30T13:30:34.873Z Downloaded futures-sink v0.3.31
4462024-10-30T13:30:34.877Z Downloaded darling_core v0.20.10
4472024-10-30T13:30:34.880Z Downloaded serde_spanned v0.6.7
4482024-10-30T13:30:34.884Z Downloaded rustls-pki-types v1.8.0
4492024-10-30T13:30:34.886Z Downloaded rustls-pemfile v2.1.3
4502024-10-30T13:30:34.887Z Downloaded futures v0.3.31
4512024-10-30T13:30:34.892Z Downloaded parse-display-derive v0.10.0
4522024-10-30T13:30:34.895Z Downloaded foreign-types v0.5.0
4532024-10-30T13:30:34.897Z Downloaded sha2 v0.10.8
4542024-10-30T13:30:34.900Z Downloaded parking_lot_core v0.8.6
4552024-10-30T13:30:34.902Z Downloaded foreign-types-shared v0.3.1
4562024-10-30T13:30:34.902Z Downloaded foreign-types-macros v0.2.3
4572024-10-30T13:30:34.905Z Downloaded base64 v0.21.7
4582024-10-30T13:30:34.907Z Downloaded pkg-config v0.3.31
4592024-10-30T13:30:34.909Z Downloaded pin-utils v0.1.0
4602024-10-30T13:30:34.912Z Downloaded atomic-waker v1.1.2
4612024-10-30T13:30:34.912Z Downloaded async-stream v0.3.5
4622024-10-30T13:30:34.915Z Downloaded dirs-next v2.0.0
4632024-10-30T13:30:34.917Z Downloaded progenitor-client v0.8.0
4642024-10-30T13:30:34.917Z Downloaded pretty-hex v0.2.1
4652024-10-30T13:30:34.920Z Downloaded anstyle-query v1.1.1
4662024-10-30T13:30:34.920Z Downloaded pretty-hex v0.4.1
4672024-10-30T13:30:34.922Z Downloaded byteorder v1.5.0
4682024-10-30T13:30:34.926Z Downloaded ahash v0.8.11
4692024-10-30T13:30:34.928Z Downloaded cpufeatures v0.2.14
4702024-10-30T13:30:34.929Z Downloaded ident_case v1.0.1
4712024-10-30T13:30:34.931Z Downloaded http-body v1.0.1
4722024-10-30T13:30:34.931Z Downloaded ciborium-ll v0.2.2
4732024-10-30T13:30:34.935Z Downloaded dtrace-parser v0.2.0
4742024-10-30T13:30:34.935Z Downloaded const-random-macro v0.1.16
4752024-10-30T13:30:34.935Z Downloaded enum-as-inner v0.6.1
4762024-10-30T13:30:34.938Z Downloaded cstr-argument v0.1.2
4772024-10-30T13:30:34.938Z Downloaded crunchy v0.2.2
4782024-10-30T13:30:34.938Z Downloaded dyn-clone v1.0.17
4792024-10-30T13:30:34.940Z Downloaded clap_lex v0.7.2
4802024-10-30T13:30:34.943Z Downloaded convert_case v0.4.0
4812024-10-30T13:30:34.943Z Downloaded atomicwrites v0.4.4
4822024-10-30T13:30:34.945Z Downloaded quote v1.0.37
4832024-10-30T13:30:34.947Z Downloaded percent-encoding v2.3.1
4842024-10-30T13:30:34.950Z Downloaded form_urlencoded v1.2.1
4852024-10-30T13:30:34.950Z Downloaded dropshot_endpoint v0.12.0
4862024-10-30T13:30:34.952Z Downloaded dof v0.3.0
4872024-10-30T13:30:34.954Z Downloaded anstyle v1.0.8
4882024-10-30T13:30:34.957Z Downloaded newtype_derive v0.1.6
4892024-10-30T13:30:34.957Z Downloaded slog-bunyan v2.5.0
4902024-10-30T13:30:34.959Z Downloaded http-body v0.4.6
4912024-10-30T13:30:34.962Z Downloaded embedded-io v0.4.0
4922024-10-30T13:30:34.962Z Downloaded fixedbitset v0.4.2
4932024-10-30T13:30:34.965Z Downloaded digest v0.10.7
4942024-10-30T13:30:34.965Z Downloaded futures-core v0.3.31
4952024-10-30T13:30:34.968Z Downloaded futures-io v0.3.31
4962024-10-30T13:30:34.970Z Downloaded defmt-parser v0.3.4
4972024-10-30T13:30:34.970Z Downloaded progenitor-impl v0.8.0
4982024-10-30T13:30:34.973Z Downloaded postcard v1.0.10
4992024-10-30T13:30:34.975Z Downloaded password-hash v0.5.0
5002024-10-30T13:30:34.978Z Downloaded usdt-macro v0.5.0
5012024-10-30T13:30:34.980Z Downloaded progenitor v0.8.0
5022024-10-30T13:30:34.980Z Downloaded rand_core v0.6.4
5032024-10-30T13:30:34.983Z Downloaded colorchoice v1.0.2
5042024-10-30T13:30:34.983Z Downloaded base64ct v1.6.0
5052024-10-30T13:30:34.986Z Downloaded backoff v0.4.0
5062024-10-30T13:30:34.988Z Downloaded newtype-uuid v1.1.2
5072024-10-30T13:30:34.991Z Downloaded scroll_derive v0.12.0
5082024-10-30T13:30:34.991Z Downloaded schemars_derive v0.8.21
5092024-10-30T13:30:34.993Z Downloaded rustc_version v0.1.7
5102024-10-30T13:30:34.993Z Downloaded resolv-conf v0.7.0
5112024-10-30T13:30:34.995Z Downloaded strum_macros v0.25.3
5122024-10-30T13:30:34.997Z Downloaded stable_deref_trait v1.2.0
5132024-10-30T13:30:35.000Z Downloaded serde_repr v0.1.19
5142024-10-30T13:30:35.004Z Downloaded quick-error v1.2.3
5152024-10-30T13:30:35.005Z Downloaded memmap v0.7.0
5162024-10-30T13:30:35.009Z Downloaded scopeguard v1.2.0
5172024-10-30T13:30:35.009Z Downloaded rustls-pemfile v1.0.4
5182024-10-30T13:30:35.011Z Downloaded sha1 v0.10.6
5192024-10-30T13:30:35.011Z Downloaded errno v0.3.9
5202024-10-30T13:30:35.011Z Downloaded clap_derive v4.5.18
5212024-10-30T13:30:35.014Z Downloaded camino-tempfile v1.1.1
5222024-10-30T13:30:35.017Z Downloaded serde_urlencoded v0.7.1
5232024-10-30T13:30:35.019Z Downloaded want v0.3.1
5242024-10-30T13:30:35.022Z Downloaded num_enum v0.7.3
5252024-10-30T13:30:35.026Z Downloaded terminal_size v0.3.0
5262024-10-30T13:30:35.029Z Downloaded slog-dtrace v0.3.0
5272024-10-30T13:30:35.029Z Downloaded signal-hook-registry v1.4.2
5282024-10-30T13:30:35.031Z Downloaded bitflags v2.6.0
5292024-10-30T13:30:35.034Z Downloaded anyhow v1.0.89
5302024-10-30T13:30:35.038Z Downloaded omicron-workspace-hack v0.1.0
5312024-10-30T13:30:35.042Z Downloaded futures-task v0.3.31
5322024-10-30T13:30:35.042Z Downloaded num_threads v0.1.7
5332024-10-30T13:30:35.044Z Downloaded hostname v0.4.0
5342024-10-30T13:30:35.044Z Downloaded crossbeam-epoch v0.9.18
5352024-10-30T13:30:35.047Z Downloaded owo-colors v4.1.0
5362024-10-30T13:30:35.050Z Downloaded once_cell v1.20.2
5372024-10-30T13:30:35.052Z Downloaded lock_api v0.4.12
5382024-10-30T13:30:35.055Z Downloaded usdt-attr-macro v0.5.0
5392024-10-30T13:30:35.057Z Downloaded hubpack v0.1.2
5402024-10-30T13:30:35.057Z Downloaded libscf-sys v1.1.0
5412024-10-30T13:30:35.060Z Downloaded lazy_static v1.5.0
5422024-10-30T13:30:35.062Z Downloaded quinn-udp v0.5.5
5432024-10-30T13:30:35.062Z Downloaded httpdate v1.0.3
5442024-10-30T13:30:35.064Z Downloaded structmeta v0.3.0
5452024-10-30T13:30:35.067Z Downloaded rhai_codegen v2.2.0
5462024-10-30T13:30:35.075Z Downloaded swrite v0.1.0
5472024-10-30T13:30:35.077Z Downloaded strum_macros v0.26.4
5482024-10-30T13:30:35.077Z Downloaded parking_lot v0.11.2
5492024-10-30T13:30:35.080Z Downloaded macaddr v1.0.1
5502024-10-30T13:30:35.082Z Downloaded lru-cache v0.1.2
5512024-10-30T13:30:35.085Z Downloaded tempfile v3.12.0
5522024-10-30T13:30:35.087Z Downloaded structmeta-derive v0.3.0
5532024-10-30T13:30:35.089Z Downloaded hubpack_derive v0.1.1
5542024-10-30T13:30:35.089Z Downloaded itoa v1.0.11
5552024-10-30T13:30:35.091Z Downloaded hyper-tls v0.5.0
5562024-10-30T13:30:35.091Z Downloaded hash32 v0.3.1
5572024-10-30T13:30:35.094Z Downloaded linked-hash-map v0.5.6
5582024-10-30T13:30:35.094Z Downloaded num-derive v0.4.2
5592024-10-30T13:30:35.096Z Downloaded fxhash v0.2.1
5602024-10-30T13:30:35.099Z Downloaded term v0.7.0
5612024-10-30T13:30:35.102Z Downloaded tokio-rustls v0.24.1
5622024-10-30T13:30:35.105Z Downloaded time-core v0.1.2
5632024-10-30T13:30:35.105Z Downloaded tinyvec_macros v0.1.1
5642024-10-30T13:30:35.107Z Downloaded slog v2.7.0
5652024-10-30T13:30:35.109Z Downloaded newline-converter v0.3.0
5662024-10-30T13:30:35.109Z Downloaded bytes v1.7.2
5672024-10-30T13:30:35.113Z Downloaded thread-id v4.2.2
5682024-10-30T13:30:35.115Z Downloaded indent_write v2.2.0
5692024-10-30T13:30:35.118Z Downloaded smartstring v1.0.1
5702024-10-30T13:30:35.120Z Downloaded zeroize v1.8.1
5712024-10-30T13:30:35.120Z Downloaded libsw v3.3.1
5722024-10-30T13:30:35.123Z Downloaded crc32fast v1.4.2
5732024-10-30T13:30:35.125Z Downloaded clap v4.5.18
5742024-10-30T13:30:35.134Z Downloaded zone_cfg_derive v0.3.0
5752024-10-30T13:30:35.136Z Downloaded strum v0.26.3
5762024-10-30T13:30:35.136Z Downloaded arc-swap v1.7.1
5772024-10-30T13:30:35.139Z Downloaded zerocopy-derive v0.7.35
5782024-10-30T13:30:35.145Z Downloaded tokio-stream v0.1.16
5792024-10-30T13:30:35.150Z Downloaded openssl-macros v0.1.1
5802024-10-30T13:30:35.153Z Downloaded is-terminal v0.4.13
5812024-10-30T13:30:35.153Z Downloaded instant v0.1.13
5822024-10-30T13:30:35.153Z Downloaded sync_wrapper v0.1.2
5832024-10-30T13:30:35.153Z Downloaded ryu v1.0.18
5842024-10-30T13:30:35.157Z Downloaded toml_datetime v0.6.8
5852024-10-30T13:30:35.160Z Downloaded pest v2.7.13
5862024-10-30T13:30:35.165Z Downloaded waitgroup v0.1.2
5872024-10-30T13:30:35.168Z Downloaded usdt v0.5.0
5882024-10-30T13:30:35.168Z Downloaded try-lock v0.2.5
5892024-10-30T13:30:35.168Z Downloaded num-conv v0.1.0
5902024-10-30T13:30:35.168Z Downloaded take_mut v0.2.2
5912024-10-30T13:30:35.172Z Downloaded serde_derive v1.0.210
5922024-10-30T13:30:35.172Z Downloaded half v2.4.1
5932024-10-30T13:30:35.174Z Downloaded openssl-probe v0.1.5
5942024-10-30T13:30:35.177Z Downloaded tower-service v0.3.3
5952024-10-30T13:30:35.177Z Downloaded thread_local v1.1.8
5962024-10-30T13:30:35.177Z Downloaded thiserror-impl v1.0.64
5972024-10-30T13:30:35.181Z Downloaded tokio-rustls v0.25.0
5982024-10-30T13:30:35.184Z Downloaded humantime v2.1.0
5992024-10-30T13:30:35.184Z Downloaded hyper-rustls v0.24.2
6002024-10-30T13:30:35.186Z Downloaded version_check v0.9.5
6012024-10-30T13:30:35.189Z Downloaded httparse v1.9.4
6022024-10-30T13:30:35.189Z Downloaded uuid v1.10.0
6032024-10-30T13:30:35.192Z Downloaded slog-stdlog v4.1.1
6042024-10-30T13:30:35.194Z Downloaded slog-scope v4.4.0
6052024-10-30T13:30:35.198Z Downloaded sync_wrapper v1.0.1
6062024-10-30T13:30:35.198Z Downloaded num_enum_derive v0.7.3
6072024-10-30T13:30:35.198Z Downloaded cc v1.1.21
6082024-10-30T13:30:35.201Z Downloaded num_enum_derive v0.5.11
6092024-10-30T13:30:35.208Z Downloaded heapless v0.8.0
6102024-10-30T13:30:35.212Z Downloaded mime v0.3.17
6112024-10-30T13:30:35.212Z Downloaded native-tls v0.2.12
6122024-10-30T13:30:35.212Z Downloaded subtle v2.6.1
6132024-10-30T13:30:35.212Z Downloaded match_cfg v0.1.0
6142024-10-30T13:30:35.215Z Downloaded untrusted v0.9.0
6152024-10-30T13:30:35.215Z Downloaded smf v0.2.3
6162024-10-30T13:30:35.215Z Downloaded is_terminal_polyfill v1.70.1
6172024-10-30T13:30:35.217Z Downloaded num v0.4.3
6182024-10-30T13:30:35.217Z Downloaded typify v0.2.0
6192024-10-30T13:30:35.220Z Downloaded tokio-rustls v0.26.0
6202024-10-30T13:30:35.224Z Downloaded typify-macro v0.2.0
6212024-10-30T13:30:35.224Z Downloaded slab v0.4.9
6222024-10-30T13:30:35.226Z Downloaded hickory-resolver v0.24.1
6232024-10-30T13:30:35.230Z Downloaded num-derive v0.3.3
6242024-10-30T13:30:35.234Z Downloaded multer v3.1.0
6252024-10-30T13:30:35.237Z Downloaded hyper-tls v0.6.0
6262024-10-30T13:30:35.237Z Downloaded managed v0.8.0
6272024-10-30T13:30:35.237Z Downloaded generic-array v0.14.7
6282024-10-30T13:30:35.239Z Downloaded num-integer v0.1.46
6292024-10-30T13:30:35.241Z Downloaded tiny-keccak v2.0.2
6302024-10-30T13:30:35.244Z Downloaded thiserror v1.0.64
6312024-10-30T13:30:35.247Z Downloaded smallvec v1.13.2
6322024-10-30T13:30:35.250Z Downloaded slog-term v2.9.1
6332024-10-30T13:30:35.253Z Downloaded openssl-sys v0.9.103
6342024-10-30T13:30:35.257Z Downloaded expectorate v1.1.0
6352024-10-30T13:30:35.260Z Downloaded num-iter v0.1.45
6362024-10-30T13:30:35.262Z Downloaded zone v0.3.0
6372024-10-30T13:30:35.262Z Downloaded hex v0.4.3
6382024-10-30T13:30:35.264Z Downloaded similar v2.6.0
6392024-10-30T13:30:35.268Z Downloaded whoami v1.5.2
6402024-10-30T13:30:35.271Z Downloaded heck v0.5.0
6412024-10-30T13:30:35.274Z Downloaded tabwriter v1.4.0
6422024-10-30T13:30:35.274Z Downloaded num_enum v0.5.11
6432024-10-30T13:30:35.278Z Downloaded ipnet v2.10.0
6442024-10-30T13:30:35.281Z Downloaded base64 v0.22.1
6452024-10-30T13:30:35.284Z Downloaded spin v0.9.8
6462024-10-30T13:30:35.287Z Downloaded iana-time-zone v0.1.61
6472024-10-30T13:30:35.290Z Downloaded unicode-ident v1.0.13
6482024-10-30T13:30:35.293Z Downloaded hyper-rustls v0.27.3
6492024-10-30T13:30:35.298Z Downloaded memchr v2.7.4
6502024-10-30T13:30:35.308Z Downloaded getrandom v0.2.15
6512024-10-30T13:30:35.312Z Downloaded heck v0.4.1
6522024-10-30T13:30:35.312Z Downloaded num-complex v0.4.6
6532024-10-30T13:30:35.313Z Downloaded clap_builder v4.5.18
6542024-10-30T13:30:35.316Z Downloaded num-rational v0.4.2
6552024-10-30T13:30:35.316Z Downloaded aho-corasick v1.1.3
6562024-10-30T13:30:35.320Z Downloaded ucd-trie v0.1.6
6572024-10-30T13:30:35.323Z Downloaded unicode-bidi v0.3.15
6582024-10-30T13:30:35.326Z Downloaded serde v1.0.210
6592024-10-30T13:30:35.328Z Downloaded thin-vec v0.2.13
6602024-10-30T13:30:35.331Z Downloaded http v0.2.12
6612024-10-30T13:30:35.334Z Downloaded zerocopy v0.6.6
6622024-10-30T13:30:35.337Z Downloaded http v1.1.0
6632024-10-30T13:30:35.340Z Downloaded time-macros v0.2.18
6642024-10-30T13:30:35.343Z Downloaded steno v0.4.1
6652024-10-30T13:30:35.347Z Downloaded num-traits v0.2.19
6662024-10-30T13:30:35.350Z Downloaded serde_json v1.0.128
6672024-10-30T13:30:35.368Z Downloaded tinyvec v1.8.0
6682024-10-30T13:30:35.372Z Downloaded url v2.5.2
6692024-10-30T13:30:35.379Z Downloaded hashbrown v0.12.3
6702024-10-30T13:30:35.384Z Downloaded typenum v1.17.0
6712024-10-30T13:30:35.387Z Downloaded tracing-core v0.1.32
6722024-10-30T13:30:35.389Z Downloaded socket2 v0.5.7
6732024-10-30T13:30:35.392Z Downloaded indexmap v1.9.3
6742024-10-30T13:30:35.394Z Downloaded unicode-normalization v0.1.24
6752024-10-30T13:30:35.397Z Downloaded hyper-util v0.1.9
6762024-10-30T13:30:35.403Z Downloaded unsafe-libyaml v0.2.11
6772024-10-30T13:30:35.406Z Downloaded minimal-lexical v0.2.1
6782024-10-30T13:30:35.410Z Downloaded unicode-segmentation v1.12.0
6792024-10-30T13:30:35.415Z Downloaded rand v0.8.5
6802024-10-30T13:30:35.418Z Downloaded tracing v0.1.40
6812024-10-30T13:30:35.422Z Downloaded indexmap v2.6.0
6822024-10-30T13:30:35.429Z Downloaded itertools v0.12.1
6832024-10-30T13:30:35.436Z Downloaded serde_with v3.11.0
6842024-10-30T13:30:35.444Z Downloaded qorb v0.1.2
6852024-10-30T13:30:35.448Z Downloaded itertools v0.10.5
6862024-10-30T13:30:35.456Z Downloaded chrono v0.4.38
6872024-10-30T13:30:35.467Z Downloaded highway v1.2.0
6882024-10-30T13:30:35.490Z Downloaded log v0.4.22
6892024-10-30T13:30:35.490Z Downloaded hashbrown v0.15.0
6902024-10-30T13:30:35.491Z Downloaded tokio-util v0.7.12
6912024-10-30T13:30:35.496Z Downloaded toml_edit v0.22.21
6922024-10-30T13:30:35.504Z Downloaded itertools v0.13.0
6932024-10-30T13:30:35.512Z Downloaded reqwest v0.12.8
6942024-10-30T13:30:35.519Z Downloaded time v0.3.36
6952024-10-30T13:30:35.526Z Downloaded zerocopy v0.7.35
6962024-10-30T13:30:35.541Z Downloaded futures-util v0.3.31
6972024-10-30T13:30:35.553Z Downloaded winnow v0.5.40
6982024-10-30T13:30:35.563Z Downloaded hyper v0.14.30
6992024-10-30T13:30:35.569Z Downloaded hashbrown v0.14.5
7002024-10-30T13:30:35.575Z Downloaded syn v1.0.109
7012024-10-30T13:30:35.584Z Downloaded webpki-roots v0.25.4
7022024-10-30T13:30:35.588Z Downloaded dropshot v0.12.0
7032024-10-30T13:30:35.607Z Downloaded rustls-webpki v0.101.7
7042024-10-30T13:30:35.622Z Downloaded unicode-width v0.1.14
7052024-10-30T13:30:35.627Z Downloaded rustls-webpki v0.102.8
7062024-10-30T13:30:35.647Z Downloaded openssl v0.10.66
7072024-10-30T13:30:35.657Z Downloaded smoltcp v0.11.0
7082024-10-30T13:30:35.671Z Downloaded winnow v0.6.18
7092024-10-30T13:30:35.682Z Downloaded regex v1.11.1
7102024-10-30T13:30:35.695Z Downloaded quinn-proto v0.11.8
7112024-10-30T13:30:35.703Z Downloaded vcpkg v0.2.15
7122024-10-30T13:30:35.746Z Downloaded h2 v0.4.6
7132024-10-30T13:30:35.754Z Downloaded hickory-proto v0.24.1
7142024-10-30T13:30:35.771Z Downloaded h2 v0.3.26
7152024-10-30T13:30:35.777Z Downloaded libm v0.2.8
7162024-10-30T13:30:35.786Z Downloaded goblin v0.8.2
7172024-10-30T13:30:35.793Z Downloaded idna v0.5.0
7182024-10-30T13:30:35.801Z Downloaded rustls v0.22.4
7192024-10-30T13:30:35.818Z Downloaded webpki-roots v0.26.6
7202024-10-30T13:30:35.821Z Downloaded typify-impl v0.2.0
7212024-10-30T13:30:35.839Z Downloaded idna v0.4.0
7222024-10-30T13:30:35.846Z Downloaded syn v2.0.77
7232024-10-30T13:30:35.859Z Downloaded rustls v0.23.13
7242024-10-30T13:30:35.873Z Downloaded regress v0.10.1
7252024-10-30T13:30:35.884Z Downloaded zerocopy-derive v0.6.6
7262024-10-30T13:30:35.893Z Downloaded rustix v0.38.37
7272024-10-30T13:30:35.917Z Downloaded openapiv3 v2.0.0
7282024-10-30T13:30:35.931Z Downloaded sled v0.34.7
7292024-10-30T13:30:35.942Z Downloaded regex-syntax v0.8.5
7302024-10-30T13:30:35.951Z Downloaded regress v0.9.1
7312024-10-30T13:30:35.959Z Downloaded rustls v0.21.12
7322024-10-30T13:30:35.972Z Downloaded rhai v1.19.0
7332024-10-30T13:30:35.985Z Downloaded reqwest v0.11.27
7342024-10-30T13:30:35.992Z Downloaded libc v0.2.161
7352024-10-30T13:30:36.020Z Downloaded hyper v1.4.1
7362024-10-30T13:30:36.027Z Downloaded toml_edit v0.19.15
7372024-10-30T13:30:36.043Z Downloaded mio v1.0.2
7382024-10-30T13:30:36.049Z Downloaded nom v7.1.3
7392024-10-30T13:30:36.054Z Downloaded serde_yaml v0.9.34+deprecated
7402024-10-30T13:30:36.058Z Downloaded tracing-attributes v0.1.27
7412024-10-30T13:30:36.060Z Downloaded toml v0.8.19
7422024-10-30T13:30:36.063Z Downloaded crossbeam-channel v0.5.13
7432024-10-30T13:30:36.068Z Downloaded usdt-impl v0.5.0
7442024-10-30T13:30:36.070Z Downloaded linear-map v1.2.0
7452024-10-30T13:30:36.073Z Downloaded regex-automata v0.4.8
7462024-10-30T13:30:36.090Z Downloaded serde_path_to_error v0.1.16
7472024-10-30T13:30:36.092Z Downloaded serde_derive_internals v0.29.1
7482024-10-30T13:30:36.092Z Downloaded petgraph v0.6.5
7492024-10-30T13:30:36.110Z Downloaded slog-envlogger v2.2.0
7502024-10-30T13:30:36.114Z Downloaded serde_with_macros v3.11.0
7512024-10-30T13:30:36.117Z Downloaded serde_tokenstream v0.2.2
7522024-10-30T13:30:36.117Z Downloaded semver v1.0.23
7532024-10-30T13:30:36.120Z Downloaded sct v0.7.1
7542024-10-30T13:30:36.123Z Downloaded derive-where v1.2.7
7552024-10-30T13:30:36.126Z Downloaded strsim v0.11.1
7562024-10-30T13:30:36.126Z Downloaded static_assertions v1.1.0
7572024-10-30T13:30:36.128Z Downloaded quinn v0.11.5
7582024-10-30T13:30:36.131Z Downloaded tokio v1.40.0
7592024-10-30T13:30:36.169Z Downloaded blake2 v0.10.6
7602024-10-30T13:30:36.172Z Downloaded hostname v0.3.1
7612024-10-30T13:30:36.174Z Downloaded utf8parse v0.2.2
7622024-10-30T13:30:36.174Z Downloaded tokio-native-tls v0.3.1
7632024-10-30T13:30:36.177Z Downloaded tokio-macros v2.4.0
7642024-10-30T13:30:36.177Z Downloaded slog-json v2.6.1
7652024-10-30T13:30:36.179Z Downloaded shlex v1.3.0
7662024-10-30T13:30:36.179Z Downloaded pest_derive v2.7.13
7672024-10-30T13:30:36.182Z Downloaded futures-channel v0.3.31
7682024-10-30T13:30:36.185Z Downloaded parking_lot_core v0.9.10
7692024-10-30T13:30:36.185Z Downloaded allocator-api2 v0.2.18
7702024-10-30T13:30:36.188Z Downloaded schemars v0.8.21
7712024-10-30T13:30:36.199Z Downloaded proc-macro2 v1.0.86
7722024-10-30T13:30:36.202Z Downloaded prettyplease v0.2.22
7732024-10-30T13:30:36.204Z Downloaded encoding_rs v0.8.34
7742024-10-30T13:30:36.226Z Downloaded pest_generator v2.7.13
7752024-10-30T13:30:36.228Z Downloaded embedded-io v0.6.1
7762024-10-30T13:30:36.231Z Downloaded darling v0.20.10
7772024-10-30T13:30:36.233Z Downloaded ipnetwork v0.20.0
7782024-10-30T13:30:36.236Z Downloaded http-body-util v0.1.2
7792024-10-30T13:30:36.236Z Downloaded proc-macro-crate v3.2.0
7802024-10-30T13:30:36.238Z Downloaded console v0.15.8
7812024-10-30T13:30:36.240Z Downloaded ciborium v0.2.2
7822024-10-30T13:30:36.243Z Downloaded proc-macro-error-attr v1.0.4
7832024-10-30T13:30:36.243Z Downloaded proc-macro-crate v1.3.1
7842024-10-30T13:30:36.246Z Downloaded powerfmt v0.2.0
7852024-10-30T13:30:36.246Z Downloaded defmt-macros v0.3.9
7862024-10-30T13:30:36.248Z Downloaded anstream v0.6.15
7872024-10-30T13:30:36.251Z Downloaded data-encoding v2.6.0
7882024-10-30T13:30:36.251Z Downloaded proc-macro-error v1.0.4
7892024-10-30T13:30:36.253Z Downloaded foreign-types v0.3.2
7902024-10-30T13:30:36.255Z Downloaded float-ord v0.3.2
7912024-10-30T13:30:36.255Z Downloaded darling_macro v0.20.10
7922024-10-30T13:30:36.255Z Downloaded crucible-workspace-hack v0.1.0
7932024-10-30T13:30:36.258Z Downloaded ciborium-io v0.2.2
7942024-10-30T13:30:36.258Z Downloaded async-stream-impl v0.3.5
7952024-10-30T13:30:36.258Z Downloaded parking_lot v0.12.3
7962024-10-30T13:30:36.260Z Downloaded dirs-sys-next v0.1.2
7972024-10-30T13:30:36.260Z Downloaded futures-macro v0.3.31
7982024-10-30T13:30:36.263Z Downloaded either v1.13.0
7992024-10-30T13:30:36.263Z Downloaded crypto-common v0.1.6
8002024-10-30T13:30:36.266Z Downloaded colored v2.1.0
8012024-10-30T13:30:36.266Z Downloaded defmt v0.3.8
8022024-10-30T13:30:36.269Z Downloaded cobs v0.2.3
8032024-10-30T13:30:36.272Z Downloaded debug-ignore v1.0.5
8042024-10-30T13:30:36.480Z Downloaded ring v0.17.8
8052024-10-30T13:30:36.839Z Compiling proc-macro2 v1.0.86
8062024-10-30T13:30:36.840Z Compiling unicode-ident v1.0.13
8072024-10-30T13:30:36.840Z Compiling libc v0.2.161
8082024-10-30T13:30:36.842Z Compiling serde v1.0.210
8092024-10-30T13:30:36.842Z Compiling autocfg v1.3.0
8102024-10-30T13:30:36.842Z Compiling version_check v0.9.5
8112024-10-30T13:30:36.842Z Compiling cfg-if v1.0.0
8122024-10-30T13:30:36.877Z Compiling libm v0.2.8
8132024-10-30T13:30:37.068Z Compiling once_cell v1.20.2
8142024-10-30T13:30:37.119Z Compiling memchr v2.7.4
8152024-10-30T13:30:37.508Z Compiling parking_lot_core v0.9.10
8162024-10-30T13:30:37.555Z Compiling lock_api v0.4.12
8172024-10-30T13:30:38.094Z Compiling shlex v1.3.0
8182024-10-30T13:30:38.341Z Compiling thiserror v1.0.64
8192024-10-30T13:30:38.801Z Compiling cc v1.1.21
8202024-10-30T13:30:38.838Z Compiling itoa v1.0.11
8212024-10-30T13:30:38.947Z Compiling schemars v0.8.21
8222024-10-30T13:30:39.114Z Compiling slab v0.4.9
8232024-10-30T13:30:39.135Z Compiling ryu v1.0.18
8242024-10-30T13:30:39.338Z Compiling num-traits v0.2.19
8252024-10-30T13:30:39.417Z Compiling serde_json v1.0.128
8262024-10-30T13:30:39.459Z Compiling byteorder v1.5.0
8272024-10-30T13:30:39.877Z Compiling pin-project-lite v0.2.14
8282024-10-30T13:30:40.005Z Compiling quote v1.0.37
8292024-10-30T13:30:40.288Z Compiling getrandom v0.2.15
8302024-10-30T13:30:40.673Z Compiling syn v2.0.77
8312024-10-30T13:30:40.923Z Compiling equivalent v1.0.1
8322024-10-30T13:30:40.950Z Compiling log v0.4.22
8332024-10-30T13:30:41.044Z Compiling hashbrown v0.15.0
8342024-10-30T13:30:41.132Z Compiling heck v0.5.0
8352024-10-30T13:30:41.473Z Compiling fnv v1.0.7
8362024-10-30T13:30:41.594Z Compiling scopeguard v1.2.0
8372024-10-30T13:30:41.852Z Compiling ring v0.17.8
8382024-10-30T13:30:41.989Z Compiling vcpkg v0.2.15
8392024-10-30T13:30:42.230Z Compiling pkg-config v0.3.31
8402024-10-30T13:30:42.349Z Compiling slog v2.7.0
8412024-10-30T13:30:42.385Z Compiling httparse v1.9.4
8422024-10-30T13:30:42.849Z Compiling signal-hook-registry v1.4.2
8432024-10-30T13:30:42.923Z Compiling socket2 v0.5.7
8442024-10-30T13:30:43.086Z Compiling mio v1.0.2
8452024-10-30T13:30:43.183Z Compiling iana-time-zone v0.1.61
8462024-10-30T13:30:43.662Z Compiling openssl-sys v0.9.103
8472024-10-30T13:30:43.738Z Compiling futures-core v0.3.31
8482024-10-30T13:30:44.058Z Compiling dyn-clone v1.0.17
8492024-10-30T13:30:44.252Z Compiling openssl v0.10.66
8502024-10-30T13:30:44.295Z Compiling typenum v1.17.0
8512024-10-30T13:30:44.470Z Compiling ahash v0.8.11
8522024-10-30T13:30:44.510Z Compiling rustls v0.23.13
8532024-10-30T13:30:44.661Z Compiling native-tls v0.2.12
8542024-10-30T13:30:44.692Z Compiling futures-sink v0.3.31
8552024-10-30T13:30:44.713Z Compiling semver v1.0.23
8562024-10-30T13:30:44.815Z Compiling generic-array v0.14.7
8572024-10-30T13:30:44.875Z Compiling allocator-api2 v0.2.18
8582024-10-30T13:30:44.923Z Compiling ucd-trie v0.1.6
8592024-10-30T13:30:45.183Z Compiling futures-channel v0.3.31
8602024-10-30T13:30:45.247Z Compiling pin-utils v0.1.0
8612024-10-30T13:30:45.296Z Compiling anyhow v1.0.89
8622024-10-30T13:30:45.323Z Compiling futures-io v0.3.31
8632024-10-30T13:30:45.347Z Compiling futures-task v0.3.31
8642024-10-30T13:30:45.376Z Compiling aho-corasick v1.1.3
8652024-10-30T13:30:45.609Z Compiling time-core v0.1.2
8662024-10-30T13:30:45.631Z Compiling omicron-workspace-hack v0.1.0
8672024-10-30T13:30:45.654Z Compiling num-conv v0.1.0
8682024-10-30T13:30:45.689Z Compiling regex-syntax v0.8.5
8692024-10-30T13:30:45.692Z Compiling tracing-core v0.1.32
8702024-10-30T13:30:45.902Z Compiling usdt-impl v0.5.0
8712024-10-30T13:30:45.930Z Compiling time-macros v0.2.18
8722024-10-30T13:30:45.950Z Compiling bitflags v2.6.0
8732024-10-30T13:30:46.301Z Compiling strsim v0.11.1
8742024-10-30T13:30:46.470Z Compiling plain v0.2.3
8752024-10-30T13:30:46.625Z Compiling rustversion v1.0.17
8762024-10-30T13:30:47.037Z Compiling subtle v2.6.1
8772024-10-30T13:30:47.295Z Compiling paste v1.0.15
8782024-10-30T13:30:47.382Z Compiling newtype-uuid v1.1.2
8792024-10-30T13:30:47.477Z Compiling pretty-hex v0.4.1
8802024-10-30T13:30:47.796Z Compiling serde_derive_internals v0.29.1
8812024-10-30T13:30:48.050Z Compiling thread-id v4.2.2
8822024-10-30T13:30:48.112Z Compiling ident_case v1.0.1
8832024-10-30T13:30:48.295Z Compiling camino v1.1.9
8842024-10-30T13:30:48.810Z Compiling unsafe-libyaml v0.2.11
8852024-10-30T13:30:49.256Z Compiling regex-automata v0.4.8
8862024-10-30T13:30:49.283Z Compiling crunchy v0.2.2
8872024-10-30T13:30:49.444Z Compiling rustls v0.22.4
8882024-10-30T13:30:49.733Z Compiling darling_core v0.20.10
8892024-10-30T13:30:50.793Z Compiling rustls-pki-types v1.8.0
8902024-10-30T13:30:50.815Z Compiling slog-async v2.8.0
8912024-10-30T13:30:50.908Z Compiling tiny-keccak v2.0.2
8922024-10-30T13:30:51.157Z Compiling spin v0.9.8
8932024-10-30T13:30:51.416Z Compiling rand_core v0.6.4
8942024-10-30T13:30:51.433Z Compiling multer v3.1.0
8952024-10-30T13:30:51.761Z Compiling tinyvec_macros v0.1.1
8962024-10-30T13:30:51.850Z Compiling untrusted v0.9.0
8972024-10-30T13:30:51.871Z Compiling tinyvec v1.8.0
8982024-10-30T13:30:52.776Z Compiling regex v1.11.1
8992024-10-30T13:30:52.850Z Compiling serde_derive v1.0.210
9002024-10-30T13:30:53.452Z Compiling zerocopy-derive v0.7.35
9012024-10-30T13:30:53.696Z Compiling thiserror-impl v1.0.64
9022024-10-30T13:30:54.571Z Compiling tokio-macros v2.4.0
9032024-10-30T13:30:55.319Z Compiling schemars_derive v0.8.21
9042024-10-30T13:30:55.458Z Compiling futures-macro v0.3.31
9052024-10-30T13:30:55.982Z Compiling zerocopy v0.7.35
9062024-10-30T13:30:56.349Z Compiling openssl-macros v0.1.1
9072024-10-30T13:30:56.858Z Compiling scroll_derive v0.12.0
9082024-10-30T13:30:57.178Z Compiling pest v2.7.13
9092024-10-30T13:30:57.332Z Compiling futures-util v0.3.31
9102024-10-30T13:30:57.874Z Compiling tracing-attributes v0.1.27
9112024-10-30T13:30:58.150Z Compiling hashbrown v0.14.5
9122024-10-30T13:30:58.271Z Compiling scroll v0.12.0
9132024-10-30T13:30:58.361Z Compiling darling_macro v0.20.10
9142024-10-30T13:30:58.813Z Compiling goblin v0.8.2
9152024-10-30T13:30:59.373Z Compiling async-trait v0.1.83
9162024-10-30T13:30:59.507Z Compiling regress v0.10.1
9172024-10-30T13:31:00.008Z Compiling pest_meta v2.7.13
9182024-10-30T13:31:01.912Z Compiling pest_generator v2.7.13
9192024-10-30T13:31:03.396Z Compiling tracing v0.1.40
9202024-10-30T13:31:03.963Z Compiling darling v0.20.10
9212024-10-30T13:31:04.005Z Compiling pest_derive v2.7.13
9222024-10-30T13:31:04.067Z Compiling percent-encoding v2.3.1
9232024-10-30T13:31:04.088Z Compiling atomic-waker v1.1.2
9242024-10-30T13:31:04.110Z Compiling serde_with_macros v3.11.0
9252024-10-30T13:31:04.276Z Compiling form_urlencoded v1.2.1
9262024-10-30T13:31:04.505Z Compiling ppv-lite86 v0.2.20
9272024-10-30T13:31:04.762Z Compiling unicode-normalization v0.1.24
9282024-10-30T13:31:04.905Z Compiling dtrace-parser v0.2.0
9292024-10-30T13:31:05.426Z Compiling structmeta-derive v0.3.0
9302024-10-30T13:31:06.110Z Compiling strum_macros v0.26.4
9312024-10-30T13:31:06.467Z Compiling bytes v1.7.2
9322024-10-30T13:31:06.809Z Compiling smallvec v1.13.2
9332024-10-30T13:31:06.951Z Compiling chrono v0.4.38
9342024-10-30T13:31:07.785Z Compiling indexmap v2.6.0
9352024-10-30T13:31:08.297Z Compiling uuid v1.10.0
9362024-10-30T13:31:08.913Z Compiling parking_lot v0.12.3
9372024-10-30T13:31:09.296Z Compiling serde_tokenstream v0.2.2
9382024-10-30T13:31:09.554Z Compiling tokio v1.40.0
9392024-10-30T13:31:09.870Z Compiling http v1.1.0
9402024-10-30T13:31:11.440Z Compiling openapiv3 v2.0.0
9412024-10-30T13:31:12.542Z Compiling dof v0.3.0
9422024-10-30T13:31:12.767Z Compiling serde_yaml v0.9.34+deprecated
9432024-10-30T13:31:14.309Z Compiling typify-impl v0.2.0
9442024-10-30T13:31:15.779Z Compiling http-body v1.0.1
9452024-10-30T13:31:16.059Z Compiling ipnetwork v0.20.0
9462024-10-30T13:31:16.578Z Compiling async-stream-impl v0.3.5
9472024-10-30T13:31:16.743Z Compiling usdt-attr-macro v0.5.0
9482024-10-30T13:31:17.365Z Compiling usdt-macro v0.5.0
9492024-10-30T13:31:17.917Z Compiling rustls-webpki v0.102.8
9502024-10-30T13:31:19.933Z Compiling tokio-util v0.7.12
9512024-10-30T13:31:20.195Z Compiling const-random-macro v0.1.16
9522024-10-30T13:31:21.032Z Compiling dropshot v0.12.0
9532024-10-30T13:31:21.037Z Compiling unicode-bidi v0.3.15
9542024-10-30T13:31:21.384Z Compiling zeroize v1.8.1
9552024-10-30T13:31:21.758Z Compiling try-lock v0.2.5
9562024-10-30T13:31:21.930Z Compiling want v0.3.1
9572024-10-30T13:31:22.058Z Compiling const-random v0.1.18
9582024-10-30T13:31:22.162Z Compiling h2 v0.4.6
9592024-10-30T13:31:22.234Z Compiling structmeta v0.3.0
9602024-10-30T13:31:22.370Z Compiling rand_chacha v0.3.1
9612024-10-30T13:31:22.625Z Compiling httpdate v1.0.3
9622024-10-30T13:31:23.217Z Compiling foreign-types-shared v0.1.1
9632024-10-30T13:31:23.339Z Compiling foreign-types v0.3.2
9642024-10-30T13:31:23.395Z Compiling rand v0.8.5
9652024-10-30T13:31:23.444Z Compiling parse-display-derive v0.10.0
9662024-10-30T13:31:24.109Z Compiling idna v0.5.0
9672024-10-30T13:31:24.648Z Compiling dropshot_endpoint v0.12.0
9682024-10-30T13:31:25.254Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9692024-10-30T13:31:26.387Z Compiling typify-macro v0.2.0
9702024-10-30T13:31:27.540Z Compiling hyper v1.4.1
9712024-10-30T13:31:28.168Z Compiling tower-service v0.3.3
9722024-10-30T13:31:30.351Z Compiling typify v0.2.0
9732024-10-30T13:31:30.425Z Compiling hyper-util v0.1.9
9742024-10-30T13:31:30.428Z Compiling url v2.5.2
9752024-10-30T13:31:30.514Z Compiling progenitor-impl v0.8.0
9762024-10-30T13:31:36.107Z Compiling ipnet v2.10.0
9772024-10-30T13:31:36.879Z Compiling openssl-probe v0.1.5
9782024-10-30T13:31:37.343Z Compiling progenitor-macro v0.8.0
9792024-10-30T13:31:39.286Z Compiling http-body-util v0.1.2
9802024-10-30T13:31:40.164Z Compiling encoding_rs v0.8.34
9812024-10-30T13:31:40.585Z Compiling syn v1.0.109
9822024-10-30T13:31:45.815Z Compiling powerfmt v0.2.0
9832024-10-30T13:31:46.330Z Compiling crossbeam-utils v0.8.20
9842024-10-30T13:31:46.924Z Compiling mime v0.3.17
9852024-10-30T13:31:48.459Z Compiling base64 v0.22.1
9862024-10-30T13:31:49.595Z Compiling rustls-pemfile v2.1.3
9872024-10-30T13:31:50.361Z Compiling deranged v0.3.11
9882024-10-30T13:31:51.049Z Compiling tokio-rustls v0.26.0
9892024-10-30T13:31:52.708Z Compiling tokio-native-tls v0.3.1
9902024-10-30T13:31:53.015Z Compiling toml_datetime v0.6.8
9912024-10-30T13:31:53.435Z Compiling serde_urlencoded v0.7.1
9922024-10-30T13:31:53.456Z Compiling webpki-roots v0.26.6
9932024-10-30T13:31:53.676Z Compiling num_threads v0.1.7
9942024-10-30T13:31:53.821Z Compiling winnow v0.6.18
9952024-10-30T13:31:54.041Z Compiling time v0.3.36
9962024-10-30T13:31:54.063Z Compiling hyper-rustls v0.27.3
9972024-10-30T13:31:55.340Z Compiling hyper-tls v0.6.0
9982024-10-30T13:31:58.206Z Compiling block-buffer v0.10.4
9992024-10-30T13:31:58.477Z Compiling crypto-common v0.1.6
10002024-10-30T13:32:01.705Z Compiling sync_wrapper v1.0.1
10012024-10-30T13:32:04.744Z Compiling match_cfg v0.1.0
10022024-10-30T13:32:05.769Z Compiling hostname v0.3.1
10032024-10-30T13:32:07.512Z Compiling reqwest v0.12.8
10042024-10-30T13:32:10.006Z Compiling digest v0.10.7
10052024-10-30T13:32:10.487Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
10062024-10-30T13:32:12.767Z Compiling futures-executor v0.3.31
10072024-10-30T13:32:13.285Z Compiling dirs-sys-next v0.1.2
10082024-10-30T13:32:14.297Z Compiling dirs-next v2.0.0
10092024-10-30T13:32:14.523Z Compiling futures v0.3.31
10102024-10-30T13:32:14.653Z Compiling progenitor-client v0.8.0
10112024-10-30T13:32:20.247Z Compiling thread_local v1.1.8
10122024-10-30T13:32:20.939Z Compiling instant v0.1.13
10132024-10-30T13:32:21.622Z Compiling cpufeatures v0.2.14
10142024-10-30T13:32:22.955Z Compiling progenitor v0.8.0
10152024-10-30T13:32:23.180Z Compiling term v0.7.0
10162024-10-30T13:32:23.478Z Compiling crossbeam-channel v0.5.13
10172024-10-30T13:32:25.837Z Compiling serde_spanned v0.6.7
10182024-10-30T13:32:26.203Z Compiling is-terminal v0.4.13
10192024-10-30T13:32:26.343Z Compiling memmap v0.7.0
10202024-10-30T13:32:26.765Z Compiling debug-ignore v1.0.5
10212024-10-30T13:32:27.666Z Compiling take_mut v0.2.2
10222024-10-30T13:32:27.743Z Compiling usdt v0.5.0
10232024-10-30T13:32:28.006Z Compiling slog-term v2.9.1
10242024-10-30T13:32:29.123Z Compiling toml_edit v0.22.21
10252024-10-30T13:32:30.722Z Compiling slog-json v2.6.1
10262024-10-30T13:32:30.741Z Compiling strum v0.26.3
10272024-10-30T13:32:30.937Z Compiling serde_with v3.11.0
10282024-10-30T13:32:34.263Z Compiling tokio-rustls v0.25.0
10292024-10-30T13:32:34.794Z Compiling toml v0.8.19
10302024-10-30T13:32:34.839Z Compiling slog-bunyan v2.5.0
10312024-10-30T13:32:35.045Z Compiling sha1 v0.10.6
10322024-10-30T13:32:35.433Z Compiling async-stream v0.3.5
10332024-10-30T13:32:35.760Z Compiling serde_path_to_error v0.1.16
10342024-10-30T13:32:35.876Z Compiling hex v0.4.3
10352024-10-30T13:32:36.576Z Compiling waitgroup v0.1.2
10362024-10-30T13:32:36.850Z Compiling hostname v0.4.0
10372024-10-30T13:32:39.267Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10382024-10-30T13:32:41.350Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
10392024-10-30T13:32:41.508Z Compiling backoff v0.4.0
10402024-10-30T13:32:43.047Z Compiling parse-display v0.10.0
10412024-10-30T13:32:43.212Z Compiling regress v0.9.1
10422024-10-30T13:32:45.027Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10432024-10-30T13:32:45.505Z Compiling macaddr v1.0.1
10442024-10-30T13:32:50.927Z Compiling rustix v0.38.37
10452024-10-30T13:32:52.566Z Compiling errno v0.3.9
10462024-10-30T13:32:58.717Z Compiling clap_derive v4.5.18
10472024-10-30T13:33:02.998Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10482024-10-30T13:33:03.059Z Compiling lazy_static v1.5.0
10492024-10-30T13:33:03.994Z Compiling heapless v0.8.0
10502024-10-30T13:33:04.445Z Compiling utf8parse v0.2.2
10512024-10-30T13:33:04.549Z Compiling unicode-width v0.1.14
10522024-10-30T13:33:04.616Z Compiling anstyle-parse v0.2.5
10532024-10-30T13:33:05.576Z Compiling hash32 v0.3.1
10542024-10-30T13:33:06.242Z Compiling stable_deref_trait v1.2.0
10552024-10-30T13:33:06.346Z Compiling anstyle v1.0.8
10562024-10-30T13:33:06.369Z Compiling colorchoice v1.0.2
10572024-10-30T13:33:06.377Z Compiling anstyle-query v1.1.1
10582024-10-30T13:33:06.534Z Compiling is_terminal_polyfill v1.70.1
10592024-10-30T13:33:06.555Z Compiling smoltcp v0.11.0
10602024-10-30T13:33:06.892Z Compiling anstream v0.6.15
10612024-10-30T13:33:08.246Z Compiling terminal_size v0.3.0
10622024-10-30T13:33:08.684Z Compiling num-integer v0.1.46
10632024-10-30T13:33:09.017Z Compiling winnow v0.5.40
10642024-10-30T13:33:09.116Z Compiling cobs v0.2.3
10652024-10-30T13:33:09.423Z Compiling prettyplease v0.2.22
10662024-10-30T13:33:09.536Z Compiling bitflags v1.3.2
10672024-10-30T13:33:09.652Z Compiling clap_lex v0.7.2
10682024-10-30T13:33:09.654Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10692024-10-30T13:33:09.858Z Compiling managed v0.8.0
10702024-10-30T13:33:10.105Z Compiling clap_builder v4.5.18
10712024-10-30T13:33:11.784Z Compiling postcard v1.0.10
10722024-10-30T13:33:12.701Z Compiling toml_edit v0.19.15
10732024-10-30T13:33:14.617Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10742024-10-30T13:33:16.852Z Compiling proc-macro-crate v1.3.1
10752024-10-30T13:33:16.981Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
10762024-10-30T13:33:17.476Z Compiling clap v4.5.18
10772024-10-30T13:33:17.607Z Compiling num-iter v0.1.45
10782024-10-30T13:33:17.653Z Compiling num-rational v0.4.2
10792024-10-30T13:33:19.142Z Compiling num-complex v0.4.6
10802024-10-30T13:33:20.498Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10812024-10-30T13:33:20.918Z Compiling num v0.4.3
10822024-10-30T13:33:21.038Z Compiling num_enum_derive v0.5.11
10832024-10-30T13:33:22.634Z Compiling tabwriter v1.4.0
10842024-10-30T13:33:23.372Z Compiling foreign-types-macros v0.2.3
10852024-10-30T13:33:23.692Z Compiling float-ord v0.3.2
10862024-10-30T13:33:24.039Z Compiling foreign-types-shared v0.3.1
10872024-10-30T13:33:24.495Z Compiling num_enum v0.5.11
10882024-10-30T13:33:24.715Z Compiling foreign-types v0.5.0
10892024-10-30T13:33:24.842Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10902024-10-30T13:33:24.863Z Compiling cstr-argument v0.1.2
10912024-10-30T13:33:24.917Z Compiling proc-macro-error-attr v1.0.4
10922024-10-30T13:33:25.009Z Compiling either v1.13.0
10932024-10-30T13:33:25.145Z Compiling heck v0.4.1
10942024-10-30T13:33:25.195Z Compiling pretty-hex v0.2.1
10952024-10-30T13:33:25.345Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10962024-10-30T13:33:25.505Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10972024-10-30T13:33:25.603Z Compiling colored v2.1.0
10982024-10-30T13:33:25.631Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
10992024-10-30T13:33:25.708Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
11002024-10-30T13:33:25.899Z Compiling proc-macro-error v1.0.4
11012024-10-30T13:33:25.920Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11022024-10-30T13:33:26.170Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11032024-10-30T13:33:26.238Z Compiling fastrand v2.1.1
11042024-10-30T13:33:26.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
11052024-10-30T13:33:26.335Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
11062024-10-30T13:33:26.492Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11072024-10-30T13:33:26.704Z Compiling tempfile v3.12.0
11082024-10-30T13:33:26.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11092024-10-30T13:33:27.753Z Compiling crucible-workspace-hack v0.1.0
11102024-10-30T13:33:28.402Z Compiling semver v0.1.20
11112024-10-30T13:33:28.708Z Compiling zone_cfg_derive v0.3.0
11122024-10-30T13:33:29.110Z Compiling rustc_version v0.1.7
11132024-10-30T13:33:29.620Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11142024-10-30T13:33:29.687Z Compiling camino-tempfile v1.1.1
11152024-10-30T13:33:30.180Z Compiling itertools v0.10.5
11162024-10-30T13:33:30.516Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11172024-10-30T13:33:30.865Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11182024-10-30T13:33:31.389Z Compiling num-derive v0.4.2
11192024-10-30T13:33:32.590Z Compiling derive-where v1.2.7
11202024-10-30T13:33:32.893Z Compiling sigpipe v0.1.3
11212024-10-30T13:33:33.040Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11222024-10-30T13:33:33.386Z Compiling base64ct v1.6.0
11232024-10-30T13:33:33.518Z Compiling zone v0.3.0
11242024-10-30T13:33:33.745Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
11252024-10-30T13:33:34.047Z Compiling password-hash v0.5.0
11262024-10-30T13:33:35.299Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11272024-10-30T13:33:35.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
11282024-10-30T13:33:36.201Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
11292024-10-30T13:33:36.224Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11302024-10-30T13:33:36.752Z Compiling newtype_derive v0.1.6
11312024-10-30T13:33:36.829Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11322024-10-30T13:33:37.192Z Compiling blake2 v0.10.6
11332024-10-30T13:33:37.669Z Compiling num-derive v0.3.3
11342024-10-30T13:33:38.410Z Compiling hubpack_derive v0.1.1
11352024-10-30T13:33:38.541Z Compiling idna v0.4.0
11362024-10-30T13:33:39.403Z Compiling smf v0.2.3
11372024-10-30T13:33:39.955Z Compiling zerocopy-derive v0.6.6
11382024-10-30T13:33:40.127Z Compiling enum-as-inner v0.6.1
11392024-10-30T13:33:41.324Z Compiling fixedbitset v0.4.2
11402024-10-30T13:33:42.003Z Compiling data-encoding v2.6.0
11412024-10-30T13:33:42.036Z Compiling owo-colors v4.1.0
11422024-10-30T13:33:42.073Z Compiling whoami v1.5.2
11432024-10-30T13:33:42.372Z Compiling quick-error v1.2.3
11442024-10-30T13:33:42.404Z Compiling cancel-safe-futures v0.1.5
11452024-10-30T13:33:42.523Z Compiling linked-hash-map v0.5.6
11462024-10-30T13:33:42.781Z Compiling unicode-segmentation v1.12.0
11472024-10-30T13:33:42.963Z Compiling lru-cache v0.1.2
11482024-10-30T13:33:43.017Z Compiling hickory-proto v0.24.1
11492024-10-30T13:33:43.209Z Compiling resolv-conf v0.7.0
11502024-10-30T13:33:44.041Z Compiling newline-converter v0.3.0
11512024-10-30T13:33:44.782Z Compiling zerocopy v0.6.6
11522024-10-30T13:33:45.737Z Compiling petgraph v0.6.5
11532024-10-30T13:33:49.021Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11542024-10-30T13:33:50.481Z Compiling hubpack v0.1.2
11552024-10-30T13:33:50.994Z Compiling argon2 v0.5.3
11562024-10-30T13:33:54.206Z Compiling strum_macros v0.25.3
11572024-10-30T13:33:56.379Z Compiling console v0.15.8
11582024-10-30T13:33:57.978Z Compiling serde-big-array v0.5.1
11592024-10-30T13:33:58.252Z Compiling serde_repr v0.1.19
11602024-10-30T13:33:59.223Z Compiling cookie v0.18.1
11612024-10-30T13:33:59.498Z Compiling convert_case v0.4.0
11622024-10-30T13:33:59.595Z Compiling similar v2.6.0
11632024-10-30T13:34:00.306Z Compiling static_assertions v1.1.0
11642024-10-30T13:34:00.436Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11652024-10-30T13:34:01.541Z Compiling expectorate v1.1.0
11662024-10-30T13:34:01.797Z Compiling derive_more v0.99.18
11672024-10-30T13:34:03.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11682024-10-30T13:34:06.957Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11692024-10-30T13:34:07.527Z Compiling hickory-resolver v0.24.1
11702024-10-30T13:34:08.665Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11712024-10-30T13:34:10.730Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11722024-10-30T13:34:11.107Z Compiling atomicwrites v0.4.4
11732024-10-30T13:34:11.417Z Compiling itertools v0.13.0
11742024-10-30T13:34:11.644Z Compiling tokio-stream v0.1.16
11752024-10-30T13:34:12.594Z Compiling libsw v3.3.1
11762024-10-30T13:34:12.916Z Compiling indent_write v2.2.0
11772024-10-30T13:34:12.950Z Compiling swrite v0.1.0
11782024-10-30T13:34:13.096Z Compiling linear-map v1.2.0
11792024-10-30T13:34:13.160Z Compiling highway v1.2.0
11802024-10-30T13:34:13.190Z Compiling qorb v0.1.2
11812024-10-30T13:34:13.553Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11822024-10-30T13:34:14.618Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11832024-10-30T13:34:15.355Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11842024-10-30T13:34:19.830Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11852024-10-30T13:34:23.441Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11862024-10-30T13:34:26.637Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11872024-10-30T13:34:28.905Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11882024-10-30T13:34:29.553Z Compiling steno v0.4.1
11892024-10-30T13:34:31.334Z Compiling libscf-sys v1.1.0
11902024-10-30T13:34:31.576Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
11912024-10-30T13:34:32.120Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
11922024-10-30T13:34:32.495Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
11932024-10-30T13:34:33.297Z Compiling slog-dtrace v0.3.0
11942024-10-30T13:34:33.368Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-10-30T13:34:33.661Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11962024-10-30T13:34:33.704Z Compiling parking_lot_core v0.8.6
11972024-10-30T13:34:33.829Z Compiling humantime v2.1.0
11982024-10-30T13:34:34.223Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
11992024-10-30T13:34:34.692Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1)
12002024-10-30T13:34:34.713Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12012024-10-30T13:34:35.098Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
12022024-10-30T13:34:35.146Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12032024-10-30T13:34:36.241Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12042024-10-30T13:34:37.930Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12052024-10-30T13:34:39.132Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12062024-10-30T13:34:40.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
12072024-10-30T13:34:40.396Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1)
12082024-10-30T13:34:41.351Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12092024-10-30T13:34:41.942Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12102024-10-30T13:34:41.984Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
12112024-10-30T13:34:42.229Z Compiling crc8 v0.1.1
12122024-10-30T13:34:42.348Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
12132024-10-30T13:34:42.545Z Compiling parking_lot v0.11.2
12142024-10-30T13:34:43.894Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1)
12152024-10-30T13:34:51.475Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
12162024-10-30T13:34:51.542Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12172024-10-30T13:34:53.412Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974)
12182024-10-30T13:34:53.690Z Compiling crossbeam-epoch v0.9.18
12192024-10-30T13:34:54.390Z Compiling fxhash v0.2.1
12202024-10-30T13:34:54.633Z Compiling crc32fast v1.4.2
12212024-10-30T13:34:54.901Z Compiling arc-swap v1.7.1
12222024-10-30T13:34:55.161Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12232024-10-30T13:34:55.531Z Compiling slog-scope v4.4.0
12242024-10-30T13:34:56.291Z Compiling sled v0.34.7
12252024-10-30T13:34:58.700Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12262024-10-30T13:35:00.678Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12272024-10-30T13:35:01.225Z Compiling slog-stdlog v4.1.1
12282024-10-30T13:35:02.040Z Compiling slog-envlogger v2.2.0
12292024-10-30T13:35:02.791Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12302024-10-30T13:35:09.789Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153)
12312024-10-30T13:35:16.576Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12322024-10-30T13:35:18.677Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12332024-10-30T13:35:51.677Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12342024-10-30T13:35:51.677Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12352024-10-30T13:35:58.988Z Finished `release` profile [optimized] target(s) in 5m 48s
12362024-10-30T13:35:59.360Z+ banner trio
12372024-10-30T13:35:59.363Z
12382024-10-30T13:35:59.363Z ##### ##### # ####
12392024-10-30T13:35:59.363Z # # # # # #
12402024-10-30T13:35:59.363Z # # # # # #
12412024-10-30T13:35:59.363Z # ##### # # #
12422024-10-30T13:35:59.363Z # # # # # #
12432024-10-30T13:35:59.364Z # # # # ####
12442024-10-30T13:35:59.364Z
12452024-10-30T13:35:59.364Z+ pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture
12462024-10-30T13:36:00.012Z Compiling libc v0.2.161
12472024-10-30T13:36:00.012Z Compiling cfg-if v1.0.0
12482024-10-30T13:36:00.012Z Compiling serde v1.0.210
12492024-10-30T13:36:00.015Z Compiling once_cell v1.20.2
12502024-10-30T13:36:00.015Z Compiling itoa v1.0.11
12512024-10-30T13:36:00.015Z Compiling bytes v1.7.2
12522024-10-30T13:36:00.103Z Compiling syn v2.0.77
12532024-10-30T13:36:00.108Z Compiling num-traits v0.2.19
12542024-10-30T13:36:00.166Z Compiling pin-project-lite v0.2.14
12552024-10-30T13:36:00.286Z Compiling scopeguard v1.2.0
12562024-10-30T13:36:00.308Z Compiling smallvec v1.13.2
12572024-10-30T13:36:00.425Z Compiling memchr v2.7.4
12582024-10-30T13:36:00.488Z Compiling schemars v0.8.21
12592024-10-30T13:36:00.565Z Compiling lock_api v0.4.12
12602024-10-30T13:36:00.778Z Compiling fnv v1.0.7
12612024-10-30T13:36:00.869Z Compiling log v0.4.22
12622024-10-30T13:36:00.909Z Compiling futures-core v0.3.31
12632024-10-30T13:36:01.145Z Compiling equivalent v1.0.1
12642024-10-30T13:36:01.255Z Compiling ryu v1.0.18
12652024-10-30T13:36:01.289Z Compiling zerocopy v0.7.35
12662024-10-30T13:36:01.407Z Compiling hashbrown v0.15.0
12672024-10-30T13:36:01.666Z Compiling getrandom v0.2.15
12682024-10-30T13:36:01.818Z Compiling parking_lot_core v0.9.10
12692024-10-30T13:36:01.969Z Compiling signal-hook-registry v1.4.2
12702024-10-30T13:36:02.015Z Compiling socket2 v0.5.7
12712024-10-30T13:36:02.057Z Compiling mio v1.0.2
12722024-10-30T13:36:02.195Z Compiling parking_lot v0.12.3
12732024-10-30T13:36:02.665Z Compiling ahash v0.8.11
12742024-10-30T13:36:03.160Z Compiling tracing-core v0.1.32
12752024-10-30T13:36:03.215Z Compiling serde_json v1.0.128
12762024-10-30T13:36:03.234Z Compiling hashbrown v0.14.5
12772024-10-30T13:36:03.529Z Compiling byteorder v1.5.0
12782024-10-30T13:36:03.671Z Compiling uuid v1.10.0
12792024-10-30T13:36:03.705Z Compiling futures-task v0.3.31
12802024-10-30T13:36:03.904Z Compiling spin v0.9.8
12812024-10-30T13:36:03.904Z Compiling untrusted v0.9.0
12822024-10-30T13:36:04.094Z Compiling pin-utils v0.1.0
12832024-10-30T13:36:04.117Z Compiling futures-sink v0.3.31
12842024-10-30T13:36:04.187Z Compiling futures-util v0.3.31
12852024-10-30T13:36:04.267Z Compiling ring v0.17.8
12862024-10-30T13:36:04.278Z Compiling slab v0.4.9
12872024-10-30T13:36:04.503Z Compiling regress v0.10.1
12882024-10-30T13:36:04.579Z Compiling try-lock v0.2.5
12892024-10-30T13:36:04.728Z Compiling chrono v0.4.38
12902024-10-30T13:36:04.745Z Compiling want v0.3.1
12912024-10-30T13:36:05.021Z Compiling httparse v1.9.4
12922024-10-30T13:36:05.617Z Compiling futures-channel v0.3.31
12932024-10-30T13:36:06.090Z Compiling dyn-clone v1.0.17
12942024-10-30T13:36:06.116Z Compiling tower-service v0.3.3
12952024-10-30T13:36:06.242Z Compiling foreign-types-shared v0.1.1
12962024-10-30T13:36:06.294Z Compiling openssl-sys v0.9.103
12972024-10-30T13:36:06.345Z Compiling foreign-types v0.3.2
12982024-10-30T13:36:06.722Z Compiling serde_derive_internals v0.29.1
12992024-10-30T13:36:06.821Z Compiling unicode-ident v1.0.13
13002024-10-30T13:36:07.030Z Compiling bitflags v2.6.0
13012024-10-30T13:36:07.252Z Compiling proc-macro2 v1.0.86
13022024-10-30T13:36:07.407Z Compiling http v1.1.0
13032024-10-30T13:36:07.766Z Compiling semver v1.0.23
13042024-10-30T13:36:08.264Z Compiling openssl-probe v0.1.5
13052024-10-30T13:36:08.777Z Compiling allocator-api2 v0.2.18
13062024-10-30T13:36:08.979Z Compiling tinyvec_macros v0.1.1
13072024-10-30T13:36:09.074Z Compiling tinyvec v1.8.0
13082024-10-30T13:36:09.335Z Compiling quote v1.0.37
13092024-10-30T13:36:09.686Z Compiling percent-encoding v2.3.1
13102024-10-30T13:36:10.166Z Compiling form_urlencoded v1.2.1
13112024-10-30T13:36:10.854Z Compiling unicode-normalization v0.1.24
13122024-10-30T13:36:11.461Z Compiling aho-corasick v1.1.3
13132024-10-30T13:36:11.941Z Compiling http v0.2.12
13142024-10-30T13:36:12.126Z Compiling rustls-pki-types v1.8.0
13152024-10-30T13:36:12.174Z Compiling unicode-bidi v0.3.15
13162024-10-30T13:36:12.322Z Compiling serde_derive v1.0.210
13172024-10-30T13:36:12.778Z Compiling thiserror-impl v1.0.64
13182024-10-30T13:36:13.405Z Compiling schemars_derive v0.8.21
13192024-10-30T13:36:13.445Z Compiling tokio-macros v2.4.0
13202024-10-30T13:36:15.047Z Compiling tokio v1.40.0
13212024-10-30T13:36:15.191Z Compiling tracing-attributes v0.1.27
13222024-10-30T13:36:15.690Z Compiling zerocopy-derive v0.7.35
13232024-10-30T13:36:15.843Z Compiling thiserror v1.0.64
13242024-10-30T13:36:16.117Z Compiling openssl-macros v0.1.1
13252024-10-30T13:36:16.516Z Compiling heck v0.5.0
13262024-10-30T13:36:16.756Z Compiling regex-automata v0.4.8
13272024-10-30T13:36:16.973Z Compiling openssl v0.10.66
13282024-10-30T13:36:17.832Z Compiling idna v0.5.0
13292024-10-30T13:36:18.564Z Compiling tracing v0.1.40
13302024-10-30T13:36:19.287Z Compiling http-body v1.0.1
13312024-10-30T13:36:24.032Z Compiling native-tls v0.2.12
13322024-10-30T13:36:25.143Z Compiling tokio-util v0.7.12
13332024-10-30T13:36:26.499Z Compiling indexmap v2.6.0
13342024-10-30T13:36:31.080Z Compiling serde_tokenstream v0.2.2
13352024-10-30T13:36:31.639Z Compiling tokio-native-tls v0.3.1
13362024-10-30T13:36:31.945Z Compiling atomic-waker v1.1.2
13372024-10-30T13:36:32.458Z Compiling regex-syntax v0.8.5
13382024-10-30T13:36:32.653Z Compiling slog v2.7.0
13392024-10-30T13:36:33.237Z Compiling h2 v0.4.6
13402024-10-30T13:36:33.264Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13412024-10-30T13:36:33.902Z Compiling typify-impl v0.2.0
13422024-10-30T13:36:34.303Z Compiling openapiv3 v2.0.0
13432024-10-30T13:36:44.435Z Compiling serde_urlencoded v0.7.1
13442024-10-30T13:36:45.056Z Compiling regex v1.11.1
13452024-10-30T13:36:45.456Z Compiling url v2.5.2
13462024-10-30T13:36:46.006Z Compiling encoding_rs v0.8.34
13472024-10-30T13:36:46.048Z Compiling rustls v0.21.12
13482024-10-30T13:36:46.390Z Compiling mime v0.3.17
13492024-10-30T13:36:47.501Z Compiling ipnet v2.10.0
13502024-10-30T13:36:49.192Z Compiling typify-macro v0.2.0
13512024-10-30T13:36:49.924Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-10-30T13:36:50.592Z Compiling hyper v1.4.1
13532024-10-30T13:36:52.012Z Compiling h2 v0.3.26
13542024-10-30T13:36:53.165Z Compiling http-body v0.4.6
13552024-10-30T13:36:53.747Z Compiling rustls-webpki v0.102.8
13562024-10-30T13:36:53.925Z Compiling sct v0.7.1
13572024-10-30T13:36:54.061Z Compiling rustls-webpki v0.101.7
13582024-10-30T13:36:54.394Z Compiling subtle v2.6.1
13592024-10-30T13:36:54.705Z Compiling httpdate v1.0.3
13602024-10-30T13:36:55.440Z Compiling toml_datetime v0.6.8
13612024-10-30T13:36:55.833Z Compiling zeroize v1.8.1
13622024-10-30T13:36:56.185Z Compiling rustls v0.23.13
13632024-10-30T13:36:56.846Z Compiling toml_edit v0.19.15
13642024-10-30T13:36:58.091Z Compiling hyper v0.14.30
13652024-10-30T13:36:58.428Z Compiling serde_yaml v0.9.34+deprecated
13662024-10-30T13:37:02.320Z Compiling hyper-util v0.1.9
13672024-10-30T13:37:07.705Z Compiling lazy_static v1.5.0
13682024-10-30T13:37:07.847Z Compiling tokio-rustls v0.24.1
13692024-10-30T13:37:08.237Z Compiling tokio-rustls v0.26.0
13702024-10-30T13:37:08.287Z Compiling proc-macro-crate v1.3.1
13712024-10-30T13:37:08.710Z Compiling http-body-util v0.1.2
13722024-10-30T13:37:09.115Z Compiling webpki-roots v0.26.6
13732024-10-30T13:37:09.305Z Compiling base64 v0.21.7
13742024-10-30T13:37:09.336Z Compiling base64 v0.22.1
13752024-10-30T13:37:09.506Z Compiling crossbeam-utils v0.8.20
13762024-10-30T13:37:09.527Z Compiling hyper-rustls v0.27.3
13772024-10-30T13:37:09.540Z Compiling hyper-tls v0.6.0
13782024-10-30T13:37:09.770Z Compiling num_enum_derive v0.5.11
13792024-10-30T13:37:10.042Z Compiling rustls-pemfile v2.1.3
13802024-10-30T13:37:10.437Z Compiling rustls-pemfile v1.0.4
13812024-10-30T13:37:10.470Z Compiling hyper-rustls v0.24.2
13822024-10-30T13:37:10.826Z Compiling hyper-tls v0.5.0
13832024-10-30T13:37:10.917Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13842024-10-30T13:37:11.062Z Compiling typify v0.2.0
13852024-10-30T13:37:11.270Z Compiling ipnetwork v0.20.0
13862024-10-30T13:37:11.316Z Compiling ppv-lite86 v0.2.20
13872024-10-30T13:37:12.272Z Compiling foreign-types-macros v0.2.3
13882024-10-30T13:37:12.641Z Compiling rand_core v0.6.4
13892024-10-30T13:37:13.124Z Compiling dirs-sys-next v0.1.2
13902024-10-30T13:37:13.658Z Compiling sync_wrapper v1.0.1
13912024-10-30T13:37:13.813Z Compiling sync_wrapper v0.1.2
13922024-10-30T13:37:13.953Z Compiling webpki-roots v0.25.4
13932024-10-30T13:37:14.125Z Compiling powerfmt v0.2.0
13942024-10-30T13:37:14.171Z Compiling foreign-types-shared v0.3.1
13952024-10-30T13:37:14.295Z Compiling time-macros v0.2.18
13962024-10-30T13:37:14.611Z Compiling deranged v0.3.11
13972024-10-30T13:37:14.653Z Compiling foreign-types v0.5.0
13982024-10-30T13:37:14.712Z Compiling reqwest v0.11.27
13992024-10-30T13:37:14.771Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14002024-10-30T13:37:16.960Z Compiling progenitor-impl v0.8.0
14012024-10-30T13:37:17.359Z Compiling reqwest v0.12.8
14022024-10-30T13:37:21.565Z Compiling dirs-next v2.0.0
14032024-10-30T13:37:21.838Z Compiling rand_chacha v0.3.1
14042024-10-30T13:37:23.574Z Compiling num_enum v0.5.11
14052024-10-30T13:37:23.615Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
14062024-10-30T13:37:25.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14072024-10-30T13:37:25.785Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14082024-10-30T13:37:25.974Z Compiling cstr-argument v0.1.2
14092024-10-30T13:37:26.240Z Compiling thread_local v1.1.8
14102024-10-30T13:37:26.967Z Compiling num-conv v0.1.0
14112024-10-30T13:37:27.240Z Compiling pretty-hex v0.2.1
14122024-10-30T13:37:27.460Z Compiling arc-swap v1.7.1
14132024-10-30T13:37:28.164Z Compiling time-core v0.1.2
14142024-10-30T13:37:28.364Z Compiling either v1.13.0
14152024-10-30T13:37:28.448Z Compiling time v0.3.36
14162024-10-30T13:37:28.837Z Compiling itertools v0.12.1
14172024-10-30T13:37:29.598Z Compiling slog-scope v4.4.0
14182024-10-30T13:37:30.565Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14192024-10-30T13:37:30.961Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14202024-10-30T13:37:32.442Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14212024-10-30T13:37:32.699Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14222024-10-30T13:37:32.880Z Compiling crossbeam-channel v0.5.13
14232024-10-30T13:37:33.357Z Compiling progenitor-macro v0.8.0
14242024-10-30T13:37:34.507Z Compiling rand v0.8.5
14252024-10-30T13:37:36.436Z Compiling term v0.7.0
14262024-10-30T13:37:37.634Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14272024-10-30T13:37:41.098Z Compiling progenitor-client v0.8.0
14282024-10-30T13:37:41.763Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14292024-10-30T13:37:42.017Z Compiling anyhow v1.0.89
14302024-10-30T13:37:48.804Z Compiling colored v2.1.0
14312024-10-30T13:37:50.014Z Compiling is-terminal v0.4.13
14322024-10-30T13:37:50.150Z Compiling winnow v0.6.18
14332024-10-30T13:37:52.791Z Compiling take_mut v0.2.2
14342024-10-30T13:37:52.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14352024-10-30T13:37:53.321Z Compiling slog-async v2.8.0
14362024-10-30T13:37:54.427Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14372024-10-30T13:37:56.448Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14382024-10-30T13:37:56.676Z Compiling slog-term v2.9.1
14392024-10-30T13:37:59.531Z Compiling progenitor v0.8.0
14402024-10-30T13:37:59.735Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14412024-10-30T13:38:01.080Z Compiling slog-stdlog v4.1.1
14422024-10-30T13:38:01.936Z Compiling slog-envlogger v2.2.0
14432024-10-30T13:38:03.485Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14442024-10-30T13:38:03.798Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14452024-10-30T13:38:16.996Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14462024-10-30T13:38:24.407Z Finished `release` profile [optimized] target(s) in 2m 24s
14472024-10-30T13:38:24.529Z Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2)
14482024-10-30T13:38:24.594Z
14492024-10-30T13:38:24.594Zrunning 1 test
14502024-10-30T13:38:24.730Zconfigure zone
14512024-10-30T13:38:25.012Zinstall zone
14522024-10-30T13:39:24.594Ztest ddm::test_trio_v2_transit has been running for over 60 seconds
14532024-10-30T13:40:05.050Zboot zone
14542024-10-30T13:40:06.179Zstart zone s1
14552024-10-30T13:40:06.179Zconfigure zone
14562024-10-30T13:40:06.188Zinstall zone
14572024-10-30T13:41:40.537Zboot zone
14582024-10-30T13:41:41.498Zstart zone s2
14592024-10-30T13:41:41.499Zconfigure zone
14602024-10-30T13:41:41.507Zinstall zone
14612024-10-30T13:43:18.215Zboot zone
14622024-10-30T13:43:18.980Zstart zone t1
14632024-10-30T13:43:18.980Zconfigure zone
14642024-10-30T13:43:18.990Zinstall zone
14652024-10-30T13:44:53.054Zboot zone
14662024-10-30T13:44:53.968Zwaiting for zones to come up
14672024-10-30T13:45:03.968Z[sidecar.trio] svcs milestone/network
14682024-10-30T13:45:04.096ZSTATE STIME FMRI
14692024-10-30T13:45:04.096Zonline 6:40:23 svc:/milestone/network:default
14702024-10-30T13:45:04.096Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14712024-10-30T13:45:04.143Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14722024-10-30T13:45:04.193Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14732024-10-30T13:45:04.237Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14742024-10-30T13:45:04.243Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14752024-10-30T13:45:04.263Z
14762024-10-30T13:45:04.263Zrunning zone s1.trio setup
14772024-10-30T13:45:04.263Z[s1.trio] svcs milestone/network
14782024-10-30T13:45:04.285ZSTATE STIME FMRI
14792024-10-30T13:45:04.285Zonline 6:41:58 svc:/milestone/network:default
14802024-10-30T13:45:04.285Z[s1.trio] dladm
14812024-10-30T13:45:04.305ZLINK CLASS MTU STATE BRIDGE OVER
14822024-10-30T13:45:04.305Zsl0 simnet 9000 up -- ?
14832024-10-30T13:45:04.305Zmg2 vnic 9000 up -- ?
14842024-10-30T13:45:04.305Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14852024-10-30T13:45:04.888Z
14862024-10-30T13:45:04.888Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14872024-10-30T13:45:04.912Z
14882024-10-30T13:45:04.912Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14892024-10-30T13:45:04.932Z
14902024-10-30T13:45:04.932Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14912024-10-30T13:45:05.026Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14922024-10-30T13:45:05.077Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id ae4d6148-adb9-49e7-955b-96e5e85fd118 --sled-id b65c7c29-800f-4393-a5b8-d436fdea47e8 -a sl0/v6 &> /opt/ddmd.log &
14932024-10-30T13:45:05.098Z
14942024-10-30T13:45:05.098Zrunning zone s2.trio setup
14952024-10-30T13:45:05.098Z[s2.trio] svcs milestone/network
14962024-10-30T13:45:05.123ZSTATE STIME FMRI
14972024-10-30T13:45:05.123Zonline 6:43:36 svc:/milestone/network:default
14982024-10-30T13:45:05.123Z[s2.trio] dladm
14992024-10-30T13:45:05.145ZLINK CLASS MTU STATE BRIDGE OVER
15002024-10-30T13:45:05.145Zsl1 simnet 9000 up -- ?
15012024-10-30T13:45:05.145Zmg3 vnic 9000 up -- ?
15022024-10-30T13:45:05.145Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
15032024-10-30T13:45:05.720Z
15042024-10-30T13:45:05.720Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
15052024-10-30T13:45:05.744Z
15062024-10-30T13:45:05.744Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
15072024-10-30T13:45:05.764Z
15082024-10-30T13:45:05.764Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
15092024-10-30T13:45:05.812Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
15102024-10-30T13:45:05.836Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 16941845-6b84-4c05-b32e-963d4a922aea --sled-id 651e95b5-5c3e-4ae0-9215-53d550489898 -a sl1/v6 &> /opt/ddmd.log &
15112024-10-30T13:45:05.856Z
15122024-10-30T13:45:05.856Zrunning zone t1.trio setup
15132024-10-30T13:45:05.856Z[t1.trio] svcs milestone/network
15142024-10-30T13:45:05.878ZSTATE STIME FMRI
15152024-10-30T13:45:05.878Z- - svc:/milestone/network:default
15162024-10-30T13:45:06.878Z[t1.trio] svcs milestone/network
15172024-10-30T13:45:06.899ZSTATE STIME FMRI
15182024-10-30T13:45:06.899Z- - svc:/milestone/network:default
15192024-10-30T13:45:07.899Z[t1.trio] svcs milestone/network
15202024-10-30T13:45:07.921ZSTATE STIME FMRI
15212024-10-30T13:45:07.921Z- - svc:/milestone/network:default
15222024-10-30T13:45:08.921Z[t1.trio] svcs milestone/network
15232024-10-30T13:45:08.942ZSTATE STIME FMRI
15242024-10-30T13:45:08.942Z- - svc:/milestone/network:default
15252024-10-30T13:45:09.942Z[t1.trio] svcs milestone/network
15262024-10-30T13:45:09.963ZSTATE STIME FMRI
15272024-10-30T13:45:09.964Z- - svc:/milestone/network:default
15282024-10-30T13:45:10.963Z[t1.trio] svcs milestone/network
15292024-10-30T13:45:10.986ZSTATE STIME FMRI
15302024-10-30T13:45:10.986Z- - svc:/milestone/network:default
15312024-10-30T13:45:11.986Z[t1.trio] svcs milestone/network
15322024-10-30T13:45:12.008ZSTATE STIME FMRI
15332024-10-30T13:45:12.008Zoffline 6:45:10 svc:/milestone/network:default
15342024-10-30T13:45:13.008Z[t1.trio] svcs milestone/network
15352024-10-30T13:45:13.030ZSTATE STIME FMRI
15362024-10-30T13:45:13.030Zonline 6:45:11 svc:/milestone/network:default
15372024-10-30T13:45:13.030Z[t1.trio] dladm
15382024-10-30T13:45:13.051ZLINK CLASS MTU STATE BRIDGE OVER
15392024-10-30T13:45:13.051Ztfportrear0_0 simnet 9000 up -- ?
15402024-10-30T13:45:13.051Ztfportrear1_0 simnet 9000 up -- ?
15412024-10-30T13:45:13.051Zmg1 vnic 9000 up -- ?
15422024-10-30T13:45:13.051Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15432024-10-30T13:45:13.613Z
15442024-10-30T13:45:13.613Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15452024-10-30T13:45:13.636Z
15462024-10-30T13:45:13.636Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15472024-10-30T13:45:13.658Z
15482024-10-30T13:45:13.659Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15492024-10-30T13:45:13.679Z
15502024-10-30T13:45:13.679Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15512024-10-30T13:45:13.873Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15522024-10-30T13:45:13.878Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15532024-10-30T13:45:13.881Zwaiting 3s for copy of files to zone to complete ...
15542024-10-30T13:45:16.881Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15552024-10-30T13:45:16.922Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15562024-10-30T13:45:16.947Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15572024-10-30T13:45:17.039Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15582024-10-30T13:45:17.083Z[t1.trio] svcadm enable dendrite
15592024-10-30T13:45:17.132Z
15602024-10-30T13:45:17.132Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15612024-10-30T13:45:17.210Z
15622024-10-30T13:45:17.210Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15632024-10-30T13:45:17.257Z
15642024-10-30T13:45:17.257Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15652024-10-30T13:45:17.316Z
15662024-10-30T13:45:17.316Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15672024-10-30T13:45:17.361Z
15682024-10-30T13:45:17.361Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15692024-10-30T13:45:17.404Z
15702024-10-30T13:45:17.404Z[t1.trio] svcadm refresh dendrite:default
15712024-10-30T13:45:17.439Z
15722024-10-30T13:45:17.439Z[t1.trio] svcadm restart dendrite:default
15732024-10-30T13:45:17.476Z
15742024-10-30T13:45:17.476Zwait 10s for dendrite to come up ...
15752024-10-30T13:45:27.476Z[t1.trio] svcadm enable tfport
15762024-10-30T13:45:27.518Z
15772024-10-30T13:45:27.518Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15782024-10-30T13:45:27.537Z
15792024-10-30T13:45:27.537Z[t1.trio] ipadm
15802024-10-30T13:45:27.562ZADDROBJ TYPE STATE ADDR
15812024-10-30T13:45:27.562Zlo0/v4 static ok 127.0.0.1/8
15822024-10-30T13:45:27.562Zmg1/v4 static ok 10.0.0.3/24
15832024-10-30T13:45:27.562Zlo0/v6 static ok ::1/128
15842024-10-30T13:45:27.562Zlo0/u6 static ok fd00:3::1/64
15852024-10-30T13:45:27.562Ztfportrear0_0/v6 addrconf ok fe80::c0b0:64ff:fe3f:9375%tfportrear0_0/10
15862024-10-30T13:45:27.562Ztfportrear1_0/v6 addrconf ok fe80::9422:acff:fe48:2a60%tfportrear1_0/10
15872024-10-30T13:45:29.778Zinitial peering test passed
15882024-10-30T13:45:30.783Zadvertise from one passed
15892024-10-30T13:45:31.784Zadvertise from two passed
15902024-10-30T13:45:31.784Z[s1.trio] ping fd00:2::1
15912024-10-30T13:45:31.812Zfd00:2::1 is alive
15922024-10-30T13:45:31.812Z[s2.trio] ping fd00:1::1
15932024-10-30T13:45:31.833Zfd00:1::1 is alive
15942024-10-30T13:45:31.833Zconnectivity test passed
15952024-10-30T13:45:31.833Z[t1.trio] pkill ddmd
15962024-10-30T13:45:31.853Z
15972024-10-30T13:45:37.858Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/
15982024-10-30T13:45:37.896Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/
15992024-10-30T13:45:37.916Z[t1.trio] svcadm enable dendrite
16002024-10-30T13:45:37.956Z
16012024-10-30T13:45:37.956Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
16022024-10-30T13:45:38.000Z
16032024-10-30T13:45:38.000Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
16042024-10-30T13:45:38.044Z
16052024-10-30T13:45:38.044Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
16062024-10-30T13:45:38.088Z
16072024-10-30T13:45:38.088Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
16082024-10-30T13:45:38.134Z
16092024-10-30T13:45:38.134Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
16102024-10-30T13:45:38.178Z
16112024-10-30T13:45:38.178Z[t1.trio] svcadm refresh dendrite:default
16122024-10-30T13:45:38.215Z
16132024-10-30T13:45:38.215Z[t1.trio] svcadm restart dendrite:default
16142024-10-30T13:45:38.252Z
16152024-10-30T13:45:38.252Zwait 10s for dendrite to come up ...
16162024-10-30T13:45:48.252Z[t1.trio] svcadm enable tfport
16172024-10-30T13:45:48.295Z
16182024-10-30T13:45:48.295Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
16192024-10-30T13:45:48.315Z
16202024-10-30T13:45:48.315Z[t1.trio] ipadm
16212024-10-30T13:45:48.340ZADDROBJ TYPE STATE ADDR
16222024-10-30T13:45:48.340Zlo0/v4 static ok 127.0.0.1/8
16232024-10-30T13:45:48.340Zmg1/v4 static ok 10.0.0.3/24
16242024-10-30T13:45:48.340Zlo0/v6 static ok ::1/128
16252024-10-30T13:45:48.340Zlo0/u6 static ok fd00:3::1/64
16262024-10-30T13:45:48.340Ztfportrear0_0/v6 addrconf ok fe80::c0b0:64ff:fe3f:9375%tfportrear0_0/10
16272024-10-30T13:45:48.340Ztfportrear1_0/v6 addrconf ok fe80::9422:acff:fe48:2a60%tfportrear1_0/10
16282024-10-30T13:45:51.343Z[s1.trio] ping fd00:2::1
16292024-10-30T13:45:51.366Zfd00:2::1 is alive
16302024-10-30T13:45:51.366Z[s2.trio] ping fd00:1::1
16312024-10-30T13:45:51.386Zfd00:1::1 is alive
16322024-10-30T13:45:51.386Ztransit router restart passed
16332024-10-30T13:45:51.386Z[s1.trio] pkill ddmd
16342024-10-30T13:45:51.406Z
16352024-10-30T13:45:56.409Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 1007c922-ae86-4b0b-8190-f35fa49f282c --sled-id 5fa42186-9265-44c0-bbac-903148993f27 -a sl0/v6 &> /opt/ddmd.log &
16362024-10-30T13:45:56.430Z
16372024-10-30T13:45:59.435Z[s1.trio] ping fd00:2::1
16382024-10-30T13:45:59.459Zfd00:2::1 is alive
16392024-10-30T13:45:59.459Z[s2.trio] ping fd00:1::1
16402024-10-30T13:45:59.479Zfd00:1::1 is alive
16412024-10-30T13:45:59.479Zserver router restart passed
16422024-10-30T13:46:02.486Zpeer expiration recovery passed
16432024-10-30T13:46:03.487Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16442024-10-30T13:46:03.512Z3
16452024-10-30T13:46:03.512Zredundant advertise passed
16462024-10-30T13:46:04.514Ztunnel endpoint advertise passed
16472024-10-30T13:46:09.516Zredundant tunnel endpoint advertise passed
16482024-10-30T13:46:09.516Z[s1.trio] pkill ddmd
16492024-10-30T13:46:09.538Z
16502024-10-30T13:46:14.539Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 1aa7475f-2cef-475f-9412-a57efc224ed6 --sled-id a6516034-5e3c-46a2-8e12-83ccdd7c65ab -a sl0/v6 &> /opt/ddmd.log &
16512024-10-30T13:46:14.562Z
16522024-10-30T13:46:19.628Ztunnel router restart passed
16532024-10-30T13:46:20.631Ztunnel endpoint withdraw passed
16542024-10-30T13:46:20.646Z[t1.trio] pkill ddmd
16552024-10-30T13:46:20.673Z
16562024-10-30T13:46:20.673Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16572024-10-30T13:46:20.677Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16582024-10-30T13:46:23.164Z[s2.trio] pkill ddmd
16592024-10-30T13:46:23.184Z
16602024-10-30T13:46:23.184Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16612024-10-30T13:46:25.627Z[s1.trio] pkill ddmd
16622024-10-30T13:46:25.647Z
16632024-10-30T13:46:25.648Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16642024-10-30T13:46:28.178Z[sidecar.trio] pkill softnpu
16652024-10-30T13:46:28.200Z
16662024-10-30T13:46:28.200Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16672024-10-30T13:46:31.035Ztest ddm::test_trio_v2_transit ... ok
16682024-10-30T13:46:31.035Z
16692024-10-30T13:46:31.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 486.44s
16702024-10-30T13:46:31.038Z
16712024-10-30T13:46:31.070Z+ cleanup
16722024-10-30T13:46:31.072Z++ id -un
16732024-10-30T13:46:31.194Z++ id -gn
16742024-10-30T13:46:31.197Z+ pfexec chown -R build:build .
16752024-10-30T13:46:31.284Zprocess exited: duration 1068735 ms, exit code 0
 
16762024-10-30T13:46:31.294Zfound 4 output files
16772024-10-30T13:46:31.300Zuploading: /work/s1.trio.log (4207 bytes)
16782024-10-30T13:46:32.308Zuploaded: /work/s1.trio.log
16792024-10-30T13:46:32.308Zuploading: /work/s2.trio.log (9460 bytes)
16802024-10-30T13:46:33.320Zuploaded: /work/s2.trio.log
16812024-10-30T13:46:33.320Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16822024-10-30T13:46:34.330Zuploaded: /work/sidecar.trio-softnpu.log
16832024-10-30T13:46:34.330Zuploading: /work/t1.trio.log (25907 bytes)
16842024-10-30T13:46:35.340Zuploaded: /work/t1.trio.log