01JESYVW80GXZW45RWJ449B3QZ: 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: 01JESYWEMG5X89784FNHCG70T7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-11T04:16:56.422Zjob assigned to worker 01JESYWQ7HP1N1YQT5YQGFFD4G [factory aws, i-091aa06f0e48a9e6a] (queued for 1 m 1 s)
 
22024-12-11T04:17:04.024Zstarting task 0: "setup"
32024-12-11T04:17:04.034Z++ uname -s
42024-12-11T04:17:04.037Z+ kern=SunOS
52024-12-11T04:17:04.037Z+ case "$kern" in
62024-12-11T04:17:04.037Z+ groupadd -g 12345 build
72024-12-11T04:17:04.040Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-11T04:17:06.045Z+ zfs create -o mountpoint=/work rpool/work
92024-12-11T04:17:06.146Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-11T04:17:06.148Z+ home_fs=zfs
112024-12-11T04:17:06.148Z+ [[ zfs == autofs ]]
122024-12-11T04:17:06.148Z+ mkdir -p /home/build
132024-12-11T04:17:06.151Z+ chown build:build /home/build /work
142024-12-11T04:17:08.152Z+ chmod 0700 /home/build /work
152024-12-11T04:17:08.155Zprocess exited: duration 4130 ms, exit code 0
 
162024-12-11T04:17:08.161Zstarting task 1: "rust-toolchain"
172024-12-11T04:17:08.166Z+ printf ' * toolchain channel = "%s"
182024-12-11T04:17:08.166Z' stable
192024-12-11T04:17:08.166Z+ printf ' * toolchain profile = "%s"
202024-12-11T04:17:08.166Z * toolchain channel = "stable"
212024-12-11T04:17:08.166Z' default
222024-12-11T04:17:08.166Z * toolchain profile = "default"
232024-12-11T04:17:08.168Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-11T04:17:08.168Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-11T04:17:08.288Zinfo: downloading installer
262024-12-11T04:17:09.469Zinfo: profile set to 'default'
272024-12-11T04:17:09.469Zinfo: default host triple is x86_64-unknown-illumos
282024-12-11T04:17:09.472Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-11T04:17:09.629Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-11T04:17:09.633Zinfo: downloading component 'cargo'
312024-12-11T04:17:10.512Zinfo: downloading component 'clippy'
322024-12-11T04:17:10.848Zinfo: downloading component 'rust-docs'
332024-12-11T04:17:12.076Zinfo: downloading component 'rust-std'
342024-12-11T04:17:13.852Zinfo: downloading component 'rustc'
352024-12-11T04:17:20.574Zinfo: downloading component 'rustfmt'
362024-12-11T04:17:20.831Zinfo: installing component 'cargo'
372024-12-11T04:17:21.648Zinfo: installing component 'clippy'
382024-12-11T04:17:22.024Zinfo: installing component 'rust-docs'
392024-12-11T04:17:23.727Zinfo: installing component 'rust-std'
402024-12-11T04:17:25.376Zinfo: installing component 'rustc'
412024-12-11T04:17:31.035Zinfo: installing component 'rustfmt'
422024-12-11T04:17:31.367Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-11T04:17:31.367Z
442024-12-11T04:17:31.728Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-11T04:17:31.728Z
462024-12-11T04:17:31.731Z
472024-12-11T04:17:31.732ZRust is installed now. Great!
482024-12-11T04:17:31.732Z
492024-12-11T04:17:31.732ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-11T04:17:31.732Zenvironment variable. This has not been done automatically.
512024-12-11T04:17:31.732Z
522024-12-11T04:17:31.732ZTo configure your current shell, you need to source
532024-12-11T04:17:31.732Zthe corresponding env file under $HOME/.cargo.
542024-12-11T04:17:31.732Z
552024-12-11T04:17:31.732ZThis is usually done by running one of the following (note the leading DOT):
562024-12-11T04:17:31.732Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-11T04:17:31.732Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-11T04:17:31.798Z+ rustc --version
592024-12-11T04:17:31.864Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-11T04:17:31.867Zprocess exited: duration 23704 ms, exit code 0
 
612024-12-11T04:17:31.873Zstarting task 2: "authentication"
622024-12-11T04:17:31.893Zprocess exited: duration 20 ms, exit code 0
 
632024-12-11T04:17:31.899Zstarting task 3: "clone repository"
642024-12-11T04:17:31.904Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-11T04:17:31.906Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-11T04:17:31.941ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-11T04:17:32.475Z+ cd /work/oxidecomputer/maghemite
682024-12-11T04:17:32.475Z+ git fetch origin 8c8c05726385430561deac06b456006fe403a0fb
692024-12-11T04:17:32.729ZFrom https://github.com/oxidecomputer/maghemite
702024-12-11T04:17:32.729Z * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD
712024-12-11T04:17:32.738Z+ [[ -n renovate/serde-monorepo ]]
722024-12-11T04:17:32.741Z++ git branch --show-current
732024-12-11T04:17:32.741Z+ current=main
742024-12-11T04:17:32.741Z+ [[ main != renovate/serde-monorepo ]]
752024-12-11T04:17:32.741Z+ git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb
762024-12-11T04:17:32.745Z+ git checkout -f renovate/serde-monorepo
772024-12-11T04:17:32.759ZSwitched to branch 'renovate/serde-monorepo'
782024-12-11T04:17:32.762Z+ git reset --hard 8c8c05726385430561deac06b456006fe403a0fb
792024-12-11T04:17:32.775ZHEAD is now at 8c8c057 Update Rust crate serde to 1.0.216
802024-12-11T04:17:32.777Zprocess exited: duration 875 ms, exit code 0
 
