01JF6TSQNZJAX6NGCVJN6HFAJK: 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: 01JF6TT38S77PK6A1Z15WC8PC3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T04:15:50.559Zjob assigned to worker 01JF6TT53SK51HJBD1WMV2GGKM [factory aws, i-0acc759546a35824e] (queued for 59 s)
 
22024-12-16T04:15:58.272Zstarting task 0: "setup"
32024-12-16T04:15:58.280Z++ uname -s
42024-12-16T04:15:58.282Z+ kern=SunOS
52024-12-16T04:15:58.282Z+ case "$kern" in
62024-12-16T04:15:58.282Z+ groupadd -g 12345 build
72024-12-16T04:15:58.284Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T04:16:00.292Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T04:16:00.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T04:16:00.394Z+ home_fs=zfs
112024-12-16T04:16:00.394Z+ [[ zfs == autofs ]]
122024-12-16T04:16:00.394Z+ mkdir -p /home/build
132024-12-16T04:16:00.397Z+ chown build:build /home/build /work
142024-12-16T04:16:02.398Z+ chmod 0700 /home/build /work
152024-12-16T04:16:02.402Zprocess exited: duration 4130 ms, exit code 0
 
162024-12-16T04:16:02.408Zstarting task 1: "rust-toolchain"
172024-12-16T04:16:02.413Z+ printf ' * toolchain channel = "%s"
182024-12-16T04:16:02.413Z' stable
192024-12-16T04:16:02.416Z * toolchain channel = "stable"
202024-12-16T04:16:02.417Z+ printf ' * toolchain profile = "%s"
212024-12-16T04:16:02.417Z' default
222024-12-16T04:16:02.417Z * toolchain profile = "default"
232024-12-16T04:16:02.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T04:16:02.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-12-16T04:16:02.537Zinfo: downloading installer
262024-12-16T04:16:04.184Zinfo: profile set to 'default'
272024-12-16T04:16:04.184Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T04:16:04.188Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-12-16T04:16:04.323Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
302024-12-16T04:16:04.323Zinfo: downloading component 'cargo'
312024-12-16T04:16:05.057Zinfo: downloading component 'clippy'
322024-12-16T04:16:05.339Zinfo: downloading component 'rust-docs'
332024-12-16T04:16:06.363Zinfo: downloading component 'rust-std'
342024-12-16T04:16:07.848Zinfo: downloading component 'rustc'
352024-12-16T04:16:13.429Zinfo: downloading component 'rustfmt'
362024-12-16T04:16:13.648Zinfo: installing component 'cargo'
372024-12-16T04:16:14.456Zinfo: installing component 'clippy'
382024-12-16T04:16:14.831Zinfo: installing component 'rust-docs'
392024-12-16T04:16:16.548Zinfo: installing component 'rust-std'
402024-12-16T04:16:18.288Zinfo: installing component 'rustc'
412024-12-16T04:16:23.955Zinfo: installing component 'rustfmt'
422024-12-16T04:16:24.291Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-12-16T04:16:24.292Z
442024-12-16T04:16:24.666Z stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26)
452024-12-16T04:16:24.666Z
462024-12-16T04:16:24.669Z
472024-12-16T04:16:24.669ZRust is installed now. Great!
482024-12-16T04:16:24.669Z
492024-12-16T04:16:24.669ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T04:16:24.669Zenvironment variable. This has not been done automatically.
512024-12-16T04:16:24.669Z
522024-12-16T04:16:24.669ZTo configure your current shell, you need to source
532024-12-16T04:16:24.669Zthe corresponding env file under $HOME/.cargo.
542024-12-16T04:16:24.669Z
552024-12-16T04:16:24.669ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T04:16:24.669Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T04:16:24.669Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T04:16:24.741Z+ rustc --version
592024-12-16T04:16:24.809Zrustc 1.83.0 (90b35a623 2024-11-26)
602024-12-16T04:16:24.812Zprocess exited: duration 22404 ms, exit code 0
 
612024-12-16T04:16:24.818Zstarting task 2: "authentication"
622024-12-16T04:16:24.837Zprocess exited: duration 19 ms, exit code 0
 
632024-12-16T04:16:24.844Zstarting task 3: "clone repository"
642024-12-16T04:16:24.849Z+ mkdir -p /work/oxidecomputer/maghemite
652024-12-16T04:16:24.852Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-12-16T04:16:26.602ZCloning into '/work/oxidecomputer/maghemite'...
672024-12-16T04:16:27.949Z+ cd /work/oxidecomputer/maghemite
682024-12-16T04:16:27.949Z+ git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39
692024-12-16T04:16:28.197ZFrom https://github.com/oxidecomputer/maghemite
702024-12-16T04:16:28.197Z * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD
712024-12-16T04:16:28.204Z+ [[ -n renovate/colored-2.x-lockfile ]]
722024-12-16T04:16:28.207Z++ git branch --show-current
732024-12-16T04:16:28.209Z+ current=main
742024-12-16T04:16:28.209Z+ [[ main != renovate/colored-2.x-lockfile ]]
752024-12-16T04:16:28.209Z+ git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39
762024-12-16T04:16:28.212Z+ git checkout -f renovate/colored-2.x-lockfile
772024-12-16T04:16:28.226ZSwitched to branch 'renovate/colored-2.x-lockfile'
782024-12-16T04:16:28.228Z+ git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39
792024-12-16T04:16:28.240ZHEAD is now at 6d55df1 Update Rust crate colored to v2.2.0
802024-12-16T04:16:28.244Zprocess exited: duration 3396 ms, exit code 0
 
