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

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

Buildomat Job: 01J8RDDDVMNW5DDHM12ZC9REPC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-27T00:18:18.812Zjob assigned to worker 01J8RDDRACT70MT7XQE942QBJ1 (queued for 1 m 7 s)
 
22024-09-27T00:18:28.648Zstarting task 0: "setup"
32024-09-27T00:18:28.657Z++ uname -s
42024-09-27T00:18:28.657Z+ kern=SunOS
52024-09-27T00:18:28.657Z+ case "$kern" in
62024-09-27T00:18:28.657Z+ groupadd -g 12345 build
72024-09-27T00:18:28.657Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-27T00:18:30.617Z+ zfs create -o mountpoint=/work rpool/work
92024-09-27T00:18:30.775Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-27T00:18:30.778Z+ home_fs=zfs
112024-09-27T00:18:30.778Z+ [[ zfs == autofs ]]
122024-09-27T00:18:30.778Z+ mkdir -p /home/build
132024-09-27T00:18:30.780Z+ chown build:build /home/build /work
142024-09-27T00:18:32.781Z+ chmod 0700 /home/build /work
152024-09-27T00:18:32.784Zprocess exited: duration 4193 ms, exit code 0
 
162024-09-27T00:18:32.792Zstarting task 1: "rust-toolchain"
172024-09-27T00:18:32.797Z+ printf ' * toolchain channel = "%s"
182024-09-27T00:18:32.797Z' stable
192024-09-27T00:18:32.797Z * toolchain channel = "stable"
202024-09-27T00:18:32.797Z+ printf ' * toolchain profile = "%s"
212024-09-27T00:18:32.797Z' default
222024-09-27T00:18:32.797Z * toolchain profile = "default"
232024-09-27T00:18:32.800Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-27T00:18:32.800Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-09-27T00:18:32.916Zinfo: downloading installer
262024-09-27T00:18:34.470Zinfo: profile set to 'default'
272024-09-27T00:18:34.471Zinfo: default host triple is x86_64-unknown-illumos
282024-09-27T00:18:34.474Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-09-27T00:18:34.609Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-09-27T00:18:34.609Zinfo: downloading component 'cargo'
312024-09-27T00:18:35.304Zinfo: downloading component 'clippy'
322024-09-27T00:18:35.562Zinfo: downloading component 'rust-docs'
332024-09-27T00:18:36.524Zinfo: downloading component 'rust-std'
342024-09-27T00:18:38.033Zinfo: downloading component 'rustc'
352024-09-27T00:18:43.389Zinfo: downloading component 'rustfmt'
362024-09-27T00:18:43.599Zinfo: installing component 'cargo'
372024-09-27T00:18:44.437Zinfo: installing component 'clippy'
382024-09-27T00:18:44.835Zinfo: installing component 'rust-docs'
392024-09-27T00:18:46.507Zinfo: installing component 'rust-std'
402024-09-27T00:18:48.378Zinfo: installing component 'rustc'
412024-09-27T00:18:54.064Zinfo: installing component 'rustfmt'
422024-09-27T00:18:54.537Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-09-27T00:18:54.537Z
442024-09-27T00:18:54.863Z stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-09-27T00:18:54.863Z
462024-09-27T00:18:54.882Z
472024-09-27T00:18:54.882ZRust is installed now. Great!
482024-09-27T00:18:54.882Z
492024-09-27T00:18:54.882ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-27T00:18:54.882Zenvironment variable. This has not been done automatically.
512024-09-27T00:18:54.882Z
522024-09-27T00:18:54.882ZTo configure your current shell, you need to source
532024-09-27T00:18:54.882Zthe corresponding env file under $HOME/.cargo.
542024-09-27T00:18:54.882Z
552024-09-27T00:18:54.882ZThis is usually done by running one of the following (note the leading DOT):
562024-09-27T00:18:54.882Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-27T00:18:54.882Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-27T00:18:54.882Z+ rustc --version
592024-09-27T00:18:54.897Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-09-27T00:18:54.900Zprocess exited: duration 22106 ms, exit code 0
 
612024-09-27T00:18:54.906Zstarting task 2: "authentication"
622024-09-27T00:18:54.926Zprocess exited: duration 20 ms, exit code 0
 
632024-09-27T00:18:54.933Zstarting task 3: "clone repository"
642024-09-27T00:18:54.937Z+ mkdir -p /work/oxidecomputer/maghemite
652024-09-27T00:18:54.940Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-09-27T00:18:54.977ZCloning into '/work/oxidecomputer/maghemite'...
672024-09-27T00:18:55.884Z+ cd /work/oxidecomputer/maghemite
682024-09-27T00:18:55.884Z+ git fetch origin b13b5b240f3967de753fd589b1036745d2770b52
692024-09-27T00:18:56.106ZFrom https://github.com/oxidecomputer/maghemite
702024-09-27T00:18:56.106Z * branch b13b5b240f3967de753fd589b1036745d2770b52 -> FETCH_HEAD
712024-09-27T00:18:56.112Z+ [[ -n hyper-v1-no-merge ]]
722024-09-27T00:18:56.115Z++ git branch --show-current
732024-09-27T00:18:56.118Z+ current=main
742024-09-27T00:18:56.118Z+ [[ main != hyper-v1-no-merge ]]
752024-09-27T00:18:56.118Z+ git branch -f hyper-v1-no-merge b13b5b240f3967de753fd589b1036745d2770b52
762024-09-27T00:18:56.123Z+ git checkout -f hyper-v1-no-merge
772024-09-27T00:18:56.133ZSwitched to branch 'hyper-v1-no-merge'
782024-09-27T00:18:56.136Z+ git reset --hard b13b5b240f3967de753fd589b1036745d2770b52
792024-09-27T00:18:56.147ZHEAD is now at b13b5b2 fix
802024-09-27T00:18:56.151Zprocess exited: duration 1215 ms, exit code 0
 
