01KZF95XNAGJXZCH919YQYZSKW: test-ddm-quartet

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

Buildomat Job: 01KZF96BR8EMVXGN7W345AKY0Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T23:34:37.739Zjob assigned to worker 01KZF96ZPBE8DFHVZBM6WDNEMK [factory aws, i-053fee5704d4b40d9] (queued for 1 m 2 s)
 
22026-08-07T23:34:44.790Zstarting task 0: "setup"
32026-08-07T23:34:44.795Z++ uname -s
42026-08-07T23:34:44.799Z+ kern=SunOS
52026-08-07T23:34:44.799Z+ build_user=build
62026-08-07T23:34:44.799Z+ build_uid=12345
72026-08-07T23:34:44.799Z+ work_dir=/work
82026-08-07T23:34:44.799Z+ input_dir=/input
92026-08-07T23:34:44.799Z+ [[ 0 == 12345 ]]
102026-08-07T23:34:44.799Z+ case "$kern" in
112026-08-07T23:34:44.799Z+ groupadd -g 12345 build
122026-08-07T23:34:44.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T23:34:46.804Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T23:34:46.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T23:34:46.941Z+ home_fs=zfs
162026-08-07T23:34:46.941Z+ [[ zfs == autofs ]]
172026-08-07T23:34:46.941Z+ mkdir -p /home/build
182026-08-07T23:34:46.941Z+ chown build:build /home/build /work
192026-08-07T23:34:48.943Z+ chmod 0700 /home/build /work
202026-08-07T23:34:48.946Zprocess exited: duration 4153 ms, exit code 0
 
212026-08-07T23:34:48.952Zstarting task 1: "rust-toolchain"
222026-08-07T23:34:48.956Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T23:34:48.956Z * rust toolchain channel = "stable"
242026-08-07T23:34:48.956Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-07T23:34:48.959Z * rust toolchain profile = "default"
262026-08-07T23:34:48.959Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T23:34:48.959Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T23:34:48.959Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T23:34:48.959Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T23:34:49.057Zinfo: downloading installer
312026-08-07T23:34:50.508Zwarn: It looks like you have an existing installation of Rust at:
322026-08-07T23:34:50.508Zwarn: /opt/ooce/bin
332026-08-07T23:34:50.508Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-07T23:34:50.508Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-07T23:34:50.508Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-07T23:34:50.508Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-07T23:34:50.508Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-07T23:34:50.508Zerror: cannot install while Rust is installed
392026-08-07T23:34:50.508Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-07T23:34:50.508Zwarn: It looks like you have an existing rustup settings file at:
412026-08-07T23:34:50.508Zwarn: /home/build/.rustup/settings.toml
422026-08-07T23:34:50.508Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-07T23:34:50.508Zwarn: instead of the one inferred from the default host triple.
442026-08-07T23:34:50.522Zinfo: profile set to default
452026-08-07T23:34:50.522Zinfo: default host triple is x86_64-unknown-illumos
462026-08-07T23:34:50.525Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-07T23:34:50.673Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-07T23:34:50.676Zinfo: downloading 6 components
492026-08-07T23:35:05.870Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-07T23:35:05.870Z
512026-08-07T23:35:05.896Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-07T23:35:05.896Z
532026-08-07T23:35:05.899Z
542026-08-07T23:35:05.899ZRust is installed now. Great!
552026-08-07T23:35:05.899Z
562026-08-07T23:35:05.899ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-07T23:35:05.899Zenvironment variable. This has not been done automatically.
582026-08-07T23:35:05.899Z
592026-08-07T23:35:05.899ZTo configure your current shell, you need to source
602026-08-07T23:35:05.900Zthe corresponding env file under $HOME/.cargo.
612026-08-07T23:35:05.900Z
622026-08-07T23:35:05.900ZThis is usually done by running one of the following (note the leading DOT):
632026-08-07T23:35:05.900Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-07T23:35:05.900Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-07T23:35:05.900Zsource "~/.cargo/env.nu" # For nushell
662026-08-07T23:35:05.900Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-07T23:35:05.900Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-07T23:35:05.900Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-07T23:35:05.900Zwarn: no default linker (`cc`) was found in your PATH
702026-08-07T23:35:05.900Zwarn: many Rust crates require a system C toolchain to build
712026-08-07T23:35:05.983Z+ rustup --version
722026-08-07T23:35:05.992Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-07T23:35:05.995Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-07T23:35:06.013Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-07T23:35:06.016Z+ cargo --version
762026-08-07T23:35:06.030Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-07T23:35:06.032Z+ rustc --version
782026-08-07T23:35:06.050Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-07T23:35:06.053Zprocess exited: duration 17099 ms, exit code 0
 
802026-08-07T23:35:06.059Zstarting task 2: "authentication"
812026-08-07T23:35:06.075Zprocess exited: duration 15 ms, exit code 0
 
822026-08-07T23:35:06.080Zstarting task 3: "clone repository"
832026-08-07T23:35:06.084Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-07T23:35:06.086Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-07T23:35:06.115ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-07T23:35:08.688Z+ cd /work/oxidecomputer/maghemite
872026-08-07T23:35:08.688Z+ git fetch origin d26d216c80e319295cf5de1ec6ad73827caa5dcc
882026-08-07T23:35:08.950ZFrom https://github.com/oxidecomputer/maghemite
892026-08-07T23:35:08.950Z * branch d26d216c80e319295cf5de1ec6ad73827caa5dcc -> FETCH_HEAD
902026-08-07T23:35:08.962Z+ [[ -n trey/md5-auth-key ]]
912026-08-07T23:35:08.962Z++ git branch --show-current
922026-08-07T23:35:08.962Z+ current=main
932026-08-07T23:35:08.962Z+ [[ main != trey/md5-auth-key ]]
942026-08-07T23:35:08.962Z+ git branch -f trey/md5-auth-key d26d216c80e319295cf5de1ec6ad73827caa5dcc
952026-08-07T23:35:08.965Z+ git checkout -f trey/md5-auth-key
962026-08-07T23:35:08.981ZSwitched to branch 'trey/md5-auth-key'
972026-08-07T23:35:08.984Z+ git reset --hard d26d216c80e319295cf5de1ec6ad73827caa5dcc
982026-08-07T23:35:09.000ZHEAD is now at d26d216 Merge branch 'main' into trey/md5-auth-key
992026-08-07T23:35:09.003Zprocess exited: duration 2919 ms, exit code 0
 
