01KRY8N9TMDNPX9JMM1GXF582Z: 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: 01KRY8NPMA9SJXR487J08P8KSM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T19:24:07.687Zjob assigned to worker 01KRY8NRHZC8YFTGK6SMM2HPM2 [factory aws, i-0a11cbe39256b3b51] (queued for 54 s)
 
22026-05-18T19:24:14.467Zstarting task 0: "setup"
32026-05-18T19:24:14.471Z++ uname -s
42026-05-18T19:24:14.474Z+ kern=SunOS
52026-05-18T19:24:14.475Z+ build_user=build
62026-05-18T19:24:14.475Z+ build_uid=12345
72026-05-18T19:24:14.475Z+ work_dir=/work
82026-05-18T19:24:14.475Z+ input_dir=/input
92026-05-18T19:24:14.475Z+ [[ 0 == 12345 ]]
102026-05-18T19:24:14.475Z+ case "$kern" in
112026-05-18T19:24:14.475Z+ groupadd -g 12345 build
122026-05-18T19:24:14.478Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T19:24:16.482Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T19:24:16.578Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T19:24:16.582Z+ home_fs=zfs
162026-05-18T19:24:16.582Z+ [[ zfs == autofs ]]
172026-05-18T19:24:16.582Z+ mkdir -p /home/build
182026-05-18T19:24:16.582Z+ chown build:build /home/build /work
192026-05-18T19:24:18.583Z+ chmod 0700 /home/build /work
202026-05-18T19:24:18.587Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-18T19:24:18.593Zstarting task 1: "rust-toolchain"
222026-05-18T19:24:18.597Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T19:24:18.597Z * rust toolchain channel = "stable"
242026-05-18T19:24:18.597Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-18T19:24:18.597Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T19:24:18.597Z * rust toolchain profile = "default"
272026-05-18T19:24:18.600Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T19:24:18.600Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T19:24:18.600Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T19:24:18.673Zinfo: downloading installer
312026-05-18T19:24:20.093Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T19:24:20.094Zwarn: /opt/ooce/bin
332026-05-18T19:24:20.094Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T19:24:20.094Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T19:24:20.094Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T19:24:20.094Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T19:24:20.094Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T19:24:20.094Zerror: cannot install while Rust is installed
392026-05-18T19:24:20.094Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T19:24:20.094Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T19:24:20.094Zwarn: /home/build/.rustup/settings.toml
422026-05-18T19:24:20.094Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T19:24:20.094Zwarn: instead of the one inferred from the default host triple.
442026-05-18T19:24:20.107Zinfo: profile set to default
452026-05-18T19:24:20.107Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T19:24:20.110Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T19:24:20.248Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T19:24:20.251Zinfo: downloading 6 components
492026-05-18T19:24:34.712Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-18T19:24:34.712Z
512026-05-18T19:24:34.746Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T19:24:34.746Z
532026-05-18T19:24:34.749Z
542026-05-18T19:24:34.749ZRust is installed now. Great!
552026-05-18T19:24:34.749Z
562026-05-18T19:24:34.749ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T19:24:34.749Zenvironment variable. This has not been done automatically.
582026-05-18T19:24:34.749Z
592026-05-18T19:24:34.749ZTo configure your current shell, you need to source
602026-05-18T19:24:34.749Zthe corresponding env file under $HOME/.cargo.
612026-05-18T19:24:34.749Z
622026-05-18T19:24:34.749ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T19:24:34.749Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T19:24:34.749Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T19:24:34.749Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T19:24:34.749Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T19:24:34.749Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T19:24:34.749Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T19:24:34.749Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T19:24:34.749Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T19:24:34.849Z+ rustup --version
722026-05-18T19:24:34.857Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T19:24:34.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T19:24:34.878Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T19:24:34.881Z+ cargo --version
762026-05-18T19:24:34.895Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T19:24:34.898Z+ rustc --version
782026-05-18T19:24:34.917Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T19:24:34.920Zprocess exited: duration 16324 ms, exit code 0
 
802026-05-18T19:24:34.926Zstarting task 2: "authentication"
812026-05-18T19:24:34.942Zprocess exited: duration 15 ms, exit code 0
 
822026-05-18T19:24:34.948Zstarting task 3: "clone repository"
832026-05-18T19:24:34.951Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-18T19:24:34.954Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-18T19:24:34.993ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-18T19:24:36.407Z+ cd /work/oxidecomputer/maghemite
872026-05-18T19:24:36.407Z+ git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
882026-05-18T19:24:36.801ZFrom https://github.com/oxidecomputer/maghemite
892026-05-18T19:24:36.801Z * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD
902026-05-18T19:24:36.806Z+ [[ -n trey/light-cleanup ]]
912026-05-18T19:24:36.809Z++ git branch --show-current
922026-05-18T19:24:36.809Z+ current=main
932026-05-18T19:24:36.809Z+ [[ main != trey/light-cleanup ]]
942026-05-18T19:24:36.809Z+ git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
952026-05-18T19:24:36.812Z+ git checkout -f trey/light-cleanup
962026-05-18T19:24:36.828ZSwitched to branch 'trey/light-cleanup'
972026-05-18T19:24:36.831Z+ git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
982026-05-18T19:24:36.845ZHEAD is now at 6f01238 LoopbackIpManager: cargo fmt
992026-05-18T19:24:36.848Zprocess exited: duration 1897 ms, exit code 0
 
