01KQ10YS4G16C8Q2AYKMAXABPB: 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: 01KQ10Z3J5MDBV1QQBXDQDKMSF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:35:51.482Zjob assigned to worker 01KQ10ZM692322TKEY2BXPYJWS [factory aws, i-05a8afa97de90e91d] (queued for 58 s)
 
22026-04-25T00:35:58.724Zstarting task 0: "setup"
32026-04-25T00:35:58.731Z++ uname -s
42026-04-25T00:35:58.734Z+ kern=SunOS
52026-04-25T00:35:58.734Z+ build_user=build
62026-04-25T00:35:58.734Z+ build_uid=12345
72026-04-25T00:35:58.734Z+ work_dir=/work
82026-04-25T00:35:58.734Z+ input_dir=/input
92026-04-25T00:35:58.734Z+ [[ 0 == 12345 ]]
102026-04-25T00:35:58.734Z+ case "$kern" in
112026-04-25T00:35:58.734Z+ groupadd -g 12345 build
122026-04-25T00:35:58.737Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:36:00.740Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:36:00.843Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:36:00.846Z+ home_fs=zfs
162026-04-25T00:36:00.846Z+ [[ zfs == autofs ]]
172026-04-25T00:36:00.846Z+ mkdir -p /home/build
182026-04-25T00:36:00.846Z+ chown build:build /home/build /work
192026-04-25T00:36:02.847Z+ chmod 0700 /home/build /work
202026-04-25T00:36:02.850Zprocess exited: duration 4125 ms, exit code 0
 
212026-04-25T00:36:02.856Zstarting task 1: "rust-toolchain"
222026-04-25T00:36:02.860Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:36:02.860Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T00:36:02.860Z * rust toolchain channel = "stable"
252026-04-25T00:36:02.861Z * rust toolchain profile = "default"
262026-04-25T00:36:02.861Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T00:36:02.861Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:36:02.864Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:36:02.864Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:36:02.934Zinfo: downloading installer
312026-04-25T00:36:04.349Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:36:04.350Zwarn: /opt/ooce/bin
332026-04-25T00:36:04.350Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:36:04.350Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:36:04.350Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:36:04.350Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:36:04.350Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:36:04.350Zerror: cannot install while Rust is installed
392026-04-25T00:36:04.350Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:36:04.350Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:36:04.350Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:36:04.350Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:36:04.350Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:36:04.363Zinfo: profile set to default
452026-04-25T00:36:04.363Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:36:04.366Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:36:04.497Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:36:04.500Zinfo: downloading 6 components
492026-04-25T00:36:18.399Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:18.399Z
512026-04-25T00:36:18.430Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:18.430Z
532026-04-25T00:36:18.430Z
542026-04-25T00:36:18.430ZRust is installed now. Great!
552026-04-25T00:36:18.430Z
562026-04-25T00:36:18.430ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:18.430Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:18.430Z
592026-04-25T00:36:18.430ZTo configure your current shell, you need to source
602026-04-25T00:36:18.430Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:18.430Z
622026-04-25T00:36:18.430ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:18.430Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:18.430Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:18.430Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:18.430Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:18.431Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:18.431Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:18.434Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:18.434Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:18.521Z+ rustup --version
722026-04-25T00:36:18.530Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:18.534Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:18.551Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:18.554Z+ cargo --version
762026-04-25T00:36:18.569Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:18.572Z+ rustc --version
782026-04-25T00:36:18.591Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:18.594Zprocess exited: duration 15736 ms, exit code 0
 
802026-04-25T00:36:18.599Zstarting task 2: "authentication"
812026-04-25T00:36:18.615Zprocess exited: duration 15 ms, exit code 0
 
822026-04-25T00:36:18.621Zstarting task 3: "clone repository"
832026-04-25T00:36:18.625Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:18.628Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:18.777ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:19.647Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:19.647Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:20.027ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:20.027Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:20.034Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:20.037Z++ git branch --show-current
922026-04-25T00:36:20.037Z+ current=main
932026-04-25T00:36:20.037Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:20.037Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:20.040Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:20.056ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:20.058Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:20.064ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:20.067Zprocess exited: duration 1443 ms, exit code 0
 
