01JAESH930NXKHGJZ8DXSWW814: 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: 01JAESHVX3KB7EPFG2J2CHDPBH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T03:09:18.004Zjob assigned to worker 01JAESJ2D6XDWQJW51SVMQKDY5 (queued for 59 s)
 
22024-10-18T03:09:25.588Zstarting task 0: "setup"
32024-10-18T03:09:25.596Z++ uname -s
42024-10-18T03:09:25.599Z+ kern=SunOS
52024-10-18T03:09:25.599Z+ case "$kern" in
62024-10-18T03:09:25.599Z+ groupadd -g 12345 build
72024-10-18T03:09:25.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T03:09:27.610Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T03:09:27.735Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T03:09:27.738Z+ home_fs=zfs
112024-10-18T03:09:27.738Z+ [[ zfs == autofs ]]
122024-10-18T03:09:27.738Z+ mkdir -p /home/build
132024-10-18T03:09:27.740Z+ chown build:build /home/build /work
142024-10-18T03:09:29.743Z+ chmod 0700 /home/build /work
152024-10-18T03:09:29.745Zprocess exited: duration 4157 ms, exit code 0
 
162024-10-18T03:09:29.751Zstarting task 1: "rust-toolchain"
172024-10-18T03:09:29.757Z+ printf ' * toolchain channel = "%s"
182024-10-18T03:09:29.757Z' stable
192024-10-18T03:09:29.757Z+ printf ' * toolchain profile = "%s"
202024-10-18T03:09:29.757Z' default
212024-10-18T03:09:29.759Z * toolchain channel = "stable"
222024-10-18T03:09:29.759Z * toolchain profile = "default"
232024-10-18T03:09:29.759Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T03:09:29.759Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
252024-10-18T03:09:29.872Zinfo: downloading installer
262024-10-18T03:09:31.050Zinfo: profile set to 'default'
272024-10-18T03:09:31.050Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T03:09:31.052Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
292024-10-18T03:09:31.188Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-10-18T03:09:31.189Zinfo: downloading component 'cargo'
312024-10-18T03:09:31.909Zinfo: downloading component 'clippy'
322024-10-18T03:09:32.182Zinfo: downloading component 'rust-docs'
332024-10-18T03:09:33.209Zinfo: downloading component 'rust-std'
342024-10-18T03:09:35.019Zinfo: downloading component 'rustc'
352024-10-18T03:09:40.814Zinfo: downloading component 'rustfmt'
362024-10-18T03:09:41.023Zinfo: installing component 'cargo'
372024-10-18T03:09:41.855Zinfo: installing component 'clippy'
382024-10-18T03:09:42.243Zinfo: installing component 'rust-docs'
392024-10-18T03:09:43.932Zinfo: installing component 'rust-std'
402024-10-18T03:09:45.791Zinfo: installing component 'rustc'
412024-10-18T03:09:51.796Zinfo: installing component 'rustfmt'
422024-10-18T03:09:52.124Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
432024-10-18T03:09:52.124Z
442024-10-18T03:09:52.501Z stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-10-18T03:09:52.501Z
462024-10-18T03:09:52.501Z
472024-10-18T03:09:52.501ZRust is installed now. Great!
482024-10-18T03:09:52.501Z
492024-10-18T03:09:52.501ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T03:09:52.504Zenvironment variable. This has not been done automatically.
512024-10-18T03:09:52.504Z
522024-10-18T03:09:52.505ZTo configure your current shell, you need to source
532024-10-18T03:09:52.505Zthe corresponding env file under $HOME/.cargo.
542024-10-18T03:09:52.505Z
552024-10-18T03:09:52.505ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T03:09:52.505Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T03:09:52.505Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T03:09:52.573Z+ rustc --version
592024-10-18T03:09:52.638Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-10-18T03:09:52.641Zprocess exited: duration 22888 ms, exit code 0
 
612024-10-18T03:09:52.646Zstarting task 2: "authentication"
622024-10-18T03:09:52.666Zprocess exited: duration 19 ms, exit code 0
 
632024-10-18T03:09:52.671Zstarting task 3: "clone repository"
642024-10-18T03:09:52.676Z+ mkdir -p /work/oxidecomputer/maghemite
652024-10-18T03:09:52.678Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
662024-10-18T03:09:52.713ZCloning into '/work/oxidecomputer/maghemite'...
672024-10-18T03:09:53.575Z+ cd /work/oxidecomputer/maghemite
682024-10-18T03:09:53.575Z+ git fetch origin dc001875d1df1c0efa9aaffb5e0e49dc419592a5
692024-10-18T03:09:53.810ZFrom https://github.com/oxidecomputer/maghemite
702024-10-18T03:09:53.810Z * branch dc001875d1df1c0efa9aaffb5e0e49dc419592a5 -> FETCH_HEAD
712024-10-18T03:09:53.825Z+ [[ -n renovate/libc-0.x-lockfile ]]
722024-10-18T03:09:53.825Z++ git branch --show-current
732024-10-18T03:09:53.825Z+ current=main
742024-10-18T03:09:53.825Z+ [[ main != renovate/libc-0.x-lockfile ]]
752024-10-18T03:09:53.825Z+ git branch -f renovate/libc-0.x-lockfile dc001875d1df1c0efa9aaffb5e0e49dc419592a5
762024-10-18T03:09:53.832Z+ git checkout -f renovate/libc-0.x-lockfile
772024-10-18T03:09:53.842ZSwitched to branch 'renovate/libc-0.x-lockfile'
782024-10-18T03:09:53.846Z+ git reset --hard dc001875d1df1c0efa9aaffb5e0e49dc419592a5
792024-10-18T03:09:53.854ZHEAD is now at dc00187 Update Rust crate libc to v0.2.161
802024-10-18T03:09:53.863Zprocess exited: duration 1179 ms, exit code 0
 
