01KS1K83CYVQS782TJVGVAYYDW: test-ddm-trio

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

Buildomat Job: 01KS1K8HHZSJRCRART36WY3GW4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T02:27:01.509Zjob assigned to worker 01KS1K94KEZ5DB7SSA0CQCQHXK [factory aws, i-014a95a4301f9305b] (queued for 1 m 1 s)
 
22026-05-20T02:27:08.263Zstarting task 0: "setup"
32026-05-20T02:27:08.270Z++ uname -s
42026-05-20T02:27:08.274Z+ kern=SunOS
52026-05-20T02:27:08.275Z+ build_user=build
62026-05-20T02:27:08.275Z+ build_uid=12345
72026-05-20T02:27:08.275Z+ work_dir=/work
82026-05-20T02:27:08.275Z+ input_dir=/input
92026-05-20T02:27:08.275Z+ [[ 0 == 12345 ]]
102026-05-20T02:27:08.275Z+ case "$kern" in
112026-05-20T02:27:08.275Z+ groupadd -g 12345 build
122026-05-20T02:27:08.278Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T02:27:10.280Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T02:27:10.352Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T02:27:10.355Z+ home_fs=zfs
162026-05-20T02:27:10.355Z+ [[ zfs == autofs ]]
172026-05-20T02:27:10.355Z+ mkdir -p /home/build
182026-05-20T02:27:10.355Z+ chown build:build /home/build /work
192026-05-20T02:27:12.356Z+ chmod 0700 /home/build /work
202026-05-20T02:27:12.361Zprocess exited: duration 4094 ms, exit code 0
 
212026-05-20T02:27:12.367Zstarting task 1: "rust-toolchain"
222026-05-20T02:27:12.371Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T02:27:12.371Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T02:27:12.371Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-20T02:27:12.371Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T02:27:12.372Z * rust toolchain channel = "stable"
272026-05-20T02:27:12.372Z * rust toolchain profile = "default"
282026-05-20T02:27:12.375Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T02:27:12.375Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T02:27:12.460Zinfo: downloading installer
312026-05-20T02:27:13.898Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T02:27:13.898Zwarn: /opt/ooce/bin
332026-05-20T02:27:13.898Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T02:27:13.898Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T02:27:13.898Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T02:27:13.898Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T02:27:13.898Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T02:27:13.898Zerror: cannot install while Rust is installed
392026-05-20T02:27:13.898Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T02:27:13.898Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T02:27:13.898Zwarn: /home/build/.rustup/settings.toml
422026-05-20T02:27:13.898Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T02:27:13.898Zwarn: instead of the one inferred from the default host triple.
442026-05-20T02:27:13.932Zinfo: profile set to default
452026-05-20T02:27:13.932Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T02:27:13.935Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T02:27:14.062Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T02:27:14.065Zinfo: downloading 6 components
492026-05-20T02:27:28.901Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T02:27:28.901Z
512026-05-20T02:27:28.928Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T02:27:28.928Z
532026-05-20T02:27:28.929Z
542026-05-20T02:27:28.929ZRust is installed now. Great!
552026-05-20T02:27:28.929Z
562026-05-20T02:27:28.929ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T02:27:28.929Zenvironment variable. This has not been done automatically.
582026-05-20T02:27:28.929Z
592026-05-20T02:27:28.929ZTo configure your current shell, you need to source
602026-05-20T02:27:28.929Zthe corresponding env file under $HOME/.cargo.
612026-05-20T02:27:28.929Z
622026-05-20T02:27:28.929ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T02:27:28.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T02:27:28.929Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T02:27:28.929Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T02:27:28.929Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T02:27:28.929Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T02:27:28.929Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T02:27:28.939Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T02:27:28.939Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T02:27:29.015Z+ rustup --version
722026-05-20T02:27:29.023Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T02:27:29.027Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T02:27:29.043Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T02:27:29.045Z+ cargo --version
762026-05-20T02:27:29.059Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T02:27:29.062Z+ rustc --version
782026-05-20T02:27:29.081Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T02:27:29.084Zprocess exited: duration 16713 ms, exit code 0
 
802026-05-20T02:27:29.091Zstarting task 2: "authentication"
812026-05-20T02:27:29.107Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T02:27:29.114Zstarting task 3: "clone repository"
832026-05-20T02:27:29.117Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T02:27:29.120Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T02:27:29.264ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T02:27:30.346Z+ cd /work/oxidecomputer/maghemite
872026-05-20T02:27:30.346Z+ git fetch origin ad71a11cb1f29478f350da15977277c0aa3e7f84
882026-05-20T02:27:30.611ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T02:27:30.611Z * branch ad71a11cb1f29478f350da15977277c0aa3e7f84 -> FETCH_HEAD
902026-05-20T02:27:30.616Z+ [[ -n trey/ddm-track-session-duration ]]
912026-05-20T02:27:30.620Z++ git branch --show-current
922026-05-20T02:27:30.620Z+ current=main
932026-05-20T02:27:30.620Z+ [[ main != trey/ddm-track-session-duration ]]
942026-05-20T02:27:30.620Z+ git branch -f trey/ddm-track-session-duration ad71a11cb1f29478f350da15977277c0aa3e7f84
952026-05-20T02:27:30.623Z+ git checkout -f trey/ddm-track-session-duration
962026-05-20T02:27:30.639ZSwitched to branch 'trey/ddm-track-session-duration'
972026-05-20T02:27:30.642Z+ git reset --hard ad71a11cb1f29478f350da15977277c0aa3e7f84
982026-05-20T02:27:30.645ZHEAD is now at ad71a11 Merge main into trey/ddm-track-session-duration
992026-05-20T02:27:30.645Zprocess exited: duration 1530 ms, exit code 0
 