1002026-04-25T00:36:20.072Zstarting task 4: "build"
1012026-04-25T00:36:20.079Z++ dladm
1022026-04-25T00:36:20.082ZLINK CLASS MTU STATE BRIDGE OVER
1032026-04-25T00:36:20.082Zena0 phys 9216 up -- --
1042026-04-25T00:36:20.085Z++ ipadm
1052026-04-25T00:36:20.085ZADDROBJ TYPE STATE ADDR
1062026-04-25T00:36:20.085Zlo0/v4 static ok 127.0.0.1/8
1072026-04-25T00:36:20.085Zena0/dhcp dhcp ok 10.150.1.161/24
1082026-04-25T00:36:20.085Zlo0/v6 static ok ::1/128
1092026-04-25T00:36:20.085Z++ banner collect
1102026-04-25T00:36:20.088Z
1112026-04-25T00:36:20.088Z #### #### # # ###### #### #####
1122026-04-25T00:36:20.088Z # # # # # # # # # #
1132026-04-25T00:36:20.088Z # # # # # ##### # #
1142026-04-25T00:36:20.088Z # # # # # # # #
1152026-04-25T00:36:20.088Z # # # # # # # # # #
1162026-04-25T00:36:20.088Z #### #### ###### ###### ###### #### #
1172026-04-25T00:36:20.088Z
1182026-04-25T00:36:20.088Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-04-25T00:36:20.088Z++ repo=softnpu
1202026-04-25T00:36:20.088Z++ series=image
1212026-04-25T00:36:20.088Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-04-25T00:36:20.088Z++ name=softnpu
1232026-04-25T00:36:20.088Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-04-25T00:36:20.088Z++ mkdir -p download
1252026-04-25T00:36:20.088Z++ pushd download
1262026-04-25T00:36:20.088Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-04-25T00:36:20.089Z++ [[ ! -f softnpu ]]
1282026-04-25T00:36:20.089Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-04-25T00:36:20.093Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-04-25T00:36:20.096Z Dload Upload Total Spent Left Speed
1312026-04-25T00:36:20.518Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 36.82M 0 0 100 15.63M 100 15.63M 0 0 36.81M 0 0 100 15.63M 100 15.63M 0 0 36.81M 0 0
1322026-04-25T00:36:20.521Z++ popd
1332026-04-25T00:36:20.521Z/work/oxidecomputer/maghemite
1342026-04-25T00:36:20.521Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-04-25T00:36:20.521Z++ repo=sidecar-lite
1362026-04-25T00:36:20.521Z++ series=release
1372026-04-25T00:36:20.521Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-04-25T00:36:20.521Z++ name=libsidecar_lite.so
1392026-04-25T00:36:20.521Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-04-25T00:36:20.521Z++ mkdir -p download
1412026-04-25T00:36:20.524Z++ pushd download
1422026-04-25T00:36:20.524Z++ [[ ! -f libsidecar_lite.so ]]
1432026-04-25T00:36:20.524Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-04-25T00:36:20.524Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-04-25T00:36:20.527Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-04-25T00:36:20.527Z Dload Upload Total Spent Left Speed
1472026-04-25T00:36:20.850Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 37.24M 0 0 100 12.04M 100 12.04M 0 0 37.24M 0 0 100 12.04M 100 12.04M 0 0 37.23M 0 0
1482026-04-25T00:36:20.853Z++ popd
1492026-04-25T00:36:20.853Z/work/oxidecomputer/maghemite
1502026-04-25T00:36:20.853Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-04-25T00:36:20.853Z++ repo=sidecar-lite
1522026-04-25T00:36:20.853Z++ series=release
1532026-04-25T00:36:20.853Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-04-25T00:36:20.853Z++ name=scadm
1552026-04-25T00:36:20.853Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-04-25T00:36:20.853Z++ mkdir -p download
1572026-04-25T00:36:20.857Z++ pushd download
1582026-04-25T00:36:20.857Z++ [[ ! -f scadm ]]
1592026-04-25T00:36:20.857Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-04-25T00:36:20.857Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-04-25T00:36:20.859Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-04-25T00:36:20.859Z Dload Upload Total Spent Left Speed
1632026-04-25T00:36:21.142Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 55.77M 0 0 100 15.78M 100 15.78M 0 0 55.77M 0 0 100 15.78M 100 15.78M 0 0 55.76M 0 0
1642026-04-25T00:36:21.145Z++ popd
1652026-04-25T00:36:21.145Z/work/oxidecomputer/maghemite
1662026-04-25T00:36:21.145Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-04-25T00:36:21.145Z++ repo=dendrite
1682026-04-25T00:36:21.145Z++ series=image
1692026-04-25T00:36:21.146Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-04-25T00:36:21.146Z++ name=dendrite-softnpu.tar.gz
1712026-04-25T00:36:21.146Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-04-25T00:36:21.146Z++ mkdir -p download
1732026-04-25T00:36:21.149Z++ pushd download
1742026-04-25T00:36:21.149Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-04-25T00:36:21.149Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-04-25T00:36:21.149Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-04-25T00:36:21.152Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-04-25T00:36:21.152Z Dload Upload Total Spent Left Speed
1792026-04-25T00:36:21.979Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 86.42M 0 0 100 71.59M 100 71.59M 0 0 86.41M 0 0 100 71.59M 100 71.59M 0 0 86.41M 0 0
1802026-04-25T00:36:21.982Z++ popd
1812026-04-25T00:36:21.985Z/work/oxidecomputer/maghemite
1822026-04-25T00:36:21.985Z++ get_artifact maghemite release 49a9983b22d4a5ff0339135e22fc11e6dd272ffe ddm
1832026-04-25T00:36:21.985Z++ repo=maghemite
1842026-04-25T00:36:21.985Z++ series=release
1852026-04-25T00:36:21.985Z++ commit=49a9983b22d4a5ff0339135e22fc11e6dd272ffe
1862026-04-25T00:36:21.985Z++ name=ddm
1872026-04-25T00:36:21.985Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-04-25T00:36:21.985Z++ mkdir -p download
1892026-04-25T00:36:21.985Z++ pushd download
1902026-04-25T00:36:21.986Z++ [[ ! -f ddm ]]
1912026-04-25T00:36:21.986Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/49a9983b22d4a5ff0339135e22fc11e6dd272ffe/ddm
1922026-04-25T00:36:21.986Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1932026-04-25T00:36:21.990Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-04-25T00:36:21.992Z Dload Upload Total Spent Left Speed
1952026-04-25T00:36:22.044Z 0 0 0 0 0 0 0 0 0
1962026-04-25T00:36:22.044Zcurl: (22) The requested URL returned error: 404
1972026-04-25T00:36:22.047Z++ popd
1982026-04-25T00:36:22.047Z/work/oxidecomputer/maghemite
1992026-04-25T00:36:22.047Z++ get_artifact maghemite release 49a9983b22d4a5ff0339135e22fc11e6dd272ffe ddmadm
2002026-04-25T00:36:22.047Z++ repo=maghemite
2012026-04-25T00:36:22.047Z++ series=release
2022026-04-25T00:36:22.047Z++ commit=49a9983b22d4a5ff0339135e22fc11e6dd272ffe
2032026-04-25T00:36:22.047Z++ name=ddmadm
2042026-04-25T00:36:22.047Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-04-25T00:36:22.047Z++ mkdir -p download
2062026-04-25T00:36:22.047Z++ pushd download
2072026-04-25T00:36:22.048Z++ [[ ! -f ddmadm ]]
2082026-04-25T00:36:22.048Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-04-25T00:36:22.048Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/49a9983b22d4a5ff0339135e22fc11e6dd272ffe/ddmadm
2102026-04-25T00:36:22.052Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-04-25T00:36:22.055Z Dload Upload Total Spent Left Speed
2122026-04-25T00:36:22.102Z 0 0 0 0 0 0 0 0 0
2132026-04-25T00:36:22.102Zcurl: (22) The requested URL returned error: 404
2142026-04-25T00:36:22.106Z++ popd
2152026-04-25T00:36:22.109Z/work/oxidecomputer/maghemite
2162026-04-25T00:36:22.109Z++ pushd download
2172026-04-25T00:36:22.109Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-04-25T00:36:22.109Z++ chmod +x softnpu
2192026-04-25T00:36:22.109Z++ chmod +x scadm
2202026-04-25T00:36:22.112Z++ chmod +x ddmadm
2212026-04-25T00:36:22.112Zchmod: WARNING: can't access ddmadm
2222026-04-25T00:36:22.112Z++ chmod +x ddmd
2232026-04-25T00:36:22.112Zchmod: WARNING: can't access ddmd
2242026-04-25T00:36:22.112Z++ mv ddmadm ddmadm-v2
2252026-04-25T00:36:22.115Zmv: cannot access ddmadm
2262026-04-25T00:36:22.115Z++ mv ddmd ddmd-v2
2272026-04-25T00:36:22.115Zmv: cannot access ddmd
2282026-04-25T00:36:22.115Z++ rm -rf zones/dendrite
2292026-04-25T00:36:22.118Z++ mkdir -p zones/dendrite
2302026-04-25T00:36:22.118Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-04-25T00:36:23.139Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-04-25T00:36:23.142Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-04-25T00:36:23.145Z++ popd
2342026-04-25T00:36:23.145Z/work/oxidecomputer/maghemite
2352026-04-25T00:36:23.145Z++ banner install
2362026-04-25T00:36:23.145Z
2372026-04-25T00:36:23.145Z # # # #### ##### ## # #
2382026-04-25T00:36:23.145Z # ## # # # # # # #
2392026-04-25T00:36:23.145Z # # # # #### # # # # #
2402026-04-25T00:36:23.145Z # # # # # # ###### # #
2412026-04-25T00:36:23.145Z # # ## # # # # # # #
2422026-04-25T00:36:23.145Z # # # #### # # # ###### ######
2432026-04-25T00:36:23.145Z
2442026-04-25T00:36:23.145Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-04-25T00:36:23.145Z++ set +o errexit
2462026-04-25T00:36:23.145Z++ pkg info clang-15
2472026-04-25T00:36:23.146Z++ grep -qi installed
2482026-04-25T00:36:24.920Zpkg: info: no packages matching the following patterns you specified are
2492026-04-25T00:36:24.921Zinstalled on the system. Try querying remotely instead:
2502026-04-25T00:36:24.921Z
2512026-04-25T00:36:24.921Z clang-15
2522026-04-25T00:36:24.954Z++ [[ 1 != 0 ]]
2532026-04-25T00:36:24.954Z++ set -o errexit
2542026-04-25T00:36:24.954Z++ pfexec pkg install clang-15
2552026-04-25T00:36:33.241Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-04-25T00:36:40.708Z Startup: Caching catalogs ... Done
2572026-04-25T00:36:47.363ZPlanning: Solver setup ... Done
2582026-04-25T00:36:47.397ZPlanning: Running solver ... Done
2592026-04-25T00:36:47.539ZPlanning: Finding local manifests ... Done
2602026-04-25T00:36:48.184ZPlanning: Fetching manifests: 0/2 0% complete
2612026-04-25T00:36:48.287ZPlanning: Fetching manifests: 2/2 100% complete
2622026-04-25T00:36:48.317ZPlanning: Package planning ... Done
2632026-04-25T00:36:48.342ZPlanning: Merging actions ... Done
2642026-04-25T00:36:48.466ZPlanning: Checking for conflicting actions ... Done
2652026-04-25T00:36:48.473ZPlanning: Consolidating action changes ... Done
2662026-04-25T00:36:49.669ZPlanning: Evaluating mediators ... Done
2672026-04-25T00:36:49.674ZPlanning: Planning completed in 8.80 seconds
2682026-04-25T00:36:50.162Z Packages to install: 2
2692026-04-25T00:36:50.162Z Mediators to change: 2
2702026-04-25T00:36:50.162Z Services to change: 1
2712026-04-25T00:36:50.162Z Create boot environment: No
2722026-04-25T00:36:50.165ZCreate backup boot environment: No
2732026-04-25T00:36:50.217Z
2742026-04-25T00:36:50.218ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-04-25T00:36:55.230ZDownload: 113/3076 items 14.9/211.3MB 7% complete (5.3M/s)
2762026-04-25T00:37:00.266ZDownload: 324/3076 items 16.1/211.3MB 7% complete (1.8M/s)
2772026-04-25T00:37:05.276ZDownload: 554/3076 items 17.2/211.3MB 8% complete (225k/s)
2782026-04-25T00:37:10.281ZDownload: 966/3076 items 81.3/211.3MB 38% complete (6.5M/s)
2792026-04-25T00:37:17.157ZDownload: 981/3076 items 82.2/211.3MB 38% complete (6.5M/s)
2802026-04-25T00:37:27.240ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2812026-04-25T00:37:32.337ZDownload: 1078/3076 items 114.5/211.3MB 54% complete (6.6M/s)
2822026-04-25T00:37:37.378ZDownload: 1200/3076 items 114.9/211.3MB 54% complete (3.6M/s)
2832026-04-25T00:37:42.747ZDownload: 1253/3076 items 115.1/211.3MB 54% complete (839k/s)
2842026-04-25T00:37:47.769ZDownload: 1435/3076 items 115.7/211.3MB 54% complete (69.8k/s)
2852026-04-25T00:37:52.778ZDownload: 1595/3076 items 116.2/211.3MB 54% complete (114k/s)
2862026-04-25T00:37:57.791ZDownload: 1765/3076 items 117.3/211.3MB 55% complete (141k/s)
2872026-04-25T00:38:03.052ZDownload: 1996/3076 items 117.8/211.3MB 55% complete (163k/s)
2882026-04-25T00:38:13.789ZDownload: 2003/3076 items 117.8/211.3MB 55% complete (153k/s)
2892026-04-25T00:38:27.648ZDownload: 2005/3076 items 117.8/211.3MB 55% complete
2902026-04-25T00:38:32.650ZDownload: 2216/3076 items 118.8/211.3MB 56% complete (210k/s)
2912026-04-25T00:38:37.653ZDownload: 2782/3076 items 120.0/211.3MB 56% complete (223k/s)
2922026-04-25T00:38:43.457ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (8.3M/s)
2932026-04-25T00:39:01.633ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
2942026-04-25T00:39:02.379ZDownload: Completed 211.31 MB in 132.16 seconds (1.6M/s)
2952026-04-25T00:39:02.498Z Actions: 1/3418 actions (Installing new actions)
2962026-04-25T00:39:05.851Z Actions: Completed 3418 actions in 3.35 seconds.
2972026-04-25T00:39:06.166Z Done
2982026-04-25T00:39:06.166Z Done
2992026-04-25T00:39:06.885Z Done
3002026-04-25T00:39:10.100Z Done
3012026-04-25T00:39:10.174Z Done
3022026-04-25T00:39:10.177Z Done
3032026-04-25T00:39:10.505Z Done
3042026-04-25T00:39:11.200Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3052026-04-25T00:39:11.200Z++ set +o errexit
3062026-04-25T00:39:11.203Z++ pkg info pkg-config
3072026-04-25T00:39:11.203Z++ grep -qi installed
3082026-04-25T00:39:11.431Z++ [[ 0 != 0 ]]
3092026-04-25T00:39:11.431Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3102026-04-25T00:39:11.431Z++ set +o errexit
3112026-04-25T00:39:11.434Z++ pkg info brand/omicron1
3122026-04-25T00:39:11.434Z++ grep -qi installed
3132026-04-25T00:39:11.616Zpkg: info: no packages matching the following patterns you specified are
3142026-04-25T00:39:11.616Zinstalled on the system. Try querying remotely instead:
3152026-04-25T00:39:11.616Z
3162026-04-25T00:39:11.616Z brand/omicron1
3172026-04-25T00:39:11.651Z++ [[ 1 != 0 ]]
3182026-04-25T00:39:11.651Z++ set -o errexit
3192026-04-25T00:39:11.651Z++ pfexec pkg install brand/omicron1
3202026-04-25T00:39:12.107Z Startup: Refreshing catalog 'helios-dev' ... Done
3212026-04-25T00:39:18.337ZPlanning: Solver setup ... Done
3222026-04-25T00:39:18.370ZPlanning: Running solver ... Done
3232026-04-25T00:39:18.510ZPlanning: Finding local manifests ... Done
3242026-04-25T00:39:18.512ZPlanning: Fetching manifests: 0/2 0% complete
3252026-04-25T00:39:18.653ZPlanning: Fetching manifests: 2/2 100% complete
3262026-04-25T00:39:18.665ZPlanning: Package planning ... Done
3272026-04-25T00:39:18.668ZPlanning: Merging actions ... Done
3282026-04-25T00:39:18.818ZPlanning: Checking for conflicting actions ... Done
3292026-04-25T00:39:18.821ZPlanning: Consolidating action changes ... Done
3302026-04-25T00:39:18.977ZPlanning: Evaluating mediators ... Done
3312026-04-25T00:39:18.980ZPlanning: Planning completed in 6.87 seconds
3322026-04-25T00:39:18.985Z Packages to install: 2
3332026-04-25T00:39:18.985Z Create boot environment: No
3342026-04-25T00:39:18.985ZCreate backup boot environment: No
3352026-04-25T00:39:19.013Z
3362026-04-25T00:39:19.013ZDownload: 0/5 items 0.0/1.1MB 0% complete
3372026-04-25T00:39:19.122ZDownload: Completed 1.07 MB in 0.11 seconds (9.9M/s)
3382026-04-25T00:39:19.212Z Actions: 1/28 actions (Installing new actions)
3392026-04-25T00:39:19.225Z Actions: Completed 28 actions in 0.01 seconds.
3402026-04-25T00:39:19.743Z Done
3412026-04-25T00:39:19.743Z Done
3422026-04-25T00:39:20.367Z Done
3432026-04-25T00:39:23.082Z Done
3442026-04-25T00:39:23.160Z Done
3452026-04-25T00:39:23.163Z Done
3462026-04-25T00:39:23.311Z Done
3472026-04-25T00:39:23.449Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3482026-04-25T00:39:23.449Z++ set +o errexit
3492026-04-25T00:39:23.452Z++ pkg info brand/omicron1/tools
3502026-04-25T00:39:23.452Z++ grep -qi installed
3512026-04-25T00:39:23.635Zpkg: info: no packages matching the following patterns you specified are
3522026-04-25T00:39:23.635Zinstalled on the system. Try querying remotely instead:
3532026-04-25T00:39:23.635Z
3542026-04-25T00:39:23.635Z brand/omicron1/tools
3552026-04-25T00:39:23.670Z++ [[ 1 != 0 ]]
3562026-04-25T00:39:23.670Z++ set -o errexit
3572026-04-25T00:39:23.670Z++ pfexec pkg install brand/omicron1/tools
3582026-04-25T00:39:24.091Z Startup: Refreshing catalog 'helios-dev' ... Done
3592026-04-25T00:39:30.363ZPlanning: Solver setup ... Done
3602026-04-25T00:39:30.397ZPlanning: Running solver ... Done
3612026-04-25T00:39:30.532ZPlanning: Finding local manifests ... Done
3622026-04-25T00:39:30.535ZPlanning: Fetching manifests: 0/1 0% complete
3632026-04-25T00:39:30.645ZPlanning: Fetching manifests: 1/1 100% complete
3642026-04-25T00:39:30.658ZPlanning: Package planning ... Done
3652026-04-25T00:39:30.661ZPlanning: Merging actions ... Done
3662026-04-25T00:39:30.800ZPlanning: Checking for conflicting actions ... Done
3672026-04-25T00:39:30.803ZPlanning: Consolidating action changes ... Done
3682026-04-25T00:39:30.958ZPlanning: Evaluating mediators ... Done
3692026-04-25T00:39:30.961ZPlanning: Planning completed in 6.87 seconds
3702026-04-25T00:39:30.966Z Packages to install: 1
3712026-04-25T00:39:30.966Z Services to change: 1
3722026-04-25T00:39:30.966Z Create boot environment: No
3732026-04-25T00:39:30.966ZCreate backup boot environment: No
3742026-04-25T00:39:30.995Z
3752026-04-25T00:39:30.995ZDownload: 0/2 items 0.0/1.2MB 0% complete
3762026-04-25T00:39:31.167ZDownload: Completed 1.19 MB in 0.17 seconds (6.9M/s)
3772026-04-25T00:39:31.250Z Actions: 1/19 actions (Installing new actions)
3782026-04-25T00:39:31.265Z Actions: Completed 19 actions in 0.01 seconds.
3792026-04-25T00:39:31.779Z Done
3802026-04-25T00:39:31.779Z Done
3812026-04-25T00:39:32.405Z Done
3822026-04-25T00:39:35.283Z Done
3832026-04-25T00:39:35.357Z Done
3842026-04-25T00:39:35.360Z Done
3852026-04-25T00:39:35.493Z Done
3862026-04-25T00:39:35.631Z++ pfexec svcadm enable baseline
3872026-04-25T00:39:35.646Z++ retry=0
3882026-04-25T00:39:35.649Z+++ svcs -Hostate baseline
3892026-04-25T00:39:35.673Z++ [[ offline* != online ]]
3902026-04-25T00:39:35.673Z++ [[ 0 -gt 300 ]]
3912026-04-25T00:39:35.673Z++ sleep 1
3922026-04-25T00:39:36.675Z++ retry=1
3932026-04-25T00:39:36.678Z+++ svcs -Hostate baseline
3942026-04-25T00:39:36.691Z++ [[ offline* != online ]]
3952026-04-25T00:39:36.691Z++ [[ 1 -gt 300 ]]
3962026-04-25T00:39:36.691Z++ sleep 1
3972026-04-25T00:39:37.692Z++ retry=2
3982026-04-25T00:39:37.695Z+++ svcs -Hostate baseline
3992026-04-25T00:39:37.708Z++ [[ offline* != online ]]
4002026-04-25T00:39:37.708Z++ [[ 2 -gt 300 ]]
4012026-04-25T00:39:37.708Z++ sleep 1
4022026-04-25T00:39:38.710Z++ retry=3
4032026-04-25T00:39:38.713Z+++ svcs -Hostate baseline
4042026-04-25T00:39:38.725Z++ [[ offline* != online ]]
4052026-04-25T00:39:38.725Z++ [[ 3 -gt 300 ]]
4062026-04-25T00:39:38.725Z++ sleep 1
4072026-04-25T00:39:39.728Z++ retry=4
4082026-04-25T00:39:39.731Z+++ svcs -Hostate baseline
4092026-04-25T00:39:39.742Z++ [[ offline* != online ]]
4102026-04-25T00:39:39.742Z++ [[ 4 -gt 300 ]]
4112026-04-25T00:39:39.742Z++ sleep 1
4122026-04-25T00:39:40.744Z++ retry=5
4132026-04-25T00:39:40.747Z+++ svcs -Hostate baseline
4142026-04-25T00:39:40.762Z++ [[ offline* != online ]]
4152026-04-25T00:39:40.765Z++ [[ 5 -gt 300 ]]
4162026-04-25T00:39:40.765Z++ sleep 1
4172026-04-25T00:39:41.764Z++ retry=6
4182026-04-25T00:39:41.767Z+++ svcs -Hostate baseline
4192026-04-25T00:39:41.779Z++ [[ offline* != online ]]
4202026-04-25T00:39:41.779Z++ [[ 6 -gt 300 ]]
4212026-04-25T00:39:41.779Z++ sleep 1
4222026-04-25T00:39:42.781Z++ retry=7
4232026-04-25T00:39:42.784Z+++ svcs -Hostate baseline
4242026-04-25T00:39:42.797Z++ [[ offline* != online ]]
4252026-04-25T00:39:42.797Z++ [[ 7 -gt 300 ]]
4262026-04-25T00:39:42.797Z++ sleep 1
4272026-04-25T00:39:43.799Z++ retry=8
4282026-04-25T00:39:43.803Z+++ svcs -Hostate baseline
4292026-04-25T00:39:43.815Z++ [[ offline* != online ]]
4302026-04-25T00:39:43.815Z++ [[ 8 -gt 300 ]]
4312026-04-25T00:39:43.815Z++ sleep 1
4322026-04-25T00:39:44.817Z++ retry=9
4332026-04-25T00:39:44.820Z+++ svcs -Hostate baseline
4342026-04-25T00:39:44.835Z++ [[ offline* != online ]]
4352026-04-25T00:39:44.836Z++ [[ 9 -gt 300 ]]
4362026-04-25T00:39:44.836Z++ sleep 1
4372026-04-25T00:39:45.836Z++ retry=10
4382026-04-25T00:39:45.839Z+++ svcs -Hostate baseline
4392026-04-25T00:39:45.852Z++ [[ offline* != online ]]
4402026-04-25T00:39:45.852Z++ [[ 10 -gt 300 ]]
4412026-04-25T00:39:45.852Z++ sleep 1
4422026-04-25T00:39:46.855Z++ retry=11
4432026-04-25T00:39:46.858Z+++ svcs -Hostate baseline
4442026-04-25T00:39:46.871Z++ [[ offline* != online ]]
4452026-04-25T00:39:46.871Z++ [[ 11 -gt 300 ]]
4462026-04-25T00:39:46.871Z++ sleep 1
4472026-04-25T00:39:47.873Z++ retry=12
4482026-04-25T00:39:47.876Z+++ svcs -Hostate baseline
4492026-04-25T00:39:47.889Z++ [[ offline* != online ]]
4502026-04-25T00:39:47.890Z++ [[ 12 -gt 300 ]]
4512026-04-25T00:39:47.890Z++ sleep 1
4522026-04-25T00:39:48.892Z++ retry=13
4532026-04-25T00:39:48.895Z+++ svcs -Hostate baseline
4542026-04-25T00:39:48.907Z++ [[ offline* != online ]]
4552026-04-25T00:39:48.907Z++ [[ 13 -gt 300 ]]
4562026-04-25T00:39:48.907Z++ sleep 1
4572026-04-25T00:39:49.909Z++ retry=14
4582026-04-25T00:39:49.912Z+++ svcs -Hostate baseline
4592026-04-25T00:39:49.925Z++ [[ offline* != online ]]
4602026-04-25T00:39:49.925Z++ [[ 14 -gt 300 ]]
4612026-04-25T00:39:49.925Z++ sleep 1
4622026-04-25T00:39:50.927Z++ retry=15
4632026-04-25T00:39:50.930Z+++ svcs -Hostate baseline
4642026-04-25T00:39:50.943Z++ [[ offline* != online ]]
4652026-04-25T00:39:50.943Z++ [[ 15 -gt 300 ]]
4662026-04-25T00:39:50.943Z++ sleep 1
4672026-04-25T00:39:51.945Z++ retry=16
4682026-04-25T00:39:51.948Z+++ svcs -Hostate baseline
4692026-04-25T00:39:51.961Z++ [[ offline* != online ]]
4702026-04-25T00:39:51.961Z++ [[ 16 -gt 300 ]]
4712026-04-25T00:39:51.961Z++ sleep 1
4722026-04-25T00:39:52.963Z++ retry=17
4732026-04-25T00:39:52.966Z+++ svcs -Hostate baseline
4742026-04-25T00:39:52.980Z++ [[ offline* != online ]]
4752026-04-25T00:39:52.980Z++ [[ 17 -gt 300 ]]
4762026-04-25T00:39:52.980Z++ sleep 1
4772026-04-25T00:39:53.982Z++ retry=18
4782026-04-25T00:39:53.985Z+++ svcs -Hostate baseline
4792026-04-25T00:39:53.998Z++ [[ offline* != online ]]
4802026-04-25T00:39:53.998Z++ [[ 18 -gt 300 ]]
4812026-04-25T00:39:53.998Z++ sleep 1
4822026-04-25T00:39:55.001Z++ retry=19
4832026-04-25T00:39:55.004Z+++ svcs -Hostate baseline
4842026-04-25T00:39:55.016Z++ [[ offline* != online ]]
4852026-04-25T00:39:55.016Z++ [[ 19 -gt 300 ]]
4862026-04-25T00:39:55.016Z++ sleep 1
4872026-04-25T00:39:56.018Z++ retry=20
4882026-04-25T00:39:56.021Z+++ svcs -Hostate baseline
4892026-04-25T00:39:56.035Z++ [[ offline* != online ]]
4902026-04-25T00:39:56.035Z++ [[ 20 -gt 300 ]]
4912026-04-25T00:39:56.035Z++ sleep 1
4922026-04-25T00:39:57.037Z++ retry=21
4932026-04-25T00:39:57.042Z+++ svcs -Hostate baseline
4942026-04-25T00:39:57.053Z++ [[ offline* != online ]]
4952026-04-25T00:39:57.053Z++ [[ 21 -gt 300 ]]
4962026-04-25T00:39:57.053Z++ sleep 1
4972026-04-25T00:39:58.056Z++ retry=22
4982026-04-25T00:39:58.059Z+++ svcs -Hostate baseline
4992026-04-25T00:39:58.072Z++ [[ offline* != online ]]
5002026-04-25T00:39:58.072Z++ [[ 22 -gt 300 ]]
5012026-04-25T00:39:58.072Z++ sleep 1
5022026-04-25T00:39:59.097Z++ retry=23
5032026-04-25T00:39:59.101Z+++ svcs -Hostate baseline
5042026-04-25T00:39:59.101Z++ [[ offline* != online ]]
5052026-04-25T00:39:59.101Z++ [[ 23 -gt 300 ]]
5062026-04-25T00:39:59.101Z++ sleep 1
5072026-04-25T00:40:00.093Z++ retry=24
5082026-04-25T00:40:00.096Z+++ svcs -Hostate baseline
5092026-04-25T00:40:00.109Z++ [[ offline* != online ]]
5102026-04-25T00:40:00.109Z++ [[ 24 -gt 300 ]]
5112026-04-25T00:40:00.109Z++ sleep 1
5122026-04-25T00:40:01.111Z++ retry=25
5132026-04-25T00:40:01.114Z+++ svcs -Hostate baseline
5142026-04-25T00:40:01.127Z++ [[ offline* != online ]]
5152026-04-25T00:40:01.127Z++ [[ 25 -gt 300 ]]
5162026-04-25T00:40:01.127Z++ sleep 1
5172026-04-25T00:40:02.129Z++ retry=26
5182026-04-25T00:40:02.132Z+++ svcs -Hostate baseline
5192026-04-25T00:40:02.145Z++ [[ offline* != online ]]
5202026-04-25T00:40:02.145Z++ [[ 26 -gt 300 ]]
5212026-04-25T00:40:02.145Z++ sleep 1
5222026-04-25T00:40:03.147Z++ retry=27
5232026-04-25T00:40:03.150Z+++ svcs -Hostate baseline
5242026-04-25T00:40:03.163Z++ [[ offline* != online ]]
5252026-04-25T00:40:03.163Z++ [[ 27 -gt 300 ]]
5262026-04-25T00:40:03.163Z++ sleep 1
5272026-04-25T00:40:04.165Z++ retry=28
5282026-04-25T00:40:04.168Z+++ svcs -Hostate baseline
5292026-04-25T00:40:04.181Z++ [[ offline* != online ]]
5302026-04-25T00:40:04.181Z++ [[ 28 -gt 300 ]]
5312026-04-25T00:40:04.181Z++ sleep 1
5322026-04-25T00:40:05.183Z++ retry=29
5332026-04-25T00:40:05.186Z+++ svcs -Hostate baseline
5342026-04-25T00:40:05.201Z++ [[ offline* != online ]]
5352026-04-25T00:40:05.201Z++ [[ 29 -gt 300 ]]
5362026-04-25T00:40:05.201Z++ sleep 1
5372026-04-25T00:40:06.204Z++ retry=30
5382026-04-25T00:40:06.208Z+++ svcs -Hostate baseline
5392026-04-25T00:40:06.218Z++ [[ offline* != online ]]
5402026-04-25T00:40:06.218Z++ [[ 30 -gt 300 ]]
5412026-04-25T00:40:06.218Z++ sleep 1
5422026-04-25T00:40:07.220Z++ retry=31
5432026-04-25T00:40:07.223Z+++ svcs -Hostate baseline
5442026-04-25T00:40:07.236Z++ [[ offline* != online ]]
5452026-04-25T00:40:07.236Z++ [[ 31 -gt 300 ]]
5462026-04-25T00:40:07.236Z++ sleep 1
5472026-04-25T00:40:08.238Z++ retry=32
5482026-04-25T00:40:08.241Z+++ svcs -Hostate baseline
5492026-04-25T00:40:08.254Z++ [[ offline* != online ]]
5502026-04-25T00:40:08.254Z++ [[ 32 -gt 300 ]]
5512026-04-25T00:40:08.254Z++ sleep 1
5522026-04-25T00:40:09.257Z++ retry=33
5532026-04-25T00:40:09.260Z+++ svcs -Hostate baseline
5542026-04-25T00:40:09.273Z++ [[ offline* != online ]]
5552026-04-25T00:40:09.273Z++ [[ 33 -gt 300 ]]
5562026-04-25T00:40:09.273Z++ sleep 1
5572026-04-25T00:40:10.275Z++ retry=34
5582026-04-25T00:40:10.277Z+++ svcs -Hostate baseline
5592026-04-25T00:40:10.290Z++ [[ offline* != online ]]
5602026-04-25T00:40:10.291Z++ [[ 34 -gt 300 ]]
5612026-04-25T00:40:10.291Z++ sleep 1
5622026-04-25T00:40:11.293Z++ retry=35
5632026-04-25T00:40:11.296Z+++ svcs -Hostate baseline
5642026-04-25T00:40:11.309Z++ [[ offline* != online ]]
5652026-04-25T00:40:11.309Z++ [[ 35 -gt 300 ]]
5662026-04-25T00:40:11.309Z++ sleep 1
5672026-04-25T00:40:12.311Z++ retry=36
5682026-04-25T00:40:12.314Z+++ svcs -Hostate baseline
5692026-04-25T00:40:12.327Z++ [[ offline* != online ]]
5702026-04-25T00:40:12.327Z++ [[ 36 -gt 300 ]]
5712026-04-25T00:40:12.327Z++ sleep 1
5722026-04-25T00:40:13.329Z++ retry=37
5732026-04-25T00:40:13.332Z+++ svcs -Hostate baseline
5742026-04-25T00:40:13.345Z++ [[ offline* != online ]]
5752026-04-25T00:40:13.345Z++ [[ 37 -gt 300 ]]
5762026-04-25T00:40:13.345Z++ sleep 1
5772026-04-25T00:40:14.347Z++ retry=38
5782026-04-25T00:40:14.350Z+++ svcs -Hostate baseline
5792026-04-25T00:40:14.363Z++ [[ offline* != online ]]
5802026-04-25T00:40:14.363Z++ [[ 38 -gt 300 ]]
5812026-04-25T00:40:14.363Z++ sleep 1
5822026-04-25T00:40:15.365Z++ retry=39
5832026-04-25T00:40:15.370Z+++ svcs -Hostate baseline
5842026-04-25T00:40:15.381Z++ [[ offline* != online ]]
5852026-04-25T00:40:15.381Z++ [[ 39 -gt 300 ]]
5862026-04-25T00:40:15.381Z++ sleep 1
5872026-04-25T00:40:16.383Z++ retry=40
5882026-04-25T00:40:16.388Z+++ svcs -Hostate baseline
5892026-04-25T00:40:16.401Z++ [[ offline* != online ]]
5902026-04-25T00:40:16.401Z++ [[ 40 -gt 300 ]]
5912026-04-25T00:40:16.401Z++ sleep 1
5922026-04-25T00:40:17.402Z++ retry=41
5932026-04-25T00:40:17.405Z+++ svcs -Hostate baseline
5942026-04-25T00:40:17.418Z++ [[ offline* != online ]]
5952026-04-25T00:40:17.418Z++ [[ 41 -gt 300 ]]
5962026-04-25T00:40:17.418Z++ sleep 1
5972026-04-25T00:40:18.421Z++ retry=42
5982026-04-25T00:40:18.423Z+++ svcs -Hostate baseline
5992026-04-25T00:40:18.436Z++ [[ offline* != online ]]
6002026-04-25T00:40:18.436Z++ [[ 42 -gt 300 ]]
6012026-04-25T00:40:18.436Z++ sleep 1
6022026-04-25T00:40:19.438Z++ retry=43
6032026-04-25T00:40:19.441Z+++ svcs -Hostate baseline
6042026-04-25T00:40:19.454Z++ [[ offline* != online ]]
6052026-04-25T00:40:19.454Z++ [[ 43 -gt 300 ]]
6062026-04-25T00:40:19.454Z++ sleep 1
6072026-04-25T00:40:20.456Z++ retry=44
6082026-04-25T00:40:20.459Z+++ svcs -Hostate baseline
6092026-04-25T00:40:20.472Z++ [[ offline* != online ]]
6102026-04-25T00:40:20.472Z++ [[ 44 -gt 300 ]]
6112026-04-25T00:40:20.472Z++ sleep 1
6122026-04-25T00:40:21.474Z++ retry=45
6132026-04-25T00:40:21.477Z+++ svcs -Hostate baseline
6142026-04-25T00:40:21.491Z++ [[ offline* != online ]]
6152026-04-25T00:40:21.491Z++ [[ 45 -gt 300 ]]
6162026-04-25T00:40:21.491Z++ sleep 1
6172026-04-25T00:40:22.492Z++ retry=46
6182026-04-25T00:40:22.495Z+++ svcs -Hostate baseline
6192026-04-25T00:40:22.508Z++ [[ offline* != online ]]
6202026-04-25T00:40:22.508Z++ [[ 46 -gt 300 ]]
6212026-04-25T00:40:22.508Z++ sleep 1
6222026-04-25T00:40:23.510Z++ retry=47
6232026-04-25T00:40:23.515Z+++ svcs -Hostate baseline
6242026-04-25T00:40:23.526Z++ [[ offline* != online ]]
6252026-04-25T00:40:23.526Z++ [[ 47 -gt 300 ]]
6262026-04-25T00:40:23.526Z++ sleep 1
6272026-04-25T00:40:24.528Z++ retry=48
6282026-04-25T00:40:24.531Z+++ svcs -Hostate baseline
6292026-04-25T00:40:24.544Z++ [[ offline* != online ]]
6302026-04-25T00:40:24.544Z++ [[ 48 -gt 300 ]]
6312026-04-25T00:40:24.544Z++ sleep 1
6322026-04-25T00:40:25.546Z++ retry=49
6332026-04-25T00:40:25.549Z+++ svcs -Hostate baseline
6342026-04-25T00:40:25.562Z++ [[ offline* != online ]]
6352026-04-25T00:40:25.562Z++ [[ 49 -gt 300 ]]
6362026-04-25T00:40:25.562Z++ sleep 1
6372026-04-25T00:40:26.564Z++ retry=50
6382026-04-25T00:40:26.567Z+++ svcs -Hostate baseline
6392026-04-25T00:40:26.580Z++ [[ offline* != online ]]
6402026-04-25T00:40:26.580Z++ [[ 50 -gt 300 ]]
6412026-04-25T00:40:26.580Z++ sleep 1
6422026-04-25T00:40:27.583Z++ retry=51
6432026-04-25T00:40:27.586Z+++ svcs -Hostate baseline
6442026-04-25T00:40:27.598Z++ [[ offline* != online ]]
6452026-04-25T00:40:27.598Z++ [[ 51 -gt 300 ]]
6462026-04-25T00:40:27.598Z++ sleep 1
6472026-04-25T00:40:28.600Z++ retry=52
6482026-04-25T00:40:28.603Z+++ svcs -Hostate baseline
6492026-04-25T00:40:28.616Z++ [[ offline* != online ]]
6502026-04-25T00:40:28.616Z++ [[ 52 -gt 300 ]]
6512026-04-25T00:40:28.616Z++ sleep 1
6522026-04-25T00:40:29.618Z++ retry=53
6532026-04-25T00:40:29.621Z+++ svcs -Hostate baseline
6542026-04-25T00:40:29.634Z++ [[ offline* != online ]]
6552026-04-25T00:40:29.634Z++ [[ 53 -gt 300 ]]
6562026-04-25T00:40:29.634Z++ sleep 1
6572026-04-25T00:40:30.637Z++ retry=54
6582026-04-25T00:40:30.640Z+++ svcs -Hostate baseline
6592026-04-25T00:40:30.653Z++ [[ offline* != online ]]
6602026-04-25T00:40:30.653Z++ [[ 54 -gt 300 ]]
6612026-04-25T00:40:30.654Z++ sleep 1
6622026-04-25T00:40:31.655Z++ retry=55
6632026-04-25T00:40:31.657Z+++ svcs -Hostate baseline
6642026-04-25T00:40:31.671Z++ [[ offline* != online ]]
6652026-04-25T00:40:31.671Z++ [[ 55 -gt 300 ]]
6662026-04-25T00:40:31.671Z++ sleep 1
6672026-04-25T00:40:32.673Z++ retry=56
6682026-04-25T00:40:32.676Z+++ svcs -Hostate baseline
6692026-04-25T00:40:32.689Z++ [[ offline* != online ]]
6702026-04-25T00:40:32.689Z++ [[ 56 -gt 300 ]]
6712026-04-25T00:40:32.689Z++ sleep 1
6722026-04-25T00:40:33.692Z++ retry=57
6732026-04-25T00:40:33.695Z+++ svcs -Hostate baseline
6742026-04-25T00:40:33.708Z++ [[ offline* != online ]]
6752026-04-25T00:40:33.708Z++ [[ 57 -gt 300 ]]
6762026-04-25T00:40:33.708Z++ sleep 1
6772026-04-25T00:40:34.711Z++ retry=58
6782026-04-25T00:40:34.714Z+++ svcs -Hostate baseline
6792026-04-25T00:40:34.726Z++ [[ offline* != online ]]
6802026-04-25T00:40:34.726Z++ [[ 58 -gt 300 ]]
6812026-04-25T00:40:34.726Z++ sleep 1
6822026-04-25T00:40:35.728Z++ retry=59
6832026-04-25T00:40:35.730Z+++ svcs -Hostate baseline
6842026-04-25T00:40:35.743Z++ [[ offline* != online ]]
6852026-04-25T00:40:35.743Z++ [[ 59 -gt 300 ]]
6862026-04-25T00:40:35.743Z++ sleep 1
6872026-04-25T00:40:36.745Z++ retry=60
6882026-04-25T00:40:36.748Z+++ svcs -Hostate baseline
6892026-04-25T00:40:36.761Z++ [[ offline* != online ]]
6902026-04-25T00:40:36.761Z++ [[ 60 -gt 300 ]]
6912026-04-25T00:40:36.761Z++ sleep 1
6922026-04-25T00:40:37.763Z++ retry=61
6932026-04-25T00:40:37.766Z+++ svcs -Hostate baseline
6942026-04-25T00:40:37.779Z++ [[ offline* != online ]]
6952026-04-25T00:40:37.779Z++ [[ 61 -gt 300 ]]
6962026-04-25T00:40:37.779Z++ sleep 1
6972026-04-25T00:40:38.781Z++ retry=62
6982026-04-25T00:40:38.784Z+++ svcs -Hostate baseline
6992026-04-25T00:40:38.798Z++ [[ offline* != online ]]
7002026-04-25T00:40:38.798Z++ [[ 62 -gt 300 ]]
7012026-04-25T00:40:38.798Z++ sleep 1
7022026-04-25T00:40:39.801Z++ retry=63
7032026-04-25T00:40:39.804Z+++ svcs -Hostate baseline
7042026-04-25T00:40:39.816Z++ [[ offline* != online ]]
7052026-04-25T00:40:39.816Z++ [[ 63 -gt 300 ]]
7062026-04-25T00:40:39.816Z++ sleep 1
7072026-04-25T00:40:40.819Z++ retry=64
7082026-04-25T00:40:40.822Z+++ svcs -Hostate baseline
7092026-04-25T00:40:40.835Z++ [[ offline* != online ]]
7102026-04-25T00:40:40.835Z++ [[ 64 -gt 300 ]]
7112026-04-25T00:40:40.835Z++ sleep 1
7122026-04-25T00:40:41.837Z++ retry=65
7132026-04-25T00:40:41.841Z+++ svcs -Hostate baseline
7142026-04-25T00:40:41.856Z++ [[ offline* != online ]]
7152026-04-25T00:40:41.856Z++ [[ 65 -gt 300 ]]
7162026-04-25T00:40:41.856Z++ sleep 1
7172026-04-25T00:40:42.856Z++ retry=66
7182026-04-25T00:40:42.859Z+++ svcs -Hostate baseline
7192026-04-25T00:40:42.872Z++ [[ offline* != online ]]
7202026-04-25T00:40:42.872Z++ [[ 66 -gt 300 ]]
7212026-04-25T00:40:42.872Z++ sleep 1
7222026-04-25T00:40:43.874Z++ retry=67
7232026-04-25T00:40:43.877Z+++ svcs -Hostate baseline
7242026-04-25T00:40:43.890Z++ [[ offline* != online ]]
7252026-04-25T00:40:43.891Z++ [[ 67 -gt 300 ]]
7262026-04-25T00:40:43.891Z++ sleep 1
7272026-04-25T00:40:44.893Z++ retry=68
7282026-04-25T00:40:44.896Z+++ svcs -Hostate baseline
7292026-04-25T00:40:44.909Z++ [[ offline* != online ]]
7302026-04-25T00:40:44.909Z++ [[ 68 -gt 300 ]]
7312026-04-25T00:40:44.909Z++ sleep 1
7322026-04-25T00:40:45.912Z++ retry=69
7332026-04-25T00:40:45.915Z+++ svcs -Hostate baseline
7342026-04-25T00:40:45.928Z++ [[ offline* != online ]]
7352026-04-25T00:40:45.928Z++ [[ 69 -gt 300 ]]
7362026-04-25T00:40:45.928Z++ sleep 1
7372026-04-25T00:40:46.930Z++ retry=70
7382026-04-25T00:40:46.933Z+++ svcs -Hostate baseline
7392026-04-25T00:40:46.946Z++ [[ offline* != online ]]
7402026-04-25T00:40:46.946Z++ [[ 70 -gt 300 ]]
7412026-04-25T00:40:46.946Z++ sleep 1
7422026-04-25T00:40:47.948Z++ retry=71
7432026-04-25T00:40:47.951Z+++ svcs -Hostate baseline
7442026-04-25T00:40:47.964Z++ [[ offline* != online ]]
7452026-04-25T00:40:47.964Z++ [[ 71 -gt 300 ]]
7462026-04-25T00:40:47.964Z++ sleep 1
7472026-04-25T00:40:48.966Z++ retry=72
7482026-04-25T00:40:48.969Z+++ svcs -Hostate baseline
7492026-04-25T00:40:48.982Z++ [[ offline* != online ]]
7502026-04-25T00:40:48.982Z++ [[ 72 -gt 300 ]]
7512026-04-25T00:40:48.982Z++ sleep 1
7522026-04-25T00:40:49.984Z++ retry=73
7532026-04-25T00:40:49.987Z+++ svcs -Hostate baseline
7542026-04-25T00:40:50.001Z++ [[ offline* != online ]]
7552026-04-25T00:40:50.001Z++ [[ 73 -gt 300 ]]
7562026-04-25T00:40:50.001Z++ sleep 1
7572026-04-25T00:40:51.026Z++ retry=74
7582026-04-25T00:40:51.032Z+++ svcs -Hostate baseline
7592026-04-25T00:40:51.032Z++ [[ offline* != online ]]
7602026-04-25T00:40:51.032Z++ [[ 74 -gt 300 ]]
7612026-04-25T00:40:51.032Z++ sleep 1
7622026-04-25T00:40:52.021Z++ retry=75
7632026-04-25T00:40:52.024Z+++ svcs -Hostate baseline
7642026-04-25T00:40:52.037Z++ [[ offline* != online ]]
7652026-04-25T00:40:52.037Z++ [[ 75 -gt 300 ]]
7662026-04-25T00:40:52.037Z++ sleep 1
7672026-04-25T00:40:53.039Z++ retry=76
7682026-04-25T00:40:53.042Z+++ svcs -Hostate baseline
7692026-04-25T00:40:53.055Z++ [[ offline* != online ]]
7702026-04-25T00:40:53.055Z++ [[ 76 -gt 300 ]]
7712026-04-25T00:40:53.055Z++ sleep 1
7722026-04-25T00:40:54.058Z++ retry=77
7732026-04-25T00:40:54.064Z+++ svcs -Hostate baseline
7742026-04-25T00:40:54.073Z++ [[ offline* != online ]]
7752026-04-25T00:40:54.073Z++ [[ 77 -gt 300 ]]
7762026-04-25T00:40:54.073Z++ sleep 1
7772026-04-25T00:40:55.075Z++ retry=78
7782026-04-25T00:40:55.078Z+++ svcs -Hostate baseline
7792026-04-25T00:40:55.091Z++ [[ offline* != online ]]
7802026-04-25T00:40:55.091Z++ [[ 78 -gt 300 ]]
7812026-04-25T00:40:55.091Z++ sleep 1
7822026-04-25T00:40:56.094Z++ retry=79
7832026-04-25T00:40:56.097Z+++ svcs -Hostate baseline
7842026-04-25T00:40:56.109Z++ [[ offline* != online ]]
7852026-04-25T00:40:56.109Z++ [[ 79 -gt 300 ]]
7862026-04-25T00:40:56.109Z++ sleep 1
7872026-04-25T00:40:57.112Z++ retry=80
7882026-04-25T00:40:57.128Z+++ svcs -Hostate baseline
7892026-04-25T00:40:57.146Z++ [[ offline* != online ]]
7902026-04-25T00:40:57.146Z++ [[ 80 -gt 300 ]]
7912026-04-25T00:40:57.146Z++ sleep 1
7922026-04-25T00:40:58.131Z++ retry=81
7932026-04-25T00:40:58.135Z+++ svcs -Hostate baseline
7942026-04-25T00:40:58.146Z++ [[ offline* != online ]]
7952026-04-25T00:40:58.147Z++ [[ 81 -gt 300 ]]
7962026-04-25T00:40:58.147Z++ sleep 1
7972026-04-25T00:40:59.148Z++ retry=82
7982026-04-25T00:40:59.151Z+++ svcs -Hostate baseline
7992026-04-25T00:40:59.164Z++ [[ offline* != online ]]
8002026-04-25T00:40:59.164Z++ [[ 82 -gt 300 ]]
8012026-04-25T00:40:59.164Z++ sleep 1
8022026-04-25T00:41:00.666Z++ retry=83
8032026-04-25T00:41:00.682Z+++ svcs -Hostate baseline
8042026-04-25T00:41:00.682Z++ [[ offline* != online ]]
8052026-04-25T00:41:00.682Z++ [[ 83 -gt 300 ]]
8062026-04-25T00:41:00.682Z++ sleep 1
8072026-04-25T00:41:01.185Z++ retry=84
8082026-04-25T00:41:01.188Z+++ svcs -Hostate baseline
8092026-04-25T00:41:01.201Z++ [[ offline* != online ]]
8102026-04-25T00:41:01.201Z++ [[ 84 -gt 300 ]]
8112026-04-25T00:41:01.201Z++ sleep 1
8122026-04-25T00:41:02.203Z++ retry=85
8132026-04-25T00:41:02.207Z+++ svcs -Hostate baseline
8142026-04-25T00:41:02.219Z++ [[ offline* != online ]]
8152026-04-25T00:41:02.219Z++ [[ 85 -gt 300 ]]
8162026-04-25T00:41:02.219Z++ sleep 1
8172026-04-25T00:41:03.223Z++ retry=86
8182026-04-25T00:41:03.229Z+++ svcs -Hostate baseline
8192026-04-25T00:41:03.242Z++ [[ offline* != online ]]
8202026-04-25T00:41:03.242Z++ [[ 86 -gt 300 ]]
8212026-04-25T00:41:03.242Z++ sleep 1
8222026-04-25T00:41:04.241Z++ retry=87
8232026-04-25T00:41:04.253Z+++ svcs -Hostate baseline
8242026-04-25T00:41:04.259Z++ [[ offline* != online ]]
8252026-04-25T00:41:04.259Z++ [[ 87 -gt 300 ]]
8262026-04-25T00:41:04.259Z++ sleep 1
8272026-04-25T00:41:05.258Z++ retry=88
8282026-04-25T00:41:05.261Z+++ svcs -Hostate baseline
8292026-04-25T00:41:05.276Z++ [[ offline* != online ]]
8302026-04-25T00:41:05.276Z++ [[ 88 -gt 300 ]]
8312026-04-25T00:41:05.276Z++ sleep 1
8322026-04-25T00:41:06.737Z++ retry=89
8332026-04-25T00:41:06.761Z+++ svcs -Hostate baseline
8342026-04-25T00:41:06.761Z++ [[ offline* != online ]]
8352026-04-25T00:41:06.761Z++ [[ 89 -gt 300 ]]
8362026-04-25T00:41:06.761Z++ sleep 1
8372026-04-25T00:41:07.293Z++ retry=90
8382026-04-25T00:41:07.299Z+++ svcs -Hostate baseline
8392026-04-25T00:41:07.309Z++ [[ offline* != online ]]
8402026-04-25T00:41:07.309Z++ [[ 90 -gt 300 ]]
8412026-04-25T00:41:07.309Z++ sleep 1
8422026-04-25T00:41:08.311Z++ retry=91
8432026-04-25T00:41:08.314Z+++ svcs -Hostate baseline
8442026-04-25T00:41:08.326Z++ [[ offline* != online ]]
8452026-04-25T00:41:08.326Z++ [[ 91 -gt 300 ]]
8462026-04-25T00:41:08.326Z++ sleep 1
8472026-04-25T00:41:09.329Z++ retry=92
8482026-04-25T00:41:09.332Z+++ svcs -Hostate baseline
8492026-04-25T00:41:09.344Z++ [[ offline* != online ]]
8502026-04-25T00:41:09.344Z++ [[ 92 -gt 300 ]]
8512026-04-25T00:41:09.345Z++ sleep 1
8522026-04-25T00:41:10.347Z++ retry=93
8532026-04-25T00:41:10.349Z+++ svcs -Hostate baseline
8542026-04-25T00:41:10.362Z++ [[ offline* != online ]]
8552026-04-25T00:41:10.362Z++ [[ 93 -gt 300 ]]
8562026-04-25T00:41:10.363Z++ sleep 1
8572026-04-25T00:41:11.366Z++ retry=94
8582026-04-25T00:41:11.369Z+++ svcs -Hostate baseline
8592026-04-25T00:41:11.379Z++ [[ offline* != online ]]
8602026-04-25T00:41:11.380Z++ [[ 94 -gt 300 ]]
8612026-04-25T00:41:11.380Z++ sleep 1
8622026-04-25T00:41:12.383Z++ retry=95
8632026-04-25T00:41:12.386Z+++ svcs -Hostate baseline
8642026-04-25T00:41:12.396Z++ [[ offline* != online ]]
8652026-04-25T00:41:12.396Z++ [[ 95 -gt 300 ]]
8662026-04-25T00:41:12.396Z++ sleep 1
8672026-04-25T00:41:13.398Z++ retry=96
8682026-04-25T00:41:13.401Z+++ svcs -Hostate baseline
8692026-04-25T00:41:13.413Z++ [[ offline* != online ]]
8702026-04-25T00:41:13.413Z++ [[ 96 -gt 300 ]]
8712026-04-25T00:41:13.413Z++ sleep 1
8722026-04-25T00:41:14.415Z++ retry=97
8732026-04-25T00:41:14.418Z+++ svcs -Hostate baseline
8742026-04-25T00:41:14.429Z++ [[ offline* != online ]]
8752026-04-25T00:41:14.429Z++ [[ 97 -gt 300 ]]
8762026-04-25T00:41:14.430Z++ sleep 1
8772026-04-25T00:41:15.431Z++ retry=98
8782026-04-25T00:41:15.434Z+++ svcs -Hostate baseline
8792026-04-25T00:41:15.447Z++ [[ offline* != online ]]
8802026-04-25T00:41:15.447Z++ [[ 98 -gt 300 ]]
8812026-04-25T00:41:15.447Z++ sleep 1
8822026-04-25T00:41:16.449Z++ retry=99
8832026-04-25T00:41:16.452Z+++ svcs -Hostate baseline
8842026-04-25T00:41:16.465Z++ [[ offline* != online ]]
8852026-04-25T00:41:16.465Z++ [[ 99 -gt 300 ]]
8862026-04-25T00:41:16.465Z++ sleep 1
8872026-04-25T00:41:17.467Z++ retry=100
8882026-04-25T00:41:17.470Z+++ svcs -Hostate baseline
8892026-04-25T00:41:17.482Z++ [[ offline* != online ]]
8902026-04-25T00:41:17.482Z++ [[ 100 -gt 300 ]]
8912026-04-25T00:41:17.482Z++ sleep 1
8922026-04-25T00:41:18.485Z++ retry=101
8932026-04-25T00:41:18.488Z+++ svcs -Hostate baseline
8942026-04-25T00:41:18.501Z++ [[ offline* != online ]]
8952026-04-25T00:41:18.501Z++ [[ 101 -gt 300 ]]
8962026-04-25T00:41:18.501Z++ sleep 1
8972026-04-25T00:41:19.501Z++ retry=102
8982026-04-25T00:41:19.505Z+++ svcs -Hostate baseline
8992026-04-25T00:41:19.516Z++ [[ offline* != online ]]
9002026-04-25T00:41:19.516Z++ [[ 102 -gt 300 ]]
9012026-04-25T00:41:19.516Z++ sleep 1
9022026-04-25T00:41:20.518Z++ retry=103
9032026-04-25T00:41:20.521Z+++ svcs -Hostate baseline
9042026-04-25T00:41:20.533Z++ [[ offline* != online ]]
9052026-04-25T00:41:20.533Z++ [[ 103 -gt 300 ]]
9062026-04-25T00:41:20.533Z++ sleep 1
9072026-04-25T00:41:21.535Z++ retry=104
9082026-04-25T00:41:21.538Z+++ svcs -Hostate baseline
9092026-04-25T00:41:21.552Z++ [[ offline* != online ]]
9102026-04-25T00:41:21.552Z++ [[ 104 -gt 300 ]]
9112026-04-25T00:41:21.552Z++ sleep 1
9122026-04-25T00:41:22.554Z++ retry=105
9132026-04-25T00:41:22.558Z+++ svcs -Hostate baseline
9142026-04-25T00:41:22.570Z++ [[ offline* != online ]]
9152026-04-25T00:41:22.570Z++ [[ 105 -gt 300 ]]
9162026-04-25T00:41:22.570Z++ sleep 1
9172026-04-25T00:41:23.572Z++ retry=106
9182026-04-25T00:41:23.575Z+++ svcs -Hostate baseline
9192026-04-25T00:41:23.588Z++ [[ offline* != online ]]
9202026-04-25T00:41:23.588Z++ [[ 106 -gt 300 ]]
9212026-04-25T00:41:23.588Z++ sleep 1
9222026-04-25T00:41:24.591Z++ retry=107
9232026-04-25T00:41:24.594Z+++ svcs -Hostate baseline
9242026-04-25T00:41:24.606Z++ [[ offline* != online ]]
9252026-04-25T00:41:24.606Z++ [[ 107 -gt 300 ]]
9262026-04-25T00:41:24.607Z++ sleep 1
9272026-04-25T00:41:25.608Z++ retry=108
9282026-04-25T00:41:25.611Z+++ svcs -Hostate baseline
9292026-04-25T00:41:25.625Z++ [[ offline* != online ]]
9302026-04-25T00:41:25.625Z++ [[ 108 -gt 300 ]]
9312026-04-25T00:41:25.625Z++ sleep 1
9322026-04-25T00:41:26.626Z++ retry=109
9332026-04-25T00:41:26.629Z+++ svcs -Hostate baseline
9342026-04-25T00:41:26.643Z++ [[ offline* != online ]]
9352026-04-25T00:41:26.643Z++ [[ 109 -gt 300 ]]
9362026-04-25T00:41:26.643Z++ sleep 1
9372026-04-25T00:41:27.643Z++ retry=110
9382026-04-25T00:41:27.646Z+++ svcs -Hostate baseline
9392026-04-25T00:41:27.660Z++ [[ offline* != online ]]
9402026-04-25T00:41:27.660Z++ [[ 110 -gt 300 ]]
9412026-04-25T00:41:27.660Z++ sleep 1
9422026-04-25T00:41:28.661Z++ retry=111
9432026-04-25T00:41:28.664Z+++ svcs -Hostate baseline
9442026-04-25T00:41:28.676Z++ [[ offline* != online ]]
9452026-04-25T00:41:28.676Z++ [[ 111 -gt 300 ]]
9462026-04-25T00:41:28.676Z++ sleep 1
9472026-04-25T00:41:29.678Z++ retry=112
9482026-04-25T00:41:29.681Z+++ svcs -Hostate baseline
9492026-04-25T00:41:29.720Z++ [[ offline* != online ]]
9502026-04-25T00:41:29.720Z++ [[ 112 -gt 300 ]]
9512026-04-25T00:41:29.720Z++ sleep 1
9522026-04-25T00:41:30.696Z++ retry=113
9532026-04-25T00:41:30.699Z+++ svcs -Hostate baseline
9542026-04-25T00:41:30.712Z++ [[ offline* != online ]]
9552026-04-25T00:41:30.712Z++ [[ 113 -gt 300 ]]
9562026-04-25T00:41:30.715Z++ sleep 1
9572026-04-25T00:41:31.715Z++ retry=114
9582026-04-25T00:41:31.717Z+++ svcs -Hostate baseline
9592026-04-25T00:41:31.730Z++ [[ offline* != online ]]
9602026-04-25T00:41:31.730Z++ [[ 114 -gt 300 ]]
9612026-04-25T00:41:31.730Z++ sleep 1
9622026-04-25T00:41:32.732Z++ retry=115
9632026-04-25T00:41:32.736Z+++ svcs -Hostate baseline
9642026-04-25T00:41:32.748Z++ [[ online != online ]]
9652026-04-25T00:41:32.748Z++ set -o errexit
9662026-04-25T00:41:32.751Z++ set -o pipefail
9672026-04-25T00:41:32.751Z++ banner build
9682026-04-25T00:41:32.751Z
9692026-04-25T00:41:32.751Z ##### # # # # #####
9702026-04-25T00:41:32.751Z # # # # # # # #
9712026-04-25T00:41:32.751Z ##### # # # # # #
9722026-04-25T00:41:32.751Z # # # # # # # #
9732026-04-25T00:41:32.751Z # # # # # # # #
9742026-04-25T00:41:32.751Z ##### #### # ###### #####
9752026-04-25T00:41:32.751Z
9762026-04-25T00:41:32.751Z++ cargo build --release --bin ddmd --bin ddmadm
9772026-04-25T00:41:32.756Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
9782026-04-25T00:41:32.915Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
9792026-04-25T00:41:32.918Zinfo: downloading 6 components
9802026-04-25T00:41:47.179Z Updating git repository `https://github.com/oxidecomputer/falcon`
9812026-04-25T00:41:47.748ZFrom https://github.com/oxidecomputer/falcon
9822026-04-25T00:41:47.748Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
9832026-04-25T00:41:47.827Z Updating crates.io index
9842026-04-25T00:41:47.862Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9852026-04-25T00:41:48.575ZFrom https://github.com/oxidecomputer/dendrite
9862026-04-25T00:41:48.575Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9872026-04-25T00:41:48.807Z Updating git repository `https://github.com/oxidecomputer/ispf`
9882026-04-25T00:41:49.081ZFrom https://github.com/oxidecomputer/ispf
9892026-04-25T00:41:49.081Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9902026-04-25T00:41:49.084Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9912026-04-25T00:41:49.409ZFrom https://github.com/oxidecomputer/netadm-sys
9922026-04-25T00:41:49.409Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
9932026-04-25T00:41:49.416Z Updating git repository `https://github.com/oxidecomputer/omicron`
9942026-04-25T00:41:55.165ZFrom https://github.com/oxidecomputer/omicron
9952026-04-25T00:41:55.165Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
9962026-04-25T00:41:55.577Z Updating git repository `https://github.com/oxidecomputer/opte`
9972026-04-25T00:41:56.154ZFrom https://github.com/oxidecomputer/opte
9982026-04-25T00:41:56.154Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
9992026-04-25T00:41:56.634Z Updating git repository `https://github.com/illumos/smf-rs`
10002026-04-25T00:41:56.906ZFrom https://github.com/illumos/smf-rs
10012026-04-25T00:41:56.906Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
10022026-04-25T00:41:57.093Z Updating git repository `https://github.com/oxidecomputer/network-interface`
10032026-04-25T00:41:57.353ZFrom https://github.com/oxidecomputer/network-interface
10042026-04-25T00:41:57.353Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
10052026-04-25T00:41:57.380Z Updating git repository `https://github.com/oxidecomputer/zone`
10062026-04-25T00:41:57.631ZFrom https://github.com/oxidecomputer/zone
10072026-04-25T00:41:57.632Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
10082026-04-25T00:41:57.684Z Updating git repository `https://github.com/oxidecomputer/propolis`
10092026-04-25T00:41:58.263ZFrom https://github.com/oxidecomputer/propolis
10102026-04-25T00:41:58.263Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
10112026-04-25T00:41:58.336Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
10122026-04-25T00:41:58.823ZFrom https://github.com/oxidecomputer/transceiver-control
10132026-04-25T00:41:58.823Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
10142026-04-25T00:41:58.998Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
10152026-04-25T00:41:59.256ZFrom https://github.com/oxidecomputer/dlpi-sys
10162026-04-25T00:41:59.256Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
10172026-04-25T00:41:59.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
10182026-04-25T00:41:59.542ZFrom https://github.com/jmesmon/rust-libzfs
10192026-04-25T00:41:59.542Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
10202026-04-25T00:41:59.551Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10212026-04-25T00:41:59.800ZFrom https://github.com/oxidecomputer/rusty-doors
10222026-04-25T00:41:59.800Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10232026-04-25T00:41:59.858Z Updating git repository `https://github.com/oxidecomputer/lldp`
10242026-04-25T00:42:00.186ZFrom https://github.com/oxidecomputer/lldp
10252026-04-25T00:42:00.186Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
10262026-04-25T00:42:00.200Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10272026-04-25T00:42:00.464ZFrom https://github.com/oxidecomputer/slog-error-chain
10282026-04-25T00:42:00.464Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10292026-04-25T00:42:00.522Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10302026-04-25T00:42:00.794ZFrom https://github.com/oxidecomputer/tufaceous
10312026-04-25T00:42:00.794Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
10322026-04-25T00:42:00.960Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10332026-04-25T00:42:01.387ZFrom https://github.com/oxidecomputer/management-gateway-service
10342026-04-25T00:42:01.387Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
10352026-04-25T00:42:01.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
10362026-04-25T00:42:02.510ZFrom https://github.com/oxidecomputer/crucible
10372026-04-25T00:42:02.511Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10382026-04-25T00:42:03.121Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10392026-04-25T00:42:03.401ZFrom https://github.com/oxidecomputer/serde_human_bytes
10402026-04-25T00:42:03.401Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10412026-04-25T00:42:04.175Z Updating git repository `https://github.com/oxidecomputer/propolis`
10422026-04-25T00:42:04.478ZFrom https://github.com/oxidecomputer/propolis
10432026-04-25T00:42:04.478Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
10442026-04-25T00:42:04.572Z Updating git repository `https://github.com/oxidecomputer/tofino`
10452026-04-25T00:42:04.836ZFrom https://github.com/oxidecomputer/tofino
10462026-04-25T00:42:04.836Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
10472026-04-25T00:42:04.855Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10482026-04-25T00:42:05.631ZFrom https://github.com/oxidecomputer/maghemite
10492026-04-25T00:42:05.631Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
10502026-04-25T00:42:05.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
10512026-04-25T00:42:05.932ZFrom https://github.com/oxidecomputer/clickward
10522026-04-25T00:42:05.932Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10532026-04-25T00:42:05.978Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10542026-04-25T00:42:06.363ZFrom https://github.com/oxidecomputer/illumos-devinfo
10552026-04-25T00:42:06.363Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10562026-04-25T00:42:06.632Z Updating git repository `https://github.com/oxidecomputer/crucible`
10572026-04-25T00:42:06.951ZFrom https://github.com/oxidecomputer/crucible
10582026-04-25T00:42:06.951Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
10592026-04-25T00:42:08.043Z Downloading crates ...
10602026-04-25T00:42:08.106Z Downloaded adler2 v2.0.1
10612026-04-25T00:42:08.116Z Downloaded anstyle-parse v1.0.0
10622026-04-25T00:42:08.120Z Downloaded aead v0.5.2
10632026-04-25T00:42:08.125Z Downloaded darling_macro v0.23.0
10642026-04-25T00:42:08.129Z Downloaded ahash v0.8.12
10652026-04-25T00:42:08.132Z Downloaded hash32 v0.3.1
10662026-04-25T00:42:08.135Z Downloaded git-stub-vcs v0.1.0
10672026-04-25T00:42:08.138Z Downloaded dunce v1.0.5
10682026-04-25T00:42:08.141Z Downloaded aho-corasick v1.1.4
10692026-04-25T00:42:08.144Z Downloaded hostname v0.4.2
10702026-04-25T00:42:08.147Z Downloaded find-msvc-tools v0.1.9
10712026-04-25T00:42:08.149Z Downloaded argon2 v0.5.3
10722026-04-25T00:42:08.152Z Downloaded cpufeatures v0.2.17
10732026-04-25T00:42:08.155Z Downloaded allocator-api2 v0.2.21
10742026-04-25T00:42:08.158Z Downloaded arc-swap v1.9.0
10752026-04-25T00:42:08.161Z Downloaded blake2 v0.10.6
10762026-04-25T00:42:08.163Z Downloaded cmake v0.1.58
10772026-04-25T00:42:08.166Z Downloaded hex v0.4.3
10782026-04-25T00:42:08.169Z Downloaded defmt v0.3.100
10792026-04-25T00:42:08.172Z Downloaded clap v4.6.0
10802026-04-25T00:42:08.178Z Downloaded fxhash v0.2.1
10812026-04-25T00:42:08.180Z Downloaded futures-core v0.3.32
10822026-04-25T00:42:08.183Z Downloaded embedded-io v0.6.1
10832026-04-25T00:42:08.186Z Downloaded curve25519-dalek-derive v0.1.1
10842026-04-25T00:42:08.186Z Downloaded base16ct v0.2.0
10852026-04-25T00:42:08.189Z Downloaded group v0.13.0
10862026-04-25T00:42:08.192Z Downloaded async-recursion v1.1.1
10872026-04-25T00:42:08.195Z Downloaded futures-io v0.3.32
10882026-04-25T00:42:08.198Z Downloaded httpdate v1.0.3
10892026-04-25T00:42:08.201Z Downloaded futures-task v0.3.32
10902026-04-25T00:42:08.201Z Downloaded futures-macro v0.3.32
10912026-04-25T00:42:08.205Z Downloaded foreign-types v0.3.2
10922026-04-25T00:42:08.207Z Downloaded crucible-workspace-hack v0.1.0
10932026-04-25T00:42:08.207Z Downloaded fixedbitset v0.4.2
10942026-04-25T00:42:08.211Z Downloaded enum-as-inner v0.6.1
10952026-04-25T00:42:08.214Z Downloaded errno v0.3.14
10962026-04-25T00:42:08.214Z Downloaded debug-ignore v1.0.5
10972026-04-25T00:42:08.217Z Downloaded cstr-argument v0.1.2
10982026-04-25T00:42:08.220Z Downloaded fnv v1.0.7
10992026-04-25T00:42:08.220Z Downloaded float-ord v0.3.2
11002026-04-25T00:42:08.222Z Downloaded const-random v0.1.18
11012026-04-25T00:42:08.225Z Downloaded http-body v1.0.1
11022026-04-25T00:42:08.225Z Downloaded form_urlencoded v1.2.2
11032026-04-25T00:42:08.228Z Downloaded foreign-types-shared v0.1.1
11042026-04-25T00:42:08.228Z Downloaded atomicwrites v0.4.4
11052026-04-25T00:42:08.231Z Downloaded heck v0.5.0
11062026-04-25T00:42:08.234Z Downloaded atomic-waker v1.1.2
11072026-04-25T00:42:08.234Z Downloaded futures-sink v0.3.32
11082026-04-25T00:42:08.237Z Downloaded generic-array v0.14.7
11092026-04-25T00:42:08.240Z Downloaded embedded-io v0.4.0
11102026-04-25T00:42:08.242Z Downloaded gethostname v0.5.0
11112026-04-25T00:42:08.242Z Downloaded bytecount v0.6.9
11122026-04-25T00:42:08.245Z Downloaded hostname v0.3.1
11132026-04-25T00:42:08.248Z Downloaded cobs v0.3.0
11142026-04-25T00:42:08.251Z Downloaded anstyle v1.0.14
11152026-04-25T00:42:08.254Z Downloaded hubpack_derive v0.1.1
11162026-04-25T00:42:08.254Z Downloaded hubpack v0.1.2
11172026-04-25T00:42:08.257Z Downloaded instant v0.1.13
11182026-04-25T00:42:08.259Z Downloaded ident_case v1.0.1
11192026-04-25T00:42:08.259Z Downloaded internet-checksum v0.2.1
11202026-04-25T00:42:08.262Z Downloaded globset v0.4.18
11212026-04-25T00:42:08.266Z Downloaded itoa v1.0.18
11222026-04-25T00:42:08.266Z Downloaded keccak v0.1.6
11232026-04-25T00:42:08.269Z Downloaded fs-err v3.3.0
11242026-04-25T00:42:08.272Z Downloaded foldhash v0.2.0
11252026-04-25T00:42:08.272Z Downloaded ff v0.13.1
11262026-04-25T00:42:08.275Z Downloaded digest v0.10.7
11272026-04-25T00:42:08.277Z Downloaded deranged v0.5.8
11282026-04-25T00:42:08.280Z Downloaded async-trait v0.1.89
11292026-04-25T00:42:08.283Z Downloaded cipher v0.4.4
11302026-04-25T00:42:08.286Z Downloaded crossbeam-deque v0.8.6
11312026-04-25T00:42:08.286Z Downloaded backoff v0.4.0
11322026-04-25T00:42:08.288Z Downloaded glob v0.3.3
11332026-04-25T00:42:08.291Z Downloaded is-terminal v0.4.17
11342026-04-25T00:42:08.294Z Downloaded defmt v1.0.1
11352026-04-25T00:42:08.297Z Downloaded lazy_static v1.5.0
11362026-04-25T00:42:08.300Z Downloaded http-body-util v0.1.3
11372026-04-25T00:42:08.303Z Downloaded defmt-macros v1.0.1
11382026-04-25T00:42:08.305Z Downloaded humantime v2.3.0
11392026-04-25T00:42:08.305Z Downloaded daft-derive v0.1.5
11402026-04-25T00:42:08.308Z Downloaded byte-wrapper v0.1.0
11412026-04-25T00:42:08.311Z Downloaded natord v1.0.9
11422026-04-25T00:42:08.314Z Downloaded ipnetwork v0.21.1
11432026-04-25T00:42:08.317Z Downloaded lru-slab v0.1.2
11442026-04-25T00:42:08.317Z Downloaded lru-cache v0.1.2
11452026-04-25T00:42:08.320Z Downloaded match_cfg v0.1.0
11462026-04-25T00:42:08.320Z Downloaded managed v0.8.0
11472026-04-25T00:42:08.323Z Downloaded macaddr v1.0.1
11482026-04-25T00:42:08.326Z Downloaded num v0.4.3
11492026-04-25T00:42:08.326Z Downloaded byteorder v1.5.0
11502026-04-25T00:42:08.329Z Downloaded num-derive v0.3.3
11512026-04-25T00:42:08.331Z Downloaded num-iter v0.1.45
11522026-04-25T00:42:08.331Z Downloaded num_threads v0.1.7
11532026-04-25T00:42:08.334Z Downloaded mime v0.3.17
11542026-04-25T00:42:08.337Z Downloaded no-std-compat v0.4.1
11552026-04-25T00:42:08.337Z Downloaded newtype-uuid-macros v0.1.0
11562026-04-25T00:42:08.340Z Downloaded num-conv v0.2.1
11572026-04-25T00:42:08.340Z Downloaded newtype_derive v0.1.6
11582026-04-25T00:42:08.342Z Downloaded ingot v0.1.1
11592026-04-25T00:42:08.345Z Downloaded crossbeam-channel v0.5.15
11602026-04-25T00:42:08.348Z Downloaded camino v1.2.2
11612026-04-25T00:42:08.352Z Downloaded darling v0.21.3
11622026-04-25T00:42:08.356Z Downloaded httparse v1.10.1
11632026-04-25T00:42:08.356Z Downloaded openssl-macros v0.1.1
11642026-04-25T00:42:08.358Z Downloaded olpc-cjson v0.1.4
11652026-04-25T00:42:08.362Z Downloaded openssl-probe v0.2.1
11662026-04-25T00:42:08.362Z Downloaded jobserver v0.1.34
11672026-04-25T00:42:08.364Z Downloaded foldhash v0.1.5
11682026-04-25T00:42:08.364Z Downloaded linear-map v1.2.0
11692026-04-25T00:42:08.367Z Downloaded opaque-debug v0.3.1
11702026-04-25T00:42:08.370Z Downloaded fs_extra v1.3.0
11712026-04-25T00:42:08.370Z Downloaded libscf-sys v1.1.0
11722026-04-25T00:42:08.373Z Downloaded percent-encoding v2.3.2
11732026-04-25T00:42:08.373Z Downloaded lock_api v0.4.14
11742026-04-25T00:42:08.376Z Downloaded inout v0.1.4
11752026-04-25T00:42:08.376Z Downloaded darling_core v0.23.0
11762026-04-25T00:42:08.380Z Downloaded hyper-rustls v0.27.7
11772026-04-25T00:42:08.383Z Downloaded clap_derive v4.6.0
11782026-04-25T00:42:08.386Z Downloaded multer v3.1.0
11792026-04-25T00:42:08.388Z Downloaded libsw v3.5.0
11802026-04-25T00:42:08.391Z Downloaded ipnet v2.12.0
11812026-04-25T00:42:08.391Z Downloaded num_enum v0.5.11
11822026-04-25T00:42:08.395Z Downloaded potential_utf v0.1.4
11832026-04-25T00:42:08.398Z Downloaded proc-macro-crate v3.5.0
11842026-04-25T00:42:08.400Z Downloaded powerfmt v0.2.0
11852026-04-25T00:42:08.400Z Downloaded proc-macro-error-attr v1.0.4
11862026-04-25T00:42:08.403Z Downloaded plain v0.2.3
11872026-04-25T00:42:08.403Z Downloaded num_enum v0.7.6
11882026-04-25T00:42:08.407Z Downloaded csv-core v0.1.13
11892026-04-25T00:42:08.409Z Downloaded num_enum_derive v0.7.6
11902026-04-25T00:42:08.413Z Downloaded elliptic-curve v0.13.8
11912026-04-25T00:42:08.416Z Downloaded darling_core v0.21.3
11922026-04-25T00:42:08.419Z Downloaded litemap v0.8.1
11932026-04-25T00:42:08.421Z Downloaded getrandom v0.3.4
11942026-04-25T00:42:08.424Z Downloaded progenitor-macro v0.10.0
11952026-04-25T00:42:08.427Z Downloaded proc-macro-error-attr2 v2.0.0
11962026-04-25T00:42:08.427Z Downloaded parking_lot_core v0.8.6
11972026-04-25T00:42:08.429Z Downloaded quick-error v1.2.3
11982026-04-25T00:42:08.429Z Downloaded rand_chacha v0.3.1
11992026-04-25T00:42:08.432Z Downloaded progenitor-client v0.10.0
12002026-04-25T00:42:08.432Z Downloaded progenitor-client v0.11.2
12012026-04-25T00:42:08.435Z Downloaded ingot-types v0.1.2
12022026-04-25T00:42:08.435Z Downloaded ref-cast v1.0.25
12032026-04-25T00:42:08.438Z Downloaded progenitor-macro v0.13.0
12042026-04-25T00:42:08.441Z Downloaded icu_provider v2.1.1
12052026-04-25T00:42:08.443Z Downloaded indexmap v1.9.3
12062026-04-25T00:42:08.446Z Downloaded owo-colors v4.3.0
12072026-04-25T00:42:08.446Z Downloaded progenitor-macro v0.11.2
12082026-04-25T00:42:08.449Z Downloaded oxnet v0.1.4
12092026-04-25T00:42:08.449Z Downloaded flate2 v1.1.9
12102026-04-25T00:42:08.453Z Downloaded rand_xorshift v0.4.0
12112026-04-25T00:42:08.456Z Downloaded pin-project-lite v0.2.17
12122026-04-25T00:42:08.458Z Downloaded ref-cast-impl v1.0.25
12132026-04-25T00:42:08.461Z Downloaded pem v3.0.6
12142026-04-25T00:42:08.461Z Downloaded paste v1.0.15
12152026-04-25T00:42:08.464Z Downloaded num-integer v0.1.46
12162026-04-25T00:42:08.467Z Downloaded memmap2 v0.9.10
12172026-04-25T00:42:08.467Z Downloaded rustc-hash v2.1.2
12182026-04-25T00:42:08.470Z Downloaded chacha20poly1305 v0.10.1
12192026-04-25T00:42:08.473Z Downloaded proc-macro-crate v1.3.1
12202026-04-25T00:42:08.473Z Downloaded phf v0.12.1
12212026-04-25T00:42:08.475Z Downloaded ppv-lite86 v0.2.21
12222026-04-25T00:42:08.475Z Downloaded rustc_version v0.4.1
12232026-04-25T00:42:08.478Z Downloaded oxide-tokio-rt v0.1.3
12242026-04-25T00:42:08.478Z Downloaded getrandom v0.4.2
12252026-04-25T00:42:08.481Z Downloaded password-hash v0.5.0
12262026-04-25T00:42:08.484Z Downloaded progenitor v0.13.0
12272026-04-25T00:42:08.487Z Downloaded icu_locale_core v2.1.1
12282026-04-25T00:42:08.489Z Downloaded same-file v1.0.6
12292026-04-25T00:42:08.492Z Downloaded rustc_version v0.1.7
12302026-04-25T00:42:08.492Z Downloaded proc-macro-error2 v2.0.1
12312026-04-25T00:42:08.495Z Downloaded icu_collections v2.1.1
12322026-04-25T00:42:08.498Z Downloaded progenitor-extras v0.1.1
12332026-04-25T00:42:08.501Z Downloaded progenitor-client v0.13.0
12342026-04-25T00:42:08.504Z Downloaded pkg-config v0.3.32
12352026-04-25T00:42:08.504Z Downloaded semver v0.1.20
12362026-04-25T00:42:08.504Z Downloaded quote v1.0.45
12372026-04-25T00:42:08.507Z Downloaded secrecy v0.10.3
12382026-04-25T00:42:08.510Z Downloaded serde-big-array v0.5.1
12392026-04-25T00:42:08.510Z Downloaded scroll_derive v0.13.1
12402026-04-25T00:42:08.513Z Downloaded serde_plain v1.0.2
12412026-04-25T00:42:08.513Z Downloaded rand_core v0.10.0
12422026-04-25T00:42:08.516Z Downloaded log v0.4.29
12432026-04-25T00:42:08.516Z Downloaded pest_generator v2.8.6
12442026-04-25T00:42:08.518Z Downloaded pest_derive v2.8.6
12452026-04-25T00:42:08.521Z Downloaded parking_lot v0.11.2
12462026-04-25T00:42:08.521Z Downloaded serde_spanned v1.1.0
12472026-04-25T00:42:08.524Z Downloaded serde_repr v0.1.20
12482026-04-25T00:42:08.527Z Downloaded postcard v1.1.3
12492026-04-25T00:42:08.527Z Downloaded serde_spanned v0.6.9
12502026-04-25T00:42:08.530Z Downloaded poly1305 v0.8.0
12512026-04-25T00:42:08.533Z Downloaded rand_core v0.9.5
12522026-04-25T00:42:08.533Z Downloaded rand_chacha v0.9.0
12532026-04-25T00:42:08.534Z Downloaded parking_lot_core v0.9.12
12542026-04-25T00:42:08.537Z Downloaded num-traits v0.2.19
12552026-04-25T00:42:08.540Z Downloaded resolv-conf v0.7.6
12562026-04-25T00:42:08.540Z Downloaded pin-project-internal v1.1.11
12572026-04-25T00:42:08.540Z Downloaded sigpipe v0.1.3
12582026-04-25T00:42:08.543Z Downloaded const_format v0.2.35
12592026-04-25T00:42:08.545Z Downloaded siphasher v1.0.2
12602026-04-25T00:42:08.548Z Downloaded slog-envlogger v2.2.0
12612026-04-25T00:42:08.549Z Downloaded rustls-native-certs v0.8.3
12622026-04-25T00:42:08.552Z Downloaded indicatif v0.18.4
12632026-04-25T00:42:08.555Z Downloaded hickory-resolver v0.24.4
12642026-04-25T00:42:08.558Z Downloaded slog-bunyan v2.5.0
12652026-04-25T00:42:08.558Z Downloaded crypto-bigint v0.5.5
12662026-04-25T00:42:08.561Z Downloaded progenitor v0.10.0
12672026-04-25T00:42:08.564Z Downloaded heapless v0.8.0
12682026-04-25T00:42:08.568Z Downloaded base64 v0.22.1
12692026-04-25T00:42:08.571Z Downloaded base64 v0.21.7
12702026-04-25T00:42:08.573Z Downloaded rustls-pemfile v2.2.0
12712026-04-25T00:42:08.573Z Downloaded cc v1.2.58
12722026-04-25T00:42:08.576Z Downloaded icu_normalizer v2.1.1
12732026-04-25T00:42:08.579Z Downloaded rustversion v1.0.22
12742026-04-25T00:42:08.582Z Downloaded scroll v0.13.0
12752026-04-25T00:42:08.582Z Downloaded scroll v0.12.0
12762026-04-25T00:42:08.585Z Downloaded rusty-fork v0.3.1
12772026-04-25T00:42:08.585Z Downloaded quinn-udp v0.5.14
12782026-04-25T00:42:08.588Z Downloaded structmeta-derive v0.3.0
12792026-04-25T00:42:08.588Z Downloaded spin v0.5.2
12802026-04-25T00:42:08.591Z Downloaded parking_lot v0.12.5
12812026-04-25T00:42:08.591Z Downloaded icu_properties v2.1.2
12822026-04-25T00:42:08.594Z Downloaded structmeta v0.3.0
12832026-04-25T00:42:08.594Z Downloaded strum v0.27.2
12842026-04-25T00:42:08.597Z Downloaded strsim v0.11.1
12852026-04-25T00:42:08.597Z Downloaded stable_deref_trait v1.2.1
12862026-04-25T00:42:08.600Z Downloaded papergrid v0.11.0
12872026-04-25T00:42:08.603Z Downloaded miniz_oxide v0.8.9
12882026-04-25T00:42:08.603Z Downloaded pin-project v1.1.11
12892026-04-25T00:42:08.610Z Downloaded sync_wrapper v1.0.2
12902026-04-25T00:42:08.613Z Downloaded supports-color v3.0.2
12912026-04-25T00:42:08.613Z Downloaded serde_tokenstream v0.2.3
12922026-04-25T00:42:08.617Z Downloaded simd-adler32 v0.3.9
12932026-04-25T00:42:08.617Z Downloaded dropshot-api-manager v0.7.0
12942026-04-25T00:42:08.620Z Downloaded sha2 v0.10.9
12952026-04-25T00:42:08.620Z Downloaded signal-hook-registry v1.4.8
12962026-04-25T00:42:08.623Z Downloaded tabled_derive v0.11.0
12972026-04-25T00:42:08.623Z Downloaded testing_table v0.3.0
12982026-04-25T00:42:08.626Z Downloaded termtree v0.5.1
12992026-04-25T00:42:08.626Z Downloaded terminal_size v0.4.4
13002026-04-25T00:42:08.626Z Downloaded tabwriter v1.4.1
13012026-04-25T00:42:08.628Z Downloaded thiserror-impl-no-std v2.0.2
13022026-04-25T00:42:08.629Z Downloaded expectorate v1.2.0
13032026-04-25T00:42:08.632Z Downloaded swrite v0.1.0
13042026-04-25T00:42:08.632Z Downloaded slog-scope v4.4.1
13052026-04-25T00:42:08.634Z Downloaded slog-json v2.6.1
13062026-04-25T00:42:08.634Z Downloaded proc-macro2 v1.0.106
13072026-04-25T00:42:08.637Z Downloaded slab v0.4.12
13082026-04-25T00:42:08.637Z Downloaded tabled_derive v0.7.0
13092026-04-25T00:42:08.640Z Downloaded take_mut v0.2.2
13102026-04-25T00:42:08.640Z Downloaded hickory-resolver v0.25.2
13112026-04-25T00:42:08.643Z Downloaded smartstring v1.0.1
13122026-04-25T00:42:08.646Z Downloaded thread-id v4.2.2
13132026-04-25T00:42:08.646Z Downloaded smf v0.2.3
13142026-04-25T00:42:08.646Z Downloaded smawk v0.3.2
13152026-04-25T00:42:08.649Z Downloaded slog-dtrace v0.3.0
13162026-04-25T00:42:08.649Z Downloaded snafu-derive v0.8.9
13172026-04-25T00:42:08.649Z Downloaded schemars_derive v0.8.22
13182026-04-25T00:42:08.652Z Downloaded thread-id v5.1.0
13192026-04-25T00:42:08.652Z Downloaded semver v1.0.28
13202026-04-25T00:42:08.655Z Downloaded rustls-pki-types v1.14.0
13212026-04-25T00:42:08.657Z Downloaded strum v0.26.3
13222026-04-25T00:42:08.657Z Downloaded http v1.4.0
13232026-04-25T00:42:08.660Z Downloaded tokio-macros v2.7.0
13242026-04-25T00:42:08.660Z Downloaded static_assertions v1.1.0
13252026-04-25T00:42:08.663Z Downloaded time-core v0.1.8
13262026-04-25T00:42:08.663Z Downloaded hashbrown v0.12.3
13272026-04-25T00:42:08.666Z Downloaded tinyvec_macros v0.1.1
13282026-04-25T00:42:08.666Z Downloaded jiff-static v0.2.23
13292026-04-25T00:42:08.670Z Downloaded rand_core v0.6.4
13302026-04-25T00:42:08.670Z Downloaded pest_meta v2.8.6
13312026-04-25T00:42:08.673Z Downloaded slog-async v2.8.0
13322026-04-25T00:42:08.673Z Downloaded serde_with_macros v3.18.0
13332026-04-25T00:42:08.676Z Downloaded papergrid v0.17.0
13342026-04-25T00:42:08.679Z Downloaded progenitor-impl v0.11.2
13352026-04-25T00:42:08.679Z Downloaded strum_macros v0.27.2
13362026-04-25T00:42:08.682Z Downloaded strum_macros v0.26.4
13372026-04-25T00:42:08.682Z Downloaded openssl-sys v0.9.112
13382026-04-25T00:42:08.685Z Downloaded indexmap v2.13.0
13392026-04-25T00:42:08.688Z Downloaded slog-term v2.9.2
13402026-04-25T00:42:08.691Z Downloaded slog-stdlog v4.1.1
13412026-04-25T00:42:08.694Z Downloaded tagptr v0.2.0
13422026-04-25T00:42:08.694Z Downloaded toml_datetime v0.6.11
13432026-04-25T00:42:08.694Z Downloaded shlex v1.3.0
13442026-04-25T00:42:08.697Z Downloaded rhai_codegen v3.1.0
13452026-04-25T00:42:08.700Z Downloaded thiserror-no-std v2.0.2
13462026-04-25T00:42:08.703Z Downloaded schemars v0.8.22
13472026-04-25T00:42:08.709Z Downloaded thiserror v1.0.69
13482026-04-25T00:42:08.713Z Downloaded tower-layer v0.3.3
13492026-04-25T00:42:08.716Z Downloaded toml_write v0.1.2
13502026-04-25T00:42:08.716Z Downloaded tower-service v0.3.3
13512026-04-25T00:42:08.716Z Downloaded tinystr v0.8.2
13522026-04-25T00:42:08.719Z Downloaded try-lock v0.2.5
13532026-04-25T00:42:08.719Z Downloaded progenitor-impl v0.13.0
13542026-04-25T00:42:08.722Z Downloaded rustls-platform-verifier v0.6.2
13552026-04-25T00:42:08.722Z Downloaded progenitor-impl v0.10.0
13562026-04-25T00:42:08.725Z Downloaded thiserror-impl v2.0.18
13572026-04-25T00:42:08.725Z Downloaded tokio-dtrace v0.1.1
13582026-04-25T00:42:08.728Z Downloaded tokio-tungstenite v0.21.0
13592026-04-25T00:42:08.728Z Downloaded tiny-keccak v2.0.2
13602026-04-25T00:42:08.732Z Downloaded tokio-rustls v0.25.0
13612026-04-25T00:42:08.732Z Downloaded time-macros v0.2.27
13622026-04-25T00:42:08.732Z Downloaded thread_local v1.1.9
13632026-04-25T00:42:08.739Z Downloaded spin v0.9.8
13642026-04-25T00:42:08.742Z Downloaded unicode-linebreak v0.1.5
13652026-04-25T00:42:08.742Z Downloaded unarray v0.1.4
13662026-04-25T00:42:08.742Z Downloaded serde_core v1.0.228
13672026-04-25T00:42:08.742Z Downloaded untrusted v0.9.0
13682026-04-25T00:42:08.742Z Downloaded untrusted v0.7.1
13692026-04-25T00:42:08.742Z Downloaded unit-prefix v0.5.2
13702026-04-25T00:42:08.742Z Downloaded hyper-util v0.1.20
13712026-04-25T00:42:08.747Z Downloaded synstructure v0.13.2
13722026-04-25T00:42:08.750Z Downloaded serde_derive v1.0.228
13732026-04-25T00:42:08.750Z Downloaded mio v1.2.0
13742026-04-25T00:42:08.756Z Downloaded universal-hash v0.5.1
13752026-04-25T00:42:08.756Z Downloaded typify-macro v0.4.3
13762026-04-25T00:42:08.756Z Downloaded minimal-lexical v0.2.1
13772026-04-25T00:42:08.760Z Downloaded memchr v2.8.0
13782026-04-25T00:42:08.760Z Downloaded unicode-xid v0.2.6
13792026-04-25T00:42:08.760Z Downloaded utf-8 v0.7.6
13802026-04-25T00:42:08.763Z Downloaded thiserror v2.0.18
13812026-04-25T00:42:08.766Z Downloaded usdt-macro v0.5.0
13822026-04-25T00:42:08.766Z Downloaded prettyplease v0.2.37
13832026-04-25T00:42:08.766Z Downloaded subtle v2.6.1
13842026-04-25T00:42:08.769Z Downloaded serde_path_to_error v0.1.20
13852026-04-25T00:42:08.769Z Downloaded serde_derive_internals v0.29.1
13862026-04-25T00:42:08.769Z Downloaded usdt-attr-macro v0.6.0
13872026-04-25T00:42:08.772Z Downloaded serde_urlencoded v0.7.1
13882026-04-25T00:42:08.772Z Downloaded utf8_iter v1.0.4
13892026-04-25T00:42:08.772Z Downloaded wait-timeout v0.2.1
13902026-04-25T00:42:08.772Z Downloaded usdt-attr-macro v0.5.0
13912026-04-25T00:42:08.775Z Downloaded usdt v0.6.0
13922026-04-25T00:42:08.775Z Downloaded toml_datetime v1.1.0+spec-1.1.0
13932026-04-25T00:42:08.776Z Downloaded want v0.3.1
13942026-04-25T00:42:08.776Z Downloaded utf8parse v0.2.2
13952026-04-25T00:42:08.776Z Downloaded usdt-macro v0.6.0
13962026-04-25T00:42:08.779Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13972026-04-25T00:42:08.779Z Downloaded thiserror-impl v1.0.69
13982026-04-25T00:42:08.779Z Downloaded thin-vec v0.2.14
13992026-04-25T00:42:08.779Z Downloaded term v1.2.1
14002026-04-25T00:42:08.783Z Downloaded smallvec v1.15.1
14012026-04-25T00:42:08.783Z Downloaded similar v2.7.0
14022026-04-25T00:42:08.785Z Downloaded version_check v0.9.5
14032026-04-25T00:42:08.786Z Downloaded toml_writer v1.1.0+spec-1.1.0
14042026-04-25T00:42:08.790Z Downloaded slog v2.8.2
14052026-04-25T00:42:08.790Z Downloaded waitgroup v0.1.2
14062026-04-25T00:42:08.793Z Downloaded schemars v0.9.0
14072026-04-25T00:42:08.796Z Downloaded tokio-stream v0.1.18
14082026-04-25T00:42:08.799Z Downloaded ryu v1.0.23
14092026-04-25T00:42:08.802Z Downloaded typeid v1.0.3
14102026-04-25T00:42:08.802Z Downloaded rand v0.8.5
14112026-04-25T00:42:08.805Z Downloaded tokio-rustls v0.26.4
14122026-04-25T00:42:08.805Z Downloaded socket2 v0.6.3
14132026-04-25T00:42:08.808Z Downloaded qorb v0.4.1
14142026-04-25T00:42:08.808Z Downloaded hashbrown v0.16.1
14152026-04-25T00:42:08.811Z Downloaded zerofrom-derive v0.1.6
14162026-04-25T00:42:08.814Z Downloaded zerofrom v0.1.6
14172026-04-25T00:42:08.814Z Downloaded usdt v0.5.0
14182026-04-25T00:42:08.814Z Downloaded toml v0.8.23
14192026-04-25T00:42:08.814Z Downloaded rayon-core v1.13.0
14202026-04-25T00:42:08.818Z Downloaded typify-macro v0.6.1
14212026-04-25T00:42:08.818Z Downloaded yoke-derive v0.8.1
14222026-04-25T00:42:08.818Z Downloaded sha1 v0.10.6
14232026-04-25T00:42:08.821Z Downloaded zone v0.3.1
14242026-04-25T00:42:08.821Z Downloaded icu_normalizer_data v2.1.1
14252026-04-25T00:42:08.821Z Downloaded scroll_derive v0.12.1
14262026-04-25T00:42:08.825Z Downloaded textwrap v0.16.2
14272026-04-25T00:42:08.825Z Downloaded scopeguard v1.2.0
14282026-04-25T00:42:08.825Z Downloaded zone_cfg_derive v0.3.1
14292026-04-25T00:42:08.825Z Downloaded progenitor v0.11.2
14302026-04-25T00:42:08.828Z Downloaded proc-macro-error v1.0.4
14312026-04-25T00:42:08.828Z Downloaded rustls-webpki v0.103.10
14322026-04-25T00:42:08.831Z Downloaded tempfile v3.27.0
14332026-04-25T00:42:08.831Z Downloaded test-strategy v0.4.5
14342026-04-25T00:42:08.834Z Downloaded usdt-impl v0.5.0
14352026-04-25T00:42:08.834Z Downloaded idna v1.1.0
14362026-04-25T00:42:08.837Z Downloaded zeroize_derive v1.4.3
14372026-04-25T00:42:08.837Z Downloaded walkdir v2.5.0
14382026-04-25T00:42:08.837Z Downloaded whoami v1.6.1
14392026-04-25T00:42:08.840Z Downloaded schemars v1.2.1
14402026-04-25T00:42:08.847Z Downloaded tracing-attributes v0.1.31
14412026-04-25T00:42:08.850Z Downloaded hashbrown v0.15.5
14422026-04-25T00:42:08.853Z Downloaded vsss-rs v3.3.4
14432026-04-25T00:42:08.853Z Downloaded tinyvec v1.11.0
14442026-04-25T00:42:08.853Z Downloaded quinn v0.11.9
14452026-04-25T00:42:08.856Z Downloaded serde v1.0.228
14462026-04-25T00:42:08.859Z Downloaded h2 v0.4.13
14472026-04-25T00:42:08.873Z Downloaded writeable v0.6.2
14482026-04-25T00:42:08.873Z Downloaded ucd-trie v0.1.7
14492026-04-25T00:42:08.879Z Downloaded toml v1.1.0+spec-1.1.0
14502026-04-25T00:42:08.879Z Downloaded itertools v0.12.1
14512026-04-25T00:42:08.879Z Downloaded toml_parser v1.1.0+spec-1.1.0
14522026-04-25T00:42:08.879Z Downloaded serde_yaml v0.9.34+deprecated
14532026-04-25T00:42:08.880Z Downloaded once_cell v1.21.4
14542026-04-25T00:42:08.880Z Downloaded yoke v0.8.1
14552026-04-25T00:42:08.880Z Downloaded parse-display-derive v0.10.0
14562026-04-25T00:42:08.880Z Downloaded futures v0.3.32
14572026-04-25T00:42:08.883Z Downloaded zerovec-derive v0.11.2
14582026-04-25T00:42:08.883Z Downloaded zeroize v1.8.2
14592026-04-25T00:42:08.883Z Downloaded dropshot_endpoint v0.16.7
14602026-04-25T00:42:08.883Z Downloaded bytes v1.11.1
14612026-04-25T00:42:08.887Z Downloaded usdt-impl v0.6.0
14622026-04-25T00:42:08.887Z Downloaded hyper v1.9.0
14632026-04-25T00:42:08.890Z Downloaded clap_builder v4.6.0
14642026-04-25T00:42:08.893Z Downloaded xz2 v0.1.7
14652026-04-25T00:42:08.893Z Downloaded snafu v0.8.9
14662026-04-25T00:42:08.896Z Downloaded zerocopy-derive v0.7.35
14672026-04-25T00:42:08.899Z Downloaded rand v0.9.2
14682026-04-25T00:42:08.902Z Downloaded zmij v1.0.21
14692026-04-25T00:42:08.902Z Downloaded typify v0.4.3
14702026-04-25T00:42:08.905Z Downloaded typify v0.6.1
14712026-04-25T00:42:08.908Z Downloaded unicode-ident v1.0.24
14722026-04-25T00:42:08.908Z Downloaded nom v7.1.3
14732026-04-25T00:42:08.911Z Downloaded itertools v0.14.0
14742026-04-25T00:42:08.914Z Downloaded tracing-core v0.1.36
14752026-04-25T00:42:08.919Z Downloaded steno v0.4.1
14762026-04-25T00:42:08.919Z Downloaded hmac v0.12.1
14772026-04-25T00:42:08.922Z Downloaded unsafe-libyaml v0.2.11
14782026-04-25T00:42:08.922Z Downloaded nom v8.0.0
14792026-04-25T00:42:08.925Z Downloaded toml v0.9.12+spec-1.1.0
14802026-04-25T00:42:08.928Z Downloaded hkdf v0.12.4
14812026-04-25T00:42:08.928Z Downloaded half v2.7.1
14822026-04-25T00:42:08.931Z Downloaded toml_edit v0.25.8+spec-1.1.0
14832026-04-25T00:42:08.931Z Downloaded toml_edit v0.22.27
14842026-04-25T00:42:08.934Z Downloaded iddqd v0.3.17
14852026-04-25T00:42:08.938Z Downloaded dropshot_endpoint v0.17.0
14862026-04-25T00:42:08.941Z Downloaded chrono v0.4.44
14872026-04-25T00:42:08.944Z Downloaded typenum v1.19.0
14882026-04-25T00:42:08.947Z Downloaded tungstenite v0.21.0
14892026-04-25T00:42:08.947Z Downloaded rand v0.10.1
14902026-04-25T00:42:08.950Z Downloaded iri-string v0.7.12
14912026-04-25T00:42:08.953Z Downloaded pest v2.8.6
14922026-04-25T00:42:08.956Z Downloaded num-rational v0.4.2
14932026-04-25T00:42:08.956Z Downloaded derive-where v1.6.1
14942026-04-25T00:42:08.962Z Downloaded console v0.16.3
14952026-04-25T00:42:08.962Z Downloaded cancel-safe-futures v0.1.5
14962026-04-25T00:42:08.962Z Downloaded icu_properties_data v2.1.2
14972026-04-25T00:42:08.967Z Downloaded goblin v0.8.2
14982026-04-25T00:42:08.970Z Downloaded derive_more v0.99.20
14992026-04-25T00:42:08.974Z Downloaded libm v0.2.16
15002026-04-25T00:42:08.977Z Downloaded ingot-macros v0.1.1
15012026-04-25T00:42:08.977Z Downloaded pretty-hex v0.4.2
15022026-04-25T00:42:08.982Z Downloaded phf_shared v0.12.1
15032026-04-25T00:42:08.982Z Downloaded parse-display v0.10.0
15042026-04-25T00:42:08.982Z Downloaded num-complex v0.4.6
15052026-04-25T00:42:08.982Z Downloaded newtype-uuid v1.3.2
15062026-04-25T00:42:08.982Z Downloaded chacha20 v0.10.0
15072026-04-25T00:42:08.985Z Downloaded libsw-core v0.3.2
15082026-04-25T00:42:08.985Z Downloaded bitflags v2.11.0
15092026-04-25T00:42:08.985Z Downloaded ron v0.12.1
15102026-04-25T00:42:08.989Z Downloaded async-compression v0.4.41
15112026-04-25T00:42:08.993Z Downloaded uuid v1.23.0
15122026-04-25T00:42:08.996Z Downloaded url v2.5.8
15132026-04-25T00:42:08.999Z Downloaded tower v0.5.3
15142026-04-25T00:42:09.003Z Downloaded toml_edit v0.19.15
15152026-04-25T00:42:09.013Z Downloaded futures-util v0.3.32
15162026-04-25T00:42:09.016Z Downloaded zerotrie v0.2.3
15172026-04-25T00:42:09.019Z Downloaded crossbeam-utils v0.8.21
15182026-04-25T00:42:09.024Z Downloaded cargo_toml v0.22.3
15192026-04-25T00:42:09.024Z Downloaded iana-time-zone v0.1.65
15202026-04-25T00:42:09.024Z Downloaded reqwest v0.12.28
15212026-04-25T00:42:09.028Z Downloaded omicron-workspace-hack v0.1.0
15222026-04-25T00:42:09.028Z Downloaded num_enum_derive v0.5.11
15232026-04-25T00:42:09.028Z Downloaded colored v3.1.1
15242026-04-25T00:42:09.030Z Downloaded console v0.15.11
15252026-04-25T00:42:09.030Z Downloaded reqwest v0.13.2
15262026-04-25T00:42:09.033Z Downloaded crc32fast v1.5.0
15272026-04-25T00:42:09.036Z Downloaded ciborium v0.2.2
15282026-04-25T00:42:09.036Z Downloaded getrandom v0.2.17
15292026-04-25T00:42:09.040Z Downloaded futures-channel v0.3.32
15302026-04-25T00:42:09.040Z Downloaded displaydoc v0.2.5
15312026-04-25T00:42:09.040Z Downloaded daft v0.1.5
15322026-04-25T00:42:09.044Z Downloaded crossbeam-epoch v0.9.18
15332026-04-25T00:42:09.044Z Downloaded memmap v0.7.0
15342026-04-25T00:42:09.044Z Downloaded num-derive v0.4.2
15352026-04-25T00:42:09.044Z Downloaded zerocopy-derive v0.8.48
15362026-04-25T00:42:09.048Z Downloaded unicode-segmentation v1.13.2
15372026-04-25T00:42:09.051Z Downloaded rayon v1.11.0
15382026-04-25T00:42:09.054Z Downloaded serde_json v1.0.149
15392026-04-25T00:42:09.058Z Downloaded portable-atomic v1.13.1
15402026-04-25T00:42:09.062Z Downloaded regex v1.12.3
15412026-04-25T00:42:09.065Z Downloaded typed-path v0.9.3
15422026-04-25T00:42:09.068Z Downloaded bcs v0.1.6
15432026-04-25T00:42:09.071Z Downloaded newline-converter v0.3.0
15442026-04-25T00:42:09.071Z Downloaded memoffset v0.9.1
15452026-04-25T00:42:09.071Z Downloaded linked-hash-map v0.5.6
15462026-04-25T00:42:09.072Z Downloaded darling v0.23.0
15472026-04-25T00:42:09.075Z Downloaded tough v0.20.0
15482026-04-25T00:42:09.078Z Downloaded proptest v1.11.0
15492026-04-25T00:42:09.083Z Downloaded tokio-util v0.7.18
15502026-04-25T00:42:09.087Z Downloaded aws-lc-rs v1.16.2
15512026-04-25T00:42:09.094Z Downloaded camino-tempfile v1.4.1
15522026-04-25T00:42:09.096Z Downloaded is_terminal_polyfill v1.70.2
15532026-04-25T00:42:09.096Z Downloaded tower-http v0.6.8
15542026-04-25T00:42:09.099Z Downloaded indent_write v2.2.0
15552026-04-25T00:42:09.099Z Downloaded fixedbitset v0.5.7
15562026-04-25T00:42:09.099Z Downloaded critical-section v1.2.0
15572026-04-25T00:42:09.102Z Downloaded cookie v0.18.1
15582026-04-25T00:42:09.102Z Downloaded highway v1.3.0
15592026-04-25T00:42:09.107Z Downloaded unicode-normalization v0.1.25
15602026-04-25T00:42:09.107Z Downloaded fastrand v2.3.0
15612026-04-25T00:42:09.107Z Downloaded derive-ex v0.1.8
15622026-04-25T00:42:09.110Z Downloaded bit-vec v0.8.0
15632026-04-25T00:42:09.110Z Downloaded base64ct v1.8.3
15642026-04-25T00:42:09.110Z Downloaded bitflags v1.3.2
15652026-04-25T00:42:09.110Z Downloaded autocfg v1.5.0
15662026-04-25T00:42:09.113Z Downloaded goblin v0.10.5
15672026-04-25T00:42:09.116Z Downloaded const_format_proc_macros v0.2.34
15682026-04-25T00:42:09.116Z Downloaded chacha20 v0.9.1
15692026-04-25T00:42:09.120Z Downloaded drift v0.1.3
15702026-04-25T00:42:09.120Z Downloaded rustls-webpki v0.102.8
15712026-04-25T00:42:09.130Z Downloaded compression-codecs v0.4.37
15722026-04-25T00:42:09.132Z Downloaded is_ci v1.2.0
15732026-04-25T00:42:09.133Z Downloaded idna_adapter v1.2.1
15742026-04-25T00:42:09.133Z Downloaded zerovec v0.11.5
15752026-04-25T00:42:09.136Z Downloaded moka v0.12.15
15762026-04-25T00:42:09.139Z Downloaded erased-serde v0.3.31
15772026-04-25T00:42:09.142Z Downloaded either v1.15.0
15782026-04-25T00:42:09.142Z Downloaded data-encoding v2.10.0
15792026-04-25T00:42:09.142Z Downloaded async-stream-impl v0.3.6
15802026-04-25T00:42:09.145Z Downloaded defmt-parser v1.0.0
15812026-04-25T00:42:09.145Z Downloaded heck v0.4.1
15822026-04-25T00:42:09.145Z Downloaded colorchoice v1.0.5
15832026-04-25T00:42:09.145Z Downloaded clap_lex v1.1.0
15842026-04-25T00:42:09.145Z Downloaded compression-core v0.4.31
15852026-04-25T00:42:09.149Z Downloaded dyn-clone v1.0.20
15862026-04-25T00:42:09.149Z Downloaded serde_with v3.18.0
15872026-04-25T00:42:09.152Z Downloaded zerocopy v0.7.35
15882026-04-25T00:42:09.160Z Downloaded winnow v0.5.40
15892026-04-25T00:42:09.165Z Downloaded tabled v0.15.0
15902026-04-25T00:42:09.173Z Downloaded quinn-proto v0.11.14
15912026-04-25T00:42:09.176Z Downloaded winnow v1.0.1
15922026-04-25T00:42:09.182Z Downloaded curve25519-dalek v4.1.3
15932026-04-25T00:42:09.186Z Downloaded tabled v0.20.0
15942026-04-25T00:42:09.196Z Downloaded crunchy v0.2.4
15952026-04-25T00:42:09.199Z Downloaded base16ct v1.0.0
15962026-04-25T00:42:09.199Z Downloaded ciborium-io v0.2.2
15972026-04-25T00:42:09.199Z Downloaded cfg_aliases v0.2.1
15982026-04-25T00:42:09.199Z Downloaded dof v0.4.0
15992026-04-25T00:42:09.199Z Downloaded dropshot-api-manager-types v0.7.0
16002026-04-25T00:42:09.202Z Downloaded dtrace-parser v0.3.0
16012026-04-25T00:42:09.202Z Downloaded dof v0.3.0
16022026-04-25T00:42:09.202Z Downloaded crypto-common v0.1.7
16032026-04-25T00:42:09.202Z Downloaded ciborium-ll v0.2.2
16042026-04-25T00:42:09.202Z Downloaded block-buffer v0.10.4
16052026-04-25T00:42:09.202Z Downloaded futures-executor v0.3.32
16062026-04-25T00:42:09.205Z Downloaded darling_macro v0.21.3
16072026-04-25T00:42:09.205Z Downloaded async-stream v0.3.6
16082026-04-25T00:42:09.205Z Downloaded foreign-types-shared v0.3.1
16092026-04-25T00:42:09.205Z Downloaded equivalent v1.0.2
16102026-04-25T00:42:09.205Z Downloaded cpufeatures v0.3.0
16112026-04-25T00:42:09.209Z Downloaded openssl v0.10.76
16122026-04-25T00:42:09.212Z Downloaded time v0.3.47
16132026-04-25T00:42:09.217Z Downloaded git-stub v1.0.0
16142026-04-25T00:42:09.221Z Downloaded dropshot v0.16.7
16152026-04-25T00:42:09.231Z Downloaded winnow v0.7.15
16162026-04-25T00:42:09.235Z Downloaded vcpkg v0.2.15
16172026-04-25T00:42:09.256Z Downloaded syn v1.0.109
16182026-04-25T00:42:09.262Z Downloaded dropshot v0.17.0
16192026-04-25T00:42:09.273Z Downloaded webpki-roots v1.0.6
16202026-04-25T00:42:09.276Z Downloaded rustls v0.22.4
16212026-04-25T00:42:09.282Z Downloaded hickory-proto v0.24.4
16222026-04-25T00:42:09.290Z Downloaded syn v2.0.117
16232026-04-25T00:42:09.298Z Downloaded zerocopy v0.8.48
16242026-04-25T00:42:09.305Z Downloaded unicode-width v0.2.2
16252026-04-25T00:42:09.309Z Downloaded unicode-width v0.1.14
16262026-04-25T00:42:09.313Z Downloaded rustls v0.23.37
16272026-04-25T00:42:09.318Z Downloaded smoltcp v0.11.0
16282026-04-25T00:42:09.325Z Downloaded rhai v1.24.0
16292026-04-25T00:42:09.330Z Downloaded regex-syntax v0.8.10
16302026-04-25T00:42:09.336Z Downloaded rustix v0.38.44
16312026-04-25T00:42:09.347Z Downloaded regress v0.10.5
16322026-04-25T00:42:09.351Z Downloaded nix v0.31.2
16332026-04-25T00:42:09.360Z Downloaded openapiv3 v2.2.0
16342026-04-25T00:42:09.367Z Downloaded typify-impl v0.6.1
16352026-04-25T00:42:09.374Z Downloaded tracing v0.1.44
16362026-04-25T00:42:09.385Z Downloaded rustix v1.1.4
16372026-04-25T00:42:09.399Z Downloaded sled v0.34.7
16382026-04-25T00:42:09.405Z Downloaded hickory-proto v0.25.2
16392026-04-25T00:42:09.413Z Downloaded bstr v1.12.1
16402026-04-25T00:42:09.417Z Downloaded regex-automata v0.4.14
16412026-04-25T00:42:09.426Z Downloaded foreign-types-macros v0.2.3
16422026-04-25T00:42:09.428Z Downloaded foreign-types v0.5.0
16432026-04-25T00:42:09.428Z Downloaded dtrace-parser v0.2.0
16442026-04-25T00:42:09.428Z Downloaded bit-set v0.8.0
16452026-04-25T00:42:09.429Z Downloaded typify-impl v0.4.3
16462026-04-25T00:42:09.437Z Downloaded backon v1.6.0
16472026-04-25T00:42:09.440Z Downloaded anyhow v1.0.102
16482026-04-25T00:42:09.440Z Downloaded crc8 v0.1.1
16492026-04-25T00:42:09.443Z Downloaded convert_case v0.4.0
16502026-04-25T00:42:09.443Z Downloaded const-random-macro v0.1.16
16512026-04-25T00:42:09.443Z Downloaded cfg-if v1.0.4
16522026-04-25T00:42:09.443Z Downloaded anstyle-query v1.1.5
16532026-04-25T00:42:09.443Z Downloaded anstream v1.0.0
16542026-04-25T00:42:09.447Z Downloaded jiff v0.2.23
16552026-04-25T00:42:09.457Z Downloaded lzma-sys v0.1.20
16562026-04-25T00:42:09.495Z Downloaded encoding_rs v0.8.35
16572026-04-25T00:42:09.507Z Downloaded petgraph v0.6.5
16582026-04-25T00:42:09.542Z Downloaded chrono-tz v0.10.4
16592026-04-25T00:42:09.561Z Downloaded petgraph v0.8.3
16602026-04-25T00:42:09.574Z Downloaded libc v0.2.186
16612026-04-25T00:42:09.593Z Downloaded csv v1.4.0
16622026-04-25T00:42:09.625Z Downloaded tokio v1.52.0
16632026-04-25T00:42:09.648Z Downloaded sha3 v0.10.8
16642026-04-25T00:42:09.708Z Downloaded ring v0.17.14
16652026-04-25T00:42:10.206Z Downloaded aws-lc-sys v0.39.1
16662026-04-25T00:42:10.577Z Compiling proc-macro2 v1.0.106
16672026-04-25T00:42:10.577Z Compiling quote v1.0.45
16682026-04-25T00:42:10.580Z Compiling unicode-ident v1.0.24
16692026-04-25T00:42:10.581Z Compiling serde_core v1.0.228
16702026-04-25T00:42:10.581Z Compiling serde v1.0.228
16712026-04-25T00:42:10.581Z Compiling libc v0.2.186
16722026-04-25T00:42:10.581Z Compiling cfg-if v1.0.4
16732026-04-25T00:42:10.910Z Compiling zmij v1.0.21
16742026-04-25T00:42:10.951Z Compiling autocfg v1.5.0
16752026-04-25T00:42:11.332Z Compiling memchr v2.8.0
16762026-04-25T00:42:11.596Z Compiling libm v0.2.16
16772026-04-25T00:42:11.939Z Compiling version_check v0.9.5
16782026-04-25T00:42:11.997Z Compiling itoa v1.0.18
16792026-04-25T00:42:12.218Z Compiling icu_normalizer_data v2.1.1
16802026-04-25T00:42:12.249Z Compiling icu_properties_data v2.1.2
16812026-04-25T00:42:12.283Z Compiling stable_deref_trait v1.2.1
16822026-04-25T00:42:12.423Z Compiling serde_json v1.0.149
16832026-04-25T00:42:12.459Z Compiling syn v2.0.117
16842026-04-25T00:42:12.517Z Compiling thiserror v2.0.18
16852026-04-25T00:42:12.520Z Compiling parking_lot_core v0.9.12
16862026-04-25T00:42:12.721Z Compiling num-traits v0.2.19
16872026-04-25T00:42:12.743Z Compiling litemap v0.8.1
16882026-04-25T00:42:12.802Z Compiling writeable v0.6.2
16892026-04-25T00:42:12.943Z Compiling percent-encoding v2.3.2
16902026-04-25T00:42:13.061Z Compiling getrandom v0.4.2
16912026-04-25T00:42:13.152Z Compiling rand_core v0.10.0
16922026-04-25T00:42:13.190Z Compiling form_urlencoded v1.2.2
16932026-04-25T00:42:13.220Z Compiling jobserver v0.1.34
16942026-04-25T00:42:13.322Z Compiling find-msvc-tools v0.1.9
16952026-04-25T00:42:13.364Z Compiling shlex v1.3.0
16962026-04-25T00:42:13.475Z Compiling utf8_iter v1.0.4
16972026-04-25T00:42:13.576Z Compiling cc v1.2.58
16982026-04-25T00:42:13.576Z Compiling heck v0.5.0
16992026-04-25T00:42:13.692Z Compiling zerocopy v0.8.48
17002026-04-25T00:42:13.695Z Compiling errno v0.3.14
17012026-04-25T00:42:14.147Z Compiling iana-time-zone v0.1.65
17022026-04-25T00:42:14.165Z Compiling uuid v1.23.0
17032026-04-25T00:42:14.429Z Compiling getrandom v0.2.17
17042026-04-25T00:42:14.503Z Compiling rustversion v1.0.22
17052026-04-25T00:42:14.592Z Compiling pin-project-lite v0.2.17
17062026-04-25T00:42:14.652Z Compiling semver v1.0.28
17072026-04-25T00:42:14.701Z Compiling dyn-clone v1.0.20
17082026-04-25T00:42:14.771Z Compiling schemars v0.8.22
17092026-04-25T00:42:14.817Z Compiling scopeguard v1.2.0
17102026-04-25T00:42:14.940Z Compiling lock_api v0.4.14
17112026-04-25T00:42:15.083Z Compiling socket2 v0.6.3
17122026-04-25T00:42:15.101Z Compiling bitflags v2.11.0
17132026-04-25T00:42:15.118Z Compiling signal-hook-registry v1.4.8
17142026-04-25T00:42:15.189Z Compiling mio v1.2.0
17152026-04-25T00:42:15.316Z Compiling synstructure v0.13.2
17162026-04-25T00:42:15.516Z Compiling serde_derive_internals v0.29.1
17172026-04-25T00:42:15.619Z Compiling portable-atomic v1.13.1
17182026-04-25T00:42:15.880Z Compiling typenum v1.19.0
17192026-04-25T00:42:15.900Z Compiling log v0.4.29
17202026-04-25T00:42:15.982Z Compiling subtle v2.6.1
17212026-04-25T00:42:15.999Z Compiling critical-section v1.2.0
17222026-04-25T00:42:16.095Z Compiling foldhash v0.2.0
17232026-04-25T00:42:16.115Z Compiling equivalent v1.0.2
17242026-04-25T00:42:16.166Z Compiling allocator-api2 v0.2.21
17252026-04-25T00:42:16.169Z Compiling futures-core v0.3.32
17262026-04-25T00:42:16.236Z Compiling ring v0.17.14
17272026-04-25T00:42:16.285Z Compiling cmake v0.1.58
17282026-04-25T00:42:16.328Z Compiling dunce v1.0.5
17292026-04-25T00:42:16.351Z Compiling fs_extra v1.3.0
17302026-04-25T00:42:16.503Z Compiling hashbrown v0.16.1
17312026-04-25T00:42:16.557Z Compiling serde_derive v1.0.228
17322026-04-25T00:42:16.614Z Compiling zerofrom-derive v0.1.6
17332026-04-25T00:42:16.631Z Compiling yoke-derive v0.8.1
17342026-04-25T00:42:16.711Z Compiling zerovec-derive v0.11.2
17352026-04-25T00:42:16.757Z Compiling displaydoc v0.2.5
17362026-04-25T00:42:16.838Z Compiling schemars_derive v0.8.22
17372026-04-25T00:42:16.925Z Compiling thiserror-impl v2.0.18
17382026-04-25T00:42:17.083Z Compiling tokio-macros v2.7.0
17392026-04-25T00:42:17.521Z Compiling zerocopy-derive v0.8.48
17402026-04-25T00:42:17.651Z Compiling zeroize_derive v1.4.3
17412026-04-25T00:42:17.800Z Compiling futures-macro v0.3.32
17422026-04-25T00:42:17.818Z Compiling zerofrom v0.1.6
17432026-04-25T00:42:17.841Z Compiling once_cell v1.21.4
17442026-04-25T00:42:17.956Z Compiling yoke v0.8.1
17452026-04-25T00:42:18.044Z Compiling aws-lc-sys v0.39.1
17462026-04-25T00:42:18.090Z Compiling httparse v1.10.1
17472026-04-25T00:42:18.157Z Compiling zerovec v0.11.5
17482026-04-25T00:42:18.175Z Compiling zerotrie v0.2.3
17492026-04-25T00:42:18.322Z Compiling zeroize v1.8.2
17502026-04-25T00:42:18.612Z Compiling futures-sink v0.3.32
17512026-04-25T00:42:18.615Z Compiling rand_core v0.6.4
17522026-04-25T00:42:18.677Z Compiling tinystr v0.8.2
17532026-04-25T00:42:18.732Z Compiling potential_utf v0.1.4
17542026-04-25T00:42:18.750Z Compiling slab v0.4.12
17552026-04-25T00:42:18.870Z Compiling icu_locale_core v2.1.1
17562026-04-25T00:42:18.887Z Compiling icu_collections v2.1.1
17572026-04-25T00:42:18.903Z Compiling rustix v1.1.4
17582026-04-25T00:42:18.921Z Compiling ucd-trie v0.1.7
17592026-04-25T00:42:18.954Z Compiling thiserror v1.0.69
17602026-04-25T00:42:19.167Z Compiling pest v2.8.6
17612026-04-25T00:42:19.287Z Compiling futures-channel v0.3.32
17622026-04-25T00:42:19.290Z Compiling thiserror-impl v1.0.69
17632026-04-25T00:42:19.570Z Compiling icu_provider v2.1.1
17642026-04-25T00:42:19.627Z Compiling futures-io v0.3.32
17652026-04-25T00:42:19.768Z Compiling smallvec v1.15.1
17662026-04-25T00:42:19.829Z Compiling bytes v1.11.1
17672026-04-25T00:42:19.863Z Compiling icu_properties v2.1.2
17682026-04-25T00:42:19.985Z Compiling chrono v0.4.44
17692026-04-25T00:42:20.053Z Compiling icu_normalizer v2.1.1
17702026-04-25T00:42:20.498Z Compiling serde_tokenstream v0.2.3
17712026-04-25T00:42:20.777Z Compiling idna_adapter v1.2.1
17722026-04-25T00:42:20.809Z Compiling parking_lot v0.12.5
17732026-04-25T00:42:20.932Z Compiling idna v1.1.0
17742026-04-25T00:42:21.278Z Compiling url v2.5.8
17752026-04-25T00:42:21.356Z Compiling tokio v1.52.0
17762026-04-25T00:42:21.413Z Compiling pest_meta v2.8.6
17772026-04-25T00:42:21.463Z Compiling futures-task v0.3.32
17782026-04-25T00:42:21.652Z Compiling futures-util v0.3.32
17792026-04-25T00:42:21.726Z Compiling generic-array v0.14.7
17802026-04-25T00:42:22.211Z Compiling pest_generator v2.8.6
17812026-04-25T00:42:22.672Z Compiling regex-syntax v0.8.10
17822026-04-25T00:42:22.847Z Compiling pest_derive v2.8.6
17832026-04-25T00:42:22.989Z Compiling getrandom v0.3.4
17842026-04-25T00:42:23.398Z Compiling strsim v0.11.1
17852026-04-25T00:42:23.491Z Compiling indexmap v2.13.0
17862026-04-25T00:42:23.702Z Compiling tracing-core v0.1.36
17872026-04-25T00:42:23.812Z Compiling tracing-attributes v0.1.31
17882026-04-25T00:42:24.309Z Compiling aho-corasick v1.1.4
17892026-04-25T00:42:24.534Z Compiling byteorder v1.5.0
17902026-04-25T00:42:24.928Z Compiling ident_case v1.0.1
17912026-04-25T00:42:25.057Z Compiling fnv v1.0.7
17922026-04-25T00:42:25.057Z Compiling tracing v0.1.44
17932026-04-25T00:42:25.135Z Compiling regex-automata v0.4.14
17942026-04-25T00:42:25.427Z Compiling ipnetwork v0.21.1
17952026-04-25T00:42:25.459Z Compiling rustls-pki-types v1.14.0
17962026-04-25T00:42:26.198Z Compiling slog v2.8.2
17972026-04-25T00:42:26.379Z Compiling base64 v0.22.1
17982026-04-25T00:42:26.450Z Compiling paste v1.0.15
17992026-04-25T00:42:26.806Z Compiling regex v1.12.3
18002026-04-25T00:42:26.996Z Compiling http v1.4.0
18012026-04-25T00:42:27.195Z Compiling erased-serde v0.3.31
18022026-04-25T00:42:27.223Z Compiling omicron-workspace-hack v0.1.0
18032026-04-25T00:42:27.452Z Compiling anyhow v1.0.102
18042026-04-25T00:42:27.805Z Compiling crypto-common v0.1.7
18052026-04-25T00:42:27.958Z Compiling untrusted v0.9.0
18062026-04-25T00:42:28.287Z Compiling scroll_derive v0.13.1
18072026-04-25T00:42:28.308Z Compiling time-core v0.1.8
18082026-04-25T00:42:28.403Z Compiling num-conv v0.2.1
18092026-04-25T00:42:28.558Z Compiling time-macros v0.2.27
18102026-04-25T00:42:28.619Z Compiling ipnet v2.12.0
18112026-04-25T00:42:28.818Z Compiling tokio-util v0.7.18
18122026-04-25T00:42:29.121Z Compiling http-body v1.0.1
18132026-04-25T00:42:29.300Z Compiling ppv-lite86 v0.2.21
18142026-04-25T00:42:29.692Z Compiling async-trait v0.1.89
18152026-04-25T00:42:29.729Z Compiling daft-derive v0.1.5
18162026-04-25T00:42:29.801Z Compiling camino v1.2.2
18172026-04-25T00:42:29.960Z Compiling atomic-waker v1.1.2
18182026-04-25T00:42:30.051Z Compiling syn v1.0.109
18192026-04-25T00:42:30.444Z Compiling oxnet v0.1.4
18202026-04-25T00:42:30.725Z Compiling tower-layer v0.3.3
18212026-04-25T00:42:30.747Z Compiling crossbeam-utils v0.8.21
18222026-04-25T00:42:30.933Z Compiling tower-service v0.3.3
18232026-04-25T00:42:31.052Z Compiling try-lock v0.2.5
18242026-04-25T00:42:31.069Z Compiling pretty-hex v0.4.2
18252026-04-25T00:42:31.177Z Compiling usdt-impl v0.6.0
18262026-04-25T00:42:31.375Z Compiling ryu v1.0.23
18272026-04-25T00:42:31.425Z Compiling want v0.3.1
18282026-04-25T00:42:31.666Z Compiling h2 v0.4.13
18292026-04-25T00:42:31.930Z Compiling scroll v0.13.0
18302026-04-25T00:42:32.568Z Compiling block-buffer v0.10.4
18312026-04-25T00:42:32.742Z Compiling aws-lc-rs v1.16.2
18322026-04-25T00:42:33.190Z Compiling httpdate v1.0.3
18332026-04-25T00:42:33.322Z Compiling plain v0.2.3
18342026-04-25T00:42:33.441Z Compiling goblin v0.10.5
18352026-04-25T00:42:33.597Z Compiling digest v0.10.7
18362026-04-25T00:42:34.528Z Compiling hyper v1.9.0
18372026-04-25T00:42:34.818Z Compiling slog-async v2.8.0
18382026-04-25T00:42:35.042Z Compiling dtrace-parser v0.3.0
18392026-04-25T00:42:35.138Z Compiling thread-id v5.1.0
18402026-04-25T00:42:35.231Z Compiling ref-cast v1.0.25
18412026-04-25T00:42:35.634Z Compiling untrusted v0.7.1
18422026-04-25T00:42:36.136Z Compiling dof v0.4.0
18432026-04-25T00:42:37.153Z Compiling hyper-util v0.1.20
18442026-04-25T00:42:37.429Z Compiling serde_urlencoded v0.7.1
18452026-04-25T00:42:37.593Z Compiling http-body-util v0.1.3
18462026-04-25T00:42:37.713Z Compiling rustls v0.23.37
18472026-04-25T00:42:37.881Z Compiling rustls v0.22.4
18482026-04-25T00:42:37.935Z Compiling rand_core v0.9.5
18492026-04-25T00:42:38.221Z Compiling ref-cast-impl v1.0.25
18502026-04-25T00:42:38.513Z Compiling usdt-macro v0.6.0
18512026-04-25T00:42:38.617Z Compiling usdt-attr-macro v0.6.0
18522026-04-25T00:42:38.864Z Compiling structmeta-derive v0.3.0
18532026-04-25T00:42:39.023Z Compiling multer v3.1.0
18542026-04-25T00:42:39.287Z Compiling powerfmt v0.2.0
18552026-04-25T00:42:39.345Z Compiling rand_chacha v0.9.0
18562026-04-25T00:42:39.495Z Compiling deranged v0.5.8
18572026-04-25T00:42:39.559Z Compiling darling_core v0.23.0
18582026-04-25T00:42:39.930Z Compiling structmeta v0.3.0
18592026-04-25T00:42:39.963Z Compiling newtype-uuid-macros v0.1.0
18602026-04-25T00:42:40.138Z Compiling sync_wrapper v1.0.2
18612026-04-25T00:42:40.559Z Compiling num_threads v0.1.7
18622026-04-25T00:42:40.675Z Compiling cpufeatures v0.2.17
18632026-04-25T00:42:40.779Z Compiling tower v0.5.3
18642026-04-25T00:42:40.794Z Compiling rand v0.9.2
18652026-04-25T00:42:40.842Z Compiling webpki-roots v1.0.6
18662026-04-25T00:42:40.918Z Compiling time v0.3.47
18672026-04-25T00:42:40.973Z Compiling newtype-uuid v1.3.2
18682026-04-25T00:42:41.365Z Compiling async-stream-impl v0.3.6
18692026-04-25T00:42:41.509Z Compiling strum_macros v0.26.4
18702026-04-25T00:42:41.713Z Compiling darling_macro v0.23.0
18712026-04-25T00:42:42.016Z Compiling iri-string v0.7.12
18722026-04-25T00:42:42.511Z Compiling hex v0.4.3
18732026-04-25T00:42:42.806Z Compiling darling v0.23.0
18742026-04-25T00:42:43.152Z Compiling daft v0.1.5
18752026-04-25T00:42:43.450Z Compiling crossbeam-channel v0.5.15
18762026-04-25T00:42:43.764Z Compiling tower-http v0.6.8
18772026-04-25T00:42:44.199Z Compiling openapiv3 v2.2.0
18782026-04-25T00:42:44.554Z Compiling dropshot v0.16.7
18792026-04-25T00:42:44.650Z Compiling fastrand v2.3.0
18802026-04-25T00:42:44.798Z Compiling serde_with_macros v3.18.0
18812026-04-25T00:42:45.301Z Compiling futures-executor v0.3.32
18822026-04-25T00:42:45.330Z Compiling regress v0.10.5
18832026-04-25T00:42:45.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18842026-04-25T00:42:45.963Z Compiling thread_local v1.1.9
18852026-04-25T00:42:46.261Z Compiling winnow v1.0.1
18862026-04-25T00:42:46.366Z Compiling futures v0.3.32
18872026-04-25T00:42:46.481Z Compiling derive-ex v0.1.8
18882026-04-25T00:42:47.229Z Compiling dropshot_endpoint v0.16.7
18892026-04-25T00:42:47.796Z Compiling strum_macros v0.27.2
18902026-04-25T00:42:48.048Z Compiling is-terminal v0.4.17
18912026-04-25T00:42:48.158Z Compiling take_mut v0.2.2
18922026-04-25T00:42:48.285Z Compiling term v1.2.1
18932026-04-25T00:42:48.901Z Compiling slog-term v2.9.2
18942026-04-25T00:42:50.066Z Compiling test-strategy v0.4.5
18952026-04-25T00:42:50.126Z Compiling tempfile v3.27.0
18962026-04-25T00:42:51.069Z Compiling macaddr v1.0.1
18972026-04-25T00:42:51.329Z Compiling match_cfg v0.1.0
18982026-04-25T00:42:51.415Z Compiling hostname v0.3.1
18992026-04-25T00:42:51.823Z Compiling slog-json v2.6.1
19002026-04-25T00:42:51.874Z Compiling memmap2 v0.9.10
19012026-04-25T00:42:52.076Z Compiling openssl-probe v0.2.1
19022026-04-25T00:42:52.168Z Compiling usdt v0.6.0
19032026-04-25T00:42:52.334Z Compiling rustls-native-certs v0.8.3
19042026-04-25T00:42:52.474Z Compiling slog-bunyan v2.5.0
19052026-04-25T00:42:52.824Z Compiling toml_parser v1.1.0+spec-1.1.0
19062026-04-25T00:42:53.103Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19072026-04-25T00:42:53.169Z Compiling rustls-webpki v0.102.8
19082026-04-25T00:42:53.471Z Compiling serde_spanned v1.1.0
19092026-04-25T00:42:54.024Z Compiling toml_writer v1.1.0+spec-1.1.0
19102026-04-25T00:42:54.134Z Compiling winnow v0.7.15
19112026-04-25T00:42:54.156Z Compiling debug-ignore v1.0.5
19122026-04-25T00:42:54.280Z Compiling either v1.15.0
19132026-04-25T00:42:54.795Z Compiling parse-display-derive v0.10.0
19142026-04-25T00:42:54.888Z Compiling rand_chacha v0.3.1
19152026-04-25T00:42:54.983Z Compiling encoding_rs v0.8.35
19162026-04-25T00:42:55.741Z Compiling spin v0.9.8
19172026-04-25T00:42:55.880Z Compiling mime v0.3.17
19182026-04-25T00:42:56.371Z Compiling rand v0.8.5
19192026-04-25T00:42:56.373Z Compiling strum v0.26.3
19202026-04-25T00:42:56.522Z Compiling async-stream v0.3.6
19212026-04-25T00:42:56.726Z Compiling tokio-rustls v0.25.0
19222026-04-25T00:42:56.992Z Compiling sha1 v0.10.6
19232026-04-25T00:42:57.150Z Compiling waitgroup v0.1.2
19242026-04-25T00:42:57.239Z Compiling rustls-pemfile v2.2.0
19252026-04-25T00:42:57.314Z Compiling serde_path_to_error v0.1.20
19262026-04-25T00:42:57.435Z Compiling toml_datetime v0.7.5+spec-1.1.0
19272026-04-25T00:42:57.526Z Compiling wait-timeout v0.2.1
19282026-04-25T00:42:57.655Z Compiling hostname v0.4.2
19292026-04-25T00:42:57.829Z Compiling quick-error v1.2.3
19302026-04-25T00:42:57.947Z Compiling bit-vec v0.8.0
19312026-04-25T00:42:57.964Z Compiling rusty-fork v0.3.1
19322026-04-25T00:42:58.011Z Compiling toml v0.9.12+spec-1.1.0
19332026-04-25T00:42:58.254Z Compiling bit-set v0.8.0
19342026-04-25T00:42:58.560Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19352026-04-25T00:42:58.698Z Compiling serde_with v3.18.0
19362026-04-25T00:42:58.867Z Compiling rand_xorshift v0.4.0
19372026-04-25T00:42:59.041Z Compiling unarray v0.1.4
19382026-04-25T00:42:59.180Z Compiling proptest v1.11.0
19392026-04-25T00:42:59.619Z Compiling strum v0.27.2
19402026-04-25T00:42:59.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19412026-04-25T00:42:59.791Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19422026-04-25T00:42:59.937Z Compiling instant v0.1.13
19432026-04-25T00:43:00.470Z Compiling unicode-width v0.2.2
19442026-04-25T00:43:00.813Z Compiling rustc-hash v2.1.2
19452026-04-25T00:43:01.182Z Compiling itertools v0.14.0
19462026-04-25T00:43:01.266Z Compiling iddqd v0.3.17
19472026-04-25T00:43:02.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-04-25T00:43:04.297Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19492026-04-25T00:43:04.979Z Compiling backon v1.6.0
19502026-04-25T00:43:05.978Z Compiling backoff v0.4.0
19512026-04-25T00:43:06.236Z Compiling parse-display v0.10.0
19522026-04-25T00:43:06.384Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19532026-04-25T00:43:08.370Z Compiling zerocopy-derive v0.7.35
19542026-04-25T00:43:09.376Z Compiling darling_core v0.21.3
19552026-04-25T00:43:09.767Z Compiling clap_derive v4.6.0
19562026-04-25T00:43:10.056Z Compiling utf8parse v0.2.2
19572026-04-25T00:43:10.178Z Compiling anstyle-parse v1.0.0
19582026-04-25T00:43:11.442Z Compiling terminal_size v0.4.4
19592026-04-25T00:43:11.479Z Compiling toml_datetime v0.6.11
19602026-04-25T00:43:11.496Z Compiling darling_macro v0.21.3
19612026-04-25T00:43:11.601Z Compiling convert_case v0.4.0
19622026-04-25T00:43:11.714Z Compiling anstyle v1.0.14
19632026-04-25T00:43:11.852Z Compiling anstyle-query v1.1.5
19642026-04-25T00:43:12.048Z Compiling is_terminal_polyfill v1.70.2
19652026-04-25T00:43:12.146Z Compiling colorchoice v1.0.5
19662026-04-25T00:43:12.175Z Compiling darling v0.21.3
19672026-04-25T00:43:12.260Z Compiling anstream v1.0.0
19682026-04-25T00:43:12.277Z Compiling derive_more v0.99.20
19692026-04-25T00:43:13.501Z Compiling heapless v0.8.0
19702026-04-25T00:43:13.801Z Compiling tinyvec_macros v0.1.1
19712026-04-25T00:43:13.898Z Compiling clap_lex v1.1.0
19722026-04-25T00:43:14.249Z Compiling clap_builder v4.6.0
19732026-04-25T00:43:14.431Z Compiling tinyvec v1.11.0
19742026-04-25T00:43:15.027Z Compiling ingot-macros v0.1.1
19752026-04-25T00:43:15.273Z Compiling zerocopy v0.7.35
19762026-04-25T00:43:15.291Z Compiling typify-impl v0.6.1
19772026-04-25T00:43:15.828Z Compiling hash32 v0.3.1
19782026-04-25T00:43:15.846Z Compiling secrecy v0.10.3
19792026-04-25T00:43:15.997Z Compiling scroll_derive v0.12.1
19802026-04-25T00:43:16.018Z Compiling usdt-impl v0.5.0
19812026-04-25T00:43:16.706Z Compiling crucible-workspace-hack v0.1.0
19822026-04-25T00:43:16.933Z Compiling smoltcp v0.11.0
19832026-04-25T00:43:17.125Z Compiling scroll v0.12.0
19842026-04-25T00:43:17.544Z Compiling clap v4.6.0
19852026-04-25T00:43:17.676Z Compiling ingot-types v0.1.2
19862026-04-25T00:43:17.955Z Compiling dof v0.3.0
19872026-04-25T00:43:18.510Z Compiling dtrace-parser v0.2.0
19882026-04-25T00:43:18.637Z Compiling cobs v0.3.0
19892026-04-25T00:43:18.659Z Compiling typify-macro v0.6.1
19902026-04-25T00:43:18.677Z Compiling rustc_version v0.4.1
19912026-04-25T00:43:18.950Z Compiling thread-id v4.2.2
19922026-04-25T00:43:19.060Z Compiling bitflags v1.3.2
19932026-04-25T00:43:19.081Z Compiling unsafe-libyaml v0.2.11
19942026-04-25T00:43:19.152Z Compiling managed v0.8.0
19952026-04-25T00:43:19.593Z Compiling serde_yaml v0.9.34+deprecated
19962026-04-25T00:43:19.744Z Compiling curve25519-dalek v4.1.3
19972026-04-25T00:43:20.042Z Compiling postcard v1.1.3
19982026-04-25T00:43:20.868Z Compiling ingot v0.1.1
19992026-04-25T00:43:20.886Z Compiling goblin v0.8.2
20002026-04-25T00:43:22.424Z Compiling tabwriter v1.4.1
20012026-04-25T00:43:22.791Z Compiling hubpack_derive v0.1.1
20022026-04-25T00:43:22.821Z Compiling crossbeam-epoch v0.9.18
20032026-04-25T00:43:23.018Z Compiling hmac v0.12.1
20042026-04-25T00:43:23.185Z Compiling inout v0.1.4
20052026-04-25T00:43:23.319Z Compiling serde_spanned v0.6.9
20062026-04-25T00:43:23.355Z Compiling ff v0.13.1
20072026-04-25T00:43:23.489Z Compiling num-integer v0.1.46
20082026-04-25T00:43:24.258Z Compiling prettyplease v0.2.37
20092026-04-25T00:43:24.358Z Compiling toml_datetime v1.1.0+spec-1.1.0
20102026-04-25T00:43:24.586Z Compiling toml_write v0.1.2
20112026-04-25T00:43:24.779Z Compiling toml_edit v0.22.27
20122026-04-25T00:43:24.821Z Compiling toml_edit v0.25.8+spec-1.1.0
20132026-04-25T00:43:26.099Z Compiling group v0.13.0
20142026-04-25T00:43:26.148Z Compiling hubpack v0.1.2
20152026-04-25T00:43:26.221Z Compiling cipher v0.4.4
20162026-04-25T00:43:26.400Z Compiling hkdf v0.12.4
20172026-04-25T00:43:26.908Z Compiling reqwest v0.12.28
20182026-04-25T00:43:27.863Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20192026-04-25T00:43:28.518Z Compiling thiserror-impl-no-std v2.0.2
20202026-04-25T00:43:28.774Z Compiling universal-hash v0.5.1
20212026-04-25T00:43:28.945Z Compiling crypto-bigint v0.5.5
20222026-04-25T00:43:29.226Z Compiling half v2.7.1
20232026-04-25T00:43:29.576Z Compiling curve25519-dalek-derive v0.1.1
20242026-04-25T00:43:29.930Z Compiling proc-macro-error-attr v1.0.4
20252026-04-25T00:43:30.186Z Compiling memoffset v0.9.1
20262026-04-25T00:43:30.269Z Compiling rustix v0.38.44
20272026-04-25T00:43:30.391Z Compiling base64ct v1.8.3
20282026-04-25T00:43:30.453Z Compiling ciborium-io v0.2.2
20292026-04-25T00:43:30.550Z Compiling cfg_aliases v0.2.1
20302026-04-25T00:43:30.616Z Compiling base16ct v0.2.0
20312026-04-25T00:43:30.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20322026-04-25T00:43:30.724Z Compiling static_assertions v1.1.0
20332026-04-25T00:43:30.809Z Compiling opaque-debug v0.3.1
20342026-04-25T00:43:30.826Z Compiling elliptic-curve v0.13.8
20352026-04-25T00:43:30.894Z Compiling poly1305 v0.8.0
20362026-04-25T00:43:30.926Z Compiling password-hash v0.5.0
20372026-04-25T00:43:31.139Z Compiling nix v0.31.2
20382026-04-25T00:43:31.527Z Compiling ciborium-ll v0.2.2
20392026-04-25T00:43:31.930Z Compiling thiserror-no-std v2.0.2
20402026-04-25T00:43:32.098Z Compiling progenitor-client v0.10.0
20412026-04-25T00:43:32.525Z Compiling chacha20 v0.9.1
20422026-04-25T00:43:32.601Z Compiling toml v0.8.23
20432026-04-25T00:43:32.778Z Compiling proc-macro-crate v3.5.0
20442026-04-25T00:43:33.151Z Compiling num-iter v0.1.45
20452026-04-25T00:43:33.200Z Compiling num-rational v0.4.2
20462026-04-25T00:43:33.285Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
20472026-04-25T00:43:34.186Z Compiling typify v0.6.1
20482026-04-25T00:43:34.291Z Compiling usdt-attr-macro v0.5.0
20492026-04-25T00:43:34.430Z Compiling usdt-macro v0.5.0
20502026-04-25T00:43:35.034Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20512026-04-25T00:43:35.390Z Compiling byte-wrapper v0.1.0
20522026-04-25T00:43:35.411Z Compiling blake2 v0.10.6
20532026-04-25T00:43:35.791Z Compiling rustls-webpki v0.103.10
20542026-04-25T00:43:35.930Z Compiling aead v0.5.2
20552026-04-25T00:43:36.135Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20562026-04-25T00:43:36.509Z Compiling enum-as-inner v0.6.1
20572026-04-25T00:43:36.527Z Compiling num-complex v0.4.6
20582026-04-25T00:43:36.983Z Compiling proc-macro-error v1.0.4
20592026-04-25T00:43:37.090Z Compiling memmap v0.7.0
20602026-04-25T00:43:37.219Z Compiling bstr v1.12.1
20612026-04-25T00:43:37.237Z Compiling winnow v0.5.40
20622026-04-25T00:43:37.330Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
20632026-04-25T00:43:37.406Z Compiling data-encoding v2.10.0
20642026-04-25T00:43:37.698Z Compiling keccak v0.1.6
20652026-04-25T00:43:38.185Z Compiling sha3 v0.10.8
20662026-04-25T00:43:38.527Z Compiling toml_edit v0.19.15
20672026-04-25T00:43:38.580Z Compiling usdt v0.5.0
20682026-04-25T00:43:38.660Z Compiling num v0.4.3
20692026-04-25T00:43:38.749Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20702026-04-25T00:43:38.766Z Compiling chacha20poly1305 v0.10.1
20712026-04-25T00:43:38.924Z Compiling argon2 v0.5.3
20722026-04-25T00:43:39.202Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20732026-04-25T00:43:39.915Z Compiling tokio-rustls v0.26.4
20742026-04-25T00:43:40.083Z Compiling rustls-platform-verifier v0.6.2
20752026-04-25T00:43:40.224Z Compiling hyper-rustls v0.27.7
20762026-04-25T00:43:40.556Z Compiling reqwest v0.13.2
20772026-04-25T00:43:40.813Z Compiling progenitor-impl v0.13.0
20782026-04-25T00:43:42.852Z Compiling progenitor-client v0.13.0
20792026-04-25T00:43:43.365Z Compiling progenitor-extras v0.1.1
20802026-04-25T00:43:43.574Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20812026-04-25T00:43:43.649Z Compiling num_enum_derive v0.7.6
20822026-04-25T00:43:44.694Z Compiling vsss-rs v3.3.4
20832026-04-25T00:43:46.633Z Compiling ciborium v0.2.2
20842026-04-25T00:43:48.434Z Compiling foreign-types-macros v0.2.3
20852026-04-25T00:43:48.762Z Compiling float-ord v0.3.2
20862026-04-25T00:43:49.305Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20872026-04-25T00:43:50.370Z Compiling colored v3.1.1
20882026-04-25T00:43:51.307Z Compiling vcpkg v0.2.15
20892026-04-25T00:43:51.875Z Compiling foreign-types-shared v0.3.1
20902026-04-25T00:43:51.991Z Compiling bytecount v0.6.9
20912026-04-25T00:43:52.013Z Compiling cpufeatures v0.3.0
20922026-04-25T00:43:52.103Z Compiling pkg-config v0.3.32
20932026-04-25T00:43:52.193Z Compiling indent_write v2.2.0
20942026-04-25T00:43:52.363Z Compiling chacha20 v0.10.0
20952026-04-25T00:43:52.581Z Compiling openssl-sys v0.9.112
20962026-04-25T00:43:52.677Z Compiling foreign-types v0.5.0
20972026-04-25T00:43:53.159Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-04-25T00:43:55.240Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20992026-04-25T00:43:56.825Z Compiling num_enum v0.7.6
21002026-04-25T00:43:56.975Z Compiling progenitor-macro v0.13.0
21012026-04-25T00:43:57.476Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21022026-04-25T00:43:57.494Z Compiling proc-macro-crate v1.3.1
21032026-04-25T00:43:57.595Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21042026-04-25T00:43:58.072Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21052026-04-25T00:43:58.094Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21062026-04-25T00:43:58.519Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21072026-04-25T00:43:58.580Z Compiling cstr-argument v0.1.2
21082026-04-25T00:43:58.771Z Compiling swrite v0.1.0
21092026-04-25T00:43:58.904Z Compiling rayon-core v1.13.0
21102026-04-25T00:43:58.921Z Compiling resolv-conf v0.7.6
21112026-04-25T00:43:59.150Z Compiling semver v0.1.20
21122026-04-25T00:43:59.418Z Compiling heck v0.4.1
21132026-04-25T00:43:59.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
21142026-04-25T00:43:59.643Z Compiling linked-hash-map v0.5.6
21152026-04-25T00:43:59.795Z Compiling rustc_version v0.1.7
21162026-04-25T00:43:59.874Z Compiling lru-cache v0.1.2
21172026-04-25T00:44:00.115Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21182026-04-25T00:44:00.572Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21192026-04-25T00:44:00.727Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21202026-04-25T00:44:01.291Z Compiling progenitor v0.13.0
21212026-04-25T00:44:01.453Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
21222026-04-25T00:44:01.730Z Compiling num_enum_derive v0.5.11
21232026-04-25T00:44:01.779Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21242026-04-25T00:44:02.488Z Compiling rand v0.10.1
21252026-04-25T00:44:02.507Z Compiling hickory-proto v0.24.4
21262026-04-25T00:44:02.545Z Compiling crossbeam-deque v0.8.6
21272026-04-25T00:44:02.754Z Compiling serde-big-array v0.5.1
21282026-04-25T00:44:02.778Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21292026-04-25T00:44:02.928Z Compiling derive-where v1.6.1
21302026-04-25T00:44:03.289Z Compiling serde_repr v0.1.20
21312026-04-25T00:44:03.312Z Compiling pin-project-internal v1.1.11
21322026-04-25T00:44:03.906Z Compiling siphasher v1.0.2
21332026-04-25T00:44:04.136Z Compiling minimal-lexical v0.2.1
21342026-04-25T00:44:04.211Z Compiling lazy_static v1.5.0
21352026-04-25T00:44:04.288Z Compiling unicode-segmentation v1.13.2
21362026-04-25T00:44:04.333Z Compiling phf_shared v0.12.1
21372026-04-25T00:44:04.398Z Compiling nom v7.1.3
21382026-04-25T00:44:04.465Z Compiling pin-project v1.1.11
21392026-04-25T00:44:04.565Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21402026-04-25T00:44:04.765Z Compiling newline-converter v0.3.0
21412026-04-25T00:44:04.919Z Compiling hickory-resolver v0.24.4
21422026-04-25T00:44:05.427Z Compiling num_enum v0.5.11
21432026-04-25T00:44:07.097Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21442026-04-25T00:44:08.303Z Compiling newtype_derive v0.1.6
21452026-04-25T00:44:08.321Z Compiling atomicwrites v0.4.4
21462026-04-25T00:44:08.555Z Compiling similar v2.7.0
21472026-04-25T00:44:08.574Z Compiling unicode-normalization v0.1.25
21482026-04-25T00:44:08.615Z Compiling console v0.15.11
21492026-04-25T00:44:09.170Z Compiling camino-tempfile v1.4.1
21502026-04-25T00:44:09.582Z Compiling tokio-stream v0.1.18
21512026-04-25T00:44:09.882Z Compiling async-recursion v1.1.1
21522026-04-25T00:44:10.151Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21532026-04-25T00:44:10.219Z Compiling snafu-derive v0.8.9
21542026-04-25T00:44:10.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21552026-04-25T00:44:10.917Z Compiling slog-dtrace v0.3.0
21562026-04-25T00:44:11.175Z Compiling csv-core v0.1.13
21572026-04-25T00:44:11.373Z Compiling cancel-safe-futures v0.1.5
21582026-04-25T00:44:11.599Z Compiling highway v1.3.0
21592026-04-25T00:44:11.638Z Compiling owo-colors v4.3.0
21602026-04-25T00:44:11.995Z Compiling chrono-tz v0.10.4
21612026-04-25T00:44:12.021Z Compiling same-file v1.0.6
21622026-04-25T00:44:12.211Z Compiling foldhash v0.1.5
21632026-04-25T00:44:12.239Z Compiling unicode-width v0.1.14
21642026-04-25T00:44:12.298Z Compiling openssl v0.10.76
21652026-04-25T00:44:12.452Z Compiling unicode-xid v0.2.6
21662026-04-25T00:44:12.565Z Compiling foreign-types-shared v0.1.1
21672026-04-25T00:44:12.588Z Compiling const_format_proc_macros v0.2.34
21682026-04-25T00:44:12.628Z Compiling hashbrown v0.15.5
21692026-04-25T00:44:12.661Z Compiling foreign-types v0.3.2
21702026-04-25T00:44:12.703Z Compiling walkdir v2.5.0
21712026-04-25T00:44:12.751Z Compiling snafu v0.8.9
21722026-04-25T00:44:13.019Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21732026-04-25T00:44:13.295Z Compiling csv v1.4.0
21742026-04-25T00:44:13.405Z Compiling qorb v0.4.1
21752026-04-25T00:44:13.439Z Compiling expectorate v1.2.0
21762026-04-25T00:44:13.459Z Compiling olpc-cjson v0.1.4
21772026-04-25T00:44:13.685Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21782026-04-25T00:44:13.718Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21792026-04-25T00:44:14.380Z Compiling rayon v1.11.0
21802026-04-25T00:44:16.544Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21812026-04-25T00:44:17.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21822026-04-25T00:44:17.179Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
21832026-04-25T00:44:17.590Z Compiling phf v0.12.1
21842026-04-25T00:44:18.383Z Compiling zone_cfg_derive v0.3.1
21852026-04-25T00:44:18.947Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21862026-04-25T00:44:19.076Z Compiling tokio-dtrace v0.1.1
21872026-04-25T00:44:19.223Z Compiling globset v0.4.18
21882026-04-25T00:44:19.411Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
21892026-04-25T00:44:19.429Z Compiling itertools v0.12.1
21902026-04-25T00:44:19.639Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21912026-04-25T00:44:19.814Z Compiling num-derive v0.3.3
21922026-04-25T00:44:20.315Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
21932026-04-25T00:44:20.796Z Compiling pem v3.0.6
21942026-04-25T00:44:20.952Z Compiling libsw-core v0.3.2
21952026-04-25T00:44:21.153Z Compiling serde_plain v1.0.2
21962026-04-25T00:44:21.447Z Compiling openssl-macros v0.1.1
21972026-04-25T00:44:21.465Z Compiling num-derive v0.4.2
21982026-04-25T00:44:21.500Z Compiling cookie v0.18.1
21992026-04-25T00:44:21.621Z Compiling sigpipe v0.1.3
22002026-04-25T00:44:21.748Z Compiling fixedbitset v0.4.2
22012026-04-25T00:44:21.817Z Compiling jiff v0.2.23
22022026-04-25T00:44:21.928Z Compiling typed-path v0.9.3
22032026-04-25T00:44:21.931Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22042026-04-25T00:44:22.060Z Compiling fixedbitset v0.5.7
22052026-04-25T00:44:22.124Z Compiling glob v0.3.3
22062026-04-25T00:44:22.434Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22072026-04-25T00:44:22.588Z Compiling petgraph v0.8.3
22082026-04-25T00:44:23.060Z Compiling tough v0.20.0
22092026-04-25T00:44:23.865Z Compiling petgraph v0.6.5
22102026-04-25T00:44:24.884Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22112026-04-25T00:44:24.966Z Compiling libsw v3.5.0
22122026-04-25T00:44:25.170Z Compiling libscf-sys v1.1.0
22132026-04-25T00:44:25.329Z Compiling zone v0.3.1
22142026-04-25T00:44:25.706Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
22152026-04-25T00:44:26.912Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22162026-04-25T00:44:27.063Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22172026-04-25T00:44:27.172Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22182026-04-25T00:44:27.375Z Compiling oxide-tokio-rt v0.1.3
22192026-04-25T00:44:27.966Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22202026-04-25T00:44:30.056Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22212026-04-25T00:44:30.134Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22222026-04-25T00:44:30.353Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22232026-04-25T00:44:31.562Z Compiling const_format v0.2.35
22242026-04-25T00:44:32.796Z Compiling papergrid v0.11.0
22252026-04-25T00:44:33.480Z Compiling tabled_derive v0.7.0
22262026-04-25T00:44:33.601Z Compiling gethostname v0.5.0
22272026-04-25T00:44:33.723Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22282026-04-25T00:44:33.746Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-04-25T00:44:33.860Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22302026-04-25T00:44:34.000Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22312026-04-25T00:44:34.438Z Compiling smf v0.2.3
22322026-04-25T00:44:35.541Z Compiling bcs v0.1.6
22332026-04-25T00:44:35.625Z Compiling whoami v1.6.1
22342026-04-25T00:44:35.960Z Compiling smawk v0.3.2
22352026-04-25T00:44:35.978Z Compiling termtree v0.5.1
22362026-04-25T00:44:36.096Z Compiling tagptr v0.2.0
22372026-04-25T00:44:36.130Z Compiling unicode-linebreak v0.1.5
22382026-04-25T00:44:36.155Z Compiling linear-map v1.2.0
22392026-04-25T00:44:36.270Z Compiling moka v0.12.15
22402026-04-25T00:44:36.323Z Compiling tabled v0.15.0
22412026-04-25T00:44:36.377Z Compiling textwrap v0.16.2
22422026-04-25T00:44:36.419Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22432026-04-25T00:44:37.495Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22442026-04-25T00:44:37.979Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22452026-04-25T00:44:38.124Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22462026-04-25T00:44:38.124Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22472026-04-25T00:44:38.343Z Compiling steno v0.4.1
22482026-04-25T00:44:38.361Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22492026-04-25T00:44:40.816Z Compiling hickory-proto v0.25.2
22502026-04-25T00:44:43.899Z Compiling typify-impl v0.4.3
22512026-04-25T00:44:44.156Z Compiling crc32fast v1.5.0
22522026-04-25T00:44:44.476Z Compiling humantime v2.3.0
22532026-04-25T00:44:44.995Z Compiling hickory-resolver v0.25.2
22542026-04-25T00:44:46.795Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22552026-04-25T00:44:47.149Z Compiling simd-adler32 v0.3.9
22562026-04-25T00:44:47.324Z Compiling typify-macro v0.4.3
22572026-04-25T00:44:48.049Z Compiling adler2 v2.0.1
22582026-04-25T00:44:48.245Z Compiling miniz_oxide v0.8.9
22592026-04-25T00:44:48.574Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22602026-04-25T00:44:48.879Z Compiling proc-macro-error-attr2 v2.0.0
22612026-04-25T00:44:49.092Z Compiling typify v0.4.3
22622026-04-25T00:44:49.206Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22632026-04-25T00:44:49.255Z Compiling flate2 v1.1.9
22642026-04-25T00:44:49.319Z Compiling proc-macro-error2 v2.0.1
22652026-04-25T00:44:49.664Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
22662026-04-25T00:44:49.816Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
22672026-04-25T00:44:50.082Z Compiling compression-core v0.4.31
22682026-04-25T00:44:50.099Z Compiling parking_lot_core v0.8.6
22692026-04-25T00:44:50.282Z Compiling compression-codecs v0.4.37
22702026-04-25T00:44:50.514Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
22712026-04-25T00:44:50.679Z Compiling tabled_derive v0.11.0
22722026-04-25T00:44:51.423Z Compiling progenitor-impl v0.11.2
22732026-04-25T00:44:51.926Z Compiling papergrid v0.17.0
22742026-04-25T00:44:52.213Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
22752026-04-25T00:44:53.551Z Compiling testing_table v0.3.0
22762026-04-25T00:44:53.599Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
22772026-04-25T00:44:54.133Z Compiling dropshot v0.17.0
22782026-04-25T00:44:54.196Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
22792026-04-25T00:44:54.446Z Compiling toml v1.1.0+spec-1.1.0
22802026-04-25T00:44:54.556Z Compiling tabled v0.20.0
22812026-04-25T00:44:55.382Z Compiling progenitor-macro v0.11.2
22822026-04-25T00:44:56.125Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
22832026-04-25T00:44:58.560Z Compiling async-compression v0.4.41
22842026-04-25T00:44:59.455Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22852026-04-25T00:44:59.584Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22862026-04-25T00:45:00.275Z Compiling progenitor-client v0.11.2
22872026-04-25T00:45:00.447Z Compiling dropshot_endpoint v0.17.0
22882026-04-25T00:45:00.805Z Compiling arc-swap v1.9.0
22892026-04-25T00:45:01.166Z Compiling slog-scope v4.4.1
22902026-04-25T00:45:01.591Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
22912026-04-25T00:45:02.235Z Compiling progenitor v0.11.2
22922026-04-25T00:45:02.400Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22932026-04-25T00:45:07.050Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22942026-04-25T00:45:07.401Z Compiling parking_lot v0.11.2
22952026-04-25T00:45:08.251Z Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions)
22962026-04-25T00:45:09.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
22972026-04-25T00:45:10.778Z Compiling dropshot-api-manager-types v0.7.0
22982026-04-25T00:45:11.381Z Compiling fxhash v0.2.1
22992026-04-25T00:45:11.540Z Compiling crc8 v0.1.1
23002026-04-25T00:45:11.688Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
23012026-04-25T00:45:12.167Z Compiling sled v0.34.7
23022026-04-25T00:45:12.291Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7)
23032026-04-25T00:45:12.349Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
23042026-04-25T00:45:15.171Z Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types)
23052026-04-25T00:45:15.565Z Compiling slog-stdlog v4.1.1
23062026-04-25T00:45:15.922Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23072026-04-25T00:45:16.010Z Compiling slog-envlogger v2.2.0
23082026-04-25T00:45:16.195Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23092026-04-25T00:45:18.948Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
23102026-04-25T00:45:25.896Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
23112026-04-25T00:45:32.026Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23122026-04-25T00:45:35.286Z Finished `release` profile [optimized] target(s) in 3m 48s
23132026-04-25T00:45:35.620Z+ banner quartet
23142026-04-25T00:45:35.623Z
23152026-04-25T00:45:35.623Z #### # # ## ##### ##### ###### #####
23162026-04-25T00:45:35.623Z # # # # # # # # # # #
23172026-04-25T00:45:35.623Z # # # # # # # # # ##### #
23182026-04-25T00:45:35.623Z # # # # # ###### ##### # # #
23192026-04-25T00:45:35.623Z # # # # # # # # # # #
23202026-04-25T00:45:35.623Z ### # #### # # # # # ###### #
23212026-04-25T00:45:35.623Z
23222026-04-25T00:45:35.623Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
23232026-04-25T00:45:36.171Z Compiling cfg-if v1.0.4
23242026-04-25T00:45:36.174Z Compiling libc v0.2.186
23252026-04-25T00:45:36.174Z Compiling serde_core v1.0.228
23262026-04-25T00:45:36.276Z Compiling memchr v2.8.0
23272026-04-25T00:45:36.282Z Compiling itoa v1.0.18
23282026-04-25T00:45:36.282Z Compiling smallvec v1.15.1
23292026-04-25T00:45:36.298Z Compiling stable_deref_trait v1.2.1
23302026-04-25T00:45:36.301Z Compiling zerofrom v0.1.6
23312026-04-25T00:45:36.323Z Compiling zmij v1.0.21
23322026-04-25T00:45:36.371Z Compiling serde_json v1.0.149
23332026-04-25T00:45:36.388Z Compiling litemap v0.8.1
23342026-04-25T00:45:36.428Z Compiling yoke v0.8.1
23352026-04-25T00:45:36.515Z Compiling writeable v0.6.2
23362026-04-25T00:45:36.531Z Compiling libm v0.2.16
23372026-04-25T00:45:36.587Z Compiling percent-encoding v2.3.2
23382026-04-25T00:45:36.624Z Compiling zerovec v0.11.5
23392026-04-25T00:45:36.651Z Compiling zerotrie v0.2.3
23402026-04-25T00:45:36.752Z Compiling icu_properties_data v2.1.2
23412026-04-25T00:45:36.796Z Compiling icu_normalizer_data v2.1.1
23422026-04-25T00:45:36.868Z Compiling rand_core v0.10.0
23432026-04-25T00:45:36.879Z Compiling errno v0.3.14
23442026-04-25T00:45:36.904Z Compiling form_urlencoded v1.2.2
23452026-04-25T00:45:37.031Z Compiling getrandom v0.4.2
23462026-04-25T00:45:37.046Z Compiling utf8_iter v1.0.4
23472026-04-25T00:45:37.083Z Compiling zeroize v1.8.2
23482026-04-25T00:45:37.193Z Compiling tinystr v0.8.2
23492026-04-25T00:45:37.205Z Compiling potential_utf v0.1.4
23502026-04-25T00:45:37.208Z Compiling pin-project-lite v0.2.17
23512026-04-25T00:45:37.239Z Compiling iana-time-zone v0.1.65
23522026-04-25T00:45:37.316Z Compiling icu_collections v2.1.1
23532026-04-25T00:45:37.328Z Compiling num-traits v0.2.19
23542026-04-25T00:45:37.390Z Compiling icu_locale_core v2.1.1
23552026-04-25T00:45:37.402Z Compiling socket2 v0.6.3
23562026-04-25T00:45:37.413Z Compiling dyn-clone v1.0.20
23572026-04-25T00:45:37.569Z Compiling scopeguard v1.2.0
23582026-04-25T00:45:37.591Z Compiling parking_lot_core v0.9.12
23592026-04-25T00:45:37.697Z Compiling lock_api v0.4.14
23602026-04-25T00:45:37.952Z Compiling parking_lot v0.12.5
23612026-04-25T00:45:38.004Z Compiling portable-atomic v1.13.1
23622026-04-25T00:45:38.044Z Compiling signal-hook-registry v1.4.8
23632026-04-25T00:45:38.100Z Compiling serde v1.0.228
23642026-04-25T00:45:38.261Z Compiling icu_provider v2.1.1
23652026-04-25T00:45:38.264Z Compiling uuid v1.23.0
23662026-04-25T00:45:38.574Z Compiling bytes v1.11.1
23672026-04-25T00:45:38.673Z Compiling icu_properties v2.1.2
23682026-04-25T00:45:38.713Z Compiling icu_normalizer v2.1.1
23692026-04-25T00:45:38.725Z Compiling chrono v0.4.44
23702026-04-25T00:45:38.862Z Compiling semver v1.0.28
23712026-04-25T00:45:38.907Z Compiling mio v1.2.0
23722026-04-25T00:45:39.517Z Compiling getrandom v0.2.17
23732026-04-25T00:45:39.542Z Compiling tokio v1.52.0
23742026-04-25T00:45:39.616Z Compiling idna_adapter v1.2.1
23752026-04-25T00:45:39.754Z Compiling idna v1.1.0
23762026-04-25T00:45:39.769Z Compiling critical-section v1.2.0
23772026-04-25T00:45:39.854Z Compiling once_cell v1.21.4
23782026-04-25T00:45:39.885Z Compiling thiserror v2.0.18
23792026-04-25T00:45:39.937Z Compiling futures-core v0.3.32
23802026-04-25T00:45:40.002Z Compiling subtle v2.6.1
23812026-04-25T00:45:40.103Z Compiling url v2.5.8
23822026-04-25T00:45:40.104Z Compiling bitflags v2.11.0
23832026-04-25T00:45:40.181Z Compiling log v0.4.29
23842026-04-25T00:45:40.214Z Compiling zerocopy v0.8.48
23852026-04-25T00:45:40.441Z Compiling rand_core v0.6.4
23862026-04-25T00:45:40.525Z Compiling equivalent v1.0.2
23872026-04-25T00:45:40.625Z Compiling futures-sink v0.3.32
23882026-04-25T00:45:40.710Z Compiling slab v0.4.12
23892026-04-25T00:45:40.746Z Compiling schemars v0.8.22
23902026-04-25T00:45:40.792Z Compiling allocator-api2 v0.2.21
23912026-04-25T00:45:40.939Z Compiling foldhash v0.2.0
23922026-04-25T00:45:41.217Z Compiling hashbrown v0.16.1
23932026-04-25T00:45:41.239Z Compiling typenum v1.19.0
23942026-04-25T00:45:41.840Z Compiling futures-channel v0.3.32
23952026-04-25T00:45:41.933Z Compiling generic-array v0.14.7
23962026-04-25T00:45:41.945Z Compiling futures-io v0.3.32
23972026-04-25T00:45:42.108Z Compiling futures-task v0.3.32
23982026-04-25T00:45:42.146Z Compiling tracing-core v0.1.36
23992026-04-25T00:45:42.290Z Compiling futures-util v0.3.32
24002026-04-25T00:45:42.311Z Compiling indexmap v2.13.0
24012026-04-25T00:45:42.481Z Compiling crypto-common v0.1.7
24022026-04-25T00:45:42.638Z Compiling tracing v0.1.44
24032026-04-25T00:45:42.782Z Compiling base64 v0.22.1
24042026-04-25T00:45:43.001Z Compiling ipnetwork v0.21.1
24052026-04-25T00:45:43.144Z Compiling slog v2.8.2
24062026-04-25T00:45:43.160Z Compiling erased-serde v0.3.31
24072026-04-25T00:45:43.227Z Compiling http v1.4.0
24082026-04-25T00:45:43.292Z Compiling fnv v1.0.7
24092026-04-25T00:45:43.407Z Compiling unicode-ident v1.0.24
24102026-04-25T00:45:43.508Z Compiling proc-macro2 v1.0.106
24112026-04-25T00:45:43.535Z Compiling rustls-pki-types v1.14.0
24122026-04-25T00:45:44.362Z Compiling byteorder v1.5.0
24132026-04-25T00:45:44.375Z Compiling quote v1.0.45
24142026-04-25T00:45:44.623Z Compiling thiserror v1.0.69
24152026-04-25T00:45:44.750Z Compiling ppv-lite86 v0.2.21
24162026-04-25T00:45:44.974Z Compiling untrusted v0.9.0
24172026-04-25T00:45:45.068Z Compiling ipnet v2.12.0
24182026-04-25T00:45:45.085Z Compiling syn v2.0.117
24192026-04-25T00:45:45.104Z Compiling tokio-util v0.7.18
24202026-04-25T00:45:45.117Z Compiling oxnet v0.1.4
24212026-04-25T00:45:45.127Z Compiling block-buffer v0.10.4
24222026-04-25T00:45:45.301Z Compiling digest v0.10.7
24232026-04-25T00:45:45.571Z Compiling http-body v1.0.1
24242026-04-25T00:45:45.749Z Compiling pretty-hex v0.4.2
24252026-04-25T00:45:45.762Z Compiling atomic-waker v1.1.2
24262026-04-25T00:45:45.877Z Compiling httparse v1.10.1
24272026-04-25T00:45:45.904Z Compiling ryu v1.0.23
24282026-04-25T00:45:45.908Z Compiling tower-layer v0.3.3
24292026-04-25T00:45:46.124Z Compiling try-lock v0.2.5
24302026-04-25T00:45:46.204Z Compiling tower-service v0.3.3
24312026-04-25T00:45:46.250Z Compiling want v0.3.1
24322026-04-25T00:45:46.306Z Compiling rustix v1.1.4
24332026-04-25T00:45:46.318Z Compiling h2 v0.4.13
24342026-04-25T00:45:46.391Z Compiling plain v0.2.3
24352026-04-25T00:45:46.417Z Compiling httpdate v1.0.3
24362026-04-25T00:45:46.439Z Compiling getrandom v0.3.4
24372026-04-25T00:45:46.513Z Compiling omicron-workspace-hack v0.1.0
24382026-04-25T00:45:46.597Z Compiling ucd-trie v0.1.7
24392026-04-25T00:45:46.652Z Compiling rand_core v0.9.5
24402026-04-25T00:45:46.808Z Compiling pest v2.8.6
24412026-04-25T00:45:46.929Z Compiling crossbeam-utils v0.8.21
24422026-04-25T00:45:47.199Z Compiling regex-syntax v0.8.10
24432026-04-25T00:45:47.242Z Compiling aws-lc-sys v0.39.1
24442026-04-25T00:45:47.725Z Compiling serde_urlencoded v0.7.1
24452026-04-25T00:45:47.838Z Compiling http-body-util v0.1.3
24462026-04-25T00:45:48.023Z Compiling newtype-uuid v1.3.2
24472026-04-25T00:45:48.136Z Compiling cpufeatures v0.2.17
24482026-04-25T00:45:48.220Z Compiling hex v0.4.3
24492026-04-25T00:45:48.233Z Compiling untrusted v0.7.1
24502026-04-25T00:45:48.368Z Compiling aws-lc-rs v1.16.2
24512026-04-25T00:45:48.525Z Compiling daft v0.1.5
24522026-04-25T00:45:48.545Z Compiling rand_chacha v0.9.0
24532026-04-25T00:45:48.821Z Compiling hyper v1.9.0
24542026-04-25T00:45:49.079Z Compiling rustls v0.23.37
24552026-04-25T00:45:49.119Z Compiling fastrand v2.3.0
24562026-04-25T00:45:49.326Z Compiling anyhow v1.0.102
24572026-04-25T00:45:49.481Z Compiling rustls-webpki v0.103.10
24582026-04-25T00:45:50.039Z Compiling rand v0.9.2
24592026-04-25T00:45:50.881Z Compiling hyper-util v0.1.20
24602026-04-25T00:45:51.199Z Compiling sync_wrapper v1.0.2
24612026-04-25T00:45:51.325Z Compiling powerfmt v0.2.0
24622026-04-25T00:45:51.608Z Compiling deranged v0.5.8
24632026-04-25T00:45:52.140Z Compiling tower v0.5.3
24642026-04-25T00:45:52.754Z Compiling aho-corasick v1.1.4
24652026-04-25T00:45:52.754Z Compiling time-core v0.1.8
24662026-04-25T00:45:52.928Z Compiling iri-string v0.7.12
24672026-04-25T00:45:53.470Z Compiling num_threads v0.1.7
24682026-04-25T00:45:53.591Z Compiling num-conv v0.2.1
24692026-04-25T00:45:53.764Z Compiling time v0.3.47
24702026-04-25T00:45:53.846Z Compiling regex-automata v0.4.14
24712026-04-25T00:45:53.954Z Compiling camino v1.2.2
24722026-04-25T00:45:54.558Z Compiling tower-http v0.6.8
24732026-04-25T00:45:54.681Z Compiling tempfile v3.27.0
24742026-04-25T00:45:55.572Z Compiling futures-executor v0.3.32
24752026-04-25T00:45:55.608Z Compiling winnow v1.0.1
24762026-04-25T00:45:55.633Z Compiling crossbeam-channel v0.5.15
24772026-04-25T00:45:56.151Z Compiling futures v0.3.32
24782026-04-25T00:45:56.245Z Compiling scroll v0.13.0
24792026-04-25T00:45:56.361Z Compiling openapiv3 v2.2.0
24802026-04-25T00:45:56.570Z Compiling openssl-probe v0.2.1
24812026-04-25T00:45:56.774Z Compiling rustls-native-certs v0.8.3
24822026-04-25T00:45:56.840Z Compiling goblin v0.10.5
24832026-04-25T00:45:57.072Z Compiling tokio-rustls v0.26.4
24842026-04-25T00:45:57.392Z Compiling ring v0.17.14
24852026-04-25T00:45:57.665Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
24862026-04-25T00:45:58.294Z Compiling thread_local v1.1.9
24872026-04-25T00:45:58.673Z Compiling either v1.15.0
24882026-04-25T00:45:58.855Z Compiling winnow v0.7.15
24892026-04-25T00:45:58.907Z Compiling rustls-webpki v0.102.8
24902026-04-25T00:45:59.497Z Compiling hyper-rustls v0.27.7
24912026-04-25T00:45:59.887Z Compiling rustls-platform-verifier v0.6.2
24922026-04-25T00:46:00.604Z Compiling dof v0.4.0
24932026-04-25T00:46:00.802Z Compiling regex v1.12.3
24942026-04-25T00:46:00.835Z Compiling dtrace-parser v0.3.0
24952026-04-25T00:46:01.721Z Compiling rand_chacha v0.3.1
24962026-04-25T00:46:02.257Z Compiling regress v0.10.5
24972026-04-25T00:46:02.376Z Compiling thread-id v5.1.0
24982026-04-25T00:46:02.474Z Compiling is-terminal v0.4.17
24992026-04-25T00:46:02.584Z Compiling term v1.2.1
25002026-04-25T00:46:03.398Z Compiling take_mut v0.2.2
25012026-04-25T00:46:03.528Z Compiling match_cfg v0.1.0
25022026-04-25T00:46:03.610Z Compiling debug-ignore v1.0.5
25032026-04-25T00:46:03.697Z Compiling hostname v0.3.1
25042026-04-25T00:46:03.730Z Compiling slog-async v2.8.0
25052026-04-25T00:46:03.870Z Compiling slog-term v2.9.2
25062026-04-25T00:46:04.522Z Compiling usdt-impl v0.6.0
25072026-04-25T00:46:05.180Z Compiling rand v0.8.5
25082026-04-25T00:46:05.208Z Compiling ref-cast v1.0.25
25092026-04-25T00:46:05.226Z Compiling rustls v0.22.4
25102026-04-25T00:46:05.323Z Compiling reqwest v0.13.2
25112026-04-25T00:46:06.015Z Compiling toml_parser v1.1.0+spec-1.1.0
25122026-04-25T00:46:07.185Z Compiling slog-json v2.6.1
25132026-04-25T00:46:07.337Z Compiling strum v0.26.3
25142026-04-25T00:46:07.459Z Compiling macaddr v1.0.1
25152026-04-25T00:46:07.482Z Compiling toml_datetime v0.7.5+spec-1.1.0
25162026-04-25T00:46:07.747Z Compiling serde_spanned v1.1.0
25172026-04-25T00:46:07.918Z Compiling wait-timeout v0.2.1
25182026-04-25T00:46:07.930Z Compiling memmap2 v0.9.10
25192026-04-25T00:46:08.232Z Compiling encoding_rs v0.8.35
25202026-04-25T00:46:08.286Z Compiling bit-vec v0.8.0
25212026-04-25T00:46:08.420Z Compiling spin v0.9.8
25222026-04-25T00:46:08.556Z Compiling mime v0.3.17
25232026-04-25T00:46:08.591Z Compiling quick-error v1.2.3
25242026-04-25T00:46:08.712Z Compiling toml_writer v1.1.0+spec-1.1.0
25252026-04-25T00:46:08.867Z Compiling rusty-fork v0.3.1
25262026-04-25T00:46:08.987Z Compiling toml v0.9.12+spec-1.1.0
25272026-04-25T00:46:09.053Z Compiling bit-set v0.8.0
25282026-04-25T00:46:09.255Z Compiling usdt v0.6.0
25292026-04-25T00:46:09.767Z Compiling multer v3.1.0
25302026-04-25T00:46:09.952Z Compiling slog-bunyan v2.5.0
25312026-04-25T00:46:10.156Z Compiling tokio-rustls v0.25.0
25322026-04-25T00:46:10.426Z Compiling progenitor-client v0.13.0
25332026-04-25T00:46:10.990Z Compiling serde_with v3.18.0
25342026-04-25T00:46:11.022Z Compiling async-stream v0.3.6
25352026-04-25T00:46:11.235Z Compiling sha1 v0.10.6
25362026-04-25T00:46:11.661Z Compiling rand_xorshift v0.4.0
25372026-04-25T00:46:11.665Z Compiling waitgroup v0.1.2
25382026-04-25T00:46:11.832Z Compiling rustls-pemfile v2.2.0
25392026-04-25T00:46:11.835Z Compiling serde_path_to_error v0.1.20
25402026-04-25T00:46:12.127Z Compiling hostname v0.4.2
25412026-04-25T00:46:12.298Z Compiling unarray v0.1.4
25422026-04-25T00:46:12.298Z Compiling dropshot v0.16.7
25432026-04-25T00:46:12.429Z Compiling proptest v1.11.0
25442026-04-25T00:46:12.561Z Compiling strum v0.27.2
25452026-04-25T00:46:12.708Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-04-25T00:46:12.870Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25472026-04-25T00:46:13.113Z Compiling rustc-hash v2.1.2
25482026-04-25T00:46:13.258Z Compiling iddqd v0.3.17
25492026-04-25T00:46:13.515Z Compiling reqwest v0.12.28
25502026-04-25T00:46:13.778Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
25512026-04-25T00:46:14.105Z Compiling backon v1.6.0
25522026-04-25T00:46:14.118Z Compiling instant v0.1.13
25532026-04-25T00:46:14.246Z Compiling backoff v0.4.0
25542026-04-25T00:46:14.365Z Compiling progenitor-extras v0.1.1
25552026-04-25T00:46:14.475Z Compiling parse-display v0.10.0
25562026-04-25T00:46:14.614Z Compiling progenitor-client v0.10.0
25572026-04-25T00:46:15.107Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25582026-04-25T00:46:15.123Z Compiling itertools v0.14.0
25592026-04-25T00:46:15.427Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
25602026-04-25T00:46:16.662Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
25612026-04-25T00:46:17.210Z Compiling unicode-width v0.2.2
25622026-04-25T00:46:17.552Z Compiling tinyvec_macros v0.1.1
25632026-04-25T00:46:17.635Z Compiling tinyvec v1.11.0
25642026-04-25T00:46:18.089Z Compiling secrecy v0.10.3
25652026-04-25T00:46:18.273Z Compiling heck v0.5.0
25662026-04-25T00:46:18.708Z Compiling scroll v0.12.0
25672026-04-25T00:46:18.877Z Compiling utf8parse v0.2.2
25682026-04-25T00:46:19.003Z Compiling anstyle-parse v1.0.0
25692026-04-25T00:46:19.023Z Compiling goblin v0.8.2
25702026-04-25T00:46:19.237Z Compiling crucible-workspace-hack v0.1.0
25712026-04-25T00:46:19.326Z Compiling zerocopy v0.7.35
25722026-04-25T00:46:19.420Z Compiling terminal_size v0.4.4
25732026-04-25T00:46:19.588Z Compiling hmac v0.12.1
25742026-04-25T00:46:19.756Z Compiling inout v0.1.4
25752026-04-25T00:46:19.929Z Compiling ff v0.13.1
25762026-04-25T00:46:19.947Z Compiling toml_datetime v0.6.11
25772026-04-25T00:46:20.089Z Compiling serde_spanned v0.6.9
25782026-04-25T00:46:20.266Z Compiling num-integer v0.1.46
25792026-04-25T00:46:20.342Z Compiling colorchoice v1.0.5
25802026-04-25T00:46:20.479Z Compiling anstyle-query v1.1.5
25812026-04-25T00:46:20.601Z Compiling anstyle v1.0.14
25822026-04-25T00:46:20.785Z Compiling is_terminal_polyfill v1.70.2
25832026-04-25T00:46:20.892Z Compiling toml_write v0.1.2
25842026-04-25T00:46:20.907Z Compiling anstream v1.0.0
25852026-04-25T00:46:21.151Z Compiling toml_edit v0.22.27
25862026-04-25T00:46:21.407Z Compiling group v0.13.0
25872026-04-25T00:46:21.537Z Compiling dof v0.3.0
25882026-04-25T00:46:21.608Z Compiling cipher v0.4.4
25892026-04-25T00:46:21.870Z Compiling hkdf v0.12.4
25902026-04-25T00:46:22.054Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
25912026-04-25T00:46:23.275Z Compiling dtrace-parser v0.2.0
25922026-04-25T00:46:23.333Z Compiling crossbeam-epoch v0.9.18
25932026-04-25T00:46:23.857Z Compiling half v2.7.1
25942026-04-25T00:46:24.208Z Compiling universal-hash v0.5.1
25952026-04-25T00:46:24.221Z Compiling crypto-bigint v0.5.5
25962026-04-25T00:46:24.365Z Compiling thread-id v4.2.2
25972026-04-25T00:46:24.463Z Compiling base16ct v0.2.0
25982026-04-25T00:46:24.682Z Compiling ciborium-io v0.2.2
25992026-04-25T00:46:24.793Z Compiling clap_lex v1.1.0
26002026-04-25T00:46:25.179Z Compiling strsim v0.11.1
26012026-04-25T00:46:25.896Z Compiling base64ct v1.8.3
26022026-04-25T00:46:26.042Z Compiling opaque-debug v0.3.1
26032026-04-25T00:46:26.129Z Compiling poly1305 v0.8.0
26042026-04-25T00:46:26.181Z Compiling password-hash v0.5.0
26052026-04-25T00:46:26.253Z Compiling clap_builder v4.6.0
26062026-04-25T00:46:26.414Z Compiling elliptic-curve v0.13.8
26072026-04-25T00:46:26.729Z Compiling ciborium-ll v0.2.2
26082026-04-25T00:46:26.770Z Compiling curve25519-dalek v4.1.3
26092026-04-25T00:46:27.004Z Compiling usdt-impl v0.5.0
26102026-04-25T00:46:27.145Z Compiling thiserror-no-std v2.0.2
26112026-04-25T00:46:27.248Z Compiling toml v0.8.23
26122026-04-25T00:46:28.451Z Compiling chacha20 v0.9.1
26132026-04-25T00:46:28.735Z Compiling num-rational v0.4.2
26142026-04-25T00:46:29.453Z Compiling num-iter v0.1.45
26152026-04-25T00:46:29.594Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
26162026-04-25T00:46:29.863Z Compiling typify-impl v0.6.1
26172026-04-25T00:46:30.178Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26182026-04-25T00:46:30.615Z Compiling byte-wrapper v0.1.0
26192026-04-25T00:46:31.328Z Compiling blake2 v0.10.6
26202026-04-25T00:46:31.450Z Compiling hash32 v0.3.1
26212026-04-25T00:46:31.611Z Compiling aead v0.5.2
26222026-04-25T00:46:31.637Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26232026-04-25T00:46:31.817Z Compiling num-complex v0.4.6
26242026-04-25T00:46:31.842Z Compiling memmap v0.7.0
26252026-04-25T00:46:31.854Z Compiling keccak v0.1.6
26262026-04-25T00:46:31.926Z Compiling data-encoding v2.10.0
26272026-04-25T00:46:32.086Z Compiling sha3 v0.10.8
26282026-04-25T00:46:32.268Z Compiling num v0.4.3
26292026-04-25T00:46:32.355Z Compiling usdt v0.5.0
26302026-04-25T00:46:32.485Z Compiling typify v0.6.1
26312026-04-25T00:46:32.603Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26322026-04-25T00:46:32.641Z Compiling chacha20poly1305 v0.10.1
26332026-04-25T00:46:32.798Z Compiling argon2 v0.5.3
26342026-04-25T00:46:33.021Z Compiling heapless v0.8.0
26352026-04-25T00:46:33.138Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26362026-04-25T00:46:33.519Z Compiling ingot-types v0.1.2
26372026-04-25T00:46:33.834Z Compiling clap v4.6.0
26382026-04-25T00:46:33.930Z Compiling vsss-rs v3.3.4
26392026-04-25T00:46:33.984Z Compiling ciborium v0.2.2
26402026-04-25T00:46:34.605Z Compiling rustix v0.38.44
26412026-04-25T00:46:34.828Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26422026-04-25T00:46:35.439Z Compiling tabwriter v1.4.1
26432026-04-25T00:46:35.826Z Compiling cobs v0.3.0
26442026-04-25T00:46:35.997Z Compiling colored v3.1.1
26452026-04-25T00:46:36.134Z Compiling indent_write v2.2.0
26462026-04-25T00:46:36.300Z Compiling foreign-types-shared v0.3.1
26472026-04-25T00:46:36.409Z Compiling cpufeatures v0.3.0
26482026-04-25T00:46:36.498Z Compiling managed v0.8.0
26492026-04-25T00:46:36.683Z Compiling float-ord v0.3.2
26502026-04-25T00:46:36.771Z Compiling bitflags v1.3.2
26512026-04-25T00:46:36.809Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26522026-04-25T00:46:36.856Z Compiling smoltcp v0.11.0
26532026-04-25T00:46:36.999Z Compiling chacha20 v0.10.0
26542026-04-25T00:46:37.307Z Compiling foreign-types v0.5.0
26552026-04-25T00:46:37.407Z Compiling postcard v1.1.3
26562026-04-25T00:46:37.606Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26572026-04-25T00:46:37.817Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26582026-04-25T00:46:37.929Z Compiling ingot v0.1.1
26592026-04-25T00:46:38.245Z Compiling num_enum v0.7.6
26602026-04-25T00:46:38.383Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26612026-04-25T00:46:38.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26622026-04-25T00:46:38.877Z Compiling progenitor-impl v0.13.0
26632026-04-25T00:46:40.151Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642026-04-25T00:46:40.188Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26652026-04-25T00:46:40.278Z Compiling cstr-argument v0.1.2
26662026-04-25T00:46:40.477Z Compiling resolv-conf v0.7.6
26672026-04-25T00:46:40.579Z Compiling linked-hash-map v0.5.6
26682026-04-25T00:46:40.631Z Compiling swrite v0.1.0
26692026-04-25T00:46:40.751Z Compiling static_assertions v1.1.0
26702026-04-25T00:46:40.807Z Compiling lru-cache v0.1.2
26712026-04-25T00:46:40.837Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26722026-04-25T00:46:40.954Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26732026-04-25T00:46:41.124Z Compiling progenitor v0.13.0
26742026-04-25T00:46:41.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26752026-04-25T00:46:41.384Z Compiling hubpack v0.1.2
26762026-04-25T00:46:41.415Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26772026-04-25T00:46:41.647Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
26782026-04-25T00:46:41.895Z Compiling memoffset v0.9.1
26792026-04-25T00:46:42.012Z Compiling rand v0.10.1
26802026-04-25T00:46:42.531Z Compiling hickory-proto v0.24.4
26812026-04-25T00:46:42.830Z Compiling crossbeam-deque v0.8.6
26822026-04-25T00:46:43.059Z Compiling itertools v0.12.1
26832026-04-25T00:46:43.059Z Compiling serde-big-array v0.5.1
26842026-04-25T00:46:43.235Z Compiling siphasher v1.0.2
26852026-04-25T00:46:43.455Z Compiling lazy_static v1.5.0
26862026-04-25T00:46:43.574Z Compiling unicode-segmentation v1.13.2
26872026-04-25T00:46:44.221Z Compiling newline-converter v0.3.0
26882026-04-25T00:46:44.405Z Compiling phf_shared v0.12.1
26892026-04-25T00:46:44.532Z Compiling pin-project v1.1.11
26902026-04-25T00:46:44.635Z Compiling hickory-resolver v0.24.4
26912026-04-25T00:46:44.647Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26922026-04-25T00:46:48.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26932026-04-25T00:46:48.413Z Compiling prettyplease v0.2.37
26942026-04-25T00:46:48.847Z Compiling rayon-core v1.13.0
26952026-04-25T00:46:49.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
26962026-04-25T00:46:50.611Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
26972026-04-25T00:46:51.148Z Compiling nix v0.31.2
26982026-04-25T00:46:52.891Z Compiling num_enum v0.5.11
26992026-04-25T00:46:53.027Z Compiling atomicwrites v0.4.4
27002026-04-25T00:46:53.340Z Compiling unicode-normalization v0.1.25
27012026-04-25T00:46:53.459Z Compiling console v0.15.11
27022026-04-25T00:46:53.947Z Compiling camino-tempfile v1.4.1
27032026-04-25T00:46:53.983Z Compiling tokio-stream v0.1.18
27042026-04-25T00:46:54.405Z Compiling csv-core v0.1.13
27052026-04-25T00:46:54.570Z Compiling bstr v1.12.1
27062026-04-25T00:46:54.821Z Compiling foldhash v0.1.5
27072026-04-25T00:46:54.832Z Compiling highway v1.3.0
27082026-04-25T00:46:55.056Z Compiling foreign-types-shared v0.1.1
27092026-04-25T00:46:55.158Z Compiling unicode-width v0.1.14
27102026-04-25T00:46:55.277Z Compiling similar v2.7.0
27112026-04-25T00:46:55.481Z Compiling same-file v1.0.6
27122026-04-25T00:46:55.548Z Compiling foreign-types v0.3.2
27132026-04-25T00:46:55.634Z Compiling walkdir v2.5.0
27142026-04-25T00:46:55.670Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27152026-04-25T00:46:56.443Z Compiling expectorate v1.2.0
27162026-04-25T00:46:56.664Z Compiling globset v0.4.18
27172026-04-25T00:46:57.594Z Compiling hashbrown v0.15.5
27182026-04-25T00:46:58.010Z Compiling csv v1.4.0
27192026-04-25T00:46:58.263Z Compiling qorb v0.4.1
27202026-04-25T00:46:58.994Z Compiling snafu v0.8.9
27212026-04-25T00:46:59.598Z Compiling olpc-cjson v0.1.4
27222026-04-25T00:46:59.889Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27232026-04-25T00:46:59.913Z Compiling rayon v1.11.0
27242026-04-25T00:47:00.102Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27252026-04-25T00:47:00.420Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27262026-04-25T00:47:00.544Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27272026-04-25T00:47:02.104Z Compiling phf v0.12.1
27282026-04-25T00:47:02.294Z Compiling openssl-sys v0.9.112
27292026-04-25T00:47:02.480Z Compiling tokio-dtrace v0.1.1
27302026-04-25T00:47:02.843Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27312026-04-25T00:47:02.857Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27322026-04-25T00:47:02.913Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27332026-04-25T00:47:03.127Z Compiling libsw-core v0.3.2
27342026-04-25T00:47:03.325Z Compiling pem v3.0.6
27352026-04-25T00:47:04.042Z Compiling serde_plain v1.0.2
27362026-04-25T00:47:04.345Z Compiling sigpipe v0.1.3
27372026-04-25T00:47:04.448Z Compiling bytecount v0.6.9
27382026-04-25T00:47:04.510Z Compiling glob v0.3.3
27392026-04-25T00:47:04.643Z Compiling minimal-lexical v0.2.1
27402026-04-25T00:47:04.978Z Compiling typed-path v0.9.3
27412026-04-25T00:47:05.553Z Compiling fixedbitset v0.5.7
27422026-04-25T00:47:06.083Z Compiling jiff v0.2.23
27432026-04-25T00:47:06.325Z Compiling fixedbitset v0.4.2
27442026-04-25T00:47:06.672Z Compiling petgraph v0.6.5
27452026-04-25T00:47:06.714Z Compiling tough v0.20.0
27462026-04-25T00:47:07.850Z Compiling petgraph v0.8.3
27472026-04-25T00:47:07.951Z Compiling nom v7.1.3
27482026-04-25T00:47:08.350Z Compiling papergrid v0.11.0
27492026-04-25T00:47:08.519Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-04-25T00:47:09.258Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27512026-04-25T00:47:09.644Z Compiling openssl v0.10.76
27522026-04-25T00:47:10.320Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27532026-04-25T00:47:11.733Z Compiling libsw v3.5.0
27542026-04-25T00:47:11.932Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27552026-04-25T00:47:12.509Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27562026-04-25T00:47:12.840Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27572026-04-25T00:47:13.084Z Compiling zone v0.3.1
27582026-04-25T00:47:13.536Z Compiling oxide-tokio-rt v0.1.3
27592026-04-25T00:47:13.762Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27602026-04-25T00:47:13.949Z Compiling chrono-tz v0.10.4
27612026-04-25T00:47:14.216Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
27622026-04-25T00:47:14.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
27632026-04-25T00:47:15.312Z Compiling newtype_derive v0.1.6
27642026-04-25T00:47:15.404Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27652026-04-25T00:47:15.521Z Compiling slog-dtrace v0.3.0
27662026-04-25T00:47:16.297Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27672026-04-25T00:47:17.135Z Compiling owo-colors v4.3.0
27682026-04-25T00:47:18.081Z Compiling const_format v0.2.35
27692026-04-25T00:47:18.129Z Compiling cancel-safe-futures v0.1.5
27702026-04-25T00:47:18.504Z Compiling gethostname v0.5.0
27712026-04-25T00:47:18.557Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-04-25T00:47:18.647Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27732026-04-25T00:47:18.784Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27742026-04-25T00:47:18.824Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27752026-04-25T00:47:18.943Z Compiling bcs v0.1.6
27762026-04-25T00:47:19.345Z Compiling smf v0.2.3
27772026-04-25T00:47:19.357Z Compiling tagptr v0.2.0
27782026-04-25T00:47:19.524Z Compiling linear-map v1.2.0
27792026-04-25T00:47:19.755Z Compiling smawk v0.3.2
27802026-04-25T00:47:19.939Z Compiling whoami v1.6.1
27812026-04-25T00:47:20.417Z Compiling termtree v0.5.1
27822026-04-25T00:47:20.600Z Compiling unicode-linebreak v0.1.5
27832026-04-25T00:47:20.612Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27842026-04-25T00:47:20.895Z Compiling textwrap v0.16.2
27852026-04-25T00:47:21.162Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27862026-04-25T00:47:21.198Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27872026-04-25T00:47:21.897Z Compiling moka v0.12.15
27882026-04-25T00:47:22.554Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27892026-04-25T00:47:23.118Z Compiling tabled v0.15.0
27902026-04-25T00:47:23.572Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27912026-04-25T00:47:23.695Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27922026-04-25T00:47:23.911Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27932026-04-25T00:47:24.419Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
27942026-04-25T00:47:24.633Z Compiling steno v0.4.1
27952026-04-25T00:47:24.645Z Compiling cookie v0.18.1
27962026-04-25T00:47:26.022Z Compiling hickory-proto v0.25.2
27972026-04-25T00:47:30.188Z Compiling humantime v2.3.0
27982026-04-25T00:47:30.643Z Compiling hickory-resolver v0.25.2
27992026-04-25T00:47:32.007Z Compiling arc-swap v1.9.0
28002026-04-25T00:47:32.374Z Compiling slog-scope v4.4.1
28012026-04-25T00:47:32.849Z Compiling libscf-sys v1.1.0
28022026-04-25T00:47:33.007Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28032026-04-25T00:47:33.034Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28042026-04-25T00:47:33.724Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28052026-04-25T00:47:34.926Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28062026-04-25T00:47:35.156Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28072026-04-25T00:47:35.296Z Compiling slog-stdlog v4.1.1
28082026-04-25T00:47:35.382Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10)
28092026-04-25T00:47:35.765Z Compiling slog-envlogger v2.2.0
28102026-04-25T00:47:35.905Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28112026-04-25T00:47:44.481Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28122026-04-25T00:47:47.241Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
28132026-04-25T00:47:48.719Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28142026-04-25T00:47:57.695Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28152026-04-25T00:48:02.545Z Finished `release` profile [optimized] target(s) in 2m 26s
28162026-04-25T00:48:02.658Z Running unittests src/lib.rs (target/release/deps/mg_tests-f2da362cd39f0fff)
28172026-04-25T00:48:02.661Z
28182026-04-25T00:48:02.661Zrunning 1 test
28192026-04-25T00:48:02.886Zconfigure zone
28202026-04-25T00:48:02.903Zinstall zone
28212026-04-25T00:48:12.531Zboot zone
28222026-04-25T00:48:12.622Zstart zone s1
28232026-04-25T00:48:12.624Zconfigure zone
28242026-04-25T00:48:12.631Zinstall zone
28252026-04-25T00:48:14.509Zboot zone
28262026-04-25T00:48:14.635Zstart zone s2
28272026-04-25T00:48:14.635Zconfigure zone
28282026-04-25T00:48:14.646Zinstall zone
28292026-04-25T00:48:16.880Zboot zone
28302026-04-25T00:48:16.988Zstart zone s3
28312026-04-25T00:48:16.988Zconfigure zone
28322026-04-25T00:48:16.999Zinstall zone
28332026-04-25T00:48:19.745Zboot zone
28342026-04-25T00:48:19.856Zstart zone t1
28352026-04-25T00:48:19.859Zconfigure zone
28362026-04-25T00:48:19.868Zinstall zone
28372026-04-25T00:48:22.576Zboot zone
28382026-04-25T00:48:22.683Zwaiting for zones to come up
28392026-04-25T00:48:32.684Z[sidecar.quartet] svcs milestone/network
28402026-04-25T00:48:32.711ZSTATE STIME FMRI
28412026-04-25T00:48:32.711Zonline 0:48:11 svc:/milestone/network:default
28422026-04-25T00:48:32.711Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28432026-04-25T00:48:32.737Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28442026-04-25T00:48:32.763Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28452026-04-25T00:48:32.783Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28462026-04-25T00:48:32.786Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28472026-04-25T00:48:32.799Z
28482026-04-25T00:48:32.799Zrunning zone s1.quartet setup
28492026-04-25T00:48:32.799Z[s1.quartet] svcs milestone/network
28502026-04-25T00:48:32.814ZSTATE STIME FMRI
28512026-04-25T00:48:32.814Zonline 0:48:13 svc:/milestone/network:default
28522026-04-25T00:48:32.815Z[s1.quartet] dladm
28532026-04-25T00:48:32.827ZLINK CLASS MTU STATE BRIDGE OVER
28542026-04-25T00:48:32.827Zsl0 simnet 9000 up -- ?
28552026-04-25T00:48:32.827Zmgs1 vnic 9000 up -- ?
28562026-04-25T00:48:32.830Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28572026-04-25T00:48:33.501Z
28582026-04-25T00:48:33.501Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28592026-04-25T00:48:33.516Z
28602026-04-25T00:48:33.517Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28612026-04-25T00:48:33.528Z
28622026-04-25T00:48:33.528Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28632026-04-25T00:48:33.608Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28642026-04-25T00:48:33.678Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c36c729a-fdfe-4173-b0ce-f6a845452835 --sled-uuid ed6326b7-e229-48ca-9509-498a93e1354a -a sl0/v6 &> /opt/ddmd.log &
28652026-04-25T00:48:33.693Z
28662026-04-25T00:48:33.693Zrunning zone s2.quartet setup
28672026-04-25T00:48:33.693Z[s2.quartet] svcs milestone/network
28682026-04-25T00:48:33.709ZSTATE STIME FMRI
28692026-04-25T00:48:33.709Zonline 0:48:16 svc:/milestone/network:default
28702026-04-25T00:48:33.709Z[s2.quartet] dladm
28712026-04-25T00:48:33.723ZLINK CLASS MTU STATE BRIDGE OVER
28722026-04-25T00:48:33.723Zsl1 simnet 9000 up -- ?
28732026-04-25T00:48:33.723Zmgs2 vnic 9000 up -- ?
28742026-04-25T00:48:33.723Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28752026-04-25T00:48:34.174Z
28762026-04-25T00:48:34.174Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28772026-04-25T00:48:34.192Z
28782026-04-25T00:48:34.192Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28792026-04-25T00:48:34.204Z
28802026-04-25T00:48:34.204Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28812026-04-25T00:48:34.235Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28822026-04-25T00:48:34.262Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0b22bcf4-b059-42ae-bb41-381628d2fa42 --sled-uuid 16b0c7e3-7525-4ad4-8e3f-799107c9b4b8 -a sl1/v6 &> /opt/ddmd.log &
28832026-04-25T00:48:34.273Z
28842026-04-25T00:48:34.273Zrunning zone s3.quartet setup
28852026-04-25T00:48:34.273Z[s3.quartet] svcs milestone/network
28862026-04-25T00:48:34.288ZSTATE STIME FMRI
28872026-04-25T00:48:34.288Zonline 0:48:19 svc:/milestone/network:default
28882026-04-25T00:48:34.288Z[s3.quartet] dladm
28892026-04-25T00:48:34.301ZLINK CLASS MTU STATE BRIDGE OVER
28902026-04-25T00:48:34.302Zsl2 simnet 9000 up -- ?
28912026-04-25T00:48:34.302Zmgs3 vnic 9000 up -- ?
28922026-04-25T00:48:34.302Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28932026-04-25T00:48:34.869Z
28942026-04-25T00:48:34.869Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28952026-04-25T00:48:34.885Z
28962026-04-25T00:48:34.885Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28972026-04-25T00:48:34.896Z
28982026-04-25T00:48:34.897Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28992026-04-25T00:48:34.928Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
29002026-04-25T00:48:34.957Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bf895560-f4c8-44eb-94c0-cbeddc0261d9 --sled-uuid d24a1494-571e-45c6-8ffa-3dcbf68d96d6 -a sl2/v6 &> /opt/ddmd.log &
29012026-04-25T00:48:34.968Z
29022026-04-25T00:48:34.968Zrunning zone t1.quartet setup
29032026-04-25T00:48:34.968Z[t1.quartet] svcs milestone/network
29042026-04-25T00:48:34.983ZSTATE STIME FMRI
29052026-04-25T00:48:34.983Zonline 0:48:22 svc:/milestone/network:default
29062026-04-25T00:48:34.983Z[t1.quartet] dladm
29072026-04-25T00:48:34.997ZLINK CLASS MTU STATE BRIDGE OVER
29082026-04-25T00:48:34.997Ztfportrear0_0 simnet 9000 up -- ?
29092026-04-25T00:48:34.997Ztfportrear1_0 simnet 9000 up -- ?
29102026-04-25T00:48:34.997Ztfportrear2_0 simnet 9000 up -- ?
29112026-04-25T00:48:34.997Zmgt1 vnic 9000 up -- ?
29122026-04-25T00:48:34.997Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29132026-04-25T00:48:35.551Z
29142026-04-25T00:48:35.551Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29152026-04-25T00:48:35.568Z
29162026-04-25T00:48:35.568Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29172026-04-25T00:48:35.581Z
29182026-04-25T00:48:35.581Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29192026-04-25T00:48:35.594Z
29202026-04-25T00:48:35.594Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29212026-04-25T00:48:35.605Z
29222026-04-25T00:48:35.605Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29232026-04-25T00:48:35.924Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29242026-04-25T00:48:35.927Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29252026-04-25T00:48:35.930Zwaiting 3s for copy of files to zone to complete ...
29262026-04-25T00:48:38.928Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29272026-04-25T00:48:39.061Z
29282026-04-25T00:48:39.061Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29292026-04-25T00:48:39.168Z
29302026-04-25T00:48:39.168Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29312026-04-25T00:48:39.202Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29322026-04-25T00:48:39.231Z[t1.quartet] svcadm disable dendrite
29332026-04-25T00:48:39.255Z
29342026-04-25T00:48:39.255Z[t1.quartet] svcadm disable tfport
29352026-04-25T00:48:39.279Z
29362026-04-25T00:48:39.279Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29372026-04-25T00:48:39.304Z
29382026-04-25T00:48:39.304Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29392026-04-25T00:48:39.329Z
29402026-04-25T00:48:39.329Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29412026-04-25T00:48:39.354Z
29422026-04-25T00:48:39.354Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29432026-04-25T00:48:39.379Z
29442026-04-25T00:48:39.379Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29452026-04-25T00:48:39.403Z
29462026-04-25T00:48:39.405Z[t1.quartet] svcadm refresh dendrite:default
29472026-04-25T00:48:39.425Z
29482026-04-25T00:48:39.425Z[t1.quartet] svcadm enable dendrite:default
29492026-04-25T00:48:39.446Z
29502026-04-25T00:48:39.446Zwait 10s for dendrite to come up ...
29512026-04-25T00:48:49.447Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29522026-04-25T00:48:49.477Z
29532026-04-25T00:48:49.478Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29542026-04-25T00:48:49.502Z
29552026-04-25T00:48:49.502Z[t1.quartet] svcadm refresh tfport:default
29562026-04-25T00:48:49.524Z
29572026-04-25T00:48:49.524Z[t1.quartet] svcadm enable tfport
29582026-04-25T00:48:49.545Z
29592026-04-25T00:48:49.548Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7493e49b-4700-44fe-9695-6403540e23e2 --sled-uuid 450d72a2-b3a8-4c2c-892c-e0bc7d6a77ca -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29602026-04-25T00:48:49.556Z
29612026-04-25T00:48:49.556Z[t1.quartet] ipadm
29622026-04-25T00:48:49.571ZADDROBJ TYPE STATE ADDR
29632026-04-25T00:48:49.571Zlo0/v4 static ok 127.0.0.1/8
29642026-04-25T00:48:49.571Zmgt1/v4 static ok 10.0.0.4/24
29652026-04-25T00:48:49.571Zlo0/v6 static ok ::1/128
29662026-04-25T00:48:49.571Zlo0/u6 static ok fd00:4::1/64
29672026-04-25T00:48:49.571Ztfportrear0_0/v6 addrconf ok fe80::2c01:30ff:fe6f:98ab%tfportrear0_0/10
29682026-04-25T00:48:49.571Ztfportrear1_0/v6 addrconf ok fe80::2cea:9dff:fe4f:3a3b%tfportrear1_0/10
29692026-04-25T00:48:49.571Ztfportrear2_0/v6 addrconf ok fe80::a44b:79ff:fe4c:7cb%tfportrear2_0/10
29702026-04-25T00:48:51.682Zinitial peering test passed
29712026-04-25T00:48:52.684Z[s3.quartet] ping fd00:1::1
29722026-04-25T00:48:52.702Zfd00:1::1 is alive
29732026-04-25T00:49:02.664Ztest ddm::test_quartet has been running for over 60 seconds
29742026-04-25T00:49:03.704Z[s3.quartet] ping fd00:1::1
29752026-04-25T00:49:03.720Zfd00:1::1 is alive
29762026-04-25T00:49:03.722Z[t1.quartet] pkill ddmd
29772026-04-25T00:49:03.731Z
29782026-04-25T00:49:03.732Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29792026-04-25T00:49:03.734Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29802026-04-25T00:49:05.617Z[s3.quartet] pkill ddmd
29812026-04-25T00:49:05.631Z
29822026-04-25T00:49:05.631Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29832026-04-25T00:49:07.444Z[s2.quartet] pkill ddmd
29842026-04-25T00:49:07.487Z
29852026-04-25T00:49:07.487Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29862026-04-25T00:49:09.559Z[s1.quartet] pkill ddmd
29872026-04-25T00:49:09.586Z
29882026-04-25T00:49:09.586Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29892026-04-25T00:49:11.462Z[sidecar.quartet] pkill softnpu
29902026-04-25T00:49:11.476Z
29912026-04-25T00:49:11.477Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29922026-04-25T00:49:14.257Ztest ddm::test_quartet ... ok
29932026-04-25T00:49:14.257Z
29942026-04-25T00:49:14.261Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.59s
29952026-04-25T00:49:14.261Z
29962026-04-25T00:49:14.341Z+ cleanup
29972026-04-25T00:49:14.344Z++ id -un
29982026-04-25T00:49:14.349Z++ id -gn
29992026-04-25T00:49:14.352Z+ pfexec chown -R build:build .
30002026-04-25T00:49:14.506Zprocess exited: duration 774413 ms, exit code 0
 
30012026-04-25T00:49:14.517Zfound 6 output files
30022026-04-25T00:49:14.517Zuploading: /work/s1.quartet.log (3964 bytes)
30032026-04-25T00:49:15.527Zuploaded: /work/s1.quartet.log
30042026-04-25T00:49:15.527Zuploading: /work/s2.quartet.log (4138 bytes)
30052026-04-25T00:49:16.538Zuploaded: /work/s2.quartet.log
30062026-04-25T00:49:16.541Zuploading: /work/s3.quartet.log (4249 bytes)
30072026-04-25T00:49:17.549Zuploaded: /work/s3.quartet.log
30082026-04-25T00:49:17.552Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30092026-04-25T00:49:18.559Zuploaded: /work/sidecar.quartet-softnpu.log
30102026-04-25T00:49:18.563Zuploading: /work/t1.quartet-dpd.log (213503 bytes)
30112026-04-25T00:49:19.577Zuploaded: /work/t1.quartet-dpd.log
30122026-04-25T00:49:19.577Zuploading: /work/t1.quartet.log (17192 bytes)
30132026-04-25T00:49:20.588Zuploaded: /work/t1.quartet.log