01JDV20S0Z138H969WJFG5RN9Y: test-ddm-quartet

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-29T04:15:25.936Zjob assigned to worker 01JDV219VGHX74VA5ST1JN0VWT [factory aws, i-00107567227c6281c] (queued for 58 s)
 
22024-11-29T04:15:34.329Zstarting task 0: "setup"
32024-11-29T04:15:34.340Z++ uname -s
42024-11-29T04:15:34.342Z+ kern=SunOS
52024-11-29T04:15:34.343Z+ case "$kern" in
62024-11-29T04:15:34.343Z+ groupadd -g 12345 build
72024-11-29T04:15:34.345Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-29T04:15:36.352Z+ zfs create -o mountpoint=/work rpool/work
92024-11-29T04:15:36.426Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-29T04:15:36.429Z+ home_fs=zfs
112024-11-29T04:15:36.429Z+ [[ zfs == autofs ]]
122024-11-29T04:15:36.429Z+ mkdir -p /home/build
132024-11-29T04:15:36.432Z+ chown build:build /home/build /work
142024-11-29T04:15:38.433Z+ chmod 0700 /home/build /work
152024-11-29T04:15:38.435Zprocess exited: duration 4105 ms, exit code 0
 
162024-11-29T04:15:38.441Zstarting task 1: "rust-toolchain"
172024-11-29T04:15:38.446Z+ printf ' * toolchain channel = "%s"
182024-11-29T04:15:38.446Z' stable
192024-11-29T04:15:38.449Z * toolchain channel = "stable"
202024-11-29T04:15:38.449Z * toolchain profile = "default"
212024-11-29T04:15:38.449Z+ printf ' * toolchain profile = "%s"
222024-11-29T04:15:38.449Z' default
232024-11-29T04:15:38.449Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-29T04:15:38.449Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-11-29T04:15:38.569Zinfo: downloading installer
262024-11-29T04:15:39.723Zinfo: profile set to 'default'
272024-11-29T04:15:39.724Zinfo: default host triple is x86_64-unknown-illumos
282024-11-29T04:15:39.728Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-11-29T04:15:39.876Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-11-29T04:15:39.876Zinfo: downloading component 'cargo'
312024-11-29T04:15:40.736Zinfo: downloading component 'clippy'
322024-11-29T04:15:41.063Zinfo: downloading component 'rust-docs'
332024-11-29T04:15:42.255Zinfo: downloading component 'rust-std'
342024-11-29T04:15:43.973Zinfo: downloading component 'rustc'
352024-11-29T04:15:50.508Zinfo: downloading component 'rustfmt'
362024-11-29T04:15:50.757Zinfo: installing component 'cargo'
372024-11-29T04:15:51.589Zinfo: installing component 'clippy'
382024-11-29T04:15:51.967Zinfo: installing component 'rust-docs'
392024-11-29T04:15:53.713Zinfo: installing component 'rust-std'
402024-11-29T04:15:55.374Zinfo: installing component 'rustc'
412024-11-29T04:16:01.210Zinfo: installing component 'rustfmt'
422024-11-29T04:16:01.541Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-11-29T04:16:01.541Z
442024-11-29T04:16:01.896Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-11-29T04:16:01.896Z
462024-11-29T04:16:01.898Z
472024-11-29T04:16:01.898ZRust is installed now. Great!
482024-11-29T04:16:01.898Z
492024-11-29T04:16:01.898ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-29T04:16:01.898Zenvironment variable. This has not been done automatically.
512024-11-29T04:16:01.898Z
522024-11-29T04:16:01.898ZTo configure your current shell, you need to source
532024-11-29T04:16:01.898Zthe corresponding env file under $HOME/.cargo.
542024-11-29T04:16:01.898Z
552024-11-29T04:16:01.899ZThis is usually done by running one of the following (note the leading DOT):
562024-11-29T04:16:01.899Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-29T04:16:01.899Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-29T04:16:01.970Z+ rustc --version
592024-11-29T04:16:02.037Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-11-29T04:16:02.041Zprocess exited: duration 23597 ms, exit code 0
 
612024-11-29T04:16:02.047Zstarting task 2: "authentication"
622024-11-29T04:16:02.067Zprocess exited: duration 19 ms, exit code 0
 
632024-11-29T04:16:02.072Zstarting task 3: "clone repository"
642024-11-29T04:16:02.077Z+ mkdir -p /work/oxidecomputer/maghemite
652024-11-29T04:16:02.080Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-11-29T04:16:02.115ZCloning into '/work/oxidecomputer/maghemite'...
672024-11-29T04:16:02.675Z+ cd /work/oxidecomputer/maghemite
682024-11-29T04:16:02.675Z+ git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380
692024-11-29T04:16:02.931ZFrom https://github.com/oxidecomputer/maghemite
702024-11-29T04:16:02.931Z * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD
712024-11-29T04:16:02.939Z+ [[ -n renovate/rust-1.x ]]
722024-11-29T04:16:02.942Z++ git branch --show-current
732024-11-29T04:16:02.944Z+ current=main
742024-11-29T04:16:02.944Z+ [[ main != renovate/rust-1.x ]]
752024-11-29T04:16:02.944Z+ git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380
762024-11-29T04:16:02.947Z+ git checkout -f renovate/rust-1.x
772024-11-29T04:16:02.962ZSwitched to branch 'renovate/rust-1.x'
782024-11-29T04:16:02.965Z+ git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380
792024-11-29T04:16:02.968ZHEAD is now at d143b7c Update dependency rust to v1.83.0
802024-11-29T04:16:02.970Zprocess exited: duration 896 ms, exit code 0
 