812024-12-16T04:16:28.250Zstarting task 4: "build"
822024-12-16T04:16:28.256Z++ cargo --version
832024-12-16T04:16:28.260Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-12-16T04:16:28.423Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-12-16T04:16:28.423Zinfo: downloading component 'cargo'
862024-12-16T04:16:29.274Zinfo: downloading component 'clippy'
872024-12-16T04:16:29.588Zinfo: downloading component 'rust-docs'
882024-12-16T04:16:30.768Zinfo: downloading component 'rust-std'
892024-12-16T04:16:32.595Zinfo: downloading component 'rustc'
902024-12-16T04:16:39.165Zinfo: downloading component 'rustfmt'
912024-12-16T04:16:39.416Zinfo: installing component 'cargo'
922024-12-16T04:16:40.221Zinfo: installing component 'clippy'
932024-12-16T04:16:40.580Zinfo: installing component 'rust-docs'
942024-12-16T04:16:42.211Zinfo: installing component 'rust-std'
952024-12-16T04:16:43.927Zinfo: installing component 'rustc'
962024-12-16T04:16:49.612Zinfo: installing component 'rustfmt'
972024-12-16T04:16:50.017Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-12-16T04:16:50.020Z++ rustc --version
992024-12-16T04:16:50.088Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-12-16T04:16:50.091Z++ dladm
1012024-12-16T04:16:50.097ZLINK CLASS MTU STATE BRIDGE OVER
1022024-12-16T04:16:50.097Zena0 phys 9216 up -- --
1032024-12-16T04:16:50.100Z++ ipadm
1042024-12-16T04:16:50.100ZADDROBJ TYPE STATE ADDR
1052024-12-16T04:16:50.100Zlo0/v4 static ok 127.0.0.1/8
1062024-12-16T04:16:50.100Zena0/dhcp dhcp ok 10.150.1.179/24
1072024-12-16T04:16:50.100Zlo0/v6 static ok ::1/128
1082024-12-16T04:16:50.100Z++ banner collect
1092024-12-16T04:16:50.149Z
1102024-12-16T04:16:50.149Z #### #### # # ###### #### #####
1112024-12-16T04:16:50.149Z # # # # # # # # # #
1122024-12-16T04:16:50.150Z # # # # # ##### # #
1132024-12-16T04:16:50.150Z # # # # # # # #
1142024-12-16T04:16:50.150Z # # # # # # # # # #
1152024-12-16T04:16:50.150Z #### #### ###### ###### ###### #### #
1162024-12-16T04:16:50.150Z
1172024-12-16T04:16:50.153Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-12-16T04:16:50.154Z++ repo=softnpu
1192024-12-16T04:16:50.154Z++ series=image
1202024-12-16T04:16:50.154Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-12-16T04:16:50.154Z++ name=softnpu
1222024-12-16T04:16:50.154Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-12-16T04:16:50.154Z++ mkdir -p download
1242024-12-16T04:16:50.155Z++ pushd download
1252024-12-16T04:16:50.155Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-12-16T04:16:50.155Z++ [[ ! -f softnpu ]]
1272024-12-16T04:16:50.155Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-12-16T04:16:50.162Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-12-16T04:16:50.162Z Dload Upload Total Spent Left Speed
1302024-12-16T04:16:50.733Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 21.8M 21 4859k 0 0 20.5M 0 0:00:01 --:--:-- 0:00:01 20.4M 100 21.8M 100 21.8M 0 0 38.0M 0 --:--:-- --:--:-- --:--:-- 38.0M
1312024-12-16T04:16:50.736Z++ popd
1322024-12-16T04:16:50.736Z/work/oxidecomputer/maghemite
1332024-12-16T04:16:50.740Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-12-16T04:16:50.740Z++ repo=sidecar-lite
1352024-12-16T04:16:50.740Z++ series=release
1362024-12-16T04:16:50.740Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-12-16T04:16:50.740Z++ name=libsidecar_lite.so
1382024-12-16T04:16:50.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-12-16T04:16:50.740Z++ mkdir -p download
1402024-12-16T04:16:50.740Z++ pushd download
1412024-12-16T04:16:50.740Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422024-12-16T04:16:50.740Z++ [[ ! -f libsidecar_lite.so ]]
1432024-12-16T04:16:50.740Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-12-16T04:16:50.749Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-12-16T04:16:50.752Z Dload Upload Total Spent Left Speed
1462024-12-16T04:16:51.299Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 36.8M 0 --:--:-- --:--:-- --:--:-- 36.9M
1472024-12-16T04:16:51.302Z++ popd
1482024-12-16T04:16:51.302Z/work/oxidecomputer/maghemite
1492024-12-16T04:16:51.303Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-12-16T04:16:51.303Z++ repo=sidecar-lite
1512024-12-16T04:16:51.303Z++ series=release
1522024-12-16T04:16:51.303Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-12-16T04:16:51.303Z++ name=scadm
1542024-12-16T04:16:51.303Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-12-16T04:16:51.303Z++ mkdir -p download
1562024-12-16T04:16:51.307Z++ pushd download
1572024-12-16T04:16:51.308Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-12-16T04:16:51.308Z++ [[ ! -f scadm ]]
1592024-12-16T04:16:51.308Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-12-16T04:16:51.313Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-12-16T04:16:51.319Z Dload Upload Total Spent Left Speed
1622024-12-16T04:16:51.854Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22.7M 100 22.7M 0 0 42.0M 0 --:--:-- --:--:-- --:--:-- 42.0M
1632024-12-16T04:16:51.858Z++ popd
1642024-12-16T04:16:51.861Z/work/oxidecomputer/maghemite
1652024-12-16T04:16:51.861Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-12-16T04:16:51.861Z++ repo=dendrite
1672024-12-16T04:16:51.861Z++ series=image
1682024-12-16T04:16:51.861Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-12-16T04:16:51.861Z++ name=dendrite-softnpu.tar.gz
1702024-12-16T04:16:51.861Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-12-16T04:16:51.861Z++ mkdir -p download
1722024-12-16T04:16:51.861Z++ pushd download
1732024-12-16T04:16:51.861Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-12-16T04:16:51.861Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-12-16T04:16:51.861Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-12-16T04:16:51.876Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-12-16T04:16:51.876Z Dload Upload Total Spent Left Speed
1782024-12-16T04:16:52.414Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 92 37.5M 92 34.6M 0 0 66.5M 0 --:--:-- --:--:-- --:--:-- 66.4M 100 37.5M 100 37.5M 0 0 69.0M 0 --:--:-- --:--:-- --:--:-- 68.9M
1792024-12-16T04:16:52.418Z++ popd
1802024-12-16T04:16:52.418Z/work/oxidecomputer/maghemite
1812024-12-16T04:16:52.418Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-12-16T04:16:52.418Z++ repo=maghemite
1832024-12-16T04:16:52.418Z++ series=release
1842024-12-16T04:16:52.419Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-12-16T04:16:52.419Z++ name=ddmd
1862024-12-16T04:16:52.419Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-12-16T04:16:52.419Z++ mkdir -p download
1882024-12-16T04:16:52.423Z++ pushd download
1892024-12-16T04:16:52.423Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-12-16T04:16:52.423Z++ [[ ! -f ddmd ]]
1912024-12-16T04:16:52.423Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-12-16T04:16:52.429Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-12-16T04:16:52.429Z Dload Upload Total Spent Left Speed
1942024-12-16T04:16:53.124Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 58.9M 0 --:--:-- --:--:-- --:--:-- 59.0M
1952024-12-16T04:16:53.128Z++ popd
1962024-12-16T04:16:53.128Z/work/oxidecomputer/maghemite
1972024-12-16T04:16:53.128Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-12-16T04:16:53.128Z++ repo=maghemite
1992024-12-16T04:16:53.128Z++ series=release
2002024-12-16T04:16:53.128Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-12-16T04:16:53.128Z++ name=ddmadm
2022024-12-16T04:16:53.128Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-12-16T04:16:53.128Z++ mkdir -p download
2042024-12-16T04:16:53.133Z++ pushd download
2052024-12-16T04:16:53.133Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-12-16T04:16:53.133Z++ [[ ! -f ddmadm ]]
2072024-12-16T04:16:53.133Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-12-16T04:16:53.138Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-12-16T04:16:53.142Z Dload Upload Total Spent Left Speed
2102024-12-16T04:16:53.688Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 18.0M 7 1459k 0 0 5782k 0 0:00:03 --:--:-- 0:00:03 5769k 100 18.0M 100 18.0M 0 0 33.1M 0 --:--:-- --:--:-- --:--:-- 33.1M
2112024-12-16T04:16:53.703Z++ popd
2122024-12-16T04:16:53.704Z/work/oxidecomputer/maghemite
2132024-12-16T04:16:53.704Z++ pushd download
2142024-12-16T04:16:53.704Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-12-16T04:16:53.704Z++ chmod +x softnpu
2162024-12-16T04:16:53.704Z++ chmod +x scadm
2172024-12-16T04:16:53.704Z++ chmod +x ddmadm
2182024-12-16T04:16:53.704Z++ chmod +x ddmd
2192024-12-16T04:16:53.708Z++ mv ddmadm ddmadm-v2
2202024-12-16T04:16:53.709Z++ mv ddmd ddmd-v2
2212024-12-16T04:16:53.709Z++ rm -rf zones/dendrite
2222024-12-16T04:16:53.709Z++ mkdir -p zones/dendrite
2232024-12-16T04:16:53.709Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-12-16T04:16:54.585Z++ popd
2252024-12-16T04:16:54.585Z/work/oxidecomputer/maghemite
2262024-12-16T04:16:54.585Z++ banner install
2272024-12-16T04:16:54.599Z
2282024-12-16T04:16:54.600Z # # # #### ##### ## # #
2292024-12-16T04:16:54.600Z # ## # # # # # # #
2302024-12-16T04:16:54.601Z # # # # #### # # # # #
2312024-12-16T04:16:54.601Z # # # # # # ###### # #
2322024-12-16T04:16:54.602Z # # ## # # # # # # #
2332024-12-16T04:16:54.602Z # # # #### # # # ###### ######
2342024-12-16T04:16:54.602Z
2352024-12-16T04:16:54.602Z++ pkg info brand/sparse
2362024-12-16T04:16:54.602Z++ grep -qi installed
2372024-12-16T04:17:06.817Zpkg: info: no packages matching the following patterns you specified are
2382024-12-16T04:17:06.817Zinstalled on the system. Try querying remotely instead:
2392024-12-16T04:17:06.817Z
2402024-12-16T04:17:06.817Z brand/sparse
2412024-12-16T04:17:06.865Z++ [[ 1 != 0 ]]
2422024-12-16T04:17:06.865Z++ set -o errexit
2432024-12-16T04:17:06.865Z++ pfexec pkg install brand/sparse
2442024-12-16T04:17:12.881Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-12-16T04:17:16.777Z Startup: Caching catalogs ... Done
2462024-12-16T04:17:26.887ZPlanning: Solver setup ... Done
2472024-12-16T04:17:27.019ZPlanning: Running solver ... Done
2482024-12-16T04:17:27.440ZPlanning: Finding local manifests ... Done
2492024-12-16T04:17:27.467ZPlanning: Fetching manifests: 0/3 0% complete
2502024-12-16T04:17:28.085ZPlanning: Fetching manifests: 3/3 100% complete
2512024-12-16T04:17:28.830ZPlanning: Package planning ... Done
2522024-12-16T04:17:28.836ZPlanning: Merging actions ... Done
2532024-12-16T04:17:29.719ZPlanning: Checking for conflicting actions ... Done
2542024-12-16T04:17:38.459ZPlanning: Consolidating action changes ... Done
2552024-12-16T04:17:38.885ZPlanning: Evaluating mediators ... Done
2562024-12-16T04:17:39.043ZPlanning: Planning completed in 22.17 seconds
2572024-12-16T04:17:39.679Z Packages to install: 1
2582024-12-16T04:17:39.679Z Packages to update: 2
2592024-12-16T04:17:39.679Z Create boot environment: No
2602024-12-16T04:17:39.681ZCreate backup boot environment: Yes
2612024-12-16T04:17:40.169Z
2622024-12-16T04:17:40.170ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-12-16T04:17:43.645ZDownload: Completed 8.03 MB in 3.48 seconds (2.3M/s)
2642024-12-16T04:17:45.662Z Actions: 1/1419 actions (Removing old actions)
2652024-12-16T04:17:45.680Z Actions: 199/1419 actions (Installing new actions)
2662024-12-16T04:17:45.796Z Actions: 579/1419 actions (Updating modified actions)
2672024-12-16T04:17:46.262Z Actions: Completed 1419 actions in 0.60 seconds.
2682024-12-16T04:17:46.468Z Done
2692024-12-16T04:17:46.470Z Done
2702024-12-16T04:17:46.978Z Done
2712024-12-16T04:17:54.172Z Done
2722024-12-16T04:17:54.689Z Done
2732024-12-16T04:17:54.693Z Done
2742024-12-16T04:17:54.797Z Done
2752024-12-16T04:17:55.182Z++ set -o errexit
2762024-12-16T04:17:55.182Z++ set -o pipefail
2772024-12-16T04:17:55.182Z++ banner build
2782024-12-16T04:17:55.184Z
2792024-12-16T04:17:55.184Z ##### # # # # #####
2802024-12-16T04:17:55.184Z # # # # # # # #
2812024-12-16T04:17:55.184Z ##### # # # # # #
2822024-12-16T04:17:55.184Z # # # # # # # #
2832024-12-16T04:17:55.184Z # # # # # # # #
2842024-12-16T04:17:55.184Z ##### #### # ###### #####
2852024-12-16T04:17:55.184Z
2862024-12-16T04:17:55.187Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-12-16T04:17:55.375Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-12-16T04:17:55.623Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-12-16T04:17:55.812ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-12-16T04:17:55.812Z * [new branch] ci -> origin/ci
2912024-12-16T04:17:55.815Z * [new branch] main -> origin/main
2922024-12-16T04:17:55.815Z * [new ref] -> origin/HEAD
2932024-12-16T04:17:55.825Z Updating crates.io index
2942024-12-16T04:17:55.918Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-12-16T04:17:56.723ZFrom https://github.com/oxidecomputer/falcon
2962024-12-16T04:17:56.723Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
2972024-12-16T04:17:56.829Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982024-12-16T04:17:57.956ZFrom https://github.com/oxidecomputer/dendrite
2992024-12-16T04:17:57.956Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3002024-12-16T04:17:58.011Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-12-16T04:17:58.389ZFrom https://github.com/oxidecomputer/ispf
3022024-12-16T04:17:58.389Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3032024-12-16T04:17:58.398Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3042024-12-16T04:17:58.831ZFrom https://github.com/oxidecomputer/netadm-sys
3052024-12-16T04:17:58.831Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3062024-12-16T04:17:58.841Z Updating git repository `https://github.com/oxidecomputer/omicron`
3072024-12-16T04:18:02.385ZFrom https://github.com/oxidecomputer/omicron
3082024-12-16T04:18:02.385Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3092024-12-16T04:18:02.415Z * [new tag] dogfood -> dogfood
3102024-12-16T04:18:02.417Z * [new tag] v5 -> v5
3112024-12-16T04:18:02.418Z * [new tag] v6 -> v6
3122024-12-16T04:18:02.418Z * [new tag] v7 -> v7
3132024-12-16T04:18:02.418Z * [new tag] v8 -> v8
3142024-12-16T04:18:02.418Z * [new tag] v9 -> v9
3152024-12-16T04:18:02.781Z Updating git repository `https://github.com/oxidecomputer/opte`
3162024-12-16T04:18:03.791ZFrom https://github.com/oxidecomputer/opte
3172024-12-16T04:18:03.791Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3182024-12-16T04:18:03.834Z Updating git repository `https://github.com/illumos/smf-rs`
3192024-12-16T04:18:04.269ZFrom https://github.com/illumos/smf-rs
3202024-12-16T04:18:04.269Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3212024-12-16T04:18:04.305Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222024-12-16T04:18:04.859ZFrom https://github.com/oxidecomputer/maghemite
3232024-12-16T04:18:04.859Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3242024-12-16T04:18:04.876Z * [new tag] rift -> rift
3252024-12-16T04:18:04.880Z * [new tag] srp -> srp
3262024-12-16T04:18:04.880Z * [new tag] tie-spf -> tie-spf
3272024-12-16T04:18:04.932Z Updating git repository `https://github.com/oxidecomputer/zone`
3282024-12-16T04:18:05.383ZFrom https://github.com/oxidecomputer/zone
3292024-12-16T04:18:05.383Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3302024-12-16T04:18:05.426Z Updating git repository `https://github.com/oxidecomputer/propolis`
3312024-12-16T04:18:06.130ZFrom https://github.com/oxidecomputer/propolis
3322024-12-16T04:18:06.130Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3332024-12-16T04:18:06.219Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342024-12-16T04:18:06.593ZFrom https://github.com/oxidecomputer/dlpi-sys
3352024-12-16T04:18:06.593Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3362024-12-16T04:18:06.629Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3372024-12-16T04:18:07.050ZFrom https://github.com/jmesmon/rust-libzfs
3382024-12-16T04:18:07.050Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3392024-12-16T04:18:07.068Z * [new tag] v0.4.0 -> v0.4.0
3402024-12-16T04:18:07.080Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3412024-12-16T04:18:07.518ZFrom https://github.com/oxidecomputer/rusty-doors
3422024-12-16T04:18:07.520Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3432024-12-16T04:18:07.541Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3442024-12-16T04:18:07.988ZFrom https://github.com/oxidecomputer/maghemite
3452024-12-16T04:18:07.988Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3462024-12-16T04:18:08.046Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3472024-12-16T04:18:08.438ZFrom https://github.com/oxidecomputer/serde_human_bytes
3482024-12-16T04:18:08.438Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3492024-12-16T04:18:08.449Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3502024-12-16T04:18:08.925ZFrom https://github.com/oxidecomputer/slog-error-chain
3512024-12-16T04:18:08.925Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3522024-12-16T04:18:08.959Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3532024-12-16T04:18:09.332ZFrom https://github.com/oxidecomputer/poptrie
3542024-12-16T04:18:09.332Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3552024-12-16T04:18:09.385Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3562024-12-16T04:18:09.789ZFrom https://github.com/illumos/libscf-sys
3572024-12-16T04:18:09.790Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3582024-12-16T04:18:09.799Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3592024-12-16T04:18:10.725ZFrom https://github.com/oxidecomputer/progenitor
3602024-12-16T04:18:10.725Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3612024-12-16T04:18:10.745Z * [new tag] v0.1.1 -> v0.1.1
3622024-12-16T04:18:10.748Z * [new tag] v0.2.0 -> v0.2.0
3632024-12-16T04:18:10.748Z * [new tag] v0.3.0 -> v0.3.0
3642024-12-16T04:18:10.748Z * [new tag] v0.4.0 -> v0.4.0
3652024-12-16T04:18:10.748Z * [new tag] v0.5.0 -> v0.5.0
3662024-12-16T04:18:10.748Z * [new tag] v0.6.0 -> v0.6.0
3672024-12-16T04:18:10.748Z * [new tag] v0.7.0 -> v0.7.0
3682024-12-16T04:18:10.975Z Updating git repository `https://github.com/oxidecomputer/typify`
3692024-12-16T04:18:11.861ZFrom https://github.com/oxidecomputer/typify
3702024-12-16T04:18:11.861Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3712024-12-16T04:18:11.863Z * [new tag] v0.2.0 -> v0.2.0
3722024-12-16T04:18:11.880Z * [new tag] v0.0.10 -> v0.0.10
3732024-12-16T04:18:11.882Z * [new tag] v0.0.11 -> v0.0.11
3742024-12-16T04:18:11.882Z * [new tag] v0.0.12 -> v0.0.12
3752024-12-16T04:18:11.882Z * [new tag] v0.0.13 -> v0.0.13
3762024-12-16T04:18:11.882Z * [new tag] v0.0.14 -> v0.0.14
3772024-12-16T04:18:11.882Z * [new tag] v0.0.15 -> v0.0.15
3782024-12-16T04:18:11.882Z * [new tag] v0.0.16 -> v0.0.16
3792024-12-16T04:18:11.882Z * [new tag] v0.0.4 -> v0.0.4
3802024-12-16T04:18:11.882Z * [new tag] v0.0.5 -> v0.0.5
3812024-12-16T04:18:11.882Z * [new tag] v0.0.7 -> v0.0.7
3822024-12-16T04:18:11.882Z * [new tag] v0.0.8 -> v0.0.8
3832024-12-16T04:18:11.883Z * [new tag] v0.0.9 -> v0.0.9
3842024-12-16T04:18:11.883Z * [new tag] v0.1.0 -> v0.1.0
3852024-12-16T04:18:12.037Z Updating git repository `https://github.com/oxidecomputer/crucible`
3862024-12-16T04:18:13.009ZFrom https://github.com/oxidecomputer/crucible
3872024-12-16T04:18:13.009Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3882024-12-16T04:18:13.074Z Updating git repository `https://github.com/oxidecomputer/opte`
3892024-12-16T04:18:13.501ZFrom https://github.com/oxidecomputer/opte
3902024-12-16T04:18:13.501Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3912024-12-16T04:18:13.548Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3922024-12-16T04:18:14.227ZFrom https://github.com/oxidecomputer/management-gateway-service
3932024-12-16T04:18:14.227Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3942024-12-16T04:18:15.012Z Downloading crates ...
3952024-12-16T04:18:15.104Z Downloaded atomicwrites v0.4.4
3962024-12-16T04:18:15.115Z Downloaded block-buffer v0.10.4
3972024-12-16T04:18:15.118Z Downloaded async-stream-impl v0.3.5
3982024-12-16T04:18:15.118Z Downloaded anstyle-query v1.1.1
3992024-12-16T04:18:15.125Z Downloaded foreign-types v0.3.2
4002024-12-16T04:18:15.128Z Downloaded autocfg v1.3.0
4012024-12-16T04:18:15.133Z Downloaded equivalent v1.0.1
4022024-12-16T04:18:15.135Z Downloaded ciborium-io v0.2.2
4032024-12-16T04:18:15.135Z Downloaded futures-sink v0.3.30
4042024-12-16T04:18:15.137Z Downloaded crunchy v0.2.2
4052024-12-16T04:18:15.137Z Downloaded dtrace-parser v0.2.0
4062024-12-16T04:18:15.140Z Downloaded float-ord v0.3.2
4072024-12-16T04:18:15.142Z Downloaded ppv-lite86 v0.2.20
4082024-12-16T04:18:15.144Z Downloaded proc-macro-error v1.0.4
4092024-12-16T04:18:15.148Z Downloaded powerfmt v0.2.0
4102024-12-16T04:18:15.150Z Downloaded progenitor-client v0.8.0
4112024-12-16T04:18:15.153Z Downloaded pretty-hex v0.4.1
4122024-12-16T04:18:15.153Z Downloaded serde-big-array v0.5.1
4132024-12-16T04:18:15.155Z Downloaded async-stream v0.3.5
4142024-12-16T04:18:15.157Z Downloaded percent-encoding v2.3.1
4152024-12-16T04:18:15.159Z Downloaded pkg-config v0.3.31
4162024-12-16T04:18:15.160Z Downloaded paste v1.0.15
4172024-12-16T04:18:15.163Z Downloaded foreign-types-shared v0.1.1
4182024-12-16T04:18:15.165Z Downloaded ahash v0.8.11
4192024-12-16T04:18:15.168Z Downloaded scroll_derive v0.12.0
4202024-12-16T04:18:15.168Z Downloaded const-random-macro v0.1.16
4212024-12-16T04:18:15.170Z Downloaded const-random v0.1.18
4222024-12-16T04:18:15.170Z Downloaded foreign-types v0.5.0
4232024-12-16T04:18:15.172Z Downloaded colorchoice v1.0.2
4242024-12-16T04:18:15.172Z Downloaded crucible-workspace-hack v0.1.0
4252024-12-16T04:18:15.174Z Downloaded data-encoding v2.6.0
4262024-12-16T04:18:15.174Z Downloaded pretty-hex v0.2.1
4272024-12-16T04:18:15.177Z Downloaded bitflags v1.3.2
4282024-12-16T04:18:15.180Z Downloaded enum-as-inner v0.6.1
4292024-12-16T04:18:15.183Z Downloaded plain v0.2.3
4302024-12-16T04:18:15.185Z Downloaded futures-core v0.3.30
4312024-12-16T04:18:15.188Z Downloaded defmt-parser v0.3.4
4322024-12-16T04:18:15.188Z Downloaded pest_generator v2.7.13
4332024-12-16T04:18:15.190Z Downloaded either v1.13.0
4342024-12-16T04:18:15.193Z Downloaded signal-hook-registry v1.4.2
4352024-12-16T04:18:15.193Z Downloaded pin-project-lite v0.2.14
4362024-12-16T04:18:15.198Z Downloaded foreign-types-macros v0.2.3
4372024-12-16T04:18:15.201Z Downloaded async-trait v0.1.83
4382024-12-16T04:18:15.204Z Downloaded backoff v0.4.0
4392024-12-16T04:18:15.206Z Downloaded sha1 v0.10.6
4402024-12-16T04:18:15.209Z Downloaded fnv v1.0.7
4412024-12-16T04:18:15.211Z Downloaded errno v0.3.9
4422024-12-16T04:18:15.213Z Downloaded schemars_derive v0.8.21
4432024-12-16T04:18:15.216Z Downloaded slog-envlogger v2.2.0
4442024-12-16T04:18:15.216Z Downloaded hubpack_derive v0.1.1
4452024-12-16T04:18:15.218Z Downloaded shlex v1.3.0
4462024-12-16T04:18:15.220Z Downloaded serde_tokenstream v0.2.2
4472024-12-16T04:18:15.220Z Downloaded semver v0.1.20
4482024-12-16T04:18:15.223Z Downloaded rustversion v1.0.17
4492024-12-16T04:18:15.225Z Downloaded slog-bunyan v2.5.0
4502024-12-16T04:18:15.228Z Downloaded slog-scope v4.4.0
4512024-12-16T04:18:15.230Z Downloaded postcard v1.0.10
4522024-12-16T04:18:15.233Z Downloaded newtype_derive v0.1.6
4532024-12-16T04:18:15.233Z Downloaded console v0.15.8
4542024-12-16T04:18:15.237Z Downloaded serde_path_to_error v0.1.16
4552024-12-16T04:18:15.239Z Downloaded cookie v0.18.1
4562024-12-16T04:18:15.243Z Downloaded sct v0.7.1
4572024-12-16T04:18:15.245Z Downloaded hex v0.4.3
4582024-12-16T04:18:15.248Z Downloaded heck v0.5.0
4592024-12-16T04:18:15.250Z Downloaded newline-converter v0.3.0
4602024-12-16T04:18:15.252Z Downloaded ident_case v1.0.1
4612024-12-16T04:18:15.252Z Downloaded try-lock v0.2.5
4622024-12-16T04:18:15.255Z Downloaded darling v0.20.10
4632024-12-16T04:18:15.257Z Downloaded ipnetwork v0.20.0
4642024-12-16T04:18:15.260Z Downloaded slog-json v2.6.1
4652024-12-16T04:18:15.263Z Downloaded slab v0.4.9
4662024-12-16T04:18:15.265Z Downloaded fxhash v0.2.1
4672024-12-16T04:18:15.267Z Downloaded serde_with_macros v3.9.0
4682024-12-16T04:18:15.269Z Downloaded linear-map v1.2.0
4692024-12-16T04:18:15.271Z Downloaded serde_derive_internals v0.29.1
4702024-12-16T04:18:15.273Z Downloaded newtype-uuid v1.1.0
4712024-12-16T04:18:15.273Z Downloaded slog-term v2.9.1
4722024-12-16T04:18:15.276Z Downloaded http-body v1.0.1
4732024-12-16T04:18:15.278Z Downloaded smallvec v1.13.2
4742024-12-16T04:18:15.280Z Downloaded clap v4.5.23
4752024-12-16T04:18:15.289Z Downloaded match_cfg v0.1.0
4762024-12-16T04:18:15.292Z Downloaded take_mut v0.2.2
4772024-12-16T04:18:15.292Z Downloaded semver v1.0.23
4782024-12-16T04:18:15.294Z Downloaded structmeta-derive v0.3.0
4792024-12-16T04:18:15.296Z Downloaded structmeta v0.3.0
4802024-12-16T04:18:15.296Z Downloaded strsim v0.11.1
4812024-12-16T04:18:15.298Z Downloaded no-std-compat v0.4.1
4822024-12-16T04:18:15.301Z Downloaded slog-dtrace v0.3.0
4832024-12-16T04:18:15.303Z Downloaded usdt-attr-macro v0.5.0
4842024-12-16T04:18:15.303Z Downloaded toml_datetime v0.6.8
4852024-12-16T04:18:15.305Z Downloaded serde_repr v0.1.19
4862024-12-16T04:18:15.308Z Downloaded sync_wrapper v1.0.1
4872024-12-16T04:18:15.308Z Downloaded arc-swap v1.7.1
4882024-12-16T04:18:15.311Z Downloaded usdt-macro v0.5.0
4892024-12-16T04:18:15.313Z Downloaded cc v1.1.21
4902024-12-16T04:18:15.316Z Downloaded http-body v0.4.6
4912024-12-16T04:18:15.318Z Downloaded http-body-util v0.1.2
4922024-12-16T04:18:15.320Z Downloaded futures v0.3.30
4932024-12-16T04:18:15.325Z Downloaded lru-cache v0.1.2
4942024-12-16T04:18:15.327Z Downloaded waitgroup v0.1.2
4952024-12-16T04:18:15.327Z Downloaded sync_wrapper v0.1.2
4962024-12-16T04:18:15.330Z Downloaded serde_derive v1.0.215
4972024-12-16T04:18:15.333Z Downloaded want v0.3.1
4982024-12-16T04:18:15.333Z Downloaded prettyplease v0.2.22
4992024-12-16T04:18:15.336Z Downloaded parse-display-derive v0.10.0
5002024-12-16T04:18:15.340Z Downloaded parse-display v0.10.0
5012024-12-16T04:18:15.340Z Downloaded tracing-attributes v0.1.27
5022024-12-16T04:18:15.342Z Downloaded tokio-rustls v0.24.1
5032024-12-16T04:18:15.345Z Downloaded num_enum v0.5.11
5042024-12-16T04:18:15.348Z Downloaded swrite v0.1.0
5052024-12-16T04:18:15.350Z Downloaded whoami v1.5.2
5062024-12-16T04:18:15.353Z Downloaded base64 v0.21.7
5072024-12-16T04:18:15.356Z Downloaded tinyvec_macros v0.1.1
5082024-12-16T04:18:15.358Z Downloaded version_check v0.9.5
5092024-12-16T04:18:15.358Z Downloaded rustls-pki-types v1.8.0
5102024-12-16T04:18:15.362Z Downloaded usdt-impl v0.5.0
5112024-12-16T04:18:15.364Z Downloaded tower-service v0.3.3
5122024-12-16T04:18:15.364Z Downloaded tokio-native-tls v0.3.1
5132024-12-16T04:18:15.366Z Downloaded httparse v1.9.4
5142024-12-16T04:18:15.368Z Downloaded num_enum v0.7.3
5152024-12-16T04:18:15.373Z Downloaded indent_write v2.2.0
5162024-12-16T04:18:15.375Z Downloaded heck v0.4.1
5172024-12-16T04:18:15.377Z Downloaded typify-macro v0.2.0
5182024-12-16T04:18:15.377Z Downloaded thin-vec v0.2.13
5192024-12-16T04:18:15.380Z Downloaded tokio-macros v2.4.0
5202024-12-16T04:18:15.380Z Downloaded num v0.4.3
5212024-12-16T04:18:15.382Z Downloaded similar v2.6.0
5222024-12-16T04:18:15.386Z Downloaded num-derive v0.4.2
5232024-12-16T04:18:15.389Z Downloaded tokio-rustls v0.25.0
5242024-12-16T04:18:15.391Z Downloaded lazy_static v1.5.0
5252024-12-16T04:18:15.393Z Downloaded schemars v0.8.21
5262024-12-16T04:18:15.404Z Downloaded usdt v0.5.0
5272024-12-16T04:18:15.406Z Downloaded untrusted v0.9.0
5282024-12-16T04:18:15.408Z Downloaded terminal_size v0.4.0
5292024-12-16T04:18:15.408Z Downloaded smartstring v1.0.1
5302024-12-16T04:18:15.411Z Downloaded num-iter v0.1.45
5312024-12-16T04:18:15.413Z Downloaded half v2.4.1
5322024-12-16T04:18:15.416Z Downloaded instant v0.1.13
5332024-12-16T04:18:15.416Z Downloaded hyper-tls v0.5.0
5342024-12-16T04:18:15.418Z Downloaded num-integer v0.1.46
5352024-12-16T04:18:15.420Z Downloaded num-conv v0.1.0
5362024-12-16T04:18:15.420Z Downloaded num_enum_derive v0.7.3
5372024-12-16T04:18:15.423Z Downloaded typify v0.2.0
5382024-12-16T04:18:15.425Z Downloaded slog v2.7.0
5392024-12-16T04:18:15.427Z Downloaded stable_deref_trait v1.2.0
5402024-12-16T04:18:15.429Z Downloaded spin v0.5.2
5412024-12-16T04:18:15.431Z Downloaded smf v0.2.3
5422024-12-16T04:18:15.431Z Downloaded is-terminal v0.4.13
5432024-12-16T04:18:15.431Z Downloaded crossbeam-channel v0.5.13
5442024-12-16T04:18:15.436Z Downloaded zone_cfg_derive v0.3.0
5452024-12-16T04:18:15.438Z Downloaded static_assertions v1.1.0
5462024-12-16T04:18:15.438Z Downloaded once_cell v1.20.2
5472024-12-16T04:18:15.441Z Downloaded zone v0.3.0
5482024-12-16T04:18:15.444Z Downloaded libsw v3.3.1
5492024-12-16T04:18:15.444Z Downloaded thiserror v1.0.69
5502024-12-16T04:18:15.449Z Downloaded thiserror-impl v1.0.69
5512024-12-16T04:18:15.451Z Downloaded generic-array v0.14.7
5522024-12-16T04:18:15.453Z Downloaded thread-id v4.2.2
5532024-12-16T04:18:15.455Z Downloaded serde_yaml v0.9.34+deprecated
5542024-12-16T04:18:15.457Z Downloaded hubpack v0.1.2
5552024-12-16T04:18:15.459Z Downloaded owo-colors v4.1.0
5562024-12-16T04:18:15.462Z Downloaded zerocopy-derive v0.7.35
5572024-12-16T04:18:15.465Z Downloaded hostname v0.4.0
5582024-12-16T04:18:15.467Z Downloaded hyper-tls v0.6.0
5592024-12-16T04:18:15.470Z Downloaded tabwriter v1.4.0
5602024-12-16T04:18:15.470Z Downloaded num-rational v0.4.2
5612024-12-16T04:18:15.472Z Downloaded thread_local v1.1.8
5622024-12-16T04:18:15.475Z Downloaded num-traits v0.2.19
5632024-12-16T04:18:15.477Z Downloaded hostname v0.3.1
5642024-12-16T04:18:15.477Z Downloaded mime v0.3.17
5652024-12-16T04:18:15.479Z Downloaded humantime v2.1.0
5662024-12-16T04:18:15.482Z Downloaded hyper-rustls v0.24.2
5672024-12-16T04:18:15.484Z Downloaded typenum v1.17.0
5682024-12-16T04:18:15.486Z Downloaded socket2 v0.5.8
5692024-12-16T04:18:15.488Z Downloaded tiny-keccak v2.0.2
5702024-12-16T04:18:15.491Z Downloaded tokio-rustls v0.26.0
5712024-12-16T04:18:15.493Z Downloaded getrandom v0.2.15
5722024-12-16T04:18:15.496Z Downloaded tinyvec v1.8.0
5732024-12-16T04:18:15.499Z Downloaded memmap v0.7.0
5742024-12-16T04:18:15.501Z Downloaded highway v1.2.0
5752024-12-16T04:18:15.503Z Downloaded futures-task v0.3.30
5762024-12-16T04:18:15.506Z Downloaded strum_macros v0.25.3
5772024-12-16T04:18:15.508Z Downloaded num-derive v0.3.3
5782024-12-16T04:18:15.508Z Downloaded spin v0.9.8
5792024-12-16T04:18:15.510Z Downloaded iana-time-zone v0.1.61
5802024-12-16T04:18:15.513Z Downloaded rand v0.8.5
5812024-12-16T04:18:15.516Z Downloaded zerocopy v0.6.6
5822024-12-16T04:18:15.518Z Downloaded linked-hash-map v0.5.6
5832024-12-16T04:18:15.521Z Downloaded is_terminal_polyfill v1.70.1
5842024-12-16T04:18:15.521Z Downloaded num-complex v0.4.6
5852024-12-16T04:18:15.523Z Downloaded url v2.5.2
5862024-12-16T04:18:15.526Z Downloaded time-macros v0.2.18
5872024-12-16T04:18:15.528Z Downloaded parking_lot v0.11.2
5882024-12-16T04:18:15.531Z Downloaded ipnet v2.10.0
5892024-12-16T04:18:15.533Z Downloaded unicode-ident v1.0.13
5902024-12-16T04:18:15.536Z Downloaded heapless v0.8.0
5912024-12-16T04:18:15.539Z Downloaded multer v3.1.0
5922024-12-16T04:18:15.542Z Downloaded indexmap v1.9.3
5932024-12-16T04:18:15.545Z Downloaded ucd-trie v0.1.6
5942024-12-16T04:18:15.548Z Downloaded serde v1.0.215
5952024-12-16T04:18:15.550Z Downloaded toml v0.8.19
5962024-12-16T04:18:15.554Z Downloaded strum_macros v0.26.4
5972024-12-16T04:18:15.557Z Downloaded native-tls v0.2.12
5982024-12-16T04:18:15.559Z Downloaded tracing-core v0.1.32
5992024-12-16T04:18:15.562Z Downloaded unsafe-libyaml v0.2.11
6002024-12-16T04:18:15.565Z Downloaded quinn v0.11.5
6012024-12-16T04:18:15.569Z Downloaded unicode-bidi v0.3.15
6022024-12-16T04:18:15.571Z Downloaded parking_lot v0.12.3
6032024-12-16T04:18:15.574Z Downloaded clap_builder v4.5.23
6042024-12-16T04:18:15.582Z Downloaded indexmap v2.5.0
6052024-12-16T04:18:15.587Z Downloaded aho-corasick v1.1.3
6062024-12-16T04:18:15.593Z Downloaded log v0.4.22
6072024-12-16T04:18:15.596Z Downloaded memchr v2.7.4
6082024-12-16T04:18:15.601Z Downloaded http v1.2.0
6092024-12-16T04:18:15.605Z Downloaded tracing v0.1.40
6102024-12-16T04:18:15.610Z Downloaded openssl-sys v0.9.103
6112024-12-16T04:18:15.616Z Downloaded unicode-segmentation v1.12.0
6122024-12-16T04:18:15.620Z Downloaded http v0.2.12
6132024-12-16T04:18:15.625Z Downloaded itertools v0.10.5
6142024-12-16T04:18:15.632Z Downloaded hashbrown v0.14.5
6152024-12-16T04:18:15.638Z Downloaded nom v7.1.3
6162024-12-16T04:18:15.644Z Downloaded steno v0.4.1
6172024-12-16T04:18:15.649Z Downloaded toml_edit v0.19.15
6182024-12-16T04:18:15.667Z Downloaded hyper-util v0.1.10
6192024-12-16T04:18:15.671Z Downloaded h2 v0.4.6
6202024-12-16T04:18:15.678Z Downloaded hickory-resolver v0.24.1
6212024-12-16T04:18:15.683Z Downloaded serde_with v3.9.0
6222024-12-16T04:18:15.692Z Downloaded unicode-normalization v0.1.24
6232024-12-16T04:18:15.696Z Downloaded mio v1.0.2
6242024-12-16T04:18:15.702Z Downloaded tokio-util v0.7.12
6252024-12-16T04:18:15.709Z Downloaded h2 v0.3.26
6262024-12-16T04:18:15.716Z Downloaded futures-util v0.3.30
6272024-12-16T04:18:15.730Z Downloaded winnow v0.5.40
6282024-12-16T04:18:15.738Z Downloaded goblin v0.8.2
6292024-12-16T04:18:15.745Z Downloaded hyper v1.5.1
6302024-12-16T04:18:15.751Z Downloaded zerocopy v0.7.35
6312024-12-16T04:18:15.768Z Downloaded hyper v0.14.30
6322024-12-16T04:18:15.776Z Downloaded syn v1.0.109
6332024-12-16T04:18:15.787Z Downloaded webpki-roots v0.25.4
6342024-12-16T04:18:15.792Z Downloaded syn v2.0.87
6352024-12-16T04:18:15.804Z Downloaded vcpkg v0.2.15
6362024-12-16T04:18:15.842Z Downloaded unicode-width v0.1.14
6372024-12-16T04:18:15.848Z Downloaded idna v0.5.0
6382024-12-16T04:18:15.855Z Downloaded regex v1.10.6
6392024-12-16T04:18:15.869Z Downloaded smoltcp v0.11.0
6402024-12-16T04:18:15.882Z Downloaded hickory-proto v0.24.1
6412024-12-16T04:18:15.897Z Downloaded openapiv3 v2.0.0
6422024-12-16T04:18:15.909Z Downloaded rustls v0.21.12
6432024-12-16T04:18:15.921Z Downloaded regress v0.9.1
6442024-12-16T04:18:15.929Z Downloaded regress v0.10.1
6452024-12-16T04:18:15.938Z Downloaded rustls v0.22.4
6462024-12-16T04:18:15.952Z Downloaded rustls v0.23.13
6472024-12-16T04:18:15.963Z Downloaded rustix v0.38.37
6482024-12-16T04:18:15.985Z Downloaded regex-syntax v0.8.4
6492024-12-16T04:18:15.994Z Downloaded rhai v1.20.0
6502024-12-16T04:18:16.006Z Downloaded webpki-roots v0.26.6
6512024-12-16T04:18:16.010Z Downloaded dropshot v0.12.0
6522024-12-16T04:18:16.030Z Downloaded winnow v0.6.18
6532024-12-16T04:18:16.038Z Downloaded openssl v0.10.66
6542024-12-16T04:18:16.047Z Downloaded portable-atomic v1.8.0
6552024-12-16T04:18:16.054Z Downloaded idna v0.4.0
6562024-12-16T04:18:16.060Z Downloaded quinn-proto v0.11.8
6572024-12-16T04:18:16.067Z Downloaded sled v0.34.7
6582024-12-16T04:18:16.078Z Downloaded typify-impl v0.2.0
6592024-12-16T04:18:16.093Z Downloaded rustls-webpki v0.102.8
6602024-12-16T04:18:16.111Z Downloaded rustls-webpki v0.101.7
6612024-12-16T04:18:16.124Z Downloaded chrono v0.4.38
6622024-12-16T04:18:16.131Z Downloaded serde_json v1.0.133
6632024-12-16T04:18:16.138Z Downloaded reqwest v0.12.9
6642024-12-16T04:18:16.146Z Downloaded zerocopy-derive v0.6.6
6652024-12-16T04:18:16.156Z Downloaded regex-automata v0.4.7
6662024-12-16T04:18:16.173Z Downloaded itertools v0.13.0
6672024-12-16T04:18:16.179Z Downloaded libc v0.2.167
6682024-12-16T04:18:16.205Z Downloaded tokio v1.42.0
6692024-12-16T04:18:16.243Z Downloaded petgraph v0.6.5
6702024-12-16T04:18:16.260Z Downloaded reqwest v0.11.27
6712024-12-16T04:18:16.267Z Downloaded itertools v0.12.1
6722024-12-16T04:18:16.274Z Downloaded toml_edit v0.22.21
6732024-12-16T04:18:16.295Z Downloaded libm v0.2.8
6742024-12-16T04:18:16.302Z Downloaded time v0.3.36
6752024-12-16T04:18:16.309Z Downloaded pest v2.7.13
6762024-12-16T04:18:16.314Z Downloaded hashbrown v0.12.3
6772024-12-16T04:18:16.318Z Downloaded minimal-lexical v0.2.1
6782024-12-16T04:18:16.323Z Downloaded pest_meta v2.7.13
6792024-12-16T04:18:16.325Z Downloaded macaddr v1.0.1
6802024-12-16T04:18:16.328Z Downloaded expectorate v1.1.0
6812024-12-16T04:18:16.330Z Downloaded num_enum_derive v0.5.11
6822024-12-16T04:18:16.330Z Downloaded lock_api v0.4.12
6832024-12-16T04:18:16.332Z Downloaded subtle v2.6.1
6842024-12-16T04:18:16.332Z Downloaded zeroize v1.8.1
6852024-12-16T04:18:16.334Z Downloaded utf8parse v0.2.2
6862024-12-16T04:18:16.334Z Downloaded itoa v1.0.11
6872024-12-16T04:18:16.336Z Downloaded term v0.7.0
6882024-12-16T04:18:16.338Z Downloaded tempfile v3.12.0
6892024-12-16T04:18:16.340Z Downloaded password-hash v0.5.0
6902024-12-16T04:18:16.342Z Downloaded parking_lot_core v0.9.10
6912024-12-16T04:18:16.345Z Downloaded uuid v1.11.0
6922024-12-16T04:18:16.347Z Downloaded proc-macro2 v1.0.86
6932024-12-16T04:18:16.350Z Downloaded darling_core v0.20.10
6942024-12-16T04:18:16.353Z Downloaded httpdate v1.0.3
6952024-12-16T04:18:16.356Z Downloaded ryu v1.0.18
6962024-12-16T04:18:16.359Z Downloaded progenitor-impl v0.8.0
6972024-12-16T04:18:16.361Z Downloaded rustls-pemfile v2.1.3
6982024-12-16T04:18:16.361Z Downloaded base64 v0.22.1
6992024-12-16T04:18:16.365Z Downloaded hash32 v0.3.1
7002024-12-16T04:18:16.367Z Downloaded rhai_codegen v2.2.0
7012024-12-16T04:18:16.373Z Downloaded derive_more v0.99.18
7022024-12-16T04:18:16.377Z Downloaded omicron-workspace-hack v0.1.0
7032024-12-16T04:18:16.380Z Downloaded num_threads v0.1.7
7042024-12-16T04:18:16.380Z Downloaded encoding_rs v0.8.34
7052024-12-16T04:18:16.400Z Downloaded hyper-rustls v0.27.3
7062024-12-16T04:18:16.403Z Downloaded dropshot_endpoint v0.12.0
7072024-12-16T04:18:16.405Z Downloaded crossbeam-utils v0.8.20
7082024-12-16T04:18:16.407Z Downloaded derive-where v1.2.7
7092024-12-16T04:18:16.410Z Downloaded slog-async v2.8.0
7102024-12-16T04:18:16.412Z Downloaded allocator-api2 v0.2.18
7112024-12-16T04:18:16.415Z Downloaded managed v0.8.0
7122024-12-16T04:18:16.417Z Downloaded rand_chacha v0.3.1
7132024-12-16T04:18:16.417Z Downloaded quote v1.0.37
7142024-12-16T04:18:16.420Z Downloaded futures-channel v0.3.30
7152024-12-16T04:18:16.422Z Downloaded base64ct v1.6.0
7162024-12-16T04:18:16.424Z Downloaded anstyle-parse v0.2.5
7172024-12-16T04:18:16.425Z Downloaded camino v1.1.9
7182024-12-16T04:18:16.427Z Downloaded serde_spanned v0.6.7
7192024-12-16T04:18:16.429Z Downloaded rustc_version v0.1.7
7202024-12-16T04:18:16.429Z Downloaded rustc-hash v2.0.0
7212024-12-16T04:18:16.430Z Downloaded proc-macro-crate v1.3.1
7222024-12-16T04:18:16.432Z Downloaded crossbeam-epoch v0.9.18
7232024-12-16T04:18:16.434Z Downloaded anyhow v1.0.94
7242024-12-16T04:18:16.436Z Downloaded sha2 v0.10.8
7252024-12-16T04:18:16.439Z Downloaded serde_urlencoded v0.7.1
7262024-12-16T04:18:16.441Z Downloaded parking_lot_core v0.8.6
7272024-12-16T04:18:16.444Z Downloaded time-core v0.1.2
7282024-12-16T04:18:16.444Z Downloaded strum v0.26.3
7292024-12-16T04:18:16.447Z Downloaded openssl-probe v0.1.5
7302024-12-16T04:18:16.447Z Downloaded openssl-macros v0.1.1
7312024-12-16T04:18:16.447Z Downloaded crc32fast v1.4.2
7322024-12-16T04:18:16.449Z Downloaded cancel-safe-futures v0.1.5
7332024-12-16T04:18:16.452Z Downloaded slog-stdlog v4.1.1
7342024-12-16T04:18:16.453Z Downloaded sigpipe v0.1.3
7352024-12-16T04:18:16.453Z Downloaded dirs-next v2.0.0
7362024-12-16T04:18:16.455Z Downloaded defmt v0.3.8
7372024-12-16T04:18:16.457Z Downloaded scroll v0.12.0
7382024-12-16T04:18:16.459Z Downloaded pest_derive v2.7.13
7392024-12-16T04:18:16.461Z Downloaded bytes v1.7.2
7402024-12-16T04:18:16.464Z Downloaded blake2 v0.10.6
7412024-12-16T04:18:16.467Z Downloaded bitflags v2.6.0
7422024-12-16T04:18:16.469Z Downloaded scopeguard v1.2.0
7432024-12-16T04:18:16.472Z Downloaded rustls-pemfile v1.0.4
7442024-12-16T04:18:16.472Z Downloaded resolv-conf v0.7.0
7452024-12-16T04:18:16.475Z Downloaded rand_core v0.6.4
7462024-12-16T04:18:16.475Z Downloaded quick-error v1.2.3
7472024-12-16T04:18:16.477Z Downloaded futures-io v0.3.30
7482024-12-16T04:18:16.477Z Downloaded colored v2.2.0
7492024-12-16T04:18:16.479Z Downloaded ciborium v0.2.2
7502024-12-16T04:18:16.481Z Downloaded clap_derive v4.5.18
7512024-12-16T04:18:16.484Z Downloaded cfg-if v1.0.0
7522024-12-16T04:18:16.486Z Downloaded pin-utils v0.1.0
7532024-12-16T04:18:16.486Z Downloaded futures-executor v0.3.30
7542024-12-16T04:18:16.488Z Downloaded deranged v0.3.11
7552024-12-16T04:18:16.488Z Downloaded quinn-udp v0.5.5
7562024-12-16T04:18:16.491Z Downloaded progenitor-macro v0.8.0
7572024-12-16T04:18:16.491Z Downloaded form_urlencoded v1.2.1
7582024-12-16T04:18:16.491Z Downloaded embedded-io v0.6.1
7592024-12-16T04:18:16.493Z Downloaded defmt-macros v0.3.9
7602024-12-16T04:18:16.496Z Downloaded clap_lex v0.7.4
7612024-12-16T04:18:16.496Z Downloaded embedded-io v0.4.0
7622024-12-16T04:18:16.499Z Downloaded dof v0.3.0
7632024-12-16T04:18:16.499Z Downloaded cpufeatures v0.2.14
7642024-12-16T04:18:16.502Z Downloaded rustc_version v0.4.1
7652024-12-16T04:18:16.502Z Downloaded proc-macro-crate v3.2.0
7662024-12-16T04:18:16.502Z Downloaded argon2 v0.5.3
7672024-12-16T04:18:16.504Z Downloaded anstream v0.6.15
7682024-12-16T04:18:16.507Z Downloaded futures-macro v0.3.30
7692024-12-16T04:18:16.507Z Downloaded fixedbitset v0.4.2
7702024-12-16T04:18:16.510Z Downloaded digest v0.10.7
7712024-12-16T04:18:16.510Z Downloaded cobs v0.2.3
7722024-12-16T04:18:16.514Z Downloaded progenitor v0.8.0
7732024-12-16T04:18:16.515Z Downloaded proc-macro-error-attr v1.0.4
7742024-12-16T04:18:16.515Z Downloaded debug-ignore v1.0.5
7752024-12-16T04:18:16.519Z Downloaded camino-tempfile v1.1.1
7762024-12-16T04:18:16.519Z Downloaded atomic-waker v1.1.2
7772024-12-16T04:18:16.519Z Downloaded fastrand v2.1.1
7782024-12-16T04:18:16.521Z Downloaded crypto-common v0.1.6
7792024-12-16T04:18:16.521Z Downloaded convert_case v0.4.0
7802024-12-16T04:18:16.521Z Downloaded dyn-clone v1.0.17
7812024-12-16T04:18:16.521Z Downloaded dirs-sys-next v0.1.2
7822024-12-16T04:18:16.524Z Downloaded cstr-argument v0.1.2
7832024-12-16T04:18:16.524Z Downloaded ciborium-ll v0.2.2
7842024-12-16T04:18:16.524Z Downloaded byteorder v1.5.0
7852024-12-16T04:18:16.526Z Downloaded anstyle v1.0.10
7862024-12-16T04:18:16.528Z Downloaded foreign-types-shared v0.3.1
7872024-12-16T04:18:16.528Z Downloaded darling_macro v0.20.10
7882024-12-16T04:18:16.528Z Downloaded crc8 v0.1.1
7892024-12-16T04:18:16.625Z Downloaded ring v0.17.8
7902024-12-16T04:18:16.967Z Compiling proc-macro2 v1.0.86
7912024-12-16T04:18:16.967Z Compiling unicode-ident v1.0.13
7922024-12-16T04:18:16.967Z Compiling libc v0.2.167
7932024-12-16T04:18:16.970Z Compiling serde v1.0.215
7942024-12-16T04:18:16.970Z Compiling autocfg v1.3.0
7952024-12-16T04:18:16.970Z Compiling version_check v0.9.5
7962024-12-16T04:18:16.970Z Compiling cfg-if v1.0.0
7972024-12-16T04:18:17.142Z Compiling once_cell v1.20.2
7982024-12-16T04:18:17.159Z Compiling libm v0.2.8
7992024-12-16T04:18:17.196Z Compiling memchr v2.7.4
8002024-12-16T04:18:17.659Z Compiling byteorder v1.5.0
8012024-12-16T04:18:17.683Z Compiling lock_api v0.4.12
8022024-12-16T04:18:17.989Z Compiling parking_lot_core v0.9.10
8032024-12-16T04:18:18.577Z Compiling shlex v1.3.0
8042024-12-16T04:18:18.866Z Compiling cc v1.1.21
8052024-12-16T04:18:18.885Z Compiling thiserror v1.0.69
8062024-12-16T04:18:18.983Z Compiling itoa v1.0.11
8072024-12-16T04:18:19.229Z Compiling portable-atomic v1.8.0
8082024-12-16T04:18:19.247Z Compiling slab v0.4.9
8092024-12-16T04:18:19.433Z Compiling schemars v0.8.21
8102024-12-16T04:18:19.578Z Compiling ahash v0.8.11
8112024-12-16T04:18:19.596Z Compiling allocator-api2 v0.2.18
8122024-12-16T04:18:19.882Z Compiling num-traits v0.2.19
8132024-12-16T04:18:20.112Z Compiling ryu v1.0.18
8142024-12-16T04:18:20.221Z Compiling quote v1.0.37
8152024-12-16T04:18:20.314Z Compiling getrandom v0.2.15
8162024-12-16T04:18:20.771Z Compiling syn v2.0.87
8172024-12-16T04:18:20.791Z Compiling serde_json v1.0.133
8182024-12-16T04:18:20.921Z Compiling pin-project-lite v0.2.14
8192024-12-16T04:18:21.343Z Compiling scopeguard v1.2.0
8202024-12-16T04:18:21.382Z Compiling log v0.4.22
8212024-12-16T04:18:21.407Z Compiling equivalent v1.0.1
8222024-12-16T04:18:21.517Z Compiling heck v0.5.0
8232024-12-16T04:18:21.536Z Compiling fnv v1.0.7
8242024-12-16T04:18:21.806Z Compiling pkg-config v0.3.31
8252024-12-16T04:18:21.976Z Compiling vcpkg v0.2.15
8262024-12-16T04:18:21.996Z Compiling ring v0.17.8
8272024-12-16T04:18:22.017Z Compiling crunchy v0.2.2
8282024-12-16T04:18:22.513Z Compiling signal-hook-registry v1.4.2
8292024-12-16T04:18:23.024Z Compiling mio v1.0.2
8302024-12-16T04:18:23.049Z Compiling socket2 v0.5.8
8312024-12-16T04:18:23.484Z Compiling httparse v1.9.4
8322024-12-16T04:18:23.569Z Compiling tiny-keccak v2.0.2
8332024-12-16T04:18:23.596Z Compiling openssl-sys v0.9.103
8342024-12-16T04:18:23.888Z Compiling slog v2.7.0
8352024-12-16T04:18:24.181Z Compiling iana-time-zone v0.1.61
8362024-12-16T04:18:24.626Z Compiling const-random-macro v0.1.16
8372024-12-16T04:18:24.665Z Compiling futures-core v0.3.30
8382024-12-16T04:18:24.701Z Compiling dyn-clone v1.0.17
8392024-12-16T04:18:24.895Z Compiling futures-sink v0.3.30
8402024-12-16T04:18:24.941Z Compiling openssl v0.10.66
8412024-12-16T04:18:25.444Z Compiling rustls v0.23.13
8422024-12-16T04:18:25.548Z Compiling native-tls v0.2.12
8432024-12-16T04:18:25.625Z Compiling semver v1.0.23
8442024-12-16T04:18:25.690Z Compiling typenum v1.17.0
8452024-12-16T04:18:25.730Z Compiling const-random v0.1.18
8462024-12-16T04:18:25.752Z Compiling futures-channel v0.3.30
8472024-12-16T04:18:25.770Z Compiling futures-task v0.3.30
8482024-12-16T04:18:25.791Z Compiling futures-io v0.3.30
8492024-12-16T04:18:25.823Z Compiling pin-utils v0.1.0
8502024-12-16T04:18:25.899Z Compiling generic-array v0.14.7
8512024-12-16T04:18:26.043Z Compiling tracing-core v0.1.32
8522024-12-16T04:18:26.062Z Compiling bitflags v2.6.0
8532024-12-16T04:18:26.124Z Compiling ucd-trie v0.1.6
8542024-12-16T04:18:26.173Z Compiling subtle v2.6.1
8552024-12-16T04:18:26.195Z Compiling aho-corasick v1.1.3
8562024-12-16T04:18:26.233Z Compiling regex-syntax v0.8.4
8572024-12-16T04:18:26.440Z Compiling anyhow v1.0.94
8582024-12-16T04:18:26.672Z Compiling time-core v0.1.2
8592024-12-16T04:18:26.724Z Compiling num-conv v0.1.0
8602024-12-16T04:18:27.011Z Compiling time-macros v0.2.18
8612024-12-16T04:18:27.551Z Compiling spin v0.9.8
8622024-12-16T04:18:27.775Z Compiling rustls-pki-types v1.8.0
8632024-12-16T04:18:27.817Z Compiling serde_derive_internals v0.29.1
8642024-12-16T04:18:28.968Z Compiling usdt-impl v0.5.0
8652024-12-16T04:18:29.322Z Compiling omicron-workspace-hack v0.1.0
8662024-12-16T04:18:29.628Z Compiling regex-automata v0.4.7
8672024-12-16T04:18:29.739Z Compiling untrusted v0.9.0
8682024-12-16T04:18:30.350Z Compiling plain v0.2.3
8692024-12-16T04:18:30.490Z Compiling rustversion v1.0.17
8702024-12-16T04:18:31.065Z Compiling atomic-waker v1.1.2
8712024-12-16T04:18:31.249Z Compiling strsim v0.11.1
8722024-12-16T04:18:31.391Z Compiling tinyvec_macros v0.1.1
8732024-12-16T04:18:31.486Z Compiling tinyvec v1.8.0
8742024-12-16T04:18:31.905Z Compiling rand_core v0.6.4
8752024-12-16T04:18:32.344Z Compiling unsafe-libyaml v0.2.11
8762024-12-16T04:18:32.735Z Compiling zeroize v1.8.1
8772024-12-16T04:18:32.798Z Compiling try-lock v0.2.5
8782024-12-16T04:18:32.984Z Compiling serde_derive v1.0.215
8792024-12-16T04:18:33.044Z Compiling zerocopy-derive v0.7.35
8802024-12-16T04:18:33.128Z Compiling thiserror-impl v1.0.69
8812024-12-16T04:18:33.184Z Compiling tokio-macros v2.4.0
8822024-12-16T04:18:34.044Z Compiling schemars_derive v0.8.21
8832024-12-16T04:18:34.801Z Compiling futures-macro v0.3.30
8842024-12-16T04:18:35.083Z Compiling zerocopy v0.7.35
8852024-12-16T04:18:36.851Z Compiling openssl-macros v0.1.1
8862024-12-16T04:18:36.987Z Compiling futures-util v0.3.30
8872024-12-16T04:18:37.121Z Compiling hashbrown v0.14.5
8882024-12-16T04:18:37.204Z Compiling tracing-attributes v0.1.27
8892024-12-16T04:18:37.675Z Compiling scroll_derive v0.12.0
8902024-12-16T04:18:38.445Z Compiling regress v0.10.1
8912024-12-16T04:18:39.130Z Compiling pest v2.7.13
8922024-12-16T04:18:40.049Z Compiling regex v1.10.6
8932024-12-16T04:18:40.929Z Compiling tracing v0.1.40
8942024-12-16T04:18:41.569Z Compiling pest_meta v2.7.13
8952024-12-16T04:18:41.992Z Compiling scroll v0.12.0
8962024-12-16T04:18:42.552Z Compiling goblin v0.8.2
8972024-12-16T04:18:43.000Z Compiling pest_generator v2.7.13
8982024-12-16T04:18:43.743Z Compiling pretty-hex v0.4.1
8992024-12-16T04:18:43.946Z Compiling percent-encoding v2.3.1
9002024-12-16T04:18:44.437Z Compiling form_urlencoded v1.2.1
9012024-12-16T04:18:44.823Z Compiling unicode-normalization v0.1.24
9022024-12-16T04:18:44.942Z Compiling want v0.3.1
9032024-12-16T04:18:45.592Z Compiling pest_derive v2.7.13
9042024-12-16T04:18:46.269Z Compiling thread-id v4.2.2
9052024-12-16T04:18:46.389Z Compiling bytes v1.7.2
9062024-12-16T04:18:46.506Z Compiling indexmap v2.5.0
9072024-12-16T04:18:47.548Z Compiling smallvec v1.13.2
9082024-12-16T04:18:47.981Z Compiling chrono v0.4.38
9092024-12-16T04:18:48.551Z Compiling parking_lot v0.12.3
9102024-12-16T04:18:48.902Z Compiling uuid v1.11.0
9112024-12-16T04:18:49.122Z Compiling tokio v1.42.0
9122024-12-16T04:18:50.215Z Compiling serde_tokenstream v0.2.2
9132024-12-16T04:18:50.553Z Compiling http v1.2.0
9142024-12-16T04:18:53.665Z Compiling openapiv3 v2.0.0
9152024-12-16T04:18:54.737Z Compiling rustls-webpki v0.102.8
9162024-12-16T04:18:56.555Z Compiling http-body v1.0.1
9172024-12-16T04:18:56.815Z Compiling ipnetwork v0.20.0
9182024-12-16T04:18:57.746Z Compiling dof v0.3.0
9192024-12-16T04:18:58.088Z Compiling serde_yaml v0.9.34+deprecated
9202024-12-16T04:18:59.193Z Compiling typify-impl v0.2.0
9212024-12-16T04:18:59.442Z Compiling tokio-util v0.7.12
9222024-12-16T04:18:59.603Z Compiling dtrace-parser v0.2.0
9232024-12-16T04:19:00.942Z Compiling h2 v0.4.6
9242024-12-16T04:19:01.392Z Compiling foreign-types-shared v0.1.1
9252024-12-16T04:19:01.499Z Compiling syn v1.0.109
9262024-12-16T04:19:01.517Z Compiling rustls v0.22.4
9272024-12-16T04:19:01.536Z Compiling unicode-bidi v0.3.15
9282024-12-16T04:19:01.823Z Compiling ident_case v1.0.1
9292024-12-16T04:19:01.920Z Compiling httpdate v1.0.3
9302024-12-16T04:19:02.030Z Compiling camino v1.1.9
9312024-12-16T04:19:02.157Z Compiling darling_core v0.20.10
9322024-12-16T04:19:02.646Z Compiling foreign-types v0.3.2
9332024-12-16T04:19:02.741Z Compiling ppv-lite86 v0.2.20
9342024-12-16T04:19:04.224Z Compiling tower-service v0.3.3
9352024-12-16T04:19:04.350Z Compiling slog-async v2.8.0
9362024-12-16T04:19:05.376Z Compiling rand_chacha v0.3.1
9372024-12-16T04:19:05.732Z Compiling idna v0.5.0
9382024-12-16T04:19:07.141Z Compiling hyper v1.5.1
9392024-12-16T04:19:08.413Z Compiling darling_macro v0.20.10
9402024-12-16T04:19:09.654Z Compiling toml_datetime v0.6.8
9412024-12-16T04:19:10.131Z Compiling hyper-util v0.1.10
9422024-12-16T04:19:11.362Z Compiling typify-macro v0.2.0
9432024-12-16T04:19:15.350Z Compiling typify v0.2.0
9442024-12-16T04:19:15.495Z Compiling progenitor-impl v0.8.0
9452024-12-16T04:19:16.045Z Compiling multer v3.1.0
9462024-12-16T04:19:16.401Z Compiling paste v1.0.15
9472024-12-16T04:19:17.803Z Compiling openssl-probe v0.1.5
9482024-12-16T04:19:21.209Z Compiling darling v0.20.10
9492024-12-16T04:19:21.328Z Compiling url v2.5.2
9502024-12-16T04:19:22.165Z Compiling rand v0.8.5
9512024-12-16T04:19:22.284Z Compiling progenitor-macro v0.8.0
9522024-12-16T04:19:24.856Z Compiling usdt-macro v0.5.0
9532024-12-16T04:19:26.431Z Compiling usdt-attr-macro v0.5.0
9542024-12-16T04:19:26.884Z Compiling http-body-util v0.1.2
9552024-12-16T04:19:27.496Z Compiling async-trait v0.1.83
9562024-12-16T04:19:29.754Z Compiling encoding_rs v0.8.34
9572024-12-16T04:19:29.946Z Compiling ipnet v2.10.0
9582024-12-16T04:19:29.978Z Compiling base64 v0.22.1
9592024-12-16T04:19:29.996Z Compiling mime v0.3.17
9602024-12-16T04:19:31.074Z Compiling rustls-pemfile v2.1.3
9612024-12-16T04:19:33.275Z Compiling tokio-rustls v0.26.0
9622024-12-16T04:19:33.781Z Compiling serde_with_macros v3.9.0
9632024-12-16T04:19:35.443Z Compiling tokio-native-tls v0.3.1
9642024-12-16T04:19:35.462Z Compiling serde_urlencoded v0.7.1
9652024-12-16T04:19:35.764Z Compiling strum_macros v0.26.4
9662024-12-16T04:19:36.228Z Compiling structmeta-derive v0.3.0
9672024-12-16T04:19:36.564Z Compiling async-stream-impl v0.3.5
9682024-12-16T04:19:37.975Z Compiling webpki-roots v0.26.6
9692024-12-16T04:19:38.200Z Compiling dropshot v0.12.0
9702024-12-16T04:19:39.024Z Compiling crossbeam-utils v0.8.20
9712024-12-16T04:19:39.591Z Compiling powerfmt v0.2.0
9722024-12-16T04:19:39.887Z Compiling structmeta v0.3.0
9732024-12-16T04:19:40.245Z Compiling deranged v0.3.11
9742024-12-16T04:19:40.387Z Compiling hyper-rustls v0.27.3
9752024-12-16T04:19:40.514Z Compiling hyper-tls v0.6.0
9762024-12-16T04:19:41.749Z Compiling sync_wrapper v1.0.1
9772024-12-16T04:19:43.754Z Compiling num_threads v0.1.7
9782024-12-16T04:19:43.889Z Compiling winnow v0.6.18
9792024-12-16T04:19:44.418Z Compiling time v0.3.36
9802024-12-16T04:19:47.045Z Compiling reqwest v0.12.9
9812024-12-16T04:19:47.636Z Compiling parse-display-derive v0.10.0
9822024-12-16T04:19:50.020Z Compiling crypto-common v0.1.6
9832024-12-16T04:19:50.247Z Compiling block-buffer v0.10.4
9842024-12-16T04:19:50.508Z Compiling dropshot_endpoint v0.12.0
9852024-12-16T04:19:51.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9862024-12-16T04:19:54.036Z Compiling digest v0.10.7
9872024-12-16T04:19:54.476Z Compiling progenitor-client v0.8.0
9882024-12-16T04:19:55.354Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9892024-12-16T04:19:56.839Z Compiling dirs-sys-next v0.1.2
9902024-12-16T04:19:57.428Z Compiling match_cfg v0.1.0
9912024-12-16T04:19:57.867Z Compiling lazy_static v1.5.0
9922024-12-16T04:19:58.014Z Compiling rustix v0.38.37
9932024-12-16T04:19:58.167Z Compiling hostname v0.3.1
9942024-12-16T04:19:58.849Z Compiling progenitor v0.8.0
9952024-12-16T04:19:59.060Z Compiling dirs-next v2.0.0
9962024-12-16T04:19:59.318Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9972024-12-16T04:20:01.461Z Compiling futures-executor v0.3.30
9982024-12-16T04:20:02.176Z Compiling thread_local v1.1.8
9992024-12-16T04:20:02.586Z Compiling errno v0.3.9
10002024-12-16T04:20:02.861Z Compiling instant v0.1.13
10012024-12-16T04:20:03.025Z Compiling cpufeatures v0.2.14
10022024-12-16T04:20:03.140Z Compiling unicode-width v0.1.14
10032024-12-16T04:20:05.925Z Compiling futures v0.3.30
10042024-12-16T04:20:07.478Z Compiling term v0.7.0
10052024-12-16T04:20:08.069Z Compiling crossbeam-channel v0.5.13
10062024-12-16T04:20:09.960Z Compiling serde_spanned v0.6.7
10072024-12-16T04:20:10.218Z Compiling memmap v0.7.0
10082024-12-16T04:20:10.639Z Compiling is-terminal v0.4.13
10092024-12-16T04:20:10.973Z Compiling take_mut v0.2.2
10102024-12-16T04:20:11.451Z Compiling slog-term v2.9.1
10112024-12-16T04:20:11.869Z Compiling usdt v0.5.0
10122024-12-16T04:20:13.074Z Compiling toml_edit v0.22.21
10132024-12-16T04:20:14.088Z Compiling slog-json v2.6.1
10142024-12-16T04:20:14.524Z Compiling strum v0.26.3
10152024-12-16T04:20:14.720Z Compiling serde_with v3.9.0
10162024-12-16T04:20:17.189Z Compiling debug-ignore v1.0.5
10172024-12-16T04:20:17.350Z Compiling heapless v0.8.0
10182024-12-16T04:20:18.639Z Compiling tokio-rustls v0.25.0
10192024-12-16T04:20:20.857Z Compiling toml v0.8.19
10202024-12-16T04:20:21.818Z Compiling slog-bunyan v2.5.0
10212024-12-16T04:20:22.093Z Compiling sha1 v0.10.6
10222024-12-16T04:20:23.047Z Compiling async-stream v0.3.5
10232024-12-16T04:20:23.259Z Compiling newtype-uuid v1.1.0
10242024-12-16T04:20:23.368Z Compiling serde_path_to_error v0.1.16
10252024-12-16T04:20:23.620Z Compiling hex v0.4.3
10262024-12-16T04:20:24.295Z Compiling waitgroup v0.1.2
10272024-12-16T04:20:24.376Z Compiling hostname v0.4.0
10282024-12-16T04:20:24.415Z Compiling hash32 v0.3.1
10292024-12-16T04:20:24.543Z Compiling stable_deref_trait v1.2.0
10302024-12-16T04:20:24.678Z Compiling smoltcp v0.11.0
10312024-12-16T04:20:27.378Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10322024-12-16T04:20:27.567Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10332024-12-16T04:20:27.876Z Compiling backoff v0.4.0
10342024-12-16T04:20:28.157Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10352024-12-16T04:20:28.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10362024-12-16T04:20:28.446Z Compiling parse-display v0.10.0
10372024-12-16T04:20:30.463Z Compiling macaddr v1.0.1
10382024-12-16T04:20:31.075Z Compiling regress v0.9.1
10392024-12-16T04:20:32.926Z Compiling clap_derive v4.5.18
10402024-12-16T04:20:35.171Z Compiling cobs v0.2.3
10412024-12-16T04:20:35.626Z Compiling managed v0.8.0
10422024-12-16T04:20:36.015Z Compiling winnow v0.5.40
10432024-12-16T04:20:36.435Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10442024-12-16T04:20:36.846Z Compiling bitflags v1.3.2
10452024-12-16T04:20:36.960Z Compiling utf8parse v0.2.2
10462024-12-16T04:20:37.130Z Compiling anstyle-parse v0.2.5
10472024-12-16T04:20:38.351Z Compiling postcard v1.0.10
10482024-12-16T04:20:39.684Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10492024-12-16T04:20:40.019Z Compiling toml_edit v0.19.15
10502024-12-16T04:20:45.961Z Compiling anstyle v1.0.10
10512024-12-16T04:20:46.363Z Compiling is_terminal_polyfill v1.70.1
10522024-12-16T04:20:46.383Z Compiling colorchoice v1.0.2
10532024-12-16T04:20:46.523Z Compiling anstyle-query v1.1.1
10542024-12-16T04:20:46.680Z Compiling anstream v0.6.15
10552024-12-16T04:20:48.159Z Compiling proc-macro-crate v1.3.1
10562024-12-16T04:20:49.002Z Compiling terminal_size v0.4.0
10572024-12-16T04:20:49.210Z Compiling clap_lex v0.7.4
10582024-12-16T04:20:49.232Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10592024-12-16T04:20:49.611Z Compiling clap_builder v4.5.23
10602024-12-16T04:20:49.910Z Compiling num_enum_derive v0.5.11
10612024-12-16T04:20:51.355Z Compiling tabwriter v1.4.0
10622024-12-16T04:20:51.948Z Compiling foreign-types-macros v0.2.3
10632024-12-16T04:20:52.012Z Compiling num-integer v0.1.46
10642024-12-16T04:20:52.326Z Compiling foreign-types-shared v0.3.1
10652024-12-16T04:20:52.558Z Compiling num_enum v0.5.11
10662024-12-16T04:20:53.247Z Compiling foreign-types v0.5.0
10672024-12-16T04:20:53.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10682024-12-16T04:20:53.835Z Compiling clap v4.5.23
10692024-12-16T04:20:53.964Z Compiling cstr-argument v0.1.2
10702024-12-16T04:20:54.130Z Compiling proc-macro-error-attr v1.0.4
10712024-12-16T04:20:54.476Z Compiling prettyplease v0.2.22
10722024-12-16T04:20:54.733Z Compiling pretty-hex v0.2.1
10732024-12-16T04:20:54.833Z Compiling either v1.13.0
10742024-12-16T04:20:54.973Z Compiling heck v0.4.1
10752024-12-16T04:20:55.435Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10762024-12-16T04:20:55.532Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10772024-12-16T04:20:55.832Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10782024-12-16T04:20:57.096Z Compiling num-rational v0.4.2
10792024-12-16T04:20:57.116Z Compiling num-iter v0.1.45
10802024-12-16T04:20:57.692Z Compiling colored v2.2.0
10812024-12-16T04:20:59.351Z Compiling num-complex v0.4.6
10822024-12-16T04:21:00.044Z Compiling proc-macro-error v1.0.4
10832024-12-16T04:21:00.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10842024-12-16T04:21:00.395Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10852024-12-16T04:21:00.735Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10862024-12-16T04:21:00.774Z Compiling fastrand v2.1.1
10872024-12-16T04:21:00.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10882024-12-16T04:21:00.906Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10892024-12-16T04:21:01.251Z Compiling tempfile v3.12.0
10902024-12-16T04:21:03.019Z Compiling num v0.4.3
10912024-12-16T04:21:05.641Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10922024-12-16T04:21:06.306Z Compiling float-ord v0.3.2
10932024-12-16T04:21:06.343Z Compiling crucible-workspace-hack v0.1.0
10942024-12-16T04:21:06.468Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10952024-12-16T04:21:13.632Z Compiling semver v0.1.20
10962024-12-16T04:21:14.319Z Compiling unicode-segmentation v1.12.0
10972024-12-16T04:21:14.761Z Compiling rustc_version v0.1.7
10982024-12-16T04:21:15.188Z Compiling newline-converter v0.3.0
10992024-12-16T04:21:15.393Z Compiling zone_cfg_derive v0.3.0
11002024-12-16T04:21:15.618Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11012024-12-16T04:21:15.714Z Compiling camino-tempfile v1.1.1
11022024-12-16T04:21:16.149Z Compiling itertools v0.10.5
11032024-12-16T04:21:16.562Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11042024-12-16T04:21:16.922Z Compiling console v0.15.8
11052024-12-16T04:21:17.014Z Compiling num-derive v0.4.2
11062024-12-16T04:21:18.465Z Compiling sigpipe v0.1.3
11072024-12-16T04:21:18.780Z Compiling base64ct v1.6.0
11082024-12-16T04:21:19.390Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11092024-12-16T04:21:19.420Z Compiling similar v2.6.0
11102024-12-16T04:21:19.465Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11112024-12-16T04:21:19.777Z Compiling password-hash v0.5.0
11122024-12-16T04:21:19.907Z Compiling zone v0.3.0
11132024-12-16T04:21:21.069Z Compiling expectorate v1.1.0
11142024-12-16T04:21:21.264Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11152024-12-16T04:21:22.096Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11162024-12-16T04:21:22.227Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11172024-12-16T04:21:23.326Z Compiling newtype_derive v0.1.6
11182024-12-16T04:21:23.721Z Compiling blake2 v0.10.6
11192024-12-16T04:21:24.509Z Compiling hubpack_derive v0.1.1
11202024-12-16T04:21:24.935Z Compiling smf v0.2.3
11212024-12-16T04:21:25.488Z Compiling zerocopy-derive v0.6.6
11222024-12-16T04:21:25.526Z Compiling whoami v1.5.2
11232024-12-16T04:21:25.864Z Compiling owo-colors v4.1.0
11242024-12-16T04:21:25.967Z Compiling cancel-safe-futures v0.1.5
11252024-12-16T04:21:26.211Z Compiling fixedbitset v0.4.2
11262024-12-16T04:21:26.451Z Compiling hubpack v0.1.2
11272024-12-16T04:21:26.948Z Compiling petgraph v0.6.5
11282024-12-16T04:21:27.483Z Compiling argon2 v0.5.3
11292024-12-16T04:21:27.542Z Compiling zerocopy v0.6.6
11302024-12-16T04:21:28.557Z Compiling strum_macros v0.25.3
11312024-12-16T04:21:29.939Z Compiling serde-big-array v0.5.1
11322024-12-16T04:21:30.212Z Compiling serde_repr v0.1.19
11332024-12-16T04:21:31.110Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-12-16T04:21:31.413Z Compiling cookie v0.18.1
11352024-12-16T04:21:31.620Z Compiling convert_case v0.4.0
11362024-12-16T04:21:31.799Z Compiling static_assertions v1.1.0
11372024-12-16T04:21:31.987Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11382024-12-16T04:21:32.314Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11392024-12-16T04:21:32.385Z Compiling derive_more v0.99.18
11402024-12-16T04:21:34.122Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-12-16T04:21:34.545Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-12-16T04:21:35.428Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11432024-12-16T04:21:37.290Z Compiling atomicwrites v0.4.4
11442024-12-16T04:21:37.802Z Compiling itertools v0.13.0
11452024-12-16T04:21:39.224Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11462024-12-16T04:21:40.334Z Compiling idna v0.4.0
11472024-12-16T04:21:40.387Z Compiling libsw v3.3.1
11482024-12-16T04:21:40.733Z Compiling enum-as-inner v0.6.1
11492024-12-16T04:21:41.481Z Compiling derive-where v1.2.7
11502024-12-16T04:21:41.767Z Compiling linear-map v1.2.0
11512024-12-16T04:21:41.821Z Compiling swrite v0.1.0
11522024-12-16T04:21:41.864Z Compiling indent_write v2.2.0
11532024-12-16T04:21:41.960Z Compiling quick-error v1.2.3
11542024-12-16T04:21:42.120Z Compiling highway v1.2.0
11552024-12-16T04:21:42.123Z Compiling linked-hash-map v0.5.6
11562024-12-16T04:21:42.192Z Compiling data-encoding v2.6.0
11572024-12-16T04:21:42.555Z Compiling lru-cache v0.1.2
11582024-12-16T04:21:42.794Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11592024-12-16T04:21:43.579Z Compiling hickory-proto v0.24.1
11602024-12-16T04:21:44.174Z Compiling resolv-conf v0.7.0
11612024-12-16T04:21:44.798Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11622024-12-16T04:21:45.827Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-12-16T04:21:47.032Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-12-16T04:21:47.428Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-12-16T04:21:49.193Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11662024-12-16T04:21:49.442Z Compiling steno v0.4.1
11672024-12-16T04:21:53.679Z Compiling slog-dtrace v0.3.0
11682024-12-16T04:21:53.695Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-12-16T04:21:53.695Z Compiling parking_lot_core v0.8.6
11702024-12-16T04:21:53.826Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11712024-12-16T04:21:54.003Z Compiling humantime v2.1.0
11722024-12-16T04:21:54.080Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-12-16T04:21:54.892Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11742024-12-16T04:21:56.551Z Compiling hickory-resolver v0.24.1
11752024-12-16T04:21:56.948Z Compiling num-derive v0.3.3
11762024-12-16T04:21:57.343Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11772024-12-16T04:21:58.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11782024-12-16T04:21:58.875Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-12-16T04:21:59.087Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11802024-12-16T04:22:00.061Z Compiling parking_lot v0.11.2
11812024-12-16T04:22:00.143Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11822024-12-16T04:22:01.261Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11832024-12-16T04:22:02.028Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11842024-12-16T04:22:04.187Z Compiling crossbeam-epoch v0.9.18
11852024-12-16T04:22:04.246Z Compiling fxhash v0.2.1
11862024-12-16T04:22:04.484Z Compiling crc32fast v1.4.2
11872024-12-16T04:22:05.029Z Compiling arc-swap v1.7.1
11882024-12-16T04:22:05.335Z Compiling crc8 v0.1.1
11892024-12-16T04:22:05.656Z Compiling slog-scope v4.4.0
11902024-12-16T04:22:05.735Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11912024-12-16T04:22:06.420Z Compiling sled v0.34.7
11922024-12-16T04:22:10.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11932024-12-16T04:22:12.164Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11942024-12-16T04:22:12.707Z Compiling slog-stdlog v4.1.1
11952024-12-16T04:22:13.495Z Compiling slog-envlogger v2.2.0
11962024-12-16T04:22:14.381Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11972024-12-16T04:22:15.153Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-12-16T04:22:26.274Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11992024-12-16T04:22:31.258Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
12002024-12-16T04:22:33.590Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12012024-12-16T04:23:02.280Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12022024-12-16T04:23:02.282Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12032024-12-16T04:23:09.505Z Finished `release` profile [optimized] target(s) in 5m 14s
12042024-12-16T04:23:09.824Z+ banner quartet
12052024-12-16T04:23:09.827Z
12062024-12-16T04:23:09.827Z #### # # ## ##### ##### ###### #####
12072024-12-16T04:23:09.827Z # # # # # # # # # # #
12082024-12-16T04:23:09.827Z # # # # # # # # # ##### #
12092024-12-16T04:23:09.827Z # # # # # ###### ##### # # #
12102024-12-16T04:23:09.827Z # # # # # # # # # # #
12112024-12-16T04:23:09.827Z ### # #### # # # # # ###### #
12122024-12-16T04:23:09.827Z
12132024-12-16T04:23:09.827Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12142024-12-16T04:23:10.308Z Compiling cfg-if v1.0.0
12152024-12-16T04:23:10.308Z Compiling libc v0.2.167
12162024-12-16T04:23:10.308Z Compiling serde v1.0.215
12172024-12-16T04:23:10.310Z Compiling once_cell v1.20.2
12182024-12-16T04:23:10.310Z Compiling itoa v1.0.11
12192024-12-16T04:23:10.384Z Compiling byteorder v1.5.0
12202024-12-16T04:23:10.391Z Compiling syn v2.0.87
12212024-12-16T04:23:10.398Z Compiling bytes v1.7.2
12222024-12-16T04:23:10.434Z Compiling num-traits v0.2.19
12232024-12-16T04:23:10.595Z Compiling zerocopy v0.7.35
12242024-12-16T04:23:10.757Z Compiling pin-project-lite v0.2.14
12252024-12-16T04:23:10.773Z Compiling ahash v0.8.11
12262024-12-16T04:23:10.817Z Compiling scopeguard v1.2.0
12272024-12-16T04:23:10.827Z Compiling schemars v0.8.21
12282024-12-16T04:23:10.894Z Compiling allocator-api2 v0.2.18
12292024-12-16T04:23:10.918Z Compiling memchr v2.7.4
12302024-12-16T04:23:10.936Z Compiling smallvec v1.13.2
12312024-12-16T04:23:11.186Z Compiling lock_api v0.4.12
12322024-12-16T04:23:11.682Z Compiling fnv v1.0.7
12332024-12-16T04:23:11.742Z Compiling log v0.4.22
12342024-12-16T04:23:11.819Z Compiling getrandom v0.2.15
12352024-12-16T04:23:11.829Z Compiling hashbrown v0.14.5
12362024-12-16T04:23:11.872Z Compiling parking_lot_core v0.9.10
12372024-12-16T04:23:12.148Z Compiling signal-hook-registry v1.4.2
12382024-12-16T04:23:12.231Z Compiling parking_lot v0.12.3
12392024-12-16T04:23:12.288Z Compiling mio v1.0.2
12402024-12-16T04:23:12.671Z Compiling socket2 v0.5.8
12412024-12-16T04:23:12.865Z Compiling futures-core v0.3.30
12422024-12-16T04:23:13.249Z Compiling ryu v1.0.18
12432024-12-16T04:23:13.324Z Compiling equivalent v1.0.1
12442024-12-16T04:23:13.685Z Compiling tracing-core v0.1.32
12452024-12-16T04:23:13.714Z Compiling serde_json v1.0.133
12462024-12-16T04:23:13.749Z Compiling uuid v1.11.0
12472024-12-16T04:23:13.814Z Compiling regress v0.10.1
12482024-12-16T04:23:13.943Z Compiling spin v0.9.8
12492024-12-16T04:23:14.144Z Compiling futures-task v0.3.30
12502024-12-16T04:23:14.310Z Compiling pin-utils v0.1.0
12512024-12-16T04:23:14.321Z Compiling untrusted v0.9.0
12522024-12-16T04:23:14.330Z Compiling futures-sink v0.3.30
12532024-12-16T04:23:14.344Z Compiling slab v0.4.9
12542024-12-16T04:23:14.394Z Compiling futures-util v0.3.30
12552024-12-16T04:23:14.476Z Compiling ring v0.17.8
12562024-12-16T04:23:14.664Z Compiling try-lock v0.2.5
12572024-12-16T04:23:14.819Z Compiling want v0.3.1
12582024-12-16T04:23:15.111Z Compiling httparse v1.9.4
12592024-12-16T04:23:15.291Z Compiling chrono v0.4.38
12602024-12-16T04:23:16.109Z Compiling futures-channel v0.3.30
12612024-12-16T04:23:16.204Z Compiling dyn-clone v1.0.17
12622024-12-16T04:23:16.414Z Compiling foreign-types-shared v0.1.1
12632024-12-16T04:23:16.519Z Compiling tower-service v0.3.3
12642024-12-16T04:23:16.641Z Compiling foreign-types v0.3.2
12652024-12-16T04:23:16.732Z Compiling openssl-sys v0.9.103
12662024-12-16T04:23:16.919Z Compiling unicode-ident v1.0.13
12672024-12-16T04:23:17.117Z Compiling serde_derive_internals v0.29.1
12682024-12-16T04:23:17.362Z Compiling bitflags v2.6.0
12692024-12-16T04:23:17.445Z Compiling proc-macro2 v1.0.86
12702024-12-16T04:23:17.725Z Compiling http v1.2.0
12712024-12-16T04:23:18.172Z Compiling semver v1.0.23
12722024-12-16T04:23:18.487Z Compiling openssl-probe v0.1.5
12732024-12-16T04:23:18.696Z Compiling tinyvec_macros v0.1.1
12742024-12-16T04:23:18.805Z Compiling tinyvec v1.8.0
12752024-12-16T04:23:19.083Z Compiling quote v1.0.37
12762024-12-16T04:23:19.329Z Compiling percent-encoding v2.3.1
12772024-12-16T04:23:19.823Z Compiling form_urlencoded v1.2.1
12782024-12-16T04:23:20.554Z Compiling unicode-normalization v0.1.24
12792024-12-16T04:23:21.225Z Compiling aho-corasick v1.1.3
12802024-12-16T04:23:21.878Z Compiling http v0.2.12
12812024-12-16T04:23:22.497Z Compiling heck v0.5.0
12822024-12-16T04:23:22.515Z Compiling rustls-pki-types v1.8.0
12832024-12-16T04:23:22.735Z Compiling serde_derive v1.0.215
12842024-12-16T04:23:22.902Z Compiling zerocopy-derive v0.7.35
12852024-12-16T04:23:23.376Z Compiling thiserror-impl v1.0.69
12862024-12-16T04:23:23.733Z Compiling schemars_derive v0.8.21
12872024-12-16T04:23:23.820Z Compiling tokio-macros v2.4.0
12882024-12-16T04:23:25.421Z Compiling tokio v1.42.0
12892024-12-16T04:23:25.646Z Compiling tracing-attributes v0.1.27
12902024-12-16T04:23:26.349Z Compiling thiserror v1.0.69
12912024-12-16T04:23:26.639Z Compiling openssl-macros v0.1.1
12922024-12-16T04:23:26.759Z Compiling unicode-bidi v0.3.15
12932024-12-16T04:23:26.855Z Compiling regex-automata v0.4.7
12942024-12-16T04:23:27.488Z Compiling openssl v0.10.66
12952024-12-16T04:23:29.090Z Compiling tracing v0.1.40
12962024-12-16T04:23:29.743Z Compiling idna v0.5.0
12972024-12-16T04:23:29.833Z Compiling http-body v1.0.1
12982024-12-16T04:23:34.703Z Compiling native-tls v0.2.12
12992024-12-16T04:23:35.842Z Compiling tokio-util v0.7.12
13002024-12-16T04:23:37.298Z Compiling indexmap v2.5.0
13012024-12-16T04:23:39.092Z Compiling tokio-native-tls v0.3.1
13022024-12-16T04:23:39.391Z Compiling atomic-waker v1.1.2
13032024-12-16T04:23:39.413Z Compiling slog v2.7.0
13042024-12-16T04:23:39.582Z Compiling regex-syntax v0.8.4
13052024-12-16T04:23:43.912Z Compiling serde_tokenstream v0.2.2
13062024-12-16T04:23:44.204Z Compiling openapiv3 v2.0.0
13072024-12-16T04:23:45.027Z Compiling h2 v0.4.6
13082024-12-16T04:23:47.117Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13092024-12-16T04:23:48.576Z Compiling typify-impl v0.2.0
13102024-12-16T04:23:52.357Z Compiling serde_urlencoded v0.7.1
13112024-12-16T04:23:52.960Z Compiling regex v1.10.6
13122024-12-16T04:23:53.968Z Compiling url v2.5.2
13132024-12-16T04:23:57.566Z Compiling encoding_rs v0.8.34
13142024-12-16T04:23:59.047Z Compiling rustls v0.21.12
13152024-12-16T04:23:59.380Z Compiling mime v0.3.17
13162024-12-16T04:23:59.631Z Compiling ipnet v2.10.0
13172024-12-16T04:24:00.487Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-12-16T04:24:00.667Z Compiling typify-macro v0.2.0
13192024-12-16T04:24:00.809Z Compiling hyper v1.5.1
13202024-12-16T04:24:03.658Z Compiling h2 v0.3.26
13212024-12-16T04:24:04.350Z Compiling http-body v0.4.6
13222024-12-16T04:24:04.557Z Compiling rustls-webpki v0.102.8
13232024-12-16T04:24:04.872Z Compiling rustls-webpki v0.101.7
13242024-12-16T04:24:06.060Z Compiling sct v0.7.1
13252024-12-16T04:24:06.516Z Compiling httpdate v1.0.3
13262024-12-16T04:24:07.278Z Compiling zeroize v1.8.1
13272024-12-16T04:24:07.635Z Compiling toml_datetime v0.6.8
13282024-12-16T04:24:08.023Z Compiling subtle v2.6.1
13292024-12-16T04:24:08.324Z Compiling rustls v0.23.13
13302024-12-16T04:24:08.480Z Compiling toml_edit v0.19.15
13312024-12-16T04:24:08.934Z Compiling hyper v0.14.30
13322024-12-16T04:24:09.194Z Compiling serde_yaml v0.9.34+deprecated
13332024-12-16T04:24:12.989Z Compiling hyper-util v0.1.10
13342024-12-16T04:24:15.356Z Compiling lazy_static v1.5.0
13352024-12-16T04:24:15.499Z Compiling tokio-rustls v0.24.1
13362024-12-16T04:24:15.938Z Compiling tokio-rustls v0.26.0
13372024-12-16T04:24:16.439Z Compiling proc-macro-crate v1.3.1
13382024-12-16T04:24:17.306Z Compiling http-body-util v0.1.2
13392024-12-16T04:24:17.870Z Compiling webpki-roots v0.26.6
13402024-12-16T04:24:18.082Z Compiling base64 v0.22.1
13412024-12-16T04:24:19.117Z Compiling base64 v0.21.7
13422024-12-16T04:24:19.200Z Compiling crossbeam-utils v0.8.20
13432024-12-16T04:24:19.217Z Compiling rustls-pemfile v2.1.3
13442024-12-16T04:24:19.395Z Compiling hyper-rustls v0.27.3
13452024-12-16T04:24:20.024Z Compiling rustls-pemfile v1.0.4
13462024-12-16T04:24:20.256Z Compiling hyper-tls v0.6.0
13472024-12-16T04:24:20.757Z Compiling num_enum_derive v0.5.11
13482024-12-16T04:24:20.768Z Compiling hyper-rustls v0.24.2
13492024-12-16T04:24:20.837Z Compiling hyper-tls v0.5.0
13502024-12-16T04:24:21.172Z Compiling typify v0.2.0
13512024-12-16T04:24:21.185Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13522024-12-16T04:24:21.335Z Compiling ipnetwork v0.20.0
13532024-12-16T04:24:21.440Z Compiling ppv-lite86 v0.2.20
13542024-12-16T04:24:23.128Z Compiling foreign-types-macros v0.2.3
13552024-12-16T04:24:23.438Z Compiling sync_wrapper v1.0.1
13562024-12-16T04:24:23.591Z Compiling rand_core v0.6.4
13572024-12-16T04:24:24.076Z Compiling dirs-sys-next v0.1.2
13582024-12-16T04:24:24.515Z Compiling foreign-types-shared v0.3.1
13592024-12-16T04:24:24.626Z Compiling sync_wrapper v0.1.2
13602024-12-16T04:24:24.637Z Compiling webpki-roots v0.25.4
13612024-12-16T04:24:24.707Z Compiling powerfmt v0.2.0
13622024-12-16T04:24:24.781Z Compiling time-macros v0.2.18
13632024-12-16T04:24:24.819Z Compiling reqwest v0.11.27
13642024-12-16T04:24:25.200Z Compiling deranged v0.3.11
13652024-12-16T04:24:25.346Z Compiling foreign-types v0.5.0
13662024-12-16T04:24:25.602Z Compiling dirs-next v2.0.0
13672024-12-16T04:24:25.880Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13682024-12-16T04:24:27.543Z Compiling progenitor-impl v0.8.0
13692024-12-16T04:24:27.847Z Compiling rand_chacha v0.3.1
13702024-12-16T04:24:29.595Z Compiling reqwest v0.12.9
13712024-12-16T04:24:32.670Z Compiling num_enum v0.5.11
13722024-12-16T04:24:32.853Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13732024-12-16T04:24:36.080Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13742024-12-16T04:24:36.242Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13752024-12-16T04:24:36.427Z Compiling cstr-argument v0.1.2
13762024-12-16T04:24:36.691Z Compiling thread_local v1.1.8
13772024-12-16T04:24:37.419Z Compiling time-core v0.1.2
13782024-12-16T04:24:37.610Z Compiling pretty-hex v0.2.1
13792024-12-16T04:24:37.794Z Compiling arc-swap v1.7.1
13802024-12-16T04:24:37.827Z Compiling num-conv v0.1.0
13812024-12-16T04:24:38.095Z Compiling either v1.13.0
13822024-12-16T04:24:38.507Z Compiling slog-scope v4.4.0
13832024-12-16T04:24:38.564Z Compiling itertools v0.12.1
13842024-12-16T04:24:39.444Z Compiling time v0.3.36
13852024-12-16T04:24:39.584Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13862024-12-16T04:24:40.003Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13872024-12-16T04:24:41.505Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13882024-12-16T04:24:42.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13892024-12-16T04:24:42.496Z Compiling crossbeam-channel v0.5.13
13902024-12-16T04:24:42.580Z Compiling progenitor-macro v0.8.0
13912024-12-16T04:24:44.120Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13922024-12-16T04:24:48.551Z Compiling progenitor-client v0.8.0
13932024-12-16T04:24:49.517Z Compiling rand v0.8.5
13942024-12-16T04:24:51.580Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13952024-12-16T04:24:53.549Z Compiling term v0.7.0
13962024-12-16T04:24:57.455Z Compiling anyhow v1.0.94
13972024-12-16T04:24:58.072Z Compiling colored v2.2.0
13982024-12-16T04:24:58.938Z Compiling is-terminal v0.4.13
13992024-12-16T04:24:59.077Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
14002024-12-16T04:24:59.422Z Compiling winnow v0.6.18
14012024-12-16T04:24:59.548Z Compiling take_mut v0.2.2
14022024-12-16T04:24:59.723Z Compiling slog-async v2.8.0
14032024-12-16T04:25:02.899Z Compiling slog-term v2.9.1
14042024-12-16T04:25:03.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14052024-12-16T04:25:05.691Z Compiling progenitor v0.8.0
14062024-12-16T04:25:05.909Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14072024-12-16T04:25:06.130Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14082024-12-16T04:25:09.858Z Compiling slog-stdlog v4.1.1
14092024-12-16T04:25:10.707Z Compiling slog-envlogger v2.2.0
14102024-12-16T04:25:13.203Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14112024-12-16T04:25:14.723Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14122024-12-16T04:25:28.383Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14132024-12-16T04:25:35.840Z Finished `release` profile [optimized] target(s) in 2m 25s
14142024-12-16T04:25:35.923Z Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145)
14152024-12-16T04:25:35.971Z
14162024-12-16T04:25:35.971Zrunning 1 test
14172024-12-16T04:25:36.193Zconfigure zone
14182024-12-16T04:25:36.347Zinstall zone
14192024-12-16T04:26:35.973Ztest ddm::test_quartet has been running for over 60 seconds
14202024-12-16T04:27:43.620Zboot zone
14212024-12-16T04:27:44.442Zstart zone s1
14222024-12-16T04:27:44.442Zconfigure zone
14232024-12-16T04:27:44.450Zinstall zone
14242024-12-16T04:29:40.452Zboot zone
14252024-12-16T04:29:41.406Zstart zone s2
14262024-12-16T04:29:41.406Zconfigure zone
14272024-12-16T04:29:41.414Zinstall zone
14282024-12-16T04:31:36.524Zboot zone
14292024-12-16T04:31:37.408Zstart zone s3
14302024-12-16T04:31:37.408Zconfigure zone
14312024-12-16T04:31:37.416Zinstall zone
14322024-12-16T04:33:30.550Zboot zone
14332024-12-16T04:33:31.462Zstart zone t1
14342024-12-16T04:33:31.462Zconfigure zone
14352024-12-16T04:33:31.471Zinstall zone
14362024-12-16T04:35:25.109Zboot zone
14372024-12-16T04:35:25.972Zwaiting for zones to come up
14382024-12-16T04:35:35.973Z[sidecar.quartet] svcs milestone/network
14392024-12-16T04:35:36.188ZSTATE STIME FMRI
14402024-12-16T04:35:36.188Zonline 20:28:02 svc:/milestone/network:default
14412024-12-16T04:35:36.188Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14422024-12-16T04:35:36.235Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14432024-12-16T04:35:36.287Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14442024-12-16T04:35:36.331Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14452024-12-16T04:35:36.335Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14462024-12-16T04:35:36.355Z
14472024-12-16T04:35:36.356Zrunning zone s1.quartet setup
14482024-12-16T04:35:36.356Z[s1.quartet] svcs milestone/network
14492024-12-16T04:35:36.378ZSTATE STIME FMRI
14502024-12-16T04:35:36.378Zonline 20:29:59 svc:/milestone/network:default
14512024-12-16T04:35:36.378Z[s1.quartet] dladm
14522024-12-16T04:35:36.398ZLINK CLASS MTU STATE BRIDGE OVER
14532024-12-16T04:35:36.398Zsl0 simnet 9000 up -- ?
14542024-12-16T04:35:36.398Zmgs1 vnic 9000 up -- ?
14552024-12-16T04:35:36.398Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14562024-12-16T04:35:36.932Z
14572024-12-16T04:35:36.932Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14582024-12-16T04:35:36.956Z
14592024-12-16T04:35:36.956Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14602024-12-16T04:35:36.976Z
14612024-12-16T04:35:36.976Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14622024-12-16T04:35:37.064Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14632024-12-16T04:35:37.106Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a59bf29-2c10-4522-8929-01e786c0d600 --sled-uuid 855866f2-bb89-4797-a2b2-c45810f4c825 -a sl0/v6 &> /opt/ddmd.log &
14642024-12-16T04:35:37.128Z
14652024-12-16T04:35:37.128Zrunning zone s2.quartet setup
14662024-12-16T04:35:37.128Z[s2.quartet] svcs milestone/network
14672024-12-16T04:35:37.151ZSTATE STIME FMRI
14682024-12-16T04:35:37.151Zonline 20:31:55 svc:/milestone/network:default
14692024-12-16T04:35:37.151Z[s2.quartet] dladm
14702024-12-16T04:35:37.174ZLINK CLASS MTU STATE BRIDGE OVER
14712024-12-16T04:35:37.174Zsl1 simnet 9000 up -- ?
14722024-12-16T04:35:37.174Zmgs2 vnic 9000 up -- ?
14732024-12-16T04:35:37.174Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14742024-12-16T04:35:37.822Z
14752024-12-16T04:35:37.822Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14762024-12-16T04:35:37.845Z
14772024-12-16T04:35:37.845Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14782024-12-16T04:35:37.865Z
14792024-12-16T04:35:37.865Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14802024-12-16T04:35:37.909Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14812024-12-16T04:35:37.931Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f5520a12-8d7c-4549-8aee-eeb21f4367e6 --sled-uuid 34538fda-f2de-4905-ba4b-375936747253 -a sl1/v6 &> /opt/ddmd.log &
14822024-12-16T04:35:37.952Z
14832024-12-16T04:35:37.952Zrunning zone s3.quartet setup
14842024-12-16T04:35:37.952Z[s3.quartet] svcs milestone/network
14852024-12-16T04:35:37.975ZSTATE STIME FMRI
14862024-12-16T04:35:37.975Zonline 20:33:49 svc:/milestone/network:default
14872024-12-16T04:35:37.975Z[s3.quartet] dladm
14882024-12-16T04:35:37.996ZLINK CLASS MTU STATE BRIDGE OVER
14892024-12-16T04:35:37.996Zsl2 simnet 9000 up -- ?
14902024-12-16T04:35:37.996Zmgs3 vnic 9000 up -- ?
14912024-12-16T04:35:37.996Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14922024-12-16T04:35:38.551Z
14932024-12-16T04:35:38.551Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14942024-12-16T04:35:38.574Z
14952024-12-16T04:35:38.574Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14962024-12-16T04:35:38.594Z
14972024-12-16T04:35:38.595Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
14982024-12-16T04:35:38.641Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
14992024-12-16T04:35:38.663Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3662c9f9-9878-405b-8b5e-389e5784f119 --sled-uuid 8c17cc40-5999-4aa3-a675-6992d0ae7ba4 -a sl2/v6 &> /opt/ddmd.log &
15002024-12-16T04:35:38.684Z
15012024-12-16T04:35:38.684Zrunning zone t1.quartet setup
15022024-12-16T04:35:38.684Z[t1.quartet] svcs milestone/network
15032024-12-16T04:35:38.707ZSTATE STIME FMRI
15042024-12-16T04:35:38.707Z- - svc:/milestone/network:default
15052024-12-16T04:35:39.707Z[t1.quartet] svcs milestone/network
15062024-12-16T04:35:39.729ZSTATE STIME FMRI
15072024-12-16T04:35:39.729Z- - svc:/milestone/network:default
15082024-12-16T04:35:40.729Z[t1.quartet] svcs milestone/network
15092024-12-16T04:35:40.752ZSTATE STIME FMRI
15102024-12-16T04:35:40.752Z- - svc:/milestone/network:default
15112024-12-16T04:35:41.753Z[t1.quartet] svcs milestone/network
15122024-12-16T04:35:41.775ZSTATE STIME FMRI
15132024-12-16T04:35:41.775Z- - svc:/milestone/network:default
15142024-12-16T04:35:42.775Z[t1.quartet] svcs milestone/network
15152024-12-16T04:35:42.797ZSTATE STIME FMRI
15162024-12-16T04:35:42.797Z- - svc:/milestone/network:default
15172024-12-16T04:35:43.797Z[t1.quartet] svcs milestone/network
15182024-12-16T04:35:43.817ZSTATE STIME FMRI
15192024-12-16T04:35:43.817Z- - svc:/milestone/network:default
15202024-12-16T04:35:44.817Z[t1.quartet] svcs milestone/network
15212024-12-16T04:35:44.840ZSTATE STIME FMRI
15222024-12-16T04:35:44.840Zoffline 20:35:43 svc:/milestone/network:default
15232024-12-16T04:35:45.840Z[t1.quartet] svcs milestone/network
15242024-12-16T04:35:45.865ZSTATE STIME FMRI
15252024-12-16T04:35:45.865Zonline 20:35:44 svc:/milestone/network:default
15262024-12-16T04:35:45.865Z[t1.quartet] dladm
15272024-12-16T04:35:45.887ZLINK CLASS MTU STATE BRIDGE OVER
15282024-12-16T04:35:45.887Ztfportrear0_0 simnet 9000 up -- ?
15292024-12-16T04:35:45.887Ztfportrear1_0 simnet 9000 up -- ?
15302024-12-16T04:35:45.887Ztfportrear2_0 simnet 9000 up -- ?
15312024-12-16T04:35:45.887Zmgt1 vnic 9000 up -- ?
15322024-12-16T04:35:45.887Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15332024-12-16T04:35:46.492Z
15342024-12-16T04:35:46.492Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15352024-12-16T04:35:46.516Z
15362024-12-16T04:35:46.517Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15372024-12-16T04:35:46.539Z
15382024-12-16T04:35:46.539Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15392024-12-16T04:35:46.560Z
15402024-12-16T04:35:46.561Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15412024-12-16T04:35:46.580Z
15422024-12-16T04:35:46.580Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15432024-12-16T04:35:46.773Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15442024-12-16T04:35:46.778Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15452024-12-16T04:35:46.781Zwaiting 3s for copy of files to zone to complete ...
15462024-12-16T04:35:49.781Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15472024-12-16T04:35:49.824Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15482024-12-16T04:35:49.846Z[t1.quartet] svcadm enable dendrite
15492024-12-16T04:35:49.885Z
15502024-12-16T04:35:49.885Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15512024-12-16T04:35:49.929Z
15522024-12-16T04:35:49.929Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15532024-12-16T04:35:49.971Z
15542024-12-16T04:35:49.971Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15552024-12-16T04:35:50.013Z
15562024-12-16T04:35:50.013Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15572024-12-16T04:35:50.054Z
15582024-12-16T04:35:50.054Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15592024-12-16T04:35:50.096Z
15602024-12-16T04:35:50.096Z[t1.quartet] svcadm refresh dendrite:default
15612024-12-16T04:35:50.132Z
15622024-12-16T04:35:50.132Z[t1.quartet] svcadm restart dendrite:default
15632024-12-16T04:35:50.169Z
15642024-12-16T04:35:50.169Zwait 10s for dendrite to come up ...
15652024-12-16T04:36:00.170Z[t1.quartet] svcadm enable tfport
15662024-12-16T04:36:00.210Z
15672024-12-16T04:36:00.210Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 78c5d323-f34e-40c3-b2eb-b1a91aee0200 --sled-uuid 0531f325-cd06-43bd-a449-e2e6325a63a8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15682024-12-16T04:36:00.229Z
15692024-12-16T04:36:00.229Z[t1.quartet] ipadm
15702024-12-16T04:36:00.255ZADDROBJ TYPE STATE ADDR
15712024-12-16T04:36:00.255Zlo0/v4 static ok 127.0.0.1/8
15722024-12-16T04:36:00.255Zmgt1/v4 static ok 10.0.0.4/24
15732024-12-16T04:36:00.255Zlo0/v6 static ok ::1/128
15742024-12-16T04:36:00.255Zlo0/u6 static ok fd00:4::1/64
15752024-12-16T04:36:00.255Ztfportrear0_0/v6 addrconf ok fe80::a88a:25ff:fecb:cefb%tfportrear0_0/10
15762024-12-16T04:36:00.255Ztfportrear1_0/v6 addrconf ok fe80::b097:e4ff:fe96:edfd%tfportrear1_0/10
15772024-12-16T04:36:00.255Ztfportrear2_0/v6 addrconf ok fe80::81:8bff:fef0:ddc9%tfportrear2_0/10
15782024-12-16T04:36:02.542Zinitial peering test passed
15792024-12-16T04:36:03.545Z[s3.quartet] ping fd00:1::1
15802024-12-16T04:36:03.575Zfd00:1::1 is alive
15812024-12-16T04:36:14.579Z[s3.quartet] ping fd00:1::1
15822024-12-16T04:36:14.601Zfd00:1::1 is alive
15832024-12-16T04:36:14.619Z[t1.quartet] pkill ddmd
15842024-12-16T04:36:14.644Z
15852024-12-16T04:36:14.644Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15862024-12-16T04:36:14.648Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15872024-12-16T04:36:17.164Z[s3.quartet] pkill ddmd
15882024-12-16T04:36:17.185Z
15892024-12-16T04:36:17.185Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15902024-12-16T04:36:19.687Z[s2.quartet] pkill ddmd
15912024-12-16T04:36:19.708Z
15922024-12-16T04:36:19.708Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15932024-12-16T04:36:22.187Z[s1.quartet] pkill ddmd
15942024-12-16T04:36:22.207Z
15952024-12-16T04:36:22.207Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15962024-12-16T04:36:24.578Z[sidecar.quartet] pkill softnpu
15972024-12-16T04:36:24.599Z
15982024-12-16T04:36:24.599Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
15992024-12-16T04:36:27.179Ztest ddm::test_quartet ... ok
16002024-12-16T04:36:27.179Z
16012024-12-16T04:36:27.179Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 651.19s
16022024-12-16T04:36:27.179Z
16032024-12-16T04:36:27.208Z+ cleanup
16042024-12-16T04:36:27.210Z++ id -un
16052024-12-16T04:36:27.316Z++ id -gn
16062024-12-16T04:36:27.319Z+ pfexec chown -R build:build .
16072024-12-16T04:36:27.397Zprocess exited: duration 1199119 ms, exit code 0
 
16082024-12-16T04:36:27.408Zfound 5 output files
16092024-12-16T04:36:27.408Zuploading: /work/s1.quartet.log (4847 bytes)
16102024-12-16T04:36:28.420Zuploaded: /work/s1.quartet.log
16112024-12-16T04:36:28.420Zuploading: /work/s2.quartet.log (4113 bytes)
16122024-12-16T04:36:29.431Zuploaded: /work/s2.quartet.log
16132024-12-16T04:36:29.434Zuploading: /work/s3.quartet.log (4243 bytes)
16142024-12-16T04:36:30.440Zuploaded: /work/s3.quartet.log
16152024-12-16T04:36:30.442Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16162024-12-16T04:36:31.460Zuploaded: /work/sidecar.quartet-softnpu.log
16172024-12-16T04:36:31.460Zuploading: /work/t1.quartet.log (17377 bytes)
16182024-12-16T04:36:32.469Zuploaded: /work/t1.quartet.log