01M0B3MBB0EP88AGG4JKS8SHJW: 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: 01M0B3MXVCAPEEBCNHGNA8N44Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:31.271Zjob assigned to worker 01M0B3NBJRPF3QSG3GWG9DZ7TD [factory aws, i-0a270f02405ea4ce2] (queued for 1 m 5 s)
 
22026-08-18T18:56:37.654Zstarting task 0: "setup"
32026-08-18T18:56:37.659Z++ uname -s
42026-08-18T18:56:37.662Z+ kern=SunOS
52026-08-18T18:56:37.662Z+ build_user=build
62026-08-18T18:56:37.662Z+ build_uid=12345
72026-08-18T18:56:37.663Z+ work_dir=/work
82026-08-18T18:56:37.663Z+ input_dir=/input
92026-08-18T18:56:37.663Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:37.663Z+ case "$kern" in
112026-08-18T18:56:37.663Z+ groupadd -g 12345 build
122026-08-18T18:56:37.663Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:39.667Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:39.785Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:39.788Z+ home_fs=zfs
162026-08-18T18:56:39.788Z+ [[ zfs == autofs ]]
172026-08-18T18:56:39.788Z+ mkdir -p /home/build
182026-08-18T18:56:39.788Z+ chown build:build /home/build /work
192026-08-18T18:56:40.789Z+ chmod 0700 /home/build /work
202026-08-18T18:56:40.792Zprocess exited: duration 3136 ms, exit code 0
 
212026-08-18T18:56:40.798Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:40.802Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:40.802Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-18T18:56:40.802Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-18T18:56:40.802Z * rust toolchain channel = "stable"
262026-08-18T18:56:40.802Z * rust toolchain profile = "default"
272026-08-18T18:56:40.805Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:40.806Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:40.806Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:40.878Zinfo: downloading installer
312026-08-18T18:56:42.245Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:42.245Zwarn: /opt/ooce/bin
332026-08-18T18:56:42.245Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:42.245Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:42.245Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:42.245Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:42.245Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:42.245Zerror: cannot install while Rust is installed
392026-08-18T18:56:42.245Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:42.245Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:42.245Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:42.245Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:42.245Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:42.259Zinfo: profile set to default
452026-08-18T18:56:42.259Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:42.262Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:42.385Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:42.388Zinfo: downloading 6 components
492026-08-18T18:56:56.787Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-08-18T18:56:56.787Z
512026-08-18T18:56:56.816Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:56:56.816Z
532026-08-18T18:56:56.816Z
542026-08-18T18:56:56.816ZRust is installed now. Great!
552026-08-18T18:56:56.817Z
562026-08-18T18:56:56.817ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:56:56.820Zenvironment variable. This has not been done automatically.
582026-08-18T18:56:56.820Z
592026-08-18T18:56:56.820ZTo configure your current shell, you need to source
602026-08-18T18:56:56.820Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:56:56.820Z
622026-08-18T18:56:56.820ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:56:56.820Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:56:56.820Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:56:56.820Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:56:56.820Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:56:56.820Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:56:56.820Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:56:56.820Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:56:56.820Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:56:56.922Z+ rustup --version
722026-08-18T18:56:56.931Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:56:56.934Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:56:56.952Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:56:56.955Z+ cargo --version
762026-08-18T18:56:56.970Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:56:56.973Z+ rustc --version
782026-08-18T18:56:56.992Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:56:56.995Zprocess exited: duration 16194 ms, exit code 0
 
802026-08-18T18:56:57.002Zstarting task 2: "authentication"
812026-08-18T18:56:57.018Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:56:57.024Zstarting task 3: "clone repository"
832026-08-18T18:56:57.027Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:56:57.030Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:56:57.125ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:56:58.794Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:56:58.794Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:56:59.113ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:56:59.113Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:56:59.119Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:56:59.122Z++ git branch --show-current
922026-08-18T18:56:59.122Z+ current=main
932026-08-18T18:56:59.122Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:56:59.122Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:56:59.127Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:56:59.144ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:56:59.148Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:56:59.163ZHEAD is now at bf831ac review feedback
992026-08-18T18:56:59.166Zprocess exited: duration 2139 ms, exit code 0
 
