01KNJJPWJRMR5SE96EFQSWSQ2G: 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: 01KNJJQCVN2Y4HM5DCK8F57RGK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T23:48:35.519Zjob assigned to worker 01KNJK45DMVD824M1NY6PZVB7T [factory aws, i-0dbb16c13994903c2] (queued for 7 m 39 s)
 
22026-04-06T23:48:41.872Zstarting task 0: "setup"
32026-04-06T23:48:41.880Z++ uname -s
42026-04-06T23:48:41.882Z+ kern=SunOS
52026-04-06T23:48:41.883Z+ build_user=build
62026-04-06T23:48:41.883Z+ build_uid=12345
72026-04-06T23:48:41.883Z+ work_dir=/work
82026-04-06T23:48:41.883Z+ input_dir=/input
92026-04-06T23:48:41.883Z+ [[ 0 == 12345 ]]
102026-04-06T23:48:41.883Z+ case "$kern" in
112026-04-06T23:48:41.883Z+ groupadd -g 12345 build
122026-04-06T23:48:41.885Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T23:48:43.893Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T23:48:44.009Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T23:48:44.012Z+ home_fs=zfs
162026-04-06T23:48:44.012Z+ [[ zfs == autofs ]]
172026-04-06T23:48:44.012Z+ mkdir -p /home/build
182026-04-06T23:48:44.012Z+ chown build:build /home/build /work
192026-04-06T23:48:46.013Z+ chmod 0700 /home/build /work
202026-04-06T23:48:46.016Zprocess exited: duration 4146 ms, exit code 0
 
212026-04-06T23:48:46.022Zstarting task 1: "rust-toolchain"
222026-04-06T23:48:46.027Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-06T23:48:46.027Z * rust toolchain channel = "stable"
242026-04-06T23:48:46.027Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-06T23:48:46.027Z * rust toolchain profile = "default"
262026-04-06T23:48:46.027Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T23:48:46.027Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T23:48:46.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T23:48:46.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-06T23:48:46.149Zinfo: downloading installer
312026-04-06T23:48:47.574Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T23:48:47.574Zwarn: /opt/ooce/bin
332026-04-06T23:48:47.574Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T23:48:47.574Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T23:48:47.574Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T23:48:47.574Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T23:48:47.574Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T23:48:47.574Zerror: cannot install while Rust is installed
392026-04-06T23:48:47.574Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T23:48:47.574Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T23:48:47.574Zwarn: /home/build/.rustup/settings.toml
422026-04-06T23:48:47.574Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T23:48:47.574Zwarn: instead of the one inferred from the default host triple.
442026-04-06T23:48:47.609Zinfo: profile set to default
452026-04-06T23:48:47.609Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T23:48:47.612Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-06T23:48:47.760Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-06T23:48:47.763Zinfo: downloading 6 components
492026-04-06T23:49:02.210Z
502026-04-06T23:49:02.211Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-06T23:49:02.244Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-06T23:49:02.244Z
532026-04-06T23:49:02.244Z
542026-04-06T23:49:02.244ZRust is installed now. Great!
552026-04-06T23:49:02.244Z
562026-04-06T23:49:02.244ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T23:49:02.244Zenvironment variable. This has not been done automatically.
582026-04-06T23:49:02.244Z
592026-04-06T23:49:02.244ZTo configure your current shell, you need to source
602026-04-06T23:49:02.245Zthe corresponding env file under $HOME/.cargo.
612026-04-06T23:49:02.245Z
622026-04-06T23:49:02.245ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T23:49:02.245Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T23:49:02.245Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T23:49:02.245Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T23:49:02.245Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T23:49:02.245Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T23:49:02.245Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T23:49:02.248Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T23:49:02.248Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T23:49:02.333Z+ rustup --version
722026-04-06T23:49:02.341Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T23:49:02.344Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T23:49:02.362Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-06T23:49:02.365Z+ cargo --version
762026-04-06T23:49:02.377Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-06T23:49:02.380Z+ rustc --version
782026-04-06T23:49:02.399Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-06T23:49:02.402Zprocess exited: duration 16377 ms, exit code 0
 
802026-04-06T23:49:02.408Zstarting task 2: "authentication"
812026-04-06T23:49:02.424Zprocess exited: duration 16 ms, exit code 0
 
822026-04-06T23:49:02.430Zstarting task 3: "clone repository"
832026-04-06T23:49:02.434Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-06T23:49:02.437Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-06T23:49:02.569ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-06T23:49:03.442Z+ cd /work/oxidecomputer/maghemite
872026-04-06T23:49:03.442Z+ git fetch origin bb47507694adb24f45a408dcb93a4a28ec05c2df
882026-04-06T23:49:03.683ZFrom https://github.com/oxidecomputer/maghemite
892026-04-06T23:49:03.683Z * branch bb47507694adb24f45a408dcb93a4a28ec05c2df -> FETCH_HEAD
902026-04-06T23:49:03.688Z+ [[ -n levon/make-bgp-dispatch-listen-configurable-v2 ]]
912026-04-06T23:49:03.691Z++ git branch --show-current
922026-04-06T23:49:03.691Z+ current=main
932026-04-06T23:49:03.691Z+ [[ main != levon/make-bgp-dispatch-listen-configurable-v2 ]]
942026-04-06T23:49:03.691Z+ git branch -f levon/make-bgp-dispatch-listen-configurable-v2 bb47507694adb24f45a408dcb93a4a28ec05c2df
952026-04-06T23:49:03.694Z+ git checkout -f levon/make-bgp-dispatch-listen-configurable-v2
962026-04-06T23:49:03.708ZSwitched to branch 'levon/make-bgp-dispatch-listen-configurable-v2'
972026-04-06T23:49:03.710Z+ git reset --hard bb47507694adb24f45a408dcb93a4a28ec05c2df
982026-04-06T23:49:03.724ZHEAD is now at bb47507 actually use unnumbered validation
992026-04-06T23:49:03.726Zprocess exited: duration 1294 ms, exit code 0
 