812024-10-18T03:09:53.868Zstarting task 4: "build"
822024-10-18T03:09:53.873Z++ cargo --version
832024-10-18T03:09:53.878Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-18T03:09:54.021Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-18T03:09:54.021Zinfo: downloading component 'cargo'
862024-10-18T03:09:54.724Zinfo: downloading component 'clippy'
872024-10-18T03:09:54.983Zinfo: downloading component 'rust-docs'
882024-10-18T03:09:55.962Zinfo: downloading component 'rust-std'
892024-10-18T03:09:57.486Zinfo: downloading component 'rustc'
902024-10-18T03:10:02.924Zinfo: downloading component 'rustfmt'
912024-10-18T03:10:03.132Zinfo: installing component 'cargo'
922024-10-18T03:10:03.970Zinfo: installing component 'clippy'
932024-10-18T03:10:04.346Zinfo: installing component 'rust-docs'
942024-10-18T03:10:05.962Zinfo: installing component 'rust-std'
952024-10-18T03:10:07.727Zinfo: installing component 'rustc'
962024-10-18T03:10:13.402Zinfo: installing component 'rustfmt'
972024-10-18T03:10:13.817Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-18T03:10:13.820Z++ rustc --version
992024-10-18T03:10:13.886Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-18T03:10:13.889Z++ dladm
1012024-10-18T03:10:13.893ZLINK CLASS MTU STATE BRIDGE OVER
1022024-10-18T03:10:13.893Zena0 phys 9216 up -- --
1032024-10-18T03:10:13.896Z++ ipadm
1042024-10-18T03:10:13.899ZADDROBJ TYPE STATE ADDR
1052024-10-18T03:10:13.899Zlo0/v4 static ok 127.0.0.1/8
1062024-10-18T03:10:13.899Zena0/dhcp dhcp ok 10.150.1.130/24
1072024-10-18T03:10:13.899Zlo0/v6 static ok ::1/128
1082024-10-18T03:10:13.899Z++ banner collect
1092024-10-18T03:10:13.902Z
1102024-10-18T03:10:13.902Z #### #### # # ###### #### #####
1112024-10-18T03:10:13.902Z # # # # # # # # # #
1122024-10-18T03:10:13.902Z # # # # # ##### # #
1132024-10-18T03:10:13.902Z # # # # # # # #
1142024-10-18T03:10:13.902Z # # # # # # # # # #
1152024-10-18T03:10:13.902Z #### #### ###### ###### ###### #### #
1162024-10-18T03:10:13.902Z
1172024-10-18T03:10:13.902Z++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu
1182024-10-18T03:10:13.902Z++ repo=softnpu
1192024-10-18T03:10:13.903Z++ series=image
1202024-10-18T03:10:13.903Z++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756
1212024-10-18T03:10:13.903Z++ name=softnpu
1222024-10-18T03:10:13.903Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1232024-10-18T03:10:13.903Z++ mkdir -p download
1242024-10-18T03:10:13.903Z++ pushd download
1252024-10-18T03:10:13.903Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1262024-10-18T03:10:13.903Z++ [[ ! -f softnpu ]]
1272024-10-18T03:10:13.903Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu
1282024-10-18T03:10:13.910Z % Total % Received % Xferd Average Speed Time Time Time Current
1292024-10-18T03:10:13.910Z Dload Upload Total Spent Left Speed
1302024-10-18T03:10:14.661Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 21.8M 9 2123k 0 0 9619k 0 0:00:02 --:--:-- 0:00:02 9609k 100 21.8M 100 21.8M 0 0 29.0M 0 --:--:-- --:--:-- --:--:-- 29.0M
1312024-10-18T03:10:14.664Z++ popd
1322024-10-18T03:10:14.664Z/work/oxidecomputer/maghemite
1332024-10-18T03:10:14.664Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so
1342024-10-18T03:10:14.664Z++ repo=sidecar-lite
1352024-10-18T03:10:14.664Z++ series=release
1362024-10-18T03:10:14.664Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1372024-10-18T03:10:14.664Z++ name=libsidecar_lite.so
1382024-10-18T03:10:14.664Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1392024-10-18T03:10:14.664Z++ mkdir -p download
1402024-10-18T03:10:14.667Z++ pushd download
1412024-10-18T03:10:14.667Z++ [[ ! -f libsidecar_lite.so ]]
1422024-10-18T03:10:14.667Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432024-10-18T03:10:14.667Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so
1442024-10-18T03:10:14.673Z % Total % Received % Xferd Average Speed Time Time Time Current
1452024-10-18T03:10:14.677Z Dload Upload Total Spent Left Speed
1462024-10-18T03:10:15.061Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20.3M 100 20.3M 0 0 52.3M 0 --:--:-- --:--:-- --:--:-- 52.4M
1472024-10-18T03:10:15.064Z++ popd
1482024-10-18T03:10:15.067Z/work/oxidecomputer/maghemite
1492024-10-18T03:10:15.067Z++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm
1502024-10-18T03:10:15.068Z++ repo=sidecar-lite
1512024-10-18T03:10:15.068Z++ series=release
1522024-10-18T03:10:15.068Z++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65
1532024-10-18T03:10:15.068Z++ name=scadm
1542024-10-18T03:10:15.068Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1552024-10-18T03:10:15.068Z++ mkdir -p download
1562024-10-18T03:10:15.068Z++ pushd download
1572024-10-18T03:10:15.068Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1582024-10-18T03:10:15.068Z++ [[ ! -f scadm ]]
1592024-10-18T03:10:15.068Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm
1602024-10-18T03:10:15.074Z % Total % Received % Xferd Average Speed Time Time Time Current
1612024-10-18T03:10:15.077Z Dload Upload Total Spent Left Speed
1622024-10-18T03:10:15.427Z 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 64.7M 0 --:--:-- --:--:-- --:--:-- 64.5M
1632024-10-18T03:10:15.429Z++ popd
1642024-10-18T03:10:15.429Z/work/oxidecomputer/maghemite
1652024-10-18T03:10:15.429Z++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz
1662024-10-18T03:10:15.429Z++ repo=dendrite
1672024-10-18T03:10:15.429Z++ series=image
1682024-10-18T03:10:15.429Z++ commit=350fb25d724578dd2b127499edcd57981d4bbff2
1692024-10-18T03:10:15.429Z++ name=dendrite-softnpu.tar.gz
1702024-10-18T03:10:15.429Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1712024-10-18T03:10:15.429Z++ mkdir -p download
1722024-10-18T03:10:15.433Z++ pushd download
1732024-10-18T03:10:15.433Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742024-10-18T03:10:15.433Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752024-10-18T03:10:15.433Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz
1762024-10-18T03:10:15.438Z % Total % Received % Xferd Average Speed Time Time Time Current
1772024-10-18T03:10:15.441Z Dload Upload Total Spent Left Speed
1782024-10-18T03:10:15.969Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37.5M 100 37.5M 0 0 70.9M 0 --:--:-- --:--:-- --:--:-- 71.0M
1792024-10-18T03:10:15.971Z++ popd
1802024-10-18T03:10:15.971Z/work/oxidecomputer/maghemite
1812024-10-18T03:10:15.971Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd
1822024-10-18T03:10:15.971Z++ repo=maghemite
1832024-10-18T03:10:15.971Z++ series=release
1842024-10-18T03:10:15.971Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
1852024-10-18T03:10:15.971Z++ name=ddmd
1862024-10-18T03:10:15.971Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1872024-10-18T03:10:15.971Z++ mkdir -p download
1882024-10-18T03:10:15.974Z++ pushd download
1892024-10-18T03:10:15.974Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1902024-10-18T03:10:15.974Z++ [[ ! -f ddmd ]]
1912024-10-18T03:10:15.974Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd
1922024-10-18T03:10:15.979Z % Total % Received % Xferd Average Speed Time Time Time Current
1932024-10-18T03:10:15.979Z Dload Upload Total Spent Left Speed
1942024-10-18T03:10:16.637Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40.9M 100 40.9M 0 0 62.2M 0 --:--:-- --:--:-- --:--:-- 62.2M
1952024-10-18T03:10:16.639Z++ popd
1962024-10-18T03:10:16.639Z/work/oxidecomputer/maghemite
1972024-10-18T03:10:16.639Z++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm
1982024-10-18T03:10:16.639Z++ repo=maghemite
1992024-10-18T03:10:16.640Z++ series=release
2002024-10-18T03:10:16.640Z++ commit=2bfd39000c878c45675651a7588c015c486e7f43
2012024-10-18T03:10:16.640Z++ name=ddmadm
2022024-10-18T03:10:16.640Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2032024-10-18T03:10:16.640Z++ mkdir -p download
2042024-10-18T03:10:16.642Z++ pushd download
2052024-10-18T03:10:16.642Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2062024-10-18T03:10:16.642Z++ [[ ! -f ddmadm ]]
2072024-10-18T03:10:16.643Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm
2082024-10-18T03:10:16.648Z % Total % Received % Xferd Average Speed Time Time Time Current
2092024-10-18T03:10:16.650Z Dload Upload Total Spent Left Speed
2102024-10-18T03:10:17.079Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18.0M 100 18.0M 0 0 41.9M 0 --:--:-- --:--:-- --:--:-- 41.9M
2112024-10-18T03:10:17.083Z++ popd
2122024-10-18T03:10:17.083Z/work/oxidecomputer/maghemite
2132024-10-18T03:10:17.083Z++ pushd download
2142024-10-18T03:10:17.083Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2152024-10-18T03:10:17.083Z++ chmod +x softnpu
2162024-10-18T03:10:17.083Z++ chmod +x scadm
2172024-10-18T03:10:17.087Z++ chmod +x ddmadm
2182024-10-18T03:10:17.087Z++ chmod +x ddmd
2192024-10-18T03:10:17.090Z++ mv ddmadm ddmadm-v2
2202024-10-18T03:10:17.091Z++ mv ddmd ddmd-v2
2212024-10-18T03:10:17.094Z++ rm -rf zones/dendrite
2222024-10-18T03:10:17.094Z++ mkdir -p zones/dendrite
2232024-10-18T03:10:17.095Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2242024-10-18T03:10:17.842Z++ popd
2252024-10-18T03:10:17.842Z++ banner install
2262024-10-18T03:10:17.842Z/work/oxidecomputer/maghemite
2272024-10-18T03:10:17.844Z
2282024-10-18T03:10:17.844Z # # # #### ##### ## # #
2292024-10-18T03:10:17.844Z # ## # # # # # # #
2302024-10-18T03:10:17.844Z # # # # #### # # # # #
2312024-10-18T03:10:17.844Z # # # # # # ###### # #
2322024-10-18T03:10:17.844Z # # ## # # # # # # #
2332024-10-18T03:10:17.844Z # # # #### # # # ###### ######
2342024-10-18T03:10:17.844Z
2352024-10-18T03:10:17.847Z++ pkg info brand/sparse
2362024-10-18T03:10:17.847Z++ grep -qi installed
2372024-10-18T03:10:19.273Zpkg: info: no packages matching the following patterns you specified are
2382024-10-18T03:10:19.274Zinstalled on the system. Try querying remotely instead:
2392024-10-18T03:10:19.274Z
2402024-10-18T03:10:19.274Z brand/sparse
2412024-10-18T03:10:19.317Z++ [[ 1 != 0 ]]
2422024-10-18T03:10:19.317Z++ set -o errexit
2432024-10-18T03:10:19.317Z++ pfexec pkg install brand/sparse
2442024-10-18T03:10:26.776Z Startup: Refreshing catalog 'helios-dev' ... Done
2452024-10-18T03:10:29.790Z Startup: Caching catalogs ... Done
2462024-10-18T03:10:35.562ZPlanning: Solver setup ... Done
2472024-10-18T03:10:35.638ZPlanning: Running solver ... Done
2482024-10-18T03:10:35.711ZPlanning: Finding local manifests ... Done
2492024-10-18T03:10:35.724ZPlanning: Fetching manifests: 0/3 0% complete
2502024-10-18T03:10:35.810ZPlanning: Fetching manifests: 3/3 100% complete
2512024-10-18T03:10:35.880ZPlanning: Package planning ... Done
2522024-10-18T03:10:35.885ZPlanning: Merging actions ... Done
2532024-10-18T03:10:36.078ZPlanning: Checking for conflicting actions ... Done
2542024-10-18T03:10:37.871ZPlanning: Consolidating action changes ... Done
2552024-10-18T03:10:38.247ZPlanning: Evaluating mediators ... Done
2562024-10-18T03:10:38.312ZPlanning: Planning completed in 8.44 seconds
2572024-10-18T03:10:38.327Z Packages to install: 1
2582024-10-18T03:10:38.327Z Packages to update: 2
2592024-10-18T03:10:38.327Z Create boot environment: No
2602024-10-18T03:10:38.329ZCreate backup boot environment: Yes
2612024-10-18T03:10:38.394Z
2622024-10-18T03:10:38.394ZDownload: 0/1009 items 0.0/8.0MB 0% complete
2632024-10-18T03:10:41.564ZDownload: Completed 8.03 MB in 3.17 seconds (2.5M/s)
2642024-10-18T03:10:43.603Z Actions: 1/1419 actions (Removing old actions)
2652024-10-18T03:10:43.623Z Actions: 199/1419 actions (Installing new actions)
2662024-10-18T03:10:43.733Z Actions: 579/1419 actions (Updating modified actions)
2672024-10-18T03:10:44.038Z Actions: Completed 1419 actions in 0.43 seconds.
2682024-10-18T03:10:44.357Z Done
2692024-10-18T03:10:44.360Z Done
2702024-10-18T03:10:44.784Z Done
2712024-10-18T03:10:48.791Z Done
2722024-10-18T03:10:48.872Z Done
2732024-10-18T03:10:48.875Z Done
2742024-10-18T03:10:48.958Z Done
2752024-10-18T03:10:49.289Z++ set -o errexit
2762024-10-18T03:10:49.289Z++ set -o pipefail
2772024-10-18T03:10:49.290Z++ banner build
2782024-10-18T03:10:49.292Z
2792024-10-18T03:10:49.292Z ##### # # # # #####
2802024-10-18T03:10:49.292Z # # # # # # # #
2812024-10-18T03:10:49.292Z ##### # # # # # #
2822024-10-18T03:10:49.292Z # # # # # # # #
2832024-10-18T03:10:49.292Z # # # # # # # #
2842024-10-18T03:10:49.292Z ##### #### # ###### #####
2852024-10-18T03:10:49.292Z
2862024-10-18T03:10:49.292Z++ cargo build --release --bin ddmd --bin ddmadm
2872024-10-18T03:10:49.468Z Updating git repository `https://www.github.com/oxidecomputer/oxnet`
2882024-10-18T03:10:49.706Zwarning: redirecting to https://github.com/oxidecomputer/oxnet.git/
2892024-10-18T03:10:49.927ZFrom https://www.github.com/oxidecomputer/oxnet
2902024-10-18T03:10:49.927Z * [new branch] ci -> origin/ci
2912024-10-18T03:10:49.930Z * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1
2922024-10-18T03:10:49.930Z * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210
2932024-10-18T03:10:49.930Z * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128
2942024-10-18T03:10:49.930Z * [new branch] main -> origin/main
2952024-10-18T03:10:49.930Z * [new ref] -> origin/HEAD
2962024-10-18T03:10:49.940Z Updating crates.io index
2972024-10-18T03:10:49.973Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982024-10-18T03:10:50.708ZFrom https://github.com/oxidecomputer/falcon
2992024-10-18T03:10:50.708Z * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c
3002024-10-18T03:10:50.811Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012024-10-18T03:10:51.966ZFrom https://github.com/oxidecomputer/dendrite
3022024-10-18T03:10:51.966Z * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0
3032024-10-18T03:10:52.018Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042024-10-18T03:10:52.447ZFrom https://github.com/oxidecomputer/ispf
3052024-10-18T03:10:52.447Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
3062024-10-18T03:10:52.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072024-10-18T03:10:52.874ZFrom https://github.com/oxidecomputer/netadm-sys
3082024-10-18T03:10:52.874Z * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba
3092024-10-18T03:10:52.887Z Updating git repository `https://github.com/oxidecomputer/omicron`
3102024-10-18T03:10:56.685ZFrom https://github.com/oxidecomputer/omicron
3112024-10-18T03:10:56.685Z * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30
3122024-10-18T03:10:56.714Z * [new tag] dogfood -> dogfood
3132024-10-18T03:10:56.716Z * [new tag] v5 -> v5
3142024-10-18T03:10:56.716Z * [new tag] v6 -> v6
3152024-10-18T03:10:56.716Z * [new tag] v7 -> v7
3162024-10-18T03:10:56.716Z * [new tag] v8 -> v8
3172024-10-18T03:10:56.716Z * [new tag] v9 -> v9
3182024-10-18T03:10:57.061Z Updating git repository `https://github.com/oxidecomputer/opte`
3192024-10-18T03:10:58.019ZFrom https://github.com/oxidecomputer/opte
3202024-10-18T03:10:58.019Z * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d
3212024-10-18T03:10:58.060Z Updating git repository `https://github.com/illumos/smf-rs`
3222024-10-18T03:10:58.424ZFrom https://github.com/illumos/smf-rs
3232024-10-18T03:10:58.424Z * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48
3242024-10-18T03:10:58.452Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3252024-10-18T03:10:59.185ZFrom https://github.com/oxidecomputer/maghemite
3262024-10-18T03:10:59.185Z * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43
3272024-10-18T03:10:59.201Z * [new tag] rift -> rift
3282024-10-18T03:10:59.204Z * [new tag] srp -> srp
3292024-10-18T03:10:59.204Z * [new tag] tie-spf -> tie-spf
3302024-10-18T03:10:59.255Z Updating git repository `https://github.com/oxidecomputer/zone`
3312024-10-18T03:10:59.649ZFrom https://github.com/oxidecomputer/zone
3322024-10-18T03:10:59.649Z * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70
3332024-10-18T03:10:59.676Z Updating git repository `https://github.com/oxidecomputer/propolis`
3342024-10-18T03:11:00.357ZFrom https://github.com/oxidecomputer/propolis
3352024-10-18T03:11:00.357Z * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831
3362024-10-18T03:11:00.460Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3372024-10-18T03:11:00.881ZFrom https://github.com/oxidecomputer/dlpi-sys
3382024-10-18T03:11:00.881Z * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2
3392024-10-18T03:11:00.907Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3402024-10-18T03:11:01.305ZFrom https://github.com/jmesmon/rust-libzfs
3412024-10-18T03:11:01.305Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
3422024-10-18T03:11:01.319Z * [new tag] v0.4.0 -> v0.4.0
3432024-10-18T03:11:01.350Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442024-10-18T03:11:01.741ZFrom https://github.com/oxidecomputer/rusty-doors
3452024-10-18T03:11:01.741Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
3462024-10-18T03:11:01.752Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3472024-10-18T03:11:02.339ZFrom https://github.com/oxidecomputer/maghemite
3482024-10-18T03:11:02.339Z * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52
3492024-10-18T03:11:02.399Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3502024-10-18T03:11:02.760ZFrom https://github.com/oxidecomputer/serde_human_bytes
3512024-10-18T03:11:02.760Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
3522024-10-18T03:11:02.776Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3532024-10-18T03:11:03.186ZFrom https://github.com/oxidecomputer/slog-error-chain
3542024-10-18T03:11:03.186Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
3552024-10-18T03:11:03.261Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3562024-10-18T03:11:03.554ZFrom https://github.com/oxidecomputer/poptrie
3572024-10-18T03:11:03.554Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
3582024-10-18T03:11:03.588Z Updating git repository `https://github.com/illumos/libscf-sys.git`
3592024-10-18T03:11:04.019ZFrom https://github.com/illumos/libscf-sys
3602024-10-18T03:11:04.019Z * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93
3612024-10-18T03:11:04.038Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3622024-10-18T03:11:05.038ZFrom https://github.com/oxidecomputer/progenitor
3632024-10-18T03:11:05.038Z * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840
3642024-10-18T03:11:05.060Z * [new tag] v0.1.1 -> v0.1.1
3652024-10-18T03:11:05.066Z * [new tag] v0.2.0 -> v0.2.0
3662024-10-18T03:11:05.066Z * [new tag] v0.3.0 -> v0.3.0
3672024-10-18T03:11:05.066Z * [new tag] v0.4.0 -> v0.4.0
3682024-10-18T03:11:05.066Z * [new tag] v0.5.0 -> v0.5.0
3692024-10-18T03:11:05.066Z * [new tag] v0.6.0 -> v0.6.0
3702024-10-18T03:11:05.066Z * [new tag] v0.7.0 -> v0.7.0
3712024-10-18T03:11:05.170Z Updating git repository `https://github.com/oxidecomputer/typify`
3722024-10-18T03:11:07.459ZFrom https://github.com/oxidecomputer/typify
3732024-10-18T03:11:07.459Z * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c
3742024-10-18T03:11:07.461Z * [new tag] v0.2.0 -> v0.2.0
3752024-10-18T03:11:07.478Z * [new tag] v0.0.10 -> v0.0.10
3762024-10-18T03:11:07.483Z * [new tag] v0.0.11 -> v0.0.11
3772024-10-18T03:11:07.483Z * [new tag] v0.0.12 -> v0.0.12
3782024-10-18T03:11:07.483Z * [new tag] v0.0.13 -> v0.0.13
3792024-10-18T03:11:07.483Z * [new tag] v0.0.14 -> v0.0.14
3802024-10-18T03:11:07.483Z * [new tag] v0.0.15 -> v0.0.15
3812024-10-18T03:11:07.483Z * [new tag] v0.0.16 -> v0.0.16
3822024-10-18T03:11:07.483Z * [new tag] v0.0.4 -> v0.0.4
3832024-10-18T03:11:07.483Z * [new tag] v0.0.5 -> v0.0.5
3842024-10-18T03:11:07.483Z * [new tag] v0.0.7 -> v0.0.7
3852024-10-18T03:11:07.483Z * [new tag] v0.0.8 -> v0.0.8
3862024-10-18T03:11:07.483Z * [new tag] v0.0.9 -> v0.0.9
3872024-10-18T03:11:07.483Z * [new tag] v0.1.0 -> v0.1.0
3882024-10-18T03:11:07.722Z Updating git repository `https://github.com/oxidecomputer/crucible`
3892024-10-18T03:11:09.450ZFrom https://github.com/oxidecomputer/crucible
3902024-10-18T03:11:09.450Z * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7
3912024-10-18T03:11:09.515Z Updating git repository `https://github.com/oxidecomputer/opte`
3922024-10-18T03:11:09.928ZFrom https://github.com/oxidecomputer/opte
3932024-10-18T03:11:09.928Z * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653
3942024-10-18T03:11:09.972Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3952024-10-18T03:11:10.605ZFrom https://github.com/oxidecomputer/management-gateway-service
3962024-10-18T03:11:10.605Z * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0
3972024-10-18T03:11:11.319Z Downloading crates ...
3982024-10-18T03:11:11.410Z Downloaded atomicwrites v0.4.4
3992024-10-18T03:11:11.420Z Downloaded equivalent v1.0.1
4002024-10-18T03:11:11.425Z Downloaded const-random-macro v0.1.16
4012024-10-18T03:11:11.429Z Downloaded crunchy v0.2.2
4022024-10-18T03:11:11.429Z Downloaded pretty-hex v0.4.1
4032024-10-18T03:11:11.431Z Downloaded colorchoice v1.0.2
4042024-10-18T03:11:11.434Z Downloaded dirs-next v2.0.0
4052024-10-18T03:11:11.434Z Downloaded clap_lex v0.7.2
4062024-10-18T03:11:11.437Z Downloaded cfg-if v1.0.0
4072024-10-18T03:11:11.437Z Downloaded async-stream v0.3.5
4082024-10-18T03:11:11.441Z Downloaded cstr-argument v0.1.2
4092024-10-18T03:11:11.441Z Downloaded anstyle-query v1.1.1
4102024-10-18T03:11:11.444Z Downloaded progenitor-macro v0.8.0
4112024-10-18T03:11:11.444Z Downloaded progenitor-client v0.8.0
4122024-10-18T03:11:11.444Z Downloaded futures-core v0.3.30
4132024-10-18T03:11:11.447Z Downloaded quinn-udp v0.5.5
4142024-10-18T03:11:11.450Z Downloaded proc-macro-error v1.0.4
4152024-10-18T03:11:11.453Z Downloaded futures-sink v0.3.30
4162024-10-18T03:11:11.453Z Downloaded pin-project-lite v0.2.14
4172024-10-18T03:11:11.458Z Downloaded futures-executor v0.3.30
4182024-10-18T03:11:11.462Z Downloaded fnv v1.0.7
4192024-10-18T03:11:11.462Z Downloaded embedded-io v0.4.0
4202024-10-18T03:11:11.466Z Downloaded ciborium v0.2.2
4212024-10-18T03:11:11.470Z Downloaded serde-big-array v0.5.1
4222024-10-18T03:11:11.470Z Downloaded backoff v0.4.0
4232024-10-18T03:11:11.473Z Downloaded foreign-types-macros v0.2.3
4242024-10-18T03:11:11.473Z Downloaded crc32fast v1.4.2
4252024-10-18T03:11:11.475Z Downloaded ppv-lite86 v0.2.20
4262024-10-18T03:11:11.478Z Downloaded foreign-types-shared v0.3.1
4272024-10-18T03:11:11.478Z Downloaded cancel-safe-futures v0.1.5
4282024-10-18T03:11:11.481Z Downloaded cookie v0.18.1
4292024-10-18T03:11:11.483Z Downloaded pretty-hex v0.2.1
4302024-10-18T03:11:11.486Z Downloaded parse-display-derive v0.10.0
4312024-10-18T03:11:11.486Z Downloaded instant v0.1.13
4322024-10-18T03:11:11.488Z Downloaded crossbeam-utils v0.8.20
4332024-10-18T03:11:11.491Z Downloaded serde_urlencoded v0.7.1
4342024-10-18T03:11:11.493Z Downloaded allocator-api2 v0.2.18
4352024-10-18T03:11:11.496Z Downloaded block-buffer v0.10.4
4362024-10-18T03:11:11.499Z Downloaded shlex v1.3.0
4372024-10-18T03:11:11.502Z Downloaded sha1 v0.10.6
4382024-10-18T03:11:11.504Z Downloaded scroll v0.12.0
4392024-10-18T03:11:11.504Z Downloaded schemars_derive v0.8.21
4402024-10-18T03:11:11.507Z Downloaded futures v0.3.30
4412024-10-18T03:11:11.513Z Downloaded openssl-probe v0.1.5
4422024-10-18T03:11:11.515Z Downloaded slog-scope v4.4.0
4432024-10-18T03:11:11.518Z Downloaded proc-macro-crate v3.2.0
4442024-10-18T03:11:11.518Z Downloaded paste v1.0.15
4452024-10-18T03:11:11.522Z Downloaded foreign-types-shared v0.1.1
4462024-10-18T03:11:11.526Z Downloaded crucible-workspace-hack v0.1.0
4472024-10-18T03:11:11.526Z Downloaded foreign-types v0.3.2
4482024-10-18T03:11:11.526Z Downloaded time-core v0.1.2
4492024-10-18T03:11:11.530Z Downloaded ipnetwork v0.20.0
4502024-10-18T03:11:11.530Z Downloaded serde_with_macros v3.9.0
4512024-10-18T03:11:11.533Z Downloaded anstyle-parse v0.2.5
4522024-10-18T03:11:11.533Z Downloaded plain v0.2.3
4532024-10-18T03:11:11.536Z Downloaded pin-utils v0.1.0
4542024-10-18T03:11:11.536Z Downloaded float-ord v0.3.2
4552024-10-18T03:11:11.539Z Downloaded rustls-pemfile v2.1.3
4562024-10-18T03:11:11.539Z Downloaded parking_lot_core v0.9.10
4572024-10-18T03:11:11.541Z Downloaded serde_derive_internals v0.29.1
4582024-10-18T03:11:11.545Z Downloaded semver v1.0.23
4592024-10-18T03:11:11.549Z Downloaded sct v0.7.1
4602024-10-18T03:11:11.558Z Downloaded strum v0.26.3
4612024-10-18T03:11:11.558Z Downloaded sigpipe v0.1.3
4622024-10-18T03:11:11.558Z Downloaded scroll_derive v0.12.0
4632024-10-18T03:11:11.562Z Downloaded rustc_version v0.4.1
4642024-10-18T03:11:11.562Z Downloaded cobs v0.2.3
4652024-10-18T03:11:11.562Z Downloaded base64 v0.22.1
4662024-10-18T03:11:11.562Z Downloaded proc-macro-error-attr v1.0.4
4672024-10-18T03:11:11.565Z Downloaded ident_case v1.0.1
4682024-10-18T03:11:11.565Z Downloaded powerfmt v0.2.0
4692024-10-18T03:11:11.565Z Downloaded digest v0.10.7
4702024-10-18T03:11:11.569Z Downloaded progenitor v0.8.0
4712024-10-18T03:11:11.573Z Downloaded fxhash v0.2.1
4722024-10-18T03:11:11.573Z Downloaded futures-io v0.3.30
4732024-10-18T03:11:11.573Z Downloaded form_urlencoded v1.2.1
4742024-10-18T03:11:11.573Z Downloaded foreign-types v0.5.0
4752024-10-18T03:11:11.581Z Downloaded errno v0.3.9
4762024-10-18T03:11:11.581Z Downloaded resolv-conf v0.7.0
4772024-10-18T03:11:11.589Z Downloaded cpufeatures v0.2.14
4782024-10-18T03:11:11.589Z Downloaded camino-tempfile v1.1.1
4792024-10-18T03:11:11.589Z Downloaded base64ct v1.6.0
4802024-10-18T03:11:11.592Z Downloaded usdt-macro v0.5.0
4812024-10-18T03:11:11.592Z Downloaded proc-macro2 v1.0.86
4822024-10-18T03:11:11.592Z Downloaded embedded-io v0.6.1
4832024-10-18T03:11:11.592Z Downloaded dtrace-parser v0.2.0
4842024-10-18T03:11:11.592Z Downloaded defmt-parser v0.3.4
4852024-10-18T03:11:11.595Z Downloaded newline-converter v0.3.0
4862024-10-18T03:11:11.595Z Downloaded utf8parse v0.2.2
4872024-10-18T03:11:11.595Z Downloaded tokio-native-tls v0.3.1
4882024-10-18T03:11:11.597Z Downloaded fastrand v2.1.1
4892024-10-18T03:11:11.600Z Downloaded enum-as-inner v0.6.1
4902024-10-18T03:11:11.602Z Downloaded serde_repr v0.1.19
4912024-10-18T03:11:11.605Z Downloaded semver v0.1.20
4922024-10-18T03:11:11.605Z Downloaded argon2 v0.5.3
4932024-10-18T03:11:11.608Z Downloaded newtype_derive v0.1.6
4942024-10-18T03:11:11.608Z Downloaded scopeguard v1.2.0
4952024-10-18T03:11:11.610Z Downloaded slog-json v2.6.1
4962024-10-18T03:11:11.618Z Downloaded slog-async v2.8.0
4972024-10-18T03:11:11.621Z Downloaded hubpack v0.1.2
4982024-10-18T03:11:11.621Z Downloaded indexmap v1.9.3
4992024-10-18T03:11:11.621Z Downloaded usdt-attr-macro v0.5.0
5002024-10-18T03:11:11.621Z Downloaded serde_tokenstream v0.2.2
5012024-10-18T03:11:11.625Z Downloaded tokio-macros v2.4.0
5022024-10-18T03:11:11.625Z Downloaded expectorate v1.1.0
5032024-10-18T03:11:11.628Z Downloaded slog-dtrace v0.3.0
5042024-10-18T03:11:11.628Z Downloaded subtle v2.6.1
5052024-10-18T03:11:11.632Z Downloaded want v0.3.1
5062024-10-18T03:11:11.632Z Downloaded num v0.4.3
5072024-10-18T03:11:11.636Z Downloaded signal-hook-registry v1.4.2
5082024-10-18T03:11:11.636Z Downloaded quote v1.0.37
5092024-10-18T03:11:11.639Z Downloaded num_enum_derive v0.5.11
5102024-10-18T03:11:11.639Z Downloaded ipnet v2.10.0
5112024-10-18T03:11:11.641Z Downloaded pkg-config v0.3.31
5122024-10-18T03:11:11.641Z Downloaded sync_wrapper v0.1.2
5132024-10-18T03:11:11.644Z Downloaded sync_wrapper v1.0.1
5142024-10-18T03:11:11.644Z Downloaded take_mut v0.2.2
5152024-10-18T03:11:11.646Z Downloaded zone_cfg_derive v0.3.0
5162024-10-18T03:11:11.646Z Downloaded hostname v0.4.0
5172024-10-18T03:11:11.649Z Downloaded rand_chacha v0.3.1
5182024-10-18T03:11:11.649Z Downloaded httpdate v1.0.3
5192024-10-18T03:11:11.651Z Downloaded untrusted v0.9.0
5202024-10-18T03:11:11.654Z Downloaded typify-macro v0.2.0
5212024-10-18T03:11:11.654Z Downloaded terminal_size v0.3.0
5222024-10-18T03:11:11.656Z Downloaded darling v0.20.10
5232024-10-18T03:11:11.659Z Downloaded is-terminal v0.4.13
5242024-10-18T03:11:11.662Z Downloaded tokio-rustls v0.24.1
5252024-10-18T03:11:11.665Z Downloaded schemars v0.8.21
5262024-10-18T03:11:11.677Z Downloaded slog-stdlog v4.1.1
5272024-10-18T03:11:11.679Z Downloaded thread-id v4.2.2
5282024-10-18T03:11:11.682Z Downloaded num-complex v0.4.6
5292024-10-18T03:11:11.682Z Downloaded sha2 v0.10.8
5302024-10-18T03:11:11.685Z Downloaded derive-where v1.2.7
5312024-10-18T03:11:11.689Z Downloaded tinyvec_macros v0.1.1
5322024-10-18T03:11:11.697Z Downloaded progenitor-impl v0.8.0
5332024-10-18T03:11:11.699Z Downloaded managed v0.8.0
5342024-10-18T03:11:11.699Z Downloaded num-derive v0.3.3
5352024-10-18T03:11:11.699Z Downloaded mime v0.3.17
5362024-10-18T03:11:11.700Z Downloaded hash32 v0.3.1
5372024-10-18T03:11:11.700Z Downloaded parking_lot v0.11.2
5382024-10-18T03:11:11.702Z Downloaded multer v3.1.0
5392024-10-18T03:11:11.705Z Downloaded tabwriter v1.4.0
5402024-10-18T03:11:11.707Z Downloaded itoa v1.0.11
5412024-10-18T03:11:11.710Z Downloaded http-body v1.0.1
5422024-10-18T03:11:11.710Z Downloaded num-conv v0.1.0
5432024-10-18T03:11:11.710Z Downloaded zone v0.3.0
5442024-10-18T03:11:11.712Z Downloaded zeroize v1.8.1
5452024-10-18T03:11:11.715Z Downloaded is_terminal_polyfill v1.70.1
5462024-10-18T03:11:11.715Z Downloaded toml v0.8.19
5472024-10-18T03:11:11.717Z Downloaded lazy_static v1.5.0
5482024-10-18T03:11:11.720Z Downloaded http v1.1.0
5492024-10-18T03:11:11.724Z Downloaded match_cfg v0.1.0
5502024-10-18T03:11:11.726Z Downloaded omicron-workspace-hack v0.1.0
5512024-10-18T03:11:11.726Z Downloaded swrite v0.1.0
5522024-10-18T03:11:11.729Z Downloaded quinn v0.11.5
5532024-10-18T03:11:11.731Z Downloaded try-lock v0.2.5
5542024-10-18T03:11:11.734Z Downloaded hubpack_derive v0.1.1
5552024-10-18T03:11:11.734Z Downloaded newtype-uuid v1.1.0
5562024-10-18T03:11:11.734Z Downloaded linked-hash-map v0.5.6
5572024-10-18T03:11:11.736Z Downloaded cc v1.1.21
5582024-10-18T03:11:11.739Z Downloaded num_threads v0.1.7
5592024-10-18T03:11:11.741Z Downloaded http-body v0.4.6
5602024-10-18T03:11:11.741Z Downloaded humantime v2.1.0
5612024-10-18T03:11:11.744Z Downloaded hyper-tls v0.5.0
5622024-10-18T03:11:11.746Z Downloaded once_cell v1.19.0
5632024-10-18T03:11:11.756Z Downloaded tower-service v0.3.3
5642024-10-18T03:11:11.756Z Downloaded prettyplease v0.2.22
5652024-10-18T03:11:11.758Z Downloaded native-tls v0.2.12
5662024-10-18T03:11:11.759Z Downloaded libsw v3.3.1
5672024-10-18T03:11:11.759Z Downloaded hostname v0.3.1
5682024-10-18T03:11:11.759Z Downloaded hex v0.4.3
5692024-10-18T03:11:11.761Z Downloaded toml_datetime v0.6.8
5702024-10-18T03:11:11.761Z Downloaded memmap v0.7.0
5712024-10-18T03:11:11.766Z Downloaded postcard v1.0.10
5722024-10-18T03:11:11.769Z Downloaded num_enum v0.5.11
5732024-10-18T03:11:11.771Z Downloaded waitgroup v0.1.2
5742024-10-18T03:11:11.773Z Downloaded rand v0.8.5
5752024-10-18T03:11:11.776Z Downloaded structmeta v0.3.0
5762024-10-18T03:11:11.778Z Downloaded typify v0.2.0
5772024-10-18T03:11:11.781Z Downloaded http-body-util v0.1.2
5782024-10-18T03:11:11.785Z Downloaded iana-time-zone v0.1.61
5792024-10-18T03:11:11.787Z Downloaded uuid v1.10.0
5802024-10-18T03:11:11.789Z Downloaded macaddr v1.0.1
5812024-10-18T03:11:11.792Z Downloaded strsim v0.11.1
5822024-10-18T03:11:11.792Z Downloaded tiny-keccak v2.0.2
5832024-10-18T03:11:11.794Z Downloaded term v0.7.0
5842024-10-18T03:11:11.798Z Downloaded num-traits v0.2.19
5852024-10-18T03:11:11.801Z Downloaded socket2 v0.5.7
5862024-10-18T03:11:11.803Z Downloaded usdt-impl v0.5.0
5872024-10-18T03:11:11.805Z Downloaded static_assertions v1.1.0
5882024-10-18T03:11:11.807Z Downloaded num_enum_derive v0.7.3
5892024-10-18T03:11:11.810Z Downloaded linear-map v1.2.0
5902024-10-18T03:11:11.810Z Downloaded time-macros v0.2.18
5912024-10-18T03:11:11.812Z Downloaded unicode-ident v1.0.13
5922024-10-18T03:11:11.815Z Downloaded thread_local v1.1.8
5932024-10-18T03:11:11.817Z Downloaded usdt v0.5.0
5942024-10-18T03:11:11.817Z Downloaded openssl-sys v0.9.103
5952024-10-18T03:11:11.823Z Downloaded version_check v0.9.5
5962024-10-18T03:11:11.825Z Downloaded hyper-rustls v0.27.3
5972024-10-18T03:11:11.827Z Downloaded num_enum v0.7.3
5982024-10-18T03:11:11.832Z Downloaded lru-cache v0.1.2
5992024-10-18T03:11:11.835Z Downloaded smallvec v1.13.2
6002024-10-18T03:11:11.837Z Downloaded parking_lot_core v0.8.6
6012024-10-18T03:11:11.839Z Downloaded whoami v1.5.2
6022024-10-18T03:11:11.842Z Downloaded lock_api v0.4.12
6032024-10-18T03:11:11.844Z Downloaded nom v7.1.3
6042024-10-18T03:11:11.848Z Downloaded spin v0.9.8
6052024-10-18T03:11:11.851Z Downloaded half v2.4.1
6062024-10-18T03:11:11.854Z Downloaded tokio-util v0.7.12
6072024-10-18T03:11:11.863Z Downloaded hyper-rustls v0.24.2
6082024-10-18T03:11:11.865Z Downloaded tinyvec v1.8.0
6092024-10-18T03:11:11.868Z Downloaded log v0.4.22
6102024-10-18T03:11:11.870Z Downloaded unicode-bidi v0.3.15
6112024-10-18T03:11:11.873Z Downloaded slog-term v2.9.1
6122024-10-18T03:11:11.875Z Downloaded tracing-core v0.1.32
6132024-10-18T03:11:11.879Z Downloaded ucd-trie v0.1.6
6142024-10-18T03:11:11.882Z Downloaded memchr v2.7.4
6152024-10-18T03:11:11.886Z Downloaded smf v0.2.3
6162024-10-18T03:11:11.889Z Downloaded hashbrown v0.12.3
6172024-10-18T03:11:11.892Z Downloaded tracing-attributes v0.1.27
6182024-10-18T03:11:11.894Z Downloaded unicode-segmentation v1.12.0
6192024-10-18T03:11:11.898Z Downloaded serde v1.0.210
6202024-10-18T03:11:11.902Z Downloaded itertools v0.10.5
6212024-10-18T03:11:11.909Z Downloaded url v2.5.2
6222024-10-18T03:11:11.912Z Downloaded smartstring v1.0.1
6232024-10-18T03:11:11.915Z Downloaded zerocopy v0.6.6
6242024-10-18T03:11:11.917Z Downloaded hashbrown v0.14.5
6252024-10-18T03:11:11.923Z Downloaded hyper-util v0.1.9
6262024-10-18T03:11:11.928Z Downloaded futures-util v0.3.30
6272024-10-18T03:11:11.941Z Downloaded tracing v0.1.40
6282024-10-18T03:11:11.946Z Downloaded steno v0.4.1
6292024-10-18T03:11:11.950Z Downloaded pest v2.7.13
6302024-10-18T03:11:11.956Z Downloaded clap_builder v4.5.18
6312024-10-18T03:11:11.963Z Downloaded typenum v1.17.0
6322024-10-18T03:11:11.966Z Downloaded unsafe-libyaml v0.2.11
6332024-10-18T03:11:11.970Z Downloaded http v0.2.12
6342024-10-18T03:11:11.974Z Downloaded mio v1.0.2
6352024-10-18T03:11:11.980Z Downloaded winnow v0.5.40
6362024-10-18T03:11:11.990Z Downloaded chrono v0.4.38
6372024-10-18T03:11:11.998Z Downloaded libm v0.2.8
6382024-10-18T03:11:12.006Z Downloaded hyper v0.14.30
6392024-10-18T03:11:12.015Z Downloaded toml_edit v0.22.21
6402024-10-18T03:11:12.037Z Downloaded itertools v0.12.1
6412024-10-18T03:11:12.044Z Downloaded openssl v0.10.66
6422024-10-18T03:11:12.054Z Downloaded syn v1.0.109
6432024-10-18T03:11:12.066Z Downloaded unicode-normalization v0.1.24
6442024-10-18T03:11:12.070Z Downloaded vcpkg v0.2.15
6452024-10-18T03:11:12.107Z Downloaded time v0.3.36
6462024-10-18T03:11:12.114Z Downloaded reqwest v0.12.8
6472024-10-18T03:11:12.121Z Downloaded smoltcp v0.11.0
6482024-10-18T03:11:12.134Z Downloaded idna v0.4.0
6492024-10-18T03:11:12.141Z Downloaded openapiv3 v2.0.0
6502024-10-18T03:11:12.154Z Downloaded reqwest v0.11.27
6512024-10-18T03:11:12.160Z Downloaded itertools v0.13.0
6522024-10-18T03:11:12.167Z Downloaded zerocopy v0.7.35
6532024-10-18T03:11:12.181Z Downloaded hyper v1.4.1
6542024-10-18T03:11:12.188Z Downloaded h2 v0.3.26
6552024-10-18T03:11:12.194Z Downloaded winnow v0.6.18
6562024-10-18T03:11:12.203Z Downloaded h2 v0.4.6
6572024-10-18T03:11:12.209Z Downloaded hickory-proto v0.24.1
6582024-10-18T03:11:12.224Z Downloaded rustls v0.21.12
6592024-10-18T03:11:12.234Z Downloaded regex v1.10.6
6602024-10-18T03:11:12.247Z Downloaded rustls-webpki v0.102.8
6612024-10-18T03:11:12.264Z Downloaded webpki-roots v0.26.6
6622024-10-18T03:11:12.268Z Downloaded regress v0.10.1
6632024-10-18T03:11:12.276Z Downloaded rustls v0.22.4
6642024-10-18T03:11:12.289Z Downloaded webpki-roots v0.25.4
6652024-10-18T03:11:12.293Z Downloaded rustls v0.23.13
6662024-10-18T03:11:12.305Z Downloaded regress v0.9.1
6672024-10-18T03:11:12.313Z Downloaded rhai v1.19.0
6682024-10-18T03:11:12.325Z Downloaded rustix v0.38.37
6692024-10-18T03:11:12.346Z Downloaded regex-syntax v0.8.4
6702024-10-18T03:11:12.354Z Downloaded serde_with v3.9.0
6712024-10-18T03:11:12.362Z Downloaded quinn-proto v0.11.8
6722024-10-18T03:11:12.368Z Downloaded dropshot v0.12.0
6732024-10-18T03:11:12.387Z Downloaded syn v2.0.77
6742024-10-18T03:11:12.398Z Downloaded idna v0.5.0
6752024-10-18T03:11:12.405Z Downloaded typify-impl v0.2.0
6762024-10-18T03:11:12.420Z Downloaded sled v0.34.7
6772024-10-18T03:11:12.429Z Downloaded libc v0.2.161
6782024-10-18T03:11:12.456Z Downloaded zerocopy-derive v0.6.6
6792024-10-18T03:11:12.465Z Downloaded tokio v1.40.0
6802024-10-18T03:11:12.502Z Downloaded unicode-width v0.1.14
6812024-10-18T03:11:12.508Z Downloaded serde_json v1.0.128
6822024-10-18T03:11:12.514Z Downloaded rustls-webpki v0.101.7
6832024-10-18T03:11:12.527Z Downloaded toml_edit v0.19.15
6842024-10-18T03:11:12.543Z Downloaded regex-automata v0.4.7
6852024-10-18T03:11:12.558Z Downloaded goblin v0.8.2
6862024-10-18T03:11:12.565Z Downloaded parking_lot v0.12.3
6872024-10-18T03:11:12.568Z Downloaded num-rational v0.4.2
6882024-10-18T03:11:12.568Z Downloaded minimal-lexical v0.2.1
6892024-10-18T03:11:12.572Z Downloaded indexmap v2.5.0
6902024-10-18T03:11:12.575Z Downloaded petgraph v0.6.5
6912024-10-18T03:11:12.592Z Downloaded serde_yaml v0.9.34+deprecated
6922024-10-18T03:11:12.596Z Downloaded tempfile v3.12.0
6932024-10-18T03:11:12.598Z Downloaded getrandom v0.2.15
6942024-10-18T03:11:12.602Z Downloaded zerocopy-derive v0.7.35
6952024-10-18T03:11:12.605Z Downloaded highway v1.2.0
6962024-10-18T03:11:12.607Z Downloaded base64 v0.21.7
6972024-10-18T03:11:12.610Z Downloaded ryu v1.0.18
6982024-10-18T03:11:12.612Z Downloaded thin-vec v0.2.13
6992024-10-18T03:11:12.615Z Downloaded heapless v0.8.0
7002024-10-18T03:11:12.618Z Downloaded slog v2.7.0
7012024-10-18T03:11:12.620Z Downloaded hickory-resolver v0.24.1
7022024-10-18T03:11:12.625Z Downloaded tokio-rustls v0.26.0
7032024-10-18T03:11:12.627Z Downloaded heck v0.5.0
7042024-10-18T03:11:12.631Z Downloaded heck v0.4.1
7052024-10-18T03:11:12.631Z Downloaded serde_derive v1.0.210
7062024-10-18T03:11:12.633Z Downloaded crossbeam-epoch v0.9.18
7072024-10-18T03:11:12.637Z Downloaded clap v4.5.18
7082024-10-18T03:11:12.641Z Downloaded bitflags v2.6.0
7092024-10-18T03:11:12.645Z Downloaded num-iter v0.1.45
7102024-10-18T03:11:12.647Z Downloaded encoding_rs v0.8.34
7112024-10-18T03:11:12.666Z Downloaded num-integer v0.1.46
7122024-10-18T03:11:12.669Z Downloaded num-derive v0.4.2
7132024-10-18T03:11:12.671Z Downloaded thiserror-impl v1.0.64
7142024-10-18T03:11:12.671Z Downloaded thiserror v1.0.64
7152024-10-18T03:11:12.674Z Downloaded stable_deref_trait v1.2.0
7162024-10-18T03:11:12.677Z Downloaded strum_macros v0.26.4
7172024-10-18T03:11:12.679Z Downloaded strum_macros v0.25.3
7182024-10-18T03:11:12.679Z Downloaded rustls-pki-types v1.8.0
7192024-10-18T03:11:12.682Z Downloaded bytes v1.7.2
7202024-10-18T03:11:12.684Z Downloaded generic-array v0.14.7
7212024-10-18T03:11:12.687Z Downloaded futures-task v0.3.30
7222024-10-18T03:11:12.687Z Downloaded tokio-rustls v0.25.0
7232024-10-18T03:11:12.689Z Downloaded owo-colors v4.1.0
7242024-10-18T03:11:12.692Z Downloaded httparse v1.9.4
7252024-10-18T03:11:12.694Z Downloaded rhai_codegen v2.2.0
7262024-10-18T03:11:12.700Z Downloaded slab v0.4.9
7272024-10-18T03:11:12.705Z Downloaded futures-channel v0.3.30
7282024-10-18T03:11:12.705Z Downloaded anstream v0.6.15
7292024-10-18T03:11:12.708Z Downloaded indent_write v2.2.0
7302024-10-18T03:11:12.708Z Downloaded hyper-tls v0.6.0
7312024-10-18T03:11:12.708Z Downloaded dof v0.3.0
7322024-10-18T03:11:12.711Z Downloaded similar v2.6.0
7332024-10-18T03:11:12.715Z Downloaded crossbeam-channel v0.5.13
7342024-10-18T03:11:12.718Z Downloaded clap_derive v4.5.18
7352024-10-18T03:11:12.718Z Downloaded either v1.13.0
7362024-10-18T03:11:12.721Z Downloaded dirs-sys-next v0.1.2
7372024-10-18T03:11:12.725Z Downloaded debug-ignore v1.0.5
7382024-10-18T03:11:12.725Z Downloaded anyhow v1.0.89
7392024-10-18T03:11:12.728Z Downloaded structmeta-derive v0.3.0
7402024-10-18T03:11:12.728Z Downloaded openssl-macros v0.1.1
7412024-10-18T03:11:12.728Z Downloaded rustc-hash v2.0.0
7422024-10-18T03:11:12.730Z Downloaded quick-error v1.2.3
7432024-10-18T03:11:12.730Z Downloaded colored v2.1.0
7442024-10-18T03:11:12.733Z Downloaded pest_generator v2.7.13
7452024-10-18T03:11:12.733Z Downloaded crypto-common v0.1.6
7462024-10-18T03:11:12.735Z Downloaded atomic-waker v1.1.2
7472024-10-18T03:11:12.735Z Downloaded convert_case v0.4.0
7482024-10-18T03:11:12.735Z Downloaded rustversion v1.0.17
7492024-10-18T03:11:12.738Z Downloaded rustc_version v0.1.7
7502024-10-18T03:11:12.738Z Downloaded rand_core v0.6.4
7512024-10-18T03:11:12.740Z Downloaded darling_macro v0.20.10
7522024-10-18T03:11:12.740Z Downloaded parse-display v0.10.0
7532024-10-18T03:11:12.740Z Downloaded crc8 v0.1.1
7542024-10-18T03:11:12.743Z Downloaded autocfg v1.3.0
7552024-10-18T03:11:12.743Z Downloaded slog-envlogger v2.2.0
7562024-10-18T03:11:12.745Z Downloaded slog-bunyan v2.5.0
7572024-10-18T03:11:12.745Z Downloaded dropshot_endpoint v0.12.0
7582024-10-18T03:11:12.748Z Downloaded arc-swap v1.7.1
7592024-10-18T03:11:12.750Z Downloaded serde_spanned v0.6.7
7602024-10-18T03:11:12.752Z Downloaded pest_derive v2.7.13
7612024-10-18T03:11:12.755Z Downloaded password-hash v0.5.0
7622024-10-18T03:11:12.755Z Downloaded const-random v0.1.18
7632024-10-18T03:11:12.758Z Downloaded ciborium-io v0.2.2
7642024-10-18T03:11:12.759Z Downloaded aho-corasick v1.1.3
7652024-10-18T03:11:12.761Z Downloaded rustls-pemfile v1.0.4
7662024-10-18T03:11:12.764Z Downloaded darling_core v0.20.10
7672024-10-18T03:11:12.772Z Downloaded serde_path_to_error v0.1.16
7682024-10-18T03:11:12.777Z Downloaded proc-macro-crate v1.3.1
7692024-10-18T03:11:12.777Z Downloaded async-stream-impl v0.3.5
7702024-10-18T03:11:12.777Z Downloaded ahash v0.8.11
7712024-10-18T03:11:12.777Z Downloaded derive_more v0.99.18
7722024-10-18T03:11:12.780Z Downloaded camino v1.1.9
7732024-10-18T03:11:12.780Z Downloaded console v0.15.8
7742024-10-18T03:11:12.782Z Downloaded blake2 v0.10.6
7752024-10-18T03:11:12.785Z Downloaded async-trait v0.1.83
7762024-10-18T03:11:12.787Z Downloaded dyn-clone v1.0.17
7772024-10-18T03:11:12.787Z Downloaded deranged v0.3.11
7782024-10-18T03:11:12.790Z Downloaded defmt-macros v0.3.9
7792024-10-18T03:11:12.792Z Downloaded data-encoding v2.6.0
7802024-10-18T03:11:12.792Z Downloaded pest_meta v2.7.13
7812024-10-18T03:11:12.795Z Downloaded defmt v0.3.8
7822024-10-18T03:11:12.797Z Downloaded byteorder v1.5.0
7832024-10-18T03:11:12.801Z Downloaded percent-encoding v2.3.1
7842024-10-18T03:11:12.801Z Downloaded futures-macro v0.3.30
7852024-10-18T03:11:12.801Z Downloaded fixedbitset v0.4.2
7862024-10-18T03:11:12.804Z Downloaded bitflags v1.3.2
7872024-10-18T03:11:12.804Z Downloaded ciborium-ll v0.2.2
7882024-10-18T03:11:12.806Z Downloaded anstyle v1.0.8
7892024-10-18T03:11:12.936Z Downloaded ring v0.17.8
7902024-10-18T03:11:13.270Z Compiling proc-macro2 v1.0.86
7912024-10-18T03:11:13.270Z Compiling unicode-ident v1.0.13
7922024-10-18T03:11:13.270Z Compiling libc v0.2.161
7932024-10-18T03:11:13.270Z Compiling serde v1.0.210
7942024-10-18T03:11:13.274Z Compiling version_check v0.9.5
7952024-10-18T03:11:13.274Z Compiling autocfg v1.3.0
7962024-10-18T03:11:13.304Z Compiling cfg-if v1.0.0
7972024-10-18T03:11:13.469Z Compiling once_cell v1.19.0
7982024-10-18T03:11:13.487Z Compiling libm v0.2.8
7992024-10-18T03:11:13.506Z Compiling memchr v2.7.4
8002024-10-18T03:11:14.040Z Compiling byteorder v1.5.0
8012024-10-18T03:11:14.086Z Compiling parking_lot_core v0.9.10
8022024-10-18T03:11:14.189Z Compiling lock_api v0.4.12
8032024-10-18T03:11:14.540Z Compiling shlex v1.3.0
8042024-10-18T03:11:14.548Z Compiling thiserror v1.0.64
8052024-10-18T03:11:14.938Z Compiling cc v1.1.21
8062024-10-18T03:11:14.999Z Compiling itoa v1.0.11
8072024-10-18T03:11:15.223Z Compiling quote v1.0.37
8082024-10-18T03:11:15.311Z Compiling slab v0.4.9
8092024-10-18T03:11:15.611Z Compiling syn v2.0.77
8102024-10-18T03:11:15.701Z Compiling getrandom v0.2.15
8112024-10-18T03:11:15.854Z Compiling schemars v0.8.21
8122024-10-18T03:11:15.892Z Compiling ahash v0.8.11
8132024-10-18T03:11:15.981Z Compiling allocator-api2 v0.2.18
8142024-10-18T03:11:16.035Z Compiling num-traits v0.2.19
8152024-10-18T03:11:16.124Z Compiling ryu v1.0.18
8162024-10-18T03:11:16.326Z Compiling serde_json v1.0.128
8172024-10-18T03:11:16.404Z Compiling pin-project-lite v0.2.14
8182024-10-18T03:11:16.754Z Compiling scopeguard v1.2.0
8192024-10-18T03:11:16.868Z Compiling equivalent v1.0.1
8202024-10-18T03:11:16.903Z Compiling log v0.4.22
8212024-10-18T03:11:17.019Z Compiling heck v0.5.0
8222024-10-18T03:11:17.045Z Compiling fnv v1.0.7
8232024-10-18T03:11:17.242Z Compiling pkg-config v0.3.31
8242024-10-18T03:11:17.425Z Compiling crunchy v0.2.2
8252024-10-18T03:11:17.460Z Compiling vcpkg v0.2.15
8262024-10-18T03:11:17.935Z Compiling mio v1.0.2
8272024-10-18T03:11:17.955Z Compiling ring v0.17.8
8282024-10-18T03:11:18.450Z Compiling socket2 v0.5.7
8292024-10-18T03:11:18.917Z Compiling signal-hook-registry v1.4.2
8302024-10-18T03:11:18.929Z Compiling httparse v1.9.4
8312024-10-18T03:11:19.020Z Compiling slog v2.7.0
8322024-10-18T03:11:19.157Z Compiling openssl-sys v0.9.103
8332024-10-18T03:11:19.541Z Compiling tiny-keccak v2.0.2
8342024-10-18T03:11:19.664Z Compiling iana-time-zone v0.1.61
8352024-10-18T03:11:20.066Z Compiling futures-core v0.3.30
8362024-10-18T03:11:20.237Z Compiling dyn-clone v1.0.17
8372024-10-18T03:11:20.316Z Compiling const-random-macro v0.1.16
8382024-10-18T03:11:20.355Z Compiling futures-sink v0.3.30
8392024-10-18T03:11:20.446Z Compiling openssl v0.10.66
8402024-10-18T03:11:20.733Z Compiling semver v1.0.23
8412024-10-18T03:11:20.884Z Compiling native-tls v0.2.12
8422024-10-18T03:11:21.059Z Compiling const-random v0.1.18
8432024-10-18T03:11:21.077Z Compiling rustls v0.23.13
8442024-10-18T03:11:21.150Z Compiling typenum v1.17.0
8452024-10-18T03:11:21.167Z Compiling futures-channel v0.3.30
8462024-10-18T03:11:21.184Z Compiling futures-io v0.3.30
8472024-10-18T03:11:21.203Z Compiling futures-task v0.3.30
8482024-10-18T03:11:21.255Z Compiling pin-utils v0.1.0
8492024-10-18T03:11:21.357Z Compiling generic-array v0.14.7
8502024-10-18T03:11:21.416Z Compiling tracing-core v0.1.32
8512024-10-18T03:11:21.486Z Compiling bitflags v2.6.0
8522024-10-18T03:11:21.523Z Compiling ucd-trie v0.1.6
8532024-10-18T03:11:21.571Z Compiling subtle v2.6.1
8542024-10-18T03:11:21.615Z Compiling aho-corasick v1.1.3
8552024-10-18T03:11:21.828Z Compiling anyhow v1.0.89
8562024-10-18T03:11:21.858Z Compiling regex-syntax v0.8.4
8572024-10-18T03:11:22.066Z Compiling num-conv v0.1.0
8582024-10-18T03:11:22.084Z Compiling time-core v0.1.2
8592024-10-18T03:11:22.351Z Compiling time-macros v0.2.18
8602024-10-18T03:11:22.729Z Compiling serde_derive_internals v0.29.1
8612024-10-18T03:11:23.634Z Compiling rustls-pki-types v1.8.0
8622024-10-18T03:11:23.674Z Compiling spin v0.9.8
8632024-10-18T03:11:24.953Z Compiling usdt-impl v0.5.0
8642024-10-18T03:11:25.005Z Compiling omicron-workspace-hack v0.1.0
8652024-10-18T03:11:25.285Z Compiling untrusted v0.9.0
8662024-10-18T03:11:25.317Z Compiling regex-automata v0.4.7
8672024-10-18T03:11:25.663Z Compiling tinyvec_macros v0.1.1
8682024-10-18T03:11:25.772Z Compiling rustversion v1.0.17
8692024-10-18T03:11:25.849Z Compiling strsim v0.11.1
8702024-10-18T03:11:26.446Z Compiling plain v0.2.3
8712024-10-18T03:11:26.581Z Compiling atomic-waker v1.1.2
8722024-10-18T03:11:26.672Z Compiling tinyvec v1.8.0
8732024-10-18T03:11:27.686Z Compiling rand_core v0.6.4
8742024-10-18T03:11:27.837Z Compiling serde_derive v1.0.210
8752024-10-18T03:11:28.195Z Compiling zerocopy-derive v0.7.35
8762024-10-18T03:11:28.334Z Compiling thiserror-impl v1.0.64
8772024-10-18T03:11:28.573Z Compiling tokio-macros v2.4.0
8782024-10-18T03:11:28.794Z Compiling schemars_derive v0.8.21
8792024-10-18T03:11:30.184Z Compiling futures-macro v0.3.30
8802024-10-18T03:11:30.348Z Compiling zerocopy v0.7.35
8812024-10-18T03:11:32.054Z Compiling openssl-macros v0.1.1
8822024-10-18T03:11:32.085Z Compiling futures-util v0.3.30
8832024-10-18T03:11:32.265Z Compiling tracing-attributes v0.1.27
8842024-10-18T03:11:32.426Z Compiling hashbrown v0.14.5
8852024-10-18T03:11:32.873Z Compiling scroll_derive v0.12.0
8862024-10-18T03:11:32.893Z Compiling pest v2.7.13
8872024-10-18T03:11:33.744Z Compiling regress v0.10.1
8882024-10-18T03:11:34.414Z Compiling regex v1.10.6
8892024-10-18T03:11:35.082Z Compiling scroll v0.12.0
8902024-10-18T03:11:35.557Z Compiling tracing v0.1.40
8912024-10-18T03:11:35.601Z Compiling pest_meta v2.7.13
8922024-10-18T03:11:36.230Z Compiling goblin v0.8.2
8932024-10-18T03:11:38.356Z Compiling pest_generator v2.7.13
8942024-10-18T03:11:38.891Z Compiling rustls-webpki v0.102.8
8952024-10-18T03:11:39.719Z Compiling percent-encoding v2.3.1
8962024-10-18T03:11:40.143Z Compiling pest_derive v2.7.13
8972024-10-18T03:11:40.212Z Compiling try-lock v0.2.5
8982024-10-18T03:11:40.372Z Compiling pretty-hex v0.4.1
8992024-10-18T03:11:40.582Z Compiling unsafe-libyaml v0.2.11
9002024-10-18T03:11:41.301Z Compiling zeroize v1.8.1
9012024-10-18T03:11:41.649Z Compiling bytes v1.7.2
9022024-10-18T03:11:42.256Z Compiling smallvec v1.13.2
9032024-10-18T03:11:42.986Z Compiling indexmap v2.5.0
9042024-10-18T03:11:43.379Z Compiling uuid v1.10.0
9052024-10-18T03:11:43.517Z Compiling chrono v0.4.38
9062024-10-18T03:11:44.043Z Compiling parking_lot v0.12.3
9072024-10-18T03:11:44.512Z Compiling tokio v1.40.0
9082024-10-18T03:11:44.531Z Compiling serde_tokenstream v0.2.2
9092024-10-18T03:11:44.637Z Compiling http v1.1.0
9102024-10-18T03:11:47.706Z Compiling openapiv3 v2.0.0
9112024-10-18T03:11:48.967Z Compiling http-body v1.0.1
9122024-10-18T03:11:49.241Z Compiling ipnetwork v0.20.0
9132024-10-18T03:11:51.695Z Compiling typify-impl v0.2.0
9142024-10-18T03:11:51.927Z Compiling serde_yaml v0.9.34+deprecated
9152024-10-18T03:11:52.031Z Compiling dof v0.3.0
9162024-10-18T03:11:52.299Z Compiling dtrace-parser v0.2.0
9172024-10-18T03:11:53.431Z Compiling want v0.3.1
9182024-10-18T03:11:53.719Z Compiling form_urlencoded v1.2.1
9192024-10-18T03:11:53.722Z Compiling unicode-normalization v0.1.24
9202024-10-18T03:11:54.213Z Compiling tokio-util v0.7.12
9212024-10-18T03:11:55.179Z Compiling thread-id v4.2.2
9222024-10-18T03:11:55.299Z Compiling h2 v0.4.6
9232024-10-18T03:11:55.334Z Compiling ident_case v1.0.1
9242024-10-18T03:11:55.512Z Compiling foreign-types-shared v0.1.1
9252024-10-18T03:11:55.631Z Compiling camino v1.1.9
9262024-10-18T03:11:55.681Z Compiling rustls v0.22.4
9272024-10-18T03:11:56.013Z Compiling httpdate v1.0.3
9282024-10-18T03:11:56.217Z Compiling unicode-bidi v0.3.15
9292024-10-18T03:11:56.236Z Compiling syn v1.0.109
9302024-10-18T03:11:56.766Z Compiling foreign-types v0.3.2
9312024-10-18T03:11:56.867Z Compiling darling_core v0.20.10
9322024-10-18T03:11:57.411Z Compiling ppv-lite86 v0.2.20
9332024-10-18T03:11:59.073Z Compiling tower-service v0.3.3
9342024-10-18T03:11:59.165Z Compiling slog-async v2.8.0
9352024-10-18T03:11:59.710Z Compiling rand_chacha v0.3.1
9362024-10-18T03:12:00.257Z Compiling idna v0.5.0
9372024-10-18T03:12:01.366Z Compiling hyper v1.4.1
9382024-10-18T03:12:03.020Z Compiling darling_macro v0.20.10
9392024-10-18T03:12:03.595Z Compiling typify-macro v0.2.0
9402024-10-18T03:12:04.093Z Compiling toml_datetime v0.6.8
9412024-10-18T03:12:04.540Z Compiling hyper-util v0.1.9
9422024-10-18T03:12:07.619Z Compiling typify v0.2.0
9432024-10-18T03:12:07.762Z Compiling progenitor-impl v0.8.0
9442024-10-18T03:12:10.365Z Compiling multer v3.1.0
9452024-10-18T03:12:12.081Z Compiling openssl-probe v0.1.5
9462024-10-18T03:12:12.730Z Compiling paste v1.0.15
9472024-10-18T03:12:14.515Z Compiling progenitor-macro v0.8.0
9482024-10-18T03:12:15.628Z Compiling darling v0.20.10
9492024-10-18T03:12:15.747Z Compiling url v2.5.2
9502024-10-18T03:12:15.765Z Compiling rand v0.8.5
9512024-10-18T03:12:18.386Z Compiling usdt-attr-macro v0.5.0
9522024-10-18T03:12:20.094Z Compiling usdt-macro v0.5.0
9532024-10-18T03:12:20.456Z Compiling http-body-util v0.1.2
9542024-10-18T03:12:21.065Z Compiling async-trait v0.1.83
9552024-10-18T03:12:22.455Z Compiling encoding_rs v0.8.34
9562024-10-18T03:12:23.111Z Compiling base64 v0.22.1
9572024-10-18T03:12:23.572Z Compiling ipnet v2.10.0
9582024-10-18T03:12:24.198Z Compiling mime v0.3.17
9592024-10-18T03:12:24.291Z Compiling rustls-pemfile v2.1.3
9602024-10-18T03:12:25.293Z Compiling tokio-rustls v0.26.0
9612024-10-18T03:12:27.546Z Compiling serde_with_macros v3.9.0
9622024-10-18T03:12:27.922Z Compiling tokio-native-tls v0.3.1
9632024-10-18T03:12:29.365Z Compiling strum_macros v0.26.4
9642024-10-18T03:12:29.840Z Compiling serde_urlencoded v0.7.1
9652024-10-18T03:12:30.194Z Compiling async-stream-impl v0.3.5
9662024-10-18T03:12:30.376Z Compiling structmeta-derive v0.3.0
9672024-10-18T03:12:31.530Z Compiling webpki-roots v0.26.6
9682024-10-18T03:12:31.745Z Compiling dropshot v0.12.0
9692024-10-18T03:12:33.050Z Compiling powerfmt v0.2.0
9702024-10-18T03:12:33.199Z Compiling crossbeam-utils v0.8.20
9712024-10-18T03:12:33.354Z Compiling deranged v0.3.11
9722024-10-18T03:12:33.572Z Compiling structmeta v0.3.0
9732024-10-18T03:12:33.844Z Compiling hyper-rustls v0.27.3
9742024-10-18T03:12:33.982Z Compiling hyper-tls v0.6.0
9752024-10-18T03:12:35.245Z Compiling sync_wrapper v1.0.1
9762024-10-18T03:12:36.216Z Compiling num_threads v0.1.7
9772024-10-18T03:12:36.663Z Compiling winnow v0.6.18
9782024-10-18T03:12:38.485Z Compiling time v0.3.36
9792024-10-18T03:12:39.154Z Compiling reqwest v0.12.8
9802024-10-18T03:12:40.905Z Compiling parse-display-derive v0.10.0
9812024-10-18T03:12:42.702Z Compiling block-buffer v0.10.4
9822024-10-18T03:12:42.956Z Compiling crypto-common v0.1.6
9832024-10-18T03:12:43.181Z Compiling dropshot_endpoint v0.12.0
9842024-10-18T03:12:44.932Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
9852024-10-18T03:12:47.021Z Compiling digest v0.10.7
9862024-10-18T03:12:47.467Z Compiling progenitor-client v0.8.0
9872024-10-18T03:12:48.357Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
9882024-10-18T03:12:50.551Z Compiling dirs-sys-next v0.1.2
9892024-10-18T03:12:51.179Z Compiling lazy_static v1.5.0
9902024-10-18T03:12:51.324Z Compiling rustix v0.38.37
9912024-10-18T03:12:51.586Z Compiling match_cfg v0.1.0
9922024-10-18T03:12:52.302Z Compiling hostname v0.3.1
9932024-10-18T03:12:52.324Z Compiling dirs-next v2.0.0
9942024-10-18T03:12:52.560Z Compiling progenitor v0.8.0
9952024-10-18T03:12:52.767Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
9962024-10-18T03:12:55.643Z Compiling futures-executor v0.3.30
9972024-10-18T03:12:55.968Z Compiling thread_local v1.1.8
9982024-10-18T03:12:56.622Z Compiling errno v0.3.9
9992024-10-18T03:12:56.882Z Compiling instant v0.1.13
10002024-10-18T03:12:57.048Z Compiling unicode-width v0.1.14
10012024-10-18T03:12:57.611Z Compiling cpufeatures v0.2.14
10022024-10-18T03:12:59.188Z Compiling futures v0.3.30
10032024-10-18T03:13:00.697Z Compiling term v0.7.0
10042024-10-18T03:13:01.378Z Compiling crossbeam-channel v0.5.13
10052024-10-18T03:13:03.270Z Compiling serde_spanned v0.6.7
10062024-10-18T03:13:03.744Z Compiling memmap v0.7.0
10072024-10-18T03:13:04.193Z Compiling is-terminal v0.4.13
10082024-10-18T03:13:04.212Z Compiling take_mut v0.2.2
10092024-10-18T03:13:04.893Z Compiling slog-term v2.9.1
10102024-10-18T03:13:04.971Z Compiling usdt v0.5.0
10112024-10-18T03:13:06.399Z Compiling toml_edit v0.22.21
10122024-10-18T03:13:07.667Z Compiling slog-json v2.6.1
10132024-10-18T03:13:08.070Z Compiling strum v0.26.3
10142024-10-18T03:13:08.257Z Compiling serde_with v3.9.0
10152024-10-18T03:13:10.484Z Compiling heapless v0.8.0
10162024-10-18T03:13:11.043Z Compiling debug-ignore v1.0.5
10172024-10-18T03:13:12.708Z Compiling tokio-rustls v0.25.0
10182024-10-18T03:13:13.781Z Compiling toml v0.8.19
10192024-10-18T03:13:14.703Z Compiling slog-bunyan v2.5.0
10202024-10-18T03:13:14.968Z Compiling sha1 v0.10.6
10212024-10-18T03:13:15.875Z Compiling async-stream v0.3.5
10222024-10-18T03:13:16.056Z Compiling newtype-uuid v1.1.0
10232024-10-18T03:13:16.188Z Compiling serde_path_to_error v0.1.16
10242024-10-18T03:13:16.402Z Compiling hex v0.4.3
10252024-10-18T03:13:16.961Z Compiling waitgroup v0.1.2
10262024-10-18T03:13:17.189Z Compiling hostname v0.4.0
10272024-10-18T03:13:17.209Z Compiling hash32 v0.3.1
10282024-10-18T03:13:17.228Z Compiling stable_deref_trait v1.2.0
10292024-10-18T03:13:17.464Z Compiling smoltcp v0.11.0
10302024-10-18T03:13:20.190Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
10312024-10-18T03:13:20.614Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10322024-10-18T03:13:20.633Z Compiling backoff v0.4.0
10332024-10-18T03:13:21.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
10342024-10-18T03:13:21.128Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10352024-10-18T03:13:21.340Z Compiling parse-display v0.10.0
10362024-10-18T03:13:23.334Z Compiling macaddr v1.0.1
10372024-10-18T03:13:23.966Z Compiling regress v0.9.1
10382024-10-18T03:13:25.092Z Compiling clap_derive v4.5.18
10392024-10-18T03:13:28.196Z Compiling cobs v0.2.3
10402024-10-18T03:13:28.636Z Compiling managed v0.8.0
10412024-10-18T03:13:28.769Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10422024-10-18T03:13:29.165Z Compiling winnow v0.5.40
10432024-10-18T03:13:29.487Z Compiling utf8parse v0.2.2
10442024-10-18T03:13:29.654Z Compiling bitflags v1.3.2
10452024-10-18T03:13:29.825Z Compiling anstyle-parse v0.2.5
10462024-10-18T03:13:30.808Z Compiling postcard v1.0.10
10472024-10-18T03:13:32.420Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10482024-10-18T03:13:32.974Z Compiling toml_edit v0.19.15
10492024-10-18T03:13:38.099Z Compiling is_terminal_polyfill v1.70.1
10502024-10-18T03:13:38.233Z Compiling anstyle-query v1.1.1
10512024-10-18T03:13:38.394Z Compiling anstyle v1.0.8
10522024-10-18T03:13:38.642Z Compiling colorchoice v1.0.2
10532024-10-18T03:13:39.469Z Compiling anstream v0.6.15
10542024-10-18T03:13:40.496Z Compiling proc-macro-crate v1.3.1
10552024-10-18T03:13:41.304Z Compiling terminal_size v0.3.0
10562024-10-18T03:13:41.522Z Compiling clap_lex v0.7.2
10572024-10-18T03:13:41.633Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10582024-10-18T03:13:41.995Z Compiling clap_builder v4.5.18
10592024-10-18T03:13:42.212Z Compiling num_enum_derive v0.5.11
10602024-10-18T03:13:43.292Z Compiling tabwriter v1.4.0
10612024-10-18T03:13:44.239Z Compiling foreign-types-macros v0.2.3
10622024-10-18T03:13:44.417Z Compiling num-integer v0.1.46
10632024-10-18T03:13:44.659Z Compiling foreign-types-shared v0.3.1
10642024-10-18T03:13:45.219Z Compiling num_enum v0.5.11
10652024-10-18T03:13:45.565Z Compiling foreign-types v0.5.0
10662024-10-18T03:13:45.889Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10672024-10-18T03:13:46.321Z Compiling clap v4.5.18
10682024-10-18T03:13:46.446Z Compiling cstr-argument v0.1.2
10692024-10-18T03:13:46.556Z Compiling proc-macro-error-attr v1.0.4
10702024-10-18T03:13:46.901Z Compiling pretty-hex v0.2.1
10712024-10-18T03:13:47.124Z Compiling prettyplease v0.2.22
10722024-10-18T03:13:47.166Z Compiling either v1.13.0
10732024-10-18T03:13:47.553Z Compiling heck v0.4.1
10742024-10-18T03:13:47.826Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
10752024-10-18T03:13:48.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
10762024-10-18T03:13:48.212Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
10772024-10-18T03:13:49.410Z Compiling num-iter v0.1.45
10782024-10-18T03:13:49.486Z Compiling num-rational v0.4.2
10792024-10-18T03:13:49.976Z Compiling colored v2.1.0
10802024-10-18T03:13:51.588Z Compiling num-complex v0.4.6
10812024-10-18T03:13:52.270Z Compiling proc-macro-error v1.0.4
10822024-10-18T03:13:52.325Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10832024-10-18T03:13:52.614Z Compiling fastrand v2.1.1
10842024-10-18T03:13:52.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
10852024-10-18T03:13:52.872Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
10862024-10-18T03:13:53.186Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10872024-10-18T03:13:53.330Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10882024-10-18T03:13:53.748Z Compiling tempfile v3.12.0
10892024-10-18T03:13:54.865Z Compiling num v0.4.3
10902024-10-18T03:13:57.846Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
10912024-10-18T03:13:58.425Z Compiling crucible-workspace-hack v0.1.0
10922024-10-18T03:13:58.465Z Compiling float-ord v0.3.2
10932024-10-18T03:13:58.646Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
10942024-10-18T03:14:06.199Z Compiling unicode-segmentation v1.12.0
10952024-10-18T03:14:06.332Z Compiling semver v0.1.20
10962024-10-18T03:14:06.749Z Compiling rustc_version v0.1.7
10972024-10-18T03:14:06.993Z Compiling newline-converter v0.3.0
10982024-10-18T03:14:07.190Z Compiling zone_cfg_derive v0.3.0
10992024-10-18T03:14:07.429Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11002024-10-18T03:14:07.916Z Compiling camino-tempfile v1.1.1
11012024-10-18T03:14:08.139Z Compiling itertools v0.10.5
11022024-10-18T03:14:08.703Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11032024-10-18T03:14:08.732Z Compiling console v0.15.8
11042024-10-18T03:14:09.210Z Compiling num-derive v0.4.2
11052024-10-18T03:14:10.326Z Compiling sigpipe v0.1.3
11062024-10-18T03:14:10.461Z Compiling base64ct v1.6.0
11072024-10-18T03:14:11.114Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11082024-10-18T03:14:11.354Z Compiling similar v2.6.0
11092024-10-18T03:14:11.509Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
11102024-10-18T03:14:11.664Z Compiling zone v0.3.0
11112024-10-18T03:14:11.682Z Compiling password-hash v0.5.0
11122024-10-18T03:14:13.074Z Compiling expectorate v1.1.0
11132024-10-18T03:14:13.330Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11142024-10-18T03:14:13.913Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
11152024-10-18T03:14:14.159Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
11162024-10-18T03:14:15.013Z Compiling newtype_derive v0.1.6
11172024-10-18T03:14:15.401Z Compiling blake2 v0.10.6
11182024-10-18T03:14:16.605Z Compiling hubpack_derive v0.1.1
11192024-10-18T03:14:16.624Z Compiling smf v0.2.3
11202024-10-18T03:14:17.373Z Compiling zerocopy-derive v0.6.6
11212024-10-18T03:14:17.565Z Compiling cancel-safe-futures v0.1.5
11222024-10-18T03:14:17.679Z Compiling fixedbitset v0.4.2
11232024-10-18T03:14:17.696Z Compiling whoami v1.5.2
11242024-10-18T03:14:17.941Z Compiling owo-colors v4.1.0
11252024-10-18T03:14:18.314Z Compiling petgraph v0.6.5
11262024-10-18T03:14:18.644Z Compiling hubpack v0.1.2
11272024-10-18T03:14:19.173Z Compiling argon2 v0.5.3
11282024-10-18T03:14:19.418Z Compiling zerocopy v0.6.6
11292024-10-18T03:14:20.406Z Compiling strum_macros v0.25.3
11302024-10-18T03:14:21.580Z Compiling serde-big-array v0.5.1
11312024-10-18T03:14:21.841Z Compiling serde_repr v0.1.19
11322024-10-18T03:14:22.792Z Compiling cookie v0.18.1
11332024-10-18T03:14:22.941Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11342024-10-18T03:14:23.072Z Compiling convert_case v0.4.0
11352024-10-18T03:14:23.140Z Compiling static_assertions v1.1.0
11362024-10-18T03:14:23.853Z Compiling derive_more v0.99.18
11372024-10-18T03:14:24.175Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
11382024-10-18T03:14:24.956Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11392024-10-18T03:14:26.216Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11402024-10-18T03:14:26.404Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11412024-10-18T03:14:27.464Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11422024-10-18T03:14:30.199Z Compiling atomicwrites v0.4.4
11432024-10-18T03:14:30.666Z Compiling itertools v0.13.0
11442024-10-18T03:14:30.743Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11452024-10-18T03:14:31.960Z Compiling idna v0.4.0
11462024-10-18T03:14:31.992Z Compiling libsw v3.3.1
11472024-10-18T03:14:32.324Z Compiling enum-as-inner v0.6.1
11482024-10-18T03:14:33.290Z Compiling derive-where v1.2.7
11492024-10-18T03:14:33.506Z Compiling indent_write v2.2.0
11502024-10-18T03:14:33.520Z Compiling data-encoding v2.6.0
11512024-10-18T03:14:33.732Z Compiling linked-hash-map v0.5.6
11522024-10-18T03:14:34.187Z Compiling linear-map v1.2.0
11532024-10-18T03:14:34.545Z Compiling highway v1.2.0
11542024-10-18T03:14:34.664Z Compiling quick-error v1.2.3
11552024-10-18T03:14:34.821Z Compiling swrite v0.1.0
11562024-10-18T03:14:34.957Z Compiling resolv-conf v0.7.0
11572024-10-18T03:14:35.860Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11582024-10-18T03:14:35.954Z Compiling hickory-proto v0.24.1
11592024-10-18T03:14:36.532Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11602024-10-18T03:14:36.653Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11612024-10-18T03:14:37.641Z Compiling lru-cache v0.1.2
11622024-10-18T03:14:37.878Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11632024-10-18T03:14:38.278Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11642024-10-18T03:14:40.364Z Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11652024-10-18T03:14:40.581Z Compiling steno v0.4.1
11662024-10-18T03:14:44.767Z Compiling slog-dtrace v0.3.0
11672024-10-18T03:14:45.120Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11682024-10-18T03:14:45.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11692024-10-18T03:14:45.474Z Compiling humantime v2.1.0
11702024-10-18T03:14:45.541Z Compiling parking_lot_core v0.8.6
11712024-10-18T03:14:46.039Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11722024-10-18T03:14:46.306Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11732024-10-18T03:14:47.186Z Compiling hickory-resolver v0.24.1
11742024-10-18T03:14:47.961Z Compiling num-derive v0.3.3
11752024-10-18T03:14:49.537Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11762024-10-18T03:14:50.251Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
11772024-10-18T03:14:50.615Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
11782024-10-18T03:14:50.712Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11792024-10-18T03:14:51.633Z Compiling parking_lot v0.11.2
11802024-10-18T03:14:52.080Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
11812024-10-18T03:14:52.280Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11822024-10-18T03:14:53.602Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11832024-10-18T03:14:55.226Z Compiling crossbeam-epoch v0.9.18
11842024-10-18T03:14:56.221Z Compiling fxhash v0.2.1
11852024-10-18T03:14:56.382Z Compiling crc32fast v1.4.2
11862024-10-18T03:14:56.451Z Compiling arc-swap v1.7.1
11872024-10-18T03:14:56.912Z Compiling crc8 v0.1.1
11882024-10-18T03:14:57.161Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e)
11892024-10-18T03:14:57.215Z Compiling slog-scope v4.4.0
11902024-10-18T03:14:57.958Z Compiling sled v0.34.7
11912024-10-18T03:15:02.087Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
11922024-10-18T03:15:02.382Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
11932024-10-18T03:15:02.908Z Compiling slog-stdlog v4.1.1
11942024-10-18T03:15:03.714Z Compiling slog-envlogger v2.2.0
11952024-10-18T03:15:06.006Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11962024-10-18T03:15:06.442Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
11972024-10-18T03:15:16.730Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e)
11982024-10-18T03:15:18.796Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
11992024-10-18T03:15:24.204Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
12002024-10-18T03:15:51.302Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
12012024-10-18T03:15:51.302Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
12022024-10-18T03:15:58.799Z Finished `release` profile [optimized] target(s) in 5m 09s
12032024-10-18T03:15:58.858Z+ banner quartet
12042024-10-18T03:15:58.858Z
12052024-10-18T03:15:58.858Z #### # # ## ##### ##### ###### #####
12062024-10-18T03:15:58.858Z # # # # # # # # # # #
12072024-10-18T03:15:58.858Z # # # # # # # # # ##### #
12082024-10-18T03:15:58.858Z # # # # # ###### ##### # # #
12092024-10-18T03:15:58.858Z # # # # # # # # # # #
12102024-10-18T03:15:58.858Z ### # #### # # # # # ###### #
12112024-10-18T03:15:58.858Z
12122024-10-18T03:15:58.858Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
12132024-10-18T03:15:59.176Z Compiling cfg-if v1.0.0
12142024-10-18T03:15:59.176Z Compiling libc v0.2.161
12152024-10-18T03:15:59.176Z Compiling serde v1.0.210
12162024-10-18T03:15:59.187Z Compiling once_cell v1.19.0
12172024-10-18T03:15:59.187Z Compiling itoa v1.0.11
12182024-10-18T03:15:59.285Z Compiling byteorder v1.5.0
12192024-10-18T03:15:59.307Z Compiling syn v2.0.77
12202024-10-18T03:15:59.307Z Compiling bytes v1.7.2
12212024-10-18T03:15:59.338Z Compiling num-traits v0.2.19
12222024-10-18T03:15:59.436Z Compiling zerocopy v0.7.35
12232024-10-18T03:15:59.635Z Compiling pin-project-lite v0.2.14
12242024-10-18T03:15:59.687Z Compiling ahash v0.8.11
12252024-10-18T03:15:59.694Z Compiling smallvec v1.13.2
12262024-10-18T03:15:59.694Z Compiling memchr v2.7.4
12272024-10-18T03:15:59.716Z Compiling allocator-api2 v0.2.18
12282024-10-18T03:15:59.834Z Compiling schemars v0.8.21
12292024-10-18T03:16:00.130Z Compiling scopeguard v1.2.0
12302024-10-18T03:16:00.259Z Compiling lock_api v0.4.12
12312024-10-18T03:16:00.575Z Compiling hashbrown v0.14.5
12322024-10-18T03:16:00.616Z Compiling fnv v1.0.7
12332024-10-18T03:16:00.723Z Compiling getrandom v0.2.15
12342024-10-18T03:16:00.745Z Compiling parking_lot_core v0.9.10
12352024-10-18T03:16:00.751Z Compiling mio v1.0.2
12362024-10-18T03:16:01.058Z Compiling signal-hook-registry v1.4.2
12372024-10-18T03:16:01.082Z Compiling parking_lot v0.12.3
12382024-10-18T03:16:01.555Z Compiling socket2 v0.5.7
12392024-10-18T03:16:01.677Z Compiling log v0.4.22
12402024-10-18T03:16:02.036Z Compiling futures-core v0.3.30
12412024-10-18T03:16:02.281Z Compiling equivalent v1.0.1
12422024-10-18T03:16:02.381Z Compiling ryu v1.0.18
12432024-10-18T03:16:02.393Z Compiling tracing-core v0.1.32
12442024-10-18T03:16:02.426Z Compiling serde_json v1.0.128
12452024-10-18T03:16:02.458Z Compiling uuid v1.10.0
12462024-10-18T03:16:02.553Z Compiling regress v0.10.1
12472024-10-18T03:16:02.956Z Compiling futures-sink v0.3.30
12482024-10-18T03:16:03.014Z Compiling pin-utils v0.1.0
12492024-10-18T03:16:03.101Z Compiling untrusted v0.9.0
12502024-10-18T03:16:03.103Z Compiling spin v0.9.8
12512024-10-18T03:16:03.153Z Compiling futures-task v0.3.30
12522024-10-18T03:16:03.220Z Compiling slab v0.4.9
12532024-10-18T03:16:03.278Z Compiling futures-util v0.3.30
12542024-10-18T03:16:03.300Z Compiling ring v0.17.8
12552024-10-18T03:16:03.539Z Compiling try-lock v0.2.5
12562024-10-18T03:16:03.690Z Compiling want v0.3.1
12572024-10-18T03:16:04.014Z Compiling httparse v1.9.4
12582024-10-18T03:16:04.276Z Compiling chrono v0.4.38
12592024-10-18T03:16:04.742Z Compiling futures-channel v0.3.30
12602024-10-18T03:16:05.080Z Compiling dyn-clone v1.0.17
12612024-10-18T03:16:05.189Z Compiling tower-service v0.3.3
12622024-10-18T03:16:05.282Z Compiling foreign-types-shared v0.1.1
12632024-10-18T03:16:05.313Z Compiling openssl-sys v0.9.103
12642024-10-18T03:16:05.682Z Compiling foreign-types v0.3.2
12652024-10-18T03:16:05.771Z Compiling serde_derive_internals v0.29.1
12662024-10-18T03:16:06.302Z Compiling unicode-ident v1.0.13
12672024-10-18T03:16:06.312Z Compiling bitflags v2.6.0
12682024-10-18T03:16:06.487Z Compiling proc-macro2 v1.0.86
12692024-10-18T03:16:06.659Z Compiling http v1.1.0
12702024-10-18T03:16:06.738Z Compiling tinyvec_macros v0.1.1
12712024-10-18T03:16:06.830Z Compiling openssl-probe v0.1.5
12722024-10-18T03:16:07.234Z Compiling semver v1.0.23
12732024-10-18T03:16:07.357Z Compiling quote v1.0.37
12742024-10-18T03:16:07.784Z Compiling tinyvec v1.8.0
12752024-10-18T03:16:08.007Z Compiling percent-encoding v2.3.1
12762024-10-18T03:16:08.477Z Compiling form_urlencoded v1.2.1
12772024-10-18T03:16:09.455Z Compiling unicode-normalization v0.1.24
12782024-10-18T03:16:09.854Z Compiling aho-corasick v1.1.3
12792024-10-18T03:16:10.399Z Compiling http v0.2.12
12802024-10-18T03:16:10.772Z Compiling rustls-pki-types v1.8.0
12812024-10-18T03:16:11.334Z Compiling serde_derive v1.0.210
12822024-10-18T03:16:11.376Z Compiling zerocopy-derive v0.7.35
12832024-10-18T03:16:11.909Z Compiling thiserror-impl v1.0.64
12842024-10-18T03:16:12.070Z Compiling tokio-macros v2.4.0
12852024-10-18T03:16:12.121Z Compiling schemars_derive v0.8.21
12862024-10-18T03:16:13.655Z Compiling tokio v1.40.0
12872024-10-18T03:16:14.136Z Compiling tracing-attributes v0.1.27
12882024-10-18T03:16:14.758Z Compiling thiserror v1.0.64
12892024-10-18T03:16:15.028Z Compiling openssl-macros v0.1.1
12902024-10-18T03:16:15.169Z Compiling heck v0.5.0
12912024-10-18T03:16:15.194Z Compiling unicode-bidi v0.3.15
12922024-10-18T03:16:15.861Z Compiling openssl v0.10.66
12932024-10-18T03:16:16.521Z Compiling regex-automata v0.4.7
12942024-10-18T03:16:17.461Z Compiling tracing v0.1.40
12952024-10-18T03:16:18.167Z Compiling idna v0.5.0
12962024-10-18T03:16:18.190Z Compiling http-body v1.0.1
12972024-10-18T03:16:24.178Z Compiling tokio-util v0.7.12
12982024-10-18T03:16:25.866Z Compiling indexmap v2.5.0
12992024-10-18T03:16:27.602Z Compiling native-tls v0.2.12
13002024-10-18T03:16:27.736Z Compiling slog v2.7.0
13012024-10-18T03:16:28.692Z Compiling tokio-native-tls v0.3.1
13022024-10-18T03:16:30.749Z Compiling serde_tokenstream v0.2.2
13032024-10-18T03:16:31.230Z Compiling regex-syntax v0.8.4
13042024-10-18T03:16:31.498Z Compiling atomic-waker v1.1.2
13052024-10-18T03:16:31.687Z Compiling h2 v0.4.6
13062024-10-18T03:16:32.388Z Compiling openapiv3 v2.0.0
13072024-10-18T03:16:32.931Z Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13082024-10-18T03:16:34.211Z Compiling typify-impl v0.2.0
13092024-10-18T03:16:40.656Z Compiling serde_urlencoded v0.7.1
13102024-10-18T03:16:41.256Z Compiling regex v1.10.6
13112024-10-18T03:16:42.240Z Compiling url v2.5.2
13122024-10-18T03:16:44.892Z Compiling encoding_rs v0.8.34
13132024-10-18T03:16:46.225Z Compiling mime v0.3.17
13142024-10-18T03:16:47.213Z Compiling ipnet v2.10.0
13152024-10-18T03:16:47.304Z Compiling rustls v0.21.12
13162024-10-18T03:16:47.643Z Compiling typify-macro v0.2.0
13172024-10-18T03:16:47.826Z Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13182024-10-18T03:16:49.843Z Compiling hyper v1.4.1
13192024-10-18T03:16:50.328Z Compiling h2 v0.3.26
13202024-10-18T03:16:51.620Z Compiling http-body v0.4.6
13212024-10-18T03:16:51.743Z Compiling rustls-webpki v0.102.8
13222024-10-18T03:16:52.048Z Compiling sct v0.7.1
13232024-10-18T03:16:52.116Z Compiling rustls-webpki v0.101.7
13242024-10-18T03:16:52.494Z Compiling subtle v2.6.1
13252024-10-18T03:16:52.767Z Compiling httpdate v1.0.3
13262024-10-18T03:16:53.521Z Compiling toml_datetime v0.6.8
13272024-10-18T03:16:53.909Z Compiling zeroize v1.8.1
13282024-10-18T03:16:54.281Z Compiling rustls v0.23.13
13292024-10-18T03:16:55.671Z Compiling hyper v0.14.30
13302024-10-18T03:16:56.149Z Compiling serde_yaml v0.9.34+deprecated
13312024-10-18T03:16:56.385Z Compiling toml_edit v0.19.15
13322024-10-18T03:16:59.987Z Compiling hyper-util v0.1.9
13332024-10-18T03:17:05.906Z Compiling lazy_static v1.5.0
13342024-10-18T03:17:06.017Z Compiling tokio-rustls v0.24.1
13352024-10-18T03:17:06.035Z Compiling tokio-rustls v0.26.0
13362024-10-18T03:17:06.430Z Compiling proc-macro-crate v1.3.1
13372024-10-18T03:17:06.509Z Compiling http-body-util v0.1.2
13382024-10-18T03:17:07.035Z Compiling webpki-roots v0.26.6
13392024-10-18T03:17:07.058Z Compiling base64 v0.21.7
13402024-10-18T03:17:07.251Z Compiling base64 v0.22.1
13412024-10-18T03:17:07.251Z Compiling num_enum_derive v0.5.11
13422024-10-18T03:17:07.415Z Compiling crossbeam-utils v0.8.20
13432024-10-18T03:17:07.432Z Compiling hyper-rustls v0.27.3
13442024-10-18T03:17:08.161Z Compiling rustls-pemfile v2.1.3
13452024-10-18T03:17:08.409Z Compiling rustls-pemfile v1.0.4
13462024-10-18T03:17:08.934Z Compiling hyper-tls v0.6.0
13472024-10-18T03:17:09.163Z Compiling hyper-rustls v0.24.2
13482024-10-18T03:17:09.165Z Compiling hyper-tls v0.5.0
13492024-10-18T03:17:09.223Z Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966)
13502024-10-18T03:17:09.359Z Compiling typify v0.2.0
13512024-10-18T03:17:09.578Z Compiling ipnetwork v0.20.0
13522024-10-18T03:17:10.026Z Compiling ppv-lite86 v0.2.20
13532024-10-18T03:17:10.573Z Compiling foreign-types-macros v0.2.3
13542024-10-18T03:17:10.988Z Compiling sync_wrapper v1.0.1
13552024-10-18T03:17:11.130Z Compiling rand_core v0.6.4
13562024-10-18T03:17:11.613Z Compiling dirs-sys-next v0.1.2
13572024-10-18T03:17:11.860Z Compiling sync_wrapper v0.1.2
13582024-10-18T03:17:11.874Z Compiling webpki-roots v0.25.4
13592024-10-18T03:17:11.905Z Compiling foreign-types-shared v0.3.1
13602024-10-18T03:17:11.988Z Compiling powerfmt v0.2.0
13612024-10-18T03:17:12.021Z Compiling reqwest v0.11.27
13622024-10-18T03:17:12.032Z Compiling foreign-types v0.5.0
13632024-10-18T03:17:12.142Z Compiling time-macros v0.2.18
13642024-10-18T03:17:12.469Z Compiling deranged v0.3.11
13652024-10-18T03:17:13.005Z Compiling dirs-next v2.0.0
13662024-10-18T03:17:13.257Z Compiling rand_chacha v0.3.1
13672024-10-18T03:17:14.814Z Compiling progenitor-impl v0.8.0
13682024-10-18T03:17:14.981Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13692024-10-18T03:17:15.173Z Compiling reqwest v0.12.8
13702024-10-18T03:17:21.408Z Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265)
13712024-10-18T03:17:21.745Z Compiling num_enum v0.5.11
13722024-10-18T03:17:21.921Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13732024-10-18T03:17:23.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13742024-10-18T03:17:24.033Z Compiling cstr-argument v0.1.2
13752024-10-18T03:17:24.291Z Compiling thread_local v1.1.8
13762024-10-18T03:17:25.018Z Compiling time-core v0.1.2
13772024-10-18T03:17:25.198Z Compiling either v1.13.0
13782024-10-18T03:17:25.673Z Compiling num-conv v0.1.0
13792024-10-18T03:17:25.936Z Compiling arc-swap v1.7.1
13802024-10-18T03:17:26.224Z Compiling pretty-hex v0.2.1
13812024-10-18T03:17:26.432Z Compiling slog-scope v4.4.0
13822024-10-18T03:17:26.653Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
13832024-10-18T03:17:27.022Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
13842024-10-18T03:17:27.327Z Compiling time v0.3.36
13852024-10-18T03:17:28.505Z Compiling itertools v0.12.1
13862024-10-18T03:17:28.515Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
13872024-10-18T03:17:29.426Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
13882024-10-18T03:17:29.588Z Compiling crossbeam-channel v0.5.13
13892024-10-18T03:17:31.218Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13902024-10-18T03:17:32.376Z Compiling progenitor-macro v0.8.0
13912024-10-18T03:17:36.453Z Compiling progenitor-client v0.8.0
13922024-10-18T03:17:37.368Z Compiling rand v0.8.5
13932024-10-18T03:17:39.209Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
13942024-10-18T03:17:39.266Z Compiling term v0.7.0
13952024-10-18T03:17:41.183Z Compiling anyhow v1.0.89
13962024-10-18T03:17:46.488Z Compiling colored v2.1.0
13972024-10-18T03:17:47.696Z Compiling is-terminal v0.4.13
13982024-10-18T03:17:47.723Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900)
13992024-10-18T03:17:47.822Z Compiling take_mut v0.2.2
14002024-10-18T03:17:47.985Z Compiling winnow v0.6.18
14012024-10-18T03:17:48.068Z Compiling slog-async v2.8.0
14022024-10-18T03:17:51.199Z Compiling slog-term v2.9.1
14032024-10-18T03:17:52.434Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
14042024-10-18T03:17:54.014Z Compiling progenitor v0.8.0
14052024-10-18T03:17:54.227Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a)
14062024-10-18T03:17:54.440Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488)
14072024-10-18T03:17:58.170Z Compiling slog-stdlog v4.1.1
14082024-10-18T03:17:58.632Z Compiling slog-envlogger v2.2.0
14092024-10-18T03:17:59.000Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
14102024-10-18T03:18:01.675Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
14112024-10-18T03:18:14.326Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
14122024-10-18T03:18:21.825Z Finished `release` profile [optimized] target(s) in 2m 23s
14132024-10-18T03:18:21.905Z Running unittests src/lib.rs (target/release/deps/mg_tests-f068807f57b322a8)
14142024-10-18T03:18:21.953Z
14152024-10-18T03:18:21.953Zrunning 1 test
14162024-10-18T03:18:22.110Zconfigure zone
14172024-10-18T03:18:22.127Zinstall zone
14182024-10-18T03:19:21.954Ztest ddm::test_quartet has been running for over 60 seconds
14192024-10-18T03:21:28.377Zboot zone
14202024-10-18T03:21:29.203Zstart zone s1
14212024-10-18T03:21:29.203Zconfigure zone
14222024-10-18T03:21:29.210Zinstall zone
14232024-10-18T03:23:02.621Zboot zone
14242024-10-18T03:23:03.396Zstart zone s2
14252024-10-18T03:23:03.396Zconfigure zone
14262024-10-18T03:23:03.404Zinstall zone
14272024-10-18T03:24:32.741Zboot zone
14282024-10-18T03:24:33.564Zstart zone s3
14292024-10-18T03:24:33.564Zconfigure zone
14302024-10-18T03:24:33.572Zinstall zone
14312024-10-18T03:26:24.022Zboot zone
14322024-10-18T03:26:24.966Zstart zone t1
14332024-10-18T03:26:24.966Zconfigure zone
14342024-10-18T03:26:24.975Zinstall zone
14352024-10-18T03:27:54.210Zboot zone
14362024-10-18T03:27:55.013Zwaiting for zones to come up
14372024-10-18T03:28:05.014Z[sidecar.quartet] svcs milestone/network
14382024-10-18T03:28:05.040ZSTATE STIME FMRI
14392024-10-18T03:28:05.040Zonline 20:21:47 svc:/milestone/network:default
14402024-10-18T03:28:05.040Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
14412024-10-18T03:28:05.084Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
14422024-10-18T03:28:05.132Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
14432024-10-18T03:28:05.174Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
14442024-10-18T03:28:05.177Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
14452024-10-18T03:28:05.196Z
14462024-10-18T03:28:05.196Zrunning zone s1.quartet setup
14472024-10-18T03:28:05.196Z[s1.quartet] svcs milestone/network
14482024-10-18T03:28:05.219ZSTATE STIME FMRI
14492024-10-18T03:28:05.219Zonline 20:23:21 svc:/milestone/network:default
14502024-10-18T03:28:05.219Z[s1.quartet] dladm
14512024-10-18T03:28:05.240ZLINK CLASS MTU STATE BRIDGE OVER
14522024-10-18T03:28:05.240Zsl0 simnet 9000 up -- ?
14532024-10-18T03:28:05.240Zmgs1 vnic 9000 up -- ?
14542024-10-18T03:28:05.240Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
14552024-10-18T03:28:05.780Z
14562024-10-18T03:28:05.780Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
14572024-10-18T03:28:05.803Z
14582024-10-18T03:28:05.803Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
14592024-10-18T03:28:05.823Z
14602024-10-18T03:28:05.823Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
14612024-10-18T03:28:05.910Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
14622024-10-18T03:28:05.954Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 96c0d6b4-6781-4a37-a70b-5c50ffed7f7b --sled-uuid a62c78db-c557-4adb-93f5-9b0c9a59a2f6 -a sl0/v6 &> /opt/ddmd.log &
14632024-10-18T03:28:05.975Z
14642024-10-18T03:28:05.975Zrunning zone s2.quartet setup
14652024-10-18T03:28:05.975Z[s2.quartet] svcs milestone/network
14662024-10-18T03:28:05.998ZSTATE STIME FMRI
14672024-10-18T03:28:05.998Zonline 20:24:51 svc:/milestone/network:default
14682024-10-18T03:28:05.998Z[s2.quartet] dladm
14692024-10-18T03:28:06.020ZLINK CLASS MTU STATE BRIDGE OVER
14702024-10-18T03:28:06.020Zsl1 simnet 9000 up -- ?
14712024-10-18T03:28:06.020Zmgs2 vnic 9000 up -- ?
14722024-10-18T03:28:06.020Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
14732024-10-18T03:28:06.585Z
14742024-10-18T03:28:06.585Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
14752024-10-18T03:28:06.609Z
14762024-10-18T03:28:06.609Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
14772024-10-18T03:28:06.629Z
14782024-10-18T03:28:06.629Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
14792024-10-18T03:28:06.674Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
14802024-10-18T03:28:06.695Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f7242132-21f7-464e-9ab3-b316909aa9c3 --sled-uuid a3a0e6db-862c-40b3-8395-0ff4ed7af2b3 -a sl1/v6 &> /opt/ddmd.log &
14812024-10-18T03:28:06.715Z
14822024-10-18T03:28:06.715Zrunning zone s3.quartet setup
14832024-10-18T03:28:06.715Z[s3.quartet] svcs milestone/network
14842024-10-18T03:28:06.738ZSTATE STIME FMRI
14852024-10-18T03:28:06.738Zonline 20:26:43 svc:/milestone/network:default
14862024-10-18T03:28:06.738Z[s3.quartet] dladm
14872024-10-18T03:28:06.762ZLINK CLASS MTU STATE BRIDGE OVER
14882024-10-18T03:28:06.762Zsl2 simnet 9000 up -- ?
14892024-10-18T03:28:06.762Zmgs3 vnic 9000 up -- ?
14902024-10-18T03:28:06.763Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
14912024-10-18T03:28:07.338Z
14922024-10-18T03:28:07.338Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
14932024-10-18T03:28:07.361Z
14942024-10-18T03:28:07.361Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
14952024-10-18T03:28:07.381Z
14962024-10-18T03:28:07.381Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
14972024-10-18T03:28:07.425Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
14982024-10-18T03:28:07.447Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7ac5ff17-9240-4330-a82a-3e619ef58f1c --sled-uuid 2ef8b568-a366-4872-9c05-e774810aaf17 -a sl2/v6 &> /opt/ddmd.log &
14992024-10-18T03:28:07.467Z
15002024-10-18T03:28:07.467Zrunning zone t1.quartet setup
15012024-10-18T03:28:07.467Z[t1.quartet] svcs milestone/network
15022024-10-18T03:28:07.489ZSTATE STIME FMRI
15032024-10-18T03:28:07.489Z- - svc:/milestone/network:default
15042024-10-18T03:28:08.489Z[t1.quartet] svcs milestone/network
15052024-10-18T03:28:08.510ZSTATE STIME FMRI
15062024-10-18T03:28:08.510Z- - svc:/milestone/network:default
15072024-10-18T03:28:09.511Z[t1.quartet] svcs milestone/network
15082024-10-18T03:28:09.530ZSTATE STIME FMRI
15092024-10-18T03:28:09.530Z- - svc:/milestone/network:default
15102024-10-18T03:28:10.531Z[t1.quartet] svcs milestone/network
15112024-10-18T03:28:10.553ZSTATE STIME FMRI
15122024-10-18T03:28:10.553Z- - svc:/milestone/network:default
15132024-10-18T03:28:11.556Z[t1.quartet] svcs milestone/network
15142024-10-18T03:28:11.573ZSTATE STIME FMRI
15152024-10-18T03:28:11.573Z- - svc:/milestone/network:default
15162024-10-18T03:28:12.574Z[t1.quartet] svcs milestone/network
15172024-10-18T03:28:12.593ZSTATE STIME FMRI
15182024-10-18T03:28:12.593Z- - svc:/milestone/network:default
15192024-10-18T03:28:13.593Z[t1.quartet] svcs milestone/network
15202024-10-18T03:28:13.616ZSTATE STIME FMRI
15212024-10-18T03:28:13.616Zoffline* 20:28:13 svc:/milestone/network:default
15222024-10-18T03:28:14.616Z[t1.quartet] svcs milestone/network
15232024-10-18T03:28:14.639ZSTATE STIME FMRI
15242024-10-18T03:28:14.640Zonline 20:28:13 svc:/milestone/network:default
15252024-10-18T03:28:14.640Z[t1.quartet] dladm
15262024-10-18T03:28:14.661ZLINK CLASS MTU STATE BRIDGE OVER
15272024-10-18T03:28:14.661Ztfportrear0_0 simnet 9000 up -- ?
15282024-10-18T03:28:14.661Ztfportrear1_0 simnet 9000 up -- ?
15292024-10-18T03:28:14.661Ztfportrear2_0 simnet 9000 up -- ?
15302024-10-18T03:28:14.661Zmgt1 vnic 9000 up -- ?
15312024-10-18T03:28:14.661Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
15322024-10-18T03:28:15.278Z
15332024-10-18T03:28:15.278Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
15342024-10-18T03:28:15.302Z
15352024-10-18T03:28:15.302Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
15362024-10-18T03:28:15.324Z
15372024-10-18T03:28:15.324Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
15382024-10-18T03:28:15.348Z
15392024-10-18T03:28:15.348Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
15402024-10-18T03:28:15.368Z
15412024-10-18T03:28:15.368Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
15422024-10-18T03:28:15.556Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
15432024-10-18T03:28:15.560Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
15442024-10-18T03:28:15.563Zwaiting 3s for copy of files to zone to complete ...
15452024-10-18T03:28:18.564Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
15462024-10-18T03:28:18.606Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
15472024-10-18T03:28:18.626Z[t1.quartet] svcadm enable dendrite
15482024-10-18T03:28:18.667Z
15492024-10-18T03:28:18.667Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
15502024-10-18T03:28:18.712Z
15512024-10-18T03:28:18.712Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
15522024-10-18T03:28:18.755Z
15532024-10-18T03:28:18.755Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
15542024-10-18T03:28:18.798Z
15552024-10-18T03:28:18.798Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
15562024-10-18T03:28:18.841Z
15572024-10-18T03:28:18.841Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
15582024-10-18T03:28:18.883Z
15592024-10-18T03:28:18.883Z[t1.quartet] svcadm refresh dendrite:default
15602024-10-18T03:28:18.919Z
15612024-10-18T03:28:18.919Z[t1.quartet] svcadm restart dendrite:default
15622024-10-18T03:28:18.955Z
15632024-10-18T03:28:18.955Zwait 10s for dendrite to come up ...
15642024-10-18T03:28:28.955Z[t1.quartet] svcadm enable tfport
15652024-10-18T03:28:28.997Z
15662024-10-18T03:28:28.997Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d3fc5feb-3368-41bc-8e99-861146f929b2 --sled-uuid cc5f0026-a300-4d15-84b3-acf461a65b09 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
15672024-10-18T03:28:29.018Z
15682024-10-18T03:28:29.018Z[t1.quartet] ipadm
15692024-10-18T03:28:29.042ZADDROBJ TYPE STATE ADDR
15702024-10-18T03:28:29.042Zlo0/v4 static ok 127.0.0.1/8
15712024-10-18T03:28:29.042Zmgt1/v4 static ok 10.0.0.4/24
15722024-10-18T03:28:29.042Zlo0/v6 static ok ::1/128
15732024-10-18T03:28:29.042Zlo0/u6 static ok fd00:4::1/64
15742024-10-18T03:28:29.042Ztfportrear0_0/v6 addrconf ok fe80::3c54:5eff:fe72:2b17%tfportrear0_0/10
15752024-10-18T03:28:29.042Ztfportrear1_0/v6 addrconf ok fe80::a8c2:3bff:fec7:a441%tfportrear1_0/10
15762024-10-18T03:28:29.042Ztfportrear2_0/v6 addrconf ok fe80::a432:f4ff:fe9b:87f3%tfportrear2_0/10
15772024-10-18T03:28:31.321Zinitial peering test passed
15782024-10-18T03:28:32.323Z[s3.quartet] ping fd00:1::1
15792024-10-18T03:28:32.351Zfd00:1::1 is alive
15802024-10-18T03:28:43.355Z[s3.quartet] ping fd00:1::1
15812024-10-18T03:28:43.377Zfd00:1::1 is alive
15822024-10-18T03:28:43.394Z[t1.quartet] pkill ddmd
15832024-10-18T03:28:43.419Z
15842024-10-18T03:28:43.419Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
15852024-10-18T03:28:43.423Zcp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log
15862024-10-18T03:28:45.832Z[s3.quartet] pkill ddmd
15872024-10-18T03:28:45.851Z
15882024-10-18T03:28:45.851Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
15892024-10-18T03:28:48.189Z[s2.quartet] pkill ddmd
15902024-10-18T03:28:48.208Z
15912024-10-18T03:28:48.208Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
15922024-10-18T03:28:50.595Z[s1.quartet] pkill ddmd
15932024-10-18T03:28:50.615Z
15942024-10-18T03:28:50.615Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
15952024-10-18T03:28:53.118Z[sidecar.quartet] pkill softnpu
15962024-10-18T03:28:53.136Z
15972024-10-18T03:28:53.136Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
15982024-10-18T03:28:55.727Ztest ddm::test_quartet ... ok
15992024-10-18T03:28:55.727Z
16002024-10-18T03:28:55.727Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 633.75s
16012024-10-18T03:28:55.727Z
16022024-10-18T03:28:55.755Z+ cleanup
16032024-10-18T03:28:55.757Z++ id -un
16042024-10-18T03:28:55.760Z++ id -gn
16052024-10-18T03:28:55.763Z+ pfexec chown -R build:build .
16062024-10-18T03:28:55.845Zprocess exited: duration 1141921 ms, exit code 0
 
16072024-10-18T03:28:55.854Zfound 5 output files
16082024-10-18T03:28:55.854Zuploading: /work/s1.quartet.log (4851 bytes)
16092024-10-18T03:28:56.863Zuploaded: /work/s1.quartet.log
16102024-10-18T03:28:56.863Zuploading: /work/s2.quartet.log (4116 bytes)
16112024-10-18T03:28:57.874Zuploaded: /work/s2.quartet.log
16122024-10-18T03:28:57.874Zuploading: /work/s3.quartet.log (4252 bytes)
16132024-10-18T03:28:58.882Zuploaded: /work/s3.quartet.log
16142024-10-18T03:28:58.883Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
16152024-10-18T03:28:59.891Zuploaded: /work/sidecar.quartet-softnpu.log
16162024-10-18T03:28:59.893Zuploading: /work/t1.quartet.log (17392 bytes)
16172024-10-18T03:29:00.901Zuploaded: /work/t1.quartet.log