812024-12-11T04:17:32.782Zstarting task 4: "build"
822024-12-11T04:17:32.788Z++ cargo --version
832024-12-11T04:17:32.792Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-11T04:17:32.966Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-11T04:17:32.966Zinfo: downloading component 'cargo'
862024-12-11T04:17:33.964Zinfo: downloading component 'clippy'
872024-12-11T04:17:34.332Zinfo: downloading component 'rust-docs'
882024-12-11T04:17:35.711Zinfo: downloading component 'rust-std'
892024-12-11T04:17:37.870Zinfo: downloading component 'rustc'
902024-12-11T04:17:45.610Zinfo: downloading component 'rustfmt'
912024-12-11T04:17:45.899Zinfo: installing component 'cargo'
922024-12-11T04:17:46.688Zinfo: installing component 'clippy'
932024-12-11T04:17:47.043Zinfo: installing component 'rust-docs'
942024-12-11T04:17:48.614Zinfo: installing component 'rust-std'
952024-12-11T04:17:50.274Zinfo: installing component 'rustc'
962024-12-11T04:17:55.900Zinfo: installing component 'rustfmt'
972024-12-11T04:17:56.333Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-11T04:17:56.338Z++ rustc --version
992024-12-11T04:17:56.410Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-11T04:17:56.414Z++ dladm
1012024-12-11T04:17:56.419ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-11T04:17:56.419Zena0 phys 9216 up -- --
1032024-12-11T04:17:56.419Z++ ipadm
1042024-12-11T04:17:56.423ZADDROBJ TYPE STATE ADDR
1052024-12-11T04:17:56.423Zlo0/v4 static ok 127.0.0.1/8
1062024-12-11T04:17:56.423Zena0/dhcp dhcp ok 10.150.1.188/24
1072024-12-11T04:17:56.423Zlo0/v6 static ok ::1/128
1082024-12-11T04:17:56.423Z++ banner collect
1092024-12-11T04:17:56.423Z
1102024-12-11T04:17:56.423Z #### #### # # ###### #### #####
1112024-12-11T04:17:56.423Z # # # # # # # # # #
1122024-12-11T04:17:56.423Z # # # # # ##### # #
1132024-12-11T04:17:56.423Z # # # # # # # #
1142024-12-11T04:17:56.423Z # # # # # # # # # #
1152024-12-11T04:17:56.423Z #### #### ###### ###### ###### #### #
1162024-12-11T04:17:56.423Z
1172024-12-11T04:17:56.427Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-11T04:17:56.427Z++ repo=softnpu
1192024-12-11T04:17:56.427Z++ series=image
1202024-12-11T04:17:56.427Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-11T04:17:56.427Z++ name=softnpu
1222024-12-11T04:17:56.427Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-11T04:17:56.427Z++ mkdir -p download
1242024-12-11T04:17:56.427Z++ pushd download
1252024-12-11T04:17:56.427Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-11T04:17:56.427Z++ [[ ! -f softnpu ]]
1272024-12-11T04:17:56.427Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-11T04:17:56.435Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-11T04:17:56.438Z Dload Upload Total Spent Left Speed
1302024-12-11T04:17:56.826Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21.8M 100 21.8M 0 0 55.4M 0 --:--:-- --:--:-- --:--:-- 55.5M
1312024-12-11T04:17:56.830Z++ popd
1322024-12-11T04:17:56.832Z/work/oxidecomputer/maghemite
1332024-12-11T04:17:56.832Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-11T04:17:56.832Z++ repo=sidecar-lite
1352024-12-11T04:17:56.832Z++ series=release
1362024-12-11T04:17:56.832Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-11T04:17:56.832Z++ name=libsidecar_lite.so
1382024-12-11T04:17:56.832Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-11T04:17:56.832Z++ mkdir -p download
1402024-12-11T04:17:56.836Z++ pushd download
1412024-12-11T04:17:56.836Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-11T04:17:56.836Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-11T04:17:56.836Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-11T04:17:56.841Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-11T04:17:56.844Z Dload Upload Total Spent Left Speed
1462024-12-11T04:17:57.289Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 20.3M 24 5179k 0 0 23.9M 0 --:--:-- --:--:-- --:--:-- 23.8M 100 20.3M 100 20.3M 0 0 45.3M 0 --:--:-- --:--:-- --:--:-- 45.3M
1472024-12-11T04:17:57.293Z++ popd
1482024-12-11T04:17:57.298Z/work/oxidecomputer/maghemite
1492024-12-11T04:17:57.298Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-11T04:17:57.298Z++ repo=sidecar-lite
1512024-12-11T04:17:57.298Z++ series=release
1522024-12-11T04:17:57.298Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-11T04:17:57.298Z++ name=scadm
1542024-12-11T04:17:57.298Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-11T04:17:57.298Z++ mkdir -p download
1562024-12-11T04:17:57.298Z++ pushd download
1572024-12-11T04:17:57.298Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-11T04:17:57.298Z++ [[ ! -f scadm ]]
1592024-12-11T04:17:57.298Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-11T04:17:57.304Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-11T04:17:57.304Z Dload Upload Total Spent Left Speed
1622024-12-11T04:17:57.708Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 56.2M 0 --:--:-- --:--:-- --:--:-- 56.4M
1632024-12-11T04:17:57.712Z++ popd
1642024-12-11T04:17:57.714Z/work/oxidecomputer/maghemite
1652024-12-11T04:17:57.714Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-11T04:17:57.714Z++ repo=dendrite
1672024-12-11T04:17:57.714Z++ series=image
1682024-12-11T04:17:57.714Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-11T04:17:57.714Z++ name=dendrite-softnpu.tar.gz
1702024-12-11T04:17:57.714Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-11T04:17:57.714Z++ mkdir -p download
1722024-12-11T04:17:57.717Z++ pushd download
1732024-12-11T04:17:57.717Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-11T04:17:57.717Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-11T04:17:57.717Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-11T04:17:57.723Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-11T04:17:57.726Z Dload Upload Total Spent Left Speed
1782024-12-11T04:17:58.302Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 37.5M 41 15.5M 0 0 46.9M 0 --:--:-- --:--:-- --:--:-- 46.9M 100 37.5M 100 37.5M 0 0 64.7M 0 --:--:-- --:--:-- --:--:-- 64.7M
1792024-12-11T04:17:58.306Z++ popd
1802024-12-11T04:17:58.310Z/work/oxidecomputer/maghemite
1812024-12-11T04:17:58.310Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-11T04:17:58.310Z++ repo=maghemite
1832024-12-11T04:17:58.310Z++ series=release
1842024-12-11T04:17:58.310Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-11T04:17:58.310Z++ name=ddmd
1862024-12-11T04:17:58.310Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-11T04:17:58.310Z++ mkdir -p download
1882024-12-11T04:17:58.310Z++ pushd download
1892024-12-11T04:17:58.310Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-11T04:17:58.310Z++ [[ ! -f ddmd ]]
1912024-12-11T04:17:58.310Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-11T04:17:58.318Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-11T04:17:58.318Z Dload Upload Total Spent Left Speed
1942024-12-11T04:17:58.932Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 66.6M 0 --:--:-- --:--:-- --:--:-- 66.7M
1952024-12-11T04:17:58.935Z++ popd
1962024-12-11T04:17:58.935Z/work/oxidecomputer/maghemite
1972024-12-11T04:17:58.935Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-11T04:17:58.935Z++ repo=maghemite
1992024-12-11T04:17:58.935Z++ series=release
2002024-12-11T04:17:58.935Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-11T04:17:58.935Z++ name=ddmadm
2022024-12-11T04:17:58.935Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-11T04:17:58.935Z++ mkdir -p download
2042024-12-11T04:17:58.938Z++ pushd download
2052024-12-11T04:17:58.938Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-11T04:17:58.938Z++ [[ ! -f ddmadm ]]
2072024-12-11T04:17:58.938Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-11T04:17:58.945Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-11T04:17:58.945Z Dload Upload Total Spent Left Speed
2102024-12-11T04:17:59.366Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 18.0M 0 3900 0 0 27852 0 0:11:18 --:--:-- 0:11:18 27857 100 18.0M 100 18.0M 0 0 42.8M 0 --:--:-- --:--:-- --:--:-- 42.7M
2112024-12-11T04:17:59.369Z++ popd
2122024-12-11T04:17:59.372Z/work/oxidecomputer/maghemite
2132024-12-11T04:17:59.372Z++ pushd download
2142024-12-11T04:17:59.372Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-11T04:17:59.372Z++ chmod +x softnpu
2162024-12-11T04:17:59.372Z++ chmod +x scadm
2172024-12-11T04:17:59.375Z++ chmod +x ddmadm
2182024-12-11T04:17:59.375Z++ chmod +x ddmd
2192024-12-11T04:17:59.378Z++ mv ddmadm ddmadm-v2
2202024-12-11T04:17:59.380Z++ mv ddmd ddmd-v2
2212024-12-11T04:17:59.382Z++ rm -rf zones/dendrite
2222024-12-11T04:17:59.382Z++ mkdir -p zones/dendrite
2232024-12-11T04:17:59.385Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-11T04:18:00.137Z++ popd
2252024-12-11T04:18:00.137Z/work/oxidecomputer/maghemite
2262024-12-11T04:18:00.137Z++ banner install
2272024-12-11T04:18:00.139Z
2282024-12-11T04:18:00.139Z # # # #### ##### ## # #
2292024-12-11T04:18:00.140Z # ## # # # # # # #
2302024-12-11T04:18:00.140Z # # # # #### # # # # #
2312024-12-11T04:18:00.140Z # # # # # # ###### # #
2322024-12-11T04:18:00.140Z # # ## # # # # # # #
2332024-12-11T04:18:00.140Z # # # #### # # # ###### ######
2342024-12-11T04:18:00.140Z
2352024-12-11T04:18:00.140Z++ pkg info brand/sparse
2362024-12-11T04:18:00.142Z++ grep -qi installed
2372024-12-11T04:18:01.684Zpkg: info: no packages matching the following patterns you specified are
2382024-12-11T04:18:01.684Zinstalled on the system. Try querying remotely instead:
2392024-12-11T04:18:01.684Z
2402024-12-11T04:18:01.684Z brand/sparse
2412024-12-11T04:18:01.731Z++ [[ 1 != 0 ]]
2422024-12-11T04:18:01.731Z++ set -o errexit
2432024-12-11T04:18:01.731Z++ pfexec pkg install brand/sparse
2442024-12-11T04:18:08.849Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-11T04:18:12.595Z Startup: Caching catalogs ... Done
2462024-12-11T04:18:22.624ZPlanning: Solver setup ... Done
2472024-12-11T04:18:22.752ZPlanning: Running solver ... Done
2482024-12-11T04:18:22.850ZPlanning: Finding local manifests ... Done
2492024-12-11T04:18:22.863ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-11T04:18:22.953ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-11T04:18:23.022ZPlanning: Package planning ... Done
2522024-12-11T04:18:23.028ZPlanning: Merging actions ... Done
2532024-12-11T04:18:23.216ZPlanning: Checking for conflicting actions ... Done
2542024-12-11T04:18:25.113ZPlanning: Consolidating action changes ... Done
2552024-12-11T04:18:25.510ZPlanning: Evaluating mediators ... Done
2562024-12-11T04:18:25.576ZPlanning: Planning completed in 12.89 seconds
2572024-12-11T04:18:25.591Z Packages to install: 1
2582024-12-11T04:18:25.591Z Packages to update: 2
2592024-12-11T04:18:25.594Z Create boot environment: No
2602024-12-11T04:18:25.594ZCreate backup boot environment: Yes
2612024-12-11T04:18:25.663Z
2622024-12-11T04:18:25.663ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-11T04:18:29.554ZDownload: Completed 8.03 MB in 3.89 seconds (2.1M/s)
2642024-12-11T04:18:31.670Z Actions: 1/1419 actions (Removing old actions)
2652024-12-11T04:18:31.692Z Actions: 199/1419 actions (Installing new actions)
2662024-12-11T04:18:31.804Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-11T04:18:32.111Z Actions: Completed 1419 actions in 0.44 seconds.
2682024-12-11T04:18:32.310Z Done
2692024-12-11T04:18:32.313Z Done
2702024-12-11T04:18:32.828Z Done
2712024-12-11T04:18:36.919Z Done
2722024-12-11T04:18:37.004Z Done
2732024-12-11T04:18:37.006Z Done
2742024-12-11T04:18:37.120Z Done
2752024-12-11T04:18:37.504Z++ set -o errexit
2762024-12-11T04:18:37.504Z++ set -o pipefail
2772024-12-11T04:18:37.504Z++ banner build
2782024-12-11T04:18:37.507Z
2792024-12-11T04:18:37.507Z ##### # # # # #####
2802024-12-11T04:18:37.507Z # # # # # # # #
2812024-12-11T04:18:37.507Z ##### # # # # # #
2822024-12-11T04:18:37.507Z # # # # # # # #
2832024-12-11T04:18:37.507Z # # # # # # # #
2842024-12-11T04:18:37.507Z ##### #### # ###### #####
2852024-12-11T04:18:37.507Z
2862024-12-11T04:18:37.507Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-11T04:18:37.699Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-11T04:18:37.937Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-11T04:18:38.172ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-11T04:18:38.172Z * [new branch] ci -> origin/ci
2912024-12-11T04:18:38.174Z * [new branch] main -> origin/main
2922024-12-11T04:18:38.174Z * [new ref] -> origin/HEAD
2932024-12-11T04:18:38.184Z Updating crates.io index
2942024-12-11T04:18:38.187Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-11T04:18:38.939ZFrom https://github.com/oxidecomputer/falcon
2962024-12-11T04:18:38.939Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-11T04:18:39.141Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-11T04:18:40.255ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-11T04:18:40.255Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-11T04:18:40.309Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-11T04:18:40.701ZFrom https://github.com/oxidecomputer/ispf
3022024-12-11T04:18:40.702Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-11T04:18:40.710Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-11T04:18:41.179ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-11T04:18:41.179Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-11T04:18:41.191Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-11T04:18:44.988ZFrom https://github.com/oxidecomputer/omicron
3082024-12-11T04:18:44.988Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-11T04:18:45.018Z * [new tag] dogfood -> dogfood
3102024-12-11T04:18:45.020Z * [new tag] v5 -> v5
3112024-12-11T04:18:45.020Z * [new tag] v6 -> v6
3122024-12-11T04:18:45.020Z * [new tag] v7 -> v7
3132024-12-11T04:18:45.020Z * [new tag] v8 -> v8
3142024-12-11T04:18:45.020Z * [new tag] v9 -> v9
3152024-12-11T04:18:45.369Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-11T04:18:46.396ZFrom https://github.com/oxidecomputer/opte
3172024-12-11T04:18:46.396Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-11T04:18:46.438Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-11T04:18:46.823ZFrom https://github.com/illumos/smf-rs
3202024-12-11T04:18:46.824Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-11T04:18:46.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-11T04:18:47.434ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-11T04:18:47.434Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-11T04:18:47.451Z * [new tag] rift -> rift
3252024-12-11T04:18:47.454Z * [new tag] srp -> srp
3262024-12-11T04:18:47.454Z * [new tag] tie-spf -> tie-spf
3272024-12-11T04:18:47.508Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-11T04:18:47.882ZFrom https://github.com/oxidecomputer/zone
3292024-12-11T04:18:47.882Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-11T04:18:47.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-11T04:18:48.672ZFrom https://github.com/oxidecomputer/propolis
3322024-12-11T04:18:48.672Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-11T04:18:48.812Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-11T04:18:49.228ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-11T04:18:49.228Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-11T04:18:49.237Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-11T04:18:49.641ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-11T04:18:49.641Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-11T04:18:49.655Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-11T04:18:49.669Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-11T04:18:50.086ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-11T04:18:50.086Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-11T04:18:50.123Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-11T04:18:50.596ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-11T04:18:50.596Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-11T04:18:50.744Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-11T04:18:51.167ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-11T04:18:51.167Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-11T04:18:51.177Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-11T04:18:51.555ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-11T04:18:51.555Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-11T04:18:51.680Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-11T04:18:52.067ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-11T04:18:52.067Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-11T04:18:52.106Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-11T04:18:52.532ZFrom https://github.com/illumos/libscf-sys
3572024-12-11T04:18:52.532Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-11T04:18:52.569Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-11T04:18:53.513ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-11T04:18:53.513Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-11T04:18:53.533Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-11T04:18:53.537Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-11T04:18:53.537Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-11T04:18:53.537Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-11T04:18:53.537Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-11T04:18:53.537Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-11T04:18:53.537Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-11T04:18:53.639Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-11T04:18:54.436ZFrom https://github.com/oxidecomputer/typify
3702024-12-11T04:18:54.436Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-11T04:18:54.439Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-11T04:18:54.456Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-11T04:18:54.459Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-11T04:18:54.459Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-11T04:18:54.459Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-11T04:18:54.459Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-11T04:18:54.459Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-11T04:18:54.459Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-11T04:18:54.459Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-11T04:18:54.459Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-11T04:18:54.459Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-11T04:18:54.459Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-11T04:18:54.459Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-11T04:18:54.459Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-11T04:18:54.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-11T04:18:56.582ZFrom https://github.com/oxidecomputer/crucible
3872024-12-11T04:18:56.582Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-11T04:18:56.652Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-11T04:18:57.121ZFrom https://github.com/oxidecomputer/opte
3902024-12-11T04:18:57.121Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-11T04:18:57.339Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-11T04:18:58.021ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-11T04:18:58.021Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-11T04:18:58.828Z Downloading crates ...
3952024-12-11T04:18:59.002Z Downloaded anstyle v1.0.10
3962024-12-11T04:18:59.013Z Downloaded anstyle-parse v0.2.5
3972024-12-11T04:18:59.022Z Downloaded parking_lot_core v0.8.6
3982024-12-11T04:18:59.025Z Downloaded arc-swap v1.7.1
3992024-12-11T04:18:59.029Z Downloaded futures-sink v0.3.30
4002024-12-11T04:18:59.035Z Downloaded async-stream-impl v0.3.5
4012024-12-11T04:18:59.035Z Downloaded anstyle-query v1.1.1
4022024-12-11T04:18:59.038Z Downloaded async-stream v0.3.5
4032024-12-11T04:18:59.038Z Downloaded pest_meta v2.7.13
4042024-12-11T04:18:59.041Z Downloaded pin-project-lite v0.2.14
4052024-12-11T04:18:59.046Z Downloaded anyhow v1.0.94
4062024-12-11T04:18:59.050Z Downloaded pretty-hex v0.4.1
4072024-12-11T04:18:59.053Z Downloaded async-trait v0.1.83
4082024-12-11T04:18:59.056Z Downloaded ppv-lite86 v0.2.20
4092024-12-11T04:18:59.058Z Downloaded pest_generator v2.7.13
4102024-12-11T04:18:59.058Z Downloaded plain v0.2.3
4112024-12-11T04:18:59.061Z Downloaded proc-macro-error v1.0.4
4122024-12-11T04:18:59.065Z Downloaded powerfmt v0.2.0
4132024-12-11T04:18:59.067Z Downloaded pest_derive v2.7.13
4142024-12-11T04:18:59.070Z Downloaded percent-encoding v2.3.1
4152024-12-11T04:18:59.070Z Downloaded backoff v0.4.0
4162024-12-11T04:18:59.072Z Downloaded autocfg v1.3.0
4172024-12-11T04:18:59.079Z Downloaded prettyplease v0.2.22
4182024-12-11T04:18:59.079Z Downloaded paste v1.0.15
4192024-12-11T04:18:59.082Z Downloaded proc-macro-crate v1.3.1
4202024-12-11T04:18:59.085Z Downloaded proc-macro-crate v3.2.0
4212024-12-11T04:18:59.087Z Downloaded parking_lot_core v0.9.10
4222024-12-11T04:18:59.089Z Downloaded postcard v1.0.10
4232024-12-11T04:18:59.093Z Downloaded crc8 v0.1.1
4242024-12-11T04:18:59.096Z Downloaded foreign-types v0.3.2
4252024-12-11T04:18:59.096Z Downloaded password-hash v0.5.0
4262024-12-11T04:18:59.099Z Downloaded crunchy v0.2.2
4272024-12-11T04:18:59.099Z Downloaded crucible-workspace-hack v0.1.0
4282024-12-11T04:18:59.102Z Downloaded cfg-if v1.0.0
4292024-12-11T04:18:59.102Z Downloaded block-buffer v0.10.4
4302024-12-11T04:18:59.102Z Downloaded cobs v0.2.3
4312024-12-11T04:18:59.105Z Downloaded ciborium-ll v0.2.2
4322024-12-11T04:18:59.107Z Downloaded bitflags v1.3.2
4332024-12-11T04:18:59.109Z Downloaded clap_lex v0.7.4
4342024-12-11T04:18:59.112Z Downloaded camino-tempfile v1.1.1
4352024-12-11T04:18:59.115Z Downloaded sigpipe v0.1.3
4362024-12-11T04:18:59.115Z Downloaded parse-display-derive v0.10.0
4372024-12-11T04:18:59.118Z Downloaded dtrace-parser v0.2.0
4382024-12-11T04:18:59.118Z Downloaded parse-display v0.10.0
4392024-12-11T04:18:59.120Z Downloaded cstr-argument v0.1.2
4402024-12-11T04:18:59.120Z Downloaded const-random-macro v0.1.16
4412024-12-11T04:18:59.120Z Downloaded rand_chacha v0.3.1
4422024-12-11T04:18:59.123Z Downloaded serde_urlencoded v0.7.1
4432024-12-11T04:18:59.126Z Downloaded serde-big-array v0.5.1
4442024-12-11T04:18:59.126Z Downloaded scroll_derive v0.12.0
4452024-12-11T04:18:59.126Z Downloaded fastrand v2.1.1
4462024-12-11T04:18:59.129Z Downloaded slog-bunyan v2.5.0
4472024-12-11T04:18:59.132Z Downloaded foreign-types-shared v0.1.1
4482024-12-11T04:18:59.132Z Downloaded foreign-types v0.5.0
4492024-12-11T04:18:59.132Z Downloaded equivalent v1.0.1
4502024-12-11T04:18:59.136Z Downloaded foreign-types-shared v0.3.1
4512024-12-11T04:18:59.136Z Downloaded rustc_version v0.1.7
4522024-12-11T04:18:59.136Z Downloaded rand_core v0.6.4
4532024-12-11T04:18:59.139Z Downloaded rustc_version v0.4.1
4542024-12-11T04:18:59.142Z Downloaded defmt-macros v0.3.9
4552024-12-11T04:18:59.144Z Downloaded fnv v1.0.7
4562024-12-11T04:18:59.144Z Downloaded dirs-next v2.0.0
4572024-12-11T04:18:59.147Z Downloaded deranged v0.3.11
4582024-12-11T04:18:59.150Z Downloaded crypto-common v0.1.6
4592024-12-11T04:18:59.150Z Downloaded cpufeatures v0.2.14
4602024-12-11T04:18:59.150Z Downloaded ciborium v0.2.2
4612024-12-11T04:18:59.153Z Downloaded serde_spanned v0.6.7
4622024-12-11T04:18:59.156Z Downloaded byteorder v1.5.0
4632024-12-11T04:18:59.158Z Downloaded darling v0.20.10
4642024-12-11T04:18:59.161Z Downloaded hubpack_derive v0.1.1
4652024-12-11T04:18:59.164Z Downloaded blake2 v0.10.6
4662024-12-11T04:18:59.166Z Downloaded schemars_derive v0.8.21
4672024-12-11T04:18:59.168Z Downloaded slog-async v2.8.0
4682024-12-11T04:18:59.171Z Downloaded newtype_derive v0.1.6
4692024-12-11T04:18:59.175Z Downloaded slab v0.4.9
4702024-12-11T04:18:59.175Z Downloaded slog-envlogger v2.2.0
4712024-12-11T04:18:59.178Z Downloaded no-std-compat v0.4.1
4722024-12-11T04:18:59.178Z Downloaded want v0.3.1
4732024-12-11T04:18:59.178Z Downloaded futures-io v0.3.30
4742024-12-11T04:18:59.181Z Downloaded futures-macro v0.3.30
4752024-12-11T04:18:59.181Z Downloaded errno v0.3.9
4762024-12-11T04:18:59.184Z Downloaded serde_repr v0.1.19
4772024-12-11T04:18:59.184Z Downloaded slog-dtrace v0.3.0
4782024-12-11T04:18:59.187Z Downloaded serde_with_macros v3.9.0
4792024-12-11T04:18:59.189Z Downloaded match_cfg v0.1.0
4802024-12-11T04:18:59.192Z Downloaded serde_tokenstream v0.2.2
4812024-12-11T04:18:59.192Z Downloaded rustls-pemfile v2.1.3
4822024-12-11T04:18:59.194Z Downloaded foreign-types-macros v0.2.3
4832024-12-11T04:18:59.196Z Downloaded is_terminal_polyfill v1.70.1
4842024-12-11T04:18:59.199Z Downloaded http-body v0.4.6
4852024-12-11T04:18:59.201Z Downloaded quote v1.0.37
4862024-12-11T04:18:59.203Z Downloaded portable-atomic v1.8.0
4872024-12-11T04:18:59.210Z Downloaded num_enum_derive v0.7.3
4882024-12-11T04:18:59.212Z Downloaded structmeta v0.3.0
4892024-12-11T04:18:59.215Z Downloaded strsim v0.11.1
4902024-12-11T04:18:59.215Z Downloaded memmap v0.7.0
4912024-12-11T04:18:59.218Z Downloaded itoa v1.0.11
4922024-12-11T04:18:59.218Z Downloaded hubpack v0.1.2
4932024-12-11T04:18:59.221Z Downloaded semver v1.0.23
4942024-12-11T04:18:59.223Z Downloaded serde_derive_internals v0.29.1
4952024-12-11T04:18:59.226Z Downloaded lazy_static v1.5.0
4962024-12-11T04:18:59.228Z Downloaded sync_wrapper v1.0.1
4972024-12-11T04:18:59.228Z Downloaded sync_wrapper v0.1.2
4982024-12-11T04:18:59.231Z Downloaded tiny-keccak v2.0.2
4992024-12-11T04:18:59.233Z Downloaded version_check v0.9.5
5002024-12-11T04:18:59.235Z Downloaded typify-macro v0.2.0
5012024-12-11T04:18:59.235Z Downloaded rhai_codegen v2.2.0
5022024-12-11T04:18:59.244Z Downloaded strum v0.26.3
5032024-12-11T04:18:59.246Z Downloaded httpdate v1.0.3
5042024-12-11T04:18:59.249Z Downloaded proc-macro2 v1.0.86
5052024-12-11T04:18:59.252Z Downloaded num-derive v0.4.2
5062024-12-11T04:18:59.255Z Downloaded tinyvec_macros v0.1.1
5072024-12-11T04:18:59.256Z Downloaded humantime v2.1.0
5082024-12-11T04:18:59.256Z Downloaded bitflags v2.6.0
5092024-12-11T04:18:59.259Z Downloaded time-core v0.1.2
5102024-12-11T04:18:59.262Z Downloaded take_mut v0.2.2
5112024-12-11T04:18:59.262Z Downloaded dropshot_endpoint v0.12.0
5122024-12-11T04:18:59.265Z Downloaded derive-where v1.2.7
5132024-12-11T04:18:59.268Z Downloaded usdt-macro v0.5.0
5142024-12-11T04:18:59.270Z Downloaded usdt-attr-macro v0.5.0
5152024-12-11T04:18:59.270Z Downloaded untrusted v0.9.0
5162024-12-11T04:18:59.272Z Downloaded slog-scope v4.4.0
5172024-12-11T04:18:59.275Z Downloaded slog v2.7.0
5182024-12-11T04:18:59.277Z Downloaded ident_case v1.0.1
5192024-12-11T04:18:59.278Z Downloaded fxhash v0.2.1
5202024-12-11T04:18:59.280Z Downloaded hyper-tls v0.6.0
5212024-12-11T04:18:59.280Z Downloaded progenitor-impl v0.8.0
5222024-12-11T04:18:59.283Z Downloaded usdt v0.5.0
5232024-12-11T04:18:59.285Z Downloaded spin v0.9.8
5242024-12-11T04:18:59.288Z Downloaded derive_more v0.99.18
5252024-12-11T04:18:59.291Z Downloaded static_assertions v1.1.0
5262024-12-11T04:18:59.295Z Downloaded managed v0.8.0
5272024-12-11T04:18:59.295Z Downloaded httparse v1.9.4
5282024-12-11T04:18:59.297Z Downloaded futures-task v0.3.30
5292024-12-11T04:18:59.300Z Downloaded crossbeam-utils v0.8.20
5302024-12-11T04:18:59.303Z Downloaded structmeta-derive v0.3.0
5312024-12-11T04:18:59.303Z Downloaded spin v0.5.2
5322024-12-11T04:18:59.305Z Downloaded cc v1.1.21
5332024-12-11T04:18:59.307Z Downloaded num-integer v0.1.46
5342024-12-11T04:18:59.310Z Downloaded parking_lot v0.11.2
5352024-12-11T04:18:59.312Z Downloaded openssl-probe v0.1.5
5362024-12-11T04:18:59.315Z Downloaded smf v0.2.3
5372024-12-11T04:18:59.315Z Downloaded openssl-macros v0.1.1
5382024-12-11T04:18:59.318Z Downloaded ryu v1.0.18
5392024-12-11T04:18:59.320Z Downloaded tokio-rustls v0.25.0
5402024-12-11T04:18:59.323Z Downloaded tokio-rustls v0.24.1
5412024-12-11T04:18:59.326Z Downloaded tokio-rustls v0.26.0
5422024-12-11T04:18:59.326Z Downloaded utf8parse v0.2.2
5432024-12-11T04:18:59.329Z Downloaded serde_yaml v0.9.34+deprecated
5442024-12-11T04:18:59.331Z Downloaded terminal_size v0.4.0
5452024-12-11T04:18:59.333Z Downloaded mime v0.3.17
5462024-12-11T04:18:59.336Z Downloaded unicode-ident v1.0.13
5472024-12-11T04:18:59.339Z Downloaded newtype-uuid v1.1.0
5482024-12-11T04:18:59.339Z Downloaded linked-hash-map v0.5.6
5492024-12-11T04:18:59.341Z Downloaded libsw v3.3.1
5502024-12-11T04:18:59.343Z Downloaded hyper-tls v0.5.0
5512024-12-11T04:18:59.343Z Downloaded omicron-workspace-hack v0.1.0
5522024-12-11T04:18:59.346Z Downloaded ucd-trie v0.1.6
5532024-12-11T04:18:59.346Z Downloaded num_threads v0.1.7
5542024-12-11T04:18:59.349Z Downloaded http-body-util v0.1.2
5552024-12-11T04:18:59.349Z Downloaded tokio-native-tls v0.3.1
5562024-12-11T04:18:59.351Z Downloaded toml_datetime v0.6.8
5572024-12-11T04:18:59.354Z Downloaded slog-stdlog v4.1.1
5582024-12-11T04:18:59.354Z Downloaded lock_api v0.4.12
5592024-12-11T04:18:59.356Z Downloaded base64 v0.22.1
5602024-12-11T04:18:59.359Z Downloaded slog-json v2.6.1
5612024-12-11T04:18:59.362Z Downloaded ipnet v2.10.0
5622024-12-11T04:18:59.366Z Downloaded indent_write v2.2.0
5632024-12-11T04:18:59.367Z Downloaded crossbeam-channel v0.5.13
5642024-12-11T04:18:59.369Z Downloaded num-conv v0.1.0
5652024-12-11T04:18:59.371Z Downloaded quinn v0.11.5
5662024-12-11T04:18:59.373Z Downloaded subtle v2.6.1
5672024-12-11T04:18:59.376Z Downloaded is-terminal v0.4.13
5682024-12-11T04:18:59.376Z Downloaded generic-array v0.14.7
5692024-12-11T04:18:59.378Z Downloaded tempfile v3.12.0
5702024-12-11T04:18:59.381Z Downloaded owo-colors v4.1.0
5712024-12-11T04:18:59.384Z Downloaded tabwriter v1.4.0
5722024-12-11T04:18:59.387Z Downloaded zeroize v1.8.1
5732024-12-11T04:18:59.387Z Downloaded serde v1.0.216
5742024-12-11T04:18:59.390Z Downloaded multer v3.1.0
5752024-12-11T04:18:59.392Z Downloaded hex v0.4.3
5762024-12-11T04:18:59.395Z Downloaded native-tls v0.2.12
5772024-12-11T04:18:59.398Z Downloaded unicode-bidi v0.3.15
5782024-12-11T04:18:59.400Z Downloaded tokio-macros v2.4.0
5792024-12-11T04:18:59.402Z Downloaded num-traits v0.2.19
5802024-12-11T04:18:59.404Z Downloaded schemars v0.8.21
5812024-12-11T04:18:59.415Z Downloaded thiserror-impl v1.0.69
5822024-12-11T04:18:59.418Z Downloaded num_enum v0.7.3
5832024-12-11T04:18:59.421Z Downloaded num v0.4.3
5842024-12-11T04:18:59.424Z Downloaded ipnetwork v0.20.0
5852024-12-11T04:18:59.427Z Downloaded whoami v1.5.2
5862024-12-11T04:18:59.427Z Downloaded highway v1.2.0
5872024-12-11T04:18:59.429Z Downloaded getrandom v0.2.15
5882024-12-11T04:18:59.432Z Downloaded uuid v1.11.0
5892024-12-11T04:18:59.435Z Downloaded term v0.7.0
5902024-12-11T04:18:59.438Z Downloaded strum_macros v0.26.4
5912024-12-11T04:18:59.440Z Downloaded num_enum v0.5.11
5922024-12-11T04:18:59.445Z Downloaded socket2 v0.5.8
5932024-12-11T04:18:59.448Z Downloaded thin-vec v0.2.13
5942024-12-11T04:18:59.451Z Downloaded unsafe-libyaml v0.2.11
5952024-12-11T04:18:59.454Z Downloaded heapless v0.8.0
5962024-12-11T04:18:59.457Z Downloaded tracing-attributes v0.1.27
5972024-12-11T04:18:59.460Z Downloaded half v2.4.1
5982024-12-11T04:18:59.463Z Downloaded num-complex v0.4.6
5992024-12-11T04:18:59.465Z Downloaded thread-id v4.2.2
6002024-12-11T04:18:59.467Z Downloaded once_cell v1.20.2
6012024-12-11T04:18:59.470Z Downloaded thiserror v1.0.69
6022024-12-11T04:18:59.475Z Downloaded typify v0.2.0
6032024-12-11T04:18:59.478Z Downloaded hyper-rustls v0.27.3
6042024-12-11T04:18:59.480Z Downloaded hyper-util v0.1.10
6052024-12-11T04:18:59.485Z Downloaded strum_macros v0.25.3
6062024-12-11T04:18:59.487Z Downloaded url v2.5.2
6072024-12-11T04:18:59.490Z Downloaded openssl-sys v0.9.103
6082024-12-11T04:18:59.496Z Downloaded typenum v1.17.0
6092024-12-11T04:18:59.499Z Downloaded zerocopy v0.6.6
6102024-12-11T04:18:59.502Z Downloaded toml v0.8.19
6112024-12-11T04:18:59.505Z Downloaded smallvec v1.13.2
6122024-12-11T04:18:59.508Z Downloaded expectorate v1.1.0
6132024-12-11T04:18:59.511Z Downloaded toml_edit v0.22.21
6142024-12-11T04:18:59.533Z Downloaded steno v0.4.1
6152024-12-11T04:18:59.537Z Downloaded memchr v2.7.4
6162024-12-11T04:18:59.543Z Downloaded tracing-core v0.1.32
6172024-12-11T04:18:59.546Z Downloaded minimal-lexical v0.2.1
6182024-12-11T04:18:59.550Z Downloaded hashbrown v0.12.3
6192024-12-11T04:18:59.555Z Downloaded hostname v0.4.0
6202024-12-11T04:18:59.557Z Downloaded zerocopy-derive v0.7.35
6212024-12-11T04:18:59.561Z Downloaded hickory-resolver v0.24.1
6222024-12-11T04:18:59.566Z Downloaded indexmap v2.5.0
6232024-12-11T04:18:59.571Z Downloaded mio v1.0.2
6242024-12-11T04:18:59.576Z Downloaded itertools v0.10.5
6252024-12-11T04:18:59.583Z Downloaded http v1.2.0
6262024-12-11T04:18:59.588Z Downloaded http v0.2.12
6272024-12-11T04:18:59.592Z Downloaded hashbrown v0.14.5
6282024-12-11T04:18:59.598Z Downloaded time v0.3.36
6292024-12-11T04:18:59.605Z Downloaded clap_builder v4.5.23
6302024-12-11T04:18:59.613Z Downloaded serde_with v3.9.0
6312024-12-11T04:18:59.621Z Downloaded chrono v0.4.38
6322024-12-11T04:18:59.630Z Downloaded serde_json v1.0.133
6332024-12-11T04:18:59.638Z Downloaded futures-util v0.3.30
6342024-12-11T04:18:59.650Z Downloaded hyper v1.5.1
6352024-12-11T04:18:59.657Z Downloaded zerocopy v0.7.35
6362024-12-11T04:18:59.673Z Downloaded unicode-normalization v0.1.24
6372024-12-11T04:18:59.677Z Downloaded reqwest v0.12.9
6382024-12-11T04:18:59.685Z Downloaded quinn-proto v0.11.8
6392024-12-11T04:18:59.693Z Downloaded goblin v0.8.2
6402024-12-11T04:18:59.699Z Downloaded h2 v0.3.26
6412024-12-11T04:18:59.706Z Downloaded winnow v0.5.40
6422024-12-11T04:18:59.715Z Downloaded itertools v0.13.0
6432024-12-11T04:18:59.723Z Downloaded idna v0.5.0
6442024-12-11T04:18:59.731Z Downloaded idna v0.4.0
6452024-12-11T04:18:59.738Z Downloaded openssl v0.10.66
6462024-12-11T04:18:59.748Z Downloaded winnow v0.6.18
6472024-12-11T04:18:59.758Z Downloaded smoltcp v0.11.0
6482024-12-11T04:18:59.770Z Downloaded hickory-proto v0.24.1
6492024-12-11T04:18:59.786Z Downloaded regex v1.10.6
6502024-12-11T04:18:59.799Z Downloaded vcpkg v0.2.15
6512024-12-11T04:18:59.836Z Downloaded syn v1.0.109
6522024-12-11T04:18:59.846Z Downloaded rustls v0.21.12
6532024-12-11T04:18:59.857Z Downloaded webpki-roots v0.26.6
6542024-12-11T04:18:59.861Z Downloaded webpki-roots v0.25.4
6552024-12-11T04:18:59.865Z Downloaded openapiv3 v2.0.0
6562024-12-11T04:18:59.877Z Downloaded syn v2.0.87
6572024-12-11T04:18:59.888Z Downloaded rhai v1.20.0
6582024-12-11T04:18:59.900Z Downloaded rustls v0.23.13
6592024-12-11T04:18:59.912Z Downloaded rustls v0.22.4
6602024-12-11T04:18:59.925Z Downloaded zerocopy-derive v0.6.6
6612024-12-11T04:18:59.935Z Downloaded rustix v0.38.37
6622024-12-11T04:18:59.957Z Downloaded regress v0.10.1
6632024-12-11T04:18:59.965Z Downloaded regex-syntax v0.8.4
6642024-12-11T04:18:59.973Z Downloaded regress v0.9.1
6652024-12-11T04:18:59.984Z Downloaded h2 v0.4.6
6662024-12-11T04:18:59.988Z Downloaded unicode-width v0.1.14
6672024-12-11T04:18:59.994Z Downloaded hyper v0.14.30
6682024-12-11T04:19:00.002Z Downloaded sled v0.34.7
6692024-12-11T04:19:00.013Z Downloaded dropshot v0.12.0
6702024-12-11T04:19:00.032Z Downloaded typify-impl v0.2.0
6712024-12-11T04:19:00.047Z Downloaded rustls-webpki v0.102.8
6722024-12-11T04:19:00.064Z Downloaded rustls-webpki v0.101.7
6732024-12-11T04:19:00.077Z Downloaded libm v0.2.8
6742024-12-11T04:19:00.084Z Downloaded itertools v0.12.1
6752024-12-11T04:19:00.091Z Downloaded reqwest v0.11.27
6762024-12-11T04:19:00.099Z Downloaded tokio-util v0.7.12
6772024-12-11T04:19:00.104Z Downloaded petgraph v0.6.5
6782024-12-11T04:19:00.121Z Downloaded regex-automata v0.4.7
6792024-12-11T04:19:00.138Z Downloaded nom v7.1.3
6802024-12-11T04:19:00.143Z Downloaded unicode-segmentation v1.12.0
6812024-12-11T04:19:00.146Z Downloaded tracing v0.1.40
6822024-12-11T04:19:00.150Z Downloaded toml_edit v0.19.15
6832024-12-11T04:19:00.166Z Downloaded smartstring v1.0.1
6842024-12-11T04:19:00.168Z Downloaded slog-term v2.9.1
6852024-12-11T04:19:00.170Z Downloaded log v0.4.22
6862024-12-11T04:19:00.173Z Downloaded thread_local v1.1.8
6872024-12-11T04:19:00.176Z Downloaded num-rational v0.4.2
6882024-12-11T04:19:00.176Z Downloaded try-lock v0.2.5
6892024-12-11T04:19:00.176Z Downloaded zone v0.3.0
6902024-12-11T04:19:00.178Z Downloaded iana-time-zone v0.1.61
6912024-12-11T04:19:00.182Z Downloaded hyper-rustls v0.24.2
6922024-12-11T04:19:00.182Z Downloaded libc v0.2.167
6932024-12-11T04:19:00.206Z Downloaded tinyvec v1.8.0
6942024-12-11T04:19:00.210Z Downloaded tokio v1.42.0
6952024-12-11T04:19:00.245Z Downloaded futures v0.3.30
6962024-12-11T04:19:00.249Z Downloaded rand v0.8.5
6972024-12-11T04:19:00.253Z Downloaded macaddr v1.0.1
6982024-12-11T04:19:00.256Z Downloaded lru-cache v0.1.2
6992024-12-11T04:19:00.256Z Downloaded usdt-impl v0.5.0
7002024-12-11T04:19:00.259Z Downloaded similar v2.6.0
7012024-12-11T04:19:00.262Z Downloaded serde_derive v1.0.216
7022024-12-11T04:19:00.265Z Downloaded parking_lot v0.12.3
7032024-12-11T04:19:00.269Z Downloaded base64 v0.21.7
7042024-12-11T04:19:00.271Z Downloaded indexmap v1.9.3
7052024-12-11T04:19:00.274Z Downloaded num-derive v0.3.3
7062024-12-11T04:19:00.274Z Downloaded darling_core v0.20.10
7072024-12-11T04:19:00.279Z Downloaded crossbeam-epoch v0.9.18
7082024-12-11T04:19:00.283Z Downloaded bytes v1.7.2
7092024-12-11T04:19:00.285Z Downloaded clap_derive v4.5.18
7102024-12-11T04:19:00.287Z Downloaded heck v0.4.1
7112024-12-11T04:19:00.287Z Downloaded num-iter v0.1.45
7122024-12-11T04:19:00.290Z Downloaded newline-converter v0.3.0
7132024-12-11T04:19:00.290Z Downloaded instant v0.1.13
7142024-12-11T04:19:00.293Z Downloaded zone_cfg_derive v0.3.0
7152024-12-11T04:19:00.293Z Downloaded linear-map v1.2.0
7162024-12-11T04:19:00.293Z Downloaded time-macros v0.2.18
7172024-12-11T04:19:00.296Z Downloaded encoding_rs v0.8.34
7182024-12-11T04:19:00.316Z Downloaded stable_deref_trait v1.2.0
7192024-12-11T04:19:00.318Z Downloaded swrite v0.1.0
7202024-12-11T04:19:00.318Z Downloaded sha2 v0.10.8
7212024-12-11T04:19:00.321Z Downloaded futures-channel v0.3.30
7222024-12-11T04:19:00.331Z Downloaded rustls-pki-types v1.8.0
7232024-12-11T04:19:00.331Z Downloaded sct v0.7.1
7242024-12-11T04:19:00.331Z Downloaded rustls-pemfile v1.0.4
7252024-12-11T04:19:00.331Z Downloaded either v1.13.0
7262024-12-11T04:19:00.334Z Downloaded cookie v0.18.1
7272024-12-11T04:19:00.334Z Downloaded num_enum_derive v0.5.11
7282024-12-11T04:19:00.334Z Downloaded digest v0.10.7
7292024-12-11T04:19:00.337Z Downloaded pest v2.7.13
7302024-12-11T04:19:00.339Z Downloaded clap v4.5.23
7312024-12-11T04:19:00.347Z Downloaded hostname v0.3.1
7322024-12-11T04:19:00.349Z Downloaded heck v0.5.0
7332024-12-11T04:19:00.351Z Downloaded hash32 v0.3.1
7342024-12-11T04:19:00.351Z Downloaded fixedbitset v0.4.2
7352024-12-11T04:19:00.354Z Downloaded debug-ignore v1.0.5
7362024-12-11T04:19:00.354Z Downloaded console v0.15.8
7372024-12-11T04:19:00.357Z Downloaded http-body v1.0.1
7382024-12-11T04:19:00.357Z Downloaded waitgroup v0.1.2
7392024-12-11T04:19:00.357Z Downloaded semver v0.1.20
7402024-12-11T04:19:00.361Z Downloaded scroll v0.12.0
7412024-12-11T04:19:00.361Z Downloaded quinn-udp v0.5.5
7422024-12-11T04:19:00.361Z Downloaded scopeguard v1.2.0
7432024-12-11T04:19:00.364Z Downloaded rustversion v1.0.17
7442024-12-11T04:19:00.364Z Downloaded rustc-hash v2.0.0
7452024-12-11T04:19:00.367Z Downloaded futures-core v0.3.30
7462024-12-11T04:19:00.367Z Downloaded form_urlencoded v1.2.1
7472024-12-11T04:19:00.369Z Downloaded embedded-io v0.6.1
7482024-12-11T04:19:00.369Z Downloaded tower-service v0.3.3
7492024-12-11T04:19:00.369Z Downloaded signal-hook-registry v1.4.2
7502024-12-11T04:19:00.371Z Downloaded serde_path_to_error v0.1.16
7512024-12-11T04:19:00.371Z Downloaded shlex v1.3.0
7522024-12-11T04:19:00.375Z Downloaded sha1 v0.10.6
7532024-12-11T04:19:00.375Z Downloaded futures-executor v0.3.30
7542024-12-11T04:19:00.377Z Downloaded float-ord v0.3.2
7552024-12-11T04:19:00.377Z Downloaded embedded-io v0.4.0
7562024-12-11T04:19:00.377Z Downloaded dyn-clone v1.0.17
7572024-12-11T04:19:00.380Z Downloaded colored v2.1.0
7582024-12-11T04:19:00.384Z Downloaded enum-as-inner v0.6.1
7592024-12-11T04:19:00.384Z Downloaded dof v0.3.0
7602024-12-11T04:19:00.384Z Downloaded dirs-sys-next v0.1.2
7612024-12-11T04:19:00.387Z Downloaded defmt-parser v0.3.4
7622024-12-11T04:19:00.387Z Downloaded defmt v0.3.8
7632024-12-11T04:19:00.390Z Downloaded convert_case v0.4.0
7642024-12-11T04:19:00.390Z Downloaded crc32fast v1.4.2
7652024-12-11T04:19:00.390Z Downloaded data-encoding v2.6.0
7662024-12-11T04:19:00.392Z Downloaded resolv-conf v0.7.0
7672024-12-11T04:19:00.395Z Downloaded progenitor-client v0.8.0
7682024-12-11T04:19:00.395Z Downloaded colorchoice v1.0.2
7692024-12-11T04:19:00.395Z Downloaded cancel-safe-futures v0.1.5
7702024-12-11T04:19:00.397Z Downloaded camino v1.1.9
7712024-12-11T04:19:00.399Z Downloaded base64ct v1.6.0
7722024-12-11T04:19:00.402Z Downloaded quick-error v1.2.3
7732024-12-11T04:19:00.405Z Downloaded progenitor-macro v0.8.0
7742024-12-11T04:19:00.405Z Downloaded progenitor v0.8.0
7752024-12-11T04:19:00.405Z Downloaded proc-macro-error-attr v1.0.4
7762024-12-11T04:19:00.407Z Downloaded darling_macro v0.20.10
7772024-12-11T04:19:00.407Z Downloaded const-random v0.1.18
7782024-12-11T04:19:00.423Z Downloaded ciborium-io v0.2.2
7792024-12-11T04:19:00.426Z Downloaded pretty-hex v0.2.1
7802024-12-11T04:19:00.426Z Downloaded atomic-waker v1.1.2
7812024-12-11T04:19:00.429Z Downloaded atomicwrites v0.4.4
7822024-12-11T04:19:00.429Z Downloaded aho-corasick v1.1.3
7832024-12-11T04:19:00.433Z Downloaded pkg-config v0.3.31
7842024-12-11T04:19:00.435Z Downloaded pin-utils v0.1.0
7852024-12-11T04:19:00.435Z Downloaded ahash v0.8.11
7862024-12-11T04:19:00.438Z Downloaded allocator-api2 v0.2.18
7872024-12-11T04:19:00.441Z Downloaded argon2 v0.5.3
7882024-12-11T04:19:00.444Z Downloaded anstream v0.6.15
7892024-12-11T04:19:00.558Z Downloaded ring v0.17.8
7902024-12-11T04:19:00.898Z Compiling proc-macro2 v1.0.86
7912024-12-11T04:19:00.898Z Compiling unicode-ident v1.0.13
7922024-12-11T04:19:00.901Z Compiling libc v0.2.167
7932024-12-11T04:19:00.902Z Compiling serde v1.0.216
7942024-12-11T04:19:00.902Z Compiling version_check v0.9.5
7952024-12-11T04:19:00.902Z Compiling autocfg v1.3.0
7962024-12-11T04:19:00.934Z Compiling cfg-if v1.0.0
7972024-12-11T04:19:01.082Z Compiling once_cell v1.20.2
7982024-12-11T04:19:01.103Z Compiling libm v0.2.8
7992024-12-11T04:19:01.126Z Compiling memchr v2.7.4
8002024-12-11T04:19:01.535Z Compiling byteorder v1.5.0
8012024-12-11T04:19:01.657Z Compiling lock_api v0.4.12
8022024-12-11T04:19:01.757Z Compiling parking_lot_core v0.9.10
8032024-12-11T04:19:02.016Z Compiling shlex v1.3.0
8042024-12-11T04:19:02.272Z Compiling thiserror v1.0.69
8052024-12-11T04:19:02.437Z Compiling cc v1.1.21
8062024-12-11T04:19:02.627Z Compiling itoa v1.0.11
8072024-12-11T04:19:02.837Z Compiling quote v1.0.37
8082024-12-11T04:19:02.877Z Compiling portable-atomic v1.8.0
8092024-12-11T04:19:02.900Z Compiling slab v0.4.9
8102024-12-11T04:19:03.280Z Compiling syn v2.0.87
8112024-12-11T04:19:03.300Z Compiling getrandom v0.2.15
8122024-12-11T04:19:03.568Z Compiling schemars v0.8.21
8132024-12-11T04:19:03.665Z Compiling ahash v0.8.11
8142024-12-11T04:19:03.725Z Compiling allocator-api2 v0.2.18
8152024-12-11T04:19:03.833Z Compiling num-traits v0.2.19
8162024-12-11T04:19:03.995Z Compiling ryu v1.0.18
8172024-12-11T04:19:04.277Z Compiling serde_json v1.0.133
8182024-12-11T04:19:04.430Z Compiling pin-project-lite v0.2.14
8192024-12-11T04:19:04.857Z Compiling log v0.4.22
8202024-12-11T04:19:04.880Z Compiling scopeguard v1.2.0
8212024-12-11T04:19:04.927Z Compiling equivalent v1.0.1
8222024-12-11T04:19:05.055Z Compiling heck v0.5.0
8232024-12-11T04:19:05.093Z Compiling fnv v1.0.7
8242024-12-11T04:19:05.329Z Compiling crunchy v0.2.2
8252024-12-11T04:19:05.511Z Compiling pkg-config v0.3.31
8262024-12-11T04:19:05.532Z Compiling vcpkg v0.2.15
8272024-12-11T04:19:05.550Z Compiling ring v0.17.8
8282024-12-11T04:19:05.856Z Compiling socket2 v0.5.8
8292024-12-11T04:19:06.595Z Compiling mio v1.0.2
8302024-12-11T04:19:06.747Z Compiling signal-hook-registry v1.4.2
8312024-12-11T04:19:06.870Z Compiling tiny-keccak v2.0.2
8322024-12-11T04:19:06.993Z Compiling slog v2.7.0
8332024-12-11T04:19:07.173Z Compiling openssl-sys v0.9.103
8342024-12-11T04:19:07.218Z Compiling httparse v1.9.4
8352024-12-11T04:19:07.667Z Compiling iana-time-zone v0.1.61
8362024-12-11T04:19:08.090Z Compiling const-random-macro v0.1.16
8372024-12-11T04:19:08.199Z Compiling futures-core v0.3.30
8382024-12-11T04:19:08.251Z Compiling dyn-clone v1.0.17
8392024-12-11T04:19:08.345Z Compiling openssl v0.10.66
8402024-12-11T04:19:08.481Z Compiling futures-sink v0.3.30
8412024-12-11T04:19:08.801Z Compiling typenum v1.17.0
8422024-12-11T04:19:08.877Z Compiling native-tls v0.2.12
8432024-12-11T04:19:08.895Z Compiling const-random v0.1.18
8442024-12-11T04:19:08.989Z Compiling semver v1.0.23
8452024-12-11T04:19:09.090Z Compiling rustls v0.23.13
8462024-12-11T04:19:09.147Z Compiling futures-channel v0.3.30
8472024-12-11T04:19:09.257Z Compiling futures-task v0.3.30
8482024-12-11T04:19:09.310Z Compiling pin-utils v0.1.0
8492024-12-11T04:19:09.407Z Compiling futures-io v0.3.30
8502024-12-11T04:19:09.435Z Compiling generic-array v0.14.7
8512024-12-11T04:19:09.501Z Compiling tracing-core v0.1.32
8522024-12-11T04:19:09.566Z Compiling bitflags v2.6.0
8532024-12-11T04:19:09.620Z Compiling ucd-trie v0.1.6
8542024-12-11T04:19:09.664Z Compiling subtle v2.6.1
8552024-12-11T04:19:09.747Z Compiling aho-corasick v1.1.3
8562024-12-11T04:19:09.766Z Compiling regex-syntax v0.8.4
8572024-12-11T04:19:09.919Z Compiling anyhow v1.0.94
8582024-12-11T04:19:10.086Z Compiling num-conv v0.1.0
8592024-12-11T04:19:10.105Z Compiling time-core v0.1.2
8602024-12-11T04:19:10.338Z Compiling serde_derive_internals v0.29.1
8612024-12-11T04:19:10.515Z Compiling time-macros v0.2.18
8622024-12-11T04:19:11.754Z Compiling rustls-pki-types v1.8.0
8632024-12-11T04:19:11.785Z Compiling spin v0.9.8
8642024-12-11T04:19:12.586Z Compiling usdt-impl v0.5.0
8652024-12-11T04:19:12.985Z Compiling omicron-workspace-hack v0.1.0
8662024-12-11T04:19:13.019Z Compiling untrusted v0.9.0
8672024-12-11T04:19:13.306Z Compiling regex-automata v0.4.7
8682024-12-11T04:19:13.738Z Compiling plain v0.2.3
8692024-12-11T04:19:13.909Z Compiling atomic-waker v1.1.2
8702024-12-11T04:19:14.085Z Compiling strsim v0.11.1
8712024-12-11T04:19:14.108Z Compiling tinyvec_macros v0.1.1
8722024-12-11T04:19:14.203Z Compiling rustversion v1.0.17
8732024-12-11T04:19:14.836Z Compiling tinyvec v1.8.0
8742024-12-11T04:19:15.624Z Compiling rand_core v0.6.4
8752024-12-11T04:19:15.980Z Compiling zeroize v1.8.1
8762024-12-11T04:19:16.009Z Compiling serde_derive v1.0.216
8772024-12-11T04:19:16.107Z Compiling zerocopy-derive v0.7.35
8782024-12-11T04:19:16.349Z Compiling thiserror-impl v1.0.69
8792024-12-11T04:19:16.494Z Compiling tokio-macros v2.4.0
8802024-12-11T04:19:17.258Z Compiling schemars_derive v0.8.21
8812024-12-11T04:19:18.153Z Compiling futures-macro v0.3.30
8822024-12-11T04:19:18.264Z Compiling zerocopy v0.7.35
8832024-12-11T04:19:20.258Z Compiling hashbrown v0.14.5
8842024-12-11T04:19:20.326Z Compiling openssl-macros v0.1.1
8852024-12-11T04:19:20.395Z Compiling futures-util v0.3.30
8862024-12-11T04:19:20.416Z Compiling tracing-attributes v0.1.27
8872024-12-11T04:19:20.948Z Compiling scroll_derive v0.12.0
8882024-12-11T04:19:21.163Z Compiling pest v2.7.13
8892024-12-11T04:19:21.680Z Compiling regress v0.10.1
8902024-12-11T04:19:22.466Z Compiling regex v1.10.6
8912024-12-11T04:19:23.445Z Compiling scroll v0.12.0
8922024-12-11T04:19:23.980Z Compiling tracing v0.1.40
8932024-12-11T04:19:24.018Z Compiling pest_meta v2.7.13
8942024-12-11T04:19:24.621Z Compiling goblin v0.8.2
8952024-12-11T04:19:26.568Z Compiling pest_generator v2.7.13
8962024-12-11T04:19:27.353Z Compiling rustls-webpki v0.102.8
8972024-12-11T04:19:28.327Z Compiling pretty-hex v0.4.1
8982024-12-11T04:19:28.407Z Compiling pest_derive v2.7.13
8992024-12-11T04:19:28.780Z Compiling try-lock v0.2.5
9002024-12-11T04:19:28.949Z Compiling unsafe-libyaml v0.2.11
9012024-12-11T04:19:29.343Z Compiling percent-encoding v2.3.1
9022024-12-11T04:19:29.834Z Compiling form_urlencoded v1.2.1
9032024-12-11T04:19:30.293Z Compiling bytes v1.7.2
9042024-12-11T04:19:30.649Z Compiling smallvec v1.13.2
9052024-12-11T04:19:31.206Z Compiling indexmap v2.5.0
9062024-12-11T04:19:31.675Z Compiling chrono v0.4.38
9072024-12-11T04:19:32.212Z Compiling parking_lot v0.12.3
9082024-12-11T04:19:32.341Z Compiling uuid v1.11.0
9092024-12-11T04:19:32.715Z Compiling tokio v1.42.0
9102024-12-11T04:19:33.211Z Compiling serde_tokenstream v0.2.2
9112024-12-11T04:19:33.606Z Compiling http v1.2.0
9122024-12-11T04:19:36.989Z Compiling openapiv3 v2.0.0
9132024-12-11T04:19:37.684Z Compiling ipnetwork v0.20.0
9142024-12-11T04:19:40.071Z Compiling typify-impl v0.2.0
9152024-12-11T04:19:40.135Z Compiling http-body v1.0.1
9162024-12-11T04:19:40.405Z Compiling serde_yaml v0.9.34+deprecated
9172024-12-11T04:19:40.725Z Compiling dof v0.3.0
9182024-12-11T04:19:41.522Z Compiling dtrace-parser v0.2.0
9192024-12-11T04:19:41.911Z Compiling want v0.3.1
9202024-12-11T04:19:42.212Z Compiling unicode-normalization v0.1.24
9212024-12-11T04:19:43.302Z Compiling tokio-util v0.7.12
9222024-12-11T04:19:43.692Z Compiling thread-id v4.2.2
9232024-12-11T04:19:43.712Z Compiling rustls v0.22.4
9242024-12-11T04:19:43.815Z Compiling foreign-types-shared v0.1.1
9252024-12-11T04:19:43.941Z Compiling syn v1.0.109
9262024-12-11T04:19:44.057Z Compiling httpdate v1.0.3
9272024-12-11T04:19:44.186Z Compiling ident_case v1.0.1
9282024-12-11T04:19:44.376Z Compiling h2 v0.4.6
9292024-12-11T04:19:44.545Z Compiling unicode-bidi v0.3.15
9302024-12-11T04:19:44.821Z Compiling camino v1.1.9
9312024-12-11T04:19:45.177Z Compiling darling_core v0.20.10
9322024-12-11T04:19:45.356Z Compiling foreign-types v0.3.2
9332024-12-11T04:19:45.461Z Compiling ppv-lite86 v0.2.20
9342024-12-11T04:19:47.441Z Compiling tower-service v0.3.3
9352024-12-11T04:19:47.577Z Compiling slog-async v2.8.0
9362024-12-11T04:19:48.085Z Compiling rand_chacha v0.3.1
9372024-12-11T04:19:48.630Z Compiling idna v0.5.0
9382024-12-11T04:19:49.812Z Compiling hyper v1.5.1
9392024-12-11T04:19:51.474Z Compiling darling_macro v0.20.10
9402024-12-11T04:19:52.138Z Compiling typify-macro v0.2.0
9412024-12-11T04:19:52.611Z Compiling toml_datetime v0.6.8
9422024-12-11T04:19:53.055Z Compiling hyper-util v0.1.10
9432024-12-11T04:19:56.131Z Compiling typify v0.2.0
9442024-12-11T04:19:56.281Z Compiling progenitor-impl v0.8.0
9452024-12-11T04:19:59.273Z Compiling multer v3.1.0
9462024-12-11T04:20:00.713Z Compiling paste v1.0.15
9472024-12-11T04:20:01.241Z Compiling openssl-probe v0.1.5
9482024-12-11T04:20:03.146Z Compiling progenitor-macro v0.8.0
9492024-12-11T04:20:04.774Z Compiling darling v0.20.10
9502024-12-11T04:20:04.904Z Compiling url v2.5.2
9512024-12-11T04:20:05.724Z Compiling rand v0.8.5
9522024-12-11T04:20:08.419Z Compiling usdt-attr-macro v0.5.0
9532024-12-11T04:20:10.157Z Compiling usdt-macro v0.5.0
9542024-12-11T04:20:10.493Z Compiling http-body-util v0.1.2
9552024-12-11T04:20:11.114Z Compiling async-trait v0.1.83
9562024-12-11T04:20:13.170Z Compiling encoding_rs v0.8.34
9572024-12-11T04:20:13.281Z Compiling mime v0.3.17
9582024-12-11T04:20:13.646Z Compiling base64 v0.22.1
9592024-12-11T04:20:13.912Z Compiling ipnet v2.10.0
9602024-12-11T04:20:14.400Z Compiling rustls-pemfile v2.1.3
9612024-12-11T04:20:16.455Z Compiling tokio-rustls v0.26.0
9622024-12-11T04:20:16.902Z Compiling serde_with_macros v3.9.0
9632024-12-11T04:20:17.785Z Compiling tokio-native-tls v0.3.1
9642024-12-11T04:20:18.104Z Compiling strum_macros v0.26.4
9652024-12-11T04:20:18.139Z Compiling serde_urlencoded v0.7.1
9662024-12-11T04:20:19.679Z Compiling structmeta-derive v0.3.0
9672024-12-11T04:20:19.781Z Compiling async-stream-impl v0.3.5
9682024-12-11T04:20:21.209Z Compiling webpki-roots v0.26.6
9692024-12-11T04:20:21.441Z Compiling dropshot v0.12.0
9702024-12-11T04:20:21.810Z Compiling powerfmt v0.2.0
9712024-12-11T04:20:22.313Z Compiling crossbeam-utils v0.8.20
9722024-12-11T04:20:22.935Z Compiling structmeta v0.3.0
9732024-12-11T04:20:23.324Z Compiling deranged v0.3.11
9742024-12-11T04:20:23.704Z Compiling hyper-rustls v0.27.3
9752024-12-11T04:20:23.853Z Compiling hyper-tls v0.6.0
9762024-12-11T04:20:25.107Z Compiling sync_wrapper v1.0.1
9772024-12-11T04:20:26.463Z Compiling winnow v0.6.18
9782024-12-11T04:20:27.493Z Compiling num_threads v0.1.7
9792024-12-11T04:20:27.631Z Compiling time v0.3.36
9802024-12-11T04:20:30.637Z Compiling reqwest v0.12.9
9812024-12-11T04:20:30.901Z Compiling parse-display-derive v0.10.0
9822024-12-11T04:20:32.757Z Compiling crypto-common v0.1.6
9832024-12-11T04:20:32.985Z Compiling block-buffer v0.10.4
9842024-12-11T04:20:33.244Z Compiling dropshot_endpoint v0.12.0
9852024-12-11T04:20:35.044Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-11T04:20:36.754Z Compiling digest v0.10.7
9872024-12-11T04:20:37.285Z Compiling progenitor-client v0.8.0
9882024-12-11T04:20:38.193Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-11T04:20:40.244Z Compiling dirs-sys-next v0.1.2
9902024-12-11T04:20:40.522Z Compiling rustix v0.38.37
9912024-12-11T04:20:41.251Z Compiling match_cfg v0.1.0
9922024-12-11T04:20:41.360Z Compiling lazy_static v1.5.0
9932024-12-11T04:20:41.780Z Compiling hostname v0.3.1
9942024-12-11T04:20:42.032Z Compiling dirs-next v2.0.0
9952024-12-11T04:20:42.053Z Compiling progenitor v0.8.0
9962024-12-11T04:20:42.309Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-11T04:20:44.853Z Compiling futures-executor v0.3.30
9982024-12-11T04:20:45.414Z Compiling thread_local v1.1.8
9992024-12-11T04:20:45.953Z Compiling errno v0.3.9
10002024-12-11T04:20:46.243Z Compiling instant v0.1.13
10012024-12-11T04:20:46.425Z Compiling cpufeatures v0.2.14
10022024-12-11T04:20:46.727Z Compiling unicode-width v0.1.14
10032024-12-11T04:20:49.213Z Compiling futures v0.3.30
10042024-12-11T04:20:50.540Z Compiling term v0.7.0
10052024-12-11T04:20:51.119Z Compiling crossbeam-channel v0.5.13
10062024-12-11T04:20:53.072Z Compiling serde_spanned v0.6.7
10072024-12-11T04:20:53.329Z Compiling is-terminal v0.4.13
10082024-12-11T04:20:53.468Z Compiling memmap v0.7.0
10092024-12-11T04:20:54.253Z Compiling take_mut v0.2.2
10102024-12-11T04:20:54.601Z Compiling usdt v0.5.0
10112024-12-11T04:20:54.913Z Compiling toml_edit v0.22.21
10122024-12-11T04:20:56.066Z Compiling slog-term v2.9.1
10132024-12-11T04:20:58.698Z Compiling slog-json v2.6.1
10142024-12-11T04:20:59.151Z Compiling strum v0.26.3
10152024-12-11T04:20:59.365Z Compiling serde_with v3.9.0
10162024-12-11T04:21:00.655Z Compiling heapless v0.8.0
10172024-12-11T04:21:01.224Z Compiling debug-ignore v1.0.5
10182024-12-11T04:21:04.172Z Compiling tokio-rustls v0.25.0
10192024-12-11T04:21:04.337Z Compiling slog-bunyan v2.5.0
10202024-12-11T04:21:04.616Z Compiling toml v0.8.19
10212024-12-11T04:21:04.643Z Compiling sha1 v0.10.6
10222024-12-11T04:21:06.961Z Compiling async-stream v0.3.5
10232024-12-11T04:21:07.307Z Compiling newtype-uuid v1.1.0
10242024-12-11T04:21:07.328Z Compiling hex v0.4.3
10252024-12-11T04:21:07.677Z Compiling serde_path_to_error v0.1.16
10262024-12-11T04:21:07.730Z Compiling waitgroup v0.1.2
10272024-12-11T04:21:08.018Z Compiling hostname v0.4.0
10282024-12-11T04:21:08.047Z Compiling hash32 v0.3.1
10292024-12-11T04:21:08.306Z Compiling stable_deref_trait v1.2.0
10302024-12-11T04:21:08.412Z Compiling smoltcp v0.11.0
10312024-12-11T04:21:11.558Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-11T04:21:11.753Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-11T04:21:12.053Z Compiling backoff v0.4.0
10342024-12-11T04:21:12.352Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-11T04:21:12.438Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-11T04:21:12.656Z Compiling parse-display v0.10.0
10372024-12-11T04:21:14.610Z Compiling macaddr v1.0.1
10382024-12-11T04:21:14.631Z Compiling regress v0.9.1
10392024-12-11T04:21:15.255Z Compiling clap_derive v4.5.18
10402024-12-11T04:21:16.553Z Compiling winnow v0.5.40
10412024-12-11T04:21:20.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10422024-12-11T04:21:20.355Z Compiling managed v0.8.0
10432024-12-11T04:21:20.532Z Compiling bitflags v1.3.2
10442024-12-11T04:21:20.646Z Compiling utf8parse v0.2.2
10452024-12-11T04:21:20.824Z Compiling cobs v0.2.3
10462024-12-11T04:21:20.877Z Compiling anstyle-parse v0.2.5
10472024-12-11T04:21:21.260Z Compiling postcard v1.0.10
10482024-12-11T04:21:21.880Z Compiling toml_edit v0.19.15
10492024-12-11T04:21:22.030Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10502024-12-11T04:21:28.106Z Compiling anstyle-query v1.1.1
10512024-12-11T04:21:28.809Z Compiling is_terminal_polyfill v1.70.1
10522024-12-11T04:21:29.481Z Compiling anstyle v1.0.10
10532024-12-11T04:21:29.622Z Compiling colorchoice v1.0.2
10542024-12-11T04:21:30.010Z Compiling anstream v0.6.15
10552024-12-11T04:21:31.110Z Compiling proc-macro-crate v1.3.1
10562024-12-11T04:21:31.673Z Compiling terminal_size v0.4.0
10572024-12-11T04:21:31.916Z Compiling clap_lex v0.7.4
10582024-12-11T04:21:31.983Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10592024-12-11T04:21:32.375Z Compiling clap_builder v4.5.23
10602024-12-11T04:21:32.919Z Compiling num_enum_derive v0.5.11
10612024-12-11T04:21:33.897Z Compiling tabwriter v1.4.0
10622024-12-11T04:21:34.869Z Compiling foreign-types-macros v0.2.3
10632024-12-11T04:21:35.335Z Compiling num-integer v0.1.46
10642024-12-11T04:21:35.613Z Compiling foreign-types-shared v0.3.1
10652024-12-11T04:21:36.045Z Compiling num_enum v0.5.11
10662024-12-11T04:21:36.412Z Compiling foreign-types v0.5.0
10672024-12-11T04:21:36.581Z Compiling clap v4.5.23
10682024-12-11T04:21:36.737Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10692024-12-11T04:21:37.280Z Compiling cstr-argument v0.1.2
10702024-12-11T04:21:37.452Z Compiling proc-macro-error-attr v1.0.4
10712024-12-11T04:21:37.733Z Compiling heck v0.4.1
10722024-12-11T04:21:38.021Z Compiling pretty-hex v0.2.1
10732024-12-11T04:21:38.187Z Compiling either v1.13.0
10742024-12-11T04:21:38.247Z Compiling prettyplease v0.2.22
10752024-12-11T04:21:38.726Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-11T04:21:38.839Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-11T04:21:39.127Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-11T04:21:40.189Z Compiling num-iter v0.1.45
10792024-12-11T04:21:40.402Z Compiling num-rational v0.4.2
10802024-12-11T04:21:40.835Z Compiling colored v2.1.0
10812024-12-11T04:21:42.531Z Compiling num-complex v0.4.6
10822024-12-11T04:21:43.282Z Compiling proc-macro-error v1.0.4
10832024-12-11T04:21:43.338Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-11T04:21:43.815Z Compiling fastrand v2.1.1
10852024-12-11T04:21:43.818Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-12-11T04:21:43.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10872024-12-11T04:21:44.212Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-12-11T04:21:44.383Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-12-11T04:21:44.770Z Compiling tempfile v3.12.0
10902024-12-11T04:21:46.382Z Compiling num v0.4.3
10912024-12-11T04:21:49.029Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-11T04:21:49.653Z Compiling crucible-workspace-hack v0.1.0
10932024-12-11T04:21:49.744Z Compiling float-ord v0.3.2
10942024-12-11T04:21:49.951Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-11T04:21:57.621Z Compiling unicode-segmentation v1.12.0
10962024-12-11T04:21:57.841Z Compiling semver v0.1.20
10972024-12-11T04:21:58.303Z Compiling rustc_version v0.1.7
10982024-12-11T04:21:58.391Z Compiling newline-converter v0.3.0
10992024-12-11T04:21:58.585Z Compiling zone_cfg_derive v0.3.0
11002024-12-11T04:21:58.706Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-11T04:21:58.989Z Compiling camino-tempfile v1.1.1
11022024-12-11T04:21:59.598Z Compiling itertools v0.10.5
11032024-12-11T04:21:59.797Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-11T04:22:00.084Z Compiling console v0.15.8
11052024-12-11T04:22:00.278Z Compiling num-derive v0.4.2
11062024-12-11T04:22:01.682Z Compiling sigpipe v0.1.3
11072024-12-11T04:22:01.829Z Compiling similar v2.6.0
11082024-12-11T04:22:02.753Z Compiling base64ct v1.6.0
11092024-12-11T04:22:03.070Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11102024-12-11T04:22:03.140Z Compiling expectorate v1.1.0
11112024-12-11T04:22:03.337Z Compiling password-hash v0.5.0
11122024-12-11T04:22:03.461Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11132024-12-11T04:22:03.479Z Compiling zone v0.3.0
11142024-12-11T04:22:05.036Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-11T04:22:05.549Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-11T04:22:05.656Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-11T04:22:06.840Z Compiling newtype_derive v0.1.6
11182024-12-11T04:22:07.260Z Compiling blake2 v0.10.6
11192024-12-11T04:22:08.344Z Compiling hubpack_derive v0.1.1
11202024-12-11T04:22:08.363Z Compiling smf v0.2.3
11212024-12-11T04:22:08.485Z Compiling zerocopy-derive v0.6.6
11222024-12-11T04:22:08.988Z Compiling fixedbitset v0.4.2
11232024-12-11T04:22:09.298Z Compiling cancel-safe-futures v0.1.5
11242024-12-11T04:22:09.409Z Compiling owo-colors v4.1.0
11252024-12-11T04:22:09.633Z Compiling whoami v1.5.2
11262024-12-11T04:22:09.711Z Compiling hubpack v0.1.2
11272024-12-11T04:22:09.768Z Compiling petgraph v0.6.5
11282024-12-11T04:22:10.579Z Compiling zerocopy v0.6.6
11292024-12-11T04:22:10.617Z Compiling argon2 v0.5.3
11302024-12-11T04:22:11.645Z Compiling strum_macros v0.25.3
11312024-12-11T04:22:13.112Z Compiling serde-big-array v0.5.1
11322024-12-11T04:22:13.392Z Compiling serde_repr v0.1.19
11332024-12-11T04:22:14.387Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-12-11T04:22:14.489Z Compiling cookie v0.18.1
11352024-12-11T04:22:14.582Z Compiling static_assertions v1.1.0
11362024-12-11T04:22:14.698Z Compiling convert_case v0.4.0
11372024-12-11T04:22:14.916Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-11T04:22:15.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11392024-12-11T04:22:15.501Z Compiling derive_more v0.99.18
11402024-12-11T04:22:17.371Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-11T04:22:17.743Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-11T04:22:18.632Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-11T04:22:20.329Z Compiling atomicwrites v0.4.4
11442024-12-11T04:22:20.864Z Compiling itertools v0.13.0
11452024-12-11T04:22:22.430Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-11T04:22:23.638Z Compiling idna v0.4.0
11472024-12-11T04:22:23.655Z Compiling libsw v3.3.1
11482024-12-11T04:22:24.001Z Compiling enum-as-inner v0.6.1
11492024-12-11T04:22:24.581Z Compiling derive-where v1.2.7
11502024-12-11T04:22:24.734Z Compiling data-encoding v2.6.0
11512024-12-11T04:22:25.047Z Compiling indent_write v2.2.0
11522024-12-11T04:22:25.171Z Compiling linear-map v1.2.0
11532024-12-11T04:22:25.285Z Compiling linked-hash-map v0.5.6
11542024-12-11T04:22:25.627Z Compiling swrite v0.1.0
11552024-12-11T04:22:25.712Z Compiling quick-error v1.2.3
11562024-12-11T04:22:25.769Z Compiling highway v1.2.0
11572024-12-11T04:22:25.872Z Compiling resolv-conf v0.7.0
11582024-12-11T04:22:27.292Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-12-11T04:22:27.410Z Compiling lru-cache v0.1.2
11602024-12-11T04:22:27.454Z Compiling hickory-proto v0.24.1
11612024-12-11T04:22:27.631Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-11T04:22:27.936Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-11T04:22:30.944Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-11T04:22:31.360Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-11T04:22:31.609Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-11T04:22:33.502Z Compiling steno v0.4.1
11672024-12-11T04:22:36.094Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11682024-12-11T04:22:36.461Z Compiling slog-dtrace v0.3.0
11692024-12-11T04:22:36.577Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11702024-12-11T04:22:36.738Z Compiling parking_lot_core v0.8.6
11712024-12-11T04:22:36.815Z Compiling humantime v2.1.0
11722024-12-11T04:22:37.268Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11732024-12-11T04:22:37.757Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11742024-12-11T04:22:38.447Z Compiling hickory-resolver v0.24.1
11752024-12-11T04:22:39.261Z Compiling num-derive v0.3.3
11762024-12-11T04:22:41.058Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-11T04:22:41.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-11T04:22:41.966Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11792024-12-11T04:22:42.223Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11802024-12-11T04:22:43.269Z Compiling parking_lot v0.11.2
11812024-12-11T04:22:43.821Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11822024-12-11T04:22:45.185Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11832024-12-11T04:22:46.706Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-11T04:22:46.772Z Compiling crossbeam-epoch v0.9.18
11852024-12-11T04:22:47.975Z Compiling fxhash v0.2.1
11862024-12-11T04:22:48.213Z Compiling crc32fast v1.4.2
11872024-12-11T04:22:48.233Z Compiling arc-swap v1.7.1
11882024-12-11T04:22:48.750Z Compiling crc8 v0.1.1
11892024-12-11T04:22:48.943Z Compiling slog-scope v4.4.0
11902024-12-11T04:22:49.064Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-11T04:22:49.696Z Compiling sled v0.34.7
11922024-12-11T04:22:54.108Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-11T04:22:56.092Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-11T04:22:56.651Z Compiling slog-stdlog v4.1.1
11952024-12-11T04:22:57.474Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-12-11T04:22:58.043Z Compiling slog-envlogger v2.2.0
11972024-12-11T04:23:00.779Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11982024-12-11T04:23:08.871Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-11T04:23:11.596Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-11T04:23:17.639Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-11T04:23:45.785Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12022024-12-11T04:23:45.787Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12032024-12-11T04:23:53.167Z Finished `release` profile [optimized] target(s) in 5m 15s
12042024-12-11T04:23:53.478Z+ banner quartet
12052024-12-11T04:23:53.481Z
12062024-12-11T04:23:53.481Z #### # # ## ##### ##### ###### #####
12072024-12-11T04:23:53.481Z # # # # # # # # # # #
12082024-12-11T04:23:53.481Z # # # # # # # # # ##### #
12092024-12-11T04:23:53.481Z # # # # # ###### ##### # # #
12102024-12-11T04:23:53.481Z # # # # # # # # # # #
12112024-12-11T04:23:53.481Z ### # #### # # # # # ###### #
12122024-12-11T04:23:53.481Z
12132024-12-11T04:23:53.481Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12142024-12-11T04:23:53.944Z Compiling cfg-if v1.0.0
12152024-12-11T04:23:53.944Z Compiling libc v0.2.167
12162024-12-11T04:23:53.947Z Compiling serde v1.0.216
12172024-12-11T04:23:53.947Z Compiling once_cell v1.20.2
12182024-12-11T04:23:53.947Z Compiling itoa v1.0.11
12192024-12-11T04:23:53.947Z Compiling byteorder v1.5.0
12202024-12-11T04:23:54.015Z Compiling syn v2.0.87
12212024-12-11T04:23:54.023Z Compiling bytes v1.7.2
12222024-12-11T04:23:54.080Z Compiling num-traits v0.2.19
12232024-12-11T04:23:54.255Z Compiling zerocopy v0.7.35
12242024-12-11T04:23:54.385Z Compiling pin-project-lite v0.2.14
12252024-12-11T04:23:54.415Z Compiling ahash v0.8.11
12262024-12-11T04:23:54.467Z Compiling scopeguard v1.2.0
12272024-12-11T04:23:54.497Z Compiling allocator-api2 v0.2.18
12282024-12-11T04:23:54.502Z Compiling smallvec v1.13.2
12292024-12-11T04:23:54.594Z Compiling memchr v2.7.4
12302024-12-11T04:23:54.624Z Compiling schemars v0.8.21
12312024-12-11T04:23:54.995Z Compiling lock_api v0.4.12
12322024-12-11T04:23:55.351Z Compiling fnv v1.0.7
12332024-12-11T04:23:55.448Z Compiling hashbrown v0.14.5
12342024-12-11T04:23:55.481Z Compiling getrandom v0.2.15
12352024-12-11T04:23:55.491Z Compiling parking_lot_core v0.9.10
12362024-12-11T04:23:55.578Z Compiling signal-hook-registry v1.4.2
12372024-12-11T04:23:55.820Z Compiling parking_lot v0.12.3
12382024-12-11T04:23:55.831Z Compiling socket2 v0.5.8
12392024-12-11T04:23:56.297Z Compiling mio v1.0.2
12402024-12-11T04:23:56.463Z Compiling log v0.4.22
12412024-12-11T04:23:56.861Z Compiling futures-core v0.3.30
12422024-12-11T04:23:57.131Z Compiling ryu v1.0.18
12432024-12-11T04:23:57.142Z Compiling equivalent v1.0.1
12442024-12-11T04:23:57.255Z Compiling tracing-core v0.1.32
12452024-12-11T04:23:57.472Z Compiling serde_json v1.0.133
12462024-12-11T04:23:57.516Z Compiling uuid v1.11.0
12472024-12-11T04:23:57.568Z Compiling regress v0.10.1
12482024-12-11T04:23:57.702Z Compiling untrusted v0.9.0
12492024-12-11T04:23:57.903Z Compiling futures-task v0.3.30
12502024-12-11T04:23:58.147Z Compiling spin v0.9.8
12512024-12-11T04:23:58.151Z Compiling futures-sink v0.3.30
12522024-12-11T04:23:58.151Z Compiling pin-utils v0.1.0
12532024-12-11T04:23:58.151Z Compiling slab v0.4.9
12542024-12-11T04:23:58.179Z Compiling futures-util v0.3.30
12552024-12-11T04:23:58.192Z Compiling ring v0.17.8
12562024-12-11T04:23:58.424Z Compiling try-lock v0.2.5
12572024-12-11T04:23:58.579Z Compiling want v0.3.1
12582024-12-11T04:23:58.860Z Compiling httparse v1.9.4
12592024-12-11T04:23:59.030Z Compiling chrono v0.4.38
12602024-12-11T04:23:59.664Z Compiling futures-channel v0.3.30
12612024-12-11T04:23:59.960Z Compiling tower-service v0.3.3
12622024-12-11T04:24:00.081Z Compiling foreign-types-shared v0.1.1
12632024-12-11T04:24:00.123Z Compiling dyn-clone v1.0.17
12642024-12-11T04:24:00.190Z Compiling foreign-types v0.3.2
12652024-12-11T04:24:00.281Z Compiling openssl-sys v0.9.103
12662024-12-11T04:24:00.335Z Compiling unicode-ident v1.0.13
12672024-12-11T04:24:00.711Z Compiling serde_derive_internals v0.29.1
12682024-12-11T04:24:01.080Z Compiling bitflags v2.6.0
12692024-12-11T04:24:01.319Z Compiling proc-macro2 v1.0.86
12702024-12-11T04:24:01.446Z Compiling http v1.2.0
12712024-12-11T04:24:01.701Z Compiling tinyvec_macros v0.1.1
12722024-12-11T04:24:01.796Z Compiling openssl-probe v0.1.5
12732024-12-11T04:24:02.312Z Compiling semver v1.0.23
12742024-12-11T04:24:02.350Z Compiling quote v1.0.37
12752024-12-11T04:24:02.884Z Compiling tinyvec v1.8.0
12762024-12-11T04:24:03.012Z Compiling percent-encoding v2.3.1
12772024-12-11T04:24:03.487Z Compiling form_urlencoded v1.2.1
12782024-12-11T04:24:04.651Z Compiling unicode-normalization v0.1.24
12792024-12-11T04:24:05.089Z Compiling aho-corasick v1.1.3
12802024-12-11T04:24:05.430Z Compiling http v0.2.12
12812024-12-11T04:24:05.896Z Compiling rustls-pki-types v1.8.0
12822024-12-11T04:24:06.046Z Compiling heck v0.5.0
12832024-12-11T04:24:06.149Z Compiling unicode-bidi v0.3.15
12842024-12-11T04:24:06.389Z Compiling serde_derive v1.0.216
12852024-12-11T04:24:06.784Z Compiling zerocopy-derive v0.7.35
12862024-12-11T04:24:07.213Z Compiling thiserror-impl v1.0.69
12872024-12-11T04:24:07.381Z Compiling schemars_derive v0.8.21
12882024-12-11T04:24:09.143Z Compiling tokio-macros v2.4.0
12892024-12-11T04:24:09.609Z Compiling tracing-attributes v0.1.27
12902024-12-11T04:24:10.248Z Compiling thiserror v1.0.69
12912024-12-11T04:24:10.393Z Compiling openssl-macros v0.1.1
12922024-12-11T04:24:10.625Z Compiling regex-automata v0.4.7
12932024-12-11T04:24:10.722Z Compiling tokio v1.42.0
12942024-12-11T04:24:11.238Z Compiling openssl v0.10.66
12952024-12-11T04:24:11.628Z Compiling idna v0.5.0
12962024-12-11T04:24:12.969Z Compiling tracing v0.1.40
12972024-12-11T04:24:13.688Z Compiling http-body v1.0.1
12982024-12-11T04:24:18.809Z Compiling native-tls v0.2.12
12992024-12-11T04:24:19.933Z Compiling slog v2.7.0
13002024-12-11T04:24:20.447Z Compiling regex-syntax v0.8.4
13012024-12-11T04:24:21.100Z Compiling indexmap v2.5.0
13022024-12-11T04:24:25.397Z Compiling tokio-util v0.7.12
13032024-12-11T04:24:25.640Z Compiling serde_tokenstream v0.2.2
13042024-12-11T04:24:27.700Z Compiling tokio-native-tls v0.3.1
13052024-12-11T04:24:27.839Z Compiling atomic-waker v1.1.2
13062024-12-11T04:24:28.012Z Compiling h2 v0.4.6
13072024-12-11T04:24:28.032Z Compiling typify-impl v0.2.0
13082024-12-11T04:24:28.563Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-12-11T04:24:28.729Z Compiling openapiv3 v2.0.0
13102024-12-11T04:24:38.350Z Compiling serde_urlencoded v0.7.1
13112024-12-11T04:24:39.032Z Compiling regex v1.10.6
13122024-12-11T04:24:39.954Z Compiling url v2.5.2
13132024-12-11T04:24:40.056Z Compiling encoding_rs v0.8.34
13142024-12-11T04:24:40.110Z Compiling mime v0.3.17
13152024-12-11T04:24:40.669Z Compiling rustls v0.21.12
13162024-12-11T04:24:41.004Z Compiling ipnet v2.10.0
13172024-12-11T04:24:41.206Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-12-11T04:24:43.842Z Compiling typify-macro v0.2.0
13192024-12-11T04:24:45.121Z Compiling hyper v1.5.1
13202024-12-11T04:24:45.448Z Compiling h2 v0.3.26
13212024-12-11T04:24:47.688Z Compiling http-body v0.4.6
13222024-12-11T04:24:47.740Z Compiling rustls-webpki v0.102.8
13232024-12-11T04:24:48.242Z Compiling rustls-webpki v0.101.7
13242024-12-11T04:24:48.762Z Compiling sct v0.7.1
13252024-12-11T04:24:49.214Z Compiling zeroize v1.8.1
13262024-12-11T04:24:49.574Z Compiling httpdate v1.0.3
13272024-12-11T04:24:50.329Z Compiling subtle v2.6.1
13282024-12-11T04:24:50.614Z Compiling toml_datetime v0.6.8
13292024-12-11T04:24:50.819Z Compiling hyper v0.14.30
13302024-12-11T04:24:50.999Z Compiling toml_edit v0.19.15
13312024-12-11T04:24:52.338Z Compiling rustls v0.23.13
13322024-12-11T04:24:52.433Z Compiling serde_yaml v0.9.34+deprecated
13332024-12-11T04:24:56.175Z Compiling hyper-util v0.1.10
13342024-12-11T04:25:01.330Z Compiling lazy_static v1.5.0
13352024-12-11T04:25:01.466Z Compiling tokio-rustls v0.24.1
13362024-12-11T04:25:01.910Z Compiling tokio-rustls v0.26.0
13372024-12-11T04:25:02.294Z Compiling proc-macro-crate v1.3.1
13382024-12-11T04:25:02.429Z Compiling http-body-util v0.1.2
13392024-12-11T04:25:03.032Z Compiling webpki-roots v0.26.6
13402024-12-11T04:25:03.134Z Compiling base64 v0.21.7
13412024-12-11T04:25:03.251Z Compiling base64 v0.22.1
13422024-12-11T04:25:04.048Z Compiling rustls-pemfile v2.1.3
13432024-12-11T04:25:04.085Z Compiling rustls-pemfile v1.0.4
13442024-12-11T04:25:04.260Z Compiling hyper-rustls v0.27.3
13452024-12-11T04:25:04.324Z Compiling crossbeam-utils v0.8.20
13462024-12-11T04:25:04.341Z Compiling num_enum_derive v0.5.11
13472024-12-11T04:25:04.363Z Compiling hyper-tls v0.6.0
13482024-12-11T04:25:04.832Z Compiling hyper-rustls v0.24.2
13492024-12-11T04:25:04.872Z Compiling hyper-tls v0.5.0
13502024-12-11T04:25:04.873Z Compiling typify v0.2.0
13512024-12-11T04:25:05.012Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-12-11T04:25:05.376Z Compiling ipnetwork v0.20.0
13532024-12-11T04:25:06.385Z Compiling ppv-lite86 v0.2.20
13542024-12-11T04:25:06.674Z Compiling foreign-types-macros v0.2.3
13552024-12-11T04:25:07.302Z Compiling sync_wrapper v1.0.1
13562024-12-11T04:25:07.456Z Compiling rand_core v0.6.4
13572024-12-11T04:25:07.863Z Compiling dirs-sys-next v0.1.2
13582024-12-11T04:25:07.949Z Compiling sync_wrapper v0.1.2
13592024-12-11T04:25:08.034Z Compiling powerfmt v0.2.0
13602024-12-11T04:25:08.082Z Compiling webpki-roots v0.25.4
13612024-12-11T04:25:08.249Z Compiling foreign-types-shared v0.3.1
13622024-12-11T04:25:08.365Z Compiling time-macros v0.2.18
13632024-12-11T04:25:08.376Z Compiling foreign-types v0.5.0
13642024-12-11T04:25:08.525Z Compiling deranged v0.3.11
13652024-12-11T04:25:08.621Z Compiling reqwest v0.11.27
13662024-12-11T04:25:09.101Z Compiling dirs-next v2.0.0
13672024-12-11T04:25:09.371Z Compiling rand_chacha v0.3.1
13682024-12-11T04:25:10.915Z Compiling progenitor-impl v0.8.0
13692024-12-11T04:25:11.115Z Compiling reqwest v0.12.9
13702024-12-11T04:25:11.410Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13712024-12-11T04:25:17.822Z Compiling num_enum v0.5.11
13722024-12-11T04:25:18.002Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-12-11T04:25:18.188Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-11T04:25:20.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-11T04:25:20.382Z Compiling cstr-argument v0.1.2
13762024-12-11T04:25:20.643Z Compiling thread_local v1.1.8
13772024-12-11T04:25:21.385Z Compiling arc-swap v1.7.1
13782024-12-11T04:25:22.120Z Compiling pretty-hex v0.2.1
13792024-12-11T04:25:22.350Z Compiling time-core v0.1.2
13802024-12-11T04:25:22.544Z Compiling num-conv v0.1.0
13812024-12-11T04:25:22.822Z Compiling either v1.13.0
13822024-12-11T04:25:22.910Z Compiling time v0.3.36
13832024-12-11T04:25:23.264Z Compiling itertools v0.12.1
13842024-12-11T04:25:24.477Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13852024-12-11T04:25:24.858Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13862024-12-11T04:25:26.397Z Compiling slog-scope v4.4.0
13872024-12-11T04:25:27.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-11T04:25:27.336Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-11T04:25:27.513Z Compiling crossbeam-channel v0.5.13
13902024-12-11T04:25:28.171Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13912024-12-11T04:25:29.178Z Compiling progenitor-macro v0.8.0
13922024-12-11T04:25:32.008Z Compiling progenitor-client v0.8.0
13932024-12-11T04:25:32.965Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-12-11T04:25:34.988Z Compiling rand v0.8.5
13952024-12-11T04:25:36.899Z Compiling term v0.7.0
13962024-12-11T04:25:41.524Z Compiling anyhow v1.0.94
13972024-12-11T04:25:42.454Z Compiling colored v2.1.0
13982024-12-11T04:25:43.055Z Compiling is-terminal v0.4.13
13992024-12-11T04:25:43.186Z Compiling winnow v0.6.18
14002024-12-11T04:25:43.717Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14012024-12-11T04:25:44.058Z Compiling take_mut v0.2.2
14022024-12-11T04:25:44.226Z Compiling slog-async v2.8.0
14032024-12-11T04:25:47.322Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-12-11T04:25:47.726Z Compiling progenitor v0.8.0
14052024-12-11T04:25:47.957Z Compiling slog-term v2.9.1
14062024-12-11T04:25:50.842Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14072024-12-11T04:25:51.068Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-11T04:25:54.816Z Compiling slog-stdlog v4.1.1
14092024-12-11T04:25:55.684Z Compiling slog-envlogger v2.2.0
14102024-12-11T04:25:55.982Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-11T04:25:58.980Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-11T04:26:12.285Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-11T04:26:19.805Z Finished `release` profile [optimized] target(s) in 2m 26s
14142024-12-11T04:26:19.887Z Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153)
14152024-12-11T04:26:19.935Z
14162024-12-11T04:26:19.935Zrunning 1 test
14172024-12-11T04:26:20.120Zconfigure zone
14182024-12-11T04:26:20.136Zinstall zone
14192024-12-11T04:27:19.939Ztest ddm::test_quartet has been running for over 60 seconds
14202024-12-11T04:28:26.901Zboot zone
14212024-12-11T04:28:27.729Zstart zone s1
14222024-12-11T04:28:27.729Zconfigure zone
14232024-12-11T04:28:27.737Zinstall zone
14242024-12-11T04:30:20.475Zboot zone
14252024-12-11T04:30:21.256Zstart zone s2
14262024-12-11T04:30:21.256Zconfigure zone
14272024-12-11T04:30:21.264Zinstall zone
14282024-12-11T04:32:13.826Zboot zone
14292024-12-11T04:32:14.609Zstart zone s3
14302024-12-11T04:32:14.609Zconfigure zone
14312024-12-11T04:32:14.618Zinstall zone
14322024-12-11T04:34:06.678Zboot zone
14332024-12-11T04:34:07.473Zstart zone t1
14342024-12-11T04:34:07.473Zconfigure zone
14352024-12-11T04:34:07.481Zinstall zone
14362024-12-11T04:35:59.606Zboot zone
14372024-12-11T04:36:00.410Zwaiting for zones to come up
14382024-12-11T04:36:10.409Z[sidecar.quartet] svcs milestone/network
14392024-12-11T04:36:10.444ZSTATE STIME FMRI
14402024-12-11T04:36:10.444Zonline 20:28:45 svc:/milestone/network:default
14412024-12-11T04:36:10.444Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14422024-12-11T04:36:10.491Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14432024-12-11T04:36:10.539Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14442024-12-11T04:36:10.583Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14452024-12-11T04:36:10.587Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14462024-12-11T04:36:10.608Z
14472024-12-11T04:36:10.608Zrunning zone s1.quartet setup
14482024-12-11T04:36:10.608Z[s1.quartet] svcs milestone/network
14492024-12-11T04:36:10.631ZSTATE STIME FMRI
14502024-12-11T04:36:10.631Zonline 20:30:39 svc:/milestone/network:default
14512024-12-11T04:36:10.631Z[s1.quartet] dladm
14522024-12-11T04:36:10.651ZLINK CLASS MTU STATE BRIDGE OVER
14532024-12-11T04:36:10.651Zsl0 simnet 9000 up -- ?
14542024-12-11T04:36:10.651Zmgs1 vnic 9000 up -- ?
14552024-12-11T04:36:10.651Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14562024-12-11T04:36:11.248Z
14572024-12-11T04:36:11.248Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14582024-12-11T04:36:11.272Z
14592024-12-11T04:36:11.272Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14602024-12-11T04:36:11.290Z
14612024-12-11T04:36:11.290Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14622024-12-11T04:36:11.377Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14632024-12-11T04:36:11.419Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4dfeafc2-53c1-45ab-9928-25ed50666b19 --sled-uuid 5c182b1c-7fd5-4697-a55d-acff876ab048 -a sl0/v6 &> /opt/ddmd.log &
14642024-12-11T04:36:11.440Z
14652024-12-11T04:36:11.440Zrunning zone s2.quartet setup
14662024-12-11T04:36:11.440Z[s2.quartet] svcs milestone/network
14672024-12-11T04:36:11.463ZSTATE STIME FMRI
14682024-12-11T04:36:11.463Zonline 20:32:32 svc:/milestone/network:default
14692024-12-11T04:36:11.463Z[s2.quartet] dladm
14702024-12-11T04:36:11.484ZLINK CLASS MTU STATE BRIDGE OVER
14712024-12-11T04:36:11.485Zsl1 simnet 9000 up -- ?
14722024-12-11T04:36:11.485Zmgs2 vnic 9000 up -- ?
14732024-12-11T04:36:11.485Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14742024-12-11T04:36:12.073Z
14752024-12-11T04:36:12.073Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14762024-12-11T04:36:12.094Z
14772024-12-11T04:36:12.094Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14782024-12-11T04:36:12.113Z
14792024-12-11T04:36:12.113Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14802024-12-11T04:36:12.159Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14812024-12-11T04:36:12.180Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9a0b0f37-4bea-40fe-ac9a-451b09d4e2d5 --sled-uuid affa985c-75aa-4efc-b20e-d8b7575cb763 -a sl1/v6 &> /opt/ddmd.log &
14822024-12-11T04:36:12.200Z
14832024-12-11T04:36:12.200Zrunning zone s3.quartet setup
14842024-12-11T04:36:12.200Z[s3.quartet] svcs milestone/network
14852024-12-11T04:36:12.223ZSTATE STIME FMRI
14862024-12-11T04:36:12.223Zonline 20:34:25 svc:/milestone/network:default
14872024-12-11T04:36:12.223Z[s3.quartet] dladm
14882024-12-11T04:36:12.244ZLINK CLASS MTU STATE BRIDGE OVER
14892024-12-11T04:36:12.244Zsl2 simnet 9000 up -- ?
14902024-12-11T04:36:12.244Zmgs3 vnic 9000 up -- ?
14912024-12-11T04:36:12.244Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14922024-12-11T04:36:12.785Z
14932024-12-11T04:36:12.785Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14942024-12-11T04:36:12.808Z
14952024-12-11T04:36:12.808Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14962024-12-11T04:36:12.827Z
14972024-12-11T04:36:12.827Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
14982024-12-11T04:36:12.883Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
14992024-12-11T04:36:12.905Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 49ac27e5-49aa-4b81-b563-239f8c4b3ee1 --sled-uuid e7e36a0d-1537-4fd4-858e-b1c5cbde2202 -a sl2/v6 &> /opt/ddmd.log &
15002024-12-11T04:36:12.924Z
15012024-12-11T04:36:12.924Zrunning zone t1.quartet setup
15022024-12-11T04:36:12.924Z[t1.quartet] svcs milestone/network
15032024-12-11T04:36:12.944ZSTATE STIME FMRI
15042024-12-11T04:36:12.944Z- - svc:/milestone/network:default
15052024-12-11T04:36:13.945Z[t1.quartet] svcs milestone/network
15062024-12-11T04:36:13.967ZSTATE STIME FMRI
15072024-12-11T04:36:13.967Z- - svc:/milestone/network:default
15082024-12-11T04:36:14.967Z[t1.quartet] svcs milestone/network
15092024-12-11T04:36:14.988ZSTATE STIME FMRI
15102024-12-11T04:36:14.988Z- - svc:/milestone/network:default
15112024-12-11T04:36:15.988Z[t1.quartet] svcs milestone/network
15122024-12-11T04:36:16.012ZSTATE STIME FMRI
15132024-12-11T04:36:16.012Z- - svc:/milestone/network:default
15142024-12-11T04:36:17.012Z[t1.quartet] svcs milestone/network
15152024-12-11T04:36:17.033ZSTATE STIME FMRI
15162024-12-11T04:36:17.033Z- - svc:/milestone/network:default
15172024-12-11T04:36:18.034Z[t1.quartet] svcs milestone/network
15182024-12-11T04:36:18.055ZSTATE STIME FMRI
15192024-12-11T04:36:18.055Z- - svc:/milestone/network:default
15202024-12-11T04:36:19.055Z[t1.quartet] svcs milestone/network
15212024-12-11T04:36:19.077ZSTATE STIME FMRI
15222024-12-11T04:36:19.078Zonline 20:36:17 svc:/milestone/network:default
15232024-12-11T04:36:19.078Z[t1.quartet] dladm
15242024-12-11T04:36:19.097ZLINK CLASS MTU STATE BRIDGE OVER
15252024-12-11T04:36:19.098Ztfportrear0_0 simnet 9000 up -- ?
15262024-12-11T04:36:19.098Ztfportrear1_0 simnet 9000 up -- ?
15272024-12-11T04:36:19.098Ztfportrear2_0 simnet 9000 up -- ?
15282024-12-11T04:36:19.098Zmgt1 vnic 9000 up -- ?
15292024-12-11T04:36:19.098Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15302024-12-11T04:36:19.681Z
15312024-12-11T04:36:19.681Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15322024-12-11T04:36:19.704Z
15332024-12-11T04:36:19.704Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15342024-12-11T04:36:19.726Z
15352024-12-11T04:36:19.726Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15362024-12-11T04:36:19.747Z
15372024-12-11T04:36:19.747Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15382024-12-11T04:36:19.767Z
15392024-12-11T04:36:19.767Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15402024-12-11T04:36:19.958Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15412024-12-11T04:36:19.962Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15422024-12-11T04:36:19.966Zwaiting 3s for copy of files to zone to complete ...
15432024-12-11T04:36:22.966Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15442024-12-11T04:36:23.003Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15452024-12-11T04:36:23.020Z[t1.quartet] svcadm enable dendrite
15462024-12-11T04:36:23.059Z
15472024-12-11T04:36:23.059Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15482024-12-11T04:36:23.108Z
15492024-12-11T04:36:23.108Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15502024-12-11T04:36:23.155Z
15512024-12-11T04:36:23.156Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15522024-12-11T04:36:23.200Z
15532024-12-11T04:36:23.200Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15542024-12-11T04:36:23.242Z
15552024-12-11T04:36:23.242Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15562024-12-11T04:36:23.283Z
15572024-12-11T04:36:23.283Z[t1.quartet] svcadm refresh dendrite:default
15582024-12-11T04:36:23.320Z
15592024-12-11T04:36:23.320Z[t1.quartet] svcadm restart dendrite:default
15602024-12-11T04:36:23.356Z
15612024-12-11T04:36:23.356Zwait 10s for dendrite to come up ...
15622024-12-11T04:36:33.357Z[t1.quartet] svcadm enable tfport
15632024-12-11T04:36:33.396Z
15642024-12-11T04:36:33.397Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 09d18e28-65f6-423c-9dae-2a75c64aabd6 --sled-uuid a9b38cdc-1c92-4db1-82d2-fbfc58501aa5 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15652024-12-11T04:36:33.416Z
15662024-12-11T04:36:33.417Z[t1.quartet] ipadm
15672024-12-11T04:36:33.441ZADDROBJ TYPE STATE ADDR
15682024-12-11T04:36:33.441Zlo0/v4 static ok 127.0.0.1/8
15692024-12-11T04:36:33.441Zmgt1/v4 static ok 10.0.0.4/24
15702024-12-11T04:36:33.441Zlo0/v6 static ok ::1/128
15712024-12-11T04:36:33.441Zlo0/u6 static ok fd00:4::1/64
15722024-12-11T04:36:33.441Ztfportrear0_0/v6 addrconf ok fe80::fc5a:f1ff:fe3d:791a%tfportrear0_0/10
15732024-12-11T04:36:33.441Ztfportrear1_0/v6 addrconf ok fe80::c8df:16ff:fe9c:deaf%tfportrear1_0/10
15742024-12-11T04:36:33.441Ztfportrear2_0/v6 addrconf ok fe80::90d3:2ff:feae:4977%tfportrear2_0/10
15752024-12-11T04:36:35.724Zinitial peering test passed
15762024-12-11T04:36:36.727Z[s3.quartet] ping fd00:1::1
15772024-12-11T04:36:36.754Zfd00:1::1 is alive
15782024-12-11T04:36:47.757Z[s3.quartet] ping fd00:1::1
15792024-12-11T04:36:47.779Zfd00:1::1 is alive
15802024-12-11T04:36:47.797Z[t1.quartet] pkill ddmd
15812024-12-11T04:36:47.823Z
15822024-12-11T04:36:47.823Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15832024-12-11T04:36:47.827Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15842024-12-11T04:36:50.164Z[s3.quartet] pkill ddmd
15852024-12-11T04:36:50.183Z
15862024-12-11T04:36:50.183Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15872024-12-11T04:36:52.652Z[s2.quartet] pkill ddmd
15882024-12-11T04:36:52.671Z
15892024-12-11T04:36:52.672Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15902024-12-11T04:36:55.069Z[s1.quartet] pkill ddmd
15912024-12-11T04:36:55.089Z
15922024-12-11T04:36:55.089Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15932024-12-11T04:36:57.332Z[sidecar.quartet] pkill softnpu
15942024-12-11T04:36:57.352Z
15952024-12-11T04:36:57.352Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
15962024-12-11T04:36:59.735Ztest ddm::test_quartet ... ok
15972024-12-11T04:36:59.735Z
15982024-12-11T04:36:59.735Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 639.76s
15992024-12-11T04:36:59.735Z
16002024-12-11T04:36:59.764Z+ cleanup
16012024-12-11T04:36:59.766Z++ id -un
16022024-12-11T04:36:59.769Z++ id -gn
16032024-12-11T04:36:59.772Z+ pfexec chown -R build:build .
16042024-12-11T04:36:59.849Zprocess exited: duration 1166997 ms, exit code 0
 
16052024-12-11T04:36:59.859Zfound 5 output files
16062024-12-11T04:36:59.859Zuploading: /work/s1.quartet.log (4849 bytes)
16072024-12-11T04:37:00.868Zuploaded: /work/s1.quartet.log
16082024-12-11T04:37:00.873Zuploading: /work/s2.quartet.log (5216 bytes)
16092024-12-11T04:37:01.880Zuploaded: /work/s2.quartet.log
16102024-12-11T04:37:01.883Zuploading: /work/s3.quartet.log (4230 bytes)
16112024-12-11T04:37:02.889Zuploaded: /work/s3.quartet.log
16122024-12-11T04:37:02.891Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16132024-12-11T04:37:03.897Zuploaded: /work/sidecar.quartet-softnpu.log
16142024-12-11T04:37:03.900Zuploading: /work/t1.quartet.log (17390 bytes)
16152024-12-11T04:37:04.905Zuploaded: /work/t1.quartet.log