1002026-05-18T19:24:36.855Zstarting task 4: "build"
1012026-05-18T19:24:36.861Z++ dladm
1022026-05-18T19:24:36.873ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-18T19:24:36.873Zena0 phys 9216 up -- --
1042026-05-18T19:24:36.873Z++ ipadm
1052026-05-18T19:24:36.873ZADDROBJ TYPE STATE ADDR
1062026-05-18T19:24:36.873Zlo0/v4 static ok 127.0.0.1/8
1072026-05-18T19:24:36.873Zena0/dhcp dhcp ok 10.150.1.9/24
1082026-05-18T19:24:36.873Zlo0/v6 static ok ::1/128
1092026-05-18T19:24:36.873Z++ banner collect
1102026-05-18T19:24:36.873Z
1112026-05-18T19:24:36.873Z #### #### # # ###### #### #####
1122026-05-18T19:24:36.873Z # # # # # # # # # #
1132026-05-18T19:24:36.873Z # # # # # ##### # #
1142026-05-18T19:24:36.873Z # # # # # # # #
1152026-05-18T19:24:36.873Z # # # # # # # # # #
1162026-05-18T19:24:36.874Z #### #### ###### ###### ###### #### #
1172026-05-18T19:24:36.874Z
1182026-05-18T19:24:36.874Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-18T19:24:36.874Z++ repo=softnpu
1202026-05-18T19:24:36.874Z++ series=image
1212026-05-18T19:24:36.874Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-18T19:24:36.874Z++ name=softnpu
1232026-05-18T19:24:36.874Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-18T19:24:36.874Z++ mkdir -p download
1252026-05-18T19:24:36.874Z++ pushd download
1262026-05-18T19:24:36.874Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-18T19:24:36.874Z++ [[ ! -f softnpu ]]
1282026-05-18T19:24:36.874Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-18T19:24:36.879Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-18T19:24:36.879Z Dload Upload Total Spent Left Speed
1312026-05-18T19:24:37.255Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 41.27M 0 0 100 15.63M 100 15.63M 0 0 41.27M 0 0 100 15.63M 100 15.63M 0 0 41.26M 0 0
1322026-05-18T19:24:37.258Z++ popd
1332026-05-18T19:24:37.258Z/work/oxidecomputer/maghemite
1342026-05-18T19:24:37.258Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-18T19:24:37.258Z++ repo=sidecar-lite
1362026-05-18T19:24:37.258Z++ series=release
1372026-05-18T19:24:37.258Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-18T19:24:37.258Z++ name=libsidecar_lite.so
1392026-05-18T19:24:37.258Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-18T19:24:37.258Z++ mkdir -p download
1412026-05-18T19:24:37.261Z++ pushd download
1422026-05-18T19:24:37.261Z++ [[ ! -f libsidecar_lite.so ]]
1432026-05-18T19:24:37.261Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-05-18T19:24:37.261Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-18T19:24:37.264Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-18T19:24:37.264Z Dload Upload Total Spent Left Speed
1472026-05-18T19:24:37.542Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.25M 0 0 100 12.04M 100 12.04M 0 0 43.25M 0 0 100 12.04M 100 12.04M 0 0 43.24M 0 0
1482026-05-18T19:24:37.545Z++ popd
1492026-05-18T19:24:37.545Z/work/oxidecomputer/maghemite
1502026-05-18T19:24:37.545Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-18T19:24:37.545Z++ repo=sidecar-lite
1522026-05-18T19:24:37.545Z++ series=release
1532026-05-18T19:24:37.546Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-18T19:24:37.546Z++ name=scadm
1552026-05-18T19:24:37.546Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-18T19:24:37.546Z++ mkdir -p download
1572026-05-18T19:24:37.548Z++ pushd download
1582026-05-18T19:24:37.548Z++ [[ ! -f scadm ]]
1592026-05-18T19:24:37.548Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-05-18T19:24:37.548Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-18T19:24:37.553Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-18T19:24:37.553Z Dload Upload Total Spent Left Speed
1632026-05-18T19:24:37.873Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 49.33M 0 0 100 15.78M 100 15.78M 0 0 49.33M 0 0 100 15.78M 100 15.78M 0 0 49.32M 0 0
1642026-05-18T19:24:37.878Z++ popd
1652026-05-18T19:24:37.878Z/work/oxidecomputer/maghemite
1662026-05-18T19:24:37.878Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-18T19:24:37.878Z++ repo=dendrite
1682026-05-18T19:24:37.878Z++ series=image
1692026-05-18T19:24:37.879Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-18T19:24:37.879Z++ name=dendrite-softnpu.tar.gz
1712026-05-18T19:24:37.879Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-18T19:24:37.879Z++ mkdir -p download
1732026-05-18T19:24:37.879Z++ pushd download
1742026-05-18T19:24:37.879Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-05-18T19:24:37.879Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-05-18T19:24:37.879Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-18T19:24:37.882Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-18T19:24:37.882Z Dload Upload Total Spent Left Speed
1792026-05-18T19:24:39.191Z 0 0 0 0 0 0 0 0 0 66 71.59M 66 47.76M 0 0 47.80M 0 00:01 00:01 47.81M 100 71.59M 100 71.59M 0 0 54.74M 0 00:01 00:01 47.81M 100 71.59M 100 71.59M 0 0 54.74M 0 00:01 00:01 47.81M 100 71.59M 100 71.59M 0 0 54.73M 0 00:01 00:01 47.81M
1802026-05-18T19:24:39.203Z++ popd
1812026-05-18T19:24:39.203Z/work/oxidecomputer/maghemite
1822026-05-18T19:24:39.203Z++ get_artifact maghemite release 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 ddm
1832026-05-18T19:24:39.203Z++ repo=maghemite
1842026-05-18T19:24:39.203Z++ series=release
1852026-05-18T19:24:39.203Z++ commit=6f01238aa4d0bd193e5b00b523b6e11abef59fd6
1862026-05-18T19:24:39.203Z++ name=ddm
1872026-05-18T19:24:39.203Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-18T19:24:39.203Z++ mkdir -p download
1892026-05-18T19:24:39.211Z++ pushd download
1902026-05-18T19:24:39.211Z++ [[ ! -f ddm ]]
1912026-05-18T19:24:39.211Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-05-18T19:24:39.211Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/6f01238aa4d0bd193e5b00b523b6e11abef59fd6/ddm
1932026-05-18T19:24:39.211Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-18T19:24:39.211Z Dload Upload Total Spent Left Speed
1952026-05-18T19:24:39.280Z 0 0 0 0 0 0 0 0 0
1962026-05-18T19:24:39.280Zcurl: (22) The requested URL returned error: 404
1972026-05-18T19:24:39.287Z++ popd
1982026-05-18T19:24:39.287Z/work/oxidecomputer/maghemite
1992026-05-18T19:24:39.287Z++ get_artifact maghemite release 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 ddmadm
2002026-05-18T19:24:39.287Z++ repo=maghemite
2012026-05-18T19:24:39.287Z++ series=release
2022026-05-18T19:24:39.287Z++ commit=6f01238aa4d0bd193e5b00b523b6e11abef59fd6
2032026-05-18T19:24:39.287Z++ name=ddmadm
2042026-05-18T19:24:39.287Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-18T19:24:39.287Z++ mkdir -p download
2062026-05-18T19:24:39.287Z++ pushd download
2072026-05-18T19:24:39.287Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-18T19:24:39.287Z++ [[ ! -f ddmadm ]]
2092026-05-18T19:24:39.287Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/6f01238aa4d0bd193e5b00b523b6e11abef59fd6/ddmadm
2102026-05-18T19:24:39.291Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-18T19:24:39.291Z Dload Upload Total Spent Left Speed
2122026-05-18T19:24:39.356Z 0 0 0 0 0 0 0 0 0
2132026-05-18T19:24:39.356Zcurl: (22) The requested URL returned error: 404
2142026-05-18T19:24:39.360Z++ popd
2152026-05-18T19:24:39.360Z/work/oxidecomputer/maghemite
2162026-05-18T19:24:39.360Z++ pushd download
2172026-05-18T19:24:39.360Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-18T19:24:39.360Z++ chmod +x softnpu
2192026-05-18T19:24:39.360Z++ chmod +x scadm
2202026-05-18T19:24:39.360Z++ chmod +x ddmadm
2212026-05-18T19:24:39.369Zchmod: WARNING: can't access ddmadm
2222026-05-18T19:24:39.369Z++ chmod +x ddmd
2232026-05-18T19:24:39.369Zchmod: WARNING: can't access ddmd
2242026-05-18T19:24:39.369Z++ mv ddmadm ddmadm-v2
2252026-05-18T19:24:39.369Zmv: cannot access ddmadm
2262026-05-18T19:24:39.369Z++ mv ddmd ddmd-v2
2272026-05-18T19:24:39.369Zmv: cannot access ddmd
2282026-05-18T19:24:39.369Z++ rm -rf zones/dendrite
2292026-05-18T19:24:39.374Z++ mkdir -p zones/dendrite
2302026-05-18T19:24:39.374Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-18T19:24:40.369Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-18T19:24:40.372Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-18T19:24:40.372Z++ popd
2342026-05-18T19:24:40.372Z++ banner install
2352026-05-18T19:24:40.372Z/work/oxidecomputer/maghemite
2362026-05-18T19:24:40.375Z
2372026-05-18T19:24:40.375Z # # # #### ##### ## # #
2382026-05-18T19:24:40.375Z # ## # # # # # # #
2392026-05-18T19:24:40.375Z # # # # #### # # # # #
2402026-05-18T19:24:40.375Z # # # # # # ###### # #
2412026-05-18T19:24:40.375Z # # ## # # # # # # #
2422026-05-18T19:24:40.375Z # # # #### # # # ###### ######
2432026-05-18T19:24:40.375Z
2442026-05-18T19:24:40.375Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-18T19:24:40.376Z++ set +o errexit
2462026-05-18T19:24:40.376Z++ pkg info clang-15
2472026-05-18T19:24:40.376Z++ grep -qi installed
2482026-05-18T19:24:41.633Zpkg: info: no packages matching the following patterns you specified are
2492026-05-18T19:24:41.633Zinstalled on the system. Try querying remotely instead:
2502026-05-18T19:24:41.633Z
2512026-05-18T19:24:41.633Z clang-15
2522026-05-18T19:24:41.673Z++ [[ 1 != 0 ]]
2532026-05-18T19:24:41.673Z++ set -o errexit
2542026-05-18T19:24:41.673Z++ pfexec pkg install clang-15
2552026-05-18T19:24:50.267Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-18T19:24:58.029Z Startup: Caching catalogs ... Done
2572026-05-18T19:25:05.301ZPlanning: Solver setup ... Done
2582026-05-18T19:25:05.343ZPlanning: Running solver ... Done
2592026-05-18T19:25:05.488ZPlanning: Finding local manifests ... Done
2602026-05-18T19:25:05.514ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-18T19:25:05.615ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-18T19:25:05.644ZPlanning: Package planning ... Done
2632026-05-18T19:25:05.670ZPlanning: Merging actions ... Done
2642026-05-18T19:25:05.782ZPlanning: Checking for conflicting actions ... Done
2652026-05-18T19:25:05.787ZPlanning: Consolidating action changes ... Done
2662026-05-18T19:25:06.570ZPlanning: Evaluating mediators ... Done
2672026-05-18T19:25:06.575ZPlanning: Planning completed in 8.38 seconds
2682026-05-18T19:25:06.586Z Packages to install: 2
2692026-05-18T19:25:06.587Z Mediators to change: 2
2702026-05-18T19:25:06.587Z Services to change: 1
2712026-05-18T19:25:06.587Z Create boot environment: No
2722026-05-18T19:25:06.587ZCreate backup boot environment: No
2732026-05-18T19:25:06.628Z
2742026-05-18T19:25:06.628ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-18T19:25:11.632ZDownload: 705/3076 items 17.5/211.3MB 8% complete (3.6M/s)
2762026-05-18T19:25:19.208ZDownload: 980/3076 items 82.1/211.3MB 38% complete (12.5M/s)
2772026-05-18T19:25:32.119ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2782026-05-18T19:25:38.361ZDownload: 2008/3076 items 117.3/211.3MB 55% complete (7.8M/s)
2792026-05-18T19:25:41.568ZDownload: Completed 211.31 MB in 34.94 seconds (6.0M/s)
2802026-05-18T19:25:41.811Z Actions: 1/3418 actions (Installing new actions)
2812026-05-18T19:25:44.944Z Actions: Completed 3418 actions in 3.13 seconds.
2822026-05-18T19:25:45.579Z Done
2832026-05-18T19:25:45.579Z Done
2842026-05-18T19:25:46.312Z Done
2852026-05-18T19:25:49.761Z Done
2862026-05-18T19:25:49.834Z Done
2872026-05-18T19:25:49.837Z Done
2882026-05-18T19:25:50.092Z Done
2892026-05-18T19:25:50.768Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-05-18T19:25:50.768Z++ set +o errexit
2912026-05-18T19:25:50.771Z++ pkg info pkg-config
2922026-05-18T19:25:50.771Z++ grep -qi installed
2932026-05-18T19:25:50.997Z++ [[ 0 != 0 ]]
2942026-05-18T19:25:50.997Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-05-18T19:25:50.997Z++ set +o errexit
2962026-05-18T19:25:51.001Z++ pkg info brand/omicron1
2972026-05-18T19:25:51.001Z++ grep -qi installed
2982026-05-18T19:25:51.181Zpkg: info: no packages matching the following patterns you specified are
2992026-05-18T19:25:51.181Zinstalled on the system. Try querying remotely instead:
3002026-05-18T19:25:51.181Z
3012026-05-18T19:25:51.181Z brand/omicron1
3022026-05-18T19:25:51.216Z++ [[ 1 != 0 ]]
3032026-05-18T19:25:51.216Z++ set -o errexit
3042026-05-18T19:25:51.217Z++ pfexec pkg install brand/omicron1
3052026-05-18T19:25:51.622Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-05-18T19:25:58.892ZPlanning: Solver setup ... Done
3072026-05-18T19:25:58.930ZPlanning: Running solver ... Done
3082026-05-18T19:25:59.076ZPlanning: Finding local manifests ... Done
3092026-05-18T19:25:59.079ZPlanning: Fetching manifests: 0/2 0% complete
3102026-05-18T19:25:59.198ZPlanning: Fetching manifests: 2/2 100% complete
3112026-05-18T19:25:59.211ZPlanning: Package planning ... Done
3122026-05-18T19:25:59.214ZPlanning: Merging actions ... Done
3132026-05-18T19:25:59.359ZPlanning: Checking for conflicting actions ... Done
3142026-05-18T19:25:59.365ZPlanning: Consolidating action changes ... Done
3152026-05-18T19:25:59.516ZPlanning: Evaluating mediators ... Done
3162026-05-18T19:25:59.519ZPlanning: Planning completed in 7.89 seconds
3172026-05-18T19:25:59.525Z Packages to install: 2
3182026-05-18T19:25:59.525Z Create boot environment: No
3192026-05-18T19:25:59.525ZCreate backup boot environment: No
3202026-05-18T19:25:59.553Z
3212026-05-18T19:25:59.553ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-05-18T19:25:59.571ZDownload: Completed 1.07 MB in 0.02 seconds (58.2M/s)
3232026-05-18T19:25:59.655Z Actions: 1/28 actions (Installing new actions)
3242026-05-18T19:25:59.668Z Actions: Completed 28 actions in 0.01 seconds.
3252026-05-18T19:26:00.173Z Done
3262026-05-18T19:26:00.173Z Done
3272026-05-18T19:26:00.797Z Done
3282026-05-18T19:26:03.613Z Done
3292026-05-18T19:26:03.683Z Done
3302026-05-18T19:26:03.687Z Done
3312026-05-18T19:26:03.840Z Done
3322026-05-18T19:26:03.978Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-05-18T19:26:03.979Z++ set +o errexit
3342026-05-18T19:26:03.982Z++ pkg info brand/omicron1/tools
3352026-05-18T19:26:03.982Z++ grep -qi installed
3362026-05-18T19:26:04.163Zpkg: info: no packages matching the following patterns you specified are
3372026-05-18T19:26:04.163Zinstalled on the system. Try querying remotely instead:
3382026-05-18T19:26:04.163Z
3392026-05-18T19:26:04.163Z brand/omicron1/tools
3402026-05-18T19:26:04.197Z++ [[ 1 != 0 ]]
3412026-05-18T19:26:04.197Z++ set -o errexit
3422026-05-18T19:26:04.197Z++ pfexec pkg install brand/omicron1/tools
3432026-05-18T19:26:04.589Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-05-18T19:26:11.824ZPlanning: Solver setup ... Done
3452026-05-18T19:26:11.864ZPlanning: Running solver ... Done
3462026-05-18T19:26:12.004ZPlanning: Finding local manifests ... Done
3472026-05-18T19:26:12.008ZPlanning: Fetching manifests: 0/1 0% complete
3482026-05-18T19:26:12.117ZPlanning: Fetching manifests: 1/1 100% complete
3492026-05-18T19:26:12.130ZPlanning: Package planning ... Done
3502026-05-18T19:26:12.133ZPlanning: Merging actions ... Done
3512026-05-18T19:26:12.269ZPlanning: Checking for conflicting actions ... Done
3522026-05-18T19:26:12.272ZPlanning: Consolidating action changes ... Done
3532026-05-18T19:26:12.424ZPlanning: Evaluating mediators ... Done
3542026-05-18T19:26:12.427ZPlanning: Planning completed in 7.83 seconds
3552026-05-18T19:26:12.433Z Packages to install: 1
3562026-05-18T19:26:12.433Z Services to change: 1
3572026-05-18T19:26:12.433Z Create boot environment: No
3582026-05-18T19:26:12.433ZCreate backup boot environment: No
3592026-05-18T19:26:12.463Z
3602026-05-18T19:26:12.463ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-05-18T19:26:12.486ZDownload: Completed 1.19 MB in 0.03 seconds (47.0M/s)
3622026-05-18T19:26:12.572Z Actions: 1/19 actions (Installing new actions)
3632026-05-18T19:26:12.586Z Actions: Completed 19 actions in 0.01 seconds.
3642026-05-18T19:26:13.088Z Done
3652026-05-18T19:26:13.088Z Done
3662026-05-18T19:26:13.716Z Done
3672026-05-18T19:26:16.552Z Done
3682026-05-18T19:26:16.625Z Done
3692026-05-18T19:26:16.628Z Done
3702026-05-18T19:26:16.782Z Done
3712026-05-18T19:26:16.915Z++ pfexec svcadm enable baseline
3722026-05-18T19:26:16.930Z++ retry=0
3732026-05-18T19:26:16.933Z+++ svcs -Hostate baseline
3742026-05-18T19:26:16.945Z++ [[ offline* != online ]]
3752026-05-18T19:26:16.945Z++ [[ 0 -gt 300 ]]
3762026-05-18T19:26:16.948Z++ sleep 1
3772026-05-18T19:26:17.949Z++ retry=1
3782026-05-18T19:26:17.952Z+++ svcs -Hostate baseline
3792026-05-18T19:26:17.964Z++ [[ offline* != online ]]
3802026-05-18T19:26:17.964Z++ [[ 1 -gt 300 ]]
3812026-05-18T19:26:17.964Z++ sleep 1
3822026-05-18T19:26:18.965Z++ retry=2
3832026-05-18T19:26:18.969Z+++ svcs -Hostate baseline
3842026-05-18T19:26:18.980Z++ [[ offline* != online ]]
3852026-05-18T19:26:18.980Z++ [[ 2 -gt 300 ]]
3862026-05-18T19:26:18.980Z++ sleep 1
3872026-05-18T19:26:19.991Z++ retry=3
3882026-05-18T19:26:19.995Z+++ svcs -Hostate baseline
3892026-05-18T19:26:19.998Z++ [[ offline* != online ]]
3902026-05-18T19:26:19.998Z++ [[ 3 -gt 300 ]]
3912026-05-18T19:26:19.998Z++ sleep 1
3922026-05-18T19:26:21.001Z++ retry=4
3932026-05-18T19:26:21.004Z+++ svcs -Hostate baseline
3942026-05-18T19:26:21.017Z++ [[ offline* != online ]]
3952026-05-18T19:26:21.017Z++ [[ 4 -gt 300 ]]
3962026-05-18T19:26:21.017Z++ sleep 1
3972026-05-18T19:26:22.019Z++ retry=5
3982026-05-18T19:26:22.022Z+++ svcs -Hostate baseline
3992026-05-18T19:26:22.035Z++ [[ offline* != online ]]
4002026-05-18T19:26:22.035Z++ [[ 5 -gt 300 ]]
4012026-05-18T19:26:22.035Z++ sleep 1
4022026-05-18T19:26:23.038Z++ retry=6
4032026-05-18T19:26:23.041Z+++ svcs -Hostate baseline
4042026-05-18T19:26:23.054Z++ [[ offline* != online ]]
4052026-05-18T19:26:23.054Z++ [[ 6 -gt 300 ]]
4062026-05-18T19:26:23.054Z++ sleep 1
4072026-05-18T19:26:24.056Z++ retry=7
4082026-05-18T19:26:24.059Z+++ svcs -Hostate baseline
4092026-05-18T19:26:24.072Z++ [[ offline* != online ]]
4102026-05-18T19:26:24.072Z++ [[ 7 -gt 300 ]]
4112026-05-18T19:26:24.072Z++ sleep 1
4122026-05-18T19:26:25.074Z++ retry=8
4132026-05-18T19:26:25.077Z+++ svcs -Hostate baseline
4142026-05-18T19:26:25.090Z++ [[ offline* != online ]]
4152026-05-18T19:26:25.090Z++ [[ 8 -gt 300 ]]
4162026-05-18T19:26:25.090Z++ sleep 1
4172026-05-18T19:26:26.093Z++ retry=9
4182026-05-18T19:26:26.097Z+++ svcs -Hostate baseline
4192026-05-18T19:26:26.109Z++ [[ offline* != online ]]
4202026-05-18T19:26:26.109Z++ [[ 9 -gt 300 ]]
4212026-05-18T19:26:26.109Z++ sleep 1
4222026-05-18T19:26:27.111Z++ retry=10
4232026-05-18T19:26:27.114Z+++ svcs -Hostate baseline
4242026-05-18T19:26:27.126Z++ [[ offline* != online ]]
4252026-05-18T19:26:27.126Z++ [[ 10 -gt 300 ]]
4262026-05-18T19:26:27.126Z++ sleep 1
4272026-05-18T19:26:28.129Z++ retry=11
4282026-05-18T19:26:28.132Z+++ svcs -Hostate baseline
4292026-05-18T19:26:28.146Z++ [[ offline* != online ]]
4302026-05-18T19:26:28.146Z++ [[ 11 -gt 300 ]]
4312026-05-18T19:26:28.146Z++ sleep 1
4322026-05-18T19:26:29.147Z++ retry=12
4332026-05-18T19:26:29.150Z+++ svcs -Hostate baseline
4342026-05-18T19:26:29.162Z++ [[ offline* != online ]]
4352026-05-18T19:26:29.162Z++ [[ 12 -gt 300 ]]
4362026-05-18T19:26:29.162Z++ sleep 1
4372026-05-18T19:26:30.165Z++ retry=13
4382026-05-18T19:26:30.168Z+++ svcs -Hostate baseline
4392026-05-18T19:26:30.180Z++ [[ offline* != online ]]
4402026-05-18T19:26:30.180Z++ [[ 13 -gt 300 ]]
4412026-05-18T19:26:30.180Z++ sleep 1
4422026-05-18T19:26:31.183Z++ retry=14
4432026-05-18T19:26:31.186Z+++ svcs -Hostate baseline
4442026-05-18T19:26:31.198Z++ [[ offline* != online ]]
4452026-05-18T19:26:31.198Z++ [[ 14 -gt 300 ]]
4462026-05-18T19:26:31.198Z++ sleep 1
4472026-05-18T19:26:32.201Z++ retry=15
4482026-05-18T19:26:32.204Z+++ svcs -Hostate baseline
4492026-05-18T19:26:32.216Z++ [[ offline* != online ]]
4502026-05-18T19:26:32.216Z++ [[ 15 -gt 300 ]]
4512026-05-18T19:26:32.221Z++ sleep 1
4522026-05-18T19:26:33.219Z++ retry=16
4532026-05-18T19:26:33.222Z+++ svcs -Hostate baseline
4542026-05-18T19:26:33.234Z++ [[ offline* != online ]]
4552026-05-18T19:26:33.235Z++ [[ 16 -gt 300 ]]
4562026-05-18T19:26:33.235Z++ sleep 1
4572026-05-18T19:26:34.238Z++ retry=17
4582026-05-18T19:26:34.241Z+++ svcs -Hostate baseline
4592026-05-18T19:26:34.253Z++ [[ offline* != online ]]
4602026-05-18T19:26:34.253Z++ [[ 17 -gt 300 ]]
4612026-05-18T19:26:34.253Z++ sleep 1
4622026-05-18T19:26:35.255Z++ retry=18
4632026-05-18T19:26:35.258Z+++ svcs -Hostate baseline
4642026-05-18T19:26:35.271Z++ [[ offline* != online ]]
4652026-05-18T19:26:35.271Z++ [[ 18 -gt 300 ]]
4662026-05-18T19:26:35.271Z++ sleep 1
4672026-05-18T19:26:36.274Z++ retry=19
4682026-05-18T19:26:36.277Z+++ svcs -Hostate baseline
4692026-05-18T19:26:36.289Z++ [[ offline* != online ]]
4702026-05-18T19:26:36.289Z++ [[ 19 -gt 300 ]]
4712026-05-18T19:26:36.289Z++ sleep 1
4722026-05-18T19:26:37.292Z++ retry=20
4732026-05-18T19:26:37.295Z+++ svcs -Hostate baseline
4742026-05-18T19:26:37.308Z++ [[ offline* != online ]]
4752026-05-18T19:26:37.309Z++ [[ 20 -gt 300 ]]
4762026-05-18T19:26:37.309Z++ sleep 1
4772026-05-18T19:26:38.310Z++ retry=21
4782026-05-18T19:26:38.313Z+++ svcs -Hostate baseline
4792026-05-18T19:26:38.325Z++ [[ offline* != online ]]
4802026-05-18T19:26:38.325Z++ [[ 21 -gt 300 ]]
4812026-05-18T19:26:38.325Z++ sleep 1
4822026-05-18T19:26:39.327Z++ retry=22
4832026-05-18T19:26:39.330Z+++ svcs -Hostate baseline
4842026-05-18T19:26:39.343Z++ [[ offline* != online ]]
4852026-05-18T19:26:39.343Z++ [[ 22 -gt 300 ]]
4862026-05-18T19:26:39.343Z++ sleep 1
4872026-05-18T19:26:40.345Z++ retry=23
4882026-05-18T19:26:40.348Z+++ svcs -Hostate baseline
4892026-05-18T19:26:40.360Z++ [[ offline* != online ]]
4902026-05-18T19:26:40.360Z++ [[ 23 -gt 300 ]]
4912026-05-18T19:26:40.360Z++ sleep 1
4922026-05-18T19:26:41.362Z++ retry=24
4932026-05-18T19:26:41.366Z+++ svcs -Hostate baseline
4942026-05-18T19:26:41.377Z++ [[ offline* != online ]]
4952026-05-18T19:26:41.377Z++ [[ 24 -gt 300 ]]
4962026-05-18T19:26:41.377Z++ sleep 1
4972026-05-18T19:26:42.379Z++ retry=25
4982026-05-18T19:26:42.382Z+++ svcs -Hostate baseline
4992026-05-18T19:26:42.394Z++ [[ offline* != online ]]
5002026-05-18T19:26:42.394Z++ [[ 25 -gt 300 ]]
5012026-05-18T19:26:42.394Z++ sleep 1
5022026-05-18T19:26:43.396Z++ retry=26
5032026-05-18T19:26:43.399Z+++ svcs -Hostate baseline
5042026-05-18T19:26:43.411Z++ [[ offline* != online ]]
5052026-05-18T19:26:43.412Z++ [[ 26 -gt 300 ]]
5062026-05-18T19:26:43.412Z++ sleep 1
5072026-05-18T19:26:44.414Z++ retry=27
5082026-05-18T19:26:44.417Z+++ svcs -Hostate baseline
5092026-05-18T19:26:44.429Z++ [[ offline* != online ]]
5102026-05-18T19:26:44.429Z++ [[ 27 -gt 300 ]]
5112026-05-18T19:26:44.429Z++ sleep 1
5122026-05-18T19:26:45.431Z++ retry=28
5132026-05-18T19:26:45.434Z+++ svcs -Hostate baseline
5142026-05-18T19:26:45.447Z++ [[ offline* != online ]]
5152026-05-18T19:26:45.447Z++ [[ 28 -gt 300 ]]
5162026-05-18T19:26:45.447Z++ sleep 1
5172026-05-18T19:26:46.449Z++ retry=29
5182026-05-18T19:26:46.452Z+++ svcs -Hostate baseline
5192026-05-18T19:26:46.464Z++ [[ offline* != online ]]
5202026-05-18T19:26:46.464Z++ [[ 29 -gt 300 ]]
5212026-05-18T19:26:46.464Z++ sleep 1
5222026-05-18T19:26:47.467Z++ retry=30
5232026-05-18T19:26:47.470Z+++ svcs -Hostate baseline
5242026-05-18T19:26:47.482Z++ [[ offline* != online ]]
5252026-05-18T19:26:47.482Z++ [[ 30 -gt 300 ]]
5262026-05-18T19:26:47.482Z++ sleep 1
5272026-05-18T19:26:48.484Z++ retry=31
5282026-05-18T19:26:48.487Z+++ svcs -Hostate baseline
5292026-05-18T19:26:48.500Z++ [[ offline* != online ]]
5302026-05-18T19:26:48.500Z++ [[ 31 -gt 300 ]]
5312026-05-18T19:26:48.500Z++ sleep 1
5322026-05-18T19:26:49.502Z++ retry=32
5332026-05-18T19:26:49.505Z+++ svcs -Hostate baseline
5342026-05-18T19:26:49.517Z++ [[ offline* != online ]]
5352026-05-18T19:26:49.517Z++ [[ 32 -gt 300 ]]
5362026-05-18T19:26:49.517Z++ sleep 1
5372026-05-18T19:26:50.520Z++ retry=33
5382026-05-18T19:26:50.525Z+++ svcs -Hostate baseline
5392026-05-18T19:26:50.537Z++ [[ offline* != online ]]
5402026-05-18T19:26:50.537Z++ [[ 33 -gt 300 ]]
5412026-05-18T19:26:50.537Z++ sleep 1
5422026-05-18T19:26:51.537Z++ retry=34
5432026-05-18T19:26:51.540Z+++ svcs -Hostate baseline
5442026-05-18T19:26:51.552Z++ [[ offline* != online ]]
5452026-05-18T19:26:51.552Z++ [[ 34 -gt 300 ]]
5462026-05-18T19:26:51.552Z++ sleep 1
5472026-05-18T19:26:52.554Z++ retry=35
5482026-05-18T19:26:52.557Z+++ svcs -Hostate baseline
5492026-05-18T19:26:52.570Z++ [[ offline* != online ]]
5502026-05-18T19:26:52.570Z++ [[ 35 -gt 300 ]]
5512026-05-18T19:26:52.570Z++ sleep 1
5522026-05-18T19:26:53.572Z++ retry=36
5532026-05-18T19:26:53.575Z+++ svcs -Hostate baseline
5542026-05-18T19:26:53.587Z++ [[ offline* != online ]]
5552026-05-18T19:26:53.587Z++ [[ 36 -gt 300 ]]
5562026-05-18T19:26:53.587Z++ sleep 1
5572026-05-18T19:26:54.590Z++ retry=37
5582026-05-18T19:26:54.593Z+++ svcs -Hostate baseline
5592026-05-18T19:26:54.605Z++ [[ offline* != online ]]
5602026-05-18T19:26:54.605Z++ [[ 37 -gt 300 ]]
5612026-05-18T19:26:54.605Z++ sleep 1
5622026-05-18T19:26:55.607Z++ retry=38
5632026-05-18T19:26:55.610Z+++ svcs -Hostate baseline
5642026-05-18T19:26:55.623Z++ [[ offline* != online ]]
5652026-05-18T19:26:55.623Z++ [[ 38 -gt 300 ]]
5662026-05-18T19:26:55.623Z++ sleep 1
5672026-05-18T19:26:56.625Z++ retry=39
5682026-05-18T19:26:56.628Z+++ svcs -Hostate baseline
5692026-05-18T19:26:56.640Z++ [[ offline* != online ]]
5702026-05-18T19:26:56.640Z++ [[ 39 -gt 300 ]]
5712026-05-18T19:26:56.641Z++ sleep 1
5722026-05-18T19:26:57.643Z++ retry=40
5732026-05-18T19:26:57.646Z+++ svcs -Hostate baseline
5742026-05-18T19:26:57.658Z++ [[ offline* != online ]]
5752026-05-18T19:26:57.658Z++ [[ 40 -gt 300 ]]
5762026-05-18T19:26:57.658Z++ sleep 1
5772026-05-18T19:26:58.661Z++ retry=41
5782026-05-18T19:26:58.664Z+++ svcs -Hostate baseline
5792026-05-18T19:26:58.676Z++ [[ offline* != online ]]
5802026-05-18T19:26:58.676Z++ [[ 41 -gt 300 ]]
5812026-05-18T19:26:58.676Z++ sleep 1
5822026-05-18T19:26:59.680Z++ retry=42
5832026-05-18T19:26:59.684Z+++ svcs -Hostate baseline
5842026-05-18T19:26:59.694Z++ [[ offline* != online ]]
5852026-05-18T19:26:59.694Z++ [[ 42 -gt 300 ]]
5862026-05-18T19:26:59.694Z++ sleep 1
5872026-05-18T19:27:00.696Z++ retry=43
5882026-05-18T19:27:00.699Z+++ svcs -Hostate baseline
5892026-05-18T19:27:00.711Z++ [[ offline* != online ]]
5902026-05-18T19:27:00.711Z++ [[ 43 -gt 300 ]]
5912026-05-18T19:27:00.711Z++ sleep 1
5922026-05-18T19:27:01.714Z++ retry=44
5932026-05-18T19:27:01.717Z+++ svcs -Hostate baseline
5942026-05-18T19:27:01.729Z++ [[ offline* != online ]]
5952026-05-18T19:27:01.729Z++ [[ 44 -gt 300 ]]
5962026-05-18T19:27:01.729Z++ sleep 1
5972026-05-18T19:27:02.731Z++ retry=45
5982026-05-18T19:27:02.734Z+++ svcs -Hostate baseline
5992026-05-18T19:27:02.747Z++ [[ offline* != online ]]
6002026-05-18T19:27:02.747Z++ [[ 45 -gt 300 ]]
6012026-05-18T19:27:02.747Z++ sleep 1
6022026-05-18T19:27:03.749Z++ retry=46
6032026-05-18T19:27:03.753Z+++ svcs -Hostate baseline
6042026-05-18T19:27:03.764Z++ [[ offline* != online ]]
6052026-05-18T19:27:03.764Z++ [[ 46 -gt 300 ]]
6062026-05-18T19:27:03.764Z++ sleep 1
6072026-05-18T19:27:04.767Z++ retry=47
6082026-05-18T19:27:04.770Z+++ svcs -Hostate baseline
6092026-05-18T19:27:04.782Z++ [[ offline* != online ]]
6102026-05-18T19:27:04.782Z++ [[ 47 -gt 300 ]]
6112026-05-18T19:27:04.782Z++ sleep 1
6122026-05-18T19:27:05.784Z++ retry=48
6132026-05-18T19:27:05.787Z+++ svcs -Hostate baseline
6142026-05-18T19:27:05.800Z++ [[ offline* != online ]]
6152026-05-18T19:27:05.800Z++ [[ 48 -gt 300 ]]
6162026-05-18T19:27:05.800Z++ sleep 1
6172026-05-18T19:27:06.802Z++ retry=49
6182026-05-18T19:27:06.805Z+++ svcs -Hostate baseline
6192026-05-18T19:27:06.817Z++ [[ offline* != online ]]
6202026-05-18T19:27:06.817Z++ [[ 49 -gt 300 ]]
6212026-05-18T19:27:06.817Z++ sleep 1
6222026-05-18T19:27:07.819Z++ retry=50
6232026-05-18T19:27:07.822Z+++ svcs -Hostate baseline
6242026-05-18T19:27:07.836Z++ [[ offline* != online ]]
6252026-05-18T19:27:07.836Z++ [[ 50 -gt 300 ]]
6262026-05-18T19:27:07.836Z++ sleep 1
6272026-05-18T19:27:08.837Z++ retry=51
6282026-05-18T19:27:08.840Z+++ svcs -Hostate baseline
6292026-05-18T19:27:08.852Z++ [[ offline* != online ]]
6302026-05-18T19:27:08.852Z++ [[ 51 -gt 300 ]]
6312026-05-18T19:27:08.852Z++ sleep 1
6322026-05-18T19:27:09.854Z++ retry=52
6332026-05-18T19:27:09.857Z+++ svcs -Hostate baseline
6342026-05-18T19:27:09.870Z++ [[ offline* != online ]]
6352026-05-18T19:27:09.870Z++ [[ 52 -gt 300 ]]
6362026-05-18T19:27:09.870Z++ sleep 1
6372026-05-18T19:27:10.872Z++ retry=53
6382026-05-18T19:27:10.875Z+++ svcs -Hostate baseline
6392026-05-18T19:27:10.887Z++ [[ offline* != online ]]
6402026-05-18T19:27:10.887Z++ [[ 53 -gt 300 ]]
6412026-05-18T19:27:10.887Z++ sleep 1
6422026-05-18T19:27:11.889Z++ retry=54
6432026-05-18T19:27:11.892Z+++ svcs -Hostate baseline
6442026-05-18T19:27:11.905Z++ [[ offline* != online ]]
6452026-05-18T19:27:11.905Z++ [[ 54 -gt 300 ]]
6462026-05-18T19:27:11.905Z++ sleep 1
6472026-05-18T19:27:12.907Z++ retry=55
6482026-05-18T19:27:12.910Z+++ svcs -Hostate baseline
6492026-05-18T19:27:12.922Z++ [[ offline* != online ]]
6502026-05-18T19:27:12.922Z++ [[ 55 -gt 300 ]]
6512026-05-18T19:27:12.922Z++ sleep 1
6522026-05-18T19:27:13.925Z++ retry=56
6532026-05-18T19:27:13.928Z+++ svcs -Hostate baseline
6542026-05-18T19:27:13.940Z++ [[ offline* != online ]]
6552026-05-18T19:27:13.940Z++ [[ 56 -gt 300 ]]
6562026-05-18T19:27:13.940Z++ sleep 1
6572026-05-18T19:27:14.943Z++ retry=57
6582026-05-18T19:27:14.946Z+++ svcs -Hostate baseline
6592026-05-18T19:27:14.958Z++ [[ offline* != online ]]
6602026-05-18T19:27:14.958Z++ [[ 57 -gt 300 ]]
6612026-05-18T19:27:14.958Z++ sleep 1
6622026-05-18T19:27:15.960Z++ retry=58
6632026-05-18T19:27:15.963Z+++ svcs -Hostate baseline
6642026-05-18T19:27:15.975Z++ [[ offline* != online ]]
6652026-05-18T19:27:15.975Z++ [[ 58 -gt 300 ]]
6662026-05-18T19:27:15.975Z++ sleep 1
6672026-05-18T19:27:16.977Z++ retry=59
6682026-05-18T19:27:16.980Z+++ svcs -Hostate baseline
6692026-05-18T19:27:16.993Z++ [[ offline* != online ]]
6702026-05-18T19:27:16.993Z++ [[ 59 -gt 300 ]]
6712026-05-18T19:27:16.993Z++ sleep 1
6722026-05-18T19:27:17.995Z++ retry=60
6732026-05-18T19:27:17.998Z+++ svcs -Hostate baseline
6742026-05-18T19:27:18.023Z++ [[ offline* != online ]]
6752026-05-18T19:27:18.023Z++ [[ 60 -gt 300 ]]
6762026-05-18T19:27:18.023Z++ sleep 1
6772026-05-18T19:27:19.014Z++ retry=61
6782026-05-18T19:27:19.017Z+++ svcs -Hostate baseline
6792026-05-18T19:27:19.029Z++ [[ offline* != online ]]
6802026-05-18T19:27:19.029Z++ [[ 61 -gt 300 ]]
6812026-05-18T19:27:19.029Z++ sleep 1
6822026-05-18T19:27:20.032Z++ retry=62
6832026-05-18T19:27:20.036Z+++ svcs -Hostate baseline
6842026-05-18T19:27:20.047Z++ [[ offline* != online ]]
6852026-05-18T19:27:20.047Z++ [[ 62 -gt 300 ]]
6862026-05-18T19:27:20.047Z++ sleep 1
6872026-05-18T19:27:21.049Z++ retry=63
6882026-05-18T19:27:21.052Z+++ svcs -Hostate baseline
6892026-05-18T19:27:21.064Z++ [[ offline* != online ]]
6902026-05-18T19:27:21.064Z++ [[ 63 -gt 300 ]]
6912026-05-18T19:27:21.064Z++ sleep 1
6922026-05-18T19:27:22.067Z++ retry=64
6932026-05-18T19:27:22.070Z+++ svcs -Hostate baseline
6942026-05-18T19:27:22.082Z++ [[ offline* != online ]]
6952026-05-18T19:27:22.082Z++ [[ 64 -gt 300 ]]
6962026-05-18T19:27:22.082Z++ sleep 1
6972026-05-18T19:27:23.084Z++ retry=65
6982026-05-18T19:27:23.087Z+++ svcs -Hostate baseline
6992026-05-18T19:27:23.100Z++ [[ offline* != online ]]
7002026-05-18T19:27:23.100Z++ [[ 65 -gt 300 ]]
7012026-05-18T19:27:23.100Z++ sleep 1
7022026-05-18T19:27:24.102Z++ retry=66
7032026-05-18T19:27:24.105Z+++ svcs -Hostate baseline
7042026-05-18T19:27:24.118Z++ [[ offline* != online ]]
7052026-05-18T19:27:24.118Z++ [[ 66 -gt 300 ]]
7062026-05-18T19:27:24.118Z++ sleep 1
7072026-05-18T19:27:25.120Z++ retry=67
7082026-05-18T19:27:25.123Z+++ svcs -Hostate baseline
7092026-05-18T19:27:25.135Z++ [[ offline* != online ]]
7102026-05-18T19:27:25.135Z++ [[ 67 -gt 300 ]]
7112026-05-18T19:27:25.135Z++ sleep 1
7122026-05-18T19:27:26.137Z++ retry=68
7132026-05-18T19:27:26.141Z+++ svcs -Hostate baseline
7142026-05-18T19:27:26.154Z++ [[ offline* != online ]]
7152026-05-18T19:27:26.154Z++ [[ 68 -gt 300 ]]
7162026-05-18T19:27:26.154Z++ sleep 1
7172026-05-18T19:27:27.155Z++ retry=69
7182026-05-18T19:27:27.158Z+++ svcs -Hostate baseline
7192026-05-18T19:27:27.170Z++ [[ offline* != online ]]
7202026-05-18T19:27:27.170Z++ [[ 69 -gt 300 ]]
7212026-05-18T19:27:27.170Z++ sleep 1
7222026-05-18T19:27:28.173Z++ retry=70
7232026-05-18T19:27:28.175Z+++ svcs -Hostate baseline
7242026-05-18T19:27:28.188Z++ [[ offline* != online ]]
7252026-05-18T19:27:28.188Z++ [[ 70 -gt 300 ]]
7262026-05-18T19:27:28.188Z++ sleep 1
7272026-05-18T19:27:29.191Z++ retry=71
7282026-05-18T19:27:29.194Z+++ svcs -Hostate baseline
7292026-05-18T19:27:29.206Z++ [[ offline* != online ]]
7302026-05-18T19:27:29.206Z++ [[ 71 -gt 300 ]]
7312026-05-18T19:27:29.206Z++ sleep 1
7322026-05-18T19:27:30.207Z++ retry=72
7332026-05-18T19:27:30.210Z+++ svcs -Hostate baseline
7342026-05-18T19:27:30.223Z++ [[ offline* != online ]]
7352026-05-18T19:27:30.223Z++ [[ 72 -gt 300 ]]
7362026-05-18T19:27:30.223Z++ sleep 1
7372026-05-18T19:27:31.225Z++ retry=73
7382026-05-18T19:27:31.229Z+++ svcs -Hostate baseline
7392026-05-18T19:27:31.241Z++ [[ offline* != online ]]
7402026-05-18T19:27:31.241Z++ [[ 73 -gt 300 ]]
7412026-05-18T19:27:31.241Z++ sleep 1
7422026-05-18T19:27:32.244Z++ retry=74
7432026-05-18T19:27:32.247Z+++ svcs -Hostate baseline
7442026-05-18T19:27:32.259Z++ [[ offline* != online ]]
7452026-05-18T19:27:32.259Z++ [[ 74 -gt 300 ]]
7462026-05-18T19:27:32.259Z++ sleep 1
7472026-05-18T19:27:33.262Z++ retry=75
7482026-05-18T19:27:33.265Z+++ svcs -Hostate baseline
7492026-05-18T19:27:33.277Z++ [[ offline* != online ]]
7502026-05-18T19:27:33.277Z++ [[ 75 -gt 300 ]]
7512026-05-18T19:27:33.277Z++ sleep 1
7522026-05-18T19:27:34.280Z++ retry=76
7532026-05-18T19:27:34.283Z+++ svcs -Hostate baseline
7542026-05-18T19:27:34.295Z++ [[ offline* != online ]]
7552026-05-18T19:27:34.295Z++ [[ 76 -gt 300 ]]
7562026-05-18T19:27:34.295Z++ sleep 1
7572026-05-18T19:27:35.297Z++ retry=77
7582026-05-18T19:27:35.300Z+++ svcs -Hostate baseline
7592026-05-18T19:27:35.313Z++ [[ offline* != online ]]
7602026-05-18T19:27:35.313Z++ [[ 77 -gt 300 ]]
7612026-05-18T19:27:35.313Z++ sleep 1
7622026-05-18T19:27:36.315Z++ retry=78
7632026-05-18T19:27:36.318Z+++ svcs -Hostate baseline
7642026-05-18T19:27:36.330Z++ [[ offline* != online ]]
7652026-05-18T19:27:36.330Z++ [[ 78 -gt 300 ]]
7662026-05-18T19:27:36.330Z++ sleep 1
7672026-05-18T19:27:37.333Z++ retry=79
7682026-05-18T19:27:37.335Z+++ svcs -Hostate baseline
7692026-05-18T19:27:37.348Z++ [[ offline* != online ]]
7702026-05-18T19:27:37.348Z++ [[ 79 -gt 300 ]]
7712026-05-18T19:27:37.349Z++ sleep 1
7722026-05-18T19:27:38.351Z++ retry=80
7732026-05-18T19:27:38.354Z+++ svcs -Hostate baseline
7742026-05-18T19:27:38.366Z++ [[ offline* != online ]]
7752026-05-18T19:27:38.366Z++ [[ 80 -gt 300 ]]
7762026-05-18T19:27:38.366Z++ sleep 1
7772026-05-18T19:27:39.368Z++ retry=81
7782026-05-18T19:27:39.371Z+++ svcs -Hostate baseline
7792026-05-18T19:27:39.383Z++ [[ offline* != online ]]
7802026-05-18T19:27:39.383Z++ [[ 81 -gt 300 ]]
7812026-05-18T19:27:39.383Z++ sleep 1
7822026-05-18T19:27:40.386Z++ retry=82
7832026-05-18T19:27:40.389Z+++ svcs -Hostate baseline
7842026-05-18T19:27:40.401Z++ [[ offline* != online ]]
7852026-05-18T19:27:40.401Z++ [[ 82 -gt 300 ]]
7862026-05-18T19:27:40.401Z++ sleep 1
7872026-05-18T19:27:41.403Z++ retry=83
7882026-05-18T19:27:41.406Z+++ svcs -Hostate baseline
7892026-05-18T19:27:41.418Z++ [[ offline* != online ]]
7902026-05-18T19:27:41.418Z++ [[ 83 -gt 300 ]]
7912026-05-18T19:27:41.418Z++ sleep 1
7922026-05-18T19:27:42.420Z++ retry=84
7932026-05-18T19:27:42.423Z+++ svcs -Hostate baseline
7942026-05-18T19:27:42.435Z++ [[ offline* != online ]]
7952026-05-18T19:27:42.435Z++ [[ 84 -gt 300 ]]
7962026-05-18T19:27:42.435Z++ sleep 1
7972026-05-18T19:27:43.437Z++ retry=85
7982026-05-18T19:27:43.440Z+++ svcs -Hostate baseline
7992026-05-18T19:27:43.452Z++ [[ offline* != online ]]
8002026-05-18T19:27:43.452Z++ [[ 85 -gt 300 ]]
8012026-05-18T19:27:43.452Z++ sleep 1
8022026-05-18T19:27:44.454Z++ retry=86
8032026-05-18T19:27:44.458Z+++ svcs -Hostate baseline
8042026-05-18T19:27:44.470Z++ [[ offline* != online ]]
8052026-05-18T19:27:44.470Z++ [[ 86 -gt 300 ]]
8062026-05-18T19:27:44.470Z++ sleep 1
8072026-05-18T19:27:45.472Z++ retry=87
8082026-05-18T19:27:45.475Z+++ svcs -Hostate baseline
8092026-05-18T19:27:45.487Z++ [[ offline* != online ]]
8102026-05-18T19:27:45.487Z++ [[ 87 -gt 300 ]]
8112026-05-18T19:27:45.487Z++ sleep 1
8122026-05-18T19:27:46.490Z++ retry=88
8132026-05-18T19:27:46.494Z+++ svcs -Hostate baseline
8142026-05-18T19:27:46.505Z++ [[ offline* != online ]]
8152026-05-18T19:27:46.505Z++ [[ 88 -gt 300 ]]
8162026-05-18T19:27:46.505Z++ sleep 1
8172026-05-18T19:27:47.507Z++ retry=89
8182026-05-18T19:27:47.512Z+++ svcs -Hostate baseline
8192026-05-18T19:27:47.523Z++ [[ offline* != online ]]
8202026-05-18T19:27:47.523Z++ [[ 89 -gt 300 ]]
8212026-05-18T19:27:47.523Z++ sleep 1
8222026-05-18T19:27:48.524Z++ retry=90
8232026-05-18T19:27:48.528Z+++ svcs -Hostate baseline
8242026-05-18T19:27:48.539Z++ [[ offline* != online ]]
8252026-05-18T19:27:48.539Z++ [[ 90 -gt 300 ]]
8262026-05-18T19:27:48.542Z++ sleep 1
8272026-05-18T19:27:49.542Z++ retry=91
8282026-05-18T19:27:49.544Z+++ svcs -Hostate baseline
8292026-05-18T19:27:49.557Z++ [[ offline* != online ]]
8302026-05-18T19:27:49.558Z++ [[ 91 -gt 300 ]]
8312026-05-18T19:27:49.558Z++ sleep 1
8322026-05-18T19:27:50.560Z++ retry=92
8332026-05-18T19:27:50.563Z+++ svcs -Hostate baseline
8342026-05-18T19:27:50.576Z++ [[ offline* != online ]]
8352026-05-18T19:27:50.576Z++ [[ 92 -gt 300 ]]
8362026-05-18T19:27:50.576Z++ sleep 1
8372026-05-18T19:27:51.578Z++ retry=93
8382026-05-18T19:27:51.581Z+++ svcs -Hostate baseline
8392026-05-18T19:27:51.593Z++ [[ offline* != online ]]
8402026-05-18T19:27:51.593Z++ [[ 93 -gt 300 ]]
8412026-05-18T19:27:51.593Z++ sleep 1
8422026-05-18T19:27:52.595Z++ retry=94
8432026-05-18T19:27:52.598Z+++ svcs -Hostate baseline
8442026-05-18T19:27:52.610Z++ [[ offline* != online ]]
8452026-05-18T19:27:52.610Z++ [[ 94 -gt 300 ]]
8462026-05-18T19:27:52.610Z++ sleep 1
8472026-05-18T19:27:53.612Z++ retry=95
8482026-05-18T19:27:53.615Z+++ svcs -Hostate baseline
8492026-05-18T19:27:53.627Z++ [[ offline* != online ]]
8502026-05-18T19:27:53.627Z++ [[ 95 -gt 300 ]]
8512026-05-18T19:27:53.627Z++ sleep 1
8522026-05-18T19:27:54.629Z++ retry=96
8532026-05-18T19:27:54.632Z+++ svcs -Hostate baseline
8542026-05-18T19:27:54.643Z++ [[ offline* != online ]]
8552026-05-18T19:27:54.643Z++ [[ 96 -gt 300 ]]
8562026-05-18T19:27:54.643Z++ sleep 1
8572026-05-18T19:27:55.646Z++ retry=97
8582026-05-18T19:27:55.649Z+++ svcs -Hostate baseline
8592026-05-18T19:27:55.661Z++ [[ offline* != online ]]
8602026-05-18T19:27:55.662Z++ [[ 97 -gt 300 ]]
8612026-05-18T19:27:55.662Z++ sleep 1
8622026-05-18T19:27:56.664Z++ retry=98
8632026-05-18T19:27:56.667Z+++ svcs -Hostate baseline
8642026-05-18T19:27:56.679Z++ [[ offline* != online ]]
8652026-05-18T19:27:56.679Z++ [[ 98 -gt 300 ]]
8662026-05-18T19:27:56.682Z++ sleep 1
8672026-05-18T19:27:57.681Z++ retry=99
8682026-05-18T19:27:57.684Z+++ svcs -Hostate baseline
8692026-05-18T19:27:57.697Z++ [[ offline* != online ]]
8702026-05-18T19:27:57.697Z++ [[ 99 -gt 300 ]]
8712026-05-18T19:27:57.697Z++ sleep 1
8722026-05-18T19:27:58.699Z++ retry=100
8732026-05-18T19:27:58.702Z+++ svcs -Hostate baseline
8742026-05-18T19:27:58.714Z++ [[ offline* != online ]]
8752026-05-18T19:27:58.714Z++ [[ 100 -gt 300 ]]
8762026-05-18T19:27:58.714Z++ sleep 1
8772026-05-18T19:27:59.716Z++ retry=101
8782026-05-18T19:27:59.719Z+++ svcs -Hostate baseline
8792026-05-18T19:27:59.732Z++ [[ offline* != online ]]
8802026-05-18T19:27:59.732Z++ [[ 101 -gt 300 ]]
8812026-05-18T19:27:59.732Z++ sleep 1
8822026-05-18T19:28:00.734Z++ retry=102
8832026-05-18T19:28:00.737Z+++ svcs -Hostate baseline
8842026-05-18T19:28:00.749Z++ [[ offline* != online ]]
8852026-05-18T19:28:00.749Z++ [[ 102 -gt 300 ]]
8862026-05-18T19:28:00.749Z++ sleep 1
8872026-05-18T19:28:01.752Z++ retry=103
8882026-05-18T19:28:01.755Z+++ svcs -Hostate baseline
8892026-05-18T19:28:01.768Z++ [[ offline* != online ]]
8902026-05-18T19:28:01.769Z++ [[ 103 -gt 300 ]]
8912026-05-18T19:28:01.769Z++ sleep 1
8922026-05-18T19:28:02.768Z++ retry=104
8932026-05-18T19:28:02.771Z+++ svcs -Hostate baseline
8942026-05-18T19:28:02.783Z++ [[ offline* != online ]]
8952026-05-18T19:28:02.783Z++ [[ 104 -gt 300 ]]
8962026-05-18T19:28:02.788Z++ sleep 1
8972026-05-18T19:28:03.786Z++ retry=105
8982026-05-18T19:28:03.790Z+++ svcs -Hostate baseline
8992026-05-18T19:28:03.801Z++ [[ offline* != online ]]
9002026-05-18T19:28:03.801Z++ [[ 105 -gt 300 ]]
9012026-05-18T19:28:03.801Z++ sleep 1
9022026-05-18T19:28:04.804Z++ retry=106
9032026-05-18T19:28:04.807Z+++ svcs -Hostate baseline
9042026-05-18T19:28:04.818Z++ [[ offline* != online ]]
9052026-05-18T19:28:04.818Z++ [[ 106 -gt 300 ]]
9062026-05-18T19:28:04.818Z++ sleep 1
9072026-05-18T19:28:05.821Z++ retry=107
9082026-05-18T19:28:05.824Z+++ svcs -Hostate baseline
9092026-05-18T19:28:05.836Z++ [[ online != online ]]
9102026-05-18T19:28:05.836Z++ set -o errexit
9112026-05-18T19:28:05.836Z++ set -o pipefail
9122026-05-18T19:28:05.836Z++ banner build
9132026-05-18T19:28:05.839Z
9142026-05-18T19:28:05.839Z ##### # # # # #####
9152026-05-18T19:28:05.839Z # # # # # # # #
9162026-05-18T19:28:05.839Z ##### # # # # # #
9172026-05-18T19:28:05.839Z # # # # # # # #
9182026-05-18T19:28:05.839Z # # # # # # # #
9192026-05-18T19:28:05.839Z ##### #### # ###### #####
9202026-05-18T19:28:05.839Z
9212026-05-18T19:28:05.839Z++ cargo build --release --bin ddmd --bin ddmadm
9222026-05-18T19:28:05.844Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9232026-05-18T19:28:05.982Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9242026-05-18T19:28:05.985Zinfo: downloading 6 components
9252026-05-18T19:28:20.663Z Updating git repository `https://github.com/oxidecomputer/falcon`
9262026-05-18T19:28:21.292ZFrom https://github.com/oxidecomputer/falcon
9272026-05-18T19:28:21.292Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9282026-05-18T19:28:21.370Z Updating crates.io index
9292026-05-18T19:28:21.408Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9302026-05-18T19:28:22.194ZFrom https://github.com/oxidecomputer/dendrite
9312026-05-18T19:28:22.194Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9322026-05-18T19:28:22.462Z Updating git repository `https://github.com/oxidecomputer/ispf`
9332026-05-18T19:28:22.752ZFrom https://github.com/oxidecomputer/ispf
9342026-05-18T19:28:22.753Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9352026-05-18T19:28:22.759Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9362026-05-18T19:28:23.148ZFrom https://github.com/oxidecomputer/netadm-sys
9372026-05-18T19:28:23.148Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9382026-05-18T19:28:23.156Z Updating git repository `https://github.com/oxidecomputer/omicron`
9392026-05-18T19:28:30.584ZFrom https://github.com/oxidecomputer/omicron
9402026-05-18T19:28:30.584Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9412026-05-18T19:28:30.991Z Updating git repository `https://github.com/oxidecomputer/opte`
9422026-05-18T19:28:31.600ZFrom https://github.com/oxidecomputer/opte
9432026-05-18T19:28:31.600Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9442026-05-18T19:28:32.074Z Updating git repository `https://github.com/illumos/smf-rs`
9452026-05-18T19:28:32.352ZFrom https://github.com/illumos/smf-rs
9462026-05-18T19:28:32.352Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9472026-05-18T19:28:32.539Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9482026-05-18T19:28:32.812ZFrom https://github.com/oxidecomputer/network-interface
9492026-05-18T19:28:32.812Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9502026-05-18T19:28:32.835Z Updating git repository `https://github.com/oxidecomputer/zone`
9512026-05-18T19:28:33.112ZFrom https://github.com/oxidecomputer/zone
9522026-05-18T19:28:33.112Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9532026-05-18T19:28:33.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
9542026-05-18T19:28:33.816ZFrom https://github.com/oxidecomputer/propolis
9552026-05-18T19:28:33.816Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9562026-05-18T19:28:34.136Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9572026-05-18T19:28:34.645ZFrom https://github.com/oxidecomputer/transceiver-control
9582026-05-18T19:28:34.645Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9592026-05-18T19:28:34.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9602026-05-18T19:28:34.942ZFrom https://github.com/oxidecomputer/dlpi-sys
9612026-05-18T19:28:34.942Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9622026-05-18T19:28:34.947Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9632026-05-18T19:28:35.249ZFrom https://github.com/jmesmon/rust-libzfs
9642026-05-18T19:28:35.249Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9652026-05-18T19:28:35.257Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9662026-05-18T19:28:35.521ZFrom https://github.com/oxidecomputer/rusty-doors
9672026-05-18T19:28:35.521Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9682026-05-18T19:28:35.593Z Updating git repository `https://github.com/oxidecomputer/lldp`
9692026-05-18T19:28:35.916ZFrom https://github.com/oxidecomputer/lldp
9702026-05-18T19:28:35.916Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9712026-05-18T19:28:35.987Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9722026-05-18T19:28:36.248ZFrom https://github.com/oxidecomputer/slog-error-chain
9732026-05-18T19:28:36.248Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9742026-05-18T19:28:36.268Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9752026-05-18T19:28:36.568ZFrom https://github.com/oxidecomputer/tufaceous
9762026-05-18T19:28:36.568Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9772026-05-18T19:28:36.729Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9782026-05-18T19:28:37.216ZFrom https://github.com/oxidecomputer/management-gateway-service
9792026-05-18T19:28:37.216Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9802026-05-18T19:28:37.346Z Updating git repository `https://github.com/oxidecomputer/crucible`
9812026-05-18T19:28:38.161ZFrom https://github.com/oxidecomputer/crucible
9822026-05-18T19:28:38.161Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9832026-05-18T19:28:39.010Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9842026-05-18T19:28:39.330ZFrom https://github.com/oxidecomputer/serde_human_bytes
9852026-05-18T19:28:39.331Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9862026-05-18T19:28:39.654Z Updating git repository `https://github.com/oxidecomputer/propolis`
9872026-05-18T19:28:39.997ZFrom https://github.com/oxidecomputer/propolis
9882026-05-18T19:28:39.997Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9892026-05-18T19:28:40.331Z Updating git repository `https://github.com/oxidecomputer/opte`
9902026-05-18T19:28:40.629ZFrom https://github.com/oxidecomputer/opte
9912026-05-18T19:28:40.629Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
9922026-05-18T19:28:40.673Z Updating git repository `https://github.com/oxidecomputer/tofino`
9932026-05-18T19:28:41.068ZFrom https://github.com/oxidecomputer/tofino
9942026-05-18T19:28:41.068Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
9952026-05-18T19:28:41.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9962026-05-18T19:28:41.726ZFrom https://github.com/oxidecomputer/maghemite
9972026-05-18T19:28:41.726Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9982026-05-18T19:28:41.780Z Updating git repository `https://github.com/oxidecomputer/clickward`
9992026-05-18T19:28:42.033ZFrom https://github.com/oxidecomputer/clickward
10002026-05-18T19:28:42.033Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10012026-05-18T19:28:42.177Z Updating git repository `https://github.com/oxidecomputer/crucible`
10022026-05-18T19:28:42.556ZFrom https://github.com/oxidecomputer/crucible
10032026-05-18T19:28:42.556Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10042026-05-18T19:28:42.706Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10052026-05-18T19:28:43.004ZFrom https://github.com/oxidecomputer/illumos-devinfo
10062026-05-18T19:28:43.004Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10072026-05-18T19:28:44.436Z Downloading crates ...
10082026-05-18T19:28:44.496Z Downloaded base16ct v1.0.0
10092026-05-18T19:28:44.503Z Downloaded anstyle-query v1.1.5
10102026-05-18T19:28:44.507Z Downloaded async-trait v0.1.89
10112026-05-18T19:28:44.510Z Downloaded adler2 v2.0.1
10122026-05-18T19:28:44.510Z Downloaded convert_case v0.4.0
10132026-05-18T19:28:44.513Z Downloaded aead v0.5.2
10142026-05-18T19:28:44.516Z Downloaded console v0.16.3
10152026-05-18T19:28:44.520Z Downloaded base16ct v0.2.0
10162026-05-18T19:28:44.523Z Downloaded daft-derive v0.1.7
10172026-05-18T19:28:44.527Z Downloaded base64ct v1.8.3
10182026-05-18T19:28:44.530Z Downloaded bit-set v0.8.0
10192026-05-18T19:28:44.533Z Downloaded bitflags v1.3.2
10202026-05-18T19:28:44.535Z Downloaded dtrace-parser v0.2.0
10212026-05-18T19:28:44.538Z Downloaded darling_macro v0.21.3
10222026-05-18T19:28:44.538Z Downloaded ahash v0.8.12
10232026-05-18T19:28:44.541Z Downloaded dropshot-api-manager-types v0.7.1
10242026-05-18T19:28:44.546Z Downloaded dof v0.4.0
10252026-05-18T19:28:44.546Z Downloaded backon v1.6.0
10262026-05-18T19:28:44.549Z Downloaded getrandom v0.3.4
10272026-05-18T19:28:44.552Z Downloaded futures-io v0.3.32
10282026-05-18T19:28:44.552Z Downloaded clap_lex v1.1.0
10292026-05-18T19:28:44.555Z Downloaded futures-core v0.3.32
10302026-05-18T19:28:44.558Z Downloaded crucible-workspace-hack v0.1.0
10312026-05-18T19:28:44.558Z Downloaded futures v0.3.32
10322026-05-18T19:28:44.561Z Downloaded dropshot_endpoint v0.17.0
10332026-05-18T19:28:44.564Z Downloaded form_urlencoded v1.2.2
10342026-05-18T19:28:44.567Z Downloaded embedded-io v0.4.0
10352026-05-18T19:28:44.571Z Downloaded git-stub v1.0.0
10362026-05-18T19:28:44.571Z Downloaded foreign-types v0.3.2
10372026-05-18T19:28:44.574Z Downloaded crypto-common v0.1.7
10382026-05-18T19:28:44.574Z Downloaded curve25519-dalek-derive v0.1.1
10392026-05-18T19:28:44.577Z Downloaded defmt v0.3.100
10402026-05-18T19:28:44.577Z Downloaded cobs v0.3.0
10412026-05-18T19:28:44.580Z Downloaded erased-serde v0.3.31
10422026-05-18T19:28:44.582Z Downloaded cpufeatures v0.3.0
10432026-05-18T19:28:44.585Z Downloaded float-ord v0.3.2
10442026-05-18T19:28:44.585Z Downloaded darling_macro v0.23.0
10452026-05-18T19:28:44.588Z Downloaded ciborium-io v0.2.2
10462026-05-18T19:28:44.588Z Downloaded atomic-waker v1.1.2
10472026-05-18T19:28:44.591Z Downloaded defmt-macros v1.1.0
10482026-05-18T19:28:44.594Z Downloaded cmake v0.1.58
10492026-05-18T19:28:44.594Z Downloaded httpdate v1.0.3
10502026-05-18T19:28:44.597Z Downloaded embedded-io v0.6.1
10512026-05-18T19:28:44.600Z Downloaded futures-task v0.3.32
10522026-05-18T19:28:44.600Z Downloaded cpufeatures v0.2.17
10532026-05-18T19:28:44.604Z Downloaded futures-channel v0.3.32
10542026-05-18T19:28:44.607Z Downloaded ciborium-ll v0.2.2
10552026-05-18T19:28:44.607Z Downloaded derive-where v1.6.1
10562026-05-18T19:28:44.610Z Downloaded compression-core v0.4.32
10572026-05-18T19:28:44.613Z Downloaded displaydoc v0.2.5
10582026-05-18T19:28:44.613Z Downloaded aho-corasick v1.1.4
10592026-05-18T19:28:44.617Z Downloaded hubpack v0.1.2
10602026-05-18T19:28:44.620Z Downloaded dof v0.3.0
10612026-05-18T19:28:44.623Z Downloaded hash32 v0.3.1
10622026-05-18T19:28:44.623Z Downloaded hubpack_derive v0.1.1
10632026-05-18T19:28:44.626Z Downloaded foreign-types-shared v0.1.1
10642026-05-18T19:28:44.626Z Downloaded equivalent v1.0.2
10652026-05-18T19:28:44.629Z Downloaded cstr-argument v0.1.2
10662026-05-18T19:28:44.629Z Downloaded foreign-types v0.5.0
10672026-05-18T19:28:44.631Z Downloaded foreign-types-shared v0.3.1
10682026-05-18T19:28:44.631Z Downloaded bytecount v0.6.9
10692026-05-18T19:28:44.634Z Downloaded hmac v0.12.1
10702026-05-18T19:28:44.637Z Downloaded globset v0.4.18
10712026-05-18T19:28:44.640Z Downloaded highway v1.3.0
10722026-05-18T19:28:44.640Z Downloaded anstyle v1.0.14
10732026-05-18T19:28:44.643Z Downloaded derive-ex v0.1.8
10742026-05-18T19:28:44.646Z Downloaded idna_adapter v1.2.2
10752026-05-18T19:28:44.646Z Downloaded futures-macro v0.3.32
10762026-05-18T19:28:44.649Z Downloaded dunce v1.0.5
10772026-05-18T19:28:44.649Z Downloaded dtrace-parser v0.3.0
10782026-05-18T19:28:44.652Z Downloaded fxhash v0.2.1
10792026-05-18T19:28:44.652Z Downloaded is_terminal_polyfill v1.70.2
10802026-05-18T19:28:44.655Z Downloaded is-terminal v0.4.17
10812026-05-18T19:28:44.655Z Downloaded itoa v1.0.18
10822026-05-18T19:28:44.659Z Downloaded hostname v0.4.2
10832026-05-18T19:28:44.659Z Downloaded hex v0.4.3
10842026-05-18T19:28:44.662Z Downloaded byteorder v1.5.0
10852026-05-18T19:28:44.662Z Downloaded fixedbitset v0.4.2
10862026-05-18T19:28:44.667Z Downloaded autocfg v1.5.0
10872026-05-18T19:28:44.667Z Downloaded hostname v0.3.1
10882026-05-18T19:28:44.670Z Downloaded crunchy v0.2.4
10892026-05-18T19:28:44.670Z Downloaded heck v0.5.0
10902026-05-18T19:28:44.674Z Downloaded foreign-types-macros v0.2.3
10912026-05-18T19:28:44.674Z Downloaded debug-ignore v1.0.5
10922026-05-18T19:28:44.677Z Downloaded enum-as-inner v0.6.1
10932026-05-18T19:28:44.677Z Downloaded errno v0.3.14
10942026-05-18T19:28:44.680Z Downloaded internet-checksum v0.2.1
10952026-05-18T19:28:44.680Z Downloaded foldhash v0.2.0
10962026-05-18T19:28:44.683Z Downloaded ff v0.13.1
10972026-05-18T19:28:44.683Z Downloaded compression-codecs v0.4.38
10982026-05-18T19:28:44.686Z Downloaded fixedbitset v0.5.7
10992026-05-18T19:28:44.689Z Downloaded chacha20poly1305 v0.10.1
11002026-05-18T19:28:44.692Z Downloaded getrandom v0.2.17
11012026-05-18T19:28:44.692Z Downloaded generic-array v0.14.7
11022026-05-18T19:28:44.695Z Downloaded http-body v1.0.1
11032026-05-18T19:28:44.698Z Downloaded lru-cache v0.1.2
11042026-05-18T19:28:44.698Z Downloaded lru-slab v0.1.2
11052026-05-18T19:28:44.698Z Downloaded clap_derive v4.6.1
11062026-05-18T19:28:44.703Z Downloaded git-stub-vcs v0.1.0
11072026-05-18T19:28:44.706Z Downloaded cookie v0.18.1
11082026-05-18T19:28:44.706Z Downloaded libscf-sys v1.2.0
11092026-05-18T19:28:44.706Z Downloaded match_cfg v0.1.0
11102026-05-18T19:28:44.709Z Downloaded instant v0.1.13
11112026-05-18T19:28:44.712Z Downloaded indent_write v2.2.0
11122026-05-18T19:28:44.712Z Downloaded memoffset v0.9.1
11132026-05-18T19:28:44.715Z Downloaded konst_macro_rules v0.2.19
11142026-05-18T19:28:44.715Z Downloaded chacha20 v0.9.1
11152026-05-18T19:28:44.717Z Downloaded ipnet v2.12.0
11162026-05-18T19:28:44.721Z Downloaded foldhash v0.1.5
11172026-05-18T19:28:44.721Z Downloaded ingot v0.1.1
11182026-05-18T19:28:44.723Z Downloaded newtype_derive v0.1.6
11192026-05-18T19:28:44.726Z Downloaded num v0.4.3
11202026-05-18T19:28:44.726Z Downloaded fs-err v3.3.0
11212026-05-18T19:28:44.729Z Downloaded keccak v0.1.6
11222026-05-18T19:28:44.734Z Downloaded crossbeam-epoch v0.9.18
11232026-05-18T19:28:44.734Z Downloaded cancel-safe-futures v0.1.5
11242026-05-18T19:28:44.738Z Downloaded group v0.13.0
11252026-05-18T19:28:44.741Z Downloaded num-iter v0.1.45
11262026-05-18T19:28:44.741Z Downloaded no-std-compat v0.4.1
11272026-05-18T19:28:44.741Z Downloaded newline-converter v0.3.0
11282026-05-18T19:28:44.744Z Downloaded fs_extra v1.3.0
11292026-05-18T19:28:44.747Z Downloaded num_enum_derive v0.5.11
11302026-05-18T19:28:44.747Z Downloaded macaddr v1.0.1
11312026-05-18T19:28:44.750Z Downloaded libsw-core v0.3.2
11322026-05-18T19:28:44.750Z Downloaded either v1.15.0
11332026-05-18T19:28:44.753Z Downloaded httparse v1.10.1
11342026-05-18T19:28:44.756Z Downloaded openssl-macros v0.1.1
11352026-05-18T19:28:44.756Z Downloaded ipnetwork v0.21.1
11362026-05-18T19:28:44.759Z Downloaded num-conv v0.2.1
11372026-05-18T19:28:44.759Z Downloaded opaque-debug v0.3.1
11382026-05-18T19:28:44.761Z Downloaded omicron-workspace-hack v0.1.0
11392026-05-18T19:28:44.762Z Downloaded olpc-cjson v0.1.4
11402026-05-18T19:28:44.764Z Downloaded console v0.15.11
11412026-05-18T19:28:44.767Z Downloaded num_threads v0.1.7
11422026-05-18T19:28:44.767Z Downloaded parse-display v0.10.0
11432026-05-18T19:28:44.770Z Downloaded ingot-macros v0.1.1
11442026-05-18T19:28:44.771Z Downloaded iana-time-zone v0.1.65
11452026-05-18T19:28:44.773Z Downloaded find-msvc-tools v0.1.9
11462026-05-18T19:28:44.778Z Downloaded lazy_static v1.5.0
11472026-05-18T19:28:44.778Z Downloaded defmt v1.1.0
11482026-05-18T19:28:44.781Z Downloaded newtype-uuid v1.3.2
11492026-05-18T19:28:44.783Z Downloaded darling v0.21.3
11502026-05-18T19:28:44.786Z Downloaded proc-macro-crate v3.5.0
11512026-05-18T19:28:44.790Z Downloaded percent-encoding v2.3.2
11522026-05-18T19:28:44.790Z Downloaded jobserver v0.1.34
11532026-05-18T19:28:44.793Z Downloaded libsw v3.5.0
11542026-05-18T19:28:44.793Z Downloaded crossbeam-utils v0.8.21
11552026-05-18T19:28:44.796Z Downloaded proc-macro-crate v1.3.1
11562026-05-18T19:28:44.799Z Downloaded num_enum_derive v0.7.6
11572026-05-18T19:28:44.799Z Downloaded proc-macro-error-attr v1.0.4
11582026-05-18T19:28:44.801Z Downloaded potential_utf v0.1.5
11592026-05-18T19:28:44.804Z Downloaded num_enum v0.7.6
11602026-05-18T19:28:44.807Z Downloaded darling v0.23.0
11612026-05-18T19:28:44.810Z Downloaded owo-colors v4.3.0
11622026-05-18T19:28:44.813Z Downloaded pretty-hex v0.4.2
11632026-05-18T19:28:44.813Z Downloaded memmap v0.7.0
11642026-05-18T19:28:44.816Z Downloaded num-integer v0.1.46
11652026-05-18T19:28:44.819Z Downloaded mime v0.3.17
11662026-05-18T19:28:44.819Z Downloaded memmap2 v0.9.10
11672026-05-18T19:28:44.822Z Downloaded anyhow v1.0.102
11682026-05-18T19:28:44.825Z Downloaded oxnet v0.1.5
11692026-05-18T19:28:44.828Z Downloaded half v2.7.1
11702026-05-18T19:28:44.831Z Downloaded oxide-tokio-rt v0.1.6
11712026-05-18T19:28:44.831Z Downloaded progenitor-macro v0.10.0
11722026-05-18T19:28:44.833Z Downloaded drift v0.1.4
11732026-05-18T19:28:44.838Z Downloaded progenitor-macro v0.11.2
11742026-05-18T19:28:44.842Z Downloaded phf_shared v0.12.1
11752026-05-18T19:28:44.842Z Downloaded heapless v0.8.0
11762026-05-18T19:28:44.845Z Downloaded password-hash v0.5.0
11772026-05-18T19:28:44.848Z Downloaded plain v0.2.3
11782026-05-18T19:28:44.848Z Downloaded quick-error v1.2.3
11792026-05-18T19:28:44.851Z Downloaded progenitor-macro v0.13.0
11802026-05-18T19:28:44.851Z Downloaded hickory-resolver v0.25.2
11812026-05-18T19:28:44.854Z Downloaded powerfmt v0.2.0
11822026-05-18T19:28:44.857Z Downloaded rand_xorshift v0.4.0
11832026-05-18T19:28:44.857Z Downloaded ref-cast-impl v1.0.25
11842026-05-18T19:28:44.860Z Downloaded pem v3.0.6
11852026-05-18T19:28:44.860Z Downloaded ref-cast v1.0.25
11862026-05-18T19:28:44.863Z Downloaded pkg-config v0.3.33
11872026-05-18T19:28:44.863Z Downloaded hashbrown v0.12.3
11882026-05-18T19:28:44.866Z Downloaded proc-macro-error2 v2.0.1
11892026-05-18T19:28:44.869Z Downloaded pin-project-internal v1.1.13
11902026-05-18T19:28:44.874Z Downloaded linear-map v1.2.0
11912026-05-18T19:28:44.875Z Downloaded getrandom v0.4.2
11922026-05-18T19:28:44.878Z Downloaded rustc_version v0.4.1
11932026-05-18T19:28:44.878Z Downloaded rustc-hash v2.1.2
11942026-05-18T19:28:44.881Z Downloaded darling_core v0.23.0
11952026-05-18T19:28:44.884Z Downloaded progenitor v0.11.2
11962026-05-18T19:28:44.884Z Downloaded parking_lot_core v0.9.12
11972026-05-18T19:28:44.888Z Downloaded bytes v1.11.1
11982026-05-18T19:28:44.891Z Downloaded once_cell v1.21.4
11992026-05-18T19:28:44.891Z Downloaded progenitor-client v0.13.0
12002026-05-18T19:28:44.894Z Downloaded progenitor v0.10.0
12012026-05-18T19:28:44.894Z Downloaded parking_lot v0.12.5
12022026-05-18T19:28:44.898Z Downloaded parking_lot v0.11.2
12032026-05-18T19:28:44.901Z Downloaded progenitor-client v0.11.2
12042026-05-18T19:28:44.901Z Downloaded log v0.4.29
12052026-05-18T19:28:44.904Z Downloaded same-file v1.0.6
12062026-05-18T19:28:44.904Z Downloaded scroll_derive v0.12.1
12072026-05-18T19:28:44.904Z Downloaded progenitor-macro v0.14.0
12082026-05-18T19:28:44.907Z Downloaded progenitor v0.14.0
12092026-05-18T19:28:44.907Z Downloaded paste v1.0.15
12102026-05-18T19:28:44.910Z Downloaded async-compression v0.4.42
12112026-05-18T19:28:44.914Z Downloaded rustc_version v0.1.7
12122026-05-18T19:28:44.917Z Downloaded indicatif v0.18.4
12132026-05-18T19:28:44.920Z Downloaded quote v1.0.45
12142026-05-18T19:28:44.923Z Downloaded progenitor-client v0.14.0
12152026-05-18T19:28:44.923Z Downloaded semver v0.1.20
12162026-05-18T19:28:44.926Z Downloaded parse-display-derive v0.10.0
12172026-05-18T19:28:44.926Z Downloaded ingot-types v0.1.2
12182026-05-18T19:28:44.926Z Downloaded serde-big-array v0.5.1
12192026-05-18T19:28:44.929Z Downloaded rand_core v0.6.4
12202026-05-18T19:28:44.929Z Downloaded secrecy v0.10.3
12212026-05-18T19:28:44.932Z Downloaded pin-project-lite v0.2.17
12222026-05-18T19:28:44.935Z Downloaded rand_core v0.10.1
12232026-05-18T19:28:44.938Z Downloaded rand_core v0.9.5
12242026-05-18T19:28:44.938Z Downloaded miniz_oxide v0.8.9
12252026-05-18T19:28:44.941Z Downloaded cc v1.2.62
12262026-05-18T19:28:44.944Z Downloaded serde_spanned v0.6.9
12272026-05-18T19:28:44.944Z Downloaded papergrid v0.17.0
12282026-05-18T19:28:44.947Z Downloaded num_enum v0.5.11
12292026-05-18T19:28:44.950Z Downloaded serde_urlencoded v0.7.1
12302026-05-18T19:28:44.953Z Downloaded serde_repr v0.1.20
12312026-05-18T19:28:44.953Z Downloaded serde_plain v1.0.2
12322026-05-18T19:28:44.956Z Downloaded multer v3.1.0
12332026-05-18T19:28:44.959Z Downloaded hickory-resolver v0.24.4
12342026-05-18T19:28:44.962Z Downloaded siphasher v1.0.3
12352026-05-18T19:28:44.962Z Downloaded icu_locale_core v2.2.0
12362026-05-18T19:28:44.967Z Downloaded rustversion v1.0.22
12372026-05-18T19:28:44.970Z Downloaded progenitor-extras v0.2.0
12382026-05-18T19:28:44.970Z Downloaded ppv-lite86 v0.2.21
12392026-05-18T19:28:44.970Z Downloaded rustls-pemfile v2.2.0
12402026-05-18T19:28:44.973Z Downloaded pin-project v1.1.13
12412026-05-18T19:28:44.980Z Downloaded scroll_derive v0.13.1
12422026-05-18T19:28:44.983Z Downloaded slog-envlogger v2.2.0
12432026-05-18T19:28:44.983Z Downloaded slog-bunyan v2.5.0
12442026-05-18T19:28:44.983Z Downloaded scopeguard v1.2.0
12452026-05-18T19:28:44.986Z Downloaded rustls-native-certs v0.8.3
12462026-05-18T19:28:44.986Z Downloaded quinn-udp v0.5.14
12472026-05-18T19:28:44.989Z Downloaded scroll v0.12.0
12482026-05-18T19:28:44.989Z Downloaded postcard v1.1.3
12492026-05-18T19:28:44.992Z Downloaded sha1 v0.10.6
12502026-05-18T19:28:44.995Z Downloaded rand_chacha v0.9.0
12512026-05-18T19:28:44.995Z Downloaded stable_deref_trait v1.2.1
12522026-05-18T19:28:44.995Z Downloaded smawk v0.3.2
12532026-05-18T19:28:44.998Z Downloaded icu_normalizer v2.2.0
12542026-05-18T19:28:45.001Z Downloaded scroll v0.13.0
12552026-05-18T19:28:45.001Z Downloaded structmeta-derive v0.3.0
12562026-05-18T19:28:45.004Z Downloaded subtle v2.6.1
12572026-05-18T19:28:45.004Z Downloaded structmeta v0.3.0
12582026-05-18T19:28:45.004Z Downloaded crypto-bigint v0.5.5
12592026-05-18T19:28:45.008Z Downloaded resolv-conf v0.7.6
12602026-05-18T19:28:45.011Z Downloaded serde_path_to_error v0.1.20
12612026-05-18T19:28:45.011Z Downloaded strum v0.26.3
12622026-05-18T19:28:45.014Z Downloaded strsim v0.11.1
12632026-05-18T19:28:45.014Z Downloaded konst v0.2.20
12642026-05-18T19:28:45.017Z Downloaded serde_derive_internals v0.29.1
12652026-05-18T19:28:45.020Z Downloaded hashbrown v0.16.1
12662026-05-18T19:28:45.023Z Downloaded swrite v0.1.0
12672026-05-18T19:28:45.023Z Downloaded spin v0.5.2
12682026-05-18T19:28:45.026Z Downloaded crossbeam-channel v0.5.15
12692026-05-18T19:28:45.029Z Downloaded tabwriter v1.4.1
12702026-05-18T19:28:45.029Z Downloaded signal-hook-registry v1.4.8
12712026-05-18T19:28:45.029Z Downloaded supports-color v3.0.2
12722026-05-18T19:28:45.032Z Downloaded tabled_derive v0.11.0
12732026-05-18T19:28:45.032Z Downloaded sha2 v0.10.9
12742026-05-18T19:28:45.038Z Downloaded tagptr v0.2.0
12752026-05-18T19:28:45.038Z Downloaded tabled_derive v0.7.0
12762026-05-18T19:28:45.038Z Downloaded shlex v1.3.0
12772026-05-18T19:28:45.041Z Downloaded serde_tokenstream v0.2.3
12782026-05-18T19:28:45.041Z Downloaded proc-macro2 v1.0.106
12792026-05-18T19:28:45.041Z Downloaded terminal_size v0.4.4
12802026-05-18T19:28:45.041Z Downloaded slab v0.4.12
12812026-05-18T19:28:45.044Z Downloaded progenitor-impl v0.11.2
12822026-05-18T19:28:45.044Z Downloaded rusty-fork v0.3.1
12832026-05-18T19:28:45.047Z Downloaded pest_meta v2.8.6
12842026-05-18T19:28:45.047Z Downloaded thread-id v4.2.2
12852026-05-18T19:28:45.051Z Downloaded rustls-pki-types v1.14.1
12862026-05-18T19:28:45.051Z Downloaded take_mut v0.2.2
12872026-05-18T19:28:45.051Z Downloaded sync_wrapper v1.0.2
12882026-05-18T19:28:45.054Z Downloaded openssl-sys v0.9.116
12892026-05-18T19:28:45.057Z Downloaded testing_table v0.3.0
12902026-05-18T19:28:45.057Z Downloaded termtree v0.5.1
12912026-05-18T19:28:45.057Z Downloaded rhai_codegen v3.1.0
12922026-05-18T19:28:45.062Z Downloaded snafu-derive v0.8.9
12932026-05-18T19:28:45.065Z Downloaded smf v0.2.3
12942026-05-18T19:28:45.065Z Downloaded slog-term v2.9.2
12952026-05-18T19:28:45.068Z Downloaded slog-json v2.6.1
12962026-05-18T19:28:45.068Z Downloaded slog-async v2.8.0
12972026-05-18T19:28:45.071Z Downloaded slog-stdlog v4.1.1
12982026-05-18T19:28:45.071Z Downloaded slog-scope v4.4.1
12992026-05-18T19:28:45.071Z Downloaded progenitor-impl v0.10.0
13002026-05-18T19:28:45.074Z Downloaded static_assertions v1.1.0
13012026-05-18T19:28:45.074Z Downloaded memchr v2.8.0
13022026-05-18T19:28:45.077Z Downloaded dropshot-api-manager v0.7.1
13032026-05-18T19:28:45.080Z Downloaded papergrid v0.11.0
13042026-05-18T19:28:45.083Z Downloaded strum v0.27.2
13052026-05-18T19:28:45.083Z Downloaded prettyplease v0.2.37
13062026-05-18T19:28:45.086Z Downloaded num-traits v0.2.19
13072026-05-18T19:28:45.089Z Downloaded thiserror-impl-no-std v2.0.2
13082026-05-18T19:28:45.092Z Downloaded hyper-util v0.1.20
13092026-05-18T19:28:45.095Z Downloaded strum_macros v0.27.2
13102026-05-18T19:28:45.095Z Downloaded tinyvec_macros v0.1.1
13112026-05-18T19:28:45.098Z Downloaded strum_macros v0.26.4
13122026-05-18T19:28:45.098Z Downloaded time-core v0.1.8
13132026-05-18T19:28:45.098Z Downloaded synstructure v0.13.2
13142026-05-18T19:28:45.101Z Downloaded schemars_derive v0.8.22
13152026-05-18T19:28:45.101Z Downloaded pest_generator v2.8.6
13162026-05-18T19:28:45.101Z Downloaded pest_derive v2.8.6
13172026-05-18T19:28:45.105Z Downloaded toml_write v0.1.2
13182026-05-18T19:28:45.105Z Downloaded http v1.4.0
13192026-05-18T19:28:45.108Z Downloaded toml_datetime v0.6.11
13202026-05-18T19:28:45.108Z Downloaded progenitor-impl v0.13.0
13212026-05-18T19:28:45.111Z Downloaded flate2 v1.1.9
13222026-05-18T19:28:45.114Z Downloaded schemars v0.8.22
13232026-05-18T19:28:45.120Z Downloaded typeid v1.0.3
13242026-05-18T19:28:45.123Z Downloaded smartstring v1.0.1
13252026-05-18T19:28:45.123Z Downloaded thread-id v5.1.0
13262026-05-18T19:28:45.126Z Downloaded simd-adler32 v0.3.9
13272026-05-18T19:28:45.126Z Downloaded thread_local v1.1.9
13282026-05-18T19:28:45.129Z Downloaded thiserror-impl v1.0.69
13292026-05-18T19:28:45.129Z Downloaded indexmap v2.14.0
13302026-05-18T19:28:45.132Z Downloaded serde_core v1.0.228
13312026-05-18T19:28:45.132Z Downloaded typify-macro v0.4.3
13322026-05-18T19:28:45.134Z Downloaded unarray v0.1.4
13332026-05-18T19:28:45.134Z Downloaded tower-layer v0.3.3
13342026-05-18T19:28:45.135Z Downloaded smallvec v1.15.1
13352026-05-18T19:28:45.137Z Downloaded try-lock v0.2.5
13362026-05-18T19:28:45.137Z Downloaded thiserror-impl v2.0.18
13372026-05-18T19:28:45.137Z Downloaded thiserror v1.0.69
13382026-05-18T19:28:45.141Z Downloaded rayon-core v1.13.0
13392026-05-18T19:28:45.144Z Downloaded slog-dtrace v0.3.0
13402026-05-18T19:28:45.147Z Downloaded serde_with_macros v3.20.0
13412026-05-18T19:28:45.147Z Downloaded serde_derive v1.0.228
13422026-05-18T19:28:45.150Z Downloaded unit-prefix v0.5.2
13432026-05-18T19:28:45.150Z Downloaded unicode-xid v0.2.6
13442026-05-18T19:28:45.150Z Downloaded semver v1.0.28
13452026-05-18T19:28:45.153Z Downloaded untrusted v0.7.1
13462026-05-18T19:28:45.153Z Downloaded unicode-linebreak v0.1.5
13472026-05-18T19:28:45.153Z Downloaded universal-hash v0.5.1
13482026-05-18T19:28:45.158Z Downloaded progenitor v0.13.0
13492026-05-18T19:28:45.158Z Downloaded tower-service v0.3.3
13502026-05-18T19:28:45.158Z Downloaded parking_lot_core v0.8.6
13512026-05-18T19:28:45.158Z Downloaded icu_collections v2.2.0
13522026-05-18T19:28:45.161Z Downloaded serde_yaml v0.9.34+deprecated
13532026-05-18T19:28:45.164Z Downloaded time-macros v0.2.27
13542026-05-18T19:28:45.167Z Downloaded minimal-lexical v0.2.1
13552026-05-18T19:28:45.169Z Downloaded utf8parse v0.2.2
13562026-05-18T19:28:45.169Z Downloaded utf8_iter v1.0.4
13572026-05-18T19:28:45.169Z Downloaded usdt-macro v0.5.0
13582026-05-18T19:28:45.172Z Downloaded usdt-attr-macro v0.5.0
13592026-05-18T19:28:45.172Z Downloaded tokio-rustls v0.25.0
13602026-05-18T19:28:45.172Z Downloaded waitgroup v0.1.2
13612026-05-18T19:28:45.175Z Downloaded tinystr v0.8.3
13622026-05-18T19:28:45.175Z Downloaded sigpipe v0.1.3
13632026-05-18T19:28:45.175Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13642026-05-18T19:28:45.178Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13652026-05-18T19:28:45.178Z Downloaded tokio-macros v2.7.0
13662026-05-18T19:28:45.178Z Downloaded utf-8 v0.7.6
13672026-05-18T19:28:45.181Z Downloaded rustls-platform-verifier v0.7.0
13682026-05-18T19:28:45.181Z Downloaded qorb v0.4.1
13692026-05-18T19:28:45.184Z Downloaded usdt-attr-macro v0.6.0
13702026-05-18T19:28:45.187Z Downloaded usdt v0.6.0
13712026-05-18T19:28:45.187Z Downloaded thin-vec v0.2.18
13722026-05-18T19:28:45.187Z Downloaded want v0.3.1
13732026-05-18T19:28:45.187Z Downloaded thiserror v2.0.18
13742026-05-18T19:28:45.191Z Downloaded mio v1.2.0
13752026-05-18T19:28:45.194Z Downloaded socket2 v0.6.3
13762026-05-18T19:28:45.197Z Downloaded spin v0.9.8
13772026-05-18T19:28:45.197Z Downloaded quinn v0.11.9
13782026-05-18T19:28:45.200Z Downloaded tokio-tungstenite v0.21.0
13792026-05-18T19:28:45.202Z Downloaded untrusted v0.9.0
13802026-05-18T19:28:45.202Z Downloaded toml_writer v1.1.1+spec-1.1.0
13812026-05-18T19:28:45.205Z Downloaded tiny-keccak v2.0.2
13822026-05-18T19:28:45.205Z Downloaded usdt-macro v0.6.0
13832026-05-18T19:28:45.206Z Downloaded version_check v0.9.5
13842026-05-18T19:28:45.206Z Downloaded tokio-dtrace v0.1.1
13852026-05-18T19:28:45.208Z Downloaded yoke-derive v0.8.2
13862026-05-18T19:28:45.209Z Downloaded tempfile v3.27.0
13872026-05-18T19:28:45.212Z Downloaded slog v2.8.2
13882026-05-18T19:28:45.212Z Downloaded ryu v1.0.23
13892026-05-18T19:28:45.215Z Downloaded progenitor-impl v0.14.0
13902026-05-18T19:28:45.217Z Downloaded zerofrom-derive v0.1.7
13912026-05-18T19:28:45.218Z Downloaded serde_spanned v1.1.1
13922026-05-18T19:28:45.218Z Downloaded zeroize_derive v1.4.3
13932026-05-18T19:28:45.218Z Downloaded jiff-static v0.2.24
13942026-05-18T19:28:45.221Z Downloaded rand_chacha v0.3.1
13952026-05-18T19:28:45.221Z Downloaded icu_properties v2.2.0
13962026-05-18T19:28:45.224Z Downloaded icu_normalizer_data v2.2.0
13972026-05-18T19:28:45.224Z Downloaded tokio-stream v0.1.18
13982026-05-18T19:28:45.227Z Downloaded lock_api v0.4.14
13992026-05-18T19:28:45.229Z Downloaded typify-macro v0.6.2
14002026-05-18T19:28:45.229Z Downloaded thiserror-no-std v2.0.2
14012026-05-18T19:28:45.233Z Downloaded indexmap v1.9.3
14022026-05-18T19:28:45.233Z Downloaded zerofrom v0.1.8
14032026-05-18T19:28:45.233Z Downloaded term v1.2.1
14042026-05-18T19:28:45.236Z Downloaded toml v0.8.23
14052026-05-18T19:28:45.239Z Downloaded usdt-impl v0.5.0
14062026-05-18T19:28:45.239Z Downloaded nom v7.1.3
14072026-05-18T19:28:45.242Z Downloaded itertools v0.12.1
14082026-05-18T19:28:45.244Z Downloaded tokio-rustls v0.26.4
14092026-05-18T19:28:45.247Z Downloaded walkdir v2.5.0
14102026-05-18T19:28:45.247Z Downloaded rustls-webpki v0.103.13
14112026-05-18T19:28:45.250Z Downloaded schemars v1.2.1
14122026-05-18T19:28:45.258Z Downloaded zone_cfg_derive v0.3.1
14132026-05-18T19:28:45.261Z Downloaded zone v0.3.1
14142026-05-18T19:28:45.261Z Downloaded textwrap v0.16.2
14152026-05-18T19:28:45.261Z Downloaded test-strategy v0.4.5
14162026-05-18T19:28:45.264Z Downloaded hashbrown v0.15.5
14172026-05-18T19:28:45.267Z Downloaded similar v2.7.0
14182026-05-18T19:28:45.270Z Downloaded h2 v0.4.14
14192026-05-18T19:28:45.273Z Downloaded ucd-trie v0.1.7
14202026-05-18T19:28:45.273Z Downloaded snafu v0.8.9
14212026-05-18T19:28:45.277Z Downloaded xz2 v0.1.7
14222026-05-18T19:28:45.279Z Downloaded whoami v1.6.1
14232026-05-18T19:28:45.279Z Downloaded vsss-rs v3.3.4
14242026-05-18T19:28:45.282Z Downloaded usdt-impl v0.6.0
14252026-05-18T19:28:45.282Z Downloaded writeable v0.6.3
14262026-05-18T19:28:45.286Z Downloaded hyper v1.9.0
14272026-05-18T19:28:45.288Z Downloaded zeroize v1.8.2
14282026-05-18T19:28:45.288Z Downloaded usdt v0.5.0
14292026-05-18T19:28:45.288Z Downloaded toml_parser v1.1.2+spec-1.1.0
14302026-05-18T19:28:45.292Z Downloaded rand v0.10.1
14312026-05-18T19:28:45.295Z Downloaded tinyvec v1.11.0
14322026-05-18T19:28:45.295Z Downloaded rand v0.8.6
14332026-05-18T19:28:45.298Z Downloaded tracing-attributes v0.1.31
14342026-05-18T19:28:45.298Z Downloaded idna v1.1.0
14352026-05-18T19:28:45.301Z Downloaded hkdf v0.12.4
14362026-05-18T19:28:45.301Z Downloaded schemars v0.9.0
14372026-05-18T19:28:45.308Z Downloaded rand v0.9.4
14382026-05-18T19:28:45.311Z Downloaded toml v0.9.12+spec-1.1.0
14392026-05-18T19:28:45.314Z Downloaded typify v0.6.2
14402026-05-18T19:28:45.317Z Downloaded wait-timeout v0.2.1
14412026-05-18T19:28:45.317Z Downloaded proc-macro-error-attr2 v2.0.0
14422026-05-18T19:28:45.317Z Downloaded proc-macro-error v1.0.4
14432026-05-18T19:28:45.321Z Downloaded zmij v1.0.21
14442026-05-18T19:28:45.321Z Downloaded itertools v0.14.0
14452026-05-18T19:28:45.325Z Downloaded steno v0.4.1
14462026-05-18T19:28:45.329Z Downloaded zerovec-derive v0.11.3
14472026-05-18T19:28:45.329Z Downloaded serde v1.0.228
14482026-05-18T19:28:45.332Z Downloaded zerocopy-derive v0.7.35
14492026-05-18T19:28:45.333Z Downloaded clap_builder v4.6.0
14502026-05-18T19:28:45.337Z Downloaded openssl-probe v0.2.1
14512026-05-18T19:28:45.340Z Downloaded arc-swap v1.9.1
14522026-05-18T19:28:45.340Z Downloaded toml v1.1.2+spec-1.1.0
14532026-05-18T19:28:45.343Z Downloaded yoke v0.8.2
14542026-05-18T19:28:45.343Z Downloaded unsafe-libyaml v0.2.11
14552026-05-18T19:28:45.345Z Downloaded iddqd v0.3.18
14562026-05-18T19:28:45.348Z Downloaded tracing-core v0.1.36
14572026-05-18T19:28:45.351Z Downloaded libm v0.2.16
14582026-05-18T19:28:45.355Z Downloaded hashbrown v0.17.1
14592026-05-18T19:28:45.358Z Downloaded darling_core v0.21.3
14602026-05-18T19:28:45.361Z Downloaded unicode-ident v1.0.24
14612026-05-18T19:28:45.364Z Downloaded tungstenite v0.21.0
14622026-05-18T19:28:45.367Z Downloaded toml_edit v0.22.27
14632026-05-18T19:28:45.367Z Downloaded progenitor-client v0.10.0
14642026-05-18T19:28:45.371Z Downloaded poly1305 v0.8.0
14652026-05-18T19:28:45.371Z Downloaded derive_more v0.99.20
14662026-05-18T19:28:45.374Z Downloaded goblin v0.8.2
14672026-05-18T19:28:45.377Z Downloaded elliptic-curve v0.13.8
14682026-05-18T19:28:45.377Z Downloaded phf v0.12.1
14692026-05-18T19:28:45.380Z Downloaded icu_provider v2.2.0
14702026-05-18T19:28:45.380Z Downloaded num-rational v0.4.2
14712026-05-18T19:28:45.380Z Downloaded num-derive v0.4.2
14722026-05-18T19:28:45.383Z Downloaded num-complex v0.4.6
14732026-05-18T19:28:45.383Z Downloaded toml_edit v0.25.11+spec-1.1.0
14742026-05-18T19:28:45.386Z Downloaded litemap v0.8.2
14752026-05-18T19:28:45.386Z Downloaded ron v0.12.1
14762026-05-18T19:28:45.390Z Downloaded pest v2.8.6
14772026-05-18T19:28:45.393Z Downloaded uuid v1.23.1
14782026-05-18T19:28:45.396Z Downloaded icu_properties_data v2.2.0
14792026-05-18T19:28:45.399Z Downloaded futures-util v0.3.32
14802026-05-18T19:28:45.406Z Downloaded typify v0.4.3
14812026-05-18T19:28:45.409Z Downloaded colored v3.1.1
14822026-05-18T19:28:45.412Z Downloaded clap v4.6.1
14832026-05-18T19:28:45.415Z Downloaded base64 v0.21.7
14842026-05-18T19:28:45.418Z Downloaded humantime v2.3.0
14852026-05-18T19:28:45.418Z Downloaded crc32fast v1.5.0
14862026-05-18T19:28:46.424Z Downloaded ciborium v0.2.2
14872026-05-18T19:28:46.424Z Downloaded chacha20 v0.10.0
14882026-05-18T19:28:46.428Z Downloaded camino v1.2.2
14892026-05-18T19:28:46.428Z Downloaded toml_edit v0.19.15
14902026-05-18T19:28:46.428Z Downloaded nom v8.0.0
14912026-05-18T19:28:46.428Z Downloaded futures-executor v0.3.32
14922026-05-18T19:28:46.428Z Downloaded cargo_toml v0.22.3
14932026-05-18T19:28:46.428Z Downloaded camino-tempfile v1.4.1
14942026-05-18T19:28:46.428Z Downloaded base64 v0.22.1
14952026-05-18T19:28:46.429Z Downloaded regex v1.12.3
14962026-05-18T19:28:46.429Z Downloaded reqwest v0.13.3
14972026-05-18T19:28:46.429Z Downloaded newtype-uuid-macros v0.1.0
14982026-05-18T19:28:46.429Z Downloaded natord v1.0.9
14992026-05-18T19:28:46.429Z Downloaded glob v0.3.3
15002026-05-18T19:28:46.429Z Downloaded data-encoding v2.11.0
15012026-05-18T19:28:46.429Z Downloaded argon2 v0.5.3
15022026-05-18T19:28:46.429Z Downloaded ident_case v1.0.1
15032026-05-18T19:28:46.429Z Downloaded managed v0.8.0
15042026-05-18T19:28:46.429Z Downloaded deranged v0.5.8
15052026-05-18T19:28:46.429Z Downloaded linked-hash-map v0.5.6
15062026-05-18T19:28:46.429Z Downloaded zerotrie v0.2.4
15072026-05-18T19:28:46.429Z Downloaded tower v0.5.3
15082026-05-18T19:28:46.429Z Downloaded hyper-rustls v0.27.9
15092026-05-18T19:28:46.429Z Downloaded daft v0.1.7
15102026-05-18T19:28:46.429Z Downloaded heck v0.4.1
15112026-05-18T19:28:46.429Z Downloaded futures-sink v0.3.32
15122026-05-18T19:28:46.429Z Downloaded expectorate v1.2.0
15132026-05-18T19:28:46.429Z Downloaded blake2 v0.10.6
15142026-05-18T19:28:46.429Z Downloaded digest v0.10.7
15152026-05-18T19:28:46.429Z Downloaded cipher v0.4.4
15162026-05-18T19:28:46.429Z Downloaded defmt-parser v1.0.0
15172026-05-18T19:28:46.429Z Downloaded backoff v0.4.0
15182026-05-18T19:28:46.429Z Downloaded url v2.5.8
15192026-05-18T19:28:46.429Z Downloaded typed-path v0.9.3
15202026-05-18T19:28:46.429Z Downloaded serde_json v1.0.149
15212026-05-18T19:28:46.429Z Downloaded zerocopy-derive v0.8.48
15222026-05-18T19:28:46.429Z Downloaded const_format_proc_macros v0.2.34
15232026-05-18T19:28:46.429Z Downloaded portable-atomic v1.13.1
15242026-05-18T19:28:46.429Z Downloaded const_format v0.2.36
15252026-05-18T19:28:46.429Z Downloaded is_ci v1.2.0
15262026-05-18T19:28:46.429Z Downloaded inout v0.1.4
15272026-05-18T19:28:46.429Z Downloaded http-body-util v0.1.3
15282026-05-18T19:28:46.429Z Downloaded gethostname v0.5.0
15292026-05-18T19:28:46.429Z Downloaded reqwest v0.12.28
15302026-05-18T19:28:46.429Z Downloaded rayon v1.12.0
15312026-05-18T19:28:46.429Z Downloaded chrono v0.4.44
15322026-05-18T19:28:46.429Z Downloaded typenum v1.20.0
15332026-05-18T19:28:46.430Z Downloaded aws-lc-rs v1.17.0
15342026-05-18T19:28:46.430Z Downloaded tokio-util v0.7.18
15352026-05-18T19:28:46.430Z Downloaded fastrand v2.4.1
15362026-05-18T19:28:46.430Z Downloaded csv-core v0.1.13
15372026-05-18T19:28:46.430Z Downloaded crossbeam-deque v0.8.6
15382026-05-18T19:28:46.430Z Downloaded critical-section v1.2.0
15392026-05-18T19:28:46.430Z Downloaded byte-wrapper v0.1.0
15402026-05-18T19:28:46.430Z Downloaded bs58 v0.5.1
15412026-05-18T19:28:46.430Z Downloaded async-stream-impl v0.3.6
15422026-05-18T19:28:46.430Z Downloaded const-random v0.1.18
15432026-05-18T19:28:46.430Z Downloaded colorchoice v1.0.5
15442026-05-18T19:28:46.430Z Downloaded atomicwrites v0.4.4
15452026-05-18T19:28:46.430Z Downloaded cfg-if v1.0.4
15462026-05-18T19:28:46.430Z Downloaded fnv v1.0.7
15472026-05-18T19:28:46.430Z Downloaded dyn-clone v1.0.20
15482026-05-18T19:28:46.430Z Downloaded cfg_aliases v0.2.1
15492026-05-18T19:28:46.430Z Downloaded async-stream v0.3.6
15502026-05-18T19:28:46.430Z Downloaded block-buffer v0.10.4
15512026-05-18T19:28:46.430Z Downloaded allocator-api2 v0.2.21
15522026-05-18T19:28:46.430Z Downloaded bitflags v2.11.1
15532026-05-18T19:28:46.430Z Downloaded bcs v0.1.6
15542026-05-18T19:28:46.430Z Downloaded anstream v1.0.0
15552026-05-18T19:28:46.430Z Downloaded crc8 v0.1.1
15562026-05-18T19:28:46.430Z Downloaded const-random-macro v0.1.16
15572026-05-18T19:28:46.430Z Downloaded async-recursion v1.1.1
15582026-05-18T19:28:46.430Z Downloaded unicode-segmentation v1.13.2
15592026-05-18T19:28:46.430Z Downloaded anstyle-parse v1.0.0
15602026-05-18T19:28:46.430Z Downloaded bit-vec v0.8.0
15612026-05-18T19:28:46.430Z Downloaded rustls-webpki v0.102.8
15622026-05-18T19:28:46.430Z Downloaded unicode-normalization v0.1.25
15632026-05-18T19:28:46.430Z Downloaded goblin v0.10.5
15642026-05-18T19:28:46.430Z Downloaded moka v0.12.15
15652026-05-18T19:28:46.430Z Downloaded zerovec v0.11.6
15662026-05-18T19:28:46.430Z Downloaded winnow v0.5.40
15672026-05-18T19:28:46.430Z Downloaded zerocopy v0.7.35
15682026-05-18T19:28:46.430Z Downloaded proptest v1.11.0
15692026-05-18T19:28:46.430Z Downloaded quinn-proto v0.11.14
15702026-05-18T19:28:46.430Z Downloaded curve25519-dalek v4.1.3
15712026-05-18T19:28:46.430Z Downloaded tough v0.22.0
15722026-05-18T19:28:46.430Z Downloaded serde_with v3.20.0
15732026-05-18T19:28:46.431Z Downloaded tower-http v0.6.10
15742026-05-18T19:28:46.431Z Downloaded winnow v0.7.15
15752026-05-18T19:28:46.431Z Downloaded time v0.3.47
15762026-05-18T19:28:46.431Z Downloaded tabled v0.15.0
15772026-05-18T19:28:46.431Z Downloaded winnow v1.0.3
15782026-05-18T19:28:46.431Z Downloaded openssl v0.10.80
15792026-05-18T19:28:46.431Z Downloaded tabled v0.20.0
15802026-05-18T19:28:46.431Z Downloaded bstr v1.12.1
15812026-05-18T19:28:46.431Z Downloaded syn v1.0.109
15822026-05-18T19:28:46.431Z Downloaded unicode-width v0.2.2
15832026-05-18T19:28:46.431Z Downloaded vcpkg v0.2.15
15842026-05-18T19:28:46.431Z Downloaded webpki-roots v1.0.7
15852026-05-18T19:28:46.431Z Downloaded dropshot v0.17.0
15862026-05-18T19:28:46.431Z Downloaded openapiv3 v2.2.0
15872026-05-18T19:28:46.431Z Downloaded smoltcp v0.11.0
15882026-05-18T19:28:46.434Z Downloaded rustix v0.38.44
15892026-05-18T19:28:46.434Z Downloaded regex-syntax v0.8.10
15902026-05-18T19:28:46.434Z Downloaded rustls v0.22.4
15912026-05-18T19:28:46.434Z Downloaded zerocopy v0.8.48
15922026-05-18T19:28:46.434Z Downloaded regress v0.11.1
15932026-05-18T19:28:46.434Z Downloaded rustls v0.23.40
15942026-05-18T19:28:46.434Z Downloaded hickory-proto v0.24.4
15952026-05-18T19:28:46.434Z Downloaded regress v0.10.5
15962026-05-18T19:28:46.434Z Downloaded nix v0.31.3
15972026-05-18T19:28:46.434Z Downloaded hickory-proto v0.25.2
15982026-05-18T19:28:46.434Z Downloaded rustix v1.1.4
15992026-05-18T19:28:46.434Z Downloaded unicode-width v0.1.14
16002026-05-18T19:28:46.434Z Downloaded tracing v0.1.44
16012026-05-18T19:28:46.434Z Downloaded syn v2.0.117
16022026-05-18T19:28:46.434Z Downloaded typify-impl v0.4.3
16032026-05-18T19:28:46.434Z Downloaded sled v0.34.7
16042026-05-18T19:28:46.434Z Downloaded typify-impl v0.6.2
16052026-05-18T19:28:46.435Z Downloaded rhai v1.24.0
16062026-05-18T19:28:46.435Z Downloaded regex-automata v0.4.14
16072026-05-18T19:28:46.435Z Downloaded petgraph v0.6.5
16082026-05-18T19:28:46.435Z Downloaded chrono-tz v0.10.4
16092026-05-18T19:28:46.435Z Downloaded petgraph v0.8.3
16102026-05-18T19:28:46.435Z Downloaded lzma-sys v0.1.20
16112026-05-18T19:28:46.435Z Downloaded jiff v0.2.24
16122026-05-18T19:28:46.435Z Downloaded libc v0.2.186
16132026-05-18T19:28:46.435Z Downloaded csv v1.4.0
16142026-05-18T19:28:46.435Z Downloaded sha3 v0.10.9
16152026-05-18T19:28:46.435Z Downloaded tokio v1.52.3
16162026-05-18T19:28:46.435Z Downloaded encoding_rs v0.8.35
16172026-05-18T19:28:46.435Z Downloaded ring v0.17.14
16182026-05-18T19:28:46.562Z Downloaded aws-lc-sys v0.41.0
16192026-05-18T19:28:46.918Z Compiling proc-macro2 v1.0.106
16202026-05-18T19:28:46.918Z Compiling quote v1.0.45
16212026-05-18T19:28:46.918Z Compiling unicode-ident v1.0.24
16222026-05-18T19:28:46.918Z Compiling serde_core v1.0.228
16232026-05-18T19:28:46.918Z Compiling serde v1.0.228
16242026-05-18T19:28:46.918Z Compiling libc v0.2.186
16252026-05-18T19:28:46.921Z Compiling cfg-if v1.0.4
16262026-05-18T19:28:47.223Z Compiling zmij v1.0.21
16272026-05-18T19:28:47.243Z Compiling autocfg v1.5.0
16282026-05-18T19:28:47.563Z Compiling memchr v2.8.0
16292026-05-18T19:28:47.610Z Compiling libm v0.2.16
16302026-05-18T19:28:47.945Z Compiling itoa v1.0.18
16312026-05-18T19:28:47.991Z Compiling icu_properties_data v2.2.0
16322026-05-18T19:28:48.130Z Compiling icu_normalizer_data v2.2.0
16332026-05-18T19:28:48.259Z Compiling version_check v0.9.5
16342026-05-18T19:28:48.262Z Compiling stable_deref_trait v1.2.1
16352026-05-18T19:28:48.394Z Compiling serde_json v1.0.149
16362026-05-18T19:28:48.455Z Compiling syn v2.0.117
16372026-05-18T19:28:48.618Z Compiling thiserror v2.0.18
16382026-05-18T19:28:48.777Z Compiling writeable v0.6.3
16392026-05-18T19:28:48.806Z Compiling parking_lot_core v0.9.12
16402026-05-18T19:28:48.848Z Compiling litemap v0.8.2
16412026-05-18T19:28:48.890Z Compiling utf8_iter v1.0.4
16422026-05-18T19:28:49.049Z Compiling num-traits v0.2.19
16432026-05-18T19:28:49.067Z Compiling percent-encoding v2.3.2
16442026-05-18T19:28:49.199Z Compiling rand_core v0.10.1
16452026-05-18T19:28:49.245Z Compiling form_urlencoded v1.2.2
16462026-05-18T19:28:49.347Z Compiling getrandom v0.4.2
16472026-05-18T19:28:49.372Z Compiling jobserver v0.1.34
16482026-05-18T19:28:49.479Z Compiling find-msvc-tools v0.1.9
16492026-05-18T19:28:49.523Z Compiling shlex v1.3.0
16502026-05-18T19:28:49.717Z Compiling heck v0.5.0
16512026-05-18T19:28:49.734Z Compiling cc v1.2.62
16522026-05-18T19:28:49.916Z Compiling errno v0.3.14
16532026-05-18T19:28:50.048Z Compiling zerocopy v0.8.48
16542026-05-18T19:28:50.129Z Compiling iana-time-zone v0.1.65
16552026-05-18T19:28:50.460Z Compiling uuid v1.23.1
16562026-05-18T19:28:50.489Z Compiling semver v1.0.28
16572026-05-18T19:28:50.677Z Compiling getrandom v0.2.17
16582026-05-18T19:28:50.897Z Compiling dyn-clone v1.0.20
16592026-05-18T19:28:50.916Z Compiling schemars v0.8.22
16602026-05-18T19:28:51.037Z Compiling pin-project-lite v0.2.17
16612026-05-18T19:28:51.055Z Compiling rustversion v1.0.22
16622026-05-18T19:28:51.058Z Compiling scopeguard v1.2.0
16632026-05-18T19:28:51.166Z Compiling lock_api v0.4.14
16642026-05-18T19:28:51.183Z Compiling socket2 v0.6.3
16652026-05-18T19:28:51.216Z Compiling bitflags v2.11.1
16662026-05-18T19:28:51.237Z Compiling signal-hook-registry v1.4.8
16672026-05-18T19:28:51.417Z Compiling synstructure v0.13.2
16682026-05-18T19:28:51.434Z Compiling serde_derive_internals v0.29.1
16692026-05-18T19:28:51.647Z Compiling mio v1.2.0
16702026-05-18T19:28:51.727Z Compiling log v0.4.29
16712026-05-18T19:28:51.955Z Compiling portable-atomic v1.13.1
16722026-05-18T19:28:51.999Z Compiling subtle v2.6.1
16732026-05-18T19:28:52.090Z Compiling equivalent v1.0.2
16742026-05-18T19:28:52.217Z Compiling futures-core v0.3.32
16752026-05-18T19:28:52.250Z Compiling critical-section v1.2.0
16762026-05-18T19:28:52.266Z Compiling ring v0.17.14
16772026-05-18T19:28:52.282Z Compiling cmake v0.1.58
16782026-05-18T19:28:52.349Z Compiling dunce v1.0.5
16792026-05-18T19:28:52.367Z Compiling fs_extra v1.3.0
16802026-05-18T19:28:52.383Z Compiling httparse v1.10.1
16812026-05-18T19:28:52.399Z Compiling futures-sink v0.3.32
16822026-05-18T19:28:52.445Z Compiling slab v0.4.12
16832026-05-18T19:28:52.511Z Compiling rand_core v0.6.4
16842026-05-18T19:28:52.570Z Compiling serde_derive v1.0.228
16852026-05-18T19:28:52.607Z Compiling zerofrom-derive v0.1.7
16862026-05-18T19:28:52.610Z Compiling yoke-derive v0.8.2
16872026-05-18T19:28:52.649Z Compiling zerovec-derive v0.11.3
16882026-05-18T19:28:52.735Z Compiling displaydoc v0.2.5
16892026-05-18T19:28:52.759Z Compiling schemars_derive v0.8.22
16902026-05-18T19:28:52.791Z Compiling thiserror-impl v2.0.18
16912026-05-18T19:28:53.168Z Compiling tokio-macros v2.7.0
16922026-05-18T19:28:53.480Z Compiling zerocopy-derive v0.8.48
16932026-05-18T19:28:53.715Z Compiling zeroize_derive v1.4.3
16942026-05-18T19:28:53.765Z Compiling futures-macro v0.3.32
16952026-05-18T19:28:53.796Z Compiling zerofrom v0.1.8
16962026-05-18T19:28:53.932Z Compiling yoke v0.8.2
16972026-05-18T19:28:53.950Z Compiling once_cell v1.21.4
16982026-05-18T19:28:53.983Z Compiling aws-lc-sys v0.41.0
16992026-05-18T19:28:54.135Z Compiling zerovec v0.11.6
17002026-05-18T19:28:54.159Z Compiling zerotrie v0.2.4
17012026-05-18T19:28:54.304Z Compiling futures-channel v0.3.32
17022026-05-18T19:28:54.397Z Compiling zeroize v1.8.2
17032026-05-18T19:28:54.573Z Compiling thiserror v1.0.69
17042026-05-18T19:28:54.610Z Compiling ucd-trie v0.1.7
17052026-05-18T19:28:54.613Z Compiling rustix v1.1.4
17062026-05-18T19:28:54.661Z Compiling futures-io v0.3.32
17072026-05-18T19:28:54.756Z Compiling tinystr v0.8.3
17082026-05-18T19:28:54.833Z Compiling potential_utf v0.1.5
17092026-05-18T19:28:54.861Z Compiling pest v2.8.6
17102026-05-18T19:28:54.878Z Compiling futures-task v0.3.32
17112026-05-18T19:28:54.898Z Compiling regex-syntax v0.8.10
17122026-05-18T19:28:54.969Z Compiling icu_locale_core v2.2.0
17132026-05-18T19:28:54.987Z Compiling icu_collections v2.2.0
17142026-05-18T19:28:55.015Z Compiling futures-util v0.3.32
17152026-05-18T19:28:55.047Z Compiling thiserror-impl v1.0.69
17162026-05-18T19:28:55.821Z Compiling smallvec v1.15.1
17172026-05-18T19:28:56.043Z Compiling bytes v1.11.1
17182026-05-18T19:28:56.097Z Compiling icu_provider v2.2.0
17192026-05-18T19:28:56.190Z Compiling chrono v0.4.44
17202026-05-18T19:28:56.231Z Compiling serde_tokenstream v0.2.3
17212026-05-18T19:28:56.523Z Compiling icu_normalizer v2.2.0
17222026-05-18T19:28:56.698Z Compiling icu_properties v2.2.0
17232026-05-18T19:28:57.935Z Compiling parking_lot v0.12.5
17242026-05-18T19:28:57.938Z Compiling pest_meta v2.8.6
17252026-05-18T19:28:57.939Z Compiling tokio v1.52.3
17262026-05-18T19:28:57.939Z Compiling idna_adapter v1.2.2
17272026-05-18T19:28:57.939Z Compiling idna v1.1.0
17282026-05-18T19:28:57.939Z Compiling aho-corasick v1.1.4
17292026-05-18T19:28:58.063Z Compiling pest_generator v2.8.6
17302026-05-18T19:28:58.156Z Compiling hashbrown v0.17.1
17312026-05-18T19:28:58.245Z Compiling url v2.5.8
17322026-05-18T19:28:58.714Z Compiling regex-automata v0.4.14
17332026-05-18T19:28:58.731Z Compiling pest_derive v2.8.6
17342026-05-18T19:28:59.269Z Compiling indexmap v2.14.0
17352026-05-18T19:28:59.289Z Compiling generic-array v0.14.7
17362026-05-18T19:28:59.694Z Compiling getrandom v0.3.4
17372026-05-18T19:28:59.929Z Compiling ipnetwork v0.21.1
17382026-05-18T19:29:00.098Z Compiling tracing-core v0.1.36
17392026-05-18T19:29:00.126Z Compiling tracing-attributes v0.1.31
17402026-05-18T19:29:00.783Z Compiling regex v1.12.3
17412026-05-18T19:29:01.185Z Compiling strsim v0.11.1
17422026-05-18T19:29:01.236Z Compiling typenum v1.20.0
17432026-05-18T19:29:01.361Z Compiling tracing v0.1.44
17442026-05-18T19:29:01.474Z Compiling rustls-pki-types v1.14.1
17452026-05-18T19:29:02.128Z Compiling base64 v0.22.1
17462026-05-18T19:29:02.342Z Compiling fnv v1.0.7
17472026-05-18T19:29:02.388Z Compiling byteorder v1.5.0
17482026-05-18T19:29:02.451Z Compiling http v1.4.0
17492026-05-18T19:29:02.612Z Compiling ident_case v1.0.1
17502026-05-18T19:29:02.744Z Compiling slog v2.8.2
17512026-05-18T19:29:03.029Z Compiling anyhow v1.0.102
17522026-05-18T19:29:03.056Z Compiling paste v1.0.15
17532026-05-18T19:29:03.363Z Compiling untrusted v0.9.0
17542026-05-18T19:29:03.501Z Compiling erased-serde v0.3.31
17552026-05-18T19:29:03.534Z Compiling omicron-workspace-hack v0.1.0
17562026-05-18T19:29:03.774Z Compiling crypto-common v0.1.7
17572026-05-18T19:29:03.928Z Compiling tokio-util v0.7.18
17582026-05-18T19:29:04.271Z Compiling scroll_derive v0.13.1
17592026-05-18T19:29:04.297Z Compiling ipnet v2.12.0
17602026-05-18T19:29:04.717Z Compiling num-conv v0.2.1
17612026-05-18T19:29:04.886Z Compiling time-core v0.1.8
17622026-05-18T19:29:05.029Z Compiling oxnet v0.1.5
17632026-05-18T19:29:05.046Z Compiling time-macros v0.2.27
17642026-05-18T19:29:05.452Z Compiling http-body v1.0.1
17652026-05-18T19:29:06.063Z Compiling atomic-waker v1.1.2
17662026-05-18T19:29:06.495Z Compiling ppv-lite86 v0.2.21
17672026-05-18T19:29:06.717Z Compiling daft-derive v0.1.7
17682026-05-18T19:29:06.817Z Compiling async-trait v0.1.89
17692026-05-18T19:29:06.846Z Compiling aws-lc-rs v1.17.0
17702026-05-18T19:29:06.849Z Compiling camino v1.2.2
17712026-05-18T19:29:07.162Z Compiling tower-service v0.3.3
17722026-05-18T19:29:07.198Z Compiling tower-layer v0.3.3
17732026-05-18T19:29:07.264Z Compiling try-lock v0.2.5
17742026-05-18T19:29:07.385Z Compiling crc32fast v1.5.0
17752026-05-18T19:29:07.401Z Compiling ryu v1.0.23
17762026-05-18T19:29:07.681Z Compiling want v0.3.1
17772026-05-18T19:29:07.753Z Compiling h2 v0.4.14
17782026-05-18T19:29:07.870Z Compiling crossbeam-utils v0.8.21
17792026-05-18T19:29:07.989Z Compiling usdt-impl v0.6.0
17802026-05-18T19:29:08.187Z Compiling pretty-hex v0.4.2
17812026-05-18T19:29:08.253Z Compiling httpdate v1.0.3
17822026-05-18T19:29:08.647Z Compiling scroll v0.13.0
17832026-05-18T19:29:08.666Z Compiling block-buffer v0.10.4
17842026-05-18T19:29:08.833Z Compiling plain v0.2.3
17852026-05-18T19:29:08.910Z Compiling untrusted v0.7.1
17862026-05-18T19:29:08.948Z Compiling goblin v0.10.5
17872026-05-18T19:29:09.040Z Compiling digest v0.10.7
17882026-05-18T19:29:09.578Z Compiling allocator-api2 v0.2.21
17892026-05-18T19:29:09.979Z Compiling slog-async v2.8.0
17902026-05-18T19:29:10.101Z Compiling hyper v1.9.0
17912026-05-18T19:29:10.262Z Compiling rustls v0.23.40
17922026-05-18T19:29:10.503Z Compiling foldhash v0.2.0
17932026-05-18T19:29:10.780Z Compiling hashbrown v0.16.1
17942026-05-18T19:29:11.470Z Compiling hyper-util v0.1.20
17952026-05-18T19:29:12.505Z Compiling dof v0.4.0
17962026-05-18T19:29:13.371Z Compiling serde_urlencoded v0.7.1
17972026-05-18T19:29:13.687Z Compiling http-body-util v0.1.3
17982026-05-18T19:29:13.711Z Compiling dtrace-parser v0.3.0
17992026-05-18T19:29:13.739Z Compiling thread-id v5.1.0
18002026-05-18T19:29:13.826Z Compiling ref-cast v1.0.25
18012026-05-18T19:29:14.324Z Compiling rustls v0.22.4
18022026-05-18T19:29:15.715Z Compiling rand_core v0.9.5
18032026-05-18T19:29:15.736Z Compiling ref-cast-impl v1.0.25
18042026-05-18T19:29:15.736Z Compiling syn v1.0.109
18052026-05-18T19:29:15.736Z Compiling usdt-attr-macro v0.6.0
18062026-05-18T19:29:15.736Z Compiling usdt-macro v0.6.0
18072026-05-18T19:29:15.736Z Compiling structmeta-derive v0.3.0
18082026-05-18T19:29:15.747Z Compiling sync_wrapper v1.0.2
18092026-05-18T19:29:15.866Z Compiling multer v3.1.0
18102026-05-18T19:29:16.115Z Compiling powerfmt v0.2.0
18112026-05-18T19:29:16.170Z Compiling tower v0.5.3
18122026-05-18T19:29:16.367Z Compiling deranged v0.5.8
18132026-05-18T19:29:16.519Z Compiling structmeta v0.3.0
18142026-05-18T19:29:16.728Z Compiling rand_chacha v0.9.0
18152026-05-18T19:29:16.739Z Compiling darling_core v0.23.0
18162026-05-18T19:29:16.880Z Compiling webpki-roots v1.0.7
18172026-05-18T19:29:17.264Z Compiling openapiv3 v2.2.0
18182026-05-18T19:29:17.451Z Compiling newtype-uuid-macros v0.1.0
18192026-05-18T19:29:18.249Z Compiling num_threads v0.1.7
18202026-05-18T19:29:18.540Z Compiling cpufeatures v0.2.17
18212026-05-18T19:29:18.777Z Compiling time v0.3.47
18222026-05-18T19:29:18.795Z Compiling darling_macro v0.23.0
18232026-05-18T19:29:19.398Z Compiling rand v0.9.4
18242026-05-18T19:29:19.442Z Compiling tower-http v0.6.10
18252026-05-18T19:29:19.479Z Compiling newtype-uuid v1.3.2
18262026-05-18T19:29:21.290Z Compiling async-stream-impl v0.3.6
18272026-05-18T19:29:21.304Z Compiling strum_macros v0.26.4
18282026-05-18T19:29:21.304Z Compiling dropshot v0.17.0
18292026-05-18T19:29:21.304Z Compiling hex v0.4.3
18302026-05-18T19:29:21.304Z Compiling daft v0.1.7
18312026-05-18T19:29:21.304Z Compiling darling v0.23.0
18322026-05-18T19:29:21.304Z Compiling crossbeam-channel v0.5.15
18332026-05-18T19:29:21.304Z Compiling fastrand v2.4.1
18342026-05-18T19:29:21.613Z Compiling serde_with_macros v3.20.0
18352026-05-18T19:29:21.743Z Compiling futures-executor v0.3.32
18362026-05-18T19:29:22.018Z Compiling dropshot_endpoint v0.17.0
18372026-05-18T19:29:22.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18382026-05-18T19:29:22.213Z Compiling thread_local v1.1.9
18392026-05-18T19:29:22.564Z Compiling futures v0.3.32
18402026-05-18T19:29:22.651Z Compiling derive-ex v0.1.8
18412026-05-18T19:29:22.750Z Compiling strum_macros v0.27.2
18422026-05-18T19:29:22.766Z Compiling is-terminal v0.4.17
18432026-05-18T19:29:22.785Z Compiling openssl-probe v0.2.1
18442026-05-18T19:29:22.866Z Compiling take_mut v0.2.2
18452026-05-18T19:29:22.985Z Compiling winnow v1.0.3
18462026-05-18T19:29:23.033Z Compiling term v1.2.1
18472026-05-18T19:29:23.670Z Compiling slog-term v2.9.2
18482026-05-18T19:29:24.226Z Compiling test-strategy v0.4.5
18492026-05-18T19:29:24.548Z Compiling rustls-native-certs v0.8.3
18502026-05-18T19:29:24.895Z Compiling tempfile v3.27.0
18512026-05-18T19:29:25.411Z Compiling macaddr v1.0.1
18522026-05-18T19:29:25.681Z Compiling adler2 v2.0.1
18532026-05-18T19:29:25.701Z Compiling simd-adler32 v0.3.9
18542026-05-18T19:29:25.847Z Compiling match_cfg v0.1.0
18552026-05-18T19:29:25.874Z Compiling miniz_oxide v0.8.9
18562026-05-18T19:29:25.926Z Compiling hostname v0.3.1
18572026-05-18T19:29:26.204Z Compiling slog-json v2.6.1
18582026-05-18T19:29:26.582Z Compiling memmap2 v0.9.10
18592026-05-18T19:29:27.001Z Compiling usdt v0.6.0
18602026-05-18T19:29:27.314Z Compiling slog-bunyan v2.5.0
18612026-05-18T19:29:27.484Z Compiling flate2 v1.1.9
18622026-05-18T19:29:27.501Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18632026-05-18T19:29:27.557Z Compiling rustls-webpki v0.102.8
18642026-05-18T19:29:27.606Z Compiling compression-core v0.4.32
18652026-05-18T19:29:27.783Z Compiling debug-ignore v1.0.5
18662026-05-18T19:29:27.906Z Compiling either v1.15.0
18672026-05-18T19:29:28.135Z Compiling compression-codecs v0.4.38
18682026-05-18T19:29:28.497Z Compiling toml_parser v1.1.2+spec-1.1.0
18692026-05-18T19:29:28.743Z Compiling parse-display-derive v0.10.0
18702026-05-18T19:29:29.415Z Compiling rand_chacha v0.3.1
18712026-05-18T19:29:29.596Z Compiling toml_datetime v1.1.1+spec-1.1.0
18722026-05-18T19:29:29.722Z Compiling serde_spanned v1.1.1
18732026-05-18T19:29:30.022Z Compiling encoding_rs v0.8.35
18742026-05-18T19:29:30.122Z Compiling mime v0.3.17
18752026-05-18T19:29:30.255Z Compiling spin v0.9.8
18762026-05-18T19:29:30.276Z Compiling toml_writer v1.1.1+spec-1.1.0
18772026-05-18T19:29:30.538Z Compiling toml v1.1.2+spec-1.1.0
18782026-05-18T19:29:30.590Z Compiling tokio-rustls v0.25.0
18792026-05-18T19:29:30.594Z Compiling rand v0.8.6
18802026-05-18T19:29:30.844Z Compiling async-compression v0.4.42
18812026-05-18T19:29:31.341Z Compiling strum v0.26.3
18822026-05-18T19:29:31.483Z Compiling async-stream v0.3.6
18832026-05-18T19:29:31.746Z Compiling sha1 v0.10.6
18842026-05-18T19:29:32.140Z Compiling waitgroup v0.1.2
18852026-05-18T19:29:32.302Z Compiling rustls-pemfile v2.2.0
18862026-05-18T19:29:32.483Z Compiling serde_path_to_error v0.1.20
18872026-05-18T19:29:32.600Z Compiling hostname v0.4.2
18882026-05-18T19:29:32.769Z Compiling wait-timeout v0.2.1
18892026-05-18T19:29:32.925Z Compiling bit-vec v0.8.0
18902026-05-18T19:29:33.231Z Compiling quick-error v1.2.3
18912026-05-18T19:29:33.350Z Compiling rusty-fork v0.3.1
18922026-05-18T19:29:33.365Z Compiling bit-set v0.8.0
18932026-05-18T19:29:33.560Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18942026-05-18T19:29:34.056Z Compiling serde_with v3.20.0
18952026-05-18T19:29:34.188Z Compiling rand_xorshift v0.4.0
18962026-05-18T19:29:34.291Z Compiling regress v0.10.5
18972026-05-18T19:29:34.366Z Compiling unarray v0.1.4
18982026-05-18T19:29:34.484Z Compiling proptest v1.11.0
18992026-05-18T19:29:35.201Z Compiling strum v0.27.2
19002026-05-18T19:29:35.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012026-05-18T19:29:35.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19022026-05-18T19:29:35.466Z Compiling instant v0.1.13
19032026-05-18T19:29:35.971Z Compiling rustc-hash v2.1.2
19042026-05-18T19:29:37.112Z Compiling iddqd v0.3.18
19052026-05-18T19:29:37.116Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19062026-05-18T19:29:37.315Z Compiling itertools v0.14.0
19072026-05-18T19:29:38.205Z Compiling unicode-width v0.2.2
19082026-05-18T19:29:38.651Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-05-18T19:29:38.849Z Compiling backon v1.6.0
19102026-05-18T19:29:39.524Z Compiling backoff v0.4.0
19112026-05-18T19:29:39.970Z Compiling parse-display v0.10.0
19122026-05-18T19:29:40.190Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19132026-05-18T19:29:43.091Z Compiling regress v0.11.1
19142026-05-18T19:29:44.250Z Compiling zerocopy-derive v0.7.35
19152026-05-18T19:29:44.979Z Compiling typify-impl v0.6.2
19162026-05-18T19:29:45.549Z Compiling darling_core v0.21.3
19172026-05-18T19:29:46.173Z Compiling clap_derive v4.6.1
19182026-05-18T19:29:46.496Z Compiling utf8parse v0.2.2
19192026-05-18T19:29:46.613Z Compiling convert_case v0.4.0
19202026-05-18T19:29:46.910Z Compiling derive_more v0.99.20
19212026-05-18T19:29:47.484Z Compiling anstyle-parse v1.0.0
19222026-05-18T19:29:47.565Z Compiling darling_macro v0.21.3
19232026-05-18T19:29:48.196Z Compiling typify-macro v0.6.2
19242026-05-18T19:29:48.397Z Compiling terminal_size v0.4.4
19252026-05-18T19:29:48.414Z Compiling toml_datetime v0.6.11
19262026-05-18T19:29:48.668Z Compiling colorchoice v1.0.5
19272026-05-18T19:29:48.984Z Compiling is_terminal_polyfill v1.70.2
19282026-05-18T19:29:49.079Z Compiling anstyle v1.0.14
19292026-05-18T19:29:49.287Z Compiling anstyle-query v1.1.5
19302026-05-18T19:29:49.391Z Compiling anstream v1.0.0
19312026-05-18T19:29:49.782Z Compiling darling v0.21.3
19322026-05-18T19:29:49.934Z Compiling secrecy v0.10.3
19332026-05-18T19:29:50.044Z Compiling heapless v0.8.0
19342026-05-18T19:29:50.089Z Compiling tinyvec_macros v0.1.1
19352026-05-18T19:29:50.180Z Compiling clap_lex v1.1.0
19362026-05-18T19:29:50.407Z Compiling unsafe-libyaml v0.2.11
19372026-05-18T19:29:50.444Z Compiling crucible-workspace-hack v0.1.0
19382026-05-18T19:29:50.864Z Compiling clap_builder v4.6.0
19392026-05-18T19:29:50.952Z Compiling serde_yaml v0.9.34+deprecated
19402026-05-18T19:29:51.110Z Compiling tinyvec v1.11.0
19412026-05-18T19:29:51.567Z Compiling ingot-macros v0.1.1
19422026-05-18T19:29:51.584Z Compiling zerocopy v0.7.35
19432026-05-18T19:29:52.100Z Compiling hash32 v0.3.1
19442026-05-18T19:29:52.133Z Compiling scroll_derive v0.12.1
19452026-05-18T19:29:52.150Z Compiling rustc_version v0.4.1
19462026-05-18T19:29:52.253Z Compiling num-integer v0.1.46
19472026-05-18T19:29:52.410Z Compiling usdt-impl v0.5.0
19482026-05-18T19:29:52.682Z Compiling smoltcp v0.11.0
19492026-05-18T19:29:52.852Z Compiling clap v4.6.1
19502026-05-18T19:29:52.863Z Compiling scroll v0.12.0
19512026-05-18T19:29:52.933Z Compiling curve25519-dalek v4.1.3
19522026-05-18T19:29:53.238Z Compiling dof v0.3.0
19532026-05-18T19:29:54.102Z Compiling typify v0.6.2
19542026-05-18T19:29:54.165Z Compiling ingot-types v0.1.2
19552026-05-18T19:29:54.256Z Compiling dtrace-parser v0.2.0
19562026-05-18T19:29:54.440Z Compiling hmac v0.12.1
19572026-05-18T19:29:54.581Z Compiling inout v0.1.4
19582026-05-18T19:29:54.597Z Compiling cobs v0.3.0
19592026-05-18T19:29:54.600Z Compiling ff v0.13.1
19602026-05-18T19:29:55.284Z Compiling thread-id v4.2.2
19612026-05-18T19:29:55.318Z Compiling managed v0.8.0
19622026-05-18T19:29:55.318Z Compiling bitflags v1.3.2
19632026-05-18T19:29:55.443Z Compiling postcard v1.1.3
19642026-05-18T19:29:55.473Z Compiling group v0.13.0
19652026-05-18T19:29:55.592Z Compiling cipher v0.4.4
19662026-05-18T19:29:55.840Z Compiling hkdf v0.12.4
19672026-05-18T19:29:55.883Z Compiling ingot v0.1.1
19682026-05-18T19:29:58.078Z Compiling goblin v0.8.2
19692026-05-18T19:29:58.231Z Compiling num-rational v0.4.2
19702026-05-18T19:29:58.883Z Compiling num-iter v0.1.45
19712026-05-18T19:29:59.600Z Compiling tabwriter v1.4.1
19722026-05-18T19:29:59.818Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19732026-05-18T19:29:59.960Z Compiling hubpack_derive v0.1.1
19742026-05-18T19:30:00.470Z Compiling thiserror-impl-no-std v2.0.2
19752026-05-18T19:30:00.629Z Compiling crossbeam-epoch v0.9.18
19762026-05-18T19:30:00.648Z Compiling universal-hash v0.5.1
19772026-05-18T19:30:00.789Z Compiling crypto-bigint v0.5.5
19782026-05-18T19:30:01.096Z Compiling half v2.7.1
19792026-05-18T19:30:01.114Z Compiling curve25519-dalek-derive v0.1.1
19802026-05-18T19:30:01.431Z Compiling num-complex v0.4.6
19812026-05-18T19:30:02.158Z Compiling ciborium-io v0.2.2
19822026-05-18T19:30:02.242Z Compiling base64ct v1.8.3
19832026-05-18T19:30:02.260Z Compiling opaque-debug v0.3.1
19842026-05-18T19:30:02.864Z Compiling prettyplease v0.2.37
19852026-05-18T19:30:02.890Z Compiling base16ct v0.2.0
19862026-05-18T19:30:03.072Z Compiling elliptic-curve v0.13.8
19872026-05-18T19:30:03.761Z Compiling password-hash v0.5.0
19882026-05-18T19:30:04.164Z Compiling poly1305 v0.8.0
19892026-05-18T19:30:04.418Z Compiling ciborium-ll v0.2.2
19902026-05-18T19:30:04.777Z Compiling num v0.4.3
19912026-05-18T19:30:04.858Z Compiling thiserror-no-std v2.0.2
19922026-05-18T19:30:04.967Z Compiling hubpack v0.1.2
19932026-05-18T19:30:05.925Z Compiling chacha20 v0.9.1
19942026-05-18T19:30:06.361Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19952026-05-18T19:30:06.461Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19962026-05-18T19:30:06.923Z Compiling reqwest v0.12.28
19972026-05-18T19:30:07.562Z Compiling toml_edit v0.25.11+spec-1.1.0
19982026-05-18T19:30:07.870Z Compiling byte-wrapper v0.1.0
19992026-05-18T19:30:07.977Z Compiling blake2 v0.10.6
20002026-05-18T19:30:08.425Z Compiling aead v0.5.2
20012026-05-18T19:30:08.449Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20022026-05-18T19:30:08.624Z Compiling serde_repr v0.1.20
20032026-05-18T19:30:08.961Z Compiling proc-macro-error-attr v1.0.4
20042026-05-18T19:30:09.206Z Compiling bstr v1.12.1
20052026-05-18T19:30:09.211Z Compiling memoffset v0.9.1
20062026-05-18T19:30:09.499Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072026-05-18T19:30:09.518Z Compiling keccak v0.1.6
20082026-05-18T19:30:09.554Z Compiling static_assertions v1.1.0
20092026-05-18T19:30:09.636Z Compiling float-ord v0.3.2
20102026-05-18T19:30:09.749Z Compiling rustix v0.38.44
20112026-05-18T19:30:09.854Z Compiling cfg_aliases v0.2.1
20122026-05-18T19:30:09.933Z Compiling nix v0.31.3
20132026-05-18T19:30:10.216Z Compiling sha3 v0.10.9
20142026-05-18T19:30:10.633Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20152026-05-18T19:30:10.804Z Compiling chacha20poly1305 v0.10.1
20162026-05-18T19:30:10.958Z Compiling argon2 v0.5.3
20172026-05-18T19:30:11.222Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20182026-05-18T19:30:11.936Z Compiling rustls-webpki v0.103.13
20192026-05-18T19:30:13.705Z Compiling proc-macro-crate v3.5.0
20202026-05-18T19:30:14.208Z Compiling progenitor-client v0.10.0
20212026-05-18T19:30:14.468Z Compiling vsss-rs v3.3.4
20222026-05-18T19:30:14.620Z Compiling ciborium v0.2.2
20232026-05-18T19:30:15.126Z Compiling usdt-attr-macro v0.5.0
20242026-05-18T19:30:15.126Z Compiling usdt-macro v0.5.0
20252026-05-18T19:30:16.361Z Compiling num-derive v0.4.2
20262026-05-18T19:30:16.416Z Compiling enum-as-inner v0.6.1
20272026-05-18T19:30:16.579Z Compiling proc-macro-error v1.0.4
20282026-05-18T19:30:16.836Z Compiling memmap v0.7.0
20292026-05-18T19:30:17.064Z Compiling tokio-rustls v0.26.4
20302026-05-18T19:30:17.105Z Compiling rustls-platform-verifier v0.7.0
20312026-05-18T19:30:17.176Z Compiling data-encoding v2.11.0
20322026-05-18T19:30:17.359Z Compiling hyper-rustls v0.27.9
20332026-05-18T19:30:17.518Z Compiling indent_write v2.2.0
20342026-05-18T19:30:17.671Z Compiling reqwest v0.13.3
20352026-05-18T19:30:18.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20362026-05-18T19:30:18.172Z Compiling winnow v0.5.40
20372026-05-18T19:30:18.698Z Compiling usdt v0.5.0
20382026-05-18T19:30:19.304Z Compiling progenitor-client v0.14.0
20392026-05-18T19:30:19.544Z Compiling progenitor-extras v0.2.0
20402026-05-18T19:30:19.795Z Compiling toml_edit v0.19.15
20412026-05-18T19:30:20.034Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20422026-05-18T19:30:20.231Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20432026-05-18T19:30:21.156Z Compiling num_enum_derive v0.7.6
20442026-05-18T19:30:21.773Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20452026-05-18T19:30:21.883Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20462026-05-18T19:30:22.840Z Compiling serde_spanned v0.6.9
20472026-05-18T19:30:22.995Z Compiling foreign-types-macros v0.2.3
20482026-05-18T19:30:23.689Z Compiling pkg-config v0.3.33
20492026-05-18T19:30:23.799Z Compiling winnow v0.7.15
20502026-05-18T19:30:24.160Z Compiling vcpkg v0.2.15
20512026-05-18T19:30:24.736Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20522026-05-18T19:30:25.256Z Compiling cpufeatures v0.3.0
20532026-05-18T19:30:25.347Z Compiling foreign-types-shared v0.3.1
20542026-05-18T19:30:25.683Z Compiling toml_write v0.1.2
20552026-05-18T19:30:25.889Z Compiling colored v3.1.1
20562026-05-18T19:30:26.557Z Compiling bytecount v0.6.9
20572026-05-18T19:30:26.755Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20582026-05-18T19:30:28.333Z Compiling toml_edit v0.22.27
20592026-05-18T19:30:30.678Z Compiling foreign-types v0.5.0
20602026-05-18T19:30:30.774Z Compiling chacha20 v0.10.0
20612026-05-18T19:30:31.078Z Compiling openssl-sys v0.9.116
20622026-05-18T19:30:31.649Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-18T19:30:31.996Z Compiling num_enum v0.7.6
20642026-05-18T19:30:32.132Z Compiling proc-macro-crate v1.3.1
20652026-05-18T19:30:32.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662026-05-18T19:30:32.889Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-05-18T19:30:33.075Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20682026-05-18T19:30:33.148Z Compiling cstr-argument v0.1.2
20692026-05-18T19:30:33.323Z Compiling heck v0.4.1
20702026-05-18T19:30:33.323Z Compiling resolv-conf v0.7.6
20712026-05-18T19:30:33.359Z Compiling linked-hash-map v0.5.6
20722026-05-18T19:30:33.578Z Compiling semver v0.1.20
20732026-05-18T19:30:33.596Z Compiling unicode-segmentation v1.13.2
20742026-05-18T19:30:33.617Z Compiling rayon-core v1.13.0
20752026-05-18T19:30:33.848Z Compiling swrite v0.1.0
20762026-05-18T19:30:33.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20772026-05-18T19:30:34.218Z Compiling newline-converter v0.3.0
20782026-05-18T19:30:34.273Z Compiling rustc_version v0.1.7
20792026-05-18T19:30:34.290Z Compiling lru-cache v0.1.2
20802026-05-18T19:30:34.416Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812026-05-18T19:30:34.437Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-05-18T19:30:34.473Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-05-18T19:30:34.838Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20842026-05-18T19:30:35.079Z Compiling num_enum_derive v0.5.11
20852026-05-18T19:30:35.614Z Compiling rand v0.10.1
20862026-05-18T19:30:35.741Z Compiling toml v0.8.23
20872026-05-18T19:30:36.132Z Compiling atomicwrites v0.4.4
20882026-05-18T19:30:36.286Z Compiling hickory-proto v0.24.4
20892026-05-18T19:30:36.306Z Compiling similar v2.7.0
20902026-05-18T19:30:36.415Z Compiling crossbeam-deque v0.8.6
20912026-05-18T19:30:36.433Z Compiling progenitor-impl v0.14.0
20922026-05-18T19:30:36.629Z Compiling progenitor-impl v0.13.0
20932026-05-18T19:30:36.647Z Compiling console v0.15.11
20942026-05-18T19:30:36.746Z Compiling camino-tempfile v1.4.1
20952026-05-18T19:30:37.162Z Compiling serde-big-array v0.5.1
20962026-05-18T19:30:37.328Z Compiling pin-project-internal v1.1.13
20972026-05-18T19:30:37.881Z Compiling derive-where v1.6.1
20982026-05-18T19:30:38.432Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-05-18T19:30:38.450Z Compiling siphasher v1.0.3
21002026-05-18T19:30:38.646Z Compiling lazy_static v1.5.0
21012026-05-18T19:30:38.687Z Compiling minimal-lexical v0.2.1
21022026-05-18T19:30:38.762Z Compiling progenitor-macro v0.13.0
21032026-05-18T19:30:38.941Z Compiling nom v7.1.3
21042026-05-18T19:30:39.075Z Compiling phf_shared v0.12.1
21052026-05-18T19:30:39.182Z Compiling progenitor-macro v0.14.0
21062026-05-18T19:30:39.297Z Compiling pin-project v1.1.13
21072026-05-18T19:30:39.415Z Compiling hickory-resolver v0.24.4
21082026-05-18T19:30:39.801Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21092026-05-18T19:30:40.286Z Compiling expectorate v1.2.0
21102026-05-18T19:30:42.891Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21112026-05-18T19:30:43.648Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21122026-05-18T19:30:43.778Z Compiling num_enum v0.5.11
21132026-05-18T19:30:43.914Z Compiling newtype_derive v0.1.6
21142026-05-18T19:30:44.183Z Compiling progenitor-client v0.13.0
21152026-05-18T19:30:44.817Z Compiling unicode-normalization v0.1.25
21162026-05-18T19:30:45.402Z Compiling typify-impl v0.4.3
21172026-05-18T19:30:46.924Z Compiling tokio-stream v0.1.18
21182026-05-18T19:30:47.206Z Compiling snafu-derive v0.8.9
21192026-05-18T19:30:47.485Z Compiling async-recursion v1.1.1
21202026-05-18T19:30:48.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21212026-05-18T19:30:48.532Z Compiling slog-dtrace v0.3.0
21222026-05-18T19:30:48.672Z Compiling csv-core v0.1.13
21232026-05-18T19:30:48.799Z Compiling unicode-width v0.1.14
21242026-05-18T19:30:48.922Z Compiling konst_macro_rules v0.2.19
21252026-05-18T19:30:49.097Z Compiling openssl v0.10.80
21262026-05-18T19:30:49.121Z Compiling same-file v1.0.6
21272026-05-18T19:30:49.124Z Compiling foreign-types-shared v0.1.1
21282026-05-18T19:30:49.241Z Compiling chrono-tz v0.10.4
21292026-05-18T19:30:49.300Z Compiling foldhash v0.1.5
21302026-05-18T19:30:49.397Z Compiling highway v1.3.0
21312026-05-18T19:30:49.489Z Compiling cancel-safe-futures v0.1.5
21322026-05-18T19:30:49.530Z Compiling owo-colors v4.3.0
21332026-05-18T19:30:49.760Z Compiling unicode-xid v0.2.6
21342026-05-18T19:30:49.904Z Compiling const_format_proc_macros v0.2.34
21352026-05-18T19:30:50.049Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-05-18T19:30:50.154Z Compiling hashbrown v0.15.5
21372026-05-18T19:30:50.728Z Compiling walkdir v2.5.0
21382026-05-18T19:30:50.807Z Compiling foreign-types v0.3.2
21392026-05-18T19:30:50.897Z Compiling konst v0.2.20
21402026-05-18T19:30:51.280Z Compiling snafu v0.8.9
21412026-05-18T19:30:51.450Z Compiling csv v1.4.0
21422026-05-18T19:30:51.904Z Compiling typify-macro v0.4.3
21432026-05-18T19:30:52.089Z Compiling qorb v0.4.1
21442026-05-18T19:30:52.386Z Compiling progenitor v0.13.0
21452026-05-18T19:30:52.539Z Compiling progenitor v0.14.0
21462026-05-18T19:30:52.735Z Compiling olpc-cjson v0.1.4
21472026-05-18T19:30:52.972Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-05-18T19:30:53.431Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21492026-05-18T19:30:53.999Z Compiling rayon v1.12.0
21502026-05-18T19:30:55.925Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21512026-05-18T19:30:56.198Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21522026-05-18T19:30:56.578Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21532026-05-18T19:30:57.097Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21542026-05-18T19:30:58.299Z Compiling phf v0.12.1
21552026-05-18T19:30:58.964Z Compiling zone_cfg_derive v0.3.1
21562026-05-18T19:30:59.279Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21572026-05-18T19:30:59.296Z Compiling tokio-dtrace v0.1.1
21582026-05-18T19:30:59.621Z Compiling globset v0.4.18
21592026-05-18T19:30:59.657Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21602026-05-18T19:30:59.686Z Compiling itertools v0.12.1
21612026-05-18T19:30:59.901Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21622026-05-18T19:31:00.293Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21632026-05-18T19:31:00.494Z Compiling pem v3.0.6
21642026-05-18T19:31:01.158Z Compiling libsw-core v0.3.2
21652026-05-18T19:31:01.183Z Compiling serde_plain v1.0.2
21662026-05-18T19:31:01.346Z Compiling openssl-macros v0.1.1
21672026-05-18T19:31:01.470Z Compiling cookie v0.18.1
21682026-05-18T19:31:01.498Z Compiling sigpipe v0.1.3
21692026-05-18T19:31:01.517Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-05-18T19:31:01.604Z Compiling typed-path v0.9.3
21712026-05-18T19:31:01.726Z Compiling glob v0.3.3
21722026-05-18T19:31:01.770Z Compiling jiff v0.2.24
21732026-05-18T19:31:01.845Z Compiling fixedbitset v0.5.7
21742026-05-18T19:31:02.152Z Compiling fixedbitset v0.4.2
21752026-05-18T19:31:02.214Z Compiling petgraph v0.8.3
21762026-05-18T19:31:02.357Z Compiling petgraph v0.6.5
21772026-05-18T19:31:03.196Z Compiling tough v0.22.0
21782026-05-18T19:31:04.211Z Compiling libsw v3.5.0
21792026-05-18T19:31:04.244Z Compiling zone v0.3.1
21802026-05-18T19:31:04.408Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21812026-05-18T19:31:04.554Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21822026-05-18T19:31:04.584Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-05-18T19:31:04.799Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21842026-05-18T19:31:05.097Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21852026-05-18T19:31:05.929Z Compiling oxide-tokio-rt v0.1.6
21862026-05-18T19:31:07.071Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21872026-05-18T19:31:07.510Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-05-18T19:31:07.695Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21892026-05-18T19:31:08.578Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21902026-05-18T19:31:09.564Z Compiling const_format v0.2.36
21912026-05-18T19:31:10.074Z Compiling papergrid v0.11.0
21922026-05-18T19:31:10.865Z Compiling tabled_derive v0.7.0
21932026-05-18T19:31:10.999Z Compiling gethostname v0.5.0
21942026-05-18T19:31:11.145Z Compiling libscf-sys v1.2.0
21952026-05-18T19:31:11.297Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21962026-05-18T19:31:11.368Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21972026-05-18T19:31:11.499Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21982026-05-18T19:31:11.816Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21992026-05-18T19:31:11.833Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-05-18T19:31:11.945Z Compiling smf v0.2.3
22012026-05-18T19:31:11.987Z Compiling bcs v0.1.6
22022026-05-18T19:31:12.043Z Compiling linear-map v1.2.0
22032026-05-18T19:31:12.269Z Compiling unicode-linebreak v0.1.5
22042026-05-18T19:31:12.377Z Compiling smawk v0.3.2
22052026-05-18T19:31:12.547Z Compiling termtree v0.5.1
22062026-05-18T19:31:12.550Z Compiling whoami v1.6.1
22072026-05-18T19:31:12.748Z Compiling tagptr v0.2.0
22082026-05-18T19:31:12.934Z Compiling moka v0.12.15
22092026-05-18T19:31:14.187Z Compiling textwrap v0.16.2
22102026-05-18T19:31:14.207Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-18T19:31:14.962Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-05-18T19:31:15.219Z Compiling tabled v0.15.0
22132026-05-18T19:31:15.445Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22142026-05-18T19:31:15.741Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22152026-05-18T19:31:15.779Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22162026-05-18T19:31:15.947Z Compiling steno v0.4.1
22172026-05-18T19:31:18.566Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22182026-05-18T19:31:21.087Z Compiling hickory-proto v0.25.2
22192026-05-18T19:31:22.312Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22202026-05-18T19:31:22.964Z Compiling proc-macro-error-attr2 v2.0.0
22212026-05-18T19:31:23.420Z Compiling humantime v2.3.0
22222026-05-18T19:31:23.875Z Compiling proc-macro-error2 v2.0.1
22232026-05-18T19:31:23.893Z Compiling hickory-resolver v0.25.2
22242026-05-18T19:31:24.091Z Compiling typify v0.4.3
22252026-05-18T19:31:24.201Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22262026-05-18T19:31:24.228Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22272026-05-18T19:31:24.494Z Compiling parking_lot_core v0.8.6
22282026-05-18T19:31:24.691Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22292026-05-18T19:31:24.825Z Compiling progenitor-impl v0.11.2
22302026-05-18T19:31:25.077Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22312026-05-18T19:31:26.489Z Compiling tabled_derive v0.11.0
22322026-05-18T19:31:26.857Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22332026-05-18T19:31:27.616Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22342026-05-18T19:31:29.107Z Compiling papergrid v0.17.0
22352026-05-18T19:31:29.904Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22362026-05-18T19:31:30.095Z Compiling testing_table v0.3.0
22372026-05-18T19:31:30.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22382026-05-18T19:31:31.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22392026-05-18T19:31:31.377Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22402026-05-18T19:31:32.122Z Compiling tabled v0.20.0
22412026-05-18T19:31:32.165Z Compiling progenitor-macro v0.11.2
22422026-05-18T19:31:35.026Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22432026-05-18T19:31:35.140Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22442026-05-18T19:31:35.611Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22452026-05-18T19:31:35.846Z Compiling progenitor-client v0.11.2
22462026-05-18T19:31:36.294Z Compiling arc-swap v1.9.1
22472026-05-18T19:31:36.336Z Compiling progenitor v0.11.2
22482026-05-18T19:31:36.353Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22492026-05-18T19:31:36.488Z Compiling parking_lot v0.11.2
22502026-05-18T19:31:36.640Z Compiling slog-scope v4.4.1
22512026-05-18T19:31:37.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22522026-05-18T19:31:39.507Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22532026-05-18T19:31:39.535Z Compiling dropshot-api-manager-types v0.7.1
22542026-05-18T19:31:39.899Z Compiling fxhash v0.2.1
22552026-05-18T19:31:40.051Z Compiling crc8 v0.1.1
22562026-05-18T19:31:40.089Z Compiling sled v0.34.7
22572026-05-18T19:31:40.172Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22582026-05-18T19:31:42.128Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22592026-05-18T19:31:46.466Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22602026-05-18T19:31:46.915Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22612026-05-18T19:31:47.213Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22622026-05-18T19:31:49.002Z Compiling slog-stdlog v4.1.1
22632026-05-18T19:31:49.465Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22642026-05-18T19:31:49.734Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22652026-05-18T19:31:50.218Z Compiling slog-envlogger v2.2.0
22662026-05-18T19:31:51.099Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22672026-05-18T19:32:01.416Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22682026-05-18T19:32:05.053Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22692026-05-18T19:32:08.401Z Finished `release` profile [optimized] target(s) in 3m 47s
22702026-05-18T19:32:08.736Z+ banner quartet
22712026-05-18T19:32:08.739Z
22722026-05-18T19:32:08.739Z #### # # ## ##### ##### ###### #####
22732026-05-18T19:32:08.739Z # # # # # # # # # # #
22742026-05-18T19:32:08.739Z # # # # # # # # # ##### #
22752026-05-18T19:32:08.739Z # # # # # ###### ##### # # #
22762026-05-18T19:32:08.739Z # # # # # # # # # # #
22772026-05-18T19:32:08.739Z ### # #### # # # # # ###### #
22782026-05-18T19:32:08.739Z
22792026-05-18T19:32:08.740Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22802026-05-18T19:32:09.300Z Compiling cfg-if v1.0.4
22812026-05-18T19:32:09.303Z Compiling libc v0.2.186
22822026-05-18T19:32:09.303Z Compiling serde_core v1.0.228
22832026-05-18T19:32:09.408Z Compiling memchr v2.8.0
22842026-05-18T19:32:09.414Z Compiling itoa v1.0.18
22852026-05-18T19:32:09.417Z Compiling smallvec v1.15.1
22862026-05-18T19:32:09.430Z Compiling stable_deref_trait v1.2.1
22872026-05-18T19:32:09.433Z Compiling zerofrom v0.1.8
22882026-05-18T19:32:09.452Z Compiling zmij v1.0.21
22892026-05-18T19:32:09.500Z Compiling writeable v0.6.3
22902026-05-18T19:32:09.557Z Compiling yoke v0.8.2
22912026-05-18T19:32:09.641Z Compiling litemap v0.8.2
22922026-05-18T19:32:09.657Z Compiling utf8_iter v1.0.4
22932026-05-18T19:32:09.733Z Compiling zerovec v0.11.6
22942026-05-18T19:32:09.749Z Compiling zerotrie v0.2.4
22952026-05-18T19:32:09.772Z Compiling percent-encoding v2.3.2
22962026-05-18T19:32:09.812Z Compiling libm v0.2.16
22972026-05-18T19:32:09.830Z Compiling icu_properties_data v2.2.0
22982026-05-18T19:32:09.917Z Compiling icu_normalizer_data v2.2.0
22992026-05-18T19:32:09.991Z Compiling form_urlencoded v1.2.2
23002026-05-18T19:32:10.012Z Compiling rand_core v0.10.1
23012026-05-18T19:32:10.040Z Compiling errno v0.3.14
23022026-05-18T19:32:10.169Z Compiling getrandom v0.4.2
23032026-05-18T19:32:10.182Z Compiling iana-time-zone v0.1.65
23042026-05-18T19:32:10.201Z Compiling pin-project-lite v0.2.17
23052026-05-18T19:32:10.257Z Compiling tinystr v0.8.3
23062026-05-18T19:32:10.301Z Compiling potential_utf v0.1.5
23072026-05-18T19:32:10.322Z Compiling zeroize v1.8.2
23082026-05-18T19:32:10.367Z Compiling dyn-clone v1.0.20
23092026-05-18T19:32:10.469Z Compiling icu_locale_core v2.2.0
23102026-05-18T19:32:10.485Z Compiling icu_collections v2.2.0
23112026-05-18T19:32:10.500Z Compiling socket2 v0.6.3
23122026-05-18T19:32:10.513Z Compiling scopeguard v1.2.0
23132026-05-18T19:32:10.523Z Compiling parking_lot_core v0.9.12
23142026-05-18T19:32:10.560Z Compiling signal-hook-registry v1.4.8
23152026-05-18T19:32:10.621Z Compiling num-traits v0.2.19
23162026-05-18T19:32:10.914Z Compiling lock_api v0.4.14
23172026-05-18T19:32:11.096Z Compiling mio v1.2.0
23182026-05-18T19:32:11.159Z Compiling parking_lot v0.12.5
23192026-05-18T19:32:11.221Z Compiling serde v1.0.228
23202026-05-18T19:32:11.275Z Compiling serde_json v1.0.149
23212026-05-18T19:32:11.353Z Compiling icu_provider v2.2.0
23222026-05-18T19:32:11.377Z Compiling uuid v1.23.1
23232026-05-18T19:32:11.544Z Compiling semver v1.0.28
23242026-05-18T19:32:11.792Z Compiling bytes v1.11.1
23252026-05-18T19:32:11.857Z Compiling icu_properties v2.2.0
23262026-05-18T19:32:11.966Z Compiling icu_normalizer v2.2.0
23272026-05-18T19:32:11.966Z Compiling chrono v0.4.44
23282026-05-18T19:32:12.067Z Compiling portable-atomic v1.13.1
23292026-05-18T19:32:12.209Z Compiling thiserror v2.0.18
23302026-05-18T19:32:12.322Z Compiling tokio v1.52.3
23312026-05-18T19:32:12.677Z Compiling getrandom v0.2.17
23322026-05-18T19:32:12.772Z Compiling idna_adapter v1.2.2
23332026-05-18T19:32:12.894Z Compiling idna v1.1.0
23342026-05-18T19:32:12.911Z Compiling futures-core v0.3.32
23352026-05-18T19:32:13.076Z Compiling subtle v2.6.1
23362026-05-18T19:32:13.167Z Compiling critical-section v1.2.0
23372026-05-18T19:32:13.249Z Compiling url v2.5.8
23382026-05-18T19:32:13.280Z Compiling once_cell v1.21.4
23392026-05-18T19:32:13.312Z Compiling bitflags v2.11.1
23402026-05-18T19:32:13.432Z Compiling log v0.4.29
23412026-05-18T19:32:13.557Z Compiling equivalent v1.0.2
23422026-05-18T19:32:13.654Z Compiling zerocopy v0.8.48
23432026-05-18T19:32:13.697Z Compiling rand_core v0.6.4
23442026-05-18T19:32:13.721Z Compiling futures-sink v0.3.32
23452026-05-18T19:32:13.836Z Compiling slab v0.4.12
23462026-05-18T19:32:13.916Z Compiling schemars v0.8.22
23472026-05-18T19:32:13.957Z Compiling futures-channel v0.3.32
23482026-05-18T19:32:14.057Z Compiling futures-io v0.3.32
23492026-05-18T19:32:14.226Z Compiling futures-task v0.3.32
23502026-05-18T19:32:14.253Z Compiling typenum v1.20.0
23512026-05-18T19:32:14.406Z Compiling futures-util v0.3.32
23522026-05-18T19:32:14.923Z Compiling generic-array v0.14.7
23532026-05-18T19:32:15.006Z Compiling hashbrown v0.17.1
23542026-05-18T19:32:15.470Z Compiling tracing-core v0.1.36
23552026-05-18T19:32:15.506Z Compiling base64 v0.22.1
23562026-05-18T19:32:15.671Z Compiling indexmap v2.14.0
23572026-05-18T19:32:15.868Z Compiling tracing v0.1.44
23582026-05-18T19:32:15.990Z Compiling crypto-common v0.1.7
23592026-05-18T19:32:16.138Z Compiling ipnetwork v0.21.1
23602026-05-18T19:32:16.220Z Compiling http v1.4.0
23612026-05-18T19:32:16.535Z Compiling unicode-ident v1.0.24
23622026-05-18T19:32:16.546Z Compiling slog v2.8.2
23632026-05-18T19:32:16.561Z Compiling erased-serde v0.3.31
23642026-05-18T19:32:16.658Z Compiling proc-macro2 v1.0.106
23652026-05-18T19:32:16.868Z Compiling rustls-pki-types v1.14.1
23662026-05-18T19:32:17.053Z Compiling fnv v1.0.7
23672026-05-18T19:32:17.161Z Compiling quote v1.0.45
23682026-05-18T19:32:17.713Z Compiling untrusted v0.9.0
23692026-05-18T19:32:17.753Z Compiling syn v2.0.117
23702026-05-18T19:32:17.848Z Compiling tokio-util v0.7.18
23712026-05-18T19:32:17.910Z Compiling oxnet v0.1.5
23722026-05-18T19:32:18.099Z Compiling ipnet v2.12.0
23732026-05-18T19:32:18.149Z Compiling byteorder v1.5.0
23742026-05-18T19:32:18.408Z Compiling thiserror v1.0.69
23752026-05-18T19:32:18.549Z Compiling ppv-lite86 v0.2.21
23762026-05-18T19:32:18.817Z Compiling http-body v1.0.1
23772026-05-18T19:32:18.895Z Compiling block-buffer v0.10.4
23782026-05-18T19:32:18.939Z Compiling atomic-waker v1.1.2
23792026-05-18T19:32:18.989Z Compiling httparse v1.10.1
23802026-05-18T19:32:19.065Z Compiling digest v0.10.7
23812026-05-18T19:32:19.076Z Compiling pretty-hex v0.4.2
23822026-05-18T19:32:19.106Z Compiling ryu v1.0.23
23832026-05-18T19:32:19.217Z Compiling try-lock v0.2.5
23842026-05-18T19:32:19.316Z Compiling tower-service v0.3.3
23852026-05-18T19:32:19.327Z Compiling tower-layer v0.3.3
23862026-05-18T19:32:19.337Z Compiling want v0.3.1
23872026-05-18T19:32:19.397Z Compiling h2 v0.4.14
23882026-05-18T19:32:19.417Z Compiling httpdate v1.0.3
23892026-05-18T19:32:19.466Z Compiling rustix v1.1.4
23902026-05-18T19:32:19.519Z Compiling plain v0.2.3
23912026-05-18T19:32:19.519Z Compiling regex-syntax v0.8.10
23922026-05-18T19:32:19.640Z Compiling getrandom v0.3.4
23932026-05-18T19:32:19.790Z Compiling omicron-workspace-hack v0.1.0
23942026-05-18T19:32:19.846Z Compiling aws-lc-sys v0.41.0
23952026-05-18T19:32:19.867Z Compiling untrusted v0.7.1
23962026-05-18T19:32:19.915Z Compiling ucd-trie v0.1.7
23972026-05-18T19:32:19.997Z Compiling rand_core v0.9.5
23982026-05-18T19:32:20.261Z Compiling pest v2.8.6
23992026-05-18T19:32:20.409Z Compiling aws-lc-rs v1.17.0
24002026-05-18T19:32:20.506Z Compiling crossbeam-utils v0.8.21
24012026-05-18T19:32:21.283Z Compiling serde_urlencoded v0.7.1
24022026-05-18T19:32:21.310Z Compiling http-body-util v0.1.3
24032026-05-18T19:32:21.564Z Compiling foldhash v0.2.0
24042026-05-18T19:32:21.591Z Compiling allocator-api2 v0.2.21
24052026-05-18T19:32:21.853Z Compiling hyper v1.9.0
24062026-05-18T19:32:21.939Z Compiling rustls v0.23.40
24072026-05-18T19:32:21.980Z Compiling hashbrown v0.16.1
24082026-05-18T19:32:22.194Z Compiling rustls-webpki v0.103.13
24092026-05-18T19:32:22.693Z Compiling newtype-uuid v1.3.2
24102026-05-18T19:32:23.231Z Compiling hyper-util v0.1.20
24112026-05-18T19:32:23.736Z Compiling hex v0.4.3
24122026-05-18T19:32:24.048Z Compiling cpufeatures v0.2.17
24132026-05-18T19:32:24.132Z Compiling daft v0.1.7
24142026-05-18T19:32:24.807Z Compiling rand_chacha v0.9.0
24152026-05-18T19:32:25.362Z Compiling sync_wrapper v1.0.2
24162026-05-18T19:32:25.431Z Compiling aho-corasick v1.1.4
24172026-05-18T19:32:25.486Z Compiling fastrand v2.4.1
24182026-05-18T19:32:25.826Z Compiling tower v0.5.3
24192026-05-18T19:32:26.024Z Compiling anyhow v1.0.102
24202026-05-18T19:32:26.307Z Compiling rand v0.9.4
24212026-05-18T19:32:26.450Z Compiling regex-automata v0.4.14
24222026-05-18T19:32:26.478Z Compiling powerfmt v0.2.0
24232026-05-18T19:32:26.687Z Compiling deranged v0.5.8
24242026-05-18T19:32:26.717Z Compiling tower-http v0.6.10
24252026-05-18T19:32:26.744Z Compiling openapiv3 v2.2.0
24262026-05-18T19:32:27.055Z Compiling num_threads v0.1.7
24272026-05-18T19:32:27.156Z Compiling num-conv v0.2.1
24282026-05-18T19:32:27.310Z Compiling openssl-probe v0.2.1
24292026-05-18T19:32:27.391Z Compiling time-core v0.1.8
24302026-05-18T19:32:27.545Z Compiling rustls-native-certs v0.8.3
24312026-05-18T19:32:27.565Z Compiling camino v1.2.2
24322026-05-18T19:32:27.784Z Compiling tokio-rustls v0.26.4
24332026-05-18T19:32:28.098Z Compiling time v0.3.47
24342026-05-18T19:32:28.150Z Compiling tempfile v3.27.0
24352026-05-18T19:32:28.398Z Compiling futures-executor v0.3.32
24362026-05-18T19:32:28.973Z Compiling winnow v1.0.3
24372026-05-18T19:32:29.085Z Compiling futures v0.3.32
24382026-05-18T19:32:29.171Z Compiling regex v1.12.3
24392026-05-18T19:32:29.182Z Compiling hyper-rustls v0.27.9
24402026-05-18T19:32:29.555Z Compiling rustls-platform-verifier v0.7.0
24412026-05-18T19:32:30.189Z Compiling crossbeam-channel v0.5.15
24422026-05-18T19:32:30.457Z Compiling scroll v0.13.0
24432026-05-18T19:32:30.602Z Compiling adler2 v2.0.1
24442026-05-18T19:32:30.760Z Compiling simd-adler32 v0.3.9
24452026-05-18T19:32:30.775Z Compiling goblin v0.10.5
24462026-05-18T19:32:30.880Z Compiling crc32fast v1.5.0
24472026-05-18T19:32:30.891Z Compiling reqwest v0.13.3
24482026-05-18T19:32:31.049Z Compiling miniz_oxide v0.8.9
24492026-05-18T19:32:31.127Z Compiling ring v0.17.14
24502026-05-18T19:32:31.598Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24512026-05-18T19:32:32.459Z Compiling thread_local v1.1.9
24522026-05-18T19:32:32.823Z Compiling either v1.15.0
24532026-05-18T19:32:33.052Z Compiling rustls-webpki v0.102.8
24542026-05-18T19:32:33.563Z Compiling flate2 v1.1.9
24552026-05-18T19:32:34.138Z Compiling dof v0.4.0
24562026-05-18T19:32:34.960Z Compiling dtrace-parser v0.3.0
24572026-05-18T19:32:35.354Z Compiling rand_chacha v0.3.1
24582026-05-18T19:32:35.982Z Compiling thread-id v5.1.0
24592026-05-18T19:32:36.076Z Compiling is-terminal v0.4.17
24602026-05-18T19:32:36.185Z Compiling take_mut v0.2.2
24612026-05-18T19:32:36.308Z Compiling match_cfg v0.1.0
24622026-05-18T19:32:36.387Z Compiling debug-ignore v1.0.5
24632026-05-18T19:32:36.504Z Compiling compression-core v0.4.32
24642026-05-18T19:32:36.686Z Compiling term v1.2.1
24652026-05-18T19:32:37.236Z Compiling slog-term v2.9.2
24662026-05-18T19:32:37.516Z Compiling compression-codecs v0.4.38
24672026-05-18T19:32:37.566Z Compiling hostname v0.3.1
24682026-05-18T19:32:37.734Z Compiling slog-async v2.8.0
24692026-05-18T19:32:37.898Z Compiling usdt-impl v0.6.0
24702026-05-18T19:32:38.594Z Compiling rand v0.8.6
24712026-05-18T19:32:38.605Z Compiling ref-cast v1.0.25
24722026-05-18T19:32:38.715Z Compiling rustls v0.22.4
24732026-05-18T19:32:39.214Z Compiling toml_parser v1.1.2+spec-1.1.0
24742026-05-18T19:32:39.398Z Compiling slog-json v2.6.1
24752026-05-18T19:32:39.671Z Compiling strum v0.26.3
24762026-05-18T19:32:39.812Z Compiling macaddr v1.0.1
24772026-05-18T19:32:40.091Z Compiling toml_datetime v1.1.1+spec-1.1.0
24782026-05-18T19:32:40.521Z Compiling serde_spanned v1.1.1
24792026-05-18T19:32:40.560Z Compiling wait-timeout v0.2.1
24802026-05-18T19:32:40.671Z Compiling memmap2 v0.9.10
24812026-05-18T19:32:40.966Z Compiling encoding_rs v0.8.35
24822026-05-18T19:32:41.047Z Compiling toml_writer v1.1.1+spec-1.1.0
24832026-05-18T19:32:41.308Z Compiling mime v0.3.17
24842026-05-18T19:32:41.794Z Compiling spin v0.9.8
24852026-05-18T19:32:41.926Z Compiling bit-vec v0.8.0
24862026-05-18T19:32:41.965Z Compiling quick-error v1.2.3
24872026-05-18T19:32:42.082Z Compiling rusty-fork v0.3.1
24882026-05-18T19:32:42.180Z Compiling bit-set v0.8.0
24892026-05-18T19:32:42.227Z Compiling multer v3.1.0
24902026-05-18T19:32:42.373Z Compiling toml v1.1.2+spec-1.1.0
24912026-05-18T19:32:42.947Z Compiling usdt v0.6.0
24922026-05-18T19:32:43.452Z Compiling tokio-rustls v0.25.0
24932026-05-18T19:32:43.503Z Compiling slog-bunyan v2.5.0
24942026-05-18T19:32:43.613Z Compiling async-compression v0.4.42
24952026-05-18T19:32:43.691Z Compiling serde_with v3.20.0
24962026-05-18T19:32:43.719Z Compiling async-stream v0.3.6
24972026-05-18T19:32:43.919Z Compiling sha1 v0.10.6
24982026-05-18T19:32:44.106Z Compiling rand_xorshift v0.4.0
24992026-05-18T19:32:44.279Z Compiling waitgroup v0.1.2
25002026-05-18T19:32:44.318Z Compiling rustls-pemfile v2.2.0
25012026-05-18T19:32:44.445Z Compiling serde_path_to_error v0.1.20
25022026-05-18T19:32:44.602Z Compiling hostname v0.4.2
25032026-05-18T19:32:44.769Z Compiling unarray v0.1.4
25042026-05-18T19:32:44.892Z Compiling proptest v1.11.0
25052026-05-18T19:32:44.895Z Compiling dropshot v0.17.0
25062026-05-18T19:32:45.222Z Compiling progenitor-client v0.14.0
25072026-05-18T19:32:45.568Z Compiling strum v0.27.2
25082026-05-18T19:32:45.712Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25092026-05-18T19:32:45.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25102026-05-18T19:32:45.866Z Compiling rustc-hash v2.1.2
25112026-05-18T19:32:45.963Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25122026-05-18T19:32:46.002Z Compiling iddqd v0.3.18
25132026-05-18T19:32:46.274Z Compiling reqwest v0.12.28
25142026-05-18T19:32:46.458Z Compiling backon v1.6.0
25152026-05-18T19:32:46.726Z Compiling instant v0.1.13
25162026-05-18T19:32:46.844Z Compiling backoff v0.4.0
25172026-05-18T19:32:46.855Z Compiling progenitor-extras v0.2.0
25182026-05-18T19:32:47.065Z Compiling parse-display v0.10.0
25192026-05-18T19:32:47.092Z Compiling itertools v0.14.0
25202026-05-18T19:32:47.832Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25212026-05-18T19:32:47.989Z Compiling progenitor-client v0.10.0
25222026-05-18T19:32:48.482Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25232026-05-18T19:32:48.521Z Compiling regress v0.10.5
25242026-05-18T19:32:48.604Z Compiling heck v0.5.0
25252026-05-18T19:32:49.208Z Compiling unicode-width v0.2.2
25262026-05-18T19:32:49.534Z Compiling secrecy v0.10.3
25272026-05-18T19:32:49.713Z Compiling tinyvec_macros v0.1.1
25282026-05-18T19:32:49.802Z Compiling tinyvec v1.11.0
25292026-05-18T19:32:49.867Z Compiling num-integer v0.1.46
25302026-05-18T19:32:50.267Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25312026-05-18T19:32:50.359Z Compiling scroll v0.12.0
25322026-05-18T19:32:50.665Z Compiling crucible-workspace-hack v0.1.0
25332026-05-18T19:32:50.748Z Compiling regress v0.11.1
25342026-05-18T19:32:52.149Z Compiling hmac v0.12.1
25352026-05-18T19:32:52.322Z Compiling inout v0.1.4
25362026-05-18T19:32:52.399Z Compiling ff v0.13.1
25372026-05-18T19:32:52.489Z Compiling utf8parse v0.2.2
25382026-05-18T19:32:52.554Z Compiling group v0.13.0
25392026-05-18T19:32:52.606Z Compiling anstyle-parse v1.0.0
25402026-05-18T19:32:52.677Z Compiling typify-impl v0.6.2
25412026-05-18T19:32:52.834Z Compiling cipher v0.4.4
25422026-05-18T19:32:53.092Z Compiling hkdf v0.12.4
25432026-05-18T19:32:53.252Z Compiling goblin v0.8.2
25442026-05-18T19:32:53.264Z Compiling num-rational v0.4.2
25452026-05-18T19:32:53.857Z Compiling num-iter v0.1.45
25462026-05-18T19:32:53.990Z Compiling zerocopy v0.7.35
25472026-05-18T19:32:54.410Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25482026-05-18T19:32:54.591Z Compiling terminal_size v0.4.4
25492026-05-18T19:32:54.757Z Compiling half v2.7.1
25502026-05-18T19:32:55.109Z Compiling universal-hash v0.5.1
25512026-05-18T19:32:55.262Z Compiling crypto-bigint v0.5.5
25522026-05-18T19:32:55.617Z Compiling num-complex v0.4.6
25532026-05-18T19:32:55.728Z Compiling is_terminal_polyfill v1.70.2
25542026-05-18T19:32:55.834Z Compiling ciborium-io v0.2.2
25552026-05-18T19:32:55.941Z Compiling anstyle-query v1.1.5
25562026-05-18T19:32:56.055Z Compiling colorchoice v1.0.5
25572026-05-18T19:32:56.055Z Compiling opaque-debug v0.3.1
25582026-05-18T19:32:56.134Z Compiling base64ct v1.8.3
25592026-05-18T19:32:56.191Z Compiling anstyle v1.0.14
25602026-05-18T19:32:56.475Z Compiling base16ct v0.2.0
25612026-05-18T19:32:56.486Z Compiling password-hash v0.5.0
25622026-05-18T19:32:56.686Z Compiling elliptic-curve v0.13.8
25632026-05-18T19:32:57.018Z Compiling anstream v1.0.0
25642026-05-18T19:32:57.194Z Compiling poly1305 v0.8.0
25652026-05-18T19:32:57.443Z Compiling num v0.4.3
25662026-05-18T19:32:57.523Z Compiling ciborium-ll v0.2.2
25672026-05-18T19:32:57.535Z Compiling curve25519-dalek v4.1.3
25682026-05-18T19:32:57.790Z Compiling dof v0.3.0
25692026-05-18T19:32:57.820Z Compiling typify v0.6.2
25702026-05-18T19:32:57.935Z Compiling thiserror-no-std v2.0.2
25712026-05-18T19:32:58.037Z Compiling chacha20 v0.9.1
25722026-05-18T19:32:58.293Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25732026-05-18T19:32:58.798Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25742026-05-18T19:33:00.223Z Compiling byte-wrapper v0.1.0
25752026-05-18T19:33:00.406Z Compiling dtrace-parser v0.2.0
25762026-05-18T19:33:00.453Z Compiling crossbeam-epoch v0.9.18
25772026-05-18T19:33:00.624Z Compiling blake2 v0.10.6
25782026-05-18T19:33:00.961Z Compiling aead v0.5.2
25792026-05-18T19:33:01.120Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-18T19:33:01.155Z Compiling thread-id v4.2.2
25812026-05-18T19:33:01.214Z Compiling clap_lex v1.1.0
25822026-05-18T19:33:01.246Z Compiling strsim v0.11.1
25832026-05-18T19:33:01.579Z Compiling float-ord v0.3.2
25842026-05-18T19:33:01.702Z Compiling keccak v0.1.6
25852026-05-18T19:33:02.115Z Compiling sha3 v0.10.9
25862026-05-18T19:33:02.419Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25872026-05-18T19:33:02.505Z Compiling clap_builder v4.6.0
25882026-05-18T19:33:02.556Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25892026-05-18T19:33:02.667Z Compiling usdt-impl v0.5.0
25902026-05-18T19:33:02.920Z Compiling chacha20poly1305 v0.10.1
25912026-05-18T19:33:03.071Z Compiling argon2 v0.5.3
25922026-05-18T19:33:04.106Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25932026-05-18T19:33:04.135Z Compiling vsss-rs v3.3.4
25942026-05-18T19:33:05.656Z Compiling ciborium v0.2.2
25952026-05-18T19:33:06.511Z Compiling hash32 v0.3.1
25962026-05-18T19:33:06.685Z Compiling memmap v0.7.0
25972026-05-18T19:33:06.933Z Compiling data-encoding v2.11.0
25982026-05-18T19:33:06.965Z Compiling indent_write v2.2.0
25992026-05-18T19:33:07.122Z Compiling usdt v0.5.0
26002026-05-18T19:33:07.776Z Compiling heapless v0.8.0
26012026-05-18T19:33:08.284Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26022026-05-18T19:33:08.946Z Compiling ingot-types v0.1.2
26032026-05-18T19:33:09.407Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26042026-05-18T19:33:09.518Z Compiling clap v4.6.1
26052026-05-18T19:33:09.608Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26062026-05-18T19:33:09.620Z Compiling rustix v0.38.44
26072026-05-18T19:33:09.880Z Compiling tabwriter v1.4.1
26082026-05-18T19:33:09.959Z Compiling cobs v0.3.0
26092026-05-18T19:33:10.234Z Compiling foreign-types-shared v0.3.1
26102026-05-18T19:33:10.252Z Compiling colored v3.1.1
26112026-05-18T19:33:10.342Z Compiling managed v0.8.0
26122026-05-18T19:33:10.604Z Compiling bitflags v1.3.2
26132026-05-18T19:33:10.687Z Compiling cpufeatures v0.3.0
26142026-05-18T19:33:10.771Z Compiling chacha20 v0.10.0
26152026-05-18T19:33:10.915Z Compiling smoltcp v0.11.0
26162026-05-18T19:33:10.978Z Compiling foreign-types v0.5.0
26172026-05-18T19:33:11.062Z Compiling postcard v1.1.3
26182026-05-18T19:33:11.073Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26192026-05-18T19:33:11.441Z Compiling num_enum v0.7.6
26202026-05-18T19:33:11.574Z Compiling ingot v0.1.1
26212026-05-18T19:33:12.739Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26222026-05-18T19:33:12.858Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26232026-05-18T19:33:13.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26242026-05-18T19:33:13.194Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26252026-05-18T19:33:13.550Z Compiling toml_datetime v0.6.11
26262026-05-18T19:33:13.622Z Compiling serde_spanned v0.6.9
26272026-05-18T19:33:13.752Z Compiling cstr-argument v0.1.2
26282026-05-18T19:33:13.792Z Compiling unicode-segmentation v1.13.2
26292026-05-18T19:33:13.929Z Compiling toml_write v0.1.2
26302026-05-18T19:33:13.942Z Compiling static_assertions v1.1.0
26312026-05-18T19:33:14.023Z Compiling swrite v0.1.0
26322026-05-18T19:33:14.135Z Compiling resolv-conf v0.7.6
26332026-05-18T19:33:14.155Z Compiling winnow v0.7.15
26342026-05-18T19:33:14.179Z Compiling linked-hash-map v0.5.6
26352026-05-18T19:33:14.404Z Compiling lru-cache v0.1.2
26362026-05-18T19:33:14.419Z Compiling newline-converter v0.3.0
26372026-05-18T19:33:14.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-05-18T19:33:14.558Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-05-18T19:33:14.561Z Compiling hubpack v0.1.2
26402026-05-18T19:33:14.777Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412026-05-18T19:33:14.818Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26422026-05-18T19:33:14.910Z Compiling memoffset v0.9.1
26432026-05-18T19:33:14.986Z Compiling rand v0.10.1
26442026-05-18T19:33:15.003Z Compiling atomicwrites v0.4.4
26452026-05-18T19:33:15.050Z Compiling hickory-proto v0.24.4
26462026-05-18T19:33:15.292Z Compiling crossbeam-deque v0.8.6
26472026-05-18T19:33:15.514Z Compiling console v0.15.11
26482026-05-18T19:33:15.798Z Compiling toml_edit v0.22.27
26492026-05-18T19:33:16.025Z Compiling itertools v0.12.1
26502026-05-18T19:33:16.231Z Compiling camino-tempfile v1.4.1
26512026-05-18T19:33:16.669Z Compiling serde-big-array v0.5.1
26522026-05-18T19:33:16.833Z Compiling lazy_static v1.5.0
26532026-05-18T19:33:16.857Z Compiling siphasher v1.0.3
26542026-05-18T19:33:16.945Z Compiling similar v2.7.0
26552026-05-18T19:33:17.070Z Compiling phf_shared v0.12.1
26562026-05-18T19:33:17.293Z Compiling hickory-resolver v0.24.4
26572026-05-18T19:33:17.499Z Compiling expectorate v1.2.0
26582026-05-18T19:33:17.713Z Compiling toml v0.8.23
26592026-05-18T19:33:18.645Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26602026-05-18T19:33:19.503Z Compiling pin-project v1.1.13
26612026-05-18T19:33:19.614Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26622026-05-18T19:33:19.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26632026-05-18T19:33:20.568Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26642026-05-18T19:33:23.148Z Compiling prettyplease v0.2.37
26652026-05-18T19:33:23.362Z Compiling rayon-core v1.13.0
26662026-05-18T19:33:23.420Z Compiling nix v0.31.3
26672026-05-18T19:33:23.470Z Compiling num_enum v0.5.11
26682026-05-18T19:33:23.598Z Compiling progenitor-impl v0.14.0
26692026-05-18T19:33:25.104Z Compiling progenitor-impl v0.13.0
26702026-05-18T19:33:25.131Z Compiling unicode-normalization v0.1.25
26712026-05-18T19:33:25.730Z Compiling progenitor-client v0.13.0
26722026-05-18T19:33:25.741Z Compiling tokio-stream v0.1.18
26732026-05-18T19:33:26.248Z Compiling bstr v1.12.1
26742026-05-18T19:33:26.303Z Compiling csv-core v0.1.13
26752026-05-18T19:33:26.411Z Compiling unicode-width v0.1.14
26762026-05-18T19:33:26.705Z Compiling foreign-types-shared v0.1.1
26772026-05-18T19:33:26.727Z Compiling same-file v1.0.6
26782026-05-18T19:33:26.803Z Compiling foldhash v0.1.5
26792026-05-18T19:33:26.911Z Compiling highway v1.3.0
26802026-05-18T19:33:26.939Z Compiling konst_macro_rules v0.2.19
26812026-05-18T19:33:27.031Z Compiling hashbrown v0.15.5
26822026-05-18T19:33:27.131Z Compiling konst v0.2.20
26832026-05-18T19:33:27.513Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26842026-05-18T19:33:27.614Z Compiling walkdir v2.5.0
26852026-05-18T19:33:27.679Z Compiling foreign-types v0.3.2
26862026-05-18T19:33:27.761Z Compiling globset v0.4.18
26872026-05-18T19:33:28.405Z Compiling progenitor v0.13.0
26882026-05-18T19:33:28.565Z Compiling csv v1.4.0
26892026-05-18T19:33:29.548Z Compiling snafu v0.8.9
26902026-05-18T19:33:30.132Z Compiling qorb v0.4.1
26912026-05-18T19:33:30.992Z Compiling olpc-cjson v0.1.4
26922026-05-18T19:33:31.210Z Compiling progenitor v0.14.0
26932026-05-18T19:33:31.361Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26942026-05-18T19:33:31.870Z Compiling rayon v1.12.0
26952026-05-18T19:33:34.074Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26962026-05-18T19:33:34.575Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26972026-05-18T19:33:34.622Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26982026-05-18T19:33:34.694Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26992026-05-18T19:33:36.831Z Compiling phf v0.12.1
27002026-05-18T19:33:37.011Z Compiling openssl-sys v0.9.116
27012026-05-18T19:33:37.444Z Compiling tokio-dtrace v0.1.1
27022026-05-18T19:33:37.779Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27032026-05-18T19:33:37.885Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27042026-05-18T19:33:38.105Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27052026-05-18T19:33:39.672Z Compiling libsw-core v0.3.2
27062026-05-18T19:33:39.858Z Compiling pem v3.0.6
27072026-05-18T19:33:39.875Z Compiling serde_plain v1.0.2
27082026-05-18T19:33:40.161Z Compiling sigpipe v0.1.3
27092026-05-18T19:33:40.267Z Compiling jiff v0.2.24
27102026-05-18T19:33:40.561Z Compiling fixedbitset v0.4.2
27112026-05-18T19:33:40.929Z Compiling minimal-lexical v0.2.1
27122026-05-18T19:33:41.242Z Compiling fixedbitset v0.5.7
27132026-05-18T19:33:41.256Z Compiling typed-path v0.9.3
27142026-05-18T19:33:41.764Z Compiling glob v0.3.3
27152026-05-18T19:33:41.824Z Compiling bytecount v0.6.9
27162026-05-18T19:33:42.017Z Compiling papergrid v0.11.0
27172026-05-18T19:33:42.481Z Compiling tough v0.22.0
27182026-05-18T19:33:42.757Z Compiling petgraph v0.8.3
27192026-05-18T19:33:43.026Z Compiling nom v7.1.3
27202026-05-18T19:33:43.885Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27212026-05-18T19:33:44.171Z Compiling petgraph v0.6.5
27222026-05-18T19:33:44.702Z Compiling openssl v0.10.80
27232026-05-18T19:33:45.197Z Compiling libsw v3.5.0
27242026-05-18T19:33:45.387Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27252026-05-18T19:33:45.988Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27262026-05-18T19:33:46.325Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27272026-05-18T19:33:46.569Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27282026-05-18T19:33:46.878Z Compiling zone v0.3.1
27292026-05-18T19:33:47.390Z Compiling oxide-tokio-rt v0.1.6
27302026-05-18T19:33:48.038Z Compiling chrono-tz v0.10.4
27312026-05-18T19:33:48.653Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27322026-05-18T19:33:48.725Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27332026-05-18T19:33:48.835Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27342026-05-18T19:33:48.936Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27352026-05-18T19:33:49.501Z Compiling newtype_derive v0.1.6
27362026-05-18T19:33:49.589Z Compiling slog-dtrace v0.3.0
27372026-05-18T19:33:50.251Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27382026-05-18T19:33:50.319Z Compiling const_format v0.2.36
27392026-05-18T19:33:50.817Z Compiling cancel-safe-futures v0.1.5
27402026-05-18T19:33:51.176Z Compiling owo-colors v4.3.0
27412026-05-18T19:33:51.233Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27422026-05-18T19:33:51.972Z Compiling gethostname v0.5.0
27432026-05-18T19:33:52.062Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27442026-05-18T19:33:52.122Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27452026-05-18T19:33:52.253Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-18T19:33:52.379Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-05-18T19:33:52.796Z Compiling smf v0.2.3
27482026-05-18T19:33:53.154Z Compiling bcs v0.1.6
27492026-05-18T19:33:53.571Z Compiling unicode-linebreak v0.1.5
27502026-05-18T19:33:53.861Z Compiling whoami v1.6.1
27512026-05-18T19:33:54.035Z Compiling linear-map v1.2.0
27522026-05-18T19:33:54.260Z Compiling termtree v0.5.1
27532026-05-18T19:33:54.290Z Compiling smawk v0.3.2
27542026-05-18T19:33:54.342Z Compiling tagptr v0.2.0
27552026-05-18T19:33:54.431Z Compiling textwrap v0.16.2
27562026-05-18T19:33:54.457Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-05-18T19:33:54.503Z Compiling moka v0.12.15
27582026-05-18T19:33:55.033Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-18T19:33:55.368Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-05-18T19:33:55.728Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27612026-05-18T19:33:56.068Z Compiling tabled v0.15.0
27622026-05-18T19:33:56.079Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27632026-05-18T19:33:57.161Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27642026-05-18T19:33:57.369Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-05-18T19:33:58.199Z Compiling steno v0.4.1
27662026-05-18T19:33:58.590Z Compiling cookie v0.18.1
27672026-05-18T19:33:59.956Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-05-18T19:34:03.053Z Compiling hickory-proto v0.25.2
27692026-05-18T19:34:04.571Z Compiling humantime v2.3.0
27702026-05-18T19:34:04.782Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27712026-05-18T19:34:05.011Z Compiling arc-swap v1.9.1
27722026-05-18T19:34:05.348Z Compiling hickory-resolver v0.25.2
27732026-05-18T19:34:05.359Z Compiling slog-scope v4.4.1
27742026-05-18T19:34:05.823Z Compiling libscf-sys v1.2.0
27752026-05-18T19:34:05.973Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-18T19:34:06.985Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-05-18T19:34:08.232Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27782026-05-18T19:34:08.966Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-05-18T19:34:09.000Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27802026-05-18T19:34:09.865Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27812026-05-18T19:34:10.592Z Compiling slog-stdlog v4.1.1
27822026-05-18T19:34:10.665Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27832026-05-18T19:34:10.774Z Compiling slog-envlogger v2.2.0
27842026-05-18T19:34:10.992Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27852026-05-18T19:34:12.131Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27862026-05-18T19:34:19.151Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27872026-05-18T19:34:22.190Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-05-18T19:34:23.852Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27892026-05-18T19:34:32.355Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27902026-05-18T19:34:37.026Z Finished `release` profile [optimized] target(s) in 2m 28s
27912026-05-18T19:34:37.141Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
27922026-05-18T19:34:37.144Z
27932026-05-18T19:34:37.144Zrunning 1 test
27942026-05-18T19:34:37.321Zconfigure zone
27952026-05-18T19:34:37.342Zinstall zone
27962026-05-18T19:34:47.256Zboot zone
27972026-05-18T19:34:47.347Zstart zone s1
27982026-05-18T19:34:47.350Zconfigure zone
27992026-05-18T19:34:47.357Zinstall zone
28002026-05-18T19:34:49.148Zboot zone
28012026-05-18T19:34:49.239Zstart zone s2
28022026-05-18T19:34:49.239Zconfigure zone
28032026-05-18T19:34:49.249Zinstall zone
28042026-05-18T19:34:51.509Zboot zone
28052026-05-18T19:34:51.611Zstart zone s3
28062026-05-18T19:34:51.611Zconfigure zone
28072026-05-18T19:34:51.622Zinstall zone
28082026-05-18T19:34:54.409Zboot zone
28092026-05-18T19:34:54.515Zstart zone t1
28102026-05-18T19:34:54.515Zconfigure zone
28112026-05-18T19:34:54.526Zinstall zone
28122026-05-18T19:34:57.233Zboot zone
28132026-05-18T19:34:57.337Zwaiting for zones to come up
28142026-05-18T19:35:07.339Z[sidecar.quartet] svcs milestone/network
28152026-05-18T19:35:07.368ZSTATE STIME FMRI
28162026-05-18T19:35:07.368Zonline 19:34:46 svc:/milestone/network:default
28172026-05-18T19:35:07.368Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28182026-05-18T19:35:07.395Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28192026-05-18T19:35:07.422Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28202026-05-18T19:35:07.443Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28212026-05-18T19:35:07.446Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28222026-05-18T19:35:07.458Z
28232026-05-18T19:35:07.458Zrunning zone s1.quartet setup
28242026-05-18T19:35:07.459Z[s1.quartet] svcs milestone/network
28252026-05-18T19:35:07.476ZSTATE STIME FMRI
28262026-05-18T19:35:07.476Zonline 19:34:48 svc:/milestone/network:default
28272026-05-18T19:35:07.476Z[s1.quartet] dladm
28282026-05-18T19:35:07.489ZLINK CLASS MTU STATE BRIDGE OVER
28292026-05-18T19:35:07.489Zsl0 simnet 9000 up -- ?
28302026-05-18T19:35:07.489Zmgs1 vnic 9000 up -- ?
28312026-05-18T19:35:07.489Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28322026-05-18T19:35:07.901Z
28332026-05-18T19:35:07.901Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28342026-05-18T19:35:07.917Z
28352026-05-18T19:35:07.917Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28362026-05-18T19:35:07.929Z
28372026-05-18T19:35:07.929Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28382026-05-18T19:35:08.018Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28392026-05-18T19:35:08.095Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f9d6a15f-3929-4d3a-b5e5-f526c62d1748 --sled-uuid c2dda432-0d26-4483-b820-ce2977b3ffa3 -a sl0/v6 &> /opt/ddmd.log &
28402026-05-18T19:35:08.110Z
28412026-05-18T19:35:08.110Zrunning zone s2.quartet setup
28422026-05-18T19:35:08.110Z[s2.quartet] svcs milestone/network
28432026-05-18T19:35:08.127ZSTATE STIME FMRI
28442026-05-18T19:35:08.127Zonline 19:34:51 svc:/milestone/network:default
28452026-05-18T19:35:08.127Z[s2.quartet] dladm
28462026-05-18T19:35:08.141ZLINK CLASS MTU STATE BRIDGE OVER
28472026-05-18T19:35:08.141Zsl1 simnet 9000 up -- ?
28482026-05-18T19:35:08.141Zmgs2 vnic 9000 up -- ?
28492026-05-18T19:35:08.141Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28502026-05-18T19:35:08.632Z
28512026-05-18T19:35:08.632Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28522026-05-18T19:35:08.649Z
28532026-05-18T19:35:08.649Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28542026-05-18T19:35:08.661Z
28552026-05-18T19:35:08.661Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28562026-05-18T19:35:08.695Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28572026-05-18T19:35:08.725Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3c2c68ac-a87a-4022-a788-91f09aaedd8e --sled-uuid 5526d826-8cd2-4566-badb-6fbae635f5db -a sl1/v6 &> /opt/ddmd.log &
28582026-05-18T19:35:08.736Z
28592026-05-18T19:35:08.736Zrunning zone s3.quartet setup
28602026-05-18T19:35:08.736Z[s3.quartet] svcs milestone/network
28612026-05-18T19:35:08.752ZSTATE STIME FMRI
28622026-05-18T19:35:08.752Zonline 19:34:54 svc:/milestone/network:default
28632026-05-18T19:35:08.752Z[s3.quartet] dladm
28642026-05-18T19:35:08.766ZLINK CLASS MTU STATE BRIDGE OVER
28652026-05-18T19:35:08.766Zsl2 simnet 9000 up -- ?
28662026-05-18T19:35:08.766Zmgs3 vnic 9000 up -- ?
28672026-05-18T19:35:08.766Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28682026-05-18T19:35:09.336Z
28692026-05-18T19:35:09.337Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28702026-05-18T19:35:09.353Z
28712026-05-18T19:35:09.353Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28722026-05-18T19:35:09.364Z
28732026-05-18T19:35:09.364Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28742026-05-18T19:35:09.399Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28752026-05-18T19:35:09.443Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 83087e2f-383d-4dd0-b8b0-ec3f0bb60e89 --sled-uuid fce3993c-0951-40a5-9833-389349960515 -a sl2/v6 &> /opt/ddmd.log &
28762026-05-18T19:35:09.459Z
28772026-05-18T19:35:09.459Zrunning zone t1.quartet setup
28782026-05-18T19:35:09.459Z[t1.quartet] svcs milestone/network
28792026-05-18T19:35:09.473ZSTATE STIME FMRI
28802026-05-18T19:35:09.473Zonline 19:34:57 svc:/milestone/network:default
28812026-05-18T19:35:09.473Z[t1.quartet] dladm
28822026-05-18T19:35:09.491ZLINK CLASS MTU STATE BRIDGE OVER
28832026-05-18T19:35:09.491Ztfportrear0_0 simnet 9000 up -- ?
28842026-05-18T19:35:09.491Ztfportrear1_0 simnet 9000 up -- ?
28852026-05-18T19:35:09.491Ztfportrear2_0 simnet 9000 up -- ?
28862026-05-18T19:35:09.491Zmgt1 vnic 9000 up -- ?
28872026-05-18T19:35:09.491Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28882026-05-18T19:35:10.043Z
28892026-05-18T19:35:10.043Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28902026-05-18T19:35:10.059Z
28912026-05-18T19:35:10.059Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28922026-05-18T19:35:10.074Z
28932026-05-18T19:35:10.074Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28942026-05-18T19:35:10.086Z
28952026-05-18T19:35:10.086Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28962026-05-18T19:35:10.098Z
28972026-05-18T19:35:10.098Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28982026-05-18T19:35:10.404Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28992026-05-18T19:35:10.407Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29002026-05-18T19:35:10.410Zwaiting 3s for copy of files to zone to complete ...
29012026-05-18T19:35:13.409Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29022026-05-18T19:35:13.540Z
29032026-05-18T19:35:13.540Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29042026-05-18T19:35:13.647Z
29052026-05-18T19:35:13.647Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29062026-05-18T19:35:13.684Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29072026-05-18T19:35:13.716Z[t1.quartet] svcadm disable dendrite
29082026-05-18T19:35:13.742Z
29092026-05-18T19:35:13.742Z[t1.quartet] svcadm disable tfport
29102026-05-18T19:35:13.765Z
29112026-05-18T19:35:13.765Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29122026-05-18T19:35:13.793Z
29132026-05-18T19:35:13.793Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29142026-05-18T19:35:13.815Z
29152026-05-18T19:35:13.816Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29162026-05-18T19:35:13.840Z
29172026-05-18T19:35:13.840Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29182026-05-18T19:35:13.864Z
29192026-05-18T19:35:13.864Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29202026-05-18T19:35:13.889Z
29212026-05-18T19:35:13.889Z[t1.quartet] svcadm refresh dendrite:default
29222026-05-18T19:35:13.910Z
29232026-05-18T19:35:13.910Z[t1.quartet] svcadm enable dendrite:default
29242026-05-18T19:35:13.932Z
29252026-05-18T19:35:13.932Zwait 10s for dendrite to come up ...
29262026-05-18T19:35:23.933Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29272026-05-18T19:35:23.963Z
29282026-05-18T19:35:23.963Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29292026-05-18T19:35:23.987Z
29302026-05-18T19:35:23.987Z[t1.quartet] svcadm refresh tfport:default
29312026-05-18T19:35:24.008Z
29322026-05-18T19:35:24.008Z[t1.quartet] svcadm enable tfport
29332026-05-18T19:35:24.031Z
29342026-05-18T19:35:24.031Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4ad411d4-1e47-4bfa-bf1c-6819a6eba248 --sled-uuid ba0a166a-7a76-45cf-8d8d-f8d3ff39c1d7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29352026-05-18T19:35:24.040Z
29362026-05-18T19:35:24.040Z[t1.quartet] ipadm
29372026-05-18T19:35:24.054ZADDROBJ TYPE STATE ADDR
29382026-05-18T19:35:24.055Zlo0/v4 static ok 127.0.0.1/8
29392026-05-18T19:35:24.055Zmgt1/v4 static ok 10.0.0.4/24
29402026-05-18T19:35:24.055Zlo0/v6 static ok ::1/128
29412026-05-18T19:35:24.055Zlo0/u6 static ok fd00:4::1/64
29422026-05-18T19:35:24.055Ztfportrear0_0/v6 addrconf ok fe80::3c26:6eff:fed8:2b3a%tfportrear0_0/10
29432026-05-18T19:35:24.055Ztfportrear1_0/v6 addrconf ok fe80::98bc:15ff:feee:2a12%tfportrear1_0/10
29442026-05-18T19:35:24.055Ztfportrear2_0/v6 addrconf ok fe80::a02c:5eff:fec6:f7e1%tfportrear2_0/10
29452026-05-18T19:35:26.200Zinitial peering test passed
29462026-05-18T19:35:27.189Z[s3.quartet] ping fd00:1::1
29472026-05-18T19:35:27.204Zfd00:1::1 is alive
29482026-05-18T19:35:37.153Ztest ddm::test_quartet has been running for over 60 seconds
29492026-05-18T19:35:38.208Z[s3.quartet] ping fd00:1::1
29502026-05-18T19:35:38.224Zfd00:1::1 is alive
29512026-05-18T19:35:38.227Z[t1.quartet] pkill ddmd
29522026-05-18T19:35:38.238Z
29532026-05-18T19:35:38.238Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29542026-05-18T19:35:38.241Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29552026-05-18T19:35:40.127Z[s3.quartet] pkill ddmd
29562026-05-18T19:35:40.142Z
29572026-05-18T19:35:40.142Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29582026-05-18T19:35:41.952Z[s2.quartet] pkill ddmd
29592026-05-18T19:35:41.965Z
29602026-05-18T19:35:41.965Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29612026-05-18T19:35:44.297Z[s1.quartet] pkill ddmd
29622026-05-18T19:35:44.311Z
29632026-05-18T19:35:44.311Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29642026-05-18T19:35:46.194Z[sidecar.quartet] pkill softnpu
29652026-05-18T19:35:46.208Z
29662026-05-18T19:35:46.208Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29672026-05-18T19:35:49.038Ztest ddm::test_quartet ... ok
29682026-05-18T19:35:49.038Z
29692026-05-18T19:35:49.038Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.88s
29702026-05-18T19:35:49.038Z
29712026-05-18T19:35:49.133Z+ cleanup
29722026-05-18T19:35:49.136Z++ id -un
29732026-05-18T19:35:49.141Z++ id -gn
29742026-05-18T19:35:49.144Z+ pfexec chown -R build:build .
29752026-05-18T19:35:49.379Zprocess exited: duration 672437 ms, exit code 0
 
29762026-05-18T19:35:49.394Zfound 6 output files
29772026-05-18T19:35:49.394Zuploading: /work/s1.quartet.log (4368 bytes)
29782026-05-18T19:35:50.409Zuploaded: /work/s1.quartet.log
29792026-05-18T19:35:50.414Zuploading: /work/s2.quartet.log (4137 bytes)
29802026-05-18T19:35:51.421Zuploaded: /work/s2.quartet.log
29812026-05-18T19:35:51.421Zuploading: /work/s3.quartet.log (4254 bytes)
29822026-05-18T19:35:52.429Zuploaded: /work/s3.quartet.log
29832026-05-18T19:35:52.429Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29842026-05-18T19:35:53.437Zuploaded: /work/sidecar.quartet-softnpu.log
29852026-05-18T19:35:53.437Zuploading: /work/t1.quartet-dpd.log (196687 bytes)
29862026-05-18T19:35:54.450Zuploaded: /work/t1.quartet-dpd.log
29872026-05-18T19:35:54.450Zuploading: /work/t1.quartet.log (17194 bytes)
29882026-05-18T19:35:55.459Zuploaded: /work/t1.quartet.log