1002026-08-07T23:35:09.009Zstarting task 4: "build"
1012026-08-07T23:35:09.015Z++ dladm
1022026-08-07T23:35:09.019ZLINK CLASS MTU STATE BRIDGE OVER
1032026-08-07T23:35:09.019Zena0 phys 9216 up -- --
1042026-08-07T23:35:09.022Z++ ipadm
1052026-08-07T23:35:09.022ZADDROBJ TYPE STATE ADDR
1062026-08-07T23:35:09.022Zlo0/v4 static ok 127.0.0.1/8
1072026-08-07T23:35:09.022Zena0/dhcp dhcp ok 10.150.1.16/24
1082026-08-07T23:35:09.022Zlo0/v6 static ok ::1/128
1092026-08-07T23:35:09.022Z++ banner collect
1102026-08-07T23:35:09.022Z
1112026-08-07T23:35:09.023Z #### #### # # ###### #### #####
1122026-08-07T23:35:09.023Z # # # # # # # # # #
1132026-08-07T23:35:09.023Z # # # # # ##### # #
1142026-08-07T23:35:09.023Z # # # # # # # #
1152026-08-07T23:35:09.023Z # # # # # # # # # #
1162026-08-07T23:35:09.023Z #### #### ###### ###### ###### #### #
1172026-08-07T23:35:09.023Z
1182026-08-07T23:35:09.023Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-08-07T23:35:09.023Z++ repo=softnpu
1202026-08-07T23:35:09.023Z++ series=image
1212026-08-07T23:35:09.023Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-08-07T23:35:09.023Z++ name=softnpu
1232026-08-07T23:35:09.023Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-08-07T23:35:09.023Z++ mkdir -p download
1252026-08-07T23:35:09.026Z++ pushd download
1262026-08-07T23:35:09.026Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-08-07T23:35:09.026Z++ [[ ! -f softnpu ]]
1282026-08-07T23:35:09.026Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-08-07T23:35:09.030Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-08-07T23:35:09.032Z Dload Upload Total Spent Left Speed
1312026-08-07T23:35:09.253Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 70.01M 0 0 100 15.63M 100 15.63M 0 0 69.99M 0 0 100 15.63M 100 15.63M 0 0 69.98M 0 0
1322026-08-07T23:35:09.256Z++ popd
1332026-08-07T23:35:09.256Z/work/oxidecomputer/maghemite
1342026-08-07T23:35:09.256Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-08-07T23:35:09.256Z++ repo=sidecar-lite
1362026-08-07T23:35:09.256Z++ series=release
1372026-08-07T23:35:09.256Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-08-07T23:35:09.257Z++ name=libsidecar_lite.so
1392026-08-07T23:35:09.257Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-08-07T23:35:09.257Z++ mkdir -p download
1412026-08-07T23:35:09.260Z++ pushd download
1422026-08-07T23:35:09.260Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-08-07T23:35:09.260Z++ [[ ! -f libsidecar_lite.so ]]
1442026-08-07T23:35:09.260Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-08-07T23:35:09.264Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-08-07T23:35:09.267Z Dload Upload Total Spent Left Speed
1472026-08-07T23:35:09.453Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 63.63M 0 0 100 12.04M 100 12.04M 0 0 63.62M 0 0 100 12.04M 100 12.04M 0 0 63.60M 0 0
1482026-08-07T23:35:09.456Z++ popd
1492026-08-07T23:35:09.456Z/work/oxidecomputer/maghemite
1502026-08-07T23:35:09.457Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-08-07T23:35:09.457Z++ repo=sidecar-lite
1522026-08-07T23:35:09.457Z++ series=release
1532026-08-07T23:35:09.457Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-08-07T23:35:09.457Z++ name=scadm
1552026-08-07T23:35:09.457Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-08-07T23:35:09.457Z++ mkdir -p download
1572026-08-07T23:35:09.459Z++ pushd download
1582026-08-07T23:35:09.459Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-08-07T23:35:09.459Z++ [[ ! -f scadm ]]
1602026-08-07T23:35:09.459Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-08-07T23:35:09.464Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-08-07T23:35:09.467Z Dload Upload Total Spent Left Speed
1632026-08-07T23:35:09.716Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 62.83M 0 0 100 15.78M 100 15.78M 0 0 62.82M 0 0 100 15.78M 100 15.78M 0 0 62.81M 0 0
1642026-08-07T23:35:09.718Z++ popd
1652026-08-07T23:35:09.718Z/work/oxidecomputer/maghemite
1662026-08-07T23:35:09.721Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-08-07T23:35:09.721Z++ repo=dendrite
1682026-08-07T23:35:09.721Z++ series=image
1692026-08-07T23:35:09.721Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-08-07T23:35:09.721Z++ name=dendrite-softnpu.tar.gz
1712026-08-07T23:35:09.721Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-08-07T23:35:09.721Z++ mkdir -p download
1732026-08-07T23:35:09.721Z++ pushd download
1742026-08-07T23:35:09.721Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-08-07T23:35:09.721Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-08-07T23:35:09.721Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-08-07T23:35:09.726Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-08-07T23:35:09.729Z Dload Upload Total Spent Left Speed
1792026-08-07T23:35:10.685Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 74.71M 0 0 100 71.59M 100 71.59M 0 0 74.70M 0 0 100 71.59M 100 71.59M 0 0 74.70M 0 0
1802026-08-07T23:35:10.688Z++ popd
1812026-08-07T23:35:10.691Z/work/oxidecomputer/maghemite
1822026-08-07T23:35:10.691Z++ get_artifact maghemite release d26d216c80e319295cf5de1ec6ad73827caa5dcc ddm
1832026-08-07T23:35:10.691Z++ repo=maghemite
1842026-08-07T23:35:10.691Z++ series=release
1852026-08-07T23:35:10.691Z++ commit=d26d216c80e319295cf5de1ec6ad73827caa5dcc
1862026-08-07T23:35:10.691Z++ name=ddm
1872026-08-07T23:35:10.691Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-08-07T23:35:10.691Z++ mkdir -p download
1892026-08-07T23:35:10.691Z++ pushd download
1902026-08-07T23:35:10.691Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-08-07T23:35:10.691Z++ [[ ! -f ddm ]]
1922026-08-07T23:35:10.691Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d26d216c80e319295cf5de1ec6ad73827caa5dcc/ddm
1932026-08-07T23:35:10.696Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-08-07T23:35:10.699Z Dload Upload Total Spent Left Speed
1952026-08-07T23:35:10.755Z 0 0 0 0 0 0 0 0 0
1962026-08-07T23:35:10.755Zcurl: (22) The requested URL returned error: 404
1972026-08-07T23:35:10.757Z++ popd
1982026-08-07T23:35:10.758Z/work/oxidecomputer/maghemite
1992026-08-07T23:35:10.758Z++ get_artifact maghemite release d26d216c80e319295cf5de1ec6ad73827caa5dcc ddmadm
2002026-08-07T23:35:10.758Z++ repo=maghemite
2012026-08-07T23:35:10.758Z++ series=release
2022026-08-07T23:35:10.758Z++ commit=d26d216c80e319295cf5de1ec6ad73827caa5dcc
2032026-08-07T23:35:10.758Z++ name=ddmadm
2042026-08-07T23:35:10.758Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-08-07T23:35:10.758Z++ mkdir -p download
2062026-08-07T23:35:10.758Z++ pushd download
2072026-08-07T23:35:10.758Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-08-07T23:35:10.758Z++ [[ ! -f ddmadm ]]
2092026-08-07T23:35:10.758Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d26d216c80e319295cf5de1ec6ad73827caa5dcc/ddmadm
2102026-08-07T23:35:10.762Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-08-07T23:35:10.765Z Dload Upload Total Spent Left Speed
2122026-08-07T23:35:10.817Z 0 0 0 0 0 0 0 0 0
2132026-08-07T23:35:10.817Zcurl: (22) The requested URL returned error: 404
2142026-08-07T23:35:10.820Z++ popd
2152026-08-07T23:35:10.820Z/work/oxidecomputer/maghemite
2162026-08-07T23:35:10.820Z++ pushd download
2172026-08-07T23:35:10.820Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-08-07T23:35:10.820Z++ chmod +x softnpu
2192026-08-07T23:35:10.820Z++ chmod +x scadm
2202026-08-07T23:35:10.823Z++ chmod +x ddmadm
2212026-08-07T23:35:10.823Zchmod: WARNING: can't access ddmadm
2222026-08-07T23:35:10.823Z++ chmod +x ddmd
2232026-08-07T23:35:10.823Zchmod: WARNING: can't access ddmd
2242026-08-07T23:35:10.827Z++ mv ddmadm ddmadm-v2
2252026-08-07T23:35:10.827Zmv: cannot access ddmadm
2262026-08-07T23:35:10.827Z++ mv ddmd ddmd-v2
2272026-08-07T23:35:10.827Zmv: cannot access ddmd
2282026-08-07T23:35:10.827Z++ rm -rf zones/dendrite
2292026-08-07T23:35:10.827Z++ mkdir -p zones/dendrite
2302026-08-07T23:35:10.830Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-08-07T23:35:11.826Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-08-07T23:35:11.829Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-08-07T23:35:11.829Z++ popd
2342026-08-07T23:35:11.829Z/work/oxidecomputer/maghemite
2352026-08-07T23:35:11.829Z++ banner install
2362026-08-07T23:35:11.832Z
2372026-08-07T23:35:11.832Z # # # #### ##### ## # #
2382026-08-07T23:35:11.832Z # ## # # # # # # #
2392026-08-07T23:35:11.833Z # # # # #### # # # # #
2402026-08-07T23:35:11.833Z # # # # # # ###### # #
2412026-08-07T23:35:11.833Z # # ## # # # # # # #
2422026-08-07T23:35:11.833Z # # # #### # # # ###### ######
2432026-08-07T23:35:11.833Z
2442026-08-07T23:35:11.833Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-08-07T23:35:11.833Z++ set +o errexit
2462026-08-07T23:35:11.833Z++ pkg info clang-15
2472026-08-07T23:35:11.833Z++ grep -qi installed
2482026-08-07T23:35:13.011Zpkg: info: no packages matching the following patterns you specified are
2492026-08-07T23:35:13.011Zinstalled on the system. Try querying remotely instead:
2502026-08-07T23:35:13.011Z
2512026-08-07T23:35:13.011Z clang-15
2522026-08-07T23:35:13.050Z++ [[ 1 != 0 ]]
2532026-08-07T23:35:13.050Z++ set -o errexit
2542026-08-07T23:35:13.053Z++ pfexec pkg install clang-15
2552026-08-07T23:35:21.771Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-08-07T23:35:29.685Z Startup: Caching catalogs ... Done
2572026-08-07T23:35:36.946ZPlanning: Solver setup ... Done
2582026-08-07T23:35:36.990ZPlanning: Running solver ... Done
2592026-08-07T23:35:37.135ZPlanning: Finding local manifests ... Done
2602026-08-07T23:35:37.156ZPlanning: Fetching manifests: 0/2 0% complete
2612026-08-07T23:35:37.249ZPlanning: Fetching manifests: 2/2 100% complete
2622026-08-07T23:35:37.278ZPlanning: Package planning ... Done
2632026-08-07T23:35:37.304ZPlanning: Merging actions ... Done
2642026-08-07T23:35:37.411ZPlanning: Checking for conflicting actions ... Done
2652026-08-07T23:35:37.419ZPlanning: Consolidating action changes ... Done
2662026-08-07T23:35:38.182ZPlanning: Evaluating mediators ... Done
2672026-08-07T23:35:38.189ZPlanning: Planning completed in 8.33 seconds
2682026-08-07T23:35:38.199Z Packages to install: 2
2692026-08-07T23:35:38.199Z Mediators to change: 2
2702026-08-07T23:35:38.199Z Services to change: 1
2712026-08-07T23:35:38.202Z Create boot environment: No
2722026-08-07T23:35:38.202ZCreate backup boot environment: No
2732026-08-07T23:35:38.238Z
2742026-08-07T23:35:38.238ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-08-07T23:35:43.241ZDownload: 929/3076 items 77.9/211.3MB 36% complete (15.7M/s)
2762026-08-07T23:35:52.223ZDownload: 982/3076 items 82.2/211.3MB 38% complete (10.4M/s)
2772026-08-07T23:35:57.223ZDownload: 1974/3076 items 117.1/211.3MB 55% complete (7.0M/s)
2782026-08-07T23:36:02.363ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (5.7M/s)
2792026-08-07T23:36:10.124ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (8.5M/s)
2802026-08-07T23:36:17.201ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
2812026-08-07T23:36:24.181ZDownload: 3075/3076 items 211.1/211.3MB 99% complete (971k/s)
2822026-08-07T23:36:24.202ZDownload: Completed 211.31 MB in 45.96 seconds (4.6M/s)
2832026-08-07T23:36:24.323Z Actions: 1/3418 actions (Installing new actions)
2842026-08-07T23:36:27.470Z Actions: Completed 3418 actions in 3.15 seconds.
2852026-08-07T23:36:28.104Z Done
2862026-08-07T23:36:28.104Z Done
2872026-08-07T23:36:28.836Z Done
2882026-08-07T23:36:32.156Z Done
2892026-08-07T23:36:32.225Z Done
2902026-08-07T23:36:32.227Z Done
2912026-08-07T23:36:32.486Z Done
2922026-08-07T23:36:33.154Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-08-07T23:36:33.154Z++ set +o errexit
2942026-08-07T23:36:33.157Z++ pkg info pkg-config
2952026-08-07T23:36:33.157Z++ grep -qi installed
2962026-08-07T23:36:33.386Z++ [[ 0 != 0 ]]
2972026-08-07T23:36:33.386Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-08-07T23:36:33.386Z++ set +o errexit
2992026-08-07T23:36:33.389Z++ pkg info brand/omicron1
3002026-08-07T23:36:33.389Z++ grep -qi installed
3012026-08-07T23:36:33.575Zpkg: info: no packages matching the following patterns you specified are
3022026-08-07T23:36:33.575Zinstalled on the system. Try querying remotely instead:
3032026-08-07T23:36:33.575Z
3042026-08-07T23:36:33.575Z brand/omicron1
3052026-08-07T23:36:33.609Z++ [[ 1 != 0 ]]
3062026-08-07T23:36:33.610Z++ set -o errexit
3072026-08-07T23:36:33.610Z++ pfexec pkg install brand/omicron1
3082026-08-07T23:36:34.016Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-08-07T23:36:41.253ZPlanning: Solver setup ... Done
3102026-08-07T23:36:41.292ZPlanning: Running solver ... Done
3112026-08-07T23:36:41.441ZPlanning: Finding local manifests ... Done
3122026-08-07T23:36:41.444ZPlanning: Fetching manifests: 0/2 0% complete
3132026-08-07T23:36:41.560ZPlanning: Fetching manifests: 2/2 100% complete
3142026-08-07T23:36:41.572ZPlanning: Package planning ... Done
3152026-08-07T23:36:41.575ZPlanning: Merging actions ... Done
3162026-08-07T23:36:41.721ZPlanning: Checking for conflicting actions ... Done
3172026-08-07T23:36:41.725ZPlanning: Consolidating action changes ... Done
3182026-08-07T23:36:41.880ZPlanning: Evaluating mediators ... Done
3192026-08-07T23:36:41.884ZPlanning: Planning completed in 7.86 seconds
3202026-08-07T23:36:41.888Z Packages to install: 2
3212026-08-07T23:36:41.891Z Create boot environment: No
3222026-08-07T23:36:41.891ZCreate backup boot environment: No
3232026-08-07T23:36:41.916Z
3242026-08-07T23:36:41.916ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-08-07T23:36:41.936ZDownload: Completed 1.07 MB in 0.02 seconds (53.7M/s)
3262026-08-07T23:36:41.995Z Actions: 1/28 actions (Installing new actions)
3272026-08-07T23:36:42.008Z Actions: Completed 28 actions in 0.01 seconds.
3282026-08-07T23:36:42.557Z Done
3292026-08-07T23:36:42.557Z Done
3302026-08-07T23:36:43.144Z Done
3312026-08-07T23:36:45.977Z Done
3322026-08-07T23:36:46.050Z Done
3332026-08-07T23:36:46.053Z Done
3342026-08-07T23:36:46.196Z Done
3352026-08-07T23:36:46.326Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-08-07T23:36:46.326Z++ set +o errexit
3372026-08-07T23:36:46.329Z++ pkg info brand/omicron1/tools
3382026-08-07T23:36:46.329Z++ grep -qi installed
3392026-08-07T23:36:46.514Zpkg: info: no packages matching the following patterns you specified are
3402026-08-07T23:36:46.514Zinstalled on the system. Try querying remotely instead:
3412026-08-07T23:36:46.514Z
3422026-08-07T23:36:46.514Z brand/omicron1/tools
3432026-08-07T23:36:46.548Z++ [[ 1 != 0 ]]
3442026-08-07T23:36:46.548Z++ set -o errexit
3452026-08-07T23:36:46.548Z++ pfexec pkg install brand/omicron1/tools
3462026-08-07T23:36:46.941Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-08-07T23:36:54.146ZPlanning: Solver setup ... Done
3482026-08-07T23:36:54.182ZPlanning: Running solver ... Done
3492026-08-07T23:36:54.317ZPlanning: Finding local manifests ... Done
3502026-08-07T23:36:54.321ZPlanning: Fetching manifests: 0/1 0% complete
3512026-08-07T23:36:54.434ZPlanning: Fetching manifests: 1/1 100% complete
3522026-08-07T23:36:54.442ZPlanning: Package planning ... Done
3532026-08-07T23:36:54.445ZPlanning: Merging actions ... Done
3542026-08-07T23:36:54.583ZPlanning: Checking for conflicting actions ... Done
3552026-08-07T23:36:54.586ZPlanning: Consolidating action changes ... Done
3562026-08-07T23:36:54.740ZPlanning: Evaluating mediators ... Done
3572026-08-07T23:36:54.743ZPlanning: Planning completed in 7.80 seconds
3582026-08-07T23:36:54.747Z Packages to install: 1
3592026-08-07T23:36:54.747Z Services to change: 1
3602026-08-07T23:36:54.750Z Create boot environment: No
3612026-08-07T23:36:54.750ZCreate backup boot environment: No
3622026-08-07T23:36:54.775Z
3632026-08-07T23:36:54.775ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-08-07T23:36:54.800ZDownload: Completed 1.19 MB in 0.03 seconds (47.4M/s)
3652026-08-07T23:36:54.868Z Actions: 1/19 actions (Installing new actions)
3662026-08-07T23:36:54.883Z Actions: Completed 19 actions in 0.01 seconds.
3672026-08-07T23:36:55.392Z Done
3682026-08-07T23:36:55.392Z Done
3692026-08-07T23:36:56.027Z Done
3702026-08-07T23:36:58.857Z Done
3712026-08-07T23:36:58.930Z Done
3722026-08-07T23:36:58.933Z Done
3732026-08-07T23:36:59.092Z Done
3742026-08-07T23:36:59.227Z++ pfexec svcadm enable baseline
3752026-08-07T23:36:59.242Z++ retry=0
3762026-08-07T23:36:59.245Z+++ svcs -Hostate baseline
3772026-08-07T23:36:59.258Z++ [[ offline* != online ]]
3782026-08-07T23:36:59.258Z++ [[ 0 -gt 300 ]]
3792026-08-07T23:36:59.258Z++ sleep 1
3802026-08-07T23:37:00.260Z++ retry=1
3812026-08-07T23:37:00.263Z+++ svcs -Hostate baseline
3822026-08-07T23:37:00.274Z++ [[ offline* != online ]]
3832026-08-07T23:37:00.274Z++ [[ 1 -gt 300 ]]
3842026-08-07T23:37:00.274Z++ sleep 1
3852026-08-07T23:37:01.275Z++ retry=2
3862026-08-07T23:37:01.278Z+++ svcs -Hostate baseline
3872026-08-07T23:37:01.289Z++ [[ offline* != online ]]
3882026-08-07T23:37:01.289Z++ [[ 2 -gt 300 ]]
3892026-08-07T23:37:01.289Z++ sleep 1
3902026-08-07T23:37:02.290Z++ retry=3
3912026-08-07T23:37:02.293Z+++ svcs -Hostate baseline
3922026-08-07T23:37:02.304Z++ [[ offline* != online ]]
3932026-08-07T23:37:02.305Z++ [[ 3 -gt 300 ]]
3942026-08-07T23:37:02.305Z++ sleep 1
3952026-08-07T23:37:03.306Z++ retry=4
3962026-08-07T23:37:03.309Z+++ svcs -Hostate baseline
3972026-08-07T23:37:03.347Z++ [[ offline* != online ]]
3982026-08-07T23:37:03.350Z++ [[ 4 -gt 300 ]]
3992026-08-07T23:37:03.350Z++ sleep 1
4002026-08-07T23:37:04.349Z++ retry=5
4012026-08-07T23:37:04.352Z+++ svcs -Hostate baseline
4022026-08-07T23:37:04.375Z++ [[ offline* != online ]]
4032026-08-07T23:37:04.375Z++ [[ 5 -gt 300 ]]
4042026-08-07T23:37:04.375Z++ sleep 1
4052026-08-07T23:37:05.378Z++ retry=6
4062026-08-07T23:37:05.381Z+++ svcs -Hostate baseline
4072026-08-07T23:37:05.392Z++ [[ offline* != online ]]
4082026-08-07T23:37:05.392Z++ [[ 6 -gt 300 ]]
4092026-08-07T23:37:05.392Z++ sleep 1
4102026-08-07T23:37:06.394Z++ retry=7
4112026-08-07T23:37:06.397Z+++ svcs -Hostate baseline
4122026-08-07T23:37:06.408Z++ [[ offline* != online ]]
4132026-08-07T23:37:06.408Z++ [[ 7 -gt 300 ]]
4142026-08-07T23:37:06.408Z++ sleep 1
4152026-08-07T23:37:07.410Z++ retry=8
4162026-08-07T23:37:07.414Z+++ svcs -Hostate baseline
4172026-08-07T23:37:07.425Z++ [[ offline* != online ]]
4182026-08-07T23:37:07.425Z++ [[ 8 -gt 300 ]]
4192026-08-07T23:37:07.425Z++ sleep 1
4202026-08-07T23:37:08.427Z++ retry=9
4212026-08-07T23:37:08.431Z+++ svcs -Hostate baseline
4222026-08-07T23:37:08.441Z++ [[ offline* != online ]]
4232026-08-07T23:37:08.441Z++ [[ 9 -gt 300 ]]
4242026-08-07T23:37:08.444Z++ sleep 1
4252026-08-07T23:37:09.443Z++ retry=10
4262026-08-07T23:37:09.446Z+++ svcs -Hostate baseline
4272026-08-07T23:37:09.458Z++ [[ offline* != online ]]
4282026-08-07T23:37:09.458Z++ [[ 10 -gt 300 ]]
4292026-08-07T23:37:09.458Z++ sleep 1
4302026-08-07T23:37:10.459Z++ retry=11
4312026-08-07T23:37:10.462Z+++ svcs -Hostate baseline
4322026-08-07T23:37:10.474Z++ [[ offline* != online ]]
4332026-08-07T23:37:10.474Z++ [[ 11 -gt 300 ]]
4342026-08-07T23:37:10.474Z++ sleep 1
4352026-08-07T23:37:11.477Z++ retry=12
4362026-08-07T23:37:11.480Z+++ svcs -Hostate baseline
4372026-08-07T23:37:11.490Z++ [[ offline* != online ]]
4382026-08-07T23:37:11.490Z++ [[ 12 -gt 300 ]]
4392026-08-07T23:37:11.490Z++ sleep 1
4402026-08-07T23:37:12.492Z++ retry=13
4412026-08-07T23:37:12.494Z+++ svcs -Hostate baseline
4422026-08-07T23:37:12.506Z++ [[ offline* != online ]]
4432026-08-07T23:37:12.506Z++ [[ 13 -gt 300 ]]
4442026-08-07T23:37:12.506Z++ sleep 1
4452026-08-07T23:37:13.508Z++ retry=14
4462026-08-07T23:37:13.511Z+++ svcs -Hostate baseline
4472026-08-07T23:37:13.522Z++ [[ offline* != online ]]
4482026-08-07T23:37:13.522Z++ [[ 14 -gt 300 ]]
4492026-08-07T23:37:13.522Z++ sleep 1
4502026-08-07T23:37:14.524Z++ retry=15
4512026-08-07T23:37:14.527Z+++ svcs -Hostate baseline
4522026-08-07T23:37:14.540Z++ [[ offline* != online ]]
4532026-08-07T23:37:14.540Z++ [[ 15 -gt 300 ]]
4542026-08-07T23:37:14.540Z++ sleep 1
4552026-08-07T23:37:15.543Z++ retry=16
4562026-08-07T23:37:15.546Z+++ svcs -Hostate baseline
4572026-08-07T23:37:15.556Z++ [[ offline* != online ]]
4582026-08-07T23:37:15.556Z++ [[ 16 -gt 300 ]]
4592026-08-07T23:37:15.556Z++ sleep 1
4602026-08-07T23:37:16.558Z++ retry=17
4612026-08-07T23:37:16.561Z+++ svcs -Hostate baseline
4622026-08-07T23:37:16.572Z++ [[ offline* != online ]]
4632026-08-07T23:37:16.572Z++ [[ 17 -gt 300 ]]
4642026-08-07T23:37:16.572Z++ sleep 1
4652026-08-07T23:37:17.574Z++ retry=18
4662026-08-07T23:37:17.577Z+++ svcs -Hostate baseline
4672026-08-07T23:37:17.588Z++ [[ offline* != online ]]
4682026-08-07T23:37:17.588Z++ [[ 18 -gt 300 ]]
4692026-08-07T23:37:17.588Z++ sleep 1
4702026-08-07T23:37:18.591Z++ retry=19
4712026-08-07T23:37:18.594Z+++ svcs -Hostate baseline
4722026-08-07T23:37:18.604Z++ [[ offline* != online ]]
4732026-08-07T23:37:18.604Z++ [[ 19 -gt 300 ]]
4742026-08-07T23:37:18.604Z++ sleep 1
4752026-08-07T23:37:19.606Z++ retry=20
4762026-08-07T23:37:19.609Z+++ svcs -Hostate baseline
4772026-08-07T23:37:19.621Z++ [[ offline* != online ]]
4782026-08-07T23:37:19.621Z++ [[ 20 -gt 300 ]]
4792026-08-07T23:37:19.621Z++ sleep 1
4802026-08-07T23:37:20.623Z++ retry=21
4812026-08-07T23:37:20.626Z+++ svcs -Hostate baseline
4822026-08-07T23:37:20.638Z++ [[ offline* != online ]]
4832026-08-07T23:37:20.638Z++ [[ 21 -gt 300 ]]
4842026-08-07T23:37:20.641Z++ sleep 1
4852026-08-07T23:37:21.642Z++ retry=22
4862026-08-07T23:37:21.645Z+++ svcs -Hostate baseline
4872026-08-07T23:37:21.655Z++ [[ offline* != online ]]
4882026-08-07T23:37:21.655Z++ [[ 22 -gt 300 ]]
4892026-08-07T23:37:21.655Z++ sleep 1
4902026-08-07T23:37:22.657Z++ retry=23
4912026-08-07T23:37:22.659Z+++ svcs -Hostate baseline
4922026-08-07T23:37:22.671Z++ [[ offline* != online ]]
4932026-08-07T23:37:22.671Z++ [[ 23 -gt 300 ]]
4942026-08-07T23:37:22.671Z++ sleep 1
4952026-08-07T23:37:23.673Z++ retry=24
4962026-08-07T23:37:23.676Z+++ svcs -Hostate baseline
4972026-08-07T23:37:23.687Z++ [[ offline* != online ]]
4982026-08-07T23:37:23.687Z++ [[ 24 -gt 300 ]]
4992026-08-07T23:37:23.687Z++ sleep 1
5002026-08-07T23:37:24.689Z++ retry=25
5012026-08-07T23:37:24.692Z+++ svcs -Hostate baseline
5022026-08-07T23:37:24.704Z++ [[ offline* != online ]]
5032026-08-07T23:37:24.704Z++ [[ 25 -gt 300 ]]
5042026-08-07T23:37:24.704Z++ sleep 1
5052026-08-07T23:37:25.705Z++ retry=26
5062026-08-07T23:37:25.708Z+++ svcs -Hostate baseline
5072026-08-07T23:37:25.720Z++ [[ offline* != online ]]
5082026-08-07T23:37:25.720Z++ [[ 26 -gt 300 ]]
5092026-08-07T23:37:25.720Z++ sleep 1
5102026-08-07T23:37:26.721Z++ retry=27
5112026-08-07T23:37:26.724Z+++ svcs -Hostate baseline
5122026-08-07T23:37:26.736Z++ [[ offline* != online ]]
5132026-08-07T23:37:26.736Z++ [[ 27 -gt 300 ]]
5142026-08-07T23:37:26.739Z++ sleep 1
5152026-08-07T23:37:27.738Z++ retry=28
5162026-08-07T23:37:27.741Z+++ svcs -Hostate baseline
5172026-08-07T23:37:27.752Z++ [[ offline* != online ]]
5182026-08-07T23:37:27.752Z++ [[ 28 -gt 300 ]]
5192026-08-07T23:37:27.752Z++ sleep 1
5202026-08-07T23:37:28.755Z++ retry=29
5212026-08-07T23:37:28.758Z+++ svcs -Hostate baseline
5222026-08-07T23:37:28.768Z++ [[ offline* != online ]]
5232026-08-07T23:37:28.769Z++ [[ 29 -gt 300 ]]
5242026-08-07T23:37:28.769Z++ sleep 1
5252026-08-07T23:37:29.770Z++ retry=30
5262026-08-07T23:37:29.774Z+++ svcs -Hostate baseline
5272026-08-07T23:37:29.785Z++ [[ offline* != online ]]
5282026-08-07T23:37:29.785Z++ [[ 30 -gt 300 ]]
5292026-08-07T23:37:29.785Z++ sleep 1
5302026-08-07T23:37:30.788Z++ retry=31
5312026-08-07T23:37:30.792Z+++ svcs -Hostate baseline
5322026-08-07T23:37:30.801Z++ [[ offline* != online ]]
5332026-08-07T23:37:30.801Z++ [[ 31 -gt 300 ]]
5342026-08-07T23:37:30.801Z++ sleep 1
5352026-08-07T23:37:31.802Z++ retry=32
5362026-08-07T23:37:31.806Z+++ svcs -Hostate baseline
5372026-08-07T23:37:31.817Z++ [[ offline* != online ]]
5382026-08-07T23:37:31.817Z++ [[ 32 -gt 300 ]]
5392026-08-07T23:37:31.817Z++ sleep 1
5402026-08-07T23:37:32.819Z++ retry=33
5412026-08-07T23:37:32.822Z+++ svcs -Hostate baseline
5422026-08-07T23:37:32.833Z++ [[ offline* != online ]]
5432026-08-07T23:37:32.833Z++ [[ 33 -gt 300 ]]
5442026-08-07T23:37:32.833Z++ sleep 1
5452026-08-07T23:37:33.835Z++ retry=34
5462026-08-07T23:37:33.838Z+++ svcs -Hostate baseline
5472026-08-07T23:37:33.849Z++ [[ offline* != online ]]
5482026-08-07T23:37:33.849Z++ [[ 34 -gt 300 ]]
5492026-08-07T23:37:33.849Z++ sleep 1
5502026-08-07T23:37:34.851Z++ retry=35
5512026-08-07T23:37:34.855Z+++ svcs -Hostate baseline
5522026-08-07T23:37:34.866Z++ [[ offline* != online ]]
5532026-08-07T23:37:34.866Z++ [[ 35 -gt 300 ]]
5542026-08-07T23:37:34.866Z++ sleep 1
5552026-08-07T23:37:35.867Z++ retry=36
5562026-08-07T23:37:35.870Z+++ svcs -Hostate baseline
5572026-08-07T23:37:35.882Z++ [[ offline* != online ]]
5582026-08-07T23:37:35.882Z++ [[ 36 -gt 300 ]]
5592026-08-07T23:37:35.882Z++ sleep 1
5602026-08-07T23:37:36.884Z++ retry=37
5612026-08-07T23:37:36.886Z+++ svcs -Hostate baseline
5622026-08-07T23:37:36.898Z++ [[ offline* != online ]]
5632026-08-07T23:37:36.898Z++ [[ 37 -gt 300 ]]
5642026-08-07T23:37:36.898Z++ sleep 1
5652026-08-07T23:37:37.900Z++ retry=38
5662026-08-07T23:37:37.905Z+++ svcs -Hostate baseline
5672026-08-07T23:37:37.914Z++ [[ offline* != online ]]
5682026-08-07T23:37:37.914Z++ [[ 38 -gt 300 ]]
5692026-08-07T23:37:37.914Z++ sleep 1
5702026-08-07T23:37:38.916Z++ retry=39
5712026-08-07T23:37:38.919Z+++ svcs -Hostate baseline
5722026-08-07T23:37:38.930Z++ [[ offline* != online ]]
5732026-08-07T23:37:38.930Z++ [[ 39 -gt 300 ]]
5742026-08-07T23:37:38.930Z++ sleep 1
5752026-08-07T23:37:39.932Z++ retry=40
5762026-08-07T23:37:39.935Z+++ svcs -Hostate baseline
5772026-08-07T23:37:39.946Z++ [[ offline* != online ]]
5782026-08-07T23:37:39.947Z++ [[ 40 -gt 300 ]]
5792026-08-07T23:37:39.947Z++ sleep 1
5802026-08-07T23:37:40.948Z++ retry=41
5812026-08-07T23:37:40.952Z+++ svcs -Hostate baseline
5822026-08-07T23:37:40.962Z++ [[ offline* != online ]]
5832026-08-07T23:37:40.962Z++ [[ 41 -gt 300 ]]
5842026-08-07T23:37:40.962Z++ sleep 1
5852026-08-07T23:37:41.965Z++ retry=42
5862026-08-07T23:37:41.968Z+++ svcs -Hostate baseline
5872026-08-07T23:37:41.979Z++ [[ offline* != online ]]
5882026-08-07T23:37:41.979Z++ [[ 42 -gt 300 ]]
5892026-08-07T23:37:41.979Z++ sleep 1
5902026-08-07T23:37:42.981Z++ retry=43
5912026-08-07T23:37:42.984Z+++ svcs -Hostate baseline
5922026-08-07T23:37:42.995Z++ [[ offline* != online ]]
5932026-08-07T23:37:42.995Z++ [[ 43 -gt 300 ]]
5942026-08-07T23:37:42.995Z++ sleep 1
5952026-08-07T23:37:43.997Z++ retry=44
5962026-08-07T23:37:44.003Z+++ svcs -Hostate baseline
5972026-08-07T23:37:44.011Z++ [[ offline* != online ]]
5982026-08-07T23:37:44.011Z++ [[ 44 -gt 300 ]]
5992026-08-07T23:37:44.011Z++ sleep 1
6002026-08-07T23:37:45.013Z++ retry=45
6012026-08-07T23:37:45.016Z+++ svcs -Hostate baseline
6022026-08-07T23:37:45.027Z++ [[ offline* != online ]]
6032026-08-07T23:37:45.027Z++ [[ 45 -gt 300 ]]
6042026-08-07T23:37:45.027Z++ sleep 1
6052026-08-07T23:37:46.030Z++ retry=46
6062026-08-07T23:37:46.033Z+++ svcs -Hostate baseline
6072026-08-07T23:37:46.043Z++ [[ offline* != online ]]
6082026-08-07T23:37:46.043Z++ [[ 46 -gt 300 ]]
6092026-08-07T23:37:46.046Z++ sleep 1
6102026-08-07T23:37:47.045Z++ retry=47
6112026-08-07T23:37:47.048Z+++ svcs -Hostate baseline
6122026-08-07T23:37:47.060Z++ [[ offline* != online ]]
6132026-08-07T23:37:47.060Z++ [[ 47 -gt 300 ]]
6142026-08-07T23:37:47.060Z++ sleep 1
6152026-08-07T23:37:48.061Z++ retry=48
6162026-08-07T23:37:48.065Z+++ svcs -Hostate baseline
6172026-08-07T23:37:48.076Z++ [[ offline* != online ]]
6182026-08-07T23:37:48.076Z++ [[ 48 -gt 300 ]]
6192026-08-07T23:37:48.076Z++ sleep 1
6202026-08-07T23:37:49.078Z++ retry=49
6212026-08-07T23:37:49.081Z+++ svcs -Hostate baseline
6222026-08-07T23:37:49.092Z++ [[ offline* != online ]]
6232026-08-07T23:37:49.092Z++ [[ 49 -gt 300 ]]
6242026-08-07T23:37:49.095Z++ sleep 1
6252026-08-07T23:37:50.094Z++ retry=50
6262026-08-07T23:37:50.097Z+++ svcs -Hostate baseline
6272026-08-07T23:37:50.108Z++ [[ offline* != online ]]
6282026-08-07T23:37:50.108Z++ [[ 50 -gt 300 ]]
6292026-08-07T23:37:50.108Z++ sleep 1
6302026-08-07T23:37:51.110Z++ retry=51
6312026-08-07T23:37:51.114Z+++ svcs -Hostate baseline
6322026-08-07T23:37:51.125Z++ [[ offline* != online ]]
6332026-08-07T23:37:51.125Z++ [[ 51 -gt 300 ]]
6342026-08-07T23:37:51.125Z++ sleep 1
6352026-08-07T23:37:52.126Z++ retry=52
6362026-08-07T23:37:52.129Z+++ svcs -Hostate baseline
6372026-08-07T23:37:52.141Z++ [[ offline* != online ]]
6382026-08-07T23:37:52.141Z++ [[ 52 -gt 300 ]]
6392026-08-07T23:37:52.144Z++ sleep 1
6402026-08-07T23:37:53.143Z++ retry=53
6412026-08-07T23:37:53.146Z+++ svcs -Hostate baseline
6422026-08-07T23:37:53.157Z++ [[ offline* != online ]]
6432026-08-07T23:37:53.157Z++ [[ 53 -gt 300 ]]
6442026-08-07T23:37:53.160Z++ sleep 1
6452026-08-07T23:37:54.159Z++ retry=54
6462026-08-07T23:37:54.163Z+++ svcs -Hostate baseline
6472026-08-07T23:37:54.174Z++ [[ offline* != online ]]
6482026-08-07T23:37:54.174Z++ [[ 54 -gt 300 ]]
6492026-08-07T23:37:54.174Z++ sleep 1
6502026-08-07T23:37:55.176Z++ retry=55
6512026-08-07T23:37:55.179Z+++ svcs -Hostate baseline
6522026-08-07T23:37:55.190Z++ [[ offline* != online ]]
6532026-08-07T23:37:55.191Z++ [[ 55 -gt 300 ]]
6542026-08-07T23:37:55.191Z++ sleep 1
6552026-08-07T23:37:56.193Z++ retry=56
6562026-08-07T23:37:56.196Z+++ svcs -Hostate baseline
6572026-08-07T23:37:56.208Z++ [[ offline* != online ]]
6582026-08-07T23:37:56.208Z++ [[ 56 -gt 300 ]]
6592026-08-07T23:37:56.208Z++ sleep 1
6602026-08-07T23:37:57.209Z++ retry=57
6612026-08-07T23:37:57.212Z+++ svcs -Hostate baseline
6622026-08-07T23:37:57.223Z++ [[ offline* != online ]]
6632026-08-07T23:37:57.223Z++ [[ 57 -gt 300 ]]
6642026-08-07T23:37:57.223Z++ sleep 1
6652026-08-07T23:37:58.225Z++ retry=58
6662026-08-07T23:37:58.228Z+++ svcs -Hostate baseline
6672026-08-07T23:37:58.240Z++ [[ offline* != online ]]
6682026-08-07T23:37:58.240Z++ [[ 58 -gt 300 ]]
6692026-08-07T23:37:58.240Z++ sleep 1
6702026-08-07T23:37:59.242Z++ retry=59
6712026-08-07T23:37:59.245Z+++ svcs -Hostate baseline
6722026-08-07T23:37:59.256Z++ [[ offline* != online ]]
6732026-08-07T23:37:59.256Z++ [[ 59 -gt 300 ]]
6742026-08-07T23:37:59.256Z++ sleep 1
6752026-08-07T23:38:00.258Z++ retry=60
6762026-08-07T23:38:00.261Z+++ svcs -Hostate baseline
6772026-08-07T23:38:00.273Z++ [[ offline* != online ]]
6782026-08-07T23:38:00.273Z++ [[ 60 -gt 300 ]]
6792026-08-07T23:38:00.273Z++ sleep 1
6802026-08-07T23:38:01.275Z++ retry=61
6812026-08-07T23:38:01.279Z+++ svcs -Hostate baseline
6822026-08-07T23:38:01.289Z++ [[ offline* != online ]]
6832026-08-07T23:38:01.289Z++ [[ 61 -gt 300 ]]
6842026-08-07T23:38:01.292Z++ sleep 1
6852026-08-07T23:38:02.291Z++ retry=62
6862026-08-07T23:38:02.294Z+++ svcs -Hostate baseline
6872026-08-07T23:38:02.306Z++ [[ offline* != online ]]
6882026-08-07T23:38:02.306Z++ [[ 62 -gt 300 ]]
6892026-08-07T23:38:02.309Z++ sleep 1
6902026-08-07T23:38:03.308Z++ retry=63
6912026-08-07T23:38:03.311Z+++ svcs -Hostate baseline
6922026-08-07T23:38:03.322Z++ [[ offline* != online ]]
6932026-08-07T23:38:03.322Z++ [[ 63 -gt 300 ]]
6942026-08-07T23:38:03.322Z++ sleep 1
6952026-08-07T23:38:04.324Z++ retry=64
6962026-08-07T23:38:04.327Z+++ svcs -Hostate baseline
6972026-08-07T23:38:04.338Z++ [[ offline* != online ]]
6982026-08-07T23:38:04.338Z++ [[ 64 -gt 300 ]]
6992026-08-07T23:38:04.338Z++ sleep 1
7002026-08-07T23:38:05.340Z++ retry=65
7012026-08-07T23:38:05.343Z+++ svcs -Hostate baseline
7022026-08-07T23:38:05.355Z++ [[ offline* != online ]]
7032026-08-07T23:38:05.355Z++ [[ 65 -gt 300 ]]
7042026-08-07T23:38:05.355Z++ sleep 1
7052026-08-07T23:38:06.357Z++ retry=66
7062026-08-07T23:38:06.361Z+++ svcs -Hostate baseline
7072026-08-07T23:38:06.373Z++ [[ offline* != online ]]
7082026-08-07T23:38:06.373Z++ [[ 66 -gt 300 ]]
7092026-08-07T23:38:06.373Z++ sleep 1
7102026-08-07T23:38:07.375Z++ retry=67
7112026-08-07T23:38:07.378Z+++ svcs -Hostate baseline
7122026-08-07T23:38:07.389Z++ [[ offline* != online ]]
7132026-08-07T23:38:07.389Z++ [[ 67 -gt 300 ]]
7142026-08-07T23:38:07.392Z++ sleep 1
7152026-08-07T23:38:08.392Z++ retry=68
7162026-08-07T23:38:08.395Z+++ svcs -Hostate baseline
7172026-08-07T23:38:08.405Z++ [[ offline* != online ]]
7182026-08-07T23:38:08.405Z++ [[ 68 -gt 300 ]]
7192026-08-07T23:38:08.405Z++ sleep 1
7202026-08-07T23:38:09.407Z++ retry=69
7212026-08-07T23:38:09.410Z+++ svcs -Hostate baseline
7222026-08-07T23:38:09.422Z++ [[ offline* != online ]]
7232026-08-07T23:38:09.422Z++ [[ 69 -gt 300 ]]
7242026-08-07T23:38:09.422Z++ sleep 1
7252026-08-07T23:38:10.424Z++ retry=70
7262026-08-07T23:38:10.426Z+++ svcs -Hostate baseline
7272026-08-07T23:38:10.439Z++ [[ offline* != online ]]
7282026-08-07T23:38:10.439Z++ [[ 70 -gt 300 ]]
7292026-08-07T23:38:10.439Z++ sleep 1
7302026-08-07T23:38:11.446Z++ retry=71
7312026-08-07T23:38:11.450Z+++ svcs -Hostate baseline
7322026-08-07T23:38:11.456Z++ [[ offline* != online ]]
7332026-08-07T23:38:11.456Z++ [[ 71 -gt 300 ]]
7342026-08-07T23:38:11.456Z++ sleep 1
7352026-08-07T23:38:12.457Z++ retry=72
7362026-08-07T23:38:12.460Z+++ svcs -Hostate baseline
7372026-08-07T23:38:12.472Z++ [[ offline* != online ]]
7382026-08-07T23:38:12.472Z++ [[ 72 -gt 300 ]]
7392026-08-07T23:38:12.472Z++ sleep 1
7402026-08-07T23:38:13.475Z++ retry=73
7412026-08-07T23:38:13.479Z+++ svcs -Hostate baseline
7422026-08-07T23:38:13.490Z++ [[ offline* != online ]]
7432026-08-07T23:38:13.490Z++ [[ 73 -gt 300 ]]
7442026-08-07T23:38:13.490Z++ sleep 1
7452026-08-07T23:38:14.490Z++ retry=74
7462026-08-07T23:38:14.492Z+++ svcs -Hostate baseline
7472026-08-07T23:38:14.504Z++ [[ offline* != online ]]
7482026-08-07T23:38:14.504Z++ [[ 74 -gt 300 ]]
7492026-08-07T23:38:14.508Z++ sleep 1
7502026-08-07T23:38:15.506Z++ retry=75
7512026-08-07T23:38:15.509Z+++ svcs -Hostate baseline
7522026-08-07T23:38:15.520Z++ [[ offline* != online ]]
7532026-08-07T23:38:15.520Z++ [[ 75 -gt 300 ]]
7542026-08-07T23:38:15.520Z++ sleep 1
7552026-08-07T23:38:16.526Z++ retry=76
7562026-08-07T23:38:16.529Z+++ svcs -Hostate baseline
7572026-08-07T23:38:16.537Z++ [[ offline* != online ]]
7582026-08-07T23:38:16.537Z++ [[ 76 -gt 300 ]]
7592026-08-07T23:38:16.537Z++ sleep 1
7602026-08-07T23:38:17.541Z++ retry=77
7612026-08-07T23:38:17.546Z+++ svcs -Hostate baseline
7622026-08-07T23:38:17.553Z++ [[ offline* != online ]]
7632026-08-07T23:38:17.553Z++ [[ 77 -gt 300 ]]
7642026-08-07T23:38:17.553Z++ sleep 1
7652026-08-07T23:38:18.555Z++ retry=78
7662026-08-07T23:38:18.559Z+++ svcs -Hostate baseline
7672026-08-07T23:38:18.571Z++ [[ offline* != online ]]
7682026-08-07T23:38:18.571Z++ [[ 78 -gt 300 ]]
7692026-08-07T23:38:18.571Z++ sleep 1
7702026-08-07T23:38:19.571Z++ retry=79
7712026-08-07T23:38:19.575Z+++ svcs -Hostate baseline
7722026-08-07T23:38:19.586Z++ [[ offline* != online ]]
7732026-08-07T23:38:19.586Z++ [[ 79 -gt 300 ]]
7742026-08-07T23:38:19.586Z++ sleep 1
7752026-08-07T23:38:20.587Z++ retry=80
7762026-08-07T23:38:20.591Z+++ svcs -Hostate baseline
7772026-08-07T23:38:20.602Z++ [[ offline* != online ]]
7782026-08-07T23:38:20.602Z++ [[ 80 -gt 300 ]]
7792026-08-07T23:38:20.602Z++ sleep 1
7802026-08-07T23:38:21.603Z++ retry=81
7812026-08-07T23:38:21.607Z+++ svcs -Hostate baseline
7822026-08-07T23:38:21.618Z++ [[ offline* != online ]]
7832026-08-07T23:38:21.618Z++ [[ 81 -gt 300 ]]
7842026-08-07T23:38:21.618Z++ sleep 1
7852026-08-07T23:38:22.620Z++ retry=82
7862026-08-07T23:38:22.623Z+++ svcs -Hostate baseline
7872026-08-07T23:38:22.634Z++ [[ offline* != online ]]
7882026-08-07T23:38:22.634Z++ [[ 82 -gt 300 ]]
7892026-08-07T23:38:22.634Z++ sleep 1
7902026-08-07T23:38:23.637Z++ retry=83
7912026-08-07T23:38:23.640Z+++ svcs -Hostate baseline
7922026-08-07T23:38:23.651Z++ [[ offline* != online ]]
7932026-08-07T23:38:23.651Z++ [[ 83 -gt 300 ]]
7942026-08-07T23:38:23.651Z++ sleep 1
7952026-08-07T23:38:24.652Z++ retry=84
7962026-08-07T23:38:24.655Z+++ svcs -Hostate baseline
7972026-08-07T23:38:24.667Z++ [[ offline* != online ]]
7982026-08-07T23:38:24.667Z++ [[ 84 -gt 300 ]]
7992026-08-07T23:38:24.667Z++ sleep 1
8002026-08-07T23:38:25.669Z++ retry=85
8012026-08-07T23:38:25.671Z+++ svcs -Hostate baseline
8022026-08-07T23:38:25.683Z++ [[ offline* != online ]]
8032026-08-07T23:38:25.683Z++ [[ 85 -gt 300 ]]
8042026-08-07T23:38:25.683Z++ sleep 1
8052026-08-07T23:38:26.685Z++ retry=86
8062026-08-07T23:38:26.688Z+++ svcs -Hostate baseline
8072026-08-07T23:38:26.699Z++ [[ offline* != online ]]
8082026-08-07T23:38:26.699Z++ [[ 86 -gt 300 ]]
8092026-08-07T23:38:26.699Z++ sleep 1
8102026-08-07T23:38:27.702Z++ retry=87
8112026-08-07T23:38:27.705Z+++ svcs -Hostate baseline
8122026-08-07T23:38:27.716Z++ [[ offline* != online ]]
8132026-08-07T23:38:27.716Z++ [[ 87 -gt 300 ]]
8142026-08-07T23:38:27.716Z++ sleep 1
8152026-08-07T23:38:28.718Z++ retry=88
8162026-08-07T23:38:28.722Z+++ svcs -Hostate baseline
8172026-08-07T23:38:28.732Z++ [[ offline* != online ]]
8182026-08-07T23:38:28.732Z++ [[ 88 -gt 300 ]]
8192026-08-07T23:38:28.732Z++ sleep 1
8202026-08-07T23:38:29.733Z++ retry=89
8212026-08-07T23:38:29.736Z+++ svcs -Hostate baseline
8222026-08-07T23:38:29.748Z++ [[ offline* != online ]]
8232026-08-07T23:38:29.748Z++ [[ 89 -gt 300 ]]
8242026-08-07T23:38:29.748Z++ sleep 1
8252026-08-07T23:38:30.750Z++ retry=90
8262026-08-07T23:38:30.753Z+++ svcs -Hostate baseline
8272026-08-07T23:38:30.764Z++ [[ offline* != online ]]
8282026-08-07T23:38:30.764Z++ [[ 90 -gt 300 ]]
8292026-08-07T23:38:30.767Z++ sleep 1
8302026-08-07T23:38:31.766Z++ retry=91
8312026-08-07T23:38:31.769Z+++ svcs -Hostate baseline
8322026-08-07T23:38:31.780Z++ [[ offline* != online ]]
8332026-08-07T23:38:31.780Z++ [[ 91 -gt 300 ]]
8342026-08-07T23:38:31.780Z++ sleep 1
8352026-08-07T23:38:32.782Z++ retry=92
8362026-08-07T23:38:32.785Z+++ svcs -Hostate baseline
8372026-08-07T23:38:32.796Z++ [[ offline* != online ]]
8382026-08-07T23:38:32.796Z++ [[ 92 -gt 300 ]]
8392026-08-07T23:38:32.796Z++ sleep 1
8402026-08-07T23:38:33.798Z++ retry=93
8412026-08-07T23:38:33.801Z+++ svcs -Hostate baseline
8422026-08-07T23:38:33.812Z++ [[ offline* != online ]]
8432026-08-07T23:38:33.812Z++ [[ 93 -gt 300 ]]
8442026-08-07T23:38:33.815Z++ sleep 1
8452026-08-07T23:38:34.814Z++ retry=94
8462026-08-07T23:38:34.817Z+++ svcs -Hostate baseline
8472026-08-07T23:38:34.828Z++ [[ offline* != online ]]
8482026-08-07T23:38:34.828Z++ [[ 94 -gt 300 ]]
8492026-08-07T23:38:34.828Z++ sleep 1
8502026-08-07T23:38:35.830Z++ retry=95
8512026-08-07T23:38:35.832Z+++ svcs -Hostate baseline
8522026-08-07T23:38:35.843Z++ [[ offline* != online ]]
8532026-08-07T23:38:35.846Z++ [[ 95 -gt 300 ]]
8542026-08-07T23:38:35.846Z++ sleep 1
8552026-08-07T23:38:36.844Z++ retry=96
8562026-08-07T23:38:36.847Z+++ svcs -Hostate baseline
8572026-08-07T23:38:36.858Z++ [[ offline* != online ]]
8582026-08-07T23:38:36.861Z++ [[ 96 -gt 300 ]]
8592026-08-07T23:38:36.861Z++ sleep 1
8602026-08-07T23:38:37.860Z++ retry=97
8612026-08-07T23:38:37.863Z+++ svcs -Hostate baseline
8622026-08-07T23:38:37.875Z++ [[ offline* != online ]]
8632026-08-07T23:38:37.875Z++ [[ 97 -gt 300 ]]
8642026-08-07T23:38:37.878Z++ sleep 1
8652026-08-07T23:38:38.877Z++ retry=98
8662026-08-07T23:38:38.880Z+++ svcs -Hostate baseline
8672026-08-07T23:38:38.891Z++ [[ offline* != online ]]
8682026-08-07T23:38:38.891Z++ [[ 98 -gt 300 ]]
8692026-08-07T23:38:38.891Z++ sleep 1
8702026-08-07T23:38:39.893Z++ retry=99
8712026-08-07T23:38:39.895Z+++ svcs -Hostate baseline
8722026-08-07T23:38:39.907Z++ [[ offline* != online ]]
8732026-08-07T23:38:39.907Z++ [[ 99 -gt 300 ]]
8742026-08-07T23:38:39.907Z++ sleep 1
8752026-08-07T23:38:40.909Z++ retry=100
8762026-08-07T23:38:40.912Z+++ svcs -Hostate baseline
8772026-08-07T23:38:40.923Z++ [[ offline* != online ]]
8782026-08-07T23:38:40.923Z++ [[ 100 -gt 300 ]]
8792026-08-07T23:38:40.924Z++ sleep 1
8802026-08-07T23:38:41.925Z++ retry=101
8812026-08-07T23:38:41.928Z+++ svcs -Hostate baseline
8822026-08-07T23:38:41.940Z++ [[ offline* != online ]]
8832026-08-07T23:38:41.940Z++ [[ 101 -gt 300 ]]
8842026-08-07T23:38:41.940Z++ sleep 1
8852026-08-07T23:38:42.941Z++ retry=102
8862026-08-07T23:38:42.944Z+++ svcs -Hostate baseline
8872026-08-07T23:38:42.955Z++ [[ offline* != online ]]
8882026-08-07T23:38:42.955Z++ [[ 102 -gt 300 ]]
8892026-08-07T23:38:42.955Z++ sleep 1
8902026-08-07T23:38:43.957Z++ retry=103
8912026-08-07T23:38:43.960Z+++ svcs -Hostate baseline
8922026-08-07T23:38:43.971Z++ [[ offline* != online ]]
8932026-08-07T23:38:43.974Z++ [[ 103 -gt 300 ]]
8942026-08-07T23:38:43.974Z++ sleep 1
8952026-08-07T23:38:44.973Z++ retry=104
8962026-08-07T23:38:44.975Z+++ svcs -Hostate baseline
8972026-08-07T23:38:44.987Z++ [[ offline* != online ]]
8982026-08-07T23:38:44.987Z++ [[ 104 -gt 300 ]]
8992026-08-07T23:38:44.987Z++ sleep 1
9002026-08-07T23:38:45.989Z++ retry=105
9012026-08-07T23:38:45.991Z+++ svcs -Hostate baseline
9022026-08-07T23:38:46.003Z++ [[ offline* != online ]]
9032026-08-07T23:38:46.003Z++ [[ 105 -gt 300 ]]
9042026-08-07T23:38:46.003Z++ sleep 1
9052026-08-07T23:38:47.005Z++ retry=106
9062026-08-07T23:38:47.008Z+++ svcs -Hostate baseline
9072026-08-07T23:38:47.019Z++ [[ offline* != online ]]
9082026-08-07T23:38:47.019Z++ [[ 106 -gt 300 ]]
9092026-08-07T23:38:47.019Z++ sleep 1
9102026-08-07T23:38:48.021Z++ retry=107
9112026-08-07T23:38:48.024Z+++ svcs -Hostate baseline
9122026-08-07T23:38:48.036Z++ [[ offline* != online ]]
9132026-08-07T23:38:48.036Z++ [[ 107 -gt 300 ]]
9142026-08-07T23:38:48.036Z++ sleep 1
9152026-08-07T23:38:49.037Z++ retry=108
9162026-08-07T23:38:49.040Z+++ svcs -Hostate baseline
9172026-08-07T23:38:49.052Z++ [[ online != online ]]
9182026-08-07T23:38:49.052Z++ set -o errexit
9192026-08-07T23:38:49.055Z++ set -o pipefail
9202026-08-07T23:38:49.055Z++ banner build
9212026-08-07T23:38:49.055Z
9222026-08-07T23:38:49.055Z ##### # # # # #####
9232026-08-07T23:38:49.055Z # # # # # # # #
9242026-08-07T23:38:49.055Z ##### # # # # # #
9252026-08-07T23:38:49.055Z # # # # # # # #
9262026-08-07T23:38:49.055Z # # # # # # # #
9272026-08-07T23:38:49.055Z ##### #### # ###### #####
9282026-08-07T23:38:49.055Z
9292026-08-07T23:38:49.055Z++ cargo build --release --bin ddmd --bin ddmadm
9302026-08-07T23:38:49.059Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
9312026-08-07T23:38:49.202Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
9322026-08-07T23:38:49.205Zinfo: downloading 6 components
9332026-08-07T23:39:04.391Z Updating git repository `https://github.com/oxidecomputer/falcon`
9342026-08-07T23:39:05.331ZFrom https://github.com/oxidecomputer/falcon
9352026-08-07T23:39:05.331Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9362026-08-07T23:39:05.410Z Updating crates.io index
9372026-08-07T23:39:05.413Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9382026-08-07T23:39:06.172ZFrom https://github.com/oxidecomputer/dendrite
9392026-08-07T23:39:06.172Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
9402026-08-07T23:39:06.206Z Updating git repository `https://github.com/oxidecomputer/ispf`
9412026-08-07T23:39:06.506ZFrom https://github.com/oxidecomputer/ispf
9422026-08-07T23:39:06.506Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9432026-08-07T23:39:06.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9442026-08-07T23:39:06.922ZFrom https://github.com/oxidecomputer/netadm-sys
9452026-08-07T23:39:06.922Z * [new ref] 33fd10c84c2ccc8b8a22edca1756a519fd458e43 -> refs/commit/33fd10c84c2ccc8b8a22edca1756a519fd458e43
9462026-08-07T23:39:06.929Z Updating git repository `https://github.com/oxidecomputer/omicron`
9472026-08-07T23:39:17.473ZFrom https://github.com/oxidecomputer/omicron
9482026-08-07T23:39:17.473Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9492026-08-07T23:39:17.888Z Updating git repository `https://github.com/oxidecomputer/opte`
9502026-08-07T23:39:18.856ZFrom https://github.com/oxidecomputer/opte
9512026-08-07T23:39:18.856Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
9522026-08-07T23:39:18.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9532026-08-07T23:39:19.187ZFrom https://github.com/oxidecomputer/slog-error-chain
9542026-08-07T23:39:19.187Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9552026-08-07T23:39:19.195Z Updating git repository `https://github.com/illumos/smf-rs`
9562026-08-07T23:39:19.486ZFrom https://github.com/illumos/smf-rs
9572026-08-07T23:39:19.486Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9582026-08-07T23:39:19.493Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9592026-08-07T23:39:19.782ZFrom https://github.com/oxidecomputer/network-interface
9602026-08-07T23:39:19.782Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9612026-08-07T23:39:19.789Z Updating git repository `https://github.com/oxidecomputer/zone`
9622026-08-07T23:39:20.082ZFrom https://github.com/oxidecomputer/zone
9632026-08-07T23:39:20.082Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9642026-08-07T23:39:20.087Z Updating git repository `https://github.com/oxidecomputer/propolis`
9652026-08-07T23:39:21.010ZFrom https://github.com/oxidecomputer/propolis
9662026-08-07T23:39:21.010Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9672026-08-07T23:39:21.052Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9682026-08-07T23:39:21.617ZFrom https://github.com/oxidecomputer/transceiver-control
9692026-08-07T23:39:21.617Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9702026-08-07T23:39:21.626Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9712026-08-07T23:39:21.918ZFrom https://github.com/oxidecomputer/dlpi-sys
9722026-08-07T23:39:21.918Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9732026-08-07T23:39:21.924Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9742026-08-07T23:39:22.249ZFrom https://github.com/jmesmon/rust-libzfs
9752026-08-07T23:39:22.249Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9762026-08-07T23:39:22.256Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9772026-08-07T23:39:22.586ZFrom https://github.com/oxidecomputer/rusty-doors
9782026-08-07T23:39:22.586Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9792026-08-07T23:39:22.592Z Updating git repository `https://github.com/oxidecomputer/lldp`
9802026-08-07T23:39:22.978ZFrom https://github.com/oxidecomputer/lldp
9812026-08-07T23:39:22.979Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9822026-08-07T23:39:22.990Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9832026-08-07T23:39:23.356ZFrom https://github.com/oxidecomputer/tufaceous
9842026-08-07T23:39:23.356Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9852026-08-07T23:39:23.366Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-08-07T23:39:23.896ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-08-07T23:39:23.896Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9882026-08-07T23:39:23.908Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-08-07T23:39:25.128ZFrom https://github.com/oxidecomputer/crucible
9902026-08-07T23:39:25.128Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9912026-08-07T23:39:25.170Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9922026-08-07T23:39:25.503ZFrom https://github.com/oxidecomputer/serde_human_bytes
9932026-08-07T23:39:25.503Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9942026-08-07T23:39:25.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-08-07T23:39:25.991ZFrom https://github.com/oxidecomputer/propolis
9962026-08-07T23:39:25.991Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9972026-08-07T23:39:26.033Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-08-07T23:39:26.967ZFrom https://github.com/oxidecomputer/crucible
9992026-08-07T23:39:26.967Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10002026-08-07T23:39:27.031Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-08-07T23:39:27.427ZFrom https://github.com/oxidecomputer/tofino
10022026-08-07T23:39:27.427Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10032026-08-07T23:39:27.437Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-08-07T23:39:28.188ZFrom https://github.com/oxidecomputer/maghemite
10052026-08-07T23:39:28.188Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-08-07T23:39:28.219Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-08-07T23:39:28.553ZFrom https://github.com/oxidecomputer/clickward
10082026-08-07T23:39:28.553Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-08-07T23:39:28.559Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10102026-08-07T23:39:28.869ZFrom https://github.com/oxidecomputer/illumos-devinfo
10112026-08-07T23:39:28.869Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10122026-08-07T23:39:30.816Z Downloading crates ...
10132026-08-07T23:39:30.880Z Downloaded argon2 v0.5.3
10142026-08-07T23:39:30.886Z Downloaded hubpack v0.1.2
10152026-08-07T23:39:30.889Z Downloaded ahash v0.8.12
10162026-08-07T23:39:30.894Z Downloaded aead v0.5.2
10172026-08-07T23:39:30.896Z Downloaded adler2 v2.0.1
10182026-08-07T23:39:30.896Z Downloaded anstyle-query v1.1.5
10192026-08-07T23:39:30.897Z Downloaded async-recursion v1.1.1
10202026-08-07T23:39:30.901Z Downloaded cfg-if v1.0.4
10212026-08-07T23:39:30.908Z Downloaded ident_case v1.0.1
10222026-08-07T23:39:30.911Z Downloaded indent_write v2.2.0
10232026-08-07T23:39:30.911Z Downloaded base16ct v0.2.0
10242026-08-07T23:39:30.911Z Downloaded instant v0.1.13
10252026-08-07T23:39:30.914Z Downloaded arc-swap v1.9.1
10262026-08-07T23:39:30.914Z Downloaded atomicwrites v0.4.4
10272026-08-07T23:39:30.916Z Downloaded num_threads v0.1.7
10282026-08-07T23:39:30.919Z Downloaded olpc-cjson v0.1.4
10292026-08-07T23:39:30.919Z Downloaded httpdate v1.0.3
10302026-08-07T23:39:30.919Z Downloaded konst_macro_rules v0.2.19
10312026-08-07T23:39:30.922Z Downloaded macaddr v1.0.1
10322026-08-07T23:39:30.922Z Downloaded block-buffer v0.10.4
10332026-08-07T23:39:30.925Z Downloaded cfg_aliases v0.2.1
10342026-08-07T23:39:30.928Z Downloaded anstyle v1.0.14
10352026-08-07T23:39:30.930Z Downloaded hubpack_derive v0.1.1
10362026-08-07T23:39:30.930Z Downloaded anstream v1.0.0
10372026-08-07T23:39:30.933Z Downloaded base16ct v1.0.0
10382026-08-07T23:39:30.933Z Downloaded bytecount v0.6.9
10392026-08-07T23:39:30.936Z Downloaded is-terminal v0.4.17
10402026-08-07T23:39:30.939Z Downloaded async-stream v0.3.6
10412026-08-07T23:39:30.939Z Downloaded atomic-waker v1.1.2
10422026-08-07T23:39:30.939Z Downloaded keccak v0.1.6
10432026-08-07T23:39:30.943Z Downloaded compression-core v0.4.32
10442026-08-07T23:39:30.945Z Downloaded async-stream-impl v0.3.6
10452026-08-07T23:39:30.946Z Downloaded ciborium-ll v0.2.2
10462026-08-07T23:39:30.946Z Downloaded ingot-types v0.1.2
10472026-08-07T23:39:30.948Z Downloaded inout v0.1.4
10482026-08-07T23:39:30.949Z Downloaded bit-set v0.8.0
10492026-08-07T23:39:30.953Z Downloaded curve25519-dalek-derive v0.1.1
10502026-08-07T23:39:30.955Z Downloaded idna_adapter v1.2.2
10512026-08-07T23:39:30.955Z Downloaded cpufeatures v0.2.17
10522026-08-07T23:39:30.955Z Downloaded const-random-macro v0.1.16
10532026-08-07T23:39:30.959Z Downloaded crunchy v0.2.4
10542026-08-07T23:39:30.959Z Downloaded internet-checksum v0.2.1
10552026-08-07T23:39:30.963Z Downloaded bcs v0.1.6
10562026-08-07T23:39:30.966Z Downloaded itoa v1.0.18
10572026-08-07T23:39:30.966Z Downloaded byteorder v1.5.0
10582026-08-07T23:39:30.969Z Downloaded humantime v2.3.0
10592026-08-07T23:39:30.969Z Downloaded ipnetwork v0.21.1
10602026-08-07T23:39:30.969Z Downloaded cpufeatures v0.3.0
10612026-08-07T23:39:30.972Z Downloaded hyper-rustls v0.27.9
10622026-08-07T23:39:30.975Z Downloaded ingot-types v0.2.0
10632026-08-07T23:39:30.978Z Downloaded async-trait v0.1.89
10642026-08-07T23:39:30.981Z Downloaded block-buffer v0.12.0
10652026-08-07T23:39:30.981Z Downloaded chacha20 v0.9.1
10662026-08-07T23:39:30.981Z Downloaded num-conv v0.2.2
10672026-08-07T23:39:30.987Z Downloaded darling v0.23.0
10682026-08-07T23:39:30.990Z Downloaded hybrid-array v0.4.12
10692026-08-07T23:39:30.990Z Downloaded ingot v0.1.1
10702026-08-07T23:39:30.990Z Downloaded newtype_derive v0.1.6
10712026-08-07T23:39:30.990Z Downloaded anstyle-parse v1.0.0
10722026-08-07T23:39:30.990Z Downloaded bitflags v1.3.2
10732026-08-07T23:39:30.990Z Downloaded bs58 v0.5.1
10742026-08-07T23:39:30.993Z Downloaded newline-converter v0.3.0
10752026-08-07T23:39:30.993Z Downloaded ciborium-io v0.2.2
10762026-08-07T23:39:30.993Z Downloaded const-random v0.1.18
10772026-08-07T23:39:30.993Z Downloaded linked-hash-map v0.5.6
10782026-08-07T23:39:30.993Z Downloaded memoffset v0.9.1
10792026-08-07T23:39:30.997Z Downloaded cstr-argument v0.1.2
10802026-08-07T23:39:30.997Z Downloaded clap_lex v1.1.0
10812026-08-07T23:39:30.997Z Downloaded colorchoice v1.0.5
10822026-08-07T23:39:30.997Z Downloaded newtype-uuid-macros v0.1.0
10832026-08-07T23:39:31.000Z Downloaded num-derive v0.4.2
10842026-08-07T23:39:31.001Z Downloaded mime v0.3.17
10852026-08-07T23:39:31.001Z Downloaded cobs v0.3.0
10862026-08-07T23:39:31.001Z Downloaded num-iter v0.1.45
10872026-08-07T23:39:31.001Z Downloaded num_enum_derive v0.5.11
10882026-08-07T23:39:31.004Z Downloaded is_ci v1.2.0
10892026-08-07T23:39:31.004Z Downloaded is_terminal_polyfill v1.70.2
10902026-08-07T23:39:31.004Z Downloaded natord v1.0.9
10912026-08-07T23:39:31.004Z Downloaded crypto-common v0.2.2
10922026-08-07T23:39:31.006Z Downloaded lru-cache v0.1.2
10932026-08-07T23:39:31.010Z Downloaded lazy_static v1.5.0
10942026-08-07T23:39:31.010Z Downloaded num v0.4.3
10952026-08-07T23:39:31.018Z Downloaded crc8 v0.1.1
10962026-08-07T23:39:31.021Z Downloaded crucible-workspace-hack v0.1.0
10972026-08-07T23:39:31.021Z Downloaded jobserver v0.1.34
10982026-08-07T23:39:31.023Z Downloaded num-rational v0.4.2
10992026-08-07T23:39:31.023Z Downloaded anyhow v1.0.104
11002026-08-07T23:39:31.026Z Downloaded ingot v0.2.1
11012026-08-07T23:39:31.026Z Downloaded multer v3.1.0
11022026-08-07T23:39:31.029Z Downloaded camino-tempfile v1.4.1
11032026-08-07T23:39:31.032Z Downloaded no-std-compat v0.4.1
11042026-08-07T23:39:31.035Z Downloaded autocfg v1.5.1
11052026-08-07T23:39:31.037Z Downloaded bit-vec v0.8.0
11062026-08-07T23:39:31.037Z Downloaded crypto-common v0.1.7
11072026-08-07T23:39:31.037Z Downloaded byte-wrapper v0.1.0
11082026-08-07T23:39:31.040Z Downloaded match_cfg v0.1.0
11092026-08-07T23:39:31.040Z Downloaded omicron-workspace-hack v0.1.0
11102026-08-07T23:39:31.043Z Downloaded libscf-sys v1.2.0
11112026-08-07T23:39:31.043Z Downloaded lru-slab v0.1.2
11122026-08-07T23:39:31.043Z Downloaded memmap v0.7.0
11132026-08-07T23:39:31.043Z Downloaded cargo_toml v0.22.3
11142026-08-07T23:39:31.046Z Downloaded scroll_derive v0.12.1
11152026-08-07T23:39:31.046Z Downloaded iana-time-zone v0.1.65
11162026-08-07T23:39:31.055Z Downloaded cipher v0.4.4
11172026-08-07T23:39:31.058Z Downloaded backoff v0.4.0
11182026-08-07T23:39:31.058Z Downloaded convert_case v0.4.0
11192026-08-07T23:39:31.058Z Downloaded serde_spanned v1.1.1
11202026-08-07T23:39:31.061Z Downloaded cmake v0.1.58
11212026-08-07T23:39:31.061Z Downloaded daft-derive v0.1.7
11222026-08-07T23:39:31.064Z Downloaded structmeta-derive v0.3.0
11232026-08-07T23:39:31.067Z Downloaded supports-color v3.0.2
11242026-08-07T23:39:31.067Z Downloaded sigpipe v0.1.3
11252026-08-07T23:39:31.070Z Downloaded take_mut v0.2.2
11262026-08-07T23:39:31.070Z Downloaded tagptr v0.2.0
11272026-08-07T23:39:31.070Z Downloaded thread-id v4.2.2
11282026-08-07T23:39:31.073Z Downloaded tower-layer v0.3.3
11292026-08-07T23:39:31.076Z Downloaded stable_deref_trait v1.2.1
11302026-08-07T23:39:31.076Z Downloaded sync_wrapper v1.0.2
11312026-08-07T23:39:31.076Z Downloaded try-lock v0.2.5
11322026-08-07T23:39:31.076Z Downloaded ipnet v2.12.0
11332026-08-07T23:39:31.079Z Downloaded csv-core v0.1.13
11342026-08-07T23:39:31.081Z Downloaded num_enum_derive v0.7.6
11352026-08-07T23:39:31.084Z Downloaded daft v0.1.7
11362026-08-07T23:39:31.089Z Downloaded unicode-xid v0.2.6
11372026-08-07T23:39:31.093Z Downloaded utf8_iter v1.0.4
11382026-08-07T23:39:31.096Z Downloaded ingot-macros v0.2.0
11392026-08-07T23:39:31.096Z Downloaded num_enum v0.5.11
11402026-08-07T23:39:31.099Z Downloaded num_enum v0.7.6
11412026-08-07T23:39:31.101Z Downloaded unarray v0.1.4
11422026-08-07T23:39:31.107Z Downloaded crossbeam-deque v0.8.6
11432026-08-07T23:39:31.109Z Downloaded compression-codecs v0.4.38
11442026-08-07T23:39:31.112Z Downloaded rusty-fork v0.3.1
11452026-08-07T23:39:31.112Z Downloaded camino v1.2.5
11462026-08-07T23:39:31.112Z Downloaded libsw-core v0.3.2
11472026-08-07T23:39:31.116Z Downloaded num-complex v0.4.6
11482026-08-07T23:39:31.116Z Downloaded num-integer v0.1.46
11492026-08-07T23:39:31.116Z Downloaded untrusted v0.9.0
11502026-08-07T23:39:31.116Z Downloaded critical-section v1.2.0
11512026-08-07T23:39:31.119Z Downloaded base64ct v1.8.3
11522026-08-07T23:39:31.119Z Downloaded blake2 v0.10.6
11532026-08-07T23:39:31.122Z Downloaded cancel-safe-futures v0.1.5
11542026-08-07T23:39:31.122Z Downloaded scroll v0.13.0
11552026-08-07T23:39:31.125Z Downloaded zone_cfg_derive v0.3.1
11562026-08-07T23:39:31.126Z Downloaded defmt v0.3.100
11572026-08-07T23:39:31.126Z Downloaded enum-as-inner v0.6.1
11582026-08-07T23:39:31.126Z Downloaded scroll v0.12.0
11592026-08-07T23:39:31.129Z Downloaded embedded-io v0.6.1
11602026-08-07T23:39:31.129Z Downloaded foreign-types-shared v0.1.1
11612026-08-07T23:39:31.133Z Downloaded ingot-macros v0.1.1
11622026-08-07T23:39:31.133Z Downloaded lock_api v0.4.14
11632026-08-07T23:39:31.133Z Downloaded memmap2 v0.9.10
11642026-08-07T23:39:31.139Z Downloaded icu_provider v2.2.0
11652026-08-07T23:39:31.140Z Downloaded managed v0.8.0
11662026-08-07T23:39:31.143Z Downloaded float-ord v0.3.2
11672026-08-07T23:39:31.143Z Downloaded hash32 v0.3.1
11682026-08-07T23:39:31.143Z Downloaded serde_path_to_error v0.1.20
11692026-08-07T23:39:31.143Z Downloaded const_format_proc_macros v0.2.34
11702026-08-07T23:39:31.143Z Downloaded colored v3.1.1
11712026-08-07T23:39:31.143Z Downloaded sha2 v0.10.9
11722026-08-07T23:39:31.143Z Downloaded slab v0.4.12
11732026-08-07T23:39:31.148Z Downloaded futures-task v0.3.32
11742026-08-07T23:39:31.148Z Downloaded heck v0.5.0
11752026-08-07T23:39:31.148Z Downloaded opaque-debug v0.3.1
11762026-08-07T23:39:31.148Z Downloaded darling v0.21.3
11772026-08-07T23:39:31.151Z Downloaded siphasher v1.0.3
11782026-08-07T23:39:31.151Z Downloaded thiserror-no-std v2.0.2
11792026-08-07T23:39:31.151Z Downloaded newtype-uuid v1.3.2
11802026-08-07T23:39:31.154Z Downloaded smartstring v1.0.1
11812026-08-07T23:39:31.154Z Downloaded phf_shared v0.12.1
11822026-08-07T23:39:31.154Z Downloaded tokio-macros v2.7.0
11832026-08-07T23:39:31.160Z Downloaded openssl-probe v0.2.1
11842026-08-07T23:39:31.160Z Downloaded crossbeam-utils v0.8.21
11852026-08-07T23:39:31.163Z Downloaded backon v1.6.0
11862026-08-07T23:39:31.168Z Downloaded crossbeam-epoch v0.9.18
11872026-08-07T23:39:31.172Z Downloaded libsw v3.5.0
11882026-08-07T23:39:31.172Z Downloaded chacha20 v0.10.0
11892026-08-07T23:39:31.172Z Downloaded cookie v0.18.1
11902026-08-07T23:39:31.175Z Downloaded ciborium v0.2.2
11912026-08-07T23:39:31.175Z Downloaded thiserror-impl v1.0.69
11922026-08-07T23:39:31.175Z Downloaded toml_writer v1.1.1+spec-1.1.0
11932026-08-07T23:39:31.178Z Downloaded slog-scope v4.4.1
11942026-08-07T23:39:31.178Z Downloaded utf8parse v0.2.2
11952026-08-07T23:39:31.178Z Downloaded percent-encoding v2.3.2
11962026-08-07T23:39:31.178Z Downloaded untrusted v0.7.1
11972026-08-07T23:39:31.181Z Downloaded console v0.15.11
11982026-08-07T23:39:31.181Z Downloaded usdt-impl v0.6.0
11992026-08-07T23:39:31.181Z Downloaded plain v0.2.3
12002026-08-07T23:39:31.186Z Downloaded proc-macro-crate v3.5.0
12012026-08-07T23:39:31.186Z Downloaded quick-error v1.2.3
12022026-08-07T23:39:31.186Z Downloaded rustc-hash v2.1.2
12032026-08-07T23:39:31.189Z Downloaded allocator-api2 v0.2.21
12042026-08-07T23:39:31.189Z Downloaded scroll_derive v0.13.1
12052026-08-07T23:39:31.192Z Downloaded litemap v0.8.2
12062026-08-07T23:39:31.192Z Downloaded bitflags v2.12.1
12072026-08-07T23:39:31.203Z Downloaded termtree v0.5.1
12082026-08-07T23:39:31.206Z Downloaded linear-map v1.2.0
12092026-08-07T23:39:31.212Z Downloaded git-stub v1.0.0
12102026-08-07T23:39:31.217Z Downloaded derive-ex v0.1.8
12112026-08-07T23:39:31.217Z Downloaded spin v0.5.2
12122026-08-07T23:39:31.217Z Downloaded digest v0.10.7
12132026-08-07T23:39:31.217Z Downloaded digest v0.11.3
12142026-08-07T23:39:31.221Z Downloaded icu_normalizer_data v2.2.0
12152026-08-07T23:39:31.221Z Downloaded fs-err v3.3.0
12162026-08-07T23:39:31.224Z Downloaded serde_with_macros v3.21.0
12172026-08-07T23:39:31.224Z Downloaded indicatif v0.18.4
12182026-08-07T23:39:31.229Z Downloaded tabled_derive v0.11.0
12192026-08-07T23:39:31.231Z Downloaded thiserror-impl-no-std v2.0.2
12202026-08-07T23:39:31.231Z Downloaded time-core v0.1.8
12212026-08-07T23:39:31.234Z Downloaded tempfile v3.27.0
12222026-08-07T23:39:31.234Z Downloaded icu_collections v2.2.0
12232026-08-07T23:39:31.237Z Downloaded icu_normalizer v2.2.0
12242026-08-07T23:39:31.242Z Downloaded ppv-lite86 v0.2.21
12252026-08-07T23:39:31.242Z Downloaded progenitor-client v0.13.0
12262026-08-07T23:39:31.242Z Downloaded typeid v1.0.3
12272026-08-07T23:39:31.242Z Downloaded utf-8 v0.7.6
12282026-08-07T23:39:31.245Z Downloaded wait-timeout v0.2.1
12292026-08-07T23:39:31.245Z Downloaded git-stub-vcs v0.1.0
12302026-08-07T23:39:31.248Z Downloaded toml v0.8.23
12312026-08-07T23:39:31.265Z Downloaded proc-macro-error2 v2.0.1
12322026-08-07T23:39:31.265Z Downloaded clap_derive v4.6.4
12332026-08-07T23:39:31.265Z Downloaded clap v4.6.5
12342026-08-07T23:39:31.265Z Downloaded typify-macro v0.4.3
12352026-08-07T23:39:31.266Z Downloaded usdt v0.5.0
12362026-08-07T23:39:31.266Z Downloaded console v0.16.3
12372026-08-07T23:39:31.266Z Downloaded crc32fast v1.5.0
12382026-08-07T23:39:31.266Z Downloaded const-oid v0.10.2
12392026-08-07T23:39:31.266Z Downloaded zerofrom-derive v0.1.7
12402026-08-07T23:39:31.266Z Downloaded highway v1.3.0
12412026-08-07T23:39:31.266Z Downloaded oxnet v0.1.6
12422026-08-07T23:39:31.270Z Downloaded ucd-trie v0.1.7
12432026-08-07T23:39:31.270Z Downloaded walkdir v2.5.0
12442026-08-07T23:39:31.270Z Downloaded waitgroup v0.1.2
12452026-08-07T23:39:31.270Z Downloaded debug-ignore v1.0.5
12462026-08-07T23:39:31.270Z Downloaded indexmap v1.9.3
12472026-08-07T23:39:31.276Z Downloaded spin v0.9.8
12482026-08-07T23:39:31.276Z Downloaded pkg-config v0.3.33
12492026-08-07T23:39:31.276Z Downloaded rand_core v0.6.4
12502026-08-07T23:39:31.276Z Downloaded foreign-types-shared v0.3.1
12512026-08-07T23:39:31.276Z Downloaded openssl-macros v0.1.1
12522026-08-07T23:39:31.276Z Downloaded typify-macro v0.6.2
12532026-08-07T23:39:31.276Z Downloaded fnv v1.0.7
12542026-08-07T23:39:31.276Z Downloaded dtrace-parser v0.2.0
12552026-08-07T23:39:31.279Z Downloaded hex v0.4.3
12562026-08-07T23:39:31.279Z Downloaded serde_derive_internals v0.29.1
12572026-08-07T23:39:31.282Z Downloaded parse-display v0.10.0
12582026-08-07T23:39:31.285Z Downloaded form_urlencoded v1.2.2
12592026-08-07T23:39:31.285Z Downloaded rand_core v0.9.5
12602026-08-07T23:39:31.288Z Downloaded rustls-platform-verifier v0.7.0
12612026-08-07T23:39:31.296Z Downloaded log v0.4.32
12622026-08-07T23:39:31.300Z Downloaded num-traits v0.2.19
12632026-08-07T23:39:31.300Z Downloaded zerocopy-derive v0.7.35
12642026-08-07T23:39:31.305Z Downloaded fs_extra v1.3.0
12652026-08-07T23:39:31.305Z Downloaded shlex v2.0.1
12662026-08-07T23:39:31.305Z Downloaded pretty-hex v0.4.2
12672026-08-07T23:39:31.309Z Downloaded rand_xorshift v0.4.0
12682026-08-07T23:39:31.309Z Downloaded proc-macro-error-attr v1.0.4
12692026-08-07T23:39:31.312Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12702026-08-07T23:39:31.316Z Downloaded snafu-derive v0.8.9
12712026-08-07T23:39:31.319Z Downloaded const_format v0.2.36
12722026-08-07T23:39:31.322Z Downloaded progenitor-client v0.10.0
12732026-08-07T23:39:31.323Z Downloaded ref-cast-impl v1.0.25
12742026-08-07T23:39:31.326Z Downloaded serde_plain v1.0.2
12752026-08-07T23:39:31.330Z Downloaded icu_properties v2.2.0
12762026-08-07T23:39:31.330Z Downloaded structmeta v0.3.0
12772026-08-07T23:39:31.330Z Downloaded progenitor-macro v0.14.0
12782026-08-07T23:39:31.330Z Downloaded semver v0.1.20
12792026-08-07T23:39:31.341Z Downloaded deranged v0.5.8
12802026-08-07T23:39:31.344Z Downloaded tracing-core v0.1.36
12812026-08-07T23:39:31.348Z Downloaded chacha20poly1305 v0.10.1
12822026-08-07T23:39:31.350Z Downloaded miniz_oxide v0.8.9
12832026-08-07T23:39:31.351Z Downloaded tinyvec v1.11.0
12842026-08-07T23:39:31.351Z Downloaded toml v0.9.12+spec-1.1.0
12852026-08-07T23:39:31.353Z Downloaded typify v0.4.3
12862026-08-07T23:39:31.358Z Downloaded dtrace-parser v0.3.0
12872026-08-07T23:39:31.358Z Downloaded zeroize v1.8.2
12882026-08-07T23:39:31.358Z Downloaded want v0.3.1
12892026-08-07T23:39:31.358Z Downloaded testing_table v0.3.0
12902026-08-07T23:39:31.358Z Downloaded tower-service v0.3.3
12912026-08-07T23:39:31.358Z Downloaded async-compression v0.4.42
12922026-08-07T23:39:31.361Z Downloaded tabwriter v1.4.1
12932026-08-07T23:39:31.364Z Downloaded base64 v0.21.7
12942026-08-07T23:39:31.364Z Downloaded bytes v1.11.1
12952026-08-07T23:39:31.367Z Downloaded unicode-linebreak v0.1.5
12962026-08-07T23:39:31.367Z Downloaded usdt-attr-macro v0.6.0
12972026-08-07T23:39:31.367Z Downloaded base64 v0.22.1
12982026-08-07T23:39:31.370Z Downloaded generic-array v0.14.7
12992026-08-07T23:39:31.370Z Downloaded fastrand v2.4.1
13002026-08-07T23:39:31.370Z Downloaded fixedbitset v0.5.7
13012026-08-07T23:39:31.373Z Downloaded konst v0.2.20
13022026-08-07T23:39:31.376Z Downloaded synstructure v0.13.2
13032026-08-07T23:39:31.376Z Downloaded globset v0.4.18
13042026-08-07T23:39:31.376Z Downloaded paste v1.0.15
13052026-08-07T23:39:31.386Z Downloaded version_check v0.9.5
13062026-08-07T23:39:31.386Z Downloaded dof v0.3.0
13072026-08-07T23:39:31.386Z Downloaded dropshot-api-manager-types v0.7.2
13082026-08-07T23:39:31.386Z Downloaded errno v0.3.14
13092026-08-07T23:39:31.386Z Downloaded fixedbitset v0.4.2
13102026-08-07T23:39:31.390Z Downloaded foreign-types v0.5.0
13112026-08-07T23:39:31.390Z Downloaded derive-where v1.6.1
13122026-08-07T23:39:31.394Z Downloaded derive_more v0.99.20
13132026-08-07T23:39:31.394Z Downloaded slog-term v2.9.2
13142026-08-07T23:39:31.394Z Downloaded futures-sink v0.3.32
13152026-08-07T23:39:31.397Z Downloaded http-body v1.0.1
13162026-08-07T23:39:31.397Z Downloaded minimal-lexical v0.2.1
13172026-08-07T23:39:31.397Z Downloaded fxhash v0.2.1
13182026-08-07T23:39:31.402Z Downloaded serde-big-array v0.5.1
13192026-08-07T23:39:31.408Z Downloaded progenitor v0.14.0
13202026-08-07T23:39:31.408Z Downloaded parking_lot v0.12.5
13212026-08-07T23:39:31.411Z Downloaded crossbeam-channel v0.5.15
13222026-08-07T23:39:31.411Z Downloaded time-macros v0.2.27
13232026-08-07T23:39:31.411Z Downloaded gethostname v0.5.0
13242026-08-07T23:39:31.411Z Downloaded resolv-conf v0.7.6
13252026-08-07T23:39:31.411Z Downloaded serde_repr v0.1.21
13262026-08-07T23:39:31.416Z Downloaded progenitor-macro v0.10.0
13272026-08-07T23:39:31.416Z Downloaded parking_lot_core v0.8.6
13282026-08-07T23:39:31.416Z Downloaded rustversion v1.0.22
13292026-08-07T23:39:31.420Z Downloaded slog-async v2.8.0
13302026-08-07T23:39:31.420Z Downloaded slog-json v2.6.1
13312026-08-07T23:39:31.420Z Downloaded slog-stdlog v4.1.1
13322026-08-07T23:39:31.420Z Downloaded tracing-attributes v0.1.31
13332026-08-07T23:39:31.420Z Downloaded usdt-impl v0.5.0
13342026-08-07T23:39:31.423Z Downloaded strum_macros v0.27.2
13352026-08-07T23:39:31.424Z Downloaded snafu v0.8.9
13362026-08-07T23:39:31.424Z Downloaded tiny-keccak v2.0.2
13372026-08-07T23:39:31.426Z Downloaded progenitor-impl v0.14.0
13382026-08-07T23:39:31.426Z Downloaded half v2.7.1
13392026-08-07T23:39:31.429Z Downloaded proc-macro2 v1.0.106
13402026-08-07T23:39:31.429Z Downloaded thiserror v2.0.19
13412026-08-07T23:39:31.432Z Downloaded thin-vec v0.2.18
13422026-08-07T23:39:31.436Z Downloaded sha1 v0.11.0
13432026-08-07T23:39:31.436Z Downloaded tabled_derive v0.7.0
13442026-08-07T23:39:31.436Z Downloaded thread-id v5.1.0
13452026-08-07T23:39:31.439Z Downloaded rustc_version v0.1.7
13462026-08-07T23:39:31.439Z Downloaded slog-bunyan v2.5.0
13472026-08-07T23:39:31.439Z Downloaded strum v0.26.3
13482026-08-07T23:39:31.442Z Downloaded smawk v0.3.2
13492026-08-07T23:39:31.442Z Downloaded toml_datetime v0.6.11
13502026-08-07T23:39:31.442Z Downloaded jiff-static v0.2.28
13512026-08-07T23:39:31.461Z Downloaded usdt-attr-macro v0.5.0
13522026-08-07T23:39:31.464Z Downloaded usdt-macro v0.5.0
13532026-08-07T23:39:31.464Z Downloaded unit-prefix v0.5.2
13542026-08-07T23:39:31.464Z Downloaded hmac v0.12.1
13552026-08-07T23:39:31.464Z Downloaded icu_locale_core v2.2.0
13562026-08-07T23:39:31.468Z Downloaded indexmap v2.14.0
13572026-08-07T23:39:31.471Z Downloaded schemars v1.2.1
13582026-08-07T23:39:31.479Z Downloaded darling_core v0.21.3
13592026-08-07T23:39:31.482Z Downloaded slog v2.8.2
13602026-08-07T23:39:31.485Z Downloaded futures-executor v0.3.32
13612026-08-07T23:39:31.485Z Downloaded password-hash v0.5.0
13622026-08-07T23:39:31.485Z Downloaded pem v3.0.6
13632026-08-07T23:39:31.485Z Downloaded pin-project-lite v0.2.17
13642026-08-07T23:39:31.489Z Downloaded schemars v0.8.22
13652026-08-07T23:39:31.494Z Downloaded poly1305 v0.8.0
13662026-08-07T23:39:31.497Z Downloaded zerofrom v0.1.8
13672026-08-07T23:39:31.497Z Downloaded zeroize_derive v1.4.3
13682026-08-07T23:39:31.497Z Downloaded futures-core v0.3.32
13692026-08-07T23:39:31.502Z Downloaded hyper-util v0.1.20
13702026-08-07T23:39:31.502Z Downloaded cc v1.2.63
13712026-08-07T23:39:31.505Z Downloaded socket2 v0.6.5
13722026-08-07T23:39:31.505Z Downloaded rand_chacha v0.9.0
13732026-08-07T23:39:31.505Z Downloaded rand_core v0.10.1
13742026-08-07T23:39:31.505Z Downloaded progenitor v0.13.0
13752026-08-07T23:39:31.508Z Downloaded proc-macro-error-attr2 v2.0.0
13762026-08-07T23:39:31.508Z Downloaded scopeguard v1.2.0
13772026-08-07T23:39:31.508Z Downloaded hostname v0.3.1
13782026-08-07T23:39:31.508Z Downloaded slog-envlogger v2.2.0
13792026-08-07T23:39:31.511Z Downloaded proc-macro-error v1.0.4
13802026-08-07T23:39:31.515Z Downloaded terminal_size v0.4.4
13812026-08-07T23:39:31.518Z Downloaded crypto-bigint v0.5.5
13822026-08-07T23:39:31.524Z Downloaded schemars_derive v0.8.22
13832026-08-07T23:39:31.530Z Downloaded serde_tokenstream v0.2.3
13842026-08-07T23:39:31.530Z Downloaded strsim v0.11.1
13852026-08-07T23:39:31.530Z Downloaded tokio-stream v0.1.18
13862026-08-07T23:39:31.530Z Downloaded toml_write v0.1.2
13872026-08-07T23:39:31.533Z Downloaded rand_pcg v0.10.2
13882026-08-07T23:39:31.536Z Downloaded tinystr v0.8.3
13892026-08-07T23:39:31.539Z Downloaded tokio-rustls v0.26.4
13902026-08-07T23:39:31.539Z Downloaded usdt v0.6.0
13912026-08-07T23:39:31.539Z Downloaded yoke v0.8.3
13922026-08-07T23:39:31.544Z Downloaded drift v0.2.0
13932026-08-07T23:39:31.547Z Downloaded swrite v0.1.0
13942026-08-07T23:39:31.547Z Downloaded getrandom v0.3.4
13952026-08-07T23:39:31.550Z Downloaded httparse v1.10.1
13962026-08-07T23:39:31.550Z Downloaded defmt-parser v1.0.0
13972026-08-07T23:39:31.554Z Downloaded defmt v1.1.0
13982026-08-07T23:39:31.564Z Downloaded hostname v0.4.2
13992026-08-07T23:39:31.564Z Downloaded equivalent v1.0.2
14002026-08-07T23:39:31.564Z Downloaded dropshot_endpoint v0.17.1
14012026-08-07T23:39:31.564Z Downloaded rand_chacha v0.3.1
14022026-08-07T23:39:31.567Z Downloaded ref-cast v1.0.25
14032026-08-07T23:39:31.571Z Downloaded zerocopy-derive v0.8.50
14042026-08-07T23:39:31.574Z Downloaded serde_yaml v0.9.34+deprecated
14052026-08-07T23:39:31.577Z Downloaded hickory-resolver v0.24.4
14062026-08-07T23:39:31.577Z Downloaded either v1.16.0
14072026-08-07T23:39:31.580Z Downloaded ff v0.13.1
14082026-08-07T23:39:31.586Z Downloaded tinyvec_macros v0.1.1
14092026-08-07T23:39:31.586Z Downloaded writeable v0.6.3
14102026-08-07T23:39:31.586Z Downloaded glob v0.3.3
14112026-08-07T23:39:31.589Z Downloaded yoke-derive v0.8.2
14122026-08-07T23:39:31.589Z Downloaded mio v1.2.1
14132026-08-07T23:39:31.592Z Downloaded secrecy v0.10.3
14142026-08-07T23:39:31.592Z Downloaded http-body-util v0.1.4
14152026-08-07T23:39:31.595Z Downloaded ryu v1.0.23
14162026-08-07T23:39:31.597Z Downloaded toml_edit v0.25.12+spec-1.1.0
14172026-08-07T23:39:31.600Z Downloaded serde_urlencoded v0.7.1
14182026-08-07T23:39:31.600Z Downloaded embedded-io v0.4.0
14192026-08-07T23:39:31.600Z Downloaded pin-project-internal v1.1.13
14202026-08-07T23:39:31.603Z Downloaded memchr v2.8.1
14212026-08-07T23:39:31.607Z Downloaded flate2 v1.1.9
14222026-08-07T23:39:31.610Z Downloaded thiserror-impl v2.0.19
14232026-08-07T23:39:31.614Z Downloaded rustls-pemfile v2.2.0
14242026-08-07T23:39:31.614Z Downloaded unicode-ident v1.0.24
14252026-08-07T23:39:31.614Z Downloaded toml_parser v1.1.2+spec-1.1.0
14262026-08-07T23:39:31.617Z Downloaded thread_local v1.1.9
14272026-08-07T23:39:31.620Z Downloaded futures-macro v0.3.32
14282026-08-07T23:39:31.623Z Downloaded qorb v0.4.1
14292026-08-07T23:39:31.626Z Downloaded zmij v1.0.21
14302026-08-07T23:39:31.630Z Downloaded serde_spanned v0.6.9
14312026-08-07T23:39:31.634Z Downloaded powerfmt v0.2.0
14322026-08-07T23:39:31.640Z Downloaded serde v1.0.229
14332026-08-07T23:39:31.643Z Downloaded subtle v2.6.1
14342026-08-07T23:39:31.643Z Downloaded universal-hash v0.5.1
14352026-08-07T23:39:31.647Z Downloaded futures v0.3.32
14362026-08-07T23:39:31.647Z Downloaded parse-display-derive v0.10.0
14372026-08-07T23:39:31.650Z Downloaded strum_macros v0.26.4
14382026-08-07T23:39:31.653Z Downloaded foldhash v0.2.0
14392026-08-07T23:39:31.655Z Downloaded futures-io v0.3.32
14402026-08-07T23:39:31.656Z Downloaded elliptic-curve v0.13.8
14412026-08-07T23:39:31.660Z Downloaded progenitor-macro v0.13.0
14422026-08-07T23:39:31.663Z Downloaded darling_macro v0.23.0
14432026-08-07T23:39:31.664Z Downloaded aho-corasick v1.1.4
14442026-08-07T23:39:31.667Z Downloaded progenitor-extras v0.2.0
14452026-08-07T23:39:31.667Z Downloaded quote v1.0.45
14462026-08-07T23:39:31.670Z Downloaded heck v0.4.1
14472026-08-07T23:39:31.670Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14482026-08-07T23:39:31.670Z Downloaded rustc_version v0.4.1
14492026-08-07T23:39:31.670Z Downloaded find-msvc-tools v0.1.9
14502026-08-07T23:39:31.674Z Downloaded defmt-macros v1.1.0
14512026-08-07T23:39:31.674Z Downloaded nom v7.1.3
14522026-08-07T23:39:31.678Z Downloaded xz2 v0.1.7
14532026-08-07T23:39:31.681Z Downloaded semver v1.0.28
14542026-08-07T23:39:31.682Z Downloaded erased-serde v0.3.31
14552026-08-07T23:39:31.684Z Downloaded foreign-types-macros v0.2.3
14562026-08-07T23:39:31.684Z Downloaded pest_derive v2.8.6
14572026-08-07T23:39:31.687Z Downloaded foreign-types v0.3.2
14582026-08-07T23:39:31.690Z Downloaded papergrid v0.11.0
14592026-08-07T23:39:31.695Z Downloaded smallvec v1.15.1
14602026-08-07T23:39:31.698Z Downloaded hickory-resolver v0.25.2
14612026-08-07T23:39:31.702Z Downloaded port-file v0.1.0
14622026-08-07T23:39:31.705Z Downloaded same-file v1.0.6
14632026-08-07T23:39:31.705Z Downloaded darling_macro v0.21.3
14642026-08-07T23:39:31.705Z Downloaded progenitor-client v0.14.0
14652026-08-07T23:39:31.708Z Downloaded zone v0.3.1
14662026-08-07T23:39:31.708Z Downloaded static_assertions v1.1.0
14672026-08-07T23:39:31.712Z Downloaded darling_core v0.23.0
14682026-08-07T23:39:31.718Z Downloaded data-encoding v2.11.0
14692026-08-07T23:39:31.721Z Downloaded dyn-clone v1.0.20
14702026-08-07T23:39:31.721Z Downloaded foldhash v0.1.5
14712026-08-07T23:39:31.723Z Downloaded simd-adler32 v0.3.9
14722026-08-07T23:39:31.726Z Downloaded tungstenite v0.21.0
14732026-08-07T23:39:31.726Z Downloaded sha1 v0.10.6
14742026-08-07T23:39:31.735Z Downloaded parking_lot_core v0.9.12
14752026-08-07T23:39:31.738Z Downloaded signal-hook-registry v1.4.8
14762026-08-07T23:39:31.738Z Downloaded displaydoc v0.2.6
14772026-08-07T23:39:31.738Z Downloaded strum v0.27.2
14782026-08-07T23:39:31.743Z Downloaded idna v1.1.0
14792026-08-07T23:39:31.745Z Downloaded itertools v0.12.1
14802026-08-07T23:39:31.751Z Downloaded openssl-sys v0.9.116
14812026-08-07T23:39:31.754Z Downloaded once_cell v1.21.4
14822026-08-07T23:39:31.757Z Downloaded dof v0.4.0
14832026-08-07T23:39:31.757Z Downloaded dunce v1.0.5
14842026-08-07T23:39:31.764Z Downloaded whoami v1.6.1
14852026-08-07T23:39:31.766Z Downloaded potential_utf v0.1.5
14862026-08-07T23:39:31.766Z Downloaded itertools v0.14.0
14872026-08-07T23:39:31.769Z Downloaded getrandom v0.4.2
14882026-08-07T23:39:31.772Z Downloaded smf v0.2.3
14892026-08-07T23:39:31.772Z Downloaded rand v0.8.6
14902026-08-07T23:39:31.777Z Downloaded progenitor v0.10.0
14912026-08-07T23:39:31.779Z Downloaded usdt-macro v0.6.0
14922026-08-07T23:39:31.785Z Downloaded group v0.13.0
14932026-08-07T23:39:31.788Z Downloaded pin-project v1.1.13
14942026-08-07T23:39:31.794Z Downloaded postcard v1.1.3
14952026-08-07T23:39:31.797Z Downloaded rustls-pki-types v1.14.1
14962026-08-07T23:39:31.797Z Downloaded progenitor-impl v0.13.0
14972026-08-07T23:39:31.800Z Downloaded oxide-tokio-rt v0.1.6
14982026-08-07T23:39:31.800Z Downloaded url v2.5.8
14992026-08-07T23:39:31.800Z Downloaded rand v0.10.2
15002026-08-07T23:39:31.803Z Downloaded proc-macro-crate v1.3.1
15012026-08-07T23:39:31.803Z Downloaded slog-dtrace v0.3.0
15022026-08-07T23:39:31.807Z Downloaded tokio-dtrace v0.1.1
15032026-08-07T23:39:31.810Z Downloaded zerovec-derive v0.11.3
15042026-08-07T23:39:31.824Z Downloaded uuid v1.24.0
15052026-08-07T23:39:31.833Z Downloaded nom v8.0.0
15062026-08-07T23:39:31.836Z Downloaded unsafe-libyaml v0.2.11
15072026-08-07T23:39:31.836Z Downloaded getrandom v0.2.17
15082026-08-07T23:39:31.836Z Downloaded owo-colors v4.3.0
15092026-08-07T23:39:31.839Z Downloaded zerotrie v0.2.4
15102026-08-07T23:39:31.842Z Downloaded futures-channel v0.3.32
15112026-08-07T23:39:31.847Z Downloaded hyper v1.11.0
15122026-08-07T23:39:31.851Z Downloaded pest_generator v2.8.6
15132026-08-07T23:39:31.854Z Downloaded quinn-udp v0.5.14
15142026-08-07T23:39:31.854Z Downloaded pest v2.8.6
15152026-08-07T23:39:31.857Z Downloaded typify v0.6.2
15162026-08-07T23:39:31.861Z Downloaded rustls-native-certs v0.8.4
15172026-08-07T23:39:31.864Z Downloaded heapless v0.8.0
15182026-08-07T23:39:31.864Z Downloaded typenum v1.20.1
15192026-08-07T23:39:31.867Z Downloaded serde_core v1.0.229
15202026-08-07T23:39:31.869Z Downloaded term v1.2.1
15212026-08-07T23:39:31.869Z Downloaded papergrid v0.18.0
15222026-08-07T23:39:31.872Z Downloaded vsss-rs v3.3.4
15232026-08-07T23:39:31.875Z Downloaded progenitor-impl v0.10.0
15242026-08-07T23:39:31.875Z Downloaded tokio-util v0.7.18
15252026-08-07T23:39:31.878Z Downloaded thiserror v1.0.69
15262026-08-07T23:39:31.881Z Downloaded prettyplease v0.2.37
15272026-08-07T23:39:31.884Z Downloaded icu_properties_data v2.2.0
15282026-08-07T23:39:31.888Z Downloaded itertools v0.15.0
15292026-08-07T23:39:31.892Z Downloaded parking_lot v0.11.2
15302026-08-07T23:39:31.896Z Downloaded libm v0.2.16
15312026-08-07T23:39:31.899Z Downloaded serde_derive v1.0.229
15322026-08-07T23:39:31.902Z Downloaded tokio-tungstenite v0.21.0
15332026-08-07T23:39:31.902Z Downloaded rustls-webpki v0.103.13
15342026-08-07T23:39:31.905Z Downloaded textwrap v0.16.2
15352026-08-07T23:39:31.905Z Downloaded phf v0.12.1
15362026-08-07T23:39:31.908Z Downloaded rhai_codegen v3.2.0
15372026-08-07T23:39:31.922Z Downloaded toml v1.1.2+spec-1.1.0
15382026-08-07T23:39:31.926Z Downloaded winnow v0.5.40
15392026-08-07T23:39:31.930Z Downloaded rayon-core v1.13.0
15402026-08-07T23:39:31.938Z Downloaded test-strategy v0.4.5
15412026-08-07T23:39:31.940Z Downloaded toml_edit v0.22.27
15422026-08-07T23:39:31.943Z Downloaded pest_meta v2.8.6
15432026-08-07T23:39:31.951Z Downloaded clap_builder v4.6.5
15442026-08-07T23:39:31.963Z Downloaded http v1.4.2
15452026-08-07T23:39:31.985Z Downloaded expectorate v1.2.0
15462026-08-07T23:39:31.989Z Downloaded futures-util v0.3.32
15472026-08-07T23:39:31.992Z Downloaded similar v2.7.0
15482026-08-07T23:39:31.996Z Downloaded tough v0.22.0
15492026-08-07T23:39:32.006Z Downloaded steno v0.4.1
15502026-08-07T23:39:32.009Z Downloaded regex v1.12.3
15512026-08-07T23:39:32.013Z Downloaded quinn v0.11.9
15522026-08-07T23:39:32.017Z Downloaded schemars v0.9.0
15532026-08-07T23:39:32.030Z Downloaded serde_json v1.0.151
15542026-08-07T23:39:32.034Z Downloaded hashbrown v0.12.3
15552026-08-07T23:39:32.037Z Downloaded iddqd v0.4.6
15562026-08-07T23:39:32.041Z Downloaded winnow v0.7.15
15572026-08-07T23:39:32.051Z Downloaded reqwest v0.13.4
15582026-08-07T23:39:32.055Z Downloaded toml_edit v0.19.15
15592026-08-07T23:39:32.064Z Downloaded tower v0.5.3
15602026-08-07T23:39:32.069Z Downloaded zerovec v0.11.6
15612026-08-07T23:39:32.081Z Downloaded portable-atomic v1.13.1
15622026-08-07T23:39:32.086Z Downloaded reqwest v0.12.28
15632026-08-07T23:39:32.089Z Downloaded typed-path v0.9.3
15642026-08-07T23:39:32.109Z Downloaded winnow v1.0.3
15652026-08-07T23:39:32.114Z Downloaded hashbrown v0.17.1
15662026-08-07T23:39:32.117Z Downloaded rand v0.9.4
15672026-08-07T23:39:32.123Z Downloaded moka v0.12.15
15682026-08-07T23:39:32.126Z Downloaded ron v0.12.1
15692026-08-07T23:39:32.131Z Downloaded rayon v1.12.0
15702026-08-07T23:39:32.135Z Downloaded unicode-normalization v0.1.25
15712026-08-07T23:39:32.143Z Downloaded hashbrown v0.16.1
15722026-08-07T23:39:32.158Z Downloaded aws-lc-rs v1.17.0
15732026-08-07T23:39:32.164Z Downloaded dropshot-api-manager v0.7.2
15742026-08-07T23:39:32.182Z Downloaded tower-http v0.6.11
15752026-08-07T23:39:32.186Z Downloaded unicode-segmentation v1.13.3
15762026-08-07T23:39:32.200Z Downloaded chrono v0.4.45
15772026-08-07T23:39:32.204Z Downloaded hkdf v0.12.4
15782026-08-07T23:39:32.207Z Downloaded zerocopy v0.7.35
15792026-08-07T23:39:32.217Z Downloaded hashbrown v0.15.5
15802026-08-07T23:39:32.226Z Downloaded tabled v0.15.0
15812026-08-07T23:39:32.233Z Downloaded goblin v0.8.2
15822026-08-07T23:39:32.236Z Downloaded goblin v0.10.7
15832026-08-07T23:39:32.240Z Downloaded quinn-proto v0.11.16
15842026-08-07T23:39:32.258Z Downloaded serde_with v3.21.0
15852026-08-07T23:39:32.264Z Downloaded unicode-width v0.2.2
15862026-08-07T23:39:32.276Z Downloaded h2 v0.4.14
15872026-08-07T23:39:32.280Z Downloaded nix v0.31.3
15882026-08-07T23:39:32.291Z Downloaded proptest v1.11.0
15892026-08-07T23:39:32.302Z Downloaded openssl v0.10.80
15902026-08-07T23:39:32.325Z Downloaded webpki-roots v1.0.7
15912026-08-07T23:39:32.330Z Downloaded smoltcp v0.11.0
15922026-08-07T23:39:32.335Z Downloaded zerocopy v0.8.50
15932026-08-07T23:39:32.346Z Downloaded regress v0.11.1
15942026-08-07T23:39:32.352Z Downloaded rhai v1.25.1
15952026-08-07T23:39:32.358Z Downloaded curve25519-dalek v4.1.3
15962026-08-07T23:39:32.366Z Downloaded syn v3.0.3
15972026-08-07T23:39:32.384Z Downloaded openapiv3 v2.2.0
15982026-08-07T23:39:32.395Z Downloaded tabled v0.21.0
15992026-08-07T23:39:32.405Z Downloaded regex-syntax v0.8.10
16002026-08-07T23:39:32.405Z Downloaded bstr v1.12.1
16012026-08-07T23:39:32.415Z Downloaded syn v1.0.109
16022026-08-07T23:39:32.415Z Downloaded typify-impl v0.6.2
16032026-08-07T23:39:32.418Z Downloaded time v0.3.47
16042026-08-07T23:39:32.425Z Downloaded vcpkg v0.2.15
16052026-08-07T23:39:32.446Z Downloaded typify-impl v0.4.3
16062026-08-07T23:39:32.453Z Downloaded syn v2.0.117
16072026-08-07T23:39:32.459Z Downloaded regress v0.10.5
16082026-08-07T23:39:32.463Z Downloaded unicode-width v0.1.14
16092026-08-07T23:39:32.466Z Downloaded rustls v0.23.40
16102026-08-07T23:39:32.500Z Downloaded jiff v0.2.28
16112026-08-07T23:39:32.509Z Downloaded lzma-sys v0.1.20
16122026-08-07T23:39:32.525Z Downloaded rustix v0.38.44
16132026-08-07T23:39:32.538Z Downloaded libc v0.2.189
16142026-08-07T23:39:32.558Z Downloaded hickory-proto v0.24.4
16152026-08-07T23:39:32.567Z Downloaded sha3 v0.10.9
16162026-08-07T23:39:32.569Z Downloaded rustix v1.1.4
16172026-08-07T23:39:32.582Z Downloaded dropshot v0.17.1
16182026-08-07T23:39:32.596Z Downloaded ring v0.17.14
16192026-08-07T23:39:32.647Z Downloaded sled v0.34.7
16202026-08-07T23:39:32.650Z Downloaded hickory-proto v0.25.2
16212026-08-07T23:39:32.658Z Downloaded tracing v0.1.44
16222026-08-07T23:39:32.756Z Downloaded regex-automata v0.4.14
16232026-08-07T23:39:32.773Z Downloaded petgraph v0.6.5
16242026-08-07T23:39:32.786Z Downloaded chrono-tz v0.10.4
16252026-08-07T23:39:32.816Z Downloaded petgraph v0.8.3
16262026-08-07T23:39:32.831Z Downloaded csv v1.4.0
16272026-08-07T23:39:32.845Z Downloaded tokio v1.53.1
16282026-08-07T23:39:32.926Z Downloaded encoding_rs v0.8.35
16292026-08-07T23:39:33.579Z Downloaded aws-lc-sys v0.41.0
16302026-08-07T23:39:33.923Z Compiling proc-macro2 v1.0.106
16312026-08-07T23:39:33.923Z Compiling quote v1.0.45
16322026-08-07T23:39:33.923Z Compiling unicode-ident v1.0.24
16332026-08-07T23:39:33.926Z Compiling serde_core v1.0.229
16342026-08-07T23:39:33.926Z Compiling serde v1.0.229
16352026-08-07T23:39:33.926Z Compiling libc v0.2.189
16362026-08-07T23:39:33.926Z Compiling cfg-if v1.0.4
16372026-08-07T23:39:34.243Z Compiling zmij v1.0.21
16382026-08-07T23:39:34.265Z Compiling autocfg v1.5.1
16392026-08-07T23:39:34.529Z Compiling memchr v2.8.1
16402026-08-07T23:39:34.590Z Compiling libm v0.2.16
16412026-08-07T23:39:35.059Z Compiling itoa v1.0.18
16422026-08-07T23:39:35.099Z Compiling icu_normalizer_data v2.2.0
16432026-08-07T23:39:35.305Z Compiling icu_properties_data v2.2.0
16442026-08-07T23:39:35.332Z Compiling version_check v0.9.5
16452026-08-07T23:39:35.357Z Compiling stable_deref_trait v1.2.1
16462026-08-07T23:39:35.441Z Compiling serde_json v1.0.151
16472026-08-07T23:39:35.471Z Compiling syn v2.0.117
16482026-08-07T23:39:35.521Z Compiling syn v3.0.3
16492026-08-07T23:39:35.597Z Compiling litemap v0.8.2
16502026-08-07T23:39:35.700Z Compiling parking_lot_core v0.9.12
16512026-08-07T23:39:35.716Z Compiling writeable v0.6.3
16522026-08-07T23:39:35.831Z Compiling num-traits v0.2.19
16532026-08-07T23:39:35.873Z Compiling utf8_iter v1.0.4
16542026-08-07T23:39:36.049Z Compiling thiserror v2.0.19
16552026-08-07T23:39:36.207Z Compiling percent-encoding v2.3.2
16562026-08-07T23:39:36.398Z Compiling getrandom v0.4.2
16572026-08-07T23:39:36.552Z Compiling rand_core v0.10.1
16582026-08-07T23:39:36.567Z Compiling form_urlencoded v1.2.2
16592026-08-07T23:39:36.667Z Compiling zerocopy v0.8.50
16602026-08-07T23:39:36.722Z Compiling errno v0.3.14
16612026-08-07T23:39:36.898Z Compiling iana-time-zone v0.1.65
16622026-08-07T23:39:36.998Z Compiling heck v0.5.0
16632026-08-07T23:39:37.205Z Compiling uuid v1.24.0
16642026-08-07T23:39:37.463Z Compiling jobserver v0.1.34
16652026-08-07T23:39:37.646Z Compiling find-msvc-tools v0.1.9
16662026-08-07T23:39:37.761Z Compiling shlex v2.0.1
16672026-08-07T23:39:37.802Z Compiling rustversion v1.0.22
16682026-08-07T23:39:37.890Z Compiling semver v1.0.28
16692026-08-07T23:39:37.909Z Compiling cc v1.2.63
16702026-08-07T23:39:37.959Z Compiling dyn-clone v1.0.20
16712026-08-07T23:39:38.118Z Compiling schemars v0.8.22
16722026-08-07T23:39:38.382Z Compiling synstructure v0.13.2
16732026-08-07T23:39:38.400Z Compiling serde_derive_internals v0.29.1
16742026-08-07T23:39:38.515Z Compiling serde_derive v1.0.229
16752026-08-07T23:39:38.577Z Compiling thiserror-impl v2.0.19
16762026-08-07T23:39:38.908Z Compiling pin-project-lite v0.2.17
16772026-08-07T23:39:38.925Z Compiling getrandom v0.2.17
16782026-08-07T23:39:38.946Z Compiling bitflags v2.12.1
16792026-08-07T23:39:39.017Z Compiling scopeguard v1.2.0
16802026-08-07T23:39:39.145Z Compiling lock_api v0.4.14
16812026-08-07T23:39:39.202Z Compiling socket2 v0.6.5
16822026-08-07T23:39:39.231Z Compiling cmake v0.1.58
16832026-08-07T23:39:39.392Z Compiling signal-hook-registry v1.4.8
16842026-08-07T23:39:39.411Z Compiling mio v1.2.1
16852026-08-07T23:39:39.428Z Compiling fs_extra v1.3.0
16862026-08-07T23:39:39.582Z Compiling portable-atomic v1.13.1
16872026-08-07T23:39:39.605Z Compiling zerofrom-derive v0.1.7
16882026-08-07T23:39:39.713Z Compiling yoke-derive v0.8.2
16892026-08-07T23:39:39.818Z Compiling zerovec-derive v0.11.3
16902026-08-07T23:39:39.836Z Compiling displaydoc v0.2.6
16912026-08-07T23:39:39.960Z Compiling schemars_derive v0.8.22
16922026-08-07T23:39:40.040Z Compiling tokio-macros v2.7.0
16932026-08-07T23:39:40.063Z Compiling zerocopy-derive v0.8.50
16942026-08-07T23:39:40.614Z Compiling zeroize_derive v1.4.3
16952026-08-07T23:39:40.773Z Compiling futures-macro v0.3.32
16962026-08-07T23:39:40.773Z Compiling zerofrom v0.1.8
16972026-08-07T23:39:40.903Z Compiling yoke v0.8.3
16982026-08-07T23:39:40.922Z Compiling dunce v1.0.5
16992026-08-07T23:39:41.024Z Compiling aws-lc-sys v0.41.0
17002026-08-07T23:39:41.102Z Compiling zerovec v0.11.6
17012026-08-07T23:39:41.144Z Compiling zerotrie v0.2.4
17022026-08-07T23:39:41.454Z Compiling zeroize v1.8.2
17032026-08-07T23:39:41.658Z Compiling critical-section v1.2.0
17042026-08-07T23:39:41.707Z Compiling smallvec v1.15.1
17052026-08-07T23:39:41.744Z Compiling bytes v1.11.1
17062026-08-07T23:39:41.768Z Compiling tinystr v0.8.3
17072026-08-07T23:39:41.793Z Compiling potential_utf v0.1.5
17082026-08-07T23:39:41.811Z Compiling chrono v0.4.45
17092026-08-07T23:39:41.843Z Compiling serde_tokenstream v0.2.3
17102026-08-07T23:39:41.975Z Compiling icu_locale_core v2.2.0
17112026-08-07T23:39:41.994Z Compiling icu_collections v2.2.0
17122026-08-07T23:39:42.026Z Compiling once_cell v1.21.4
17132026-08-07T23:39:42.134Z Compiling log v0.4.32
17142026-08-07T23:39:42.273Z Compiling parking_lot v0.12.5
17152026-08-07T23:39:42.321Z Compiling futures-core v0.3.32
17162026-08-07T23:39:42.496Z Compiling tokio v1.53.1
17172026-08-07T23:39:42.615Z Compiling subtle v2.6.1
17182026-08-07T23:39:42.743Z Compiling equivalent v1.0.2
17192026-08-07T23:39:42.794Z Compiling icu_provider v2.2.0
17202026-08-07T23:39:42.838Z Compiling allocator-api2 v0.2.21
17212026-08-07T23:39:43.118Z Compiling icu_properties v2.2.0
17222026-08-07T23:39:43.240Z Compiling icu_normalizer v2.2.0
17232026-08-07T23:39:43.258Z Compiling httparse v1.10.1
17242026-08-07T23:39:43.375Z Compiling futures-sink v0.3.32
17252026-08-07T23:39:43.619Z Compiling slab v0.4.12
17262026-08-07T23:39:43.814Z Compiling rustix v1.1.4
17272026-08-07T23:39:43.949Z Compiling thiserror v1.0.69
17282026-08-07T23:39:44.176Z Compiling idna_adapter v1.2.2
17292026-08-07T23:39:44.299Z Compiling ucd-trie v0.1.7
17302026-08-07T23:39:44.346Z Compiling idna v1.1.0
17312026-08-07T23:39:44.538Z Compiling pest v2.8.6
17322026-08-07T23:39:44.634Z Compiling regex-syntax v0.8.10
17332026-08-07T23:39:44.662Z Compiling typenum v1.20.1
17342026-08-07T23:39:44.853Z Compiling url v2.5.8
17352026-08-07T23:39:44.972Z Compiling futures-channel v0.3.32
17362026-08-07T23:39:45.181Z Compiling thiserror-impl v1.0.69
17372026-08-07T23:39:45.237Z Compiling strsim v0.11.1
17382026-08-07T23:39:45.537Z Compiling hashbrown v0.17.1
17392026-08-07T23:39:45.738Z Compiling pest_meta v2.8.6
17402026-08-07T23:39:46.230Z Compiling aho-corasick v1.1.4
17412026-08-07T23:39:46.320Z Compiling pest_generator v2.8.6
17422026-08-07T23:39:46.370Z Compiling futures-io v0.3.32
17432026-08-07T23:39:46.598Z Compiling futures-task v0.3.32
17442026-08-07T23:39:46.667Z Compiling ipnetwork v0.21.1
17452026-08-07T23:39:46.782Z Compiling futures-util v0.3.32
17462026-08-07T23:39:46.968Z Compiling ident_case v1.0.1
17472026-08-07T23:39:46.986Z Compiling pest_derive v2.8.6
17482026-08-07T23:39:47.105Z Compiling regex-automata v0.4.14
17492026-08-07T23:39:47.289Z Compiling getrandom v0.3.4
17502026-08-07T23:39:47.543Z Compiling rand_core v0.6.4
17512026-08-07T23:39:47.638Z Compiling byteorder v1.5.0
17522026-08-07T23:39:47.668Z Compiling indexmap v2.14.0
17532026-08-07T23:39:47.910Z Compiling tracing-core v0.1.36
17542026-08-07T23:39:48.132Z Compiling tracing-attributes v0.1.31
17552026-08-07T23:39:48.381Z Compiling slog v2.8.2
17562026-08-07T23:39:48.552Z Compiling anyhow v1.0.104
17572026-08-07T23:39:48.628Z Compiling paste v1.0.15
17582026-08-07T23:39:48.886Z Compiling regex v1.12.3
17592026-08-07T23:39:48.922Z Compiling base64 v0.22.1
17602026-08-07T23:39:48.939Z Compiling fnv v1.0.7
17612026-08-07T23:39:49.347Z Compiling tracing v0.1.44
17622026-08-07T23:39:49.395Z Compiling erased-serde v0.3.31
17632026-08-07T23:39:49.604Z Compiling omicron-workspace-hack v0.1.0
17642026-08-07T23:39:49.718Z Compiling http v1.4.2
17652026-08-07T23:39:50.059Z Compiling oxnet v0.1.6
17662026-08-07T23:39:50.626Z Compiling rustls-pki-types v1.14.1
17672026-08-07T23:39:51.063Z Compiling scroll_derive v0.13.1
17682026-08-07T23:39:51.483Z Compiling ring v0.17.14
17692026-08-07T23:39:51.515Z Compiling aws-lc-rs v1.17.0
17702026-08-07T23:39:51.578Z Compiling time-core v0.1.8
17712026-08-07T23:39:51.666Z Compiling num-conv v0.2.2
17722026-08-07T23:39:51.825Z Compiling time-macros v0.2.27
17732026-08-07T23:39:52.278Z Compiling tokio-util v0.7.18
17742026-08-07T23:39:52.302Z Compiling camino v1.2.5
17752026-08-07T23:39:52.631Z Compiling ipnet v2.12.0
17762026-08-07T23:39:52.805Z Compiling untrusted v0.9.0
17772026-08-07T23:39:52.830Z Compiling untrusted v0.7.1
17782026-08-07T23:39:52.962Z Compiling ppv-lite86 v0.2.21
17792026-08-07T23:39:53.501Z Compiling async-trait v0.1.89
17802026-08-07T23:39:53.541Z Compiling daft-derive v0.1.7
17812026-08-07T23:39:53.564Z Compiling crc32fast v1.5.0
17822026-08-07T23:39:53.769Z Compiling rustls v0.23.40
17832026-08-07T23:39:54.099Z Compiling http-body v1.0.1
17842026-08-07T23:39:54.265Z Compiling darling_core v0.23.0
17852026-08-07T23:39:54.334Z Compiling crossbeam-utils v0.8.21
17862026-08-07T23:39:54.448Z Compiling atomic-waker v1.1.2
17872026-08-07T23:39:54.586Z Compiling usdt-impl v0.6.0
17882026-08-07T23:39:54.633Z Compiling pretty-hex v0.4.2
17892026-08-07T23:39:54.819Z Compiling scroll v0.13.0
17902026-08-07T23:39:54.835Z Compiling tower-service v0.3.3
17912026-08-07T23:39:54.937Z Compiling ryu v1.0.23
17922026-08-07T23:39:55.079Z Compiling try-lock v0.2.5
17932026-08-07T23:39:55.201Z Compiling plain v0.2.3
17942026-08-07T23:39:55.261Z Compiling tower-layer v0.3.3
17952026-08-07T23:39:55.313Z Compiling goblin v0.10.7
17962026-08-07T23:39:55.461Z Compiling want v0.3.1
17972026-08-07T23:39:55.639Z Compiling h2 v0.4.14
17982026-08-07T23:39:55.691Z Compiling slog-async v2.8.0
17992026-08-07T23:39:55.977Z Compiling httpdate v1.0.3
18002026-08-07T23:39:56.281Z Compiling darling_macro v0.23.0
18012026-08-07T23:39:56.484Z Compiling dtrace-parser v0.3.0
18022026-08-07T23:39:56.523Z Compiling thread-id v5.1.0
18032026-08-07T23:39:56.612Z Compiling ref-cast v1.0.25
18042026-08-07T23:39:56.867Z Compiling darling v0.23.0
18052026-08-07T23:39:58.104Z Compiling dof v0.4.0
18062026-08-07T23:39:58.733Z Compiling hyper v1.11.0
18072026-08-07T23:39:59.101Z Compiling rand_core v0.9.5
18082026-08-07T23:39:59.368Z Compiling serde_urlencoded v0.7.1
18092026-08-07T23:39:59.536Z Compiling http-body-util v0.1.4
18102026-08-07T23:39:59.677Z Compiling ref-cast-impl v1.0.25
18112026-08-07T23:39:59.847Z Compiling syn v1.0.109
18122026-08-07T23:40:00.172Z Compiling hyper-util v0.1.20
18132026-08-07T23:40:01.456Z Compiling usdt-macro v0.6.0
18142026-08-07T23:40:01.720Z Compiling usdt-attr-macro v0.6.0
18152026-08-07T23:40:02.306Z Compiling structmeta-derive v0.3.0
18162026-08-07T23:40:02.608Z Compiling multer v3.1.0
18172026-08-07T23:40:02.753Z Compiling powerfmt v0.2.0
18182026-08-07T23:40:02.950Z Compiling foldhash v0.2.0
18192026-08-07T23:40:03.015Z Compiling deranged v0.5.8
18202026-08-07T23:40:03.214Z Compiling rand_chacha v0.9.0
18212026-08-07T23:40:03.344Z Compiling structmeta v0.3.0
18222026-08-07T23:40:03.554Z Compiling newtype-uuid-macros v0.1.0
18232026-08-07T23:40:03.752Z Compiling num_threads v0.1.7
18242026-08-07T23:40:03.929Z Compiling rand v0.9.4
18252026-08-07T23:40:04.058Z Compiling time v0.3.47
18262026-08-07T23:40:04.173Z Compiling newtype-uuid v1.3.2
18272026-08-07T23:40:04.333Z Compiling sync_wrapper v1.0.2
18282026-08-07T23:40:04.450Z Compiling async-stream-impl v0.3.6
18292026-08-07T23:40:04.627Z Compiling strum_macros v0.26.4
18302026-08-07T23:40:05.030Z Compiling dropshot v0.17.1
18312026-08-07T23:40:05.085Z Compiling hex v0.4.3
18322026-08-07T23:40:05.269Z Compiling fastrand v2.4.1
18332026-08-07T23:40:05.375Z Compiling tower v0.5.3
18342026-08-07T23:40:05.599Z Compiling daft v0.1.7
18352026-08-07T23:40:05.945Z Compiling crossbeam-channel v0.5.15
18362026-08-07T23:40:06.422Z Compiling webpki-roots v1.0.7
18372026-08-07T23:40:06.489Z Compiling openapiv3 v2.2.0
18382026-08-07T23:40:06.629Z Compiling generic-array v0.14.7
18392026-08-07T23:40:07.037Z Compiling tower-http v0.6.11
18402026-08-07T23:40:07.105Z Compiling hashbrown v0.16.1
18412026-08-07T23:40:07.381Z Compiling serde_with_macros v3.21.0
18422026-08-07T23:40:07.828Z Compiling futures-executor v0.3.32
18432026-08-07T23:40:08.002Z Compiling dropshot_endpoint v0.17.1
18442026-08-07T23:40:08.301Z Compiling macaddr v1.0.1
18452026-08-07T23:40:08.495Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18462026-08-07T23:40:08.565Z Compiling thread_local v1.1.9
18472026-08-07T23:40:08.684Z Compiling openssl-probe v0.2.1
18482026-08-07T23:40:08.936Z Compiling cpufeatures v0.3.0
18492026-08-07T23:40:08.968Z Compiling rustls-native-certs v0.8.4
18502026-08-07T23:40:09.016Z Compiling futures v0.3.32
18512026-08-07T23:40:09.607Z Compiling tempfile v3.27.0
18522026-08-07T23:40:09.693Z Compiling derive-ex v0.1.8
18532026-08-07T23:40:09.822Z Compiling strum_macros v0.27.2
18542026-08-07T23:40:10.260Z Compiling is-terminal v0.4.17
18552026-08-07T23:40:10.355Z Compiling take_mut v0.2.2
18562026-08-07T23:40:10.367Z Compiling winnow v1.0.3
18572026-08-07T23:40:10.459Z Compiling term v1.2.1
18582026-08-07T23:40:11.242Z Compiling test-strategy v0.4.5
18592026-08-07T23:40:11.644Z Compiling slog-term v2.9.2
18602026-08-07T23:40:12.960Z Compiling hybrid-array v0.4.12
18612026-08-07T23:40:13.265Z Compiling simd-adler32 v0.3.9
18622026-08-07T23:40:13.389Z Compiling match_cfg v0.1.0
18632026-08-07T23:40:13.443Z Compiling adler2 v2.0.1
18642026-08-07T23:40:13.469Z Compiling hostname v0.3.1
18652026-08-07T23:40:13.613Z Compiling miniz_oxide v0.8.9
18662026-08-07T23:40:14.226Z Compiling slog-json v2.6.1
18672026-08-07T23:40:14.511Z Compiling memmap2 v0.9.10
18682026-08-07T23:40:14.955Z Compiling usdt v0.6.0
18692026-08-07T23:40:15.024Z Compiling slog-bunyan v2.5.0
18702026-08-07T23:40:15.027Z Compiling flate2 v1.1.9
18712026-08-07T23:40:15.059Z Compiling block-buffer v0.12.0
18722026-08-07T23:40:15.215Z Compiling crypto-common v0.2.2
18732026-08-07T23:40:15.244Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-07T23:40:15.595Z Compiling debug-ignore v1.0.5
18752026-08-07T23:40:15.616Z Compiling const-oid v0.10.2
18762026-08-07T23:40:15.709Z Compiling either v1.16.0
18772026-08-07T23:40:15.921Z Compiling compression-core v0.4.32
18782026-08-07T23:40:16.102Z Compiling compression-codecs v0.4.38
18792026-08-07T23:40:16.310Z Compiling digest v0.11.3
18802026-08-07T23:40:16.483Z Compiling toml_parser v1.1.2+spec-1.1.0
18812026-08-07T23:40:16.516Z Compiling crypto-common v0.1.7
18822026-08-07T23:40:16.622Z Compiling parse-display-derive v0.10.0
18832026-08-07T23:40:16.723Z Compiling rand_chacha v0.3.1
18842026-08-07T23:40:17.068Z Compiling toml_datetime v1.1.1+spec-1.1.0
18852026-08-07T23:40:17.176Z Compiling serde_spanned v1.1.1
18862026-08-07T23:40:17.331Z Compiling encoding_rs v0.8.35
18872026-08-07T23:40:17.331Z Compiling mime v0.3.17
18882026-08-07T23:40:17.452Z Compiling toml_writer v1.1.1+spec-1.1.0
18892026-08-07T23:40:17.493Z Compiling spin v0.9.8
18902026-08-07T23:40:17.710Z Compiling toml v1.1.2+spec-1.1.0
18912026-08-07T23:40:17.789Z Compiling rand v0.8.6
18922026-08-07T23:40:17.835Z Compiling sha1 v0.11.0
18932026-08-07T23:40:18.145Z Compiling async-compression v0.4.42
18942026-08-07T23:40:18.189Z Compiling strum v0.26.3
18952026-08-07T23:40:18.313Z Compiling async-stream v0.3.6
18962026-08-07T23:40:18.535Z Compiling waitgroup v0.1.2
18972026-08-07T23:40:18.574Z Compiling rustls-pemfile v2.2.0
18982026-08-07T23:40:18.601Z Compiling serde_path_to_error v0.1.20
18992026-08-07T23:40:18.687Z Compiling wait-timeout v0.2.1
19002026-08-07T23:40:18.855Z Compiling hostname v0.4.2
19012026-08-07T23:40:19.244Z Compiling bit-vec v0.8.0
19022026-08-07T23:40:19.395Z Compiling quick-error v1.2.3
19032026-08-07T23:40:19.521Z Compiling rusty-fork v0.3.1
19042026-08-07T23:40:19.551Z Compiling bit-set v0.8.0
19052026-08-07T23:40:19.645Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-07T23:40:19.744Z Compiling serde_with v3.21.0
19072026-08-07T23:40:20.133Z Compiling rand_xorshift v0.4.0
19082026-08-07T23:40:20.310Z Compiling unarray v0.1.4
19092026-08-07T23:40:20.435Z Compiling proptest v1.11.0
19102026-08-07T23:40:20.546Z Compiling strum v0.27.2
19112026-08-07T23:40:20.686Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19122026-08-07T23:40:20.840Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19132026-08-07T23:40:20.987Z Compiling instant v0.1.13
19142026-08-07T23:40:21.254Z Compiling itertools v0.14.0
19152026-08-07T23:40:21.348Z Compiling iddqd v0.4.6
19162026-08-07T23:40:21.835Z Compiling unicode-width v0.2.2
19172026-08-07T23:40:22.223Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-07T23:40:22.409Z Compiling block-buffer v0.10.4
19192026-08-07T23:40:22.522Z Compiling backon v1.6.0
19202026-08-07T23:40:22.985Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19212026-08-07T23:40:23.347Z Compiling digest v0.10.7
19222026-08-07T23:40:23.598Z Compiling backoff v0.4.0
19232026-08-07T23:40:23.984Z Compiling parse-display v0.10.0
19242026-08-07T23:40:24.332Z Compiling regress v0.10.5
19252026-08-07T23:40:24.374Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19262026-08-07T23:40:24.765Z Compiling humantime v2.3.0
19272026-08-07T23:40:26.903Z Compiling regress v0.11.1
19282026-08-07T23:40:28.463Z Compiling typify-impl v0.6.2
19292026-08-07T23:40:28.912Z Compiling zerocopy-derive v0.7.35
19302026-08-07T23:40:30.044Z Compiling clap_derive v4.6.4
19312026-08-07T23:40:30.296Z Compiling convert_case v0.4.0
19322026-08-07T23:40:30.341Z Compiling cpufeatures v0.2.17
19332026-08-07T23:40:30.819Z Compiling utf8parse v0.2.2
19342026-08-07T23:40:30.856Z Compiling derive_more v0.99.20
19352026-08-07T23:40:30.937Z Compiling anstyle-parse v1.0.0
19362026-08-07T23:40:31.739Z Compiling typify-macro v0.6.2
19372026-08-07T23:40:31.906Z Compiling terminal_size v0.4.4
19382026-08-07T23:40:31.951Z Compiling toml_datetime v0.6.11
19392026-08-07T23:40:32.011Z Compiling anstyle v1.0.14
19402026-08-07T23:40:32.059Z Compiling colorchoice v1.0.5
19412026-08-07T23:40:32.187Z Compiling anstyle-query v1.1.5
19422026-08-07T23:40:32.295Z Compiling is_terminal_polyfill v1.70.2
19432026-08-07T23:40:32.392Z Compiling anstream v1.0.0
19442026-08-07T23:40:32.972Z Compiling secrecy v0.10.3
19452026-08-07T23:40:33.129Z Compiling crucible-workspace-hack v0.1.0
19462026-08-07T23:40:33.184Z Compiling clap_lex v1.1.0
19472026-08-07T23:40:33.308Z Compiling heapless v0.8.0
19482026-08-07T23:40:33.520Z Compiling tinyvec_macros v0.1.1
19492026-08-07T23:40:33.595Z Compiling tinyvec v1.11.0
19502026-08-07T23:40:33.780Z Compiling clap_builder v4.6.5
19512026-08-07T23:40:33.957Z Compiling typify v0.6.2
19522026-08-07T23:40:34.054Z Compiling zerocopy v0.7.35
19532026-08-07T23:40:34.493Z Compiling hash32 v0.3.1
19542026-08-07T23:40:34.512Z Compiling rustc_version v0.4.1
19552026-08-07T23:40:34.551Z Compiling scroll_derive v0.12.1
19562026-08-07T23:40:34.641Z Compiling num-integer v0.1.46
19572026-08-07T23:40:34.751Z Compiling usdt-impl v0.5.0
19582026-08-07T23:40:34.768Z Compiling smoltcp v0.11.0
19592026-08-07T23:40:35.121Z Compiling curve25519-dalek v4.1.3
19602026-08-07T23:40:35.244Z Compiling scroll v0.12.0
19612026-08-07T23:40:35.402Z Compiling dof v0.3.0
19622026-08-07T23:40:35.646Z Compiling clap v4.6.5
19632026-08-07T23:40:36.389Z Compiling hmac v0.12.1
19642026-08-07T23:40:36.564Z Compiling dtrace-parser v0.2.0
19652026-08-07T23:40:36.582Z Compiling inout v0.1.4
19662026-08-07T23:40:36.585Z Compiling darling_core v0.21.3
19672026-08-07T23:40:36.812Z Compiling ff v0.13.1
19682026-08-07T23:40:36.969Z Compiling cobs v0.3.0
19692026-08-07T23:40:37.363Z Compiling thread-id v4.2.2
19702026-08-07T23:40:37.784Z Compiling unsafe-libyaml v0.2.11
19712026-08-07T23:40:37.925Z Compiling bitflags v1.3.2
19722026-08-07T23:40:38.010Z Compiling managed v0.8.0
19732026-08-07T23:40:38.439Z Compiling serde_yaml v0.9.34+deprecated
19742026-08-07T23:40:38.676Z Compiling darling_macro v0.21.3
19752026-08-07T23:40:39.666Z Compiling postcard v1.1.3
19762026-08-07T23:40:39.674Z Compiling group v0.13.0
19772026-08-07T23:40:40.023Z Compiling cipher v0.4.4
19782026-08-07T23:40:40.042Z Compiling hkdf v0.12.4
19792026-08-07T23:40:40.264Z Compiling goblin v0.8.2
19802026-08-07T23:40:40.737Z Compiling num-rational v0.4.2
19812026-08-07T23:40:41.094Z Compiling num-iter v0.1.45
19822026-08-07T23:40:41.727Z Compiling tabwriter v1.4.1
19832026-08-07T23:40:41.840Z Compiling universal-hash v0.5.1
19842026-08-07T23:40:41.992Z Compiling crypto-bigint v0.5.5
19852026-08-07T23:40:42.086Z Compiling hubpack_derive v0.1.1
19862026-08-07T23:40:42.086Z Compiling thiserror-impl-no-std v2.0.2
19872026-08-07T23:40:42.627Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-08-07T23:40:43.315Z Compiling crossbeam-epoch v0.9.18
19892026-08-07T23:40:43.632Z Compiling half v2.7.1
19902026-08-07T23:40:43.761Z Compiling curve25519-dalek-derive v0.1.1
19912026-08-07T23:40:43.869Z Compiling num-complex v0.4.6
19922026-08-07T23:40:44.425Z Compiling memoffset v0.9.1
19932026-08-07T23:40:44.515Z Compiling rustix v0.38.44
19942026-08-07T23:40:44.578Z Compiling opaque-debug v0.3.1
19952026-08-07T23:40:44.676Z Compiling ciborium-io v0.2.2
19962026-08-07T23:40:44.870Z Compiling cfg_aliases v0.2.1
19972026-08-07T23:40:44.949Z Compiling base64ct v1.8.3
19982026-08-07T23:40:45.165Z Compiling base16ct v0.2.0
19992026-08-07T23:40:45.289Z Compiling prettyplease v0.2.37
20002026-08-07T23:40:45.407Z Compiling elliptic-curve v0.13.8
20012026-08-07T23:40:45.533Z Compiling password-hash v0.5.0
20022026-08-07T23:40:45.925Z Compiling nix v0.31.3
20032026-08-07T23:40:46.590Z Compiling ciborium-ll v0.2.2
20042026-08-07T23:40:46.853Z Compiling poly1305 v0.8.0
20052026-08-07T23:40:47.316Z Compiling num v0.4.3
20062026-08-07T23:40:47.462Z Compiling thiserror-no-std v2.0.2
20072026-08-07T23:40:47.564Z Compiling hubpack v0.1.2
20082026-08-07T23:40:48.570Z Compiling chacha20 v0.9.1
20092026-08-07T23:40:48.816Z Compiling darling v0.21.3
20102026-08-07T23:40:48.906Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20112026-08-07T23:40:48.959Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-08-07T23:40:49.245Z Compiling reqwest v0.12.28
20132026-08-07T23:40:50.089Z Compiling toml_edit v0.25.12+spec-1.1.0
20142026-08-07T23:40:50.272Z Compiling blake2 v0.10.6
20152026-08-07T23:40:50.405Z Compiling aead v0.5.2
20162026-08-07T23:40:50.761Z Compiling byte-wrapper v0.1.0
20172026-08-07T23:40:50.919Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-08-07T23:40:50.944Z Compiling serde_repr v0.1.21
20192026-08-07T23:40:51.505Z Compiling proc-macro-error-attr v1.0.4
20202026-08-07T23:40:51.680Z Compiling bstr v1.12.1
20212026-08-07T23:40:51.740Z Compiling static_assertions v1.1.0
20222026-08-07T23:40:51.820Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232026-08-07T23:40:51.838Z Compiling keccak v0.1.6
20242026-08-07T23:40:52.048Z Compiling float-ord v0.3.2
20252026-08-07T23:40:52.211Z Compiling sha3 v0.10.9
20262026-08-07T23:40:52.556Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20272026-08-07T23:40:52.579Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-08-07T23:40:53.076Z Compiling proc-macro-crate v3.5.0
20292026-08-07T23:40:53.346Z Compiling chacha20poly1305 v0.10.1
20302026-08-07T23:40:53.488Z Compiling argon2 v0.5.3
20312026-08-07T23:40:53.506Z Compiling progenitor-client v0.10.0
20322026-08-07T23:40:53.995Z Compiling ingot-macros v0.1.1
20332026-08-07T23:40:54.430Z Compiling vsss-rs v3.3.4
20342026-08-07T23:40:55.987Z Compiling ciborium v0.2.2
20352026-08-07T23:40:56.679Z Compiling rustls-webpki v0.103.13
20362026-08-07T23:40:57.000Z Compiling usdt-attr-macro v0.5.0
20372026-08-07T23:40:57.738Z Compiling usdt-macro v0.5.0
20382026-08-07T23:40:59.208Z Compiling num-derive v0.4.2
20392026-08-07T23:40:59.350Z Compiling enum-as-inner v0.6.1
20402026-08-07T23:40:59.919Z Compiling proc-macro-error v1.0.4
20412026-08-07T23:40:59.937Z Compiling memmap v0.7.0
20422026-08-07T23:41:00.140Z Compiling winnow v0.5.40
20432026-08-07T23:41:00.158Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20442026-08-07T23:41:00.175Z Compiling indent_write v2.2.0
20452026-08-07T23:41:00.359Z Compiling data-encoding v2.11.0
20462026-08-07T23:41:00.647Z Compiling usdt v0.5.0
20472026-08-07T23:41:00.787Z Compiling ingot-types v0.1.2
20482026-08-07T23:41:01.138Z Compiling tokio-rustls v0.26.4
20492026-08-07T23:41:01.232Z Compiling rustls-platform-verifier v0.7.0
20502026-08-07T23:41:01.252Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-07T23:41:01.466Z Compiling hyper-rustls v0.27.9
20522026-08-07T23:41:01.855Z Compiling reqwest v0.13.4
20532026-08-07T23:41:03.029Z Compiling toml_edit v0.19.15
20542026-08-07T23:41:03.298Z Compiling progenitor-client v0.14.0
20552026-08-07T23:41:03.759Z Compiling progenitor-extras v0.2.0
20562026-08-07T23:41:04.329Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20572026-08-07T23:41:04.438Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-08-07T23:41:04.768Z Compiling num_enum_derive v0.7.6
20592026-08-07T23:41:05.002Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-08-07T23:41:06.723Z Compiling serde_spanned v0.6.9
20612026-08-07T23:41:06.887Z Compiling foreign-types-macros v0.2.3
20622026-08-07T23:41:07.552Z Compiling colored v3.1.1
20632026-08-07T23:41:08.154Z Compiling winnow v0.7.15
20642026-08-07T23:41:10.751Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20652026-08-07T23:41:13.548Z Compiling vcpkg v0.2.15
20662026-08-07T23:41:15.352Z Compiling toml_write v0.1.2
20672026-08-07T23:41:15.558Z Compiling pkg-config v0.3.33
20682026-08-07T23:41:16.003Z Compiling foreign-types-shared v0.3.1
20692026-08-07T23:41:16.057Z Compiling bytecount v0.6.9
20702026-08-07T23:41:16.118Z Compiling foreign-types v0.5.0
20712026-08-07T23:41:16.240Z Compiling openssl-sys v0.9.116
20722026-08-07T23:41:16.257Z Compiling toml_edit v0.22.27
20732026-08-07T23:41:16.722Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-07T23:41:16.836Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-08-07T23:41:17.283Z Compiling num_enum v0.7.6
20762026-08-07T23:41:17.424Z Compiling proc-macro-crate v1.3.1
20772026-08-07T23:41:17.773Z Compiling ingot v0.1.1
20782026-08-07T23:41:18.692Z Compiling atomicwrites v0.4.4
20792026-08-07T23:41:18.884Z Compiling progenitor-impl v0.14.0
20802026-08-07T23:41:18.979Z Compiling chacha20 v0.10.0
20812026-08-07T23:41:19.294Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-08-07T23:41:19.708Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-08-07T23:41:19.843Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-08-07T23:41:19.859Z Compiling cstr-argument v0.1.2
20852026-08-07T23:41:19.946Z Compiling semver v0.1.20
20862026-08-07T23:41:20.034Z Compiling rayon-core v1.13.0
20872026-08-07T23:41:20.100Z Compiling resolv-conf v0.7.6
20882026-08-07T23:41:20.129Z Compiling heck v0.4.1
20892026-08-07T23:41:20.213Z Compiling linked-hash-map v0.5.6
20902026-08-07T23:41:20.274Z Compiling unicode-segmentation v1.13.3
20912026-08-07T23:41:20.436Z Compiling swrite v0.1.0
20922026-08-07T23:41:20.555Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
20932026-08-07T23:41:20.816Z Compiling newline-converter v0.3.0
20942026-08-07T23:41:20.885Z Compiling lru-cache v0.1.2
20952026-08-07T23:41:20.931Z Compiling progenitor-macro v0.14.0
20962026-08-07T23:41:20.993Z Compiling rustc_version v0.1.7
20972026-08-07T23:41:21.030Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20982026-08-07T23:41:21.064Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-08-07T23:41:21.197Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002026-08-07T23:41:21.218Z Compiling rand v0.10.2
21012026-08-07T23:41:21.445Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21022026-08-07T23:41:21.694Z Compiling num_enum_derive v0.5.11
21032026-08-07T23:41:22.260Z Compiling toml v0.8.23
21042026-08-07T23:41:22.332Z Compiling hickory-proto v0.24.4
21052026-08-07T23:41:22.381Z Compiling similar v2.7.0
21062026-08-07T23:41:22.761Z Compiling crossbeam-deque v0.8.6
21072026-08-07T23:41:22.800Z Compiling progenitor-impl v0.13.0
21082026-08-07T23:41:22.987Z Compiling console v0.15.11
21092026-08-07T23:41:24.272Z Compiling camino-tempfile v1.4.1
21102026-08-07T23:41:24.671Z Compiling serde-big-array v0.5.1
21112026-08-07T23:41:24.840Z Compiling derive-where v1.6.1
21122026-08-07T23:41:24.859Z Compiling pin-project-internal v1.1.13
21132026-08-07T23:41:25.125Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21142026-08-07T23:41:25.326Z Compiling lazy_static v1.5.0
21152026-08-07T23:41:25.437Z Compiling siphasher v1.0.3
21162026-08-07T23:41:25.653Z Compiling minimal-lexical v0.2.1
21172026-08-07T23:41:25.906Z Compiling nom v7.1.3
21182026-08-07T23:41:25.931Z Compiling pin-project v1.1.13
21192026-08-07T23:41:26.049Z Compiling phf_shared v0.12.1
21202026-08-07T23:41:26.105Z Compiling progenitor v0.14.0
21212026-08-07T23:41:26.262Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-08-07T23:41:26.281Z Compiling progenitor-macro v0.13.0
21232026-08-07T23:41:26.518Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21242026-08-07T23:41:27.295Z Compiling hickory-resolver v0.24.4
21252026-08-07T23:41:30.321Z Compiling expectorate v1.2.0
21262026-08-07T23:41:30.623Z Compiling num_enum v0.5.11
21272026-08-07T23:41:30.758Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-08-07T23:41:31.948Z Compiling newtype_derive v0.1.6
21292026-08-07T23:41:32.111Z Compiling progenitor-client v0.13.0
21302026-08-07T23:41:32.578Z Compiling unicode-normalization v0.1.25
21312026-08-07T23:41:33.173Z Compiling tokio-stream v0.1.18
21322026-08-07T23:41:33.744Z Compiling snafu-derive v0.8.9
21332026-08-07T23:41:34.945Z Compiling async-recursion v1.1.1
21342026-08-07T23:41:35.381Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21352026-08-07T23:41:35.515Z Compiling slog-dtrace v0.3.0
21362026-08-07T23:41:35.645Z Compiling csv-core v0.1.13
21372026-08-07T23:41:35.705Z Compiling unicode-width v0.1.14
21382026-08-07T23:41:35.762Z Compiling openssl v0.10.80
21392026-08-07T23:41:36.024Z Compiling owo-colors v4.3.0
21402026-08-07T23:41:36.046Z Compiling chrono-tz v0.10.4
21412026-08-07T23:41:36.046Z Compiling cancel-safe-futures v0.1.5
21422026-08-07T23:41:36.092Z Compiling foreign-types-shared v0.1.1
21432026-08-07T23:41:36.197Z Compiling foldhash v0.1.5
21442026-08-07T23:41:36.276Z Compiling unicode-xid v0.2.6
21452026-08-07T23:41:36.323Z Compiling highway v1.3.0
21462026-08-07T23:41:36.359Z Compiling same-file v1.0.6
21472026-08-07T23:41:36.413Z Compiling konst_macro_rules v0.2.19
21482026-08-07T23:41:36.444Z Compiling const_format_proc_macros v0.2.34
21492026-08-07T23:41:36.543Z Compiling walkdir v2.5.0
21502026-08-07T23:41:36.613Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-08-07T23:41:37.028Z Compiling konst v0.2.20
21522026-08-07T23:41:37.243Z Compiling hashbrown v0.15.5
21532026-08-07T23:41:37.324Z Compiling foreign-types v0.3.2
21542026-08-07T23:41:37.429Z Compiling csv v1.4.0
21552026-08-07T23:41:37.580Z Compiling snafu v0.8.9
21562026-08-07T23:41:37.626Z Compiling progenitor v0.13.0
21572026-08-07T23:41:37.790Z Compiling qorb v0.4.1
21582026-08-07T23:41:37.906Z Compiling olpc-cjson v0.1.4
21592026-08-07T23:41:38.153Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-08-07T23:41:38.333Z Compiling rayon v1.12.0
21612026-08-07T23:41:39.257Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21622026-08-07T23:41:39.799Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-08-07T23:41:40.546Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-07T23:41:41.942Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-08-07T23:41:42.471Z Compiling phf v0.12.1
21662026-08-07T23:41:42.552Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21672026-08-07T23:41:43.085Z Compiling zone_cfg_derive v0.3.1
21682026-08-07T23:41:43.540Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-08-07T23:41:43.817Z Compiling tokio-dtrace v0.1.1
21702026-08-07T23:41:44.183Z Compiling globset v0.4.18
21712026-08-07T23:41:44.690Z Compiling itertools v0.15.0
21722026-08-07T23:41:46.028Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21732026-08-07T23:41:46.079Z Compiling itertools v0.12.1
21742026-08-07T23:41:46.115Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-08-07T23:41:46.157Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-08-07T23:41:46.248Z Compiling pem v3.0.6
21772026-08-07T23:41:46.717Z Compiling libsw-core v0.3.2
21782026-08-07T23:41:46.839Z Compiling serde_plain v1.0.2
21792026-08-07T23:41:46.906Z Compiling openssl-macros v0.1.1
21802026-08-07T23:41:46.972Z Compiling cookie v0.18.1
21812026-08-07T23:41:47.134Z Compiling sigpipe v0.1.3
21822026-08-07T23:41:47.223Z Compiling fixedbitset v0.5.7
21832026-08-07T23:41:47.243Z Compiling fixedbitset v0.4.2
21842026-08-07T23:41:47.405Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-08-07T23:41:47.444Z Compiling typed-path v0.9.3
21862026-08-07T23:41:47.589Z Compiling glob v0.3.3
21872026-08-07T23:41:47.608Z Compiling jiff v0.2.28
21882026-08-07T23:41:47.668Z Compiling petgraph v0.6.5
21892026-08-07T23:41:47.746Z Compiling petgraph v0.8.3
21902026-08-07T23:41:47.832Z Compiling zone v0.3.1
21912026-08-07T23:41:48.506Z Compiling tough v0.22.0
21922026-08-07T23:41:49.500Z Compiling libsw v3.5.0
21932026-08-07T23:41:49.536Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-07T23:41:49.901Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21952026-08-07T23:41:49.927Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21962026-08-07T23:41:50.099Z Compiling ingot-macros v0.2.0
21972026-08-07T23:41:50.119Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-07T23:41:50.215Z Compiling oxide-tokio-rt v0.1.6
21992026-08-07T23:41:50.789Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-08-07T23:41:52.788Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22012026-08-07T23:41:52.943Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-07T23:41:53.023Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-08-07T23:41:53.320Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-07T23:41:55.586Z Compiling const_format v0.2.36
22052026-08-07T23:41:55.749Z Compiling papergrid v0.11.0
22062026-08-07T23:41:56.138Z Compiling tabled_derive v0.7.0
22072026-08-07T23:41:56.459Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-07T23:41:56.696Z Compiling libscf-sys v1.2.0
22092026-08-07T23:41:56.858Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22102026-08-07T23:41:57.156Z Compiling gethostname v0.5.0
22112026-08-07T23:41:57.303Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-08-07T23:41:57.437Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22132026-08-07T23:41:57.548Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-08-07T23:41:57.603Z Compiling smf v0.2.3
22152026-08-07T23:41:57.682Z Compiling bcs v0.1.6
22162026-08-07T23:41:57.929Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22172026-08-07T23:41:58.078Z Compiling smawk v0.3.2
22182026-08-07T23:41:58.248Z Compiling tagptr v0.2.0
22192026-08-07T23:41:58.430Z Compiling whoami v1.6.1
22202026-08-07T23:41:58.722Z Compiling termtree v0.5.1
22212026-08-07T23:41:58.742Z Compiling unicode-linebreak v0.1.5
22222026-08-07T23:41:58.903Z Compiling linear-map v1.2.0
22232026-08-07T23:41:59.106Z Compiling textwrap v0.16.2
22242026-08-07T23:41:59.117Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-08-07T23:42:00.536Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22262026-08-07T23:42:01.467Z Compiling moka v0.12.15
22272026-08-07T23:42:01.484Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-08-07T23:42:01.485Z Compiling tabled v0.15.0
22292026-08-07T23:42:01.681Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-08-07T23:42:01.774Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-07T23:42:01.940Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-08-07T23:42:02.110Z Compiling steno v0.4.1
22332026-08-07T23:42:02.162Z Compiling ingot-types v0.2.0
22342026-08-07T23:42:03.968Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-08-07T23:42:07.954Z Compiling hickory-proto v0.25.2
22362026-08-07T23:42:08.009Z Compiling proc-macro-error-attr2 v2.0.0
22372026-08-07T23:42:08.157Z Compiling proc-macro-error2 v2.0.1
22382026-08-07T23:42:08.440Z Compiling ingot v0.2.1
22392026-08-07T23:42:08.775Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22402026-08-07T23:42:08.818Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22412026-08-07T23:42:09.077Z Compiling parking_lot_core v0.8.6
22422026-08-07T23:42:09.282Z Compiling tabled_derive v0.11.0
22432026-08-07T23:42:09.391Z Compiling papergrid v0.18.0
22442026-08-07T23:42:10.395Z Compiling hickory-resolver v0.25.2
22452026-08-07T23:42:10.433Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22462026-08-07T23:42:10.650Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-08-07T23:42:12.147Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-08-07T23:42:13.225Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22492026-08-07T23:42:13.651Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-08-07T23:42:13.862Z Compiling testing_table v0.3.0
22512026-08-07T23:42:14.129Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22522026-08-07T23:42:14.658Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22532026-08-07T23:42:14.988Z Compiling tabled v0.21.0
22542026-08-07T23:42:15.539Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22552026-08-07T23:42:16.103Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22562026-08-07T23:42:16.221Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22572026-08-07T23:42:16.904Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22582026-08-07T23:42:16.917Z Compiling arc-swap v1.9.1
22592026-08-07T23:42:17.271Z Compiling slog-scope v4.4.1
22602026-08-07T23:42:17.644Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22612026-08-07T23:42:18.060Z Compiling parking_lot v0.11.2
22622026-08-07T23:42:19.478Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22632026-08-07T23:42:19.496Z Compiling dropshot-api-manager-types v0.7.2
22642026-08-07T23:42:19.747Z Compiling fxhash v0.2.1
22652026-08-07T23:42:19.896Z Compiling crc8 v0.1.1
22662026-08-07T23:42:19.949Z Compiling sled v0.34.7
22672026-08-07T23:42:20.015Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22682026-08-07T23:42:20.051Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22692026-08-07T23:42:21.273Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22702026-08-07T23:42:22.882Z Compiling slog-stdlog v4.1.1
22712026-08-07T23:42:23.245Z Compiling port-file v0.1.0
22722026-08-07T23:42:23.456Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22732026-08-07T23:42:23.510Z Compiling slog-envlogger v2.2.0
22742026-08-07T23:42:23.612Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22752026-08-07T23:42:24.312Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-07T23:42:26.418Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-07T23:42:29.164Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22782026-08-07T23:42:31.371Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22792026-08-07T23:42:40.498Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22802026-08-07T23:42:45.070Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22812026-08-07T23:42:48.485Z Finished `release` profile [optimized] target(s) in 3m 44s
22822026-08-07T23:42:48.490Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22832026-08-07T23:42:48.490Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22842026-08-07T23:42:48.819Z+ banner quartet
22852026-08-07T23:42:48.824Z
22862026-08-07T23:42:48.824Z #### # # ## ##### ##### ###### #####
22872026-08-07T23:42:48.824Z # # # # # # # # # # #
22882026-08-07T23:42:48.824Z # # # # # # # # # ##### #
22892026-08-07T23:42:48.824Z # # # # # ###### ##### # # #
22902026-08-07T23:42:48.824Z # # # # # # # # # # #
22912026-08-07T23:42:48.824Z ### # #### # # # # # ###### #
22922026-08-07T23:42:48.824Z
22932026-08-07T23:42:48.824Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22942026-08-07T23:42:49.400Z Compiling cfg-if v1.0.4
22952026-08-07T23:42:49.403Z Compiling libc v0.2.189
22962026-08-07T23:42:49.403Z Compiling serde_core v1.0.229
22972026-08-07T23:42:49.511Z Compiling memchr v2.8.1
22982026-08-07T23:42:49.519Z Compiling itoa v1.0.18
22992026-08-07T23:42:49.519Z Compiling smallvec v1.15.1
23002026-08-07T23:42:49.532Z Compiling stable_deref_trait v1.2.1
23012026-08-07T23:42:49.536Z Compiling zerofrom v0.1.8
23022026-08-07T23:42:49.553Z Compiling zmij v1.0.21
23032026-08-07T23:42:49.600Z Compiling writeable v0.6.3
23042026-08-07T23:42:49.657Z Compiling yoke v0.8.3
23052026-08-07T23:42:49.753Z Compiling litemap v0.8.2
23062026-08-07T23:42:49.764Z Compiling utf8_iter v1.0.4
23072026-08-07T23:42:49.834Z Compiling zerovec v0.11.6
23082026-08-07T23:42:49.851Z Compiling zerotrie v0.2.4
23092026-08-07T23:42:49.874Z Compiling percent-encoding v2.3.2
23102026-08-07T23:42:49.920Z Compiling libm v0.2.16
23112026-08-07T23:42:49.946Z Compiling icu_normalizer_data v2.2.0
23122026-08-07T23:42:50.021Z Compiling icu_properties_data v2.2.0
23132026-08-07T23:42:50.032Z Compiling form_urlencoded v1.2.2
23142026-08-07T23:42:50.138Z Compiling rand_core v0.10.1
23152026-08-07T23:42:50.173Z Compiling errno v0.3.14
23162026-08-07T23:42:50.306Z Compiling getrandom v0.4.2
23172026-08-07T23:42:50.321Z Compiling iana-time-zone v0.1.65
23182026-08-07T23:42:50.325Z Compiling pin-project-lite v0.2.17
23192026-08-07T23:42:50.349Z Compiling zeroize v1.8.2
23202026-08-07T23:42:50.414Z Compiling tinystr v0.8.3
23212026-08-07T23:42:50.449Z Compiling potential_utf v0.1.5
23222026-08-07T23:42:50.492Z Compiling dyn-clone v1.0.20
23232026-08-07T23:42:50.585Z Compiling icu_locale_core v2.2.0
23242026-08-07T23:42:50.599Z Compiling icu_collections v2.2.0
23252026-08-07T23:42:50.610Z Compiling socket2 v0.6.5
23262026-08-07T23:42:50.626Z Compiling scopeguard v1.2.0
23272026-08-07T23:42:50.626Z Compiling parking_lot_core v0.9.12
23282026-08-07T23:42:50.645Z Compiling signal-hook-registry v1.4.8
23292026-08-07T23:42:50.746Z Compiling num-traits v0.2.19
23302026-08-07T23:42:51.013Z Compiling lock_api v0.4.14
23312026-08-07T23:42:51.079Z Compiling mio v1.2.1
23322026-08-07T23:42:51.262Z Compiling parking_lot v0.12.5
23332026-08-07T23:42:51.297Z Compiling portable-atomic v1.13.1
23342026-08-07T23:42:51.344Z Compiling serde v1.0.229
23352026-08-07T23:42:51.521Z Compiling serde_json v1.0.151
23362026-08-07T23:42:51.592Z Compiling icu_provider v2.2.0
23372026-08-07T23:42:51.597Z Compiling uuid v1.24.0
23382026-08-07T23:42:51.779Z Compiling semver v1.0.28
23392026-08-07T23:42:51.990Z Compiling bytes v1.11.1
23402026-08-07T23:42:52.073Z Compiling icu_properties v2.2.0
23412026-08-07T23:42:52.169Z Compiling icu_normalizer v2.2.0
23422026-08-07T23:42:52.203Z Compiling chrono v0.4.45
23432026-08-07T23:42:52.217Z Compiling thiserror v2.0.19
23442026-08-07T23:42:52.327Z Compiling bitflags v2.12.1
23452026-08-07T23:42:52.478Z Compiling futures-core v0.3.32
23462026-08-07T23:42:52.643Z Compiling tokio v1.53.1
23472026-08-07T23:42:52.735Z Compiling critical-section v1.2.0
23482026-08-07T23:42:52.848Z Compiling once_cell v1.21.4
23492026-08-07T23:42:52.895Z Compiling log v0.4.32
23502026-08-07T23:42:53.099Z Compiling idna_adapter v1.2.2
23512026-08-07T23:42:53.153Z Compiling equivalent v1.0.2
23522026-08-07T23:42:53.240Z Compiling idna v1.1.0
23532026-08-07T23:42:53.251Z Compiling subtle v2.6.1
23542026-08-07T23:42:53.279Z Compiling allocator-api2 v0.2.21
23552026-08-07T23:42:53.371Z Compiling zerocopy v0.8.50
23562026-08-07T23:42:53.419Z Compiling futures-sink v0.3.32
23572026-08-07T23:42:53.531Z Compiling slab v0.4.12
23582026-08-07T23:42:53.684Z Compiling url v2.5.8
23592026-08-07T23:42:53.695Z Compiling typenum v1.20.1
23602026-08-07T23:42:53.740Z Compiling futures-channel v0.3.32
23612026-08-07T23:42:54.002Z Compiling hashbrown v0.17.1
23622026-08-07T23:42:54.099Z Compiling getrandom v0.2.17
23632026-08-07T23:42:54.321Z Compiling schemars v0.8.22
23642026-08-07T23:42:54.503Z Compiling futures-io v0.3.32
23652026-08-07T23:42:54.678Z Compiling futures-task v0.3.32
23662026-08-07T23:42:54.701Z Compiling rand_core v0.6.4
23672026-08-07T23:42:54.856Z Compiling futures-util v0.3.32
23682026-08-07T23:42:54.956Z Compiling indexmap v2.14.0
23692026-08-07T23:42:55.309Z Compiling tracing-core v0.1.36
23702026-08-07T23:42:55.635Z Compiling ipnetwork v0.21.1
23712026-08-07T23:42:55.791Z Compiling tracing v0.1.44
23722026-08-07T23:42:56.150Z Compiling base64 v0.22.1
23732026-08-07T23:42:56.177Z Compiling http v1.4.2
23742026-08-07T23:42:56.367Z Compiling unicode-ident v1.0.24
23752026-08-07T23:42:56.514Z Compiling proc-macro2 v1.0.106
23762026-08-07T23:42:56.600Z Compiling slog v2.8.2
23772026-08-07T23:42:56.633Z Compiling erased-serde v0.3.31
23782026-08-07T23:42:56.667Z Compiling fnv v1.0.7
23792026-08-07T23:42:56.779Z Compiling oxnet v0.1.6
23802026-08-07T23:42:57.539Z Compiling quote v1.0.45
23812026-08-07T23:42:57.624Z Compiling tokio-util v0.7.18
23822026-08-07T23:42:57.811Z Compiling syn v2.0.117
23832026-08-07T23:42:58.032Z Compiling ipnet v2.12.0
23842026-08-07T23:42:58.185Z Compiling byteorder v1.5.0
23852026-08-07T23:42:58.441Z Compiling thiserror v1.0.69
23862026-08-07T23:42:58.554Z Compiling ppv-lite86 v0.2.21
23872026-08-07T23:42:58.568Z Compiling rustls-pki-types v1.14.1
23882026-08-07T23:42:58.862Z Compiling aws-lc-sys v0.41.0
23892026-08-07T23:42:58.888Z Compiling http-body v1.0.1
23902026-08-07T23:42:58.905Z Compiling untrusted v0.7.1
23912026-08-07T23:42:59.033Z Compiling atomic-waker v1.1.2
23922026-08-07T23:42:59.053Z Compiling httparse v1.10.1
23932026-08-07T23:42:59.170Z Compiling try-lock v0.2.5
23942026-08-07T23:42:59.203Z Compiling tower-layer v0.3.3
23952026-08-07T23:42:59.290Z Compiling ryu v1.0.23
23962026-08-07T23:42:59.319Z Compiling pretty-hex v0.4.2
23972026-08-07T23:42:59.404Z Compiling aws-lc-rs v1.17.0
23982026-08-07T23:42:59.423Z Compiling tower-service v0.3.3
23992026-08-07T23:42:59.431Z Compiling rustls v0.23.40
24002026-08-07T23:42:59.453Z Compiling untrusted v0.9.0
24012026-08-07T23:42:59.516Z Compiling want v0.3.1
24022026-08-07T23:42:59.532Z Compiling h2 v0.4.14
24032026-08-07T23:42:59.578Z Compiling httpdate v1.0.3
24042026-08-07T23:42:59.590Z Compiling rustix v1.1.4
24052026-08-07T23:42:59.662Z Compiling regex-syntax v0.8.10
24062026-08-07T23:42:59.699Z Compiling plain v0.2.3
24072026-08-07T23:42:59.815Z Compiling getrandom v0.3.4
24082026-08-07T23:42:59.954Z Compiling omicron-workspace-hack v0.1.0
24092026-08-07T23:43:00.019Z Compiling ucd-trie v0.1.7
24102026-08-07T23:43:00.033Z Compiling rand_core v0.9.5
24112026-08-07T23:43:00.296Z Compiling pest v2.8.6
24122026-08-07T23:43:00.586Z Compiling rustls-webpki v0.103.13
24132026-08-07T23:43:01.965Z Compiling crossbeam-utils v0.8.21
24142026-08-07T23:43:02.206Z Compiling hyper v1.11.0
24152026-08-07T23:43:02.647Z Compiling serde_urlencoded v0.7.1
24162026-08-07T23:43:02.941Z Compiling http-body-util v0.1.4
24172026-08-07T23:43:03.130Z Compiling foldhash v0.2.0
24182026-08-07T23:43:03.264Z Compiling newtype-uuid v1.3.2
24192026-08-07T23:43:04.019Z Compiling hex v0.4.3
24202026-08-07T23:43:04.054Z Compiling hyper-util v0.1.20
24212026-08-07T23:43:04.234Z Compiling daft v0.1.7
24222026-08-07T23:43:04.533Z Compiling rand_chacha v0.9.0
24232026-08-07T23:43:05.099Z Compiling tokio-rustls v0.26.4
24242026-08-07T23:43:05.410Z Compiling sync_wrapper v1.0.2
24252026-08-07T23:43:05.532Z Compiling aho-corasick v1.1.4
24262026-08-07T23:43:05.669Z Compiling fastrand v2.4.1
24272026-08-07T23:43:06.020Z Compiling tower v0.5.3
24282026-08-07T23:43:06.590Z Compiling regex-automata v0.4.14
24292026-08-07T23:43:06.639Z Compiling anyhow v1.0.104
24302026-08-07T23:43:06.712Z Compiling rand v0.9.4
24312026-08-07T23:43:06.756Z Compiling powerfmt v0.2.0
24322026-08-07T23:43:06.968Z Compiling deranged v0.5.8
24332026-08-07T23:43:07.038Z Compiling tower-http v0.6.11
24342026-08-07T23:43:07.295Z Compiling generic-array v0.14.7
24352026-08-07T23:43:07.438Z Compiling hashbrown v0.16.1
24362026-08-07T23:43:07.691Z Compiling openapiv3 v2.2.0
24372026-08-07T23:43:07.845Z Compiling num-conv v0.2.2
24382026-08-07T23:43:08.007Z Compiling time-core v0.1.8
24392026-08-07T23:43:08.080Z Compiling cpufeatures v0.3.0
24402026-08-07T23:43:08.157Z Compiling num_threads v0.1.7
24412026-08-07T23:43:08.165Z Compiling openssl-probe v0.2.1
24422026-08-07T23:43:08.185Z Compiling camino v1.2.5
24432026-08-07T23:43:08.256Z Compiling time v0.3.47
24442026-08-07T23:43:08.422Z Compiling rustls-native-certs v0.8.4
24452026-08-07T23:43:08.755Z Compiling tempfile v3.27.0
24462026-08-07T23:43:09.205Z Compiling futures-executor v0.3.32
24472026-08-07T23:43:09.589Z Compiling winnow v1.0.3
24482026-08-07T23:43:09.696Z Compiling futures v0.3.32
24492026-08-07T23:43:09.783Z Compiling regex v1.12.3
24502026-08-07T23:43:09.967Z Compiling rustls-platform-verifier v0.7.0
24512026-08-07T23:43:10.559Z Compiling hyper-rustls v0.27.9
24522026-08-07T23:43:10.938Z Compiling crossbeam-channel v0.5.15
24532026-08-07T23:43:11.014Z Compiling scroll v0.13.0
24542026-08-07T23:43:11.047Z Compiling hybrid-array v0.4.12
24552026-08-07T23:43:11.120Z Compiling adler2 v2.0.1
24562026-08-07T23:43:11.219Z Compiling simd-adler32 v0.3.9
24572026-08-07T23:43:11.287Z Compiling goblin v0.10.7
24582026-08-07T23:43:11.313Z Compiling crc32fast v1.5.0
24592026-08-07T23:43:11.555Z Compiling miniz_oxide v0.8.9
24602026-08-07T23:43:11.590Z Compiling reqwest v0.13.4
24612026-08-07T23:43:11.666Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24622026-08-07T23:43:12.098Z Compiling thread_local v1.1.9
24632026-08-07T23:43:12.438Z Compiling either v1.16.0
24642026-08-07T23:43:12.674Z Compiling flate2 v1.1.9
24652026-08-07T23:43:13.030Z Compiling crypto-common v0.2.2
24662026-08-07T23:43:13.240Z Compiling block-buffer v0.12.0
24672026-08-07T23:43:13.427Z Compiling crypto-common v0.1.7
24682026-08-07T23:43:13.580Z Compiling dtrace-parser v0.3.0
24692026-08-07T23:43:13.645Z Compiling rand_chacha v0.3.1
24702026-08-07T23:43:14.258Z Compiling is-terminal v0.4.17
24712026-08-07T23:43:14.319Z Compiling thread-id v5.1.0
24722026-08-07T23:43:14.364Z Compiling match_cfg v0.1.0
24732026-08-07T23:43:14.403Z Compiling take_mut v0.2.2
24742026-08-07T23:43:14.437Z Compiling const-oid v0.10.2
24752026-08-07T23:43:14.536Z Compiling dof v0.4.0
24762026-08-07T23:43:14.743Z Compiling debug-ignore v1.0.5
24772026-08-07T23:43:14.859Z Compiling term v1.2.1
24782026-08-07T23:43:16.127Z Compiling compression-core v0.4.32
24792026-08-07T23:43:16.309Z Compiling compression-codecs v0.4.38
24802026-08-07T23:43:16.692Z Compiling usdt-impl v0.6.0
24812026-08-07T23:43:16.764Z Compiling slog-term v2.9.2
24822026-08-07T23:43:17.569Z Compiling digest v0.11.3
24832026-08-07T23:43:17.769Z Compiling slog-async v2.8.0
24842026-08-07T23:43:17.830Z Compiling hostname v0.3.1
24852026-08-07T23:43:17.997Z Compiling rand v0.8.6
24862026-08-07T23:43:18.094Z Compiling ref-cast v1.0.25
24872026-08-07T23:43:18.208Z Compiling toml_parser v1.1.2+spec-1.1.0
24882026-08-07T23:43:18.789Z Compiling slog-json v2.6.1
24892026-08-07T23:43:19.067Z Compiling strum v0.26.3
24902026-08-07T23:43:19.106Z Compiling macaddr v1.0.1
24912026-08-07T23:43:19.207Z Compiling toml_datetime v1.1.1+spec-1.1.0
24922026-08-07T23:43:19.385Z Compiling serde_spanned v1.1.1
24932026-08-07T23:43:19.500Z Compiling wait-timeout v0.2.1
24942026-08-07T23:43:19.552Z Compiling memmap2 v0.9.10
24952026-08-07T23:43:19.644Z Compiling encoding_rs v0.8.35
24962026-08-07T23:43:19.853Z Compiling spin v0.9.8
24972026-08-07T23:43:19.983Z Compiling mime v0.3.17
24982026-08-07T23:43:19.994Z Compiling toml_writer v1.1.1+spec-1.1.0
24992026-08-07T23:43:20.252Z Compiling quick-error v1.2.3
25002026-08-07T23:43:20.369Z Compiling bit-vec v0.8.0
25012026-08-07T23:43:20.459Z Compiling rusty-fork v0.3.1
25022026-08-07T23:43:20.675Z Compiling bit-set v0.8.0
25032026-08-07T23:43:20.878Z Compiling multer v3.1.0
25042026-08-07T23:43:21.027Z Compiling toml v1.1.2+spec-1.1.0
25052026-08-07T23:43:21.319Z Compiling usdt v0.6.0
25062026-08-07T23:43:21.990Z Compiling slog-bunyan v2.5.0
25072026-08-07T23:43:22.087Z Compiling sha1 v0.11.0
25082026-08-07T23:43:22.175Z Compiling async-compression v0.4.42
25092026-08-07T23:43:22.519Z Compiling serde_with v3.21.0
25102026-08-07T23:43:22.652Z Compiling async-stream v0.3.6
25112026-08-07T23:43:22.857Z Compiling rand_xorshift v0.4.0
25122026-08-07T23:43:22.902Z Compiling waitgroup v0.1.2
25132026-08-07T23:43:23.021Z Compiling rustls-pemfile v2.2.0
25142026-08-07T23:43:23.064Z Compiling serde_path_to_error v0.1.20
25152026-08-07T23:43:23.104Z Compiling hostname v0.4.2
25162026-08-07T23:43:23.268Z Compiling unarray v0.1.4
25172026-08-07T23:43:23.304Z Compiling progenitor-client v0.14.0
25182026-08-07T23:43:23.391Z Compiling proptest v1.11.0
25192026-08-07T23:43:23.522Z Compiling dropshot v0.17.1
25202026-08-07T23:43:23.786Z Compiling strum v0.27.2
25212026-08-07T23:43:23.812Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25222026-08-07T23:43:23.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25232026-08-07T23:43:23.936Z Compiling iddqd v0.4.6
25242026-08-07T23:43:23.960Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25252026-08-07T23:43:24.152Z Compiling block-buffer v0.10.4
25262026-08-07T23:43:24.277Z Compiling reqwest v0.12.28
25272026-08-07T23:43:24.328Z Compiling backon v1.6.0
25282026-08-07T23:43:24.585Z Compiling instant v0.1.13
25292026-08-07T23:43:24.713Z Compiling backoff v0.4.0
25302026-08-07T23:43:24.940Z Compiling progenitor-extras v0.2.0
25312026-08-07T23:43:25.190Z Compiling digest v0.10.7
25322026-08-07T23:43:25.257Z Compiling parse-display v0.10.0
25332026-08-07T23:43:25.449Z Compiling progenitor-client v0.10.0
25342026-08-07T23:43:25.559Z Compiling itertools v0.14.0
25352026-08-07T23:43:25.869Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25362026-08-07T23:43:25.907Z Compiling regress v0.10.5
25372026-08-07T23:43:26.131Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25382026-08-07T23:43:27.106Z Compiling humantime v2.3.0
25392026-08-07T23:43:27.545Z Compiling cpufeatures v0.2.17
25402026-08-07T23:43:27.627Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-08-07T23:43:27.690Z Compiling unicode-width v0.2.2
25422026-08-07T23:43:28.024Z Compiling heck v0.5.0
25432026-08-07T23:43:28.937Z Compiling secrecy v0.10.3
25442026-08-07T23:43:29.116Z Compiling tinyvec_macros v0.1.1
25452026-08-07T23:43:29.197Z Compiling tinyvec v1.11.0
25462026-08-07T23:43:29.350Z Compiling num-integer v0.1.46
25472026-08-07T23:43:29.647Z Compiling scroll v0.12.0
25482026-08-07T23:43:29.853Z Compiling crucible-workspace-hack v0.1.0
25492026-08-07T23:43:29.869Z Compiling hmac v0.12.1
25502026-08-07T23:43:29.933Z Compiling regress v0.11.1
25512026-08-07T23:43:29.956Z Compiling inout v0.1.4
25522026-08-07T23:43:30.023Z Compiling ff v0.13.1
25532026-08-07T23:43:30.123Z Compiling utf8parse v0.2.2
25542026-08-07T23:43:30.188Z Compiling group v0.13.0
25552026-08-07T23:43:30.251Z Compiling anstyle-parse v1.0.0
25562026-08-07T23:43:30.313Z Compiling cipher v0.4.4
25572026-08-07T23:43:30.482Z Compiling hkdf v0.12.4
25582026-08-07T23:43:30.569Z Compiling goblin v0.8.2
25592026-08-07T23:43:30.632Z Compiling num-iter v0.1.45
25602026-08-07T23:43:30.656Z Compiling num-rational v0.4.2
25612026-08-07T23:43:30.766Z Compiling zerocopy v0.7.35
25622026-08-07T23:43:31.392Z Compiling universal-hash v0.5.1
25632026-08-07T23:43:31.561Z Compiling crypto-bigint v0.5.5
25642026-08-07T23:43:31.802Z Compiling typify-impl v0.6.2
25652026-08-07T23:43:32.426Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25662026-08-07T23:43:33.487Z Compiling terminal_size v0.4.4
25672026-08-07T23:43:33.653Z Compiling half v2.7.1
25682026-08-07T23:43:33.681Z Compiling num-complex v0.4.6
25692026-08-07T23:43:34.007Z Compiling ciborium-io v0.2.2
25702026-08-07T23:43:34.119Z Compiling anstyle v1.0.14
25712026-08-07T23:43:34.138Z Compiling base16ct v0.2.0
25722026-08-07T23:43:34.348Z Compiling is_terminal_polyfill v1.70.2
25732026-08-07T23:43:34.392Z Compiling anstyle-query v1.1.5
25742026-08-07T23:43:34.456Z Compiling opaque-debug v0.3.1
25752026-08-07T23:43:34.511Z Compiling colorchoice v1.0.5
25762026-08-07T23:43:34.534Z Compiling base64ct v1.8.3
25772026-08-07T23:43:34.639Z Compiling anstream v1.0.0
25782026-08-07T23:43:34.779Z Compiling poly1305 v0.8.0
25792026-08-07T23:43:34.888Z Compiling password-hash v0.5.0
25802026-08-07T23:43:35.143Z Compiling elliptic-curve v0.13.8
25812026-08-07T23:43:35.410Z Compiling ciborium-ll v0.2.2
25822026-08-07T23:43:35.457Z Compiling num v0.4.3
25832026-08-07T23:43:35.539Z Compiling curve25519-dalek v4.1.3
25842026-08-07T23:43:35.692Z Compiling typify v0.6.2
25852026-08-07T23:43:35.807Z Compiling dof v0.3.0
25862026-08-07T23:43:35.886Z Compiling thiserror-no-std v2.0.2
25872026-08-07T23:43:35.987Z Compiling chacha20 v0.9.1
25882026-08-07T23:43:36.247Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25892026-08-07T23:43:36.970Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25902026-08-07T23:43:38.266Z Compiling blake2 v0.10.6
25912026-08-07T23:43:38.527Z Compiling aead v0.5.2
25922026-08-07T23:43:38.758Z Compiling byte-wrapper v0.1.0
25932026-08-07T23:43:38.770Z Compiling crossbeam-epoch v0.9.18
25942026-08-07T23:43:38.821Z Compiling dtrace-parser v0.2.0
25952026-08-07T23:43:38.929Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25962026-08-07T23:43:39.246Z Compiling thread-id v4.2.2
25972026-08-07T23:43:39.341Z Compiling keccak v0.1.6
25982026-08-07T23:43:39.650Z Compiling float-ord v0.3.2
25992026-08-07T23:43:39.770Z Compiling strsim v0.11.1
26002026-08-07T23:43:39.905Z Compiling clap_lex v1.1.0
26012026-08-07T23:43:40.066Z Compiling clap_builder v4.6.5
26022026-08-07T23:43:40.165Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26032026-08-07T23:43:40.275Z Compiling sha3 v0.10.9
26042026-08-07T23:43:40.583Z Compiling usdt-impl v0.5.0
26052026-08-07T23:43:40.680Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26062026-08-07T23:43:41.383Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26072026-08-07T23:43:43.643Z Compiling chacha20poly1305 v0.10.1
26082026-08-07T23:43:43.805Z Compiling argon2 v0.5.3
26092026-08-07T23:43:44.813Z Compiling vsss-rs v3.3.4
26102026-08-07T23:43:44.972Z Compiling ciborium v0.2.2
26112026-08-07T23:43:45.865Z Compiling hash32 v0.3.1
26122026-08-07T23:43:45.995Z Compiling memmap v0.7.0
26132026-08-07T23:43:46.034Z Compiling data-encoding v2.11.0
26142026-08-07T23:43:46.244Z Compiling indent_write v2.2.0
26152026-08-07T23:43:46.307Z Compiling usdt v0.5.0
26162026-08-07T23:43:46.397Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26172026-08-07T23:43:46.967Z Compiling heapless v0.8.0
26182026-08-07T23:43:47.482Z Compiling ingot-types v0.1.2
26192026-08-07T23:43:47.496Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-08-07T23:43:47.856Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26212026-08-07T23:43:47.935Z Compiling clap v4.6.5
26222026-08-07T23:43:47.962Z Compiling rustix v0.38.44
26232026-08-07T23:43:48.022Z Compiling tabwriter v1.4.1
26242026-08-07T23:43:48.401Z Compiling cobs v0.3.0
26252026-08-07T23:43:48.686Z Compiling managed v0.8.0
26262026-08-07T23:43:48.713Z Compiling bitflags v1.3.2
26272026-08-07T23:43:48.796Z Compiling colored v3.1.1
26282026-08-07T23:43:48.953Z Compiling foreign-types-shared v0.3.1
26292026-08-07T23:43:49.060Z Compiling foreign-types v0.5.0
26302026-08-07T23:43:49.150Z Compiling smoltcp v0.11.0
26312026-08-07T23:43:49.333Z Compiling postcard v1.1.3
26322026-08-07T23:43:49.435Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26332026-08-07T23:43:49.714Z Compiling ingot v0.1.1
26342026-08-07T23:43:50.799Z Compiling num_enum v0.7.6
26352026-08-07T23:43:50.933Z Compiling memoffset v0.9.1
26362026-08-07T23:43:51.029Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-08-07T23:43:51.130Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26382026-08-07T23:43:51.145Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392026-08-07T23:43:51.266Z Compiling chacha20 v0.10.0
26402026-08-07T23:43:51.416Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26412026-08-07T23:43:51.590Z Compiling toml_datetime v0.6.11
26422026-08-07T23:43:51.880Z Compiling serde_spanned v0.6.9
26432026-08-07T23:43:51.938Z Compiling cstr-argument v0.1.2
26442026-08-07T23:43:51.980Z Compiling winnow v0.7.15
26452026-08-07T23:43:52.046Z Compiling static_assertions v1.1.0
26462026-08-07T23:43:52.117Z Compiling linked-hash-map v0.5.6
26472026-08-07T23:43:52.128Z Compiling unicode-segmentation v1.13.3
26482026-08-07T23:43:52.288Z Compiling toml_write v0.1.2
26492026-08-07T23:43:52.333Z Compiling swrite v0.1.0
26502026-08-07T23:43:52.363Z Compiling resolv-conf v0.7.6
26512026-08-07T23:43:52.442Z Compiling lru-cache v0.1.2
26522026-08-07T23:43:52.539Z Compiling newline-converter v0.3.0
26532026-08-07T23:43:52.589Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26542026-08-07T23:43:52.679Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26552026-08-07T23:43:52.731Z Compiling rand v0.10.2
26562026-08-07T23:43:52.984Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26572026-08-07T23:43:52.987Z Compiling hubpack v0.1.2
26582026-08-07T23:43:53.118Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26592026-08-07T23:43:53.250Z Compiling nix v0.31.3
26602026-08-07T23:43:53.348Z Compiling atomicwrites v0.4.4
26612026-08-07T23:43:53.489Z Compiling hickory-proto v0.24.4
26622026-08-07T23:43:53.644Z Compiling toml_edit v0.22.27
26632026-08-07T23:43:53.907Z Compiling crossbeam-deque v0.8.6
26642026-08-07T23:43:54.136Z Compiling console v0.15.11
26652026-08-07T23:43:54.403Z Compiling itertools v0.12.1
26662026-08-07T23:43:55.505Z Compiling camino-tempfile v1.4.1
26672026-08-07T23:43:55.796Z Compiling serde-big-array v0.5.1
26682026-08-07T23:43:55.878Z Compiling similar v2.7.0
26692026-08-07T23:43:55.919Z Compiling siphasher v1.0.3
26702026-08-07T23:43:55.957Z Compiling lazy_static v1.5.0
26712026-08-07T23:43:56.067Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26722026-08-07T23:43:56.130Z Compiling phf_shared v0.12.1
26732026-08-07T23:43:56.357Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26742026-08-07T23:43:56.849Z Compiling expectorate v1.2.0
26752026-08-07T23:43:57.060Z Compiling pin-project v1.1.13
26762026-08-07T23:43:57.175Z Compiling hickory-resolver v0.24.4
26772026-08-07T23:43:57.236Z Compiling toml v0.8.23
26782026-08-07T23:43:58.613Z Compiling prettyplease v0.2.37
26792026-08-07T23:43:59.830Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26802026-08-07T23:44:00.094Z Compiling rayon-core v1.13.0
26812026-08-07T23:44:01.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#33fd10c8)
26822026-08-07T23:44:01.943Z Compiling num_enum v0.5.11
26832026-08-07T23:44:02.067Z Compiling progenitor-impl v0.14.0
26842026-08-07T23:44:02.080Z Compiling progenitor-impl v0.13.0
26852026-08-07T23:44:02.904Z Compiling unicode-normalization v0.1.25
26862026-08-07T23:44:03.501Z Compiling progenitor-client v0.13.0
26872026-08-07T23:44:03.996Z Compiling tokio-stream v0.1.18
26882026-08-07T23:44:04.573Z Compiling csv-core v0.1.13
26892026-08-07T23:44:04.975Z Compiling bstr v1.12.1
26902026-08-07T23:44:05.518Z Compiling highway v1.3.0
26912026-08-07T23:44:05.685Z Compiling unicode-width v0.1.14
26922026-08-07T23:44:06.002Z Compiling foldhash v0.1.5
26932026-08-07T23:44:06.194Z Compiling konst_macro_rules v0.2.19
26942026-08-07T23:44:06.232Z Compiling foreign-types-shared v0.1.1
26952026-08-07T23:44:06.331Z Compiling same-file v1.0.6
26962026-08-07T23:44:06.395Z Compiling konst v0.2.20
26972026-08-07T23:44:06.512Z Compiling walkdir v2.5.0
26982026-08-07T23:44:06.523Z Compiling foreign-types v0.3.2
26992026-08-07T23:44:06.602Z Compiling hashbrown v0.15.5
27002026-08-07T23:44:06.791Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-08-07T23:44:07.229Z Compiling globset v0.4.18
27022026-08-07T23:44:07.266Z Compiling csv v1.4.0
27032026-08-07T23:44:08.216Z Compiling snafu v0.8.9
27042026-08-07T23:44:08.795Z Compiling qorb v0.4.1
27052026-08-07T23:44:10.113Z Compiling progenitor v0.13.0
27062026-08-07T23:44:10.265Z Compiling progenitor v0.14.0
27072026-08-07T23:44:10.321Z Compiling olpc-cjson v0.1.4
27082026-08-07T23:44:10.408Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27092026-08-07T23:44:10.435Z Compiling rayon v1.12.0
27102026-08-07T23:44:10.531Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-08-07T23:44:11.011Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-08-07T23:44:12.660Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-08-07T23:44:13.860Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27142026-08-07T23:44:16.081Z Compiling phf v0.12.1
27152026-08-07T23:44:16.260Z Compiling openssl-sys v0.9.116
27162026-08-07T23:44:16.704Z Compiling tokio-dtrace v0.1.1
27172026-08-07T23:44:17.040Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-08-07T23:44:17.055Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-08-07T23:44:17.275Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27202026-08-07T23:44:17.966Z Compiling libsw-core v0.3.2
27212026-08-07T23:44:18.155Z Compiling pem v3.0.6
27222026-08-07T23:44:18.644Z Compiling serde_plain v1.0.2
27232026-08-07T23:44:18.648Z Compiling sigpipe v0.1.3
27242026-08-07T23:44:18.751Z Compiling jiff v0.2.28
27252026-08-07T23:44:18.864Z Compiling minimal-lexical v0.2.1
27262026-08-07T23:44:18.928Z Compiling glob v0.3.3
27272026-08-07T23:44:19.192Z Compiling bytecount v0.6.9
27282026-08-07T23:44:19.391Z Compiling fixedbitset v0.4.2
27292026-08-07T23:44:19.769Z Compiling typed-path v0.9.3
27302026-08-07T23:44:19.883Z Compiling fixedbitset v0.5.7
27312026-08-07T23:44:20.222Z Compiling petgraph v0.8.3
27322026-08-07T23:44:20.415Z Compiling petgraph v0.6.5
27332026-08-07T23:44:21.035Z Compiling tough v0.22.0
27342026-08-07T23:44:21.521Z Compiling papergrid v0.11.0
27352026-08-07T23:44:22.269Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-08-07T23:44:22.375Z Compiling nom v7.1.3
27372026-08-07T23:44:22.710Z Compiling openssl v0.10.80
27382026-08-07T23:44:22.788Z Compiling libsw v3.5.0
27392026-08-07T23:44:22.977Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-08-07T23:44:24.083Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-08-07T23:44:24.659Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-08-07T23:44:24.911Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27432026-08-07T23:44:25.217Z Compiling zone v0.3.1
27442026-08-07T23:44:26.219Z Compiling oxide-tokio-rt v0.1.6
27452026-08-07T23:44:26.893Z Compiling chrono-tz v0.10.4
27462026-08-07T23:44:26.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27472026-08-07T23:44:26.966Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-08-07T23:44:27.175Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-08-07T23:44:27.355Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27502026-08-07T23:44:27.989Z Compiling newtype_derive v0.1.6
27512026-08-07T23:44:28.073Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-08-07T23:44:28.456Z Compiling slog-dtrace v0.3.0
27532026-08-07T23:44:29.140Z Compiling const_format v0.2.36
27542026-08-07T23:44:29.657Z Compiling owo-colors v4.3.0
27552026-08-07T23:44:29.735Z Compiling cancel-safe-futures v0.1.5
27562026-08-07T23:44:30.121Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27572026-08-07T23:44:30.556Z Compiling gethostname v0.5.0
27582026-08-07T23:44:30.709Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-08-07T23:44:30.803Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-08-07T23:44:30.939Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-08-07T23:44:31.083Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-08-07T23:44:31.166Z Compiling smf v0.2.3
27632026-08-07T23:44:31.680Z Compiling bcs v0.1.6
27642026-08-07T23:44:31.770Z Compiling smawk v0.3.2
27652026-08-07T23:44:31.907Z Compiling whoami v1.6.1
27662026-08-07T23:44:31.930Z Compiling linear-map v1.2.0
27672026-08-07T23:44:32.105Z Compiling termtree v0.5.1
27682026-08-07T23:44:32.151Z Compiling unicode-linebreak v0.1.5
27692026-08-07T23:44:32.273Z Compiling tagptr v0.2.0
27702026-08-07T23:44:32.384Z Compiling textwrap v0.16.2
27712026-08-07T23:44:32.407Z Compiling moka v0.12.15
27722026-08-07T23:44:32.427Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-08-07T23:44:32.460Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-08-07T23:44:33.635Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-08-07T23:44:33.979Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-08-07T23:44:34.072Z Compiling tabled v0.15.0
27772026-08-07T23:44:35.089Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-08-07T23:44:35.861Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-08-07T23:44:36.081Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-08-07T23:44:36.251Z Compiling steno v0.4.1
27812026-08-07T23:44:37.275Z Compiling cookie v0.18.1
27822026-08-07T23:44:38.611Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27832026-08-07T23:44:41.149Z Compiling hickory-proto v0.25.2
27842026-08-07T23:44:42.975Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27852026-08-07T23:44:43.162Z Compiling arc-swap v1.9.1
27862026-08-07T23:44:43.524Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27872026-08-07T23:44:43.572Z Compiling hickory-resolver v0.25.2
27882026-08-07T23:44:45.128Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-08-07T23:44:45.951Z Compiling slog-scope v4.4.1
27902026-08-07T23:44:46.351Z Compiling libscf-sys v1.2.0
27912026-08-07T23:44:46.505Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-08-07T23:44:46.509Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-08-07T23:44:46.565Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27942026-08-07T23:44:47.205Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27952026-08-07T23:44:47.238Z Compiling slog-stdlog v4.1.1
27962026-08-07T23:44:47.598Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27972026-08-07T23:44:47.707Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27982026-08-07T23:44:48.779Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27992026-08-07T23:44:48.949Z Compiling slog-envlogger v2.2.0
28002026-08-07T23:44:50.240Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28012026-08-07T23:44:50.324Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28022026-08-07T23:44:58.781Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-08-07T23:45:01.407Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28042026-08-07T23:45:02.808Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28052026-08-07T23:45:11.607Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28062026-08-07T23:45:15.421Z Finished `release` profile [optimized] target(s) in 2m 26s
28072026-08-07T23:45:15.538Z Running unittests src/lib.rs (target/release/deps/mg_tests-068a626eb3f5fcc8)
28082026-08-07T23:45:15.541Z
28092026-08-07T23:45:15.541Zrunning 1 test
28102026-08-07T23:45:15.701Zconfigure zone
28112026-08-07T23:45:15.718Zinstall zone
28122026-08-07T23:45:25.420Zboot zone
28132026-08-07T23:45:25.501Zstart zone s1
28142026-08-07T23:45:25.501Zconfigure zone
28152026-08-07T23:45:25.508Zinstall zone
28162026-08-07T23:45:27.386Zboot zone
28172026-08-07T23:45:27.477Zstart zone s2
28182026-08-07T23:45:27.477Zconfigure zone
28192026-08-07T23:45:27.488Zinstall zone
28202026-08-07T23:45:29.837Zboot zone
28212026-08-07T23:45:29.938Zstart zone s3
28222026-08-07T23:45:29.938Zconfigure zone
28232026-08-07T23:45:29.948Zinstall zone
28242026-08-07T23:45:32.631Zboot zone
28252026-08-07T23:45:32.744Zstart zone t1
28262026-08-07T23:45:32.744Zconfigure zone
28272026-08-07T23:45:32.755Zinstall zone
28282026-08-07T23:45:35.505Zboot zone
28292026-08-07T23:45:35.614Zwaiting for zones to come up
28302026-08-07T23:45:45.615Z[sidecar.quartet] svcs milestone/network
28312026-08-07T23:45:45.640ZSTATE STIME FMRI
28322026-08-07T23:45:45.640Zonline 23:45:25 svc:/milestone/network:default
28332026-08-07T23:45:45.640Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28342026-08-07T23:45:45.668Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28352026-08-07T23:45:45.693Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28362026-08-07T23:45:45.712Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28372026-08-07T23:45:45.716Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28382026-08-07T23:45:45.727Z
28392026-08-07T23:45:45.727Zrunning zone s1.quartet setup
28402026-08-07T23:45:45.727Z[s1.quartet] svcs milestone/network
28412026-08-07T23:45:45.743ZSTATE STIME FMRI
28422026-08-07T23:45:45.743Zonline 23:45:27 svc:/milestone/network:default
28432026-08-07T23:45:45.743Z[s1.quartet] dladm
28442026-08-07T23:45:45.757ZLINK CLASS MTU STATE BRIDGE OVER
28452026-08-07T23:45:45.757Zsl0 simnet 9000 up -- ?
28462026-08-07T23:45:45.757Zmgs1 vnic 9000 up -- ?
28472026-08-07T23:45:45.757Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28482026-08-07T23:45:46.250Z
28492026-08-07T23:45:46.250Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28502026-08-07T23:45:46.266Z
28512026-08-07T23:45:46.266Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28522026-08-07T23:45:46.278Z
28532026-08-07T23:45:46.278Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28542026-08-07T23:45:46.376Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28552026-08-07T23:45:46.458Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid daf68663-f06c-417f-b9dd-2c2d50e46767 --sled-uuid 8051fe75-758c-4d46-8129-70ea88b1dd7e -a sl0/v6 &> /opt/ddmd.log &
28562026-08-07T23:45:46.474Z
28572026-08-07T23:45:46.474Zrunning zone s2.quartet setup
28582026-08-07T23:45:46.474Z[s2.quartet] svcs milestone/network
28592026-08-07T23:45:46.489ZSTATE STIME FMRI
28602026-08-07T23:45:46.489Zonline 23:45:29 svc:/milestone/network:default
28612026-08-07T23:45:46.489Z[s2.quartet] dladm
28622026-08-07T23:45:46.502ZLINK CLASS MTU STATE BRIDGE OVER
28632026-08-07T23:45:46.502Zsl1 simnet 9000 up -- ?
28642026-08-07T23:45:46.502Zmgs2 vnic 9000 up -- ?
28652026-08-07T23:45:46.502Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28662026-08-07T23:45:47.035Z
28672026-08-07T23:45:47.035Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28682026-08-07T23:45:47.049Z
28692026-08-07T23:45:47.049Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28702026-08-07T23:45:47.063Z
28712026-08-07T23:45:47.063Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28722026-08-07T23:45:47.098Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28732026-08-07T23:45:47.131Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bf52ed8c-bc6a-4749-990f-8bc178566f41 --sled-uuid e66bb7c1-6da3-4fa4-ab7a-f93a6504e0e8 -a sl1/v6 &> /opt/ddmd.log &
28742026-08-07T23:45:47.142Z
28752026-08-07T23:45:47.142Zrunning zone s3.quartet setup
28762026-08-07T23:45:47.142Z[s3.quartet] svcs milestone/network
28772026-08-07T23:45:47.158ZSTATE STIME FMRI
28782026-08-07T23:45:47.158Zonline 23:45:32 svc:/milestone/network:default
28792026-08-07T23:45:47.158Z[s3.quartet] dladm
28802026-08-07T23:45:47.170ZLINK CLASS MTU STATE BRIDGE OVER
28812026-08-07T23:45:47.170Zsl2 simnet 9000 up -- ?
28822026-08-07T23:45:47.170Zmgs3 vnic 9000 up -- ?
28832026-08-07T23:45:47.170Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28842026-08-07T23:45:47.738Z
28852026-08-07T23:45:47.738Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28862026-08-07T23:45:47.751Z
28872026-08-07T23:45:47.751Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28882026-08-07T23:45:47.763Z
28892026-08-07T23:45:47.763Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28902026-08-07T23:45:47.802Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28912026-08-07T23:45:47.843Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e00792b1-31ec-437d-9728-c9c890088586 --sled-uuid edd91b26-9076-43c9-b193-3f2ee9002349 -a sl2/v6 &> /opt/ddmd.log &
28922026-08-07T23:45:47.855Z
28932026-08-07T23:45:47.855Zrunning zone t1.quartet setup
28942026-08-07T23:45:47.855Z[t1.quartet] svcs milestone/network
28952026-08-07T23:45:47.869ZSTATE STIME FMRI
28962026-08-07T23:45:47.869Zonline 23:45:35 svc:/milestone/network:default
28972026-08-07T23:45:47.869Z[t1.quartet] dladm
28982026-08-07T23:45:47.883ZLINK CLASS MTU STATE BRIDGE OVER
28992026-08-07T23:45:47.884Ztfportrear0_0 simnet 9000 up -- ?
29002026-08-07T23:45:47.884Ztfportrear1_0 simnet 9000 up -- ?
29012026-08-07T23:45:47.884Ztfportrear2_0 simnet 9000 up -- ?
29022026-08-07T23:45:47.884Zmgt1 vnic 9000 up -- ?
29032026-08-07T23:45:47.884Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29042026-08-07T23:45:48.424Z
29052026-08-07T23:45:48.424Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29062026-08-07T23:45:48.439Z
29072026-08-07T23:45:48.439Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29082026-08-07T23:45:48.451Z
29092026-08-07T23:45:48.451Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29102026-08-07T23:45:48.464Z
29112026-08-07T23:45:48.464Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29122026-08-07T23:45:48.475Z
29132026-08-07T23:45:48.475Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29142026-08-07T23:45:48.791Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29152026-08-07T23:45:48.794Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29162026-08-07T23:45:48.794Zwaiting 3s for copy of files to zone to complete ...
29172026-08-07T23:45:51.794Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29182026-08-07T23:45:51.925Z
29192026-08-07T23:45:51.925Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29202026-08-07T23:45:52.033Z
29212026-08-07T23:45:52.033Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29222026-08-07T23:45:52.071Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29232026-08-07T23:45:52.105Z[t1.quartet] svcadm disable dendrite
29242026-08-07T23:45:52.131Z
29252026-08-07T23:45:52.131Z[t1.quartet] svcadm disable tfport
29262026-08-07T23:45:52.152Z
29272026-08-07T23:45:52.152Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29282026-08-07T23:45:52.177Z
29292026-08-07T23:45:52.177Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29302026-08-07T23:45:52.202Z
29312026-08-07T23:45:52.202Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29322026-08-07T23:45:52.226Z
29332026-08-07T23:45:52.226Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29342026-08-07T23:45:52.251Z
29352026-08-07T23:45:52.251Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29362026-08-07T23:45:52.275Z
29372026-08-07T23:45:52.275Z[t1.quartet] svcadm refresh dendrite:default
29382026-08-07T23:45:52.296Z
29392026-08-07T23:45:52.296Z[t1.quartet] svcadm enable dendrite:default
29402026-08-07T23:45:52.318Z
29412026-08-07T23:45:52.318Zwait 10s for dendrite to come up ...
29422026-08-07T23:46:02.318Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29432026-08-07T23:46:02.345Z
29442026-08-07T23:46:02.345Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29452026-08-07T23:46:02.369Z
29462026-08-07T23:46:02.369Z[t1.quartet] svcadm refresh tfport:default
29472026-08-07T23:46:02.390Z
29482026-08-07T23:46:02.390Z[t1.quartet] svcadm enable tfport
29492026-08-07T23:46:02.411Z
29502026-08-07T23:46:02.415Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6ed069da-8b19-477a-8262-443f0065f284 --sled-uuid ac29c015-dd2e-4829-8384-d56dc0952f97 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29512026-08-07T23:46:02.422Z
29522026-08-07T23:46:02.422Z[t1.quartet] ipadm
29532026-08-07T23:46:02.436ZADDROBJ TYPE STATE ADDR
29542026-08-07T23:46:02.436Zlo0/v4 static ok 127.0.0.1/8
29552026-08-07T23:46:02.436Zmgt1/v4 static ok 10.0.0.4/24
29562026-08-07T23:46:02.436Zlo0/v6 static ok ::1/128
29572026-08-07T23:46:02.436Zlo0/u6 static ok fd00:4::1/64
29582026-08-07T23:46:02.436Ztfportrear0_0/v6 addrconf ok fe80::b41e:94ff:fea1:4779%tfportrear0_0/10
29592026-08-07T23:46:02.436Ztfportrear1_0/v6 addrconf ok fe80::d8cc:8fff:feff:8270%tfportrear1_0/10
29602026-08-07T23:46:02.436Ztfportrear2_0/v6 addrconf ok fe80::2030:3bff:fe13:61cb%tfportrear2_0/10
29612026-08-07T23:46:04.554Zinitial peering test passed
29622026-08-07T23:46:05.556Z[s3.quartet] ping fd00:1::1
29632026-08-07T23:46:05.571Zfd00:1::1 is alive
29642026-08-07T23:46:15.542Ztest ddm::test_quartet has been running for over 60 seconds
29652026-08-07T23:46:16.573Z[s3.quartet] ping fd00:1::1
29662026-08-07T23:46:16.587Zfd00:1::1 is alive
29672026-08-07T23:46:16.590Z[t1.quartet] pkill ddmd
29682026-08-07T23:46:16.599Z
29692026-08-07T23:46:16.599Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29702026-08-07T23:46:16.602Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29712026-08-07T23:46:18.484Z[s3.quartet] pkill ddmd
29722026-08-07T23:46:18.497Z
29732026-08-07T23:46:18.497Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29742026-08-07T23:46:20.306Z[s2.quartet] pkill ddmd
29752026-08-07T23:46:20.319Z
29762026-08-07T23:46:20.319Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29772026-08-07T23:46:22.054Z[s1.quartet] pkill ddmd
29782026-08-07T23:46:22.067Z
29792026-08-07T23:46:22.067Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29802026-08-07T23:46:23.931Z[sidecar.quartet] pkill softnpu
29812026-08-07T23:46:23.944Z
29822026-08-07T23:46:23.944Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29832026-08-07T23:46:26.675Ztest ddm::test_quartet ... ok
29842026-08-07T23:46:26.675Z
29852026-08-07T23:46:26.675Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.13s
29862026-08-07T23:46:26.675Z
29872026-08-07T23:46:26.722Z+ cleanup
29882026-08-07T23:46:26.726Z++ id -un
29892026-08-07T23:46:26.726Z++ id -gn
29902026-08-07T23:46:26.729Z+ pfexec chown -R build:build .
29912026-08-07T23:46:26.851Zprocess exited: duration 677836 ms, exit code 0
 
29922026-08-07T23:46:26.865Zfound 6 output files
29932026-08-07T23:46:26.865Zuploading: /work/s1.quartet.log (3334 bytes)
29942026-08-07T23:46:27.879Zuploaded: /work/s1.quartet.log
29952026-08-07T23:46:27.879Zuploading: /work/s2.quartet.log (3998 bytes)
29962026-08-07T23:46:28.896Zuploaded: /work/s2.quartet.log
29972026-08-07T23:46:28.896Zuploading: /work/s3.quartet.log (4112 bytes)
29982026-08-07T23:46:29.906Zuploaded: /work/s3.quartet.log
29992026-08-07T23:46:29.906Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30002026-08-07T23:46:30.916Zuploaded: /work/sidecar.quartet-softnpu.log
30012026-08-07T23:46:30.916Zuploading: /work/t1.quartet-dpd.log (199803 bytes)
30022026-08-07T23:46:31.937Zuploaded: /work/t1.quartet-dpd.log
30032026-08-07T23:46:31.937Zuploading: /work/t1.quartet.log (17044 bytes)
30042026-08-07T23:46:32.949Zuploaded: /work/t1.quartet.log