812024-11-29T04:16:02.975Zstarting task 4: "build"
822024-11-29T04:16:02.986Z++ cargo --version
832024-11-29T04:16:02.991Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-11-29T04:16:03.156Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-11-29T04:16:03.156Zinfo: downloading component 'cargo'
862024-11-29T04:16:04.024Zinfo: downloading component 'clippy'
872024-11-29T04:16:04.351Zinfo: downloading component 'rust-docs'
882024-11-29T04:16:05.551Zinfo: downloading component 'rust-std'
892024-11-29T04:16:07.279Zinfo: downloading component 'rustc'
902024-11-29T04:16:13.800Zinfo: downloading component 'rustfmt'
912024-11-29T04:16:14.050Zinfo: installing component 'cargo'
922024-11-29T04:16:14.907Zinfo: installing component 'clippy'
932024-11-29T04:16:15.287Zinfo: installing component 'rust-docs'
942024-11-29T04:16:16.993Zinfo: installing component 'rust-std'
952024-11-29T04:16:18.648Zinfo: installing component 'rustc'
962024-11-29T04:16:24.467Zinfo: installing component 'rustfmt'
972024-11-29T04:16:24.906Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-11-29T04:16:24.910Z++ rustc --version
992024-11-29T04:16:24.987Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-11-29T04:16:24.992Z++ dladm
1012024-11-29T04:16:24.998ZLINK CLASS MTU STATE BRIDGE OVER
1022024-11-29T04:16:24.998Zena0 phys 9216 up -- --
1032024-11-29T04:16:25.000Z++ ipadm
1042024-11-29T04:16:25.003ZADDROBJ TYPE STATE ADDR
1052024-11-29T04:16:25.003Zlo0/v4 static ok 127.0.0.1/8
1062024-11-29T04:16:25.003Zena0/dhcp dhcp ok 10.150.1.175/24
1072024-11-29T04:16:25.003Zlo0/v6 static ok ::1/128
1082024-11-29T04:16:25.003Z++ banner collect
1092024-11-29T04:16:25.006Z
1102024-11-29T04:16:25.006Z #### #### # # ###### #### #####
1112024-11-29T04:16:25.006Z # # # # # # # # # #
1122024-11-29T04:16:25.006Z # # # # # ##### # #
1132024-11-29T04:16:25.006Z # # # # # # # #
1142024-11-29T04:16:25.007Z # # # # # # # # # #
1152024-11-29T04:16:25.007Z #### #### ###### ###### ###### #### #
1162024-11-29T04:16:25.007Z
1172024-11-29T04:16:25.007Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-11-29T04:16:25.007Z++ repo=softnpu
1192024-11-29T04:16:25.007Z++ series=image
1202024-11-29T04:16:25.007Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-11-29T04:16:25.007Z++ name=softnpu
1222024-11-29T04:16:25.007Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-11-29T04:16:25.007Z++ mkdir -p download
1242024-11-29T04:16:25.007Z++ pushd download
1252024-11-29T04:16:25.007Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-11-29T04:16:25.007Z++ [[ ! -f softnpu ]]
1272024-11-29T04:16:25.007Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-11-29T04:16:25.015Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-11-29T04:16:25.015Z Dload Upload Total Spent Left Speed
1302024-11-29T04:16:25.589Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 38.1M 0 --:--:-- --:--:-- --:--:-- 38.1M
1312024-11-29T04:16:25.593Z++ popd
1322024-11-29T04:16:25.593Z/work/oxidecomputer/maghemite
1332024-11-29T04:16:25.593Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-11-29T04:16:25.593Z++ repo=sidecar-lite
1352024-11-29T04:16:25.593Z++ series=release
1362024-11-29T04:16:25.593Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-11-29T04:16:25.593Z++ name=libsidecar_lite.so
1382024-11-29T04:16:25.593Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-11-29T04:16:25.593Z++ mkdir -p download
1402024-11-29T04:16:25.597Z++ pushd download
1412024-11-29T04:16:25.597Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-11-29T04:16:25.597Z++ [[ ! -f libsidecar_lite.so ]]
1432024-11-29T04:16:25.597Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-11-29T04:16:25.602Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-11-29T04:16:25.602Z Dload Upload Total Spent Left Speed
1462024-11-29T04:16:26.118Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20.3M 0 3900 0 0 25662 0 0:13:49 --:--:-- 0:13:49 25657 100 20.3M 100 20.3M 0 0 39.3M 0 --:--:-- --:--:-- --:--:-- 39.2M
1472024-11-29T04:16:26.123Z++ popd
1482024-11-29T04:16:26.126Z/work/oxidecomputer/maghemite
1492024-11-29T04:16:26.126Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-11-29T04:16:26.126Z++ repo=sidecar-lite
1512024-11-29T04:16:26.126Z++ series=release
1522024-11-29T04:16:26.126Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-11-29T04:16:26.126Z++ name=scadm
1542024-11-29T04:16:26.126Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-11-29T04:16:26.126Z++ mkdir -p download
1562024-11-29T04:16:26.126Z++ pushd download
1572024-11-29T04:16:26.126Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-11-29T04:16:26.126Z++ [[ ! -f scadm ]]
1592024-11-29T04:16:26.127Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-11-29T04:16:26.135Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-11-29T04:16:26.135Z Dload Upload Total Spent Left Speed
1622024-11-29T04:16:26.827Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 22.7M 92 21.1M 0 0 31.8M 0 --:--:-- --:--:-- --:--:-- 31.8M 100 22.7M 100 22.7M 0 0 32.9M 0 --:--:-- --:--:-- --:--:-- 32.8M
1632024-11-29T04:16:26.831Z++ popd
1642024-11-29T04:16:26.834Z/work/oxidecomputer/maghemite
1652024-11-29T04:16:26.834Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-11-29T04:16:26.834Z++ repo=dendrite
1672024-11-29T04:16:26.834Z++ series=image
1682024-11-29T04:16:26.834Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-11-29T04:16:26.834Z++ name=dendrite-softnpu.tar.gz
1702024-11-29T04:16:26.834Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-11-29T04:16:26.834Z++ mkdir -p download
1722024-11-29T04:16:26.837Z++ pushd download
1732024-11-29T04:16:26.837Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-11-29T04:16:26.837Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-11-29T04:16:26.837Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-11-29T04:16:26.843Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-11-29T04:16:26.845Z Dload Upload Total Spent Left Speed
1782024-11-29T04:16:27.578Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 51.2M 0 --:--:-- --:--:-- --:--:-- 51.3M
1792024-11-29T04:16:27.582Z++ popd
1802024-11-29T04:16:27.582Z/work/oxidecomputer/maghemite
1812024-11-29T04:16:27.582Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-11-29T04:16:27.582Z++ repo=maghemite
1832024-11-29T04:16:27.582Z++ series=release
1842024-11-29T04:16:27.582Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-11-29T04:16:27.582Z++ name=ddmd
1862024-11-29T04:16:27.582Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-11-29T04:16:27.582Z++ mkdir -p download
1882024-11-29T04:16:27.585Z++ pushd download
1892024-11-29T04:16:27.586Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-11-29T04:16:27.586Z++ [[ ! -f ddmd ]]
1912024-11-29T04:16:27.586Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-11-29T04:16:27.590Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-11-29T04:16:27.590Z Dload Upload Total Spent Left Speed
1942024-11-29T04:16:28.445Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 47.9M 0 --:--:-- --:--:-- --:--:-- 47.9M
1952024-11-29T04:16:28.448Z++ popd
1962024-11-29T04:16:28.451Z/work/oxidecomputer/maghemite
1972024-11-29T04:16:28.451Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-11-29T04:16:28.451Z++ repo=maghemite
1992024-11-29T04:16:28.451Z++ series=release
2002024-11-29T04:16:28.452Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-11-29T04:16:28.452Z++ name=ddmadm
2022024-11-29T04:16:28.452Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-11-29T04:16:28.452Z++ mkdir -p download
2042024-11-29T04:16:28.452Z++ pushd download
2052024-11-29T04:16:28.452Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-11-29T04:16:28.452Z++ [[ ! -f ddmadm ]]
2072024-11-29T04:16:28.452Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-11-29T04:16:28.459Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-11-29T04:16:28.459Z Dload Upload Total Spent Left Speed
2102024-11-29T04:16:28.952Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 36 18.0M 36 6659k 0 0 27.1M 0 --:--:-- --:--:-- --:--:-- 27.0M 100 18.0M 100 18.0M 0 0 37.0M 0 --:--:-- --:--:-- --:--:-- 37.0M
2112024-11-29T04:16:28.958Z++ popd
2122024-11-29T04:16:28.958Z/work/oxidecomputer/maghemite
2132024-11-29T04:16:28.958Z++ pushd download
2142024-11-29T04:16:28.958Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-11-29T04:16:28.958Z++ chmod +x softnpu
2162024-11-29T04:16:28.958Z++ chmod +x scadm
2172024-11-29T04:16:28.958Z++ chmod +x ddmadm
2182024-11-29T04:16:28.958Z++ chmod +x ddmd
2192024-11-29T04:16:28.963Z++ mv ddmadm ddmadm-v2
2202024-11-29T04:16:28.963Z++ mv ddmd ddmd-v2
2212024-11-29T04:16:28.964Z++ rm -rf zones/dendrite
2222024-11-29T04:16:28.964Z++ mkdir -p zones/dendrite
2232024-11-29T04:16:28.964Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-11-29T04:16:29.718Z++ popd
2252024-11-29T04:16:29.718Z/work/oxidecomputer/maghemite
2262024-11-29T04:16:29.718Z++ banner install
2272024-11-29T04:16:29.724Z
2282024-11-29T04:16:29.724Z # # # #### ##### ## # #
2292024-11-29T04:16:29.724Z # ## # # # # # # #
2302024-11-29T04:16:29.725Z # # # # #### # # # # #
2312024-11-29T04:16:29.725Z # # # # # # ###### # #
2322024-11-29T04:16:29.725Z # # ## # # # # # # #
2332024-11-29T04:16:29.725Z # # # #### # # # ###### ######
2342024-11-29T04:16:29.725Z
2352024-11-29T04:16:29.725Z++ pkg info brand/sparse
2362024-11-29T04:16:29.725Z++ grep -qi installed
2372024-11-29T04:16:31.313Zpkg: info: no packages matching the following patterns you specified are
2382024-11-29T04:16:31.313Zinstalled on the system. Try querying remotely instead:
2392024-11-29T04:16:31.313Z
2402024-11-29T04:16:31.313Z brand/sparse
2412024-11-29T04:16:31.362Z++ [[ 1 != 0 ]]
2422024-11-29T04:16:31.362Z++ set -o errexit
2432024-11-29T04:16:31.362Z++ pfexec pkg install brand/sparse
2442024-11-29T04:16:39.808Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-11-29T04:16:43.608Z Startup: Caching catalogs ... Done
2462024-11-29T04:16:53.607ZPlanning: Solver setup ... Done
2472024-11-29T04:16:53.736ZPlanning: Running solver ... Done
2482024-11-29T04:16:53.837ZPlanning: Finding local manifests ... Done
2492024-11-29T04:16:53.853ZPlanning: Fetching manifests: 0/3 0% complete
2502024-11-29T04:16:53.944ZPlanning: Fetching manifests: 3/3 100% complete
2512024-11-29T04:16:54.023ZPlanning: Package planning ... Done
2522024-11-29T04:16:54.029ZPlanning: Merging actions ... Done
2532024-11-29T04:16:54.227ZPlanning: Checking for conflicting actions ... Done
2542024-11-29T04:16:56.214ZPlanning: Consolidating action changes ... Done
2552024-11-29T04:16:56.639ZPlanning: Evaluating mediators ... Done
2562024-11-29T04:16:56.709ZPlanning: Planning completed in 13.01 seconds
2572024-11-29T04:16:56.724Z Packages to install: 1
2582024-11-29T04:16:56.724Z Packages to update: 2
2592024-11-29T04:16:56.727Z Create boot environment: No
2602024-11-29T04:16:56.727ZCreate backup boot environment: Yes
2612024-11-29T04:16:56.799Z
2622024-11-29T04:16:56.799ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-11-29T04:17:01.800ZDownload: 846/1009 items 7.6/8.0MB 94% complete (1.5M/s)
2642024-11-29T04:17:03.445ZDownload: Completed 8.03 MB in 6.65 seconds (1.2M/s)
2652024-11-29T04:17:05.545Z Actions: 1/1419 actions (Removing old actions)
2662024-11-29T04:17:05.573Z Actions: 199/1419 actions (Installing new actions)
2672024-11-29T04:17:05.686Z Actions: 579/1419 actions (Updating modified actions)
2682024-11-29T04:17:06.002Z Actions: Completed 1419 actions in 0.46 seconds.
2692024-11-29T04:17:06.204Z Done
2702024-11-29T04:17:06.207Z Done
2712024-11-29T04:17:06.706Z Done
2722024-11-29T04:17:11.096Z Done
2732024-11-29T04:17:11.191Z Done
2742024-11-29T04:17:11.193Z Done
2752024-11-29T04:17:11.294Z Done
2762024-11-29T04:17:11.686Z++ set -o errexit
2772024-11-29T04:17:11.686Z++ set -o pipefail
2782024-11-29T04:17:11.686Z++ banner build
2792024-11-29T04:17:11.689Z
2802024-11-29T04:17:11.689Z ##### # # # # #####
2812024-11-29T04:17:11.689Z # # # # # # # #
2822024-11-29T04:17:11.689Z ##### # # # # # #
2832024-11-29T04:17:11.689Z # # # # # # # #
2842024-11-29T04:17:11.689Z # # # # # # # #
2852024-11-29T04:17:11.689Z ##### #### # ###### #####
2862024-11-29T04:17:11.689Z
2872024-11-29T04:17:11.689Z++ cargo build --release --bin ddmd --bin ddmadm
2882024-11-29T04:17:11.852Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2892024-11-29T04:17:12.097Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2902024-11-29T04:17:12.315ZFrom https://www.github.com/oxidecomputer/oxnet
2912024-11-29T04:17:12.315Z * [new branch] ci -> origin/ci
2922024-11-29T04:17:12.318Z * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133
2932024-11-29T04:17:12.318Z * [new branch] main -> origin/main
2942024-11-29T04:17:12.318Z * [new ref] -> origin/HEAD
2952024-11-29T04:17:12.328Z Updating crates.io index
2962024-11-29T04:17:12.421Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972024-11-29T04:17:13.152ZFrom https://github.com/oxidecomputer/falcon
2982024-11-29T04:17:13.152Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2992024-11-29T04:17:13.262Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002024-11-29T04:17:14.465ZFrom https://github.com/oxidecomputer/dendrite
3012024-11-29T04:17:14.465Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3022024-11-29T04:17:14.548Z Updating git repository `https://github.com/oxidecomputer/ispf`
3032024-11-29T04:17:14.927ZFrom https://github.com/oxidecomputer/ispf
3042024-11-29T04:17:14.927Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3052024-11-29T04:17:14.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3062024-11-29T04:17:15.367ZFrom https://github.com/oxidecomputer/netadm-sys
3072024-11-29T04:17:15.367Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3082024-11-29T04:17:15.379Z Updating git repository `https://github.com/oxidecomputer/omicron`
3092024-11-29T04:17:18.849ZFrom https://github.com/oxidecomputer/omicron
3102024-11-29T04:17:18.849Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3112024-11-29T04:17:18.882Z * [new tag] dogfood -> dogfood
3122024-11-29T04:17:18.885Z * [new tag] v5 -> v5
3132024-11-29T04:17:18.885Z * [new tag] v6 -> v6
3142024-11-29T04:17:18.885Z * [new tag] v7 -> v7
3152024-11-29T04:17:18.885Z * [new tag] v8 -> v8
3162024-11-29T04:17:18.885Z * [new tag] v9 -> v9
3172024-11-29T04:17:19.261Z Updating git repository `https://github.com/oxidecomputer/opte`
3182024-11-29T04:17:20.285ZFrom https://github.com/oxidecomputer/opte
3192024-11-29T04:17:20.285Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3202024-11-29T04:17:20.330Z Updating git repository `https://github.com/illumos/smf-rs`
3212024-11-29T04:17:20.714ZFrom https://github.com/illumos/smf-rs
3222024-11-29T04:17:20.714Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3232024-11-29T04:17:20.754Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3242024-11-29T04:17:21.287ZFrom https://github.com/oxidecomputer/maghemite
3252024-11-29T04:17:21.287Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3262024-11-29T04:17:21.306Z * [new tag] rift -> rift
3272024-11-29T04:17:21.309Z * [new tag] srp -> srp
3282024-11-29T04:17:21.309Z * [new tag] tie-spf -> tie-spf
3292024-11-29T04:17:21.373Z Updating git repository `https://github.com/oxidecomputer/zone`
3302024-11-29T04:17:21.760ZFrom https://github.com/oxidecomputer/zone
3312024-11-29T04:17:21.760Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3322024-11-29T04:17:21.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
3332024-11-29T04:17:22.638ZFrom https://github.com/oxidecomputer/propolis
3342024-11-29T04:17:22.638Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3352024-11-29T04:17:22.726Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3362024-11-29T04:17:23.111ZFrom https://github.com/oxidecomputer/dlpi-sys
3372024-11-29T04:17:23.111Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3382024-11-29T04:17:23.143Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392024-11-29T04:17:23.693ZFrom https://github.com/jmesmon/rust-libzfs
3402024-11-29T04:17:23.693Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3412024-11-29T04:17:23.708Z * [new tag] v0.4.0 -> v0.4.0
3422024-11-29T04:17:23.722Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432024-11-29T04:17:24.079ZFrom https://github.com/oxidecomputer/rusty-doors
3442024-11-29T04:17:24.079Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3452024-11-29T04:17:24.148Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3462024-11-29T04:17:24.597ZFrom https://github.com/oxidecomputer/maghemite
3472024-11-29T04:17:24.597Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3482024-11-29T04:17:24.656Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3492024-11-29T04:17:25.030ZFrom https://github.com/oxidecomputer/serde_human_bytes
3502024-11-29T04:17:25.031Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3512024-11-29T04:17:25.066Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3522024-11-29T04:17:25.476ZFrom https://github.com/oxidecomputer/slog-error-chain
3532024-11-29T04:17:25.476Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3542024-11-29T04:17:25.548Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3552024-11-29T04:17:25.957ZFrom https://github.com/oxidecomputer/poptrie
3562024-11-29T04:17:25.957Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3572024-11-29T04:17:26.030Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3582024-11-29T04:17:26.398ZFrom https://github.com/illumos/libscf-sys
3592024-11-29T04:17:26.398Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3602024-11-29T04:17:26.419Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3612024-11-29T04:17:27.245ZFrom https://github.com/oxidecomputer/progenitor
3622024-11-29T04:17:27.245Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3632024-11-29T04:17:27.267Z * [new tag] v0.1.1 -> v0.1.1
3642024-11-29T04:17:27.270Z * [new tag] v0.2.0 -> v0.2.0
3652024-11-29T04:17:27.270Z * [new tag] v0.3.0 -> v0.3.0
3662024-11-29T04:17:27.270Z * [new tag] v0.4.0 -> v0.4.0
3672024-11-29T04:17:27.270Z * [new tag] v0.5.0 -> v0.5.0
3682024-11-29T04:17:27.270Z * [new tag] v0.6.0 -> v0.6.0
3692024-11-29T04:17:27.270Z * [new tag] v0.7.0 -> v0.7.0
3702024-11-29T04:17:27.545Z Updating git repository `https://github.com/oxidecomputer/typify`
3712024-11-29T04:17:28.323ZFrom https://github.com/oxidecomputer/typify
3722024-11-29T04:17:28.323Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3732024-11-29T04:17:28.326Z * [new tag] v0.2.0 -> v0.2.0
3742024-11-29T04:17:28.343Z * [new tag] v0.0.10 -> v0.0.10
3752024-11-29T04:17:28.346Z * [new tag] v0.0.11 -> v0.0.11
3762024-11-29T04:17:28.346Z * [new tag] v0.0.12 -> v0.0.12
3772024-11-29T04:17:28.346Z * [new tag] v0.0.13 -> v0.0.13
3782024-11-29T04:17:28.346Z * [new tag] v0.0.14 -> v0.0.14
3792024-11-29T04:17:28.346Z * [new tag] v0.0.15 -> v0.0.15
3802024-11-29T04:17:28.346Z * [new tag] v0.0.16 -> v0.0.16
3812024-11-29T04:17:28.346Z * [new tag] v0.0.4 -> v0.0.4
3822024-11-29T04:17:28.346Z * [new tag] v0.0.5 -> v0.0.5
3832024-11-29T04:17:28.346Z * [new tag] v0.0.7 -> v0.0.7
3842024-11-29T04:17:28.346Z * [new tag] v0.0.8 -> v0.0.8
3852024-11-29T04:17:28.346Z * [new tag] v0.0.9 -> v0.0.9
3862024-11-29T04:17:28.346Z * [new tag] v0.1.0 -> v0.1.0
3872024-11-29T04:17:28.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
3882024-11-29T04:17:30.404ZFrom https://github.com/oxidecomputer/crucible
3892024-11-29T04:17:30.404Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3902024-11-29T04:17:30.461Z Updating git repository `https://github.com/oxidecomputer/opte`
3912024-11-29T04:17:30.890ZFrom https://github.com/oxidecomputer/opte
3922024-11-29T04:17:30.890Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3932024-11-29T04:17:30.949Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3942024-11-29T04:17:31.554ZFrom https://github.com/oxidecomputer/management-gateway-service
3952024-11-29T04:17:31.554Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3962024-11-29T04:17:32.334Z Downloading crates ...
3972024-11-29T04:17:32.448Z Downloaded anstyle v1.0.10
3982024-11-29T04:17:32.493Z Downloaded aho-corasick v1.1.3
3992024-11-29T04:17:32.499Z Downloaded allocator-api2 v0.2.18
4002024-11-29T04:17:32.502Z Downloaded ahash v0.8.11
4012024-11-29T04:17:32.534Z Downloaded byteorder v1.5.0
4022024-11-29T04:17:32.536Z Downloaded clap_derive v4.5.18
4032024-11-29T04:17:32.539Z Downloaded colorchoice v1.0.2
4042024-11-29T04:17:32.541Z Downloaded ciborium-ll v0.2.2
4052024-11-29T04:17:32.544Z Downloaded pretty-hex v0.2.1
4062024-11-29T04:17:32.547Z Downloaded clap_builder v4.5.21
4072024-11-29T04:17:32.554Z Downloaded plain v0.2.3
4082024-11-29T04:17:32.557Z Downloaded defmt-macros v0.3.9
4092024-11-29T04:17:32.559Z Downloaded pest_generator v2.7.13
4102024-11-29T04:17:32.562Z Downloaded parse-display-derive v0.10.0
4112024-11-29T04:17:32.562Z Downloaded crc8 v0.1.1
4122024-11-29T04:17:32.562Z Downloaded const-random v0.1.18
4132024-11-29T04:17:32.564Z Downloaded pkg-config v0.3.31
4142024-11-29T04:17:32.564Z Downloaded parking_lot_core v0.8.6
4152024-11-29T04:17:32.568Z Downloaded ppv-lite86 v0.2.20
4162024-11-29T04:17:32.571Z Downloaded anstyle-parse v0.2.5
4172024-11-29T04:17:32.571Z Downloaded powerfmt v0.2.0
4182024-11-29T04:17:32.574Z Downloaded postcard v1.0.10
4192024-11-29T04:17:32.577Z Downloaded pretty-hex v0.4.1
4202024-11-29T04:17:32.577Z Downloaded paste v1.0.15
4212024-11-29T04:17:32.579Z Downloaded arc-swap v1.7.1
4222024-11-29T04:17:32.583Z Downloaded anstyle-query v1.1.1
4232024-11-29T04:17:32.585Z Downloaded percent-encoding v2.3.1
4242024-11-29T04:17:32.585Z Downloaded dtrace-parser v0.2.0
4252024-11-29T04:17:32.588Z Downloaded cstr-argument v0.1.2
4262024-11-29T04:17:32.588Z Downloaded parse-display v0.10.0
4272024-11-29T04:17:32.590Z Downloaded camino v1.1.9
4282024-11-29T04:17:32.592Z Downloaded parking_lot_core v0.9.10
4292024-11-29T04:17:32.594Z Downloaded pin-project-lite v0.2.14
4302024-11-29T04:17:32.598Z Downloaded pest v2.7.13
4312024-11-29T04:17:32.604Z Downloaded progenitor-client v0.8.0
4322024-11-29T04:17:32.606Z Downloaded proc-macro-error-attr v1.0.4
4332024-11-29T04:17:32.606Z Downloaded colored v2.1.0
4342024-11-29T04:17:32.609Z Downloaded clap_lex v0.7.2
4352024-11-29T04:17:32.611Z Downloaded futures-sink v0.3.30
4362024-11-29T04:17:32.611Z Downloaded bitflags v1.3.2
4372024-11-29T04:17:32.614Z Downloaded progenitor v0.8.0
4382024-11-29T04:17:32.618Z Downloaded equivalent v1.0.1
4392024-11-29T04:17:32.618Z Downloaded darling_macro v0.20.10
4402024-11-29T04:17:32.618Z Downloaded proc-macro-crate v1.3.1
4412024-11-29T04:17:32.621Z Downloaded atomicwrites v0.4.4
4422024-11-29T04:17:32.621Z Downloaded bytes v1.7.2
4432024-11-29T04:17:32.625Z Downloaded sigpipe v0.1.3
4442024-11-29T04:17:32.627Z Downloaded dropshot_endpoint v0.12.0
4452024-11-29T04:17:32.629Z Downloaded serde-big-array v0.5.1
4462024-11-29T04:17:32.632Z Downloaded scroll_derive v0.12.0
4472024-11-29T04:17:32.632Z Downloaded camino-tempfile v1.1.1
4482024-11-29T04:17:32.634Z Downloaded async-trait v0.1.83
4492024-11-29T04:17:32.637Z Downloaded cpufeatures v0.2.14
4502024-11-29T04:17:32.639Z Downloaded const-random-macro v0.1.16
4512024-11-29T04:17:32.642Z Downloaded foreign-types-shared v0.3.1
4522024-11-29T04:17:32.642Z Downloaded cobs v0.2.3
4532024-11-29T04:17:32.642Z Downloaded quick-error v1.2.3
4542024-11-29T04:17:32.644Z Downloaded dyn-clone v1.0.17
4552024-11-29T04:17:32.647Z Downloaded signal-hook-registry v1.4.2
4562024-11-29T04:17:32.647Z Downloaded defmt-parser v0.3.4
4572024-11-29T04:17:32.649Z Downloaded debug-ignore v1.0.5
4582024-11-29T04:17:32.649Z Downloaded scopeguard v1.2.0
4592024-11-29T04:17:32.652Z Downloaded foreign-types-shared v0.1.1
4602024-11-29T04:17:32.652Z Downloaded foreign-types v0.5.0
4612024-11-29T04:17:32.652Z Downloaded foreign-types v0.3.2
4622024-11-29T04:17:32.655Z Downloaded cookie v0.18.1
4632024-11-29T04:17:32.657Z Downloaded rand_chacha v0.3.1
4642024-11-29T04:17:32.659Z Downloaded proc-macro-crate v3.2.0
4652024-11-29T04:17:32.659Z Downloaded errno v0.3.9
4662024-11-29T04:17:32.662Z Downloaded enum-as-inner v0.6.1
4672024-11-29T04:17:32.662Z Downloaded embedded-io v0.6.1
4682024-11-29T04:17:32.664Z Downloaded either v1.13.0
4692024-11-29T04:17:32.666Z Downloaded crc32fast v1.4.2
4702024-11-29T04:17:32.669Z Downloaded serde_repr v0.1.19
4712024-11-29T04:17:32.669Z Downloaded progenitor-macro v0.8.0
4722024-11-29T04:17:32.672Z Downloaded proc-macro-error v1.0.4
4732024-11-29T04:17:32.675Z Downloaded scroll v0.12.0
4742024-11-29T04:17:32.678Z Downloaded slab v0.4.9
4752024-11-29T04:17:32.678Z Downloaded deranged v0.3.11
4762024-11-29T04:17:32.684Z Downloaded shlex v1.3.0
4772024-11-29T04:17:32.685Z Downloaded semver v0.1.20
4782024-11-29T04:17:32.685Z Downloaded data-encoding v2.6.0
4792024-11-29T04:17:32.685Z Downloaded form_urlencoded v1.2.1
4802024-11-29T04:17:32.685Z Downloaded quinn-udp v0.5.5
4812024-11-29T04:17:32.688Z Downloaded serde_urlencoded v0.7.1
4822024-11-29T04:17:32.688Z Downloaded serde_path_to_error v0.1.16
4832024-11-29T04:17:32.690Z Downloaded resolv-conf v0.7.0
4842024-11-29T04:17:32.693Z Downloaded rustversion v1.0.17
4852024-11-29T04:17:32.695Z Downloaded http-body v1.0.1
4862024-11-29T04:17:32.695Z Downloaded schemars_derive v0.8.21
4872024-11-29T04:17:32.698Z Downloaded rustc-hash v2.0.0
4882024-11-29T04:17:32.700Z Downloaded futures-core v0.3.30
4892024-11-29T04:17:32.700Z Downloaded slog-async v2.8.0
4902024-11-29T04:17:32.702Z Downloaded base64 v0.22.1
4912024-11-29T04:17:32.705Z Downloaded heck v0.5.0
4922024-11-29T04:17:32.709Z Downloaded hash32 v0.3.1
4932024-11-29T04:17:32.711Z Downloaded slog-dtrace v0.3.0
4942024-11-29T04:17:32.711Z Downloaded sha2 v0.10.8
4952024-11-29T04:17:32.714Z Downloaded hubpack_derive v0.1.1
4962024-11-29T04:17:32.714Z Downloaded futures-channel v0.3.30
4972024-11-29T04:17:32.716Z Downloaded ident_case v1.0.1
4982024-11-29T04:17:32.719Z Downloaded argon2 v0.5.3
4992024-11-29T04:17:32.719Z Downloaded serde_derive_internals v0.29.1
5002024-11-29T04:17:32.721Z Downloaded tower-service v0.3.3
5012024-11-29T04:17:32.723Z Downloaded num-conv v0.1.0
5022024-11-29T04:17:32.723Z Downloaded stable_deref_trait v1.2.0
5032024-11-29T04:17:32.723Z Downloaded num-derive v0.3.3
5042024-11-29T04:17:32.726Z Downloaded lazy_static v1.5.0
5052024-11-29T04:17:32.728Z Downloaded tinyvec_macros v0.1.1
5062024-11-29T04:17:32.728Z Downloaded hostname v0.3.1
5072024-11-29T04:17:32.731Z Downloaded serde_tokenstream v0.2.2
5082024-11-29T04:17:32.733Z Downloaded match_cfg v0.1.0
5092024-11-29T04:17:32.733Z Downloaded darling_core v0.20.10
5102024-11-29T04:17:32.737Z Downloaded slog-bunyan v2.5.0
5112024-11-29T04:17:32.739Z Downloaded pest_derive v2.7.13
5122024-11-29T04:17:32.742Z Downloaded serde_with_macros v3.9.0
5132024-11-29T04:17:32.745Z Downloaded anyhow v1.0.93
5142024-11-29T04:17:32.748Z Downloaded iana-time-zone v0.1.61
5152024-11-29T04:17:32.751Z Downloaded no-std-compat v0.4.1
5162024-11-29T04:17:32.751Z Downloaded thiserror-impl v1.0.69
5172024-11-29T04:17:32.753Z Downloaded spin v0.5.2
5182024-11-29T04:17:32.754Z Downloaded hyper-rustls v0.24.2
5192024-11-29T04:17:32.756Z Downloaded time-core v0.1.2
5202024-11-29T04:17:32.759Z Downloaded num v0.4.3
5212024-11-29T04:17:32.761Z Downloaded httpdate v1.0.3
5222024-11-29T04:17:32.761Z Downloaded zeroize v1.8.1
5232024-11-29T04:17:32.763Z Downloaded semver v1.0.23
5242024-11-29T04:17:32.766Z Downloaded is_terminal_polyfill v1.70.1
5252024-11-29T04:17:32.766Z Downloaded native-tls v0.2.12
5262024-11-29T04:17:32.769Z Downloaded hubpack v0.1.2
5272024-11-29T04:17:32.772Z Downloaded crossbeam-channel v0.5.13
5282024-11-29T04:17:32.774Z Downloaded rhai_codegen v2.2.0
5292024-11-29T04:17:32.781Z Downloaded managed v0.8.0
5302024-11-29T04:17:32.784Z Downloaded static_assertions v1.1.0
5312024-11-29T04:17:32.787Z Downloaded num-integer v0.1.46
5322024-11-29T04:17:32.787Z Downloaded want v0.3.1
5332024-11-29T04:17:32.790Z Downloaded num-derive v0.4.2
5342024-11-29T04:17:32.790Z Downloaded spin v0.9.8
5352024-11-29T04:17:32.792Z Downloaded version_check v0.9.5
5362024-11-29T04:17:32.795Z Downloaded usdt-attr-macro v0.5.0
5372024-11-29T04:17:32.795Z Downloaded slog-json v2.6.1
5382024-11-29T04:17:32.797Z Downloaded smf v0.2.3
5392024-11-29T04:17:32.797Z Downloaded socket2 v0.5.8
5402024-11-29T04:17:32.800Z Downloaded take_mut v0.2.2
5412024-11-29T04:17:32.800Z Downloaded lru-cache v0.1.2
5422024-11-29T04:17:32.803Z Downloaded structmeta v0.3.0
5432024-11-29T04:17:32.803Z Downloaded ryu v1.0.18
5442024-11-29T04:17:32.806Z Downloaded is-terminal v0.4.13
5452024-11-29T04:17:32.808Z Downloaded ipnetwork v0.20.0
5462024-11-29T04:17:32.811Z Downloaded rustls-pki-types v1.8.0
5472024-11-29T04:17:32.811Z Downloaded uuid v1.11.0
5482024-11-29T04:17:32.815Z Downloaded swrite v0.1.0
5492024-11-29T04:17:32.817Z Downloaded strum v0.26.3
5502024-11-29T04:17:32.817Z Downloaded slog-envlogger v2.2.0
5512024-11-29T04:17:32.819Z Downloaded structmeta-derive v0.3.0
5522024-11-29T04:17:32.819Z Downloaded similar v2.6.0
5532024-11-29T04:17:32.826Z Downloaded thread_local v1.1.8
5542024-11-29T04:17:32.828Z Downloaded strsim v0.11.1
5552024-11-29T04:17:32.829Z Downloaded httparse v1.9.4
5562024-11-29T04:17:32.831Z Downloaded progenitor-impl v0.8.0
5572024-11-29T04:17:32.833Z Downloaded mime v0.3.17
5582024-11-29T04:17:32.836Z Downloaded slog v2.7.0
5592024-11-29T04:17:32.839Z Downloaded try-lock v0.2.5
5602024-11-29T04:17:32.839Z Downloaded num_threads v0.1.7
5612024-11-29T04:17:32.842Z Downloaded omicron-workspace-hack v0.1.0
5622024-11-29T04:17:32.842Z Downloaded serde_derive v1.0.215
5632024-11-29T04:17:32.845Z Downloaded newline-converter v0.3.0
5642024-11-29T04:17:32.845Z Downloaded sync_wrapper v1.0.1
5652024-11-29T04:17:32.849Z Downloaded slog-scope v4.4.0
5662024-11-29T04:17:32.849Z Downloaded sync_wrapper v0.1.2
5672024-11-29T04:17:32.849Z Downloaded hyper-tls v0.6.0
5682024-11-29T04:17:32.854Z Downloaded macaddr v1.0.1
5692024-11-29T04:17:32.854Z Downloaded schemars v0.8.21
5702024-11-29T04:17:32.863Z Downloaded untrusted v0.9.0
5712024-11-29T04:17:32.866Z Downloaded subtle v2.6.1
5722024-11-29T04:17:32.869Z Downloaded fxhash v0.2.1
5732024-11-29T04:17:32.869Z Downloaded strum_macros v0.25.3
5742024-11-29T04:17:32.872Z Downloaded memmap v0.7.0
5752024-11-29T04:17:32.872Z Downloaded hyper-tls v0.5.0
5762024-11-29T04:17:32.875Z Downloaded linked-hash-map v0.5.6
5772024-11-29T04:17:32.875Z Downloaded linear-map v1.2.0
5782024-11-29T04:17:32.879Z Downloaded tracing-attributes v0.1.27
5792024-11-29T04:17:32.882Z Downloaded hex v0.4.3
5802024-11-29T04:17:32.882Z Downloaded prettyplease v0.2.22
5812024-11-29T04:17:32.886Z Downloaded humantime v2.1.0
5822024-11-29T04:17:32.886Z Downloaded instant v0.1.13
5832024-11-29T04:17:32.889Z Downloaded zerocopy-derive v0.7.35
5842024-11-29T04:17:32.893Z Downloaded heck v0.4.1
5852024-11-29T04:17:32.897Z Downloaded generic-array v0.14.7
5862024-11-29T04:17:32.897Z Downloaded expectorate v1.1.0
5872024-11-29T04:17:32.899Z Downloaded multer v3.1.0
5882024-11-29T04:17:32.903Z Downloaded tabwriter v1.4.0
5892024-11-29T04:17:32.903Z Downloaded serde v1.0.215
5902024-11-29T04:17:32.906Z Downloaded toml_datetime v0.6.8
5912024-11-29T04:17:32.909Z Downloaded newtype_derive v0.1.6
5922024-11-29T04:17:32.909Z Downloaded tokio-native-tls v0.3.1
5932024-11-29T04:17:32.912Z Downloaded openssl-probe v0.1.5
5942024-11-29T04:17:32.912Z Downloaded usdt v0.5.0
5952024-11-29T04:17:32.916Z Downloaded tiny-keccak v2.0.2
5962024-11-29T04:17:32.916Z Downloaded zone_cfg_derive v0.3.0
5972024-11-29T04:17:32.920Z Downloaded usdt-macro v0.5.0
5982024-11-29T04:17:32.920Z Downloaded waitgroup v0.1.2
5992024-11-29T04:17:32.920Z Downloaded num_enum_derive v0.7.3
6002024-11-29T04:17:32.920Z Downloaded num_enum v0.5.11
6012024-11-29T04:17:32.925Z Downloaded num_enum_derive v0.5.11
6022024-11-29T04:17:32.930Z Downloaded num_enum v0.7.3
6032024-11-29T04:17:32.934Z Downloaded strum_macros v0.26.4
6042024-11-29T04:17:32.937Z Downloaded getrandom v0.2.15
6052024-11-29T04:17:32.945Z Downloaded zerocopy v0.6.6
6062024-11-29T04:17:32.945Z Downloaded http-body v0.4.6
6072024-11-29T04:17:32.948Z Downloaded serde_yaml v0.9.34+deprecated
6082024-11-29T04:17:32.948Z Downloaded openssl-macros v0.1.1
6092024-11-29T04:17:32.948Z Downloaded log v0.4.22
6102024-11-29T04:17:32.952Z Downloaded unicode-segmentation v1.12.0
6112024-11-29T04:17:32.957Z Downloaded zone v0.3.0
6122024-11-29T04:17:32.957Z Downloaded tempfile v3.12.0
6132024-11-29T04:17:32.961Z Downloaded term v0.7.0
6142024-11-29T04:17:32.965Z Downloaded newtype-uuid v1.1.0
6152024-11-29T04:17:32.965Z Downloaded libsw v3.3.1
6162024-11-29T04:17:32.965Z Downloaded tokio-rustls v0.24.1
6172024-11-29T04:17:32.970Z Downloaded tokio-rustls v0.26.0
6182024-11-29T04:17:32.970Z Downloaded num-complex v0.4.6
6192024-11-29T04:17:32.974Z Downloaded utf8parse v0.2.2
6202024-11-29T04:17:32.975Z Downloaded slog-stdlog v4.1.1
6212024-11-29T04:17:32.975Z Downloaded futures-task v0.3.30
6222024-11-29T04:17:32.979Z Downloaded itoa v1.0.11
6232024-11-29T04:17:32.979Z Downloaded usdt-impl v0.5.0
6242024-11-29T04:17:32.979Z Downloaded terminal_size v0.4.0
6252024-11-29T04:17:32.982Z Downloaded indent_write v2.2.0
6262024-11-29T04:17:32.982Z Downloaded lock_api v0.4.12
6272024-11-29T04:17:32.982Z Downloaded time-macros v0.2.18
6282024-11-29T04:17:32.986Z Downloaded smallvec v1.13.2
6292024-11-29T04:17:32.986Z Downloaded highway v1.2.0
6302024-11-29T04:17:32.993Z Downloaded ipnet v2.10.0
6312024-11-29T04:17:32.998Z Downloaded unicode-ident v1.0.13
6322024-11-29T04:17:32.998Z Downloaded toml v0.8.19
6332024-11-29T04:17:32.998Z Downloaded half v2.4.1
6342024-11-29T04:17:33.002Z Downloaded http-body-util v0.1.2
6352024-11-29T04:17:33.002Z Downloaded thread-id v4.2.2
6362024-11-29T04:17:33.005Z Downloaded whoami v1.5.2
6372024-11-29T04:17:33.005Z Downloaded thiserror v1.0.69
6382024-11-29T04:17:33.009Z Downloaded hashbrown v0.12.3
6392024-11-29T04:17:33.013Z Downloaded tracing-core v0.1.32
6402024-11-29T04:17:33.017Z Downloaded once_cell v1.20.2
6412024-11-29T04:17:33.021Z Downloaded owo-colors v4.1.0
6422024-11-29T04:17:33.025Z Downloaded tokio-rustls v0.25.0
6432024-11-29T04:17:33.025Z Downloaded num-rational v0.4.2
6442024-11-29T04:17:33.025Z Downloaded slog-term v2.9.1
6452024-11-29T04:17:33.028Z Downloaded smartstring v1.0.1
6462024-11-29T04:17:33.032Z Downloaded typify v0.2.0
6472024-11-29T04:17:33.037Z Downloaded typenum v1.17.0
6482024-11-29T04:17:33.037Z Downloaded heapless v0.8.0
6492024-11-29T04:17:33.041Z Downloaded unsafe-libyaml v0.2.11
6502024-11-29T04:17:33.049Z Downloaded indexmap v1.9.3
6512024-11-29T04:17:33.054Z Downloaded openssl-sys v0.9.103
6522024-11-29T04:17:33.054Z Downloaded toml_edit v0.19.15
6532024-11-29T04:17:33.068Z Downloaded tracing v0.1.40
6542024-11-29T04:17:33.074Z Downloaded num-traits v0.2.19
6552024-11-29T04:17:33.078Z Downloaded unicode-bidi v0.3.15
6562024-11-29T04:17:33.078Z Downloaded steno v0.4.1
6572024-11-29T04:17:33.082Z Downloaded thin-vec v0.2.13
6582024-11-29T04:17:33.086Z Downloaded rand v0.8.5
6592024-11-29T04:17:33.090Z Downloaded quinn v0.11.5
6602024-11-29T04:17:33.094Z Downloaded typify-macro v0.2.0
6612024-11-29T04:17:33.094Z Downloaded num-iter v0.1.45
6622024-11-29T04:17:33.094Z Downloaded ucd-trie v0.1.6
6632024-11-29T04:17:33.094Z Downloaded toml_edit v0.22.21
6642024-11-29T04:17:33.114Z Downloaded mio v1.0.2
6652024-11-29T04:17:33.122Z Downloaded minimal-lexical v0.2.1
6662024-11-29T04:17:33.127Z Downloaded hyper-util v0.1.10
6672024-11-29T04:17:33.131Z Downloaded memchr v2.7.4
6682024-11-29T04:17:33.139Z Downloaded http v1.1.0
6692024-11-29T04:17:33.143Z Downloaded chrono v0.4.38
6702024-11-29T04:17:33.147Z Downloaded hashbrown v0.14.5
6712024-11-29T04:17:33.150Z Downloaded hyper-rustls v0.27.3
6722024-11-29T04:17:33.154Z Downloaded url v2.5.2
6732024-11-29T04:17:33.158Z Downloaded nom v7.1.3
6742024-11-29T04:17:33.162Z Downloaded hickory-resolver v0.24.1
6752024-11-29T04:17:33.167Z Downloaded time v0.3.36
6762024-11-29T04:17:33.174Z Downloaded http v0.2.12
6772024-11-29T04:17:33.179Z Downloaded tokio-util v0.7.12
6782024-11-29T04:17:33.186Z Downloaded indexmap v2.5.0
6792024-11-29T04:17:33.191Z Downloaded serde_with v3.9.0
6802024-11-29T04:17:33.197Z Downloaded libm v0.2.8
6812024-11-29T04:17:33.206Z Downloaded hyper v1.5.1
6822024-11-29T04:17:33.212Z Downloaded itertools v0.12.1
6832024-11-29T04:17:33.220Z Downloaded rustls-webpki v0.101.7
6842024-11-29T04:17:33.236Z Downloaded unicode-normalization v0.1.24
6852024-11-29T04:17:33.240Z Downloaded winnow v0.5.40
6862024-11-29T04:17:33.251Z Downloaded reqwest v0.12.9
6872024-11-29T04:17:33.257Z Downloaded futures-util v0.3.30
6882024-11-29T04:17:33.273Z Downloaded itertools v0.13.0
6892024-11-29T04:17:33.280Z Downloaded h2 v0.4.6
6902024-11-29T04:17:33.286Z Downloaded h2 v0.3.26
6912024-11-29T04:17:33.294Z Downloaded hyper v0.14.30
6922024-11-29T04:17:33.303Z Downloaded unicode-width v0.1.14
6932024-11-29T04:17:33.314Z Downloaded winnow v0.6.18
6942024-11-29T04:17:33.319Z Downloaded goblin v0.8.2
6952024-11-29T04:17:33.328Z Downloaded webpki-roots v0.25.4
6962024-11-29T04:17:33.331Z Downloaded regex v1.10.6
6972024-11-29T04:17:33.345Z Downloaded idna v0.5.0
6982024-11-29T04:17:33.352Z Downloaded idna v0.4.0
6992024-11-29T04:17:33.360Z Downloaded smoltcp v0.11.0
7002024-11-29T04:17:33.374Z Downloaded syn v2.0.87
7012024-11-29T04:17:33.384Z Downloaded hickory-proto v0.24.1
7022024-11-29T04:17:33.401Z Downloaded rustls v0.21.12
7032024-11-29T04:17:33.412Z Downloaded openssl v0.10.66
7042024-11-29T04:17:33.421Z Downloaded rhai v1.20.0
7052024-11-29T04:17:33.435Z Downloaded regress v0.9.1
7062024-11-29T04:17:33.444Z Downloaded openapiv3 v2.0.0
7072024-11-29T04:17:33.456Z Downloaded rustls v0.23.13
7082024-11-29T04:17:33.469Z Downloaded rustix v0.38.37
7092024-11-29T04:17:33.492Z Downloaded petgraph v0.6.5
7102024-11-29T04:17:33.510Z Downloaded regex-syntax v0.8.4
7112024-11-29T04:17:33.518Z Downloaded rustls v0.22.4
7122024-11-29T04:17:33.532Z Downloaded regress v0.10.1
7132024-11-29T04:17:33.541Z Downloaded typify-impl v0.2.0
7142024-11-29T04:17:33.556Z Downloaded sled v0.34.7
7152024-11-29T04:17:33.566Z Downloaded syn v1.0.109
7162024-11-29T04:17:33.577Z Downloaded webpki-roots v0.26.6
7172024-11-29T04:17:33.580Z Downloaded vcpkg v0.2.15
7182024-11-29T04:17:33.618Z Downloaded rustls-webpki v0.102.8
7192024-11-29T04:17:33.635Z Downloaded dropshot v0.12.0
7202024-11-29T04:17:33.654Z Downloaded libc v0.2.165
7212024-11-29T04:17:33.678Z Downloaded zerocopy-derive v0.6.6
7222024-11-29T04:17:33.688Z Downloaded zerocopy v0.7.35
7232024-11-29T04:17:33.705Z Downloaded quinn-proto v0.11.8
7242024-11-29T04:17:33.711Z Downloaded regex-automata v0.4.7
7252024-11-29T04:17:33.726Z Downloaded portable-atomic v1.8.0
7262024-11-29T04:17:33.732Z Downloaded itertools v0.10.5
7272024-11-29T04:17:33.738Z Downloaded serde_json v1.0.133
7282024-11-29T04:17:33.745Z Downloaded reqwest v0.11.27
7292024-11-29T04:17:33.752Z Downloaded proc-macro2 v1.0.86
7302024-11-29T04:17:33.755Z Downloaded tokio-macros v2.4.0
7312024-11-29T04:17:33.758Z Downloaded hostname v0.4.0
7322024-11-29T04:17:33.758Z Downloaded tinyvec v1.8.0
7332024-11-29T04:17:33.761Z Downloaded parking_lot v0.12.3
7342024-11-29T04:17:33.764Z Downloaded parking_lot v0.11.2
7352024-11-29T04:17:33.764Z Downloaded base64 v0.21.7
7362024-11-29T04:17:33.768Z Downloaded sct v0.7.1
7372024-11-29T04:17:33.771Z Downloaded derive_more v0.99.18
7382024-11-29T04:17:33.776Z Downloaded tokio v1.41.1
7392024-11-29T04:17:33.815Z Downloaded crossbeam-utils v0.8.20
7402024-11-29T04:17:33.817Z Downloaded rustls-pemfile v2.1.3
7412024-11-29T04:17:33.820Z Downloaded quote v1.0.37
7422024-11-29T04:17:33.822Z Downloaded futures v0.3.30
7432024-11-29T04:17:33.827Z Downloaded crossbeam-epoch v0.9.18
7442024-11-29T04:17:33.830Z Downloaded console v0.15.8
7452024-11-29T04:17:33.833Z Downloaded darling v0.20.10
7462024-11-29T04:17:33.835Z Downloaded crypto-common v0.1.6
7472024-11-29T04:17:33.838Z Downloaded dof v0.3.0
7482024-11-29T04:17:33.838Z Downloaded defmt v0.3.8
7492024-11-29T04:17:33.840Z Downloaded sha1 v0.10.6
7502024-11-29T04:17:33.842Z Downloaded serde_spanned v0.6.7
7512024-11-29T04:17:33.845Z Downloaded rustc_version v0.1.7
7522024-11-29T04:17:33.845Z Downloaded fnv v1.0.7
7532024-11-29T04:17:33.847Z Downloaded fixedbitset v0.4.2
7542024-11-29T04:17:33.847Z Downloaded fastrand v2.1.1
7552024-11-29T04:17:33.849Z Downloaded rustc_version v0.4.1
7562024-11-29T04:17:33.849Z Downloaded clap v4.5.21
7572024-11-29T04:17:33.856Z Downloaded ciborium v0.2.2
7582024-11-29T04:17:33.859Z Downloaded cancel-safe-futures v0.1.5
7592024-11-29T04:17:33.863Z Downloaded futures-macro v0.3.30
7602024-11-29T04:17:33.866Z Downloaded futures-io v0.3.30
7612024-11-29T04:17:33.866Z Downloaded futures-executor v0.3.30
7622024-11-29T04:17:33.866Z Downloaded foreign-types-macros v0.2.3
7632024-11-29T04:17:33.866Z Downloaded embedded-io v0.4.0
7642024-11-29T04:17:33.868Z Downloaded encoding_rs v0.8.34
7652024-11-29T04:17:33.889Z Downloaded dirs-next v2.0.0
7662024-11-29T04:17:33.892Z Downloaded rustls-pemfile v1.0.4
7672024-11-29T04:17:33.894Z Downloaded rand_core v0.6.4
7682024-11-29T04:17:33.894Z Downloaded backoff v0.4.0
7692024-11-29T04:17:33.897Z Downloaded crunchy v0.2.2
7702024-11-29T04:17:33.898Z Downloaded anstream v0.6.15
7712024-11-29T04:17:33.900Z Downloaded base64ct v1.6.0
7722024-11-29T04:17:33.902Z Downloaded convert_case v0.4.0
7732024-11-29T04:17:33.902Z Downloaded float-ord v0.3.2
7742024-11-29T04:17:33.905Z Downloaded dirs-sys-next v0.1.2
7752024-11-29T04:17:33.905Z Downloaded digest v0.10.7
7762024-11-29T04:17:33.907Z Downloaded crucible-workspace-hack v0.1.0
7772024-11-29T04:17:33.907Z Downloaded blake2 v0.10.6
7782024-11-29T04:17:33.910Z Downloaded ciborium-io v0.2.2
7792024-11-29T04:17:33.910Z Downloaded autocfg v1.3.0
7802024-11-29T04:17:33.912Z Downloaded async-stream-impl v0.3.5
7812024-11-29T04:17:33.912Z Downloaded async-stream v0.3.5
7822024-11-29T04:17:33.912Z Downloaded cc v1.1.21
7832024-11-29T04:17:33.917Z Downloaded pest_meta v2.7.13
7842024-11-29T04:17:33.920Z Downloaded password-hash v0.5.0
7852024-11-29T04:17:33.920Z Downloaded derive-where v1.2.7
7862024-11-29T04:17:33.923Z Downloaded block-buffer v0.10.4
7872024-11-29T04:17:33.925Z Downloaded atomic-waker v1.1.2
7882024-11-29T04:17:33.925Z Downloaded bitflags v2.6.0
7892024-11-29T04:17:33.931Z Downloaded pin-utils v0.1.0
7902024-11-29T04:17:33.933Z Downloaded cfg-if v1.0.0
7912024-11-29T04:17:34.113Z Downloaded ring v0.17.8
7922024-11-29T04:17:34.467Z Compiling proc-macro2 v1.0.86
7932024-11-29T04:17:34.469Z Compiling unicode-ident v1.0.13
7942024-11-29T04:17:34.469Z Compiling libc v0.2.165
7952024-11-29T04:17:34.469Z Compiling serde v1.0.215
7962024-11-29T04:17:34.470Z Compiling autocfg v1.3.0
7972024-11-29T04:17:34.470Z Compiling version_check v0.9.5
7982024-11-29T04:17:34.503Z Compiling cfg-if v1.0.0
7992024-11-29T04:17:34.681Z Compiling once_cell v1.20.2
8002024-11-29T04:17:34.700Z Compiling libm v0.2.8
8012024-11-29T04:17:34.717Z Compiling memchr v2.7.4
8022024-11-29T04:17:35.111Z Compiling byteorder v1.5.0
8032024-11-29T04:17:35.130Z Compiling parking_lot_core v0.9.10
8042024-11-29T04:17:35.306Z Compiling lock_api v0.4.12
8052024-11-29T04:17:35.570Z Compiling shlex v1.3.0
8062024-11-29T04:17:35.685Z Compiling thiserror v1.0.69
8072024-11-29T04:17:35.901Z Compiling cc v1.1.21
8082024-11-29T04:17:35.970Z Compiling itoa v1.0.11
8092024-11-29T04:17:36.198Z Compiling portable-atomic v1.8.0
8102024-11-29T04:17:36.222Z Compiling slab v0.4.9
8112024-11-29T04:17:36.351Z Compiling quote v1.0.37
8122024-11-29T04:17:36.667Z Compiling getrandom v0.2.15
8132024-11-29T04:17:36.846Z Compiling syn v2.0.87
8142024-11-29T04:17:36.911Z Compiling schemars v0.8.21
8152024-11-29T04:17:37.019Z Compiling ahash v0.8.11
8162024-11-29T04:17:37.039Z Compiling allocator-api2 v0.2.18
8172024-11-29T04:17:37.060Z Compiling num-traits v0.2.19
8182024-11-29T04:17:37.386Z Compiling ryu v1.0.18
8192024-11-29T04:17:37.689Z Compiling serde_json v1.0.133
8202024-11-29T04:17:37.738Z Compiling pin-project-lite v0.2.14
8212024-11-29T04:17:38.162Z Compiling equivalent v1.0.1
8222024-11-29T04:17:38.222Z Compiling log v0.4.22
8232024-11-29T04:17:38.255Z Compiling scopeguard v1.2.0
8242024-11-29T04:17:38.312Z Compiling heck v0.5.0
8252024-11-29T04:17:38.394Z Compiling fnv v1.0.7
8262024-11-29T04:17:38.593Z Compiling vcpkg v0.2.15
8272024-11-29T04:17:38.754Z Compiling crunchy v0.2.2
8282024-11-29T04:17:38.775Z Compiling ring v0.17.8
8292024-11-29T04:17:38.882Z Compiling pkg-config v0.3.31
8302024-11-29T04:17:39.309Z Compiling mio v1.0.2
8312024-11-29T04:17:39.762Z Compiling socket2 v0.5.8
8322024-11-29T04:17:39.938Z Compiling signal-hook-registry v1.4.2
8332024-11-29T04:17:39.962Z Compiling openssl-sys v0.9.103
8342024-11-29T04:17:40.244Z Compiling tiny-keccak v2.0.2
8352024-11-29T04:17:40.276Z Compiling httparse v1.9.4
8362024-11-29T04:17:40.524Z Compiling slog v2.7.0
8372024-11-29T04:17:40.927Z Compiling iana-time-zone v0.1.61
8382024-11-29T04:17:41.305Z Compiling futures-core v0.3.30
8392024-11-29T04:17:41.362Z Compiling dyn-clone v1.0.17
8402024-11-29T04:17:41.383Z Compiling const-random-macro v0.1.16
8412024-11-29T04:17:41.550Z Compiling futures-sink v0.3.30
8422024-11-29T04:17:41.589Z Compiling openssl v0.10.66
8432024-11-29T04:17:41.958Z Compiling rustls v0.23.13
8442024-11-29T04:17:42.044Z Compiling native-tls v0.2.12
8452024-11-29T04:17:42.136Z Compiling const-random v0.1.18
8462024-11-29T04:17:42.154Z Compiling typenum v1.17.0
8472024-11-29T04:17:42.154Z Compiling semver v1.0.23
8482024-11-29T04:17:42.191Z Compiling futures-channel v0.3.30
8492024-11-29T04:17:42.191Z Compiling pin-utils v0.1.0
8502024-11-29T04:17:42.229Z Compiling futures-task v0.3.30
8512024-11-29T04:17:42.283Z Compiling futures-io v0.3.30
8522024-11-29T04:17:42.332Z Compiling generic-array v0.14.7
8532024-11-29T04:17:42.500Z Compiling tracing-core v0.1.32
8542024-11-29T04:17:42.540Z Compiling bitflags v2.6.0
8552024-11-29T04:17:42.593Z Compiling subtle v2.6.1
8562024-11-29T04:17:42.646Z Compiling ucd-trie v0.1.6
8572024-11-29T04:17:42.713Z Compiling aho-corasick v1.1.3
8582024-11-29T04:17:42.761Z Compiling regex-syntax v0.8.4
8592024-11-29T04:17:42.985Z Compiling anyhow v1.0.93
8602024-11-29T04:17:43.041Z Compiling time-core v0.1.2
8612024-11-29T04:17:43.079Z Compiling num-conv v0.1.0
8622024-11-29T04:17:43.227Z Compiling serde_derive_internals v0.29.1
8632024-11-29T04:17:43.336Z Compiling time-macros v0.2.18
8642024-11-29T04:17:44.784Z Compiling spin v0.9.8
8652024-11-29T04:17:45.043Z Compiling rustls-pki-types v1.8.0
8662024-11-29T04:17:45.178Z Compiling usdt-impl v0.5.0
8672024-11-29T04:17:45.616Z Compiling untrusted v0.9.0
8682024-11-29T04:17:45.821Z Compiling omicron-workspace-hack v0.1.0
8692024-11-29T04:17:46.176Z Compiling regex-automata v0.4.7
8702024-11-29T04:17:46.363Z Compiling tinyvec_macros v0.1.1
8712024-11-29T04:17:46.461Z Compiling rustversion v1.0.17
8722024-11-29T04:17:46.481Z Compiling plain v0.2.3
8732024-11-29T04:17:46.654Z Compiling atomic-waker v1.1.2
8742024-11-29T04:17:46.852Z Compiling strsim v0.11.1
8752024-11-29T04:17:47.470Z Compiling tinyvec v1.8.0
8762024-11-29T04:17:47.681Z Compiling serde_derive v1.0.215
8772024-11-29T04:17:47.832Z Compiling zerocopy-derive v0.7.35
8782024-11-29T04:17:48.060Z Compiling thiserror-impl v1.0.69
8792024-11-29T04:17:49.095Z Compiling tokio-macros v2.4.0
8802024-11-29T04:17:49.787Z Compiling zerocopy v0.7.35
8812024-11-29T04:17:50.625Z Compiling schemars_derive v0.8.21
8822024-11-29T04:17:50.908Z Compiling futures-macro v0.3.30
8832024-11-29T04:17:51.559Z Compiling hashbrown v0.14.5
8842024-11-29T04:17:52.760Z Compiling openssl-macros v0.1.1
8852024-11-29T04:17:52.782Z Compiling futures-util v0.3.30
8862024-11-29T04:17:53.057Z Compiling tracing-attributes v0.1.27
8872024-11-29T04:17:53.520Z Compiling scroll_derive v0.12.0
8882024-11-29T04:17:53.557Z Compiling regress v0.10.1
8892024-11-29T04:17:53.607Z Compiling pest v2.7.13
8902024-11-29T04:17:53.847Z Compiling regex v1.10.6
8912024-11-29T04:17:56.022Z Compiling tracing v0.1.40
8922024-11-29T04:17:56.419Z Compiling pest_meta v2.7.13
8932024-11-29T04:17:56.751Z Compiling scroll v0.12.0
8942024-11-29T04:17:57.268Z Compiling goblin v0.8.2
8952024-11-29T04:17:57.953Z Compiling pest_generator v2.7.13
8962024-11-29T04:17:58.748Z Compiling rustls-webpki v0.102.8
8972024-11-29T04:18:00.080Z Compiling pest_derive v2.7.13
8982024-11-29T04:18:00.474Z Compiling bytes v1.7.2
8992024-11-29T04:18:01.804Z Compiling smallvec v1.13.2
9002024-11-29T04:18:02.294Z Compiling indexmap v2.5.0
9012024-11-29T04:18:02.336Z Compiling uuid v1.11.0
9022024-11-29T04:18:03.091Z Compiling parking_lot v0.12.3
9032024-11-29T04:18:03.116Z Compiling chrono v0.4.38
9042024-11-29T04:18:03.178Z Compiling serde_tokenstream v0.2.2
9052024-11-29T04:18:03.555Z Compiling tokio v1.41.1
9062024-11-29T04:18:03.591Z Compiling http v1.1.0
9072024-11-29T04:18:06.851Z Compiling openapiv3 v2.0.0
9082024-11-29T04:18:07.388Z Compiling rand_core v0.6.4
9092024-11-29T04:18:07.875Z Compiling percent-encoding v2.3.1
9102024-11-29T04:18:08.390Z Compiling typify-impl v0.2.0
9112024-11-29T04:18:09.513Z Compiling http-body v1.0.1
9122024-11-29T04:18:09.787Z Compiling try-lock v0.2.5
9132024-11-29T04:18:09.977Z Compiling pretty-hex v0.4.1
9142024-11-29T04:18:10.206Z Compiling zeroize v1.8.1
9152024-11-29T04:18:10.809Z Compiling unsafe-libyaml v0.2.11
9162024-11-29T04:18:10.899Z Compiling dof v0.3.0
9172024-11-29T04:18:11.397Z Compiling want v0.3.1
9182024-11-29T04:18:11.605Z Compiling form_urlencoded v1.2.1
9192024-11-29T04:18:11.687Z Compiling ipnetwork v0.20.0
9202024-11-29T04:18:12.089Z Compiling serde_yaml v0.9.34+deprecated
9212024-11-29T04:18:12.362Z Compiling dtrace-parser v0.2.0
9222024-11-29T04:18:12.447Z Compiling unicode-normalization v0.1.24
9232024-11-29T04:18:13.784Z Compiling tokio-util v0.7.12
9242024-11-29T04:18:15.122Z Compiling h2 v0.4.6
9252024-11-29T04:18:15.553Z Compiling thread-id v4.2.2
9262024-11-29T04:18:15.679Z Compiling ident_case v1.0.1
9272024-11-29T04:18:15.710Z Compiling rustls v0.22.4
9282024-11-29T04:18:15.770Z Compiling unicode-bidi v0.3.15
9292024-11-29T04:18:15.848Z Compiling httpdate v1.0.3
9302024-11-29T04:18:16.099Z Compiling syn v1.0.109
9312024-11-29T04:18:16.538Z Compiling foreign-types-shared v0.1.1
9322024-11-29T04:18:16.661Z Compiling camino v1.1.9
9332024-11-29T04:18:16.681Z Compiling foreign-types v0.3.2
9342024-11-29T04:18:16.792Z Compiling darling_core v0.20.10
9352024-11-29T04:18:17.279Z Compiling ppv-lite86 v0.2.20
9362024-11-29T04:18:18.566Z Compiling slog-async v2.8.0
9372024-11-29T04:18:18.755Z Compiling tower-service v0.3.3
9382024-11-29T04:18:18.781Z Compiling typify-macro v0.2.0
9392024-11-29T04:18:19.547Z Compiling rand_chacha v0.3.1
9402024-11-29T04:18:21.334Z Compiling hyper v1.5.1
9412024-11-29T04:18:22.266Z Compiling darling_macro v0.20.10
9422024-11-29T04:18:22.405Z Compiling typify v0.2.0
9432024-11-29T04:18:22.547Z Compiling progenitor-impl v0.8.0
9442024-11-29T04:18:23.261Z Compiling idna v0.5.0
9452024-11-29T04:18:27.222Z Compiling hyper-util v0.1.10
9462024-11-29T04:18:28.487Z Compiling progenitor-macro v0.8.0
9472024-11-29T04:18:29.884Z Compiling toml_datetime v0.6.8
9482024-11-29T04:18:30.686Z Compiling multer v3.1.0
9492024-11-29T04:18:31.279Z Compiling paste v1.0.15
9502024-11-29T04:18:31.825Z Compiling openssl-probe v0.1.5
9512024-11-29T04:18:34.124Z Compiling url v2.5.2
9522024-11-29T04:18:34.509Z Compiling darling v0.20.10
9532024-11-29T04:18:34.641Z Compiling rand v0.8.5
9542024-11-29T04:18:36.318Z Compiling usdt-macro v0.5.0
9552024-11-29T04:18:37.927Z Compiling usdt-attr-macro v0.5.0
9562024-11-29T04:18:39.534Z Compiling http-body-util v0.1.2
9572024-11-29T04:18:39.587Z Compiling async-trait v0.1.83
9582024-11-29T04:18:41.172Z Compiling encoding_rs v0.8.34
9592024-11-29T04:18:41.542Z Compiling ipnet v2.10.0
9602024-11-29T04:18:41.826Z Compiling base64 v0.22.1
9612024-11-29T04:18:42.314Z Compiling mime v0.3.17
9622024-11-29T04:18:42.939Z Compiling rustls-pemfile v2.1.3
9632024-11-29T04:18:43.671Z Compiling tokio-rustls v0.26.0
9642024-11-29T04:18:45.646Z Compiling serde_with_macros v3.9.0
9652024-11-29T04:18:46.825Z Compiling tokio-native-tls v0.3.1
9662024-11-29T04:18:47.094Z Compiling strum_macros v0.26.4
9672024-11-29T04:18:47.153Z Compiling serde_urlencoded v0.7.1
9682024-11-29T04:18:48.145Z Compiling async-stream-impl v0.3.5
9692024-11-29T04:18:48.389Z Compiling structmeta-derive v0.3.0
9702024-11-29T04:18:49.465Z Compiling webpki-roots v0.26.6
9712024-11-29T04:18:49.699Z Compiling dropshot v0.12.0
9722024-11-29T04:18:50.120Z Compiling crossbeam-utils v0.8.20
9732024-11-29T04:18:51.030Z Compiling powerfmt v0.2.0
9742024-11-29T04:18:51.476Z Compiling deranged v0.3.11
9752024-11-29T04:18:51.545Z Compiling structmeta v0.3.0
9762024-11-29T04:18:52.050Z Compiling hyper-rustls v0.27.3
9772024-11-29T04:18:52.784Z Compiling hyper-tls v0.6.0
9782024-11-29T04:18:53.387Z Compiling sync_wrapper v1.0.1
9792024-11-29T04:18:54.638Z Compiling winnow v0.6.18
9802024-11-29T04:18:56.083Z Compiling num_threads v0.1.7
9812024-11-29T04:18:56.217Z Compiling time v0.3.36
9822024-11-29T04:18:56.886Z Compiling reqwest v0.12.9
9832024-11-29T04:18:58.920Z Compiling parse-display-derive v0.10.0
9842024-11-29T04:19:00.366Z Compiling block-buffer v0.10.4
9852024-11-29T04:19:00.617Z Compiling crypto-common v0.1.6
9862024-11-29T04:19:00.851Z Compiling dropshot_endpoint v0.12.0
9872024-11-29T04:19:02.608Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9882024-11-29T04:19:04.949Z Compiling digest v0.10.7
9892024-11-29T04:19:05.420Z Compiling progenitor-client v0.8.0
9902024-11-29T04:19:06.618Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9912024-11-29T04:19:08.030Z Compiling dirs-sys-next v0.1.2
9922024-11-29T04:19:08.657Z Compiling lazy_static v1.5.0
9932024-11-29T04:19:09.179Z Compiling rustix v0.38.37
9942024-11-29T04:19:09.322Z Compiling match_cfg v0.1.0
9952024-11-29T04:19:10.029Z Compiling hostname v0.3.1
9962024-11-29T04:19:10.311Z Compiling progenitor v0.8.0
9972024-11-29T04:19:10.438Z Compiling dirs-next v2.0.0
9982024-11-29T04:19:12.739Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9992024-11-29T04:19:13.697Z Compiling futures-executor v0.3.30
10002024-11-29T04:19:14.810Z Compiling thread_local v1.1.8
10012024-11-29T04:19:14.870Z Compiling errno v0.3.9
10022024-11-29T04:19:15.446Z Compiling instant v0.1.13
10032024-11-29T04:19:15.840Z Compiling cpufeatures v0.2.14
10042024-11-29T04:19:15.963Z Compiling unicode-width v0.1.14
10052024-11-29T04:19:16.813Z Compiling futures v0.3.30
10062024-11-29T04:19:18.281Z Compiling term v0.7.0
10072024-11-29T04:19:19.067Z Compiling crossbeam-channel v0.5.13
10082024-11-29T04:19:21.131Z Compiling serde_spanned v0.6.7
10092024-11-29T04:19:21.767Z Compiling memmap v0.7.0
10102024-11-29T04:19:22.100Z Compiling is-terminal v0.4.13
10112024-11-29T04:19:22.485Z Compiling take_mut v0.2.2
10122024-11-29T04:19:22.505Z Compiling slog-term v2.9.1
10132024-11-29T04:19:22.895Z Compiling usdt v0.5.0
10142024-11-29T04:19:24.276Z Compiling toml_edit v0.22.21
10152024-11-29T04:19:25.424Z Compiling slog-json v2.6.1
10162024-11-29T04:19:25.879Z Compiling strum v0.26.3
10172024-11-29T04:19:26.074Z Compiling serde_with v3.9.0
10182024-11-29T04:19:28.458Z Compiling heapless v0.8.0
10192024-11-29T04:19:29.009Z Compiling debug-ignore v1.0.5
10202024-11-29T04:19:29.550Z Compiling tokio-rustls v0.25.0
10212024-11-29T04:19:31.494Z Compiling toml v0.8.19
10222024-11-29T04:19:32.897Z Compiling slog-bunyan v2.5.0
10232024-11-29T04:19:32.983Z Compiling sha1 v0.10.6
10242024-11-29T04:19:33.411Z Compiling async-stream v0.3.5
10252024-11-29T04:19:33.708Z Compiling newtype-uuid v1.1.0
10262024-11-29T04:19:33.791Z Compiling serde_path_to_error v0.1.16
10272024-11-29T04:19:34.057Z Compiling hex v0.4.3
10282024-11-29T04:19:34.394Z Compiling waitgroup v0.1.2
10292024-11-29T04:19:34.680Z Compiling hostname v0.4.0
10302024-11-29T04:19:34.719Z Compiling hash32 v0.3.1
10312024-11-29T04:19:34.747Z Compiling stable_deref_trait v1.2.0
10322024-11-29T04:19:34.998Z Compiling smoltcp v0.11.0
10332024-11-29T04:19:37.622Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10342024-11-29T04:19:37.687Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10352024-11-29T04:19:37.807Z Compiling backoff v0.4.0
10362024-11-29T04:19:38.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10372024-11-29T04:19:38.265Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10382024-11-29T04:19:38.479Z Compiling parse-display v0.10.0
10392024-11-29T04:19:40.453Z Compiling macaddr v1.0.1
10402024-11-29T04:19:41.079Z Compiling regress v0.9.1
10412024-11-29T04:19:44.970Z Compiling clap_derive v4.5.18
10422024-11-29T04:19:45.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10432024-11-29T04:19:46.041Z Compiling utf8parse v0.2.2
10442024-11-29T04:19:46.399Z Compiling managed v0.8.0
10452024-11-29T04:19:46.536Z Compiling cobs v0.2.3
10462024-11-29T04:19:46.897Z Compiling winnow v0.5.40
10472024-11-29T04:19:47.023Z Compiling bitflags v1.3.2
10482024-11-29T04:19:49.426Z Compiling postcard v1.0.10
10492024-11-29T04:19:50.123Z Compiling toml_edit v0.19.15
10502024-11-29T04:19:50.172Z Compiling anstyle-parse v0.2.5
10512024-11-29T04:19:50.580Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10522024-11-29T04:19:56.232Z Compiling anstyle v1.0.10
10532024-11-29T04:19:56.789Z Compiling is_terminal_polyfill v1.70.1
10542024-11-29T04:19:56.929Z Compiling colorchoice v1.0.2
10552024-11-29T04:19:56.953Z Compiling anstyle-query v1.1.1
10562024-11-29T04:19:57.121Z Compiling anstream v0.6.15
10572024-11-29T04:19:58.135Z Compiling proc-macro-crate v1.3.1
10582024-11-29T04:19:58.877Z Compiling terminal_size v0.4.0
10592024-11-29T04:19:59.121Z Compiling clap_lex v0.7.2
10602024-11-29T04:19:59.247Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10612024-11-29T04:19:59.668Z Compiling clap_builder v4.5.21
10622024-11-29T04:19:59.832Z Compiling num_enum_derive v0.5.11
10632024-11-29T04:20:01.002Z Compiling tabwriter v1.4.0
10642024-11-29T04:20:01.790Z Compiling foreign-types-macros v0.2.3
10652024-11-29T04:20:01.790Z Compiling num-integer v0.1.46
10662024-11-29T04:20:02.168Z Compiling foreign-types-shared v0.3.1
10672024-11-29T04:20:02.302Z Compiling num_enum v0.5.11
10682024-11-29T04:20:03.105Z Compiling foreign-types v0.5.0
10692024-11-29T04:20:03.251Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10702024-11-29T04:20:03.591Z Compiling cstr-argument v0.1.2
10712024-11-29T04:20:03.862Z Compiling clap v4.5.21
10722024-11-29T04:20:03.897Z Compiling proc-macro-error-attr v1.0.4
10732024-11-29T04:20:04.189Z Compiling prettyplease v0.2.22
10742024-11-29T04:20:04.296Z Compiling either v1.13.0
10752024-11-29T04:20:04.589Z Compiling pretty-hex v0.2.1
10762024-11-29T04:20:04.714Z Compiling heck v0.4.1
10772024-11-29T04:20:04.819Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10782024-11-29T04:20:05.201Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10792024-11-29T04:20:05.402Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10802024-11-29T04:20:06.475Z Compiling num-rational v0.4.2
10812024-11-29T04:20:07.626Z Compiling num-iter v0.1.45
10822024-11-29T04:20:07.956Z Compiling colored v2.1.0
10832024-11-29T04:20:09.140Z Compiling num-complex v0.4.6
10842024-11-29T04:20:09.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10852024-11-29T04:20:09.842Z Compiling proc-macro-error v1.0.4
10862024-11-29T04:20:09.888Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10872024-11-29T04:20:10.147Z Compiling fastrand v2.1.1
10882024-11-29T04:20:10.276Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-11-29T04:20:10.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10902024-11-29T04:20:10.451Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-11-29T04:20:10.769Z Compiling tempfile v3.12.0
10922024-11-29T04:20:12.330Z Compiling num v0.4.3
10932024-11-29T04:20:14.578Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10942024-11-29T04:20:15.122Z Compiling crucible-workspace-hack v0.1.0
10952024-11-29T04:20:15.197Z Compiling float-ord v0.3.2
10962024-11-29T04:20:15.377Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10972024-11-29T04:20:21.639Z Compiling semver v0.1.20
10982024-11-29T04:20:22.159Z Compiling unicode-segmentation v1.12.0
10992024-11-29T04:20:22.778Z Compiling rustc_version v0.1.7
11002024-11-29T04:20:23.154Z Compiling newline-converter v0.3.0
11012024-11-29T04:20:23.429Z Compiling zone_cfg_derive v0.3.0
11022024-11-29T04:20:23.460Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11032024-11-29T04:20:24.786Z Compiling camino-tempfile v1.1.1
11042024-11-29T04:20:24.874Z Compiling itertools v0.10.5
11052024-11-29T04:20:25.569Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11062024-11-29T04:20:25.886Z Compiling console v0.15.8
11072024-11-29T04:20:26.018Z Compiling num-derive v0.4.2
11082024-11-29T04:20:26.331Z Compiling sigpipe v0.1.3
11092024-11-29T04:20:26.485Z Compiling similar v2.6.0
11102024-11-29T04:20:27.830Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11112024-11-29T04:20:28.207Z Compiling base64ct v1.6.0
11122024-11-29T04:20:28.578Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-11-29T04:20:28.773Z Compiling password-hash v0.5.0
11142024-11-29T04:20:28.908Z Compiling expectorate v1.1.0
11152024-11-29T04:20:29.187Z Compiling zone v0.3.0
11162024-11-29T04:20:29.814Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11172024-11-29T04:20:30.087Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11182024-11-29T04:20:30.924Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11192024-11-29T04:20:32.468Z Compiling newtype_derive v0.1.6
11202024-11-29T04:20:32.880Z Compiling blake2 v0.10.6
11212024-11-29T04:20:32.901Z Compiling hubpack_derive v0.1.1
11222024-11-29T04:20:33.002Z Compiling smf v0.2.3
11232024-11-29T04:20:33.023Z Compiling zerocopy-derive v0.6.6
11242024-11-29T04:20:34.065Z Compiling whoami v1.5.2
11252024-11-29T04:20:34.754Z Compiling fixedbitset v0.4.2
11262024-11-29T04:20:34.924Z Compiling owo-colors v4.1.0
11272024-11-29T04:20:35.015Z Compiling cancel-safe-futures v0.1.5
11282024-11-29T04:20:35.352Z Compiling petgraph v0.6.5
11292024-11-29T04:20:35.355Z Compiling zerocopy v0.6.6
11302024-11-29T04:20:35.535Z Compiling hubpack v0.1.2
11312024-11-29T04:20:36.003Z Compiling argon2 v0.5.3
11322024-11-29T04:20:37.898Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11332024-11-29T04:20:38.413Z Compiling strum_macros v0.25.3
11342024-11-29T04:20:38.436Z Compiling serde-big-array v0.5.1
11352024-11-29T04:20:38.682Z Compiling serde_repr v0.1.19
11362024-11-29T04:20:39.531Z Compiling cookie v0.18.1
11372024-11-29T04:20:39.873Z Compiling static_assertions v1.1.0
11382024-11-29T04:20:39.939Z Compiling convert_case v0.4.0
11392024-11-29T04:20:40.040Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-11-29T04:20:40.305Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-11-29T04:20:40.589Z Compiling derive_more v0.99.18
11422024-11-29T04:20:40.894Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-11-29T04:20:41.830Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11442024-11-29T04:20:42.412Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-11-29T04:20:43.777Z Compiling atomicwrites v0.4.4
11462024-11-29T04:20:44.304Z Compiling itertools v0.13.0
11472024-11-29T04:20:46.788Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11482024-11-29T04:20:46.893Z Compiling idna v0.4.0
11492024-11-29T04:20:47.989Z Compiling libsw v3.3.1
11502024-11-29T04:20:48.039Z Compiling enum-as-inner v0.6.1
11512024-11-29T04:20:48.324Z Compiling derive-where v1.2.7
11522024-11-29T04:20:48.539Z Compiling highway v1.2.0
11532024-11-29T04:20:49.223Z Compiling indent_write v2.2.0
11542024-11-29T04:20:49.463Z Compiling linear-map v1.2.0
11552024-11-29T04:20:49.879Z Compiling data-encoding v2.6.0
11562024-11-29T04:20:49.992Z Compiling quick-error v1.2.3
11572024-11-29T04:20:50.148Z Compiling linked-hash-map v0.5.6
11582024-11-29T04:20:50.370Z Compiling swrite v0.1.0
11592024-11-29T04:20:50.526Z Compiling hickory-proto v0.24.1
11602024-11-29T04:20:50.546Z Compiling lru-cache v0.1.2
11612024-11-29T04:20:50.772Z Compiling resolv-conf v0.7.0
11622024-11-29T04:20:50.774Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-11-29T04:20:51.410Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-11-29T04:20:52.300Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-11-29T04:20:52.661Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-11-29T04:20:54.527Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11672024-11-29T04:20:57.070Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11682024-11-29T04:20:58.546Z Compiling steno v0.4.1
11692024-11-29T04:20:59.498Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-11-29T04:20:59.901Z Compiling slog-dtrace v0.3.0
11712024-11-29T04:21:00.309Z Compiling parking_lot_core v0.8.6
11722024-11-29T04:21:00.808Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-11-29T04:21:00.981Z Compiling humantime v2.1.0
11742024-11-29T04:21:01.713Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11752024-11-29T04:21:01.860Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-11-29T04:21:04.859Z Compiling hickory-resolver v0.24.1
11772024-11-29T04:21:04.954Z Compiling num-derive v0.3.3
11782024-11-29T04:21:04.999Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11792024-11-29T04:21:05.736Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11802024-11-29T04:21:07.006Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11812024-11-29T04:21:07.206Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11822024-11-29T04:21:07.438Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-11-29T04:21:07.671Z Compiling parking_lot v0.11.2
11842024-11-29T04:21:08.943Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11852024-11-29T04:21:09.611Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11862024-11-29T04:21:10.895Z Compiling crossbeam-epoch v0.9.18
11872024-11-29T04:21:11.739Z Compiling fxhash v0.2.1
11882024-11-29T04:21:11.970Z Compiling crc32fast v1.4.2
11892024-11-29T04:21:12.004Z Compiling arc-swap v1.7.1
11902024-11-29T04:21:12.515Z Compiling crc8 v0.1.1
11912024-11-29T04:21:12.676Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11922024-11-29T04:21:12.833Z Compiling slog-scope v4.4.0
11932024-11-29T04:21:13.579Z Compiling sled v0.34.7
11942024-11-29T04:21:14.942Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11952024-11-29T04:21:18.828Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11962024-11-29T04:21:19.333Z Compiling slog-stdlog v4.1.1
11972024-11-29T04:21:20.140Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-11-29T04:21:20.179Z Compiling slog-envlogger v2.2.0
11992024-11-29T04:21:22.828Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
12002024-11-29T04:21:31.923Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
12012024-11-29T04:21:36.658Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12022024-11-29T04:21:40.870Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12032024-11-29T04:22:06.884Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12042024-11-29T04:22:06.884Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12052024-11-29T04:22:13.983Z Finished `release` profile [optimized] target(s) in 5m 02s
12062024-11-29T04:22:14.299Z+ banner quartet
12072024-11-29T04:22:14.301Z
12082024-11-29T04:22:14.301Z #### # # ## ##### ##### ###### #####
12092024-11-29T04:22:14.301Z # # # # # # # # # # #
12102024-11-29T04:22:14.301Z # # # # # # # # # ##### #
12112024-11-29T04:22:14.301Z # # # # # ###### ##### # # #
12122024-11-29T04:22:14.301Z # # # # # # # # # # #
12132024-11-29T04:22:14.301Z ### # #### # # # # # ###### #
12142024-11-29T04:22:14.301Z
12152024-11-29T04:22:14.302Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12162024-11-29T04:22:14.782Z Compiling cfg-if v1.0.0
12172024-11-29T04:22:14.782Z Compiling libc v0.2.165
12182024-11-29T04:22:14.785Z Compiling serde v1.0.215
12192024-11-29T04:22:14.785Z Compiling once_cell v1.20.2
12202024-11-29T04:22:14.785Z Compiling itoa v1.0.11
12212024-11-29T04:22:14.862Z Compiling byteorder v1.5.0
12222024-11-29T04:22:14.877Z Compiling syn v2.0.87
12232024-11-29T04:22:14.896Z Compiling bytes v1.7.2
12242024-11-29T04:22:14.917Z Compiling num-traits v0.2.19
12252024-11-29T04:22:15.091Z Compiling zerocopy v0.7.35
12262024-11-29T04:22:15.241Z Compiling pin-project-lite v0.2.14
12272024-11-29T04:22:15.271Z Compiling ahash v0.8.11
12282024-11-29T04:22:15.296Z Compiling memchr v2.7.4
12292024-11-29T04:22:15.323Z Compiling scopeguard v1.2.0
12302024-11-29T04:22:15.354Z Compiling allocator-api2 v0.2.18
12312024-11-29T04:22:15.440Z Compiling smallvec v1.13.2
12322024-11-29T04:22:15.480Z Compiling schemars v0.8.21
12332024-11-29T04:22:15.851Z Compiling lock_api v0.4.12
12342024-11-29T04:22:16.101Z Compiling getrandom v0.2.15
12352024-11-29T04:22:16.119Z Compiling hashbrown v0.14.5
12362024-11-29T04:22:16.199Z Compiling parking_lot_core v0.9.10
12372024-11-29T04:22:16.262Z Compiling socket2 v0.5.8
12382024-11-29T04:22:16.486Z Compiling signal-hook-registry v1.4.2
12392024-11-29T04:22:16.615Z Compiling parking_lot v0.12.3
12402024-11-29T04:22:17.084Z Compiling mio v1.0.2
12412024-11-29T04:22:17.251Z Compiling fnv v1.0.7
12422024-11-29T04:22:17.384Z Compiling log v0.4.22
12432024-11-29T04:22:17.387Z Compiling futures-core v0.3.30
12442024-11-29T04:22:17.872Z Compiling ryu v1.0.18
12452024-11-29T04:22:17.887Z Compiling equivalent v1.0.1
12462024-11-29T04:22:17.949Z Compiling tracing-core v0.1.32
12472024-11-29T04:22:18.082Z Compiling serde_json v1.0.133
12482024-11-29T04:22:18.084Z Compiling uuid v1.11.0
12492024-11-29T04:22:18.084Z Compiling regress v0.10.1
12502024-11-29T04:22:18.470Z Compiling pin-utils v0.1.0
12512024-11-29T04:22:18.553Z Compiling spin v0.9.8
12522024-11-29T04:22:18.568Z Compiling futures-task v0.3.30
12532024-11-29T04:22:18.705Z Compiling untrusted v0.9.0
12542024-11-29T04:22:18.742Z Compiling futures-sink v0.3.30
12552024-11-29T04:22:18.745Z Compiling futures-util v0.3.30
12562024-11-29T04:22:18.775Z Compiling slab v0.4.9
12572024-11-29T04:22:18.880Z Compiling ring v0.17.8
12582024-11-29T04:22:19.068Z Compiling try-lock v0.2.5
12592024-11-29T04:22:19.215Z Compiling want v0.3.1
12602024-11-29T04:22:19.409Z Compiling chrono v0.4.38
12612024-11-29T04:22:19.501Z Compiling httparse v1.9.4
12622024-11-29T04:22:20.233Z Compiling futures-channel v0.3.30
12632024-11-29T04:22:20.517Z Compiling foreign-types-shared v0.1.1
12642024-11-29T04:22:20.671Z Compiling dyn-clone v1.0.17
12652024-11-29T04:22:20.883Z Compiling serde_derive_internals v0.29.1
12662024-11-29T04:22:20.961Z Compiling tower-service v0.3.3
12672024-11-29T04:22:21.085Z Compiling foreign-types v0.3.2
12682024-11-29T04:22:21.154Z Compiling openssl-sys v0.9.103
12692024-11-29T04:22:21.177Z Compiling unicode-ident v1.0.13
12702024-11-29T04:22:21.304Z Compiling bitflags v2.6.0
12712024-11-29T04:22:21.392Z Compiling proc-macro2 v1.0.86
12722024-11-29T04:22:21.668Z Compiling http v1.1.0
12732024-11-29T04:22:22.422Z Compiling semver v1.0.23
12742024-11-29T04:22:22.447Z Compiling tinyvec_macros v0.1.1
12752024-11-29T04:22:22.542Z Compiling openssl-probe v0.1.5
12762024-11-29T04:22:22.852Z Compiling tinyvec v1.8.0
12772024-11-29T04:22:23.030Z Compiling quote v1.0.37
12782024-11-29T04:22:23.098Z Compiling percent-encoding v2.3.1
12792024-11-29T04:22:24.558Z Compiling unicode-normalization v0.1.24
12802024-11-29T04:22:25.020Z Compiling form_urlencoded v1.2.1
12812024-11-29T04:22:25.361Z Compiling serde_derive v1.0.215
12822024-11-29T04:22:25.518Z Compiling zerocopy-derive v0.7.35
12832024-11-29T04:22:25.921Z Compiling thiserror-impl v1.0.69
12842024-11-29T04:22:26.323Z Compiling tokio-macros v2.4.0
12852024-11-29T04:22:26.481Z Compiling schemars_derive v0.8.21
12862024-11-29T04:22:26.507Z Compiling tracing-attributes v0.1.27
12872024-11-29T04:22:26.694Z Compiling openssl-macros v0.1.1
12882024-11-29T04:22:27.538Z Compiling openssl v0.10.66
12892024-11-29T04:22:27.851Z Compiling tokio v1.41.1
12902024-11-29T04:22:28.668Z Compiling thiserror v1.0.69
12912024-11-29T04:22:28.981Z Compiling http v0.2.12
12922024-11-29T04:22:29.328Z Compiling aho-corasick v1.1.3
12932024-11-29T04:22:29.522Z Compiling tracing v0.1.40
12942024-11-29T04:22:30.222Z Compiling unicode-bidi v0.3.15
12952024-11-29T04:22:33.247Z Compiling rustls-pki-types v1.8.0
12962024-11-29T04:22:33.754Z Compiling native-tls v0.2.12
12972024-11-29T04:22:34.490Z Compiling heck v0.5.0
12982024-11-29T04:22:35.818Z Compiling regex-automata v0.4.7
12992024-11-29T04:22:35.851Z Compiling idna v0.5.0
13002024-11-29T04:22:38.802Z Compiling indexmap v2.5.0
13012024-11-29T04:22:40.927Z Compiling tokio-util v0.7.12
13022024-11-29T04:22:41.133Z Compiling serde_tokenstream v0.2.2
13032024-11-29T04:22:41.876Z Compiling tokio-native-tls v0.3.1
13042024-11-29T04:22:42.172Z Compiling http-body v1.0.1
13052024-11-29T04:22:42.953Z Compiling atomic-waker v1.1.2
13062024-11-29T04:22:43.054Z Compiling slog v2.7.0
13072024-11-29T04:22:43.135Z Compiling regex-syntax v0.8.4
13082024-11-29T04:22:43.435Z Compiling h2 v0.4.6
13092024-11-29T04:22:43.657Z Compiling typify-impl v0.2.0
13102024-11-29T04:22:45.404Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13112024-11-29T04:22:54.826Z Compiling openapiv3 v2.0.0
13122024-11-29T04:22:55.957Z Compiling regex v1.10.6
13132024-11-29T04:22:56.844Z Compiling serde_urlencoded v0.7.1
13142024-11-29T04:22:57.370Z Compiling url v2.5.2
13152024-11-29T04:22:57.393Z Compiling encoding_rs v0.8.34
13162024-11-29T04:22:58.685Z Compiling rustls v0.21.12
13172024-11-29T04:22:59.066Z Compiling mime v0.3.17
13182024-11-29T04:22:59.333Z Compiling ipnet v2.10.0
13192024-11-29T04:23:01.201Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13202024-11-29T04:23:02.407Z Compiling typify-macro v0.2.0
13212024-11-29T04:23:03.004Z Compiling hyper v1.5.1
13222024-11-29T04:23:04.174Z Compiling h2 v0.3.26
13232024-11-29T04:23:04.546Z Compiling rustls-webpki v0.102.8
13242024-11-29T04:23:04.806Z Compiling http-body v0.4.6
13252024-11-29T04:23:05.251Z Compiling rustls-webpki v0.101.7
13262024-11-29T04:23:05.889Z Compiling sct v0.7.1
13272024-11-29T04:23:06.380Z Compiling httpdate v1.0.3
13282024-11-29T04:23:07.167Z Compiling subtle v2.6.1
13292024-11-29T04:23:07.434Z Compiling toml_datetime v0.6.8
13302024-11-29T04:23:07.798Z Compiling zeroize v1.8.1
13312024-11-29T04:23:08.148Z Compiling rustls v0.23.13
13322024-11-29T04:23:08.937Z Compiling toml_edit v0.19.15
13332024-11-29T04:23:09.231Z Compiling serde_yaml v0.9.34+deprecated
13342024-11-29T04:23:12.585Z Compiling hyper v0.14.30
13352024-11-29T04:23:13.112Z Compiling hyper-util v0.1.10
13362024-11-29T04:23:19.063Z Compiling lazy_static v1.5.0
13372024-11-29T04:23:19.209Z Compiling tokio-rustls v0.26.0
13382024-11-29T04:23:19.697Z Compiling tokio-rustls v0.24.1
13392024-11-29T04:23:19.936Z Compiling proc-macro-crate v1.3.1
13402024-11-29T04:23:20.092Z Compiling http-body-util v0.1.2
13412024-11-29T04:23:20.625Z Compiling webpki-roots v0.26.6
13422024-11-29T04:23:20.683Z Compiling base64 v0.21.7
13432024-11-29T04:23:20.828Z Compiling base64 v0.22.1
13442024-11-29T04:23:21.173Z Compiling rustls-pemfile v1.0.4
13452024-11-29T04:23:21.825Z Compiling rustls-pemfile v2.1.3
13462024-11-29T04:23:21.964Z Compiling crossbeam-utils v0.8.20
13472024-11-29T04:23:21.981Z Compiling hyper-rustls v0.27.3
13482024-11-29T04:23:21.989Z Compiling num_enum_derive v0.5.11
13492024-11-29T04:23:22.582Z Compiling hyper-tls v0.6.0
13502024-11-29T04:23:23.073Z Compiling hyper-rustls v0.24.2
13512024-11-29T04:23:23.512Z Compiling hyper-tls v0.5.0
13522024-11-29T04:23:23.592Z Compiling typify v0.2.0
13532024-11-29T04:23:23.731Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13542024-11-29T04:23:24.190Z Compiling ipnetwork v0.20.0
13552024-11-29T04:23:26.312Z Compiling ppv-lite86 v0.2.20
13562024-11-29T04:23:26.610Z Compiling foreign-types-macros v0.2.3
13572024-11-29T04:23:27.101Z Compiling sync_wrapper v1.0.1
13582024-11-29T04:23:27.169Z Compiling rand_core v0.6.4
13592024-11-29T04:23:27.243Z Compiling dirs-sys-next v0.1.2
13602024-11-29T04:23:27.253Z Compiling webpki-roots v0.25.4
13612024-11-29T04:23:27.407Z Compiling foreign-types-shared v0.3.1
13622024-11-29T04:23:27.537Z Compiling sync_wrapper v0.1.2
13632024-11-29T04:23:27.619Z Compiling powerfmt v0.2.0
13642024-11-29T04:23:27.675Z Compiling time-macros v0.2.18
13652024-11-29T04:23:27.956Z Compiling foreign-types v0.5.0
13662024-11-29T04:23:28.066Z Compiling deranged v0.3.11
13672024-11-29T04:23:28.219Z Compiling reqwest v0.11.27
13682024-11-29T04:23:28.292Z Compiling rand_chacha v0.3.1
13692024-11-29T04:23:29.829Z Compiling dirs-next v2.0.0
13702024-11-29T04:23:29.998Z Compiling reqwest v0.12.9
13712024-11-29T04:23:30.090Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13722024-11-29T04:23:30.493Z Compiling progenitor-impl v0.8.0
13732024-11-29T04:23:36.177Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13742024-11-29T04:23:36.600Z Compiling num_enum v0.5.11
13752024-11-29T04:23:38.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13762024-11-29T04:23:38.364Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13772024-11-29T04:23:38.504Z Compiling cstr-argument v0.1.2
13782024-11-29T04:23:38.528Z Compiling thread_local v1.1.8
13792024-11-29T04:23:38.762Z Compiling pretty-hex v0.2.1
13802024-11-29T04:23:38.980Z Compiling arc-swap v1.7.1
13812024-11-29T04:23:39.196Z Compiling num-conv v0.1.0
13822024-11-29T04:23:39.447Z Compiling either v1.13.0
13832024-11-29T04:23:39.623Z Compiling time-core v0.1.2
13842024-11-29T04:23:39.816Z Compiling itertools v0.12.1
13852024-11-29T04:23:39.862Z Compiling time v0.3.36
13862024-11-29T04:23:41.244Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-11-29T04:23:42.681Z Compiling slog-scope v4.4.0
13882024-11-29T04:23:43.226Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13892024-11-29T04:23:43.576Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13902024-11-29T04:23:43.611Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13912024-11-29T04:23:43.780Z Compiling crossbeam-channel v0.5.13
13922024-11-29T04:23:44.415Z Compiling progenitor-macro v0.8.0
13932024-11-29T04:23:45.385Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-11-29T04:23:48.827Z Compiling progenitor-client v0.8.0
13952024-11-29T04:23:49.737Z Compiling term v0.7.0
13962024-11-29T04:23:54.364Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13972024-11-29T04:23:55.737Z Compiling rand v0.8.5
13982024-11-29T04:23:56.153Z Compiling anyhow v1.0.93
13992024-11-29T04:23:57.430Z Compiling colored v2.1.0
14002024-11-29T04:23:57.624Z Compiling is-terminal v0.4.13
14012024-11-29T04:23:57.754Z Compiling take_mut v0.2.2
14022024-11-29T04:23:57.914Z Compiling winnow v0.6.18
14032024-11-29T04:23:58.606Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14042024-11-29T04:23:59.017Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14052024-11-29T04:23:59.221Z Compiling slog-async v2.8.0
14062024-11-29T04:24:02.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14072024-11-29T04:24:02.291Z Compiling slog-term v2.9.1
14082024-11-29T04:24:05.062Z Compiling progenitor v0.8.0
14092024-11-29T04:24:05.247Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14102024-11-29T04:24:08.928Z Compiling slog-stdlog v4.1.1
14112024-11-29T04:24:09.722Z Compiling slog-envlogger v2.2.0
14122024-11-29T04:24:11.046Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14132024-11-29T04:24:12.911Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14142024-11-29T04:24:29.288Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14152024-11-29T04:24:36.833Z Finished `release` profile [optimized] target(s) in 2m 22s
14162024-11-29T04:24:36.916Z Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0)
14172024-11-29T04:24:36.965Z
14182024-11-29T04:24:36.965Zrunning 1 test
14192024-11-29T04:24:37.139Zconfigure zone
14202024-11-29T04:24:37.156Zinstall zone
14212024-11-29T04:25:36.969Ztest ddm::test_quartet has been running for over 60 seconds
14222024-11-29T04:26:36.789Zboot zone
14232024-11-29T04:26:37.708Zstart zone s1
14242024-11-29T04:26:37.708Zconfigure zone
14252024-11-29T04:26:37.717Zinstall zone
14262024-11-29T04:28:30.998Zboot zone
14272024-11-29T04:28:31.821Zstart zone s2
14282024-11-29T04:28:31.821Zconfigure zone
14292024-11-29T04:28:31.829Zinstall zone
14302024-11-29T04:30:25.386Zboot zone
14312024-11-29T04:30:26.242Zstart zone s3
14322024-11-29T04:30:26.242Zconfigure zone
14332024-11-29T04:30:26.251Zinstall zone
14342024-11-29T04:32:20.703Zboot zone
14352024-11-29T04:32:21.687Zstart zone t1
14362024-11-29T04:32:21.687Zconfigure zone
14372024-11-29T04:32:21.695Zinstall zone
14382024-11-29T04:34:16.215Zboot zone
14392024-11-29T04:34:17.110Zwaiting for zones to come up
14402024-11-29T04:34:27.111Z[sidecar.quartet] svcs milestone/network
14412024-11-29T04:34:27.144ZSTATE STIME FMRI
14422024-11-29T04:34:27.144Zonline 20:26:55 svc:/milestone/network:default
14432024-11-29T04:34:27.144Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14442024-11-29T04:34:27.192Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14452024-11-29T04:34:27.242Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14462024-11-29T04:34:27.288Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14472024-11-29T04:34:27.292Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14482024-11-29T04:34:27.313Z
14492024-11-29T04:34:27.313Zrunning zone s1.quartet setup
14502024-11-29T04:34:27.313Z[s1.quartet] svcs milestone/network
14512024-11-29T04:34:27.341ZSTATE STIME FMRI
14522024-11-29T04:34:27.341Zonline 20:28:49 svc:/milestone/network:default
14532024-11-29T04:34:27.341Z[s1.quartet] dladm
14542024-11-29T04:34:27.367ZLINK CLASS MTU STATE BRIDGE OVER
14552024-11-29T04:34:27.367Zsl0 simnet 9000 up -- ?
14562024-11-29T04:34:27.367Zmgs1 vnic 9000 up -- ?
14572024-11-29T04:34:27.367Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14582024-11-29T04:34:27.909Z
14592024-11-29T04:34:27.909Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14602024-11-29T04:34:27.935Z
14612024-11-29T04:34:27.935Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14622024-11-29T04:34:27.957Z
14632024-11-29T04:34:27.957Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14642024-11-29T04:34:28.060Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14652024-11-29T04:34:28.103Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1fa40b5b-558d-48fe-866a-bbcc4a7354db --sled-uuid 9a22fcd6-9967-4184-a584-defa9c2d5121 -a sl0/v6 &> /opt/ddmd.log &
14662024-11-29T04:34:28.125Z
14672024-11-29T04:34:28.125Zrunning zone s2.quartet setup
14682024-11-29T04:34:28.125Z[s2.quartet] svcs milestone/network
14692024-11-29T04:34:28.150ZSTATE STIME FMRI
14702024-11-29T04:34:28.150Zonline 20:30:44 svc:/milestone/network:default
14712024-11-29T04:34:28.150Z[s2.quartet] dladm
14722024-11-29T04:34:28.171ZLINK CLASS MTU STATE BRIDGE OVER
14732024-11-29T04:34:28.171Zsl1 simnet 9000 up -- ?
14742024-11-29T04:34:28.171Zmgs2 vnic 9000 up -- ?
14752024-11-29T04:34:28.171Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14762024-11-29T04:34:28.691Z
14772024-11-29T04:34:28.691Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14782024-11-29T04:34:28.717Z
14792024-11-29T04:34:28.717Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14802024-11-29T04:34:28.739Z
14812024-11-29T04:34:28.739Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14822024-11-29T04:34:28.785Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14832024-11-29T04:34:28.807Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f04298f2-28f9-4dd2-aa4e-1432086c6e11 --sled-uuid aff2737c-e5ae-4a7b-86d2-2f88d7b0ff89 -a sl1/v6 &> /opt/ddmd.log &
14842024-11-29T04:34:28.828Z
14852024-11-29T04:34:28.828Zrunning zone s3.quartet setup
14862024-11-29T04:34:28.828Z[s3.quartet] svcs milestone/network
14872024-11-29T04:34:28.856ZSTATE STIME FMRI
14882024-11-29T04:34:28.856Zonline 20:32:39 svc:/milestone/network:default
14892024-11-29T04:34:28.856Z[s3.quartet] dladm
14902024-11-29T04:34:28.881ZLINK CLASS MTU STATE BRIDGE OVER
14912024-11-29T04:34:28.881Zsl2 simnet 9000 up -- ?
14922024-11-29T04:34:28.881Zmgs3 vnic 9000 up -- ?
14932024-11-29T04:34:28.881Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14942024-11-29T04:34:29.352Z
14952024-11-29T04:34:29.352Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14962024-11-29T04:34:29.379Z
14972024-11-29T04:34:29.379Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14982024-11-29T04:34:29.401Z
14992024-11-29T04:34:29.401Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
15002024-11-29T04:34:29.450Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
15012024-11-29T04:34:29.474Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d483c284-078d-45f2-ad3c-f566134d12b3 --sled-uuid 58d63565-f59a-4428-aa5f-e62a4ff9fa1a -a sl2/v6 &> /opt/ddmd.log &
15022024-11-29T04:34:29.496Z
15032024-11-29T04:34:29.496Zrunning zone t1.quartet setup
15042024-11-29T04:34:29.496Z[t1.quartet] svcs milestone/network
15052024-11-29T04:34:29.521ZSTATE STIME FMRI
15062024-11-29T04:34:29.521Z- - svc:/milestone/network:default
15072024-11-29T04:34:30.522Z[t1.quartet] svcs milestone/network
15082024-11-29T04:34:30.544ZSTATE STIME FMRI
15092024-11-29T04:34:30.545Z- - svc:/milestone/network:default
15102024-11-29T04:34:31.545Z[t1.quartet] svcs milestone/network
15112024-11-29T04:34:31.566ZSTATE STIME FMRI
15122024-11-29T04:34:31.566Z- - svc:/milestone/network:default
15132024-11-29T04:34:32.566Z[t1.quartet] svcs milestone/network
15142024-11-29T04:34:32.589ZSTATE STIME FMRI
15152024-11-29T04:34:32.589Z- - svc:/milestone/network:default
15162024-11-29T04:34:33.589Z[t1.quartet] svcs milestone/network
15172024-11-29T04:34:33.613ZSTATE STIME FMRI
15182024-11-29T04:34:33.613Z- - svc:/milestone/network:default
15192024-11-29T04:34:34.612Z[t1.quartet] svcs milestone/network
15202024-11-29T04:34:34.635ZSTATE STIME FMRI
15212024-11-29T04:34:34.635Z- - svc:/milestone/network:default
15222024-11-29T04:34:35.635Z[t1.quartet] svcs milestone/network
15232024-11-29T04:34:35.658ZSTATE STIME FMRI
15242024-11-29T04:34:35.658Zoffline 20:34:34 svc:/milestone/network:default
15252024-11-29T04:34:36.658Z[t1.quartet] svcs milestone/network
15262024-11-29T04:34:36.683ZSTATE STIME FMRI
15272024-11-29T04:34:36.683Zonline 20:34:35 svc:/milestone/network:default
15282024-11-29T04:34:36.683Z[t1.quartet] dladm
15292024-11-29T04:34:36.709ZLINK CLASS MTU STATE BRIDGE OVER
15302024-11-29T04:34:36.709Ztfportrear0_0 simnet 9000 up -- ?
15312024-11-29T04:34:36.709Ztfportrear1_0 simnet 9000 up -- ?
15322024-11-29T04:34:36.709Ztfportrear2_0 simnet 9000 up -- ?
15332024-11-29T04:34:36.709Zmgt1 vnic 9000 up -- ?
15342024-11-29T04:34:36.709Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15352024-11-29T04:34:37.263Z
15362024-11-29T04:34:37.263Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15372024-11-29T04:34:37.289Z
15382024-11-29T04:34:37.289Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15392024-11-29T04:34:37.313Z
15402024-11-29T04:34:37.313Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15412024-11-29T04:34:37.337Z
15422024-11-29T04:34:37.337Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15432024-11-29T04:34:37.359Z
15442024-11-29T04:34:37.360Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15452024-11-29T04:34:37.555Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15462024-11-29T04:34:37.560Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15472024-11-29T04:34:37.563Zwaiting 3s for copy of files to zone to complete ...
15482024-11-29T04:34:40.563Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15492024-11-29T04:34:40.606Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15502024-11-29T04:34:40.629Z[t1.quartet] svcadm enable dendrite
15512024-11-29T04:34:40.671Z
15522024-11-29T04:34:40.671Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15532024-11-29T04:34:40.719Z
15542024-11-29T04:34:40.719Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15552024-11-29T04:34:40.765Z
15562024-11-29T04:34:40.765Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15572024-11-29T04:34:40.810Z
15582024-11-29T04:34:40.810Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15592024-11-29T04:34:40.857Z
15602024-11-29T04:34:40.857Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15612024-11-29T04:34:40.904Z
15622024-11-29T04:34:40.904Z[t1.quartet] svcadm refresh dendrite:default
15632024-11-29T04:34:40.945Z
15642024-11-29T04:34:40.945Z[t1.quartet] svcadm restart dendrite:default
15652024-11-29T04:34:40.987Z
15662024-11-29T04:34:40.987Zwait 10s for dendrite to come up ...
15672024-11-29T04:34:50.988Z[t1.quartet] svcadm enable tfport
15682024-11-29T04:34:51.029Z
15692024-11-29T04:34:51.029Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4e0baf78-f0d7-48f5-87fe-b0236d6e8681 --sled-uuid 08bce02e-2a91-4bbc-bdbd-f5afdf04c96f -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15702024-11-29T04:34:51.053Z
15712024-11-29T04:34:51.053Z[t1.quartet] ipadm
15722024-11-29T04:34:51.081ZADDROBJ TYPE STATE ADDR
15732024-11-29T04:34:51.081Zlo0/v4 static ok 127.0.0.1/8
15742024-11-29T04:34:51.081Zmgt1/v4 static ok 10.0.0.4/24
15752024-11-29T04:34:51.081Zlo0/v6 static ok ::1/128
15762024-11-29T04:34:51.081Zlo0/u6 static ok fd00:4::1/64
15772024-11-29T04:34:51.081Ztfportrear0_0/v6 addrconf ok fe80::a430:16ff:fe56:2b28%tfportrear0_0/10
15782024-11-29T04:34:51.081Ztfportrear1_0/v6 addrconf ok fe80::ecfd:a7ff:fe49:fada%tfportrear1_0/10
15792024-11-29T04:34:51.081Ztfportrear2_0/v6 addrconf ok fe80::28ab:6eff:fe57:3d9f%tfportrear2_0/10
15802024-11-29T04:34:53.370Zinitial peering test passed
15812024-11-29T04:34:54.373Z[s3.quartet] ping fd00:1::1
15822024-11-29T04:34:54.404Zfd00:1::1 is alive
15832024-11-29T04:35:05.407Z[s3.quartet] ping fd00:1::1
15842024-11-29T04:35:05.433Zfd00:1::1 is alive
15852024-11-29T04:35:05.451Z[t1.quartet] pkill ddmd
15862024-11-29T04:35:05.480Z
15872024-11-29T04:35:05.480Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15882024-11-29T04:35:05.484Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15892024-11-29T04:35:08.011Z[s3.quartet] pkill ddmd
15902024-11-29T04:35:08.032Z
15912024-11-29T04:35:08.033Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15922024-11-29T04:35:10.648Z[s2.quartet] pkill ddmd
15932024-11-29T04:35:10.669Z
15942024-11-29T04:35:10.669Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15952024-11-29T04:35:13.004Z[s1.quartet] pkill ddmd
15962024-11-29T04:35:13.024Z
15972024-11-29T04:35:13.024Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15982024-11-29T04:35:15.611Z[sidecar.quartet] pkill softnpu
15992024-11-29T04:35:15.630Z
16002024-11-29T04:35:15.630Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
16012024-11-29T04:35:18.175Ztest ddm::test_quartet ... ok
16022024-11-29T04:35:18.176Z
16032024-11-29T04:35:18.176Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 641.16s
16042024-11-29T04:35:18.176Z
16052024-11-29T04:35:18.203Z+ cleanup
16062024-11-29T04:35:18.206Z++ id -un
16072024-11-29T04:35:18.209Z++ id -gn
16082024-11-29T04:35:18.212Z+ pfexec chown -R build:build .
16092024-11-29T04:35:18.292Zprocess exited: duration 1155230 ms, exit code 0
 
16102024-11-29T04:35:18.303Zfound 5 output files
16112024-11-29T04:35:18.303Zuploading: /work/s1.quartet.log (4853 bytes)
16122024-11-29T04:35:19.312Zuploaded: /work/s1.quartet.log
16132024-11-29T04:35:19.317Zuploading: /work/s2.quartet.log (4115 bytes)
16142024-11-29T04:35:20.323Zuploaded: /work/s2.quartet.log
16152024-11-29T04:35:20.325Zuploading: /work/s3.quartet.log (4251 bytes)
16162024-11-29T04:35:21.331Zuploaded: /work/s3.quartet.log
16172024-11-29T04:35:21.334Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16182024-11-29T04:35:22.340Zuploaded: /work/sidecar.quartet-softnpu.log
16192024-11-29T04:35:22.340Zuploading: /work/t1.quartet.log (17383 bytes)
16202024-11-29T04:35:23.349Zuploaded: /work/t1.quartet.log