1002026-04-06T23:49:03.732Zstarting task 4: "build"
1012026-04-06T23:49:03.740Z++ dladm
1022026-04-06T23:49:03.743ZLINK CLASS MTU STATE BRIDGE OVER
1032026-04-06T23:49:03.743Zena0 phys 9216 up -- --
1042026-04-06T23:49:03.743Z++ ipadm
1052026-04-06T23:49:03.746ZADDROBJ TYPE STATE ADDR
1062026-04-06T23:49:03.746Zlo0/v4 static ok 127.0.0.1/8
1072026-04-06T23:49:03.746Zena0/dhcp dhcp ok 10.150.1.226/24
1082026-04-06T23:49:03.746Zlo0/v6 static ok ::1/128
1092026-04-06T23:49:03.746Z++ banner collect
1102026-04-06T23:49:03.746Z
1112026-04-06T23:49:03.746Z #### #### # # ###### #### #####
1122026-04-06T23:49:03.746Z # # # # # # # # # #
1132026-04-06T23:49:03.746Z # # # # # ##### # #
1142026-04-06T23:49:03.746Z # # # # # # # #
1152026-04-06T23:49:03.746Z # # # # # # # # # #
1162026-04-06T23:49:03.746Z #### #### ###### ###### ###### #### #
1172026-04-06T23:49:03.746Z
1182026-04-06T23:49:03.746Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-04-06T23:49:03.746Z++ repo=softnpu
1202026-04-06T23:49:03.746Z++ series=image
1212026-04-06T23:49:03.746Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-04-06T23:49:03.746Z++ name=softnpu
1232026-04-06T23:49:03.746Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-04-06T23:49:03.746Z++ mkdir -p download
1252026-04-06T23:49:03.749Z++ pushd download
1262026-04-06T23:49:03.749Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-04-06T23:49:03.749Z++ [[ ! -f softnpu ]]
1282026-04-06T23:49:03.749Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-04-06T23:49:03.752Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-04-06T23:49:03.753Z Dload Upload Total Spent Left Speed
1312026-04-06T23:49:04.185Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 36.13M 0 0 100 15.63M 100 15.63M 0 0 36.13M 0 0 100 15.63M 100 15.63M 0 0 36.13M 0 0
1322026-04-06T23:49:04.189Z++ popd
1332026-04-06T23:49:04.189Z/work/oxidecomputer/maghemite
1342026-04-06T23:49:04.189Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-04-06T23:49:04.189Z++ repo=sidecar-lite
1362026-04-06T23:49:04.189Z++ series=release
1372026-04-06T23:49:04.189Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-04-06T23:49:04.189Z++ name=libsidecar_lite.so
1392026-04-06T23:49:04.189Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-04-06T23:49:04.189Z++ mkdir -p download
1412026-04-06T23:49:04.192Z++ pushd download
1422026-04-06T23:49:04.192Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-04-06T23:49:04.192Z++ [[ ! -f libsidecar_lite.so ]]
1442026-04-06T23:49:04.192Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-04-06T23:49:04.195Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-04-06T23:49:04.195Z Dload Upload Total Spent Left Speed
1472026-04-06T23:49:04.532Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 35.70M 0 0 100 12.04M 100 12.04M 0 0 35.70M 0 0 100 12.04M 100 12.04M 0 0 35.69M 0 0
1482026-04-06T23:49:04.535Z++ popd
1492026-04-06T23:49:04.535Z/work/oxidecomputer/maghemite
1502026-04-06T23:49:04.535Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-04-06T23:49:04.535Z++ repo=sidecar-lite
1522026-04-06T23:49:04.535Z++ series=release
1532026-04-06T23:49:04.535Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-04-06T23:49:04.535Z++ name=scadm
1552026-04-06T23:49:04.535Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-04-06T23:49:04.535Z++ mkdir -p download
1572026-04-06T23:49:04.538Z++ pushd download
1582026-04-06T23:49:04.538Z++ [[ ! -f scadm ]]
1592026-04-06T23:49:04.538Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-04-06T23:49:04.538Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-04-06T23:49:04.541Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-04-06T23:49:04.543Z Dload Upload Total Spent Left Speed
1632026-04-06T23:49:05.025Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 32.62M 0 0 100 15.78M 100 15.78M 0 0 32.62M 0 0 100 15.78M 100 15.78M 0 0 32.62M 0 0
1642026-04-06T23:49:05.027Z++ popd
1652026-04-06T23:49:05.027Z/work/oxidecomputer/maghemite
1662026-04-06T23:49:05.027Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-04-06T23:49:05.028Z++ repo=dendrite
1682026-04-06T23:49:05.028Z++ series=image
1692026-04-06T23:49:05.028Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-04-06T23:49:05.028Z++ name=dendrite-softnpu.tar.gz
1712026-04-06T23:49:05.028Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-04-06T23:49:05.028Z++ mkdir -p download
1732026-04-06T23:49:05.031Z++ pushd download
1742026-04-06T23:49:05.031Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-04-06T23:49:05.031Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-04-06T23:49:05.031Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-04-06T23:49:05.034Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-04-06T23:49:05.037Z Dload Upload Total Spent Left Speed
1792026-04-06T23:49:06.434Z 0 0 0 0 0 0 0 0 0 71 71.59M 71 50.90M 0 0 46.64M 0 00:01 00:01 46.64M 100 71.59M 100 71.59M 0 0 51.14M 0 00:01 00:01 46.64M 100 71.59M 100 71.59M 0 0 51.14M 0 00:01 00:01 46.64M 100 71.59M 100 71.59M 0 0 51.14M 0 00:01 00:01 46.64M
1802026-04-06T23:49:06.437Z++ popd
1812026-04-06T23:49:06.440Z/work/oxidecomputer/maghemite
1822026-04-06T23:49:06.440Z++ get_artifact maghemite release bb47507694adb24f45a408dcb93a4a28ec05c2df ddm
1832026-04-06T23:49:06.441Z++ repo=maghemite
1842026-04-06T23:49:06.441Z++ series=release
1852026-04-06T23:49:06.441Z++ commit=bb47507694adb24f45a408dcb93a4a28ec05c2df
1862026-04-06T23:49:06.441Z++ name=ddm
1872026-04-06T23:49:06.441Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-04-06T23:49:06.441Z++ mkdir -p download
1892026-04-06T23:49:06.441Z++ pushd download
1902026-04-06T23:49:06.441Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-04-06T23:49:06.441Z++ [[ ! -f ddm ]]
1922026-04-06T23:49:06.441Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bb47507694adb24f45a408dcb93a4a28ec05c2df/ddm
1932026-04-06T23:49:06.445Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-04-06T23:49:06.448Z Dload Upload Total Spent Left Speed
1952026-04-06T23:49:06.498Z 0 0 0 0 0 0 0 0 0
1962026-04-06T23:49:06.498Zcurl: (22) The requested URL returned error: 404
1972026-04-06T23:49:06.500Z++ popd
1982026-04-06T23:49:06.500Z/work/oxidecomputer/maghemite
1992026-04-06T23:49:06.500Z++ get_artifact maghemite release bb47507694adb24f45a408dcb93a4a28ec05c2df ddmadm
2002026-04-06T23:49:06.500Z++ repo=maghemite
2012026-04-06T23:49:06.501Z++ series=release
2022026-04-06T23:49:06.501Z++ commit=bb47507694adb24f45a408dcb93a4a28ec05c2df
2032026-04-06T23:49:06.501Z++ name=ddmadm
2042026-04-06T23:49:06.501Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-04-06T23:49:06.501Z++ mkdir -p download
2062026-04-06T23:49:06.501Z++ pushd download
2072026-04-06T23:49:06.501Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-04-06T23:49:06.503Z++ [[ ! -f ddmadm ]]
2092026-04-06T23:49:06.504Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bb47507694adb24f45a408dcb93a4a28ec05c2df/ddmadm
2102026-04-06T23:49:06.506Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-04-06T23:49:06.506Z Dload Upload Total Spent Left Speed
2122026-04-06T23:49:06.559Z 0 0 0 0 0 0 0 0 0
2132026-04-06T23:49:06.560Zcurl: (22) The requested URL returned error: 404
2142026-04-06T23:49:06.562Z++ popd
2152026-04-06T23:49:06.562Z/work/oxidecomputer/maghemite
2162026-04-06T23:49:06.562Z++ pushd download
2172026-04-06T23:49:06.562Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-04-06T23:49:06.563Z++ chmod +x softnpu
2192026-04-06T23:49:06.565Z++ chmod +x scadm
2202026-04-06T23:49:06.565Z++ chmod +x ddmadm
2212026-04-06T23:49:06.565Zchmod: WARNING: can't access ddmadm
2222026-04-06T23:49:06.565Z++ chmod +x ddmd
2232026-04-06T23:49:06.568Zchmod: WARNING: can't access ddmd
2242026-04-06T23:49:06.568Z++ mv ddmadm ddmadm-v2
2252026-04-06T23:49:06.568Zmv: cannot access ddmadm
2262026-04-06T23:49:06.568Z++ mv ddmd ddmd-v2
2272026-04-06T23:49:06.571Zmv: cannot access ddmd
2282026-04-06T23:49:06.571Z++ rm -rf zones/dendrite
2292026-04-06T23:49:06.571Z++ mkdir -p zones/dendrite
2302026-04-06T23:49:06.571Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-04-06T23:49:07.584Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-04-06T23:49:07.587Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-04-06T23:49:07.590Z++ popd
2342026-04-06T23:49:07.590Z++ banner install
2352026-04-06T23:49:07.590Z/work/oxidecomputer/maghemite
2362026-04-06T23:49:07.590Z
2372026-04-06T23:49:07.590Z # # # #### ##### ## # #
2382026-04-06T23:49:07.590Z # ## # # # # # # #
2392026-04-06T23:49:07.590Z # # # # #### # # # # #
2402026-04-06T23:49:07.590Z # # # # # # ###### # #
2412026-04-06T23:49:07.590Z # # ## # # # # # # #
2422026-04-06T23:49:07.590Z # # # #### # # # ###### ######
2432026-04-06T23:49:07.590Z
2442026-04-06T23:49:07.590Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-04-06T23:49:07.590Z++ set +o errexit
2462026-04-06T23:49:07.590Z++ pkg info clang-15
2472026-04-06T23:49:07.590Z++ grep -qi installed
2482026-04-06T23:49:09.369Zpkg: info: no packages matching the following patterns you specified are
2492026-04-06T23:49:09.369Zinstalled on the system. Try querying remotely instead:
2502026-04-06T23:49:09.370Z
2512026-04-06T23:49:09.370Z clang-15
2522026-04-06T23:49:09.406Z++ [[ 1 != 0 ]]
2532026-04-06T23:49:09.406Z++ set -o errexit
2542026-04-06T23:49:09.406Z++ pfexec pkg install clang-15
2552026-04-06T23:49:16.087Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-04-06T23:49:22.931Z Startup: Caching catalogs ... Done
2572026-04-06T23:49:27.690ZPlanning: Solver setup ... Done
2582026-04-06T23:49:27.711ZPlanning: Running solver ... Done
2592026-04-06T23:49:27.836ZPlanning: Finding local manifests ... Done
2602026-04-06T23:49:27.848ZPlanning: Fetching manifests: 0/2 0% complete
2612026-04-06T23:49:27.936ZPlanning: Fetching manifests: 2/2 100% complete
2622026-04-06T23:49:27.965ZPlanning: Package planning ... Done
2632026-04-06T23:49:27.991ZPlanning: Merging actions ... Done
2642026-04-06T23:49:28.164ZPlanning: Checking for conflicting actions ... Done
2652026-04-06T23:49:28.171ZPlanning: Consolidating action changes ... Done
2662026-04-06T23:49:30.603ZPlanning: Evaluating mediators ... Done
2672026-04-06T23:49:30.607ZPlanning: Planning completed in 7.51 seconds
2682026-04-06T23:49:30.857Z Packages to install: 2
2692026-04-06T23:49:30.857Z Mediators to change: 2
2702026-04-06T23:49:30.860Z Services to change: 1
2712026-04-06T23:49:30.860Z Create boot environment: No
2722026-04-06T23:49:30.860ZCreate backup boot environment: No
2732026-04-06T23:49:30.934Z
2742026-04-06T23:49:30.934ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-04-06T23:49:35.936ZDownload: 2862/3076 items 119.9/211.3MB 56% complete (24.2M/s)
2762026-04-06T23:49:37.476ZDownload: Completed 211.31 MB in 6.54 seconds (32.3M/s)
2772026-04-06T23:49:37.708Z Actions: 1/3418 actions (Installing new actions)
2782026-04-06T23:49:41.071Z Actions: Completed 3418 actions in 3.15 seconds.
2792026-04-06T23:49:41.167Z Done
2802026-04-06T23:49:41.167Z Done
2812026-04-06T23:49:41.858Z Done
2822026-04-06T23:49:45.412Z Done
2832026-04-06T23:49:45.554Z Done
2842026-04-06T23:49:45.557Z Done
2852026-04-06T23:49:45.747Z Done
2862026-04-06T23:49:46.380Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2872026-04-06T23:49:46.380Z++ set +o errexit
2882026-04-06T23:49:46.382Z++ pkg info pkg-config
2892026-04-06T23:49:46.382Z++ grep -qi installed
2902026-04-06T23:49:46.607Z++ [[ 0 != 0 ]]
2912026-04-06T23:49:46.607Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-04-06T23:49:46.607Z++ set +o errexit
2932026-04-06T23:49:46.609Z++ pkg info brand/omicron1
2942026-04-06T23:49:46.609Z++ grep -qi installed
2952026-04-06T23:49:46.790Zpkg: info: no packages matching the following patterns you specified are
2962026-04-06T23:49:46.790Zinstalled on the system. Try querying remotely instead:
2972026-04-06T23:49:46.790Z
2982026-04-06T23:49:46.790Z brand/omicron1
2992026-04-06T23:49:46.825Z++ [[ 1 != 0 ]]
3002026-04-06T23:49:46.825Z++ set -o errexit
3012026-04-06T23:49:46.825Z++ pfexec pkg install brand/omicron1
3022026-04-06T23:49:47.222Z Startup: Refreshing catalog 'helios-dev' ... Done
3032026-04-06T23:49:51.659ZPlanning: Solver setup ... Done
3042026-04-06T23:49:51.676ZPlanning: Running solver ... Done
3052026-04-06T23:49:51.797ZPlanning: Finding local manifests ... Done
3062026-04-06T23:49:51.800ZPlanning: Fetching manifests: 0/2 0% complete
3072026-04-06T23:49:51.910ZPlanning: Fetching manifests: 2/2 100% complete
3082026-04-06T23:49:51.923ZPlanning: Package planning ... Done
3092026-04-06T23:49:51.926ZPlanning: Merging actions ... Done
3102026-04-06T23:49:52.072ZPlanning: Checking for conflicting actions ... Done
3112026-04-06T23:49:52.075ZPlanning: Consolidating action changes ... Done
3122026-04-06T23:49:52.231ZPlanning: Evaluating mediators ... Done
3132026-04-06T23:49:52.234ZPlanning: Planning completed in 5.01 seconds
3142026-04-06T23:49:52.239Z Packages to install: 2
3152026-04-06T23:49:52.239Z Create boot environment: No
3162026-04-06T23:49:52.239ZCreate backup boot environment: No
3172026-04-06T23:49:52.268Z
3182026-04-06T23:49:52.268ZDownload: 0/5 items 0.0/1.1MB 0% complete
3192026-04-06T23:49:52.289ZDownload: Completed 1.07 MB in 0.02 seconds (51.5M/s)
3202026-04-06T23:49:52.372Z Actions: 1/28 actions (Installing new actions)
3212026-04-06T23:49:52.384Z Actions: Completed 28 actions in 0.01 seconds.
3222026-04-06T23:49:52.884Z Done
3232026-04-06T23:49:52.884Z Done
3242026-04-06T23:49:53.474Z Done
3252026-04-06T23:49:56.172Z Done
3262026-04-06T23:49:56.243Z Done
3272026-04-06T23:49:56.247Z Done
3282026-04-06T23:49:56.380Z Done
3292026-04-06T23:49:56.504Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3302026-04-06T23:49:56.507Z++ set +o errexit
3312026-04-06T23:49:56.507Z++ pkg info brand/omicron1/tools
3322026-04-06T23:49:56.507Z++ grep -qi installed
3332026-04-06T23:49:56.694Zpkg: info: no packages matching the following patterns you specified are
3342026-04-06T23:49:56.694Zinstalled on the system. Try querying remotely instead:
3352026-04-06T23:49:56.694Z
3362026-04-06T23:49:56.694Z brand/omicron1/tools
3372026-04-06T23:49:56.729Z++ [[ 1 != 0 ]]
3382026-04-06T23:49:56.729Z++ set -o errexit
3392026-04-06T23:49:56.729Z++ pfexec pkg install brand/omicron1/tools
3402026-04-06T23:49:57.116Z Startup: Refreshing catalog 'helios-dev' ... Done
3412026-04-06T23:50:01.543ZPlanning: Solver setup ... Done
3422026-04-06T23:50:01.562ZPlanning: Running solver ... Done
3432026-04-06T23:50:01.679ZPlanning: Finding local manifests ... Done
3442026-04-06T23:50:01.682ZPlanning: Fetching manifests: 0/1 0% complete
3452026-04-06T23:50:01.790ZPlanning: Fetching manifests: 1/1 100% complete
3462026-04-06T23:50:01.802ZPlanning: Package planning ... Done
3472026-04-06T23:50:01.805ZPlanning: Merging actions ... Done
3482026-04-06T23:50:01.943ZPlanning: Checking for conflicting actions ... Done
3492026-04-06T23:50:01.946ZPlanning: Consolidating action changes ... Done
3502026-04-06T23:50:02.100ZPlanning: Evaluating mediators ... Done
3512026-04-06T23:50:02.102ZPlanning: Planning completed in 4.98 seconds
3522026-04-06T23:50:02.108Z Packages to install: 1
3532026-04-06T23:50:02.108Z Services to change: 1
3542026-04-06T23:50:02.108Z Create boot environment: No
3552026-04-06T23:50:02.108ZCreate backup boot environment: No
3562026-04-06T23:50:02.137Z
3572026-04-06T23:50:02.137ZDownload: 0/2 items 0.0/1.2MB 0% complete
3582026-04-06T23:50:02.163ZDownload: Completed 1.19 MB in 0.03 seconds (44.5M/s)
3592026-04-06T23:50:02.258Z Actions: 1/19 actions (Installing new actions)
3602026-04-06T23:50:02.272Z Actions: Completed 19 actions in 0.01 seconds.
3612026-04-06T23:50:02.775Z Done
3622026-04-06T23:50:02.775Z Done
3632026-04-06T23:50:03.376Z Done
3642026-04-06T23:50:06.100Z Done
3652026-04-06T23:50:06.172Z Done
3662026-04-06T23:50:06.177Z Done
3672026-04-06T23:50:06.317Z Done
3682026-04-06T23:50:06.446Z++ pfexec svcadm enable baseline
3692026-04-06T23:50:06.460Z++ retry=0
3702026-04-06T23:50:06.463Z+++ svcs -Hostate baseline
3712026-04-06T23:50:06.507Z++ [[ offline* != online ]]
3722026-04-06T23:50:06.507Z++ [[ 0 -gt 300 ]]
3732026-04-06T23:50:06.507Z++ sleep 1
3742026-04-06T23:50:07.507Z++ retry=1
3752026-04-06T23:50:07.547Z+++ svcs -Hostate baseline
3762026-04-06T23:50:07.547Z++ [[ offline* != online ]]
3772026-04-06T23:50:07.547Z++ [[ 1 -gt 300 ]]
3782026-04-06T23:50:07.547Z++ sleep 1
3792026-04-06T23:50:08.524Z++ retry=2
3802026-04-06T23:50:08.530Z+++ svcs -Hostate baseline
3812026-04-06T23:50:08.538Z++ [[ offline* != online ]]
3822026-04-06T23:50:08.538Z++ [[ 2 -gt 300 ]]
3832026-04-06T23:50:08.538Z++ sleep 1
3842026-04-06T23:50:09.544Z++ retry=3
3852026-04-06T23:50:09.554Z+++ svcs -Hostate baseline
3862026-04-06T23:50:09.568Z++ [[ offline* != online ]]
3872026-04-06T23:50:09.568Z++ [[ 3 -gt 300 ]]
3882026-04-06T23:50:09.568Z++ sleep 1
3892026-04-06T23:50:10.563Z++ retry=4
3902026-04-06T23:50:10.578Z+++ svcs -Hostate baseline
3912026-04-06T23:50:10.593Z++ [[ offline* != online ]]
3922026-04-06T23:50:10.594Z++ [[ 4 -gt 300 ]]
3932026-04-06T23:50:10.594Z++ sleep 1
3942026-04-06T23:50:11.576Z++ retry=5
3952026-04-06T23:50:11.580Z+++ svcs -Hostate baseline
3962026-04-06T23:50:11.595Z++ [[ offline* != online ]]
3972026-04-06T23:50:11.595Z++ [[ 5 -gt 300 ]]
3982026-04-06T23:50:11.596Z++ sleep 1
3992026-04-06T23:50:12.596Z++ retry=6
4002026-04-06T23:50:12.612Z+++ svcs -Hostate baseline
4012026-04-06T23:50:12.616Z++ [[ offline* != online ]]
4022026-04-06T23:50:12.616Z++ [[ 6 -gt 300 ]]
4032026-04-06T23:50:12.616Z++ sleep 1
4042026-04-06T23:50:13.612Z++ retry=7
4052026-04-06T23:50:13.771Z+++ svcs -Hostate baseline
4062026-04-06T23:50:13.797Z++ [[ offline* != online ]]
4072026-04-06T23:50:13.797Z++ [[ 7 -gt 300 ]]
4082026-04-06T23:50:13.797Z++ sleep 1
4092026-04-06T23:50:14.634Z++ retry=8
4102026-04-06T23:50:14.642Z+++ svcs -Hostate baseline
4112026-04-06T23:50:14.679Z++ [[ offline* != online ]]
4122026-04-06T23:50:14.679Z++ [[ 8 -gt 300 ]]
4132026-04-06T23:50:14.679Z++ sleep 1
4142026-04-06T23:50:15.657Z++ retry=9
4152026-04-06T23:50:15.676Z+++ svcs -Hostate baseline
4162026-04-06T23:50:15.685Z++ [[ offline* != online ]]
4172026-04-06T23:50:15.685Z++ [[ 9 -gt 300 ]]
4182026-04-06T23:50:15.685Z++ sleep 1
4192026-04-06T23:50:16.666Z++ retry=10
4202026-04-06T23:50:16.677Z+++ svcs -Hostate baseline
4212026-04-06T23:50:16.690Z++ [[ offline* != online ]]
4222026-04-06T23:50:16.690Z++ [[ 10 -gt 300 ]]
4232026-04-06T23:50:16.690Z++ sleep 1
4242026-04-06T23:50:17.687Z++ retry=11
4252026-04-06T23:50:17.695Z+++ svcs -Hostate baseline
4262026-04-06T23:50:17.701Z++ [[ offline* != online ]]
4272026-04-06T23:50:17.701Z++ [[ 11 -gt 300 ]]
4282026-04-06T23:50:17.701Z++ sleep 1
4292026-04-06T23:50:18.705Z++ retry=12
4302026-04-06T23:50:18.725Z+++ svcs -Hostate baseline
4312026-04-06T23:50:18.728Z++ [[ offline* != online ]]
4322026-04-06T23:50:18.729Z++ [[ 12 -gt 300 ]]
4332026-04-06T23:50:18.729Z++ sleep 1
4342026-04-06T23:50:19.720Z++ retry=13
4352026-04-06T23:50:19.729Z+++ svcs -Hostate baseline
4362026-04-06T23:50:19.739Z++ [[ offline* != online ]]
4372026-04-06T23:50:19.739Z++ [[ 13 -gt 300 ]]
4382026-04-06T23:50:19.740Z++ sleep 1
4392026-04-06T23:50:20.745Z++ retry=14
4402026-04-06T23:50:20.818Z+++ svcs -Hostate baseline
4412026-04-06T23:50:20.833Z++ [[ offline* != online ]]
4422026-04-06T23:50:20.834Z++ [[ 14 -gt 300 ]]
4432026-04-06T23:50:20.834Z++ sleep 1
4442026-04-06T23:50:21.765Z++ retry=15
4452026-04-06T23:50:21.772Z+++ svcs -Hostate baseline
4462026-04-06T23:50:21.778Z++ [[ offline* != online ]]
4472026-04-06T23:50:21.778Z++ [[ 15 -gt 300 ]]
4482026-04-06T23:50:21.778Z++ sleep 1
4492026-04-06T23:50:22.830Z++ retry=16
4502026-04-06T23:50:22.872Z+++ svcs -Hostate baseline
4512026-04-06T23:50:22.872Z++ [[ offline* != online ]]
4522026-04-06T23:50:22.872Z++ [[ 16 -gt 300 ]]
4532026-04-06T23:50:22.872Z++ sleep 1
4542026-04-06T23:50:23.802Z++ retry=17
4552026-04-06T23:50:23.813Z+++ svcs -Hostate baseline
4562026-04-06T23:50:23.814Z++ [[ offline* != online ]]
4572026-04-06T23:50:23.814Z++ [[ 17 -gt 300 ]]
4582026-04-06T23:50:23.814Z++ sleep 1
4592026-04-06T23:50:24.807Z++ retry=18
4602026-04-06T23:50:24.812Z+++ svcs -Hostate baseline
4612026-04-06T23:50:24.823Z++ [[ offline* != online ]]
4622026-04-06T23:50:24.823Z++ [[ 18 -gt 300 ]]
4632026-04-06T23:50:24.823Z++ sleep 1
4642026-04-06T23:50:25.827Z++ retry=19
4652026-04-06T23:50:25.834Z+++ svcs -Hostate baseline
4662026-04-06T23:50:25.842Z++ [[ offline* != online ]]
4672026-04-06T23:50:25.842Z++ [[ 19 -gt 300 ]]
4682026-04-06T23:50:25.842Z++ sleep 1
4692026-04-06T23:50:26.843Z++ retry=20
4702026-04-06T23:50:26.862Z+++ svcs -Hostate baseline
4712026-04-06T23:50:26.907Z++ [[ offline* != online ]]
4722026-04-06T23:50:26.907Z++ [[ 20 -gt 300 ]]
4732026-04-06T23:50:26.908Z++ sleep 1
4742026-04-06T23:50:27.869Z++ retry=21
4752026-04-06T23:50:27.887Z+++ svcs -Hostate baseline
4762026-04-06T23:50:27.887Z++ [[ offline* != online ]]
4772026-04-06T23:50:27.887Z++ [[ 21 -gt 300 ]]
4782026-04-06T23:50:27.887Z++ sleep 1
4792026-04-06T23:50:28.878Z++ retry=22
4802026-04-06T23:50:28.891Z+++ svcs -Hostate baseline
4812026-04-06T23:50:28.900Z++ [[ offline* != online ]]
4822026-04-06T23:50:28.900Z++ [[ 22 -gt 300 ]]
4832026-04-06T23:50:28.900Z++ sleep 1
4842026-04-06T23:50:29.896Z++ retry=23
4852026-04-06T23:50:29.919Z+++ svcs -Hostate baseline
4862026-04-06T23:50:29.919Z++ [[ offline* != online ]]
4872026-04-06T23:50:29.919Z++ [[ 23 -gt 300 ]]
4882026-04-06T23:50:29.919Z++ sleep 1
4892026-04-06T23:50:30.920Z++ retry=24
4902026-04-06T23:50:30.935Z+++ svcs -Hostate baseline
4912026-04-06T23:50:30.935Z++ [[ offline* != online ]]
4922026-04-06T23:50:30.935Z++ [[ 24 -gt 300 ]]
4932026-04-06T23:50:30.935Z++ sleep 1
4942026-04-06T23:50:31.930Z++ retry=25
4952026-04-06T23:50:31.937Z+++ svcs -Hostate baseline
4962026-04-06T23:50:31.948Z++ [[ offline* != online ]]
4972026-04-06T23:50:31.948Z++ [[ 25 -gt 300 ]]
4982026-04-06T23:50:31.948Z++ sleep 1
4992026-04-06T23:50:32.963Z++ retry=26
5002026-04-06T23:50:32.979Z+++ svcs -Hostate baseline
5012026-04-06T23:50:32.979Z++ [[ offline* != online ]]
5022026-04-06T23:50:32.979Z++ [[ 26 -gt 300 ]]
5032026-04-06T23:50:32.979Z++ sleep 1
5042026-04-06T23:50:33.997Z++ retry=27
5052026-04-06T23:50:34.013Z+++ svcs -Hostate baseline
5062026-04-06T23:50:34.013Z++ [[ offline* != online ]]
5072026-04-06T23:50:34.013Z++ [[ 27 -gt 300 ]]
5082026-04-06T23:50:34.013Z++ sleep 1
5092026-04-06T23:50:34.985Z++ retry=28
5102026-04-06T23:50:35.006Z+++ svcs -Hostate baseline
5112026-04-06T23:50:35.013Z++ [[ offline* != online ]]
5122026-04-06T23:50:35.013Z++ [[ 28 -gt 300 ]]
5132026-04-06T23:50:35.013Z++ sleep 1
5142026-04-06T23:50:36.002Z++ retry=29
5152026-04-06T23:50:36.009Z+++ svcs -Hostate baseline
5162026-04-06T23:50:36.019Z++ [[ offline* != online ]]
5172026-04-06T23:50:36.019Z++ [[ 29 -gt 300 ]]
5182026-04-06T23:50:36.019Z++ sleep 1
5192026-04-06T23:50:37.019Z++ retry=30
5202026-04-06T23:50:37.026Z+++ svcs -Hostate baseline
5212026-04-06T23:50:37.034Z++ [[ offline* != online ]]
5222026-04-06T23:50:37.034Z++ [[ 30 -gt 300 ]]
5232026-04-06T23:50:37.034Z++ sleep 1
5242026-04-06T23:50:38.356Z++ retry=31
5252026-04-06T23:50:38.396Z+++ svcs -Hostate baseline
5262026-04-06T23:50:38.396Z++ [[ offline* != online ]]
5272026-04-06T23:50:38.396Z++ [[ 31 -gt 300 ]]
5282026-04-06T23:50:38.396Z++ sleep 1
5292026-04-06T23:50:39.054Z++ retry=32
5302026-04-06T23:50:39.063Z+++ svcs -Hostate baseline
5312026-04-06T23:50:39.071Z++ [[ offline* != online ]]
5322026-04-06T23:50:39.071Z++ [[ 32 -gt 300 ]]
5332026-04-06T23:50:39.071Z++ sleep 1
5342026-04-06T23:50:40.072Z++ retry=33
5352026-04-06T23:50:40.079Z+++ svcs -Hostate baseline
5362026-04-06T23:50:40.094Z++ [[ offline* != online ]]
5372026-04-06T23:50:40.094Z++ [[ 33 -gt 300 ]]
5382026-04-06T23:50:40.094Z++ sleep 1
5392026-04-06T23:50:41.089Z++ retry=34
5402026-04-06T23:50:41.100Z+++ svcs -Hostate baseline
5412026-04-06T23:50:41.107Z++ [[ offline* != online ]]
5422026-04-06T23:50:41.107Z++ [[ 34 -gt 300 ]]
5432026-04-06T23:50:41.107Z++ sleep 1
5442026-04-06T23:50:42.107Z++ retry=35
5452026-04-06T23:50:42.114Z+++ svcs -Hostate baseline
5462026-04-06T23:50:42.123Z++ [[ offline* != online ]]
5472026-04-06T23:50:42.123Z++ [[ 35 -gt 300 ]]
5482026-04-06T23:50:42.123Z++ sleep 1
5492026-04-06T23:50:43.125Z++ retry=36
5502026-04-06T23:50:43.131Z+++ svcs -Hostate baseline
5512026-04-06T23:50:43.143Z++ [[ offline* != online ]]
5522026-04-06T23:50:43.143Z++ [[ 36 -gt 300 ]]
5532026-04-06T23:50:43.143Z++ sleep 1
5542026-04-06T23:50:44.143Z++ retry=37
5552026-04-06T23:50:44.148Z+++ svcs -Hostate baseline
5562026-04-06T23:50:44.158Z++ [[ offline* != online ]]
5572026-04-06T23:50:44.158Z++ [[ 37 -gt 300 ]]
5582026-04-06T23:50:44.158Z++ sleep 1
5592026-04-06T23:50:45.160Z++ retry=38
5602026-04-06T23:50:45.168Z+++ svcs -Hostate baseline
5612026-04-06T23:50:45.176Z++ [[ offline* != online ]]
5622026-04-06T23:50:45.176Z++ [[ 38 -gt 300 ]]
5632026-04-06T23:50:45.176Z++ sleep 1
5642026-04-06T23:50:46.201Z++ retry=39
5652026-04-06T23:50:46.210Z+++ svcs -Hostate baseline
5662026-04-06T23:50:46.210Z++ [[ offline* != online ]]
5672026-04-06T23:50:46.210Z++ [[ 39 -gt 300 ]]
5682026-04-06T23:50:46.210Z++ sleep 1
5692026-04-06T23:50:47.196Z++ retry=40
5702026-04-06T23:50:47.201Z+++ svcs -Hostate baseline
5712026-04-06T23:50:47.211Z++ [[ offline* != online ]]
5722026-04-06T23:50:47.211Z++ [[ 40 -gt 300 ]]
5732026-04-06T23:50:47.211Z++ sleep 1
5742026-04-06T23:50:48.213Z++ retry=41
5752026-04-06T23:50:48.222Z+++ svcs -Hostate baseline
5762026-04-06T23:50:48.230Z++ [[ offline* != online ]]
5772026-04-06T23:50:48.230Z++ [[ 41 -gt 300 ]]
5782026-04-06T23:50:48.230Z++ sleep 1
5792026-04-06T23:50:49.233Z++ retry=42
5802026-04-06T23:50:49.242Z+++ svcs -Hostate baseline
5812026-04-06T23:50:49.250Z++ [[ offline* != online ]]
5822026-04-06T23:50:49.250Z++ [[ 42 -gt 300 ]]
5832026-04-06T23:50:49.250Z++ sleep 1
5842026-04-06T23:50:50.250Z++ retry=43
5852026-04-06T23:50:50.271Z+++ svcs -Hostate baseline
5862026-04-06T23:50:50.286Z++ [[ offline* != online ]]
5872026-04-06T23:50:50.286Z++ [[ 43 -gt 300 ]]
5882026-04-06T23:50:50.287Z++ sleep 1
5892026-04-06T23:50:51.274Z++ retry=44
5902026-04-06T23:50:51.285Z+++ svcs -Hostate baseline
5912026-04-06T23:50:51.300Z++ [[ offline* != online ]]
5922026-04-06T23:50:51.300Z++ [[ 44 -gt 300 ]]
5932026-04-06T23:50:51.300Z++ sleep 1
5942026-04-06T23:50:52.288Z++ retry=45
5952026-04-06T23:50:52.299Z+++ svcs -Hostate baseline
5962026-04-06T23:50:52.326Z++ [[ offline* != online ]]
5972026-04-06T23:50:52.327Z++ [[ 45 -gt 300 ]]
5982026-04-06T23:50:52.327Z++ sleep 1
5992026-04-06T23:50:53.302Z++ retry=46
6002026-04-06T23:50:53.322Z+++ svcs -Hostate baseline
6012026-04-06T23:50:53.333Z++ [[ offline* != online ]]
6022026-04-06T23:50:53.333Z++ [[ 46 -gt 300 ]]
6032026-04-06T23:50:53.333Z++ sleep 1
6042026-04-06T23:50:54.339Z++ retry=47
6052026-04-06T23:50:54.360Z+++ svcs -Hostate baseline
6062026-04-06T23:50:54.360Z++ [[ offline* != online ]]
6072026-04-06T23:50:54.360Z++ [[ 47 -gt 300 ]]
6082026-04-06T23:50:54.360Z++ sleep 1
6092026-04-06T23:50:55.337Z++ retry=48
6102026-04-06T23:50:55.345Z+++ svcs -Hostate baseline
6112026-04-06T23:50:55.357Z++ [[ offline* != online ]]
6122026-04-06T23:50:55.358Z++ [[ 48 -gt 300 ]]
6132026-04-06T23:50:55.358Z++ sleep 1
6142026-04-06T23:50:58.626Z++ retry=49
6152026-04-06T23:50:58.743Z+++ svcs -Hostate baseline
6162026-04-06T23:50:58.743Z++ [[ offline* != online ]]
6172026-04-06T23:50:58.743Z++ [[ 49 -gt 300 ]]
6182026-04-06T23:50:58.743Z++ sleep 1
6192026-04-06T23:50:58.788Z++ retry=50
6202026-04-06T23:50:58.788Z+++ svcs -Hostate baseline
6212026-04-06T23:50:58.788Z++ [[ offline* != online ]]
6222026-04-06T23:50:58.788Z++ [[ 50 -gt 300 ]]
6232026-04-06T23:50:58.788Z++ sleep 1
6242026-04-06T23:50:58.788Z++ retry=51
6252026-04-06T23:50:58.788Z+++ svcs -Hostate baseline
6262026-04-06T23:50:58.788Z++ [[ offline* != online ]]
6272026-04-06T23:50:58.788Z++ [[ 51 -gt 300 ]]
6282026-04-06T23:50:58.788Z++ sleep 1
6292026-04-06T23:50:59.409Z++ retry=52
6302026-04-06T23:50:59.420Z+++ svcs -Hostate baseline
6312026-04-06T23:50:59.431Z++ [[ offline* != online ]]
6322026-04-06T23:50:59.431Z++ [[ 52 -gt 300 ]]
6332026-04-06T23:50:59.431Z++ sleep 1
6342026-04-06T23:51:00.427Z++ retry=53
6352026-04-06T23:51:00.430Z+++ svcs -Hostate baseline
6362026-04-06T23:51:00.890Z++ [[ offline* != online ]]
6372026-04-06T23:51:00.890Z++ [[ 53 -gt 300 ]]
6382026-04-06T23:51:00.890Z++ sleep 1
6392026-04-06T23:51:01.446Z++ retry=54
6402026-04-06T23:51:01.458Z+++ svcs -Hostate baseline
6412026-04-06T23:51:01.465Z++ [[ offline* != online ]]
6422026-04-06T23:51:01.465Z++ [[ 54 -gt 300 ]]
6432026-04-06T23:51:01.465Z++ sleep 1
6442026-04-06T23:51:02.462Z++ retry=55
6452026-04-06T23:51:02.471Z+++ svcs -Hostate baseline
6462026-04-06T23:51:02.480Z++ [[ offline* != online ]]
6472026-04-06T23:51:02.480Z++ [[ 55 -gt 300 ]]
6482026-04-06T23:51:02.480Z++ sleep 1
6492026-04-06T23:51:03.480Z++ retry=56
6502026-04-06T23:51:03.486Z+++ svcs -Hostate baseline
6512026-04-06T23:51:03.497Z++ [[ offline* != online ]]
6522026-04-06T23:51:03.497Z++ [[ 56 -gt 300 ]]
6532026-04-06T23:51:03.497Z++ sleep 1
6542026-04-06T23:51:04.500Z++ retry=57
6552026-04-06T23:51:04.508Z+++ svcs -Hostate baseline
6562026-04-06T23:51:04.519Z++ [[ offline* != online ]]
6572026-04-06T23:51:04.519Z++ [[ 57 -gt 300 ]]
6582026-04-06T23:51:04.519Z++ sleep 1
6592026-04-06T23:51:05.520Z++ retry=58
6602026-04-06T23:51:05.528Z+++ svcs -Hostate baseline
6612026-04-06T23:51:05.535Z++ [[ offline* != online ]]
6622026-04-06T23:51:05.535Z++ [[ 58 -gt 300 ]]
6632026-04-06T23:51:05.535Z++ sleep 1
6642026-04-06T23:51:06.531Z++ retry=59
6652026-04-06T23:51:06.540Z+++ svcs -Hostate baseline
6662026-04-06T23:51:06.547Z++ [[ offline* != online ]]
6672026-04-06T23:51:06.547Z++ [[ 59 -gt 300 ]]
6682026-04-06T23:51:06.547Z++ sleep 1
6692026-04-06T23:51:07.549Z++ retry=60
6702026-04-06T23:51:07.556Z+++ svcs -Hostate baseline
6712026-04-06T23:51:07.565Z++ [[ offline* != online ]]
6722026-04-06T23:51:07.565Z++ [[ 60 -gt 300 ]]
6732026-04-06T23:51:07.565Z++ sleep 1
6742026-04-06T23:51:08.568Z++ retry=61
6752026-04-06T23:51:08.575Z+++ svcs -Hostate baseline
6762026-04-06T23:51:08.583Z++ [[ offline* != online ]]
6772026-04-06T23:51:08.583Z++ [[ 61 -gt 300 ]]
6782026-04-06T23:51:08.583Z++ sleep 1
6792026-04-06T23:51:11.634Z++ retry=62
6802026-04-06T23:51:11.660Z+++ svcs -Hostate baseline
6812026-04-06T23:51:11.660Z++ [[ offline* != online ]]
6822026-04-06T23:51:11.660Z++ [[ 62 -gt 300 ]]
6832026-04-06T23:51:11.660Z++ sleep 1
6842026-04-06T23:51:11.660Z++ retry=63
6852026-04-06T23:51:11.660Z+++ svcs -Hostate baseline
6862026-04-06T23:51:11.660Z++ [[ offline* != online ]]
6872026-04-06T23:51:11.660Z++ [[ 63 -gt 300 ]]
6882026-04-06T23:51:11.661Z++ sleep 1
6892026-04-06T23:51:11.661Z++ retry=64
6902026-04-06T23:51:11.661Z+++ svcs -Hostate baseline
6912026-04-06T23:51:11.661Z++ [[ offline* != online ]]
6922026-04-06T23:51:11.661Z++ [[ 64 -gt 300 ]]
6932026-04-06T23:51:11.661Z++ sleep 1
6942026-04-06T23:51:12.639Z++ retry=65
6952026-04-06T23:51:12.642Z+++ svcs -Hostate baseline
6962026-04-06T23:51:12.656Z++ [[ offline* != online ]]
6972026-04-06T23:51:12.656Z++ [[ 65 -gt 300 ]]
6982026-04-06T23:51:12.659Z++ sleep 1
6992026-04-06T23:51:13.658Z++ retry=66
7002026-04-06T23:51:13.661Z+++ svcs -Hostate baseline
7012026-04-06T23:51:13.673Z++ [[ offline* != online ]]
7022026-04-06T23:51:13.673Z++ [[ 66 -gt 300 ]]
7032026-04-06T23:51:13.673Z++ sleep 1
7042026-04-06T23:51:14.675Z++ retry=67
7052026-04-06T23:51:14.679Z+++ svcs -Hostate baseline
7062026-04-06T23:51:14.690Z++ [[ offline* != online ]]
7072026-04-06T23:51:14.691Z++ [[ 67 -gt 300 ]]
7082026-04-06T23:51:14.691Z++ sleep 1
7092026-04-06T23:51:15.693Z++ retry=68
7102026-04-06T23:51:15.696Z+++ svcs -Hostate baseline
7112026-04-06T23:51:15.708Z++ [[ offline* != online ]]
7122026-04-06T23:51:15.708Z++ [[ 68 -gt 300 ]]
7132026-04-06T23:51:15.709Z++ sleep 1
7142026-04-06T23:51:16.711Z++ retry=69
7152026-04-06T23:51:16.715Z+++ svcs -Hostate baseline
7162026-04-06T23:51:16.726Z++ [[ offline* != online ]]
7172026-04-06T23:51:16.727Z++ [[ 69 -gt 300 ]]
7182026-04-06T23:51:16.727Z++ sleep 1
7192026-04-06T23:51:17.731Z++ retry=70
7202026-04-06T23:51:17.743Z+++ svcs -Hostate baseline
7212026-04-06T23:51:17.746Z++ [[ offline* != online ]]
7222026-04-06T23:51:17.746Z++ [[ 70 -gt 300 ]]
7232026-04-06T23:51:17.746Z++ sleep 1
7242026-04-06T23:51:18.748Z++ retry=71
7252026-04-06T23:51:18.752Z+++ svcs -Hostate baseline
7262026-04-06T23:51:18.762Z++ [[ offline* != online ]]
7272026-04-06T23:51:18.762Z++ [[ 71 -gt 300 ]]
7282026-04-06T23:51:18.762Z++ sleep 1
7292026-04-06T23:51:19.764Z++ retry=72
7302026-04-06T23:51:19.767Z+++ svcs -Hostate baseline
7312026-04-06T23:51:19.780Z++ [[ offline* != online ]]
7322026-04-06T23:51:19.780Z++ [[ 72 -gt 300 ]]
7332026-04-06T23:51:19.780Z++ sleep 1
7342026-04-06T23:51:20.782Z++ retry=73
7352026-04-06T23:51:20.785Z+++ svcs -Hostate baseline
7362026-04-06T23:51:20.797Z++ [[ offline* != online ]]
7372026-04-06T23:51:20.797Z++ [[ 73 -gt 300 ]]
7382026-04-06T23:51:20.797Z++ sleep 1
7392026-04-06T23:51:21.799Z++ retry=74
7402026-04-06T23:51:21.803Z+++ svcs -Hostate baseline
7412026-04-06T23:51:21.815Z++ [[ offline* != online ]]
7422026-04-06T23:51:21.815Z++ [[ 74 -gt 300 ]]
7432026-04-06T23:51:21.815Z++ sleep 1
7442026-04-06T23:51:22.817Z++ retry=75
7452026-04-06T23:51:22.821Z+++ svcs -Hostate baseline
7462026-04-06T23:51:22.833Z++ [[ offline* != online ]]
7472026-04-06T23:51:22.833Z++ [[ 75 -gt 300 ]]
7482026-04-06T23:51:22.833Z++ sleep 1
7492026-04-06T23:51:23.835Z++ retry=76
7502026-04-06T23:51:23.838Z+++ svcs -Hostate baseline
7512026-04-06T23:51:23.850Z++ [[ offline* != online ]]
7522026-04-06T23:51:23.850Z++ [[ 76 -gt 300 ]]
7532026-04-06T23:51:23.850Z++ sleep 1
7542026-04-06T23:51:24.852Z++ retry=77
7552026-04-06T23:51:24.856Z+++ svcs -Hostate baseline
7562026-04-06T23:51:24.868Z++ [[ offline* != online ]]
7572026-04-06T23:51:24.868Z++ [[ 77 -gt 300 ]]
7582026-04-06T23:51:24.868Z++ sleep 1
7592026-04-06T23:51:25.870Z++ retry=78
7602026-04-06T23:51:25.874Z+++ svcs -Hostate baseline
7612026-04-06T23:51:25.886Z++ [[ offline* != online ]]
7622026-04-06T23:51:25.886Z++ [[ 78 -gt 300 ]]
7632026-04-06T23:51:25.886Z++ sleep 1
7642026-04-06T23:51:26.888Z++ retry=79
7652026-04-06T23:51:26.892Z+++ svcs -Hostate baseline
7662026-04-06T23:51:26.903Z++ [[ offline* != online ]]
7672026-04-06T23:51:26.903Z++ [[ 79 -gt 300 ]]
7682026-04-06T23:51:26.903Z++ sleep 1
7692026-04-06T23:51:27.906Z++ retry=80
7702026-04-06T23:51:27.909Z+++ svcs -Hostate baseline
7712026-04-06T23:51:27.921Z++ [[ offline* != online ]]
7722026-04-06T23:51:27.921Z++ [[ 80 -gt 300 ]]
7732026-04-06T23:51:27.922Z++ sleep 1
7742026-04-06T23:51:28.923Z++ retry=81
7752026-04-06T23:51:28.926Z+++ svcs -Hostate baseline
7762026-04-06T23:51:28.939Z++ [[ offline* != online ]]
7772026-04-06T23:51:28.939Z++ [[ 81 -gt 300 ]]
7782026-04-06T23:51:28.939Z++ sleep 1
7792026-04-06T23:51:29.943Z++ retry=82
7802026-04-06T23:51:29.946Z+++ svcs -Hostate baseline
7812026-04-06T23:51:29.956Z++ [[ offline* != online ]]
7822026-04-06T23:51:29.957Z++ [[ 82 -gt 300 ]]
7832026-04-06T23:51:29.957Z++ sleep 1
7842026-04-06T23:51:30.959Z++ retry=83
7852026-04-06T23:51:30.962Z+++ svcs -Hostate baseline
7862026-04-06T23:51:30.975Z++ [[ offline* != online ]]
7872026-04-06T23:51:30.975Z++ [[ 83 -gt 300 ]]
7882026-04-06T23:51:30.975Z++ sleep 1
7892026-04-06T23:51:31.977Z++ retry=84
7902026-04-06T23:51:31.981Z+++ svcs -Hostate baseline
7912026-04-06T23:51:31.993Z++ [[ offline* != online ]]
7922026-04-06T23:51:31.993Z++ [[ 84 -gt 300 ]]
7932026-04-06T23:51:31.993Z++ sleep 1
7942026-04-06T23:51:32.995Z++ retry=85
7952026-04-06T23:51:32.998Z+++ svcs -Hostate baseline
7962026-04-06T23:51:33.010Z++ [[ offline* != online ]]
7972026-04-06T23:51:33.010Z++ [[ 85 -gt 300 ]]
7982026-04-06T23:51:33.011Z++ sleep 1
7992026-04-06T23:51:34.012Z++ retry=86
8002026-04-06T23:51:34.016Z+++ svcs -Hostate baseline
8012026-04-06T23:51:34.028Z++ [[ offline* != online ]]
8022026-04-06T23:51:34.028Z++ [[ 86 -gt 300 ]]
8032026-04-06T23:51:34.028Z++ sleep 1
8042026-04-06T23:51:35.030Z++ retry=87
8052026-04-06T23:51:35.033Z+++ svcs -Hostate baseline
8062026-04-06T23:51:35.045Z++ [[ offline* != online ]]
8072026-04-06T23:51:35.045Z++ [[ 87 -gt 300 ]]
8082026-04-06T23:51:35.045Z++ sleep 1
8092026-04-06T23:51:36.048Z++ retry=88
8102026-04-06T23:51:36.051Z+++ svcs -Hostate baseline
8112026-04-06T23:51:36.064Z++ [[ offline* != online ]]
8122026-04-06T23:51:36.064Z++ [[ 88 -gt 300 ]]
8132026-04-06T23:51:36.064Z++ sleep 1
8142026-04-06T23:51:37.066Z++ retry=89
8152026-04-06T23:51:37.069Z+++ svcs -Hostate baseline
8162026-04-06T23:51:37.083Z++ [[ offline* != online ]]
8172026-04-06T23:51:37.083Z++ [[ 89 -gt 300 ]]
8182026-04-06T23:51:37.083Z++ sleep 1
8192026-04-06T23:51:38.084Z++ retry=90
8202026-04-06T23:51:38.087Z+++ svcs -Hostate baseline
8212026-04-06T23:51:38.100Z++ [[ offline* != online ]]
8222026-04-06T23:51:38.100Z++ [[ 90 -gt 300 ]]
8232026-04-06T23:51:38.100Z++ sleep 1
8242026-04-06T23:51:39.103Z++ retry=91
8252026-04-06T23:51:39.106Z+++ svcs -Hostate baseline
8262026-04-06T23:51:39.118Z++ [[ offline* != online ]]
8272026-04-06T23:51:39.118Z++ [[ 91 -gt 300 ]]
8282026-04-06T23:51:39.118Z++ sleep 1
8292026-04-06T23:51:40.120Z++ retry=92
8302026-04-06T23:51:40.124Z+++ svcs -Hostate baseline
8312026-04-06T23:51:40.136Z++ [[ offline* != online ]]
8322026-04-06T23:51:40.136Z++ [[ 92 -gt 300 ]]
8332026-04-06T23:51:40.136Z++ sleep 1
8342026-04-06T23:51:41.138Z++ retry=93
8352026-04-06T23:51:41.141Z+++ svcs -Hostate baseline
8362026-04-06T23:51:41.155Z++ [[ offline* != online ]]
8372026-04-06T23:51:41.155Z++ [[ 93 -gt 300 ]]
8382026-04-06T23:51:41.155Z++ sleep 1
8392026-04-06T23:51:42.156Z++ retry=94
8402026-04-06T23:51:42.159Z+++ svcs -Hostate baseline
8412026-04-06T23:51:42.172Z++ [[ offline* != online ]]
8422026-04-06T23:51:42.172Z++ [[ 94 -gt 300 ]]
8432026-04-06T23:51:42.172Z++ sleep 1
8442026-04-06T23:51:43.174Z++ retry=95
8452026-04-06T23:51:43.177Z+++ svcs -Hostate baseline
8462026-04-06T23:51:43.189Z++ [[ offline* != online ]]
8472026-04-06T23:51:43.189Z++ [[ 95 -gt 300 ]]
8482026-04-06T23:51:43.189Z++ sleep 1
8492026-04-06T23:51:44.191Z++ retry=96
8502026-04-06T23:51:44.194Z+++ svcs -Hostate baseline
8512026-04-06T23:51:44.207Z++ [[ offline* != online ]]
8522026-04-06T23:51:44.207Z++ [[ 96 -gt 300 ]]
8532026-04-06T23:51:44.207Z++ sleep 1
8542026-04-06T23:51:45.209Z++ retry=97
8552026-04-06T23:51:45.212Z+++ svcs -Hostate baseline
8562026-04-06T23:51:45.224Z++ [[ offline* != online ]]
8572026-04-06T23:51:45.224Z++ [[ 97 -gt 300 ]]
8582026-04-06T23:51:45.224Z++ sleep 1
8592026-04-06T23:51:46.226Z++ retry=98
8602026-04-06T23:51:46.230Z+++ svcs -Hostate baseline
8612026-04-06T23:51:46.241Z++ [[ online != online ]]
8622026-04-06T23:51:46.244Z++ set -o errexit
8632026-04-06T23:51:46.244Z++ set -o pipefail
8642026-04-06T23:51:46.244Z++ banner build
8652026-04-06T23:51:46.244Z
8662026-04-06T23:51:46.244Z ##### # # # # #####
8672026-04-06T23:51:46.244Z # # # # # # # #
8682026-04-06T23:51:46.244Z ##### # # # # # #
8692026-04-06T23:51:46.244Z # # # # # # # #
8702026-04-06T23:51:46.244Z # # # # # # # #
8712026-04-06T23:51:46.244Z ##### #### # ###### #####
8722026-04-06T23:51:46.244Z
8732026-04-06T23:51:46.244Z++ cargo build --release --bin ddmd --bin ddmadm
8742026-04-06T23:51:46.249Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
8752026-04-06T23:51:46.413Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
8762026-04-06T23:51:46.416Zinfo: downloading 6 components
8772026-04-06T23:52:01.998Z Updating git repository `https://github.com/oxidecomputer/falcon`
8782026-04-06T23:52:02.634ZFrom https://github.com/oxidecomputer/falcon
8792026-04-06T23:52:02.634Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
8802026-04-06T23:52:02.713Z Updating crates.io index
8812026-04-06T23:52:02.752Z Updating git repository `https://github.com/oxidecomputer/dendrite`
8822026-04-06T23:52:03.608ZFrom https://github.com/oxidecomputer/dendrite
8832026-04-06T23:52:03.608Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
8842026-04-06T23:52:03.879Z Updating git repository `https://github.com/oxidecomputer/ispf`
8852026-04-06T23:52:04.155ZFrom https://github.com/oxidecomputer/ispf
8862026-04-06T23:52:04.155Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8872026-04-06T23:52:04.160Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8882026-04-06T23:52:04.511ZFrom https://github.com/oxidecomputer/netadm-sys
8892026-04-06T23:52:04.511Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8902026-04-06T23:52:04.517Z Updating git repository `https://github.com/oxidecomputer/omicron`
8912026-04-06T23:52:12.721ZFrom https://github.com/oxidecomputer/omicron
8922026-04-06T23:52:12.722Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8932026-04-06T23:52:13.116Z Updating git repository `https://github.com/oxidecomputer/opte`
8942026-04-06T23:52:13.669ZFrom https://github.com/oxidecomputer/opte
8952026-04-06T23:52:13.669Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
8962026-04-06T23:52:14.239Z Updating git repository `https://github.com/illumos/smf-rs`
8972026-04-06T23:52:14.489ZFrom https://github.com/illumos/smf-rs
8982026-04-06T23:52:14.489Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8992026-04-06T23:52:14.713Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9002026-04-06T23:52:14.952ZFrom https://github.com/oxidecomputer/network-interface
9012026-04-06T23:52:14.953Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9022026-04-06T23:52:14.959Z Updating git repository `https://github.com/oxidecomputer/zone`
9032026-04-06T23:52:15.215ZFrom https://github.com/oxidecomputer/zone
9042026-04-06T23:52:15.215Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9052026-04-06T23:52:15.304Z Updating git repository `https://github.com/oxidecomputer/propolis`
9062026-04-06T23:52:16.551ZFrom https://github.com/oxidecomputer/propolis
9072026-04-06T23:52:16.551Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9082026-04-06T23:52:16.821Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9092026-04-06T23:52:17.318ZFrom https://github.com/oxidecomputer/transceiver-control
9102026-04-06T23:52:17.318Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
9112026-04-06T23:52:17.328Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9122026-04-06T23:52:17.585ZFrom https://github.com/oxidecomputer/dlpi-sys
9132026-04-06T23:52:17.585Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
9142026-04-06T23:52:17.600Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9152026-04-06T23:52:17.875ZFrom https://github.com/jmesmon/rust-libzfs
9162026-04-06T23:52:17.875Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9172026-04-06T23:52:17.883Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9182026-04-06T23:52:18.138ZFrom https://github.com/oxidecomputer/rusty-doors
9192026-04-06T23:52:18.138Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9202026-04-06T23:52:18.149Z Updating git repository `https://github.com/oxidecomputer/lldp`
9212026-04-06T23:52:18.483ZFrom https://github.com/oxidecomputer/lldp
9222026-04-06T23:52:18.483Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
9232026-04-06T23:52:18.657Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9242026-04-06T23:52:18.934ZFrom https://github.com/oxidecomputer/slog-error-chain
9252026-04-06T23:52:18.934Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9262026-04-06T23:52:18.954Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9272026-04-06T23:52:19.253ZFrom https://github.com/oxidecomputer/tufaceous
9282026-04-06T23:52:19.253Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
9292026-04-06T23:52:19.480Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9302026-04-06T23:52:19.903ZFrom https://github.com/oxidecomputer/management-gateway-service
9312026-04-06T23:52:19.903Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
9322026-04-06T23:52:20.063Z Updating git repository `https://github.com/oxidecomputer/crucible`
9332026-04-06T23:52:20.877ZFrom https://github.com/oxidecomputer/crucible
9342026-04-06T23:52:20.877Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9352026-04-06T23:52:21.681Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9362026-04-06T23:52:21.941ZFrom https://github.com/oxidecomputer/serde_human_bytes
9372026-04-06T23:52:21.941Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9382026-04-06T23:52:22.458Z Updating git repository `https://github.com/oxidecomputer/propolis`
9392026-04-06T23:52:22.853ZFrom https://github.com/oxidecomputer/propolis
9402026-04-06T23:52:22.854Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
9412026-04-06T23:52:22.950Z Updating git repository `https://github.com/oxidecomputer/tofino`
9422026-04-06T23:52:23.201ZFrom https://github.com/oxidecomputer/tofino
9432026-04-06T23:52:23.201Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
9442026-04-06T23:52:23.219Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9452026-04-06T23:52:23.730ZFrom https://github.com/oxidecomputer/maghemite
9462026-04-06T23:52:23.730Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
9472026-04-06T23:52:23.779Z Updating git repository `https://github.com/oxidecomputer/clickward`
9482026-04-06T23:52:24.051ZFrom https://github.com/oxidecomputer/clickward
9492026-04-06T23:52:24.051Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9502026-04-06T23:52:24.069Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9512026-04-06T23:52:24.343ZFrom https://github.com/oxidecomputer/illumos-devinfo
9522026-04-06T23:52:24.343Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9532026-04-06T23:52:24.475Z Updating git repository `https://github.com/oxidecomputer/crucible`
9542026-04-06T23:52:24.833ZFrom https://github.com/oxidecomputer/crucible
9552026-04-06T23:52:24.833Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
9562026-04-06T23:52:25.902Z Downloading crates ...
9572026-04-06T23:52:25.976Z Downloaded bit-vec v0.8.0
9582026-04-06T23:52:25.987Z Downloaded dof v0.3.0
9592026-04-06T23:52:25.993Z Downloaded darling_macro v0.23.0
9602026-04-06T23:52:25.994Z Downloaded adler2 v2.0.1
9612026-04-06T23:52:25.994Z Downloaded byteorder v1.5.0
9622026-04-06T23:52:25.999Z Downloaded dunce v1.0.5
9632026-04-06T23:52:26.003Z Downloaded ff v0.13.1
9642026-04-06T23:52:26.006Z Downloaded ahash v0.8.12
9652026-04-06T23:52:26.009Z Downloaded foreign-types v0.5.0
9662026-04-06T23:52:26.022Z Downloaded futures-task v0.3.32
9672026-04-06T23:52:26.022Z Downloaded either v1.15.0
9682026-04-06T23:52:26.022Z Downloaded futures-channel v0.3.32
9692026-04-06T23:52:26.022Z Downloaded futures-io v0.3.32
9702026-04-06T23:52:26.022Z Downloaded dyn-clone v1.0.20
9712026-04-06T23:52:26.026Z Downloaded hash32 v0.3.1
9722026-04-06T23:52:26.026Z Downloaded console v0.16.3
9732026-04-06T23:52:26.030Z Downloaded float-ord v0.3.2
9742026-04-06T23:52:26.030Z Downloaded fixedbitset v0.4.2
9752026-04-06T23:52:26.035Z Downloaded git-stub v1.0.0
9762026-04-06T23:52:26.036Z Downloaded embedded-io v0.4.0
9772026-04-06T23:52:26.039Z Downloaded enum-as-inner v0.6.1
9782026-04-06T23:52:26.039Z Downloaded generic-array v0.14.7
9792026-04-06T23:52:26.043Z Downloaded group v0.13.0
9802026-04-06T23:52:26.043Z Downloaded camino v1.2.2
9812026-04-06T23:52:26.048Z Downloaded httpdate v1.0.3
9822026-04-06T23:52:26.048Z Downloaded hostname v0.4.2
9832026-04-06T23:52:26.052Z Downloaded darling_macro v0.21.3
9842026-04-06T23:52:26.052Z Downloaded ciborium-ll v0.2.2
9852026-04-06T23:52:26.056Z Downloaded fastrand v2.3.0
9862026-04-06T23:52:26.059Z Downloaded foreign-types v0.3.2
9872026-04-06T23:52:26.059Z Downloaded heck v0.4.1
9882026-04-06T23:52:26.063Z Downloaded dof v0.4.0
9892026-04-06T23:52:26.063Z Downloaded futures-sink v0.3.32
9902026-04-06T23:52:26.067Z Downloaded displaydoc v0.2.5
9912026-04-06T23:52:26.070Z Downloaded glob v0.3.3
9922026-04-06T23:52:26.071Z Downloaded fixedbitset v0.5.7
9932026-04-06T23:52:26.074Z Downloaded futures-executor v0.3.32
9942026-04-06T23:52:26.079Z Downloaded block-buffer v0.10.4
9952026-04-06T23:52:26.079Z Downloaded form_urlencoded v1.2.2
9962026-04-06T23:52:26.079Z Downloaded crucible-workspace-hack v0.1.0
9972026-04-06T23:52:26.092Z Downloaded hostname v0.3.1
9982026-04-06T23:52:26.092Z Downloaded fxhash v0.2.1
9992026-04-06T23:52:26.096Z Downloaded cfg-if v1.0.4
10002026-04-06T23:52:26.096Z Downloaded foreign-types-shared v0.1.1
10012026-04-06T23:52:26.096Z Downloaded hex v0.4.3
10022026-04-06T23:52:26.097Z Downloaded equivalent v1.0.2
10032026-04-06T23:52:26.097Z Downloaded cpufeatures v0.2.17
10042026-04-06T23:52:26.097Z Downloaded http-body-util v0.1.3
10052026-04-06T23:52:26.097Z Downloaded http-body v1.0.1
10062026-04-06T23:52:26.100Z Downloaded crypto-common v0.1.7
10072026-04-06T23:52:26.100Z Downloaded foldhash v0.1.5
10082026-04-06T23:52:26.104Z Downloaded defmt-parser v1.0.0
10092026-04-06T23:52:26.104Z Downloaded curve25519-dalek-derive v0.1.1
10102026-04-06T23:52:26.108Z Downloaded compression-core v0.4.31
10112026-04-06T23:52:26.108Z Downloaded cipher v0.4.4
10122026-04-06T23:52:26.112Z Downloaded byte-wrapper v0.1.0
10132026-04-06T23:52:26.112Z Downloaded heck v0.5.0
10142026-04-06T23:52:26.116Z Downloaded ciborium-io v0.2.2
10152026-04-06T23:52:26.116Z Downloaded gethostname v0.5.0
10162026-04-06T23:52:26.120Z Downloaded defmt v0.3.100
10172026-04-06T23:52:26.120Z Downloaded const-random-macro v0.1.16
10182026-04-06T23:52:26.120Z Downloaded ident_case v1.0.1
10192026-04-06T23:52:26.123Z Downloaded futures-core v0.3.32
10202026-04-06T23:52:26.123Z Downloaded hubpack_derive v0.1.1
10212026-04-06T23:52:26.127Z Downloaded dropshot-api-manager-types v0.7.0
10222026-04-06T23:52:26.127Z Downloaded bit-set v0.8.0
10232026-04-06T23:52:26.130Z Downloaded convert_case v0.4.0
10242026-04-06T23:52:26.130Z Downloaded debug-ignore v1.0.5
10252026-04-06T23:52:26.134Z Downloaded anstyle-query v1.1.5
10262026-04-06T23:52:26.137Z Downloaded async-stream-impl v0.3.6
10272026-04-06T23:52:26.137Z Downloaded colorchoice v1.0.5
10282026-04-06T23:52:26.141Z Downloaded atomicwrites v0.4.4
10292026-04-06T23:52:26.141Z Downloaded cstr-argument v0.1.2
10302026-04-06T23:52:26.144Z Downloaded indent_write v2.2.0
10312026-04-06T23:52:26.144Z Downloaded base16ct v1.0.0
10322026-04-06T23:52:26.147Z Downloaded crc8 v0.1.1
10332026-04-06T23:52:26.148Z Downloaded const-random v0.1.18
10342026-04-06T23:52:26.151Z Downloaded internet-checksum v0.2.1
10352026-04-06T23:52:26.151Z Downloaded foreign-types-shared v0.3.1
10362026-04-06T23:52:26.154Z Downloaded instant v0.1.13
10372026-04-06T23:52:26.154Z Downloaded inout v0.1.4
10382026-04-06T23:52:26.158Z Downloaded globset v0.4.18
10392026-04-06T23:52:26.158Z Downloaded erased-serde v0.3.31
10402026-04-06T23:52:26.161Z Downloaded lazy_static v1.5.0
10412026-04-06T23:52:26.165Z Downloaded critical-section v1.2.0
10422026-04-06T23:52:26.165Z Downloaded darling_core v0.21.3
10432026-04-06T23:52:26.169Z Downloaded macaddr v1.0.1
10442026-04-06T23:52:26.172Z Downloaded managed v0.8.0
10452026-04-06T23:52:26.172Z Downloaded cobs v0.3.0
10462026-04-06T23:52:26.177Z Downloaded async-trait v0.1.89
10472026-04-06T23:52:26.181Z Downloaded daft v0.1.5
10482026-04-06T23:52:26.181Z Downloaded anstyle-parse v1.0.0
10492026-04-06T23:52:26.185Z Downloaded getrandom v0.2.17
10502026-04-06T23:52:26.185Z Downloaded humantime v2.3.0
10512026-04-06T23:52:26.188Z Downloaded keccak v0.1.6
10522026-04-06T23:52:26.188Z Downloaded bitflags v2.11.0
10532026-04-06T23:52:26.191Z Downloaded digest v0.10.7
10542026-04-06T23:52:26.194Z Downloaded foldhash v0.2.0
10552026-04-06T23:52:26.198Z Downloaded match_cfg v0.1.0
10562026-04-06T23:52:26.198Z Downloaded find-msvc-tools v0.1.9
10572026-04-06T23:52:26.202Z Downloaded git-stub-vcs v0.1.0
10582026-04-06T23:52:26.202Z Downloaded memoffset v0.9.1
10592026-04-06T23:52:26.205Z Downloaded lru-slab v0.1.2
10602026-04-06T23:52:26.205Z Downloaded lru-cache v0.1.2
10612026-04-06T23:52:26.209Z Downloaded newtype-uuid-macros v0.1.0
10622026-04-06T23:52:26.209Z Downloaded memmap v0.7.0
10632026-04-06T23:52:26.213Z Downloaded is-terminal v0.4.17
10642026-04-06T23:52:26.213Z Downloaded no-std-compat v0.4.1
10652026-04-06T23:52:26.213Z Downloaded natord v1.0.9
10662026-04-06T23:52:26.217Z Downloaded dropshot_endpoint v0.17.0
10672026-04-06T23:52:26.217Z Downloaded async-stream v0.3.6
10682026-04-06T23:52:26.220Z Downloaded backoff v0.4.0
10692026-04-06T23:52:26.224Z Downloaded ingot v0.1.1
10702026-04-06T23:52:26.224Z Downloaded daft-derive v0.1.5
10712026-04-06T23:52:26.227Z Downloaded num v0.4.3
10722026-04-06T23:52:26.231Z Downloaded num-conv v0.2.1
10732026-04-06T23:52:26.231Z Downloaded httparse v1.10.1
10742026-04-06T23:52:26.234Z Downloaded newline-converter v0.3.0
10752026-04-06T23:52:26.234Z Downloaded newtype_derive v0.1.6
10762026-04-06T23:52:26.238Z Downloaded ipnet v2.12.0
10772026-04-06T23:52:26.238Z Downloaded num-derive v0.3.3
10782026-04-06T23:52:26.242Z Downloaded linked-hash-map v0.5.6
10792026-04-06T23:52:26.242Z Downloaded num-iter v0.1.45
10802026-04-06T23:52:26.247Z Downloaded num-derive v0.4.2
10812026-04-06T23:52:26.247Z Downloaded num_enum_derive v0.5.11
10822026-04-06T23:52:26.250Z Downloaded ciborium v0.2.2
10832026-04-06T23:52:26.250Z Downloaded openssl-probe v0.2.1
10842026-04-06T23:52:26.254Z Downloaded cmake v0.1.58
10852026-04-06T23:52:26.254Z Downloaded linear-map v1.2.0
10862026-04-06T23:52:26.254Z Downloaded libsw-core v0.3.2
10872026-04-06T23:52:26.257Z Downloaded cookie v0.18.1
10882026-04-06T23:52:26.261Z Downloaded olpc-cjson v0.1.4
10892026-04-06T23:52:26.261Z Downloaded defmt-macros v1.0.1
10902026-04-06T23:52:26.266Z Downloaded hmac v0.12.1
10912026-04-06T23:52:26.266Z Downloaded mime v0.3.17
10922026-04-06T23:52:26.270Z Downloaded omicron-workspace-hack v0.1.0
10932026-04-06T23:52:26.270Z Downloaded jobserver v0.1.34
10942026-04-06T23:52:26.271Z Downloaded num_threads v0.1.7
10952026-04-06T23:52:26.274Z Downloaded openssl-macros v0.1.1
10962026-04-06T23:52:26.274Z Downloaded parse-display v0.10.0
10972026-04-06T23:52:26.274Z Downloaded iana-time-zone v0.1.65
10982026-04-06T23:52:26.277Z Downloaded opaque-debug v0.3.1
10992026-04-06T23:52:26.281Z Downloaded derive_more v0.99.20
11002026-04-06T23:52:26.285Z Downloaded heapless v0.8.0
11012026-04-06T23:52:26.288Z Downloaded crossbeam-epoch v0.9.18
11022026-04-06T23:52:26.288Z Downloaded blake2 v0.10.6
11032026-04-06T23:52:26.292Z Downloaded backon v1.6.0
11042026-04-06T23:52:26.295Z Downloaded chacha20 v0.9.1
11052026-04-06T23:52:26.295Z Downloaded hyper-rustls v0.27.7
11062026-04-06T23:52:26.298Z Downloaded ingot-macros v0.1.1
11072026-04-06T23:52:26.299Z Downloaded console v0.15.11
11082026-04-06T23:52:26.302Z Downloaded elliptic-curve v0.13.8
11092026-04-06T23:52:26.306Z Downloaded plain v0.2.3
11102026-04-06T23:52:26.306Z Downloaded num-complex v0.4.6
11112026-04-06T23:52:26.309Z Downloaded cargo_toml v0.22.3
11122026-04-06T23:52:26.309Z Downloaded percent-encoding v2.3.2
11132026-04-06T23:52:26.313Z Downloaded num_enum v0.5.11
11142026-04-06T23:52:26.316Z Downloaded phf_shared v0.12.1
11152026-04-06T23:52:26.316Z Downloaded newtype-uuid v1.3.2
11162026-04-06T23:52:26.320Z Downloaded proc-macro-error-attr2 v2.0.0
11172026-04-06T23:52:26.320Z Downloaded proc-macro-crate v3.5.0
11182026-04-06T23:52:26.320Z Downloaded proc-macro-crate v1.3.1
11192026-04-06T23:52:26.323Z Downloaded num-integer v0.1.46
11202026-04-06T23:52:26.323Z Downloaded num_enum v0.7.6
11212026-04-06T23:52:26.327Z Downloaded num_enum_derive v0.7.6
11222026-04-06T23:52:26.330Z Downloaded ingot-types v0.1.2
11232026-04-06T23:52:26.330Z Downloaded half v2.7.1
11242026-04-06T23:52:26.333Z Downloaded data-encoding v2.10.0
11252026-04-06T23:52:26.333Z Downloaded powerfmt v0.2.0
11262026-04-06T23:52:26.337Z Downloaded icu_provider v2.1.1
11272026-04-06T23:52:26.337Z Downloaded futures v0.3.32
11282026-04-06T23:52:26.341Z Downloaded potential_utf v0.1.4
11292026-04-06T23:52:26.344Z Downloaded allocator-api2 v0.2.21
11302026-04-06T23:52:26.344Z Downloaded proc-macro-error-attr v1.0.4
11312026-04-06T23:52:26.347Z Downloaded litemap v0.8.1
11322026-04-06T23:52:26.351Z Downloaded owo-colors v4.3.0
11332026-04-06T23:52:26.351Z Downloaded memmap2 v0.9.10
11342026-04-06T23:52:26.354Z Downloaded flate2 v1.1.9
11352026-04-06T23:52:26.357Z Downloaded progenitor-client v0.11.2
11362026-04-06T23:52:26.357Z Downloaded hickory-resolver v0.24.4
11372026-04-06T23:52:26.361Z Downloaded pretty-hex v0.4.2
11382026-04-06T23:52:26.365Z Downloaded progenitor-macro v0.11.2
11392026-04-06T23:52:26.365Z Downloaded progenitor-macro v0.13.0
11402026-04-06T23:52:26.365Z Downloaded quick-error v1.2.3
11412026-04-06T23:52:26.369Z Downloaded progenitor-macro v0.10.0
11422026-04-06T23:52:26.370Z Downloaded parse-display-derive v0.10.0
11432026-04-06T23:52:26.370Z Downloaded multer v3.1.0
11442026-04-06T23:52:26.373Z Downloaded progenitor-client v0.10.0
11452026-04-06T23:52:26.373Z Downloaded rand_chacha v0.3.1
11462026-04-06T23:52:26.377Z Downloaded crossbeam-utils v0.8.21
11472026-04-06T23:52:26.377Z Downloaded indexmap v1.9.3
11482026-04-06T23:52:26.381Z Downloaded pkg-config v0.3.32
11492026-04-06T23:52:26.381Z Downloaded pin-project-lite v0.2.17
11502026-04-06T23:52:26.384Z Downloaded rustc_version v0.1.7
11512026-04-06T23:52:26.388Z Downloaded rustc-hash v2.1.2
11522026-04-06T23:52:26.388Z Downloaded anyhow v1.0.102
11532026-04-06T23:52:26.391Z Downloaded ppv-lite86 v0.2.21
11542026-04-06T23:52:26.391Z Downloaded parking_lot_core v0.8.6
11552026-04-06T23:52:26.394Z Downloaded oxnet v0.1.4
11562026-04-06T23:52:26.394Z Downloaded oxide-tokio-rt v0.1.3
11572026-04-06T23:52:26.397Z Downloaded password-hash v0.5.0
11582026-04-06T23:52:26.398Z Downloaded rustc_version v0.4.1
11592026-04-06T23:52:26.401Z Downloaded pem v3.0.6
11602026-04-06T23:52:26.401Z Downloaded getrandom v0.3.4
11612026-04-06T23:52:26.404Z Downloaded ref-cast-impl v1.0.25
11622026-04-06T23:52:26.404Z Downloaded derive-where v1.6.1
11632026-04-06T23:52:26.408Z Downloaded crc32fast v1.5.0
11642026-04-06T23:52:26.411Z Downloaded num-rational v0.4.2
11652026-04-06T23:52:26.411Z Downloaded phf v0.12.1
11662026-04-06T23:52:26.415Z Downloaded rand_xorshift v0.4.0
11672026-04-06T23:52:26.415Z Downloaded ref-cast v1.0.25
11682026-04-06T23:52:26.418Z Downloaded once_cell v1.21.4
11692026-04-06T23:52:26.418Z Downloaded icu_normalizer v2.1.1
11702026-04-06T23:52:26.422Z Downloaded getrandom v0.4.2
11712026-04-06T23:52:26.425Z Downloaded poly1305 v0.8.0
11722026-04-06T23:52:26.429Z Downloaded chacha20 v0.10.0
11732026-04-06T23:52:26.429Z Downloaded dropshot_endpoint v0.16.7
11742026-04-06T23:52:26.432Z Downloaded secrecy v0.10.3
11752026-04-06T23:52:26.432Z Downloaded scroll_derive v0.13.1
11762026-04-06T23:52:26.435Z Downloaded scroll_derive v0.12.1
11772026-04-06T23:52:26.435Z Downloaded scopeguard v1.2.0
11782026-04-06T23:52:26.435Z Downloaded icu_locale_core v2.1.1
11792026-04-06T23:52:26.439Z Downloaded same-file v1.0.6
11802026-04-06T23:52:26.442Z Downloaded rand_chacha v0.9.0
11812026-04-06T23:52:26.442Z Downloaded parking_lot_core v0.9.12
11822026-04-06T23:52:26.446Z Downloaded log v0.4.29
11832026-04-06T23:52:26.449Z Downloaded progenitor v0.13.0
11842026-04-06T23:52:26.449Z Downloaded progenitor-extras v0.1.1
11852026-04-06T23:52:26.452Z Downloaded rand_core v0.10.0
11862026-04-06T23:52:26.452Z Downloaded serde-big-array v0.5.1
11872026-04-06T23:52:26.456Z Downloaded progenitor-client v0.13.0
11882026-04-06T23:52:26.456Z Downloaded progenitor v0.10.0
11892026-04-06T23:52:26.456Z Downloaded serde_plain v1.0.2
11902026-04-06T23:52:26.459Z Downloaded serde_spanned v0.6.9
11912026-04-06T23:52:26.459Z Downloaded pest_generator v2.8.6
11922026-04-06T23:52:26.463Z Downloaded semver v0.1.20
11932026-04-06T23:52:26.463Z Downloaded progenitor v0.11.2
11942026-04-06T23:52:26.463Z Downloaded pest_derive v2.8.6
11952026-04-06T23:52:26.467Z Downloaded resolv-conf v0.7.6
11962026-04-06T23:52:26.467Z Downloaded parking_lot v0.12.5
11972026-04-06T23:52:26.470Z Downloaded rand_core v0.9.5
11982026-04-06T23:52:26.471Z Downloaded chacha20poly1305 v0.10.1
11992026-04-06T23:52:26.475Z Downloaded const_format v0.2.35
12002026-04-06T23:52:26.479Z Downloaded serde_urlencoded v0.7.1
12012026-04-06T23:52:26.479Z Downloaded postcard v1.1.3
12022026-04-06T23:52:26.479Z Downloaded icu_normalizer_data v2.1.1
12032026-04-06T23:52:26.483Z Downloaded darling_core v0.23.0
12042026-04-06T23:52:26.486Z Downloaded num-traits v0.2.19
12052026-04-06T23:52:26.487Z Downloaded proc-macro-error2 v2.0.1
12062026-04-06T23:52:26.490Z Downloaded serde_spanned v1.1.0
12072026-04-06T23:52:26.490Z Downloaded paste v1.0.15
12082026-04-06T23:52:26.493Z Downloaded hickory-resolver v0.25.2
12092026-04-06T23:52:26.496Z Downloaded hashbrown v0.12.3
12102026-04-06T23:52:26.500Z Downloaded base64 v0.22.1
12112026-04-06T23:52:26.503Z Downloaded arc-swap v1.9.0
12122026-04-06T23:52:26.507Z Downloaded sha1 v0.10.6
12132026-04-06T23:52:26.507Z Downloaded siphasher v1.0.2
12142026-04-06T23:52:26.507Z Downloaded slog-bunyan v2.5.0
12152026-04-06T23:52:26.511Z Downloaded sigpipe v0.1.3
12162026-04-06T23:52:26.511Z Downloaded crypto-bigint v0.5.5
12172026-04-06T23:52:26.514Z Downloaded papergrid v0.11.0
12182026-04-06T23:52:26.517Z Downloaded crossbeam-channel v0.5.15
12192026-04-06T23:52:26.520Z Downloaded scroll v0.13.0
12202026-04-06T23:52:26.520Z Downloaded miniz_oxide v0.8.9
12212026-04-06T23:52:26.524Z Downloaded quote v1.0.45
12222026-04-06T23:52:26.527Z Downloaded quinn-udp v0.5.14
12232026-04-06T23:52:26.527Z Downloaded proc-macro-error v1.0.4
12242026-04-06T23:52:26.531Z Downloaded serde_repr v0.1.20
12252026-04-06T23:52:26.531Z Downloaded rusty-fork v0.3.1
12262026-04-06T23:52:26.534Z Downloaded structmeta v0.3.0
12272026-04-06T23:52:26.534Z Downloaded rustversion v1.0.22
12282026-04-06T23:52:26.537Z Downloaded papergrid v0.17.0
12292026-04-06T23:52:26.541Z Downloaded serde_tokenstream v0.2.3
12302026-04-06T23:52:26.541Z Downloaded icu_properties v2.1.2
12312026-04-06T23:52:26.545Z Downloaded parking_lot v0.11.2
12322026-04-06T23:52:26.545Z Downloaded hashbrown v0.15.5
12332026-04-06T23:52:26.549Z Downloaded semver v1.0.27
12342026-04-06T23:52:26.552Z Downloaded subtle v2.6.1
12352026-04-06T23:52:26.552Z Downloaded smawk v0.3.2
12362026-04-06T23:52:26.552Z Downloaded strum v0.26.3
12372026-04-06T23:52:26.552Z Downloaded expectorate v1.2.0
12382026-04-06T23:52:26.556Z Downloaded slog-envlogger v2.2.0
12392026-04-06T23:52:26.556Z Downloaded scroll v0.12.0
12402026-04-06T23:52:26.559Z Downloaded schemars_derive v0.8.22
12412026-04-06T23:52:26.559Z Downloaded rand_core v0.6.4
12422026-04-06T23:52:26.559Z Downloaded darling v0.21.3
12432026-04-06T23:52:26.563Z Downloaded rustls-pki-types v1.14.0
12442026-04-06T23:52:26.566Z Downloaded sha2 v0.10.9
12452026-04-06T23:52:26.566Z Downloaded tagptr v0.2.0
12462026-04-06T23:52:26.570Z Downloaded indicatif v0.18.4
12472026-04-06T23:52:26.573Z Downloaded termtree v0.5.1
12482026-04-06T23:52:26.573Z Downloaded pin-project v1.1.11
12492026-04-06T23:52:26.579Z Downloaded stable_deref_trait v1.2.1
12502026-04-06T23:52:26.582Z Downloaded spin v0.5.2
12512026-04-06T23:52:26.582Z Downloaded signal-hook-registry v1.4.8
12522026-04-06T23:52:26.582Z Downloaded serde_derive_internals v0.29.1
12532026-04-06T23:52:26.585Z Downloaded pin-project-internal v1.1.11
12542026-04-06T23:52:26.585Z Downloaded bytes v1.11.1
12552026-04-06T23:52:26.588Z Downloaded terminal_size v0.4.4
12562026-04-06T23:52:26.592Z Downloaded slog-term v2.9.2
12572026-04-06T23:52:26.593Z Downloaded slog-scope v4.4.1
12582026-04-06T23:52:26.593Z Downloaded slog-json v2.6.1
12592026-04-06T23:52:26.596Z Downloaded supports-color v3.0.2
12602026-04-06T23:52:26.596Z Downloaded thread-id v5.1.0
12612026-04-06T23:52:26.596Z Downloaded smartstring v1.0.1
12622026-04-06T23:52:26.600Z Downloaded minimal-lexical v0.2.1
12632026-04-06T23:52:26.603Z Downloaded jiff-static v0.2.23
12642026-04-06T23:52:26.603Z Downloaded cc v1.2.58
12652026-04-06T23:52:26.606Z Downloaded structmeta-derive v0.3.0
12662026-04-06T23:52:26.606Z Downloaded shlex v1.3.0
12672026-04-06T23:52:26.606Z Downloaded progenitor-impl v0.11.2
12682026-04-06T23:52:26.609Z Downloaded progenitor-impl v0.10.0
12692026-04-06T23:52:26.609Z Downloaded strsim v0.11.1
12702026-04-06T23:52:26.613Z Downloaded sync_wrapper v1.0.2
12712026-04-06T23:52:26.613Z Downloaded swrite v0.1.0
12722026-04-06T23:52:26.613Z Downloaded slog-dtrace v0.3.0
12732026-04-06T23:52:26.616Z Downloaded take_mut v0.2.2
12742026-04-06T23:52:26.616Z Downloaded tabwriter v1.4.1
12752026-04-06T23:52:26.616Z Downloaded tabled_derive v0.11.0
12762026-04-06T23:52:26.620Z Downloaded tabled_derive v0.7.0
12772026-04-06T23:52:26.620Z Downloaded slog-async v2.8.0
12782026-04-06T23:52:26.620Z Downloaded slab v0.4.12
12792026-04-06T23:52:26.621Z Downloaded simd-adler32 v0.3.9
12802026-04-06T23:52:26.624Z Downloaded indexmap v2.13.0
12812026-04-06T23:52:26.624Z Downloaded strum_macros v0.26.4
12822026-04-06T23:52:26.627Z Downloaded strum v0.27.2
12832026-04-06T23:52:26.627Z Downloaded rustls-pemfile v2.2.0
12842026-04-06T23:52:26.627Z Downloaded rustls-native-certs v0.8.3
12852026-04-06T23:52:26.631Z Downloaded proc-macro2 v1.0.106
12862026-04-06T23:52:26.634Z Downloaded progenitor-impl v0.13.0
12872026-04-06T23:52:26.634Z Downloaded thiserror-impl-no-std v2.0.2
12882026-04-06T23:52:26.634Z Downloaded smf v0.2.3
12892026-04-06T23:52:26.638Z Downloaded slog-stdlog v4.1.1
12902026-04-06T23:52:26.638Z Downloaded base64 v0.21.7
12912026-04-06T23:52:26.641Z Downloaded strum_macros v0.27.2
12922026-04-06T23:52:26.642Z Downloaded tinyvec_macros v0.1.1
12932026-04-06T23:52:26.642Z Downloaded time-core v0.1.8
12942026-04-06T23:52:26.685Z Downloaded cancel-safe-futures v0.1.5
12952026-04-06T23:52:26.685Z Downloaded libsw v3.5.0
12962026-04-06T23:52:26.685Z Downloaded ipnetwork v0.21.1
12972026-04-06T23:52:26.685Z Downloaded lock_api v0.4.14
12982026-04-06T23:52:26.685Z Downloaded const_format_proc_macros v0.2.34
12992026-04-06T23:52:26.685Z Downloaded async-compression v0.4.41
13002026-04-06T23:52:26.686Z Downloaded pest_meta v2.8.6
13012026-04-06T23:52:26.686Z Downloaded http v1.4.0
13022026-04-06T23:52:26.686Z Downloaded crossbeam-deque v0.8.6
13032026-04-06T23:52:26.686Z Downloaded static_assertions v1.1.0
13042026-04-06T23:52:26.686Z Downloaded smallvec v1.15.1
13052026-04-06T23:52:26.686Z Downloaded hyper-util v0.1.20
13062026-04-06T23:52:26.686Z Downloaded tower-service v0.3.3
13072026-04-06T23:52:26.686Z Downloaded thread-id v4.2.2
13082026-04-06T23:52:26.686Z Downloaded try-lock v0.2.5
13092026-04-06T23:52:26.686Z Downloaded toml_datetime v0.6.11
13102026-04-06T23:52:26.686Z Downloaded typeid v1.0.3
13112026-04-06T23:52:26.686Z Downloaded thiserror-no-std v2.0.2
13122026-04-06T23:52:26.686Z Downloaded thiserror v1.0.69
13132026-04-06T23:52:26.686Z Downloaded synstructure v0.13.2
13142026-04-06T23:52:26.686Z Downloaded rhai_codegen v3.1.0
13152026-04-06T23:52:26.687Z Downloaded dropshot-api-manager v0.7.0
13162026-04-06T23:52:26.690Z Downloaded serde_core v1.0.228
13172026-04-06T23:52:26.690Z Downloaded serde_with_macros v3.18.0
13182026-04-06T23:52:26.690Z Downloaded rustls-platform-verifier v0.6.2
13192026-04-06T23:52:26.690Z Downloaded tinystr v0.8.2
13202026-04-06T23:52:26.693Z Downloaded toml_write v0.1.2
13212026-04-06T23:52:26.694Z Downloaded testing_table v0.3.0
13222026-04-06T23:52:26.694Z Downloaded bytecount v0.6.9
13232026-04-06T23:52:26.697Z Downloaded autocfg v1.5.0
13242026-04-06T23:52:26.697Z Downloaded anstyle v1.0.14
13252026-04-06T23:52:26.697Z Downloaded csv-core v0.1.13
13262026-04-06T23:52:26.701Z Downloaded tower-layer v0.3.3
13272026-04-06T23:52:26.701Z Downloaded derive-ex v0.1.8
13282026-04-06T23:52:26.701Z Downloaded deranged v0.5.8
13292026-04-06T23:52:26.704Z Downloaded memchr v2.8.0
13302026-04-06T23:52:26.704Z Downloaded thiserror-impl v2.0.18
13312026-04-06T23:52:26.709Z Downloaded unicode-linebreak v0.1.5
13322026-04-06T23:52:26.709Z Downloaded universal-hash v0.5.1
13332026-04-06T23:52:26.709Z Downloaded unit-prefix v0.5.2
13342026-04-06T23:52:26.712Z Downloaded unicode-xid v0.2.6
13352026-04-06T23:52:26.712Z Downloaded ryu v1.0.23
13362026-04-06T23:52:26.712Z Downloaded typify-macro v0.4.3
13372026-04-06T23:52:26.712Z Downloaded unarray v0.1.4
13382026-04-06T23:52:26.712Z Downloaded typify-macro v0.6.1
13392026-04-06T23:52:26.716Z Downloaded time-macros v0.2.27
13402026-04-06T23:52:26.716Z Downloaded serde_path_to_error v0.1.20
13412026-04-06T23:52:26.716Z Downloaded tiny-keccak v2.0.2
13422026-04-06T23:52:26.719Z Downloaded serde_yaml v0.9.34+deprecated
13432026-04-06T23:52:26.719Z Downloaded icu_collections v2.1.1
13442026-04-06T23:52:26.722Z Downloaded tokio-tungstenite v0.21.0
13452026-04-06T23:52:26.726Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13462026-04-06T23:52:26.726Z Downloaded snafu-derive v0.8.9
13472026-04-06T23:52:26.729Z Downloaded tempfile v3.27.0
13482026-04-06T23:52:26.729Z Downloaded toml_datetime v1.1.0+spec-1.1.0
13492026-04-06T23:52:26.729Z Downloaded prettyplease v0.2.37
13502026-04-06T23:52:26.733Z Downloaded usdt-attr-macro v0.5.0
13512026-04-06T23:52:26.733Z Downloaded usdt-attr-macro v0.6.0
13522026-04-06T23:52:26.733Z Downloaded usdt v0.6.0
13532026-04-06T23:52:26.736Z Downloaded usdt v0.5.0
13542026-04-06T23:52:26.736Z Downloaded untrusted v0.9.0
13552026-04-06T23:52:26.736Z Downloaded spin v0.9.8
13562026-04-06T23:52:26.736Z Downloaded thiserror-impl v1.0.69
13572026-04-06T23:52:26.740Z Downloaded tokio-macros v2.6.1
13582026-04-06T23:52:26.740Z Downloaded thiserror v2.0.18
13592026-04-06T23:52:26.743Z Downloaded tokio-dtrace v0.1.1
13602026-04-06T23:52:26.743Z Downloaded bcs v0.1.6
13612026-04-06T23:52:26.747Z Downloaded darling v0.23.0
13622026-04-06T23:52:26.750Z Downloaded thin-vec v0.2.14
13632026-04-06T23:52:26.750Z Downloaded term v1.2.1
13642026-04-06T23:52:26.751Z Downloaded utf-8 v0.7.6
13652026-04-06T23:52:26.754Z Downloaded usdt-macro v0.6.0
13662026-04-06T23:52:26.754Z Downloaded wait-timeout v0.2.1
13672026-04-06T23:52:26.754Z Downloaded utf8_iter v1.0.4
13682026-04-06T23:52:26.754Z Downloaded utf8parse v0.2.2
13692026-04-06T23:52:26.755Z Downloaded quinn v0.11.9
13702026-04-06T23:52:26.758Z Downloaded similar v2.7.0
13712026-04-06T23:52:26.761Z Downloaded rand v0.8.5
13722026-04-06T23:52:26.762Z Downloaded hashbrown v0.16.1
13732026-04-06T23:52:26.765Z Downloaded rayon-core v1.13.0
13742026-04-06T23:52:26.768Z Downloaded schemars v0.9.0
13752026-04-06T23:52:26.775Z Downloaded toml_writer v1.1.0+spec-1.1.0
13762026-04-06T23:52:26.779Z Downloaded serde_derive v1.0.228
13772026-04-06T23:52:26.779Z Downloaded nom v7.1.3
13782026-04-06T23:52:26.782Z Downloaded usdt-macro v0.5.0
13792026-04-06T23:52:26.782Z Downloaded schemars v0.8.22
13802026-04-06T23:52:26.787Z Downloaded zerofrom v0.1.6
13812026-04-06T23:52:26.791Z Downloaded yoke-derive v0.8.1
13822026-04-06T23:52:26.791Z Downloaded qorb v0.4.1
13832026-04-06T23:52:26.794Z Downloaded zerofrom-derive v0.1.6
13842026-04-06T23:52:26.794Z Downloaded tokio-rustls v0.26.4
13852026-04-06T23:52:26.794Z Downloaded want v0.3.1
13862026-04-06T23:52:26.795Z Downloaded waitgroup v0.1.2
13872026-04-06T23:52:26.798Z Downloaded mio v1.2.0
13882026-04-06T23:52:26.798Z Downloaded openssl-sys v0.9.112
13892026-04-06T23:52:26.803Z Downloaded slog v2.8.2
13902026-04-06T23:52:26.807Z Downloaded toml v0.8.23
13912026-04-06T23:52:26.807Z Downloaded untrusted v0.7.1
13922026-04-06T23:52:26.807Z Downloaded socket2 v0.6.3
13932026-04-06T23:52:26.810Z Downloaded itoa v1.0.18
13942026-04-06T23:52:26.810Z Downloaded highway v1.3.0
13952026-04-06T23:52:26.810Z Downloaded defmt v1.0.1
13962026-04-06T23:52:26.813Z Downloaded zeroize_derive v1.4.3
13972026-04-06T23:52:26.814Z Downloaded usdt-impl v0.5.0
13982026-04-06T23:52:26.814Z Downloaded rustls-webpki v0.103.10
13992026-04-06T23:52:26.817Z Downloaded tokio-rustls v0.25.0
14002026-04-06T23:52:26.817Z Downloaded bitflags v1.3.2
14012026-04-06T23:52:26.820Z Downloaded argon2 v0.5.3
14022026-04-06T23:52:26.820Z Downloaded libscf-sys v1.1.0
14032026-04-06T23:52:26.823Z Downloaded compression-codecs v0.4.37
14042026-04-06T23:52:26.823Z Downloaded vsss-rs v3.3.4
14052026-04-06T23:52:26.827Z Downloaded tokio-stream v0.1.18
14062026-04-06T23:52:26.827Z Downloaded zone v0.3.1
14072026-04-06T23:52:26.831Z Downloaded version_check v0.9.5
14082026-04-06T23:52:26.831Z Downloaded base64ct v1.8.3
14092026-04-06T23:52:26.831Z Downloaded camino-tempfile v1.4.1
14102026-04-06T23:52:26.831Z Downloaded is_terminal_polyfill v1.70.2
14112026-04-06T23:52:26.837Z Downloaded tinyvec v1.11.0
14122026-04-06T23:52:26.837Z Downloaded zone_cfg_derive v0.3.1
14132026-04-06T23:52:26.837Z Downloaded snafu v0.8.9
14142026-04-06T23:52:26.840Z Downloaded whoami v1.6.1
14152026-04-06T23:52:26.840Z Downloaded serde v1.0.228
14162026-04-06T23:52:26.843Z Downloaded is_ci v1.2.0
14172026-04-06T23:52:26.843Z Downloaded cpufeatures v0.3.0
14182026-04-06T23:52:26.843Z Downloaded iddqd v0.3.17
14192026-04-06T23:52:26.846Z Downloaded xz2 v0.1.7
14202026-04-06T23:52:26.850Z Downloaded anstream v1.0.0
14212026-04-06T23:52:26.850Z Downloaded idna_adapter v1.2.1
14222026-04-06T23:52:26.850Z Downloaded fs-err v3.3.0
14232026-04-06T23:52:26.854Z Downloaded zeroize v1.8.2
14242026-04-06T23:52:26.854Z Downloaded test-strategy v0.4.5
14252026-04-06T23:52:26.857Z Downloaded usdt-impl v0.6.0
14262026-04-06T23:52:26.857Z Downloaded tracing-attributes v0.1.31
14272026-04-06T23:52:26.857Z Downloaded toml_parser v1.1.0+spec-1.1.0
14282026-04-06T23:52:26.862Z Downloaded thread_local v1.1.9
14292026-04-06T23:52:26.862Z Downloaded rand v0.9.2
14302026-04-06T23:52:26.862Z Downloaded walkdir v2.5.0
14312026-04-06T23:52:26.865Z Downloaded hubpack v0.1.2
14322026-04-06T23:52:26.866Z Downloaded fs_extra v1.3.0
14332026-04-06T23:52:26.866Z Downloaded async-recursion v1.1.1
14342026-04-06T23:52:26.869Z Downloaded clap_lex v1.1.0
14352026-04-06T23:52:26.869Z Downloaded toml v0.9.12+spec-1.1.0
14362026-04-06T23:52:26.873Z Downloaded foreign-types-macros v0.2.3
14372026-04-06T23:52:26.873Z Downloaded fnv v1.0.7
14382026-04-06T23:52:26.873Z Downloaded futures-macro v0.3.32
14392026-04-06T23:52:26.873Z Downloaded errno v0.3.14
14402026-04-06T23:52:26.873Z Downloaded zmij v1.0.21
14412026-04-06T23:52:26.877Z Downloaded h2 v0.4.13
14422026-04-06T23:52:26.880Z Downloaded schemars v1.2.1
14432026-04-06T23:52:26.886Z Downloaded writeable v0.6.2
14442026-04-06T23:52:26.890Z Downloaded ucd-trie v0.1.7
14452026-04-06T23:52:26.890Z Downloaded toml v1.1.0+spec-1.1.0
14462026-04-06T23:52:26.893Z Downloaded tracing-core v0.1.36
14472026-04-06T23:52:26.893Z Downloaded tungstenite v0.21.0
14482026-04-06T23:52:26.896Z Downloaded idna v1.1.0
14492026-04-06T23:52:26.896Z Downloaded yoke v0.8.1
14502026-04-06T23:52:26.899Z Downloaded steno v0.4.1
14512026-04-06T23:52:26.903Z Downloaded nom v8.0.0
14522026-04-06T23:52:26.903Z Downloaded zerovec-derive v0.11.2
14532026-04-06T23:52:26.908Z Downloaded zerocopy-derive v0.7.35
14542026-04-06T23:52:26.912Z Downloaded unicode-ident v1.0.24
14552026-04-06T23:52:26.912Z Downloaded textwrap v0.16.2
14562026-04-06T23:52:26.912Z Downloaded crunchy v0.2.4
14572026-04-06T23:52:26.912Z Downloaded cfg_aliases v0.2.1
14582026-04-06T23:52:26.912Z Downloaded base16ct v0.2.0
14592026-04-06T23:52:26.912Z Downloaded embedded-io v0.6.1
14602026-04-06T23:52:26.917Z Downloaded dtrace-parser v0.2.0
14612026-04-06T23:52:26.917Z Downloaded aead v0.5.2
14622026-04-06T23:52:26.917Z Downloaded hkdf v0.12.4
14632026-04-06T23:52:26.917Z Downloaded libm v0.2.16
14642026-04-06T23:52:26.921Z Downloaded toml_edit v0.22.27
14652026-04-06T23:52:26.925Z Downloaded toml_edit v0.25.8+spec-1.1.0
14662026-04-06T23:52:26.930Z Downloaded bstr v1.12.1
14672026-04-06T23:52:26.934Z Downloaded colored v3.1.1
14682026-04-06T23:52:26.934Z Downloaded pest v2.8.6
14692026-04-06T23:52:26.937Z Downloaded clap_derive v4.6.0
14702026-04-06T23:52:26.937Z Downloaded atomic-waker v1.1.2
14712026-04-06T23:52:26.941Z Downloaded drift v0.1.3
14722026-04-06T23:52:26.941Z Downloaded clap v4.6.0
14732026-04-06T23:52:26.947Z Downloaded typify v0.6.1
14742026-04-06T23:52:26.950Z Downloaded unsafe-libyaml v0.2.11
14752026-04-06T23:52:26.950Z Downloaded typify v0.4.3
14762026-04-06T23:52:26.953Z Downloaded dtrace-parser v0.3.0
14772026-04-06T23:52:26.957Z Downloaded iri-string v0.7.12
14782026-04-06T23:52:26.970Z Downloaded futures-util v0.3.32
14792026-04-06T23:52:26.977Z Downloaded typenum v1.19.0
14802026-04-06T23:52:26.980Z Downloaded rand v0.10.0
14812026-04-06T23:52:26.984Z Downloaded hyper v1.9.0
14822026-04-06T23:52:26.989Z Downloaded itertools v0.14.0
14832026-04-06T23:52:26.993Z Downloaded itertools v0.12.1
14842026-04-06T23:52:26.997Z Downloaded goblin v0.8.2
14852026-04-06T23:52:27.000Z Downloaded toml_edit v0.19.15
14862026-04-06T23:52:27.011Z Downloaded uuid v1.23.0
14872026-04-06T23:52:27.014Z Downloaded ron v0.12.1
14882026-04-06T23:52:27.017Z Downloaded clap_builder v4.6.0
14892026-04-06T23:52:27.021Z Downloaded zerotrie v0.2.3
14902026-04-06T23:52:27.026Z Downloaded zerocopy-derive v0.8.48
14912026-04-06T23:52:27.030Z Downloaded icu_properties_data v2.1.2
14922026-04-06T23:52:27.039Z Downloaded typed-path v0.9.3
14932026-04-06T23:52:27.043Z Downloaded rayon v1.11.0
14942026-04-06T23:52:27.049Z Downloaded url v2.5.8
14952026-04-06T23:52:27.052Z Downloaded aho-corasick v1.1.4
14962026-04-06T23:52:27.090Z Downloaded tokio-util v0.7.18
14972026-04-06T23:52:27.094Z Downloaded regex v1.12.3
14982026-04-06T23:52:27.098Z Downloaded unicode-normalization v0.1.25
14992026-04-06T23:52:27.098Z Downloaded tower-http v0.6.8
15002026-04-06T23:52:27.102Z Downloaded reqwest v0.13.2
15012026-04-06T23:52:27.105Z Downloaded goblin v0.10.5
15022026-04-06T23:52:27.110Z Downloaded tough v0.20.0
15032026-04-06T23:52:27.121Z Downloaded rustls-webpki v0.102.8
15042026-04-06T23:52:27.125Z Downloaded serde_json v1.0.149
15052026-04-06T23:52:27.131Z Downloaded reqwest v0.12.28
15062026-04-06T23:52:27.135Z Downloaded aws-lc-rs v1.16.2
15072026-04-06T23:52:27.139Z Downloaded proptest v1.11.0
15082026-04-06T23:52:27.158Z Downloaded zerocopy v0.7.35
15092026-04-06T23:52:27.168Z Downloaded quinn-proto v0.11.14
15102026-04-06T23:52:27.171Z Downloaded tower v0.5.3
15112026-04-06T23:52:27.177Z Downloaded portable-atomic v1.13.1
15122026-04-06T23:52:27.208Z Downloaded unicode-segmentation v1.13.2
15132026-04-06T23:52:27.212Z Downloaded time v0.3.47
15142026-04-06T23:52:27.217Z Downloaded moka v0.12.15
15152026-04-06T23:52:27.225Z Downloaded zerovec v0.11.5
15162026-04-06T23:52:27.225Z Downloaded chrono v0.4.44
15172026-04-06T23:52:27.231Z Downloaded serde_with v3.18.0
15182026-04-06T23:52:27.238Z Downloaded syn v1.0.109
15192026-04-06T23:52:27.263Z Downloaded dropshot v0.17.0
15202026-04-06T23:52:27.274Z Downloaded hickory-proto v0.24.4
15212026-04-06T23:52:27.282Z Downloaded dropshot v0.16.7
15222026-04-06T23:52:27.295Z Downloaded syn v2.0.117
15232026-04-06T23:52:27.301Z Downloaded rhai v1.24.0
15242026-04-06T23:52:27.310Z Downloaded unicode-width v0.2.2
15252026-04-06T23:52:27.314Z Downloaded hickory-proto v0.25.2
15262026-04-06T23:52:27.325Z Downloaded tabled v0.15.0
15272026-04-06T23:52:27.331Z Downloaded winnow v0.5.40
15282026-04-06T23:52:27.336Z Downloaded curve25519-dalek v4.1.3
15292026-04-06T23:52:27.340Z Downloaded rustls v0.23.37
15302026-04-06T23:52:27.347Z Downloaded winnow v0.7.15
15312026-04-06T23:52:27.354Z Downloaded tabled v0.20.0
15322026-04-06T23:52:27.362Z Downloaded winnow v1.0.1
15332026-04-06T23:52:27.368Z Downloaded openssl v0.10.76
15342026-04-06T23:52:27.374Z Downloaded regex-syntax v0.8.10
15352026-04-06T23:52:27.400Z Downloaded typify-impl v0.6.1
15362026-04-06T23:52:27.406Z Downloaded vcpkg v0.2.15
15372026-04-06T23:52:27.428Z Downloaded webpki-roots v1.0.6
15382026-04-06T23:52:27.432Z Downloaded typify-impl v0.4.3
15392026-04-06T23:52:27.437Z Downloaded smoltcp v0.11.0
15402026-04-06T23:52:27.444Z Downloaded tracing v0.1.44
15412026-04-06T23:52:27.454Z Downloaded unicode-width v0.1.14
15422026-04-06T23:52:27.457Z Downloaded nix v0.31.2
15432026-04-06T23:52:27.463Z Downloaded rustls v0.22.4
15442026-04-06T23:52:27.470Z Downloaded sled v0.34.7
15452026-04-06T23:52:27.476Z Downloaded zerocopy v0.8.48
15462026-04-06T23:52:27.486Z Downloaded openapiv3 v2.2.0
15472026-04-06T23:52:27.492Z Downloaded regex-automata v0.4.14
15482026-04-06T23:52:27.499Z Downloaded rustix v0.38.44
15492026-04-06T23:52:27.511Z Downloaded regress v0.10.5
15502026-04-06T23:52:27.524Z Downloaded rustix v1.1.4
15512026-04-06T23:52:27.536Z Downloaded libc v0.2.184
15522026-04-06T23:52:27.556Z Downloaded petgraph v0.8.3
15532026-04-06T23:52:27.591Z Downloaded tokio v1.50.0
15542026-04-06T23:52:27.622Z Downloaded encoding_rs v0.8.35
15552026-04-06T23:52:27.702Z Downloaded petgraph v0.6.5
15562026-04-06T23:52:27.721Z Downloaded jiff v0.2.23
15572026-04-06T23:52:27.731Z Downloaded lzma-sys v0.1.20
15582026-04-06T23:52:27.748Z Downloaded chrono-tz v0.10.4
15592026-04-06T23:52:27.761Z Downloaded csv v1.4.0
15602026-04-06T23:52:27.783Z Downloaded sha3 v0.10.8
15612026-04-06T23:52:27.860Z Downloaded ring v0.17.14
15622026-04-06T23:52:28.499Z Downloaded aws-lc-sys v0.39.1
15632026-04-06T23:52:28.853Z Compiling proc-macro2 v1.0.106
15642026-04-06T23:52:28.853Z Compiling quote v1.0.45
15652026-04-06T23:52:28.853Z Compiling unicode-ident v1.0.24
15662026-04-06T23:52:28.857Z Compiling serde_core v1.0.228
15672026-04-06T23:52:28.857Z Compiling serde v1.0.228
15682026-04-06T23:52:28.857Z Compiling libc v0.2.184
15692026-04-06T23:52:28.857Z Compiling cfg-if v1.0.4
15702026-04-06T23:52:29.158Z Compiling zmij v1.0.21
15712026-04-06T23:52:29.174Z Compiling autocfg v1.5.0
15722026-04-06T23:52:29.529Z Compiling memchr v2.8.0
15732026-04-06T23:52:29.590Z Compiling libm v0.2.16
15742026-04-06T23:52:29.916Z Compiling version_check v0.9.5
15752026-04-06T23:52:29.997Z Compiling itoa v1.0.18
15762026-04-06T23:52:30.273Z Compiling icu_properties_data v2.1.2
15772026-04-06T23:52:30.296Z Compiling icu_normalizer_data v2.1.1
15782026-04-06T23:52:30.318Z Compiling stable_deref_trait v1.2.1
15792026-04-06T23:52:30.481Z Compiling syn v2.0.117
15802026-04-06T23:52:30.513Z Compiling serde_json v1.0.149
15812026-04-06T23:52:30.558Z Compiling thiserror v2.0.18
15822026-04-06T23:52:30.755Z Compiling parking_lot_core v0.9.12
15832026-04-06T23:52:30.808Z Compiling num-traits v0.2.19
15842026-04-06T23:52:30.823Z Compiling litemap v0.8.1
15852026-04-06T23:52:30.884Z Compiling writeable v0.6.2
15862026-04-06T23:52:31.079Z Compiling percent-encoding v2.3.2
15872026-04-06T23:52:31.212Z Compiling getrandom v0.4.2
15882026-04-06T23:52:31.228Z Compiling rand_core v0.10.0
15892026-04-06T23:52:31.246Z Compiling form_urlencoded v1.2.2
15902026-04-06T23:52:31.382Z Compiling jobserver v0.1.34
15912026-04-06T23:52:31.401Z Compiling find-msvc-tools v0.1.9
15922026-04-06T23:52:31.512Z Compiling shlex v1.3.0
15932026-04-06T23:52:31.598Z Compiling utf8_iter v1.0.4
15942026-04-06T23:52:31.701Z Compiling cc v1.2.58
15952026-04-06T23:52:31.718Z Compiling heck v0.5.0
15962026-04-06T23:52:31.779Z Compiling zerocopy v0.8.48
15972026-04-06T23:52:31.857Z Compiling errno v0.3.14
15982026-04-06T23:52:32.257Z Compiling iana-time-zone v0.1.65
15992026-04-06T23:52:32.293Z Compiling uuid v1.23.0
16002026-04-06T23:52:32.501Z Compiling getrandom v0.2.17
16012026-04-06T23:52:32.588Z Compiling rustversion v1.0.22
16022026-04-06T23:52:32.728Z Compiling pin-project-lite v0.2.17
16032026-04-06T23:52:32.754Z Compiling semver v1.0.27
16042026-04-06T23:52:32.842Z Compiling schemars v0.8.22
16052026-04-06T23:52:32.895Z Compiling dyn-clone v1.0.20
16062026-04-06T23:52:32.974Z Compiling scopeguard v1.2.0
16072026-04-06T23:52:33.106Z Compiling lock_api v0.4.14
16082026-04-06T23:52:33.149Z Compiling socket2 v0.6.3
16092026-04-06T23:52:33.220Z Compiling bitflags v2.11.0
16102026-04-06T23:52:33.249Z Compiling signal-hook-registry v1.4.8
16112026-04-06T23:52:33.355Z Compiling synstructure v0.13.2
16122026-04-06T23:52:33.402Z Compiling serde_derive_internals v0.29.1
16132026-04-06T23:52:33.558Z Compiling mio v1.2.0
16142026-04-06T23:52:33.714Z Compiling portable-atomic v1.13.1
16152026-04-06T23:52:33.874Z Compiling log v0.4.29
16162026-04-06T23:52:33.928Z Compiling typenum v1.19.0
16172026-04-06T23:52:34.040Z Compiling subtle v2.6.1
16182026-04-06T23:52:34.068Z Compiling critical-section v1.2.0
16192026-04-06T23:52:34.201Z Compiling equivalent v1.0.2
16202026-04-06T23:52:34.204Z Compiling futures-core v0.3.32
16212026-04-06T23:52:34.234Z Compiling foldhash v0.2.0
16222026-04-06T23:52:34.237Z Compiling allocator-api2 v0.2.21
16232026-04-06T23:52:34.281Z Compiling ring v0.17.14
16242026-04-06T23:52:34.314Z Compiling cmake v0.1.58
16252026-04-06T23:52:34.377Z Compiling dunce v1.0.5
16262026-04-06T23:52:34.433Z Compiling fs_extra v1.3.0
16272026-04-06T23:52:34.479Z Compiling httparse v1.10.1
16282026-04-06T23:52:34.558Z Compiling serde_derive v1.0.228
16292026-04-06T23:52:34.576Z Compiling zerofrom-derive v0.1.6
16302026-04-06T23:52:34.607Z Compiling yoke-derive v0.8.1
16312026-04-06T23:52:34.662Z Compiling zerovec-derive v0.11.2
16322026-04-06T23:52:34.691Z Compiling displaydoc v0.2.5
16332026-04-06T23:52:34.826Z Compiling schemars_derive v0.8.22
16342026-04-06T23:52:34.843Z Compiling thiserror-impl v2.0.18
16352026-04-06T23:52:34.980Z Compiling tokio-macros v2.6.1
16362026-04-06T23:52:35.445Z Compiling zerocopy-derive v0.8.48
16372026-04-06T23:52:35.605Z Compiling zeroize_derive v1.4.3
16382026-04-06T23:52:35.749Z Compiling futures-macro v0.3.32
16392026-04-06T23:52:35.766Z Compiling once_cell v1.21.4
16402026-04-06T23:52:35.784Z Compiling zerofrom v0.1.6
16412026-04-06T23:52:35.917Z Compiling yoke v0.8.1
16422026-04-06T23:52:36.016Z Compiling hashbrown v0.16.1
16432026-04-06T23:52:36.029Z Compiling aws-lc-sys v0.39.1
16442026-04-06T23:52:36.117Z Compiling zerovec v0.11.5
16452026-04-06T23:52:36.196Z Compiling zerotrie v0.2.3
16462026-04-06T23:52:36.274Z Compiling zeroize v1.8.2
16472026-04-06T23:52:36.635Z Compiling futures-sink v0.3.32
16482026-04-06T23:52:36.652Z Compiling tinystr v0.8.2
16492026-04-06T23:52:36.697Z Compiling potential_utf v0.1.4
16502026-04-06T23:52:36.748Z Compiling rand_core v0.6.4
16512026-04-06T23:52:36.839Z Compiling icu_locale_core v2.1.1
16522026-04-06T23:52:36.857Z Compiling icu_collections v2.1.1
16532026-04-06T23:52:36.873Z Compiling slab v0.4.12
16542026-04-06T23:52:36.906Z Compiling ucd-trie v0.1.7
16552026-04-06T23:52:36.992Z Compiling rustix v1.1.4
16562026-04-06T23:52:37.089Z Compiling thiserror v1.0.69
16572026-04-06T23:52:37.127Z Compiling pest v2.8.6
16582026-04-06T23:52:37.407Z Compiling futures-channel v0.3.32
16592026-04-06T23:52:37.578Z Compiling icu_provider v2.1.1
16602026-04-06T23:52:37.665Z Compiling thiserror-impl v1.0.69
16612026-04-06T23:52:37.699Z Compiling futures-io v0.3.32
16622026-04-06T23:52:37.843Z Compiling smallvec v1.15.1
16632026-04-06T23:52:37.862Z Compiling bytes v1.11.1
16642026-04-06T23:52:37.898Z Compiling icu_properties v2.1.2
16652026-04-06T23:52:37.987Z Compiling chrono v0.4.44
16662026-04-06T23:52:38.121Z Compiling icu_normalizer v2.1.1
16672026-04-06T23:52:38.725Z Compiling parking_lot v0.12.5
16682026-04-06T23:52:38.761Z Compiling idna_adapter v1.2.1
16692026-04-06T23:52:38.831Z Compiling serde_tokenstream v0.2.3
16702026-04-06T23:52:38.908Z Compiling idna v1.1.0
16712026-04-06T23:52:39.183Z Compiling tokio v1.50.0
16722026-04-06T23:52:39.296Z Compiling url v2.5.8
16732026-04-06T23:52:40.094Z Compiling pest_meta v2.8.6
16742026-04-06T23:52:40.100Z Compiling futures-task v0.3.32
16752026-04-06T23:52:40.101Z Compiling futures-util v0.3.32
16762026-04-06T23:52:40.138Z Compiling pest_generator v2.8.6
16772026-04-06T23:52:40.759Z Compiling generic-array v0.14.7
16782026-04-06T23:52:40.778Z Compiling pest_derive v2.8.6
16792026-04-06T23:52:40.978Z Compiling regex-syntax v0.8.10
16802026-04-06T23:52:40.992Z Compiling getrandom v0.3.4
16812026-04-06T23:52:41.341Z Compiling strsim v0.11.1
16822026-04-06T23:52:41.476Z Compiling indexmap v2.13.0
16832026-04-06T23:52:41.640Z Compiling tracing-core v0.1.36
16842026-04-06T23:52:41.786Z Compiling tracing-attributes v0.1.31
16852026-04-06T23:52:42.323Z Compiling aho-corasick v1.1.4
16862026-04-06T23:52:42.460Z Compiling byteorder v1.5.0
16872026-04-06T23:52:42.989Z Compiling tracing v0.1.44
16882026-04-06T23:52:43.008Z Compiling ident_case v1.0.1
16892026-04-06T23:52:43.131Z Compiling regex-automata v0.4.14
16902026-04-06T23:52:43.317Z Compiling fnv v1.0.7
16912026-04-06T23:52:43.425Z Compiling ipnetwork v0.21.1
16922026-04-06T23:52:43.587Z Compiling rustls-pki-types v1.14.0
16932026-04-06T23:52:43.964Z Compiling slog v2.8.2
16942026-04-06T23:52:44.196Z Compiling paste v1.0.15
16952026-04-06T23:52:44.368Z Compiling base64 v0.22.1
16962026-04-06T23:52:44.873Z Compiling regex v1.12.3
16972026-04-06T23:52:45.038Z Compiling http v1.4.0
16982026-04-06T23:52:45.287Z Compiling erased-serde v0.3.31
16992026-04-06T23:52:45.304Z Compiling anyhow v1.0.102
17002026-04-06T23:52:45.344Z Compiling omicron-workspace-hack v0.1.0
17012026-04-06T23:52:45.686Z Compiling crypto-common v0.1.7
17022026-04-06T23:52:46.106Z Compiling untrusted v0.9.0
17032026-04-06T23:52:46.162Z Compiling scroll_derive v0.13.1
17042026-04-06T23:52:46.243Z Compiling num-conv v0.2.1
17052026-04-06T23:52:46.395Z Compiling time-core v0.1.8
17062026-04-06T23:52:46.543Z Compiling time-macros v0.2.27
17072026-04-06T23:52:46.581Z Compiling ipnet v2.12.0
17082026-04-06T23:52:46.800Z Compiling tokio-util v0.7.18
17092026-04-06T23:52:46.965Z Compiling http-body v1.0.1
17102026-04-06T23:52:47.132Z Compiling ppv-lite86 v0.2.21
17112026-04-06T23:52:47.501Z Compiling daft-derive v0.1.5
17122026-04-06T23:52:47.533Z Compiling async-trait v0.1.89
17132026-04-06T23:52:47.732Z Compiling camino v1.2.2
17142026-04-06T23:52:47.820Z Compiling atomic-waker v1.1.2
17152026-04-06T23:52:47.902Z Compiling syn v1.0.109
17162026-04-06T23:52:48.228Z Compiling oxnet v0.1.4
17172026-04-06T23:52:48.487Z Compiling crossbeam-utils v0.8.21
17182026-04-06T23:52:48.634Z Compiling tower-service v0.3.3
17192026-04-06T23:52:48.741Z Compiling usdt-impl v0.6.0
17202026-04-06T23:52:48.788Z Compiling try-lock v0.2.5
17212026-04-06T23:52:48.905Z Compiling pretty-hex v0.4.2
17222026-04-06T23:52:49.030Z Compiling tower-layer v0.3.3
17232026-04-06T23:52:49.049Z Compiling ryu v1.0.23
17242026-04-06T23:52:49.227Z Compiling want v0.3.1
17252026-04-06T23:52:49.448Z Compiling h2 v0.4.13
17262026-04-06T23:52:49.725Z Compiling scroll v0.13.0
17272026-04-06T23:52:50.339Z Compiling block-buffer v0.10.4
17282026-04-06T23:52:50.505Z Compiling plain v0.2.3
17292026-04-06T23:52:50.750Z Compiling httpdate v1.0.3
17302026-04-06T23:52:51.121Z Compiling aws-lc-rs v1.16.2
17312026-04-06T23:52:51.157Z Compiling goblin v0.10.5
17322026-04-06T23:52:51.419Z Compiling digest v0.10.7
17332026-04-06T23:52:52.209Z Compiling hyper v1.9.0
17342026-04-06T23:52:52.604Z Compiling slog-async v2.8.0
17352026-04-06T23:52:52.665Z Compiling dtrace-parser v0.3.0
17362026-04-06T23:52:52.889Z Compiling thread-id v5.1.0
17372026-04-06T23:52:52.976Z Compiling untrusted v0.7.1
17382026-04-06T23:52:53.107Z Compiling ref-cast v1.0.25
17392026-04-06T23:52:53.776Z Compiling dof v0.4.0
17402026-04-06T23:52:54.794Z Compiling hyper-util v0.1.20
17412026-04-06T23:52:55.033Z Compiling serde_urlencoded v0.7.1
17422026-04-06T23:52:55.069Z Compiling http-body-util v0.1.3
17432026-04-06T23:52:55.208Z Compiling rustls v0.23.37
17442026-04-06T23:52:55.338Z Compiling rustls v0.22.4
17452026-04-06T23:52:55.404Z Compiling rand_core v0.9.5
17462026-04-06T23:52:55.576Z Compiling ref-cast-impl v1.0.25
17472026-04-06T23:52:55.862Z Compiling usdt-attr-macro v0.6.0
17482026-04-06T23:52:56.162Z Compiling usdt-macro v0.6.0
17492026-04-06T23:52:56.213Z Compiling structmeta-derive v0.3.0
17502026-04-06T23:52:56.324Z Compiling multer v3.1.0
17512026-04-06T23:52:56.557Z Compiling powerfmt v0.2.0
17522026-04-06T23:52:56.710Z Compiling deranged v0.5.8
17532026-04-06T23:52:56.818Z Compiling rand_chacha v0.9.0
17542026-04-06T23:52:56.964Z Compiling darling_core v0.23.0
17552026-04-06T23:52:57.232Z Compiling structmeta v0.3.0
17562026-04-06T23:52:57.432Z Compiling newtype-uuid-macros v0.1.0
17572026-04-06T23:52:57.533Z Compiling sync_wrapper v1.0.2
17582026-04-06T23:52:57.646Z Compiling num_threads v0.1.7
17592026-04-06T23:52:57.997Z Compiling cpufeatures v0.2.17
17602026-04-06T23:52:58.078Z Compiling time v0.3.47
17612026-04-06T23:52:58.149Z Compiling tower v0.5.3
17622026-04-06T23:52:58.176Z Compiling rand v0.9.2
17632026-04-06T23:52:58.197Z Compiling webpki-roots v1.0.6
17642026-04-06T23:52:58.322Z Compiling newtype-uuid v1.3.2
17652026-04-06T23:52:58.702Z Compiling async-stream-impl v0.3.6
17662026-04-06T23:52:58.883Z Compiling strum_macros v0.26.4
17672026-04-06T23:52:59.051Z Compiling darling_macro v0.23.0
17682026-04-06T23:52:59.574Z Compiling hex v0.4.3
17692026-04-06T23:52:59.614Z Compiling iri-string v0.7.12
17702026-04-06T23:52:59.868Z Compiling darling v0.23.0
17712026-04-06T23:52:59.957Z Compiling daft v0.1.5
17722026-04-06T23:53:00.534Z Compiling crossbeam-channel v0.5.15
17732026-04-06T23:53:01.038Z Compiling tower-http v0.6.8
17742026-04-06T23:53:01.209Z Compiling openapiv3 v2.2.0
17752026-04-06T23:53:01.980Z Compiling dropshot v0.16.7
17762026-04-06T23:53:01.980Z Compiling fastrand v2.3.0
17772026-04-06T23:53:02.226Z Compiling serde_with_macros v3.18.0
17782026-04-06T23:53:02.630Z Compiling futures-executor v0.3.32
17792026-04-06T23:53:02.793Z Compiling regress v0.10.5
17802026-04-06T23:53:03.098Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17812026-04-06T23:53:03.295Z Compiling thread_local v1.1.9
17822026-04-06T23:53:03.461Z Compiling winnow v1.0.1
17832026-04-06T23:53:03.555Z Compiling futures v0.3.32
17842026-04-06T23:53:03.648Z Compiling derive-ex v0.1.8
17852026-04-06T23:53:04.492Z Compiling dropshot_endpoint v0.16.7
17862026-04-06T23:53:05.193Z Compiling strum_macros v0.27.2
17872026-04-06T23:53:05.748Z Compiling is-terminal v0.4.17
17882026-04-06T23:53:05.849Z Compiling take_mut v0.2.2
17892026-04-06T23:53:05.969Z Compiling term v1.2.1
17902026-04-06T23:53:06.986Z Compiling slog-term v2.9.2
17912026-04-06T23:53:07.317Z Compiling test-strategy v0.4.5
17922026-04-06T23:53:07.710Z Compiling tempfile v3.27.0
17932026-04-06T23:53:08.555Z Compiling macaddr v1.0.1
17942026-04-06T23:53:08.680Z Compiling match_cfg v0.1.0
17952026-04-06T23:53:08.746Z Compiling hostname v0.3.1
17962026-04-06T23:53:09.140Z Compiling slog-json v2.6.1
17972026-04-06T23:53:09.196Z Compiling memmap2 v0.9.10
17982026-04-06T23:53:09.391Z Compiling openssl-probe v0.2.1
17992026-04-06T23:53:09.482Z Compiling usdt v0.6.0
18002026-04-06T23:53:09.644Z Compiling rustls-native-certs v0.8.3
18012026-04-06T23:53:09.644Z Compiling slog-bunyan v2.5.0
18022026-04-06T23:53:10.130Z Compiling toml_parser v1.1.0+spec-1.1.0
18032026-04-06T23:53:10.226Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18042026-04-06T23:53:10.455Z Compiling rustls-webpki v0.102.8
18052026-04-06T23:53:10.676Z Compiling serde_spanned v1.1.0
18062026-04-06T23:53:11.129Z Compiling winnow v0.7.15
18072026-04-06T23:53:11.285Z Compiling toml_writer v1.1.0+spec-1.1.0
18082026-04-06T23:53:11.435Z Compiling either v1.15.0
18092026-04-06T23:53:11.653Z Compiling debug-ignore v1.0.5
18102026-04-06T23:53:11.941Z Compiling parse-display-derive v0.10.0
18112026-04-06T23:53:12.179Z Compiling rand_chacha v0.3.1
18122026-04-06T23:53:12.235Z Compiling encoding_rs v0.8.35
18132026-04-06T23:53:12.967Z Compiling spin v0.9.8
18142026-04-06T23:53:12.990Z Compiling mime v0.3.17
18152026-04-06T23:53:13.097Z Compiling rand v0.8.5
18162026-04-06T23:53:13.483Z Compiling strum v0.26.3
18172026-04-06T23:53:13.618Z Compiling async-stream v0.3.6
18182026-04-06T23:53:13.812Z Compiling sha1 v0.10.6
18192026-04-06T23:53:13.855Z Compiling waitgroup v0.1.2
18202026-04-06T23:53:14.031Z Compiling tokio-rustls v0.25.0
18212026-04-06T23:53:14.241Z Compiling rustls-pemfile v2.2.0
18222026-04-06T23:53:14.283Z Compiling serde_path_to_error v0.1.20
18232026-04-06T23:53:14.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
18242026-04-06T23:53:14.635Z Compiling hostname v0.4.2
18252026-04-06T23:53:14.653Z Compiling wait-timeout v0.2.1
18262026-04-06T23:53:14.726Z Compiling bit-vec v0.8.0
18272026-04-06T23:53:14.800Z Compiling quick-error v1.2.3
18282026-04-06T23:53:15.014Z Compiling bit-set v0.8.0
18292026-04-06T23:53:15.085Z Compiling rusty-fork v0.3.1
18302026-04-06T23:53:15.108Z Compiling toml v0.9.12+spec-1.1.0
18312026-04-06T23:53:15.432Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-06T23:53:15.620Z Compiling serde_with v3.18.0
18332026-04-06T23:53:15.917Z Compiling rand_xorshift v0.4.0
18342026-04-06T23:53:15.954Z Compiling unarray v0.1.4
18352026-04-06T23:53:16.078Z Compiling proptest v1.11.0
18362026-04-06T23:53:16.737Z Compiling strum v0.27.2
18372026-04-06T23:53:16.881Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18382026-04-06T23:53:16.909Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18392026-04-06T23:53:17.051Z Compiling instant v0.1.13
18402026-04-06T23:53:17.686Z Compiling rustc-hash v2.1.2
18412026-04-06T23:53:17.988Z Compiling unicode-width v0.2.2
18422026-04-06T23:53:18.166Z Compiling itertools v0.14.0
18432026-04-06T23:53:18.299Z Compiling iddqd v0.3.17
18442026-04-06T23:53:19.293Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
18452026-04-06T23:53:21.262Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18462026-04-06T23:53:22.017Z Compiling backon v1.6.0
18472026-04-06T23:53:22.917Z Compiling backoff v0.4.0
18482026-04-06T23:53:23.137Z Compiling parse-display v0.10.0
18492026-04-06T23:53:23.316Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
18502026-04-06T23:53:25.264Z Compiling zerocopy-derive v0.7.35
18512026-04-06T23:53:26.097Z Compiling darling_core v0.21.3
18522026-04-06T23:53:26.595Z Compiling clap_derive v4.6.0
18532026-04-06T23:53:26.933Z Compiling utf8parse v0.2.2
18542026-04-06T23:53:27.045Z Compiling anstyle-parse v1.0.0
18552026-04-06T23:53:28.128Z Compiling darling_macro v0.21.3
18562026-04-06T23:53:28.244Z Compiling terminal_size v0.4.4
18572026-04-06T23:53:28.394Z Compiling toml_datetime v0.6.11
18582026-04-06T23:53:28.438Z Compiling colorchoice v1.0.5
18592026-04-06T23:53:28.569Z Compiling is_terminal_polyfill v1.70.2
18602026-04-06T23:53:28.654Z Compiling convert_case v0.4.0
18612026-04-06T23:53:28.686Z Compiling anstyle-query v1.1.5
18622026-04-06T23:53:28.787Z Compiling anstyle v1.0.14
18632026-04-06T23:53:28.940Z Compiling derive_more v0.99.20
18642026-04-06T23:53:29.062Z Compiling anstream v1.0.0
18652026-04-06T23:53:29.521Z Compiling darling v0.21.3
18662026-04-06T23:53:30.678Z Compiling tinyvec_macros v0.1.1
18672026-04-06T23:53:30.751Z Compiling heapless v0.8.0
18682026-04-06T23:53:30.783Z Compiling clap_lex v1.1.0
18692026-04-06T23:53:31.070Z Compiling clap_builder v4.6.0
18702026-04-06T23:53:31.145Z Compiling tinyvec v1.11.0
18712026-04-06T23:53:31.683Z Compiling ingot-macros v0.1.1
18722026-04-06T23:53:31.873Z Compiling zerocopy v0.7.35
18732026-04-06T23:53:32.171Z Compiling typify-impl v0.6.1
18742026-04-06T23:53:32.442Z Compiling hash32 v0.3.1
18752026-04-06T23:53:32.600Z Compiling secrecy v0.10.3
18762026-04-06T23:53:32.616Z Compiling scroll_derive v0.12.1
18772026-04-06T23:53:32.758Z Compiling usdt-impl v0.5.0
18782026-04-06T23:53:33.010Z Compiling crucible-workspace-hack v0.1.0
18792026-04-06T23:53:33.232Z Compiling smoltcp v0.11.0
18802026-04-06T23:53:33.591Z Compiling scroll v0.12.0
18812026-04-06T23:53:34.019Z Compiling clap v4.6.0
18822026-04-06T23:53:34.290Z Compiling ingot-types v0.1.2
18832026-04-06T23:53:34.668Z Compiling dof v0.3.0
18842026-04-06T23:53:35.102Z Compiling dtrace-parser v0.2.0
18852026-04-06T23:53:35.226Z Compiling cobs v0.3.0
18862026-04-06T23:53:35.243Z Compiling rustc_version v0.4.1
18872026-04-06T23:53:35.456Z Compiling typify-macro v0.6.1
18882026-04-06T23:53:35.486Z Compiling thread-id v4.2.2
18892026-04-06T23:53:35.569Z Compiling bitflags v1.3.2
18902026-04-06T23:53:35.647Z Compiling unsafe-libyaml v0.2.11
18912026-04-06T23:53:35.671Z Compiling managed v0.8.0
18922026-04-06T23:53:36.212Z Compiling serde_yaml v0.9.34+deprecated
18932026-04-06T23:53:36.280Z Compiling curve25519-dalek v4.1.3
18942026-04-06T23:53:36.560Z Compiling postcard v1.1.3
18952026-04-06T23:53:37.335Z Compiling ingot v0.1.1
18962026-04-06T23:53:37.432Z Compiling goblin v0.8.2
18972026-04-06T23:53:38.926Z Compiling tabwriter v1.4.1
18982026-04-06T23:53:39.258Z Compiling hubpack_derive v0.1.1
18992026-04-06T23:53:39.308Z Compiling crossbeam-epoch v0.9.18
19002026-04-06T23:53:39.487Z Compiling hmac v0.12.1
19012026-04-06T23:53:39.647Z Compiling inout v0.1.4
19022026-04-06T23:53:39.796Z Compiling serde_spanned v0.6.9
19032026-04-06T23:53:39.813Z Compiling ff v0.13.1
19042026-04-06T23:53:39.954Z Compiling num-integer v0.1.46
19052026-04-06T23:53:40.520Z Compiling prettyplease v0.2.37
19062026-04-06T23:53:40.536Z Compiling toml_write v0.1.2
19072026-04-06T23:53:40.889Z Compiling toml_datetime v1.1.0+spec-1.1.0
19082026-04-06T23:53:41.325Z Compiling toml_edit v0.25.8+spec-1.1.0
19092026-04-06T23:53:41.812Z Compiling toml_edit v0.22.27
19102026-04-06T23:53:42.203Z Compiling group v0.13.0
19112026-04-06T23:53:42.320Z Compiling hubpack v0.1.2
19122026-04-06T23:53:42.438Z Compiling cipher v0.4.4
19132026-04-06T23:53:42.583Z Compiling hkdf v0.12.4
19142026-04-06T23:53:43.081Z Compiling reqwest v0.12.28
19152026-04-06T23:53:44.171Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19162026-04-06T23:53:44.733Z Compiling thiserror-impl-no-std v2.0.2
19172026-04-06T23:53:45.071Z Compiling universal-hash v0.5.1
19182026-04-06T23:53:45.214Z Compiling crypto-bigint v0.5.5
19192026-04-06T23:53:45.390Z Compiling half v2.7.1
19202026-04-06T23:53:45.727Z Compiling curve25519-dalek-derive v0.1.1
19212026-04-06T23:53:46.345Z Compiling proc-macro-error-attr v1.0.4
19222026-04-06T23:53:46.377Z Compiling memoffset v0.9.1
19232026-04-06T23:53:46.555Z Compiling rustix v0.38.44
19242026-04-06T23:53:46.572Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19252026-04-06T23:53:46.721Z Compiling base64ct v1.8.3
19262026-04-06T23:53:46.744Z Compiling opaque-debug v0.3.1
19272026-04-06T23:53:46.805Z Compiling cfg_aliases v0.2.1
19282026-04-06T23:53:46.822Z Compiling ciborium-io v0.2.2
19292026-04-06T23:53:46.881Z Compiling static_assertions v1.1.0
19302026-04-06T23:53:46.915Z Compiling base16ct v0.2.0
19312026-04-06T23:53:47.044Z Compiling elliptic-curve v0.13.8
19322026-04-06T23:53:47.047Z Compiling password-hash v0.5.0
19332026-04-06T23:53:47.092Z Compiling ciborium-ll v0.2.2
19342026-04-06T23:53:47.108Z Compiling nix v0.31.2
19352026-04-06T23:53:47.343Z Compiling poly1305 v0.8.0
19362026-04-06T23:53:47.968Z Compiling thiserror-no-std v2.0.2
19372026-04-06T23:53:48.158Z Compiling progenitor-client v0.10.0
19382026-04-06T23:53:48.556Z Compiling toml v0.8.23
19392026-04-06T23:53:48.636Z Compiling chacha20 v0.9.1
19402026-04-06T23:53:48.902Z Compiling proc-macro-crate v3.5.0
19412026-04-06T23:53:49.349Z Compiling num-iter v0.1.45
19422026-04-06T23:53:49.478Z Compiling num-rational v0.4.2
19432026-04-06T23:53:50.089Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19442026-04-06T23:53:50.421Z Compiling typify v0.6.1
19452026-04-06T23:53:50.519Z Compiling usdt-macro v0.5.0
19462026-04-06T23:53:50.536Z Compiling usdt-attr-macro v0.5.0
19472026-04-06T23:53:51.173Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19482026-04-06T23:53:51.668Z Compiling byte-wrapper v0.1.0
19492026-04-06T23:53:51.777Z Compiling blake2 v0.10.6
19502026-04-06T23:53:51.795Z Compiling aead v0.5.2
19512026-04-06T23:53:52.068Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19522026-04-06T23:53:52.491Z Compiling enum-as-inner v0.6.1
19532026-04-06T23:53:52.491Z Compiling num-complex v0.4.6
19542026-04-06T23:53:52.540Z Compiling proc-macro-error v1.0.4
19552026-04-06T23:53:52.773Z Compiling memmap v0.7.0
19562026-04-06T23:53:52.865Z Compiling bstr v1.12.1
19572026-04-06T23:53:53.001Z Compiling rustls-webpki v0.103.10
19582026-04-06T23:53:53.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
19592026-04-06T23:53:53.153Z Compiling data-encoding v2.10.0
19602026-04-06T23:53:53.379Z Compiling winnow v0.5.40
19612026-04-06T23:53:53.397Z Compiling keccak v0.1.6
19622026-04-06T23:53:54.222Z Compiling sha3 v0.10.8
19632026-04-06T23:53:54.654Z Compiling usdt v0.5.0
19642026-04-06T23:53:54.745Z Compiling toml_edit v0.19.15
19652026-04-06T23:53:54.781Z Compiling num v0.4.3
19662026-04-06T23:53:54.980Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19672026-04-06T23:53:55.268Z Compiling argon2 v0.5.3
19682026-04-06T23:53:55.389Z Compiling chacha20poly1305 v0.10.1
19692026-04-06T23:53:55.541Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19702026-04-06T23:53:55.796Z Compiling progenitor-impl v0.13.0
19712026-04-06T23:53:56.232Z Compiling num_enum_derive v0.7.6
19722026-04-06T23:53:56.713Z Compiling vsss-rs v3.3.4
19732026-04-06T23:53:57.218Z Compiling tokio-rustls v0.26.4
19742026-04-06T23:53:57.515Z Compiling hyper-rustls v0.27.7
19752026-04-06T23:53:57.824Z Compiling rustls-platform-verifier v0.6.2
19762026-04-06T23:53:58.066Z Compiling reqwest v0.13.2
19772026-04-06T23:53:58.951Z Compiling ciborium v0.2.2
19782026-04-06T23:53:59.387Z Compiling progenitor-client v0.13.0
19792026-04-06T23:53:59.775Z Compiling progenitor-extras v0.1.1
19802026-04-06T23:54:00.335Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19812026-04-06T23:54:02.739Z Compiling foreign-types-macros v0.2.3
19822026-04-06T23:54:03.064Z Compiling foreign-types-shared v0.3.1
19832026-04-06T23:54:03.181Z Compiling colored v3.1.1
19842026-04-06T23:54:03.384Z Compiling bytecount v0.6.9
19852026-04-06T23:54:03.579Z Compiling cpufeatures v0.3.0
19862026-04-06T23:54:03.669Z Compiling indent_write v2.2.0
19872026-04-06T23:54:03.828Z Compiling vcpkg v0.2.15
19882026-04-06T23:54:03.846Z Compiling pkg-config v0.3.32
19892026-04-06T23:54:04.310Z Compiling float-ord v0.3.2
19902026-04-06T23:54:04.433Z Compiling openssl-sys v0.9.112
19912026-04-06T23:54:04.983Z Compiling chacha20 v0.10.0
19922026-04-06T23:54:06.544Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19932026-04-06T23:54:07.974Z Compiling foreign-types v0.5.0
19942026-04-06T23:54:07.974Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19952026-04-06T23:54:10.895Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-06T23:54:12.745Z Compiling progenitor-macro v0.13.0
19972026-04-06T23:54:13.089Z Compiling num_enum v0.7.6
19982026-04-06T23:54:13.226Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19992026-04-06T23:54:13.837Z Compiling proc-macro-crate v1.3.1
20002026-04-06T23:54:14.200Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20012026-04-06T23:54:14.928Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20022026-04-06T23:54:14.945Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20032026-04-06T23:54:17.811Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20042026-04-06T23:54:17.842Z Compiling cstr-argument v0.1.2
20052026-04-06T23:54:17.842Z Compiling semver v0.1.20
20062026-04-06T23:54:17.842Z Compiling rayon-core v1.13.0
20072026-04-06T23:54:17.842Z Compiling heck v0.4.1
20082026-04-06T23:54:17.842Z Compiling linked-hash-map v0.5.6
20092026-04-06T23:54:17.842Z Compiling resolv-conf v0.7.6
20102026-04-06T23:54:17.842Z Compiling swrite v0.1.0
20112026-04-06T23:54:17.842Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20122026-04-06T23:54:17.842Z Compiling lru-cache v0.1.2
20132026-04-06T23:54:17.842Z Compiling rustc_version v0.1.7
20142026-04-06T23:54:17.843Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20152026-04-06T23:54:17.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20162026-04-06T23:54:17.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20172026-04-06T23:54:17.843Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
20182026-04-06T23:54:17.843Z Compiling progenitor v0.13.0
20192026-04-06T23:54:17.856Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-06T23:54:17.856Z Compiling num_enum_derive v0.5.11
20212026-04-06T23:54:18.107Z Compiling rand v0.10.0
20222026-04-06T23:54:18.166Z Compiling hickory-proto v0.24.4
20232026-04-06T23:54:18.344Z Compiling crossbeam-deque v0.8.6
20242026-04-06T23:54:18.450Z Compiling serde-big-array v0.5.1
20252026-04-06T23:54:18.573Z Compiling pin-project-internal v1.1.11
20262026-04-06T23:54:18.634Z Compiling derive-where v1.6.1
20272026-04-06T23:54:18.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20282026-04-06T23:54:19.421Z Compiling serde_repr v0.1.20
20292026-04-06T23:54:19.691Z Compiling unicode-segmentation v1.13.2
20302026-04-06T23:54:19.912Z Compiling minimal-lexical v0.2.1
20312026-04-06T23:54:20.011Z Compiling siphasher v1.0.2
20322026-04-06T23:54:20.156Z Compiling lazy_static v1.5.0
20332026-04-06T23:54:20.230Z Compiling hickory-resolver v0.24.4
20342026-04-06T23:54:20.281Z Compiling phf_shared v0.12.1
20352026-04-06T23:54:20.296Z Compiling nom v7.1.3
20362026-04-06T23:54:20.326Z Compiling newline-converter v0.3.0
20372026-04-06T23:54:20.456Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
20382026-04-06T23:54:20.493Z Compiling pin-project v1.1.11
20392026-04-06T23:54:22.908Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20402026-04-06T23:54:24.107Z Compiling num_enum v0.5.11
20412026-04-06T23:54:24.170Z Compiling newtype_derive v0.1.6
20422026-04-06T23:54:25.028Z Compiling atomicwrites v0.4.4
20432026-04-06T23:54:25.034Z Compiling similar v2.7.0
20442026-04-06T23:54:25.034Z Compiling unicode-normalization v0.1.25
20452026-04-06T23:54:25.034Z Compiling console v0.15.11
20462026-04-06T23:54:25.034Z Compiling camino-tempfile v1.4.1
20472026-04-06T23:54:25.417Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20482026-04-06T23:54:25.767Z Compiling tokio-stream v0.1.18
20492026-04-06T23:54:25.782Z Compiling async-recursion v1.1.1
20502026-04-06T23:54:26.322Z Compiling snafu-derive v0.8.9
20512026-04-06T23:54:26.453Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20522026-04-06T23:54:26.762Z Compiling slog-dtrace v0.3.0
20532026-04-06T23:54:27.005Z Compiling csv-core v0.1.13
20542026-04-06T23:54:27.023Z Compiling foreign-types-shared v0.1.1
20552026-04-06T23:54:27.123Z Compiling foldhash v0.1.5
20562026-04-06T23:54:27.356Z Compiling unicode-width v0.1.14
20572026-04-06T23:54:27.413Z Compiling owo-colors v4.3.0
20582026-04-06T23:54:27.672Z Compiling unicode-xid v0.2.6
20592026-04-06T23:54:27.748Z Compiling chrono-tz v0.10.4
20602026-04-06T23:54:27.809Z Compiling openssl v0.10.76
20612026-04-06T23:54:27.958Z Compiling same-file v1.0.6
20622026-04-06T23:54:27.980Z Compiling cancel-safe-futures v0.1.5
20632026-04-06T23:54:28.021Z Compiling highway v1.3.0
20642026-04-06T23:54:28.110Z Compiling walkdir v2.5.0
20652026-04-06T23:54:28.134Z Compiling snafu v0.8.9
20662026-04-06T23:54:28.269Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20672026-04-06T23:54:28.703Z Compiling const_format_proc_macros v0.2.34
20682026-04-06T23:54:28.793Z Compiling hashbrown v0.15.5
20692026-04-06T23:54:28.831Z Compiling csv v1.4.0
20702026-04-06T23:54:29.372Z Compiling foreign-types v0.3.2
20712026-04-06T23:54:29.491Z Compiling qorb v0.4.1
20722026-04-06T23:54:29.495Z Compiling expectorate v1.2.0
20732026-04-06T23:54:29.559Z Compiling olpc-cjson v0.1.4
20742026-04-06T23:54:29.774Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20752026-04-06T23:54:29.774Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20762026-04-06T23:54:29.807Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20772026-04-06T23:54:30.311Z Compiling rayon v1.11.0
20782026-04-06T23:54:33.127Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20792026-04-06T23:54:33.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20802026-04-06T23:54:33.605Z Compiling phf v0.12.1
20812026-04-06T23:54:34.171Z Compiling zone_cfg_derive v0.3.1
20822026-04-06T23:54:34.257Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20832026-04-06T23:54:34.862Z Compiling tokio-dtrace v0.1.1
20842026-04-06T23:54:34.992Z Compiling globset v0.4.18
20852026-04-06T23:54:35.188Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20862026-04-06T23:54:35.411Z Compiling itertools v0.12.1
20872026-04-06T23:54:35.464Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20882026-04-06T23:54:35.608Z Compiling num-derive v0.3.3
20892026-04-06T23:54:36.036Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20902026-04-06T23:54:36.517Z Compiling pem v3.0.6
20912026-04-06T23:54:36.850Z Compiling libsw-core v0.3.2
20922026-04-06T23:54:36.907Z Compiling serde_plain v1.0.2
20932026-04-06T23:54:37.037Z Compiling openssl-macros v0.1.1
20942026-04-06T23:54:37.174Z Compiling num-derive v0.4.2
20952026-04-06T23:54:37.191Z Compiling cookie v0.18.1
20962026-04-06T23:54:37.191Z Compiling sigpipe v0.1.3
20972026-04-06T23:54:37.339Z Compiling typed-path v0.9.3
20982026-04-06T23:54:37.447Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20992026-04-06T23:54:37.648Z Compiling fixedbitset v0.5.7
21002026-04-06T23:54:37.684Z Compiling jiff v0.2.23
21012026-04-06T23:54:37.776Z Compiling glob v0.3.3
21022026-04-06T23:54:37.917Z Compiling fixedbitset v0.4.2
21032026-04-06T23:54:38.113Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21042026-04-06T23:54:38.150Z Compiling petgraph v0.6.5
21052026-04-06T23:54:38.216Z Compiling petgraph v0.8.3
21062026-04-06T23:54:38.685Z Compiling tough v0.20.0
21072026-04-06T23:54:40.213Z Compiling libsw v3.5.0
21082026-04-06T23:54:40.404Z Compiling zone v0.3.1
21092026-04-06T23:54:40.490Z Compiling libscf-sys v1.1.0
21102026-04-06T23:54:40.624Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21112026-04-06T23:54:40.642Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21122026-04-06T23:54:40.884Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21132026-04-06T23:54:42.077Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21142026-04-06T23:54:42.377Z Compiling oxide-tokio-rt v0.1.3
21152026-04-06T23:54:42.888Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21162026-04-06T23:54:42.955Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21172026-04-06T23:54:45.906Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21182026-04-06T23:54:46.191Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21192026-04-06T23:54:46.468Z Compiling const_format v0.2.35
21202026-04-06T23:54:46.955Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21212026-04-06T23:54:48.235Z Compiling papergrid v0.11.0
21222026-04-06T23:54:48.301Z Compiling tabled_derive v0.7.0
21232026-04-06T23:54:48.696Z Compiling gethostname v0.5.0
21242026-04-06T23:54:48.839Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21252026-04-06T23:54:48.989Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21262026-04-06T23:54:49.241Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21272026-04-06T23:54:49.406Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21282026-04-06T23:54:50.154Z Compiling smf v0.2.3
21292026-04-06T23:54:50.739Z Compiling bcs v0.1.6
21302026-04-06T23:54:51.159Z Compiling tagptr v0.2.0
21312026-04-06T23:54:51.297Z Compiling termtree v0.5.1
21322026-04-06T23:54:51.316Z Compiling whoami v1.6.1
21332026-04-06T23:54:51.331Z Compiling smawk v0.3.2
21342026-04-06T23:54:51.466Z Compiling unicode-linebreak v0.1.5
21352026-04-06T23:54:51.497Z Compiling linear-map v1.2.0
21362026-04-06T23:54:51.712Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21372026-04-06T23:54:51.739Z Compiling textwrap v0.16.2
21382026-04-06T23:54:51.759Z Compiling moka v0.12.15
21392026-04-06T23:54:52.089Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21402026-04-06T23:54:52.972Z Compiling tabled v0.15.0
21412026-04-06T23:54:53.245Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21422026-04-06T23:54:53.311Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21432026-04-06T23:54:53.429Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21442026-04-06T23:54:53.519Z Compiling steno v0.4.1
21452026-04-06T23:54:53.636Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21462026-04-06T23:54:56.087Z Compiling hickory-proto v0.25.2
21472026-04-06T23:54:58.498Z Compiling typify-impl v0.4.3
21482026-04-06T23:55:00.692Z Compiling crc32fast v1.5.0
21492026-04-06T23:55:01.002Z Compiling humantime v2.3.0
21502026-04-06T23:55:01.511Z Compiling hickory-resolver v0.25.2
21512026-04-06T23:55:01.842Z Compiling typify-macro v0.4.3
21522026-04-06T23:55:01.995Z Compiling adler2 v2.0.1
21532026-04-06T23:55:02.172Z Compiling simd-adler32 v0.3.9
21542026-04-06T23:55:02.191Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
21552026-04-06T23:55:02.851Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21562026-04-06T23:55:03.020Z Compiling miniz_oxide v0.8.9
21572026-04-06T23:55:03.356Z Compiling proc-macro-error-attr2 v2.0.0
21582026-04-06T23:55:03.543Z Compiling flate2 v1.1.9
21592026-04-06T23:55:03.790Z Compiling proc-macro-error2 v2.0.1
21602026-04-06T23:55:04.097Z Compiling typify v0.4.3
21612026-04-06T23:55:04.203Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21622026-04-06T23:55:04.566Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21632026-04-06T23:55:04.593Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21642026-04-06T23:55:04.593Z Compiling parking_lot_core v0.8.6
21652026-04-06T23:55:04.617Z Compiling compression-core v0.4.31
21662026-04-06T23:55:04.784Z Compiling compression-codecs v0.4.37
21672026-04-06T23:55:04.865Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21682026-04-06T23:55:05.145Z Compiling progenitor-impl v0.11.2
21692026-04-06T23:55:06.658Z Compiling tabled_derive v0.11.0
21702026-04-06T23:55:07.203Z Compiling papergrid v0.17.0
21712026-04-06T23:55:07.760Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21722026-04-06T23:55:07.845Z Compiling testing_table v0.3.0
21732026-04-06T23:55:08.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21742026-04-06T23:55:09.141Z Compiling dropshot v0.17.0
21752026-04-06T23:55:09.234Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21762026-04-06T23:55:09.451Z Compiling toml v1.1.0+spec-1.1.0
21772026-04-06T23:55:10.160Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21782026-04-06T23:55:10.379Z Compiling tabled v0.20.0
21792026-04-06T23:55:11.369Z Compiling progenitor-macro v0.11.2
21802026-04-06T23:55:13.531Z Compiling async-compression v0.4.41
21812026-04-06T23:55:14.383Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21822026-04-06T23:55:14.428Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21832026-04-06T23:55:15.158Z Compiling progenitor-client v0.11.2
21842026-04-06T23:55:15.507Z Compiling dropshot_endpoint v0.17.0
21852026-04-06T23:55:15.668Z Compiling arc-swap v1.9.0
21862026-04-06T23:55:15.986Z Compiling slog-scope v4.4.1
21872026-04-06T23:55:16.402Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21882026-04-06T23:55:17.936Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21892026-04-06T23:55:21.918Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
21902026-04-06T23:55:22.187Z Compiling progenitor v0.11.2
21912026-04-06T23:55:22.348Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21922026-04-06T23:55:23.250Z Compiling parking_lot v0.11.2
21932026-04-06T23:55:24.140Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
21942026-04-06T23:55:26.097Z Compiling dropshot-api-manager-types v0.7.0
21952026-04-06T23:55:26.128Z Compiling fxhash v0.2.1
21962026-04-06T23:55:26.279Z Compiling crc8 v0.1.1
21972026-04-06T23:55:26.399Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21982026-04-06T23:55:26.665Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
21992026-04-06T23:55:27.781Z Compiling sled v0.34.7
22002026-04-06T23:55:28.145Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8#04c3d5d3)
22012026-04-06T23:55:29.279Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
22022026-04-06T23:55:29.650Z Compiling slog-stdlog v4.1.1
22032026-04-06T23:55:30.079Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22042026-04-06T23:55:30.254Z Compiling slog-envlogger v2.2.0
22052026-04-06T23:55:30.345Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22062026-04-06T23:55:33.392Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22072026-04-06T23:55:40.395Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22082026-04-06T23:55:46.599Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22092026-04-06T23:55:49.637Z Finished `release` profile [optimized] target(s) in 3m 47s
22102026-04-06T23:55:49.960Z+ banner quartet
22112026-04-06T23:55:49.963Z
22122026-04-06T23:55:49.963Z #### # # ## ##### ##### ###### #####
22132026-04-06T23:55:49.963Z # # # # # # # # # # #
22142026-04-06T23:55:49.963Z # # # # # # # # # ##### #
22152026-04-06T23:55:49.963Z # # # # # ###### ##### # # #
22162026-04-06T23:55:49.963Z # # # # # # # # # # #
22172026-04-06T23:55:49.963Z ### # #### # # # # # ###### #
22182026-04-06T23:55:49.963Z
22192026-04-06T23:55:49.963Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22202026-04-06T23:55:50.310Z Compiling cfg-if v1.0.4
22212026-04-06T23:55:50.310Z Compiling serde_core v1.0.228
22222026-04-06T23:55:50.310Z Compiling libc v0.2.184
22232026-04-06T23:55:50.313Z Compiling itoa v1.0.18
22242026-04-06T23:55:50.313Z Compiling num-traits v0.2.19
22252026-04-06T23:55:50.386Z Compiling serde v1.0.228
22262026-04-06T23:55:50.390Z Compiling foldhash v0.2.0
22272026-04-06T23:55:50.432Z Compiling memchr v2.8.0
22282026-04-06T23:55:50.530Z Compiling hashbrown v0.16.1
22292026-04-06T23:55:50.587Z Compiling smallvec v1.15.1
22302026-04-06T23:55:50.594Z Compiling zerofrom v0.1.6
22312026-04-06T23:55:50.715Z Compiling stable_deref_trait v1.2.1
22322026-04-06T23:55:50.723Z Compiling pin-project-lite v0.2.17
22332026-04-06T23:55:50.753Z Compiling schemars v0.8.22
22342026-04-06T23:55:50.785Z Compiling yoke v0.8.1
22352026-04-06T23:55:50.812Z Compiling bytes v1.11.1
22362026-04-06T23:55:50.986Z Compiling zerovec v0.11.5
22372026-04-06T23:55:51.085Z Compiling socket2 v0.6.3
22382026-04-06T23:55:51.316Z Compiling scopeguard v1.2.0
22392026-04-06T23:55:51.348Z Compiling futures-core v0.3.32
22402026-04-06T23:55:51.414Z Compiling lock_api v0.4.14
22412026-04-06T23:55:51.502Z Compiling zmij v1.0.21
22422026-04-06T23:55:51.554Z Compiling parking_lot_core v0.9.12
22432026-04-06T23:55:51.569Z Compiling errno v0.3.14
22442026-04-06T23:55:51.687Z Compiling serde_json v1.0.149
22452026-04-06T23:55:51.699Z Compiling rand_core v0.10.0
22462026-04-06T23:55:51.724Z Compiling once_cell v1.21.4
22472026-04-06T23:55:51.824Z Compiling parking_lot v0.12.5
22482026-04-06T23:55:51.850Z Compiling signal-hook-registry v1.4.8
22492026-04-06T23:55:51.858Z Compiling mio v1.2.0
22502026-04-06T23:55:51.964Z Compiling zeroize v1.8.2
22512026-04-06T23:55:52.115Z Compiling iana-time-zone v0.1.65
22522026-04-06T23:55:52.142Z Compiling aws-lc-rs v1.16.2
22532026-04-06T23:55:52.154Z Compiling tokio v1.50.0
22542026-04-06T23:55:52.355Z Compiling indexmap v2.13.0
22552026-04-06T23:55:52.671Z Compiling chrono v0.4.44
22562026-04-06T23:55:52.922Z Compiling getrandom v0.4.2
22572026-04-06T23:55:52.994Z Compiling tinystr v0.8.2
22582026-04-06T23:55:53.099Z Compiling http v1.4.0
22592026-04-06T23:55:53.120Z Compiling litemap v0.8.1
22602026-04-06T23:55:53.197Z Compiling writeable v0.6.2
22612026-04-06T23:55:53.311Z Compiling rustls-pki-types v1.14.0
22622026-04-06T23:55:53.425Z Compiling icu_locale_core v2.1.1
22632026-04-06T23:55:53.471Z Compiling aws-lc-sys v0.39.1
22642026-04-06T23:55:54.080Z Compiling potential_utf v0.1.4
22652026-04-06T23:55:54.089Z Compiling zerotrie v0.2.3
22662026-04-06T23:55:54.170Z Compiling uuid v1.23.0
22672026-04-06T23:55:54.268Z Compiling log v0.4.29
22682026-04-06T23:55:54.512Z Compiling icu_provider v2.1.1
22692026-04-06T23:55:54.520Z Compiling icu_collections v2.1.1
22702026-04-06T23:55:54.976Z Compiling http-body v1.0.1
22712026-04-06T23:55:55.131Z Compiling semver v1.0.27
22722026-04-06T23:55:55.253Z Compiling tracing-core v0.1.36
22732026-04-06T23:55:55.421Z Compiling regress v0.10.5
22742026-04-06T23:55:55.586Z Compiling futures-task v0.3.32
22752026-04-06T23:55:55.613Z Compiling slab v0.4.12
22762026-04-06T23:55:55.751Z Compiling untrusted v0.9.0
22772026-04-06T23:55:55.806Z Compiling equivalent v1.0.2
22782026-04-06T23:55:55.879Z Compiling allocator-api2 v0.2.21
22792026-04-06T23:55:55.893Z Compiling percent-encoding v2.3.2
22802026-04-06T23:55:56.081Z Compiling dyn-clone v1.0.20
22812026-04-06T23:55:56.081Z Compiling rustls v0.23.37
22822026-04-06T23:55:56.102Z Compiling rustls-webpki v0.103.10
22832026-04-06T23:55:56.158Z Compiling futures-util v0.3.32
22842026-04-06T23:55:56.353Z Compiling tracing v0.1.44
22852026-04-06T23:55:56.704Z Compiling thiserror v2.0.18
22862026-04-06T23:55:56.816Z Compiling icu_properties_data v2.1.2
22872026-04-06T23:55:56.916Z Compiling typify-impl v0.6.1
22882026-04-06T23:55:56.952Z Compiling icu_normalizer_data v2.1.1
22892026-04-06T23:55:57.032Z Compiling serde_tokenstream v0.2.3
22902026-04-06T23:55:57.321Z Compiling slog v2.8.2
22912026-04-06T23:55:57.373Z Compiling subtle v2.6.1
22922026-04-06T23:55:57.529Z Compiling tower-service v0.3.3
22932026-04-06T23:55:57.553Z Compiling try-lock v0.2.5
22942026-04-06T23:55:57.627Z Compiling unicode-ident v1.0.24
22952026-04-06T23:55:57.672Z Compiling want v0.3.1
22962026-04-06T23:55:57.717Z Compiling proc-macro2 v1.0.106
22972026-04-06T23:55:57.801Z Compiling icu_normalizer v2.1.1
22982026-04-06T23:55:57.853Z Compiling icu_properties v2.1.2
22992026-04-06T23:55:58.694Z Compiling httparse v1.10.1
23002026-04-06T23:55:58.972Z Compiling erased-serde v0.3.31
23012026-04-06T23:55:59.197Z Compiling futures-channel v0.3.32
23022026-04-06T23:55:59.411Z Compiling atomic-waker v1.1.2
23032026-04-06T23:55:59.449Z Compiling toml_edit v0.25.8+spec-1.1.0
23042026-04-06T23:55:59.545Z Compiling hyper v1.9.0
23052026-04-06T23:55:59.919Z Compiling quote v1.0.45
23062026-04-06T23:56:00.102Z Compiling idna_adapter v1.2.1
23072026-04-06T23:56:00.237Z Compiling form_urlencoded v1.2.2
23082026-04-06T23:56:00.287Z Compiling typify-macro v0.6.1
23092026-04-06T23:56:00.372Z Compiling sync_wrapper v1.0.2
23102026-04-06T23:56:00.485Z Compiling aho-corasick v1.1.4
23112026-04-06T23:56:00.692Z Compiling tower-layer v0.3.3
23122026-04-06T23:56:00.890Z Compiling base64 v0.22.1
23132026-04-06T23:56:01.221Z Compiling utf8_iter v1.0.4
23142026-04-06T23:56:01.384Z Compiling ipnet v2.12.0
23152026-04-06T23:56:01.393Z Compiling regex-syntax v0.8.10
23162026-04-06T23:56:01.800Z Compiling openssl-probe v0.2.1
23172026-04-06T23:56:01.838Z Compiling hyper-util v0.1.20
23182026-04-06T23:56:02.057Z Compiling rustls-native-certs v0.8.3
23192026-04-06T23:56:02.471Z Compiling regex-automata v0.4.14
23202026-04-06T23:56:02.576Z Compiling idna v1.1.0
23212026-04-06T23:56:02.913Z Compiling tokio-rustls v0.26.4
23222026-04-06T23:56:04.420Z Compiling tower v0.5.3
23232026-04-06T23:56:04.711Z Compiling syn v2.0.117
23242026-04-06T23:56:05.030Z Compiling proc-macro-crate v3.5.0
23252026-04-06T23:56:05.457Z Compiling heck v0.5.0
23262026-04-06T23:56:05.915Z Compiling iri-string v0.7.12
23272026-04-06T23:56:06.066Z Compiling futures-sink v0.3.32
23282026-04-06T23:56:06.442Z Compiling bitflags v2.11.0
23292026-04-06T23:56:06.790Z Compiling ryu v1.0.23
23302026-04-06T23:56:07.079Z Compiling serde_urlencoded v0.7.1
23312026-04-06T23:56:07.359Z Compiling tower-http v0.6.8
23322026-04-06T23:56:08.529Z Compiling tokio-util v0.7.18
23332026-04-06T23:56:08.630Z Compiling crossbeam-utils v0.8.21
23342026-04-06T23:56:08.643Z Compiling num_enum_derive v0.7.6
23352026-04-06T23:56:09.147Z Compiling regex v1.12.3
23362026-04-06T23:56:09.660Z Compiling hyper-rustls v0.27.7
23372026-04-06T23:56:09.757Z Compiling url v2.5.8
23382026-04-06T23:56:09.894Z Compiling rustls-platform-verifier v0.6.2
23392026-04-06T23:56:10.023Z Compiling typify v0.6.1
23402026-04-06T23:56:10.516Z Compiling http-body-util v0.1.3
23412026-04-06T23:56:10.592Z Compiling openapiv3 v2.2.0
23422026-04-06T23:56:10.797Z Compiling cpufeatures v0.3.0
23432026-04-06T23:56:10.876Z Compiling powerfmt v0.2.0
23442026-04-06T23:56:10.937Z Compiling foreign-types-shared v0.3.1
23452026-04-06T23:56:11.034Z Compiling deranged v0.5.8
23462026-04-06T23:56:11.137Z Compiling foreign-types v0.5.0
23472026-04-06T23:56:11.222Z Compiling chacha20 v0.10.0
23482026-04-06T23:56:12.153Z Compiling progenitor-impl v0.13.0
23492026-04-06T23:56:12.161Z Compiling time-macros v0.2.27
23502026-04-06T23:56:12.211Z Compiling serde_yaml v0.9.34+deprecated
23512026-04-06T23:56:13.135Z Compiling reqwest v0.13.2
23522026-04-06T23:56:13.463Z Compiling num_enum v0.7.6
23532026-04-06T23:56:13.924Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23542026-04-06T23:56:14.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23552026-04-06T23:56:14.174Z Compiling oxnet v0.1.4
23562026-04-06T23:56:14.206Z Compiling arc-swap v1.9.0
23572026-04-06T23:56:14.443Z Compiling cstr-argument v0.1.2
23582026-04-06T23:56:14.469Z Compiling thread_local v1.1.9
23592026-04-06T23:56:14.553Z Compiling pretty-hex v0.4.2
23602026-04-06T23:56:14.611Z Compiling num-conv v0.2.1
23612026-04-06T23:56:14.694Z Compiling lazy_static v1.5.0
23622026-04-06T23:56:14.760Z Compiling either v1.15.0
23632026-04-06T23:56:14.797Z Compiling time-core v0.1.8
23642026-04-06T23:56:14.824Z Compiling slog-scope v4.4.1
23652026-04-06T23:56:14.946Z Compiling itertools v0.12.1
23662026-04-06T23:56:14.983Z Compiling time v0.3.47
23672026-04-06T23:56:15.265Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23682026-04-06T23:56:15.930Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
23692026-04-06T23:56:16.160Z Compiling thiserror v1.0.69
23702026-04-06T23:56:16.255Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-04-06T23:56:16.270Z Compiling progenitor-client v0.13.0
23722026-04-06T23:56:16.397Z Compiling progenitor-macro v0.13.0
23732026-04-06T23:56:16.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23742026-04-06T23:56:16.764Z Compiling crossbeam-channel v0.5.15
23752026-04-06T23:56:16.797Z Compiling rand v0.10.0
23762026-04-06T23:56:17.464Z Compiling anyhow v1.0.102
23772026-04-06T23:56:17.586Z Compiling is-terminal v0.4.17
23782026-04-06T23:56:17.688Z Compiling take_mut v0.2.2
23792026-04-06T23:56:17.809Z Compiling winnow v1.0.1
23802026-04-06T23:56:18.164Z Compiling term v1.2.1
23812026-04-06T23:56:18.460Z Compiling colored v3.1.1
23822026-04-06T23:56:19.183Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
23832026-04-06T23:56:19.259Z Compiling slog-term v2.9.2
23842026-04-06T23:56:20.074Z Compiling slog-async v2.8.0
23852026-04-06T23:56:20.526Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23862026-04-06T23:56:20.586Z Compiling progenitor v0.13.0
23872026-04-06T23:56:20.747Z Compiling slog-stdlog v4.1.1
23882026-04-06T23:56:21.111Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
23892026-04-06T23:56:21.428Z Compiling slog-envlogger v2.2.0
23902026-04-06T23:56:22.172Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23912026-04-06T23:56:27.457Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23922026-04-06T23:56:31.126Z Finished `release` profile [optimized] target(s) in 40.98s
23932026-04-06T23:56:31.139Z Running unittests src/lib.rs (target/release/deps/mg_tests-06002a75d47398cf)
23942026-04-06T23:56:31.139Z
23952026-04-06T23:56:31.139Zrunning 1 test
23962026-04-06T23:56:31.256Zconfigure zone
23972026-04-06T23:56:31.272Zinstall zone
23982026-04-06T23:56:40.992Zboot zone
23992026-04-06T23:56:41.073Zstart zone s1
24002026-04-06T23:56:41.076Zconfigure zone
24012026-04-06T23:56:41.082Zinstall zone
24022026-04-06T23:56:42.847Zboot zone
24032026-04-06T23:56:42.952Zstart zone s2
24042026-04-06T23:56:42.952Zconfigure zone
24052026-04-06T23:56:42.963Zinstall zone
24062026-04-06T23:56:45.276Zboot zone
24072026-04-06T23:56:45.377Zstart zone s3
24082026-04-06T23:56:45.377Zconfigure zone
24092026-04-06T23:56:45.388Zinstall zone
24102026-04-06T23:56:48.168Zboot zone
24112026-04-06T23:56:48.277Zstart zone t1
24122026-04-06T23:56:48.280Zconfigure zone
24132026-04-06T23:56:48.287Zinstall zone
24142026-04-06T23:56:50.946Zboot zone
24152026-04-06T23:56:51.051Zwaiting for zones to come up
24162026-04-06T23:57:01.053Z[sidecar.quartet] svcs milestone/network
24172026-04-06T23:57:01.081ZSTATE STIME FMRI
24182026-04-06T23:57:01.081Zonline 23:56:40 svc:/milestone/network:default
24192026-04-06T23:57:01.081Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
24202026-04-06T23:57:01.107Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
24212026-04-06T23:57:01.133Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
24222026-04-06T23:57:01.153Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
24232026-04-06T23:57:01.156Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
24242026-04-06T23:57:01.169Z
24252026-04-06T23:57:01.169Zrunning zone s1.quartet setup
24262026-04-06T23:57:01.169Z[s1.quartet] svcs milestone/network
24272026-04-06T23:57:01.185ZSTATE STIME FMRI
24282026-04-06T23:57:01.185Zonline 23:56:42 svc:/milestone/network:default
24292026-04-06T23:57:01.185Z[s1.quartet] dladm
24302026-04-06T23:57:01.199ZLINK CLASS MTU STATE BRIDGE OVER
24312026-04-06T23:57:01.199Zsl0 simnet 9000 up -- ?
24322026-04-06T23:57:01.199Zmgs1 vnic 9000 up -- ?
24332026-04-06T23:57:01.202Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
24342026-04-06T23:57:01.631Z
24352026-04-06T23:57:01.631Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
24362026-04-06T23:57:01.647Z
24372026-04-06T23:57:01.647Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
24382026-04-06T23:57:01.659Z
24392026-04-06T23:57:01.659Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
24402026-04-06T23:57:01.743Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
24412026-04-06T23:57:01.814Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ae68cb6b-d596-445e-a75b-c2cab080c28e --sled-uuid 7c11bd93-edb2-4cd2-9a7c-f0e8f4a96d2d -a sl0/v6 &> /opt/ddmd.log &
24422026-04-06T23:57:01.829Z
24432026-04-06T23:57:01.829Zrunning zone s2.quartet setup
24442026-04-06T23:57:01.829Z[s2.quartet] svcs milestone/network
24452026-04-06T23:57:01.845ZSTATE STIME FMRI
24462026-04-06T23:57:01.845Zonline 23:56:44 svc:/milestone/network:default
24472026-04-06T23:57:01.846Z[s2.quartet] dladm
24482026-04-06T23:57:01.859ZLINK CLASS MTU STATE BRIDGE OVER
24492026-04-06T23:57:01.859Zsl1 simnet 9000 up -- ?
24502026-04-06T23:57:01.859Zmgs2 vnic 9000 up -- ?
24512026-04-06T23:57:01.859Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
24522026-04-06T23:57:02.369Z
24532026-04-06T23:57:02.369Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
24542026-04-06T23:57:02.386Z
24552026-04-06T23:57:02.386Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
24562026-04-06T23:57:02.398Z
24572026-04-06T23:57:02.398Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
24582026-04-06T23:57:02.429Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
24592026-04-06T23:57:02.457Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3623560c-1cb5-4068-b74e-4b1326ab5f7c --sled-uuid 18f7e1fc-ecea-40dc-afc1-60e7e7cf5820 -a sl1/v6 &> /opt/ddmd.log &
24602026-04-06T23:57:02.468Z
24612026-04-06T23:57:02.468Zrunning zone s3.quartet setup
24622026-04-06T23:57:02.468Z[s3.quartet] svcs milestone/network
24632026-04-06T23:57:02.484ZSTATE STIME FMRI
24642026-04-06T23:57:02.484Zonline 23:56:47 svc:/milestone/network:default
24652026-04-06T23:57:02.484Z[s3.quartet] dladm
24662026-04-06T23:57:02.498ZLINK CLASS MTU STATE BRIDGE OVER
24672026-04-06T23:57:02.498Zsl2 simnet 9000 up -- ?
24682026-04-06T23:57:02.498Zmgs3 vnic 9000 up -- ?
24692026-04-06T23:57:02.498Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
24702026-04-06T23:57:03.039Z
24712026-04-06T23:57:03.039Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
24722026-04-06T23:57:03.055Z
24732026-04-06T23:57:03.056Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
24742026-04-06T23:57:03.068Z
24752026-04-06T23:57:03.068Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
24762026-04-06T23:57:03.100Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
24772026-04-06T23:57:03.129Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a0cbb9d4-2197-42d2-ba53-c346164fcd80 --sled-uuid 7f2c9bfd-5c20-473b-9ed4-f1d600ca6806 -a sl2/v6 &> /opt/ddmd.log &
24782026-04-06T23:57:03.142Z
24792026-04-06T23:57:03.142Zrunning zone t1.quartet setup
24802026-04-06T23:57:03.142Z[t1.quartet] svcs milestone/network
24812026-04-06T23:57:03.185ZSTATE STIME FMRI
24822026-04-06T23:57:03.185Zonline 23:56:50 svc:/milestone/network:default
24832026-04-06T23:57:03.185Z[t1.quartet] dladm
24842026-04-06T23:57:03.185ZLINK CLASS MTU STATE BRIDGE OVER
24852026-04-06T23:57:03.185Ztfportrear0_0 simnet 9000 up -- ?
24862026-04-06T23:57:03.185Ztfportrear1_0 simnet 9000 up -- ?
24872026-04-06T23:57:03.185Ztfportrear2_0 simnet 9000 up -- ?
24882026-04-06T23:57:03.185Zmgt1 vnic 9000 up -- ?
24892026-04-06T23:57:03.185Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
24902026-04-06T23:57:03.747Z
24912026-04-06T23:57:03.747Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
24922026-04-06T23:57:03.764Z
24932026-04-06T23:57:03.764Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24942026-04-06T23:57:03.778Z
24952026-04-06T23:57:03.778Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
24962026-04-06T23:57:03.791Z
24972026-04-06T23:57:03.791Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
24982026-04-06T23:57:03.803Z
24992026-04-06T23:57:03.803Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
25002026-04-06T23:57:04.124Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
25012026-04-06T23:57:04.128Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
25022026-04-06T23:57:04.128Zwaiting 3s for copy of files to zone to complete ...
25032026-04-06T23:57:07.128Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
25042026-04-06T23:57:07.261Z
25052026-04-06T23:57:07.261Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
25062026-04-06T23:57:07.368Z
25072026-04-06T23:57:07.368Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
25082026-04-06T23:57:07.401Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
25092026-04-06T23:57:07.431Z[t1.quartet] svcadm disable dendrite
25102026-04-06T23:57:07.456Z
25112026-04-06T23:57:07.456Z[t1.quartet] svcadm disable tfport
25122026-04-06T23:57:07.480Z
25132026-04-06T23:57:07.480Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
25142026-04-06T23:57:07.504Z
25152026-04-06T23:57:07.504Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
25162026-04-06T23:57:07.531Z
25172026-04-06T23:57:07.531Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
25182026-04-06T23:57:07.556Z
25192026-04-06T23:57:07.556Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
25202026-04-06T23:57:07.581Z
25212026-04-06T23:57:07.581Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
25222026-04-06T23:57:07.605Z
25232026-04-06T23:57:07.605Z[t1.quartet] svcadm refresh dendrite:default
25242026-04-06T23:57:07.626Z
25252026-04-06T23:57:07.626Z[t1.quartet] svcadm enable dendrite:default
25262026-04-06T23:57:07.647Z
25272026-04-06T23:57:07.647Zwait 10s for dendrite to come up ...
25282026-04-06T23:57:17.649Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
25292026-04-06T23:57:17.679Z
25302026-04-06T23:57:17.679Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
25312026-04-06T23:57:17.703Z
25322026-04-06T23:57:17.703Z[t1.quartet] svcadm refresh tfport:default
25332026-04-06T23:57:17.724Z
25342026-04-06T23:57:17.724Z[t1.quartet] svcadm enable tfport
25352026-04-06T23:57:17.745Z
25362026-04-06T23:57:17.745Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 685f15a5-d7b1-4653-8076-3d8b85c88b5f --sled-uuid 2f20120a-71e6-4de0-9d5e-3662fe09e12e -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
25372026-04-06T23:57:17.756Z
25382026-04-06T23:57:17.756Z[t1.quartet] ipadm
25392026-04-06T23:57:17.770ZADDROBJ TYPE STATE ADDR
25402026-04-06T23:57:17.770Zlo0/v4 static ok 127.0.0.1/8
25412026-04-06T23:57:17.770Zmgt1/v4 static ok 10.0.0.4/24
25422026-04-06T23:57:17.770Zlo0/v6 static ok ::1/128
25432026-04-06T23:57:17.770Zlo0/u6 static ok fd00:4::1/64
25442026-04-06T23:57:17.770Ztfportrear0_0/v6 addrconf ok fe80::ec64:97ff:fe3e:13d3%tfportrear0_0/10
25452026-04-06T23:57:17.770Ztfportrear1_0/v6 addrconf ok fe80::64ff:1cff:fee4:7e73%tfportrear1_0/10
25462026-04-06T23:57:17.770Ztfportrear2_0/v6 addrconf ok fe80::50ad:c7ff:fe7c:f859%tfportrear2_0/10
25472026-04-06T23:57:19.905Zinitial peering test passed
25482026-04-06T23:57:20.907Z[s3.quartet] ping fd00:1::1
25492026-04-06T23:57:20.927Zfd00:1::1 is alive
25502026-04-06T23:57:31.052Ztest ddm::test_quartet has been running for over 60 seconds
25512026-04-06T23:57:31.928Z[s3.quartet] ping fd00:1::1
25522026-04-06T23:57:31.947Zfd00:1::1 is alive
25532026-04-06T23:57:31.952Z[t1.quartet] pkill ddmd
25542026-04-06T23:57:31.961Z
25552026-04-06T23:57:31.961Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
25562026-04-06T23:57:31.961Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
25572026-04-06T23:57:33.839Z[s3.quartet] pkill ddmd
25582026-04-06T23:57:33.856Z
25592026-04-06T23:57:33.856Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
25602026-04-06T23:57:35.662Z[s2.quartet] pkill ddmd
25612026-04-06T23:57:35.676Z
25622026-04-06T23:57:35.676Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
25632026-04-06T23:57:37.421Z[s1.quartet] pkill ddmd
25642026-04-06T23:57:37.436Z
25652026-04-06T23:57:37.437Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
25662026-04-06T23:57:39.290Z[sidecar.quartet] pkill softnpu
25672026-04-06T23:57:39.305Z
25682026-04-06T23:57:39.305Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
25692026-04-06T23:57:42.110Ztest ddm::test_quartet ... ok
25702026-04-06T23:57:42.110Z
25712026-04-06T23:57:42.120Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.06s
25722026-04-06T23:57:42.120Z
25732026-04-06T23:57:42.152Z+ cleanup
25742026-04-06T23:57:42.161Z++ id -un
25752026-04-06T23:57:42.161Z++ id -gn
25762026-04-06T23:57:42.161Z+ pfexec chown -R build:build .
25772026-04-06T23:57:42.335Zprocess exited: duration 518517 ms, exit code 0
 
25782026-04-06T23:57:42.358Zfound 6 output files
25792026-04-06T23:57:42.358Zuploading: /work/s1.quartet.log (3447 bytes)
25802026-04-06T23:57:43.372Zuploaded: /work/s1.quartet.log
25812026-04-06T23:57:43.372Zuploading: /work/s2.quartet.log (4114 bytes)
25822026-04-06T23:57:44.392Zuploaded: /work/s2.quartet.log
25832026-04-06T23:57:44.392Zuploading: /work/s3.quartet.log (4250 bytes)
25842026-04-06T23:57:45.404Zuploaded: /work/s3.quartet.log
25852026-04-06T23:57:45.405Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
25862026-04-06T23:57:46.418Zuploaded: /work/sidecar.quartet-softnpu.log
25872026-04-06T23:57:46.418Zuploading: /work/t1.quartet-dpd.log (199800 bytes)
25882026-04-06T23:57:47.433Zuploaded: /work/t1.quartet-dpd.log
25892026-04-06T23:57:47.433Zuploading: /work/t1.quartet.log (17174 bytes)
25902026-04-06T23:57:51.130Zuploaded: /work/t1.quartet.log