812024-09-27T00:18:56.158Zstarting task 4: "build"
822024-09-27T00:18:56.163Z++ cargo --version
832024-09-27T00:18:56.167Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-09-27T00:18:56.308Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-09-27T00:18:56.309Zinfo: downloading component 'cargo'
862024-09-27T00:18:57.205Zinfo: downloading component 'clippy'
872024-09-27T00:18:57.259Zinfo: downloading component 'rust-docs'
882024-09-27T00:18:58.265Zinfo: downloading component 'rust-std'
892024-09-27T00:18:59.946Zinfo: downloading component 'rustc'
902024-09-27T00:19:05.168Zinfo: downloading component 'rustfmt'
912024-09-27T00:19:05.380Zinfo: installing component 'cargo'
922024-09-27T00:19:06.257Zinfo: installing component 'clippy'
932024-09-27T00:19:06.663Zinfo: installing component 'rust-docs'
942024-09-27T00:19:08.281Zinfo: installing component 'rust-std'
952024-09-27T00:19:10.165Zinfo: installing component 'rustc'
962024-09-27T00:19:15.961Zinfo: installing component 'rustfmt'
972024-09-27T00:19:16.391Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-09-27T00:19:16.393Z++ rustc --version
992024-09-27T00:19:16.460Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-09-27T00:19:16.464Z++ dladm
1012024-09-27T00:19:16.469ZLINK CLASS MTU STATE BRIDGE OVER
1022024-09-27T00:19:16.469Zena0 phys 9216 up -- --
1032024-09-27T00:19:16.472Z++ ipadm
1042024-09-27T00:19:16.474ZADDROBJ TYPE STATE ADDR
1052024-09-27T00:19:16.474Zlo0/v4 static ok 127.0.0.1/8
1062024-09-27T00:19:16.474Zena0/dhcp dhcp ok 10.150.1.4/24
1072024-09-27T00:19:16.474Zlo0/v6 static ok ::1/128
1082024-09-27T00:19:16.474Z++ banner collect
1092024-09-27T00:19:16.476Z
1102024-09-27T00:19:16.476Z #### #### # # ###### #### #####
1112024-09-27T00:19:16.476Z # # # # # # # # # #
1122024-09-27T00:19:16.476Z # # # # # ##### # #
1132024-09-27T00:19:16.476Z # # # # # # # #
1142024-09-27T00:19:16.476Z # # # # # # # # # #
1152024-09-27T00:19:16.476Z #### #### ###### ###### ###### #### #
1162024-09-27T00:19:16.476Z
1172024-09-27T00:19:16.476Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-09-27T00:19:16.476Z++ repo=softnpu
1192024-09-27T00:19:16.476Z++ series=image
1202024-09-27T00:19:16.476Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-09-27T00:19:16.477Z++ name=softnpu
1222024-09-27T00:19:16.477Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-09-27T00:19:16.477Z++ mkdir -p download
1242024-09-27T00:19:16.480Z++ pushd download
1252024-09-27T00:19:16.480Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-09-27T00:19:16.480Z++ [[ ! -f softnpu ]]
1272024-09-27T00:19:16.480Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-09-27T00:19:16.486Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-09-27T00:19:16.486Z Dload Upload Total Spent Left Speed
1302024-09-27T00:19:17.002Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.4M
1312024-09-27T00:19:17.005Z++ popd
1322024-09-27T00:19:17.005Z/work/oxidecomputer/maghemite
1332024-09-27T00:19:17.005Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-09-27T00:19:17.005Z++ repo=sidecar-lite
1352024-09-27T00:19:17.005Z++ series=release
1362024-09-27T00:19:17.005Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-09-27T00:19:17.005Z++ name=libsidecar_lite.so
1382024-09-27T00:19:17.005Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-09-27T00:19:17.005Z++ mkdir -p download
1402024-09-27T00:19:17.008Z++ pushd download
1412024-09-27T00:19:17.008Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-09-27T00:19:17.008Z++ [[ ! -f libsidecar_lite.so ]]
1432024-09-27T00:19:17.009Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-09-27T00:19:17.014Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-09-27T00:19:17.014Z Dload Upload Total Spent Left Speed
1462024-09-27T00:19:17.459Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 20.3M 30 6371k 0 0 24.9M 0 --:--:-- --:--:-- --:--:-- 24.8M 100 20.3M 100 20.3M 0 0 45.6M 0 --:--:-- --:--:-- --:--:-- 45.6M
1472024-09-27T00:19:17.462Z++ popd
1482024-09-27T00:19:17.462Z/work/oxidecomputer/maghemite
1492024-09-27T00:19:17.466Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-09-27T00:19:17.466Z++ repo=sidecar-lite
1512024-09-27T00:19:17.466Z++ series=release
1522024-09-27T00:19:17.466Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-09-27T00:19:17.466Z++ name=scadm
1542024-09-27T00:19:17.466Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-09-27T00:19:17.466Z++ mkdir -p download
1562024-09-27T00:19:17.466Z++ pushd download
1572024-09-27T00:19:17.466Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-09-27T00:19:17.466Z++ [[ ! -f scadm ]]
1592024-09-27T00:19:17.466Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-09-27T00:19:17.473Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-09-27T00:19:17.473Z Dload Upload Total Spent Left Speed
1622024-09-27T00:19:17.993Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 44.1M 0 --:--:-- --:--:-- --:--:-- 44.2M
1632024-09-27T00:19:17.997Z++ popd
1642024-09-27T00:19:17.997Z/work/oxidecomputer/maghemite
1652024-09-27T00:19:17.997Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-09-27T00:19:17.997Z++ repo=dendrite
1672024-09-27T00:19:17.997Z++ series=image
1682024-09-27T00:19:17.997Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-09-27T00:19:17.997Z++ name=dendrite-softnpu.tar.gz
1702024-09-27T00:19:17.997Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-09-27T00:19:17.997Z++ mkdir -p download
1722024-09-27T00:19:17.997Z++ pushd download
1732024-09-27T00:19:17.998Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-09-27T00:19:17.998Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-09-27T00:19:17.998Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-09-27T00:19:18.003Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-09-27T00:19:18.004Z Dload Upload Total Spent Left Speed
1782024-09-27T00:19:18.721Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 37.5M 25 9859k 0 0 36.7M 0 0:00:01 --:--:-- 0:00:01 36.7M 100 37.5M 100 37.5M 0 0 52.4M 0 --:--:-- --:--:-- --:--:-- 52.3M
1792024-09-27T00:19:18.723Z++ popd
1802024-09-27T00:19:18.723Z/work/oxidecomputer/maghemite
1812024-09-27T00:19:18.723Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-09-27T00:19:18.723Z++ repo=maghemite
1832024-09-27T00:19:18.723Z++ series=release
1842024-09-27T00:19:18.724Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-09-27T00:19:18.724Z++ name=ddmd
1862024-09-27T00:19:18.724Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-09-27T00:19:18.724Z++ mkdir -p download
1882024-09-27T00:19:18.726Z++ pushd download
1892024-09-27T00:19:18.726Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-09-27T00:19:18.726Z++ [[ ! -f ddmd ]]
1912024-09-27T00:19:18.726Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-09-27T00:19:18.731Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-09-27T00:19:18.734Z Dload Upload Total Spent Left Speed
1942024-09-27T00:19:19.706Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 60 40.9M 60 24.6M 0 0 46.1M 0 --:--:-- --:--:-- --:--:-- 46.1M 100 40.9M 100 40.9M 0 0 42.1M 0 --:--:-- --:--:-- --:--:-- 42.0M
1952024-09-27T00:19:19.708Z++ popd
1962024-09-27T00:19:19.708Z/work/oxidecomputer/maghemite
1972024-09-27T00:19:19.708Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-09-27T00:19:19.708Z++ repo=maghemite
1992024-09-27T00:19:19.709Z++ series=release
2002024-09-27T00:19:19.709Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-09-27T00:19:19.709Z++ name=ddmadm
2022024-09-27T00:19:19.709Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-09-27T00:19:19.709Z++ mkdir -p download
2042024-09-27T00:19:19.711Z++ pushd download
2052024-09-27T00:19:19.711Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-09-27T00:19:19.711Z++ [[ ! -f ddmadm ]]
2072024-09-27T00:19:19.711Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-09-27T00:19:19.718Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-09-27T00:19:19.718Z Dload Upload Total Spent Left Speed
2102024-09-27T00:19:20.034Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 57.2M 0 --:--:-- --:--:-- --:--:-- 57.3M
2112024-09-27T00:19:20.036Z++ popd
2122024-09-27T00:19:20.036Z/work/oxidecomputer/maghemite
2132024-09-27T00:19:20.036Z++ pushd download
2142024-09-27T00:19:20.036Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-09-27T00:19:20.037Z++ chmod +x softnpu
2162024-09-27T00:19:20.039Z++ chmod +x scadm
2172024-09-27T00:19:20.042Z++ chmod +x ddmadm
2182024-09-27T00:19:20.042Z++ chmod +x ddmd
2192024-09-27T00:19:20.044Z++ mv ddmadm ddmadm-v2
2202024-09-27T00:19:20.047Z++ mv ddmd ddmd-v2
2212024-09-27T00:19:20.049Z++ rm -rf zones/dendrite
2222024-09-27T00:19:20.052Z++ mkdir -p zones/dendrite
2232024-09-27T00:19:20.052Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-09-27T00:19:20.812Z++ popd
2252024-09-27T00:19:20.812Z/work/oxidecomputer/maghemite
2262024-09-27T00:19:20.812Z++ banner install
2272024-09-27T00:19:20.815Z
2282024-09-27T00:19:20.815Z # # # #### ##### ## # #
2292024-09-27T00:19:20.815Z # ## # # # # # # #
2302024-09-27T00:19:20.815Z # # # # #### # # # # #
2312024-09-27T00:19:20.815Z # # # # # # ###### # #
2322024-09-27T00:19:20.815Z # # ## # # # # # # #
2332024-09-27T00:19:20.815Z # # # #### # # # ###### ######
2342024-09-27T00:19:20.815Z
2352024-09-27T00:19:20.817Z++ pkg info brand/sparse
2362024-09-27T00:19:20.817Z++ grep -qi installed
2372024-09-27T00:19:22.389Zpkg: info: no packages matching the following patterns you specified are
2382024-09-27T00:19:22.390Zinstalled on the system. Try querying remotely instead:
2392024-09-27T00:19:22.390Z
2402024-09-27T00:19:22.390Z brand/sparse
2412024-09-27T00:19:22.431Z++ [[ 1 != 0 ]]
2422024-09-27T00:19:22.431Z++ set -o errexit
2432024-09-27T00:19:22.431Z++ pfexec pkg install brand/sparse
2442024-09-27T00:19:28.191Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-09-27T00:19:30.860Z Startup: Caching catalogs ... Done
2462024-09-27T00:19:34.824ZPlanning: Solver setup ... Done
2472024-09-27T00:19:34.872ZPlanning: Running solver ... Done
2482024-09-27T00:19:34.934ZPlanning: Finding local manifests ... Done
2492024-09-27T00:19:34.947ZPlanning: Fetching manifests: 0/3 0% complete
2502024-09-27T00:19:35.039ZPlanning: Fetching manifests: 3/3 100% complete
2512024-09-27T00:19:35.237ZPlanning: Package planning ... Done
2522024-09-27T00:19:35.243ZPlanning: Merging actions ... Done
2532024-09-27T00:19:35.448ZPlanning: Checking for conflicting actions ... Done
2542024-09-27T00:19:37.462ZPlanning: Consolidating action changes ... Done
2552024-09-27T00:19:37.887ZPlanning: Evaluating mediators ... Done
2562024-09-27T00:19:37.956ZPlanning: Planning completed in 7.02 seconds
2572024-09-27T00:19:37.972Z Packages to install: 1
2582024-09-27T00:19:37.972Z Packages to update: 2
2592024-09-27T00:19:37.974Z Create boot environment: No
2602024-09-27T00:19:37.974ZCreate backup boot environment: Yes
2612024-09-27T00:19:38.052Z
2622024-09-27T00:19:38.052ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-09-27T00:19:44.624ZDownload: 918/1009 items 8.0/8.0MB 99% complete (3.9M/s)
2642024-09-27T00:19:45.177ZDownload: Completed 8.03 MB in 7.12 seconds (1.1M/s)
2652024-09-27T00:19:46.967Z Actions: 1/1419 actions (Removing old actions)
2662024-09-27T00:19:46.989Z Actions: 199/1419 actions (Installing new actions)
2672024-09-27T00:19:47.106Z Actions: 579/1419 actions (Updating modified actions)
2682024-09-27T00:19:47.426Z Actions: Completed 1419 actions in 0.46 seconds.
2692024-09-27T00:19:47.736Z Done
2702024-09-27T00:19:47.738Z Done
2712024-09-27T00:19:48.137Z Done
2722024-09-27T00:19:52.306Z Done
2732024-09-27T00:19:52.395Z Done
2742024-09-27T00:19:52.398Z Done
2752024-09-27T00:19:52.495Z Done
2762024-09-27T00:19:52.813Z++ set -o errexit
2772024-09-27T00:19:52.813Z++ set -o pipefail
2782024-09-27T00:19:52.813Z++ banner build
2792024-09-27T00:19:52.816Z
2802024-09-27T00:19:52.816Z ##### # # # # #####
2812024-09-27T00:19:52.816Z # # # # # # # #
2822024-09-27T00:19:52.816Z ##### # # # # # #
2832024-09-27T00:19:52.816Z # # # # # # # #
2842024-09-27T00:19:52.816Z # # # # # # # #
2852024-09-27T00:19:52.816Z ##### #### # ###### #####
2862024-09-27T00:19:52.816Z
2872024-09-27T00:19:52.816Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-09-27T00:19:53.025Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-09-27T00:19:53.224Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-09-27T00:19:53.417ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-09-27T00:19:53.417Z * [new branch] ci -> origin/ci
2922024-09-27T00:19:53.421Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2932024-09-27T00:19:53.421Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2942024-09-27T00:19:53.422Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2952024-09-27T00:19:53.422Z * [new branch] main -> origin/main
2962024-09-27T00:19:53.422Z * [new ref] -> origin/HEAD
2972024-09-27T00:19:53.431Z Updating crates.io index
2982024-09-27T00:19:53.434Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992024-09-27T00:19:54.114ZFrom https://github.com/oxidecomputer/falcon
3002024-09-27T00:19:54.114Z * [new ref] 10f3bff98d247d1e145a0dde82382cbed3628cdc -> refs/commit/10f3bff98d247d1e145a0dde82382cbed3628cdc
3012024-09-27T00:19:54.284Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3022024-09-27T00:19:55.387ZFrom https://github.com/oxidecomputer/dendrite
3032024-09-27T00:19:55.387Z * [new ref] 76c735d472e3badaeca08982e22496fccb1ce210 -> refs/commit/76c735d472e3badaeca08982e22496fccb1ce210
3042024-09-27T00:19:55.440Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052024-09-27T00:19:55.793ZFrom https://github.com/oxidecomputer/ispf
3062024-09-27T00:19:55.794Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3072024-09-27T00:19:55.800Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082024-09-27T00:19:56.215ZFrom https://github.com/oxidecomputer/netadm-sys
3092024-09-27T00:19:56.215Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3102024-09-27T00:19:56.227Z Updating git repository `https://github.com/oxidecomputer/omicron`
3112024-09-27T00:19:59.908ZFrom https://github.com/oxidecomputer/omicron
3122024-09-27T00:19:59.908Z * [new ref] 61e1b382ca76a2175d78a07cd82929de8bc1cd20 -> refs/commit/61e1b382ca76a2175d78a07cd82929de8bc1cd20
3132024-09-27T00:19:59.936Z * [new tag] dogfood -> dogfood
3142024-09-27T00:19:59.939Z * [new tag] v5 -> v5
3152024-09-27T00:19:59.939Z * [new tag] v6 -> v6
3162024-09-27T00:19:59.939Z * [new tag] v7 -> v7
3172024-09-27T00:19:59.939Z * [new tag] v8 -> v8
3182024-09-27T00:19:59.939Z * [new tag] v9 -> v9
3192024-09-27T00:20:00.284Z Updating git repository `https://github.com/oxidecomputer/opte`
3202024-09-27T00:20:01.264ZFrom https://github.com/oxidecomputer/opte
3212024-09-27T00:20:01.264Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3222024-09-27T00:20:01.309Z Updating git repository `https://github.com/illumos/smf-rs`
3232024-09-27T00:20:01.660ZFrom https://github.com/illumos/smf-rs
3242024-09-27T00:20:01.660Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3252024-09-27T00:20:01.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262024-09-27T00:20:02.487ZFrom https://github.com/oxidecomputer/maghemite
3272024-09-27T00:20:02.488Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3282024-09-27T00:20:02.505Z * [new tag] rift -> rift
3292024-09-27T00:20:02.508Z * [new tag] srp -> srp
3302024-09-27T00:20:02.508Z * [new tag] tie-spf -> tie-spf
3312024-09-27T00:20:02.542Z Updating git repository `https://github.com/oxidecomputer/zone`
3322024-09-27T00:20:02.926ZFrom https://github.com/oxidecomputer/zone
3332024-09-27T00:20:02.926Z * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5
3342024-09-27T00:20:02.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
3352024-09-27T00:20:04.035ZFrom https://github.com/oxidecomputer/propolis
3362024-09-27T00:20:04.035Z * [new ref] 399ce1a82665397c756d626854e39c25505e4a62 -> refs/commit/399ce1a82665397c756d626854e39c25505e4a62
3372024-09-27T00:20:04.123Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3382024-09-27T00:20:05.068ZFrom https://github.com/oxidecomputer/progenitor
3392024-09-27T00:20:05.068Z * [new ref] 921ce56db7ae9ce29ad234e9b3346eddbf4068f8 -> refs/commit/921ce56db7ae9ce29ad234e9b3346eddbf4068f8
3402024-09-27T00:20:05.089Z * [new tag] v0.1.1 -> v0.1.1
3412024-09-27T00:20:05.091Z * [new tag] v0.2.0 -> v0.2.0
3422024-09-27T00:20:05.091Z * [new tag] v0.3.0 -> v0.3.0
3432024-09-27T00:20:05.091Z * [new tag] v0.4.0 -> v0.4.0
3442024-09-27T00:20:05.091Z * [new tag] v0.5.0 -> v0.5.0
3452024-09-27T00:20:05.091Z * [new tag] v0.6.0 -> v0.6.0
3462024-09-27T00:20:05.091Z * [new tag] v0.7.0 -> v0.7.0
3472024-09-27T00:20:05.190Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3482024-09-27T00:20:05.570ZFrom https://github.com/oxidecomputer/dlpi-sys
3492024-09-27T00:20:05.570Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3502024-09-27T00:20:05.576Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3512024-09-27T00:20:05.959ZFrom https://github.com/jmesmon/rust-libzfs
3522024-09-27T00:20:05.959Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3532024-09-27T00:20:05.975Z * [new tag] v0.4.0 -> v0.4.0
3542024-09-27T00:20:05.990Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3552024-09-27T00:20:06.360ZFrom https://github.com/oxidecomputer/rusty-doors
3562024-09-27T00:20:06.360Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3572024-09-27T00:20:06.375Z Updating git repository `https://github.com/oxidecomputer/dropshot`
3582024-09-27T00:20:07.093ZFrom https://github.com/oxidecomputer/dropshot
3592024-09-27T00:20:07.093Z * [new ref] 2ad43f522a74c42bdb6bcaaef024801b853c1d3c -> refs/commit/2ad43f522a74c42bdb6bcaaef024801b853c1d3c
3602024-09-27T00:20:07.115Z * [new tag] v0.10.1 -> v0.10.1
3612024-09-27T00:20:07.118Z * [new tag] v0.11.0 -> v0.11.0
3622024-09-27T00:20:07.119Z * [new tag] v0.3.0 -> v0.3.0
3632024-09-27T00:20:07.119Z * [new tag] v0.4.0 -> v0.4.0
3642024-09-27T00:20:07.119Z * [new tag] v0.5.0 -> v0.5.0
3652024-09-27T00:20:07.119Z * [new tag] v0.5.1 -> v0.5.1
3662024-09-27T00:20:07.119Z * [new tag] v0.6.0 -> v0.6.0
3672024-09-27T00:20:07.119Z * [new tag] v0.7.0 -> v0.7.0
3682024-09-27T00:20:07.119Z * [new tag] v0.8.0 -> v0.8.0
3692024-09-27T00:20:07.119Z * [new tag] v0.9.0 -> v0.9.0
3702024-09-27T00:20:07.182Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3712024-09-27T00:20:07.643ZFrom https://github.com/oxidecomputer/maghemite
3722024-09-27T00:20:07.643Z * [new ref] 9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42 -> refs/commit/9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42
3732024-09-27T00:20:07.688Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3742024-09-27T00:20:08.029ZFrom https://github.com/oxidecomputer/serde_human_bytes
3752024-09-27T00:20:08.029Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3762024-09-27T00:20:08.049Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3772024-09-27T00:20:08.400ZFrom https://github.com/oxidecomputer/slog-error-chain
3782024-09-27T00:20:08.400Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3792024-09-27T00:20:08.431Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3802024-09-27T00:20:08.772ZFrom https://github.com/oxidecomputer/poptrie
3812024-09-27T00:20:08.772Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3822024-09-27T00:20:08.819Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3832024-09-27T00:20:09.157ZFrom https://github.com/illumos/libscf-sys
3842024-09-27T00:20:09.158Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3852024-09-27T00:20:09.186Z Updating git repository `https://github.com/oxidecomputer/typify`
3862024-09-27T00:20:11.494ZFrom https://github.com/oxidecomputer/typify
3872024-09-27T00:20:11.494Z * [new ref] aa84fe0a67133c6e4e2257fb175f82ef9a24e761 -> refs/commit/aa84fe0a67133c6e4e2257fb175f82ef9a24e761
3882024-09-27T00:20:11.552Z * [new tag] v0.0.10 -> v0.0.10
3892024-09-27T00:20:11.562Z * [new tag] v0.0.11 -> v0.0.11
3902024-09-27T00:20:11.562Z * [new tag] v0.0.12 -> v0.0.12
3912024-09-27T00:20:11.562Z * [new tag] v0.0.13 -> v0.0.13
3922024-09-27T00:20:11.562Z * [new tag] v0.0.14 -> v0.0.14
3932024-09-27T00:20:11.562Z * [new tag] v0.0.15 -> v0.0.15
3942024-09-27T00:20:11.562Z * [new tag] v0.0.16 -> v0.0.16
3952024-09-27T00:20:11.562Z * [new tag] v0.0.4 -> v0.0.4
3962024-09-27T00:20:11.562Z * [new tag] v0.0.5 -> v0.0.5
3972024-09-27T00:20:11.562Z * [new tag] v0.0.7 -> v0.0.7
3982024-09-27T00:20:11.563Z * [new tag] v0.0.8 -> v0.0.8
3992024-09-27T00:20:11.563Z * [new tag] v0.0.9 -> v0.0.9
4002024-09-27T00:20:11.563Z * [new tag] v0.1.0 -> v0.1.0
4012024-09-27T00:20:11.710Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4022024-09-27T00:20:12.350ZFrom https://github.com/oxidecomputer/management-gateway-service
4032024-09-27T00:20:12.352Z * [new ref] 319e7b92db69792ab8efa4c68554ad0cf83adf93 -> refs/commit/319e7b92db69792ab8efa4c68554ad0cf83adf93
4042024-09-27T00:20:12.438Z Updating git repository `https://github.com/oxidecomputer/crucible`
4052024-09-27T00:20:13.923ZFrom https://github.com/oxidecomputer/crucible
4062024-09-27T00:20:13.924Z * [new ref] e58ca3693cb9ce0438947beba10e97ee38a0966b -> refs/commit/e58ca3693cb9ce0438947beba10e97ee38a0966b
4072024-09-27T00:20:13.976Z Updating git repository `https://github.com/oxidecomputer/opte`
4082024-09-27T00:20:14.366ZFrom https://github.com/oxidecomputer/opte
4092024-09-27T00:20:14.366Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
4102024-09-27T00:20:15.051Z Downloading crates ...
4112024-09-27T00:20:15.164Z Downloaded autocfg v1.3.0
4122024-09-27T00:20:15.171Z Downloaded allocator-api2 v0.2.18
4132024-09-27T00:20:15.171Z Downloaded ciborium v0.2.2
4142024-09-27T00:20:15.171Z Downloaded byteorder v1.5.0
4152024-09-27T00:20:15.171Z Downloaded async-stream v0.3.5
4162024-09-27T00:20:15.174Z Downloaded anstyle v1.0.8
4172024-09-27T00:20:15.174Z Downloaded crunchy v0.2.2
4182024-09-27T00:20:15.174Z Downloaded cfg-if v1.0.0
4192024-09-27T00:20:15.174Z Downloaded camino-tempfile v1.1.1
4202024-09-27T00:20:15.176Z Downloaded base64ct v1.6.0
4212024-09-27T00:20:15.179Z Downloaded anstyle-query v1.1.1
4222024-09-27T00:20:15.185Z Downloaded dof v0.3.0
4232024-09-27T00:20:15.188Z Downloaded cstr-argument v0.1.2
4242024-09-27T00:20:15.191Z Downloaded pretty-hex v0.2.1
4252024-09-27T00:20:15.194Z Downloaded async-stream-impl v0.3.5
4262024-09-27T00:20:15.196Z Downloaded ciborium-io v0.2.2
4272024-09-27T00:20:15.202Z Downloaded atomic-waker v1.1.2
4282024-09-27T00:20:15.204Z Downloaded bitflags v1.3.2
4292024-09-27T00:20:15.207Z Downloaded blake2 v0.10.6
4302024-09-27T00:20:15.210Z Downloaded async-trait v0.1.83
4312024-09-27T00:20:15.214Z Downloaded progenitor-client v0.8.0
4322024-09-27T00:20:15.216Z Downloaded embedded-io v0.4.0
4332024-09-27T00:20:15.220Z Downloaded const-random-macro v0.1.16
4342024-09-27T00:20:15.220Z Downloaded deranged v0.3.11
4352024-09-27T00:20:15.220Z Downloaded clap_lex v0.7.2
4362024-09-27T00:20:15.222Z Downloaded data-encoding v2.6.0
4372024-09-27T00:20:15.225Z Downloaded sigpipe v0.1.3
4382024-09-27T00:20:15.225Z Downloaded dyn-clone v1.0.17
4392024-09-27T00:20:15.227Z Downloaded colorchoice v1.0.2
4402024-09-27T00:20:15.231Z Downloaded rustc_version v0.4.1
4412024-09-27T00:20:15.231Z Downloaded proc-macro-crate v3.2.0
4422024-09-27T00:20:15.233Z Downloaded rustc-hash v2.0.0
4432024-09-27T00:20:15.233Z Downloaded quinn-udp v0.5.5
4442024-09-27T00:20:15.236Z Downloaded foreign-types-shared v0.3.1
4452024-09-27T00:20:15.236Z Downloaded ciborium-ll v0.2.2
4462024-09-27T00:20:15.238Z Downloaded fixedbitset v0.4.2
4472024-09-27T00:20:15.240Z Downloaded enum-as-inner v0.6.0
4482024-09-27T00:20:15.244Z Downloaded rand_core v0.6.4
4492024-09-27T00:20:15.244Z Downloaded bytes v1.7.2
4502024-09-27T00:20:15.248Z Downloaded strum_macros v0.25.3
4512024-09-27T00:20:15.250Z Downloaded structmeta-derive v0.3.0
4522024-09-27T00:20:15.253Z Downloaded slog-bunyan v2.5.0
4532024-09-27T00:20:15.255Z Downloaded slog-dtrace v0.3.0
4542024-09-27T00:20:15.255Z Downloaded darling_macro v0.20.10
4552024-09-27T00:20:15.258Z Downloaded strsim v0.11.1
4562024-09-27T00:20:15.258Z Downloaded rustls-pemfile v1.0.4
4572024-09-27T00:20:15.260Z Downloaded crypto-common v0.1.6
4582024-09-27T00:20:15.263Z Downloaded slog-stdlog v4.1.1
4592024-09-27T00:20:15.266Z Downloaded serde_tokenstream v0.2.2
4602024-09-27T00:20:15.268Z Downloaded slog-json v2.6.1
4612024-09-27T00:20:15.271Z Downloaded slab v0.4.9
4622024-09-27T00:20:15.271Z Downloaded rhai_codegen v2.2.0
4632024-09-27T00:20:15.280Z Downloaded futures-sink v0.3.30
4642024-09-27T00:20:15.282Z Downloaded base64 v0.21.7
4652024-09-27T00:20:15.285Z Downloaded num_threads v0.1.7
4662024-09-27T00:20:15.289Z Downloaded openssl-macros v0.1.1
4672024-09-27T00:20:15.296Z Downloaded sync_wrapper v1.0.1
4682024-09-27T00:20:15.296Z Downloaded defmt-macros v0.3.9
4692024-09-27T00:20:15.296Z Downloaded strum v0.26.3
4702024-09-27T00:20:15.296Z Downloaded scroll_derive v0.12.0
4712024-09-27T00:20:15.299Z Downloaded rustversion v1.0.17
4722024-09-27T00:20:15.300Z Downloaded spin v0.9.8
4732024-09-27T00:20:15.303Z Downloaded sha2 v0.10.8
4742024-09-27T00:20:15.306Z Downloaded lazy_static v1.5.0
4752024-09-27T00:20:15.308Z Downloaded sync_wrapper v0.1.2
4762024-09-27T00:20:15.308Z Downloaded plain v0.2.3
4772024-09-27T00:20:15.312Z Downloaded smartstring v1.0.1
4782024-09-27T00:20:15.316Z Downloaded futures-task v0.3.30
4792024-09-27T00:20:15.316Z Downloaded futures-macro v0.3.30
4802024-09-27T00:20:15.319Z Downloaded proc-macro2 v1.0.86
4812024-09-27T00:20:15.319Z Downloaded dropshot_endpoint v0.12.0
4822024-09-27T00:20:15.322Z Downloaded derive_more v0.99.18
4832024-09-27T00:20:15.339Z Downloaded crossbeam-utils v0.8.20
4842024-09-27T00:20:15.345Z Downloaded rand_chacha v0.3.1
4852024-09-27T00:20:15.345Z Downloaded num-derive v0.3.3
4862024-09-27T00:20:15.345Z Downloaded progenitor v0.8.0
4872024-09-27T00:20:15.345Z Downloaded newtype-uuid v1.1.0
4882024-09-27T00:20:15.345Z Downloaded num-conv v0.1.0
4892024-09-27T00:20:15.345Z Downloaded newtype_derive v0.1.6
4902024-09-27T00:20:15.345Z Downloaded newline-converter v0.3.0
4912024-09-27T00:20:15.345Z Downloaded usdt-attr-macro v0.5.0
4922024-09-27T00:20:15.345Z Downloaded base64 v0.22.1
4932024-09-27T00:20:15.348Z Downloaded percent-encoding v2.3.1
4942024-09-27T00:20:15.352Z Downloaded serde_urlencoded v0.7.1
4952024-09-27T00:20:15.352Z Downloaded cpufeatures v0.2.13
4962024-09-27T00:20:15.352Z Downloaded paste v1.0.15
4972024-09-27T00:20:15.357Z Downloaded thread_local v1.1.8
4982024-09-27T00:20:15.360Z Downloaded serde_derive v1.0.210
4992024-09-27T00:20:15.369Z Downloaded clap_derive v4.5.13
5002024-09-27T00:20:15.369Z Downloaded untrusted v0.9.0
5012024-09-27T00:20:15.374Z Downloaded slog-scope v4.4.0
5022024-09-27T00:20:15.374Z Downloaded serde_spanned v0.6.7
5032024-09-27T00:20:15.374Z Downloaded rustc_version v0.1.7
5042024-09-27T00:20:15.374Z Downloaded hyper-rustls v0.24.2
5052024-09-27T00:20:15.374Z Downloaded http-body v1.0.1
5062024-09-27T00:20:15.377Z Downloaded structmeta v0.3.0
5072024-09-27T00:20:15.377Z Downloaded openssl-probe v0.1.5
5082024-09-27T00:20:15.381Z Downloaded smf v0.2.3
5092024-09-27T00:20:15.381Z Downloaded slog-envlogger v2.2.0
5102024-09-27T00:20:15.381Z Downloaded heck v0.5.0
5112024-09-27T00:20:15.384Z Downloaded thread-id v4.2.2
5122024-09-27T00:20:15.384Z Downloaded resolv-conf v0.7.0
5132024-09-27T00:20:15.387Z Downloaded tower-service v0.3.3
5142024-09-27T00:20:15.387Z Downloaded want v0.3.1
5152024-09-27T00:20:15.389Z Downloaded hostname v0.3.1
5162024-09-27T00:20:15.398Z Downloaded zeroize v1.8.1
5172024-09-27T00:20:15.398Z Downloaded quote v1.0.37
5182024-09-27T00:20:15.400Z Downloaded toml_datetime v0.6.8
5192024-09-27T00:20:15.400Z Downloaded num v0.4.3
5202024-09-27T00:20:15.400Z Downloaded usdt v0.5.0
5212024-09-27T00:20:15.400Z Downloaded prettyplease v0.2.22
5222024-09-27T00:20:15.403Z Downloaded darling v0.20.10
5232024-09-27T00:20:15.407Z Downloaded waitgroup v0.1.2
5242024-09-27T00:20:15.411Z Downloaded time-core v0.1.2
5252024-09-27T00:20:15.411Z Downloaded ident_case v1.0.1
5262024-09-27T00:20:15.418Z Downloaded num-iter v0.1.45
5272024-09-27T00:20:15.418Z Downloaded thiserror v1.0.64
5282024-09-27T00:20:15.428Z Downloaded utf8parse v0.2.2
5292024-09-27T00:20:15.428Z Downloaded macaddr v1.0.1
5302024-09-27T00:20:15.428Z Downloaded tracing-attributes v0.1.27
5312024-09-27T00:20:15.430Z Downloaded serde_yaml v0.9.34+deprecated
5322024-09-27T00:20:15.431Z Downloaded smallvec v1.13.2
5332024-09-27T00:20:15.431Z Downloaded http-body v0.4.6
5342024-09-27T00:20:15.435Z Downloaded hex v0.4.3
5352024-09-27T00:20:15.435Z Downloaded slog-async v2.8.0
5362024-09-27T00:20:15.438Z Downloaded ipnetwork v0.20.0
5372024-09-27T00:20:15.438Z Downloaded slog-term v2.9.1
5382024-09-27T00:20:15.441Z Downloaded pest_generator v2.7.11
5392024-09-27T00:20:15.441Z Downloaded ipnet v2.9.0
5402024-09-27T00:20:15.444Z Downloaded mime v0.3.17
5412024-09-27T00:20:15.444Z Downloaded http-body-util v0.1.2
5422024-09-27T00:20:15.447Z Downloaded managed v0.8.0
5432024-09-27T00:20:15.450Z Downloaded fxhash v0.2.1
5442024-09-27T00:20:15.450Z Downloaded zone_cfg_derive v0.3.0
5452024-09-27T00:20:15.450Z Downloaded heck v0.4.1
5462024-09-27T00:20:15.453Z Downloaded omicron-workspace-hack v0.1.0
5472024-09-27T00:20:15.453Z Downloaded num-complex v0.4.6
5482024-09-27T00:20:15.456Z Downloaded subtle v2.6.1
5492024-09-27T00:20:15.456Z Downloaded parking_lot_core v0.8.6
5502024-09-27T00:20:15.459Z Downloaded memmap v0.7.0
5512024-09-27T00:20:15.459Z Downloaded num-traits v0.2.19
5522024-09-27T00:20:15.462Z Downloaded try-lock v0.2.5
5532024-09-27T00:20:15.465Z Downloaded instant v0.1.13
5542024-09-27T00:20:15.465Z Downloaded tinyvec_macros v0.1.1
5552024-09-27T00:20:15.468Z Downloaded take_mut v0.2.2
5562024-09-27T00:20:15.468Z Downloaded hubpack_derive v0.1.1
5572024-09-27T00:20:15.468Z Downloaded highway v1.2.0
5582024-09-27T00:20:15.471Z Downloaded terminal_size v0.3.0
5592024-09-27T00:20:15.471Z Downloaded version_check v0.9.5
5602024-09-27T00:20:15.474Z Downloaded hyper-tls v0.6.0
5612024-09-27T00:20:15.477Z Downloaded tiny-keccak v2.0.2
5622024-09-27T00:20:15.477Z Downloaded tabwriter v1.4.0
5632024-09-27T00:20:15.480Z Downloaded num-rational v0.4.2
5642024-09-27T00:20:15.480Z Downloaded hubpack v0.1.2
5652024-09-27T00:20:15.483Z Downloaded httpdate v1.0.3
5662024-09-27T00:20:15.483Z Downloaded crossbeam-channel v0.5.13
5672024-09-27T00:20:15.487Z Downloaded match_cfg v0.1.0
5682024-09-27T00:20:15.490Z Downloaded parse-display-derive v0.10.0
5692024-09-27T00:20:15.490Z Downloaded socket2 v0.5.7
5702024-09-27T00:20:15.493Z Downloaded toml v0.8.19
5712024-09-27T00:20:15.496Z Downloaded thiserror-impl v1.0.64
5722024-09-27T00:20:15.500Z Downloaded similar v2.6.0
5732024-09-27T00:20:15.503Z Downloaded clap v4.5.17
5742024-09-27T00:20:15.512Z Downloaded generic-array v0.14.7
5752024-09-27T00:20:15.515Z Downloaded num_enum_derive v0.7.3
5762024-09-27T00:20:15.518Z Downloaded num_enum v0.7.3
5772024-09-27T00:20:15.520Z Downloaded humantime v2.1.0
5782024-09-27T00:20:15.523Z Downloaded typify-macro v0.2.0
5792024-09-27T00:20:15.523Z Downloaded hyper-tls v0.5.0
5802024-09-27T00:20:15.525Z Downloaded tokio-native-tls v0.3.1
5812024-09-27T00:20:15.530Z Downloaded time-macros v0.2.18
5822024-09-27T00:20:15.533Z Downloaded parse-display v0.10.0
5832024-09-27T00:20:15.533Z Downloaded pin-project-lite v0.2.14
5842024-09-27T00:20:15.536Z Downloaded term v0.7.0
5852024-09-27T00:20:15.540Z Downloaded is-terminal v0.4.13
5862024-09-27T00:20:15.543Z Downloaded log v0.4.22
5872024-09-27T00:20:15.546Z Downloaded unsafe-libyaml v0.2.11
5882024-09-27T00:20:15.549Z Downloaded iana-time-zone v0.1.60
5892024-09-27T00:20:15.552Z Downloaded tokio-rustls v0.26.0
5902024-09-27T00:20:15.552Z Downloaded linked-hash-map v0.5.6
5912024-09-27T00:20:15.555Z Downloaded is_terminal_polyfill v1.70.1
5922024-09-27T00:20:15.555Z Downloaded progenitor-impl v0.8.0
5932024-09-27T00:20:15.558Z Downloaded thin-vec v0.2.13
5942024-09-27T00:20:15.560Z Downloaded schemars v0.8.21
5952024-09-27T00:20:15.571Z Downloaded pin-utils v0.1.0
5962024-09-27T00:20:15.574Z Downloaded zone v0.3.0
5972024-09-27T00:20:15.574Z Downloaded tempfile v3.12.0
5982024-09-27T00:20:15.578Z Downloaded num_enum_derive v0.5.11
5992024-09-27T00:20:15.581Z Downloaded httparse v1.9.4
6002024-09-27T00:20:15.581Z Downloaded whoami v1.5.1
6012024-09-27T00:20:15.584Z Downloaded serde v1.0.210
6022024-09-27T00:20:15.587Z Downloaded unicode-ident v1.0.13
6032024-09-27T00:20:15.590Z Downloaded num_enum v0.5.11
6042024-09-27T00:20:15.594Z Downloaded getrandom v0.2.15
6052024-09-27T00:20:15.597Z Downloaded typify v0.2.0
6062024-09-27T00:20:15.601Z Downloaded tokio-rustls v0.25.0
6072024-09-27T00:20:15.603Z Downloaded lock_api v0.4.12
6082024-09-27T00:20:15.608Z Downloaded tokio-rustls v0.24.1
6092024-09-27T00:20:15.612Z Downloaded parking_lot_core v0.9.10
6102024-09-27T00:20:15.612Z Downloaded half v2.4.1
6112024-09-27T00:20:15.614Z Downloaded once_cell v1.19.0
6122024-09-27T00:20:15.618Z Downloaded password-hash v0.5.0
6132024-09-27T00:20:15.622Z Downloaded parking_lot v0.11.2
6142024-09-27T00:20:15.622Z Downloaded typenum v1.17.0
6152024-09-27T00:20:15.626Z Downloaded tinyvec v1.8.0
6162024-09-27T00:20:15.629Z Downloaded uuid v1.10.0
6172024-09-27T00:20:15.632Z Downloaded steno v0.4.1
6182024-09-27T00:20:15.635Z Downloaded hyper-rustls v0.27.3
6192024-09-27T00:20:15.638Z Downloaded openssl-sys v0.9.103
6202024-09-27T00:20:15.643Z Downloaded ucd-trie v0.1.6
6212024-09-27T00:20:15.654Z Downloaded parking_lot v0.12.3
6222024-09-27T00:20:15.662Z Downloaded mio v1.0.2
6232024-09-27T00:20:15.662Z Downloaded url v2.5.2
6242024-09-27T00:20:15.662Z Downloaded pest_meta v2.7.11
6252024-09-27T00:20:15.665Z Downloaded http v1.1.0
6262024-09-27T00:20:15.665Z Downloaded unicode-segmentation v1.11.0
6272024-09-27T00:20:15.668Z Downloaded futures-util v0.3.30
6282024-09-27T00:20:15.680Z Downloaded tracing-core v0.1.32
6292024-09-27T00:20:15.683Z Downloaded memchr v2.7.4
6302024-09-27T00:20:15.688Z Downloaded minimal-lexical v0.2.1
6312024-09-27T00:20:15.695Z Downloaded indexmap v2.5.0
6322024-09-27T00:20:15.699Z Downloaded hyper-util v0.1.9
6332024-09-27T00:20:15.704Z Downloaded clap_builder v4.5.17
6342024-09-27T00:20:15.710Z Downloaded zerocopy v0.6.6
6352024-09-27T00:20:15.713Z Downloaded hashbrown v0.12.3
6362024-09-27T00:20:15.729Z Downloaded tokio-util v0.7.11
6372024-09-27T00:20:15.733Z Downloaded libm v0.2.8
6382024-09-27T00:20:15.740Z Downloaded nom v7.1.3
6392024-09-27T00:20:15.754Z Downloaded time v0.3.36
6402024-09-27T00:20:15.754Z Downloaded hyper v1.4.1
6412024-09-27T00:20:15.761Z Downloaded reqwest v0.12.7
6422024-09-27T00:20:15.768Z Downloaded zerocopy v0.7.35
6432024-09-27T00:20:15.779Z Downloaded unicode-normalization v0.1.23
6442024-09-27T00:20:15.787Z Downloaded hashbrown v0.14.5
6452024-09-27T00:20:15.790Z Downloaded rustls-webpki v0.101.7
6462024-09-27T00:20:15.803Z Downloaded itertools v0.10.5
6472024-09-27T00:20:15.810Z Downloaded itertools v0.12.1
6482024-09-27T00:20:15.818Z Downloaded winnow v0.6.18
6492024-09-27T00:20:15.827Z Downloaded h2 v0.4.6
6502024-09-27T00:20:15.834Z Downloaded quinn-proto v0.11.8
6512024-09-27T00:20:15.842Z Downloaded winnow v0.5.40
6522024-09-27T00:20:15.851Z Downloaded idna v0.4.0
6532024-09-27T00:20:15.859Z Downloaded h2 v0.3.26
6542024-09-27T00:20:15.866Z Downloaded webpki-roots v0.25.4
6552024-09-27T00:20:15.870Z Downloaded dropshot v0.12.0
6562024-09-27T00:20:15.891Z Downloaded goblin v0.8.2
6572024-09-27T00:20:15.897Z Downloaded openssl v0.10.66
6582024-09-27T00:20:15.907Z Downloaded hyper v0.14.30
6592024-09-27T00:20:15.915Z Downloaded vcpkg v0.2.15
6602024-09-27T00:20:15.954Z Downloaded idna v0.5.0
6612024-09-27T00:20:15.962Z Downloaded regex v1.10.6
6622024-09-27T00:20:15.975Z Downloaded syn v1.0.109
6632024-09-27T00:20:15.986Z Downloaded hickory-proto v0.24.1
6642024-09-27T00:20:16.001Z Downloaded webpki-roots v0.26.5
6652024-09-27T00:20:16.005Z Downloaded regress v0.10.1
6662024-09-27T00:20:16.014Z Downloaded syn v2.0.77
6672024-09-27T00:20:16.026Z Downloaded smoltcp v0.11.0
6682024-09-27T00:20:16.038Z Downloaded typify-impl v0.2.0
6692024-09-27T00:20:16.054Z Downloaded rustls v0.22.4
6702024-09-27T00:20:16.067Z Downloaded rustix v0.38.35
6712024-09-27T00:20:16.089Z Downloaded unicode-width v0.1.13
6722024-09-27T00:20:16.097Z Downloaded rhai v1.19.0
6732024-09-27T00:20:16.109Z Downloaded regress v0.9.1
6742024-09-27T00:20:16.118Z Downloaded regex-syntax v0.8.4
6752024-09-27T00:20:16.127Z Downloaded openapiv3 v2.0.0
6762024-09-27T00:20:16.139Z Downloaded rustls v0.23.12
6772024-09-27T00:20:16.156Z Downloaded sled v0.34.7
6782024-09-27T00:20:16.166Z Downloaded rustls v0.21.12
6792024-09-27T00:20:16.177Z Downloaded rustls-webpki v0.102.7
6802024-09-27T00:20:16.196Z Downloaded chrono v0.4.38
6812024-09-27T00:20:16.201Z Downloaded reqwest v0.11.27
6822024-09-27T00:20:16.208Z Downloaded itertools v0.13.0
6832024-09-27T00:20:16.216Z Downloaded zerocopy-derive v0.6.6
6842024-09-27T00:20:16.226Z Downloaded toml_edit v0.22.20
6852024-09-27T00:20:16.246Z Downloaded heapless v0.8.0
6862024-09-27T00:20:16.250Z Downloaded serde_with v3.9.0
6872024-09-27T00:20:16.258Z Downloaded libc v0.2.158
6882024-09-27T00:20:16.286Z Downloaded regex-automata v0.4.7
6892024-09-27T00:20:16.302Z Downloaded serde_json v1.0.128
6902024-09-27T00:20:16.308Z Downloaded hickory-resolver v0.24.1
6912024-09-27T00:20:16.313Z Downloaded http v0.2.12
6922024-09-27T00:20:16.317Z Downloaded petgraph v0.6.5
6932024-09-27T00:20:16.334Z Downloaded tokio v1.40.0
6942024-09-27T00:20:16.371Z Downloaded expectorate v1.1.0
6952024-09-27T00:20:16.374Z Downloaded toml_edit v0.19.15
6962024-09-27T00:20:16.388Z Downloaded aho-corasick v1.1.3
6972024-09-27T00:20:16.394Z Downloaded pest v2.7.11
6982024-09-27T00:20:16.399Z Downloaded indexmap v1.9.3
6992024-09-27T00:20:16.402Z Downloaded unicode-bidi v0.3.15
7002024-09-27T00:20:16.405Z Downloaded tracing v0.1.40
7012024-09-27T00:20:16.408Z Downloaded tokio-macros v2.4.0
7022024-09-27T00:20:16.411Z Downloaded native-tls v0.2.12
7032024-09-27T00:20:16.413Z Downloaded multer v3.1.0
7042024-09-27T00:20:16.416Z Downloaded postcard v1.0.10
7052024-09-27T00:20:16.419Z Downloaded pkg-config v0.3.30
7062024-09-27T00:20:16.419Z Downloaded zerocopy-derive v0.7.35
7072024-09-27T00:20:16.421Z Downloaded rand v0.8.5
7082024-09-27T00:20:16.426Z Downloaded quinn v0.11.5
7092024-09-27T00:20:16.429Z Downloaded darling_core v0.20.10
7102024-09-27T00:20:16.433Z Downloaded cc v1.1.15
7112024-09-27T00:20:16.436Z Downloaded lru-cache v0.1.2
7122024-09-27T00:20:16.439Z Downloaded hostname v0.4.0
7132024-09-27T00:20:16.440Z Downloaded hash32 v0.3.1
7142024-09-27T00:20:16.442Z Downloaded sha1 v0.10.6
7152024-09-27T00:20:16.442Z Downloaded semver v1.0.23
7162024-09-27T00:20:16.444Z Downloaded usdt-impl v0.5.0
7172024-09-27T00:20:16.444Z Downloaded serde_with_macros v3.9.0
7182024-09-27T00:20:16.447Z Downloaded rustls-pemfile v2.1.3
7192024-09-27T00:20:16.450Z Downloaded pest_derive v2.7.11
7202024-09-27T00:20:16.450Z Downloaded num-integer v0.1.46
7212024-09-27T00:20:16.454Z Downloaded num-derive v0.4.2
7222024-09-27T00:20:16.456Z Downloaded encoding_rs v0.8.34
7232024-09-27T00:20:16.474Z Downloaded serde_derive_internals v0.29.1
7242024-09-27T00:20:16.478Z Downloaded semver v0.1.20
7252024-09-27T00:20:16.478Z Downloaded crossbeam-epoch v0.9.18
7262024-09-27T00:20:16.481Z Downloaded usdt-macro v0.5.0
7272024-09-27T00:20:16.481Z Downloaded stable_deref_trait v1.2.0
7282024-09-27T00:20:16.481Z Downloaded slog v2.7.0
7292024-09-27T00:20:16.483Z Downloaded sct v0.7.1
7302024-09-27T00:20:16.486Z Downloaded ryu v1.0.18
7312024-09-27T00:20:16.489Z Downloaded shlex v1.3.0
7322024-09-27T00:20:16.491Z Downloaded serde_path_to_error v0.1.16
7332024-09-27T00:20:16.491Z Downloaded scopeguard v1.2.0
7342024-09-27T00:20:16.494Z Downloaded futures-channel v0.3.30
7352024-09-27T00:20:16.494Z Downloaded schemars_derive v0.8.21
7362024-09-27T00:20:16.496Z Downloaded cookie v0.18.1
7372024-09-27T00:20:16.498Z Downloaded futures v0.3.30
7382024-09-27T00:20:16.502Z Downloaded itoa v1.0.11
7392024-09-27T00:20:16.505Z Downloaded proc-macro-error-attr v1.0.4
7402024-09-27T00:20:16.505Z Downloaded bitflags v2.6.0
7412024-09-27T00:20:16.507Z Downloaded futures-executor v0.3.30
7422024-09-27T00:20:16.510Z Downloaded form_urlencoded v1.2.1
7432024-09-27T00:20:16.510Z Downloaded foreign-types v0.5.0
7442024-09-27T00:20:16.512Z Downloaded derive-where v1.2.7
7452024-09-27T00:20:16.515Z Downloaded scroll v0.12.0
7462024-09-27T00:20:16.517Z Downloaded proc-macro-crate v1.3.1
7472024-09-27T00:20:16.517Z Downloaded strum_macros v0.26.4
7482024-09-27T00:20:16.520Z Downloaded serde_repr v0.1.19
7492024-09-27T00:20:16.522Z Downloaded either v1.13.0
7502024-09-27T00:20:16.522Z Downloaded defmt v0.3.8
7512024-09-27T00:20:16.525Z Downloaded rustls-pki-types v1.8.0
7522024-09-27T00:20:16.528Z Downloaded digest v0.10.7
7532024-09-27T00:20:16.530Z Downloaded convert_case v0.4.0
7542024-09-27T00:20:16.530Z Downloaded cobs v0.2.3
7552024-09-27T00:20:16.533Z Downloaded proc-macro-error v1.0.4
7562024-09-27T00:20:16.535Z Downloaded foreign-types v0.3.2
7572024-09-27T00:20:16.535Z Downloaded dirs-sys-next v0.1.2
7582024-09-27T00:20:16.535Z Downloaded defmt-parser v0.3.4
7592024-09-27T00:20:16.538Z Downloaded colored v2.1.0
7602024-09-27T00:20:16.538Z Downloaded camino v1.1.9
7612024-09-27T00:20:16.541Z Downloaded anyhow v1.0.88
7622024-09-27T00:20:16.543Z Downloaded quick-error v1.2.3
7632024-09-27T00:20:16.546Z Downloaded pretty-hex v0.4.1
7642024-09-27T00:20:16.546Z Downloaded crc32fast v1.4.2
7652024-09-27T00:20:16.549Z Downloaded anstream v0.6.15
7662024-09-27T00:20:16.551Z Downloaded console v0.15.8
7672024-09-27T00:20:16.554Z Downloaded futures-core v0.3.30
7682024-09-27T00:20:16.554Z Downloaded fastrand v2.1.1
7692024-09-27T00:20:16.558Z Downloaded argon2 v0.5.3
7702024-09-27T00:20:16.558Z Downloaded float-ord v0.3.2
7712024-09-27T00:20:16.558Z Downloaded debug-ignore v1.0.5
7722024-09-27T00:20:16.561Z Downloaded foreign-types-shared v0.1.1
7732024-09-27T00:20:16.561Z Downloaded equivalent v1.0.1
7742024-09-27T00:20:16.561Z Downloaded dtrace-parser v0.2.0
7752024-09-27T00:20:16.561Z Downloaded crc8 v0.1.1
7762024-09-27T00:20:16.561Z Downloaded crucible-workspace-hack v0.1.0
7772024-09-27T00:20:16.561Z Downloaded signal-hook-registry v1.4.2
7782024-09-27T00:20:16.564Z Downloaded static_assertions v1.1.0
7792024-09-27T00:20:16.564Z Downloaded progenitor-macro v0.8.0
7802024-09-27T00:20:16.566Z Downloaded powerfmt v0.2.0
7812024-09-27T00:20:16.566Z Downloaded futures-io v0.3.30
7822024-09-27T00:20:16.566Z Downloaded foreign-types-macros v0.2.3
7832024-09-27T00:20:16.569Z Downloaded fnv v1.0.7
7842024-09-27T00:20:16.569Z Downloaded errno v0.3.9
7852024-09-27T00:20:16.569Z Downloaded embedded-io v0.6.1
7862024-09-27T00:20:16.572Z Downloaded const-random v0.1.18
7872024-09-27T00:20:16.572Z Downloaded backoff v0.4.0
7882024-09-27T00:20:16.575Z Downloaded arc-swap v1.7.1
7892024-09-27T00:20:16.578Z Downloaded ppv-lite86 v0.2.20
7902024-09-27T00:20:16.578Z Downloaded dirs-next v2.0.0
7912024-09-27T00:20:16.581Z Downloaded block-buffer v0.10.4
7922024-09-27T00:20:16.581Z Downloaded anstyle-parse v0.2.5
7932024-09-27T00:20:16.581Z Downloaded ahash v0.8.11
7942024-09-27T00:20:16.711Z Downloaded ring v0.17.8
7952024-09-27T00:20:17.055Z Compiling proc-macro2 v1.0.86
7962024-09-27T00:20:17.055Z Compiling unicode-ident v1.0.13
7972024-09-27T00:20:17.055Z Compiling libc v0.2.158
7982024-09-27T00:20:17.058Z Compiling serde v1.0.210
7992024-09-27T00:20:17.058Z Compiling version_check v0.9.5
8002024-09-27T00:20:17.058Z Compiling autocfg v1.3.0
8012024-09-27T00:20:17.089Z Compiling cfg-if v1.0.0
8022024-09-27T00:20:17.253Z Compiling once_cell v1.19.0
8032024-09-27T00:20:17.273Z Compiling libm v0.2.8
8042024-09-27T00:20:17.293Z Compiling memchr v2.7.4
8052024-09-27T00:20:17.759Z Compiling shlex v1.3.0
8062024-09-27T00:20:17.942Z Compiling byteorder v1.5.0
8072024-09-27T00:20:18.143Z Compiling cc v1.1.15
8082024-09-27T00:20:18.475Z Compiling lock_api v0.4.12
8092024-09-27T00:20:18.527Z Compiling thiserror v1.0.64
8102024-09-27T00:20:18.870Z Compiling itoa v1.0.11
8112024-09-27T00:20:18.963Z Compiling parking_lot_core v0.9.10
8122024-09-27T00:20:19.065Z Compiling quote v1.0.37
8132024-09-27T00:20:19.345Z Compiling getrandom v0.2.15
8142024-09-27T00:20:19.569Z Compiling syn v2.0.77
8152024-09-27T00:20:19.722Z Compiling schemars v0.8.21
8162024-09-27T00:20:19.745Z Compiling ahash v0.8.11
8172024-09-27T00:20:19.784Z Compiling slab v0.4.9
8182024-09-27T00:20:19.838Z Compiling allocator-api2 v0.2.18
8192024-09-27T00:20:20.074Z Compiling ryu v1.0.18
8202024-09-27T00:20:20.097Z Compiling serde_json v1.0.128
8212024-09-27T00:20:20.138Z Compiling log v0.4.22
8222024-09-27T00:20:20.197Z Compiling pin-project-lite v0.2.14
8232024-09-27T00:20:20.357Z Compiling num-traits v0.2.19
8242024-09-27T00:20:20.572Z Compiling crunchy v0.2.2
8252024-09-27T00:20:20.775Z Compiling tiny-keccak v2.0.2
8262024-09-27T00:20:20.897Z Compiling scopeguard v1.2.0
8272024-09-27T00:20:21.150Z Compiling heck v0.5.0
8282024-09-27T00:20:21.192Z Compiling ring v0.17.8
8292024-09-27T00:20:21.592Z Compiling mio v1.0.2
8302024-09-27T00:20:21.600Z Compiling const-random-macro v0.1.16
8312024-09-27T00:20:22.020Z Compiling socket2 v0.5.7
8322024-09-27T00:20:22.301Z Compiling signal-hook-registry v1.4.2
8332024-09-27T00:20:22.387Z Compiling const-random v0.1.18
8342024-09-27T00:20:22.518Z Compiling equivalent v1.0.1
8352024-09-27T00:20:22.647Z Compiling httparse v1.9.4
8362024-09-27T00:20:23.248Z Compiling vcpkg v0.2.15
8372024-09-27T00:20:23.361Z Compiling pkg-config v0.3.30
8382024-09-27T00:20:23.988Z Compiling futures-core v0.3.30
8392024-09-27T00:20:24.068Z Compiling iana-time-zone v0.1.60
8402024-09-27T00:20:24.090Z Compiling fnv v1.0.7
8412024-09-27T00:20:24.266Z Compiling dyn-clone v1.0.17
8422024-09-27T00:20:24.289Z Compiling semver v1.0.23
8432024-09-27T00:20:24.334Z Compiling futures-sink v0.3.30
8442024-09-27T00:20:24.440Z Compiling slog v2.7.0
8452024-09-27T00:20:24.750Z Compiling openssl v0.10.66
8462024-09-27T00:20:24.764Z Compiling futures-channel v0.3.30
8472024-09-27T00:20:24.793Z Compiling tracing-core v0.1.32
8482024-09-27T00:20:24.854Z Compiling futures-io v0.3.30
8492024-09-27T00:20:24.871Z Compiling openssl-sys v0.9.103
8502024-09-27T00:20:24.933Z Compiling pin-utils v0.1.0
8512024-09-27T00:20:25.018Z Compiling futures-task v0.3.30
8522024-09-27T00:20:25.170Z Compiling native-tls v0.2.12
8532024-09-27T00:20:25.187Z Compiling spin v0.9.8
8542024-09-27T00:20:25.215Z Compiling untrusted v0.9.0
8552024-09-27T00:20:25.324Z Compiling typenum v1.17.0
8562024-09-27T00:20:25.415Z Compiling bitflags v2.6.0
8572024-09-27T00:20:25.442Z Compiling generic-array v0.14.7
8582024-09-27T00:20:25.517Z Compiling rustls v0.21.12
8592024-09-27T00:20:25.833Z Compiling aho-corasick v1.1.3
8602024-09-27T00:20:25.867Z Compiling regex-syntax v0.8.4
8612024-09-27T00:20:26.230Z Compiling ucd-trie v0.1.6
8622024-09-27T00:20:26.702Z Compiling serde_derive_internals v0.29.1
8632024-09-27T00:20:26.917Z Compiling try-lock v0.2.5
8642024-09-27T00:20:27.080Z Compiling want v0.3.1
8652024-09-27T00:20:27.384Z Compiling httpdate v1.0.3
8662024-09-27T00:20:29.115Z Compiling time-core v0.1.2
8672024-09-27T00:20:29.271Z Compiling tower-service v0.3.3
8682024-09-27T00:20:29.410Z Compiling num-conv v0.1.0
8692024-09-27T00:20:29.636Z Compiling regex-automata v0.4.7
8702024-09-27T00:20:29.704Z Compiling time-macros v0.2.18
8712024-09-27T00:20:30.142Z Compiling subtle v2.6.1
8722024-09-27T00:20:30.439Z Compiling tinyvec_macros v0.1.1
8732024-09-27T00:20:30.544Z Compiling percent-encoding v2.3.1
8742024-09-27T00:20:31.036Z Compiling anyhow v1.0.88
8752024-09-27T00:20:31.072Z Compiling form_urlencoded v1.2.1
8762024-09-27T00:20:31.578Z Compiling tinyvec v1.8.0
8772024-09-27T00:20:31.856Z Compiling usdt-impl v0.5.0
8782024-09-27T00:20:31.908Z Compiling serde_derive v1.0.210
8792024-09-27T00:20:32.240Z Compiling zerocopy-derive v0.7.35
8802024-09-27T00:20:32.695Z Compiling thiserror-impl v1.0.64
8812024-09-27T00:20:32.715Z Compiling tokio-macros v2.4.0
8822024-09-27T00:20:33.233Z Compiling schemars_derive v0.8.21
8832024-09-27T00:20:34.293Z Compiling futures-macro v0.3.30
8842024-09-27T00:20:34.336Z Compiling zerocopy v0.7.35
8852024-09-27T00:20:35.907Z Compiling tracing-attributes v0.1.27
8862024-09-27T00:20:36.234Z Compiling futures-util v0.3.30
8872024-09-27T00:20:36.289Z Compiling openssl-macros v0.1.1
8882024-09-27T00:20:36.368Z Compiling hashbrown v0.14.5
8892024-09-27T00:20:37.282Z Compiling scroll_derive v0.12.0
8902024-09-27T00:20:37.847Z Compiling regress v0.10.1
8912024-09-27T00:20:38.842Z Compiling pest v2.7.11
8922024-09-27T00:20:39.469Z Compiling tracing v0.1.40
8932024-09-27T00:20:40.192Z Compiling regex v1.10.6
8942024-09-27T00:20:41.202Z Compiling foreign-types-shared v0.1.1
8952024-09-27T00:20:41.338Z Compiling pest_meta v2.7.11
8962024-09-27T00:20:41.830Z Compiling foreign-types v0.3.2
8972024-09-27T00:20:41.937Z Compiling scroll v0.12.0
8982024-09-27T00:20:42.472Z Compiling unicode-normalization v0.1.23
8992024-09-27T00:20:43.171Z Compiling pest_generator v2.7.11
9002024-09-27T00:20:43.786Z Compiling plain v0.2.3
9012024-09-27T00:20:43.951Z Compiling unicode-bidi v0.3.15
9022024-09-27T00:20:44.040Z Compiling unsafe-libyaml v0.2.11
9032024-09-27T00:20:44.727Z Compiling goblin v0.8.2
9042024-09-27T00:20:45.459Z Compiling bytes v1.7.2
9052024-09-27T00:20:46.651Z Compiling smallvec v1.13.2
9062024-09-27T00:20:46.778Z Compiling indexmap v2.5.0
9072024-09-27T00:20:47.740Z Compiling parking_lot v0.12.3
9082024-09-27T00:20:48.024Z Compiling serde_tokenstream v0.2.2
9092024-09-27T00:20:48.277Z Compiling tokio v1.40.0
9102024-09-27T00:20:48.303Z Compiling uuid v1.10.0
9112024-09-27T00:20:48.597Z Compiling chrono v0.4.38
9122024-09-27T00:20:53.664Z Compiling http v0.2.12
9132024-09-27T00:20:54.130Z Compiling openapiv3 v2.0.0
9142024-09-27T00:20:55.651Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
9152024-09-27T00:20:56.025Z Compiling pest_derive v2.7.11
9162024-09-27T00:20:56.929Z Compiling http v1.1.0
9172024-09-27T00:20:56.949Z Compiling serde_yaml v0.9.34+deprecated
9182024-09-27T00:20:58.479Z Compiling tokio-util v0.7.11
9192024-09-27T00:21:00.532Z Compiling pretty-hex v0.4.1
9202024-09-27T00:21:00.724Z Compiling openssl-probe v0.1.5
9212024-09-27T00:21:00.746Z Compiling omicron-workspace-hack v0.1.0
9222024-09-27T00:21:00.764Z Compiling rustversion v1.0.17
9232024-09-27T00:21:01.078Z Compiling rustls-pki-types v1.8.0
9242024-09-27T00:21:01.554Z Compiling dof v0.3.0
9252024-09-27T00:21:01.605Z Compiling dtrace-parser v0.2.0
9262024-09-27T00:21:02.376Z Compiling idna v0.5.0
9272024-09-27T00:21:03.237Z Compiling rand_core v0.6.4
9282024-09-27T00:21:03.301Z Compiling thread-id v4.2.2
9292024-09-27T00:21:03.352Z Compiling encoding_rs v0.8.34
9302024-09-27T00:21:03.413Z Compiling camino v1.1.9
9312024-09-27T00:21:03.710Z Compiling rustls v0.22.4
9322024-09-27T00:21:04.019Z Compiling syn v1.0.109
9332024-09-27T00:21:04.046Z Compiling mime v0.3.17
9342024-09-27T00:21:04.615Z Compiling strsim v0.11.1
9352024-09-27T00:21:05.361Z Compiling url v2.5.2
9362024-09-27T00:21:06.543Z Compiling tokio-native-tls v0.3.1
9372024-09-27T00:21:06.985Z Compiling ipnetwork v0.20.0
9382024-09-27T00:21:07.586Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
9392024-09-27T00:21:07.673Z Compiling serde_urlencoded v0.7.1
9402024-09-27T00:21:10.760Z Compiling slog-async v2.8.0
9412024-09-27T00:21:11.269Z Compiling atomic-waker v1.1.2
9422024-09-27T00:21:11.577Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
9432024-09-27T00:21:11.724Z Compiling ipnet v2.9.0
9442024-09-27T00:21:12.291Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
9452024-09-27T00:21:14.753Z Compiling rustls-webpki v0.102.7
9462024-09-27T00:21:17.751Z Compiling toml_datetime v0.6.8
9472024-09-27T00:21:18.218Z Compiling ppv-lite86 v0.2.20
9482024-09-27T00:21:19.205Z Compiling multer v3.1.0
9492024-09-27T00:21:19.258Z Compiling ident_case v1.0.1
9502024-09-27T00:21:19.442Z Compiling paste v1.0.15
9512024-09-27T00:21:19.713Z Compiling zeroize v1.8.1
9522024-09-27T00:21:20.052Z Compiling darling_core v0.20.10
9532024-09-27T00:21:20.574Z Compiling rand_chacha v0.3.1
9542024-09-27T00:21:22.284Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
9552024-09-27T00:21:22.426Z Compiling usdt-macro v0.5.0
9562024-09-27T00:21:22.446Z Compiling usdt-attr-macro v0.5.0
9572024-09-27T00:21:24.013Z Compiling h2 v0.3.26
9582024-09-27T00:21:24.179Z Compiling http-body v0.4.6
9592024-09-27T00:21:24.802Z Compiling async-trait v0.1.83
9602024-09-27T00:21:26.130Z Compiling darling_macro v0.20.10
9612024-09-27T00:21:27.369Z Compiling rand v0.8.5
9622024-09-27T00:21:28.858Z Compiling rustls-webpki v0.101.7
9632024-09-27T00:21:28.963Z Compiling sct v0.7.1
9642024-09-27T00:21:29.217Z Compiling hyper v0.14.30
9652024-09-27T00:21:29.464Z Compiling async-stream-impl v0.3.5
9662024-09-27T00:21:31.284Z Compiling powerfmt v0.2.0
9672024-09-27T00:21:31.433Z Compiling crossbeam-utils v0.8.20
9682024-09-27T00:21:31.805Z Compiling deranged v0.3.11
9692024-09-27T00:21:33.581Z Compiling darling v0.20.10
9702024-09-27T00:21:33.711Z Compiling strum_macros v0.26.4
9712024-09-27T00:21:34.274Z Compiling structmeta-derive v0.3.0
9722024-09-27T00:21:37.133Z Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52)
9732024-09-27T00:21:37.529Z Compiling winnow v0.6.18
9742024-09-27T00:21:37.717Z Compiling num_threads v0.1.7
9752024-09-27T00:21:37.862Z Compiling base64 v0.22.1
9762024-09-27T00:21:38.643Z Compiling time v0.3.36
9772024-09-27T00:21:39.272Z Compiling structmeta v0.3.0
9782024-09-27T00:21:39.674Z Compiling tokio-rustls v0.24.1
9792024-09-27T00:21:40.121Z Compiling serde_with_macros v3.9.0
9802024-09-27T00:21:42.635Z Compiling crypto-common v0.1.6
9812024-09-27T00:21:42.868Z Compiling block-buffer v0.10.4
9822024-09-27T00:21:43.575Z Compiling base64 v0.21.7
9832024-09-27T00:21:44.702Z Compiling rustls-pemfile v1.0.4
9842024-09-27T00:21:45.443Z Compiling digest v0.10.7
9852024-09-27T00:21:46.045Z Compiling hyper-rustls v0.24.2
9862024-09-27T00:21:46.375Z Compiling parse-display-derive v0.10.0
9872024-09-27T00:21:46.471Z Compiling rustls-pemfile v2.1.3
9882024-09-27T00:21:47.240Z Compiling hyper-tls v0.5.0
9892024-09-27T00:21:48.413Z Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52)
9902024-09-27T00:21:48.916Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9912024-09-27T00:21:49.760Z Compiling dirs-sys-next v0.1.2
9922024-09-27T00:21:50.445Z Compiling sync_wrapper v0.1.2
9932024-09-27T00:21:50.592Z Compiling match_cfg v0.1.0
9942024-09-27T00:21:50.700Z Compiling webpki-roots v0.25.4
9952024-09-27T00:21:50.885Z Compiling reqwest v0.11.27
9962024-09-27T00:21:51.338Z Compiling hostname v0.3.1
9972024-09-27T00:21:51.425Z Compiling dirs-next v2.0.0
9982024-09-27T00:21:51.684Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9992024-09-27T00:21:53.009Z Compiling thread_local v1.1.8
10002024-09-27T00:21:53.830Z Compiling lazy_static v1.5.0
10012024-09-27T00:21:53.981Z Compiling cpufeatures v0.2.13
10022024-09-27T00:21:56.867Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
10032024-09-27T00:21:56.889Z Compiling term v0.7.0
10042024-09-27T00:21:58.385Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
10052024-09-27T00:21:58.533Z Compiling crossbeam-channel v0.5.13
10062024-09-27T00:21:59.330Z Compiling serde_spanned v0.6.7
10072024-09-27T00:22:00.095Z Compiling futures-executor v0.3.30
10082024-09-27T00:22:00.359Z Compiling memmap v0.7.0
10092024-09-27T00:22:00.785Z Compiling is-terminal v0.4.13
10102024-09-27T00:22:01.042Z Compiling instant v0.1.13
10112024-09-27T00:22:01.176Z Compiling rustix v0.38.35
10122024-09-27T00:22:01.219Z Compiling take_mut v0.2.2
10132024-09-27T00:22:02.220Z Compiling slog-term v2.9.1
10142024-09-27T00:22:02.490Z Compiling usdt v0.5.0
10152024-09-27T00:22:03.939Z Compiling futures v0.3.30
10162024-09-27T00:22:04.069Z Compiling toml_edit v0.22.20
10172024-09-27T00:22:04.242Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
10182024-09-27T00:22:04.451Z Compiling slog-json v2.6.1
10192024-09-27T00:22:04.985Z Compiling errno v0.3.9
10202024-09-27T00:22:05.254Z Compiling unicode-width v0.1.13
10212024-09-27T00:22:05.553Z Compiling heapless v0.8.0
10222024-09-27T00:22:08.415Z Compiling toml v0.8.19
10232024-09-27T00:22:11.142Z Compiling tokio-rustls v0.25.0
10242024-09-27T00:22:13.392Z Compiling slog-bunyan v2.5.0
10252024-09-27T00:22:13.679Z Compiling sha1 v0.10.6
10262024-09-27T00:22:14.497Z Compiling strum v0.26.3
10272024-09-27T00:22:14.705Z Compiling async-stream v0.3.5
10282024-09-27T00:22:15.026Z Compiling waitgroup v0.1.2
10292024-09-27T00:22:15.278Z Compiling serde_path_to_error v0.1.16
10302024-09-27T00:22:15.657Z Compiling hostname v0.4.0
10312024-09-27T00:22:15.677Z Compiling hash32 v0.3.1
10322024-09-27T00:22:15.925Z Compiling smoltcp v0.11.0
10332024-09-27T00:22:16.457Z Compiling stable_deref_trait v1.2.0
10342024-09-27T00:22:16.572Z Compiling debug-ignore v1.0.5
10352024-09-27T00:22:18.619Z Compiling serde_with v3.9.0
10362024-09-27T00:22:24.448Z Compiling newtype-uuid v1.1.0
10372024-09-27T00:22:24.710Z Compiling hex v0.4.3
10382024-09-27T00:22:24.795Z Compiling clap_derive v4.5.13
10392024-09-27T00:22:25.648Z Compiling winnow v0.5.40
10402024-09-27T00:22:25.674Z Compiling utf8parse v0.2.2
10412024-09-27T00:22:25.849Z Compiling bitflags v1.3.2
10422024-09-27T00:22:25.967Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10432024-09-27T00:22:26.375Z Compiling managed v0.8.0
10442024-09-27T00:22:26.907Z Compiling cobs v0.2.3
10452024-09-27T00:22:27.191Z Compiling heck v0.4.1
10462024-09-27T00:22:27.334Z Compiling postcard v1.0.10
10472024-09-27T00:22:28.236Z Compiling anstyle-parse v0.2.5
10482024-09-27T00:22:29.521Z Compiling toml_edit v0.19.15
10492024-09-27T00:22:29.549Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10502024-09-27T00:22:29.736Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
10512024-09-27T00:22:32.577Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
10522024-09-27T00:22:33.838Z Compiling backoff v0.4.0
10532024-09-27T00:22:34.226Z Compiling parse-display v0.10.0
10542024-09-27T00:22:35.182Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10552024-09-27T00:22:35.726Z Compiling macaddr v1.0.1
10562024-09-27T00:22:36.252Z Compiling regress v0.9.1
10572024-09-27T00:22:36.442Z Compiling is_terminal_polyfill v1.70.1
10582024-09-27T00:22:36.591Z Compiling anstyle-query v1.1.1
10592024-09-27T00:22:36.751Z Compiling anstyle v1.0.8
10602024-09-27T00:22:37.896Z Compiling colorchoice v1.0.2
10612024-09-27T00:22:38.076Z Compiling anstream v0.6.15
10622024-09-27T00:22:40.317Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
10632024-09-27T00:22:40.338Z Compiling proc-macro-crate v1.3.1
10642024-09-27T00:22:40.652Z Compiling terminal_size v0.3.0
10652024-09-27T00:22:41.902Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10662024-09-27T00:22:42.279Z Compiling clap_lex v0.7.2
10672024-09-27T00:22:42.814Z Compiling clap_builder v4.5.17
10682024-09-27T00:22:42.919Z Compiling num_enum_derive v0.5.11
10692024-09-27T00:22:45.468Z Compiling tabwriter v1.4.0
10702024-09-27T00:22:46.206Z Compiling foreign-types-macros v0.2.3
10712024-09-27T00:22:46.372Z Compiling num-integer v0.1.46
10722024-09-27T00:22:47.601Z Compiling foreign-types-shared v0.3.1
10732024-09-27T00:22:47.739Z Compiling foreign-types v0.5.0
10742024-09-27T00:22:47.878Z Compiling clap v4.5.17
10752024-09-27T00:22:48.038Z Compiling num_enum v0.5.11
10762024-09-27T00:22:50.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-09-27T00:22:51.009Z Compiling cstr-argument v0.1.2
10782024-09-27T00:22:51.030Z Compiling proc-macro-error-attr v1.0.4
10792024-09-27T00:22:51.647Z Compiling prettyplease v0.2.22
10802024-09-27T00:22:51.995Z Compiling pretty-hex v0.2.1
10812024-09-27T00:22:52.218Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10822024-09-27T00:22:52.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10832024-09-27T00:22:53.592Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10842024-09-27T00:22:55.112Z Compiling num-rational v0.4.2
10852024-09-27T00:22:55.395Z Compiling num-iter v0.1.45
10862024-09-27T00:22:55.998Z Compiling colored v2.1.0
10872024-09-27T00:22:57.616Z Compiling num-complex v0.4.6
10882024-09-27T00:22:58.232Z Compiling proc-macro-error v1.0.4
10892024-09-27T00:22:58.541Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10902024-09-27T00:22:58.591Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10912024-09-27T00:22:58.962Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10922024-09-27T00:22:59.174Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10932024-09-27T00:22:59.350Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-09-27T00:23:00.385Z Compiling num v0.4.3
10952024-09-27T00:23:02.773Z Compiling http-body v1.0.1
10962024-09-27T00:23:03.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10972024-09-27T00:23:03.819Z Compiling crucible-workspace-hack v0.1.0
10982024-09-27T00:23:03.923Z Compiling float-ord v0.3.2
10992024-09-27T00:23:04.102Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11002024-09-27T00:23:07.026Z Compiling h2 v0.4.6
11012024-09-27T00:23:11.211Z Compiling fastrand v2.1.1
11022024-09-27T00:23:11.889Z Compiling either v1.13.0
11032024-09-27T00:23:12.347Z Compiling semver v0.1.20
11042024-09-27T00:23:12.586Z Compiling itertools v0.10.5
11052024-09-27T00:23:12.930Z Compiling rustc_version v0.1.7
11062024-09-27T00:23:13.639Z Compiling hyper v1.4.1
11072024-09-27T00:23:14.416Z Compiling tempfile v3.12.0
11082024-09-27T00:23:16.003Z Compiling zone_cfg_derive v0.3.0
11092024-09-27T00:23:16.167Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11102024-09-27T00:23:17.601Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
11112024-09-27T00:23:18.105Z Compiling num-derive v0.4.2
11122024-09-27T00:23:19.099Z Compiling sigpipe v0.1.3
11132024-09-27T00:23:19.244Z Compiling unicode-segmentation v1.11.0
11142024-09-27T00:23:20.113Z Compiling rustls v0.23.12
11152024-09-27T00:23:20.401Z Compiling base64ct v1.6.0
11162024-09-27T00:23:20.481Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11172024-09-27T00:23:20.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
11182024-09-27T00:23:20.896Z Compiling newline-converter v0.3.0
11192024-09-27T00:23:21.088Z Compiling password-hash v0.5.0
11202024-09-27T00:23:21.105Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11212024-09-27T00:23:21.627Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11222024-09-27T00:23:22.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
11232024-09-27T00:23:23.260Z Compiling zone v0.3.0
11242024-09-27T00:23:24.305Z Compiling hyper-util v0.1.9
11252024-09-27T00:23:24.514Z Compiling camino-tempfile v1.1.1
11262024-09-27T00:23:25.287Z Compiling newtype_derive v0.1.6
11272024-09-27T00:23:25.445Z Compiling console v0.15.8
11282024-09-27T00:23:25.637Z Compiling blake2 v0.10.6
11292024-09-27T00:23:26.620Z Compiling hubpack_derive v0.1.1
11302024-09-27T00:23:26.835Z Compiling smf v0.2.3
11312024-09-27T00:23:27.566Z Compiling zerocopy-derive v0.6.6
11322024-09-27T00:23:28.222Z Compiling similar v2.6.0
11332024-09-27T00:23:28.540Z Compiling whoami v1.5.1
11342024-09-27T00:23:28.610Z Compiling hubpack v0.1.2
11352024-09-27T00:23:29.476Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11362024-09-27T00:23:29.500Z Compiling expectorate v1.1.0
11372024-09-27T00:23:29.695Z Compiling argon2 v0.5.3
11382024-09-27T00:23:29.723Z Compiling zerocopy v0.6.6
11392024-09-27T00:23:31.476Z Compiling http-body-util v0.1.2
11402024-09-27T00:23:32.075Z Compiling strum_macros v0.25.3
11412024-09-27T00:23:32.115Z Compiling typify-impl v0.2.0
11422024-09-27T00:23:32.416Z Compiling serde_repr v0.1.19
11432024-09-27T00:23:32.983Z Compiling cookie v0.18.1
11442024-09-27T00:23:33.349Z Compiling fixedbitset v0.4.2
11452024-09-27T00:23:33.700Z Compiling static_assertions v1.1.0
11462024-09-27T00:23:33.818Z Compiling petgraph v0.6.5
11472024-09-27T00:23:34.101Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11482024-09-27T00:23:34.574Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11492024-09-27T00:23:35.834Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
11502024-09-27T00:23:38.478Z Compiling tokio-rustls v0.26.0
11512024-09-27T00:23:39.210Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11522024-09-27T00:23:39.902Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11532024-09-27T00:23:40.161Z Compiling enum-as-inner v0.6.0
11542024-09-27T00:23:41.383Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11552024-09-27T00:23:42.621Z Compiling webpki-roots v0.26.5
11562024-09-27T00:23:42.865Z Compiling idna v0.4.0
11572024-09-27T00:23:44.191Z Compiling typify-macro v0.2.0
11582024-09-27T00:23:44.399Z Compiling data-encoding v2.6.0
11592024-09-27T00:23:46.437Z Compiling quick-error v1.2.3
11602024-09-27T00:23:46.603Z Compiling linked-hash-map v0.5.6
11612024-09-27T00:23:46.699Z Compiling highway v1.2.0
11622024-09-27T00:23:47.020Z Compiling convert_case v0.4.0
11632024-09-27T00:23:47.798Z Compiling derive_more v0.99.18
11642024-09-27T00:23:48.131Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11652024-09-27T00:23:48.203Z Compiling lru-cache v0.1.2
11662024-09-27T00:23:48.444Z Compiling resolv-conf v0.7.0
11672024-09-27T00:23:50.041Z Compiling hickory-proto v0.24.1
11682024-09-27T00:23:50.607Z Compiling hyper-rustls v0.27.3
11692024-09-27T00:23:51.203Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11702024-09-27T00:23:51.515Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11712024-09-27T00:23:51.626Z Compiling steno v0.4.1
11722024-09-27T00:23:51.996Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11732024-09-27T00:23:54.645Z Compiling hyper-tls v0.6.0
11742024-09-27T00:23:55.106Z Compiling derive-where v1.2.7
11752024-09-27T00:23:55.112Z Compiling sync_wrapper v1.0.1
11762024-09-27T00:23:55.262Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-09-27T00:23:55.628Z Compiling slog-dtrace v0.3.0
11782024-09-27T00:23:56.003Z Compiling parking_lot_core v0.8.6
11792024-09-27T00:23:56.484Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11802024-09-27T00:23:56.655Z Compiling humantime v2.1.0
11812024-09-27T00:23:57.531Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11822024-09-27T00:23:58.467Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11832024-09-27T00:23:58.772Z Compiling reqwest v0.12.7
11842024-09-27T00:24:00.799Z Compiling hickory-resolver v0.24.1
11852024-09-27T00:24:03.071Z Compiling num-derive v0.3.3
11862024-09-27T00:24:05.399Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11872024-09-27T00:24:05.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11882024-09-27T00:24:05.918Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11892024-09-27T00:24:06.174Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11902024-09-27T00:24:09.004Z Compiling typify v0.2.0
11912024-09-27T00:24:10.407Z Compiling dropshot v0.12.0
11922024-09-27T00:24:10.854Z Compiling progenitor-impl v0.8.0
11932024-09-27T00:24:10.890Z Compiling parking_lot v0.11.2
11942024-09-27T00:24:13.030Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-09-27T00:24:13.186Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11962024-09-27T00:24:15.979Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#76c735d4)
11972024-09-27T00:24:17.600Z Compiling crossbeam-epoch v0.9.18
11982024-09-27T00:24:18.733Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
11992024-09-27T00:24:22.050Z Compiling dropshot_endpoint v0.12.0
12002024-09-27T00:24:23.324Z Compiling fxhash v0.2.1
12012024-09-27T00:24:23.564Z Compiling crc32fast v1.4.2
12022024-09-27T00:24:24.099Z Compiling crc8 v0.1.1
12032024-09-27T00:24:24.418Z Compiling arc-swap v1.7.1
12042024-09-27T00:24:25.251Z Compiling slog-scope v4.4.0
12052024-09-27T00:24:25.899Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#76c735d4)
12062024-09-27T00:24:26.885Z Compiling sled v0.34.7
12072024-09-27T00:24:28.900Z Compiling progenitor-macro v0.8.0
12082024-09-27T00:24:34.213Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382)
12092024-09-27T00:24:44.561Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12102024-09-27T00:24:49.401Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
12112024-09-27T00:24:56.001Z Compiling progenitor-client v0.8.0
12122024-09-27T00:24:56.679Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
12132024-09-27T00:24:56.913Z Compiling progenitor v0.8.0
12142024-09-27T00:24:57.148Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12152024-09-27T00:24:57.196Z Compiling slog-stdlog v4.1.1
12162024-09-27T00:24:57.990Z Compiling slog-envlogger v2.2.0
12172024-09-27T00:25:00.711Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12182024-09-27T00:25:29.336Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12192024-09-27T00:25:29.336Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12202024-09-27T00:25:37.371Z Finished `release` profile [optimized] target(s) in 5m 44s
12212024-09-27T00:25:37.690Z+ banner trio
12222024-09-27T00:25:37.693Z
12232024-09-27T00:25:37.693Z ##### ##### # ####
12242024-09-27T00:25:37.693Z # # # # # #
12252024-09-27T00:25:37.693Z # # # # # #
12262024-09-27T00:25:37.693Z # ##### # # #
12272024-09-27T00:25:37.693Z # # # # # #
12282024-09-27T00:25:37.693Z # # # # ####
12292024-09-27T00:25:37.693Z
12302024-09-27T00:25:37.693Z+ pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture
12312024-09-27T00:25:38.179Z Compiling cfg-if v1.0.0
12322024-09-27T00:25:38.179Z Compiling libc v0.2.158
12332024-09-27T00:25:38.182Z Compiling serde v1.0.210
12342024-09-27T00:25:38.182Z Compiling once_cell v1.19.0
12352024-09-27T00:25:38.182Z Compiling itoa v1.0.11
12362024-09-27T00:25:38.249Z Compiling byteorder v1.5.0
12372024-09-27T00:25:38.261Z Compiling syn v2.0.77
12382024-09-27T00:25:38.267Z Compiling bytes v1.7.2
12392024-09-27T00:25:38.307Z Compiling num-traits v0.2.19
12402024-09-27T00:25:38.452Z Compiling zerocopy v0.7.35
12412024-09-27T00:25:38.627Z Compiling pin-project-lite v0.2.14
12422024-09-27T00:25:38.641Z Compiling ahash v0.8.11
12432024-09-27T00:25:38.677Z Compiling memchr v2.7.4
12442024-09-27T00:25:38.690Z Compiling schemars v0.8.21
12452024-09-27T00:25:38.734Z Compiling smallvec v1.13.2
12462024-09-27T00:25:38.855Z Compiling allocator-api2 v0.2.18
12472024-09-27T00:25:39.034Z Compiling scopeguard v1.2.0
12482024-09-27T00:25:39.218Z Compiling lock_api v0.4.12
12492024-09-27T00:25:39.665Z Compiling getrandom v0.2.15
12502024-09-27T00:25:39.710Z Compiling hashbrown v0.14.5
12512024-09-27T00:25:39.721Z Compiling parking_lot_core v0.9.10
12522024-09-27T00:25:39.741Z Compiling signal-hook-registry v1.4.2
12532024-09-27T00:25:40.017Z Compiling mio v1.0.2
12542024-09-27T00:25:40.086Z Compiling parking_lot v0.12.3
12552024-09-27T00:25:40.565Z Compiling socket2 v0.5.7
12562024-09-27T00:25:40.696Z Compiling fnv v1.0.7
12572024-09-27T00:25:40.832Z Compiling log v0.4.22
12582024-09-27T00:25:41.209Z Compiling futures-core v0.3.30
12592024-09-27T00:25:41.381Z Compiling ryu v1.0.18
12602024-09-27T00:25:41.409Z Compiling equivalent v1.0.1
12612024-09-27T00:25:41.438Z Compiling tracing-core v0.1.32
12622024-09-27T00:25:41.517Z Compiling serde_json v1.0.128
12632024-09-27T00:25:41.551Z Compiling uuid v1.10.0
12642024-09-27T00:25:41.692Z Compiling regress v0.10.1
12652024-09-27T00:25:41.940Z Compiling futures-sink v0.3.30
12662024-09-27T00:25:42.094Z Compiling spin v0.9.8
12672024-09-27T00:25:42.115Z Compiling pin-utils v0.1.0
12682024-09-27T00:25:42.177Z Compiling futures-task v0.3.30
12692024-09-27T00:25:42.203Z Compiling untrusted v0.9.0
12702024-09-27T00:25:42.214Z Compiling slab v0.4.9
12712024-09-27T00:25:42.373Z Compiling ring v0.17.8
12722024-09-27T00:25:42.398Z Compiling futures-util v0.3.30
12732024-09-27T00:25:42.511Z Compiling try-lock v0.2.5
12742024-09-27T00:25:42.670Z Compiling want v0.3.1
12752024-09-27T00:25:42.948Z Compiling httparse v1.9.4
12762024-09-27T00:25:43.343Z Compiling chrono v0.4.38
12772024-09-27T00:25:43.892Z Compiling futures-channel v0.3.30
12782024-09-27T00:25:44.066Z Compiling dyn-clone v1.0.17
12792024-09-27T00:25:44.269Z Compiling foreign-types-shared v0.1.1
12802024-09-27T00:25:44.343Z Compiling tower-service v0.3.3
12812024-09-27T00:25:44.373Z Compiling foreign-types v0.3.2
12822024-09-27T00:25:44.469Z Compiling openssl-sys v0.9.103
12832024-09-27T00:25:44.784Z Compiling unicode-ident v1.0.13
12842024-09-27T00:25:44.977Z Compiling serde_derive_internals v0.29.1
12852024-09-27T00:25:45.400Z Compiling bitflags v2.6.0
12862024-09-27T00:25:45.416Z Compiling proc-macro2 v1.0.86
12872024-09-27T00:25:45.749Z Compiling http v1.1.0
12882024-09-27T00:25:45.914Z Compiling semver v1.0.23
12892024-09-27T00:25:46.398Z Compiling tinyvec_macros v0.1.1
12902024-09-27T00:25:46.421Z Compiling openssl-probe v0.1.5
12912024-09-27T00:25:46.488Z Compiling tinyvec v1.8.0
12922024-09-27T00:25:47.010Z Compiling quote v1.0.37
12932024-09-27T00:25:47.261Z Compiling percent-encoding v2.3.1
12942024-09-27T00:25:47.734Z Compiling form_urlencoded v1.2.1
12952024-09-27T00:25:48.250Z Compiling unicode-normalization v0.1.23
12962024-09-27T00:25:49.137Z Compiling http v0.2.12
12972024-09-27T00:25:49.522Z Compiling aho-corasick v1.1.3
12982024-09-27T00:25:50.218Z Compiling heck v0.5.0
12992024-09-27T00:25:50.353Z Compiling rustls-pki-types v1.8.0
13002024-09-27T00:25:50.479Z Compiling serde_derive v1.0.210
13012024-09-27T00:25:50.510Z Compiling zerocopy-derive v0.7.35
13022024-09-27T00:25:50.927Z Compiling thiserror-impl v1.0.64
13032024-09-27T00:25:51.536Z Compiling tokio-macros v2.4.0
13042024-09-27T00:25:51.643Z Compiling schemars_derive v0.8.21
13052024-09-27T00:25:53.177Z Compiling tokio v1.40.0
13062024-09-27T00:25:53.836Z Compiling tracing-attributes v0.1.27
13072024-09-27T00:25:53.974Z Compiling thiserror v1.0.64
13082024-09-27T00:25:54.118Z Compiling openssl-macros v0.1.1
13092024-09-27T00:25:54.717Z Compiling unicode-bidi v0.3.15
13102024-09-27T00:25:54.963Z Compiling openssl v0.10.66
13112024-09-27T00:25:55.334Z Compiling regex-automata v0.4.7
13122024-09-27T00:25:57.211Z Compiling tracing v0.1.40
13132024-09-27T00:25:57.778Z Compiling idna v0.5.0
13142024-09-27T00:25:57.889Z Compiling http-body v1.0.1
13152024-09-27T00:26:02.243Z Compiling native-tls v0.2.12
13162024-09-27T00:26:03.305Z Compiling tokio-util v0.7.11
13172024-09-27T00:26:03.418Z Compiling tokio-native-tls v0.3.1
13182024-09-27T00:26:05.196Z Compiling indexmap v2.5.0
13192024-09-27T00:26:07.188Z Compiling serde_tokenstream v0.2.2
13202024-09-27T00:26:07.809Z Compiling slog v2.7.0
13212024-09-27T00:26:08.325Z Compiling regex-syntax v0.8.4
13222024-09-27T00:26:09.550Z Compiling atomic-waker v1.1.2
13232024-09-27T00:26:09.750Z Compiling h2 v0.4.6
13242024-09-27T00:26:10.462Z Compiling typify-impl v0.2.0
13252024-09-27T00:26:11.862Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
13262024-09-27T00:26:21.489Z Compiling openapiv3 v2.0.0
13272024-09-27T00:26:22.650Z Compiling serde_urlencoded v0.7.1
13282024-09-27T00:26:23.266Z Compiling regex v1.10.6
13292024-09-27T00:26:24.072Z Compiling url v2.5.2
13302024-09-27T00:26:24.273Z Compiling encoding_rs v0.8.34
13312024-09-27T00:26:25.601Z Compiling mime v0.3.17
13322024-09-27T00:26:25.954Z Compiling ipnet v2.9.0
13332024-09-27T00:26:26.420Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
13342024-09-27T00:26:28.437Z Compiling typify-macro v0.2.0
13352024-09-27T00:26:29.698Z Compiling hyper v1.4.1
13362024-09-27T00:26:30.009Z Compiling h2 v0.3.26
13372024-09-27T00:26:30.418Z Compiling http-body v0.4.6
13382024-09-27T00:26:30.523Z Compiling rustls-webpki v0.102.7
13392024-09-27T00:26:30.954Z Compiling sct v0.7.1
13402024-09-27T00:26:31.400Z Compiling rustls-webpki v0.101.7
13412024-09-27T00:26:32.395Z Compiling zeroize v1.8.1
13422024-09-27T00:26:32.789Z Compiling toml_datetime v0.6.8
13432024-09-27T00:26:33.185Z Compiling subtle v2.6.1
13442024-09-27T00:26:33.476Z Compiling httpdate v1.0.3
13452024-09-27T00:26:34.265Z Compiling rustls v0.23.12
13462024-09-27T00:26:35.134Z Compiling toml_edit v0.19.15
13472024-09-27T00:26:35.163Z Compiling serde_yaml v0.9.34+deprecated
13482024-09-27T00:26:35.398Z Compiling hyper v0.14.30
13492024-09-27T00:26:38.942Z Compiling rustls v0.21.12
13502024-09-27T00:26:40.044Z Compiling hyper-util v0.1.9
13512024-09-27T00:26:45.899Z Compiling lazy_static v1.5.0
13522024-09-27T00:26:45.933Z Compiling tokio-rustls v0.24.1
13532024-09-27T00:26:46.034Z Compiling tokio-rustls v0.26.0
13542024-09-27T00:26:46.385Z Compiling proc-macro-crate v1.3.1
13552024-09-27T00:26:46.538Z Compiling http-body-util v0.1.2
13562024-09-27T00:26:47.097Z Compiling webpki-roots v0.26.5
13572024-09-27T00:26:47.129Z Compiling base64 v0.21.7
13582024-09-27T00:26:47.281Z Compiling base64 v0.22.1
13592024-09-27T00:26:47.321Z Compiling crossbeam-utils v0.8.20
13602024-09-27T00:26:47.337Z Compiling num_enum_derive v0.5.11
13612024-09-27T00:26:48.216Z Compiling rustls-pemfile v2.1.3
13622024-09-27T00:26:48.249Z Compiling rustls-pemfile v1.0.4
13632024-09-27T00:26:48.391Z Compiling hyper-rustls v0.27.3
13642024-09-27T00:26:48.983Z Compiling hyper-tls v0.6.0
13652024-09-27T00:26:49.064Z Compiling hyper-rustls v0.24.2
13662024-09-27T00:26:49.502Z Compiling hyper-tls v0.5.0
13672024-09-27T00:26:49.514Z Compiling typify v0.2.0
13682024-09-27T00:26:49.516Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a)
13692024-09-27T00:26:49.754Z Compiling ipnetwork v0.20.0
13702024-09-27T00:26:50.101Z Compiling ppv-lite86 v0.2.20
13712024-09-27T00:26:50.770Z Compiling foreign-types-macros v0.2.3
13722024-09-27T00:26:51.043Z Compiling sync_wrapper v1.0.1
13732024-09-27T00:26:51.196Z Compiling rand_core v0.6.4
13742024-09-27T00:26:51.736Z Compiling dirs-sys-next v0.1.2
13752024-09-27T00:26:52.113Z Compiling webpki-roots v0.25.4
13762024-09-27T00:26:52.210Z Compiling powerfmt v0.2.0
13772024-09-27T00:26:52.273Z Compiling foreign-types-shared v0.3.1
13782024-09-27T00:26:52.283Z Compiling sync_wrapper v0.1.2
13792024-09-27T00:26:52.384Z Compiling time-macros v0.2.18
13802024-09-27T00:26:52.404Z Compiling reqwest v0.11.27
13812024-09-27T00:26:52.732Z Compiling deranged v0.3.11
13822024-09-27T00:26:52.871Z Compiling foreign-types v0.5.0
13832024-09-27T00:26:53.273Z Compiling dirs-next v2.0.0
13842024-09-27T00:26:53.538Z Compiling progenitor-impl v0.8.0
13852024-09-27T00:26:55.043Z Compiling rand_chacha v0.3.1
13862024-09-27T00:26:55.421Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
13872024-09-27T00:26:56.760Z Compiling reqwest v0.12.7
13882024-09-27T00:27:00.174Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13892024-09-27T00:27:02.299Z Compiling num_enum v0.5.11
13902024-09-27T00:27:02.496Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13912024-09-27T00:27:04.482Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13922024-09-27T00:27:04.667Z Compiling cstr-argument v0.1.2
13932024-09-27T00:27:04.928Z Compiling thread_local v1.1.8
13942024-09-27T00:27:05.121Z Compiling time-core v0.1.2
13952024-09-27T00:27:05.312Z Compiling pretty-hex v0.2.1
13962024-09-27T00:27:05.527Z Compiling arc-swap v1.7.1
13972024-09-27T00:27:05.661Z Compiling either v1.13.0
13982024-09-27T00:27:06.142Z Compiling num-conv v0.1.0
13992024-09-27T00:27:06.265Z Compiling itertools v0.12.1
14002024-09-27T00:27:06.419Z Compiling time v0.3.36
14012024-09-27T00:27:07.837Z Compiling slog-scope v4.4.0
14022024-09-27T00:27:08.773Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
14032024-09-27T00:27:10.230Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14042024-09-27T00:27:10.284Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14052024-09-27T00:27:10.615Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
14062024-09-27T00:27:10.798Z Compiling crossbeam-channel v0.5.13
14072024-09-27T00:27:11.193Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
14082024-09-27T00:27:12.437Z Compiling progenitor-macro v0.8.0
14092024-09-27T00:27:15.757Z Compiling progenitor-client v0.8.0
14102024-09-27T00:27:16.695Z Compiling rand v0.8.5
14112024-09-27T00:27:18.632Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
14122024-09-27T00:27:19.646Z Compiling term v0.7.0
14132024-09-27T00:27:20.644Z Compiling anyhow v1.0.88
14142024-09-27T00:27:26.882Z Compiling colored v2.1.0
14152024-09-27T00:27:31.314Z Compiling is-terminal v0.4.13
14162024-09-27T00:27:31.411Z Compiling winnow v0.6.18
14172024-09-27T00:27:31.411Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14182024-09-27T00:27:31.411Z Compiling take_mut v0.2.2
14192024-09-27T00:27:31.480Z Compiling slog-async v2.8.0
14202024-09-27T00:27:31.846Z Compiling slog-term v2.9.1
14212024-09-27T00:27:32.660Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14222024-09-27T00:27:34.727Z Compiling progenitor v0.8.0
14232024-09-27T00:27:34.953Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d)
14242024-09-27T00:27:35.183Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67)
14252024-09-27T00:27:38.949Z Compiling slog-stdlog v4.1.1
14262024-09-27T00:27:39.819Z Compiling slog-envlogger v2.2.0
14272024-09-27T00:27:40.594Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#10f3bff9)
14282024-09-27T00:27:42.034Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14292024-09-27T00:27:55.585Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14302024-09-27T00:28:03.113Z Finished `release` profile [optimized] target(s) in 2m 25s
14312024-09-27T00:28:03.194Z Running unittests src/lib.rs (target/release/deps/mg_tests-b1aee1a0c57804d4)
14322024-09-27T00:28:03.241Z
14332024-09-27T00:28:03.241Zrunning 1 test
14342024-09-27T00:28:03.376Zconfigure zone
14352024-09-27T00:28:03.392Zinstall zone
14362024-09-27T00:29:03.247Ztest ddm::test_trio_v2_server has been running for over 60 seconds
14372024-09-27T00:29:28.766Zboot zone
14382024-09-27T00:29:33.586Zstart zone s1
14392024-09-27T00:29:33.586Zconfigure zone
14402024-09-27T00:29:33.699Zinstall zone
14412024-09-27T00:30:48.099Zboot zone
14422024-09-27T00:30:48.910Zstart zone s2
14432024-09-27T00:30:48.910Zconfigure zone
14442024-09-27T00:30:48.919Zinstall zone
14452024-09-27T00:32:06.823Zboot zone
14462024-09-27T00:32:07.604Zstart zone t1
14472024-09-27T00:32:07.604Zconfigure zone
14482024-09-27T00:32:07.613Zinstall zone
14492024-09-27T00:33:29.890Zboot zone
14502024-09-27T00:33:30.687Zwaiting for zones to come up
14512024-09-27T00:33:40.688Z[sidecar.trio] svcs milestone/network
14522024-09-27T00:33:40.720ZSTATE STIME FMRI
14532024-09-27T00:33:40.720Zonline 17:29:47 svc:/milestone/network:default
14542024-09-27T00:33:40.720Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
14552024-09-27T00:33:40.767Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
14562024-09-27T00:33:40.816Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
14572024-09-27T00:33:40.860Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
14582024-09-27T00:33:40.863Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14592024-09-27T00:33:40.884Z
14602024-09-27T00:33:40.884Zrunning zone s1.trio setup
14612024-09-27T00:33:40.884Z[s1.trio] svcs milestone/network
14622024-09-27T00:33:40.910ZSTATE STIME FMRI
14632024-09-27T00:33:40.910Zonline 17:31:07 svc:/milestone/network:default
14642024-09-27T00:33:40.910Z[s1.trio] dladm
14652024-09-27T00:33:40.932ZLINK CLASS MTU STATE BRIDGE OVER
14662024-09-27T00:33:40.932Zsl0 simnet 9000 up -- ?
14672024-09-27T00:33:40.932Zmg2 vnic 9000 up -- ?
14682024-09-27T00:33:40.932Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
14692024-09-27T00:33:41.511Z
14702024-09-27T00:33:41.511Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
14712024-09-27T00:33:41.535Z
14722024-09-27T00:33:41.535Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14732024-09-27T00:33:41.556Z
14742024-09-27T00:33:41.556Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
14752024-09-27T00:33:41.652Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
14762024-09-27T00:33:41.698Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
14772024-09-27T00:33:41.793Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
14782024-09-27T00:33:41.837Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
14792024-09-27T00:33:41.859Z
14802024-09-27T00:33:41.859Zrunning zone s2.trio setup
14812024-09-27T00:33:41.859Z[s2.trio] svcs milestone/network
14822024-09-27T00:33:41.883ZSTATE STIME FMRI
14832024-09-27T00:33:41.883Zonline 17:32:25 svc:/milestone/network:default
14842024-09-27T00:33:41.883Z[s2.trio] dladm
14852024-09-27T00:33:41.905ZLINK CLASS MTU STATE BRIDGE OVER
14862024-09-27T00:33:41.905Zsl1 simnet 9000 up -- ?
14872024-09-27T00:33:41.905Zmg3 vnic 9000 up -- ?
14882024-09-27T00:33:41.905Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
14892024-09-27T00:33:42.423Z
14902024-09-27T00:33:42.423Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
14912024-09-27T00:33:42.448Z
14922024-09-27T00:33:42.448Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14932024-09-27T00:33:42.469Z
14942024-09-27T00:33:42.469Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
14952024-09-27T00:33:42.517Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
14962024-09-27T00:33:42.538Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/
14972024-09-27T00:33:42.582Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/
14982024-09-27T00:33:42.603Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log &
14992024-09-27T00:33:42.624Z
15002024-09-27T00:33:42.624Zrunning zone t1.trio setup
15012024-09-27T00:33:42.625Z[t1.trio] svcs milestone/network
15022024-09-27T00:33:42.646ZSTATE STIME FMRI
15032024-09-27T00:33:42.646Z- - svc:/milestone/network:default
15042024-09-27T00:33:43.646Z[t1.trio] svcs milestone/network
15052024-09-27T00:33:43.669ZSTATE STIME FMRI
15062024-09-27T00:33:43.669Z- - svc:/milestone/network:default
15072024-09-27T00:33:44.668Z[t1.trio] svcs milestone/network
15082024-09-27T00:33:44.689ZSTATE STIME FMRI
15092024-09-27T00:33:44.689Z- - svc:/milestone/network:default
15102024-09-27T00:33:45.690Z[t1.trio] svcs milestone/network
15112024-09-27T00:33:45.717ZSTATE STIME FMRI
15122024-09-27T00:33:45.717Z- - svc:/milestone/network:default
15132024-09-27T00:33:46.717Z[t1.trio] svcs milestone/network
15142024-09-27T00:33:46.740ZSTATE STIME FMRI
15152024-09-27T00:33:46.740Z- - svc:/milestone/network:default
15162024-09-27T00:33:47.740Z[t1.trio] svcs milestone/network
15172024-09-27T00:33:47.762ZSTATE STIME FMRI
15182024-09-27T00:33:47.762Z- - svc:/milestone/network:default
15192024-09-27T00:33:48.763Z[t1.trio] svcs milestone/network
15202024-09-27T00:33:48.784ZSTATE STIME FMRI
15212024-09-27T00:33:48.784Zoffline 17:33:47 svc:/milestone/network:default
15222024-09-27T00:33:49.784Z[t1.trio] svcs milestone/network
15232024-09-27T00:33:49.810ZSTATE STIME FMRI
15242024-09-27T00:33:49.810Zonline 17:33:48 svc:/milestone/network:default
15252024-09-27T00:33:49.810Z[t1.trio] dladm
15262024-09-27T00:33:49.835ZLINK CLASS MTU STATE BRIDGE OVER
15272024-09-27T00:33:49.835Ztfportrear0_0 simnet 9000 up -- ?
15282024-09-27T00:33:49.835Ztfportrear1_0 simnet 9000 up -- ?
15292024-09-27T00:33:49.835Zmg1 vnic 9000 up -- ?
15302024-09-27T00:33:49.835Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
15312024-09-27T00:33:50.471Z
15322024-09-27T00:33:50.471Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15332024-09-27T00:33:50.495Z
15342024-09-27T00:33:50.495Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15352024-09-27T00:33:50.517Z
15362024-09-27T00:33:50.517Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
15372024-09-27T00:33:50.538Z
15382024-09-27T00:33:50.538Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
15392024-09-27T00:33:50.743Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
15402024-09-27T00:33:50.751Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
15412024-09-27T00:33:50.759Zwaiting 3s for copy of files to zone to complete ...
15422024-09-27T00:33:53.751Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
15432024-09-27T00:33:53.791Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
15442024-09-27T00:33:53.811Z[t1.trio] svcadm enable dendrite
15452024-09-27T00:33:53.852Z
15462024-09-27T00:33:53.852Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15472024-09-27T00:33:53.905Z
15482024-09-27T00:33:53.905Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15492024-09-27T00:33:53.950Z
15502024-09-27T00:33:53.951Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15512024-09-27T00:33:53.996Z
15522024-09-27T00:33:53.996Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15532024-09-27T00:33:54.040Z
15542024-09-27T00:33:54.040Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15552024-09-27T00:33:54.085Z
15562024-09-27T00:33:54.085Z[t1.trio] svcadm refresh dendrite:default
15572024-09-27T00:33:54.122Z
15582024-09-27T00:33:54.122Z[t1.trio] svcadm restart dendrite:default
15592024-09-27T00:33:54.159Z
15602024-09-27T00:33:54.159Zwait 10s for dendrite to come up ...
15612024-09-27T00:34:04.160Z[t1.trio] svcadm enable tfport
15622024-09-27T00:34:04.202Z
15632024-09-27T00:34:04.202Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 987bfeeb-e5ab-460c-b7f2-d99549a8e739 --sled-uuid 64faa5df-d747-40cb-b61e-6eaaf5a3fccd -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
15642024-09-27T00:34:04.222Z
15652024-09-27T00:34:04.222Z[t1.trio] ipadm
15662024-09-27T00:34:04.250ZADDROBJ TYPE STATE ADDR
15672024-09-27T00:34:04.250Zlo0/v4 static ok 127.0.0.1/8
15682024-09-27T00:34:04.250Zmg1/v4 static ok 10.0.0.3/24
15692024-09-27T00:34:04.250Zlo0/v6 static ok ::1/128
15702024-09-27T00:34:04.250Zlo0/u6 static ok fd00:3::1/64
15712024-09-27T00:34:04.250Ztfportrear0_0/v6 addrconf ok fe80::3c50:d3ff:fe81:ca2f%tfportrear0_0/10
15722024-09-27T00:34:04.250Ztfportrear1_0/v6 addrconf ok fe80::f0f0:e5ff:fef4:f59f%tfportrear1_0/10
15732024-09-27T00:34:06.467Zinitial peering test passed
15742024-09-27T00:34:07.470Zadvertise from one passed
15752024-09-27T00:34:08.472Zadvertise from two passed
15762024-09-27T00:34:08.472Z[s1.trio] ping fd00:2::1
15772024-09-27T00:34:08.501Zfd00:2::1 is alive
15782024-09-27T00:34:08.501Z[s2.trio] ping fd00:1::1
15792024-09-27T00:34:08.521Zfd00:1::1 is alive
15802024-09-27T00:34:08.521Zconnectivity test passed
15812024-09-27T00:34:08.521Z[t1.trio] pkill ddmd
15822024-09-27T00:34:08.541Z
15832024-09-27T00:34:14.546Z[t1.trio] svcadm enable dendrite
15842024-09-27T00:34:14.589Z
15852024-09-27T00:34:14.589Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
15862024-09-27T00:34:14.634Z
15872024-09-27T00:34:14.634Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
15882024-09-27T00:34:14.678Z
15892024-09-27T00:34:14.678Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15902024-09-27T00:34:14.728Z
15912024-09-27T00:34:14.728Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15922024-09-27T00:34:14.776Z
15932024-09-27T00:34:14.776Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
15942024-09-27T00:34:14.824Z
15952024-09-27T00:34:14.824Z[t1.trio] svcadm refresh dendrite:default
15962024-09-27T00:34:14.860Z
15972024-09-27T00:34:14.862Z[t1.trio] svcadm restart dendrite:default
15982024-09-27T00:34:14.896Z
15992024-09-27T00:34:14.897Zwait 10s for dendrite to come up ...
16002024-09-27T00:34:24.897Z[t1.trio] svcadm enable tfport
16012024-09-27T00:34:24.940Z
16022024-09-27T00:34:24.940Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a87e5143-e59a-47c1-9fa5-1dc1ec274f34 --sled-uuid 38a963b6-1878-46ee-8888-a78760649ded -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
16032024-09-27T00:34:24.960Z
16042024-09-27T00:34:24.960Z[t1.trio] ipadm
16052024-09-27T00:34:24.983ZADDROBJ TYPE STATE ADDR
16062024-09-27T00:34:24.983Zlo0/v4 static ok 127.0.0.1/8
16072024-09-27T00:34:24.983Zmg1/v4 static ok 10.0.0.3/24
16082024-09-27T00:34:24.983Zlo0/v6 static ok ::1/128
16092024-09-27T00:34:24.983Zlo0/u6 static ok fd00:3::1/64
16102024-09-27T00:34:24.983Ztfportrear0_0/v6 addrconf ok fe80::3c50:d3ff:fe81:ca2f%tfportrear0_0/10
16112024-09-27T00:34:24.983Ztfportrear1_0/v6 addrconf ok fe80::f0f0:e5ff:fef4:f59f%tfportrear1_0/10
16122024-09-27T00:34:27.988Z[s1.trio] ping fd00:2::1
16132024-09-27T00:34:28.010Zfd00:2::1 is alive
16142024-09-27T00:34:28.010Z[s2.trio] ping fd00:1::1
16152024-09-27T00:34:28.031Zfd00:1::1 is alive
16162024-09-27T00:34:28.031Ztransit router restart passed
16172024-09-27T00:34:28.032Z[s1.trio] pkill ddmd
16182024-09-27T00:34:28.051Z
16192024-09-27T00:34:33.056Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16202024-09-27T00:34:33.095Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16212024-09-27T00:34:33.113Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16222024-09-27T00:34:33.135Z
16232024-09-27T00:34:36.139Z[s1.trio] ping fd00:2::1
16242024-09-27T00:34:36.162Zfd00:2::1 is alive
16252024-09-27T00:34:36.162Z[s2.trio] ping fd00:1::1
16262024-09-27T00:34:36.183Zfd00:1::1 is alive
16272024-09-27T00:34:36.183Zserver router restart passed
16282024-09-27T00:34:39.243Zpeer expiration recovery passed
16292024-09-27T00:34:40.191Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
16302024-09-27T00:34:40.217Z3
16312024-09-27T00:34:40.217Zredundant advertise passed
16322024-09-27T00:34:41.220Ztunnel endpoint advertise passed
16332024-09-27T00:34:46.221Zredundant tunnel endpoint advertise passed
16342024-09-27T00:34:46.221Z[s1.trio] pkill ddmd
16352024-09-27T00:34:46.245Z
16362024-09-27T00:34:51.245Zcp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/
16372024-09-27T00:34:51.284Zcp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/
16382024-09-27T00:34:51.302Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log &
16392024-09-27T00:34:51.325Z
16402024-09-27T00:34:56.391Ztunnel router restart passed
16412024-09-27T00:34:57.393Ztunnel endpoint withdraw passed
16422024-09-27T00:34:57.409Z[t1.trio] pkill ddmd
16432024-09-27T00:34:57.436Z
16442024-09-27T00:34:57.436Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
16452024-09-27T00:34:57.440Zcp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log
16462024-09-27T00:34:59.959Z[s2.trio] pkill ddmd
16472024-09-27T00:34:59.979Z
16482024-09-27T00:34:59.979Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
16492024-09-27T00:35:02.539Z[s1.trio] pkill ddmd
16502024-09-27T00:35:02.561Z
16512024-09-27T00:35:02.561Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
16522024-09-27T00:35:05.124Z[sidecar.trio] pkill softnpu
16532024-09-27T00:35:05.144Z
16542024-09-27T00:35:05.144Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
16552024-09-27T00:35:07.741Ztest ddm::test_trio_v2_server ... ok
16562024-09-27T00:35:07.741Z
16572024-09-27T00:35:07.741Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 424.46s
16582024-09-27T00:35:07.741Z
16592024-09-27T00:35:07.771Z+ cleanup
16602024-09-27T00:35:07.773Z++ id -un
16612024-09-27T00:35:07.776Z++ id -gn
16622024-09-27T00:35:07.779Z+ pfexec chown -R build:build .
16632024-09-27T00:35:07.865Zprocess exited: duration 971619 ms, exit code 0
 
16642024-09-27T00:35:07.876Zfound 4 output files
16652024-09-27T00:35:07.876Zuploading: /work/s1.trio.log (4254 bytes)
16662024-09-27T00:35:08.886Zuploaded: /work/s1.trio.log
16672024-09-27T00:35:08.886Zuploading: /work/s2.trio.log (9509 bytes)
16682024-09-27T00:35:09.896Zuploaded: /work/s2.trio.log
16692024-09-27T00:35:09.896Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
16702024-09-27T00:35:10.905Zuploaded: /work/sidecar.trio-softnpu.log
16712024-09-27T00:35:10.905Zuploading: /work/t1.trio.log (25793 bytes)
16722024-09-27T00:35:11.922Zuploaded: /work/t1.trio.log