1002026-05-20T02:27:30.651Zstarting task 4: "build"
1012026-05-20T02:27:30.657Z++ dladm
1022026-05-20T02:27:30.660ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T02:27:30.660Zena0 phys 9216 up -- --
1042026-05-20T02:27:30.663Z++ ipadm
1052026-05-20T02:27:30.663ZADDROBJ TYPE STATE ADDR
1062026-05-20T02:27:30.663Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T02:27:30.663Zena0/dhcp dhcp ok 10.150.1.80/24
1082026-05-20T02:27:30.663Zlo0/v6 static ok ::1/128
1092026-05-20T02:27:30.663Z++ banner collect
1102026-05-20T02:27:30.666Z
1112026-05-20T02:27:30.667Z #### #### # # ###### #### #####
1122026-05-20T02:27:30.667Z # # # # # # # # # #
1132026-05-20T02:27:30.667Z # # # # # ##### # #
1142026-05-20T02:27:30.667Z # # # # # # # #
1152026-05-20T02:27:30.667Z # # # # # # # # # #
1162026-05-20T02:27:30.667Z #### #### ###### ###### ###### #### #
1172026-05-20T02:27:30.667Z
1182026-05-20T02:27:30.667Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T02:27:30.667Z++ repo=softnpu
1202026-05-20T02:27:30.667Z++ series=image
1212026-05-20T02:27:30.667Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T02:27:30.667Z++ name=softnpu
1232026-05-20T02:27:30.667Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T02:27:30.667Z++ mkdir -p download
1252026-05-20T02:27:30.667Z++ pushd download
1262026-05-20T02:27:30.667Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T02:27:30.667Z++ [[ ! -f softnpu ]]
1282026-05-20T02:27:30.667Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T02:27:30.684Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T02:27:30.684Z Dload Upload Total Spent Left Speed
1312026-05-20T02:27:31.025Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 44.32M 0 0 100 15.63M 100 15.63M 0 0 44.31M 0 0 100 15.63M 100 15.63M 0 0 44.31M 0 0
1322026-05-20T02:27:31.028Z++ popd
1332026-05-20T02:27:31.028Z/work/oxidecomputer/maghemite
1342026-05-20T02:27:31.028Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T02:27:31.028Z++ repo=sidecar-lite
1362026-05-20T02:27:31.028Z++ series=release
1372026-05-20T02:27:31.028Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T02:27:31.028Z++ name=libsidecar_lite.so
1392026-05-20T02:27:31.028Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T02:27:31.028Z++ mkdir -p download
1412026-05-20T02:27:31.028Z++ pushd download
1422026-05-20T02:27:31.032Z++ [[ ! -f libsidecar_lite.so ]]
1432026-05-20T02:27:31.032Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-05-20T02:27:31.032Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T02:27:31.035Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T02:27:31.035Z Dload Upload Total Spent Left Speed
1472026-05-20T02:27:31.343Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.25M 0 0 100 12.04M 100 12.04M 0 0 39.25M 0 0 100 12.04M 100 12.04M 0 0 39.24M 0 0
1482026-05-20T02:27:31.348Z++ popd
1492026-05-20T02:27:31.348Z/work/oxidecomputer/maghemite
1502026-05-20T02:27:31.348Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T02:27:31.348Z++ repo=sidecar-lite
1522026-05-20T02:27:31.348Z++ series=release
1532026-05-20T02:27:31.348Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T02:27:31.348Z++ name=scadm
1552026-05-20T02:27:31.348Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T02:27:31.348Z++ mkdir -p download
1572026-05-20T02:27:31.348Z++ pushd download
1582026-05-20T02:27:31.348Z++ [[ ! -f scadm ]]
1592026-05-20T02:27:31.348Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-05-20T02:27:31.348Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T02:27:31.352Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T02:27:31.352Z Dload Upload Total Spent Left Speed
1632026-05-20T02:27:31.693Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 45.94M 0 0 100 15.78M 100 15.78M 0 0 45.94M 0 0 100 15.78M 100 15.78M 0 0 45.93M 0 0
1642026-05-20T02:27:31.696Z++ popd
1652026-05-20T02:27:31.696Z/work/oxidecomputer/maghemite
1662026-05-20T02:27:31.696Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T02:27:31.696Z++ repo=dendrite
1682026-05-20T02:27:31.696Z++ series=image
1692026-05-20T02:27:31.696Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T02:27:31.696Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T02:27:31.696Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T02:27:31.696Z++ mkdir -p download
1732026-05-20T02:27:31.699Z++ pushd download
1742026-05-20T02:27:31.699Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-05-20T02:27:31.699Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-05-20T02:27:31.700Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T02:27:31.703Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T02:27:31.703Z Dload Upload Total Spent Left Speed
1792026-05-20T02:27:33.110Z 0 0 0 0 0 0 0 0 0 71 71.59M 71 50.90M 0 0 47.63M 0 00:01 00:01 47.64M 100 71.59M 100 71.59M 0 0 50.85M 0 00:01 00:01 47.64M 100 71.59M 100 71.59M 0 0 50.85M 0 00:01 00:01 47.64M 100 71.59M 100 71.59M 0 0 50.85M 0 00:01 00:01 47.64M
1802026-05-20T02:27:33.114Z++ popd
1812026-05-20T02:27:33.117Z/work/oxidecomputer/maghemite
1822026-05-20T02:27:33.117Z++ get_artifact maghemite release ad71a11cb1f29478f350da15977277c0aa3e7f84 ddm
1832026-05-20T02:27:33.117Z++ repo=maghemite
1842026-05-20T02:27:33.117Z++ series=release
1852026-05-20T02:27:33.117Z++ commit=ad71a11cb1f29478f350da15977277c0aa3e7f84
1862026-05-20T02:27:33.117Z++ name=ddm
1872026-05-20T02:27:33.117Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T02:27:33.117Z++ mkdir -p download
1892026-05-20T02:27:33.118Z++ pushd download
1902026-05-20T02:27:33.118Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T02:27:33.118Z++ [[ ! -f ddm ]]
1922026-05-20T02:27:33.118Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ad71a11cb1f29478f350da15977277c0aa3e7f84/ddm
1932026-05-20T02:27:33.122Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T02:27:33.122Z Dload Upload Total Spent Left Speed
1952026-05-20T02:27:33.181Z 0 0 0 0 0 0 0 0 0
1962026-05-20T02:27:33.181Zcurl: (22) The requested URL returned error: 404
1972026-05-20T02:27:33.184Z++ popd
1982026-05-20T02:27:33.184Z/work/oxidecomputer/maghemite
1992026-05-20T02:27:33.184Z++ get_artifact maghemite release ad71a11cb1f29478f350da15977277c0aa3e7f84 ddmadm
2002026-05-20T02:27:33.184Z++ repo=maghemite
2012026-05-20T02:27:33.184Z++ series=release
2022026-05-20T02:27:33.184Z++ commit=ad71a11cb1f29478f350da15977277c0aa3e7f84
2032026-05-20T02:27:33.184Z++ name=ddmadm
2042026-05-20T02:27:33.185Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-20T02:27:33.185Z++ mkdir -p download
2062026-05-20T02:27:33.185Z++ pushd download
2072026-05-20T02:27:33.185Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-20T02:27:33.185Z++ [[ ! -f ddmadm ]]
2092026-05-20T02:27:33.185Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ad71a11cb1f29478f350da15977277c0aa3e7f84/ddmadm
2102026-05-20T02:27:33.188Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T02:27:33.191Z Dload Upload Total Spent Left Speed
2122026-05-20T02:27:33.241Z 0 0 0 0 0 0 0 0 0
2132026-05-20T02:27:33.244Zcurl: (22) The requested URL returned error: 404
2142026-05-20T02:27:33.244Z++ popd
2152026-05-20T02:27:33.244Z/work/oxidecomputer/maghemite
2162026-05-20T02:27:33.244Z++ pushd download
2172026-05-20T02:27:33.244Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T02:27:33.244Z++ chmod +x softnpu
2192026-05-20T02:27:33.244Z++ chmod +x scadm
2202026-05-20T02:27:33.247Z++ chmod +x ddmadm
2212026-05-20T02:27:33.247Zchmod: WARNING: can't access ddmadm
2222026-05-20T02:27:33.248Z++ chmod +x ddmd
2232026-05-20T02:27:33.250Zchmod: WARNING: can't access ddmd
2242026-05-20T02:27:33.250Z++ mv ddmadm ddmadm-v2
2252026-05-20T02:27:33.250Zmv: cannot access ddmadm
2262026-05-20T02:27:33.250Z++ mv ddmd ddmd-v2
2272026-05-20T02:27:33.250Zmv: cannot access ddmd
2282026-05-20T02:27:33.250Z++ rm -rf zones/dendrite
2292026-05-20T02:27:33.253Z++ mkdir -p zones/dendrite
2302026-05-20T02:27:33.253Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T02:27:34.267Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-20T02:27:34.270Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-20T02:27:34.270Z++ popd
2342026-05-20T02:27:34.270Z/work/oxidecomputer/maghemite
2352026-05-20T02:27:34.270Z++ banner install
2362026-05-20T02:27:34.273Z
2372026-05-20T02:27:34.273Z # # # #### ##### ## # #
2382026-05-20T02:27:34.273Z # ## # # # # # # #
2392026-05-20T02:27:34.273Z # # # # #### # # # # #
2402026-05-20T02:27:34.273Z # # # # # # ###### # #
2412026-05-20T02:27:34.273Z # # ## # # # # # # #
2422026-05-20T02:27:34.273Z # # # #### # # # ###### ######
2432026-05-20T02:27:34.273Z
2442026-05-20T02:27:34.273Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T02:27:34.273Z++ set +o errexit
2462026-05-20T02:27:34.273Z++ pkg info clang-15
2472026-05-20T02:27:34.273Z++ grep -qi installed
2482026-05-20T02:27:36.182Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T02:27:36.183Zinstalled on the system. Try querying remotely instead:
2502026-05-20T02:27:36.183Z
2512026-05-20T02:27:36.183Z clang-15
2522026-05-20T02:27:36.222Z++ [[ 1 != 0 ]]
2532026-05-20T02:27:36.222Z++ set -o errexit
2542026-05-20T02:27:36.225Z++ pfexec pkg install clang-15
2552026-05-20T02:27:43.188Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T02:27:50.839Z Startup: Caching catalogs ... Done
2572026-05-20T02:27:58.062ZPlanning: Solver setup ... Done
2582026-05-20T02:27:58.106ZPlanning: Running solver ... Done
2592026-05-20T02:27:58.247ZPlanning: Finding local manifests ... Done
2602026-05-20T02:27:58.270ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T02:27:58.367ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T02:27:58.395ZPlanning: Package planning ... Done
2632026-05-20T02:27:58.421ZPlanning: Merging actions ... Done
2642026-05-20T02:27:58.550ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T02:27:58.556ZPlanning: Consolidating action changes ... Done
2662026-05-20T02:27:59.886ZPlanning: Evaluating mediators ... Done
2672026-05-20T02:27:59.891ZPlanning: Planning completed in 8.88 seconds
2682026-05-20T02:27:59.900Z Packages to install: 2
2692026-05-20T02:27:59.901Z Mediators to change: 2
2702026-05-20T02:27:59.901Z Services to change: 1
2712026-05-20T02:27:59.901Z Create boot environment: No
2722026-05-20T02:27:59.903ZCreate backup boot environment: No
2732026-05-20T02:27:59.954Z
2742026-05-20T02:27:59.954ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T02:28:04.955ZDownload: 1214/3076 items 115.2/211.3MB 54% complete (23.2M/s)
2762026-05-20T02:28:09.959ZDownload: 3035/3076 items 201.8/211.3MB 95% complete (20.3M/s)
2772026-05-20T02:28:10.426ZDownload: Completed 211.31 MB in 10.47 seconds (20.2M/s)
2782026-05-20T02:28:10.658Z Actions: 1/3418 actions (Installing new actions)
2792026-05-20T02:28:13.879Z Actions: Completed 3418 actions in 3.22 seconds.
2802026-05-20T02:28:14.511Z Done
2812026-05-20T02:28:14.511Z Done
2822026-05-20T02:28:15.245Z Done
2832026-05-20T02:28:18.872Z Done
2842026-05-20T02:28:18.946Z Done
2852026-05-20T02:28:18.949Z Done
2862026-05-20T02:28:19.129Z Done
2872026-05-20T02:28:19.799Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2882026-05-20T02:28:19.799Z++ set +o errexit
2892026-05-20T02:28:19.802Z++ pkg info pkg-config
2902026-05-20T02:28:19.802Z++ grep -qi installed
2912026-05-20T02:28:20.030Z++ [[ 0 != 0 ]]
2922026-05-20T02:28:20.030Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-05-20T02:28:20.030Z++ set +o errexit
2942026-05-20T02:28:20.033Z++ pkg info brand/omicron1
2952026-05-20T02:28:20.033Z++ grep -qi installed
2962026-05-20T02:28:20.213Zpkg: info: no packages matching the following patterns you specified are
2972026-05-20T02:28:20.213Zinstalled on the system. Try querying remotely instead:
2982026-05-20T02:28:20.213Z
2992026-05-20T02:28:20.213Z brand/omicron1
3002026-05-20T02:28:20.247Z++ [[ 1 != 0 ]]
3012026-05-20T02:28:20.247Z++ set -o errexit
3022026-05-20T02:28:20.247Z++ pfexec pkg install brand/omicron1
3032026-05-20T02:28:20.649Z Startup: Refreshing catalog 'helios-dev' ... Done
3042026-05-20T02:28:27.883ZPlanning: Solver setup ... Done
3052026-05-20T02:28:27.922ZPlanning: Running solver ... Done
3062026-05-20T02:28:28.062ZPlanning: Finding local manifests ... Done
3072026-05-20T02:28:28.065ZPlanning: Fetching manifests: 0/2 0% complete
3082026-05-20T02:28:28.180ZPlanning: Fetching manifests: 2/2 100% complete
3092026-05-20T02:28:28.192ZPlanning: Package planning ... Done
3102026-05-20T02:28:28.195ZPlanning: Merging actions ... Done
3112026-05-20T02:28:28.340ZPlanning: Checking for conflicting actions ... Done
3122026-05-20T02:28:28.343ZPlanning: Consolidating action changes ... Done
3132026-05-20T02:28:28.495ZPlanning: Evaluating mediators ... Done
3142026-05-20T02:28:28.498ZPlanning: Planning completed in 7.84 seconds
3152026-05-20T02:28:28.504Z Packages to install: 2
3162026-05-20T02:28:28.504Z Create boot environment: No
3172026-05-20T02:28:28.504ZCreate backup boot environment: No
3182026-05-20T02:28:28.532Z
3192026-05-20T02:28:28.532ZDownload: 0/5 items 0.0/1.1MB 0% complete
3202026-05-20T02:28:28.553ZDownload: Completed 1.07 MB in 0.02 seconds (52.0M/s)
3212026-05-20T02:28:28.633Z Actions: 1/28 actions (Installing new actions)
3222026-05-20T02:28:28.646Z Actions: Completed 28 actions in 0.01 seconds.
3232026-05-20T02:28:29.144Z Done
3242026-05-20T02:28:29.144Z Done
3252026-05-20T02:28:29.778Z Done
3262026-05-20T02:28:32.554Z Done
3272026-05-20T02:28:32.624Z Done
3282026-05-20T02:28:32.627Z Done
3292026-05-20T02:28:32.775Z Done
3302026-05-20T02:28:32.909Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3312026-05-20T02:28:32.909Z++ set +o errexit
3322026-05-20T02:28:32.914Z++ pkg info brand/omicron1/tools
3332026-05-20T02:28:32.914Z++ grep -qi installed
3342026-05-20T02:28:33.092Zpkg: info: no packages matching the following patterns you specified are
3352026-05-20T02:28:33.092Zinstalled on the system. Try querying remotely instead:
3362026-05-20T02:28:33.092Z
3372026-05-20T02:28:33.092Z brand/omicron1/tools
3382026-05-20T02:28:33.127Z++ [[ 1 != 0 ]]
3392026-05-20T02:28:33.127Z++ set -o errexit
3402026-05-20T02:28:33.127Z++ pfexec pkg install brand/omicron1/tools
3412026-05-20T02:28:33.514Z Startup: Refreshing catalog 'helios-dev' ... Done
3422026-05-20T02:28:40.685ZPlanning: Solver setup ... Done
3432026-05-20T02:28:40.724ZPlanning: Running solver ... Done
3442026-05-20T02:28:40.862ZPlanning: Finding local manifests ... Done
3452026-05-20T02:28:40.864ZPlanning: Fetching manifests: 0/1 0% complete
3462026-05-20T02:28:40.973ZPlanning: Fetching manifests: 1/1 100% complete
3472026-05-20T02:28:40.985ZPlanning: Package planning ... Done
3482026-05-20T02:28:40.990ZPlanning: Merging actions ... Done
3492026-05-20T02:28:41.126ZPlanning: Checking for conflicting actions ... Done
3502026-05-20T02:28:41.129ZPlanning: Consolidating action changes ... Done
3512026-05-20T02:28:41.282ZPlanning: Evaluating mediators ... Done
3522026-05-20T02:28:41.285ZPlanning: Planning completed in 7.77 seconds
3532026-05-20T02:28:41.288Z Packages to install: 1
3542026-05-20T02:28:41.289Z Services to change: 1
3552026-05-20T02:28:41.289Z Create boot environment: No
3562026-05-20T02:28:41.289ZCreate backup boot environment: No
3572026-05-20T02:28:41.317Z
3582026-05-20T02:28:41.318ZDownload: 0/2 items 0.0/1.2MB 0% complete
3592026-05-20T02:28:41.341ZDownload: Completed 1.19 MB in 0.02 seconds (50.4M/s)
3602026-05-20T02:28:41.408Z Actions: 1/19 actions (Installing new actions)
3612026-05-20T02:28:41.422Z Actions: Completed 19 actions in 0.01 seconds.
3622026-05-20T02:28:41.924Z Done
3632026-05-20T02:28:41.924Z Done
3642026-05-20T02:28:42.597Z Done
3652026-05-20T02:28:45.444Z Done
3662026-05-20T02:28:45.515Z Done
3672026-05-20T02:28:45.518Z Done
3682026-05-20T02:28:45.648Z Done
3692026-05-20T02:28:45.784Z++ pfexec svcadm enable baseline
3702026-05-20T02:28:45.799Z++ retry=0
3712026-05-20T02:28:45.805Z+++ svcs -Hostate baseline
3722026-05-20T02:28:45.826Z++ [[ offline* != online ]]
3732026-05-20T02:28:45.827Z++ [[ 0 -gt 300 ]]
3742026-05-20T02:28:45.827Z++ sleep 1
3752026-05-20T02:28:46.831Z++ retry=1
3762026-05-20T02:28:46.837Z+++ svcs -Hostate baseline
3772026-05-20T02:28:46.850Z++ [[ offline* != online ]]
3782026-05-20T02:28:46.850Z++ [[ 1 -gt 300 ]]
3792026-05-20T02:28:46.850Z++ sleep 1
3802026-05-20T02:28:47.848Z++ retry=2
3812026-05-20T02:28:47.850Z+++ svcs -Hostate baseline
3822026-05-20T02:28:47.863Z++ [[ offline* != online ]]
3832026-05-20T02:28:47.863Z++ [[ 2 -gt 300 ]]
3842026-05-20T02:28:47.863Z++ sleep 1
3852026-05-20T02:28:48.865Z++ retry=3
3862026-05-20T02:28:48.869Z+++ svcs -Hostate baseline
3872026-05-20T02:28:48.882Z++ [[ offline* != online ]]
3882026-05-20T02:28:48.882Z++ [[ 3 -gt 300 ]]
3892026-05-20T02:28:48.882Z++ sleep 1
3902026-05-20T02:28:49.883Z++ retry=4
3912026-05-20T02:28:49.888Z+++ svcs -Hostate baseline
3922026-05-20T02:28:49.897Z++ [[ offline* != online ]]
3932026-05-20T02:28:49.897Z++ [[ 4 -gt 300 ]]
3942026-05-20T02:28:49.897Z++ sleep 1
3952026-05-20T02:28:50.899Z++ retry=5
3962026-05-20T02:28:50.902Z+++ svcs -Hostate baseline
3972026-05-20T02:28:50.914Z++ [[ offline* != online ]]
3982026-05-20T02:28:50.915Z++ [[ 5 -gt 300 ]]
3992026-05-20T02:28:50.915Z++ sleep 1
4002026-05-20T02:28:51.917Z++ retry=6
4012026-05-20T02:28:51.920Z+++ svcs -Hostate baseline
4022026-05-20T02:28:51.935Z++ [[ offline* != online ]]
4032026-05-20T02:28:51.935Z++ [[ 6 -gt 300 ]]
4042026-05-20T02:28:51.935Z++ sleep 1
4052026-05-20T02:28:52.935Z++ retry=7
4062026-05-20T02:28:52.938Z+++ svcs -Hostate baseline
4072026-05-20T02:28:52.951Z++ [[ offline* != online ]]
4082026-05-20T02:28:52.951Z++ [[ 7 -gt 300 ]]
4092026-05-20T02:28:52.951Z++ sleep 1
4102026-05-20T02:28:53.953Z++ retry=8
4112026-05-20T02:28:53.956Z+++ svcs -Hostate baseline
4122026-05-20T02:28:53.969Z++ [[ offline* != online ]]
4132026-05-20T02:28:53.969Z++ [[ 8 -gt 300 ]]
4142026-05-20T02:28:53.969Z++ sleep 1
4152026-05-20T02:28:54.972Z++ retry=9
4162026-05-20T02:28:54.974Z+++ svcs -Hostate baseline
4172026-05-20T02:28:54.987Z++ [[ offline* != online ]]
4182026-05-20T02:28:54.987Z++ [[ 9 -gt 300 ]]
4192026-05-20T02:28:54.988Z++ sleep 1
4202026-05-20T02:28:55.990Z++ retry=10
4212026-05-20T02:28:55.993Z+++ svcs -Hostate baseline
4222026-05-20T02:28:56.006Z++ [[ offline* != online ]]
4232026-05-20T02:28:56.006Z++ [[ 10 -gt 300 ]]
4242026-05-20T02:28:56.006Z++ sleep 1
4252026-05-20T02:28:57.008Z++ retry=11
4262026-05-20T02:28:57.011Z+++ svcs -Hostate baseline
4272026-05-20T02:28:57.023Z++ [[ offline* != online ]]
4282026-05-20T02:28:57.023Z++ [[ 11 -gt 300 ]]
4292026-05-20T02:28:57.023Z++ sleep 1
4302026-05-20T02:28:58.028Z++ retry=12
4312026-05-20T02:28:58.032Z+++ svcs -Hostate baseline
4322026-05-20T02:28:58.042Z++ [[ offline* != online ]]
4332026-05-20T02:28:58.042Z++ [[ 12 -gt 300 ]]
4342026-05-20T02:28:58.042Z++ sleep 1
4352026-05-20T02:28:59.045Z++ retry=13
4362026-05-20T02:28:59.049Z+++ svcs -Hostate baseline
4372026-05-20T02:28:59.060Z++ [[ offline* != online ]]
4382026-05-20T02:28:59.060Z++ [[ 13 -gt 300 ]]
4392026-05-20T02:28:59.060Z++ sleep 1
4402026-05-20T02:29:00.063Z++ retry=14
4412026-05-20T02:29:00.066Z+++ svcs -Hostate baseline
4422026-05-20T02:29:00.079Z++ [[ offline* != online ]]
4432026-05-20T02:29:00.079Z++ [[ 14 -gt 300 ]]
4442026-05-20T02:29:00.079Z++ sleep 1
4452026-05-20T02:29:01.081Z++ retry=15
4462026-05-20T02:29:01.084Z+++ svcs -Hostate baseline
4472026-05-20T02:29:01.097Z++ [[ offline* != online ]]
4482026-05-20T02:29:01.097Z++ [[ 15 -gt 300 ]]
4492026-05-20T02:29:01.097Z++ sleep 1
4502026-05-20T02:29:02.099Z++ retry=16
4512026-05-20T02:29:02.102Z+++ svcs -Hostate baseline
4522026-05-20T02:29:02.115Z++ [[ offline* != online ]]
4532026-05-20T02:29:02.115Z++ [[ 16 -gt 300 ]]
4542026-05-20T02:29:02.115Z++ sleep 1
4552026-05-20T02:29:03.117Z++ retry=17
4562026-05-20T02:29:03.120Z+++ svcs -Hostate baseline
4572026-05-20T02:29:03.133Z++ [[ offline* != online ]]
4582026-05-20T02:29:03.133Z++ [[ 17 -gt 300 ]]
4592026-05-20T02:29:03.133Z++ sleep 1
4602026-05-20T02:29:04.136Z++ retry=18
4612026-05-20T02:29:04.139Z+++ svcs -Hostate baseline
4622026-05-20T02:29:04.152Z++ [[ offline* != online ]]
4632026-05-20T02:29:04.152Z++ [[ 18 -gt 300 ]]
4642026-05-20T02:29:04.152Z++ sleep 1
4652026-05-20T02:29:05.155Z++ retry=19
4662026-05-20T02:29:05.158Z+++ svcs -Hostate baseline
4672026-05-20T02:29:05.170Z++ [[ offline* != online ]]
4682026-05-20T02:29:05.170Z++ [[ 19 -gt 300 ]]
4692026-05-20T02:29:05.170Z++ sleep 1
4702026-05-20T02:29:06.173Z++ retry=20
4712026-05-20T02:29:06.176Z+++ svcs -Hostate baseline
4722026-05-20T02:29:06.190Z++ [[ offline* != online ]]
4732026-05-20T02:29:06.190Z++ [[ 20 -gt 300 ]]
4742026-05-20T02:29:06.190Z++ sleep 1
4752026-05-20T02:29:07.191Z++ retry=21
4762026-05-20T02:29:07.196Z+++ svcs -Hostate baseline
4772026-05-20T02:29:07.208Z++ [[ offline* != online ]]
4782026-05-20T02:29:07.208Z++ [[ 21 -gt 300 ]]
4792026-05-20T02:29:07.208Z++ sleep 1
4802026-05-20T02:29:08.209Z++ retry=22
4812026-05-20T02:29:08.212Z+++ svcs -Hostate baseline
4822026-05-20T02:29:08.225Z++ [[ offline* != online ]]
4832026-05-20T02:29:08.225Z++ [[ 22 -gt 300 ]]
4842026-05-20T02:29:08.225Z++ sleep 1
4852026-05-20T02:29:09.228Z++ retry=23
4862026-05-20T02:29:09.231Z+++ svcs -Hostate baseline
4872026-05-20T02:29:09.243Z++ [[ offline* != online ]]
4882026-05-20T02:29:09.243Z++ [[ 23 -gt 300 ]]
4892026-05-20T02:29:09.243Z++ sleep 1
4902026-05-20T02:29:10.246Z++ retry=24
4912026-05-20T02:29:10.249Z+++ svcs -Hostate baseline
4922026-05-20T02:29:10.261Z++ [[ offline* != online ]]
4932026-05-20T02:29:10.261Z++ [[ 24 -gt 300 ]]
4942026-05-20T02:29:10.261Z++ sleep 1
4952026-05-20T02:29:11.265Z++ retry=25
4962026-05-20T02:29:11.268Z+++ svcs -Hostate baseline
4972026-05-20T02:29:11.279Z++ [[ offline* != online ]]
4982026-05-20T02:29:11.279Z++ [[ 25 -gt 300 ]]
4992026-05-20T02:29:11.279Z++ sleep 1
5002026-05-20T02:29:12.284Z++ retry=26
5012026-05-20T02:29:12.287Z+++ svcs -Hostate baseline
5022026-05-20T02:29:12.297Z++ [[ offline* != online ]]
5032026-05-20T02:29:12.298Z++ [[ 26 -gt 300 ]]
5042026-05-20T02:29:12.298Z++ sleep 1
5052026-05-20T02:29:13.300Z++ retry=27
5062026-05-20T02:29:13.303Z+++ svcs -Hostate baseline
5072026-05-20T02:29:13.315Z++ [[ offline* != online ]]
5082026-05-20T02:29:13.315Z++ [[ 27 -gt 300 ]]
5092026-05-20T02:29:13.315Z++ sleep 1
5102026-05-20T02:29:14.319Z++ retry=28
5112026-05-20T02:29:14.322Z+++ svcs -Hostate baseline
5122026-05-20T02:29:14.333Z++ [[ offline* != online ]]
5132026-05-20T02:29:14.333Z++ [[ 28 -gt 300 ]]
5142026-05-20T02:29:14.333Z++ sleep 1
5152026-05-20T02:29:15.336Z++ retry=29
5162026-05-20T02:29:15.339Z+++ svcs -Hostate baseline
5172026-05-20T02:29:15.351Z++ [[ offline* != online ]]
5182026-05-20T02:29:15.351Z++ [[ 29 -gt 300 ]]
5192026-05-20T02:29:15.351Z++ sleep 1
5202026-05-20T02:29:16.354Z++ retry=30
5212026-05-20T02:29:16.356Z+++ svcs -Hostate baseline
5222026-05-20T02:29:16.370Z++ [[ offline* != online ]]
5232026-05-20T02:29:16.370Z++ [[ 30 -gt 300 ]]
5242026-05-20T02:29:16.370Z++ sleep 1
5252026-05-20T02:29:17.373Z++ retry=31
5262026-05-20T02:29:17.376Z+++ svcs -Hostate baseline
5272026-05-20T02:29:17.388Z++ [[ offline* != online ]]
5282026-05-20T02:29:17.388Z++ [[ 31 -gt 300 ]]
5292026-05-20T02:29:17.388Z++ sleep 1
5302026-05-20T02:29:18.390Z++ retry=32
5312026-05-20T02:29:18.393Z+++ svcs -Hostate baseline
5322026-05-20T02:29:18.406Z++ [[ offline* != online ]]
5332026-05-20T02:29:18.406Z++ [[ 32 -gt 300 ]]
5342026-05-20T02:29:18.406Z++ sleep 1
5352026-05-20T02:29:19.408Z++ retry=33
5362026-05-20T02:29:19.411Z+++ svcs -Hostate baseline
5372026-05-20T02:29:19.424Z++ [[ offline* != online ]]
5382026-05-20T02:29:19.424Z++ [[ 33 -gt 300 ]]
5392026-05-20T02:29:19.424Z++ sleep 1
5402026-05-20T02:29:20.426Z++ retry=34
5412026-05-20T02:29:20.429Z+++ svcs -Hostate baseline
5422026-05-20T02:29:20.442Z++ [[ offline* != online ]]
5432026-05-20T02:29:20.442Z++ [[ 34 -gt 300 ]]
5442026-05-20T02:29:20.442Z++ sleep 1
5452026-05-20T02:29:21.444Z++ retry=35
5462026-05-20T02:29:21.447Z+++ svcs -Hostate baseline
5472026-05-20T02:29:21.461Z++ [[ offline* != online ]]
5482026-05-20T02:29:21.461Z++ [[ 35 -gt 300 ]]
5492026-05-20T02:29:21.461Z++ sleep 1
5502026-05-20T02:29:22.462Z++ retry=36
5512026-05-20T02:29:22.465Z+++ svcs -Hostate baseline
5522026-05-20T02:29:22.478Z++ [[ offline* != online ]]
5532026-05-20T02:29:22.478Z++ [[ 36 -gt 300 ]]
5542026-05-20T02:29:22.478Z++ sleep 1
5552026-05-20T02:29:23.480Z++ retry=37
5562026-05-20T02:29:23.483Z+++ svcs -Hostate baseline
5572026-05-20T02:29:23.496Z++ [[ offline* != online ]]
5582026-05-20T02:29:23.496Z++ [[ 37 -gt 300 ]]
5592026-05-20T02:29:23.496Z++ sleep 1
5602026-05-20T02:29:24.500Z++ retry=38
5612026-05-20T02:29:24.504Z+++ svcs -Hostate baseline
5622026-05-20T02:29:24.515Z++ [[ offline* != online ]]
5632026-05-20T02:29:24.515Z++ [[ 38 -gt 300 ]]
5642026-05-20T02:29:24.515Z++ sleep 1
5652026-05-20T02:29:25.517Z++ retry=39
5662026-05-20T02:29:25.520Z+++ svcs -Hostate baseline
5672026-05-20T02:29:25.532Z++ [[ offline* != online ]]
5682026-05-20T02:29:25.532Z++ [[ 39 -gt 300 ]]
5692026-05-20T02:29:25.532Z++ sleep 1
5702026-05-20T02:29:26.535Z++ retry=40
5712026-05-20T02:29:26.538Z+++ svcs -Hostate baseline
5722026-05-20T02:29:26.550Z++ [[ offline* != online ]]
5732026-05-20T02:29:26.550Z++ [[ 40 -gt 300 ]]
5742026-05-20T02:29:26.550Z++ sleep 1
5752026-05-20T02:29:27.553Z++ retry=41
5762026-05-20T02:29:27.557Z+++ svcs -Hostate baseline
5772026-05-20T02:29:27.569Z++ [[ offline* != online ]]
5782026-05-20T02:29:27.569Z++ [[ 41 -gt 300 ]]
5792026-05-20T02:29:27.569Z++ sleep 1
5802026-05-20T02:29:28.571Z++ retry=42
5812026-05-20T02:29:28.574Z+++ svcs -Hostate baseline
5822026-05-20T02:29:28.587Z++ [[ offline* != online ]]
5832026-05-20T02:29:28.587Z++ [[ 42 -gt 300 ]]
5842026-05-20T02:29:28.587Z++ sleep 1
5852026-05-20T02:29:29.589Z++ retry=43
5862026-05-20T02:29:29.592Z+++ svcs -Hostate baseline
5872026-05-20T02:29:29.605Z++ [[ offline* != online ]]
5882026-05-20T02:29:29.605Z++ [[ 43 -gt 300 ]]
5892026-05-20T02:29:29.605Z++ sleep 1
5902026-05-20T02:29:30.608Z++ retry=44
5912026-05-20T02:29:30.611Z+++ svcs -Hostate baseline
5922026-05-20T02:29:30.625Z++ [[ offline* != online ]]
5932026-05-20T02:29:30.625Z++ [[ 44 -gt 300 ]]
5942026-05-20T02:29:30.625Z++ sleep 1
5952026-05-20T02:29:31.627Z++ retry=45
5962026-05-20T02:29:31.630Z+++ svcs -Hostate baseline
5972026-05-20T02:29:31.641Z++ [[ offline* != online ]]
5982026-05-20T02:29:31.641Z++ [[ 45 -gt 300 ]]
5992026-05-20T02:29:31.641Z++ sleep 1
6002026-05-20T02:29:32.643Z++ retry=46
6012026-05-20T02:29:32.647Z+++ svcs -Hostate baseline
6022026-05-20T02:29:32.659Z++ [[ offline* != online ]]
6032026-05-20T02:29:32.659Z++ [[ 46 -gt 300 ]]
6042026-05-20T02:29:32.659Z++ sleep 1
6052026-05-20T02:29:33.661Z++ retry=47
6062026-05-20T02:29:33.665Z+++ svcs -Hostate baseline
6072026-05-20T02:29:33.677Z++ [[ offline* != online ]]
6082026-05-20T02:29:33.677Z++ [[ 47 -gt 300 ]]
6092026-05-20T02:29:33.677Z++ sleep 1
6102026-05-20T02:29:34.680Z++ retry=48
6112026-05-20T02:29:34.683Z+++ svcs -Hostate baseline
6122026-05-20T02:29:34.698Z++ [[ offline* != online ]]
6132026-05-20T02:29:34.699Z++ [[ 48 -gt 300 ]]
6142026-05-20T02:29:34.699Z++ sleep 1
6152026-05-20T02:29:35.698Z++ retry=49
6162026-05-20T02:29:35.700Z+++ svcs -Hostate baseline
6172026-05-20T02:29:35.713Z++ [[ offline* != online ]]
6182026-05-20T02:29:35.713Z++ [[ 49 -gt 300 ]]
6192026-05-20T02:29:35.713Z++ sleep 1
6202026-05-20T02:29:36.717Z++ retry=50
6212026-05-20T02:29:36.719Z+++ svcs -Hostate baseline
6222026-05-20T02:29:36.732Z++ [[ offline* != online ]]
6232026-05-20T02:29:36.732Z++ [[ 50 -gt 300 ]]
6242026-05-20T02:29:36.732Z++ sleep 1
6252026-05-20T02:29:37.734Z++ retry=51
6262026-05-20T02:29:37.737Z+++ svcs -Hostate baseline
6272026-05-20T02:29:37.750Z++ [[ offline* != online ]]
6282026-05-20T02:29:37.750Z++ [[ 51 -gt 300 ]]
6292026-05-20T02:29:37.750Z++ sleep 1
6302026-05-20T02:29:38.752Z++ retry=52
6312026-05-20T02:29:38.755Z+++ svcs -Hostate baseline
6322026-05-20T02:29:38.768Z++ [[ offline* != online ]]
6332026-05-20T02:29:38.768Z++ [[ 52 -gt 300 ]]
6342026-05-20T02:29:38.768Z++ sleep 1
6352026-05-20T02:29:39.770Z++ retry=53
6362026-05-20T02:29:39.773Z+++ svcs -Hostate baseline
6372026-05-20T02:29:39.786Z++ [[ offline* != online ]]
6382026-05-20T02:29:39.786Z++ [[ 53 -gt 300 ]]
6392026-05-20T02:29:39.786Z++ sleep 1
6402026-05-20T02:29:40.788Z++ retry=54
6412026-05-20T02:29:40.791Z+++ svcs -Hostate baseline
6422026-05-20T02:29:40.804Z++ [[ offline* != online ]]
6432026-05-20T02:29:40.804Z++ [[ 54 -gt 300 ]]
6442026-05-20T02:29:40.804Z++ sleep 1
6452026-05-20T02:29:41.807Z++ retry=55
6462026-05-20T02:29:41.810Z+++ svcs -Hostate baseline
6472026-05-20T02:29:41.823Z++ [[ offline* != online ]]
6482026-05-20T02:29:41.823Z++ [[ 55 -gt 300 ]]
6492026-05-20T02:29:41.823Z++ sleep 1
6502026-05-20T02:29:42.827Z++ retry=56
6512026-05-20T02:29:42.830Z+++ svcs -Hostate baseline
6522026-05-20T02:29:42.842Z++ [[ offline* != online ]]
6532026-05-20T02:29:42.842Z++ [[ 56 -gt 300 ]]
6542026-05-20T02:29:42.842Z++ sleep 1
6552026-05-20T02:29:43.844Z++ retry=57
6562026-05-20T02:29:43.847Z+++ svcs -Hostate baseline
6572026-05-20T02:29:43.860Z++ [[ offline* != online ]]
6582026-05-20T02:29:43.860Z++ [[ 57 -gt 300 ]]
6592026-05-20T02:29:43.860Z++ sleep 1
6602026-05-20T02:29:44.863Z++ retry=58
6612026-05-20T02:29:44.866Z+++ svcs -Hostate baseline
6622026-05-20T02:29:44.879Z++ [[ offline* != online ]]
6632026-05-20T02:29:44.879Z++ [[ 58 -gt 300 ]]
6642026-05-20T02:29:44.879Z++ sleep 1
6652026-05-20T02:29:45.881Z++ retry=59
6662026-05-20T02:29:45.884Z+++ svcs -Hostate baseline
6672026-05-20T02:29:45.897Z++ [[ offline* != online ]]
6682026-05-20T02:29:45.897Z++ [[ 59 -gt 300 ]]
6692026-05-20T02:29:45.897Z++ sleep 1
6702026-05-20T02:29:46.899Z++ retry=60
6712026-05-20T02:29:46.902Z+++ svcs -Hostate baseline
6722026-05-20T02:29:46.915Z++ [[ offline* != online ]]
6732026-05-20T02:29:46.915Z++ [[ 60 -gt 300 ]]
6742026-05-20T02:29:46.915Z++ sleep 1
6752026-05-20T02:29:47.917Z++ retry=61
6762026-05-20T02:29:47.920Z+++ svcs -Hostate baseline
6772026-05-20T02:29:47.933Z++ [[ offline* != online ]]
6782026-05-20T02:29:47.933Z++ [[ 61 -gt 300 ]]
6792026-05-20T02:29:47.933Z++ sleep 1
6802026-05-20T02:29:48.936Z++ retry=62
6812026-05-20T02:29:48.939Z+++ svcs -Hostate baseline
6822026-05-20T02:29:48.951Z++ [[ offline* != online ]]
6832026-05-20T02:29:48.951Z++ [[ 62 -gt 300 ]]
6842026-05-20T02:29:48.951Z++ sleep 1
6852026-05-20T02:29:49.953Z++ retry=63
6862026-05-20T02:29:49.956Z+++ svcs -Hostate baseline
6872026-05-20T02:29:49.969Z++ [[ offline* != online ]]
6882026-05-20T02:29:49.969Z++ [[ 63 -gt 300 ]]
6892026-05-20T02:29:49.969Z++ sleep 1
6902026-05-20T02:29:50.973Z++ retry=64
6912026-05-20T02:29:50.977Z+++ svcs -Hostate baseline
6922026-05-20T02:29:50.988Z++ [[ offline* != online ]]
6932026-05-20T02:29:50.988Z++ [[ 64 -gt 300 ]]
6942026-05-20T02:29:50.988Z++ sleep 1
6952026-05-20T02:29:51.989Z++ retry=65
6962026-05-20T02:29:51.993Z+++ svcs -Hostate baseline
6972026-05-20T02:29:52.005Z++ [[ offline* != online ]]
6982026-05-20T02:29:52.005Z++ [[ 65 -gt 300 ]]
6992026-05-20T02:29:52.005Z++ sleep 1
7002026-05-20T02:29:53.008Z++ retry=66
7012026-05-20T02:29:53.011Z+++ svcs -Hostate baseline
7022026-05-20T02:29:53.023Z++ [[ offline* != online ]]
7032026-05-20T02:29:53.024Z++ [[ 66 -gt 300 ]]
7042026-05-20T02:29:53.024Z++ sleep 1
7052026-05-20T02:29:54.026Z++ retry=67
7062026-05-20T02:29:54.029Z+++ svcs -Hostate baseline
7072026-05-20T02:29:54.042Z++ [[ offline* != online ]]
7082026-05-20T02:29:54.042Z++ [[ 67 -gt 300 ]]
7092026-05-20T02:29:54.042Z++ sleep 1
7102026-05-20T02:29:55.044Z++ retry=68
7112026-05-20T02:29:55.046Z+++ svcs -Hostate baseline
7122026-05-20T02:29:55.060Z++ [[ offline* != online ]]
7132026-05-20T02:29:55.060Z++ [[ 68 -gt 300 ]]
7142026-05-20T02:29:55.060Z++ sleep 1
7152026-05-20T02:29:56.062Z++ retry=69
7162026-05-20T02:29:56.065Z+++ svcs -Hostate baseline
7172026-05-20T02:29:56.078Z++ [[ offline* != online ]]
7182026-05-20T02:29:56.078Z++ [[ 69 -gt 300 ]]
7192026-05-20T02:29:56.078Z++ sleep 1
7202026-05-20T02:29:57.080Z++ retry=70
7212026-05-20T02:29:57.083Z+++ svcs -Hostate baseline
7222026-05-20T02:29:57.096Z++ [[ offline* != online ]]
7232026-05-20T02:29:57.096Z++ [[ 70 -gt 300 ]]
7242026-05-20T02:29:57.096Z++ sleep 1
7252026-05-20T02:29:58.098Z++ retry=71
7262026-05-20T02:29:58.102Z+++ svcs -Hostate baseline
7272026-05-20T02:29:58.114Z++ [[ offline* != online ]]
7282026-05-20T02:29:58.114Z++ [[ 71 -gt 300 ]]
7292026-05-20T02:29:58.114Z++ sleep 1
7302026-05-20T02:29:59.116Z++ retry=72
7312026-05-20T02:29:59.119Z+++ svcs -Hostate baseline
7322026-05-20T02:29:59.133Z++ [[ offline* != online ]]
7332026-05-20T02:29:59.133Z++ [[ 72 -gt 300 ]]
7342026-05-20T02:29:59.133Z++ sleep 1
7352026-05-20T02:30:00.135Z++ retry=73
7362026-05-20T02:30:00.138Z+++ svcs -Hostate baseline
7372026-05-20T02:30:00.151Z++ [[ offline* != online ]]
7382026-05-20T02:30:00.151Z++ [[ 73 -gt 300 ]]
7392026-05-20T02:30:00.151Z++ sleep 1
7402026-05-20T02:30:01.154Z++ retry=74
7412026-05-20T02:30:01.157Z+++ svcs -Hostate baseline
7422026-05-20T02:30:01.170Z++ [[ offline* != online ]]
7432026-05-20T02:30:01.170Z++ [[ 74 -gt 300 ]]
7442026-05-20T02:30:01.170Z++ sleep 1
7452026-05-20T02:30:02.173Z++ retry=75
7462026-05-20T02:30:02.180Z+++ svcs -Hostate baseline
7472026-05-20T02:30:02.188Z++ [[ offline* != online ]]
7482026-05-20T02:30:02.188Z++ [[ 75 -gt 300 ]]
7492026-05-20T02:30:02.188Z++ sleep 1
7502026-05-20T02:30:03.194Z++ retry=76
7512026-05-20T02:30:03.201Z+++ svcs -Hostate baseline
7522026-05-20T02:30:03.208Z++ [[ offline* != online ]]
7532026-05-20T02:30:03.208Z++ [[ 76 -gt 300 ]]
7542026-05-20T02:30:03.208Z++ sleep 1
7552026-05-20T02:30:04.209Z++ retry=77
7562026-05-20T02:30:04.212Z+++ svcs -Hostate baseline
7572026-05-20T02:30:04.225Z++ [[ offline* != online ]]
7582026-05-20T02:30:04.225Z++ [[ 77 -gt 300 ]]
7592026-05-20T02:30:04.225Z++ sleep 1
7602026-05-20T02:30:05.227Z++ retry=78
7612026-05-20T02:30:05.230Z+++ svcs -Hostate baseline
7622026-05-20T02:30:05.245Z++ [[ offline* != online ]]
7632026-05-20T02:30:05.245Z++ [[ 78 -gt 300 ]]
7642026-05-20T02:30:05.245Z++ sleep 1
7652026-05-20T02:30:06.245Z++ retry=79
7662026-05-20T02:30:06.248Z+++ svcs -Hostate baseline
7672026-05-20T02:30:06.262Z++ [[ offline* != online ]]
7682026-05-20T02:30:06.262Z++ [[ 79 -gt 300 ]]
7692026-05-20T02:30:06.262Z++ sleep 1
7702026-05-20T02:30:07.263Z++ retry=80
7712026-05-20T02:30:07.266Z+++ svcs -Hostate baseline
7722026-05-20T02:30:07.279Z++ [[ offline* != online ]]
7732026-05-20T02:30:07.279Z++ [[ 80 -gt 300 ]]
7742026-05-20T02:30:07.279Z++ sleep 1
7752026-05-20T02:30:08.282Z++ retry=81
7762026-05-20T02:30:08.286Z+++ svcs -Hostate baseline
7772026-05-20T02:30:08.298Z++ [[ offline* != online ]]
7782026-05-20T02:30:08.298Z++ [[ 81 -gt 300 ]]
7792026-05-20T02:30:08.298Z++ sleep 1
7802026-05-20T02:30:09.300Z++ retry=82
7812026-05-20T02:30:09.303Z+++ svcs -Hostate baseline
7822026-05-20T02:30:09.315Z++ [[ offline* != online ]]
7832026-05-20T02:30:09.315Z++ [[ 82 -gt 300 ]]
7842026-05-20T02:30:09.316Z++ sleep 1
7852026-05-20T02:30:10.318Z++ retry=83
7862026-05-20T02:30:10.321Z+++ svcs -Hostate baseline
7872026-05-20T02:30:10.334Z++ [[ offline* != online ]]
7882026-05-20T02:30:10.334Z++ [[ 83 -gt 300 ]]
7892026-05-20T02:30:10.334Z++ sleep 1
7902026-05-20T02:30:11.336Z++ retry=84
7912026-05-20T02:30:11.339Z+++ svcs -Hostate baseline
7922026-05-20T02:30:11.352Z++ [[ offline* != online ]]
7932026-05-20T02:30:11.352Z++ [[ 84 -gt 300 ]]
7942026-05-20T02:30:11.352Z++ sleep 1
7952026-05-20T02:30:12.354Z++ retry=85
7962026-05-20T02:30:12.357Z+++ svcs -Hostate baseline
7972026-05-20T02:30:12.370Z++ [[ offline* != online ]]
7982026-05-20T02:30:12.370Z++ [[ 85 -gt 300 ]]
7992026-05-20T02:30:12.370Z++ sleep 1
8002026-05-20T02:30:13.374Z++ retry=86
8012026-05-20T02:30:13.377Z+++ svcs -Hostate baseline
8022026-05-20T02:30:13.388Z++ [[ offline* != online ]]
8032026-05-20T02:30:13.388Z++ [[ 86 -gt 300 ]]
8042026-05-20T02:30:13.388Z++ sleep 1
8052026-05-20T02:30:14.390Z++ retry=87
8062026-05-20T02:30:14.393Z+++ svcs -Hostate baseline
8072026-05-20T02:30:14.406Z++ [[ offline* != online ]]
8082026-05-20T02:30:14.406Z++ [[ 87 -gt 300 ]]
8092026-05-20T02:30:14.406Z++ sleep 1
8102026-05-20T02:30:15.408Z++ retry=88
8112026-05-20T02:30:15.411Z+++ svcs -Hostate baseline
8122026-05-20T02:30:15.424Z++ [[ offline* != online ]]
8132026-05-20T02:30:15.424Z++ [[ 88 -gt 300 ]]
8142026-05-20T02:30:15.424Z++ sleep 1
8152026-05-20T02:30:16.426Z++ retry=89
8162026-05-20T02:30:16.429Z+++ svcs -Hostate baseline
8172026-05-20T02:30:16.442Z++ [[ offline* != online ]]
8182026-05-20T02:30:16.442Z++ [[ 89 -gt 300 ]]
8192026-05-20T02:30:16.442Z++ sleep 1
8202026-05-20T02:30:17.446Z++ retry=90
8212026-05-20T02:30:17.453Z+++ svcs -Hostate baseline
8222026-05-20T02:30:17.462Z++ [[ offline* != online ]]
8232026-05-20T02:30:17.462Z++ [[ 90 -gt 300 ]]
8242026-05-20T02:30:17.462Z++ sleep 1
8252026-05-20T02:30:18.464Z++ retry=91
8262026-05-20T02:30:18.468Z+++ svcs -Hostate baseline
8272026-05-20T02:30:18.479Z++ [[ offline* != online ]]
8282026-05-20T02:30:18.479Z++ [[ 91 -gt 300 ]]
8292026-05-20T02:30:18.479Z++ sleep 1
8302026-05-20T02:30:19.481Z++ retry=92
8312026-05-20T02:30:19.484Z+++ svcs -Hostate baseline
8322026-05-20T02:30:19.497Z++ [[ offline* != online ]]
8332026-05-20T02:30:19.497Z++ [[ 92 -gt 300 ]]
8342026-05-20T02:30:19.497Z++ sleep 1
8352026-05-20T02:30:20.499Z++ retry=93
8362026-05-20T02:30:20.502Z+++ svcs -Hostate baseline
8372026-05-20T02:30:20.514Z++ [[ offline* != online ]]
8382026-05-20T02:30:20.514Z++ [[ 93 -gt 300 ]]
8392026-05-20T02:30:20.514Z++ sleep 1
8402026-05-20T02:30:21.516Z++ retry=94
8412026-05-20T02:30:21.519Z+++ svcs -Hostate baseline
8422026-05-20T02:30:21.530Z++ [[ offline* != online ]]
8432026-05-20T02:30:21.530Z++ [[ 94 -gt 300 ]]
8442026-05-20T02:30:21.530Z++ sleep 1
8452026-05-20T02:30:22.533Z++ retry=95
8462026-05-20T02:30:22.536Z+++ svcs -Hostate baseline
8472026-05-20T02:30:22.550Z++ [[ offline* != online ]]
8482026-05-20T02:30:22.550Z++ [[ 95 -gt 300 ]]
8492026-05-20T02:30:22.550Z++ sleep 1
8502026-05-20T02:30:23.552Z++ retry=96
8512026-05-20T02:30:23.555Z+++ svcs -Hostate baseline
8522026-05-20T02:30:23.569Z++ [[ offline* != online ]]
8532026-05-20T02:30:23.569Z++ [[ 96 -gt 300 ]]
8542026-05-20T02:30:23.569Z++ sleep 1
8552026-05-20T02:30:24.572Z++ retry=97
8562026-05-20T02:30:24.574Z+++ svcs -Hostate baseline
8572026-05-20T02:30:24.586Z++ [[ offline* != online ]]
8582026-05-20T02:30:24.586Z++ [[ 97 -gt 300 ]]
8592026-05-20T02:30:24.586Z++ sleep 1
8602026-05-20T02:30:25.588Z++ retry=98
8612026-05-20T02:30:25.591Z+++ svcs -Hostate baseline
8622026-05-20T02:30:25.603Z++ [[ offline* != online ]]
8632026-05-20T02:30:25.606Z++ [[ 98 -gt 300 ]]
8642026-05-20T02:30:25.606Z++ sleep 1
8652026-05-20T02:30:26.605Z++ retry=99
8662026-05-20T02:30:26.608Z+++ svcs -Hostate baseline
8672026-05-20T02:30:26.621Z++ [[ offline* != online ]]
8682026-05-20T02:30:26.621Z++ [[ 99 -gt 300 ]]
8692026-05-20T02:30:26.621Z++ sleep 1
8702026-05-20T02:30:27.623Z++ retry=100
8712026-05-20T02:30:27.626Z+++ svcs -Hostate baseline
8722026-05-20T02:30:27.639Z++ [[ offline* != online ]]
8732026-05-20T02:30:27.639Z++ [[ 100 -gt 300 ]]
8742026-05-20T02:30:27.639Z++ sleep 1
8752026-05-20T02:30:28.641Z++ retry=101
8762026-05-20T02:30:28.644Z+++ svcs -Hostate baseline
8772026-05-20T02:30:28.657Z++ [[ offline* != online ]]
8782026-05-20T02:30:28.657Z++ [[ 101 -gt 300 ]]
8792026-05-20T02:30:28.657Z++ sleep 1
8802026-05-20T02:30:29.659Z++ retry=102
8812026-05-20T02:30:29.662Z+++ svcs -Hostate baseline
8822026-05-20T02:30:29.675Z++ [[ offline* != online ]]
8832026-05-20T02:30:29.675Z++ [[ 102 -gt 300 ]]
8842026-05-20T02:30:29.675Z++ sleep 1
8852026-05-20T02:30:30.677Z++ retry=103
8862026-05-20T02:30:30.680Z+++ svcs -Hostate baseline
8872026-05-20T02:30:30.693Z++ [[ offline* != online ]]
8882026-05-20T02:30:30.693Z++ [[ 103 -gt 300 ]]
8892026-05-20T02:30:30.693Z++ sleep 1
8902026-05-20T02:30:31.694Z++ retry=104
8912026-05-20T02:30:31.697Z+++ svcs -Hostate baseline
8922026-05-20T02:30:31.710Z++ [[ offline* != online ]]
8932026-05-20T02:30:31.710Z++ [[ 104 -gt 300 ]]
8942026-05-20T02:30:31.710Z++ sleep 1
8952026-05-20T02:30:32.712Z++ retry=105
8962026-05-20T02:30:32.715Z+++ svcs -Hostate baseline
8972026-05-20T02:30:32.727Z++ [[ online != online ]]
8982026-05-20T02:30:32.727Z++ set -o errexit
8992026-05-20T02:30:32.730Z++ set -o pipefail
9002026-05-20T02:30:32.731Z++ banner build
9012026-05-20T02:30:32.731Z
9022026-05-20T02:30:32.731Z ##### # # # # #####
9032026-05-20T02:30:32.731Z # # # # # # # #
9042026-05-20T02:30:32.731Z ##### # # # # # #
9052026-05-20T02:30:32.731Z # # # # # # # #
9062026-05-20T02:30:32.731Z # # # # # # # #
9072026-05-20T02:30:32.731Z ##### #### # ###### #####
9082026-05-20T02:30:32.731Z
9092026-05-20T02:30:32.731Z++ cargo build --release --bin ddmd --bin ddmadm
9102026-05-20T02:30:32.737Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9112026-05-20T02:30:32.901Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9122026-05-20T02:30:32.904Zinfo: downloading 6 components
9132026-05-20T02:30:47.324Z Updating git repository `https://github.com/oxidecomputer/falcon`
9142026-05-20T02:30:47.913ZFrom https://github.com/oxidecomputer/falcon
9152026-05-20T02:30:47.913Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9162026-05-20T02:30:47.992Z Updating crates.io index
9172026-05-20T02:30:47.995Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9182026-05-20T02:30:48.713ZFrom https://github.com/oxidecomputer/dendrite
9192026-05-20T02:30:48.713Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9202026-05-20T02:30:48.781Z Updating git repository `https://github.com/oxidecomputer/ispf`
9212026-05-20T02:30:49.027ZFrom https://github.com/oxidecomputer/ispf
9222026-05-20T02:30:49.027Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9232026-05-20T02:30:49.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9242026-05-20T02:30:49.577ZFrom https://github.com/oxidecomputer/netadm-sys
9252026-05-20T02:30:49.577Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9262026-05-20T02:30:49.585Z Updating git repository `https://github.com/oxidecomputer/omicron`
9272026-05-20T02:30:56.882ZFrom https://github.com/oxidecomputer/omicron
9282026-05-20T02:30:56.882Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9292026-05-20T02:30:57.291Z Updating git repository `https://github.com/oxidecomputer/opte`
9302026-05-20T02:30:57.868ZFrom https://github.com/oxidecomputer/opte
9312026-05-20T02:30:57.868Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9322026-05-20T02:30:57.899Z Updating git repository `https://github.com/illumos/smf-rs`
9332026-05-20T02:30:58.168ZFrom https://github.com/illumos/smf-rs
9342026-05-20T02:30:58.168Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9352026-05-20T02:30:58.567Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9362026-05-20T02:30:58.821ZFrom https://github.com/oxidecomputer/network-interface
9372026-05-20T02:30:58.821Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9382026-05-20T02:30:59.022Z Updating git repository `https://github.com/oxidecomputer/zone`
9392026-05-20T02:30:59.309ZFrom https://github.com/oxidecomputer/zone
9402026-05-20T02:30:59.309Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9412026-05-20T02:30:59.430Z Updating git repository `https://github.com/oxidecomputer/propolis`
9422026-05-20T02:31:00.058ZFrom https://github.com/oxidecomputer/propolis
9432026-05-20T02:31:00.058Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9442026-05-20T02:31:00.130Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9452026-05-20T02:31:00.664ZFrom https://github.com/oxidecomputer/transceiver-control
9462026-05-20T02:31:00.664Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9472026-05-20T02:31:00.868Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9482026-05-20T02:31:01.237ZFrom https://github.com/oxidecomputer/dlpi-sys
9492026-05-20T02:31:01.237Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9502026-05-20T02:31:01.250Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9512026-05-20T02:31:01.555ZFrom https://github.com/jmesmon/rust-libzfs
9522026-05-20T02:31:01.555Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9532026-05-20T02:31:01.563Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9542026-05-20T02:31:01.843ZFrom https://github.com/oxidecomputer/rusty-doors
9552026-05-20T02:31:01.843Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9562026-05-20T02:31:01.852Z Updating git repository `https://github.com/oxidecomputer/lldp`
9572026-05-20T02:31:02.264ZFrom https://github.com/oxidecomputer/lldp
9582026-05-20T02:31:02.264Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9592026-05-20T02:31:02.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9602026-05-20T02:31:02.610ZFrom https://github.com/oxidecomputer/slog-error-chain
9612026-05-20T02:31:02.610Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9622026-05-20T02:31:02.680Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9632026-05-20T02:31:02.957ZFrom https://github.com/oxidecomputer/tufaceous
9642026-05-20T02:31:02.957Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9652026-05-20T02:31:02.986Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9662026-05-20T02:31:03.437ZFrom https://github.com/oxidecomputer/management-gateway-service
9672026-05-20T02:31:03.437Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9682026-05-20T02:31:03.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
9692026-05-20T02:31:04.393ZFrom https://github.com/oxidecomputer/crucible
9702026-05-20T02:31:04.393Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9712026-05-20T02:31:05.407Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9722026-05-20T02:31:05.668ZFrom https://github.com/oxidecomputer/serde_human_bytes
9732026-05-20T02:31:05.668Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9742026-05-20T02:31:05.701Z Updating git repository `https://github.com/oxidecomputer/propolis`
9752026-05-20T02:31:06.050ZFrom https://github.com/oxidecomputer/propolis
9762026-05-20T02:31:06.050Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9772026-05-20T02:31:06.361Z Updating git repository `https://github.com/oxidecomputer/opte`
9782026-05-20T02:31:06.636ZFrom https://github.com/oxidecomputer/opte
9792026-05-20T02:31:06.636Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
9802026-05-20T02:31:06.870Z Updating git repository `https://github.com/oxidecomputer/tofino`
9812026-05-20T02:31:07.238ZFrom https://github.com/oxidecomputer/tofino
9822026-05-20T02:31:07.238Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
9832026-05-20T02:31:07.254Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9842026-05-20T02:31:07.859ZFrom https://github.com/oxidecomputer/maghemite
9852026-05-20T02:31:07.859Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9862026-05-20T02:31:07.921Z Updating git repository `https://github.com/oxidecomputer/clickward`
9872026-05-20T02:31:08.332ZFrom https://github.com/oxidecomputer/clickward
9882026-05-20T02:31:08.333Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9892026-05-20T02:31:08.439Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-05-20T02:31:08.810ZFrom https://github.com/oxidecomputer/crucible
9912026-05-20T02:31:08.810Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
9922026-05-20T02:31:08.854Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9932026-05-20T02:31:09.102ZFrom https://github.com/oxidecomputer/illumos-devinfo
9942026-05-20T02:31:09.102Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9952026-05-20T02:31:10.220Z Downloading crates ...
9962026-05-20T02:31:10.305Z Downloaded dof v0.4.0
9972026-05-20T02:31:10.308Z Downloaded data-encoding v2.11.0
9982026-05-20T02:31:10.311Z Downloaded defmt v0.3.100
9992026-05-20T02:31:10.314Z Downloaded futures-core v0.3.32
10002026-05-20T02:31:10.316Z Downloaded float-ord v0.3.2
10012026-05-20T02:31:10.319Z Downloaded gethostname v0.5.0
10022026-05-20T02:31:10.319Z Downloaded fastrand v2.4.1
10032026-05-20T02:31:10.322Z Downloaded derive-where v1.6.1
10042026-05-20T02:31:10.325Z Downloaded enum-as-inner v0.6.1
10052026-05-20T02:31:10.329Z Downloaded glob v0.3.3
10062026-05-20T02:31:10.329Z Downloaded foldhash v0.2.0
10072026-05-20T02:31:10.332Z Downloaded anstyle-query v1.1.5
10082026-05-20T02:31:10.332Z Downloaded embedded-io v0.4.0
10092026-05-20T02:31:10.335Z Downloaded heck v0.5.0
10102026-05-20T02:31:10.337Z Downloaded foreign-types-macros v0.2.3
10112026-05-20T02:31:10.340Z Downloaded embedded-io v0.6.1
10122026-05-20T02:31:10.343Z Downloaded group v0.13.0
10132026-05-20T02:31:10.343Z Downloaded futures v0.3.32
10142026-05-20T02:31:10.346Z Downloaded form_urlencoded v1.2.2
10152026-05-20T02:31:10.349Z Downloaded git-stub v1.0.0
10162026-05-20T02:31:10.351Z Downloaded cfg_aliases v0.2.1
10172026-05-20T02:31:10.351Z Downloaded defmt-parser v1.0.0
10182026-05-20T02:31:10.354Z Downloaded cfg-if v1.0.4
10192026-05-20T02:31:10.358Z Downloaded defmt-macros v1.1.0
10202026-05-20T02:31:10.358Z Downloaded fixedbitset v0.4.2
10212026-05-20T02:31:10.361Z Downloaded darling_macro v0.21.3
10222026-05-20T02:31:10.361Z Downloaded futures-io v0.3.32
10232026-05-20T02:31:10.364Z Downloaded const-random-macro v0.1.16
10242026-05-20T02:31:10.364Z Downloaded ciborium-ll v0.2.2
10252026-05-20T02:31:10.367Z Downloaded adler2 v2.0.1
10262026-05-20T02:31:10.369Z Downloaded futures-macro v0.3.32
10272026-05-20T02:31:10.372Z Downloaded hmac v0.12.1
10282026-05-20T02:31:10.372Z Downloaded cobs v0.3.0
10292026-05-20T02:31:10.375Z Downloaded debug-ignore v1.0.5
10302026-05-20T02:31:10.378Z Downloaded globset v0.4.18
10312026-05-20T02:31:10.378Z Downloaded dtrace-parser v0.3.0
10322026-05-20T02:31:10.381Z Downloaded cstr-argument v0.1.2
10332026-05-20T02:31:10.381Z Downloaded curve25519-dalek-derive v0.1.1
10342026-05-20T02:31:10.384Z Downloaded http-body v1.0.1
10352026-05-20T02:31:10.387Z Downloaded httpdate v1.0.3
10362026-05-20T02:31:10.387Z Downloaded base16ct v0.2.0
10372026-05-20T02:31:10.390Z Downloaded atomicwrites v0.4.4
10382026-05-20T02:31:10.393Z Downloaded foreign-types v0.5.0
10392026-05-20T02:31:10.393Z Downloaded ciborium-io v0.2.2
10402026-05-20T02:31:10.395Z Downloaded async-stream-impl v0.3.6
10412026-05-20T02:31:10.395Z Downloaded cpufeatures v0.2.17
10422026-05-20T02:31:10.398Z Downloaded fnv v1.0.7
10432026-05-20T02:31:10.401Z Downloaded hostname v0.3.1
10442026-05-20T02:31:10.401Z Downloaded hostname v0.4.2
10452026-05-20T02:31:10.403Z Downloaded colorchoice v1.0.5
10462026-05-20T02:31:10.406Z Downloaded futures-task v0.3.32
10472026-05-20T02:31:10.406Z Downloaded anstyle v1.0.14
10482026-05-20T02:31:10.409Z Downloaded hex v0.4.3
10492026-05-20T02:31:10.412Z Downloaded bit-set v0.8.0
10502026-05-20T02:31:10.412Z Downloaded hubpack_derive v0.1.1
10512026-05-20T02:31:10.416Z Downloaded bcs v0.1.6
10522026-05-20T02:31:10.416Z Downloaded bitflags v1.3.2
10532026-05-20T02:31:10.423Z Downloaded byte-wrapper v0.1.0
10542026-05-20T02:31:10.426Z Downloaded drift v0.1.4
10552026-05-20T02:31:10.426Z Downloaded foldhash v0.1.5
10562026-05-20T02:31:10.430Z Downloaded digest v0.10.7
10572026-05-20T02:31:10.430Z Downloaded deranged v0.5.8
10582026-05-20T02:31:10.433Z Downloaded hubpack v0.1.2
10592026-05-20T02:31:10.433Z Downloaded indent_write v2.2.0
10602026-05-20T02:31:10.437Z Downloaded idna_adapter v1.2.2
10612026-05-20T02:31:10.437Z Downloaded dropshot_endpoint v0.17.0
10622026-05-20T02:31:10.440Z Downloaded is-terminal v0.4.17
10632026-05-20T02:31:10.443Z Downloaded autocfg v1.5.0
10642026-05-20T02:31:10.443Z Downloaded anstyle-parse v1.0.0
10652026-05-20T02:31:10.448Z Downloaded internet-checksum v0.2.1
10662026-05-20T02:31:10.448Z Downloaded instant v0.1.13
10672026-05-20T02:31:10.453Z Downloaded lazy_static v1.5.0
10682026-05-20T02:31:10.453Z Downloaded async-trait v0.1.89
10692026-05-20T02:31:10.456Z Downloaded keccak v0.1.6
10702026-05-20T02:31:10.456Z Downloaded git-stub-vcs v0.1.0
10712026-05-20T02:31:10.456Z Downloaded futures-executor v0.3.32
10722026-05-20T02:31:10.459Z Downloaded fixedbitset v0.5.7
10732026-05-20T02:31:10.459Z Downloaded itoa v1.0.18
10742026-05-20T02:31:10.462Z Downloaded konst_macro_rules v0.2.19
10752026-05-20T02:31:10.465Z Downloaded http-body-util v0.1.3
10762026-05-20T02:31:10.465Z Downloaded ahash v0.8.12
10772026-05-20T02:31:10.468Z Downloaded hyper-rustls v0.27.9
10782026-05-20T02:31:10.471Z Downloaded csv-core v0.1.13
10792026-05-20T02:31:10.471Z Downloaded backon v1.6.0
10802026-05-20T02:31:10.473Z Downloaded cargo_toml v0.22.3
10812026-05-20T02:31:10.478Z Downloaded cancel-safe-futures v0.1.5
10822026-05-20T02:31:10.480Z Downloaded humantime v2.3.0
10832026-05-20T02:31:10.480Z Downloaded libscf-sys v1.2.0
10842026-05-20T02:31:10.480Z Downloaded managed v0.8.0
10852026-05-20T02:31:10.483Z Downloaded linked-hash-map v0.5.6
10862026-05-20T02:31:10.484Z Downloaded getrandom v0.3.4
10872026-05-20T02:31:10.486Z Downloaded match_cfg v0.1.0
10882026-05-20T02:31:10.489Z Downloaded memoffset v0.9.1
10892026-05-20T02:31:10.489Z Downloaded lru-slab v0.1.2
10902026-05-20T02:31:10.492Z Downloaded lru-cache v0.1.2
10912026-05-20T02:31:10.492Z Downloaded find-msvc-tools v0.1.9
10922026-05-20T02:31:10.495Z Downloaded num-conv v0.2.1
10932026-05-20T02:31:10.495Z Downloaded num v0.4.3
10942026-05-20T02:31:10.498Z Downloaded omicron-workspace-hack v0.1.0
10952026-05-20T02:31:10.498Z Downloaded num-iter v0.1.45
10962026-05-20T02:31:10.500Z Downloaded no-std-compat v0.4.1
10972026-05-20T02:31:10.500Z Downloaded daft-derive v0.1.7
10982026-05-20T02:31:10.503Z Downloaded bytecount v0.6.9
10992026-05-20T02:31:10.506Z Downloaded crossbeam-epoch v0.9.18
11002026-05-20T02:31:10.527Z Downloaded ipnet v2.12.0
11012026-05-20T02:31:10.527Z Downloaded ipnetwork v0.21.1
11022026-05-20T02:31:10.527Z Downloaded ingot-types v0.1.2
11032026-05-20T02:31:10.527Z Downloaded jobserver v0.1.34
11042026-05-20T02:31:10.527Z Downloaded const_format_proc_macros v0.2.34
11052026-05-20T02:31:10.527Z Downloaded chacha20 v0.10.0
11062026-05-20T02:31:10.527Z Downloaded olpc-cjson v0.1.4
11072026-05-20T02:31:10.527Z Downloaded num_enum_derive v0.5.11
11082026-05-20T02:31:10.527Z Downloaded opaque-debug v0.3.1
11092026-05-20T02:31:10.527Z Downloaded anyhow v1.0.102
11102026-05-20T02:31:10.527Z Downloaded fs_extra v1.3.0
11112026-05-20T02:31:10.531Z Downloaded byteorder v1.5.0
11122026-05-20T02:31:10.531Z Downloaded num_threads v0.1.7
11132026-05-20T02:31:10.534Z Downloaded openssl-probe v0.2.1
11142026-05-20T02:31:10.534Z Downloaded highway v1.3.0
11152026-05-20T02:31:10.537Z Downloaded futures-channel v0.3.32
11162026-05-20T02:31:10.537Z Downloaded macaddr v1.0.1
11172026-05-20T02:31:10.540Z Downloaded openssl-macros v0.1.1
11182026-05-20T02:31:10.541Z Downloaded erased-serde v0.3.31
11192026-05-20T02:31:10.543Z Downloaded ingot v0.1.1
11202026-05-20T02:31:10.543Z Downloaded darling v0.21.3
11212026-05-20T02:31:10.546Z Downloaded linear-map v1.2.0
11222026-05-20T02:31:10.549Z Downloaded libsw-core v0.3.2
11232026-05-20T02:31:10.549Z Downloaded darling v0.23.0
11242026-05-20T02:31:10.552Z Downloaded multer v3.1.0
11252026-05-20T02:31:10.555Z Downloaded lock_api v0.4.14
11262026-05-20T02:31:10.558Z Downloaded crossbeam-utils v0.8.21
11272026-05-20T02:31:10.560Z Downloaded percent-encoding v2.3.2
11282026-05-20T02:31:10.560Z Downloaded hickory-resolver v0.25.2
11292026-05-20T02:31:10.563Z Downloaded mime v0.3.17
11302026-05-20T02:31:10.566Z Downloaded powerfmt v0.2.0
11312026-05-20T02:31:10.566Z Downloaded potential_utf v0.1.5
11322026-05-20T02:31:10.570Z Downloaded crc32fast v1.5.0
11332026-05-20T02:31:10.570Z Downloaded num_enum v0.5.11
11342026-05-20T02:31:10.572Z Downloaded phf_shared v0.12.1
11352026-05-20T02:31:10.575Z Downloaded num-integer v0.1.46
11362026-05-20T02:31:10.575Z Downloaded console v0.16.3
11372026-05-20T02:31:10.578Z Downloaded num-derive v0.4.2
11382026-05-20T02:31:10.578Z Downloaded proc-macro-crate v1.3.1
11392026-05-20T02:31:10.581Z Downloaded iana-time-zone v0.1.65
11402026-05-20T02:31:10.584Z Downloaded ingot-macros v0.1.1
11412026-05-20T02:31:10.584Z Downloaded proc-macro-error-attr v1.0.4
11422026-05-20T02:31:10.586Z Downloaded bytes v1.11.1
11432026-05-20T02:31:10.589Z Downloaded libsw v3.5.0
11442026-05-20T02:31:10.589Z Downloaded proc-macro-error-attr2 v2.0.0
11452026-05-20T02:31:10.592Z Downloaded proc-macro-crate v3.5.0
11462026-05-20T02:31:10.592Z Downloaded pretty-hex v0.4.2
11472026-05-20T02:31:10.594Z Downloaded num-rational v0.4.2
11482026-05-20T02:31:10.595Z Downloaded owo-colors v4.3.0
11492026-05-20T02:31:10.597Z Downloaded num_enum_derive v0.7.6
11502026-05-20T02:31:10.600Z Downloaded progenitor-client v0.11.2
11512026-05-20T02:31:10.600Z Downloaded quick-error v1.2.3
11522026-05-20T02:31:10.600Z Downloaded half v2.7.1
11532026-05-20T02:31:10.603Z Downloaded derive_more v0.99.20
11542026-05-20T02:31:10.605Z Downloaded progenitor-macro v0.10.0
11552026-05-20T02:31:10.609Z Downloaded httparse v1.10.1
11562026-05-20T02:31:10.609Z Downloaded num_enum v0.7.6
11572026-05-20T02:31:10.612Z Downloaded bitflags v2.11.1
11582026-05-20T02:31:10.615Z Downloaded ref-cast-impl v1.0.25
11592026-05-20T02:31:10.618Z Downloaded progenitor-macro v0.13.0
11602026-05-20T02:31:10.618Z Downloaded password-hash v0.5.0
11612026-05-20T02:31:10.620Z Downloaded parse-display-derive v0.10.0
11622026-05-20T02:31:10.620Z Downloaded progenitor-client v0.10.0
11632026-05-20T02:31:10.623Z Downloaded litemap v0.8.2
11642026-05-20T02:31:10.623Z Downloaded paste v1.0.15
11652026-05-20T02:31:10.626Z Downloaded parse-display v0.10.0
11662026-05-20T02:31:10.628Z Downloaded plain v0.2.3
11672026-05-20T02:31:10.628Z Downloaded pin-project-internal v1.1.13
11682026-05-20T02:31:10.631Z Downloaded progenitor-macro v0.11.2
11692026-05-20T02:31:10.631Z Downloaded memmap2 v0.9.10
11702026-05-20T02:31:10.636Z Downloaded rand_xorshift v0.4.0
11712026-05-20T02:31:10.636Z Downloaded poly1305 v0.8.0
11722026-05-20T02:31:10.639Z Downloaded pem v3.0.6
11732026-05-20T02:31:10.639Z Downloaded pkg-config v0.3.33
11742026-05-20T02:31:10.639Z Downloaded ref-cast v1.0.25
11752026-05-20T02:31:10.642Z Downloaded ppv-lite86 v0.2.21
11762026-05-20T02:31:10.642Z Downloaded pin-project-lite v0.2.17
11772026-05-20T02:31:10.645Z Downloaded elliptic-curve v0.13.8
11782026-05-20T02:31:10.648Z Downloaded rustc_version v0.1.7
11792026-05-20T02:31:10.650Z Downloaded rustc-hash v2.1.2
11802026-05-20T02:31:10.650Z Downloaded phf v0.12.1
11812026-05-20T02:31:10.653Z Downloaded chacha20poly1305 v0.10.1
11822026-05-20T02:31:10.653Z Downloaded rustc_version v0.4.1
11832026-05-20T02:31:10.656Z Downloaded base64 v0.21.7
11842026-05-20T02:31:10.658Z Downloaded proc-macro-error v1.0.4
11852026-05-20T02:31:10.661Z Downloaded indexmap v1.9.3
11862026-05-20T02:31:10.661Z Downloaded parking_lot_core v0.8.6
11872026-05-20T02:31:10.664Z Downloaded oxnet v0.1.5
11882026-05-20T02:31:10.666Z Downloaded num-complex v0.4.6
11892026-05-20T02:31:10.666Z Downloaded oxide-tokio-rt v0.1.6
11902026-05-20T02:31:10.670Z Downloaded once_cell v1.21.4
11912026-05-20T02:31:10.670Z Downloaded rand_chacha v0.3.1
11922026-05-20T02:31:10.673Z Downloaded progenitor-extras v0.2.0
11932026-05-20T02:31:10.673Z Downloaded progenitor-client v0.14.0
11942026-05-20T02:31:10.675Z Downloaded progenitor-client v0.13.0
11952026-05-20T02:31:10.675Z Downloaded quote v1.0.45
11962026-05-20T02:31:10.678Z Downloaded heapless v0.8.0
11972026-05-20T02:31:10.682Z Downloaded arc-swap v1.9.1
11982026-05-20T02:31:10.685Z Downloaded allocator-api2 v0.2.21
11992026-05-20T02:31:10.685Z Downloaded clap v4.6.1
12002026-05-20T02:31:10.689Z Downloaded semver v0.1.20
12012026-05-20T02:31:10.692Z Downloaded same-file v1.0.6
12022026-05-20T02:31:10.692Z Downloaded rand_chacha v0.9.0
12032026-05-20T02:31:10.694Z Downloaded log v0.4.29
12042026-05-20T02:31:10.694Z Downloaded newtype-uuid v1.3.2
12052026-05-20T02:31:10.698Z Downloaded darling_core v0.21.3
12062026-05-20T02:31:10.700Z Downloaded progenitor v0.13.0
12072026-05-20T02:31:10.700Z Downloaded serde-big-array v0.5.1
12082026-05-20T02:31:10.703Z Downloaded parking_lot_core v0.9.12
12092026-05-20T02:31:10.703Z Downloaded parking_lot v0.12.5
12102026-05-20T02:31:10.706Z Downloaded secrecy v0.10.3
12112026-05-20T02:31:10.706Z Downloaded serde_plain v1.0.2
12122026-05-20T02:31:10.710Z Downloaded pest_generator v2.8.6
12132026-05-20T02:31:10.710Z Downloaded crypto-bigint v0.5.5
12142026-05-20T02:31:10.712Z Downloaded base64 v0.22.1
12152026-05-20T02:31:10.715Z Downloaded const_format v0.2.36
12162026-05-20T02:31:10.719Z Downloaded rand_core v0.9.5
12172026-05-20T02:31:10.722Z Downloaded icu_normalizer v2.2.0
12182026-05-20T02:31:10.724Z Downloaded serde_spanned v1.1.1
12192026-05-20T02:31:10.724Z Downloaded serde_urlencoded v0.7.1
12202026-05-20T02:31:10.724Z Downloaded resolv-conf v0.7.6
12212026-05-20T02:31:10.729Z Downloaded num-traits v0.2.19
12222026-05-20T02:31:10.729Z Downloaded pest_derive v2.8.6
12232026-05-20T02:31:10.732Z Downloaded icu_normalizer_data v2.2.0
12242026-05-20T02:31:10.732Z Downloaded sha1 v0.10.6
12252026-05-20T02:31:10.735Z Downloaded siphasher v1.0.3
12262026-05-20T02:31:10.735Z Downloaded cc v1.2.62
12272026-05-20T02:31:10.737Z Downloaded async-compression v0.4.42
12282026-05-20T02:31:10.740Z Downloaded rustls-pemfile v2.2.0
12292026-05-20T02:31:10.743Z Downloaded proc-macro-error2 v2.0.1
12302026-05-20T02:31:10.745Z Downloaded progenitor-macro v0.14.0
12312026-05-20T02:31:10.745Z Downloaded postcard v1.1.3
12322026-05-20T02:31:10.748Z Downloaded serde_spanned v0.6.9
12332026-05-20T02:31:10.748Z Downloaded icu_locale_core v2.2.0
12342026-05-20T02:31:10.751Z Downloaded slog-envlogger v2.2.0
12352026-05-20T02:31:10.754Z Downloaded rustversion v1.0.22
12362026-05-20T02:31:10.758Z Downloaded rusty-fork v0.3.1
12372026-05-20T02:31:10.758Z Downloaded darling_core v0.23.0
12382026-05-20T02:31:10.761Z Downloaded rand_core v0.6.4
12392026-05-20T02:31:10.761Z Downloaded scroll v0.13.0
12402026-05-20T02:31:10.763Z Downloaded quinn-udp v0.5.14
12412026-05-20T02:31:10.763Z Downloaded crossbeam-channel v0.5.15
12422026-05-20T02:31:10.766Z Downloaded progenitor v0.10.0
12432026-05-20T02:31:10.769Z Downloaded serde_repr v0.1.20
12442026-05-20T02:31:10.769Z Downloaded schemars_derive v0.8.22
12452026-05-20T02:31:10.771Z Downloaded hickory-resolver v0.24.4
12462026-05-20T02:31:10.774Z Downloaded scopeguard v1.2.0
12472026-05-20T02:31:10.774Z Downloaded spin v0.5.2
12482026-05-20T02:31:10.774Z Downloaded miniz_oxide v0.8.9
12492026-05-20T02:31:10.777Z Downloaded parking_lot v0.11.2
12502026-05-20T02:31:10.780Z Downloaded icu_collections v2.2.0
12512026-05-20T02:31:10.783Z Downloaded scroll v0.12.0
12522026-05-20T02:31:10.783Z Downloaded pin-project v1.1.13
12532026-05-20T02:31:10.789Z Downloaded sync_wrapper v1.0.2
12542026-05-20T02:31:10.791Z Downloaded strum v0.27.2
12552026-05-20T02:31:10.791Z Downloaded strum v0.26.3
12562026-05-20T02:31:10.791Z Downloaded swrite v0.1.0
12572026-05-20T02:31:10.794Z Downloaded tabled_derive v0.11.0
12582026-05-20T02:31:10.794Z Downloaded serde_tokenstream v0.2.3
12592026-05-20T02:31:10.797Z Downloaded tagptr v0.2.0
12602026-05-20T02:31:10.797Z Downloaded icu_provider v2.2.0
12612026-05-20T02:31:10.800Z Downloaded rhai_codegen v3.1.0
12622026-05-20T02:31:10.803Z Downloaded slog-json v2.6.1
12632026-05-20T02:31:10.805Z Downloaded slog-bunyan v2.5.0
12642026-05-20T02:31:10.805Z Downloaded jiff-static v0.2.24
12652026-05-20T02:31:10.808Z Downloaded slog-async v2.8.0
12662026-05-20T02:31:10.808Z Downloaded rustls-native-certs v0.8.3
12672026-05-20T02:31:10.811Z Downloaded subtle v2.6.1
12682026-05-20T02:31:10.811Z Downloaded progenitor v0.14.0
12692026-05-20T02:31:10.811Z Downloaded termtree v0.5.1
12702026-05-20T02:31:10.814Z Downloaded openssl-sys v0.9.116
12712026-05-20T02:31:10.817Z Downloaded terminal_size v0.4.4
12722026-05-20T02:31:10.817Z Downloaded slog-dtrace v0.3.0
12732026-05-20T02:31:10.820Z Downloaded slog-scope v4.4.1
12742026-05-20T02:31:10.820Z Downloaded slab v0.4.12
12752026-05-20T02:31:10.820Z Downloaded tabled_derive v0.7.0
12762026-05-20T02:31:10.823Z Downloaded progenitor-impl v0.14.0
12772026-05-20T02:31:10.823Z Downloaded hyper-util v0.1.20
12782026-05-20T02:31:10.826Z Downloaded take_mut v0.2.2
12792026-05-20T02:31:10.828Z Downloaded testing_table v0.3.0
12802026-05-20T02:31:10.828Z Downloaded progenitor-impl v0.10.0
12812026-05-20T02:31:10.828Z Downloaded papergrid v0.17.0
12822026-05-20T02:31:10.831Z Downloaded thiserror-impl-no-std v2.0.2
12832026-05-20T02:31:10.834Z Downloaded slog-term v2.9.2
12842026-05-20T02:31:10.834Z Downloaded thread-id v5.1.0
12852026-05-20T02:31:10.837Z Downloaded slog-stdlog v4.1.1
12862026-05-20T02:31:10.837Z Downloaded time-core v0.1.8
12872026-05-20T02:31:10.837Z Downloaded smf v0.2.3
12882026-05-20T02:31:10.840Z Downloaded pest_meta v2.8.6
12892026-05-20T02:31:10.840Z Downloaded proc-macro2 v1.0.106
12902026-05-20T02:31:10.843Z Downloaded smawk v0.3.2
12912026-05-20T02:31:10.843Z Downloaded progenitor-impl v0.11.2
12922026-05-20T02:31:10.846Z Downloaded papergrid v0.11.0
12932026-05-20T02:31:10.849Z Downloaded thread-id v4.2.2
12942026-05-20T02:31:10.849Z Downloaded snafu-derive v0.8.9
12952026-05-20T02:31:10.849Z Downloaded expectorate v1.2.0
12962026-05-20T02:31:10.852Z Downloaded hashbrown v0.12.3
12972026-05-20T02:31:10.856Z Downloaded strum_macros v0.27.2
12982026-05-20T02:31:10.856Z Downloaded simd-adler32 v0.3.9
12992026-05-20T02:31:10.858Z Downloaded sigpipe v0.1.3
13002026-05-20T02:31:10.858Z Downloaded signal-hook-registry v1.4.8
13012026-05-20T02:31:10.858Z Downloaded rustls-pki-types v1.14.1
13022026-05-20T02:31:10.858Z Downloaded static_assertions v1.1.0
13032026-05-20T02:31:10.861Z Downloaded progenitor v0.11.2
13042026-05-20T02:31:10.862Z Downloaded tabwriter v1.4.1
13052026-05-20T02:31:10.862Z Downloaded sha2 v0.10.9
13062026-05-20T02:31:10.864Z Downloaded serde_with_macros v3.20.0
13072026-05-20T02:31:10.867Z Downloaded prettyplease v0.2.37
13082026-05-20T02:31:10.867Z Downloaded supports-color v3.0.2
13092026-05-20T02:31:10.870Z Downloaded shlex v1.3.0
13102026-05-20T02:31:10.870Z Downloaded semver v1.0.28
13112026-05-20T02:31:10.872Z Downloaded structmeta-derive v0.3.0
13122026-05-20T02:31:10.872Z Downloaded strum_macros v0.26.4
13132026-05-20T02:31:10.872Z Downloaded structmeta v0.3.0
13142026-05-20T02:31:10.875Z Downloaded tinyvec_macros v0.1.1
13152026-05-20T02:31:10.875Z Downloaded synstructure v0.13.2
13162026-05-20T02:31:10.875Z Downloaded strsim v0.11.1
13172026-05-20T02:31:10.875Z Downloaded toml_datetime v0.6.11
13182026-05-20T02:31:10.878Z Downloaded stable_deref_trait v1.2.1
13192026-05-20T02:31:10.878Z Downloaded serde_path_to_error v0.1.20
13202026-05-20T02:31:10.878Z Downloaded serde_derive_internals v0.29.1
13212026-05-20T02:31:10.881Z Downloaded rand_core v0.10.1
13222026-05-20T02:31:10.881Z Downloaded konst v0.2.20
13232026-05-20T02:31:10.884Z Downloaded flate2 v1.1.9
13242026-05-20T02:31:10.887Z Downloaded http v1.4.0
13252026-05-20T02:31:10.890Z Downloaded scroll_derive v0.13.1
13262026-05-20T02:31:10.890Z Downloaded scroll_derive v0.12.1
13272026-05-20T02:31:10.890Z Downloaded tower-service v0.3.3
13282026-05-20T02:31:10.893Z Downloaded tower-layer v0.3.3
13292026-05-20T02:31:10.893Z Downloaded ryu v1.0.23
13302026-05-20T02:31:10.893Z Downloaded thread_local v1.1.9
13312026-05-20T02:31:10.895Z Downloaded typeid v1.0.3
13322026-05-20T02:31:10.895Z Downloaded thiserror-impl v2.0.18
13332026-05-20T02:31:10.895Z Downloaded thiserror-impl v1.0.69
13342026-05-20T02:31:10.898Z Downloaded minimal-lexical v0.2.1
13352026-05-20T02:31:10.901Z Downloaded try-lock v0.2.5
13362026-05-20T02:31:10.901Z Downloaded memchr v2.8.0
13372026-05-20T02:31:10.903Z Downloaded smallvec v1.15.1
13382026-05-20T02:31:10.903Z Downloaded schemars v0.8.22
13392026-05-20T02:31:10.910Z Downloaded tokio-macros v2.7.0
13402026-05-20T02:31:10.912Z Downloaded tinystr v0.8.3
13412026-05-20T02:31:10.912Z Downloaded toml_write v0.1.2
13422026-05-20T02:31:10.915Z Downloaded tiny-keccak v2.0.2
13432026-05-20T02:31:10.915Z Downloaded spin v0.9.8
13442026-05-20T02:31:10.918Z Downloaded smartstring v1.0.1
13452026-05-20T02:31:10.918Z Downloaded unicode-linebreak v0.1.5
13462026-05-20T02:31:10.918Z Downloaded typify-macro v0.6.2
13472026-05-20T02:31:10.921Z Downloaded thiserror-no-std v2.0.2
13482026-05-20T02:31:10.921Z Downloaded untrusted v0.9.0
13492026-05-20T02:31:10.923Z Downloaded untrusted v0.7.1
13502026-05-20T02:31:10.923Z Downloaded serde_core v1.0.228
13512026-05-20T02:31:10.926Z Downloaded usdt v0.6.0
13522026-05-20T02:31:10.926Z Downloaded dropshot-api-manager v0.7.1
13532026-05-20T02:31:10.929Z Downloaded typify-macro v0.4.3
13542026-05-20T02:31:10.929Z Downloaded mio v1.2.0
13552026-05-20T02:31:10.932Z Downloaded universal-hash v0.5.1
13562026-05-20T02:31:10.932Z Downloaded usdt v0.5.0
13572026-05-20T02:31:10.932Z Downloaded unicode-xid v0.2.6
13582026-05-20T02:31:10.935Z Downloaded usdt-attr-macro v0.6.0
13592026-05-20T02:31:10.935Z Downloaded unit-prefix v0.5.2
13602026-05-20T02:31:10.935Z Downloaded unarray v0.1.4
13612026-05-20T02:31:10.935Z Downloaded tokio-tungstenite v0.21.0
13622026-05-20T02:31:10.938Z Downloaded rustls-platform-verifier v0.7.0
13632026-05-20T02:31:10.941Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13642026-05-20T02:31:10.941Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13652026-05-20T02:31:10.941Z Downloaded time-macros v0.2.27
13662026-05-20T02:31:10.944Z Downloaded similar v2.7.0
13672026-05-20T02:31:10.947Z Downloaded indicatif v0.18.4
13682026-05-20T02:31:10.950Z Downloaded want v0.3.1
13692026-05-20T02:31:10.950Z Downloaded waitgroup v0.1.2
13702026-05-20T02:31:10.950Z Downloaded version_check v0.9.5
13712026-05-20T02:31:10.950Z Downloaded utf-8 v0.7.6
13722026-05-20T02:31:10.952Z Downloaded wait-timeout v0.2.1
13732026-05-20T02:31:10.952Z Downloaded usdt-macro v0.6.0
13742026-05-20T02:31:10.952Z Downloaded usdt-macro v0.5.0
13752026-05-20T02:31:10.952Z Downloaded slog v2.8.2
13762026-05-20T02:31:10.955Z Downloaded tokio-dtrace v0.1.1
13772026-05-20T02:31:10.955Z Downloaded rayon-core v1.13.0
13782026-05-20T02:31:10.958Z Downloaded usdt-attr-macro v0.5.0
13792026-05-20T02:31:10.958Z Downloaded progenitor-impl v0.13.0
13802026-05-20T02:31:10.961Z Downloaded icu_properties v2.2.0
13812026-05-20T02:31:10.961Z Downloaded utf8parse v0.2.2
13822026-05-20T02:31:10.961Z Downloaded camino v1.2.2
13832026-05-20T02:31:10.964Z Downloaded cmake v0.1.58
13842026-05-20T02:31:10.964Z Downloaded clap_derive v4.6.1
13852026-05-20T02:31:10.966Z Downloaded cookie v0.18.1
13862026-05-20T02:31:10.966Z Downloaded console v0.15.11
13872026-05-20T02:31:10.969Z Downloaded colored v3.1.1
13882026-05-20T02:31:10.969Z Downloaded serde_derive v1.0.228
13892026-05-20T02:31:10.972Z Downloaded tempfile v3.27.0
13902026-05-20T02:31:10.972Z Downloaded thin-vec v0.2.18
13912026-05-20T02:31:10.975Z Downloaded quinn v0.11.9
13922026-05-20T02:31:10.975Z Downloaded newtype-uuid-macros v0.1.0
13932026-05-20T02:31:10.978Z Downloaded newline-converter v0.3.0
13942026-05-20T02:31:10.978Z Downloaded newtype_derive v0.1.6
13952026-05-20T02:31:10.978Z Downloaded natord v1.0.9
13962026-05-20T02:31:10.978Z Downloaded memmap v0.7.0
13972026-05-20T02:31:10.981Z Downloaded schemars v0.9.0
13982026-05-20T02:31:10.985Z Downloaded toml_writer v1.1.1+spec-1.1.0
13992026-05-20T02:31:10.987Z Downloaded thiserror v2.0.18
14002026-05-20T02:31:10.990Z Downloaded socket2 v0.6.3
14012026-05-20T02:31:10.990Z Downloaded thiserror v1.0.69
14022026-05-20T02:31:10.993Z Downloaded yoke-derive v0.8.2
14032026-05-20T02:31:10.996Z Downloaded crossbeam-deque v0.8.6
14042026-05-20T02:31:10.996Z Downloaded term v1.2.1
14052026-05-20T02:31:10.999Z Downloaded indexmap v2.14.0
14062026-05-20T02:31:11.002Z Downloaded nom v7.1.3
14072026-05-20T02:31:11.002Z Downloaded zerofrom-derive v0.1.7
14082026-05-20T02:31:11.005Z Downloaded getrandom v0.2.17
14092026-05-20T02:31:11.005Z Downloaded fs-err v3.3.0
14102026-05-20T02:31:11.005Z Downloaded defmt v1.1.0
14112026-05-20T02:31:11.008Z Downloaded zeroize_derive v1.4.3
14122026-05-20T02:31:11.010Z Downloaded ciborium v0.2.2
14132026-05-20T02:31:11.010Z Downloaded camino-tempfile v1.4.1
14142026-05-20T02:31:11.010Z Downloaded blake2 v0.10.6
14152026-05-20T02:31:11.013Z Downloaded zerofrom v0.1.8
14162026-05-20T02:31:11.013Z Downloaded derive-ex v0.1.8
14172026-05-20T02:31:11.016Z Downloaded is_terminal_polyfill v1.70.2
14182026-05-20T02:31:11.016Z Downloaded is_ci v1.2.0
14192026-05-20T02:31:11.016Z Downloaded argon2 v0.5.3
14202026-05-20T02:31:11.016Z Downloaded usdt-impl v0.6.0
14212026-05-20T02:31:11.019Z Downloaded base64ct v1.8.3
14222026-05-20T02:31:11.019Z Downloaded utf8_iter v1.0.4
14232026-05-20T02:31:11.019Z Downloaded usdt-impl v0.5.0
14242026-05-20T02:31:11.022Z Downloaded daft v0.1.7
14252026-05-20T02:31:11.022Z Downloaded zone v0.3.1
14262026-05-20T02:31:11.022Z Downloaded ident_case v1.0.1
14272026-05-20T02:31:11.022Z Downloaded serde_yaml v0.9.34+deprecated
14282026-05-20T02:31:11.025Z Downloaded compression-codecs v0.4.38
14292026-05-20T02:31:11.028Z Downloaded inout v0.1.4
14302026-05-20T02:31:11.028Z Downloaded critical-section v1.2.0
14312026-05-20T02:31:11.028Z Downloaded crunchy v0.2.4
14322026-05-20T02:31:11.028Z Downloaded hashbrown v0.15.5
14332026-05-20T02:31:11.031Z Downloaded tracing-attributes v0.1.31
14342026-05-20T02:31:11.034Z Downloaded vsss-rs v3.3.4
14352026-05-20T02:31:11.034Z Downloaded tokio-rustls v0.25.0
14362026-05-20T02:31:11.036Z Downloaded zone_cfg_derive v0.3.1
14372026-05-20T02:31:11.036Z Downloaded tokio-stream v0.1.18
14382026-05-20T02:31:11.039Z Downloaded crucible-workspace-hack v0.1.0
14392026-05-20T02:31:11.039Z Downloaded walkdir v2.5.0
14402026-05-20T02:31:11.039Z Downloaded toml v0.8.23
14412026-05-20T02:31:11.043Z Downloaded tokio-rustls v0.26.4
14422026-05-20T02:31:11.043Z Downloaded serde v1.0.228
14432026-05-20T02:31:11.045Z Downloaded rand v0.9.4
14442026-05-20T02:31:11.045Z Downloaded rustls-webpki v0.103.13
14452026-05-20T02:31:11.048Z Downloaded rand v0.8.6
14462026-05-20T02:31:11.051Z Downloaded qorb v0.4.1
14472026-05-20T02:31:11.054Z Downloaded xz2 v0.1.7
14482026-05-20T02:31:11.054Z Downloaded itertools v0.12.1
14492026-05-20T02:31:11.056Z Downloaded goblin v0.8.2
14502026-05-20T02:31:11.059Z Downloaded toml v1.1.2+spec-1.1.0
14512026-05-20T02:31:11.062Z Downloaded textwrap v0.16.2
14522026-05-20T02:31:11.065Z Downloaded toml_parser v1.1.2+spec-1.1.0
14532026-05-20T02:31:11.065Z Downloaded zeroize v1.8.2
14542026-05-20T02:31:11.065Z Downloaded zmij v1.0.21
14552026-05-20T02:31:11.069Z Downloaded iddqd v0.3.18
14562026-05-20T02:31:11.072Z Downloaded snafu v0.8.9
14572026-05-20T02:31:11.074Z Downloaded test-strategy v0.4.5
14582026-05-20T02:31:11.077Z Downloaded hyper v1.9.0
14592026-05-20T02:31:11.080Z Downloaded zerovec-derive v0.11.3
14602026-05-20T02:31:11.080Z Downloaded typify v0.4.3
14612026-05-20T02:31:11.083Z Downloaded tracing-core v0.1.36
14622026-05-20T02:31:11.083Z Downloaded yoke v0.8.2
14632026-05-20T02:31:11.085Z Downloaded tungstenite v0.21.0
14642026-05-20T02:31:11.086Z Downloaded hashbrown v0.16.1
14652026-05-20T02:31:11.088Z Downloaded ucd-trie v0.1.7
14662026-05-20T02:31:11.091Z Downloaded idna v1.1.0
14672026-05-20T02:31:11.094Z Downloaded writeable v0.6.3
14682026-05-20T02:31:11.094Z Downloaded toml v0.9.12+spec-1.1.0
14692026-05-20T02:31:11.097Z Downloaded tinyvec v1.11.0
14702026-05-20T02:31:11.097Z Downloaded whoami v1.6.1
14712026-05-20T02:31:11.099Z Downloaded unicode-ident v1.0.24
14722026-05-20T02:31:11.099Z Downloaded crc8 v0.1.1
14732026-05-20T02:31:11.102Z Downloaded cipher v0.4.4
14742026-05-20T02:31:11.102Z Downloaded schemars v1.2.1
14752026-05-20T02:31:11.108Z Downloaded unsafe-libyaml v0.2.11
14762026-05-20T02:31:11.111Z Downloaded nom v8.0.0
14772026-05-20T02:31:11.115Z Downloaded hkdf v0.12.4
14782026-05-20T02:31:11.119Z Downloaded futures-util v0.3.32
14792026-05-20T02:31:11.122Z Downloaded uuid v1.23.1
14802026-05-20T02:31:11.124Z Downloaded steno v0.4.1
14812026-05-20T02:31:11.124Z Downloaded rand v0.10.1
14822026-05-20T02:31:11.127Z Downloaded pest v2.8.6
14832026-05-20T02:31:11.130Z Downloaded hashbrown v0.17.1
14842026-05-20T02:31:11.133Z Downloaded h2 v0.4.14
14852026-05-20T02:31:11.136Z Downloaded chacha20 v0.9.1
14862026-05-20T02:31:11.136Z Downloaded aho-corasick v1.1.4
14872026-05-20T02:31:11.139Z Downloaded aead v0.5.2
14882026-05-20T02:31:11.141Z Downloaded bit-vec v0.8.0
14892026-05-20T02:31:11.141Z Downloaded zerocopy-derive v0.7.35
14902026-05-20T02:31:11.145Z Downloaded backoff v0.4.0
14912026-05-20T02:31:11.145Z Downloaded itertools v0.14.0
14922026-05-20T02:31:11.148Z Downloaded icu_properties_data v2.2.0
14932026-05-20T02:31:11.153Z Downloaded libm v0.2.16
14942026-05-20T02:31:11.158Z Downloaded clap_builder v4.6.0
14952026-05-20T02:31:11.162Z Downloaded anstream v1.0.0
14962026-05-20T02:31:11.165Z Downloaded bs58 v0.5.1
14972026-05-20T02:31:11.165Z Downloaded heck v0.4.1
14982026-05-20T02:31:11.165Z Downloaded equivalent v1.0.2
14992026-05-20T02:31:11.168Z Downloaded clap_lex v1.1.0
15002026-05-20T02:31:11.168Z Downloaded block-buffer v0.10.4
15012026-05-20T02:31:11.168Z Downloaded hash32 v0.3.1
15022026-05-20T02:31:11.168Z Downloaded foreign-types v0.3.2
15032026-05-20T02:31:11.168Z Downloaded generic-array v0.14.7
15042026-05-20T02:31:11.171Z Downloaded fxhash v0.2.1
15052026-05-20T02:31:11.171Z Downloaded typify v0.6.2
15062026-05-20T02:31:11.173Z Downloaded futures-sink v0.3.32
15072026-05-20T02:31:11.173Z Downloaded dropshot-api-manager-types v0.7.1
15082026-05-20T02:31:11.173Z Downloaded url v2.5.8
15092026-05-20T02:31:11.176Z Downloaded crypto-common v0.1.7
15102026-05-20T02:31:11.176Z Downloaded cpufeatures v0.3.0
15112026-05-20T02:31:11.176Z Downloaded convert_case v0.4.0
15122026-05-20T02:31:11.177Z Downloaded const-random v0.1.18
15132026-05-20T02:31:11.180Z Downloaded ff v0.13.1
15142026-05-20T02:31:11.180Z Downloaded either v1.15.0
15152026-05-20T02:31:11.180Z Downloaded compression-core v0.4.32
15162026-05-20T02:31:11.180Z Downloaded toml_edit v0.19.15
15172026-05-20T02:31:11.188Z Downloaded async-stream v0.3.6
15182026-05-20T02:31:11.191Z Downloaded foreign-types-shared v0.1.1
15192026-05-20T02:31:11.191Z Downloaded atomic-waker v1.1.2
15202026-05-20T02:31:11.191Z Downloaded dyn-clone v1.0.20
15212026-05-20T02:31:11.195Z Downloaded typenum v1.20.0
15222026-05-20T02:31:11.195Z Downloaded dof v0.3.0
15232026-05-20T02:31:11.195Z Downloaded toml_edit v0.25.11+spec-1.1.0
15242026-05-20T02:31:11.198Z Downloaded dunce v1.0.5
15252026-05-20T02:31:11.198Z Downloaded foreign-types-shared v0.3.1
15262026-05-20T02:31:11.198Z Downloaded getrandom v0.4.2
15272026-05-20T02:31:11.201Z Downloaded reqwest v0.12.28
15282026-05-20T02:31:11.204Z Downloaded reqwest v0.13.3
15292026-05-20T02:31:11.207Z Downloaded toml_edit v0.22.27
15302026-05-20T02:31:11.210Z Downloaded zerotrie v0.2.4
15312026-05-20T02:31:11.210Z Downloaded ron v0.12.1
15322026-05-20T02:31:11.214Z Downloaded errno v0.3.14
15332026-05-20T02:31:11.217Z Downloaded darling_macro v0.23.0
15342026-05-20T02:31:11.217Z Downloaded base16ct v1.0.0
15352026-05-20T02:31:11.217Z Downloaded async-recursion v1.1.1
15362026-05-20T02:31:11.221Z Downloaded dtrace-parser v0.2.0
15372026-05-20T02:31:11.221Z Downloaded displaydoc v0.2.5
15382026-05-20T02:31:11.229Z Downloaded zerocopy-derive v0.8.48
15392026-05-20T02:31:11.242Z Downloaded serde_json v1.0.149
15402026-05-20T02:31:11.246Z Downloaded portable-atomic v1.13.1
15412026-05-20T02:31:11.250Z Downloaded unicode-segmentation v1.13.2
15422026-05-20T02:31:11.253Z Downloaded unicode-normalization v0.1.25
15432026-05-20T02:31:11.256Z Downloaded typed-path v0.9.3
15442026-05-20T02:31:11.259Z Downloaded rayon v1.12.0
15452026-05-20T02:31:11.262Z Downloaded tokio-util v0.7.18
15462026-05-20T02:31:11.275Z Downloaded zerovec v0.11.6
15472026-05-20T02:31:11.282Z Downloaded regex v1.12.3
15482026-05-20T02:31:11.289Z Downloaded rustls-webpki v0.102.8
15492026-05-20T02:31:11.299Z Downloaded tower-http v0.6.10
15502026-05-20T02:31:11.304Z Downloaded tower v0.5.3
15512026-05-20T02:31:11.308Z Downloaded goblin v0.10.5
15522026-05-20T02:31:11.312Z Downloaded winnow v0.5.40
15532026-05-20T02:31:11.325Z Downloaded aws-lc-rs v1.17.0
15542026-05-20T02:31:11.336Z Downloaded time v0.3.47
15552026-05-20T02:31:11.344Z Downloaded vcpkg v0.2.15
15562026-05-20T02:31:11.365Z Downloaded tough v0.22.0
15572026-05-20T02:31:11.369Z Downloaded syn v1.0.109
15582026-05-20T02:31:11.379Z Downloaded moka v0.12.15
15592026-05-20T02:31:11.384Z Downloaded hickory-proto v0.24.4
15602026-05-20T02:31:11.392Z Downloaded unicode-width v0.2.2
15612026-05-20T02:31:11.395Z Downloaded unicode-width v0.1.14
15622026-05-20T02:31:11.398Z Downloaded dropshot v0.17.0
15632026-05-20T02:31:11.410Z Downloaded smoltcp v0.11.0
15642026-05-20T02:31:11.417Z Downloaded chrono v0.4.44
15652026-05-20T02:31:11.420Z Downloaded hickory-proto v0.25.2
15662026-05-20T02:31:11.429Z Downloaded zerocopy v0.7.35
15672026-05-20T02:31:11.437Z Downloaded proptest v1.11.0
15682026-05-20T02:31:11.466Z Downloaded serde_with v3.20.0
15692026-05-20T02:31:11.473Z Downloaded quinn-proto v0.11.14
15702026-05-20T02:31:11.477Z Downloaded tracing v0.1.44
15712026-05-20T02:31:11.487Z Downloaded winnow v0.7.15
15722026-05-20T02:31:11.493Z Downloaded winnow v1.0.3
15732026-05-20T02:31:11.497Z Downloaded tabled v0.20.0
15742026-05-20T02:31:11.506Z Downloaded curve25519-dalek v4.1.3
15752026-05-20T02:31:11.510Z Downloaded tabled v0.15.0
15762026-05-20T02:31:11.519Z Downloaded regex-automata v0.4.14
15772026-05-20T02:31:11.526Z Downloaded bstr v1.12.1
15782026-05-20T02:31:11.546Z Downloaded openssl v0.10.80
15792026-05-20T02:31:11.552Z Downloaded webpki-roots v1.0.7
15802026-05-20T02:31:11.555Z Downloaded sha3 v0.10.9
15812026-05-20T02:31:11.557Z Downloaded libc v0.2.186
15822026-05-20T02:31:11.616Z Downloaded rustls v0.22.4
15832026-05-20T02:31:11.618Z Downloaded syn v2.0.117
15842026-05-20T02:31:11.625Z Downloaded regex-syntax v0.8.10
15852026-05-20T02:31:11.630Z Downloaded openapiv3 v2.2.0
15862026-05-20T02:31:11.636Z Downloaded nix v0.31.3
15872026-05-20T02:31:11.644Z Downloaded zerocopy v0.8.48
15882026-05-20T02:31:11.654Z Downloaded rustls v0.23.40
15892026-05-20T02:31:11.661Z Downloaded regress v0.10.5
15902026-05-20T02:31:11.666Z Downloaded rustix v0.38.44
15912026-05-20T02:31:11.679Z Downloaded ring v0.17.14
15922026-05-20T02:31:11.704Z Downloaded rustix v1.1.4
15932026-05-20T02:31:11.717Z Downloaded regress v0.11.1
15942026-05-20T02:31:11.723Z Downloaded rhai v1.24.0
15952026-05-20T02:31:11.730Z Downloaded encoding_rs v0.8.35
15962026-05-20T02:31:11.759Z Downloaded typify-impl v0.6.2
15972026-05-20T02:31:11.768Z Downloaded sled v0.34.7
15982026-05-20T02:31:11.787Z Downloaded typify-impl v0.4.3
15992026-05-20T02:31:11.861Z Downloaded chrono-tz v0.10.4
16002026-05-20T02:31:11.873Z Downloaded lzma-sys v0.1.20
16012026-05-20T02:31:11.890Z Downloaded petgraph v0.6.5
16022026-05-20T02:31:11.901Z Downloaded jiff v0.2.24
16032026-05-20T02:31:11.912Z Downloaded petgraph v0.8.3
16042026-05-20T02:31:11.940Z Downloaded csv v1.4.0
16052026-05-20T02:31:11.961Z Downloaded tokio v1.52.3
16062026-05-20T02:31:12.505Z Downloaded aws-lc-sys v0.41.0
16072026-05-20T02:31:12.856Z Compiling proc-macro2 v1.0.106
16082026-05-20T02:31:12.856Z Compiling quote v1.0.45
16092026-05-20T02:31:12.856Z Compiling unicode-ident v1.0.24
16102026-05-20T02:31:12.856Z Compiling serde_core v1.0.228
16112026-05-20T02:31:12.856Z Compiling serde v1.0.228
16122026-05-20T02:31:12.856Z Compiling libc v0.2.186
16132026-05-20T02:31:12.859Z Compiling cfg-if v1.0.4
16142026-05-20T02:31:13.120Z Compiling zmij v1.0.21
16152026-05-20T02:31:13.150Z Compiling autocfg v1.5.0
16162026-05-20T02:31:13.532Z Compiling memchr v2.8.0
16172026-05-20T02:31:13.726Z Compiling libm v0.2.16
16182026-05-20T02:31:14.041Z Compiling itoa v1.0.18
16192026-05-20T02:31:14.087Z Compiling icu_properties_data v2.2.0
16202026-05-20T02:31:14.285Z Compiling icu_normalizer_data v2.2.0
16212026-05-20T02:31:14.314Z Compiling version_check v0.9.5
16222026-05-20T02:31:14.331Z Compiling stable_deref_trait v1.2.1
16232026-05-20T02:31:14.463Z Compiling serde_json v1.0.149
16242026-05-20T02:31:14.522Z Compiling syn v2.0.117
16252026-05-20T02:31:14.592Z Compiling thiserror v2.0.18
16262026-05-20T02:31:14.636Z Compiling litemap v0.8.2
16272026-05-20T02:31:14.733Z Compiling parking_lot_core v0.9.12
16282026-05-20T02:31:14.750Z Compiling writeable v0.6.3
16292026-05-20T02:31:14.830Z Compiling utf8_iter v1.0.4
16302026-05-20T02:31:15.032Z Compiling num-traits v0.2.19
16312026-05-20T02:31:15.049Z Compiling percent-encoding v2.3.2
16322026-05-20T02:31:15.197Z Compiling getrandom v0.4.2
16332026-05-20T02:31:15.240Z Compiling form_urlencoded v1.2.2
16342026-05-20T02:31:15.318Z Compiling rand_core v0.10.1
16352026-05-20T02:31:15.457Z Compiling jobserver v0.1.34
16362026-05-20T02:31:15.487Z Compiling heck v0.5.0
16372026-05-20T02:31:15.519Z Compiling find-msvc-tools v0.1.9
16382026-05-20T02:31:15.714Z Compiling shlex v1.3.0
16392026-05-20T02:31:15.800Z Compiling errno v0.3.14
16402026-05-20T02:31:15.858Z Compiling cc v1.2.62
16412026-05-20T02:31:15.968Z Compiling iana-time-zone v0.1.65
16422026-05-20T02:31:16.065Z Compiling zerocopy v0.8.48
16432026-05-20T02:31:16.322Z Compiling uuid v1.23.1
16442026-05-20T02:31:16.476Z Compiling semver v1.0.28
16452026-05-20T02:31:16.671Z Compiling getrandom v0.2.17
16462026-05-20T02:31:16.884Z Compiling dyn-clone v1.0.20
16472026-05-20T02:31:16.902Z Compiling schemars v0.8.22
16482026-05-20T02:31:16.950Z Compiling pin-project-lite v0.2.17
16492026-05-20T02:31:17.008Z Compiling rustversion v1.0.22
16502026-05-20T02:31:17.032Z Compiling scopeguard v1.2.0
16512026-05-20T02:31:17.151Z Compiling lock_api v0.4.14
16522026-05-20T02:31:17.186Z Compiling socket2 v0.6.3
16532026-05-20T02:31:17.220Z Compiling bitflags v2.11.1
16542026-05-20T02:31:17.240Z Compiling signal-hook-registry v1.4.8
16552026-05-20T02:31:17.376Z Compiling synstructure v0.13.2
16562026-05-20T02:31:17.409Z Compiling serde_derive_internals v0.29.1
16572026-05-20T02:31:17.640Z Compiling mio v1.2.0
16582026-05-20T02:31:17.718Z Compiling log v0.4.29
16592026-05-20T02:31:17.917Z Compiling portable-atomic v1.13.1
16602026-05-20T02:31:17.988Z Compiling subtle v2.6.1
16612026-05-20T02:31:18.139Z Compiling equivalent v1.0.2
16622026-05-20T02:31:18.198Z Compiling critical-section v1.2.0
16632026-05-20T02:31:18.238Z Compiling futures-core v0.3.32
16642026-05-20T02:31:18.269Z Compiling ring v0.17.14
16652026-05-20T02:31:18.309Z Compiling cmake v0.1.58
16662026-05-20T02:31:18.312Z Compiling fs_extra v1.3.0
16672026-05-20T02:31:18.347Z Compiling dunce v1.0.5
16682026-05-20T02:31:18.372Z Compiling httparse v1.10.1
16692026-05-20T02:31:18.404Z Compiling futures-sink v0.3.32
16702026-05-20T02:31:18.454Z Compiling slab v0.4.12
16712026-05-20T02:31:18.512Z Compiling rand_core v0.6.4
16722026-05-20T02:31:18.538Z Compiling serde_derive v1.0.228
16732026-05-20T02:31:18.569Z Compiling zerofrom-derive v0.1.7
16742026-05-20T02:31:18.640Z Compiling yoke-derive v0.8.2
16752026-05-20T02:31:18.658Z Compiling zerovec-derive v0.11.3
16762026-05-20T02:31:18.716Z Compiling displaydoc v0.2.5
16772026-05-20T02:31:18.760Z Compiling schemars_derive v0.8.22
16782026-05-20T02:31:18.795Z Compiling thiserror-impl v2.0.18
16792026-05-20T02:31:19.123Z Compiling tokio-macros v2.7.0
16802026-05-20T02:31:19.465Z Compiling zerocopy-derive v0.8.48
16812026-05-20T02:31:19.699Z Compiling zeroize_derive v1.4.3
16822026-05-20T02:31:19.731Z Compiling zerofrom v0.1.8
16832026-05-20T02:31:19.748Z Compiling futures-macro v0.3.32
16842026-05-20T02:31:19.859Z Compiling yoke v0.8.2
16852026-05-20T02:31:19.921Z Compiling once_cell v1.21.4
16862026-05-20T02:31:19.975Z Compiling aws-lc-sys v0.41.0
16872026-05-20T02:31:20.105Z Compiling zerovec v0.11.6
16882026-05-20T02:31:20.134Z Compiling zerotrie v0.2.4
16892026-05-20T02:31:20.277Z Compiling futures-channel v0.3.32
16902026-05-20T02:31:20.375Z Compiling zeroize v1.8.2
16912026-05-20T02:31:20.532Z Compiling thiserror v1.0.69
16922026-05-20T02:31:20.571Z Compiling ucd-trie v0.1.7
16932026-05-20T02:31:20.590Z Compiling rustix v1.1.4
16942026-05-20T02:31:20.622Z Compiling futures-io v0.3.32
16952026-05-20T02:31:20.715Z Compiling tinystr v0.8.3
16962026-05-20T02:31:20.796Z Compiling potential_utf v0.1.5
16972026-05-20T02:31:20.818Z Compiling pest v2.8.6
16982026-05-20T02:31:20.851Z Compiling futures-task v0.3.32
16992026-05-20T02:31:20.855Z Compiling regex-syntax v0.8.10
17002026-05-20T02:31:20.930Z Compiling icu_locale_core v2.2.0
17012026-05-20T02:31:20.955Z Compiling icu_collections v2.2.0
17022026-05-20T02:31:20.979Z Compiling thiserror-impl v1.0.69
17032026-05-20T02:31:21.019Z Compiling futures-util v0.3.32
17042026-05-20T02:31:21.809Z Compiling smallvec v1.15.1
17052026-05-20T02:31:22.004Z Compiling bytes v1.11.1
17062026-05-20T02:31:22.086Z Compiling icu_provider v2.2.0
17072026-05-20T02:31:22.107Z Compiling chrono v0.4.44
17082026-05-20T02:31:22.185Z Compiling serde_tokenstream v0.2.3
17092026-05-20T02:31:22.470Z Compiling icu_properties v2.2.0
17102026-05-20T02:31:22.694Z Compiling icu_normalizer v2.2.0
17112026-05-20T02:31:23.233Z Compiling parking_lot v0.12.5
17122026-05-20T02:31:23.433Z Compiling idna_adapter v1.2.2
17132026-05-20T02:31:23.567Z Compiling idna v1.1.0
17142026-05-20T02:31:23.585Z Compiling tokio v1.52.3
17152026-05-20T02:31:23.821Z Compiling pest_meta v2.8.6
17162026-05-20T02:31:23.885Z Compiling aho-corasick v1.1.4
17172026-05-20T02:31:24.023Z Compiling url v2.5.8
17182026-05-20T02:31:24.047Z Compiling hashbrown v0.17.1
17192026-05-20T02:31:24.085Z Compiling generic-array v0.14.7
17202026-05-20T02:31:24.395Z Compiling pest_generator v2.8.6
17212026-05-20T02:31:25.061Z Compiling regex-automata v0.4.14
17222026-05-20T02:31:25.065Z Compiling pest_derive v2.8.6
17232026-05-20T02:31:25.290Z Compiling indexmap v2.14.0
17242026-05-20T02:31:25.609Z Compiling getrandom v0.3.4
17252026-05-20T02:31:25.962Z Compiling ipnetwork v0.21.1
17262026-05-20T02:31:26.033Z Compiling tracing-core v0.1.36
17272026-05-20T02:31:26.130Z Compiling tracing-attributes v0.1.31
17282026-05-20T02:31:26.714Z Compiling regex v1.12.3
17292026-05-20T02:31:26.859Z Compiling typenum v1.20.0
17302026-05-20T02:31:27.110Z Compiling strsim v0.11.1
17312026-05-20T02:31:27.360Z Compiling tracing v0.1.44
17322026-05-20T02:31:27.589Z Compiling rustls-pki-types v1.14.1
17332026-05-20T02:31:28.121Z Compiling base64 v0.22.1
17342026-05-20T02:31:28.138Z Compiling byteorder v1.5.0
17352026-05-20T02:31:28.154Z Compiling fnv v1.0.7
17362026-05-20T02:31:28.387Z Compiling http v1.4.0
17372026-05-20T02:31:28.422Z Compiling ident_case v1.0.1
17382026-05-20T02:31:28.595Z Compiling slog v2.8.2
17392026-05-20T02:31:28.900Z Compiling paste v1.0.15
17402026-05-20T02:31:28.935Z Compiling anyhow v1.0.102
17412026-05-20T02:31:29.078Z Compiling untrusted v0.9.0
17422026-05-20T02:31:29.408Z Compiling erased-serde v0.3.31
17432026-05-20T02:31:29.457Z Compiling omicron-workspace-hack v0.1.0
17442026-05-20T02:31:29.694Z Compiling crypto-common v0.1.7
17452026-05-20T02:31:30.013Z Compiling tokio-util v0.7.18
17462026-05-20T02:31:30.225Z Compiling scroll_derive v0.13.1
17472026-05-20T02:31:30.237Z Compiling ipnet v2.12.0
17482026-05-20T02:31:30.520Z Compiling num-conv v0.2.1
17492026-05-20T02:31:30.668Z Compiling time-core v0.1.8
17502026-05-20T02:31:30.815Z Compiling time-macros v0.2.27
17512026-05-20T02:31:31.020Z Compiling oxnet v0.1.5
17522026-05-20T02:31:31.390Z Compiling http-body v1.0.1
17532026-05-20T02:31:31.844Z Compiling atomic-waker v1.1.2
17542026-05-20T02:31:32.506Z Compiling ppv-lite86 v0.2.21
17552026-05-20T02:31:32.632Z Compiling async-trait v0.1.89
17562026-05-20T02:31:32.708Z Compiling daft-derive v0.1.7
17572026-05-20T02:31:32.725Z Compiling ryu v1.0.23
17582026-05-20T02:31:32.839Z Compiling tower-service v0.3.3
17592026-05-20T02:31:33.007Z Compiling camino v1.2.2
17602026-05-20T02:31:33.070Z Compiling try-lock v0.2.5
17612026-05-20T02:31:33.188Z Compiling aws-lc-rs v1.17.0
17622026-05-20T02:31:33.344Z Compiling tower-layer v0.3.3
17632026-05-20T02:31:33.442Z Compiling crc32fast v1.5.0
17642026-05-20T02:31:33.516Z Compiling want v0.3.1
17652026-05-20T02:31:33.669Z Compiling h2 v0.4.14
17662026-05-20T02:31:33.739Z Compiling httpdate v1.0.3
17672026-05-20T02:31:33.897Z Compiling usdt-impl v0.6.0
17682026-05-20T02:31:34.106Z Compiling crossbeam-utils v0.8.21
17692026-05-20T02:31:34.157Z Compiling pretty-hex v0.4.2
17702026-05-20T02:31:34.454Z Compiling scroll v0.13.0
17712026-05-20T02:31:34.604Z Compiling block-buffer v0.10.4
17722026-05-20T02:31:34.714Z Compiling untrusted v0.7.1
17732026-05-20T02:31:34.764Z Compiling plain v0.2.3
17742026-05-20T02:31:34.828Z Compiling digest v0.10.7
17752026-05-20T02:31:34.901Z Compiling goblin v0.10.5
17762026-05-20T02:31:35.588Z Compiling allocator-api2 v0.2.21
17772026-05-20T02:31:35.973Z Compiling hyper v1.9.0
17782026-05-20T02:31:36.059Z Compiling slog-async v2.8.0
17792026-05-20T02:31:36.618Z Compiling rustls v0.23.40
17802026-05-20T02:31:36.872Z Compiling foldhash v0.2.0
17812026-05-20T02:31:37.136Z Compiling hashbrown v0.16.1
17822026-05-20T02:31:37.837Z Compiling hyper-util v0.1.20
17832026-05-20T02:31:38.498Z Compiling dof v0.4.0
17842026-05-20T02:31:39.232Z Compiling serde_urlencoded v0.7.1
17852026-05-20T02:31:39.490Z Compiling http-body-util v0.1.3
17862026-05-20T02:31:39.535Z Compiling dtrace-parser v0.3.0
17872026-05-20T02:31:39.769Z Compiling thread-id v5.1.0
17882026-05-20T02:31:39.889Z Compiling ref-cast v1.0.25
17892026-05-20T02:31:40.439Z Compiling rustls v0.22.4
17902026-05-20T02:31:40.467Z Compiling rand_core v0.9.5
17912026-05-20T02:31:40.615Z Compiling ref-cast-impl v1.0.25
17922026-05-20T02:31:40.717Z Compiling syn v1.0.109
17932026-05-20T02:31:41.200Z Compiling usdt-macro v0.6.0
17942026-05-20T02:31:41.220Z Compiling usdt-attr-macro v0.6.0
17952026-05-20T02:31:41.746Z Compiling structmeta-derive v0.3.0
17962026-05-20T02:31:41.749Z Compiling sync_wrapper v1.0.2
17972026-05-20T02:31:41.869Z Compiling multer v3.1.0
17982026-05-20T02:31:42.088Z Compiling powerfmt v0.2.0
17992026-05-20T02:31:42.161Z Compiling tower v0.5.3
18002026-05-20T02:31:42.343Z Compiling deranged v0.5.8
18012026-05-20T02:31:42.360Z Compiling rand_chacha v0.9.0
18022026-05-20T02:31:42.717Z Compiling darling_core v0.23.0
18032026-05-20T02:31:42.802Z Compiling structmeta v0.3.0
18042026-05-20T02:31:42.906Z Compiling webpki-roots v1.0.7
18052026-05-20T02:31:43.027Z Compiling openapiv3 v2.2.0
18062026-05-20T02:31:43.440Z Compiling newtype-uuid-macros v0.1.0
18072026-05-20T02:31:44.230Z Compiling cpufeatures v0.2.17
18082026-05-20T02:31:44.312Z Compiling num_threads v0.1.7
18092026-05-20T02:31:44.725Z Compiling time v0.3.47
18102026-05-20T02:31:44.756Z Compiling darling_macro v0.23.0
18112026-05-20T02:31:45.228Z Compiling tower-http v0.6.10
18122026-05-20T02:31:45.363Z Compiling rand v0.9.4
18132026-05-20T02:31:45.486Z Compiling newtype-uuid v1.3.2
18142026-05-20T02:31:45.892Z Compiling async-stream-impl v0.3.6
18152026-05-20T02:31:46.088Z Compiling strum_macros v0.26.4
18162026-05-20T02:31:46.438Z Compiling dropshot v0.17.0
18172026-05-20T02:31:46.632Z Compiling hex v0.4.3
18182026-05-20T02:31:46.692Z Compiling daft v0.1.7
18192026-05-20T02:31:46.927Z Compiling darling v0.23.0
18202026-05-20T02:31:46.976Z Compiling crossbeam-channel v0.5.15
18212026-05-20T02:31:47.068Z Compiling fastrand v2.4.1
18222026-05-20T02:31:47.586Z Compiling serde_with_macros v3.20.0
18232026-05-20T02:31:47.690Z Compiling futures-executor v0.3.32
18242026-05-20T02:31:47.926Z Compiling dropshot_endpoint v0.17.0
18252026-05-20T02:31:47.976Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-05-20T02:31:48.159Z Compiling thread_local v1.1.9
18272026-05-20T02:31:48.492Z Compiling futures v0.3.32
18282026-05-20T02:31:48.581Z Compiling derive-ex v0.1.8
18292026-05-20T02:31:48.735Z Compiling strum_macros v0.27.2
18302026-05-20T02:31:48.752Z Compiling is-terminal v0.4.17
18312026-05-20T02:31:48.769Z Compiling winnow v1.0.3
18322026-05-20T02:31:48.852Z Compiling openssl-probe v0.2.1
18332026-05-20T02:31:49.099Z Compiling term v1.2.1
18342026-05-20T02:31:49.535Z Compiling take_mut v0.2.2
18352026-05-20T02:31:50.139Z Compiling test-strategy v0.4.5
18362026-05-20T02:31:50.193Z Compiling slog-term v2.9.2
18372026-05-20T02:31:50.519Z Compiling rustls-native-certs v0.8.3
18382026-05-20T02:31:50.912Z Compiling tempfile v3.27.0
18392026-05-20T02:31:51.378Z Compiling macaddr v1.0.1
18402026-05-20T02:31:51.514Z Compiling match_cfg v0.1.0
18412026-05-20T02:31:51.593Z Compiling simd-adler32 v0.3.9
18422026-05-20T02:31:51.740Z Compiling adler2 v2.0.1
18432026-05-20T02:31:51.798Z Compiling hostname v0.3.1
18442026-05-20T02:31:51.905Z Compiling miniz_oxide v0.8.9
18452026-05-20T02:31:52.070Z Compiling slog-json v2.6.1
18462026-05-20T02:31:52.478Z Compiling memmap2 v0.9.10
18472026-05-20T02:31:53.064Z Compiling usdt v0.6.0
18482026-05-20T02:31:53.347Z Compiling flate2 v1.1.9
18492026-05-20T02:31:53.385Z Compiling slog-bunyan v2.5.0
18502026-05-20T02:31:53.563Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18512026-05-20T02:31:53.627Z Compiling rustls-webpki v0.102.8
18522026-05-20T02:31:53.675Z Compiling debug-ignore v1.0.5
18532026-05-20T02:31:53.794Z Compiling either v1.15.0
18542026-05-20T02:31:53.876Z Compiling compression-core v0.4.32
18552026-05-20T02:31:54.018Z Compiling compression-codecs v0.4.38
18562026-05-20T02:31:54.365Z Compiling toml_parser v1.1.2+spec-1.1.0
18572026-05-20T02:31:54.383Z Compiling parse-display-derive v0.10.0
18582026-05-20T02:31:55.501Z Compiling rand_chacha v0.3.1
18592026-05-20T02:31:55.592Z Compiling serde_spanned v1.1.1
18602026-05-20T02:31:55.658Z Compiling toml_datetime v1.1.1+spec-1.1.0
18612026-05-20T02:31:55.947Z Compiling encoding_rs v0.8.35
18622026-05-20T02:31:56.067Z Compiling mime v0.3.17
18632026-05-20T02:31:56.130Z Compiling toml_writer v1.1.1+spec-1.1.0
18642026-05-20T02:31:56.213Z Compiling spin v0.9.8
18652026-05-20T02:31:56.341Z Compiling toml v1.1.2+spec-1.1.0
18662026-05-20T02:31:56.413Z Compiling tokio-rustls v0.25.0
18672026-05-20T02:31:56.534Z Compiling rand v0.8.6
18682026-05-20T02:31:56.659Z Compiling async-compression v0.4.42
18692026-05-20T02:31:57.286Z Compiling strum v0.26.3
18702026-05-20T02:31:57.486Z Compiling async-stream v0.3.6
18712026-05-20T02:31:57.682Z Compiling sha1 v0.10.6
18722026-05-20T02:31:58.082Z Compiling waitgroup v0.1.2
18732026-05-20T02:31:58.245Z Compiling rustls-pemfile v2.2.0
18742026-05-20T02:31:58.294Z Compiling serde_path_to_error v0.1.20
18752026-05-20T02:31:58.528Z Compiling wait-timeout v0.2.1
18762026-05-20T02:31:58.747Z Compiling hostname v0.4.2
18772026-05-20T02:31:58.919Z Compiling quick-error v1.2.3
18782026-05-20T02:31:59.036Z Compiling bit-vec v0.8.0
18792026-05-20T02:31:59.102Z Compiling rusty-fork v0.3.1
18802026-05-20T02:31:59.294Z Compiling bit-set v0.8.0
18812026-05-20T02:31:59.485Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18822026-05-20T02:31:59.916Z Compiling serde_with v3.20.0
18832026-05-20T02:32:00.001Z Compiling rand_xorshift v0.4.0
18842026-05-20T02:32:00.173Z Compiling regress v0.10.5
18852026-05-20T02:32:00.212Z Compiling unarray v0.1.4
18862026-05-20T02:32:00.344Z Compiling proptest v1.11.0
18872026-05-20T02:32:00.937Z Compiling strum v0.27.2
18882026-05-20T02:32:01.078Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892026-05-20T02:32:01.235Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18902026-05-20T02:32:01.438Z Compiling instant v0.1.13
18912026-05-20T02:32:01.862Z Compiling rustc-hash v2.1.2
18922026-05-20T02:32:02.002Z Compiling iddqd v0.3.18
18932026-05-20T02:32:02.703Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18942026-05-20T02:32:03.305Z Compiling itertools v0.14.0
18952026-05-20T02:32:04.203Z Compiling unicode-width v0.2.2
18962026-05-20T02:32:04.523Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18972026-05-20T02:32:04.785Z Compiling backon v1.6.0
18982026-05-20T02:32:05.287Z Compiling backoff v0.4.0
18992026-05-20T02:32:05.996Z Compiling parse-display v0.10.0
19002026-05-20T02:32:06.253Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19012026-05-20T02:32:08.961Z Compiling regress v0.11.1
19022026-05-20T02:32:10.097Z Compiling zerocopy-derive v0.7.35
19032026-05-20T02:32:10.916Z Compiling typify-impl v0.6.2
19042026-05-20T02:32:11.408Z Compiling darling_core v0.21.3
19052026-05-20T02:32:12.196Z Compiling clap_derive v4.6.1
19062026-05-20T02:32:12.589Z Compiling utf8parse v0.2.2
19072026-05-20T02:32:12.707Z Compiling convert_case v0.4.0
19082026-05-20T02:32:13.005Z Compiling derive_more v0.99.20
19092026-05-20T02:32:13.064Z Compiling anstyle-parse v1.0.0
19102026-05-20T02:32:13.412Z Compiling darling_macro v0.21.3
19112026-05-20T02:32:14.151Z Compiling typify-macro v0.6.2
19122026-05-20T02:32:14.224Z Compiling terminal_size v0.4.4
19132026-05-20T02:32:14.253Z Compiling toml_datetime v0.6.11
19142026-05-20T02:32:14.371Z Compiling anstyle v1.0.14
19152026-05-20T02:32:14.650Z Compiling colorchoice v1.0.5
19162026-05-20T02:32:14.770Z Compiling is_terminal_polyfill v1.70.2
19172026-05-20T02:32:14.868Z Compiling anstyle-query v1.1.5
19182026-05-20T02:32:15.001Z Compiling anstream v1.0.0
19192026-05-20T02:32:15.649Z Compiling darling v0.21.3
19202026-05-20T02:32:15.893Z Compiling secrecy v0.10.3
19212026-05-20T02:32:16.039Z Compiling crucible-workspace-hack v0.1.0
19222026-05-20T02:32:16.102Z Compiling tinyvec_macros v0.1.1
19232026-05-20T02:32:16.176Z Compiling clap_lex v1.1.0
19242026-05-20T02:32:16.248Z Compiling unsafe-libyaml v0.2.11
19252026-05-20T02:32:16.266Z Compiling heapless v0.8.0
19262026-05-20T02:32:16.510Z Compiling clap_builder v4.6.0
19272026-05-20T02:32:16.731Z Compiling serde_yaml v0.9.34+deprecated
19282026-05-20T02:32:17.331Z Compiling tinyvec v1.11.0
19292026-05-20T02:32:17.535Z Compiling ingot-macros v0.1.1
19302026-05-20T02:32:17.670Z Compiling zerocopy v0.7.35
19312026-05-20T02:32:17.986Z Compiling hash32 v0.3.1
19322026-05-20T02:32:18.112Z Compiling scroll_derive v0.12.1
19332026-05-20T02:32:18.139Z Compiling rustc_version v0.4.1
19342026-05-20T02:32:18.183Z Compiling num-integer v0.1.46
19352026-05-20T02:32:18.403Z Compiling usdt-impl v0.5.0
19362026-05-20T02:32:18.666Z Compiling smoltcp v0.11.0
19372026-05-20T02:32:18.791Z Compiling curve25519-dalek v4.1.3
19382026-05-20T02:32:18.815Z Compiling scroll v0.12.0
19392026-05-20T02:32:19.043Z Compiling clap v4.6.1
19402026-05-20T02:32:19.107Z Compiling dof v0.3.0
19412026-05-20T02:32:19.953Z Compiling typify v0.6.2
19422026-05-20T02:32:20.108Z Compiling ingot-types v0.1.2
19432026-05-20T02:32:20.153Z Compiling dtrace-parser v0.2.0
19442026-05-20T02:32:20.281Z Compiling hmac v0.12.1
19452026-05-20T02:32:20.416Z Compiling inout v0.1.4
19462026-05-20T02:32:20.433Z Compiling cobs v0.3.0
19472026-05-20T02:32:20.538Z Compiling ff v0.13.1
19482026-05-20T02:32:20.690Z Compiling thread-id v4.2.2
19492026-05-20T02:32:20.795Z Compiling bitflags v1.3.2
19502026-05-20T02:32:20.903Z Compiling managed v0.8.0
19512026-05-20T02:32:21.238Z Compiling group v0.13.0
19522026-05-20T02:32:21.316Z Compiling postcard v1.1.3
19532026-05-20T02:32:21.354Z Compiling cipher v0.4.4
19542026-05-20T02:32:21.592Z Compiling ingot v0.1.1
19552026-05-20T02:32:21.699Z Compiling hkdf v0.12.4
19562026-05-20T02:32:23.765Z Compiling goblin v0.8.2
19572026-05-20T02:32:24.300Z Compiling num-rational v0.4.2
19582026-05-20T02:32:24.846Z Compiling num-iter v0.1.45
19592026-05-20T02:32:25.581Z Compiling tabwriter v1.4.1
19602026-05-20T02:32:25.871Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19612026-05-20T02:32:25.943Z Compiling thiserror-impl-no-std v2.0.2
19622026-05-20T02:32:26.179Z Compiling hubpack_derive v0.1.1
19632026-05-20T02:32:26.430Z Compiling crossbeam-epoch v0.9.18
19642026-05-20T02:32:26.694Z Compiling universal-hash v0.5.1
19652026-05-20T02:32:26.854Z Compiling crypto-bigint v0.5.5
19662026-05-20T02:32:26.917Z Compiling half v2.7.1
19672026-05-20T02:32:27.001Z Compiling curve25519-dalek-derive v0.1.1
19682026-05-20T02:32:27.121Z Compiling num-complex v0.4.6
19692026-05-20T02:32:27.945Z Compiling prettyplease v0.2.37
19702026-05-20T02:32:28.201Z Compiling opaque-debug v0.3.1
19712026-05-20T02:32:28.480Z Compiling ciborium-io v0.2.2
19722026-05-20T02:32:28.510Z Compiling base16ct v0.2.0
19732026-05-20T02:32:28.662Z Compiling base64ct v1.8.3
19742026-05-20T02:32:28.912Z Compiling password-hash v0.5.0
19752026-05-20T02:32:29.429Z Compiling elliptic-curve v0.13.8
19762026-05-20T02:32:29.542Z Compiling ciborium-ll v0.2.2
19772026-05-20T02:32:29.796Z Compiling poly1305 v0.8.0
19782026-05-20T02:32:30.411Z Compiling num v0.4.3
19792026-05-20T02:32:30.440Z Compiling thiserror-no-std v2.0.2
19802026-05-20T02:32:30.492Z Compiling hubpack v0.1.2
19812026-05-20T02:32:31.870Z Compiling chacha20 v0.9.1
19822026-05-20T02:32:32.410Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19832026-05-20T02:32:32.554Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19842026-05-20T02:32:32.625Z Compiling reqwest v0.12.28
19852026-05-20T02:32:33.016Z Compiling toml_edit v0.25.11+spec-1.1.0
19862026-05-20T02:32:33.730Z Compiling byte-wrapper v0.1.0
19872026-05-20T02:32:33.870Z Compiling blake2 v0.10.6
19882026-05-20T02:32:33.935Z Compiling aead v0.5.2
19892026-05-20T02:32:34.121Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19902026-05-20T02:32:34.340Z Compiling serde_repr v0.1.20
19912026-05-20T02:32:34.698Z Compiling proc-macro-error-attr v1.0.4
19922026-05-20T02:32:34.966Z Compiling bstr v1.12.1
19932026-05-20T02:32:35.025Z Compiling memoffset v0.9.1
19942026-05-20T02:32:35.043Z Compiling static_assertions v1.1.0
19952026-05-20T02:32:35.124Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19962026-05-20T02:32:35.242Z Compiling rustix v0.38.44
19972026-05-20T02:32:35.290Z Compiling float-ord v0.3.2
19982026-05-20T02:32:35.409Z Compiling cfg_aliases v0.2.1
19992026-05-20T02:32:35.487Z Compiling keccak v0.1.6
20002026-05-20T02:32:35.661Z Compiling sha3 v0.10.9
20012026-05-20T02:32:35.905Z Compiling nix v0.31.3
20022026-05-20T02:32:36.370Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20032026-05-20T02:32:36.526Z Compiling argon2 v0.5.3
20042026-05-20T02:32:36.729Z Compiling chacha20poly1305 v0.10.1
20052026-05-20T02:32:36.882Z Compiling rustls-webpki v0.103.13
20062026-05-20T02:32:38.442Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20072026-05-20T02:32:39.515Z Compiling proc-macro-crate v3.5.0
20082026-05-20T02:32:39.764Z Compiling progenitor-client v0.10.0
20092026-05-20T02:32:40.052Z Compiling vsss-rs v3.3.4
20102026-05-20T02:32:40.212Z Compiling ciborium v0.2.2
20112026-05-20T02:32:40.967Z Compiling usdt-macro v0.5.0
20122026-05-20T02:32:41.015Z Compiling tokio-rustls v0.26.4
20132026-05-20T02:32:41.314Z Compiling hyper-rustls v0.27.9
20142026-05-20T02:32:41.524Z Compiling rustls-platform-verifier v0.7.0
20152026-05-20T02:32:41.871Z Compiling reqwest v0.13.3
20162026-05-20T02:32:42.120Z Compiling usdt-attr-macro v0.5.0
20172026-05-20T02:32:43.514Z Compiling progenitor-client v0.14.0
20182026-05-20T02:32:43.944Z Compiling progenitor-extras v0.2.0
20192026-05-20T02:32:44.180Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20202026-05-20T02:32:44.573Z Compiling enum-as-inner v0.6.1
20212026-05-20T02:32:44.883Z Compiling num-derive v0.4.2
20222026-05-20T02:32:45.161Z Compiling proc-macro-error v1.0.4
20232026-05-20T02:32:45.420Z Compiling memmap v0.7.0
20242026-05-20T02:32:45.828Z Compiling winnow v0.5.40
20252026-05-20T02:32:45.870Z Compiling indent_write v2.2.0
20262026-05-20T02:32:46.143Z Compiling data-encoding v2.11.0
20272026-05-20T02:32:47.169Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20282026-05-20T02:32:47.442Z Compiling toml_edit v0.19.15
20292026-05-20T02:32:47.689Z Compiling usdt v0.5.0
20302026-05-20T02:32:48.528Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20312026-05-20T02:32:48.794Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20322026-05-20T02:32:49.455Z Compiling num_enum_derive v0.7.6
20332026-05-20T02:32:50.487Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20342026-05-20T02:32:50.604Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20352026-05-20T02:32:54.291Z Compiling serde_spanned v0.6.9
20362026-05-20T02:32:54.442Z Compiling foreign-types-macros v0.2.3
20372026-05-20T02:32:55.778Z Compiling winnow v0.7.15
20382026-05-20T02:32:56.067Z Compiling vcpkg v0.2.15
20392026-05-20T02:32:56.217Z Compiling bytecount v0.6.9
20402026-05-20T02:32:56.605Z Compiling colored v3.1.1
20412026-05-20T02:32:56.642Z Compiling pkg-config v0.3.33
20422026-05-20T02:32:56.679Z Compiling toml_write v0.1.2
20432026-05-20T02:32:56.883Z Compiling cpufeatures v0.3.0
20442026-05-20T02:32:56.973Z Compiling foreign-types-shared v0.3.1
20452026-05-20T02:32:57.082Z Compiling toml_edit v0.22.27
20462026-05-20T02:32:57.105Z Compiling openssl-sys v0.9.116
20472026-05-20T02:32:57.212Z Compiling foreign-types v0.5.0
20482026-05-20T02:32:57.273Z Compiling chacha20 v0.10.0
20492026-05-20T02:32:57.665Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20502026-05-20T02:32:57.906Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20512026-05-20T02:32:57.925Z Compiling num_enum v0.7.6
20522026-05-20T02:32:58.059Z Compiling proc-macro-crate v1.3.1
20532026-05-20T02:32:58.382Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20542026-05-20T02:32:58.904Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20552026-05-20T02:32:58.948Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20562026-05-20T02:32:59.214Z Compiling cstr-argument v0.1.2
20572026-05-20T02:32:59.358Z Compiling resolv-conf v0.7.6
20582026-05-20T02:32:59.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20592026-05-20T02:32:59.637Z Compiling rayon-core v1.13.0
20602026-05-20T02:32:59.850Z Compiling swrite v0.1.0
20612026-05-20T02:32:59.895Z Compiling semver v0.1.20
20622026-05-20T02:32:59.974Z Compiling linked-hash-map v0.5.6
20632026-05-20T02:32:59.990Z Compiling heck v0.4.1
20642026-05-20T02:33:00.196Z Compiling unicode-segmentation v1.13.2
20652026-05-20T02:33:00.196Z Compiling lru-cache v0.1.2
20662026-05-20T02:33:00.349Z Compiling rustc_version v0.1.7
20672026-05-20T02:33:00.483Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-05-20T02:33:00.618Z Compiling newline-converter v0.3.0
20692026-05-20T02:33:00.764Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20702026-05-20T02:33:00.818Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20712026-05-20T02:33:00.958Z Compiling toml v0.8.23
20722026-05-20T02:33:00.994Z Compiling num_enum_derive v0.5.11
20732026-05-20T02:33:01.213Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20742026-05-20T02:33:01.583Z Compiling rand v0.10.1
20752026-05-20T02:33:01.646Z Compiling atomicwrites v0.4.4
20762026-05-20T02:33:01.929Z Compiling hickory-proto v0.24.4
20772026-05-20T02:33:01.987Z Compiling similar v2.7.0
20782026-05-20T02:33:02.049Z Compiling crossbeam-deque v0.8.6
20792026-05-20T02:33:02.066Z Compiling progenitor-impl v0.14.0
20802026-05-20T02:33:02.271Z Compiling progenitor-impl v0.13.0
20812026-05-20T02:33:02.367Z Compiling console v0.15.11
20822026-05-20T02:33:02.412Z Compiling camino-tempfile v1.4.1
20832026-05-20T02:33:02.824Z Compiling serde-big-array v0.5.1
20842026-05-20T02:33:02.990Z Compiling pin-project-internal v1.1.13
20852026-05-20T02:33:03.625Z Compiling derive-where v1.6.1
20862026-05-20T02:33:04.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-05-20T02:33:04.068Z Compiling siphasher v1.0.3
20882026-05-20T02:33:04.286Z Compiling minimal-lexical v0.2.1
20892026-05-20T02:33:04.303Z Compiling lazy_static v1.5.0
20902026-05-20T02:33:04.419Z Compiling progenitor-macro v0.13.0
20912026-05-20T02:33:04.533Z Compiling nom v7.1.3
20922026-05-20T02:33:04.761Z Compiling phf_shared v0.12.1
20932026-05-20T02:33:04.905Z Compiling pin-project v1.1.13
20942026-05-20T02:33:05.000Z Compiling progenitor-macro v0.14.0
20952026-05-20T02:33:05.024Z Compiling hickory-resolver v0.24.4
20962026-05-20T02:33:05.425Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
20972026-05-20T02:33:05.880Z Compiling expectorate v1.2.0
20982026-05-20T02:33:08.484Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20992026-05-20T02:33:09.257Z Compiling num_enum v0.5.11
21002026-05-20T02:33:09.389Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21012026-05-20T02:33:09.414Z Compiling newtype_derive v0.1.6
21022026-05-20T02:33:09.673Z Compiling progenitor-client v0.13.0
21032026-05-20T02:33:10.599Z Compiling unicode-normalization v0.1.25
21042026-05-20T02:33:11.203Z Compiling typify-impl v0.4.3
21052026-05-20T02:33:12.533Z Compiling tokio-stream v0.1.18
21062026-05-20T02:33:12.649Z Compiling snafu-derive v0.8.9
21072026-05-20T02:33:13.117Z Compiling async-recursion v1.1.1
21082026-05-20T02:33:13.800Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21092026-05-20T02:33:14.123Z Compiling slog-dtrace v0.3.0
21102026-05-20T02:33:14.329Z Compiling csv-core v0.1.13
21112026-05-20T02:33:14.385Z Compiling foreign-types-shared v0.1.1
21122026-05-20T02:33:14.464Z Compiling unicode-width v0.1.14
21132026-05-20T02:33:14.489Z Compiling same-file v1.0.6
21142026-05-20T02:33:14.672Z Compiling chrono-tz v0.10.4
21152026-05-20T02:33:14.726Z Compiling openssl v0.10.80
21162026-05-20T02:33:14.778Z Compiling cancel-safe-futures v0.1.5
21172026-05-20T02:33:14.936Z Compiling owo-colors v4.3.0
21182026-05-20T02:33:15.062Z Compiling highway v1.3.0
21192026-05-20T02:33:15.068Z Compiling foldhash v0.1.5
21202026-05-20T02:33:15.294Z Compiling konst_macro_rules v0.2.19
21212026-05-20T02:33:15.295Z Compiling unicode-xid v0.2.6
21222026-05-20T02:33:15.444Z Compiling const_format_proc_macros v0.2.34
21232026-05-20T02:33:15.499Z Compiling konst v0.2.20
21242026-05-20T02:33:15.805Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-05-20T02:33:15.887Z Compiling hashbrown v0.15.5
21262026-05-20T02:33:16.355Z Compiling walkdir v2.5.0
21272026-05-20T02:33:16.541Z Compiling csv v1.4.0
21282026-05-20T02:33:17.119Z Compiling foreign-types v0.3.2
21292026-05-20T02:33:17.207Z Compiling typify-macro v0.4.3
21302026-05-20T02:33:17.559Z Compiling snafu v0.8.9
21312026-05-20T02:33:18.062Z Compiling qorb v0.4.1
21322026-05-20T02:33:18.127Z Compiling progenitor v0.13.0
21332026-05-20T02:33:18.276Z Compiling progenitor v0.14.0
21342026-05-20T02:33:18.431Z Compiling olpc-cjson v0.1.4
21352026-05-20T02:33:18.626Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21362026-05-20T02:33:18.766Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21372026-05-20T02:33:19.375Z Compiling rayon v1.12.0
21382026-05-20T02:33:21.548Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21392026-05-20T02:33:21.694Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21402026-05-20T02:33:22.223Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-20T02:33:22.739Z Compiling phf v0.12.1
21422026-05-20T02:33:22.920Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21432026-05-20T02:33:24.311Z Compiling zone_cfg_derive v0.3.1
21442026-05-20T02:33:24.895Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21452026-05-20T02:33:25.051Z Compiling tokio-dtrace v0.1.1
21462026-05-20T02:33:25.086Z Compiling globset v0.4.18
21472026-05-20T02:33:25.159Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21482026-05-20T02:33:25.381Z Compiling itertools v0.12.1
21492026-05-20T02:33:25.399Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21502026-05-20T02:33:25.995Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21512026-05-20T02:33:26.251Z Compiling pem v3.0.6
21522026-05-20T02:33:26.841Z Compiling libsw-core v0.3.2
21532026-05-20T02:33:26.943Z Compiling serde_plain v1.0.2
21542026-05-20T02:33:27.026Z Compiling openssl-macros v0.1.1
21552026-05-20T02:33:27.175Z Compiling cookie v0.18.1
21562026-05-20T02:33:27.226Z Compiling sigpipe v0.1.3
21572026-05-20T02:33:27.246Z Compiling fixedbitset v0.5.7
21582026-05-20T02:33:27.327Z Compiling typed-path v0.9.3
21592026-05-20T02:33:27.430Z Compiling fixedbitset v0.4.2
21602026-05-20T02:33:27.462Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21612026-05-20T02:33:27.710Z Compiling glob v0.3.3
21622026-05-20T02:33:27.728Z Compiling jiff v0.2.24
21632026-05-20T02:33:27.825Z Compiling petgraph v0.6.5
21642026-05-20T02:33:28.616Z Compiling tough v0.22.0
21652026-05-20T02:33:28.773Z Compiling petgraph v0.8.3
21662026-05-20T02:33:29.471Z Compiling libsw v3.5.0
21672026-05-20T02:33:29.629Z Compiling zone v0.3.1
21682026-05-20T02:33:29.664Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21692026-05-20T02:33:30.244Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-05-20T02:33:30.499Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21712026-05-20T02:33:31.152Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21722026-05-20T02:33:31.328Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21732026-05-20T02:33:31.623Z Compiling oxide-tokio-rt v0.1.6
21742026-05-20T02:33:32.204Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21752026-05-20T02:33:33.138Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21762026-05-20T02:33:33.320Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21772026-05-20T02:33:34.128Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21782026-05-20T02:33:35.182Z Compiling const_format v0.2.36
21792026-05-20T02:33:35.707Z Compiling papergrid v0.11.0
21802026-05-20T02:33:36.125Z Compiling tabled_derive v0.7.0
21812026-05-20T02:33:36.627Z Compiling gethostname v0.5.0
21822026-05-20T02:33:36.769Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21832026-05-20T02:33:37.084Z Compiling libscf-sys v1.2.0
21842026-05-20T02:33:37.235Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21852026-05-20T02:33:37.370Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21862026-05-20T02:33:37.450Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21872026-05-20T02:33:37.450Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-05-20T02:33:37.578Z Compiling smf v0.2.3
21892026-05-20T02:33:37.895Z Compiling bcs v0.1.6
21902026-05-20T02:33:38.271Z Compiling linear-map v1.2.0
21912026-05-20T02:33:38.289Z Compiling unicode-linebreak v0.1.5
21922026-05-20T02:33:38.494Z Compiling whoami v1.6.1
21932026-05-20T02:33:38.564Z Compiling tagptr v0.2.0
21942026-05-20T02:33:38.706Z Compiling smawk v0.3.2
21952026-05-20T02:33:38.745Z Compiling termtree v0.5.1
21962026-05-20T02:33:38.878Z Compiling textwrap v0.16.2
21972026-05-20T02:33:38.947Z Compiling moka v0.12.15
21982026-05-20T02:33:40.145Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21992026-05-20T02:33:40.186Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-05-20T02:33:40.456Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22012026-05-20T02:33:40.913Z Compiling tabled v0.15.0
22022026-05-20T02:33:40.916Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-05-20T02:33:41.123Z Compiling steno v0.4.1
22042026-05-20T02:33:41.654Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22052026-05-20T02:33:44.479Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22062026-05-20T02:33:46.317Z Compiling hickory-proto v0.25.2
22072026-05-20T02:33:48.412Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22082026-05-20T02:33:48.657Z Compiling proc-macro-error-attr2 v2.0.0
22092026-05-20T02:33:49.063Z Compiling humantime v2.3.0
22102026-05-20T02:33:49.141Z Compiling proc-macro-error2 v2.0.1
22112026-05-20T02:33:49.338Z Compiling hickory-resolver v0.25.2
22122026-05-20T02:33:49.426Z Compiling typify v0.4.3
22132026-05-20T02:33:49.532Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22142026-05-20T02:33:49.999Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22152026-05-20T02:33:50.157Z Compiling parking_lot_core v0.8.6
22162026-05-20T02:33:50.326Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22172026-05-20T02:33:50.490Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22182026-05-20T02:33:52.074Z Compiling progenitor-impl v0.11.2
22192026-05-20T02:33:52.178Z Compiling tabled_derive v0.11.0
22202026-05-20T02:33:53.312Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-05-20T02:33:54.146Z Compiling papergrid v0.17.0
22222026-05-20T02:33:54.283Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22232026-05-20T02:33:55.529Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22242026-05-20T02:33:56.908Z Compiling testing_table v0.3.0
22252026-05-20T02:33:57.335Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22262026-05-20T02:33:57.353Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22272026-05-20T02:33:57.606Z Compiling tabled v0.20.0
22282026-05-20T02:33:57.679Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22292026-05-20T02:33:58.056Z Compiling progenitor-macro v0.11.2
22302026-05-20T02:34:00.117Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22312026-05-20T02:34:00.252Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22322026-05-20T02:34:00.931Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22332026-05-20T02:34:01.622Z Compiling progenitor-client v0.11.2
22342026-05-20T02:34:01.870Z Compiling arc-swap v1.9.1
22352026-05-20T02:34:02.147Z Compiling slog-scope v4.4.1
22362026-05-20T02:34:02.211Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22372026-05-20T02:34:02.229Z Compiling progenitor v0.11.2
22382026-05-20T02:34:02.380Z Compiling parking_lot v0.11.2
22392026-05-20T02:34:03.278Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22402026-05-20T02:34:05.007Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22412026-05-20T02:34:05.463Z Compiling dropshot-api-manager-types v0.7.1
22422026-05-20T02:34:05.487Z Compiling fxhash v0.2.1
22432026-05-20T02:34:05.632Z Compiling crc8 v0.1.1
22442026-05-20T02:34:05.754Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22452026-05-20T02:34:06.017Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22462026-05-20T02:34:07.964Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22472026-05-20T02:34:09.378Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22482026-05-20T02:34:12.215Z Compiling sled v0.34.7
22492026-05-20T02:34:12.780Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22502026-05-20T02:34:13.225Z Compiling slog-stdlog v4.1.1
22512026-05-20T02:34:13.669Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22522026-05-20T02:34:13.944Z Compiling slog-envlogger v2.2.0
22532026-05-20T02:34:14.401Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22542026-05-20T02:34:14.504Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22552026-05-20T02:34:27.997Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22562026-05-20T02:34:31.640Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22572026-05-20T02:34:33.713Z Finished `release` profile [optimized] target(s) in 3m 46s
22582026-05-20T02:34:34.048Z+ banner trio
22592026-05-20T02:34:34.055Z
22602026-05-20T02:34:34.055Z ##### ##### # ####
22612026-05-20T02:34:34.055Z # # # # # #
22622026-05-20T02:34:34.055Z # # # # # #
22632026-05-20T02:34:34.055Z # ##### # # #
22642026-05-20T02:34:34.055Z # # # # # #
22652026-05-20T02:34:34.055Z # # # # ####
22662026-05-20T02:34:34.055Z
22672026-05-20T02:34:34.055Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22682026-05-20T02:34:34.604Z Compiling cfg-if v1.0.4
22692026-05-20T02:34:34.608Z Compiling libc v0.2.186
22702026-05-20T02:34:34.608Z Compiling serde_core v1.0.228
22712026-05-20T02:34:34.711Z Compiling memchr v2.8.0
22722026-05-20T02:34:34.717Z Compiling smallvec v1.15.1
22732026-05-20T02:34:34.718Z Compiling itoa v1.0.18
22742026-05-20T02:34:34.736Z Compiling stable_deref_trait v1.2.1
22752026-05-20T02:34:34.744Z Compiling zerofrom v0.1.8
22762026-05-20T02:34:34.753Z Compiling zmij v1.0.21
22772026-05-20T02:34:34.803Z Compiling litemap v0.8.2
22782026-05-20T02:34:34.857Z Compiling yoke v0.8.2
22792026-05-20T02:34:34.993Z Compiling writeable v0.6.3
22802026-05-20T02:34:35.006Z Compiling utf8_iter v1.0.4
22812026-05-20T02:34:35.142Z Compiling percent-encoding v2.3.2
22822026-05-20T02:34:35.147Z Compiling zerovec v0.11.6
22832026-05-20T02:34:35.147Z Compiling zerotrie v0.2.4
22842026-05-20T02:34:35.166Z Compiling libm v0.2.16
22852026-05-20T02:34:35.210Z Compiling icu_normalizer_data v2.2.0
22862026-05-20T02:34:35.220Z Compiling icu_properties_data v2.2.0
22872026-05-20T02:34:35.288Z Compiling form_urlencoded v1.2.2
22882026-05-20T02:34:35.300Z Compiling rand_core v0.10.1
22892026-05-20T02:34:35.361Z Compiling errno v0.3.14
22902026-05-20T02:34:35.461Z Compiling getrandom v0.4.2
22912026-05-20T02:34:35.524Z Compiling pin-project-lite v0.2.17
22922026-05-20T02:34:35.551Z Compiling iana-time-zone v0.1.65
22932026-05-20T02:34:35.555Z Compiling zeroize v1.8.2
22942026-05-20T02:34:35.625Z Compiling tinystr v0.8.3
22952026-05-20T02:34:35.661Z Compiling potential_utf v0.1.5
22962026-05-20T02:34:35.677Z Compiling dyn-clone v1.0.20
22972026-05-20T02:34:35.806Z Compiling icu_locale_core v2.2.0
22982026-05-20T02:34:35.838Z Compiling icu_collections v2.2.0
22992026-05-20T02:34:35.843Z Compiling socket2 v0.6.3
23002026-05-20T02:34:35.843Z Compiling scopeguard v1.2.0
23012026-05-20T02:34:35.843Z Compiling parking_lot_core v0.9.12
23022026-05-20T02:34:35.905Z Compiling signal-hook-registry v1.4.8
23032026-05-20T02:34:35.952Z Compiling num-traits v0.2.19
23042026-05-20T02:34:36.251Z Compiling lock_api v0.4.14
23052026-05-20T02:34:38.086Z Compiling mio v1.2.0
23062026-05-20T02:34:38.086Z Compiling parking_lot v0.12.5
23072026-05-20T02:34:38.086Z Compiling serde v1.0.228
23082026-05-20T02:34:38.086Z Compiling serde_json v1.0.149
23092026-05-20T02:34:38.086Z Compiling icu_provider v2.2.0
23102026-05-20T02:34:38.086Z Compiling uuid v1.23.1
23112026-05-20T02:34:38.086Z Compiling semver v1.0.28
23122026-05-20T02:34:38.086Z Compiling bytes v1.11.1
23132026-05-20T02:34:38.086Z Compiling icu_properties v2.2.0
23142026-05-20T02:34:38.086Z Compiling icu_normalizer v2.2.0
23152026-05-20T02:34:38.086Z Compiling chrono v0.4.44
23162026-05-20T02:34:38.086Z Compiling portable-atomic v1.13.1
23172026-05-20T02:34:38.086Z Compiling thiserror v2.0.18
23182026-05-20T02:34:38.086Z Compiling tokio v1.52.3
23192026-05-20T02:34:38.089Z Compiling getrandom v0.2.17
23202026-05-20T02:34:38.102Z Compiling idna_adapter v1.2.2
23212026-05-20T02:34:38.223Z Compiling idna v1.1.0
23222026-05-20T02:34:38.241Z Compiling subtle v2.6.1
23232026-05-20T02:34:38.414Z Compiling futures-core v0.3.32
23242026-05-20T02:34:38.470Z Compiling critical-section v1.2.0
23252026-05-20T02:34:38.576Z Compiling url v2.5.8
23262026-05-20T02:34:38.587Z Compiling once_cell v1.21.4
23272026-05-20T02:34:38.678Z Compiling bitflags v2.11.1
23282026-05-20T02:34:38.750Z Compiling log v0.4.29
23292026-05-20T02:34:38.834Z Compiling equivalent v1.0.2
23302026-05-20T02:34:38.929Z Compiling zerocopy v0.8.48
23312026-05-20T02:34:39.002Z Compiling rand_core v0.6.4
23322026-05-20T02:34:39.070Z Compiling futures-sink v0.3.32
23332026-05-20T02:34:39.182Z Compiling schemars v0.8.22
23342026-05-20T02:34:39.218Z Compiling slab v0.4.12
23352026-05-20T02:34:39.253Z Compiling futures-channel v0.3.32
23362026-05-20T02:34:39.462Z Compiling futures-io v0.3.32
23372026-05-20T02:34:39.513Z Compiling futures-task v0.3.32
23382026-05-20T02:34:39.660Z Compiling futures-util v0.3.32
23392026-05-20T02:34:39.690Z Compiling typenum v1.20.0
23402026-05-20T02:34:40.340Z Compiling generic-array v0.14.7
23412026-05-20T02:34:40.381Z Compiling hashbrown v0.17.1
23422026-05-20T02:34:40.832Z Compiling tracing-core v0.1.36
23432026-05-20T02:34:40.895Z Compiling base64 v0.22.1
23442026-05-20T02:34:41.049Z Compiling indexmap v2.14.0
23452026-05-20T02:34:41.135Z Compiling crypto-common v0.1.7
23462026-05-20T02:34:41.283Z Compiling tracing v0.1.44
23472026-05-20T02:34:41.375Z Compiling ipnetwork v0.21.1
23482026-05-20T02:34:41.632Z Compiling http v1.4.0
23492026-05-20T02:34:41.854Z Compiling unicode-ident v1.0.24
23502026-05-20T02:34:41.947Z Compiling proc-macro2 v1.0.106
23512026-05-20T02:34:41.978Z Compiling slog v2.8.2
23522026-05-20T02:34:41.995Z Compiling erased-serde v0.3.31
23532026-05-20T02:34:42.138Z Compiling rustls-pki-types v1.14.1
23542026-05-20T02:34:42.354Z Compiling fnv v1.0.7
23552026-05-20T02:34:42.574Z Compiling quote v1.0.45
23562026-05-20T02:34:42.978Z Compiling untrusted v0.9.0
23572026-05-20T02:34:43.047Z Compiling syn v2.0.117
23582026-05-20T02:34:43.111Z Compiling tokio-util v0.7.18
23592026-05-20T02:34:43.308Z Compiling oxnet v0.1.5
23602026-05-20T02:34:43.404Z Compiling byteorder v1.5.0
23612026-05-20T02:34:43.526Z Compiling ipnet v2.12.0
23622026-05-20T02:34:43.667Z Compiling thiserror v1.0.69
23632026-05-20T02:34:43.780Z Compiling ppv-lite86 v0.2.21
23642026-05-20T02:34:44.103Z Compiling http-body v1.0.1
23652026-05-20T02:34:44.115Z Compiling block-buffer v0.10.4
23662026-05-20T02:34:44.234Z Compiling atomic-waker v1.1.2
23672026-05-20T02:34:44.268Z Compiling httparse v1.10.1
23682026-05-20T02:34:44.278Z Compiling digest v0.10.7
23692026-05-20T02:34:44.334Z Compiling try-lock v0.2.5
23702026-05-20T02:34:44.364Z Compiling ryu v1.0.23
23712026-05-20T02:34:44.452Z Compiling tower-layer v0.3.3
23722026-05-20T02:34:44.519Z Compiling pretty-hex v0.4.2
23732026-05-20T02:34:44.652Z Compiling tower-service v0.3.3
23742026-05-20T02:34:44.652Z Compiling want v0.3.1
23752026-05-20T02:34:44.673Z Compiling h2 v0.4.14
23762026-05-20T02:34:44.714Z Compiling httpdate v1.0.3
23772026-05-20T02:34:44.726Z Compiling rustix v1.1.4
23782026-05-20T02:34:44.748Z Compiling regex-syntax v0.8.10
23792026-05-20T02:34:44.838Z Compiling plain v0.2.3
23802026-05-20T02:34:44.966Z Compiling getrandom v0.3.4
23812026-05-20T02:34:45.120Z Compiling omicron-workspace-hack v0.1.0
23822026-05-20T02:34:45.174Z Compiling aws-lc-sys v0.41.0
23832026-05-20T02:34:45.196Z Compiling ucd-trie v0.1.7
23842026-05-20T02:34:45.314Z Compiling untrusted v0.7.1
23852026-05-20T02:34:45.453Z Compiling pest v2.8.6
23862026-05-20T02:34:45.759Z Compiling aws-lc-rs v1.17.0
23872026-05-20T02:34:45.795Z Compiling rand_core v0.9.5
23882026-05-20T02:34:46.056Z Compiling crossbeam-utils v0.8.21
23892026-05-20T02:34:46.602Z Compiling serde_urlencoded v0.7.1
23902026-05-20T02:34:46.805Z Compiling http-body-util v0.1.3
23912026-05-20T02:34:46.890Z Compiling allocator-api2 v0.2.21
23922026-05-20T02:34:47.082Z Compiling hyper v1.9.0
23932026-05-20T02:34:47.094Z Compiling rustls v0.23.40
23942026-05-20T02:34:47.279Z Compiling foldhash v0.2.0
23952026-05-20T02:34:47.345Z Compiling rustls-webpki v0.103.13
23962026-05-20T02:34:47.573Z Compiling hashbrown v0.16.1
23972026-05-20T02:34:48.287Z Compiling newtype-uuid v1.3.2
23982026-05-20T02:34:48.598Z Compiling hyper-util v0.1.20
23992026-05-20T02:34:49.342Z Compiling hex v0.4.3
24002026-05-20T02:34:49.643Z Compiling cpufeatures v0.2.17
24012026-05-20T02:34:49.736Z Compiling daft v0.1.7
24022026-05-20T02:34:50.035Z Compiling rand_chacha v0.9.0
24032026-05-20T02:34:50.603Z Compiling sync_wrapper v1.0.2
24042026-05-20T02:34:50.722Z Compiling aho-corasick v1.1.4
24052026-05-20T02:34:50.736Z Compiling fastrand v2.4.1
24062026-05-20T02:34:51.107Z Compiling tower v0.5.3
24072026-05-20T02:34:51.368Z Compiling anyhow v1.0.102
24082026-05-20T02:34:51.637Z Compiling rand v0.9.4
24092026-05-20T02:34:51.649Z Compiling powerfmt v0.2.0
24102026-05-20T02:34:51.718Z Compiling regex-automata v0.4.14
24112026-05-20T02:34:51.905Z Compiling deranged v0.5.8
24122026-05-20T02:34:52.041Z Compiling tower-http v0.6.10
24132026-05-20T02:34:52.058Z Compiling openapiv3 v2.2.0
24142026-05-20T02:34:52.381Z Compiling openssl-probe v0.2.1
24152026-05-20T02:34:52.635Z Compiling time-core v0.1.8
24162026-05-20T02:34:52.712Z Compiling num-conv v0.2.1
24172026-05-20T02:34:52.788Z Compiling num_threads v0.1.7
24182026-05-20T02:34:52.864Z Compiling rustls-native-certs v0.8.3
24192026-05-20T02:34:52.887Z Compiling camino v1.2.2
24202026-05-20T02:34:52.994Z Compiling time v0.3.47
24212026-05-20T02:34:53.471Z Compiling tokio-rustls v0.26.4
24222026-05-20T02:34:53.706Z Compiling tempfile v3.27.0
24232026-05-20T02:34:53.769Z Compiling futures-executor v0.3.32
24242026-05-20T02:34:54.316Z Compiling winnow v1.0.3
24252026-05-20T02:34:54.466Z Compiling futures v0.3.32
24262026-05-20T02:34:54.553Z Compiling hyper-rustls v0.27.9
24272026-05-20T02:34:54.610Z Compiling regex v1.12.3
24282026-05-20T02:34:54.953Z Compiling rustls-platform-verifier v0.7.0
24292026-05-20T02:34:55.607Z Compiling crossbeam-channel v0.5.15
24302026-05-20T02:34:55.755Z Compiling scroll v0.13.0
24312026-05-20T02:34:55.944Z Compiling adler2 v2.0.1
24322026-05-20T02:34:56.054Z Compiling simd-adler32 v0.3.9
24332026-05-20T02:34:56.066Z Compiling goblin v0.10.5
24342026-05-20T02:34:56.112Z Compiling crc32fast v1.5.0
24352026-05-20T02:34:56.155Z Compiling reqwest v0.13.3
24362026-05-20T02:34:56.317Z Compiling miniz_oxide v0.8.9
24372026-05-20T02:34:56.357Z Compiling ring v0.17.14
24382026-05-20T02:34:56.894Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24392026-05-20T02:34:57.762Z Compiling thread_local v1.1.9
24402026-05-20T02:34:58.130Z Compiling either v1.15.0
24412026-05-20T02:34:58.354Z Compiling rustls-webpki v0.102.8
24422026-05-20T02:34:58.880Z Compiling flate2 v1.1.9
24432026-05-20T02:34:59.433Z Compiling dof v0.4.0
24442026-05-20T02:35:00.269Z Compiling dtrace-parser v0.3.0
24452026-05-20T02:35:00.560Z Compiling rand_chacha v0.3.1
24462026-05-20T02:35:01.191Z Compiling is-terminal v0.4.17
24472026-05-20T02:35:01.299Z Compiling thread-id v5.1.0
24482026-05-20T02:35:01.392Z Compiling term v1.2.1
24492026-05-20T02:35:02.549Z Compiling match_cfg v0.1.0
24502026-05-20T02:35:02.627Z Compiling take_mut v0.2.2
24512026-05-20T02:35:02.752Z Compiling compression-core v0.4.32
24522026-05-20T02:35:02.805Z Compiling debug-ignore v1.0.5
24532026-05-20T02:35:02.888Z Compiling compression-codecs v0.4.38
24542026-05-20T02:35:02.917Z Compiling slog-async v2.8.0
24552026-05-20T02:35:02.953Z Compiling hostname v0.3.1
24562026-05-20T02:35:03.115Z Compiling slog-term v2.9.2
24572026-05-20T02:35:03.273Z Compiling usdt-impl v0.6.0
24582026-05-20T02:35:03.306Z Compiling rand v0.8.6
24592026-05-20T02:35:04.130Z Compiling ref-cast v1.0.25
24602026-05-20T02:35:04.243Z Compiling rustls v0.22.4
24612026-05-20T02:35:04.398Z Compiling toml_parser v1.1.2+spec-1.1.0
24622026-05-20T02:35:04.454Z Compiling slog-json v2.6.1
24632026-05-20T02:35:04.717Z Compiling strum v0.26.3
24642026-05-20T02:35:04.857Z Compiling macaddr v1.0.1
24652026-05-20T02:35:05.156Z Compiling serde_spanned v1.1.1
24662026-05-20T02:35:05.309Z Compiling toml_datetime v1.1.1+spec-1.1.0
24672026-05-20T02:35:05.722Z Compiling memmap2 v0.9.10
24682026-05-20T02:35:05.722Z Compiling wait-timeout v0.2.1
24692026-05-20T02:35:06.012Z Compiling encoding_rs v0.8.35
24702026-05-20T02:35:06.227Z Compiling toml_writer v1.1.1+spec-1.1.0
24712026-05-20T02:35:06.488Z Compiling bit-vec v0.8.0
24722026-05-20T02:35:06.797Z Compiling spin v0.9.8
24732026-05-20T02:35:06.927Z Compiling quick-error v1.2.3
24742026-05-20T02:35:07.044Z Compiling mime v0.3.17
24752026-05-20T02:35:07.284Z Compiling multer v3.1.0
24762026-05-20T02:35:07.525Z Compiling rusty-fork v0.3.1
24772026-05-20T02:35:07.603Z Compiling bit-set v0.8.0
24782026-05-20T02:35:07.798Z Compiling toml v1.1.2+spec-1.1.0
24792026-05-20T02:35:08.374Z Compiling tokio-rustls v0.25.0
24802026-05-20T02:35:08.531Z Compiling usdt v0.6.0
24812026-05-20T02:35:08.619Z Compiling slog-bunyan v2.5.0
24822026-05-20T02:35:08.800Z Compiling async-compression v0.4.42
24832026-05-20T02:35:08.812Z Compiling serde_with v3.20.0
24842026-05-20T02:35:09.185Z Compiling async-stream v0.3.6
24852026-05-20T02:35:09.285Z Compiling sha1 v0.10.6
24862026-05-20T02:35:09.389Z Compiling rand_xorshift v0.4.0
24872026-05-20T02:35:09.553Z Compiling waitgroup v0.1.2
24882026-05-20T02:35:09.684Z Compiling rustls-pemfile v2.2.0
24892026-05-20T02:35:09.716Z Compiling serde_path_to_error v0.1.20
24902026-05-20T02:35:09.984Z Compiling hostname v0.4.2
24912026-05-20T02:35:10.149Z Compiling unarray v0.1.4
24922026-05-20T02:35:10.176Z Compiling dropshot v0.17.0
24932026-05-20T02:35:10.273Z Compiling proptest v1.11.0
24942026-05-20T02:35:10.286Z Compiling progenitor-client v0.14.0
24952026-05-20T02:35:10.793Z Compiling strum v0.27.2
24962026-05-20T02:35:10.935Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-05-20T02:35:11.131Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24982026-05-20T02:35:11.199Z Compiling rustc-hash v2.1.2
24992026-05-20T02:35:11.343Z Compiling iddqd v0.3.18
25002026-05-20T02:35:11.366Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25012026-05-20T02:35:11.581Z Compiling reqwest v0.12.28
25022026-05-20T02:35:11.678Z Compiling backon v1.6.0
25032026-05-20T02:35:11.931Z Compiling instant v0.1.13
25042026-05-20T02:35:12.058Z Compiling backoff v0.4.0
25052026-05-20T02:35:12.286Z Compiling progenitor-extras v0.2.0
25062026-05-20T02:35:12.293Z Compiling parse-display v0.10.0
25072026-05-20T02:35:12.519Z Compiling itertools v0.14.0
25082026-05-20T02:35:13.141Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25092026-05-20T02:35:13.203Z Compiling progenitor-client v0.10.0
25102026-05-20T02:35:13.686Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25112026-05-20T02:35:13.862Z Compiling regress v0.10.5
25122026-05-20T02:35:14.053Z Compiling unicode-width v0.2.2
25132026-05-20T02:35:14.367Z Compiling heck v0.5.0
25142026-05-20T02:35:14.970Z Compiling secrecy v0.10.3
25152026-05-20T02:35:15.150Z Compiling tinyvec_macros v0.1.1
25162026-05-20T02:35:15.186Z Compiling num-integer v0.1.46
25172026-05-20T02:35:15.248Z Compiling tinyvec v1.11.0
25182026-05-20T02:35:15.678Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25192026-05-20T02:35:15.693Z Compiling scroll v0.12.0
25202026-05-20T02:35:15.981Z Compiling crucible-workspace-hack v0.1.0
25212026-05-20T02:35:16.075Z Compiling regress v0.11.1
25222026-05-20T02:35:17.608Z Compiling hmac v0.12.1
25232026-05-20T02:35:17.636Z Compiling inout v0.1.4
25242026-05-20T02:35:17.771Z Compiling ff v0.13.1
25252026-05-20T02:35:17.801Z Compiling utf8parse v0.2.2
25262026-05-20T02:35:17.923Z Compiling anstyle-parse v1.0.0
25272026-05-20T02:35:17.932Z Compiling group v0.13.0
25282026-05-20T02:35:18.060Z Compiling typify-impl v0.6.2
25292026-05-20T02:35:18.140Z Compiling cipher v0.4.4
25302026-05-20T02:35:18.400Z Compiling hkdf v0.12.4
25312026-05-20T02:35:18.572Z Compiling goblin v0.8.2
25322026-05-20T02:35:18.649Z Compiling num-rational v0.4.2
25332026-05-20T02:35:19.210Z Compiling num-iter v0.1.45
25342026-05-20T02:35:19.340Z Compiling zerocopy v0.7.35
25352026-05-20T02:35:19.777Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25362026-05-20T02:35:19.933Z Compiling terminal_size v0.4.4
25372026-05-20T02:35:20.093Z Compiling half v2.7.1
25382026-05-20T02:35:20.501Z Compiling universal-hash v0.5.1
25392026-05-20T02:35:20.598Z Compiling crypto-bigint v0.5.5
25402026-05-20T02:35:20.946Z Compiling num-complex v0.4.6
25412026-05-20T02:35:21.123Z Compiling colorchoice v1.0.5
25422026-05-20T02:35:21.252Z Compiling opaque-debug v0.3.1
25432026-05-20T02:35:21.323Z Compiling ciborium-io v0.2.2
25442026-05-20T02:35:21.374Z Compiling base16ct v0.2.0
25452026-05-20T02:35:21.425Z Compiling is_terminal_polyfill v1.70.2
25462026-05-20T02:35:21.528Z Compiling anstyle v1.0.14
25472026-05-20T02:35:21.595Z Compiling anstyle-query v1.1.5
25482026-05-20T02:35:21.710Z Compiling base64ct v1.8.3
25492026-05-20T02:35:21.815Z Compiling anstream v1.0.0
25502026-05-20T02:35:22.063Z Compiling password-hash v0.5.0
25512026-05-20T02:35:22.335Z Compiling elliptic-curve v0.13.8
25522026-05-20T02:35:22.510Z Compiling ciborium-ll v0.2.2
25532026-05-20T02:35:22.672Z Compiling num v0.4.3
25542026-05-20T02:35:22.735Z Compiling poly1305 v0.8.0
25552026-05-20T02:35:22.774Z Compiling curve25519-dalek v4.1.3
25562026-05-20T02:35:23.027Z Compiling dof v0.3.0
25572026-05-20T02:35:23.357Z Compiling typify v0.6.2
25582026-05-20T02:35:23.474Z Compiling thiserror-no-std v2.0.2
25592026-05-20T02:35:23.573Z Compiling chacha20 v0.9.1
25602026-05-20T02:35:23.868Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25612026-05-20T02:35:24.050Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25622026-05-20T02:35:25.465Z Compiling byte-wrapper v0.1.0
25632026-05-20T02:35:25.688Z Compiling dtrace-parser v0.2.0
25642026-05-20T02:35:25.714Z Compiling crossbeam-epoch v0.9.18
25652026-05-20T02:35:26.186Z Compiling blake2 v0.10.6
25662026-05-20T02:35:26.216Z Compiling aead v0.5.2
25672026-05-20T02:35:26.408Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25682026-05-20T02:35:26.476Z Compiling thread-id v4.2.2
25692026-05-20T02:35:26.547Z Compiling clap_lex v1.1.0
25702026-05-20T02:35:26.686Z Compiling float-ord v0.3.2
25712026-05-20T02:35:26.812Z Compiling strsim v0.11.1
25722026-05-20T02:35:26.916Z Compiling keccak v0.1.6
25732026-05-20T02:35:27.632Z Compiling sha3 v0.10.9
25742026-05-20T02:35:27.650Z Compiling clap_builder v4.6.0
25752026-05-20T02:35:27.939Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25762026-05-20T02:35:28.138Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-20T02:35:28.145Z Compiling usdt-impl v0.5.0
25782026-05-20T02:35:28.209Z Compiling argon2 v0.5.3
25792026-05-20T02:35:29.230Z Compiling chacha20poly1305 v0.10.1
25802026-05-20T02:35:29.386Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25812026-05-20T02:35:29.433Z Compiling vsss-rs v3.3.4
25822026-05-20T02:35:30.955Z Compiling ciborium v0.2.2
25832026-05-20T02:35:31.806Z Compiling hash32 v0.3.1
25842026-05-20T02:35:31.966Z Compiling memmap v0.7.0
25852026-05-20T02:35:32.207Z Compiling indent_write v2.2.0
25862026-05-20T02:35:32.391Z Compiling data-encoding v2.11.0
25872026-05-20T02:35:32.402Z Compiling usdt v0.5.0
25882026-05-20T02:35:33.048Z Compiling heapless v0.8.0
25892026-05-20T02:35:33.549Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25902026-05-20T02:35:34.279Z Compiling ingot-types v0.1.2
25912026-05-20T02:35:34.734Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25922026-05-20T02:35:34.841Z Compiling clap v4.6.1
25932026-05-20T02:35:34.939Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25942026-05-20T02:35:35.059Z Compiling rustix v0.38.44
25952026-05-20T02:35:35.234Z Compiling tabwriter v1.4.1
25962026-05-20T02:35:35.296Z Compiling cobs v0.3.0
25972026-05-20T02:35:35.580Z Compiling colored v3.1.1
25982026-05-20T02:35:35.602Z Compiling cpufeatures v0.3.0
25992026-05-20T02:35:35.685Z Compiling bitflags v1.3.2
26002026-05-20T02:35:35.768Z Compiling foreign-types-shared v0.3.1
26012026-05-20T02:35:35.872Z Compiling managed v0.8.0
26022026-05-20T02:35:36.150Z Compiling smoltcp v0.11.0
26032026-05-20T02:35:36.242Z Compiling foreign-types v0.5.0
26042026-05-20T02:35:40.088Z Compiling chacha20 v0.10.0
26052026-05-20T02:35:40.112Z Compiling postcard v1.1.3
26062026-05-20T02:35:40.112Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26072026-05-20T02:35:40.112Z Compiling num_enum v0.7.6
26082026-05-20T02:35:40.112Z Compiling ingot v0.1.1
26092026-05-20T02:35:40.112Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26102026-05-20T02:35:40.112Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26112026-05-20T02:35:40.132Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-05-20T02:35:40.132Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26132026-05-20T02:35:40.132Z Compiling serde_spanned v0.6.9
26142026-05-20T02:35:40.133Z Compiling toml_datetime v0.6.11
26152026-05-20T02:35:40.133Z Compiling cstr-argument v0.1.2
26162026-05-20T02:35:40.133Z Compiling linked-hash-map v0.5.6
26172026-05-20T02:35:40.133Z Compiling unicode-segmentation v1.13.2
26182026-05-20T02:35:40.133Z Compiling static_assertions v1.1.0
26192026-05-20T02:35:40.133Z Compiling winnow v0.7.15
26202026-05-20T02:35:40.133Z Compiling toml_write v0.1.2
26212026-05-20T02:35:40.133Z Compiling resolv-conf v0.7.6
26222026-05-20T02:35:40.133Z Compiling swrite v0.1.0
26232026-05-20T02:35:40.133Z Compiling newline-converter v0.3.0
26242026-05-20T02:35:40.133Z Compiling lru-cache v0.1.2
26252026-05-20T02:35:40.133Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26262026-05-20T02:35:40.133Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26272026-05-20T02:35:40.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26282026-05-20T02:35:40.133Z Compiling hubpack v0.1.2
26292026-05-20T02:35:40.150Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26302026-05-20T02:35:40.253Z Compiling rand v0.10.1
26312026-05-20T02:35:40.291Z Compiling memoffset v0.9.1
26322026-05-20T02:35:40.374Z Compiling atomicwrites v0.4.4
26332026-05-20T02:35:40.386Z Compiling hickory-proto v0.24.4
26342026-05-20T02:35:40.664Z Compiling crossbeam-deque v0.8.6
26352026-05-20T02:35:40.883Z Compiling toml_edit v0.22.27
26362026-05-20T02:35:41.060Z Compiling console v0.15.11
26372026-05-20T02:35:41.251Z Compiling itertools v0.12.1
26382026-05-20T02:35:41.632Z Compiling camino-tempfile v1.4.1
26392026-05-20T02:35:42.084Z Compiling serde-big-array v0.5.1
26402026-05-20T02:35:42.244Z Compiling siphasher v1.0.3
26412026-05-20T02:35:42.388Z Compiling similar v2.7.0
26422026-05-20T02:35:42.455Z Compiling lazy_static v1.5.0
26432026-05-20T02:35:42.568Z Compiling hickory-resolver v0.24.4
26442026-05-20T02:35:42.669Z Compiling phf_shared v0.12.1
26452026-05-20T02:35:42.889Z Compiling expectorate v1.2.0
26462026-05-20T02:35:43.104Z Compiling toml v0.8.23
26472026-05-20T02:35:43.915Z Compiling pin-project v1.1.13
26482026-05-20T02:35:44.026Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26492026-05-20T02:35:44.860Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26502026-05-20T02:35:45.139Z Compiling prettyplease v0.2.37
26512026-05-20T02:35:45.954Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26522026-05-20T02:35:48.518Z Compiling rayon-core v1.13.0
26532026-05-20T02:35:48.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26542026-05-20T02:35:48.789Z Compiling nix v0.31.3
26552026-05-20T02:35:50.210Z Compiling num_enum v0.5.11
26562026-05-20T02:35:50.265Z Compiling progenitor-impl v0.14.0
26572026-05-20T02:35:50.338Z Compiling progenitor-impl v0.13.0
26582026-05-20T02:35:51.107Z Compiling unicode-normalization v0.1.25
26592026-05-20T02:35:51.675Z Compiling progenitor-client v0.13.0
26602026-05-20T02:35:51.686Z Compiling tokio-stream v0.1.18
26612026-05-20T02:35:52.201Z Compiling csv-core v0.1.13
26622026-05-20T02:35:52.238Z Compiling bstr v1.12.1
26632026-05-20T02:35:52.431Z Compiling highway v1.3.0
26642026-05-20T02:35:52.600Z Compiling unicode-width v0.1.14
26652026-05-20T02:35:52.915Z Compiling foldhash v0.1.5
26662026-05-20T02:35:52.927Z Compiling foreign-types-shared v0.1.1
26672026-05-20T02:35:53.020Z Compiling konst_macro_rules v0.2.19
26682026-05-20T02:35:53.133Z Compiling same-file v1.0.6
26692026-05-20T02:35:53.145Z Compiling hashbrown v0.15.5
26702026-05-20T02:35:53.213Z Compiling konst v0.2.20
26712026-05-20T02:35:53.316Z Compiling walkdir v2.5.0
26722026-05-20T02:35:53.593Z Compiling foreign-types v0.3.2
26732026-05-20T02:35:53.675Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26742026-05-20T02:35:53.798Z Compiling globset v0.4.18
26752026-05-20T02:35:54.107Z Compiling csv v1.4.0
26762026-05-20T02:35:55.087Z Compiling snafu v0.8.9
26772026-05-20T02:35:55.668Z Compiling qorb v0.4.1
26782026-05-20T02:35:56.595Z Compiling progenitor v0.13.0
26792026-05-20T02:35:56.755Z Compiling progenitor v0.14.0
26802026-05-20T02:35:56.901Z Compiling olpc-cjson v0.1.4
26812026-05-20T02:35:57.021Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26822026-05-20T02:35:57.124Z Compiling rayon v1.12.0
26832026-05-20T02:35:57.258Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26842026-05-20T02:35:57.699Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26852026-05-20T02:35:59.343Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26862026-05-20T02:36:00.775Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26872026-05-20T02:36:01.578Z Compiling phf v0.12.1
26882026-05-20T02:36:01.751Z Compiling openssl-sys v0.9.116
26892026-05-20T02:36:02.184Z Compiling tokio-dtrace v0.1.1
26902026-05-20T02:36:02.511Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26912026-05-20T02:36:04.139Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26922026-05-20T02:36:04.363Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26932026-05-20T02:36:04.477Z Compiling libsw-core v0.3.2
26942026-05-20T02:36:04.662Z Compiling pem v3.0.6
26952026-05-20T02:36:05.319Z Compiling serde_plain v1.0.2
26962026-05-20T02:36:05.386Z Compiling sigpipe v0.1.3
26972026-05-20T02:36:05.485Z Compiling minimal-lexical v0.2.1
26982026-05-20T02:36:05.599Z Compiling jiff v0.2.24
26992026-05-20T02:36:05.802Z Compiling bytecount v0.6.9
27002026-05-20T02:36:05.950Z Compiling fixedbitset v0.5.7
27012026-05-20T02:36:05.975Z Compiling typed-path v0.9.3
27022026-05-20T02:36:05.994Z Compiling glob v0.3.3
27032026-05-20T02:36:06.472Z Compiling fixedbitset v0.4.2
27042026-05-20T02:36:06.842Z Compiling petgraph v0.6.5
27052026-05-20T02:36:06.990Z Compiling petgraph v0.8.3
27062026-05-20T02:36:08.663Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27072026-05-20T02:36:08.884Z Compiling tough v0.22.0
27082026-05-20T02:36:09.009Z Compiling papergrid v0.11.0
27092026-05-20T02:36:09.147Z Compiling nom v7.1.3
27102026-05-20T02:36:09.150Z Compiling openssl v0.10.80
27112026-05-20T02:36:09.443Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27122026-05-20T02:36:10.860Z Compiling libsw v3.5.0
27132026-05-20T02:36:11.053Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27142026-05-20T02:36:11.130Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27152026-05-20T02:36:11.290Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27162026-05-20T02:36:11.428Z Compiling zone v0.3.1
27172026-05-20T02:36:13.248Z Compiling oxide-tokio-rt v0.1.6
27182026-05-20T02:36:13.885Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27192026-05-20T02:36:14.091Z Compiling chrono-tz v0.10.4
27202026-05-20T02:36:14.369Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27212026-05-20T02:36:14.522Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27222026-05-20T02:36:14.729Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27232026-05-20T02:36:14.733Z Compiling newtype_derive v0.1.6
27242026-05-20T02:36:14.788Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27252026-05-20T02:36:15.230Z Compiling slog-dtrace v0.3.0
27262026-05-20T02:36:15.953Z Compiling owo-colors v4.3.0
27272026-05-20T02:36:16.522Z Compiling const_format v0.2.36
27282026-05-20T02:36:16.868Z Compiling cancel-safe-futures v0.1.5
27292026-05-20T02:36:17.041Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27302026-05-20T02:36:17.229Z Compiling gethostname v0.5.0
27312026-05-20T02:36:17.365Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27322026-05-20T02:36:17.770Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27332026-05-20T02:36:17.901Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27342026-05-20T02:36:18.025Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27352026-05-20T02:36:18.612Z Compiling smf v0.2.3
27362026-05-20T02:36:18.816Z Compiling bcs v0.1.6
27372026-05-20T02:36:18.926Z Compiling unicode-linebreak v0.1.5
27382026-05-20T02:36:19.204Z Compiling whoami v1.6.1
27392026-05-20T02:36:19.216Z Compiling tagptr v0.2.0
27402026-05-20T02:36:19.373Z Compiling linear-map v1.2.0
27412026-05-20T02:36:19.599Z Compiling termtree v0.5.1
27422026-05-20T02:36:19.658Z Compiling smawk v0.3.2
27432026-05-20T02:36:19.763Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27442026-05-20T02:36:19.824Z Compiling textwrap v0.16.2
27452026-05-20T02:36:19.844Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-20T02:36:20.572Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-05-20T02:36:21.025Z Compiling moka v0.12.15
27482026-05-20T02:36:21.541Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27492026-05-20T02:36:21.594Z Compiling tabled v0.15.0
27502026-05-20T02:36:22.234Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27512026-05-20T02:36:22.364Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27522026-05-20T02:36:22.375Z Compiling steno v0.4.1
27532026-05-20T02:36:22.570Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27542026-05-20T02:36:23.502Z Compiling cookie v0.18.1
27552026-05-20T02:36:24.853Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27562026-05-20T02:36:28.881Z Compiling hickory-proto v0.25.2
27572026-05-20T02:36:29.519Z Compiling humantime v2.3.0
27582026-05-20T02:36:29.962Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27592026-05-20T02:36:30.330Z Compiling arc-swap v1.9.1
27602026-05-20T02:36:30.684Z Compiling slog-scope v4.4.1
27612026-05-20T02:36:31.147Z Compiling hickory-resolver v0.25.2
27622026-05-20T02:36:31.452Z Compiling libscf-sys v1.2.0
27632026-05-20T02:36:31.609Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27642026-05-20T02:36:32.390Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-05-20T02:36:32.402Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27662026-05-20T02:36:33.102Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27672026-05-20T02:36:34.146Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-05-20T02:36:34.771Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27692026-05-20T02:36:35.461Z Compiling slog-stdlog v4.1.1
27702026-05-20T02:36:35.536Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27712026-05-20T02:36:35.647Z Compiling slog-envlogger v2.2.0
27722026-05-20T02:36:35.852Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27732026-05-20T02:36:37.001Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27742026-05-20T02:36:44.300Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27752026-05-20T02:36:47.198Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-20T02:36:48.637Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27772026-05-20T02:36:57.642Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27782026-05-20T02:37:02.329Z Finished `release` profile [optimized] target(s) in 2m 28s
27792026-05-20T02:37:02.443Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
27802026-05-20T02:37:02.447Z
27812026-05-20T02:37:02.447Zrunning 1 test
27822026-05-20T02:37:02.612Zconfigure zone
27832026-05-20T02:37:02.631Zinstall zone
27842026-05-20T02:37:12.407Zboot zone
27852026-05-20T02:37:12.494Zstart zone s1
27862026-05-20T02:37:12.497Zconfigure zone
27872026-05-20T02:37:12.504Zinstall zone
27882026-05-20T02:37:14.236Zboot zone
27892026-05-20T02:37:14.316Zstart zone s2
27902026-05-20T02:37:14.316Zconfigure zone
27912026-05-20T02:37:14.327Zinstall zone
27922026-05-20T02:37:16.725Zboot zone
27932026-05-20T02:37:16.823Zstart zone t1
27942026-05-20T02:37:16.823Zconfigure zone
27952026-05-20T02:37:16.832Zinstall zone
27962026-05-20T02:37:19.593Zboot zone
27972026-05-20T02:37:19.699Zwaiting for zones to come up
27982026-05-20T02:37:29.701Z[sidecar.trio] svcs milestone/network
27992026-05-20T02:37:29.729ZSTATE STIME FMRI
28002026-05-20T02:37:29.729Zonline 2:37:11 svc:/milestone/network:default
28012026-05-20T02:37:29.729Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28022026-05-20T02:37:29.756Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28032026-05-20T02:37:29.782Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28042026-05-20T02:37:29.804Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28052026-05-20T02:37:29.807Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28062026-05-20T02:37:29.821Z
28072026-05-20T02:37:29.821Zrunning zone s1.trio setup
28082026-05-20T02:37:29.821Z[s1.trio] svcs milestone/network
28092026-05-20T02:37:29.836ZSTATE STIME FMRI
28102026-05-20T02:37:29.836Zonline 2:37:13 svc:/milestone/network:default
28112026-05-20T02:37:29.836Z[s1.trio] dladm
28122026-05-20T02:37:29.849ZLINK CLASS MTU STATE BRIDGE OVER
28132026-05-20T02:37:29.849Zsl0 simnet 9000 up -- ?
28142026-05-20T02:37:29.849Zmg2 vnic 9000 up -- ?
28152026-05-20T02:37:29.852Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28162026-05-20T02:37:30.306Z
28172026-05-20T02:37:30.307Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28182026-05-20T02:37:30.323Z
28192026-05-20T02:37:30.323Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28202026-05-20T02:37:30.337Z
28212026-05-20T02:37:30.337Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28222026-05-20T02:37:30.429Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28232026-05-20T02:37:30.501Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f5a82877-9db5-4733-a0ed-c31940684138 --sled-uuid 6e47d11d-4d13-4e55-bebc-7635f9edd341 -a sl0/v6 &> /opt/ddmd.log &
28242026-05-20T02:37:30.515Z
28252026-05-20T02:37:30.515Zrunning zone s2.trio setup
28262026-05-20T02:37:30.515Z[s2.trio] svcs milestone/network
28272026-05-20T02:37:30.530ZSTATE STIME FMRI
28282026-05-20T02:37:30.530Zonline 2:37:16 svc:/milestone/network:default
28292026-05-20T02:37:30.530Z[s2.trio] dladm
28302026-05-20T02:37:30.543ZLINK CLASS MTU STATE BRIDGE OVER
28312026-05-20T02:37:30.543Zsl1 simnet 9000 up -- ?
28322026-05-20T02:37:30.543Zmg3 vnic 9000 up -- ?
28332026-05-20T02:37:30.547Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28342026-05-20T02:37:31.180Z
28352026-05-20T02:37:31.180Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28362026-05-20T02:37:31.198Z
28372026-05-20T02:37:31.199Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28382026-05-20T02:37:31.209Z
28392026-05-20T02:37:31.209Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28402026-05-20T02:37:31.244Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28412026-05-20T02:37:31.274Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b6125603-5e2e-496e-819f-e9817e944c70 --sled-uuid 839b16fa-f927-4712-8c29-71837582d0d9 -a sl1/v6 &> /opt/ddmd.log &
28422026-05-20T02:37:31.285Z
28432026-05-20T02:37:31.285Zrunning zone t1.trio setup
28442026-05-20T02:37:31.285Z[t1.trio] svcs milestone/network
28452026-05-20T02:37:31.300ZSTATE STIME FMRI
28462026-05-20T02:37:31.300Zonline 2:37:19 svc:/milestone/network:default
28472026-05-20T02:37:31.300Z[t1.trio] dladm
28482026-05-20T02:37:31.312ZLINK CLASS MTU STATE BRIDGE OVER
28492026-05-20T02:37:31.312Ztfportrear0_0 simnet 9000 up -- ?
28502026-05-20T02:37:31.312Ztfportrear1_0 simnet 9000 up -- ?
28512026-05-20T02:37:31.312Zmg1 vnic 9000 up -- ?
28522026-05-20T02:37:31.312Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28532026-05-20T02:37:31.881Z
28542026-05-20T02:37:31.881Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28552026-05-20T02:37:31.899Z
28562026-05-20T02:37:31.899Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28572026-05-20T02:37:31.912Z
28582026-05-20T02:37:31.912Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28592026-05-20T02:37:31.923Z
28602026-05-20T02:37:31.923Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28612026-05-20T02:37:32.264Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28622026-05-20T02:37:32.267Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28632026-05-20T02:37:32.267Zwaiting 3s for copy of files to zone to complete ...
28642026-05-20T02:37:35.221Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28652026-05-20T02:37:35.359Z
28662026-05-20T02:37:35.359Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28672026-05-20T02:37:35.466Z
28682026-05-20T02:37:35.466Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28692026-05-20T02:37:35.504Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28702026-05-20T02:37:35.536Z[t1.trio] svcadm disable dendrite
28712026-05-20T02:37:35.563Z
28722026-05-20T02:37:35.563Z[t1.trio] svcadm disable tfport
28732026-05-20T02:37:35.586Z
28742026-05-20T02:37:35.586Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28752026-05-20T02:37:35.612Z
28762026-05-20T02:37:35.612Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28772026-05-20T02:37:35.637Z
28782026-05-20T02:37:35.637Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28792026-05-20T02:37:35.661Z
28802026-05-20T02:37:35.661Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28812026-05-20T02:37:35.686Z
28822026-05-20T02:37:35.686Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28832026-05-20T02:37:35.712Z
28842026-05-20T02:37:35.712Z[t1.trio] svcadm refresh dendrite:default
28852026-05-20T02:37:35.734Z
28862026-05-20T02:37:35.734Z[t1.trio] svcadm enable dendrite:default
28872026-05-20T02:37:35.760Z
28882026-05-20T02:37:35.761Zwait 10s for dendrite to come up ...
28892026-05-20T02:37:45.757Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28902026-05-20T02:37:45.787Z
28912026-05-20T02:37:45.787Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28922026-05-20T02:37:45.812Z
28932026-05-20T02:37:45.812Z[t1.trio] svcadm refresh tfport:default
28942026-05-20T02:37:45.833Z
28952026-05-20T02:37:45.833Z[t1.trio] svcadm enable tfport
28962026-05-20T02:37:45.854Z
28972026-05-20T02:37:45.854Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid eda645d3-ee13-49c3-bd7a-cbea6dc0051b --sled-uuid f7c614ec-bfb9-438f-8a45-f959867bd5b5 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
28982026-05-20T02:37:45.865Z
28992026-05-20T02:37:45.865Z[t1.trio] ipadm
29002026-05-20T02:37:45.879ZADDROBJ TYPE STATE ADDR
29012026-05-20T02:37:45.879Zlo0/v4 static ok 127.0.0.1/8
29022026-05-20T02:37:45.879Zmg1/v4 static ok 10.0.0.3/24
29032026-05-20T02:37:45.879Zlo0/v6 static ok ::1/128
29042026-05-20T02:37:45.879Zlo0/u6 static ok fd00:3::1/64
29052026-05-20T02:37:45.879Ztfportrear0_0/v6 addrconf ok fe80::5c3b:acff:fee2:a5a7%tfportrear0_0/10
29062026-05-20T02:37:45.879Ztfportrear1_0/v6 addrconf ok fe80::1449:23ff:fe52:f705%tfportrear1_0/10
29072026-05-20T02:37:48.008Zinitial peering test passed
29082026-05-20T02:37:49.010Zadvertise from one passed
29092026-05-20T02:37:50.011Zadvertise from two passed
29102026-05-20T02:37:50.011Z[s1.trio] ping fd00:2::1
29112026-05-20T02:37:50.028Zfd00:2::1 is alive
29122026-05-20T02:37:50.028Z[s2.trio] ping fd00:1::1
29132026-05-20T02:37:50.040Zfd00:1::1 is alive
29142026-05-20T02:37:50.040Zconnectivity test passed
29152026-05-20T02:37:50.041Z[t1.trio] pkill ddmd
29162026-05-20T02:37:50.052Z
29172026-05-20T02:37:56.057Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4fc5d2f5-d9f1-4a45-a7bc-d7428de12849 --sled-uuid 06712b2b-5311-40d2-86a6-c16ddc1606f8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29182026-05-20T02:37:56.073Z
29192026-05-20T02:37:56.073Z[t1.trio] ipadm
29202026-05-20T02:37:56.087ZADDROBJ TYPE STATE ADDR
29212026-05-20T02:37:56.087Zlo0/v4 static ok 127.0.0.1/8
29222026-05-20T02:37:56.087Zmg1/v4 static ok 10.0.0.3/24
29232026-05-20T02:37:56.087Zlo0/v6 static ok ::1/128
29242026-05-20T02:37:56.087Zlo0/u6 static ok fd00:3::1/64
29252026-05-20T02:37:56.087Ztfportrear0_0/v6 addrconf ok fe80::5c3b:acff:fee2:a5a7%tfportrear0_0/10
29262026-05-20T02:37:56.087Ztfportrear1_0/v6 addrconf ok fe80::1449:23ff:fe52:f705%tfportrear1_0/10
29272026-05-20T02:37:59.090Z[s1.trio] ping fd00:2::1
29282026-05-20T02:37:59.106Zfd00:2::1 is alive
29292026-05-20T02:37:59.106Z[s2.trio] ping fd00:1::1
29302026-05-20T02:37:59.118Zfd00:1::1 is alive
29312026-05-20T02:37:59.118Ztransit router restart passed
29322026-05-20T02:37:59.118Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29332026-05-20T02:37:59.134Zlocal v6:
29342026-05-20T02:37:59.134Zfe80::5c3b:acff:fee2:a5a7
29352026-05-20T02:37:59.134Zfe80::1449:23ff:fe52:f705
29362026-05-20T02:37:59.134Zlocal v4:
29372026-05-20T02:37:59.134Zrouter v6_idx:
29382026-05-20T02:37:59.134Zfd00:1::/64 -> 0
29392026-05-20T02:37:59.134Zfd00:2::/64 -> 1
29402026-05-20T02:37:59.134Zrouter v6_routes:
29412026-05-20T02:37:59.134Z0 -> fe80::6ce0:2aff:fe79:3140 (1)
29422026-05-20T02:37:59.134Z1 -> fe80::386d:c9ff:feee:6e3a (2)
29432026-05-20T02:37:59.134Zrouter v4_idx:
29442026-05-20T02:37:59.134Zrouter v4_routes:
29452026-05-20T02:37:59.134Zresolver v4:
29462026-05-20T02:37:59.134Z10.0.0.3 -> 02:08:20:fc:b1:b2
29472026-05-20T02:37:59.135Z10.0.0.254 -> 02:08:20:41:86:76
29482026-05-20T02:37:59.135Zresolver v6:
29492026-05-20T02:37:59.135Zfe80::5c3b:acff:fee2:a5a7 -> 5e:3b:ac:e2:a5:a7
29502026-05-20T02:37:59.135Zfe80::6ce0:2aff:fe79:3140 -> 6e:e0:2a:79:31:40
29512026-05-20T02:37:59.135Zfe80::1449:23ff:fe52:f705 -> 16:49:23:52:f7:05
29522026-05-20T02:37:59.135Zfe80::386d:c9ff:feee:6e3a -> 3a:6d:c9:ee:6e:3a
29532026-05-20T02:37:59.135Znat v4:
29542026-05-20T02:37:59.135Znat_v6:
29552026-05-20T02:37:59.135Zport_mac:
29562026-05-20T02:37:59.135Z2: a8:40:25:6e:0e:32
29572026-05-20T02:37:59.135Z1: a8:40:25:6e:0e:31
29582026-05-20T02:37:59.135Z1000: a8:40:25:6e:0e:30
29592026-05-20T02:37:59.135Zproxy arp:
29602026-05-20T02:37:59.135Z[s1.trio] pkill ddmd
29612026-05-20T02:37:59.145Z
29622026-05-20T02:38:02.457Ztest ddm::test_trio_v3 has been running for over 60 seconds
29632026-05-20T02:38:04.150Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29642026-05-20T02:38:04.167Zlocal v6:
29652026-05-20T02:38:04.167Zfe80::5c3b:acff:fee2:a5a7
29662026-05-20T02:38:04.167Zfe80::1449:23ff:fe52:f705
29672026-05-20T02:38:04.167Zlocal v4:
29682026-05-20T02:38:04.167Zrouter v6_idx:
29692026-05-20T02:38:04.167Zfd00:2::/64 -> 1
29702026-05-20T02:38:04.167Zrouter v6_routes:
29712026-05-20T02:38:04.167Z1 -> fe80::386d:c9ff:feee:6e3a (2)
29722026-05-20T02:38:04.167Zrouter v4_idx:
29732026-05-20T02:38:04.167Zrouter v4_routes:
29742026-05-20T02:38:04.167Zresolver v4:
29752026-05-20T02:38:04.167Z10.0.0.3 -> 02:08:20:fc:b1:b2
29762026-05-20T02:38:04.167Z10.0.0.254 -> 02:08:20:41:86:76
29772026-05-20T02:38:04.167Zresolver v6:
29782026-05-20T02:38:04.167Zfe80::5c3b:acff:fee2:a5a7 -> 5e:3b:ac:e2:a5:a7
29792026-05-20T02:38:04.168Zfe80::6ce0:2aff:fe79:3140 -> 6e:e0:2a:79:31:40
29802026-05-20T02:38:04.168Zfe80::1449:23ff:fe52:f705 -> 16:49:23:52:f7:05
29812026-05-20T02:38:04.168Zfe80::386d:c9ff:feee:6e3a -> 3a:6d:c9:ee:6e:3a
29822026-05-20T02:38:04.168Znat v4:
29832026-05-20T02:38:04.168Znat_v6:
29842026-05-20T02:38:04.168Zport_mac:
29852026-05-20T02:38:04.168Z2: a8:40:25:6e:0e:32
29862026-05-20T02:38:04.168Z1: a8:40:25:6e:0e:31
29872026-05-20T02:38:04.168Z1000: a8:40:25:6e:0e:30
29882026-05-20T02:38:04.168Zproxy arp:
29892026-05-20T02:38:04.168Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a022a051-bc93-43f5-98c4-35bb4f396f5f --sled-uuid 34b74e84-039f-410e-884b-a5ae556f190f -a sl0/v6 &> /opt/ddmd.log &
29902026-05-20T02:38:04.180Z
29912026-05-20T02:38:07.183Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29922026-05-20T02:38:07.202Zlocal v6:
29932026-05-20T02:38:07.202Zfe80::5c3b:acff:fee2:a5a7
29942026-05-20T02:38:07.202Zfe80::1449:23ff:fe52:f705
29952026-05-20T02:38:07.202Zlocal v4:
29962026-05-20T02:38:07.202Zrouter v6_idx:
29972026-05-20T02:38:07.202Zfd00:1::/64 -> 0
29982026-05-20T02:38:07.202Zfd00:2::/64 -> 1
29992026-05-20T02:38:07.202Zrouter v6_routes:
30002026-05-20T02:38:07.202Z0 -> fe80::6ce0:2aff:fe79:3140 (1)
30012026-05-20T02:38:07.202Z1 -> fe80::386d:c9ff:feee:6e3a (2)
30022026-05-20T02:38:07.202Zrouter v4_idx:
30032026-05-20T02:38:07.202Zrouter v4_routes:
30042026-05-20T02:38:07.202Zresolver v4:
30052026-05-20T02:38:07.202Z10.0.0.3 -> 02:08:20:fc:b1:b2
30062026-05-20T02:38:07.202Z10.0.0.254 -> 02:08:20:41:86:76
30072026-05-20T02:38:07.202Zresolver v6:
30082026-05-20T02:38:07.202Zfe80::5c3b:acff:fee2:a5a7 -> 5e:3b:ac:e2:a5:a7
30092026-05-20T02:38:07.202Zfe80::6ce0:2aff:fe79:3140 -> 6e:e0:2a:79:31:40
30102026-05-20T02:38:07.202Zfe80::1449:23ff:fe52:f705 -> 16:49:23:52:f7:05
30112026-05-20T02:38:07.202Zfe80::386d:c9ff:feee:6e3a -> 3a:6d:c9:ee:6e:3a
30122026-05-20T02:38:07.203Znat v4:
30132026-05-20T02:38:07.203Znat_v6:
30142026-05-20T02:38:07.203Zport_mac:
30152026-05-20T02:38:07.203Z2: a8:40:25:6e:0e:32
30162026-05-20T02:38:07.203Z1: a8:40:25:6e:0e:31
30172026-05-20T02:38:07.203Z1000: a8:40:25:6e:0e:30
30182026-05-20T02:38:07.203Zproxy arp:
30192026-05-20T02:38:07.207Z[s2.trio] netstat -nr -f inet6
30202026-05-20T02:38:07.216ZRouting Table: IPv6
30212026-05-20T02:38:07.216Z Destination/Mask Gateway Flags Ref Use If
30222026-05-20T02:38:07.216Z--------------------------- --------------------------- ----- --- ------- -----
30232026-05-20T02:38:07.216Z::1 ::1 UH 2 0 lo0
30242026-05-20T02:38:07.216Zfd00:1::/64 fe80::1449:23ff:fe52:f705 UG 1 0 sl1
30252026-05-20T02:38:07.216Zfe80::/10 fe80::386d:c9ff:feee:6e3a U 3 64 sl1
30262026-05-20T02:38:07.216Z[s2.trio] ipadm
30272026-05-20T02:38:07.228ZADDROBJ TYPE STATE ADDR
30282026-05-20T02:38:07.228Zlo0/v4 static ok 127.0.0.1/8
30292026-05-20T02:38:07.228Zmg3/v4 static ok 10.0.0.2/24
30302026-05-20T02:38:07.228Zlo0/v6 static ok ::1/128
30312026-05-20T02:38:07.228Zlo0/u6 static ok fd00:2::1/64
30322026-05-20T02:38:07.228Zsl1/v6 addrconf ok fe80::386d:c9ff:feee:6e3a%sl1/10
30332026-05-20T02:38:07.229Z[s2.trio] route -nv get -inet6 fd00:1::1
30342026-05-20T02:38:07.241Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30352026-05-20T02:38:07.241Zlocks: inits:
30362026-05-20T02:38:07.241Zsockaddrs: <DST,IFP>
30372026-05-20T02:38:07.241Z fd00:1::1
30382026-05-20T02:38:07.241Z route to: fd00:1::1
30392026-05-20T02:38:07.241Zdestination: fd00:1::
30402026-05-20T02:38:07.241Z mask: ffff:ffff:ffff:ffff::
30412026-05-20T02:38:07.241Z gateway: fe80::1449:23ff:fe52:f705
30422026-05-20T02:38:07.241Z interface: sl1 index 3 address 3a 6d c9 ee 6e 3a
30432026-05-20T02:38:07.241Z flags: <UP,GATEWAY,DONE,STATIC>
30442026-05-20T02:38:07.241Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30452026-05-20T02:38:07.241Z 0 0 0 0 0 0 9000 0
30462026-05-20T02:38:07.241Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30472026-05-20T02:38:07.241Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30482026-05-20T02:38:07.242Z fd00:1:: fe80::1449:23ff:fe52:f705 ffff:ffff:ffff:ffff:: sl1:3a.6d.c9.ee.6e.3a fe80::386d:c9ff:feee:6e3a
30492026-05-20T02:38:07.242Z[s2.trio] ndp -na
30502026-05-20T02:38:07.253ZNet to Media Table: IPv6
30512026-05-20T02:38:07.253Z If Physical Address Type State Destination/Mask
30522026-05-20T02:38:07.253Z----- ----------------- ------- ------------ ---------------------------
30532026-05-20T02:38:07.253Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30542026-05-20T02:38:07.253Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30552026-05-20T02:38:07.253Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30562026-05-20T02:38:07.254Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30572026-05-20T02:38:07.254Zsl1 3a:6d:c9:ee:6e:3a local REACHABLE fe80::386d:c9ff:feee:6e3a
30582026-05-20T02:38:07.254Zsl1 33:33:ff:52:f7:05 other REACHABLE ff02::1:ff52:f705
30592026-05-20T02:38:07.254Zsl1 33:33:ff:ee:6e:3a other REACHABLE ff02::1:ffee:6e3a
30602026-05-20T02:38:07.254Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30612026-05-20T02:38:07.254Zsl1 16:49:23:52:f7:05 dynamic REACHABLE fe80::1449:23ff:fe52:f705
30622026-05-20T02:38:07.254Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30632026-05-20T02:38:07.266Zlocal v6:
30642026-05-20T02:38:07.266Zfe80::5c3b:acff:fee2:a5a7
30652026-05-20T02:38:07.267Zfe80::1449:23ff:fe52:f705
30662026-05-20T02:38:07.267Zlocal v4:
30672026-05-20T02:38:07.267Zrouter v6_idx:
30682026-05-20T02:38:07.267Zfd00:1::/64 -> 0
30692026-05-20T02:38:07.267Zfd00:2::/64 -> 1
30702026-05-20T02:38:07.267Zrouter v6_routes:
30712026-05-20T02:38:07.267Z0 -> fe80::6ce0:2aff:fe79:3140 (1)
30722026-05-20T02:38:07.267Z1 -> fe80::386d:c9ff:feee:6e3a (2)
30732026-05-20T02:38:07.267Zrouter v4_idx:
30742026-05-20T02:38:07.267Zrouter v4_routes:
30752026-05-20T02:38:07.267Zresolver v4:
30762026-05-20T02:38:07.267Z10.0.0.3 -> 02:08:20:fc:b1:b2
30772026-05-20T02:38:07.267Z10.0.0.254 -> 02:08:20:41:86:76
30782026-05-20T02:38:07.267Zresolver v6:
30792026-05-20T02:38:07.267Zfe80::5c3b:acff:fee2:a5a7 -> 5e:3b:ac:e2:a5:a7
30802026-05-20T02:38:07.267Zfe80::6ce0:2aff:fe79:3140 -> 6e:e0:2a:79:31:40
30812026-05-20T02:38:07.267Zfe80::1449:23ff:fe52:f705 -> 16:49:23:52:f7:05
30822026-05-20T02:38:07.267Zfe80::386d:c9ff:feee:6e3a -> 3a:6d:c9:ee:6e:3a
30832026-05-20T02:38:07.267Znat v4:
30842026-05-20T02:38:07.267Znat_v6:
30852026-05-20T02:38:07.267Zport_mac:
30862026-05-20T02:38:07.267Z2: a8:40:25:6e:0e:32
30872026-05-20T02:38:07.267Z1: a8:40:25:6e:0e:31
30882026-05-20T02:38:07.267Z1000: a8:40:25:6e:0e:30
30892026-05-20T02:38:07.267Zproxy arp:
30902026-05-20T02:38:07.267Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30912026-05-20T02:38:07.310ZSubnet Port Link Gateway Vlan
30922026-05-20T02:38:07.310Zfd00:1::/64 rear0 0 fe80::6ce0:2aff:fe79:3140
30932026-05-20T02:38:07.310Zfd00:2::/64 rear1 0 fe80::386d:c9ff:feee:6e3a
30942026-05-20T02:38:07.310Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30952026-05-20T02:38:07.350Zhost mac age
30962026-05-20T02:38:07.350Z10.0.0.3 02:08:20:fc:b1:b2 21s
30972026-05-20T02:38:07.350Z10.0.0.254 02:08:20:41:86:76 18s
30982026-05-20T02:38:07.350Zfe80::1449:23ff:fe52:f705 16:49:23:52:f7:05 21s
30992026-05-20T02:38:07.350Zfe80::386d:c9ff:feee:6e3a 3a:6d:c9:ee:6e:3a 21s
31002026-05-20T02:38:07.350Zfe80::5c3b:acff:fee2:a5a7 5e:3b:ac:e2:a5:a7 21s
31012026-05-20T02:38:07.350Zfe80::6ce0:2aff:fe79:3140 6e:e0:2a:79:31:40 21s
31022026-05-20T02:38:07.350Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31032026-05-20T02:38:07.390ZLink IPv4 IPv6
31042026-05-20T02:38:07.390Zrear0/0 fe80::5c3b:acff:fee2:a5a7
31052026-05-20T02:38:07.390Zrear1/0 fe80::1449:23ff:fe52:f705
31062026-05-20T02:38:07.390Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31072026-05-20T02:38:08.414ZADDROBJ TYPE STATE ADDR
31082026-05-20T02:38:08.414Zlo0/v4 static ok 127.0.0.1/8
31092026-05-20T02:38:08.414Zmg2/v4 static ok 10.0.0.1/24
31102026-05-20T02:38:08.414Zlo0/v6 static ok ::1/128
31112026-05-20T02:38:08.414Zlo0/u6 static ok fd00:1::1/64
31122026-05-20T02:38:08.414Zsl0/v6 addrconf ok fe80::6ce0:2aff:fe79:3140%sl0/10
31132026-05-20T02:38:08.414Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31142026-05-20T02:38:08.414Zlocks: inits:
31152026-05-20T02:38:08.414Zsockaddrs: <DST,IFP>
31162026-05-20T02:38:08.414Z fd00:2::1
31172026-05-20T02:38:08.414Z route to: fd00:2::1
31182026-05-20T02:38:08.415Zdestination: fd00:2::
31192026-05-20T02:38:08.415Z mask: ffff:ffff:ffff:ffff::
31202026-05-20T02:38:08.415Z gateway: fe80::5c3b:acff:fee2:a5a7
31212026-05-20T02:38:08.415Z interface: sl0 index 3 address 6e e0 2a 79 31 40
31222026-05-20T02:38:08.415Z flags: <UP,GATEWAY,DONE,STATIC>
31232026-05-20T02:38:08.415Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31242026-05-20T02:38:08.415Z 0 0 0 0 0 0 9000 0
31252026-05-20T02:38:08.415Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31262026-05-20T02:38:08.415Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31272026-05-20T02:38:08.415Z fd00:2:: fe80::5c3b:acff:fee2:a5a7 ffff:ffff:ffff:ffff:: sl0:6e.e0.2a.79.31.40 fe80::6ce0:2aff:fe79:3140
31282026-05-20T02:38:08.415Z
31292026-05-20T02:38:08.415ZNet to Media Table: IPv6
31302026-05-20T02:38:08.415Z If Physical Address Type State Destination/Mask
31312026-05-20T02:38:08.415Z----- ----------------- ------- ------------ ---------------------------
31322026-05-20T02:38:08.415Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31332026-05-20T02:38:08.415Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31342026-05-20T02:38:08.415Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31352026-05-20T02:38:08.415Zsl0 33:33:ff:79:31:40 other REACHABLE ff02::1:ff79:3140
31362026-05-20T02:38:08.415Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31372026-05-20T02:38:08.415Zsl0 5e:3b:ac:e2:a5:a7 dynamic REACHABLE fe80::5c3b:acff:fee2:a5a7
31382026-05-20T02:38:08.415Zsl0 6e:e0:2a:79:31:40 local REACHABLE fe80::6ce0:2aff:fe79:3140
31392026-05-20T02:38:08.415Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31402026-05-20T02:38:08.415Zsl0 33:33:ff:e2:a5:a7 other REACHABLE ff02::1:ffe2:a5a7
31412026-05-20T02:38:08.415Z
31422026-05-20T02:38:08.415Z
31432026-05-20T02:38:08.415ZRouting Table: IPv6
31442026-05-20T02:38:08.415Z Destination/Mask Gateway Flags Ref Use If
31452026-05-20T02:38:08.415Z--------------------------- --------------------------- ----- --- ------- -----
31462026-05-20T02:38:08.415Z::1 ::1 UH 2 0 lo0
31472026-05-20T02:38:08.415Zfd00:2::/64 fe80::5c3b:acff:fee2:a5a7 UG 2 2 sl0
31482026-05-20T02:38:08.415Zfe80::/10 fe80::6ce0:2aff:fe79:3140 U 3 64 sl0
31492026-05-20T02:38:08.415ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31502026-05-20T02:38:08.415Z68 bytes from fd00:2::1: icmp_seq=0. time=0.275 ms
31512026-05-20T02:38:08.415Z68 bytes from fd00:2::1: icmp_seq=1. time=0.249 ms
31522026-05-20T02:38:08.415Z
31532026-05-20T02:38:08.415Z----fd00:2::1 PING Statistics----
31542026-05-20T02:38:08.415Z2 packets transmitted, 2 packets received, 0% packet loss
31552026-05-20T02:38:08.415Zround-trip (ms) min/avg/max/stddev = 0.249/0.262/0.275/0.018
31562026-05-20T02:38:08.416Z[s2.trio] ping fd00:1::1
31572026-05-20T02:38:08.429Zfd00:1::1 is alive
31582026-05-20T02:38:08.429Zserver router restart passed
31592026-05-20T02:38:12.434Zpeer expiration recovery passed
31602026-05-20T02:38:13.436Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31612026-05-20T02:38:13.454Z3
31622026-05-20T02:38:13.454Zredundant advertise passed
31632026-05-20T02:38:14.457Ztunnel endpoint advertise passed
31642026-05-20T02:38:19.461Zredundant tunnel endpoint advertise passed
31652026-05-20T02:38:19.462Z[s1.trio] pkill ddmd
31662026-05-20T02:38:19.477Z
31672026-05-20T02:38:24.476Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 228bd563-3f98-425e-a61a-9e2b355456ed --sled-uuid 909bda42-0558-4333-9086-f859a67d19ec -a sl0/v6 &> /opt/ddmd.log &
31682026-05-20T02:38:24.491Z
31692026-05-20T02:38:29.499Ztunnel router restart passed
31702026-05-20T02:38:30.501Ztunnel endpoint withdraw passed
31712026-05-20T02:38:30.504Z[t1.trio] pkill ddmd
31722026-05-20T02:38:30.517Z
31732026-05-20T02:38:30.517Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31742026-05-20T02:38:30.520Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31752026-05-20T02:38:32.410Z[s2.trio] pkill ddmd
31762026-05-20T02:38:32.424Z
31772026-05-20T02:38:32.424Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31782026-05-20T02:38:34.232Z[s1.trio] pkill ddmd
31792026-05-20T02:38:34.247Z
31802026-05-20T02:38:34.247Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31812026-05-20T02:38:36.407Z[sidecar.trio] pkill softnpu
31822026-05-20T02:38:36.421Z
31832026-05-20T02:38:36.421Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31842026-05-20T02:38:38.956Ztest ddm::test_trio_v3 ... ok
31852026-05-20T02:38:38.956Z
31862026-05-20T02:38:38.956Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.49s
31872026-05-20T02:38:38.956Z
31882026-05-20T02:38:39.008Z+ cleanup
31892026-05-20T02:38:39.011Z++ id -un
31902026-05-20T02:38:39.014Z++ id -gn
31912026-05-20T02:38:39.014Z+ pfexec chown -R build:build .
31922026-05-20T02:38:39.179Zprocess exited: duration 668413 ms, exit code 0
 
31932026-05-20T02:38:39.193Zfound 5 output files
31942026-05-20T02:38:39.202Zuploading: /work/s1.trio.log (4053 bytes)
31952026-05-20T02:38:40.210Zuploaded: /work/s1.trio.log
31962026-05-20T02:38:40.210Zuploading: /work/s2.trio.log (10789 bytes)
31972026-05-20T02:38:41.226Zuploaded: /work/s2.trio.log
31982026-05-20T02:38:41.226Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
31992026-05-20T02:38:42.234Zuploaded: /work/sidecar.trio-softnpu.log
32002026-05-20T02:38:42.234Zuploading: /work/t1.trio-dpd.log (326400 bytes)
32012026-05-20T02:38:43.251Zuploaded: /work/t1.trio-dpd.log
32022026-05-20T02:38:43.251Zuploading: /work/t1.trio.log (25744 bytes)
32032026-05-20T02:38:44.262Zuploaded: /work/t1.trio.log