1002026-08-18T18:56:59.173Zstarting task 4: "build"
1012026-08-18T18:56:59.180Z++ dladm
1022026-08-18T18:56:59.183ZLINK CLASS MTU STATE BRIDGE OVER
1032026-08-18T18:56:59.183Zena0 phys 9216 up -- --
1042026-08-18T18:56:59.186Z++ ipadm
1052026-08-18T18:56:59.186ZADDROBJ TYPE STATE ADDR
1062026-08-18T18:56:59.186Zlo0/v4 static ok 127.0.0.1/8
1072026-08-18T18:56:59.186Zena0/dhcp dhcp ok 10.150.1.131/24
1082026-08-18T18:56:59.187Zlo0/v6 static ok ::1/128
1092026-08-18T18:56:59.187Z++ banner collect
1102026-08-18T18:56:59.190Z
1112026-08-18T18:56:59.190Z #### #### # # ###### #### #####
1122026-08-18T18:56:59.190Z # # # # # # # # # #
1132026-08-18T18:56:59.190Z # # # # # ##### # #
1142026-08-18T18:56:59.190Z # # # # # # # #
1152026-08-18T18:56:59.190Z # # # # # # # # # #
1162026-08-18T18:56:59.190Z #### #### ###### ###### ###### #### #
1172026-08-18T18:56:59.190Z
1182026-08-18T18:56:59.190Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-08-18T18:56:59.190Z++ repo=softnpu
1202026-08-18T18:56:59.190Z++ series=image
1212026-08-18T18:56:59.190Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-08-18T18:56:59.190Z++ name=softnpu
1232026-08-18T18:56:59.190Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-08-18T18:56:59.190Z++ mkdir -p download
1252026-08-18T18:56:59.190Z++ pushd download
1262026-08-18T18:56:59.190Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-08-18T18:56:59.190Z++ [[ ! -f softnpu ]]
1282026-08-18T18:56:59.190Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-08-18T18:56:59.195Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-08-18T18:56:59.198Z Dload Upload Total Spent Left Speed
1312026-08-18T18:56:59.628Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 36.09M 0 0 100 15.63M 100 15.63M 0 0 36.09M 0 0 100 15.63M 100 15.63M 0 0 36.09M 0 0
1322026-08-18T18:56:59.632Z++ popd
1332026-08-18T18:56:59.632Z/work/oxidecomputer/maghemite
1342026-08-18T18:56:59.632Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-08-18T18:56:59.632Z++ repo=sidecar-lite
1362026-08-18T18:56:59.632Z++ series=release
1372026-08-18T18:56:59.632Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-08-18T18:56:59.632Z++ name=libsidecar_lite.so
1392026-08-18T18:56:59.632Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-08-18T18:56:59.632Z++ mkdir -p download
1412026-08-18T18:56:59.632Z++ pushd download
1422026-08-18T18:56:59.632Z++ [[ ! -f libsidecar_lite.so ]]
1432026-08-18T18:56:59.632Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-08-18T18:56:59.632Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-08-18T18:56:59.637Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-08-18T18:56:59.640Z Dload Upload Total Spent Left Speed
1472026-08-18T18:56:59.916Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.16M 0 0 100 12.04M 100 12.04M 0 0 43.15M 0 0 100 12.04M 100 12.04M 0 0 43.15M 0 0
1482026-08-18T18:56:59.920Z++ popd
1492026-08-18T18:56:59.920Z/work/oxidecomputer/maghemite
1502026-08-18T18:56:59.920Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-08-18T18:56:59.920Z++ repo=sidecar-lite
1522026-08-18T18:56:59.920Z++ series=release
1532026-08-18T18:56:59.920Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-08-18T18:56:59.920Z++ name=scadm
1552026-08-18T18:56:59.920Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-08-18T18:56:59.920Z++ mkdir -p download
1572026-08-18T18:56:59.923Z++ pushd download
1582026-08-18T18:56:59.923Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-08-18T18:56:59.923Z++ [[ ! -f scadm ]]
1602026-08-18T18:56:59.923Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-08-18T18:56:59.926Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-08-18T18:56:59.926Z Dload Upload Total Spent Left Speed
1632026-08-18T18:57:00.255Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 47.93M 0 0 100 15.78M 100 15.78M 0 0 47.92M 0 0 100 15.78M 100 15.78M 0 0 47.91M 0 0
1642026-08-18T18:57:00.259Z++ popd
1652026-08-18T18:57:00.259Z/work/oxidecomputer/maghemite
1662026-08-18T18:57:00.259Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-08-18T18:57:00.259Z++ repo=dendrite
1682026-08-18T18:57:00.259Z++ series=image
1692026-08-18T18:57:00.259Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-08-18T18:57:00.259Z++ name=dendrite-softnpu.tar.gz
1712026-08-18T18:57:00.259Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-08-18T18:57:00.259Z++ mkdir -p download
1732026-08-18T18:57:00.259Z++ pushd download
1742026-08-18T18:57:00.259Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-08-18T18:57:00.259Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-08-18T18:57:00.259Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-08-18T18:57:00.263Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-08-18T18:57:00.266Z Dload Upload Total Spent Left Speed
1792026-08-18T18:57:01.217Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 75.12M 0 0 100 71.59M 100 71.59M 0 0 75.12M 0 0 100 71.59M 100 71.59M 0 0 75.11M 0 0
1802026-08-18T18:57:01.220Z++ popd
1812026-08-18T18:57:01.223Z/work/oxidecomputer/maghemite
1822026-08-18T18:57:01.223Z++ get_artifact maghemite release bf831acede9b125a854bfda5615ae9248d1e2fa8 ddm
1832026-08-18T18:57:01.224Z++ repo=maghemite
1842026-08-18T18:57:01.224Z++ series=release
1852026-08-18T18:57:01.224Z++ commit=bf831acede9b125a854bfda5615ae9248d1e2fa8
1862026-08-18T18:57:01.224Z++ name=ddm
1872026-08-18T18:57:01.224Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-08-18T18:57:01.224Z++ mkdir -p download
1892026-08-18T18:57:01.224Z++ pushd download
1902026-08-18T18:57:01.224Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-08-18T18:57:01.224Z++ [[ ! -f ddm ]]
1922026-08-18T18:57:01.224Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf831acede9b125a854bfda5615ae9248d1e2fa8/ddm
1932026-08-18T18:57:01.229Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-08-18T18:57:01.232Z Dload Upload Total Spent Left Speed
1952026-08-18T18:57:01.285Z 0 0 0 0 0 0 0 0 0
1962026-08-18T18:57:01.288Zcurl: (22) The requested URL returned error: 404
1972026-08-18T18:57:01.288Z++ popd
1982026-08-18T18:57:01.289Z/work/oxidecomputer/maghemite
1992026-08-18T18:57:01.289Z++ get_artifact maghemite release bf831acede9b125a854bfda5615ae9248d1e2fa8 ddmadm
2002026-08-18T18:57:01.289Z++ repo=maghemite
2012026-08-18T18:57:01.289Z++ series=release
2022026-08-18T18:57:01.289Z++ commit=bf831acede9b125a854bfda5615ae9248d1e2fa8
2032026-08-18T18:57:01.289Z++ name=ddmadm
2042026-08-18T18:57:01.289Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-08-18T18:57:01.289Z++ mkdir -p download
2062026-08-18T18:57:01.289Z++ pushd download
2072026-08-18T18:57:01.289Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-08-18T18:57:01.289Z++ [[ ! -f ddmadm ]]
2092026-08-18T18:57:01.289Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf831acede9b125a854bfda5615ae9248d1e2fa8/ddmadm
2102026-08-18T18:57:01.294Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-08-18T18:57:01.297Z Dload Upload Total Spent Left Speed
2122026-08-18T18:57:01.351Z 0 0 0 0 0 0 0 0 0
2132026-08-18T18:57:01.351Zcurl: (22) The requested URL returned error: 404
2142026-08-18T18:57:01.354Z++ popd
2152026-08-18T18:57:01.354Z/work/oxidecomputer/maghemite
2162026-08-18T18:57:01.354Z++ pushd download
2172026-08-18T18:57:01.354Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-08-18T18:57:01.354Z++ chmod +x softnpu
2192026-08-18T18:57:01.354Z++ chmod +x scadm
2202026-08-18T18:57:01.357Z++ chmod +x ddmadm
2212026-08-18T18:57:01.357Zchmod: WARNING: can't access ddmadm
2222026-08-18T18:57:01.357Z++ chmod +x ddmd
2232026-08-18T18:57:01.357Zchmod: WARNING: can't access ddmd
2242026-08-18T18:57:01.357Z++ mv ddmadm ddmadm-v2
2252026-08-18T18:57:01.360Zmv: cannot access ddmadm
2262026-08-18T18:57:01.360Z++ mv ddmd ddmd-v2
2272026-08-18T18:57:01.360Zmv: cannot access ddmd
2282026-08-18T18:57:01.360Z++ rm -rf zones/dendrite
2292026-08-18T18:57:01.364Z++ mkdir -p zones/dendrite
2302026-08-18T18:57:01.364Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-08-18T18:57:02.373Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-08-18T18:57:02.376Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-08-18T18:57:02.376Z++ popd
2342026-08-18T18:57:02.376Z/work/oxidecomputer/maghemite
2352026-08-18T18:57:02.376Z++ banner install
2362026-08-18T18:57:02.379Z
2372026-08-18T18:57:02.379Z # # # #### ##### ## # #
2382026-08-18T18:57:02.380Z # ## # # # # # # #
2392026-08-18T18:57:02.380Z # # # # #### # # # # #
2402026-08-18T18:57:02.380Z # # # # # # ###### # #
2412026-08-18T18:57:02.380Z # # ## # # # # # # #
2422026-08-18T18:57:02.380Z # # # #### # # # ###### ######
2432026-08-18T18:57:02.380Z
2442026-08-18T18:57:02.380Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-08-18T18:57:02.380Z++ set +o errexit
2462026-08-18T18:57:02.380Z++ pkg info clang-15
2472026-08-18T18:57:02.380Z++ grep -qi installed
2482026-08-18T18:57:03.831Zpkg: info: no packages matching the following patterns you specified are
2492026-08-18T18:57:03.831Zinstalled on the system. Try querying remotely instead:
2502026-08-18T18:57:03.831Z
2512026-08-18T18:57:03.831Z clang-15
2522026-08-18T18:57:03.871Z++ [[ 1 != 0 ]]
2532026-08-18T18:57:03.871Z++ set -o errexit
2542026-08-18T18:57:03.871Z++ pfexec pkg install clang-15
2552026-08-18T18:57:10.800Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-08-18T18:57:18.650Z Startup: Caching catalogs ... Done
2572026-08-18T18:57:25.997ZPlanning: Solver setup ... Done
2582026-08-18T18:57:26.039ZPlanning: Running solver ... Done
2592026-08-18T18:57:26.178ZPlanning: Finding local manifests ... Done
2602026-08-18T18:57:26.198ZPlanning: Fetching manifests: 0/2 0% complete
2612026-08-18T18:57:26.685ZPlanning: Fetching manifests: 2/2 100% complete
2622026-08-18T18:57:26.714ZPlanning: Package planning ... Done
2632026-08-18T18:57:26.739ZPlanning: Merging actions ... Done
2642026-08-18T18:57:26.975ZPlanning: Checking for conflicting actions ... Done
2652026-08-18T18:57:26.981ZPlanning: Consolidating action changes ... Done
2662026-08-18T18:57:28.861ZPlanning: Evaluating mediators ... Done
2672026-08-18T18:57:28.867ZPlanning: Planning completed in 10.05 seconds
2682026-08-18T18:57:28.877Z Packages to install: 2
2692026-08-18T18:57:28.880Z Mediators to change: 2
2702026-08-18T18:57:28.880Z Services to change: 1
2712026-08-18T18:57:28.880Z Create boot environment: No
2722026-08-18T18:57:28.880ZCreate backup boot environment: No
2732026-08-18T18:57:28.945Z
2742026-08-18T18:57:28.945ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-08-18T18:57:34.754ZDownload: 977/3076 items 82.2/211.3MB 38% complete (18.3M/s)
2762026-08-18T18:57:57.744ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2772026-08-18T18:58:04.173ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (12.2M/s)
2782026-08-18T18:58:07.750ZDownload: Completed 211.31 MB in 38.80 seconds (5.5M/s)
2792026-08-18T18:58:07.988Z Actions: 1/3418 actions (Installing new actions)
2802026-08-18T18:58:11.199Z Actions: Completed 3418 actions in 3.21 seconds.
2812026-08-18T18:58:11.857Z Done
2822026-08-18T18:58:11.857Z Done
2832026-08-18T18:58:12.578Z Done
2842026-08-18T18:58:16.694Z Done
2852026-08-18T18:58:16.765Z Done
2862026-08-18T18:58:16.768Z Done
2872026-08-18T18:58:16.930Z Done
2882026-08-18T18:58:17.620Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-18T18:58:17.620Z++ set +o errexit
2902026-08-18T18:58:17.624Z++ pkg info pkg-config
2912026-08-18T18:58:17.624Z++ grep -qi installed
2922026-08-18T18:58:17.851Z++ [[ 0 != 0 ]]
2932026-08-18T18:58:17.851Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-08-18T18:58:17.851Z++ set +o errexit
2952026-08-18T18:58:17.854Z++ pkg info brand/omicron1
2962026-08-18T18:58:17.854Z++ grep -qi installed
2972026-08-18T18:58:18.035Zpkg: info: no packages matching the following patterns you specified are
2982026-08-18T18:58:18.035Zinstalled on the system. Try querying remotely instead:
2992026-08-18T18:58:18.035Z
3002026-08-18T18:58:18.035Z brand/omicron1
3012026-08-18T18:58:18.067Z++ [[ 1 != 0 ]]
3022026-08-18T18:58:18.067Z++ set -o errexit
3032026-08-18T18:58:18.067Z++ pfexec pkg install brand/omicron1
3042026-08-18T18:58:18.470Z Startup: Refreshing catalog 'helios-dev' ... Done
3052026-08-18T18:58:25.843ZPlanning: Solver setup ... Done
3062026-08-18T18:58:25.882ZPlanning: Running solver ... Done
3072026-08-18T18:58:26.025ZPlanning: Finding local manifests ... Done
3082026-08-18T18:58:26.029ZPlanning: Fetching manifests: 0/2 0% complete
3092026-08-18T18:58:26.145ZPlanning: Fetching manifests: 2/2 100% complete
3102026-08-18T18:58:26.157ZPlanning: Package planning ... Done
3112026-08-18T18:58:26.160ZPlanning: Merging actions ... Done
3122026-08-18T18:58:26.308ZPlanning: Checking for conflicting actions ... Done
3132026-08-18T18:58:26.312ZPlanning: Consolidating action changes ... Done
3142026-08-18T18:58:26.467ZPlanning: Evaluating mediators ... Done
3152026-08-18T18:58:26.470ZPlanning: Planning completed in 8.00 seconds
3162026-08-18T18:58:26.475Z Packages to install: 2
3172026-08-18T18:58:26.475Z Create boot environment: No
3182026-08-18T18:58:26.475ZCreate backup boot environment: No
3192026-08-18T18:58:26.504Z
3202026-08-18T18:58:26.504ZDownload: 0/5 items 0.0/1.1MB 0% complete
3212026-08-18T18:58:26.526ZDownload: Completed 1.07 MB in 0.02 seconds (48.4M/s)
3222026-08-18T18:58:26.603Z Actions: 1/28 actions (Installing new actions)
3232026-08-18T18:58:26.617Z Actions: Completed 28 actions in 0.01 seconds.
3242026-08-18T18:58:27.142Z Done
3252026-08-18T18:58:27.142Z Done
3262026-08-18T18:58:27.771Z Done
3272026-08-18T18:58:30.621Z Done
3282026-08-18T18:58:30.699Z Done
3292026-08-18T18:58:30.703Z Done
3302026-08-18T18:58:30.862Z Done
3312026-08-18T18:58:30.994Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3322026-08-18T18:58:30.994Z++ set +o errexit
3332026-08-18T18:58:30.997Z++ pkg info brand/omicron1/tools
3342026-08-18T18:58:30.997Z++ grep -qi installed
3352026-08-18T18:58:31.180Zpkg: info: no packages matching the following patterns you specified are
3362026-08-18T18:58:31.180Zinstalled on the system. Try querying remotely instead:
3372026-08-18T18:58:31.180Z
3382026-08-18T18:58:31.180Z brand/omicron1/tools
3392026-08-18T18:58:31.215Z++ [[ 1 != 0 ]]
3402026-08-18T18:58:31.215Z++ set -o errexit
3412026-08-18T18:58:31.215Z++ pfexec pkg install brand/omicron1/tools
3422026-08-18T18:58:31.608Z Startup: Refreshing catalog 'helios-dev' ... Done
3432026-08-18T18:58:38.907ZPlanning: Solver setup ... Done
3442026-08-18T18:58:38.947ZPlanning: Running solver ... Done
3452026-08-18T18:58:39.095ZPlanning: Finding local manifests ... Done
3462026-08-18T18:58:39.099ZPlanning: Fetching manifests: 0/1 0% complete
3472026-08-18T18:58:39.211ZPlanning: Fetching manifests: 1/1 100% complete
3482026-08-18T18:58:39.223ZPlanning: Package planning ... Done
3492026-08-18T18:58:39.226ZPlanning: Merging actions ... Done
3502026-08-18T18:58:39.366ZPlanning: Checking for conflicting actions ... Done
3512026-08-18T18:58:39.369ZPlanning: Consolidating action changes ... Done
3522026-08-18T18:58:39.522ZPlanning: Evaluating mediators ... Done
3532026-08-18T18:58:39.525ZPlanning: Planning completed in 7.91 seconds
3542026-08-18T18:58:39.529Z Packages to install: 1
3552026-08-18T18:58:39.529Z Services to change: 1
3562026-08-18T18:58:39.529Z Create boot environment: No
3572026-08-18T18:58:39.532ZCreate backup boot environment: No
3582026-08-18T18:58:39.558Z
3592026-08-18T18:58:39.558ZDownload: 0/2 items 0.0/1.2MB 0% complete
3602026-08-18T18:58:39.586ZDownload: Completed 1.19 MB in 0.03 seconds (42.7M/s)
3612026-08-18T18:58:39.643Z Actions: 1/19 actions (Installing new actions)
3622026-08-18T18:58:39.657Z Actions: Completed 19 actions in 0.01 seconds.
3632026-08-18T18:58:40.187Z Done
3642026-08-18T18:58:40.187Z Done
3652026-08-18T18:58:40.827Z Done
3662026-08-18T18:58:43.760Z Done
3672026-08-18T18:58:43.836Z Done
3682026-08-18T18:58:43.840Z Done
3692026-08-18T18:58:43.924Z Done
3702026-08-18T18:58:44.064Z++ pfexec svcadm enable baseline
3712026-08-18T18:58:44.079Z++ retry=0
3722026-08-18T18:58:44.082Z+++ svcs -Hostate baseline
3732026-08-18T18:58:44.094Z++ [[ offline* != online ]]
3742026-08-18T18:58:44.094Z++ [[ 0 -gt 300 ]]
3752026-08-18T18:58:44.094Z++ sleep 1
3762026-08-18T18:58:45.096Z++ retry=1
3772026-08-18T18:58:45.102Z+++ svcs -Hostate baseline
3782026-08-18T18:58:45.110Z++ [[ offline* != online ]]
3792026-08-18T18:58:45.110Z++ [[ 1 -gt 300 ]]
3802026-08-18T18:58:45.110Z++ sleep 1
3812026-08-18T18:58:46.111Z++ retry=2
3822026-08-18T18:58:46.115Z+++ svcs -Hostate baseline
3832026-08-18T18:58:46.125Z++ [[ offline* != online ]]
3842026-08-18T18:58:46.125Z++ [[ 2 -gt 300 ]]
3852026-08-18T18:58:46.128Z++ sleep 1
3862026-08-18T18:58:47.127Z++ retry=3
3872026-08-18T18:58:47.130Z+++ svcs -Hostate baseline
3882026-08-18T18:58:47.142Z++ [[ offline* != online ]]
3892026-08-18T18:58:47.142Z++ [[ 3 -gt 300 ]]
3902026-08-18T18:58:47.142Z++ sleep 1
3912026-08-18T18:58:48.144Z++ retry=4
3922026-08-18T18:58:48.148Z+++ svcs -Hostate baseline
3932026-08-18T18:58:48.159Z++ [[ offline* != online ]]
3942026-08-18T18:58:48.162Z++ [[ 4 -gt 300 ]]
3952026-08-18T18:58:48.162Z++ sleep 1
3962026-08-18T18:58:49.161Z++ retry=5
3972026-08-18T18:58:49.164Z+++ svcs -Hostate baseline
3982026-08-18T18:58:49.175Z++ [[ offline* != online ]]
3992026-08-18T18:58:49.175Z++ [[ 5 -gt 300 ]]
4002026-08-18T18:58:49.175Z++ sleep 1
4012026-08-18T18:58:50.177Z++ retry=6
4022026-08-18T18:58:50.180Z+++ svcs -Hostate baseline
4032026-08-18T18:58:50.192Z++ [[ offline* != online ]]
4042026-08-18T18:58:50.192Z++ [[ 6 -gt 300 ]]
4052026-08-18T18:58:50.192Z++ sleep 1
4062026-08-18T18:58:51.193Z++ retry=7
4072026-08-18T18:58:51.197Z+++ svcs -Hostate baseline
4082026-08-18T18:58:51.208Z++ [[ offline* != online ]]
4092026-08-18T18:58:51.208Z++ [[ 7 -gt 300 ]]
4102026-08-18T18:58:51.208Z++ sleep 1
4112026-08-18T18:58:52.210Z++ retry=8
4122026-08-18T18:58:52.214Z+++ svcs -Hostate baseline
4132026-08-18T18:58:52.225Z++ [[ offline* != online ]]
4142026-08-18T18:58:52.225Z++ [[ 8 -gt 300 ]]
4152026-08-18T18:58:52.225Z++ sleep 1
4162026-08-18T18:58:53.227Z++ retry=9
4172026-08-18T18:58:53.230Z+++ svcs -Hostate baseline
4182026-08-18T18:58:53.243Z++ [[ offline* != online ]]
4192026-08-18T18:58:53.243Z++ [[ 9 -gt 300 ]]
4202026-08-18T18:58:53.243Z++ sleep 1
4212026-08-18T18:58:54.244Z++ retry=10
4222026-08-18T18:58:54.248Z+++ svcs -Hostate baseline
4232026-08-18T18:58:54.259Z++ [[ offline* != online ]]
4242026-08-18T18:58:54.259Z++ [[ 10 -gt 300 ]]
4252026-08-18T18:58:54.259Z++ sleep 1
4262026-08-18T18:58:55.262Z++ retry=11
4272026-08-18T18:58:55.265Z+++ svcs -Hostate baseline
4282026-08-18T18:58:55.275Z++ [[ offline* != online ]]
4292026-08-18T18:58:55.275Z++ [[ 11 -gt 300 ]]
4302026-08-18T18:58:55.275Z++ sleep 1
4312026-08-18T18:58:56.277Z++ retry=12
4322026-08-18T18:58:56.281Z+++ svcs -Hostate baseline
4332026-08-18T18:58:56.293Z++ [[ offline* != online ]]
4342026-08-18T18:58:56.293Z++ [[ 12 -gt 300 ]]
4352026-08-18T18:58:56.293Z++ sleep 1
4362026-08-18T18:58:57.295Z++ retry=13
4372026-08-18T18:58:57.298Z+++ svcs -Hostate baseline
4382026-08-18T18:58:57.310Z++ [[ offline* != online ]]
4392026-08-18T18:58:57.311Z++ [[ 13 -gt 300 ]]
4402026-08-18T18:58:57.311Z++ sleep 1
4412026-08-18T18:58:58.312Z++ retry=14
4422026-08-18T18:58:58.316Z+++ svcs -Hostate baseline
4432026-08-18T18:58:58.326Z++ [[ offline* != online ]]
4442026-08-18T18:58:58.326Z++ [[ 14 -gt 300 ]]
4452026-08-18T18:58:58.326Z++ sleep 1
4462026-08-18T18:58:59.329Z++ retry=15
4472026-08-18T18:58:59.332Z+++ svcs -Hostate baseline
4482026-08-18T18:58:59.344Z++ [[ offline* != online ]]
4492026-08-18T18:58:59.344Z++ [[ 15 -gt 300 ]]
4502026-08-18T18:58:59.344Z++ sleep 1
4512026-08-18T18:59:00.344Z++ retry=16
4522026-08-18T18:59:00.350Z+++ svcs -Hostate baseline
4532026-08-18T18:59:00.359Z++ [[ offline* != online ]]
4542026-08-18T18:59:00.359Z++ [[ 16 -gt 300 ]]
4552026-08-18T18:59:00.359Z++ sleep 1
4562026-08-18T18:59:01.361Z++ retry=17
4572026-08-18T18:59:01.365Z+++ svcs -Hostate baseline
4582026-08-18T18:59:01.376Z++ [[ offline* != online ]]
4592026-08-18T18:59:01.376Z++ [[ 17 -gt 300 ]]
4602026-08-18T18:59:01.376Z++ sleep 1
4612026-08-18T18:59:02.378Z++ retry=18
4622026-08-18T18:59:02.381Z+++ svcs -Hostate baseline
4632026-08-18T18:59:02.395Z++ [[ offline* != online ]]
4642026-08-18T18:59:02.395Z++ [[ 18 -gt 300 ]]
4652026-08-18T18:59:02.395Z++ sleep 1
4662026-08-18T18:59:03.396Z++ retry=19
4672026-08-18T18:59:03.400Z+++ svcs -Hostate baseline
4682026-08-18T18:59:03.410Z++ [[ offline* != online ]]
4692026-08-18T18:59:03.410Z++ [[ 19 -gt 300 ]]
4702026-08-18T18:59:03.410Z++ sleep 1
4712026-08-18T18:59:04.412Z++ retry=20
4722026-08-18T18:59:04.418Z+++ svcs -Hostate baseline
4732026-08-18T18:59:04.427Z++ [[ offline* != online ]]
4742026-08-18T18:59:04.427Z++ [[ 20 -gt 300 ]]
4752026-08-18T18:59:04.427Z++ sleep 1
4762026-08-18T18:59:05.430Z++ retry=21
4772026-08-18T18:59:05.434Z+++ svcs -Hostate baseline
4782026-08-18T18:59:05.444Z++ [[ offline* != online ]]
4792026-08-18T18:59:05.444Z++ [[ 21 -gt 300 ]]
4802026-08-18T18:59:05.444Z++ sleep 1
4812026-08-18T18:59:06.446Z++ retry=22
4822026-08-18T18:59:06.450Z+++ svcs -Hostate baseline
4832026-08-18T18:59:06.460Z++ [[ offline* != online ]]
4842026-08-18T18:59:06.460Z++ [[ 22 -gt 300 ]]
4852026-08-18T18:59:06.460Z++ sleep 1
4862026-08-18T18:59:07.463Z++ retry=23
4872026-08-18T18:59:07.466Z+++ svcs -Hostate baseline
4882026-08-18T18:59:07.477Z++ [[ offline* != online ]]
4892026-08-18T18:59:07.477Z++ [[ 23 -gt 300 ]]
4902026-08-18T18:59:07.477Z++ sleep 1
4912026-08-18T18:59:08.479Z++ retry=24
4922026-08-18T18:59:08.483Z+++ svcs -Hostate baseline
4932026-08-18T18:59:08.494Z++ [[ offline* != online ]]
4942026-08-18T18:59:08.494Z++ [[ 24 -gt 300 ]]
4952026-08-18T18:59:08.494Z++ sleep 1
4962026-08-18T18:59:09.496Z++ retry=25
4972026-08-18T18:59:09.499Z+++ svcs -Hostate baseline
4982026-08-18T18:59:09.510Z++ [[ offline* != online ]]
4992026-08-18T18:59:09.510Z++ [[ 25 -gt 300 ]]
5002026-08-18T18:59:09.511Z++ sleep 1
5012026-08-18T18:59:10.512Z++ retry=26
5022026-08-18T18:59:10.516Z+++ svcs -Hostate baseline
5032026-08-18T18:59:10.527Z++ [[ offline* != online ]]
5042026-08-18T18:59:10.527Z++ [[ 26 -gt 300 ]]
5052026-08-18T18:59:10.527Z++ sleep 1
5062026-08-18T18:59:11.529Z++ retry=27
5072026-08-18T18:59:11.532Z+++ svcs -Hostate baseline
5082026-08-18T18:59:11.544Z++ [[ offline* != online ]]
5092026-08-18T18:59:11.544Z++ [[ 27 -gt 300 ]]
5102026-08-18T18:59:11.544Z++ sleep 1
5112026-08-18T18:59:12.546Z++ retry=28
5122026-08-18T18:59:12.550Z+++ svcs -Hostate baseline
5132026-08-18T18:59:12.561Z++ [[ offline* != online ]]
5142026-08-18T18:59:12.561Z++ [[ 28 -gt 300 ]]
5152026-08-18T18:59:12.561Z++ sleep 1
5162026-08-18T18:59:13.563Z++ retry=29
5172026-08-18T18:59:13.566Z+++ svcs -Hostate baseline
5182026-08-18T18:59:13.578Z++ [[ offline* != online ]]
5192026-08-18T18:59:13.578Z++ [[ 29 -gt 300 ]]
5202026-08-18T18:59:13.578Z++ sleep 1
5212026-08-18T18:59:14.580Z++ retry=30
5222026-08-18T18:59:14.583Z+++ svcs -Hostate baseline
5232026-08-18T18:59:14.594Z++ [[ offline* != online ]]
5242026-08-18T18:59:14.594Z++ [[ 30 -gt 300 ]]
5252026-08-18T18:59:14.594Z++ sleep 1
5262026-08-18T18:59:15.597Z++ retry=31
5272026-08-18T18:59:15.601Z+++ svcs -Hostate baseline
5282026-08-18T18:59:15.611Z++ [[ offline* != online ]]
5292026-08-18T18:59:15.611Z++ [[ 31 -gt 300 ]]
5302026-08-18T18:59:15.611Z++ sleep 1
5312026-08-18T18:59:16.613Z++ retry=32
5322026-08-18T18:59:16.617Z+++ svcs -Hostate baseline
5332026-08-18T18:59:16.628Z++ [[ offline* != online ]]
5342026-08-18T18:59:16.631Z++ [[ 32 -gt 300 ]]
5352026-08-18T18:59:16.632Z++ sleep 1
5362026-08-18T18:59:17.630Z++ retry=33
5372026-08-18T18:59:17.633Z+++ svcs -Hostate baseline
5382026-08-18T18:59:17.645Z++ [[ offline* != online ]]
5392026-08-18T18:59:17.648Z++ [[ 33 -gt 300 ]]
5402026-08-18T18:59:17.648Z++ sleep 1
5412026-08-18T18:59:18.647Z++ retry=34
5422026-08-18T18:59:18.650Z+++ svcs -Hostate baseline
5432026-08-18T18:59:18.661Z++ [[ offline* != online ]]
5442026-08-18T18:59:18.661Z++ [[ 34 -gt 300 ]]
5452026-08-18T18:59:18.661Z++ sleep 1
5462026-08-18T18:59:19.663Z++ retry=35
5472026-08-18T18:59:19.667Z+++ svcs -Hostate baseline
5482026-08-18T18:59:19.679Z++ [[ offline* != online ]]
5492026-08-18T18:59:19.679Z++ [[ 35 -gt 300 ]]
5502026-08-18T18:59:19.679Z++ sleep 1
5512026-08-18T18:59:20.680Z++ retry=36
5522026-08-18T18:59:20.683Z+++ svcs -Hostate baseline
5532026-08-18T18:59:20.695Z++ [[ offline* != online ]]
5542026-08-18T18:59:20.695Z++ [[ 36 -gt 300 ]]
5552026-08-18T18:59:20.695Z++ sleep 1
5562026-08-18T18:59:21.697Z++ retry=37
5572026-08-18T18:59:21.700Z+++ svcs -Hostate baseline
5582026-08-18T18:59:21.712Z++ [[ offline* != online ]]
5592026-08-18T18:59:21.712Z++ [[ 37 -gt 300 ]]
5602026-08-18T18:59:21.712Z++ sleep 1
5612026-08-18T18:59:22.714Z++ retry=38
5622026-08-18T18:59:22.717Z+++ svcs -Hostate baseline
5632026-08-18T18:59:22.728Z++ [[ offline* != online ]]
5642026-08-18T18:59:22.728Z++ [[ 38 -gt 300 ]]
5652026-08-18T18:59:22.731Z++ sleep 1
5662026-08-18T18:59:23.731Z++ retry=39
5672026-08-18T18:59:23.734Z+++ svcs -Hostate baseline
5682026-08-18T18:59:23.745Z++ [[ offline* != online ]]
5692026-08-18T18:59:23.745Z++ [[ 39 -gt 300 ]]
5702026-08-18T18:59:23.750Z++ sleep 1
5712026-08-18T18:59:24.747Z++ retry=40
5722026-08-18T18:59:24.775Z+++ svcs -Hostate baseline
5732026-08-18T18:59:24.786Z++ [[ offline* != online ]]
5742026-08-18T18:59:24.786Z++ [[ 40 -gt 300 ]]
5752026-08-18T18:59:24.786Z++ sleep 1
5762026-08-18T18:59:25.763Z++ retry=41
5772026-08-18T18:59:25.767Z+++ svcs -Hostate baseline
5782026-08-18T18:59:25.780Z++ [[ offline* != online ]]
5792026-08-18T18:59:25.780Z++ [[ 41 -gt 300 ]]
5802026-08-18T18:59:25.780Z++ sleep 1
5812026-08-18T18:59:26.779Z++ retry=42
5822026-08-18T18:59:26.784Z+++ svcs -Hostate baseline
5832026-08-18T18:59:26.795Z++ [[ offline* != online ]]
5842026-08-18T18:59:26.795Z++ [[ 42 -gt 300 ]]
5852026-08-18T18:59:26.795Z++ sleep 1
5862026-08-18T18:59:27.796Z++ retry=43
5872026-08-18T18:59:27.800Z+++ svcs -Hostate baseline
5882026-08-18T18:59:27.811Z++ [[ offline* != online ]]
5892026-08-18T18:59:27.811Z++ [[ 43 -gt 300 ]]
5902026-08-18T18:59:27.811Z++ sleep 1
5912026-08-18T18:59:28.813Z++ retry=44
5922026-08-18T18:59:28.816Z+++ svcs -Hostate baseline
5932026-08-18T18:59:28.827Z++ [[ offline* != online ]]
5942026-08-18T18:59:28.828Z++ [[ 44 -gt 300 ]]
5952026-08-18T18:59:28.828Z++ sleep 1
5962026-08-18T18:59:29.831Z++ retry=45
5972026-08-18T18:59:29.834Z+++ svcs -Hostate baseline
5982026-08-18T18:59:29.844Z++ [[ offline* != online ]]
5992026-08-18T18:59:29.844Z++ [[ 45 -gt 300 ]]
6002026-08-18T18:59:29.844Z++ sleep 1
6012026-08-18T18:59:30.846Z++ retry=46
6022026-08-18T18:59:30.849Z+++ svcs -Hostate baseline
6032026-08-18T18:59:30.861Z++ [[ offline* != online ]]
6042026-08-18T18:59:30.861Z++ [[ 46 -gt 300 ]]
6052026-08-18T18:59:30.861Z++ sleep 1
6062026-08-18T18:59:31.863Z++ retry=47
6072026-08-18T18:59:31.867Z+++ svcs -Hostate baseline
6082026-08-18T18:59:31.878Z++ [[ offline* != online ]]
6092026-08-18T18:59:31.878Z++ [[ 47 -gt 300 ]]
6102026-08-18T18:59:31.878Z++ sleep 1
6112026-08-18T18:59:32.880Z++ retry=48
6122026-08-18T18:59:32.883Z+++ svcs -Hostate baseline
6132026-08-18T18:59:32.894Z++ [[ offline* != online ]]
6142026-08-18T18:59:32.894Z++ [[ 48 -gt 300 ]]
6152026-08-18T18:59:32.894Z++ sleep 1
6162026-08-18T18:59:33.898Z++ retry=49
6172026-08-18T18:59:33.902Z+++ svcs -Hostate baseline
6182026-08-18T18:59:33.914Z++ [[ offline* != online ]]
6192026-08-18T18:59:33.915Z++ [[ 49 -gt 300 ]]
6202026-08-18T18:59:33.915Z++ sleep 1
6212026-08-18T18:59:34.924Z++ retry=50
6222026-08-18T18:59:34.928Z+++ svcs -Hostate baseline
6232026-08-18T18:59:34.928Z++ [[ offline* != online ]]
6242026-08-18T18:59:34.928Z++ [[ 50 -gt 300 ]]
6252026-08-18T18:59:34.928Z++ sleep 1
6262026-08-18T18:59:35.929Z++ retry=51
6272026-08-18T18:59:35.933Z+++ svcs -Hostate baseline
6282026-08-18T18:59:35.944Z++ [[ offline* != online ]]
6292026-08-18T18:59:35.944Z++ [[ 51 -gt 300 ]]
6302026-08-18T18:59:35.944Z++ sleep 1
6312026-08-18T18:59:36.949Z++ retry=52
6322026-08-18T18:59:36.958Z+++ svcs -Hostate baseline
6332026-08-18T18:59:36.962Z++ [[ offline* != online ]]
6342026-08-18T18:59:36.962Z++ [[ 52 -gt 300 ]]
6352026-08-18T18:59:36.962Z++ sleep 1
6362026-08-18T18:59:37.963Z++ retry=53
6372026-08-18T18:59:37.966Z+++ svcs -Hostate baseline
6382026-08-18T18:59:37.977Z++ [[ offline* != online ]]
6392026-08-18T18:59:37.977Z++ [[ 53 -gt 300 ]]
6402026-08-18T18:59:37.977Z++ sleep 1
6412026-08-18T18:59:38.979Z++ retry=54
6422026-08-18T18:59:38.983Z+++ svcs -Hostate baseline
6432026-08-18T18:59:38.994Z++ [[ offline* != online ]]
6442026-08-18T18:59:38.994Z++ [[ 54 -gt 300 ]]
6452026-08-18T18:59:38.994Z++ sleep 1
6462026-08-18T18:59:39.996Z++ retry=55
6472026-08-18T18:59:39.999Z+++ svcs -Hostate baseline
6482026-08-18T18:59:40.011Z++ [[ offline* != online ]]
6492026-08-18T18:59:40.011Z++ [[ 55 -gt 300 ]]
6502026-08-18T18:59:40.011Z++ sleep 1
6512026-08-18T18:59:41.013Z++ retry=56
6522026-08-18T18:59:41.016Z+++ svcs -Hostate baseline
6532026-08-18T18:59:41.031Z++ [[ offline* != online ]]
6542026-08-18T18:59:41.031Z++ [[ 56 -gt 300 ]]
6552026-08-18T18:59:41.034Z++ sleep 1
6562026-08-18T18:59:42.030Z++ retry=57
6572026-08-18T18:59:42.034Z+++ svcs -Hostate baseline
6582026-08-18T18:59:42.052Z++ [[ offline* != online ]]
6592026-08-18T18:59:42.052Z++ [[ 57 -gt 300 ]]
6602026-08-18T18:59:42.052Z++ sleep 1
6612026-08-18T18:59:43.047Z++ retry=58
6622026-08-18T18:59:43.050Z+++ svcs -Hostate baseline
6632026-08-18T18:59:43.061Z++ [[ offline* != online ]]
6642026-08-18T18:59:43.061Z++ [[ 58 -gt 300 ]]
6652026-08-18T18:59:43.062Z++ sleep 1
6662026-08-18T18:59:44.066Z++ retry=59
6672026-08-18T18:59:44.071Z+++ svcs -Hostate baseline
6682026-08-18T18:59:44.078Z++ [[ offline* != online ]]
6692026-08-18T18:59:44.078Z++ [[ 59 -gt 300 ]]
6702026-08-18T18:59:44.078Z++ sleep 1
6712026-08-18T18:59:45.080Z++ retry=60
6722026-08-18T18:59:45.084Z+++ svcs -Hostate baseline
6732026-08-18T18:59:45.095Z++ [[ offline* != online ]]
6742026-08-18T18:59:45.095Z++ [[ 60 -gt 300 ]]
6752026-08-18T18:59:45.095Z++ sleep 1
6762026-08-18T18:59:46.099Z++ retry=61
6772026-08-18T18:59:46.113Z+++ svcs -Hostate baseline
6782026-08-18T18:59:46.116Z++ [[ offline* != online ]]
6792026-08-18T18:59:46.117Z++ [[ 61 -gt 300 ]]
6802026-08-18T18:59:46.117Z++ sleep 1
6812026-08-18T18:59:47.113Z++ retry=62
6822026-08-18T18:59:47.116Z+++ svcs -Hostate baseline
6832026-08-18T18:59:47.128Z++ [[ offline* != online ]]
6842026-08-18T18:59:47.128Z++ [[ 62 -gt 300 ]]
6852026-08-18T18:59:47.128Z++ sleep 1
6862026-08-18T18:59:48.129Z++ retry=63
6872026-08-18T18:59:48.133Z+++ svcs -Hostate baseline
6882026-08-18T18:59:48.145Z++ [[ offline* != online ]]
6892026-08-18T18:59:48.145Z++ [[ 63 -gt 300 ]]
6902026-08-18T18:59:48.145Z++ sleep 1
6912026-08-18T18:59:49.148Z++ retry=64
6922026-08-18T18:59:49.151Z+++ svcs -Hostate baseline
6932026-08-18T18:59:49.162Z++ [[ offline* != online ]]
6942026-08-18T18:59:49.163Z++ [[ 64 -gt 300 ]]
6952026-08-18T18:59:49.163Z++ sleep 1
6962026-08-18T18:59:50.165Z++ retry=65
6972026-08-18T18:59:50.168Z+++ svcs -Hostate baseline
6982026-08-18T18:59:50.180Z++ [[ offline* != online ]]
6992026-08-18T18:59:50.180Z++ [[ 65 -gt 300 ]]
7002026-08-18T18:59:50.180Z++ sleep 1
7012026-08-18T18:59:51.182Z++ retry=66
7022026-08-18T18:59:51.186Z+++ svcs -Hostate baseline
7032026-08-18T18:59:51.198Z++ [[ offline* != online ]]
7042026-08-18T18:59:51.198Z++ [[ 66 -gt 300 ]]
7052026-08-18T18:59:51.198Z++ sleep 1
7062026-08-18T18:59:52.199Z++ retry=67
7072026-08-18T18:59:52.202Z+++ svcs -Hostate baseline
7082026-08-18T18:59:52.213Z++ [[ offline* != online ]]
7092026-08-18T18:59:52.213Z++ [[ 67 -gt 300 ]]
7102026-08-18T18:59:52.213Z++ sleep 1
7112026-08-18T18:59:53.216Z++ retry=68
7122026-08-18T18:59:53.219Z+++ svcs -Hostate baseline
7132026-08-18T18:59:53.230Z++ [[ offline* != online ]]
7142026-08-18T18:59:53.230Z++ [[ 68 -gt 300 ]]
7152026-08-18T18:59:53.230Z++ sleep 1
7162026-08-18T18:59:54.233Z++ retry=69
7172026-08-18T18:59:54.236Z+++ svcs -Hostate baseline
7182026-08-18T18:59:54.247Z++ [[ offline* != online ]]
7192026-08-18T18:59:54.247Z++ [[ 69 -gt 300 ]]
7202026-08-18T18:59:54.247Z++ sleep 1
7212026-08-18T18:59:55.249Z++ retry=70
7222026-08-18T18:59:55.252Z+++ svcs -Hostate baseline
7232026-08-18T18:59:55.263Z++ [[ offline* != online ]]
7242026-08-18T18:59:55.264Z++ [[ 70 -gt 300 ]]
7252026-08-18T18:59:55.264Z++ sleep 1
7262026-08-18T18:59:56.267Z++ retry=71
7272026-08-18T18:59:56.270Z+++ svcs -Hostate baseline
7282026-08-18T18:59:56.281Z++ [[ offline* != online ]]
7292026-08-18T18:59:56.281Z++ [[ 71 -gt 300 ]]
7302026-08-18T18:59:56.281Z++ sleep 1
7312026-08-18T18:59:57.282Z++ retry=72
7322026-08-18T18:59:57.285Z+++ svcs -Hostate baseline
7332026-08-18T18:59:57.296Z++ [[ offline* != online ]]
7342026-08-18T18:59:57.296Z++ [[ 72 -gt 300 ]]
7352026-08-18T18:59:57.296Z++ sleep 1
7362026-08-18T18:59:58.299Z++ retry=73
7372026-08-18T18:59:58.302Z+++ svcs -Hostate baseline
7382026-08-18T18:59:58.313Z++ [[ offline* != online ]]
7392026-08-18T18:59:58.313Z++ [[ 73 -gt 300 ]]
7402026-08-18T18:59:58.313Z++ sleep 1
7412026-08-18T18:59:59.315Z++ retry=74
7422026-08-18T18:59:59.318Z+++ svcs -Hostate baseline
7432026-08-18T18:59:59.331Z++ [[ offline* != online ]]
7442026-08-18T18:59:59.331Z++ [[ 74 -gt 300 ]]
7452026-08-18T18:59:59.331Z++ sleep 1
7462026-08-18T19:00:00.332Z++ retry=75
7472026-08-18T19:00:00.335Z+++ svcs -Hostate baseline
7482026-08-18T19:00:00.348Z++ [[ offline* != online ]]
7492026-08-18T19:00:00.348Z++ [[ 75 -gt 300 ]]
7502026-08-18T19:00:00.348Z++ sleep 1
7512026-08-18T19:00:01.349Z++ retry=76
7522026-08-18T19:00:01.352Z+++ svcs -Hostate baseline
7532026-08-18T19:00:01.362Z++ [[ offline* != online ]]
7542026-08-18T19:00:01.362Z++ [[ 76 -gt 300 ]]
7552026-08-18T19:00:01.362Z++ sleep 1
7562026-08-18T19:00:02.364Z++ retry=77
7572026-08-18T19:00:02.368Z+++ svcs -Hostate baseline
7582026-08-18T19:00:02.379Z++ [[ offline* != online ]]
7592026-08-18T19:00:02.379Z++ [[ 77 -gt 300 ]]
7602026-08-18T19:00:02.379Z++ sleep 1
7612026-08-18T19:00:03.381Z++ retry=78
7622026-08-18T19:00:03.385Z+++ svcs -Hostate baseline
7632026-08-18T19:00:03.396Z++ [[ offline* != online ]]
7642026-08-18T19:00:03.396Z++ [[ 78 -gt 300 ]]
7652026-08-18T19:00:03.396Z++ sleep 1
7662026-08-18T19:00:04.398Z++ retry=79
7672026-08-18T19:00:04.401Z+++ svcs -Hostate baseline
7682026-08-18T19:00:04.412Z++ [[ offline* != online ]]
7692026-08-18T19:00:04.412Z++ [[ 79 -gt 300 ]]
7702026-08-18T19:00:04.413Z++ sleep 1
7712026-08-18T19:00:05.414Z++ retry=80
7722026-08-18T19:00:05.418Z+++ svcs -Hostate baseline
7732026-08-18T19:00:05.429Z++ [[ offline* != online ]]
7742026-08-18T19:00:05.429Z++ [[ 80 -gt 300 ]]
7752026-08-18T19:00:05.429Z++ sleep 1
7762026-08-18T19:00:06.431Z++ retry=81
7772026-08-18T19:00:06.435Z+++ svcs -Hostate baseline
7782026-08-18T19:00:06.447Z++ [[ offline* != online ]]
7792026-08-18T19:00:06.447Z++ [[ 81 -gt 300 ]]
7802026-08-18T19:00:06.447Z++ sleep 1
7812026-08-18T19:00:07.448Z++ retry=82
7822026-08-18T19:00:07.451Z+++ svcs -Hostate baseline
7832026-08-18T19:00:07.462Z++ [[ offline* != online ]]
7842026-08-18T19:00:07.463Z++ [[ 82 -gt 300 ]]
7852026-08-18T19:00:07.463Z++ sleep 1
7862026-08-18T19:00:08.464Z++ retry=83
7872026-08-18T19:00:08.467Z+++ svcs -Hostate baseline
7882026-08-18T19:00:08.480Z++ [[ offline* != online ]]
7892026-08-18T19:00:08.480Z++ [[ 83 -gt 300 ]]
7902026-08-18T19:00:08.480Z++ sleep 1
7912026-08-18T19:00:09.481Z++ retry=84
7922026-08-18T19:00:09.484Z+++ svcs -Hostate baseline
7932026-08-18T19:00:09.495Z++ [[ offline* != online ]]
7942026-08-18T19:00:09.495Z++ [[ 84 -gt 300 ]]
7952026-08-18T19:00:09.495Z++ sleep 1
7962026-08-18T19:00:10.497Z++ retry=85
7972026-08-18T19:00:10.500Z+++ svcs -Hostate baseline
7982026-08-18T19:00:10.513Z++ [[ offline* != online ]]
7992026-08-18T19:00:10.513Z++ [[ 85 -gt 300 ]]
8002026-08-18T19:00:10.513Z++ sleep 1
8012026-08-18T19:00:11.514Z++ retry=86
8022026-08-18T19:00:11.517Z+++ svcs -Hostate baseline
8032026-08-18T19:00:11.529Z++ [[ offline* != online ]]
8042026-08-18T19:00:11.529Z++ [[ 86 -gt 300 ]]
8052026-08-18T19:00:11.529Z++ sleep 1
8062026-08-18T19:00:12.531Z++ retry=87
8072026-08-18T19:00:12.534Z+++ svcs -Hostate baseline
8082026-08-18T19:00:12.545Z++ [[ offline* != online ]]
8092026-08-18T19:00:12.545Z++ [[ 87 -gt 300 ]]
8102026-08-18T19:00:12.545Z++ sleep 1
8112026-08-18T19:00:13.547Z++ retry=88
8122026-08-18T19:00:13.551Z+++ svcs -Hostate baseline
8132026-08-18T19:00:13.562Z++ [[ offline* != online ]]
8142026-08-18T19:00:13.562Z++ [[ 88 -gt 300 ]]
8152026-08-18T19:00:13.562Z++ sleep 1
8162026-08-18T19:00:14.564Z++ retry=89
8172026-08-18T19:00:14.567Z+++ svcs -Hostate baseline
8182026-08-18T19:00:14.579Z++ [[ offline* != online ]]
8192026-08-18T19:00:14.579Z++ [[ 89 -gt 300 ]]
8202026-08-18T19:00:14.579Z++ sleep 1
8212026-08-18T19:00:15.581Z++ retry=90
8222026-08-18T19:00:15.584Z+++ svcs -Hostate baseline
8232026-08-18T19:00:15.595Z++ [[ offline* != online ]]
8242026-08-18T19:00:15.595Z++ [[ 90 -gt 300 ]]
8252026-08-18T19:00:15.595Z++ sleep 1
8262026-08-18T19:00:16.597Z++ retry=91
8272026-08-18T19:00:16.600Z+++ svcs -Hostate baseline
8282026-08-18T19:00:16.612Z++ [[ offline* != online ]]
8292026-08-18T19:00:16.612Z++ [[ 91 -gt 300 ]]
8302026-08-18T19:00:16.612Z++ sleep 1
8312026-08-18T19:00:17.614Z++ retry=92
8322026-08-18T19:00:17.617Z+++ svcs -Hostate baseline
8332026-08-18T19:00:17.635Z++ [[ offline* != online ]]
8342026-08-18T19:00:17.635Z++ [[ 92 -gt 300 ]]
8352026-08-18T19:00:17.638Z++ sleep 1
8362026-08-18T19:00:18.637Z++ retry=93
8372026-08-18T19:00:18.640Z+++ svcs -Hostate baseline
8382026-08-18T19:00:18.652Z++ [[ offline* != online ]]
8392026-08-18T19:00:18.652Z++ [[ 93 -gt 300 ]]
8402026-08-18T19:00:18.652Z++ sleep 1
8412026-08-18T19:00:19.653Z++ retry=94
8422026-08-18T19:00:19.657Z+++ svcs -Hostate baseline
8432026-08-18T19:00:19.668Z++ [[ offline* != online ]]
8442026-08-18T19:00:19.668Z++ [[ 94 -gt 300 ]]
8452026-08-18T19:00:19.668Z++ sleep 1
8462026-08-18T19:00:20.670Z++ retry=95
8472026-08-18T19:00:20.673Z+++ svcs -Hostate baseline
8482026-08-18T19:00:20.685Z++ [[ offline* != online ]]
8492026-08-18T19:00:20.685Z++ [[ 95 -gt 300 ]]
8502026-08-18T19:00:20.685Z++ sleep 1
8512026-08-18T19:00:21.688Z++ retry=96
8522026-08-18T19:00:21.691Z+++ svcs -Hostate baseline
8532026-08-18T19:00:21.701Z++ [[ offline* != online ]]
8542026-08-18T19:00:21.701Z++ [[ 96 -gt 300 ]]
8552026-08-18T19:00:21.701Z++ sleep 1
8562026-08-18T19:00:22.703Z++ retry=97
8572026-08-18T19:00:22.706Z+++ svcs -Hostate baseline
8582026-08-18T19:00:22.717Z++ [[ offline* != online ]]
8592026-08-18T19:00:22.720Z++ [[ 97 -gt 300 ]]
8602026-08-18T19:00:22.720Z++ sleep 1
8612026-08-18T19:00:23.719Z++ retry=98
8622026-08-18T19:00:23.722Z+++ svcs -Hostate baseline
8632026-08-18T19:00:23.734Z++ [[ offline* != online ]]
8642026-08-18T19:00:23.734Z++ [[ 98 -gt 300 ]]
8652026-08-18T19:00:23.734Z++ sleep 1
8662026-08-18T19:00:24.737Z++ retry=99
8672026-08-18T19:00:24.740Z+++ svcs -Hostate baseline
8682026-08-18T19:00:24.751Z++ [[ offline* != online ]]
8692026-08-18T19:00:24.751Z++ [[ 99 -gt 300 ]]
8702026-08-18T19:00:24.751Z++ sleep 1
8712026-08-18T19:00:25.753Z++ retry=100
8722026-08-18T19:00:25.756Z+++ svcs -Hostate baseline
8732026-08-18T19:00:25.767Z++ [[ offline* != online ]]
8742026-08-18T19:00:25.768Z++ [[ 100 -gt 300 ]]
8752026-08-18T19:00:25.768Z++ sleep 1
8762026-08-18T19:00:26.769Z++ retry=101
8772026-08-18T19:00:26.776Z+++ svcs -Hostate baseline
8782026-08-18T19:00:26.785Z++ [[ offline* != online ]]
8792026-08-18T19:00:26.785Z++ [[ 101 -gt 300 ]]
8802026-08-18T19:00:26.785Z++ sleep 1
8812026-08-18T19:00:27.786Z++ retry=102
8822026-08-18T19:00:27.789Z+++ svcs -Hostate baseline
8832026-08-18T19:00:27.801Z++ [[ offline* != online ]]
8842026-08-18T19:00:27.801Z++ [[ 102 -gt 300 ]]
8852026-08-18T19:00:27.804Z++ sleep 1
8862026-08-18T19:00:28.802Z++ retry=103
8872026-08-18T19:00:28.806Z+++ svcs -Hostate baseline
8882026-08-18T19:00:28.818Z++ [[ offline* != online ]]
8892026-08-18T19:00:28.818Z++ [[ 103 -gt 300 ]]
8902026-08-18T19:00:28.821Z++ sleep 1
8912026-08-18T19:00:29.819Z++ retry=104
8922026-08-18T19:00:29.824Z+++ svcs -Hostate baseline
8932026-08-18T19:00:29.833Z++ [[ offline* != online ]]
8942026-08-18T19:00:29.833Z++ [[ 104 -gt 300 ]]
8952026-08-18T19:00:29.839Z++ sleep 1
8962026-08-18T19:00:30.835Z++ retry=105
8972026-08-18T19:00:30.838Z+++ svcs -Hostate baseline
8982026-08-18T19:00:30.849Z++ [[ offline* != online ]]
8992026-08-18T19:00:30.849Z++ [[ 105 -gt 300 ]]
9002026-08-18T19:00:30.849Z++ sleep 1
9012026-08-18T19:00:31.853Z++ retry=106
9022026-08-18T19:00:31.859Z+++ svcs -Hostate baseline
9032026-08-18T19:00:31.870Z++ [[ offline* != online ]]
9042026-08-18T19:00:31.870Z++ [[ 106 -gt 300 ]]
9052026-08-18T19:00:31.887Z++ sleep 1
9062026-08-18T19:00:32.872Z++ retry=107
9072026-08-18T19:00:32.876Z+++ svcs -Hostate baseline
9082026-08-18T19:00:32.885Z++ [[ offline* != online ]]
9092026-08-18T19:00:32.885Z++ [[ 107 -gt 300 ]]
9102026-08-18T19:00:32.885Z++ sleep 1
9112026-08-18T19:00:33.884Z++ retry=108
9122026-08-18T19:00:33.888Z+++ svcs -Hostate baseline
9132026-08-18T19:00:33.899Z++ [[ offline* != online ]]
9142026-08-18T19:00:33.902Z++ [[ 108 -gt 300 ]]
9152026-08-18T19:00:33.902Z++ sleep 1
9162026-08-18T19:00:34.901Z++ retry=109
9172026-08-18T19:00:34.904Z+++ svcs -Hostate baseline
9182026-08-18T19:00:34.915Z++ [[ online != online ]]
9192026-08-18T19:00:34.919Z++ set -o errexit
9202026-08-18T19:00:34.919Z++ set -o pipefail
9212026-08-18T19:00:34.919Z++ banner build
9222026-08-18T19:00:34.919Z
9232026-08-18T19:00:34.919Z ##### # # # # #####
9242026-08-18T19:00:34.919Z # # # # # # # #
9252026-08-18T19:00:34.919Z ##### # # # # # #
9262026-08-18T19:00:34.919Z # # # # # # # #
9272026-08-18T19:00:34.919Z # # # # # # # #
9282026-08-18T19:00:34.919Z ##### #### # ###### #####
9292026-08-18T19:00:34.919Z
9302026-08-18T19:00:34.919Z++ cargo build --release --bin ddmd --bin ddmadm
9312026-08-18T19:00:34.923Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
9322026-08-18T19:00:35.067Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
9332026-08-18T19:00:35.073Zinfo: downloading 6 components
9342026-08-18T19:00:49.349Z Updating git repository `https://github.com/oxidecomputer/falcon`
9352026-08-18T19:00:50.700ZFrom https://github.com/oxidecomputer/falcon
9362026-08-18T19:00:50.700Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
9372026-08-18T19:00:50.781Z Updating crates.io index
9382026-08-18T19:00:50.785Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9392026-08-18T19:00:51.260ZFrom https://github.com/oxidecomputer/dendrite
9402026-08-18T19:00:51.260Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
9412026-08-18T19:00:51.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
9422026-08-18T19:00:51.669ZFrom https://github.com/oxidecomputer/ispf
9432026-08-18T19:00:51.669Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9442026-08-18T19:00:51.674Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9452026-08-18T19:00:52.160ZFrom https://github.com/oxidecomputer/netadm-sys
9462026-08-18T19:00:52.160Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
9472026-08-18T19:00:52.167Z Updating git repository `https://github.com/oxidecomputer/omicron`
9482026-08-18T19:00:58.930ZFrom https://github.com/oxidecomputer/omicron
9492026-08-18T19:00:58.930Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9502026-08-18T19:00:59.353Z Updating git repository `https://github.com/oxidecomputer/opte`
9512026-08-18T19:01:00.257ZFrom https://github.com/oxidecomputer/opte
9522026-08-18T19:01:00.257Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
9532026-08-18T19:01:00.284Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9542026-08-18T19:01:00.606ZFrom https://github.com/oxidecomputer/slog-error-chain
9552026-08-18T19:01:00.606Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9562026-08-18T19:01:00.614Z Updating git repository `https://github.com/illumos/smf-rs`
9572026-08-18T19:01:00.942ZFrom https://github.com/illumos/smf-rs
9582026-08-18T19:01:00.943Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9592026-08-18T19:01:00.953Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9602026-08-18T19:01:01.663ZFrom https://github.com/oxidecomputer/network-interface
9612026-08-18T19:01:01.663Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9622026-08-18T19:01:01.669Z Updating git repository `https://github.com/oxidecomputer/zone`
9632026-08-18T19:01:02.016ZFrom https://github.com/oxidecomputer/zone
9642026-08-18T19:01:02.016Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9652026-08-18T19:01:02.022Z Updating git repository `https://github.com/oxidecomputer/propolis`
9662026-08-18T19:01:02.770ZFrom https://github.com/oxidecomputer/propolis
9672026-08-18T19:01:02.770Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9682026-08-18T19:01:02.813Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9692026-08-18T19:01:03.538ZFrom https://github.com/oxidecomputer/transceiver-control
9702026-08-18T19:01:03.538Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
9712026-08-18T19:01:03.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9722026-08-18T19:01:04.028ZFrom https://github.com/oxidecomputer/dlpi-sys
9732026-08-18T19:01:04.028Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
9742026-08-18T19:01:04.034Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9752026-08-18T19:01:04.516ZFrom https://github.com/jmesmon/rust-libzfs
9762026-08-18T19:01:04.516Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9772026-08-18T19:01:04.523Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9782026-08-18T19:01:04.893ZFrom https://github.com/oxidecomputer/rusty-doors
9792026-08-18T19:01:04.893Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9802026-08-18T19:01:04.899Z Updating git repository `https://github.com/oxidecomputer/lldp`
9812026-08-18T19:01:05.378ZFrom https://github.com/oxidecomputer/lldp
9822026-08-18T19:01:05.378Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9832026-08-18T19:01:05.389Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9842026-08-18T19:01:05.896ZFrom https://github.com/oxidecomputer/tufaceous
9852026-08-18T19:01:05.896Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9862026-08-18T19:01:05.906Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9872026-08-18T19:01:06.406ZFrom https://github.com/oxidecomputer/management-gateway-service
9882026-08-18T19:01:06.406Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9892026-08-18T19:01:06.419Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-08-18T19:01:07.293ZFrom https://github.com/oxidecomputer/crucible
9912026-08-18T19:01:07.293Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9922026-08-18T19:01:07.338Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9932026-08-18T19:01:07.827ZFrom https://github.com/oxidecomputer/serde_human_bytes
9942026-08-18T19:01:07.827Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9952026-08-18T19:01:07.837Z Updating git repository `https://github.com/oxidecomputer/propolis`
9962026-08-18T19:01:08.582ZFrom https://github.com/oxidecomputer/propolis
9972026-08-18T19:01:08.582Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9982026-08-18T19:01:08.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
9992026-08-18T19:01:09.264ZFrom https://github.com/oxidecomputer/crucible
10002026-08-18T19:01:09.264Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10012026-08-18T19:01:09.329Z Updating git repository `https://github.com/oxidecomputer/tofino`
10022026-08-18T19:01:09.762ZFrom https://github.com/oxidecomputer/tofino
10032026-08-18T19:01:09.762Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10042026-08-18T19:01:09.773Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10052026-08-18T19:01:10.993ZFrom https://github.com/oxidecomputer/maghemite
10062026-08-18T19:01:10.994Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10072026-08-18T19:01:11.025Z Updating git repository `https://github.com/oxidecomputer/clickward`
10082026-08-18T19:01:11.364ZFrom https://github.com/oxidecomputer/clickward
10092026-08-18T19:01:11.364Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10102026-08-18T19:01:11.371Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10112026-08-18T19:01:11.990ZFrom https://github.com/oxidecomputer/illumos-devinfo
10122026-08-18T19:01:11.990Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10132026-08-18T19:01:13.858Z Downloading crates ...
10142026-08-18T19:01:13.902Z Downloaded adler2 v2.0.1
10152026-08-18T19:01:13.907Z Downloaded anstyle-query v1.1.5
10162026-08-18T19:01:13.911Z Downloaded allocator-api2 v0.2.21
10172026-08-18T19:01:13.916Z Downloaded base64 v0.22.1
10182026-08-18T19:01:13.919Z Downloaded bcs v0.1.6
10192026-08-18T19:01:13.923Z Downloaded crossbeam-utils v0.8.22
10202026-08-18T19:01:13.926Z Downloaded idna_adapter v1.2.2
10212026-08-18T19:01:13.926Z Downloaded chacha20poly1305 v0.10.1
10222026-08-18T19:01:13.926Z Downloaded async-stream-impl v0.3.6
10232026-08-18T19:01:13.929Z Downloaded ahash v0.8.12
10242026-08-18T19:01:13.929Z Downloaded anstyle-parse v1.0.0
10252026-08-18T19:01:13.933Z Downloaded jiff-static v0.2.35
10262026-08-18T19:01:13.945Z Downloaded const-random v0.1.18
10272026-08-18T19:01:13.948Z Downloaded async-recursion v1.1.1
10282026-08-18T19:01:13.952Z Downloaded linked-hash-map v0.5.6
10292026-08-18T19:01:13.952Z Downloaded lru-cache v0.1.2
10302026-08-18T19:01:13.952Z Downloaded macaddr v1.0.1
10312026-08-18T19:01:13.952Z Downloaded bit-set v0.8.0
10322026-08-18T19:01:13.957Z Downloaded libsw v3.5.0
10332026-08-18T19:01:13.961Z Downloaded autocfg v1.5.1
10342026-08-18T19:01:13.961Z Downloaded bit-vec v0.8.0
10352026-08-18T19:01:13.961Z Downloaded ipnet v2.12.1
10362026-08-18T19:01:13.961Z Downloaded is_ci v1.2.0
10372026-08-18T19:01:13.964Z Downloaded num v0.4.3
10382026-08-18T19:01:13.964Z Downloaded base16ct v1.0.0
10392026-08-18T19:01:13.969Z Downloaded aead v0.5.2
10402026-08-18T19:01:13.973Z Downloaded is-terminal v0.4.17
10412026-08-18T19:01:13.978Z Downloaded clap_lex v1.1.0
10422026-08-18T19:01:13.978Z Downloaded num-complex v0.4.6
10432026-08-18T19:01:13.981Z Downloaded base16ct v0.2.0
10442026-08-18T19:01:13.985Z Downloaded bytecount v0.6.9
10452026-08-18T19:01:13.988Z Downloaded aho-corasick v1.1.5
10462026-08-18T19:01:13.992Z Downloaded atomicwrites v0.4.4
10472026-08-18T19:01:13.992Z Downloaded itoa v1.0.18
10482026-08-18T19:01:13.992Z Downloaded konst_macro_rules v0.2.19
10492026-08-18T19:01:13.992Z Downloaded crunchy v0.2.4
10502026-08-18T19:01:13.997Z Downloaded cstr-argument v0.1.2
10512026-08-18T19:01:13.997Z Downloaded cpufeatures v0.2.17
10522026-08-18T19:01:13.997Z Downloaded atomic-waker v1.1.2
10532026-08-18T19:01:13.997Z Downloaded cobs v0.3.0
10542026-08-18T19:01:14.000Z Downloaded ident_case v1.0.1
10552026-08-18T19:01:14.000Z Downloaded keccak v0.1.6
10562026-08-18T19:01:14.000Z Downloaded sigpipe v0.1.3
10572026-08-18T19:01:14.000Z Downloaded ingot-types v0.1.2
10582026-08-18T19:01:14.000Z Downloaded block-buffer v0.12.1
10592026-08-18T19:01:14.007Z Downloaded cpufeatures v0.3.0
10602026-08-18T19:01:14.007Z Downloaded ciborium-io v0.2.2
10612026-08-18T19:01:14.007Z Downloaded colorchoice v1.0.5
10622026-08-18T19:01:14.010Z Downloaded httpdate v1.0.3
10632026-08-18T19:01:14.010Z Downloaded indent_write v2.2.0
10642026-08-18T19:01:14.010Z Downloaded cfg_aliases v0.2.2
10652026-08-18T19:01:14.010Z Downloaded num-derive v0.4.2
10662026-08-18T19:01:14.010Z Downloaded convert_case v0.4.0
10672026-08-18T19:01:14.010Z Downloaded inout v0.1.4
10682026-08-18T19:01:14.014Z Downloaded no-std-compat v0.4.1
10692026-08-18T19:01:14.014Z Downloaded ciborium-ll v0.2.2
10702026-08-18T19:01:14.014Z Downloaded crucible-workspace-hack v0.1.0
10712026-08-18T19:01:14.019Z Downloaded crypto-common v0.1.7
10722026-08-18T19:01:14.019Z Downloaded const-random-macro v0.1.16
10732026-08-18T19:01:14.019Z Downloaded crypto-common v0.2.2
10742026-08-18T19:01:14.022Z Downloaded num_enum_derive v0.5.11
10752026-08-18T19:01:14.022Z Downloaded lazy_static v1.5.0
10762026-08-18T19:01:14.026Z Downloaded compression-core v0.4.32
10772026-08-18T19:01:14.026Z Downloaded is_terminal_polyfill v1.70.2
10782026-08-18T19:01:14.026Z Downloaded num_threads v0.1.7
10792026-08-18T19:01:14.029Z Downloaded internet-checksum v0.2.1
10802026-08-18T19:01:14.029Z Downloaded natord v1.0.9
10812026-08-18T19:01:14.029Z Downloaded mime v0.3.17
10822026-08-18T19:01:14.029Z Downloaded crc8 v0.1.1
10832026-08-18T19:01:14.029Z Downloaded serde_plain v1.0.2
10842026-08-18T19:01:14.032Z Downloaded instant v0.1.13
10852026-08-18T19:01:14.033Z Downloaded match_cfg v0.1.0
10862026-08-18T19:01:14.036Z Downloaded scroll_derive v0.12.1
10872026-08-18T19:01:14.036Z Downloaded bs58 v0.5.1
10882026-08-18T19:01:14.036Z Downloaded anstream v1.0.0
10892026-08-18T19:01:14.039Z Downloaded backoff v0.4.0
10902026-08-18T19:01:14.042Z Downloaded memoffset v0.9.1
10912026-08-18T19:01:14.042Z Downloaded byte-wrapper v0.1.0
10922026-08-18T19:01:14.043Z Downloaded cmake v0.1.58
10932026-08-18T19:01:14.043Z Downloaded argon2 v0.5.3
10942026-08-18T19:01:14.046Z Downloaded byteorder v1.5.0
10952026-08-18T19:01:14.049Z Downloaded serde_spanned v1.1.1
10962026-08-18T19:01:14.055Z Downloaded termtree v0.5.1
10972026-08-18T19:01:14.058Z Downloaded strum v0.27.2
10982026-08-18T19:01:14.058Z Downloaded newline-converter v0.3.0
10992026-08-18T19:01:14.058Z Downloaded num-conv v0.2.2
11002026-08-18T19:01:14.062Z Downloaded thread-id v5.1.0
11012026-08-18T19:01:14.062Z Downloaded memmap v0.7.0
11022026-08-18T19:01:14.062Z Downloaded tinyvec_macros v0.1.1
11032026-08-18T19:01:14.062Z Downloaded async-stream v0.3.6
11042026-08-18T19:01:14.066Z Downloaded cfg-if v1.0.4
11052026-08-18T19:01:14.069Z Downloaded chacha20 v0.9.1
11062026-08-18T19:01:14.069Z Downloaded cipher v0.4.4
11072026-08-18T19:01:14.069Z Downloaded anstyle v1.0.14
11082026-08-18T19:01:14.069Z Downloaded block-buffer v0.10.4
11092026-08-18T19:01:14.069Z Downloaded ingot v0.2.1
11102026-08-18T19:01:14.069Z Downloaded const_format_proc_macros v0.2.34
11112026-08-18T19:01:14.073Z Downloaded opaque-debug v0.3.1
11122026-08-18T19:01:14.076Z Downloaded same-file v1.0.6
11132026-08-18T19:01:14.076Z Downloaded async-trait v0.1.92
11142026-08-18T19:01:14.079Z Downloaded num-iter v0.1.46
11152026-08-18T19:01:14.079Z Downloaded omicron-workspace-hack v0.1.0
11162026-08-18T19:01:14.079Z Downloaded newtype_derive v0.1.6
11172026-08-18T19:01:14.079Z Downloaded olpc-cjson v0.1.4
11182026-08-18T19:01:14.079Z Downloaded compression-codecs v0.4.38
11192026-08-18T19:01:14.086Z Downloaded lru-slab v0.1.2
11202026-08-18T19:01:14.087Z Downloaded crossbeam-deque v0.8.7
11212026-08-18T19:01:14.090Z Downloaded managed v0.8.0
11222026-08-18T19:01:14.090Z Downloaded daft-derive v0.1.8
11232026-08-18T19:01:14.090Z Downloaded strsim v0.11.1
11242026-08-18T19:01:14.093Z Downloaded daft v0.1.8
11252026-08-18T19:01:14.093Z Downloaded critical-section v1.2.0
11262026-08-18T19:01:14.093Z Downloaded libscf-sys v1.2.0
11272026-08-18T19:01:14.093Z Downloaded tabled_derive v0.7.0
11282026-08-18T19:01:14.093Z Downloaded tower-service v0.3.3
11292026-08-18T19:01:14.093Z Downloaded try-lock v0.2.5
11302026-08-18T19:01:14.097Z Downloaded schemars_derive v0.8.22
11312026-08-18T19:01:14.097Z Downloaded camino-tempfile v1.4.1
11322026-08-18T19:01:14.097Z Downloaded colored v3.1.1
11332026-08-18T19:01:14.100Z Downloaded hybrid-array v0.4.14
11342026-08-18T19:01:14.100Z Downloaded ingot-macros v0.1.1
11352026-08-18T19:01:14.100Z Downloaded ingot-types v0.2.0
11362026-08-18T19:01:14.100Z Downloaded backon v1.6.0
11372026-08-18T19:01:14.103Z Downloaded console v0.16.4
11382026-08-18T19:01:14.103Z Downloaded csv-core v0.1.13
11392026-08-18T19:01:14.103Z Downloaded utf8parse v0.2.2
11402026-08-18T19:01:14.107Z Downloaded wait-timeout v0.2.1
11412026-08-18T19:01:14.110Z Downloaded bytes v1.12.1
11422026-08-18T19:01:14.110Z Downloaded ipnetwork v0.21.1
11432026-08-18T19:01:14.114Z Downloaded camino v1.2.5
11442026-08-18T19:01:14.117Z Downloaded sha2 v0.10.9
11452026-08-18T19:01:14.120Z Downloaded strum_macros v0.26.4
11462026-08-18T19:01:14.120Z Downloaded waitgroup v0.1.2
11472026-08-18T19:01:14.120Z Downloaded num_enum_derive v0.7.6
11482026-08-18T19:01:14.124Z Downloaded defmt-parser v1.0.0
11492026-08-18T19:01:14.127Z Downloaded unarray v0.1.4
11502026-08-18T19:01:14.127Z Downloaded unit-prefix v0.5.2
11512026-08-18T19:01:14.127Z Downloaded errno v0.3.14
11522026-08-18T19:01:14.127Z Downloaded futures-io v0.3.34
11532026-08-18T19:01:14.134Z Downloaded num-rational v0.4.2
11542026-08-18T19:01:14.134Z Downloaded hash32 v0.3.1
11552026-08-18T19:01:14.138Z Downloaded base64ct v1.8.3
11562026-08-18T19:01:14.138Z Downloaded slab v0.4.12
11572026-08-18T19:01:14.138Z Downloaded slog-async v2.8.0
11582026-08-18T19:01:14.138Z Downloaded ciborium v0.2.2
11592026-08-18T19:01:14.138Z Downloaded clap_derive v4.6.4
11602026-08-18T19:01:14.138Z Downloaded libsw-core v0.3.2
11612026-08-18T19:01:14.142Z Downloaded ingot-macros v0.2.0
11622026-08-18T19:01:14.142Z Downloaded chacha20 v0.10.1
11632026-08-18T19:01:14.142Z Downloaded console v0.15.11
11642026-08-18T19:01:14.147Z Downloaded indexmap v1.9.3
11652026-08-18T19:01:14.147Z Downloaded cancel-safe-futures v0.1.5
11662026-08-18T19:01:14.147Z Downloaded konst v0.2.20
11672026-08-18T19:01:14.154Z Downloaded anyhow v1.0.104
11682026-08-18T19:01:14.154Z Downloaded blake2 v0.10.6
11692026-08-18T19:01:14.154Z Downloaded universal-hash v0.5.1
11702026-08-18T19:01:14.154Z Downloaded usdt-attr-macro v0.5.0
11712026-08-18T19:01:14.154Z Downloaded zerofrom-derive v0.1.7
11722026-08-18T19:01:14.154Z Downloaded cargo_toml v0.22.3
11732026-08-18T19:01:14.159Z Downloaded crossbeam-epoch v0.9.20
11742026-08-18T19:01:14.159Z Downloaded darling v0.21.3
11752026-08-18T19:01:14.159Z Downloaded fixedbitset v0.4.2
11762026-08-18T19:01:14.159Z Downloaded foreign-types v0.3.2
11772026-08-18T19:01:14.159Z Downloaded multer v3.1.0
11782026-08-18T19:01:14.159Z Downloaded jobserver v0.1.35
11792026-08-18T19:01:14.166Z Downloaded curve25519-dalek-derive v0.1.1
11802026-08-18T19:01:14.166Z Downloaded bitflags v2.13.1
11812026-08-18T19:01:14.166Z Downloaded newtype-uuid-macros v0.1.1
11822026-08-18T19:01:14.166Z Downloaded num_enum v0.7.6
11832026-08-18T19:01:14.171Z Downloaded hyper-rustls v0.27.9
11842026-08-18T19:01:14.171Z Downloaded linear-map v1.2.0
11852026-08-18T19:01:14.171Z Downloaded newtype-uuid v1.4.0
11862026-08-18T19:01:14.171Z Downloaded slog-stdlog v4.1.1
11872026-08-18T19:01:14.171Z Downloaded lock_api v0.4.14
11882026-08-18T19:01:14.171Z Downloaded arc-swap v1.9.2
11892026-08-18T19:01:14.171Z Downloaded thiserror-impl v2.0.20
11902026-08-18T19:01:14.171Z Downloaded foreign-types v0.5.0
11912026-08-18T19:01:14.174Z Downloaded const-oid v0.10.2
11922026-08-18T19:01:14.174Z Downloaded plain v0.2.3
11932026-08-18T19:01:14.174Z Downloaded usdt-impl v0.6.0
11942026-08-18T19:01:14.174Z Downloaded pretty-hex v0.4.2
11952026-08-18T19:01:14.178Z Downloaded darling v0.23.0
11962026-08-18T19:01:14.183Z Downloaded proc-macro-error-attr v1.0.4
11972026-08-18T19:01:14.183Z Downloaded progenitor-macro v0.10.0
11982026-08-18T19:01:14.183Z Downloaded iana-time-zone v0.1.65
11992026-08-18T19:01:14.183Z Downloaded rand_xorshift v0.4.0
12002026-08-18T19:01:14.183Z Downloaded ref-cast-impl v1.0.26
12012026-08-18T19:01:14.183Z Downloaded thin-vec v0.2.19
12022026-08-18T19:01:14.186Z Downloaded once_cell v1.21.4
12032026-08-18T19:01:14.187Z Downloaded num_enum v0.5.11
12042026-08-18T19:01:14.190Z Downloaded vsss-rs v3.3.4
12052026-08-18T19:01:14.190Z Downloaded litemap v0.8.2
12062026-08-18T19:01:14.190Z Downloaded defmt-macros v1.1.1
12072026-08-18T19:01:14.193Z Downloaded displaydoc v0.2.7
12082026-08-18T19:01:14.193Z Downloaded ingot v0.1.1
12092026-08-18T19:01:14.193Z Downloaded num-integer v0.1.47
12102026-08-18T19:01:14.196Z Downloaded slog-envlogger v2.2.0
12112026-08-18T19:01:14.196Z Downloaded stable_deref_trait v1.2.1
12122026-08-18T19:01:14.196Z Downloaded thread-id v4.2.2
12132026-08-18T19:01:14.200Z Downloaded memmap2 v0.9.11
12142026-08-18T19:01:14.204Z Downloaded cookie v0.18.2
12152026-08-18T19:01:14.207Z Downloaded crc32fast v1.5.0
12162026-08-18T19:01:14.207Z Downloaded humantime v2.4.0
12172026-08-18T19:01:14.210Z Downloaded clap v4.6.6
12182026-08-18T19:01:14.252Z Downloaded miniz_oxide v0.8.9
12192026-08-18T19:01:14.252Z Downloaded bitflags v1.3.2
12202026-08-18T19:01:14.252Z Downloaded tokio-rustls v0.26.4
12212026-08-18T19:01:14.252Z Downloaded highway v1.3.0
12222026-08-18T19:01:14.253Z Downloaded scroll_derive v0.13.1
12232026-08-18T19:01:14.253Z Downloaded testing_table v0.3.0
12242026-08-18T19:01:14.253Z Downloaded tokio-macros v2.7.2
12252026-08-18T19:01:14.253Z Downloaded toml v0.8.23
12262026-08-18T19:01:14.253Z Downloaded find-msvc-tools v0.1.10
12272026-08-18T19:01:14.253Z Downloaded parking_lot_core v0.8.6
12282026-08-18T19:01:14.253Z Downloaded password-hash v0.5.0
12292026-08-18T19:01:14.253Z Downloaded tower-layer v0.3.3
12302026-08-18T19:01:14.253Z Downloaded darling_macro v0.23.0
12312026-08-18T19:01:14.253Z Downloaded swrite v0.1.0
12322026-08-18T19:01:14.253Z Downloaded proc-macro-error v1.0.4
12332026-08-18T19:01:14.253Z Downloaded const_format v0.2.36
12342026-08-18T19:01:14.253Z Downloaded icu_provider v2.2.0
12352026-08-18T19:01:14.257Z Downloaded usdt-macro v0.6.0
12362026-08-18T19:01:14.258Z Downloaded slog-scope v4.4.1
12372026-08-18T19:01:14.258Z Downloaded darling_macro v0.21.3
12382026-08-18T19:01:14.258Z Downloaded dtrace-parser v0.2.0
12392026-08-18T19:01:14.258Z Downloaded fnv v1.0.7
12402026-08-18T19:01:14.258Z Downloaded serde_with_macros v3.22.0
12412026-08-18T19:01:14.258Z Downloaded rustls-pemfile v2.2.0
12422026-08-18T19:01:14.258Z Downloaded untrusted v0.7.1
12432026-08-18T19:01:14.258Z Downloaded untrusted v0.9.0
12442026-08-18T19:01:14.265Z Downloaded serde_tokenstream v0.3.0
12452026-08-18T19:01:14.265Z Downloaded snafu-derive v0.8.9
12462026-08-18T19:01:14.265Z Downloaded static_assertions v1.1.0
12472026-08-18T19:01:14.266Z Downloaded dof v0.4.0
12482026-08-18T19:01:14.266Z Downloaded equivalent v1.0.2
12492026-08-18T19:01:14.266Z Downloaded futures-macro v0.3.34
12502026-08-18T19:01:14.266Z Downloaded futures-sink v0.3.34
12512026-08-18T19:01:14.269Z Downloaded spin v0.9.9
12522026-08-18T19:01:14.269Z Downloaded tiny-keccak v2.0.2
12532026-08-18T19:01:14.269Z Downloaded tokio-dtrace v0.1.1
12542026-08-18T19:01:14.269Z Downloaded toml_writer v1.1.2+spec-1.1.0
12552026-08-18T19:01:14.276Z Downloaded semver v1.0.28
12562026-08-18T19:01:14.279Z Downloaded serde-big-array v0.5.1
12572026-08-18T19:01:14.279Z Downloaded toml v0.9.12+spec-1.1.0
12582026-08-18T19:01:14.284Z Downloaded rustc_version v0.4.1
12592026-08-18T19:01:14.284Z Downloaded num-traits v0.2.19
12602026-08-18T19:01:14.287Z Downloaded pest_derive v2.8.8
12612026-08-18T19:01:14.288Z Downloaded rand_core v0.6.4
12622026-08-18T19:01:14.288Z Downloaded time-macros v0.2.32
12632026-08-18T19:01:14.288Z Downloaded futures-task v0.3.34
12642026-08-18T19:01:14.288Z Downloaded hostname v0.3.1
12652026-08-18T19:01:14.288Z Downloaded hubpack_derive v0.1.1
12662026-08-18T19:01:14.291Z Downloaded icu_properties v2.2.0
12672026-08-18T19:01:14.291Z Downloaded ucd-trie v0.1.7
12682026-08-18T19:01:14.291Z Downloaded base64 v0.21.7
12692026-08-18T19:01:14.294Z Downloaded sha1 v0.10.7
12702026-08-18T19:01:14.294Z Downloaded strum v0.26.3
12712026-08-18T19:01:14.294Z Downloaded structmeta-derive v0.3.0
12722026-08-18T19:01:14.294Z Downloaded serde_path_to_error v0.1.20
12732026-08-18T19:01:14.294Z Downloaded icu_normalizer_data v2.2.0
12742026-08-18T19:01:14.299Z Downloaded log v0.4.33
12752026-08-18T19:01:14.302Z Downloaded postcard v1.1.3
12762026-08-18T19:01:14.303Z Downloaded progenitor-client v0.10.0
12772026-08-18T19:01:14.308Z Downloaded yoke v0.8.3
12782026-08-18T19:01:14.311Z Downloaded ff v0.13.1
12792026-08-18T19:01:14.311Z Downloaded foldhash v0.1.5
12802026-08-18T19:01:14.311Z Downloaded group v0.13.0
12812026-08-18T19:01:14.315Z Downloaded either v1.17.0
12822026-08-18T19:01:14.315Z Downloaded signal-hook-registry v1.4.8
12832026-08-18T19:01:14.318Z Downloaded usdt-attr-macro v0.6.0
12842026-08-18T19:01:14.318Z Downloaded utf8_iter v1.0.4
12852026-08-18T19:01:14.318Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12862026-08-18T19:01:14.318Z Downloaded zerocopy-derive v0.7.35
12872026-08-18T19:01:14.321Z Downloaded drift v0.2.0
12882026-08-18T19:01:14.325Z Downloaded slog-bunyan v2.5.0
12892026-08-18T19:01:14.328Z Downloaded tagptr v0.2.0
12902026-08-18T19:01:14.328Z Downloaded slog-json v2.6.1
12912026-08-18T19:01:14.328Z Downloaded parse-display-derive v0.10.0
12922026-08-18T19:01:14.328Z Downloaded progenitor-macro v0.14.0
12932026-08-18T19:01:14.328Z Downloaded rand_core v0.10.1
12942026-08-18T19:01:14.331Z Downloaded dunce v1.0.5
12952026-08-18T19:01:14.334Z Downloaded tabwriter v1.4.1
12962026-08-18T19:01:14.334Z Downloaded embedded-io v0.6.1
12972026-08-18T19:01:14.334Z Downloaded foreign-types-shared v0.1.1
12982026-08-18T19:01:14.339Z Downloaded crossbeam-channel v0.5.16
12992026-08-18T19:01:14.344Z Downloaded getrandom v0.2.17
13002026-08-18T19:01:14.350Z Downloaded foreign-types-macros v0.2.4
13012026-08-18T19:01:14.354Z Downloaded rustls-webpki v0.103.14
13022026-08-18T19:01:14.354Z Downloaded papergrid v0.11.0
13032026-08-18T19:01:14.354Z Downloaded smartstring v1.0.1
13042026-08-18T19:01:14.357Z Downloaded icu_locale_core v2.2.0
13052026-08-18T19:01:14.361Z Downloaded thiserror v2.0.20
13062026-08-18T19:01:14.364Z Downloaded thiserror-impl v1.0.69
13072026-08-18T19:01:14.364Z Downloaded icu_normalizer v2.2.0
13082026-08-18T19:01:14.364Z Downloaded cc v1.4.2
13092026-08-18T19:01:14.369Z Downloaded pin-project v1.1.13
13102026-08-18T19:01:14.372Z Downloaded proc-macro2 v1.0.107
13112026-08-18T19:01:14.378Z Downloaded want v0.3.1
13122026-08-18T19:01:14.378Z Downloaded foldhash v0.2.0
13132026-08-18T19:01:14.378Z Downloaded debug-ignore v1.0.5
13142026-08-18T19:01:14.378Z Downloaded progenitor-impl v0.14.0
13152026-08-18T19:01:14.381Z Downloaded dtrace-parser v0.3.0
13162026-08-18T19:01:14.381Z Downloaded phf_shared v0.12.1
13172026-08-18T19:01:14.381Z Downloaded toml_parser v1.1.3+spec-1.1.0
13182026-08-18T19:01:14.381Z Downloaded owo-colors v4.3.0
13192026-08-18T19:01:14.385Z Downloaded rusty-fork v0.3.1
13202026-08-18T19:01:14.385Z Downloaded hyper-util v0.1.20
13212026-08-18T19:01:14.388Z Downloaded rhai_codegen v3.2.0
13222026-08-18T19:01:14.393Z Downloaded writeable v0.6.3
13232026-08-18T19:01:14.396Z Downloaded parse-display v0.10.0
13242026-08-18T19:01:14.396Z Downloaded serde_yaml v0.9.34+deprecated
13252026-08-18T19:01:14.396Z Downloaded pest_generator v2.8.8
13262026-08-18T19:01:14.396Z Downloaded pin-project-internal v1.1.13
13272026-08-18T19:01:14.396Z Downloaded pkg-config v0.3.33
13282026-08-18T19:01:14.399Z Downloaded parking_lot v0.11.2
13292026-08-18T19:01:14.400Z Downloaded zmij v1.0.23
13302026-08-18T19:01:14.400Z Downloaded pin-project-lite v0.2.17
13312026-08-18T19:01:14.403Z Downloaded progenitor v0.14.0
13322026-08-18T19:01:14.403Z Downloaded ref-cast v1.0.26
13332026-08-18T19:01:14.406Z Downloaded quinn-udp v0.5.15
13342026-08-18T19:01:14.406Z Downloaded secrecy v0.10.3
13352026-08-18T19:01:14.406Z Downloaded time-core v0.1.9
13362026-08-18T19:01:14.406Z Downloaded async-compression v0.4.43
13372026-08-18T19:01:14.413Z Downloaded progenitor-client v0.14.0
13382026-08-18T19:01:14.413Z Downloaded siphasher v1.0.3
13392026-08-18T19:01:14.413Z Downloaded take_mut v0.2.2
13402026-08-18T19:01:14.417Z Downloaded utf-8 v0.7.6
13412026-08-18T19:01:14.418Z Downloaded crypto-bigint v0.5.5
13422026-08-18T19:01:14.418Z Downloaded heapless v0.8.0
13432026-08-18T19:01:14.418Z Downloaded scroll v0.13.0
13442026-08-18T19:01:14.418Z Downloaded simd-adler32 v0.3.10
13452026-08-18T19:01:14.418Z Downloaded test-strategy v0.4.5
13462026-08-18T19:01:14.421Z Downloaded indicatif v0.18.6
13472026-08-18T19:01:14.421Z Downloaded zerofrom v0.1.8
13482026-08-18T19:01:14.424Z Downloaded getrandom v0.3.4
13492026-08-18T19:01:14.425Z Downloaded typify v0.4.3
13502026-08-18T19:01:14.429Z Downloaded oxide-tokio-rt v0.1.6
13512026-08-18T19:01:14.433Z Downloaded dof v0.3.0
13522026-08-18T19:01:14.433Z Downloaded fxhash v0.2.1
13532026-08-18T19:01:14.433Z Downloaded generic-array v0.14.7
13542026-08-18T19:01:14.433Z Downloaded usdt v0.5.0
13552026-08-18T19:01:14.437Z Downloaded usdt-macro v0.5.0
13562026-08-18T19:01:14.438Z Downloaded defmt v0.3.100
13572026-08-18T19:01:14.438Z Downloaded proc-macro-crate v1.3.1
13582026-08-18T19:01:14.441Z Downloaded proc-macro-crate v3.5.0
13592026-08-18T19:01:14.441Z Downloaded tungstenite v0.21.0
13602026-08-18T19:01:14.444Z Downloaded snafu v0.8.9
13612026-08-18T19:01:14.447Z Downloaded icu_collections v2.2.0
13622026-08-18T19:01:14.450Z Downloaded http-body-util v0.1.5
13632026-08-18T19:01:14.454Z Downloaded poly1305 v0.8.0
13642026-08-18T19:01:14.457Z Downloaded port-file v0.1.0
13652026-08-18T19:01:14.457Z Downloaded fastrand v2.5.0
13662026-08-18T19:01:14.457Z Downloaded form_urlencoded v1.2.2
13672026-08-18T19:01:14.457Z Downloaded openssl-probe v0.2.1
13682026-08-18T19:01:14.461Z Downloaded toml_edit v0.25.13+spec-1.1.0
13692026-08-18T19:01:14.462Z Downloaded serde_spanned v0.6.9
13702026-08-18T19:01:14.465Z Downloaded serde v1.0.229
13712026-08-18T19:01:14.465Z Downloaded indexmap v2.14.0
13722026-08-18T19:01:14.468Z Downloaded hmac v0.12.1
13732026-08-18T19:01:14.468Z Downloaded serde_core v1.0.229
13742026-08-18T19:01:14.471Z Downloaded globset v0.4.20
13752026-08-18T19:01:14.476Z Downloaded scopeguard v1.2.0
13762026-08-18T19:01:14.476Z Downloaded darling_core v0.21.3
13772026-08-18T19:01:14.479Z Downloaded semver v0.1.20
13782026-08-18T19:01:14.479Z Downloaded tinystr v0.8.3
13792026-08-18T19:01:14.479Z Downloaded serde_derive_internals v0.29.1
13802026-08-18T19:01:14.479Z Downloaded terminal_size v0.4.4
13812026-08-18T19:01:14.479Z Downloaded progenitor-client v0.13.0
13822026-08-18T19:01:14.479Z Downloaded progenitor-extras v0.2.0
13832026-08-18T19:01:14.483Z Downloaded pest_meta v2.8.8
13842026-08-18T19:01:14.483Z Downloaded spin v0.5.2
13852026-08-18T19:01:14.486Z Downloaded hickory-resolver v0.25.2
13862026-08-18T19:01:14.486Z Downloaded unicode-xid v0.2.6
13872026-08-18T19:01:14.489Z Downloaded derive-ex v0.1.8
13882026-08-18T19:01:14.489Z Downloaded embedded-io v0.4.0
13892026-08-18T19:01:14.493Z Downloaded git-stub v1.0.0
13902026-08-18T19:01:14.496Z Downloaded dropshot-api-manager-types v0.7.2
13912026-08-18T19:01:14.500Z Downloaded serde_derive v1.0.229
13922026-08-18T19:01:14.500Z Downloaded digest v0.11.3
13932026-08-18T19:01:14.502Z Downloaded tinyvec v1.12.0
13942026-08-18T19:01:14.503Z Downloaded futures v0.3.34
13952026-08-18T19:01:14.505Z Downloaded hostname v0.4.2
13962026-08-18T19:01:14.508Z Downloaded unicode-ident v1.0.24
13972026-08-18T19:01:14.509Z Downloaded synstructure v0.13.2
13982026-08-18T19:01:14.512Z Downloaded rand_pcg v0.10.2
13992026-08-18T19:01:14.515Z Downloaded potential_utf v0.1.5
14002026-08-18T19:01:14.515Z Downloaded phf v0.12.1
14012026-08-18T19:01:14.515Z Downloaded rand v0.8.7
14022026-08-18T19:01:14.522Z Downloaded powerfmt v0.2.0
14032026-08-18T19:01:14.522Z Downloaded rustc-hash v2.1.3
14042026-08-18T19:01:14.530Z Downloaded futures-core v0.3.34
14052026-08-18T19:01:14.533Z Downloaded memchr v2.8.3
14062026-08-18T19:01:14.537Z Downloaded unsafe-libyaml v0.2.11
14072026-08-18T19:01:14.540Z Downloaded quote v1.0.47
14082026-08-18T19:01:14.540Z Downloaded thread_local v1.1.10
14092026-08-18T19:01:14.540Z Downloaded schemars v1.2.2
14102026-08-18T19:01:14.547Z Downloaded version_check v0.9.5
14112026-08-18T19:01:14.550Z Downloaded float-ord v0.3.2
14122026-08-18T19:01:14.550Z Downloaded tracing-attributes v0.1.31
14132026-08-18T19:01:14.550Z Downloaded paste v1.0.15
14142026-08-18T19:01:14.552Z Downloaded rand_chacha v0.9.0
14152026-08-18T19:01:14.552Z Downloaded sha1 v0.11.0
14162026-08-18T19:01:14.552Z Downloaded http-body v1.1.0
14172026-08-18T19:01:14.552Z Downloaded serde_urlencoded v0.7.1
14182026-08-18T19:01:14.558Z Downloaded supports-color v3.0.2
14192026-08-18T19:01:14.558Z Downloaded parking_lot_core v0.9.12
14202026-08-18T19:01:14.558Z Downloaded typify-macro v0.4.3
14212026-08-18T19:01:14.561Z Downloaded rustc_version v0.1.7
14222026-08-18T19:01:14.561Z Downloaded openssl-sys v0.9.117
14232026-08-18T19:01:14.564Z Downloaded getrandom v0.4.3
14242026-08-18T19:01:14.567Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14252026-08-18T19:01:14.567Z Downloaded data-encoding v2.11.1
14262026-08-18T19:01:14.567Z Downloaded subtle v2.6.1
14272026-08-18T19:01:14.570Z Downloaded usdt v0.6.0
14282026-08-18T19:01:14.570Z Downloaded toml_datetime v0.6.11
14292026-08-18T19:01:14.573Z Downloaded foreign-types-shared v0.3.1
14302026-08-18T19:01:14.573Z Downloaded whoami v1.6.1
14312026-08-18T19:01:14.581Z Downloaded fixedbitset v0.5.7
14322026-08-18T19:01:14.584Z Downloaded fs_extra v1.3.0
14332026-08-18T19:01:14.584Z Downloaded socket2 v0.6.5
14342026-08-18T19:01:14.585Z Downloaded hex v0.4.3
14352026-08-18T19:01:14.588Z Downloaded rand_chacha v0.3.1
14362026-08-18T19:01:14.588Z Downloaded mio v1.2.2
14372026-08-18T19:01:14.597Z Downloaded tempfile v3.27.0
14382026-08-18T19:01:14.603Z Downloaded structmeta v0.3.0
14392026-08-18T19:01:14.607Z Downloaded usdt-impl v0.5.0
14402026-08-18T19:01:14.611Z Downloaded derive_more v0.99.20
14412026-08-18T19:01:14.620Z Downloaded schemars v0.8.22
14422026-08-18T19:01:14.626Z Downloaded slog-term v2.9.2
14432026-08-18T19:01:14.629Z Downloaded nom v7.1.3
14442026-08-18T19:01:14.632Z Downloaded ppv-lite86 v0.2.21
14452026-08-18T19:01:14.632Z Downloaded heck v0.5.0
14462026-08-18T19:01:14.632Z Downloaded zone_cfg_derive v0.3.1
14472026-08-18T19:01:14.632Z Downloaded oxnet v0.1.6
14482026-08-18T19:01:14.632Z Downloaded smawk v0.3.3
14492026-08-18T19:01:14.637Z Downloaded progenitor-macro v0.13.0
14502026-08-18T19:01:14.637Z Downloaded thiserror-impl-no-std v2.0.2
14512026-08-18T19:01:14.637Z Downloaded derive-where v1.6.1
14522026-08-18T19:01:14.641Z Downloaded futures-executor v0.3.34
14532026-08-18T19:01:14.641Z Downloaded typify v0.6.2
14542026-08-18T19:01:14.641Z Downloaded itertools v0.14.0
14552026-08-18T19:01:14.647Z Downloaded walkdir v2.5.0
14562026-08-18T19:01:14.647Z Downloaded openssl-macros v0.1.1
14572026-08-18T19:01:14.650Z Downloaded yoke-derive v0.8.2
14582026-08-18T19:01:14.650Z Downloaded darling_core v0.23.0
14592026-08-18T19:01:14.653Z Downloaded rustls-native-certs v0.8.4
14602026-08-18T19:01:14.653Z Downloaded tokio-stream v0.1.19
14612026-08-18T19:01:14.657Z Downloaded typenum v1.20.1
14622026-08-18T19:01:14.660Z Downloaded xz2 v0.1.7
14632026-08-18T19:01:14.660Z Downloaded progenitor-impl v0.10.0
14642026-08-18T19:01:14.660Z Downloaded thiserror-no-std v2.0.2
14652026-08-18T19:01:14.663Z Downloaded rand_core v0.9.5
14662026-08-18T19:01:14.663Z Downloaded sync_wrapper v1.0.2
14672026-08-18T19:01:14.663Z Downloaded typify-macro v0.6.2
14682026-08-18T19:01:14.663Z Downloaded gethostname v0.5.0
14692026-08-18T19:01:14.663Z Downloaded parking_lot v0.12.5
14702026-08-18T19:01:14.667Z Downloaded smf v0.2.3
14712026-08-18T19:01:14.667Z Downloaded deranged v0.5.8
14722026-08-18T19:01:14.667Z Downloaded git-stub-vcs v0.1.0
14732026-08-18T19:01:14.672Z Downloaded typeid v1.0.3
14742026-08-18T19:01:14.675Z Downloaded zerocopy-derive v0.8.56
14752026-08-18T19:01:14.679Z Downloaded toml_edit v0.19.15
14762026-08-18T19:01:14.687Z Downloaded rayon-core v1.13.0
14772026-08-18T19:01:14.690Z Downloaded similar v2.7.0
14782026-08-18T19:01:14.694Z Downloaded term v1.2.1
14792026-08-18T19:01:14.694Z Downloaded enum-as-inner v0.6.1
14802026-08-18T19:01:14.694Z Downloaded unicode-linebreak v0.1.5
14812026-08-18T19:01:14.694Z Downloaded zeroize_derive v1.5.0
14822026-08-18T19:01:14.697Z Downloaded heck v0.4.1
14832026-08-18T19:01:14.697Z Downloaded percent-encoding v2.3.2
14842026-08-18T19:01:14.697Z Downloaded pem v3.0.6
14852026-08-18T19:01:14.697Z Downloaded quick-error v1.2.3
14862026-08-18T19:01:14.697Z Downloaded thiserror v1.0.69
14872026-08-18T19:01:14.701Z Downloaded hubpack v0.1.2
14882026-08-18T19:01:14.701Z Downloaded dyn-clone v1.0.20
14892026-08-18T19:01:14.701Z Downloaded progenitor v0.13.0
14902026-08-18T19:01:14.701Z Downloaded rustversion v1.0.23
14912026-08-18T19:01:14.704Z Downloaded serde_tokenstream v0.2.3
14922026-08-18T19:01:14.704Z Downloaded zone v0.3.1
14932026-08-18T19:01:14.704Z Downloaded half v2.7.1
14942026-08-18T19:01:14.708Z Downloaded glob v0.3.4
14952026-08-18T19:01:14.708Z Downloaded toml_write v0.1.2
14962026-08-18T19:01:14.708Z Downloaded tracing-core v0.1.36
14972026-08-18T19:01:14.711Z Downloaded zerovec-derive v0.11.3
14982026-08-18T19:01:14.714Z Downloaded jiff-core v0.1.0
14992026-08-18T19:01:14.717Z Downloaded scroll v0.12.0
15002026-08-18T19:01:14.717Z Downloaded tokio-tungstenite v0.21.0
15012026-08-18T19:01:14.721Z Downloaded erased-serde v0.3.31
15022026-08-18T19:01:14.729Z Downloaded quinn v0.11.11
15032026-08-18T19:01:14.732Z Downloaded shlex v2.0.1
15042026-08-18T19:01:14.735Z Downloaded defmt v1.1.1
15052026-08-18T19:01:14.738Z Downloaded zeroize v1.9.0
15062026-08-18T19:01:14.739Z Downloaded strum_macros v0.27.2
15072026-08-18T19:01:14.745Z Downloaded slog v2.8.2
15082026-08-18T19:01:14.756Z Downloaded progenitor v0.10.0
15092026-08-18T19:01:14.762Z Downloaded serde_repr v0.1.21
15102026-08-18T19:01:14.762Z Downloaded uuid v1.24.0
15112026-08-18T19:01:14.762Z Downloaded resolv-conf v0.7.6
15122026-08-18T19:01:14.766Z Downloaded digest v0.10.7
15132026-08-18T19:01:14.766Z Downloaded ryu v1.0.23
15142026-08-18T19:01:14.766Z Downloaded tower v0.5.3
15152026-08-18T19:01:14.769Z Downloaded rustls-platform-verifier v0.7.0
15162026-08-18T19:01:14.769Z Downloaded zerovec v0.11.6
15172026-08-18T19:01:14.772Z Downloaded minimal-lexical v0.2.1
15182026-08-18T19:01:14.776Z Downloaded textwrap v0.16.2
15192026-08-18T19:01:14.776Z Downloaded futures-channel v0.3.34
15202026-08-18T19:01:14.779Z Downloaded slog-dtrace v0.3.0
15212026-08-18T19:01:14.779Z Downloaded icu_properties_data v2.2.0
15222026-08-18T19:01:14.783Z Downloaded clap_builder v4.6.6
15232026-08-18T19:01:14.786Z Downloaded unicode-segmentation v1.13.3
15242026-08-18T19:01:14.789Z Downloaded httparse v1.10.1
15252026-08-18T19:01:14.789Z Downloaded rustls-pki-types v1.15.1
15262026-08-18T19:01:14.789Z Downloaded hickory-resolver v0.24.4
15272026-08-18T19:01:14.793Z Downloaded itertools v0.12.1
15282026-08-18T19:01:14.796Z Downloaded papergrid v0.18.0
15292026-08-18T19:01:14.799Z Downloaded smallvec v1.15.2
15302026-08-18T19:01:14.803Z Downloaded zerotrie v0.2.4
15312026-08-18T19:01:14.810Z Downloaded fs-err v3.3.1
15322026-08-18T19:01:14.814Z Downloaded flate2 v1.1.9
15332026-08-18T19:01:14.814Z Downloaded idna v1.1.0
15342026-08-18T19:01:14.817Z Downloaded elliptic-curve v0.13.8
15352026-08-18T19:01:14.821Z Downloaded libm v0.2.16
15362026-08-18T19:01:14.824Z Downloaded nom v8.0.0
15372026-08-18T19:01:14.827Z Downloaded hashbrown v0.17.1
15382026-08-18T19:01:14.832Z Downloaded url v2.5.8
15392026-08-18T19:01:14.845Z Downloaded dropshot_endpoint v0.17.1
15402026-08-18T19:01:14.848Z Downloaded toml_edit v0.22.27
15412026-08-18T19:01:14.852Z Downloaded toml v1.1.4+spec-1.1.0
15422026-08-18T19:01:14.852Z Downloaded schemars v0.9.0
15432026-08-18T19:01:14.857Z Downloaded itertools v0.15.0
15442026-08-18T19:01:14.861Z Downloaded futures-util v0.3.34
15452026-08-18T19:01:14.867Z Downloaded prettyplease v0.2.37
15462026-08-18T19:01:14.870Z Downloaded iddqd v0.4.6
15472026-08-18T19:01:14.875Z Downloaded hashbrown v0.15.5
15482026-08-18T19:01:14.878Z Downloaded hashbrown v0.16.1
15492026-08-18T19:01:14.881Z Downloaded hyper v1.11.0
15502026-08-18T19:01:14.885Z Downloaded hashbrown v0.12.3
15512026-08-18T19:01:14.889Z Downloaded rand v0.9.5
15522026-08-18T19:01:14.893Z Downloaded qorb v0.4.1
15532026-08-18T19:01:14.896Z Downloaded steno v0.4.1
15542026-08-18T19:01:14.897Z Downloaded pest v2.8.8
15552026-08-18T19:01:14.900Z Downloaded zerocopy v0.7.35
15562026-08-18T19:01:14.908Z Downloaded reqwest v0.12.28
15572026-08-18T19:01:14.911Z Downloaded progenitor-impl v0.13.0
15582026-08-18T19:01:14.923Z Downloaded tokio-util v0.7.19
15592026-08-18T19:01:14.926Z Downloaded unicode-normalization v0.1.25
15602026-08-18T19:01:14.929Z Downloaded http v1.5.0
15612026-08-18T19:01:14.933Z Downloaded tower-http v0.6.11
15622026-08-18T19:01:14.936Z Downloaded regex v1.13.1
15632026-08-18T19:01:14.939Z Downloaded expectorate v1.2.0
15642026-08-18T19:01:14.947Z Downloaded typed-path v0.9.3
15652026-08-18T19:01:14.951Z Downloaded hkdf v0.12.4
15662026-08-18T19:01:14.954Z Downloaded dropshot-api-manager v0.7.2
15672026-08-18T19:01:14.958Z Downloaded aws-lc-rs v1.18.0
15682026-08-18T19:01:14.968Z Downloaded ron v0.12.2
15692026-08-18T19:01:14.993Z Downloaded winnow v1.0.4
15702026-08-18T19:01:14.997Z Downloaded rand v0.10.2
15712026-08-18T19:01:15.001Z Downloaded rayon v1.12.0
15722026-08-18T19:01:15.007Z Downloaded reqwest v0.13.4
15732026-08-18T19:01:15.011Z Downloaded tough v0.22.0
15742026-08-18T19:01:15.011Z Downloaded chrono v0.4.45
15752026-08-18T19:01:15.014Z Downloaded syn v1.0.109
15762026-08-18T19:01:15.019Z Downloaded winnow v0.5.40
15772026-08-18T19:01:15.023Z Downloaded tabled v0.21.0
15782026-08-18T19:01:15.032Z Downloaded winnow v0.7.15
15792026-08-18T19:01:15.037Z Downloaded moka v0.12.16
15802026-08-18T19:01:15.057Z Downloaded webpki-roots v1.0.9
15812026-08-18T19:01:15.071Z Downloaded serde_json v1.0.151
15822026-08-18T19:01:15.074Z Downloaded vcpkg v0.2.15
15832026-08-18T19:01:15.095Z Downloaded goblin v0.8.2
15842026-08-18T19:01:15.099Z Downloaded curve25519-dalek v4.1.3
15852026-08-18T19:01:15.102Z Downloaded tabled v0.15.0
15862026-08-18T19:01:15.110Z Downloaded portable-atomic v1.15.0
15872026-08-18T19:01:15.113Z Downloaded quinn-proto v0.11.16
15882026-08-18T19:01:15.117Z Downloaded h2 v0.4.15
15892026-08-18T19:01:15.121Z Downloaded goblin v0.10.7
15902026-08-18T19:01:15.125Z Downloaded zerocopy v0.8.56
15912026-08-18T19:01:15.136Z Downloaded serde_with v3.22.0
15922026-08-18T19:01:15.147Z Downloaded proptest v1.11.0
15932026-08-18T19:01:15.159Z Downloaded unicode-width v0.1.14
15942026-08-18T19:01:15.166Z Downloaded nix v0.31.3
15952026-08-18T19:01:15.173Z Downloaded syn v2.0.119
15962026-08-18T19:01:15.179Z Downloaded syn v3.0.3
15972026-08-18T19:01:15.185Z Downloaded time v0.3.55
15982026-08-18T19:01:15.193Z Downloaded openapiv3 v2.2.0
15992026-08-18T19:01:15.199Z Downloaded bstr v1.13.1
16002026-08-18T19:01:15.215Z Downloaded regex-syntax v0.8.11
16012026-08-18T19:01:15.219Z Downloaded regress v0.10.5
16022026-08-18T19:01:15.224Z Downloaded dropshot v0.17.1
16032026-08-18T19:01:15.236Z Downloaded rustix v0.38.44
16042026-08-18T19:01:15.249Z Downloaded rustls v0.23.43
16052026-08-18T19:01:15.255Z Downloaded openssl v0.10.81
16062026-08-18T19:01:15.261Z Downloaded unicode-width v0.2.2
16072026-08-18T19:01:15.266Z Downloaded smoltcp v0.11.0
16082026-08-18T19:01:15.273Z Downloaded sled v0.34.7
16092026-08-18T19:01:15.292Z Downloaded rhai v1.25.1
16102026-08-18T19:01:15.299Z Downloaded hickory-proto v0.24.4
16112026-08-18T19:01:15.309Z Downloaded regress v0.11.1
16122026-08-18T19:01:15.314Z Downloaded hickory-proto v0.25.2
16132026-08-18T19:01:15.323Z Downloaded rustix v1.1.4
16142026-08-18T19:01:15.339Z Downloaded typify-impl v0.4.3
16152026-08-18T19:01:15.348Z Downloaded typify-impl v0.6.2
16162026-08-18T19:01:15.357Z Downloaded jiff v0.2.35
16172026-08-18T19:01:15.368Z Downloaded tracing v0.1.44
16182026-08-18T19:01:15.382Z Downloaded lzma-sys v0.1.20
16192026-08-18T19:01:15.400Z Downloaded libc v0.2.189
16202026-08-18T19:01:15.425Z Downloaded sha3 v0.10.9
16212026-08-18T19:01:15.432Z Downloaded encoding_rs v0.8.35
16222026-08-18T19:01:15.445Z Downloaded regex-automata v0.4.18
16232026-08-18T19:01:15.472Z Downloaded chrono-tz v0.10.4
16242026-08-18T19:01:15.483Z Downloaded petgraph v0.6.5
16252026-08-18T19:01:15.494Z Downloaded petgraph v0.8.3
16262026-08-18T19:01:15.507Z Downloaded csv v1.4.0
16272026-08-18T19:01:15.522Z Downloaded tokio v1.53.1
16282026-08-18T19:01:15.587Z Downloaded ring v0.17.14
16292026-08-18T19:01:16.095Z Downloaded aws-lc-sys v0.44.0
16302026-08-18T19:01:16.450Z Compiling proc-macro2 v1.0.107
16312026-08-18T19:01:16.450Z Compiling quote v1.0.47
16322026-08-18T19:01:16.450Z Compiling unicode-ident v1.0.24
16332026-08-18T19:01:16.454Z Compiling serde_core v1.0.229
16342026-08-18T19:01:16.454Z Compiling serde v1.0.229
16352026-08-18T19:01:16.454Z Compiling libc v0.2.189
16362026-08-18T19:01:16.454Z Compiling cfg-if v1.0.4
16372026-08-18T19:01:16.769Z Compiling zmij v1.0.23
16382026-08-18T19:01:16.788Z Compiling autocfg v1.5.1
16392026-08-18T19:01:17.082Z Compiling memchr v2.8.3
16402026-08-18T19:01:17.104Z Compiling libm v0.2.16
16412026-08-18T19:01:17.644Z Compiling icu_normalizer_data v2.2.0
16422026-08-18T19:01:17.690Z Compiling itoa v1.0.18
16432026-08-18T19:01:17.849Z Compiling icu_properties_data v2.2.0
16442026-08-18T19:01:17.907Z Compiling version_check v0.9.5
16452026-08-18T19:01:17.957Z Compiling stable_deref_trait v1.2.1
16462026-08-18T19:01:18.066Z Compiling serde_json v1.0.151
16472026-08-18T19:01:18.092Z Compiling syn v2.0.119
16482026-08-18T19:01:18.111Z Compiling syn v3.0.3
16492026-08-18T19:01:18.188Z Compiling litemap v0.8.2
16502026-08-18T19:01:18.341Z Compiling parking_lot_core v0.9.12
16512026-08-18T19:01:18.393Z Compiling writeable v0.6.3
16522026-08-18T19:01:18.437Z Compiling num-traits v0.2.19
16532026-08-18T19:01:18.511Z Compiling utf8_iter v1.0.4
16542026-08-18T19:01:18.700Z Compiling thiserror v2.0.20
16552026-08-18T19:01:18.736Z Compiling percent-encoding v2.3.2
16562026-08-18T19:01:19.079Z Compiling getrandom v0.4.3
16572026-08-18T19:01:19.177Z Compiling rand_core v0.10.1
16582026-08-18T19:01:19.223Z Compiling form_urlencoded v1.2.2
16592026-08-18T19:01:19.347Z Compiling zerocopy v0.8.56
16602026-08-18T19:01:19.419Z Compiling errno v0.3.14
16612026-08-18T19:01:19.596Z Compiling iana-time-zone v0.1.65
16622026-08-18T19:01:19.743Z Compiling heck v0.5.0
16632026-08-18T19:01:19.961Z Compiling uuid v1.24.0
16642026-08-18T19:01:19.984Z Compiling jobserver v0.1.35
16652026-08-18T19:01:20.320Z Compiling find-msvc-tools v0.1.10
16662026-08-18T19:01:20.339Z Compiling shlex v2.0.1
16672026-08-18T19:01:20.433Z Compiling rustversion v1.0.23
16682026-08-18T19:01:20.561Z Compiling cc v1.4.2
16692026-08-18T19:01:20.580Z Compiling semver v1.0.28
16702026-08-18T19:01:20.598Z Compiling schemars v0.8.22
16712026-08-18T19:01:20.869Z Compiling dyn-clone v1.0.20
16722026-08-18T19:01:20.966Z Compiling synstructure v0.13.2
16732026-08-18T19:01:21.027Z Compiling serde_derive_internals v0.29.1
16742026-08-18T19:01:21.255Z Compiling pin-project-lite v0.2.17
16752026-08-18T19:01:21.370Z Compiling getrandom v0.2.17
16762026-08-18T19:01:21.447Z Compiling serde_derive v1.0.229
16772026-08-18T19:01:21.465Z Compiling displaydoc v0.2.7
16782026-08-18T19:01:21.596Z Compiling thiserror-impl v2.0.20
16792026-08-18T19:01:21.662Z Compiling tokio-macros v2.7.2
16802026-08-18T19:01:21.745Z Compiling futures-macro v0.3.34
16812026-08-18T19:01:21.770Z Compiling bitflags v2.13.1
16822026-08-18T19:01:21.871Z Compiling pkg-config v0.3.33
16832026-08-18T19:01:22.163Z Compiling zerofrom-derive v0.1.7
16842026-08-18T19:01:22.198Z Compiling yoke-derive v0.8.2
16852026-08-18T19:01:22.239Z Compiling zerovec-derive v0.11.3
16862026-08-18T19:01:22.405Z Compiling schemars_derive v0.8.22
16872026-08-18T19:01:22.427Z Compiling zerocopy-derive v0.8.56
16882026-08-18T19:01:22.597Z Compiling zeroize_derive v1.5.0
16892026-08-18T19:01:22.826Z Compiling scopeguard v1.2.0
16902026-08-18T19:01:22.956Z Compiling lock_api v0.4.14
16912026-08-18T19:01:23.292Z Compiling zeroize v1.9.0
16922026-08-18T19:01:23.335Z Compiling socket2 v0.6.5
16932026-08-18T19:01:23.404Z Compiling zerofrom v0.1.8
16942026-08-18T19:01:23.407Z Compiling cmake v0.1.58
16952026-08-18T19:01:23.572Z Compiling yoke v0.8.3
16962026-08-18T19:01:23.610Z Compiling signal-hook-registry v1.4.8
16972026-08-18T19:01:23.613Z Compiling mio v1.2.2
16982026-08-18T19:01:23.648Z Compiling fs_extra v1.3.0
16992026-08-18T19:01:23.781Z Compiling zerovec v0.11.6
17002026-08-18T19:01:23.801Z Compiling zerotrie v0.2.4
17012026-08-18T19:01:23.912Z Compiling portable-atomic v1.15.0
17022026-08-18T19:01:23.933Z Compiling dunce v1.0.5
17032026-08-18T19:01:24.041Z Compiling aws-lc-sys v0.44.0
17042026-08-18T19:01:24.107Z Compiling critical-section v1.2.0
17052026-08-18T19:01:24.245Z Compiling log v0.4.33
17062026-08-18T19:01:24.248Z Compiling futures-core v0.3.34
17072026-08-18T19:01:24.365Z Compiling tinystr v0.8.3
17082026-08-18T19:01:24.427Z Compiling potential_utf v0.1.5
17092026-08-18T19:01:24.582Z Compiling icu_locale_core v2.2.0
17102026-08-18T19:01:24.601Z Compiling icu_collections v2.2.0
17112026-08-18T19:01:24.718Z Compiling smallvec v1.15.2
17122026-08-18T19:01:24.738Z Compiling bytes v1.12.1
17132026-08-18T19:01:24.755Z Compiling chrono v0.4.45
17142026-08-18T19:01:25.179Z Compiling once_cell v1.21.4
17152026-08-18T19:01:25.213Z Compiling parking_lot v0.12.5
17162026-08-18T19:01:25.335Z Compiling subtle v2.6.1
17172026-08-18T19:01:25.433Z Compiling icu_provider v2.2.0
17182026-08-18T19:01:25.513Z Compiling tokio v1.53.1
17192026-08-18T19:01:25.611Z Compiling equivalent v1.0.2
17202026-08-18T19:01:25.633Z Compiling allocator-api2 v0.2.21
17212026-08-18T19:01:25.712Z Compiling icu_properties v2.2.0
17222026-08-18T19:01:25.966Z Compiling icu_normalizer v2.2.0
17232026-08-18T19:01:26.051Z Compiling httparse v1.10.1
17242026-08-18T19:01:26.412Z Compiling serde_tokenstream v0.2.3
17252026-08-18T19:01:26.531Z Compiling futures-sink v0.3.34
17262026-08-18T19:01:26.662Z Compiling idna_adapter v1.2.2
17272026-08-18T19:01:26.821Z Compiling idna v1.1.0
17282026-08-18T19:01:26.949Z Compiling slab v0.4.12
17292026-08-18T19:01:27.117Z Compiling rustix v1.1.4
17302026-08-18T19:01:27.174Z Compiling url v2.5.8
17312026-08-18T19:01:27.289Z Compiling ucd-trie v0.1.7
17322026-08-18T19:01:27.312Z Compiling thiserror v1.0.69
17332026-08-18T19:01:27.507Z Compiling pest v2.8.8
17342026-08-18T19:01:27.562Z Compiling regex-syntax v0.8.11
17352026-08-18T19:01:27.668Z Compiling typenum v1.20.1
17362026-08-18T19:01:28.214Z Compiling futures-channel v0.3.34
17372026-08-18T19:01:28.499Z Compiling thiserror-impl v1.0.69
17382026-08-18T19:01:28.532Z Compiling strsim v0.11.1
17392026-08-18T19:01:28.765Z Compiling pest_meta v2.8.8
17402026-08-18T19:01:28.850Z Compiling hashbrown v0.17.1
17412026-08-18T19:01:28.895Z Compiling aho-corasick v1.1.5
17422026-08-18T19:01:29.551Z Compiling pest_generator v2.8.8
17432026-08-18T19:01:29.664Z Compiling futures-task v0.3.34
17442026-08-18T19:01:29.682Z Compiling futures-io v0.3.34
17452026-08-18T19:01:29.700Z Compiling ipnetwork v0.21.1
17462026-08-18T19:01:29.850Z Compiling futures-util v0.3.34
17472026-08-18T19:01:29.889Z Compiling regex-automata v0.4.18
17482026-08-18T19:01:30.010Z Compiling ident_case v1.0.1
17492026-08-18T19:01:30.148Z Compiling getrandom v0.3.4
17502026-08-18T19:01:30.195Z Compiling pest_derive v2.8.8
17512026-08-18T19:01:30.298Z Compiling rand_core v0.6.4
17522026-08-18T19:01:30.499Z Compiling byteorder v1.5.0
17532026-08-18T19:01:30.561Z Compiling indexmap v2.14.0
17542026-08-18T19:01:30.772Z Compiling tracing-core v0.1.36
17552026-08-18T19:01:31.170Z Compiling tracing-attributes v0.1.31
17562026-08-18T19:01:31.309Z Compiling slog v2.8.2
17572026-08-18T19:01:31.561Z Compiling fnv v1.0.7
17582026-08-18T19:01:31.681Z Compiling regex v1.13.1
17592026-08-18T19:01:31.714Z Compiling base64 v0.22.1
17602026-08-18T19:01:31.781Z Compiling anyhow v1.0.104
17612026-08-18T19:01:32.092Z Compiling paste v1.0.15
17622026-08-18T19:01:32.213Z Compiling erased-serde v0.3.31
17632026-08-18T19:01:32.433Z Compiling tracing v0.1.44
17642026-08-18T19:01:32.512Z Compiling omicron-workspace-hack v0.1.0
17652026-08-18T19:01:32.789Z Compiling http v1.5.0
17662026-08-18T19:01:32.914Z Compiling oxnet v0.1.6
17672026-08-18T19:01:33.180Z Compiling rustls-pki-types v1.15.1
17682026-08-18T19:01:34.028Z Compiling scroll_derive v0.13.1
17692026-08-18T19:01:34.240Z Compiling ring v0.17.14
17702026-08-18T19:01:34.466Z Compiling num-conv v0.2.2
17712026-08-18T19:01:34.620Z Compiling aws-lc-rs v1.18.0
17722026-08-18T19:01:34.638Z Compiling time-core v0.1.9
17732026-08-18T19:01:34.834Z Compiling time-macros v0.2.32
17742026-08-18T19:01:35.150Z Compiling tokio-util v0.7.19
17752026-08-18T19:01:35.287Z Compiling untrusted v0.7.1
17762026-08-18T19:01:35.433Z Compiling camino v1.2.5
17772026-08-18T19:01:35.769Z Compiling untrusted v0.9.0
17782026-08-18T19:01:35.853Z Compiling ipnet v2.12.1
17792026-08-18T19:01:36.237Z Compiling ppv-lite86 v0.2.21
17802026-08-18T19:01:36.411Z Compiling async-trait v0.1.92
17812026-08-18T19:01:36.521Z Compiling daft-derive v0.1.8
17822026-08-18T19:01:36.577Z Compiling rustls v0.23.43
17832026-08-18T19:01:36.807Z Compiling crc32fast v1.5.0
17842026-08-18T19:01:37.212Z Compiling http-body v1.1.0
17852026-08-18T19:01:37.249Z Compiling darling_core v0.23.0
17862026-08-18T19:01:37.387Z Compiling pretty-hex v0.4.2
17872026-08-18T19:01:37.410Z Compiling usdt-impl v0.6.0
17882026-08-18T19:01:37.532Z Compiling crossbeam-utils v0.8.22
17892026-08-18T19:01:37.667Z Compiling atomic-waker v1.1.2
17902026-08-18T19:01:37.867Z Compiling scroll v0.13.0
17912026-08-18T19:01:37.940Z Compiling tower-service v0.3.3
17922026-08-18T19:01:38.048Z Compiling try-lock v0.2.5
17932026-08-18T19:01:38.168Z Compiling tower-layer v0.3.3
17942026-08-18T19:01:38.282Z Compiling plain v0.2.3
17952026-08-18T19:01:38.371Z Compiling ryu v1.0.23
17962026-08-18T19:01:38.398Z Compiling goblin v0.10.7
17972026-08-18T19:01:38.439Z Compiling want v0.3.1
17982026-08-18T19:01:38.661Z Compiling h2 v0.4.15
17992026-08-18T19:01:39.012Z Compiling httpdate v1.0.3
18002026-08-18T19:01:39.313Z Compiling darling_macro v0.23.0
18012026-08-18T19:01:39.386Z Compiling slog-async v2.8.0
18022026-08-18T19:01:39.579Z Compiling dtrace-parser v0.3.0
18032026-08-18T19:01:39.701Z Compiling thread-id v5.1.0
18042026-08-18T19:01:39.791Z Compiling ref-cast v1.0.26
18052026-08-18T19:01:39.897Z Compiling darling v0.23.0
18062026-08-18T19:01:41.151Z Compiling dof v0.4.0
18072026-08-18T19:01:41.923Z Compiling hyper v1.11.0
18082026-08-18T19:01:42.150Z Compiling rand_core v0.9.5
18092026-08-18T19:01:42.459Z Compiling serde_urlencoded v0.7.1
18102026-08-18T19:01:42.633Z Compiling http-body-util v0.1.5
18112026-08-18T19:01:42.784Z Compiling ref-cast-impl v1.0.26
18122026-08-18T19:01:43.139Z Compiling syn v1.0.109
18132026-08-18T19:01:43.385Z Compiling hyper-util v0.1.20
18142026-08-18T19:01:44.587Z Compiling usdt-attr-macro v0.6.0
18152026-08-18T19:01:44.808Z Compiling usdt-macro v0.6.0
18162026-08-18T19:01:45.483Z Compiling serde_tokenstream v0.3.0
18172026-08-18T19:01:45.649Z Compiling structmeta-derive v0.3.0
18182026-08-18T19:01:45.776Z Compiling multer v3.1.0
18192026-08-18T19:01:46.003Z Compiling foldhash v0.2.0
18202026-08-18T19:01:46.123Z Compiling newtype-uuid-macros v0.1.1
18212026-08-18T19:01:46.289Z Compiling rand_chacha v0.9.0
18222026-08-18T19:01:46.670Z Compiling structmeta v0.3.0
18232026-08-18T19:01:46.882Z Compiling deranged v0.5.8
18242026-08-18T19:01:46.899Z Compiling powerfmt v0.2.0
18252026-08-18T19:01:47.013Z Compiling num_threads v0.1.7
18262026-08-18T19:01:47.159Z Compiling rand v0.9.5
18272026-08-18T19:01:47.194Z Compiling newtype-uuid v1.4.0
18282026-08-18T19:01:47.229Z Compiling sync_wrapper v1.0.2
18292026-08-18T19:01:47.346Z Compiling strum_macros v0.26.4
18302026-08-18T19:01:47.885Z Compiling async-stream-impl v0.3.6
18312026-08-18T19:01:48.026Z Compiling time v0.3.55
18322026-08-18T19:01:48.094Z Compiling dropshot v0.17.1
18332026-08-18T19:01:48.333Z Compiling fastrand v2.5.0
18342026-08-18T19:01:48.514Z Compiling hex v0.4.3
18352026-08-18T19:01:48.663Z Compiling daft v0.1.8
18362026-08-18T19:01:48.805Z Compiling tower v0.5.3
18372026-08-18T19:01:49.006Z Compiling crossbeam-channel v0.5.16
18382026-08-18T19:01:49.462Z Compiling webpki-roots v1.0.9
18392026-08-18T19:01:49.516Z Compiling openapiv3 v2.2.0
18402026-08-18T19:01:49.666Z Compiling generic-array v0.14.7
18412026-08-18T19:01:50.288Z Compiling tower-http v0.6.11
18422026-08-18T19:01:50.406Z Compiling hashbrown v0.16.1
18432026-08-18T19:01:50.899Z Compiling serde_with_macros v3.22.0
18442026-08-18T19:01:51.132Z Compiling futures-executor v0.3.34
18452026-08-18T19:01:51.250Z Compiling dropshot_endpoint v0.17.1
18462026-08-18T19:01:51.590Z Compiling macaddr v1.0.1
18472026-08-18T19:01:51.609Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18482026-08-18T19:01:51.877Z Compiling thread_local v1.1.10
18492026-08-18T19:01:52.034Z Compiling cpufeatures v0.3.0
18502026-08-18T19:01:52.118Z Compiling openssl-probe v0.2.1
18512026-08-18T19:01:52.213Z Compiling futures v0.3.34
18522026-08-18T19:01:52.302Z Compiling rustls-native-certs v0.8.4
18532026-08-18T19:01:52.899Z Compiling tempfile v3.27.0
18542026-08-18T19:01:53.016Z Compiling derive-ex v0.1.8
18552026-08-18T19:01:53.225Z Compiling strum_macros v0.27.2
18562026-08-18T19:01:53.392Z Compiling is-terminal v0.4.17
18572026-08-18T19:01:53.504Z Compiling take_mut v0.2.2
18582026-08-18T19:01:53.629Z Compiling winnow v1.0.4
18592026-08-18T19:01:53.678Z Compiling term v1.2.1
18602026-08-18T19:01:54.589Z Compiling test-strategy v0.4.5
18612026-08-18T19:01:55.049Z Compiling slog-term v2.9.2
18622026-08-18T19:01:56.299Z Compiling hybrid-array v0.4.14
18632026-08-18T19:01:56.512Z Compiling simd-adler32 v0.3.10
18642026-08-18T19:01:56.589Z Compiling match_cfg v0.1.0
18652026-08-18T19:01:56.673Z Compiling adler2 v2.0.1
18662026-08-18T19:01:56.789Z Compiling miniz_oxide v0.8.9
18672026-08-18T19:01:57.355Z Compiling hostname v0.3.1
18682026-08-18T19:01:57.662Z Compiling slog-json v2.6.1
18692026-08-18T19:01:57.954Z Compiling memmap2 v0.9.11
18702026-08-18T19:01:58.167Z Compiling either v1.17.0
18712026-08-18T19:01:58.189Z Compiling usdt v0.6.0
18722026-08-18T19:01:58.331Z Compiling slog-bunyan v2.5.0
18732026-08-18T19:01:58.412Z Compiling flate2 v1.1.9
18742026-08-18T19:01:58.517Z Compiling crypto-common v0.2.2
18752026-08-18T19:01:58.818Z Compiling block-buffer v0.12.1
18762026-08-18T19:01:58.838Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-18T19:01:59.007Z Compiling compression-core v0.4.32
18782026-08-18T19:01:59.095Z Compiling const-oid v0.10.2
18792026-08-18T19:01:59.189Z Compiling debug-ignore v1.0.5
18802026-08-18T19:01:59.310Z Compiling digest v0.11.3
18812026-08-18T19:01:59.407Z Compiling compression-codecs v0.4.38
18822026-08-18T19:01:59.787Z Compiling toml_parser v1.1.3+spec-1.1.0
18832026-08-18T19:01:59.896Z Compiling crypto-common v0.1.7
18842026-08-18T19:02:00.027Z Compiling parse-display-derive v0.10.0
18852026-08-18T19:02:00.105Z Compiling rand_chacha v0.3.1
18862026-08-18T19:02:00.357Z Compiling serde_spanned v1.1.1
18872026-08-18T19:02:00.391Z Compiling toml_datetime v1.1.1+spec-1.1.0
18882026-08-18T19:02:00.514Z Compiling encoding_rs v0.8.35
18892026-08-18T19:02:00.713Z Compiling toml_writer v1.1.2+spec-1.1.0
18902026-08-18T19:02:00.902Z Compiling spin v0.9.9
18912026-08-18T19:02:00.923Z Compiling mime v0.3.17
18922026-08-18T19:02:00.983Z Compiling toml v1.1.4+spec-1.1.0
18932026-08-18T19:02:01.097Z Compiling rand v0.8.7
18942026-08-18T19:02:01.396Z Compiling async-compression v0.4.43
18952026-08-18T19:02:01.567Z Compiling sha1 v0.11.0
18962026-08-18T19:02:01.854Z Compiling strum v0.26.3
18972026-08-18T19:02:01.873Z Compiling async-stream v0.3.6
18982026-08-18T19:02:02.044Z Compiling waitgroup v0.1.2
18992026-08-18T19:02:02.067Z Compiling rustls-pemfile v2.2.0
19002026-08-18T19:02:02.207Z Compiling serde_path_to_error v0.1.20
19012026-08-18T19:02:02.258Z Compiling hostname v0.4.2
19022026-08-18T19:02:02.350Z Compiling wait-timeout v0.2.1
19032026-08-18T19:02:02.777Z Compiling bit-vec v0.8.0
19042026-08-18T19:02:02.858Z Compiling quick-error v1.2.3
19052026-08-18T19:02:02.939Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-18T19:02:02.980Z Compiling rusty-fork v0.3.1
19072026-08-18T19:02:03.070Z Compiling bit-set v0.8.0
19082026-08-18T19:02:03.271Z Compiling serde_with v3.22.0
19092026-08-18T19:02:03.416Z Compiling rand_xorshift v0.4.0
19102026-08-18T19:02:03.659Z Compiling unarray v0.1.4
19112026-08-18T19:02:03.788Z Compiling proptest v1.11.0
19122026-08-18T19:02:03.875Z Compiling strum v0.27.2
19132026-08-18T19:02:04.014Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19142026-08-18T19:02:04.169Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19152026-08-18T19:02:04.349Z Compiling instant v0.1.13
19162026-08-18T19:02:04.588Z Compiling iddqd v0.4.6
19172026-08-18T19:02:05.111Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-18T19:02:05.297Z Compiling block-buffer v0.10.4
19192026-08-18T19:02:05.419Z Compiling backon v1.6.0
19202026-08-18T19:02:05.946Z Compiling unicode-width v0.2.2
19212026-08-18T19:02:06.264Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19222026-08-18T19:02:06.576Z Compiling digest v0.10.7
19232026-08-18T19:02:06.831Z Compiling backoff v0.4.0
19242026-08-18T19:02:07.049Z Compiling parse-display v0.10.0
19252026-08-18T19:02:07.314Z Compiling itertools v0.14.0
19262026-08-18T19:02:07.474Z Compiling regress v0.10.5
19272026-08-18T19:02:07.627Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19282026-08-18T19:02:08.608Z Compiling humantime v2.4.0
19292026-08-18T19:02:10.560Z Compiling regress v0.11.1
19302026-08-18T19:02:12.061Z Compiling typify-impl v0.6.2
19312026-08-18T19:02:12.409Z Compiling zerocopy-derive v0.7.35
19322026-08-18T19:02:13.692Z Compiling clap_derive v4.6.4
19332026-08-18T19:02:13.777Z Compiling convert_case v0.4.0
19342026-08-18T19:02:13.810Z Compiling utf8parse v0.2.2
19352026-08-18T19:02:14.063Z Compiling cpufeatures v0.2.17
19362026-08-18T19:02:14.081Z Compiling derive_more v0.99.20
19372026-08-18T19:02:14.155Z Compiling anstyle-parse v1.0.0
19382026-08-18T19:02:15.351Z Compiling typify-macro v0.6.2
19392026-08-18T19:02:15.429Z Compiling terminal_size v0.4.4
19402026-08-18T19:02:15.497Z Compiling toml_datetime v0.6.11
19412026-08-18T19:02:15.579Z Compiling is_terminal_polyfill v1.70.2
19422026-08-18T19:02:15.683Z Compiling anstyle v1.0.14
19432026-08-18T19:02:15.734Z Compiling colorchoice v1.0.5
19442026-08-18T19:02:15.787Z Compiling anstyle-query v1.1.5
19452026-08-18T19:02:15.895Z Compiling anstream v1.0.0
19462026-08-18T19:02:16.275Z Compiling secrecy v0.10.3
19472026-08-18T19:02:16.506Z Compiling clap_lex v1.1.0
19482026-08-18T19:02:16.806Z Compiling heapless v0.8.0
19492026-08-18T19:02:16.884Z Compiling crucible-workspace-hack v0.1.0
19502026-08-18T19:02:16.902Z Compiling tinyvec_macros v0.1.1
19512026-08-18T19:02:16.918Z Compiling typify v0.6.2
19522026-08-18T19:02:16.972Z Compiling tinyvec v1.12.0
19532026-08-18T19:02:17.133Z Compiling clap_builder v4.6.6
19542026-08-18T19:02:17.649Z Compiling zerocopy v0.7.35
19552026-08-18T19:02:17.937Z Compiling hash32 v0.3.1
19562026-08-18T19:02:18.007Z Compiling rustc_version v0.4.1
19572026-08-18T19:02:18.098Z Compiling scroll_derive v0.12.1
19582026-08-18T19:02:18.280Z Compiling num-integer v0.1.47
19592026-08-18T19:02:18.384Z Compiling usdt-impl v0.5.0
19602026-08-18T19:02:18.643Z Compiling smoltcp v0.11.0
19612026-08-18T19:02:18.778Z Compiling crossbeam-epoch v0.9.20
19622026-08-18T19:02:18.797Z Compiling scroll v0.12.0
19632026-08-18T19:02:19.010Z Compiling curve25519-dalek v4.1.3
19642026-08-18T19:02:19.070Z Compiling clap v4.6.6
19652026-08-18T19:02:19.088Z Compiling dof v0.3.0
19662026-08-18T19:02:20.335Z Compiling hmac v0.12.1
19672026-08-18T19:02:20.335Z Compiling dtrace-parser v0.2.0
19682026-08-18T19:02:20.480Z Compiling inout v0.1.4
19692026-08-18T19:02:20.498Z Compiling darling_core v0.21.3
19702026-08-18T19:02:20.696Z Compiling ff v0.13.1
19712026-08-18T19:02:20.850Z Compiling cobs v0.3.0
19722026-08-18T19:02:21.132Z Compiling thread-id v4.2.2
19732026-08-18T19:02:21.578Z Compiling managed v0.8.0
19742026-08-18T19:02:21.596Z Compiling bitflags v1.3.2
19752026-08-18T19:02:21.839Z Compiling unsafe-libyaml v0.2.11
19762026-08-18T19:02:22.367Z Compiling serde_yaml v0.9.34+deprecated
19772026-08-18T19:02:22.580Z Compiling darling_macro v0.21.3
19782026-08-18T19:02:23.338Z Compiling postcard v1.1.3
19792026-08-18T19:02:23.607Z Compiling group v0.13.0
19802026-08-18T19:02:23.724Z Compiling cipher v0.4.4
19812026-08-18T19:02:23.742Z Compiling hkdf v0.12.4
19822026-08-18T19:02:24.477Z Compiling goblin v0.8.2
19832026-08-18T19:02:24.709Z Compiling num-rational v0.4.2
19842026-08-18T19:02:24.868Z Compiling num-iter v0.1.46
19852026-08-18T19:02:25.501Z Compiling tabwriter v1.4.1
19862026-08-18T19:02:25.702Z Compiling universal-hash v0.5.1
19872026-08-18T19:02:25.760Z Compiling crypto-bigint v0.5.5
19882026-08-18T19:02:25.852Z Compiling hubpack_derive v0.1.1
19892026-08-18T19:02:25.871Z Compiling thiserror-impl-no-std v2.0.2
19902026-08-18T19:02:26.383Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-08-18T19:02:27.050Z Compiling half v2.7.1
19922026-08-18T19:02:27.274Z Compiling curve25519-dalek-derive v0.1.1
19932026-08-18T19:02:27.401Z Compiling num-complex v0.4.6
19942026-08-18T19:02:27.985Z Compiling memoffset v0.9.1
19952026-08-18T19:02:28.226Z Compiling ciborium-io v0.2.2
19962026-08-18T19:02:28.292Z Compiling base16ct v0.2.0
19972026-08-18T19:02:28.331Z Compiling rustix v0.38.44
19982026-08-18T19:02:28.500Z Compiling prettyplease v0.2.37
19992026-08-18T19:02:28.666Z Compiling opaque-debug v0.3.1
20002026-08-18T19:02:28.743Z Compiling base64ct v1.8.3
20012026-08-18T19:02:28.872Z Compiling cfg_aliases v0.2.2
20022026-08-18T19:02:28.973Z Compiling nix v0.31.3
20032026-08-18T19:02:29.090Z Compiling password-hash v0.5.0
20042026-08-18T19:02:29.627Z Compiling poly1305 v0.8.0
20052026-08-18T19:02:30.024Z Compiling elliptic-curve v0.13.8
20062026-08-18T19:02:30.243Z Compiling ciborium-ll v0.2.2
20072026-08-18T19:02:30.536Z Compiling num v0.4.3
20082026-08-18T19:02:30.688Z Compiling thiserror-no-std v2.0.2
20092026-08-18T19:02:30.789Z Compiling hubpack v0.1.2
20102026-08-18T19:02:31.886Z Compiling chacha20 v0.9.1
20112026-08-18T19:02:32.451Z Compiling darling v0.21.3
20122026-08-18T19:02:32.545Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20132026-08-18T19:02:33.092Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20142026-08-18T19:02:33.152Z Compiling reqwest v0.12.28
20152026-08-18T19:02:33.620Z Compiling toml_edit v0.25.13+spec-1.1.0
20162026-08-18T19:02:33.881Z Compiling blake2 v0.10.6
20172026-08-18T19:02:34.290Z Compiling aead v0.5.2
20182026-08-18T19:02:34.497Z Compiling byte-wrapper v0.1.0
20192026-08-18T19:02:34.564Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20202026-08-18T19:02:34.607Z Compiling serde_repr v0.1.21
20212026-08-18T19:02:35.291Z Compiling proc-macro-error-attr v1.0.4
20222026-08-18T19:02:35.399Z Compiling bstr v1.13.1
20232026-08-18T19:02:35.524Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242026-08-18T19:02:35.558Z Compiling float-ord v0.3.2
20252026-08-18T19:02:35.609Z Compiling static_assertions v1.1.0
20262026-08-18T19:02:35.769Z Compiling keccak v0.1.6
20272026-08-18T19:02:35.966Z Compiling sha3 v0.10.9
20282026-08-18T19:02:36.262Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20292026-08-18T19:02:36.353Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-08-18T19:02:36.960Z Compiling chacha20poly1305 v0.10.1
20312026-08-18T19:02:36.979Z Compiling proc-macro-crate v3.5.0
20322026-08-18T19:02:37.112Z Compiling argon2 v0.5.3
20332026-08-18T19:02:37.394Z Compiling progenitor-client v0.10.0
20342026-08-18T19:02:37.898Z Compiling ingot-macros v0.1.1
20352026-08-18T19:02:38.083Z Compiling vsss-rs v3.3.4
20362026-08-18T19:02:39.661Z Compiling ciborium v0.2.2
20372026-08-18T19:02:40.552Z Compiling usdt-macro v0.5.0
20382026-08-18T19:02:40.643Z Compiling usdt-attr-macro v0.5.0
20392026-08-18T19:02:41.250Z Compiling rustls-webpki v0.103.14
20402026-08-18T19:02:43.330Z Compiling num-derive v0.4.2
20412026-08-18T19:02:43.424Z Compiling enum-as-inner v0.6.1
20422026-08-18T19:02:43.515Z Compiling proc-macro-error v1.0.4
20432026-08-18T19:02:43.623Z Compiling memmap v0.7.0
20442026-08-18T19:02:43.762Z Compiling indent_write v2.2.0
20452026-08-18T19:02:43.920Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
20462026-08-18T19:02:44.147Z Compiling winnow v0.5.40
20472026-08-18T19:02:44.165Z Compiling data-encoding v2.11.1
20482026-08-18T19:02:44.273Z Compiling usdt v0.5.0
20492026-08-18T19:02:44.443Z Compiling ingot-types v0.1.2
20502026-08-18T19:02:44.703Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-08-18T19:02:44.876Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20522026-08-18T19:02:44.896Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-08-18T19:02:44.984Z Compiling num_enum_derive v0.7.6
20542026-08-18T19:02:45.540Z Compiling tokio-rustls v0.26.4
20552026-08-18T19:02:45.638Z Compiling rustls-platform-verifier v0.7.0
20562026-08-18T19:02:45.855Z Compiling hyper-rustls v0.27.9
20572026-08-18T19:02:46.226Z Compiling reqwest v0.13.4
20582026-08-18T19:02:46.809Z Compiling toml_edit v0.19.15
20592026-08-18T19:02:47.144Z Compiling serde_spanned v0.6.9
20602026-08-18T19:02:47.297Z Compiling foreign-types-macros v0.2.4
20612026-08-18T19:02:47.932Z Compiling progenitor-client v0.14.0
20622026-08-18T19:02:48.246Z Compiling progenitor-extras v0.2.0
20632026-08-18T19:02:48.862Z Compiling crossbeam-deque v0.8.7
20642026-08-18T19:02:48.883Z Compiling vcpkg v0.2.15
20652026-08-18T19:02:49.143Z Compiling winnow v0.7.15
20662026-08-18T19:02:49.432Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-08-18T19:02:50.602Z Compiling colored v3.1.1
20682026-08-18T19:02:51.220Z Compiling toml_write v0.1.2
20692026-08-18T19:02:51.562Z Compiling bytecount v0.6.9
20702026-08-18T19:02:51.769Z Compiling foreign-types-shared v0.3.1
20712026-08-18T19:02:55.649Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-08-18T19:02:59.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-18T19:02:59.644Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-18T19:03:00.939Z Compiling foreign-types v0.5.0
20752026-08-18T19:03:00.998Z Compiling toml_edit v0.22.27
20762026-08-18T19:03:01.037Z Compiling openssl-sys v0.9.117
20772026-08-18T19:03:01.512Z Compiling proc-macro-crate v1.3.1
20782026-08-18T19:03:01.610Z Compiling num_enum v0.7.6
20792026-08-18T19:03:02.047Z Compiling ingot v0.1.1
20802026-08-18T19:03:03.256Z Compiling atomicwrites v0.4.4
20812026-08-18T19:03:03.395Z Compiling progenitor-impl v0.14.0
20822026-08-18T19:03:03.483Z Compiling chacha20 v0.10.1
20832026-08-18T19:03:03.548Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20842026-08-18T19:03:04.079Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20852026-08-18T19:03:04.267Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20862026-08-18T19:03:04.374Z Compiling cstr-argument v0.1.2
20872026-08-18T19:03:04.394Z Compiling heck v0.4.1
20882026-08-18T19:03:04.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
20892026-08-18T19:03:04.567Z Compiling resolv-conf v0.7.6
20902026-08-18T19:03:04.598Z Compiling unicode-segmentation v1.13.3
20912026-08-18T19:03:04.686Z Compiling swrite v0.1.0
20922026-08-18T19:03:04.758Z Compiling semver v0.1.20
20932026-08-18T19:03:04.805Z Compiling linked-hash-map v0.5.6
20942026-08-18T19:03:05.046Z Compiling rayon-core v1.13.0
20952026-08-18T19:03:05.181Z Compiling lru-cache v0.1.2
20962026-08-18T19:03:05.210Z Compiling newline-converter v0.3.0
20972026-08-18T19:03:05.283Z Compiling rustc_version v0.1.7
20982026-08-18T19:03:05.363Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992026-08-18T19:03:05.380Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-08-18T19:03:05.399Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012026-08-18T19:03:05.483Z Compiling progenitor-macro v0.14.0
21022026-08-18T19:03:05.506Z Compiling rand v0.10.2
21032026-08-18T19:03:05.797Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21042026-08-18T19:03:06.277Z Compiling toml v0.8.23
21052026-08-18T19:03:06.430Z Compiling num_enum_derive v0.5.11
21062026-08-18T19:03:06.877Z Compiling hickory-proto v0.24.4
21072026-08-18T19:03:06.908Z Compiling similar v2.7.0
21082026-08-18T19:03:07.080Z Compiling progenitor-impl v0.13.0
21092026-08-18T19:03:07.482Z Compiling console v0.15.11
21102026-08-18T19:03:08.828Z Compiling camino-tempfile v1.4.1
21112026-08-18T19:03:09.219Z Compiling serde-big-array v0.5.1
21122026-08-18T19:03:09.240Z Compiling derive-where v1.6.1
21132026-08-18T19:03:09.396Z Compiling pin-project-internal v1.1.13
21142026-08-18T19:03:09.704Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21152026-08-18T19:03:09.937Z Compiling minimal-lexical v0.2.1
21162026-08-18T19:03:10.200Z Compiling lazy_static v1.5.0
21172026-08-18T19:03:10.243Z Compiling siphasher v1.0.3
21182026-08-18T19:03:10.469Z Compiling phf_shared v0.12.1
21192026-08-18T19:03:10.499Z Compiling pin-project v1.1.13
21202026-08-18T19:03:10.518Z Compiling nom v7.1.3
21212026-08-18T19:03:10.617Z Compiling progenitor v0.14.0
21222026-08-18T19:03:10.699Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21232026-08-18T19:03:10.781Z Compiling progenitor-macro v0.13.0
21242026-08-18T19:03:11.153Z Compiling hickory-resolver v0.24.4
21252026-08-18T19:03:11.873Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-08-18T19:03:14.508Z Compiling expectorate v1.2.0
21272026-08-18T19:03:14.582Z Compiling num_enum v0.5.11
21282026-08-18T19:03:15.206Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-18T19:03:16.393Z Compiling newtype_derive v0.1.6
21302026-08-18T19:03:16.649Z Compiling progenitor-client v0.13.0
21312026-08-18T19:03:17.116Z Compiling unicode-normalization v0.1.25
21322026-08-18T19:03:17.760Z Compiling tokio-stream v0.1.19
21332026-08-18T19:03:18.377Z Compiling async-recursion v1.1.1
21342026-08-18T19:03:18.884Z Compiling snafu-derive v0.8.9
21352026-08-18T19:03:19.069Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21362026-08-18T19:03:19.393Z Compiling slog-dtrace v0.3.0
21372026-08-18T19:03:19.652Z Compiling csv-core v0.1.13
21382026-08-18T19:03:19.811Z Compiling foreign-types-shared v0.1.1
21392026-08-18T19:03:19.920Z Compiling jiff-core v0.1.0
21402026-08-18T19:03:20.066Z Compiling unicode-width v0.1.14
21412026-08-18T19:03:20.387Z Compiling highway v1.3.0
21422026-08-18T19:03:20.628Z Compiling unicode-xid v0.2.6
21432026-08-18T19:03:20.767Z Compiling same-file v1.0.6
21442026-08-18T19:03:20.961Z Compiling openssl v0.10.81
21452026-08-18T19:03:21.133Z Compiling owo-colors v4.3.0
21462026-08-18T19:03:21.256Z Compiling cancel-safe-futures v0.1.5
21472026-08-18T19:03:21.486Z Compiling chrono-tz v0.10.4
21482026-08-18T19:03:21.530Z Compiling foldhash v0.1.5
21492026-08-18T19:03:21.731Z Compiling konst_macro_rules v0.2.19
21502026-08-18T19:03:21.769Z Compiling hashbrown v0.15.5
21512026-08-18T19:03:21.856Z Compiling walkdir v2.5.0
21522026-08-18T19:03:21.875Z Compiling konst v0.2.20
21532026-08-18T19:03:21.930Z Compiling const_format_proc_macros v0.2.34
21542026-08-18T19:03:22.079Z Compiling jiff v0.2.35
21552026-08-18T19:03:22.265Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-08-18T19:03:22.452Z Compiling snafu v0.8.9
21572026-08-18T19:03:22.538Z Compiling foreign-types v0.3.2
21582026-08-18T19:03:22.631Z Compiling csv v1.4.0
21592026-08-18T19:03:22.876Z Compiling progenitor v0.13.0
21602026-08-18T19:03:23.027Z Compiling qorb v0.4.1
21612026-08-18T19:03:23.048Z Compiling olpc-cjson v0.1.4
21622026-08-18T19:03:23.331Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-08-18T19:03:23.570Z Compiling rayon v1.12.0
21642026-08-18T19:03:25.766Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21652026-08-18T19:03:26.333Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-08-18T19:03:27.016Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-08-18T19:03:28.304Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-08-18T19:03:28.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21692026-08-18T19:03:28.856Z Compiling phf v0.12.1
21702026-08-18T19:03:29.493Z Compiling zone_cfg_derive v0.3.1
21712026-08-18T19:03:30.205Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-08-18T19:03:30.997Z Compiling tokio-dtrace v0.1.1
21732026-08-18T19:03:31.080Z Compiling globset v0.4.20
21742026-08-18T19:03:31.331Z Compiling itertools v0.15.0
21752026-08-18T19:03:31.358Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21762026-08-18T19:03:31.585Z Compiling itertools v0.12.1
21772026-08-18T19:03:32.145Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-08-18T19:03:32.679Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21792026-08-18T19:03:32.701Z Compiling pem v3.0.6
21802026-08-18T19:03:32.761Z Compiling libsw-core v0.3.2
21812026-08-18T19:03:32.798Z Compiling serde_plain v1.0.2
21822026-08-18T19:03:32.950Z Compiling openssl-macros v0.1.1
21832026-08-18T19:03:33.089Z Compiling cookie v0.18.2
21842026-08-18T19:03:33.110Z Compiling sigpipe v0.1.3
21852026-08-18T19:03:33.216Z Compiling fixedbitset v0.4.2
21862026-08-18T19:03:33.392Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-08-18T19:03:33.439Z Compiling typed-path v0.9.3
21882026-08-18T19:03:33.601Z Compiling fixedbitset v0.5.7
21892026-08-18T19:03:33.633Z Compiling glob v0.3.4
21902026-08-18T19:03:33.780Z Compiling petgraph v0.6.5
21912026-08-18T19:03:34.122Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-08-18T19:03:34.407Z Compiling petgraph v0.8.3
21932026-08-18T19:03:34.536Z Compiling tough v0.22.0
21942026-08-18T19:03:35.443Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21952026-08-18T19:03:35.649Z Compiling zone v0.3.1
21962026-08-18T19:03:35.819Z Compiling libsw v3.5.0
21972026-08-18T19:03:36.014Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-18T19:03:36.110Z Compiling ingot-macros v0.2.0
21992026-08-18T19:03:36.258Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22002026-08-18T19:03:36.277Z Compiling oxide-tokio-rt v0.1.6
22012026-08-18T19:03:36.556Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-18T19:03:36.792Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22032026-08-18T19:03:37.325Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-18T19:03:37.591Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-18T19:03:38.541Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-08-18T19:03:39.522Z Compiling const_format v0.2.36
22072026-08-18T19:03:40.426Z Compiling papergrid v0.11.0
22082026-08-18T19:03:40.448Z Compiling tabled_derive v0.7.0
22092026-08-18T19:03:40.508Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-08-18T19:03:40.766Z Compiling libscf-sys v1.2.0
22112026-08-18T19:03:40.947Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22122026-08-18T19:03:41.458Z Compiling gethostname v0.5.0
22132026-08-18T19:03:41.611Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-08-18T19:03:41.644Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22152026-08-18T19:03:41.682Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-08-18T19:03:41.686Z Compiling bcs v0.1.6
22172026-08-18T19:03:41.759Z Compiling smf v0.2.3
22182026-08-18T19:03:41.812Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22192026-08-18T19:03:42.131Z Compiling unicode-linebreak v0.1.5
22202026-08-18T19:03:42.443Z Compiling tagptr v0.2.0
22212026-08-18T19:03:42.622Z Compiling whoami v1.6.1
22222026-08-18T19:03:42.803Z Compiling smawk v0.3.3
22232026-08-18T19:03:42.949Z Compiling termtree v0.5.1
22242026-08-18T19:03:42.972Z Compiling linear-map v1.2.0
22252026-08-18T19:03:43.095Z Compiling textwrap v0.16.2
22262026-08-18T19:03:43.210Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-08-18T19:03:44.649Z Compiling moka v0.12.16
22282026-08-18T19:03:45.651Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22292026-08-18T19:03:45.941Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-08-18T19:03:45.971Z Compiling tabled v0.15.0
22312026-08-18T19:03:46.157Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-08-18T19:03:46.157Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-08-18T19:03:46.884Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-08-18T19:03:46.994Z Compiling ingot-types v0.2.0
22352026-08-18T19:03:47.107Z Compiling steno v0.4.1
22362026-08-18T19:03:49.454Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-08-18T19:03:52.218Z Compiling hickory-proto v0.25.2
22382026-08-18T19:03:53.072Z Compiling ingot v0.2.1
22392026-08-18T19:03:53.914Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22402026-08-18T19:03:53.949Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22412026-08-18T19:03:54.196Z Compiling parking_lot_core v0.8.6
22422026-08-18T19:03:54.411Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22432026-08-18T19:03:54.490Z Compiling hickory-resolver v0.25.2
22442026-08-18T19:03:55.572Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22452026-08-18T19:03:55.577Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-08-18T19:03:56.937Z Compiling papergrid v0.18.0
22472026-08-18T19:03:57.033Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22482026-08-18T19:03:58.364Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22492026-08-18T19:03:58.386Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-08-18T19:03:58.467Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22512026-08-18T19:03:58.783Z Compiling tabled v0.21.0
22522026-08-18T19:04:01.024Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22532026-08-18T19:04:01.577Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22542026-08-18T19:04:01.704Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22552026-08-18T19:04:02.363Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22562026-08-18T19:04:02.471Z Compiling arc-swap v1.9.2
22572026-08-18T19:04:02.845Z Compiling slog-scope v4.4.1
22582026-08-18T19:04:02.864Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
22592026-08-18T19:04:04.261Z Compiling parking_lot v0.11.2
22602026-08-18T19:04:04.276Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22612026-08-18T19:04:04.276Z Compiling dropshot-api-manager-types v0.7.2
22622026-08-18T19:04:04.492Z Compiling fxhash v0.2.1
22632026-08-18T19:04:04.647Z Compiling crc8 v0.1.1
22642026-08-18T19:04:04.773Z Compiling sled v0.34.7
22652026-08-18T19:04:05.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
22662026-08-18T19:04:05.394Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22672026-08-18T19:04:06.523Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22682026-08-18T19:04:06.644Z Compiling slog-stdlog v4.1.1
22692026-08-18T19:04:07.010Z Compiling port-file v0.1.0
22702026-08-18T19:04:07.307Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22712026-08-18T19:04:07.614Z Compiling slog-envlogger v2.2.0
22722026-08-18T19:04:08.763Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22732026-08-18T19:04:08.892Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22742026-08-18T19:04:08.981Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-18T19:04:12.095Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-18T19:04:14.627Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22772026-08-18T19:04:15.550Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22782026-08-18T19:04:25.138Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22792026-08-18T19:04:30.519Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22802026-08-18T19:04:34.003Z Finished `release` profile [optimized] target(s) in 3m 44s
22812026-08-18T19:04:34.343Z+ banner quartet
22822026-08-18T19:04:34.347Z
22832026-08-18T19:04:34.347Z #### # # ## ##### ##### ###### #####
22842026-08-18T19:04:34.347Z # # # # # # # # # # #
22852026-08-18T19:04:34.347Z # # # # # # # # # ##### #
22862026-08-18T19:04:34.347Z # # # # # ###### ##### # # #
22872026-08-18T19:04:34.347Z # # # # # # # # # # #
22882026-08-18T19:04:34.347Z ### # #### # # # # # ###### #
22892026-08-18T19:04:34.347Z
22902026-08-18T19:04:34.347Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22912026-08-18T19:04:34.934Z Compiling cfg-if v1.0.4
22922026-08-18T19:04:34.937Z Compiling libc v0.2.189
22932026-08-18T19:04:34.938Z Compiling serde_core v1.0.229
22942026-08-18T19:04:35.047Z Compiling memchr v2.8.3
22952026-08-18T19:04:35.053Z Compiling smallvec v1.15.2
22962026-08-18T19:04:35.057Z Compiling itoa v1.0.18
22972026-08-18T19:04:35.068Z Compiling stable_deref_trait v1.2.1
22982026-08-18T19:04:35.071Z Compiling zerofrom v0.1.8
22992026-08-18T19:04:35.088Z Compiling zmij v1.0.23
23002026-08-18T19:04:35.136Z Compiling litemap v0.8.2
23012026-08-18T19:04:35.198Z Compiling yoke v0.8.3
23022026-08-18T19:04:35.290Z Compiling writeable v0.6.3
23032026-08-18T19:04:35.290Z Compiling utf8_iter v1.0.4
23042026-08-18T19:04:35.328Z Compiling percent-encoding v2.3.2
23052026-08-18T19:04:35.397Z Compiling zerovec v0.11.6
23062026-08-18T19:04:35.422Z Compiling zerotrie v0.2.4
23072026-08-18T19:04:35.452Z Compiling libm v0.2.16
23082026-08-18T19:04:35.543Z Compiling icu_normalizer_data v2.2.0
23092026-08-18T19:04:35.568Z Compiling icu_properties_data v2.2.0
23102026-08-18T19:04:35.596Z Compiling form_urlencoded v1.2.2
23112026-08-18T19:04:35.620Z Compiling rand_core v0.10.1
23122026-08-18T19:04:35.724Z Compiling errno v0.3.14
23132026-08-18T19:04:35.786Z Compiling getrandom v0.4.3
23142026-08-18T19:04:35.862Z Compiling iana-time-zone v0.1.65
23152026-08-18T19:04:35.875Z Compiling pin-project-lite v0.2.17
23162026-08-18T19:04:35.906Z Compiling zeroize v1.9.0
23172026-08-18T19:04:35.970Z Compiling tinystr v0.8.3
23182026-08-18T19:04:35.992Z Compiling potential_utf v0.1.5
23192026-08-18T19:04:36.009Z Compiling dyn-clone v1.0.20
23202026-08-18T19:04:36.140Z Compiling icu_locale_core v2.2.0
23212026-08-18T19:04:36.153Z Compiling icu_collections v2.2.0
23222026-08-18T19:04:36.164Z Compiling socket2 v0.6.5
23232026-08-18T19:04:36.175Z Compiling scopeguard v1.2.0
23242026-08-18T19:04:36.186Z Compiling parking_lot_core v0.9.12
23252026-08-18T19:04:36.195Z Compiling signal-hook-registry v1.4.8
23262026-08-18T19:04:36.284Z Compiling num-traits v0.2.19
23272026-08-18T19:04:36.564Z Compiling lock_api v0.4.14
23282026-08-18T19:04:36.633Z Compiling mio v1.2.2
23292026-08-18T19:04:36.820Z Compiling parking_lot v0.12.5
23302026-08-18T19:04:36.874Z Compiling portable-atomic v1.15.0
23312026-08-18T19:04:36.894Z Compiling serde v1.0.229
23322026-08-18T19:04:37.055Z Compiling serde_json v1.0.151
23332026-08-18T19:04:37.097Z Compiling icu_provider v2.2.0
23342026-08-18T19:04:37.160Z Compiling uuid v1.24.0
23352026-08-18T19:04:37.299Z Compiling semver v1.0.28
23362026-08-18T19:04:37.588Z Compiling bytes v1.12.1
23372026-08-18T19:04:37.644Z Compiling icu_normalizer v2.2.0
23382026-08-18T19:04:37.695Z Compiling icu_properties v2.2.0
23392026-08-18T19:04:37.758Z Compiling chrono v0.4.45
23402026-08-18T19:04:37.791Z Compiling thiserror v2.0.20
23412026-08-18T19:04:37.906Z Compiling bitflags v2.13.1
23422026-08-18T19:04:37.964Z Compiling critical-section v1.2.0
23432026-08-18T19:04:38.081Z Compiling futures-core v0.3.34
23442026-08-18T19:04:38.253Z Compiling tokio v1.53.1
23452026-08-18T19:04:38.334Z Compiling once_cell v1.21.4
23462026-08-18T19:04:38.532Z Compiling equivalent v1.0.2
23472026-08-18T19:04:38.586Z Compiling log v0.4.33
23482026-08-18T19:04:38.625Z Compiling subtle v2.6.1
23492026-08-18T19:04:38.808Z Compiling idna_adapter v1.2.2
23502026-08-18T19:04:38.853Z Compiling allocator-api2 v0.2.21
23512026-08-18T19:04:38.864Z Compiling zerocopy v0.8.56
23522026-08-18T19:04:38.876Z Compiling futures-sink v0.3.34
23532026-08-18T19:04:38.944Z Compiling idna v1.1.0
23542026-08-18T19:04:38.984Z Compiling slab v0.4.12
23552026-08-18T19:04:39.193Z Compiling typenum v1.20.1
23562026-08-18T19:04:39.237Z Compiling futures-channel v0.3.34
23572026-08-18T19:04:39.324Z Compiling url v2.5.8
23582026-08-18T19:04:39.503Z Compiling hashbrown v0.17.1
23592026-08-18T19:04:39.689Z Compiling getrandom v0.2.17
23602026-08-18T19:04:39.904Z Compiling futures-task v0.3.34
23612026-08-18T19:04:40.031Z Compiling schemars v0.8.22
23622026-08-18T19:04:40.085Z Compiling futures-io v0.3.34
23632026-08-18T19:04:40.197Z Compiling futures-util v0.3.34
23642026-08-18T19:04:40.287Z Compiling rand_core v0.6.4
23652026-08-18T19:04:40.550Z Compiling indexmap v2.14.0
23662026-08-18T19:04:41.062Z Compiling tracing-core v0.1.36
23672026-08-18T19:04:41.251Z Compiling ipnetwork v0.21.1
23682026-08-18T19:04:41.406Z Compiling base64 v0.22.1
23692026-08-18T19:04:41.821Z Compiling tracing v0.1.44
23702026-08-18T19:04:41.903Z Compiling http v1.5.0
23712026-08-18T19:04:42.119Z Compiling unicode-ident v1.0.24
23722026-08-18T19:04:42.134Z Compiling slog v2.8.2
23732026-08-18T19:04:42.151Z Compiling erased-serde v0.3.31
23742026-08-18T19:04:42.193Z Compiling fnv v1.0.7
23752026-08-18T19:04:42.239Z Compiling proc-macro2 v1.0.107
23762026-08-18T19:04:42.299Z Compiling oxnet v0.1.6
23772026-08-18T19:04:42.789Z Compiling quote v1.0.47
23782026-08-18T19:04:43.142Z Compiling syn v2.0.119
23792026-08-18T19:04:43.447Z Compiling tokio-util v0.7.19
23802026-08-18T19:04:43.469Z Compiling byteorder v1.5.0
23812026-08-18T19:04:43.733Z Compiling ipnet v2.12.1
23822026-08-18T19:04:43.827Z Compiling thiserror v1.0.69
23832026-08-18T19:04:43.942Z Compiling ppv-lite86 v0.2.21
23842026-08-18T19:04:44.297Z Compiling rustls-pki-types v1.15.1
23852026-08-18T19:04:44.363Z Compiling aws-lc-sys v0.44.0
23862026-08-18T19:04:44.478Z Compiling http-body v1.1.0
23872026-08-18T19:04:44.659Z Compiling atomic-waker v1.1.2
23882026-08-18T19:04:44.709Z Compiling untrusted v0.7.1
23892026-08-18T19:04:44.794Z Compiling httparse v1.10.1
23902026-08-18T19:04:44.842Z Compiling tower-service v0.3.3
23912026-08-18T19:04:44.926Z Compiling aws-lc-rs v1.18.0
23922026-08-18T19:04:44.948Z Compiling tower-layer v0.3.3
23932026-08-18T19:04:44.966Z Compiling try-lock v0.2.5
23942026-08-18T19:04:45.079Z Compiling pretty-hex v0.4.2
23952026-08-18T19:04:45.092Z Compiling ryu v1.0.23
23962026-08-18T19:04:45.150Z Compiling rustls v0.23.43
23972026-08-18T19:04:45.186Z Compiling untrusted v0.9.0
23982026-08-18T19:04:45.221Z Compiling want v0.3.1
23992026-08-18T19:04:45.273Z Compiling h2 v0.4.15
24002026-08-18T19:04:45.323Z Compiling httpdate v1.0.3
24012026-08-18T19:04:45.385Z Compiling rustix v1.1.4
24022026-08-18T19:04:45.398Z Compiling regex-syntax v0.8.11
24032026-08-18T19:04:45.410Z Compiling plain v0.2.3
24042026-08-18T19:04:45.525Z Compiling getrandom v0.3.4
24052026-08-18T19:04:45.700Z Compiling omicron-workspace-hack v0.1.0
24062026-08-18T19:04:45.736Z Compiling ucd-trie v0.1.7
24072026-08-18T19:04:45.774Z Compiling rand_core v0.9.5
24082026-08-18T19:04:46.044Z Compiling pest v2.8.8
24092026-08-18T19:04:46.294Z Compiling rustls-webpki v0.103.14
24102026-08-18T19:04:47.721Z Compiling crossbeam-utils v0.8.22
24112026-08-18T19:04:47.923Z Compiling hyper v1.11.0
24122026-08-18T19:04:48.468Z Compiling serde_urlencoded v0.7.1
24132026-08-18T19:04:48.760Z Compiling http-body-util v0.1.5
24142026-08-18T19:04:48.874Z Compiling foldhash v0.2.0
24152026-08-18T19:04:49.079Z Compiling newtype-uuid v1.4.0
24162026-08-18T19:04:49.180Z Compiling hex v0.4.3
24172026-08-18T19:04:49.521Z Compiling hyper-util v0.1.20
24182026-08-18T19:04:50.031Z Compiling daft v0.1.8
24192026-08-18T19:04:50.345Z Compiling rand_chacha v0.9.0
24202026-08-18T19:04:50.918Z Compiling tokio-rustls v0.26.4
24212026-08-18T19:04:51.233Z Compiling sync_wrapper v1.0.2
24222026-08-18T19:04:51.356Z Compiling aho-corasick v1.1.5
24232026-08-18T19:04:51.724Z Compiling fastrand v2.5.0
24242026-08-18T19:04:52.079Z Compiling tower v0.5.3
24252026-08-18T19:04:52.312Z Compiling anyhow v1.0.104
24262026-08-18T19:04:52.523Z Compiling regex-automata v0.4.18
24272026-08-18T19:04:52.694Z Compiling rand v0.9.5
24282026-08-18T19:04:52.749Z Compiling tower-http v0.6.11
24292026-08-18T19:04:52.881Z Compiling generic-array v0.14.7
24302026-08-18T19:04:52.995Z Compiling hashbrown v0.16.1
24312026-08-18T19:04:53.433Z Compiling openapiv3 v2.2.0
24322026-08-18T19:04:53.442Z Compiling time-core v0.1.9
24332026-08-18T19:04:53.451Z Compiling cpufeatures v0.3.0
24342026-08-18T19:04:53.532Z Compiling openssl-probe v0.2.1
24352026-08-18T19:04:53.639Z Compiling powerfmt v0.2.0
24362026-08-18T19:04:53.732Z Compiling num-conv v0.2.2
24372026-08-18T19:04:53.788Z Compiling num_threads v0.1.7
24382026-08-18T19:04:53.890Z Compiling deranged v0.5.8
24392026-08-18T19:04:53.900Z Compiling rustls-native-certs v0.8.4
24402026-08-18T19:04:53.911Z Compiling camino v1.2.5
24412026-08-18T19:04:54.485Z Compiling tempfile v3.27.0
24422026-08-18T19:04:54.674Z Compiling futures-executor v0.3.34
24432026-08-18T19:04:55.046Z Compiling time v0.3.55
24442026-08-18T19:04:55.176Z Compiling winnow v1.0.4
24452026-08-18T19:04:55.319Z Compiling futures v0.3.34
24462026-08-18T19:04:55.409Z Compiling regex v1.13.1
24472026-08-18T19:04:55.721Z Compiling rustls-platform-verifier v0.7.0
24482026-08-18T19:04:56.311Z Compiling hyper-rustls v0.27.9
24492026-08-18T19:04:56.648Z Compiling crossbeam-channel v0.5.16
24502026-08-18T19:04:56.673Z Compiling scroll v0.13.0
24512026-08-18T19:04:56.872Z Compiling hybrid-array v0.4.14
24522026-08-18T19:04:56.906Z Compiling simd-adler32 v0.3.10
24532026-08-18T19:04:56.999Z Compiling adler2 v2.0.1
24542026-08-18T19:04:57.173Z Compiling miniz_oxide v0.8.9
24552026-08-18T19:04:57.351Z Compiling goblin v0.10.7
24562026-08-18T19:04:57.379Z Compiling crc32fast v1.5.0
24572026-08-18T19:04:57.633Z Compiling reqwest v0.13.4
24582026-08-18T19:04:57.793Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24592026-08-18T19:04:58.035Z Compiling thread_local v1.1.10
24602026-08-18T19:04:58.387Z Compiling either v1.17.0
24612026-08-18T19:04:58.586Z Compiling flate2 v1.1.9
24622026-08-18T19:04:58.621Z Compiling crypto-common v0.2.2
24632026-08-18T19:04:59.147Z Compiling block-buffer v0.12.1
24642026-08-18T19:04:59.333Z Compiling crypto-common v0.1.7
24652026-08-18T19:04:59.486Z Compiling dtrace-parser v0.3.0
24662026-08-18T19:04:59.770Z Compiling rand_chacha v0.3.1
24672026-08-18T19:04:59.910Z Compiling is-terminal v0.4.17
24682026-08-18T19:05:00.016Z Compiling thread-id v5.1.0
24692026-08-18T19:05:00.108Z Compiling const-oid v0.10.2
24702026-08-18T19:05:00.388Z Compiling term v1.2.1
24712026-08-18T19:05:00.415Z Compiling debug-ignore v1.0.5
24722026-08-18T19:05:00.529Z Compiling match_cfg v0.1.0
24732026-08-18T19:05:00.606Z Compiling dof v0.4.0
24742026-08-18T19:05:02.075Z Compiling take_mut v0.2.2
24752026-08-18T19:05:02.202Z Compiling compression-core v0.4.32
24762026-08-18T19:05:02.304Z Compiling slog-async v2.8.0
24772026-08-18T19:05:02.397Z Compiling compression-codecs v0.4.38
24782026-08-18T19:05:02.768Z Compiling usdt-impl v0.6.0
24792026-08-18T19:05:03.610Z Compiling slog-term v2.9.2
24802026-08-18T19:05:03.643Z Compiling hostname v0.3.1
24812026-08-18T19:05:03.815Z Compiling digest v0.11.3
24822026-08-18T19:05:04.043Z Compiling rand v0.8.7
24832026-08-18T19:05:04.090Z Compiling ref-cast v1.0.26
24842026-08-18T19:05:04.205Z Compiling slog-json v2.6.1
24852026-08-18T19:05:04.479Z Compiling toml_parser v1.1.3+spec-1.1.0
24862026-08-18T19:05:04.822Z Compiling strum v0.26.3
24872026-08-18T19:05:04.962Z Compiling macaddr v1.0.1
24882026-08-18T19:05:05.178Z Compiling serde_spanned v1.1.1
24892026-08-18T19:05:05.250Z Compiling toml_datetime v1.1.1+spec-1.1.0
24902026-08-18T19:05:05.334Z Compiling wait-timeout v0.2.1
24912026-08-18T19:05:05.694Z Compiling memmap2 v0.9.11
24922026-08-18T19:05:05.802Z Compiling encoding_rs v0.8.35
24932026-08-18T19:05:05.817Z Compiling quick-error v1.2.3
24942026-08-18T19:05:05.927Z Compiling toml_writer v1.1.2+spec-1.1.0
24952026-08-18T19:05:05.992Z Compiling spin v0.9.9
24962026-08-18T19:05:06.123Z Compiling mime v0.3.17
24972026-08-18T19:05:06.191Z Compiling bit-vec v0.8.0
24982026-08-18T19:05:06.496Z Compiling bit-set v0.8.0
24992026-08-18T19:05:06.612Z Compiling toml v1.1.4+spec-1.1.0
25002026-08-18T19:05:06.695Z Compiling rusty-fork v0.3.1
25012026-08-18T19:05:07.087Z Compiling multer v3.1.0
25022026-08-18T19:05:07.587Z Compiling usdt v0.6.0
25032026-08-18T19:05:08.273Z Compiling slog-bunyan v2.5.0
25042026-08-18T19:05:08.365Z Compiling sha1 v0.11.0
25052026-08-18T19:05:08.457Z Compiling async-compression v0.4.43
25062026-08-18T19:05:08.783Z Compiling serde_with v3.22.0
25072026-08-18T19:05:08.934Z Compiling async-stream v0.3.6
25082026-08-18T19:05:09.017Z Compiling rand_xorshift v0.4.0
25092026-08-18T19:05:09.056Z Compiling waitgroup v0.1.2
25102026-08-18T19:05:09.137Z Compiling rustls-pemfile v2.2.0
25112026-08-18T19:05:09.178Z Compiling serde_path_to_error v0.1.20
25122026-08-18T19:05:09.213Z Compiling hostname v0.4.2
25132026-08-18T19:05:09.335Z Compiling unarray v0.1.4
25142026-08-18T19:05:09.378Z Compiling progenitor-client v0.14.0
25152026-08-18T19:05:09.416Z Compiling strum v0.27.2
25162026-08-18T19:05:09.455Z Compiling proptest v1.11.0
25172026-08-18T19:05:09.553Z Compiling dropshot v0.17.1
25182026-08-18T19:05:09.641Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-08-18T19:05:09.803Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25202026-08-18T19:05:09.854Z Compiling iddqd v0.4.6
25212026-08-18T19:05:10.033Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25222026-08-18T19:05:10.081Z Compiling block-buffer v0.10.4
25232026-08-18T19:05:10.258Z Compiling reqwest v0.12.28
25242026-08-18T19:05:10.335Z Compiling backon v1.6.0
25252026-08-18T19:05:10.598Z Compiling instant v0.1.13
25262026-08-18T19:05:10.729Z Compiling backoff v0.4.0
25272026-08-18T19:05:10.950Z Compiling progenitor-extras v0.2.0
25282026-08-18T19:05:11.126Z Compiling digest v0.10.7
25292026-08-18T19:05:11.206Z Compiling parse-display v0.10.0
25302026-08-18T19:05:11.380Z Compiling progenitor-client v0.10.0
25312026-08-18T19:05:11.522Z Compiling itertools v0.14.0
25322026-08-18T19:05:11.779Z Compiling regress v0.10.5
25332026-08-18T19:05:11.841Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25342026-08-18T19:05:12.088Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25352026-08-18T19:05:13.100Z Compiling humantime v2.4.0
25362026-08-18T19:05:13.535Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25372026-08-18T19:05:13.908Z Compiling cpufeatures v0.2.17
25382026-08-18T19:05:13.980Z Compiling heck v0.5.0
25392026-08-18T19:05:14.860Z Compiling unicode-width v0.2.2
25402026-08-18T19:05:15.190Z Compiling secrecy v0.10.3
25412026-08-18T19:05:15.366Z Compiling tinyvec_macros v0.1.1
25422026-08-18T19:05:15.448Z Compiling tinyvec v1.12.0
25432026-08-18T19:05:15.573Z Compiling num-integer v0.1.47
25442026-08-18T19:05:15.618Z Compiling scroll v0.12.0
25452026-08-18T19:05:15.897Z Compiling crucible-workspace-hack v0.1.0
25462026-08-18T19:05:15.935Z Compiling hmac v0.12.1
25472026-08-18T19:05:15.976Z Compiling regress v0.11.1
25482026-08-18T19:05:16.083Z Compiling inout v0.1.4
25492026-08-18T19:05:16.096Z Compiling ff v0.13.1
25502026-08-18T19:05:16.248Z Compiling utf8parse v0.2.2
25512026-08-18T19:05:16.262Z Compiling group v0.13.0
25522026-08-18T19:05:16.366Z Compiling anstyle-parse v1.0.0
25532026-08-18T19:05:16.390Z Compiling cipher v0.4.4
25542026-08-18T19:05:16.545Z Compiling hkdf v0.12.4
25552026-08-18T19:05:16.591Z Compiling goblin v0.8.2
25562026-08-18T19:05:16.642Z Compiling num-iter v0.1.46
25572026-08-18T19:05:16.712Z Compiling num-rational v0.4.2
25582026-08-18T19:05:16.772Z Compiling zerocopy v0.7.35
25592026-08-18T19:05:17.389Z Compiling universal-hash v0.5.1
25602026-08-18T19:05:17.543Z Compiling crypto-bigint v0.5.5
25612026-08-18T19:05:17.883Z Compiling typify-impl v0.6.2
25622026-08-18T19:05:18.535Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25632026-08-18T19:05:19.464Z Compiling terminal_size v0.4.4
25642026-08-18T19:05:19.635Z Compiling half v2.7.1
25652026-08-18T19:05:19.814Z Compiling num-complex v0.4.6
25662026-08-18T19:05:20.008Z Compiling base16ct v0.2.0
25672026-08-18T19:05:20.228Z Compiling opaque-debug v0.3.1
25682026-08-18T19:05:20.269Z Compiling ciborium-io v0.2.2
25692026-08-18T19:05:20.311Z Compiling colorchoice v1.0.5
25702026-08-18T19:05:20.377Z Compiling base64ct v1.8.3
25712026-08-18T19:05:20.442Z Compiling is_terminal_polyfill v1.70.2
25722026-08-18T19:05:20.553Z Compiling anstyle-query v1.1.5
25732026-08-18T19:05:20.670Z Compiling anstyle v1.0.14
25742026-08-18T19:05:20.735Z Compiling password-hash v0.5.0
25752026-08-18T19:05:20.858Z Compiling anstream v1.0.0
25762026-08-18T19:05:20.957Z Compiling ciborium-ll v0.2.2
25772026-08-18T19:05:21.225Z Compiling poly1305 v0.8.0
25782026-08-18T19:05:21.355Z Compiling num v0.4.3
25792026-08-18T19:05:21.438Z Compiling elliptic-curve v0.13.8
25802026-08-18T19:05:21.739Z Compiling typify v0.6.2
25812026-08-18T19:05:21.770Z Compiling curve25519-dalek v4.1.3
25822026-08-18T19:05:21.844Z Compiling dof v0.3.0
25832026-08-18T19:05:21.869Z Compiling thiserror-no-std v2.0.2
25842026-08-18T19:05:21.966Z Compiling chacha20 v0.9.1
25852026-08-18T19:05:22.222Z Compiling crossbeam-epoch v0.9.20
25862026-08-18T19:05:22.723Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25872026-08-18T19:05:23.319Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-08-18T19:05:24.481Z Compiling blake2 v0.10.6
25892026-08-18T19:05:24.494Z Compiling aead v0.5.2
25902026-08-18T19:05:24.689Z Compiling byte-wrapper v0.1.0
25912026-08-18T19:05:24.872Z Compiling dtrace-parser v0.2.0
25922026-08-18T19:05:24.989Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25932026-08-18T19:05:25.338Z Compiling thread-id v4.2.2
25942026-08-18T19:05:25.432Z Compiling keccak v0.1.6
25952026-08-18T19:05:25.588Z Compiling strsim v0.11.1
25962026-08-18T19:05:26.106Z Compiling clap_lex v1.1.0
25972026-08-18T19:05:26.149Z Compiling float-ord v0.3.2
25982026-08-18T19:05:26.233Z Compiling sha3 v0.10.9
25992026-08-18T19:05:26.273Z Compiling clap_builder v4.6.6
26002026-08-18T19:05:26.411Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-08-18T19:05:26.473Z Compiling usdt-impl v0.5.0
26022026-08-18T19:05:26.630Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-08-18T19:05:27.448Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26042026-08-18T19:05:29.693Z Compiling argon2 v0.5.3
26052026-08-18T19:05:30.720Z Compiling chacha20poly1305 v0.10.1
26062026-08-18T19:05:30.831Z Compiling vsss-rs v3.3.4
26072026-08-18T19:05:30.874Z Compiling ciborium v0.2.2
26082026-08-18T19:05:31.760Z Compiling hash32 v0.3.1
26092026-08-18T19:05:31.933Z Compiling memmap v0.7.0
26102026-08-18T19:05:32.100Z Compiling indent_write v2.2.0
26112026-08-18T19:05:32.175Z Compiling data-encoding v2.11.1
26122026-08-18T19:05:32.255Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-08-18T19:05:32.353Z Compiling usdt v0.5.0
26142026-08-18T19:05:33.012Z Compiling heapless v0.8.0
26152026-08-18T19:05:33.396Z Compiling ingot-types v0.1.2
26162026-08-18T19:05:33.532Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26172026-08-18T19:05:33.866Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26182026-08-18T19:05:33.894Z Compiling clap v4.6.6
26192026-08-18T19:05:33.970Z Compiling rustix v0.38.44
26202026-08-18T19:05:33.984Z Compiling tabwriter v1.4.1
26212026-08-18T19:05:34.346Z Compiling cobs v0.3.0
26222026-08-18T19:05:34.624Z Compiling foreign-types-shared v0.3.1
26232026-08-18T19:05:34.729Z Compiling colored v3.1.1
26242026-08-18T19:05:34.865Z Compiling managed v0.8.0
26252026-08-18T19:05:35.132Z Compiling bitflags v1.3.2
26262026-08-18T19:05:35.214Z Compiling smoltcp v0.11.0
26272026-08-18T19:05:35.349Z Compiling foreign-types v0.5.0
26282026-08-18T19:05:35.364Z Compiling postcard v1.1.3
26292026-08-18T19:05:35.435Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26302026-08-18T19:05:35.746Z Compiling ingot v0.1.1
26312026-08-18T19:05:36.852Z Compiling num_enum v0.7.6
26322026-08-18T19:05:36.984Z Compiling memoffset v0.9.1
26332026-08-18T19:05:37.081Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26342026-08-18T19:05:37.200Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26352026-08-18T19:05:38.016Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362026-08-18T19:05:38.033Z Compiling chacha20 v0.10.1
26372026-08-18T19:05:38.033Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26382026-08-18T19:05:38.041Z Compiling toml_datetime v0.6.11
26392026-08-18T19:05:38.041Z Compiling serde_spanned v0.6.9
26402026-08-18T19:05:38.041Z Compiling cstr-argument v0.1.2
26412026-08-18T19:05:38.125Z Compiling unicode-segmentation v1.13.3
26422026-08-18T19:05:38.140Z Compiling toml_write v0.1.2
26432026-08-18T19:05:38.181Z Compiling swrite v0.1.0
26442026-08-18T19:05:38.290Z Compiling linked-hash-map v0.5.6
26452026-08-18T19:05:38.389Z Compiling static_assertions v1.1.0
26462026-08-18T19:05:38.471Z Compiling winnow v0.7.15
26472026-08-18T19:05:38.486Z Compiling resolv-conf v0.7.6
26482026-08-18T19:05:38.506Z Compiling newline-converter v0.3.0
26492026-08-18T19:05:38.555Z Compiling lru-cache v0.1.2
26502026-08-18T19:05:38.642Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26512026-08-18T19:05:38.712Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-08-18T19:05:38.731Z Compiling rand v0.10.2
26532026-08-18T19:05:39.055Z Compiling hubpack v0.1.2
26542026-08-18T19:05:39.110Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552026-08-18T19:05:39.242Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26562026-08-18T19:05:39.308Z Compiling nix v0.31.3
26572026-08-18T19:05:39.469Z Compiling crossbeam-deque v0.8.7
26582026-08-18T19:05:39.485Z Compiling atomicwrites v0.4.4
26592026-08-18T19:05:39.691Z Compiling hickory-proto v0.24.4
26602026-08-18T19:05:39.772Z Compiling console v0.15.11
26612026-08-18T19:05:40.385Z Compiling toml_edit v0.22.27
26622026-08-18T19:05:40.453Z Compiling itertools v0.12.1
26632026-08-18T19:05:41.109Z Compiling camino-tempfile v1.4.1
26642026-08-18T19:05:41.514Z Compiling serde-big-array v0.5.1
26652026-08-18T19:05:41.675Z Compiling lazy_static v1.5.0
26662026-08-18T19:05:41.788Z Compiling siphasher v1.0.3
26672026-08-18T19:05:41.878Z Compiling similar v2.7.0
26682026-08-18T19:05:41.986Z Compiling toml v0.8.23
26692026-08-18T19:05:42.001Z Compiling phf_shared v0.12.1
26702026-08-18T19:05:42.220Z Compiling hickory-resolver v0.24.4
26712026-08-18T19:05:42.717Z Compiling expectorate v1.2.0
26722026-08-18T19:05:42.935Z Compiling pin-project v1.1.13
26732026-08-18T19:05:43.044Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26742026-08-18T19:05:43.904Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26752026-08-18T19:05:44.596Z Compiling prettyplease v0.2.37
26762026-08-18T19:05:44.861Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26772026-08-18T19:05:47.730Z Compiling rayon-core v1.13.0
26782026-08-18T19:05:48.132Z Compiling num_enum v0.5.11
26792026-08-18T19:05:48.162Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26802026-08-18T19:05:48.260Z Compiling progenitor-impl v0.14.0
26812026-08-18T19:05:49.453Z Compiling progenitor-impl v0.13.0
26822026-08-18T19:05:49.691Z Compiling unicode-normalization v0.1.25
26832026-08-18T19:05:50.283Z Compiling progenitor-client v0.13.0
26842026-08-18T19:05:50.777Z Compiling tokio-stream v0.1.19
26852026-08-18T19:05:51.371Z Compiling csv-core v0.1.13
26862026-08-18T19:05:51.602Z Compiling bstr v1.13.1
26872026-08-18T19:05:51.780Z Compiling jiff-core v0.1.0
26882026-08-18T19:05:51.896Z Compiling same-file v1.0.6
26892026-08-18T19:05:52.081Z Compiling unicode-width v0.1.14
26902026-08-18T19:05:52.310Z Compiling highway v1.3.0
26912026-08-18T19:05:52.394Z Compiling foreign-types-shared v0.1.1
26922026-08-18T19:05:52.495Z Compiling foldhash v0.1.5
26932026-08-18T19:05:52.726Z Compiling konst_macro_rules v0.2.19
26942026-08-18T19:05:52.927Z Compiling konst v0.2.20
26952026-08-18T19:05:52.997Z Compiling jiff v0.2.35
26962026-08-18T19:05:53.312Z Compiling hashbrown v0.15.5
26972026-08-18T19:05:53.671Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26982026-08-18T19:05:53.968Z Compiling foreign-types v0.3.2
26992026-08-18T19:05:54.052Z Compiling globset v0.4.20
27002026-08-18T19:05:55.337Z Compiling walkdir v2.5.0
27012026-08-18T19:05:56.057Z Compiling csv v1.4.0
27022026-08-18T19:05:56.071Z Compiling snafu v0.8.9
27032026-08-18T19:05:56.635Z Compiling qorb v0.4.1
27042026-08-18T19:05:57.012Z Compiling progenitor v0.13.0
27052026-08-18T19:05:57.162Z Compiling olpc-cjson v0.1.4
27062026-08-18T19:05:57.343Z Compiling progenitor v0.14.0
27072026-08-18T19:05:57.379Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27082026-08-18T19:05:57.506Z Compiling rayon v1.12.0
27092026-08-18T19:05:58.003Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-08-18T19:05:59.753Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-08-18T19:06:00.847Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27122026-08-18T19:06:02.661Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-08-18T19:06:03.094Z Compiling phf v0.12.1
27142026-08-18T19:06:03.270Z Compiling openssl-sys v0.9.117
27152026-08-18T19:06:03.695Z Compiling tokio-dtrace v0.1.1
27162026-08-18T19:06:04.030Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-08-18T19:06:04.862Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-08-18T19:06:05.085Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27192026-08-18T19:06:06.259Z Compiling libsw-core v0.3.2
27202026-08-18T19:06:06.445Z Compiling pem v3.0.6
27212026-08-18T19:06:06.445Z Compiling serde_plain v1.0.2
27222026-08-18T19:06:06.552Z Compiling sigpipe v0.1.3
27232026-08-18T19:06:06.650Z Compiling fixedbitset v0.5.7
27242026-08-18T19:06:06.750Z Compiling fixedbitset v0.4.2
27252026-08-18T19:06:07.124Z Compiling bytecount v0.6.9
27262026-08-18T19:06:07.147Z Compiling typed-path v0.9.3
27272026-08-18T19:06:07.167Z Compiling glob v0.3.4
27282026-08-18T19:06:07.254Z Compiling minimal-lexical v0.2.1
27292026-08-18T19:06:07.365Z Compiling papergrid v0.11.0
27302026-08-18T19:06:07.414Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-08-18T19:06:07.593Z Compiling nom v7.1.3
27322026-08-18T19:06:08.136Z Compiling petgraph v0.6.5
27332026-08-18T19:06:08.901Z Compiling tough v0.22.0
27342026-08-18T19:06:09.326Z Compiling petgraph v0.8.3
27352026-08-18T19:06:09.788Z Compiling openssl v0.10.81
27362026-08-18T19:06:10.019Z Compiling libsw v3.5.0
27372026-08-18T19:06:10.165Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27382026-08-18T19:06:10.205Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-08-18T19:06:10.450Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27402026-08-18T19:06:10.751Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-08-18T19:06:11.811Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-08-18T19:06:12.035Z Compiling zone v0.3.1
27432026-08-18T19:06:12.520Z Compiling oxide-tokio-rt v0.1.6
27442026-08-18T19:06:12.808Z Compiling chrono-tz v0.10.4
27452026-08-18T19:06:13.156Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27462026-08-18T19:06:13.820Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-08-18T19:06:14.005Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27482026-08-18T19:06:14.033Z Compiling newtype_derive v0.1.6
27492026-08-18T19:06:14.118Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-08-18T19:06:14.638Z Compiling slog-dtrace v0.3.0
27512026-08-18T19:06:15.308Z Compiling const_format v0.2.36
27522026-08-18T19:06:15.612Z Compiling cancel-safe-futures v0.1.5
27532026-08-18T19:06:15.826Z Compiling owo-colors v4.3.0
27542026-08-18T19:06:16.033Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27552026-08-18T19:06:16.730Z Compiling gethostname v0.5.0
27562026-08-18T19:06:16.742Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27572026-08-18T19:06:16.868Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-08-18T19:06:17.001Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-08-18T19:06:17.135Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-08-18T19:06:17.450Z Compiling bcs v0.1.6
27612026-08-18T19:06:17.675Z Compiling smf v0.2.3
27622026-08-18T19:06:17.832Z Compiling whoami v1.6.1
27632026-08-18T19:06:17.867Z Compiling termtree v0.5.1
27642026-08-18T19:06:18.006Z Compiling linear-map v1.2.0
27652026-08-18T19:06:18.035Z Compiling tagptr v0.2.0
27662026-08-18T19:06:18.200Z Compiling unicode-linebreak v0.1.5
27672026-08-18T19:06:18.227Z Compiling smawk v0.3.3
27682026-08-18T19:06:18.292Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-08-18T19:06:18.373Z Compiling moka v0.12.16
27702026-08-18T19:06:18.490Z Compiling textwrap v0.16.2
27712026-08-18T19:06:18.936Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-08-18T19:06:19.619Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-08-18T19:06:20.061Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-08-18T19:06:20.097Z Compiling tabled v0.15.0
27752026-08-18T19:06:21.875Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-08-18T19:06:21.910Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-08-18T19:06:22.119Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-08-18T19:06:22.388Z Compiling steno v0.4.1
27792026-08-18T19:06:23.041Z Compiling cookie v0.18.2
27802026-08-18T19:06:25.122Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-08-18T19:06:27.253Z Compiling hickory-proto v0.25.2
27822026-08-18T19:06:29.048Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27832026-08-18T19:06:29.666Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27842026-08-18T19:06:30.471Z Compiling hickory-resolver v0.25.2
27852026-08-18T19:06:31.302Z Compiling arc-swap v1.9.2
27862026-08-18T19:06:31.665Z Compiling slog-scope v4.4.1
27872026-08-18T19:06:32.058Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-08-18T19:06:32.527Z Compiling libscf-sys v1.2.0
27892026-08-18T19:06:32.549Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-08-18T19:06:32.612Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27912026-08-18T19:06:32.673Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27922026-08-18T19:06:33.323Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-08-18T19:06:33.347Z Compiling slog-stdlog v4.1.1
27942026-08-18T19:06:33.706Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27952026-08-18T19:06:33.816Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
27962026-08-18T19:06:34.910Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-08-18T19:06:35.065Z Compiling slog-envlogger v2.2.0
27982026-08-18T19:06:36.344Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27992026-08-18T19:06:36.363Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28002026-08-18T19:06:45.093Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28012026-08-18T19:06:47.436Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28022026-08-18T19:06:49.166Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28032026-08-18T19:06:57.853Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28042026-08-18T19:07:01.722Z Finished `release` profile [optimized] target(s) in 2m 27s
28052026-08-18T19:07:01.831Z Running unittests src/lib.rs (target/release/deps/mg_tests-ebd3c5f9cf3c6988)
28062026-08-18T19:07:01.835Z
28072026-08-18T19:07:01.835Zrunning 1 test
28082026-08-18T19:07:01.989Zconfigure zone
28092026-08-18T19:07:02.006Zinstall zone
28102026-08-18T19:07:11.673Zboot zone
28112026-08-18T19:07:11.759Zstart zone s1
28122026-08-18T19:07:11.759Zconfigure zone
28132026-08-18T19:07:11.768Zinstall zone
28142026-08-18T19:07:13.657Zboot zone
28152026-08-18T19:07:13.754Zstart zone s2
28162026-08-18T19:07:13.755Zconfigure zone
28172026-08-18T19:07:13.765Zinstall zone
28182026-08-18T19:07:16.011Zboot zone
28192026-08-18T19:07:16.109Zstart zone s3
28202026-08-18T19:07:16.109Zconfigure zone
28212026-08-18T19:07:16.119Zinstall zone
28222026-08-18T19:07:18.925Zboot zone
28232026-08-18T19:07:19.028Zstart zone t1
28242026-08-18T19:07:19.028Zconfigure zone
28252026-08-18T19:07:19.040Zinstall zone
28262026-08-18T19:07:21.794Zboot zone
28272026-08-18T19:07:21.903Zwaiting for zones to come up
28282026-08-18T19:07:31.904Z[sidecar.quartet] svcs milestone/network
28292026-08-18T19:07:31.927ZSTATE STIME FMRI
28302026-08-18T19:07:31.927Zonline 19:07:11 svc:/milestone/network:default
28312026-08-18T19:07:31.927Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28322026-08-18T19:07:31.954Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28332026-08-18T19:07:31.981Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28342026-08-18T19:07:32.003Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28352026-08-18T19:07:32.006Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28362026-08-18T19:07:32.018Z
28372026-08-18T19:07:32.018Zrunning zone s1.quartet setup
28382026-08-18T19:07:32.018Z[s1.quartet] svcs milestone/network
28392026-08-18T19:07:32.035ZSTATE STIME FMRI
28402026-08-18T19:07:32.035Zonline 19:07:12 svc:/milestone/network:default
28412026-08-18T19:07:32.035Z[s1.quartet] dladm
28422026-08-18T19:07:32.048ZLINK CLASS MTU STATE BRIDGE OVER
28432026-08-18T19:07:32.048Zsl0 simnet 9000 up -- ?
28442026-08-18T19:07:32.048Zmgs1 vnic 9000 up -- ?
28452026-08-18T19:07:32.051Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28462026-08-18T19:07:32.576Z
28472026-08-18T19:07:32.576Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28482026-08-18T19:07:32.593Z
28492026-08-18T19:07:32.593Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28502026-08-18T19:07:32.605Z
28512026-08-18T19:07:32.605Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28522026-08-18T19:07:32.705Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28532026-08-18T19:07:32.788Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 088209c4-f264-4590-97f9-f706c4c0147a --sled-uuid 305a9db7-fac3-4976-9fe4-b285159699ee -a sl0/v6 &> /opt/ddmd.log &
28542026-08-18T19:07:32.803Z
28552026-08-18T19:07:32.803Zrunning zone s2.quartet setup
28562026-08-18T19:07:32.803Z[s2.quartet] svcs milestone/network
28572026-08-18T19:07:32.819ZSTATE STIME FMRI
28582026-08-18T19:07:32.819Zonline 19:07:15 svc:/milestone/network:default
28592026-08-18T19:07:32.819Z[s2.quartet] dladm
28602026-08-18T19:07:32.832ZLINK CLASS MTU STATE BRIDGE OVER
28612026-08-18T19:07:32.832Zsl1 simnet 9000 up -- ?
28622026-08-18T19:07:32.832Zmgs2 vnic 9000 up -- ?
28632026-08-18T19:07:32.832Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28642026-08-18T19:07:33.345Z
28652026-08-18T19:07:33.345Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28662026-08-18T19:07:33.358Z
28672026-08-18T19:07:33.358Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28682026-08-18T19:07:33.371Z
28692026-08-18T19:07:33.371Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28702026-08-18T19:07:33.412Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28712026-08-18T19:07:33.445Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f615d550-ef46-45b0-a6c8-789550e5ab47 --sled-uuid fde27684-384d-4b93-8efe-03f11cb64f81 -a sl1/v6 &> /opt/ddmd.log &
28722026-08-18T19:07:33.456Z
28732026-08-18T19:07:33.457Zrunning zone s3.quartet setup
28742026-08-18T19:07:33.457Z[s3.quartet] svcs milestone/network
28752026-08-18T19:07:33.472ZSTATE STIME FMRI
28762026-08-18T19:07:33.472Zonline 19:07:18 svc:/milestone/network:default
28772026-08-18T19:07:33.472Z[s3.quartet] dladm
28782026-08-18T19:07:33.486ZLINK CLASS MTU STATE BRIDGE OVER
28792026-08-18T19:07:33.486Zsl2 simnet 9000 up -- ?
28802026-08-18T19:07:33.486Zmgs3 vnic 9000 up -- ?
28812026-08-18T19:07:33.486Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28822026-08-18T19:07:34.010Z
28832026-08-18T19:07:34.010Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28842026-08-18T19:07:34.024Z
28852026-08-18T19:07:34.024Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28862026-08-18T19:07:34.036Z
28872026-08-18T19:07:34.036Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28882026-08-18T19:07:34.078Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28892026-08-18T19:07:34.120Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0275c409-89f5-467b-96d3-f3af4c562bc6 --sled-uuid 5d6db663-49f0-4f9e-8133-699df51360aa -a sl2/v6 &> /opt/ddmd.log &
28902026-08-18T19:07:34.132Z
28912026-08-18T19:07:34.132Zrunning zone t1.quartet setup
28922026-08-18T19:07:34.132Z[t1.quartet] svcs milestone/network
28932026-08-18T19:07:34.146ZSTATE STIME FMRI
28942026-08-18T19:07:34.146Zonline 19:07:21 svc:/milestone/network:default
28952026-08-18T19:07:34.146Z[t1.quartet] dladm
28962026-08-18T19:07:34.167ZLINK CLASS MTU STATE BRIDGE OVER
28972026-08-18T19:07:34.168Ztfportrear0_0 simnet 9000 up -- ?
28982026-08-18T19:07:34.168Ztfportrear1_0 simnet 9000 up -- ?
28992026-08-18T19:07:34.168Ztfportrear2_0 simnet 9000 up -- ?
29002026-08-18T19:07:34.168Zmgt1 vnic 9000 up -- ?
29012026-08-18T19:07:34.168Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29022026-08-18T19:07:34.745Z
29032026-08-18T19:07:34.745Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29042026-08-18T19:07:34.759Z
29052026-08-18T19:07:34.759Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29062026-08-18T19:07:34.773Z
29072026-08-18T19:07:34.773Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29082026-08-18T19:07:34.786Z
29092026-08-18T19:07:34.786Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29102026-08-18T19:07:34.798Z
29112026-08-18T19:07:34.798Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29122026-08-18T19:07:35.121Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29132026-08-18T19:07:35.124Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29142026-08-18T19:07:35.124Zwaiting 3s for copy of files to zone to complete ...
29152026-08-18T19:07:38.124Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29162026-08-18T19:07:38.257Z
29172026-08-18T19:07:38.257Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29182026-08-18T19:07:38.367Z
29192026-08-18T19:07:38.367Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29202026-08-18T19:07:38.408Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29212026-08-18T19:07:38.442Z[t1.quartet] svcadm disable dendrite
29222026-08-18T19:07:38.469Z
29232026-08-18T19:07:38.469Z[t1.quartet] svcadm disable tfport
29242026-08-18T19:07:38.489Z
29252026-08-18T19:07:38.489Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29262026-08-18T19:07:38.515Z
29272026-08-18T19:07:38.515Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29282026-08-18T19:07:38.540Z
29292026-08-18T19:07:38.540Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29302026-08-18T19:07:38.565Z
29312026-08-18T19:07:38.565Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29322026-08-18T19:07:38.590Z
29332026-08-18T19:07:38.590Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29342026-08-18T19:07:38.614Z
29352026-08-18T19:07:38.614Z[t1.quartet] svcadm refresh dendrite:default
29362026-08-18T19:07:38.635Z
29372026-08-18T19:07:38.635Z[t1.quartet] svcadm enable dendrite:default
29382026-08-18T19:07:38.657Z
29392026-08-18T19:07:38.657Zwait 10s for dendrite to come up ...
29402026-08-18T19:07:48.658Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29412026-08-18T19:07:48.685Z
29422026-08-18T19:07:48.685Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29432026-08-18T19:07:48.709Z
29442026-08-18T19:07:48.710Z[t1.quartet] svcadm refresh tfport:default
29452026-08-18T19:07:48.731Z
29462026-08-18T19:07:48.731Z[t1.quartet] svcadm enable tfport
29472026-08-18T19:07:48.752Z
29482026-08-18T19:07:48.752Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0d996c5f-19f0-45c2-9fbd-e3a640a3e86f --sled-uuid 2125ea69-8eb2-486a-8f89-e44e877020b7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29492026-08-18T19:07:48.764Z
29502026-08-18T19:07:48.764Z[t1.quartet] ipadm
29512026-08-18T19:07:48.779ZADDROBJ TYPE STATE ADDR
29522026-08-18T19:07:48.779Zlo0/v4 static ok 127.0.0.1/8
29532026-08-18T19:07:48.779Zmgt1/v4 static ok 10.0.0.4/24
29542026-08-18T19:07:48.779Zlo0/v6 static ok ::1/128
29552026-08-18T19:07:48.779Zlo0/u6 static ok fd00:4::1/64
29562026-08-18T19:07:48.779Ztfportrear0_0/v6 addrconf ok fe80::cc5e:c3ff:fed6:a04%tfportrear0_0/10
29572026-08-18T19:07:48.779Ztfportrear1_0/v6 addrconf ok fe80::ac0c:1aff:fe5e:51ef%tfportrear1_0/10
29582026-08-18T19:07:48.779Ztfportrear2_0/v6 addrconf ok fe80::c0c8:81ff:fe2e:5aec%tfportrear2_0/10
29592026-08-18T19:07:50.871Zinitial peering test passed
29602026-08-18T19:07:51.873Z[s3.quartet] ping fd00:1::1
29612026-08-18T19:07:51.888Zfd00:1::1 is alive
29622026-08-18T19:08:01.841Ztest ddm::test_quartet has been running for over 60 seconds
29632026-08-18T19:08:02.891Z[s3.quartet] ping fd00:1::1
29642026-08-18T19:08:02.906Zfd00:1::1 is alive
29652026-08-18T19:08:02.909Z[t1.quartet] pkill ddmd
29662026-08-18T19:08:02.918Z
29672026-08-18T19:08:02.918Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29682026-08-18T19:08:02.921Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29692026-08-18T19:08:04.813Z[s3.quartet] pkill ddmd
29702026-08-18T19:08:04.826Z
29712026-08-18T19:08:04.826Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29722026-08-18T19:08:06.646Z[s2.quartet] pkill ddmd
29732026-08-18T19:08:06.659Z
29742026-08-18T19:08:06.659Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29752026-08-18T19:08:08.750Z[s1.quartet] pkill ddmd
29762026-08-18T19:08:08.763Z
29772026-08-18T19:08:08.763Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29782026-08-18T19:08:10.640Z[sidecar.quartet] pkill softnpu
29792026-08-18T19:08:10.653Z
29802026-08-18T19:08:10.653Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29812026-08-18T19:08:13.683Ztest ddm::test_quartet ... ok
29822026-08-18T19:08:13.683Z
29832026-08-18T19:08:13.683Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.84s
29842026-08-18T19:08:13.683Z
29852026-08-18T19:08:13.731Z+ cleanup
29862026-08-18T19:08:13.734Z++ id -un
29872026-08-18T19:08:13.737Z++ id -gn
29882026-08-18T19:08:13.739Z+ pfexec chown -R build:build .
29892026-08-18T19:08:13.863Zprocess exited: duration 674624 ms, exit code 0
 
29902026-08-18T19:08:13.874Zfound 6 output files
29912026-08-18T19:08:13.879Zuploading: /work/s1.quartet.log (3329 bytes)
29922026-08-18T19:08:14.888Zuploaded: /work/s1.quartet.log
29932026-08-18T19:08:14.888Zuploading: /work/s2.quartet.log (3994 bytes)
29942026-08-18T19:08:15.902Zuploaded: /work/s2.quartet.log
29952026-08-18T19:08:15.902Zuploading: /work/s3.quartet.log (4109 bytes)
29962026-08-18T19:08:16.912Zuploaded: /work/s3.quartet.log
29972026-08-18T19:08:16.913Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29982026-08-18T19:08:17.925Zuploaded: /work/sidecar.quartet-softnpu.log
29992026-08-18T19:08:17.925Zuploading: /work/t1.quartet-dpd.log (199901 bytes)
30002026-08-18T19:08:18.943Zuploaded: /work/t1.quartet-dpd.log
30012026-08-18T19:08:18.943Zuploading: /work/t1.quartet.log (17048 bytes)
30022026-08-18T19:08:19.957Zuploaded: /work/t1.quartet.log