01KS1K83CWA62RBFPDQ27X40D6: test-ddm-quartet

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

Buildomat Job: 01KS1K8HH0SH1EPCNMPQRNV7FJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T02:26:59.496Zjob assigned to worker 01KS1K93J1736YF0NDFN1WCPWZ [factory aws, i-0071afbe5da77c208] (queued for 59 s)
 
22026-05-20T02:27:06.040Zstarting task 0: "setup"
32026-05-20T02:27:06.044Z++ uname -s
42026-05-20T02:27:06.047Z+ kern=SunOS
52026-05-20T02:27:06.047Z+ build_user=build
62026-05-20T02:27:06.047Z+ build_uid=12345
72026-05-20T02:27:06.047Z+ work_dir=/work
82026-05-20T02:27:06.047Z+ input_dir=/input
92026-05-20T02:27:06.047Z+ [[ 0 == 12345 ]]
102026-05-20T02:27:06.047Z+ case "$kern" in
112026-05-20T02:27:06.047Z+ groupadd -g 12345 build
122026-05-20T02:27:06.050Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T02:27:08.054Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T02:27:08.132Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T02:27:08.135Z+ home_fs=zfs
162026-05-20T02:27:08.135Z+ [[ zfs == autofs ]]
172026-05-20T02:27:08.135Z+ mkdir -p /home/build
182026-05-20T02:27:08.136Z+ chown build:build /home/build /work
192026-05-20T02:27:10.136Z+ chmod 0700 /home/build /work
202026-05-20T02:27:10.139Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-20T02:27:10.146Zstarting task 1: "rust-toolchain"
222026-05-20T02:27:10.151Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T02:27:10.151Z * rust toolchain channel = "stable"
242026-05-20T02:27:10.151Z * rust toolchain profile = "default"
252026-05-20T02:27:10.151Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T02:27:10.151Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T02:27:10.151Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T02:27:10.154Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T02:27:10.154Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T02:27:10.272Zinfo: downloading installer
312026-05-20T02:27:11.665Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T02:27:11.665Zwarn: /opt/ooce/bin
332026-05-20T02:27:11.665Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T02:27:11.665Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T02:27:11.665Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T02:27:11.665Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T02:27:11.665Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T02:27:11.665Zerror: cannot install while Rust is installed
392026-05-20T02:27:11.665Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T02:27:11.665Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T02:27:11.666Zwarn: /home/build/.rustup/settings.toml
422026-05-20T02:27:11.666Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T02:27:11.666Zwarn: instead of the one inferred from the default host triple.
442026-05-20T02:27:11.679Zinfo: profile set to default
452026-05-20T02:27:11.679Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T02:27:11.682Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T02:27:11.810Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T02:27:11.813Zinfo: downloading 6 components
492026-05-20T02:27:26.322Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T02:27:26.322Z
512026-05-20T02:27:26.363Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T02:27:26.363Z
532026-05-20T02:27:26.363Z
542026-05-20T02:27:26.363ZRust is installed now. Great!
552026-05-20T02:27:26.363Z
562026-05-20T02:27:26.363ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T02:27:26.363Zenvironment variable. This has not been done automatically.
582026-05-20T02:27:26.364Z
592026-05-20T02:27:26.364ZTo configure your current shell, you need to source
602026-05-20T02:27:26.364Zthe corresponding env file under $HOME/.cargo.
612026-05-20T02:27:26.364Z
622026-05-20T02:27:26.364ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T02:27:26.364Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T02:27:26.367Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T02:27:26.367Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T02:27:26.367Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T02:27:26.367Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T02:27:26.367Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T02:27:26.367Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T02:27:26.367Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T02:27:26.453Z+ rustup --version
722026-05-20T02:27:26.462Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T02:27:26.465Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T02:27:26.483Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T02:27:26.486Z+ cargo --version
762026-05-20T02:27:26.500Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T02:27:26.503Z+ rustc --version
782026-05-20T02:27:26.522Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T02:27:26.525Zprocess exited: duration 16377 ms, exit code 0
 
802026-05-20T02:27:26.531Zstarting task 2: "authentication"
812026-05-20T02:27:26.547Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T02:27:26.553Zstarting task 3: "clone repository"
832026-05-20T02:27:26.557Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T02:27:26.560Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T02:27:26.599ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T02:27:27.524Z+ cd /work/oxidecomputer/maghemite
872026-05-20T02:27:27.524Z+ git fetch origin ad71a11cb1f29478f350da15977277c0aa3e7f84
882026-05-20T02:27:27.749ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T02:27:27.749Z * branch ad71a11cb1f29478f350da15977277c0aa3e7f84 -> FETCH_HEAD
902026-05-20T02:27:27.753Z+ [[ -n trey/ddm-track-session-duration ]]
912026-05-20T02:27:27.756Z++ git branch --show-current
922026-05-20T02:27:27.756Z+ current=main
932026-05-20T02:27:27.757Z+ [[ main != trey/ddm-track-session-duration ]]
942026-05-20T02:27:27.757Z+ git branch -f trey/ddm-track-session-duration ad71a11cb1f29478f350da15977277c0aa3e7f84
952026-05-20T02:27:27.760Z+ git checkout -f trey/ddm-track-session-duration
962026-05-20T02:27:27.776ZSwitched to branch 'trey/ddm-track-session-duration'
972026-05-20T02:27:27.779Z+ git reset --hard ad71a11cb1f29478f350da15977277c0aa3e7f84
982026-05-20T02:27:27.793ZHEAD is now at ad71a11 Merge main into trey/ddm-track-session-duration
992026-05-20T02:27:27.796Zprocess exited: duration 1240 ms, exit code 0
 
1002026-05-20T02:27:27.802Zstarting task 4: "build"
1012026-05-20T02:27:27.808Z++ dladm
1022026-05-20T02:27:27.812ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-20T02:27:27.812Zena0 phys 9216 up -- --
1042026-05-20T02:27:27.815Z++ ipadm
1052026-05-20T02:27:27.815ZADDROBJ TYPE STATE ADDR
1062026-05-20T02:27:27.815Zlo0/v4 static ok 127.0.0.1/8
1072026-05-20T02:27:27.815Zena0/dhcp dhcp ok 10.150.1.170/24
1082026-05-20T02:27:27.815Zlo0/v6 static ok ::1/128
1092026-05-20T02:27:27.815Z++ banner collect
1102026-05-20T02:27:27.819Z
1112026-05-20T02:27:27.819Z #### #### # # ###### #### #####
1122026-05-20T02:27:27.819Z # # # # # # # # # #
1132026-05-20T02:27:27.819Z # # # # # ##### # #
1142026-05-20T02:27:27.819Z # # # # # # # #
1152026-05-20T02:27:27.819Z # # # # # # # # # #
1162026-05-20T02:27:27.819Z #### #### ###### ###### ###### #### #
1172026-05-20T02:27:27.819Z
1182026-05-20T02:27:27.819Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-20T02:27:27.819Z++ repo=softnpu
1202026-05-20T02:27:27.820Z++ series=image
1212026-05-20T02:27:27.820Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-20T02:27:27.820Z++ name=softnpu
1232026-05-20T02:27:27.820Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-20T02:27:27.820Z++ mkdir -p download
1252026-05-20T02:27:27.820Z++ pushd download
1262026-05-20T02:27:27.820Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-20T02:27:27.820Z++ [[ ! -f softnpu ]]
1282026-05-20T02:27:27.820Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-20T02:27:27.824Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-20T02:27:27.824Z Dload Upload Total Spent Left Speed
1312026-05-20T02:27:28.270Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.95M 0 0 100 15.63M 100 15.63M 0 0 34.95M 0 0 100 15.63M 100 15.63M 0 0 34.95M 0 0
1322026-05-20T02:27:28.274Z++ popd
1332026-05-20T02:27:28.274Z/work/oxidecomputer/maghemite
1342026-05-20T02:27:28.274Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-20T02:27:28.274Z++ repo=sidecar-lite
1362026-05-20T02:27:28.274Z++ series=release
1372026-05-20T02:27:28.274Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-20T02:27:28.274Z++ name=libsidecar_lite.so
1392026-05-20T02:27:28.274Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-20T02:27:28.274Z++ mkdir -p download
1412026-05-20T02:27:28.277Z++ pushd download
1422026-05-20T02:27:28.277Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-05-20T02:27:28.277Z++ [[ ! -f libsidecar_lite.so ]]
1442026-05-20T02:27:28.277Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-20T02:27:28.280Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-20T02:27:28.280Z Dload Upload Total Spent Left Speed
1472026-05-20T02:27:28.696Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 28.90M 0 0 100 12.04M 100 12.04M 0 0 28.89M 0 0 100 12.04M 100 12.04M 0 0 28.89M 0 0
1482026-05-20T02:27:28.699Z++ popd
1492026-05-20T02:27:28.699Z/work/oxidecomputer/maghemite
1502026-05-20T02:27:28.699Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-20T02:27:28.699Z++ repo=sidecar-lite
1522026-05-20T02:27:28.699Z++ series=release
1532026-05-20T02:27:28.699Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-20T02:27:28.699Z++ name=scadm
1552026-05-20T02:27:28.699Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-20T02:27:28.699Z++ mkdir -p download
1572026-05-20T02:27:28.703Z++ pushd download
1582026-05-20T02:27:28.703Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-20T02:27:28.703Z++ [[ ! -f scadm ]]
1602026-05-20T02:27:28.703Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-20T02:27:28.706Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-20T02:27:28.706Z Dload Upload Total Spent Left Speed
1632026-05-20T02:27:29.013Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 51.30M 0 0 100 15.78M 100 15.78M 0 0 51.30M 0 0 100 15.78M 100 15.78M 0 0 51.29M 0 0
1642026-05-20T02:27:29.016Z++ popd
1652026-05-20T02:27:29.016Z/work/oxidecomputer/maghemite
1662026-05-20T02:27:29.016Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-20T02:27:29.016Z++ repo=dendrite
1682026-05-20T02:27:29.016Z++ series=image
1692026-05-20T02:27:29.016Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-20T02:27:29.016Z++ name=dendrite-softnpu.tar.gz
1712026-05-20T02:27:29.016Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-20T02:27:29.016Z++ mkdir -p download
1732026-05-20T02:27:29.016Z++ pushd download
1742026-05-20T02:27:29.016Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-20T02:27:29.016Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-20T02:27:29.017Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-20T02:27:29.022Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-20T02:27:29.022Z Dload Upload Total Spent Left Speed
1792026-05-20T02:27:30.141Z 0 0 0 0 0 0 0 0 0 84 71.59M 84 60.66M 0 0 60.71M 0 00:01 00:01 60.72M 100 71.59M 100 71.59M 0 0 64.01M 0 00:01 00:01 60.72M 100 71.59M 100 71.59M 0 0 64.01M 0 00:01 00:01 60.72M 100 71.59M 100 71.59M 0 0 64.01M 0 00:01 00:01 60.72M
1802026-05-20T02:27:30.144Z++ popd
1812026-05-20T02:27:30.144Z/work/oxidecomputer/maghemite
1822026-05-20T02:27:30.145Z++ get_artifact maghemite release ad71a11cb1f29478f350da15977277c0aa3e7f84 ddm
1832026-05-20T02:27:30.145Z++ repo=maghemite
1842026-05-20T02:27:30.145Z++ series=release
1852026-05-20T02:27:30.145Z++ commit=ad71a11cb1f29478f350da15977277c0aa3e7f84
1862026-05-20T02:27:30.145Z++ name=ddm
1872026-05-20T02:27:30.145Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-20T02:27:30.145Z++ mkdir -p download
1892026-05-20T02:27:30.148Z++ pushd download
1902026-05-20T02:27:30.148Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-20T02:27:30.148Z++ [[ ! -f ddm ]]
1922026-05-20T02:27:30.148Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ad71a11cb1f29478f350da15977277c0aa3e7f84/ddm
1932026-05-20T02:27:30.152Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-20T02:27:30.155Z Dload Upload Total Spent Left Speed
1952026-05-20T02:27:30.210Z 0 0 0 0 0 0 0 0 0
1962026-05-20T02:27:30.210Zcurl: (22) The requested URL returned error: 404
1972026-05-20T02:27:30.214Z++ popd
1982026-05-20T02:27:30.214Z/work/oxidecomputer/maghemite
1992026-05-20T02:27:30.214Z++ get_artifact maghemite release ad71a11cb1f29478f350da15977277c0aa3e7f84 ddmadm
2002026-05-20T02:27:30.214Z++ repo=maghemite
2012026-05-20T02:27:30.214Z++ series=release
2022026-05-20T02:27:30.214Z++ commit=ad71a11cb1f29478f350da15977277c0aa3e7f84
2032026-05-20T02:27:30.214Z++ name=ddmadm
2042026-05-20T02:27:30.214Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-20T02:27:30.214Z++ mkdir -p download
2062026-05-20T02:27:30.214Z++ pushd download
2072026-05-20T02:27:30.214Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-20T02:27:30.214Z++ [[ ! -f ddmadm ]]
2092026-05-20T02:27:30.214Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ad71a11cb1f29478f350da15977277c0aa3e7f84/ddmadm
2102026-05-20T02:27:30.219Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-20T02:27:30.222Z Dload Upload Total Spent Left Speed
2122026-05-20T02:27:30.272Z 0 0 0 0 0 0 0 0 0
2132026-05-20T02:27:30.272Zcurl: (22) The requested URL returned error: 404
2142026-05-20T02:27:30.275Z++ popd
2152026-05-20T02:27:30.276Z/work/oxidecomputer/maghemite
2162026-05-20T02:27:30.276Z++ pushd download
2172026-05-20T02:27:30.276Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-20T02:27:30.276Z++ chmod +x softnpu
2192026-05-20T02:27:30.276Z++ chmod +x scadm
2202026-05-20T02:27:30.281Z++ chmod +x ddmadm
2212026-05-20T02:27:30.281Zchmod: WARNING: can't access ddmadm
2222026-05-20T02:27:30.281Z++ chmod +x ddmd
2232026-05-20T02:27:30.281Zchmod: WARNING: can't access ddmd
2242026-05-20T02:27:30.281Z++ mv ddmadm ddmadm-v2
2252026-05-20T02:27:30.284Zmv: cannot access ddmadm
2262026-05-20T02:27:30.284Z++ mv ddmd ddmd-v2
2272026-05-20T02:27:30.284Zmv: cannot access ddmd
2282026-05-20T02:27:30.284Z++ rm -rf zones/dendrite
2292026-05-20T02:27:30.284Z++ mkdir -p zones/dendrite
2302026-05-20T02:27:30.284Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-20T02:27:31.301Z++ 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:31.307Z++ 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:31.307Z++ popd
2342026-05-20T02:27:31.307Z++ banner install
2352026-05-20T02:27:31.307Z/work/oxidecomputer/maghemite
2362026-05-20T02:27:31.307Z
2372026-05-20T02:27:31.307Z # # # #### ##### ## # #
2382026-05-20T02:27:31.307Z # ## # # # # # # #
2392026-05-20T02:27:31.307Z # # # # #### # # # # #
2402026-05-20T02:27:31.307Z # # # # # # ###### # #
2412026-05-20T02:27:31.307Z # # ## # # # # # # #
2422026-05-20T02:27:31.307Z # # # #### # # # ###### ######
2432026-05-20T02:27:31.307Z
2442026-05-20T02:27:31.307Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-20T02:27:31.307Z++ set +o errexit
2462026-05-20T02:27:31.310Z++ pkg info clang-15
2472026-05-20T02:27:31.310Z++ grep -qi installed
2482026-05-20T02:27:32.540Zpkg: info: no packages matching the following patterns you specified are
2492026-05-20T02:27:32.540Zinstalled on the system. Try querying remotely instead:
2502026-05-20T02:27:32.540Z
2512026-05-20T02:27:32.540Z clang-15
2522026-05-20T02:27:32.577Z++ [[ 1 != 0 ]]
2532026-05-20T02:27:32.580Z++ set -o errexit
2542026-05-20T02:27:32.580Z++ pfexec pkg install clang-15
2552026-05-20T02:27:39.345Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-20T02:27:47.057Z Startup: Caching catalogs ... Done
2572026-05-20T02:27:54.363ZPlanning: Solver setup ... Done
2582026-05-20T02:27:54.402ZPlanning: Running solver ... Done
2592026-05-20T02:27:54.551ZPlanning: Finding local manifests ... Done
2602026-05-20T02:27:54.979ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-20T02:27:55.490ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-20T02:27:55.519ZPlanning: Package planning ... Done
2632026-05-20T02:27:55.545ZPlanning: Merging actions ... Done
2642026-05-20T02:27:55.654ZPlanning: Checking for conflicting actions ... Done
2652026-05-20T02:27:55.661ZPlanning: Consolidating action changes ... Done
2662026-05-20T02:27:56.438ZPlanning: Evaluating mediators ... Done
2672026-05-20T02:27:56.443ZPlanning: Planning completed in 9.22 seconds
2682026-05-20T02:27:56.454Z Packages to install: 2
2692026-05-20T02:27:56.454Z Mediators to change: 2
2702026-05-20T02:27:56.454Z Services to change: 1
2712026-05-20T02:27:56.454Z Create boot environment: No
2722026-05-20T02:27:56.458ZCreate backup boot environment: No
2732026-05-20T02:27:56.495Z
2742026-05-20T02:27:56.495ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-20T02:28:01.500ZDownload: 495/3076 items 16.5/211.3MB 7% complete (3.4M/s)
2762026-05-20T02:28:09.090ZDownload: 980/3076 items 82.0/211.3MB 38% complete (10.3M/s)
2772026-05-20T02:28:21.971ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2782026-05-20T02:28:27.136ZDownload: 3028/3076 items 200.8/211.3MB 95% complete (24.9M/s)
2792026-05-20T02:28:30.569ZDownload: Completed 211.31 MB in 34.07 seconds (6.2M/s)
2802026-05-20T02:28:30.952Z Actions: 1/3418 actions (Installing new actions)
2812026-05-20T02:28:34.106Z Actions: Completed 3418 actions in 3.15 seconds.
2822026-05-20T02:28:34.756Z Done
2832026-05-20T02:28:34.756Z Done
2842026-05-20T02:28:35.497Z Done
2852026-05-20T02:28:38.892Z Done
2862026-05-20T02:28:38.968Z Done
2872026-05-20T02:28:38.971Z Done
2882026-05-20T02:28:39.246Z Done
2892026-05-20T02:28:39.930Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-05-20T02:28:39.930Z++ set +o errexit
2912026-05-20T02:28:39.933Z++ pkg info pkg-config
2922026-05-20T02:28:39.933Z++ grep -qi installed
2932026-05-20T02:28:40.160Z++ [[ 0 != 0 ]]
2942026-05-20T02:28:40.160Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-05-20T02:28:40.160Z++ set +o errexit
2962026-05-20T02:28:40.164Z++ pkg info brand/omicron1
2972026-05-20T02:28:40.164Z++ grep -qi installed
2982026-05-20T02:28:40.345Zpkg: info: no packages matching the following patterns you specified are
2992026-05-20T02:28:40.345Zinstalled on the system. Try querying remotely instead:
3002026-05-20T02:28:40.345Z
3012026-05-20T02:28:40.345Z brand/omicron1
3022026-05-20T02:28:40.379Z++ [[ 1 != 0 ]]
3032026-05-20T02:28:40.379Z++ set -o errexit
3042026-05-20T02:28:40.380Z++ pfexec pkg install brand/omicron1
3052026-05-20T02:28:40.787Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-05-20T02:28:48.041ZPlanning: Solver setup ... Done
3072026-05-20T02:28:48.079ZPlanning: Running solver ... Done
3082026-05-20T02:28:48.225ZPlanning: Finding local manifests ... Done
3092026-05-20T02:28:48.229ZPlanning: Fetching manifests: 0/2 0% complete
3102026-05-20T02:28:48.348ZPlanning: Fetching manifests: 2/2 100% complete
3112026-05-20T02:28:48.360ZPlanning: Package planning ... Done
3122026-05-20T02:28:48.365ZPlanning: Merging actions ... Done
3132026-05-20T02:28:48.509ZPlanning: Checking for conflicting actions ... Done
3142026-05-20T02:28:48.512ZPlanning: Consolidating action changes ... Done
3152026-05-20T02:28:48.666ZPlanning: Evaluating mediators ... Done
3162026-05-20T02:28:48.670ZPlanning: Planning completed in 7.88 seconds
3172026-05-20T02:28:48.675Z Packages to install: 2
3182026-05-20T02:28:48.675Z Create boot environment: No
3192026-05-20T02:28:48.675ZCreate backup boot environment: No
3202026-05-20T02:28:48.703Z
3212026-05-20T02:28:48.703ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-05-20T02:28:48.740ZDownload: Completed 1.07 MB in 0.04 seconds (29.0M/s)
3232026-05-20T02:28:48.816Z Actions: 1/28 actions (Installing new actions)
3242026-05-20T02:28:48.829Z Actions: Completed 28 actions in 0.01 seconds.
3252026-05-20T02:28:49.337Z Done
3262026-05-20T02:28:49.337Z Done
3272026-05-20T02:28:49.972Z Done
3282026-05-20T02:28:52.788Z Done
3292026-05-20T02:28:52.863Z Done
3302026-05-20T02:28:52.866Z Done
3312026-05-20T02:28:53.025Z Done
3322026-05-20T02:28:53.160Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-05-20T02:28:53.160Z++ set +o errexit
3342026-05-20T02:28:53.163Z++ pkg info brand/omicron1/tools
3352026-05-20T02:28:53.163Z++ grep -qi installed
3362026-05-20T02:28:53.346Zpkg: info: no packages matching the following patterns you specified are
3372026-05-20T02:28:53.346Zinstalled on the system. Try querying remotely instead:
3382026-05-20T02:28:53.346Z
3392026-05-20T02:28:53.346Z brand/omicron1/tools
3402026-05-20T02:28:53.382Z++ [[ 1 != 0 ]]
3412026-05-20T02:28:53.382Z++ set -o errexit
3422026-05-20T02:28:53.382Z++ pfexec pkg install brand/omicron1/tools
3432026-05-20T02:28:53.773Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-05-20T02:29:01.218ZPlanning: Solver setup ... Done
3452026-05-20T02:29:01.258ZPlanning: Running solver ... Done
3462026-05-20T02:29:01.401ZPlanning: Finding local manifests ... Done
3472026-05-20T02:29:01.404ZPlanning: Fetching manifests: 0/1 0% complete
3482026-05-20T02:29:01.515ZPlanning: Fetching manifests: 1/1 100% complete
3492026-05-20T02:29:01.528ZPlanning: Package planning ... Done
3502026-05-20T02:29:01.531ZPlanning: Merging actions ... Done
3512026-05-20T02:29:01.670ZPlanning: Checking for conflicting actions ... Done
3522026-05-20T02:29:01.673ZPlanning: Consolidating action changes ... Done
3532026-05-20T02:29:01.826ZPlanning: Evaluating mediators ... Done
3542026-05-20T02:29:01.829ZPlanning: Planning completed in 8.05 seconds
3552026-05-20T02:29:01.834Z Packages to install: 1
3562026-05-20T02:29:01.834Z Services to change: 1
3572026-05-20T02:29:01.835Z Create boot environment: No
3582026-05-20T02:29:01.835ZCreate backup boot environment: No
3592026-05-20T02:29:01.864Z
3602026-05-20T02:29:01.865ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-05-20T02:29:01.897ZDownload: Completed 1.19 MB in 0.03 seconds (40.9M/s)
3622026-05-20T02:29:01.965Z Actions: 1/19 actions (Installing new actions)
3632026-05-20T02:29:01.979Z Actions: Completed 19 actions in 0.01 seconds.
3642026-05-20T02:29:02.488Z Done
3652026-05-20T02:29:02.488Z Done
3662026-05-20T02:29:03.128Z Done
3672026-05-20T02:29:06.056Z Done
3682026-05-20T02:29:06.133Z Done
3692026-05-20T02:29:06.136Z Done
3702026-05-20T02:29:06.298Z Done
3712026-05-20T02:29:06.435Z++ pfexec svcadm enable baseline
3722026-05-20T02:29:06.450Z++ retry=0
3732026-05-20T02:29:06.458Z+++ svcs -Hostate baseline
3742026-05-20T02:29:06.468Z++ [[ offline* != online ]]
3752026-05-20T02:29:06.468Z++ [[ 0 -gt 300 ]]
3762026-05-20T02:29:06.468Z++ sleep 1
3772026-05-20T02:29:07.467Z++ retry=1
3782026-05-20T02:29:07.471Z+++ svcs -Hostate baseline
3792026-05-20T02:29:07.482Z++ [[ offline* != online ]]
3802026-05-20T02:29:07.482Z++ [[ 1 -gt 300 ]]
3812026-05-20T02:29:07.482Z++ sleep 1
3822026-05-20T02:29:08.484Z++ retry=2
3832026-05-20T02:29:08.487Z+++ svcs -Hostate baseline
3842026-05-20T02:29:08.499Z++ [[ offline* != online ]]
3852026-05-20T02:29:08.499Z++ [[ 2 -gt 300 ]]
3862026-05-20T02:29:08.499Z++ sleep 1
3872026-05-20T02:29:09.501Z++ retry=3
3882026-05-20T02:29:09.506Z+++ svcs -Hostate baseline
3892026-05-20T02:29:09.516Z++ [[ offline* != online ]]
3902026-05-20T02:29:09.519Z++ [[ 3 -gt 300 ]]
3912026-05-20T02:29:09.519Z++ sleep 1
3922026-05-20T02:29:10.518Z++ retry=4
3932026-05-20T02:29:10.521Z+++ svcs -Hostate baseline
3942026-05-20T02:29:10.533Z++ [[ offline* != online ]]
3952026-05-20T02:29:10.533Z++ [[ 4 -gt 300 ]]
3962026-05-20T02:29:10.533Z++ sleep 1
3972026-05-20T02:29:11.536Z++ retry=5
3982026-05-20T02:29:11.539Z+++ svcs -Hostate baseline
3992026-05-20T02:29:11.551Z++ [[ offline* != online ]]
4002026-05-20T02:29:11.551Z++ [[ 5 -gt 300 ]]
4012026-05-20T02:29:11.551Z++ sleep 1
4022026-05-20T02:29:12.553Z++ retry=6
4032026-05-20T02:29:12.556Z+++ svcs -Hostate baseline
4042026-05-20T02:29:12.569Z++ [[ offline* != online ]]
4052026-05-20T02:29:12.569Z++ [[ 6 -gt 300 ]]
4062026-05-20T02:29:12.569Z++ sleep 1
4072026-05-20T02:29:13.573Z++ retry=7
4082026-05-20T02:29:13.576Z+++ svcs -Hostate baseline
4092026-05-20T02:29:13.588Z++ [[ offline* != online ]]
4102026-05-20T02:29:13.588Z++ [[ 7 -gt 300 ]]
4112026-05-20T02:29:13.588Z++ sleep 1
4122026-05-20T02:29:14.591Z++ retry=8
4132026-05-20T02:29:14.594Z+++ svcs -Hostate baseline
4142026-05-20T02:29:14.606Z++ [[ offline* != online ]]
4152026-05-20T02:29:14.606Z++ [[ 8 -gt 300 ]]
4162026-05-20T02:29:14.606Z++ sleep 1
4172026-05-20T02:29:15.608Z++ retry=9
4182026-05-20T02:29:15.612Z+++ svcs -Hostate baseline
4192026-05-20T02:29:15.625Z++ [[ offline* != online ]]
4202026-05-20T02:29:15.625Z++ [[ 9 -gt 300 ]]
4212026-05-20T02:29:15.625Z++ sleep 1
4222026-05-20T02:29:16.627Z++ retry=10
4232026-05-20T02:29:16.630Z+++ svcs -Hostate baseline
4242026-05-20T02:29:16.643Z++ [[ offline* != online ]]
4252026-05-20T02:29:16.643Z++ [[ 10 -gt 300 ]]
4262026-05-20T02:29:16.646Z++ sleep 1
4272026-05-20T02:29:17.646Z++ retry=11
4282026-05-20T02:29:17.649Z+++ svcs -Hostate baseline
4292026-05-20T02:29:17.664Z++ [[ offline* != online ]]
4302026-05-20T02:29:17.664Z++ [[ 11 -gt 300 ]]
4312026-05-20T02:29:17.664Z++ sleep 1
4322026-05-20T02:29:18.667Z++ retry=12
4332026-05-20T02:29:18.670Z+++ svcs -Hostate baseline
4342026-05-20T02:29:18.680Z++ [[ offline* != online ]]
4352026-05-20T02:29:18.680Z++ [[ 12 -gt 300 ]]
4362026-05-20T02:29:18.680Z++ sleep 1
4372026-05-20T02:29:19.683Z++ retry=13
4382026-05-20T02:29:19.686Z+++ svcs -Hostate baseline
4392026-05-20T02:29:19.698Z++ [[ offline* != online ]]
4402026-05-20T02:29:19.698Z++ [[ 13 -gt 300 ]]
4412026-05-20T02:29:19.698Z++ sleep 1
4422026-05-20T02:29:20.701Z++ retry=14
4432026-05-20T02:29:20.704Z+++ svcs -Hostate baseline
4442026-05-20T02:29:20.717Z++ [[ offline* != online ]]
4452026-05-20T02:29:20.717Z++ [[ 14 -gt 300 ]]
4462026-05-20T02:29:20.717Z++ sleep 1
4472026-05-20T02:29:21.719Z++ retry=15
4482026-05-20T02:29:21.723Z+++ svcs -Hostate baseline
4492026-05-20T02:29:21.735Z++ [[ offline* != online ]]
4502026-05-20T02:29:21.735Z++ [[ 15 -gt 300 ]]
4512026-05-20T02:29:21.735Z++ sleep 1
4522026-05-20T02:29:22.739Z++ retry=16
4532026-05-20T02:29:22.742Z+++ svcs -Hostate baseline
4542026-05-20T02:29:22.753Z++ [[ offline* != online ]]
4552026-05-20T02:29:22.753Z++ [[ 16 -gt 300 ]]
4562026-05-20T02:29:22.753Z++ sleep 1
4572026-05-20T02:29:23.755Z++ retry=17
4582026-05-20T02:29:23.772Z+++ svcs -Hostate baseline
4592026-05-20T02:29:23.777Z++ [[ offline* != online ]]
4602026-05-20T02:29:23.777Z++ [[ 17 -gt 300 ]]
4612026-05-20T02:29:23.777Z++ sleep 1
4622026-05-20T02:29:24.773Z++ retry=18
4632026-05-20T02:29:24.776Z+++ svcs -Hostate baseline
4642026-05-20T02:29:24.789Z++ [[ offline* != online ]]
4652026-05-20T02:29:24.789Z++ [[ 18 -gt 300 ]]
4662026-05-20T02:29:24.789Z++ sleep 1
4672026-05-20T02:29:25.791Z++ retry=19
4682026-05-20T02:29:25.794Z+++ svcs -Hostate baseline
4692026-05-20T02:29:25.806Z++ [[ offline* != online ]]
4702026-05-20T02:29:25.806Z++ [[ 19 -gt 300 ]]
4712026-05-20T02:29:25.806Z++ sleep 1
4722026-05-20T02:29:26.809Z++ retry=20
4732026-05-20T02:29:26.812Z+++ svcs -Hostate baseline
4742026-05-20T02:29:26.825Z++ [[ offline* != online ]]
4752026-05-20T02:29:26.825Z++ [[ 20 -gt 300 ]]
4762026-05-20T02:29:26.825Z++ sleep 1
4772026-05-20T02:29:27.827Z++ retry=21
4782026-05-20T02:29:27.832Z+++ svcs -Hostate baseline
4792026-05-20T02:29:27.844Z++ [[ offline* != online ]]
4802026-05-20T02:29:27.844Z++ [[ 21 -gt 300 ]]
4812026-05-20T02:29:27.844Z++ sleep 1
4822026-05-20T02:29:28.846Z++ retry=22
4832026-05-20T02:29:28.851Z+++ svcs -Hostate baseline
4842026-05-20T02:29:28.862Z++ [[ offline* != online ]]
4852026-05-20T02:29:28.862Z++ [[ 22 -gt 300 ]]
4862026-05-20T02:29:28.862Z++ sleep 1
4872026-05-20T02:29:29.864Z++ retry=23
4882026-05-20T02:29:29.868Z+++ svcs -Hostate baseline
4892026-05-20T02:29:29.880Z++ [[ offline* != online ]]
4902026-05-20T02:29:29.880Z++ [[ 23 -gt 300 ]]
4912026-05-20T02:29:29.880Z++ sleep 1
4922026-05-20T02:29:30.884Z++ retry=24
4932026-05-20T02:29:30.887Z+++ svcs -Hostate baseline
4942026-05-20T02:29:30.898Z++ [[ offline* != online ]]
4952026-05-20T02:29:30.898Z++ [[ 24 -gt 300 ]]
4962026-05-20T02:29:30.898Z++ sleep 1
4972026-05-20T02:29:31.900Z++ retry=25
4982026-05-20T02:29:31.904Z+++ svcs -Hostate baseline
4992026-05-20T02:29:31.916Z++ [[ offline* != online ]]
5002026-05-20T02:29:31.916Z++ [[ 25 -gt 300 ]]
5012026-05-20T02:29:31.916Z++ sleep 1
5022026-05-20T02:29:32.918Z++ retry=26
5032026-05-20T02:29:32.922Z+++ svcs -Hostate baseline
5042026-05-20T02:29:32.934Z++ [[ offline* != online ]]
5052026-05-20T02:29:32.934Z++ [[ 26 -gt 300 ]]
5062026-05-20T02:29:32.934Z++ sleep 1
5072026-05-20T02:29:33.937Z++ retry=27
5082026-05-20T02:29:33.941Z+++ svcs -Hostate baseline
5092026-05-20T02:29:33.952Z++ [[ offline* != online ]]
5102026-05-20T02:29:33.952Z++ [[ 27 -gt 300 ]]
5112026-05-20T02:29:33.952Z++ sleep 1
5122026-05-20T02:29:34.957Z++ retry=28
5132026-05-20T02:29:34.960Z+++ svcs -Hostate baseline
5142026-05-20T02:29:34.970Z++ [[ offline* != online ]]
5152026-05-20T02:29:34.970Z++ [[ 28 -gt 300 ]]
5162026-05-20T02:29:34.970Z++ sleep 1
5172026-05-20T02:29:35.973Z++ retry=29
5182026-05-20T02:29:35.976Z+++ svcs -Hostate baseline
5192026-05-20T02:29:35.989Z++ [[ offline* != online ]]
5202026-05-20T02:29:35.989Z++ [[ 29 -gt 300 ]]
5212026-05-20T02:29:35.989Z++ sleep 1
5222026-05-20T02:29:36.991Z++ retry=30
5232026-05-20T02:29:36.994Z+++ svcs -Hostate baseline
5242026-05-20T02:29:37.007Z++ [[ offline* != online ]]
5252026-05-20T02:29:37.007Z++ [[ 30 -gt 300 ]]
5262026-05-20T02:29:37.007Z++ sleep 1
5272026-05-20T02:29:38.010Z++ retry=31
5282026-05-20T02:29:38.014Z+++ svcs -Hostate baseline
5292026-05-20T02:29:38.025Z++ [[ offline* != online ]]
5302026-05-20T02:29:38.025Z++ [[ 31 -gt 300 ]]
5312026-05-20T02:29:38.025Z++ sleep 1
5322026-05-20T02:29:39.027Z++ retry=32
5332026-05-20T02:29:39.031Z+++ svcs -Hostate baseline
5342026-05-20T02:29:39.043Z++ [[ offline* != online ]]
5352026-05-20T02:29:39.043Z++ [[ 32 -gt 300 ]]
5362026-05-20T02:29:39.043Z++ sleep 1
5372026-05-20T02:29:40.045Z++ retry=33
5382026-05-20T02:29:40.048Z+++ svcs -Hostate baseline
5392026-05-20T02:29:40.061Z++ [[ offline* != online ]]
5402026-05-20T02:29:40.061Z++ [[ 33 -gt 300 ]]
5412026-05-20T02:29:40.061Z++ sleep 1
5422026-05-20T02:29:41.063Z++ retry=34
5432026-05-20T02:29:41.067Z+++ svcs -Hostate baseline
5442026-05-20T02:29:41.079Z++ [[ offline* != online ]]
5452026-05-20T02:29:41.079Z++ [[ 34 -gt 300 ]]
5462026-05-20T02:29:41.079Z++ sleep 1
5472026-05-20T02:29:42.081Z++ retry=35
5482026-05-20T02:29:42.085Z+++ svcs -Hostate baseline
5492026-05-20T02:29:42.099Z++ [[ offline* != online ]]
5502026-05-20T02:29:42.099Z++ [[ 35 -gt 300 ]]
5512026-05-20T02:29:42.099Z++ sleep 1
5522026-05-20T02:29:43.100Z++ retry=36
5532026-05-20T02:29:43.104Z+++ svcs -Hostate baseline
5542026-05-20T02:29:43.115Z++ [[ offline* != online ]]
5552026-05-20T02:29:43.115Z++ [[ 36 -gt 300 ]]
5562026-05-20T02:29:43.115Z++ sleep 1
5572026-05-20T02:29:44.118Z++ retry=37
5582026-05-20T02:29:44.121Z+++ svcs -Hostate baseline
5592026-05-20T02:29:44.133Z++ [[ offline* != online ]]
5602026-05-20T02:29:44.134Z++ [[ 37 -gt 300 ]]
5612026-05-20T02:29:44.134Z++ sleep 1
5622026-05-20T02:29:45.136Z++ retry=38
5632026-05-20T02:29:45.139Z+++ svcs -Hostate baseline
5642026-05-20T02:29:45.152Z++ [[ offline* != online ]]
5652026-05-20T02:29:45.152Z++ [[ 38 -gt 300 ]]
5662026-05-20T02:29:45.152Z++ sleep 1
5672026-05-20T02:29:46.154Z++ retry=39
5682026-05-20T02:29:46.157Z+++ svcs -Hostate baseline
5692026-05-20T02:29:46.170Z++ [[ offline* != online ]]
5702026-05-20T02:29:46.170Z++ [[ 39 -gt 300 ]]
5712026-05-20T02:29:46.170Z++ sleep 1
5722026-05-20T02:29:47.173Z++ retry=40
5732026-05-20T02:29:47.176Z+++ svcs -Hostate baseline
5742026-05-20T02:29:47.188Z++ [[ offline* != online ]]
5752026-05-20T02:29:47.188Z++ [[ 40 -gt 300 ]]
5762026-05-20T02:29:47.188Z++ sleep 1
5772026-05-20T02:29:48.190Z++ retry=41
5782026-05-20T02:29:48.193Z+++ svcs -Hostate baseline
5792026-05-20T02:29:48.206Z++ [[ offline* != online ]]
5802026-05-20T02:29:48.207Z++ [[ 41 -gt 300 ]]
5812026-05-20T02:29:48.207Z++ sleep 1
5822026-05-20T02:29:49.208Z++ retry=42
5832026-05-20T02:29:49.211Z+++ svcs -Hostate baseline
5842026-05-20T02:29:49.225Z++ [[ offline* != online ]]
5852026-05-20T02:29:49.225Z++ [[ 42 -gt 300 ]]
5862026-05-20T02:29:49.225Z++ sleep 1
5872026-05-20T02:29:50.227Z++ retry=43
5882026-05-20T02:29:50.230Z+++ svcs -Hostate baseline
5892026-05-20T02:29:50.243Z++ [[ offline* != online ]]
5902026-05-20T02:29:50.243Z++ [[ 43 -gt 300 ]]
5912026-05-20T02:29:50.243Z++ sleep 1
5922026-05-20T02:29:51.248Z++ retry=44
5932026-05-20T02:29:51.252Z+++ svcs -Hostate baseline
5942026-05-20T02:29:51.261Z++ [[ offline* != online ]]
5952026-05-20T02:29:51.261Z++ [[ 44 -gt 300 ]]
5962026-05-20T02:29:51.261Z++ sleep 1
5972026-05-20T02:29:52.263Z++ retry=45
5982026-05-20T02:29:52.266Z+++ svcs -Hostate baseline
5992026-05-20T02:29:52.279Z++ [[ offline* != online ]]
6002026-05-20T02:29:52.279Z++ [[ 45 -gt 300 ]]
6012026-05-20T02:29:52.279Z++ sleep 1
6022026-05-20T02:29:53.281Z++ retry=46
6032026-05-20T02:29:53.284Z+++ svcs -Hostate baseline
6042026-05-20T02:29:53.297Z++ [[ offline* != online ]]
6052026-05-20T02:29:53.297Z++ [[ 46 -gt 300 ]]
6062026-05-20T02:29:53.297Z++ sleep 1
6072026-05-20T02:29:54.299Z++ retry=47
6082026-05-20T02:29:54.303Z+++ svcs -Hostate baseline
6092026-05-20T02:29:54.315Z++ [[ offline* != online ]]
6102026-05-20T02:29:54.315Z++ [[ 47 -gt 300 ]]
6112026-05-20T02:29:54.316Z++ sleep 1
6122026-05-20T02:29:55.318Z++ retry=48
6132026-05-20T02:29:55.321Z+++ svcs -Hostate baseline
6142026-05-20T02:29:55.334Z++ [[ offline* != online ]]
6152026-05-20T02:29:55.334Z++ [[ 48 -gt 300 ]]
6162026-05-20T02:29:55.334Z++ sleep 1
6172026-05-20T02:29:56.336Z++ retry=49
6182026-05-20T02:29:56.339Z+++ svcs -Hostate baseline
6192026-05-20T02:29:56.352Z++ [[ offline* != online ]]
6202026-05-20T02:29:56.352Z++ [[ 49 -gt 300 ]]
6212026-05-20T02:29:56.352Z++ sleep 1
6222026-05-20T02:29:57.354Z++ retry=50
6232026-05-20T02:29:57.357Z+++ svcs -Hostate baseline
6242026-05-20T02:29:57.370Z++ [[ offline* != online ]]
6252026-05-20T02:29:57.370Z++ [[ 50 -gt 300 ]]
6262026-05-20T02:29:57.370Z++ sleep 1
6272026-05-20T02:29:58.372Z++ retry=51
6282026-05-20T02:29:58.375Z+++ svcs -Hostate baseline
6292026-05-20T02:29:58.388Z++ [[ offline* != online ]]
6302026-05-20T02:29:58.388Z++ [[ 51 -gt 300 ]]
6312026-05-20T02:29:58.388Z++ sleep 1
6322026-05-20T02:29:59.390Z++ retry=52
6332026-05-20T02:29:59.393Z+++ svcs -Hostate baseline
6342026-05-20T02:29:59.406Z++ [[ offline* != online ]]
6352026-05-20T02:29:59.406Z++ [[ 52 -gt 300 ]]
6362026-05-20T02:29:59.406Z++ sleep 1
6372026-05-20T02:30:00.408Z++ retry=53
6382026-05-20T02:30:00.412Z+++ svcs -Hostate baseline
6392026-05-20T02:30:00.424Z++ [[ offline* != online ]]
6402026-05-20T02:30:00.424Z++ [[ 53 -gt 300 ]]
6412026-05-20T02:30:00.424Z++ sleep 1
6422026-05-20T02:30:01.426Z++ retry=54
6432026-05-20T02:30:01.430Z+++ svcs -Hostate baseline
6442026-05-20T02:30:01.442Z++ [[ offline* != online ]]
6452026-05-20T02:30:01.442Z++ [[ 54 -gt 300 ]]
6462026-05-20T02:30:01.442Z++ sleep 1
6472026-05-20T02:30:02.446Z++ retry=55
6482026-05-20T02:30:02.451Z+++ svcs -Hostate baseline
6492026-05-20T02:30:02.461Z++ [[ offline* != online ]]
6502026-05-20T02:30:02.461Z++ [[ 55 -gt 300 ]]
6512026-05-20T02:30:02.461Z++ sleep 1
6522026-05-20T02:30:03.463Z++ retry=56
6532026-05-20T02:30:03.466Z+++ svcs -Hostate baseline
6542026-05-20T02:30:03.480Z++ [[ offline* != online ]]
6552026-05-20T02:30:03.480Z++ [[ 56 -gt 300 ]]
6562026-05-20T02:30:03.480Z++ sleep 1
6572026-05-20T02:30:04.481Z++ retry=57
6582026-05-20T02:30:04.484Z+++ svcs -Hostate baseline
6592026-05-20T02:30:04.497Z++ [[ offline* != online ]]
6602026-05-20T02:30:04.497Z++ [[ 57 -gt 300 ]]
6612026-05-20T02:30:04.497Z++ sleep 1
6622026-05-20T02:30:05.499Z++ retry=58
6632026-05-20T02:30:05.502Z+++ svcs -Hostate baseline
6642026-05-20T02:30:05.515Z++ [[ offline* != online ]]
6652026-05-20T02:30:05.515Z++ [[ 58 -gt 300 ]]
6662026-05-20T02:30:05.515Z++ sleep 1
6672026-05-20T02:30:06.517Z++ retry=59
6682026-05-20T02:30:06.520Z+++ svcs -Hostate baseline
6692026-05-20T02:30:06.532Z++ [[ offline* != online ]]
6702026-05-20T02:30:06.532Z++ [[ 59 -gt 300 ]]
6712026-05-20T02:30:06.532Z++ sleep 1
6722026-05-20T02:30:07.535Z++ retry=60
6732026-05-20T02:30:07.538Z+++ svcs -Hostate baseline
6742026-05-20T02:30:07.550Z++ [[ offline* != online ]]
6752026-05-20T02:30:07.550Z++ [[ 60 -gt 300 ]]
6762026-05-20T02:30:07.553Z++ sleep 1
6772026-05-20T02:30:08.553Z++ retry=61
6782026-05-20T02:30:08.556Z+++ svcs -Hostate baseline
6792026-05-20T02:30:08.568Z++ [[ offline* != online ]]
6802026-05-20T02:30:08.569Z++ [[ 61 -gt 300 ]]
6812026-05-20T02:30:08.569Z++ sleep 1
6822026-05-20T02:30:09.571Z++ retry=62
6832026-05-20T02:30:09.574Z+++ svcs -Hostate baseline
6842026-05-20T02:30:09.592Z++ [[ offline* != online ]]
6852026-05-20T02:30:09.592Z++ [[ 62 -gt 300 ]]
6862026-05-20T02:30:09.592Z++ sleep 1
6872026-05-20T02:30:10.589Z++ retry=63
6882026-05-20T02:30:10.592Z+++ svcs -Hostate baseline
6892026-05-20T02:30:10.605Z++ [[ offline* != online ]]
6902026-05-20T02:30:10.605Z++ [[ 63 -gt 300 ]]
6912026-05-20T02:30:10.605Z++ sleep 1
6922026-05-20T02:30:11.607Z++ retry=64
6932026-05-20T02:30:11.610Z+++ svcs -Hostate baseline
6942026-05-20T02:30:11.623Z++ [[ offline* != online ]]
6952026-05-20T02:30:11.623Z++ [[ 64 -gt 300 ]]
6962026-05-20T02:30:11.626Z++ sleep 1
6972026-05-20T02:30:12.625Z++ retry=65
6982026-05-20T02:30:12.628Z+++ svcs -Hostate baseline
6992026-05-20T02:30:12.641Z++ [[ offline* != online ]]
7002026-05-20T02:30:12.641Z++ [[ 65 -gt 300 ]]
7012026-05-20T02:30:12.644Z++ sleep 1
7022026-05-20T02:30:13.644Z++ retry=66
7032026-05-20T02:30:13.648Z+++ svcs -Hostate baseline
7042026-05-20T02:30:13.659Z++ [[ offline* != online ]]
7052026-05-20T02:30:13.659Z++ [[ 66 -gt 300 ]]
7062026-05-20T02:30:13.659Z++ sleep 1
7072026-05-20T02:30:14.661Z++ retry=67
7082026-05-20T02:30:14.664Z+++ svcs -Hostate baseline
7092026-05-20T02:30:14.677Z++ [[ offline* != online ]]
7102026-05-20T02:30:14.677Z++ [[ 67 -gt 300 ]]
7112026-05-20T02:30:14.677Z++ sleep 1
7122026-05-20T02:30:15.679Z++ retry=68
7132026-05-20T02:30:15.682Z+++ svcs -Hostate baseline
7142026-05-20T02:30:15.697Z++ [[ offline* != online ]]
7152026-05-20T02:30:15.697Z++ [[ 68 -gt 300 ]]
7162026-05-20T02:30:15.700Z++ sleep 1
7172026-05-20T02:30:16.698Z++ retry=69
7182026-05-20T02:30:16.701Z+++ svcs -Hostate baseline
7192026-05-20T02:30:16.714Z++ [[ offline* != online ]]
7202026-05-20T02:30:16.714Z++ [[ 69 -gt 300 ]]
7212026-05-20T02:30:16.717Z++ sleep 1
7222026-05-20T02:30:17.717Z++ retry=70
7232026-05-20T02:30:17.720Z+++ svcs -Hostate baseline
7242026-05-20T02:30:17.733Z++ [[ offline* != online ]]
7252026-05-20T02:30:17.733Z++ [[ 70 -gt 300 ]]
7262026-05-20T02:30:17.738Z++ sleep 1
7272026-05-20T02:30:18.734Z++ retry=71
7282026-05-20T02:30:18.737Z+++ svcs -Hostate baseline
7292026-05-20T02:30:18.750Z++ [[ offline* != online ]]
7302026-05-20T02:30:18.750Z++ [[ 71 -gt 300 ]]
7312026-05-20T02:30:18.753Z++ sleep 1
7322026-05-20T02:30:19.753Z++ retry=72
7332026-05-20T02:30:19.756Z+++ svcs -Hostate baseline
7342026-05-20T02:30:19.769Z++ [[ offline* != online ]]
7352026-05-20T02:30:19.769Z++ [[ 72 -gt 300 ]]
7362026-05-20T02:30:19.769Z++ sleep 1
7372026-05-20T02:30:20.771Z++ retry=73
7382026-05-20T02:30:20.774Z+++ svcs -Hostate baseline
7392026-05-20T02:30:20.787Z++ [[ offline* != online ]]
7402026-05-20T02:30:20.787Z++ [[ 73 -gt 300 ]]
7412026-05-20T02:30:20.790Z++ sleep 1
7422026-05-20T02:30:21.789Z++ retry=74
7432026-05-20T02:30:21.792Z+++ svcs -Hostate baseline
7442026-05-20T02:30:21.805Z++ [[ offline* != online ]]
7452026-05-20T02:30:21.805Z++ [[ 74 -gt 300 ]]
7462026-05-20T02:30:21.808Z++ sleep 1
7472026-05-20T02:30:22.807Z++ retry=75
7482026-05-20T02:30:22.811Z+++ svcs -Hostate baseline
7492026-05-20T02:30:22.823Z++ [[ offline* != online ]]
7502026-05-20T02:30:22.823Z++ [[ 75 -gt 300 ]]
7512026-05-20T02:30:22.823Z++ sleep 1
7522026-05-20T02:30:23.825Z++ retry=76
7532026-05-20T02:30:23.828Z+++ svcs -Hostate baseline
7542026-05-20T02:30:23.841Z++ [[ offline* != online ]]
7552026-05-20T02:30:23.841Z++ [[ 76 -gt 300 ]]
7562026-05-20T02:30:23.841Z++ sleep 1
7572026-05-20T02:30:24.845Z++ retry=77
7582026-05-20T02:30:24.848Z+++ svcs -Hostate baseline
7592026-05-20T02:30:24.859Z++ [[ offline* != online ]]
7602026-05-20T02:30:24.859Z++ [[ 77 -gt 300 ]]
7612026-05-20T02:30:24.862Z++ sleep 1
7622026-05-20T02:30:25.861Z++ retry=78
7632026-05-20T02:30:25.866Z+++ svcs -Hostate baseline
7642026-05-20T02:30:25.877Z++ [[ offline* != online ]]
7652026-05-20T02:30:25.877Z++ [[ 78 -gt 300 ]]
7662026-05-20T02:30:25.877Z++ sleep 1
7672026-05-20T02:30:26.881Z++ retry=79
7682026-05-20T02:30:26.885Z+++ svcs -Hostate baseline
7692026-05-20T02:30:26.895Z++ [[ offline* != online ]]
7702026-05-20T02:30:26.895Z++ [[ 79 -gt 300 ]]
7712026-05-20T02:30:26.898Z++ sleep 1
7722026-05-20T02:30:27.898Z++ retry=80
7732026-05-20T02:30:27.901Z+++ svcs -Hostate baseline
7742026-05-20T02:30:27.914Z++ [[ offline* != online ]]
7752026-05-20T02:30:27.914Z++ [[ 80 -gt 300 ]]
7762026-05-20T02:30:27.917Z++ sleep 1
7772026-05-20T02:30:28.917Z++ retry=81
7782026-05-20T02:30:28.921Z+++ svcs -Hostate baseline
7792026-05-20T02:30:28.932Z++ [[ offline* != online ]]
7802026-05-20T02:30:28.932Z++ [[ 81 -gt 300 ]]
7812026-05-20T02:30:28.935Z++ sleep 1
7822026-05-20T02:30:29.934Z++ retry=82
7832026-05-20T02:30:29.937Z+++ svcs -Hostate baseline
7842026-05-20T02:30:29.950Z++ [[ offline* != online ]]
7852026-05-20T02:30:29.950Z++ [[ 82 -gt 300 ]]
7862026-05-20T02:30:29.953Z++ sleep 1
7872026-05-20T02:30:30.953Z++ retry=83
7882026-05-20T02:30:30.956Z+++ svcs -Hostate baseline
7892026-05-20T02:30:30.969Z++ [[ offline* != online ]]
7902026-05-20T02:30:30.969Z++ [[ 83 -gt 300 ]]
7912026-05-20T02:30:30.969Z++ sleep 1
7922026-05-20T02:30:31.971Z++ retry=84
7932026-05-20T02:30:31.974Z+++ svcs -Hostate baseline
7942026-05-20T02:30:31.987Z++ [[ offline* != online ]]
7952026-05-20T02:30:31.987Z++ [[ 84 -gt 300 ]]
7962026-05-20T02:30:31.990Z++ sleep 1
7972026-05-20T02:30:32.989Z++ retry=85
7982026-05-20T02:30:32.992Z+++ svcs -Hostate baseline
7992026-05-20T02:30:33.005Z++ [[ offline* != online ]]
8002026-05-20T02:30:33.005Z++ [[ 85 -gt 300 ]]
8012026-05-20T02:30:33.005Z++ sleep 1
8022026-05-20T02:30:34.007Z++ retry=86
8032026-05-20T02:30:34.010Z+++ svcs -Hostate baseline
8042026-05-20T02:30:34.023Z++ [[ offline* != online ]]
8052026-05-20T02:30:34.023Z++ [[ 86 -gt 300 ]]
8062026-05-20T02:30:34.023Z++ sleep 1
8072026-05-20T02:30:35.025Z++ retry=87
8082026-05-20T02:30:35.029Z+++ svcs -Hostate baseline
8092026-05-20T02:30:35.043Z++ [[ offline* != online ]]
8102026-05-20T02:30:35.043Z++ [[ 87 -gt 300 ]]
8112026-05-20T02:30:35.043Z++ sleep 1
8122026-05-20T02:30:36.043Z++ retry=88
8132026-05-20T02:30:36.046Z+++ svcs -Hostate baseline
8142026-05-20T02:30:36.059Z++ [[ offline* != online ]]
8152026-05-20T02:30:36.059Z++ [[ 88 -gt 300 ]]
8162026-05-20T02:30:36.059Z++ sleep 1
8172026-05-20T02:30:37.061Z++ retry=89
8182026-05-20T02:30:37.064Z+++ svcs -Hostate baseline
8192026-05-20T02:30:37.077Z++ [[ offline* != online ]]
8202026-05-20T02:30:37.077Z++ [[ 89 -gt 300 ]]
8212026-05-20T02:30:37.077Z++ sleep 1
8222026-05-20T02:30:38.079Z++ retry=90
8232026-05-20T02:30:38.083Z+++ svcs -Hostate baseline
8242026-05-20T02:30:38.096Z++ [[ offline* != online ]]
8252026-05-20T02:30:38.096Z++ [[ 90 -gt 300 ]]
8262026-05-20T02:30:38.096Z++ sleep 1
8272026-05-20T02:30:39.099Z++ retry=91
8282026-05-20T02:30:39.102Z+++ svcs -Hostate baseline
8292026-05-20T02:30:39.115Z++ [[ offline* != online ]]
8302026-05-20T02:30:39.115Z++ [[ 91 -gt 300 ]]
8312026-05-20T02:30:39.115Z++ sleep 1
8322026-05-20T02:30:40.118Z++ retry=92
8332026-05-20T02:30:40.121Z+++ svcs -Hostate baseline
8342026-05-20T02:30:40.134Z++ [[ offline* != online ]]
8352026-05-20T02:30:40.134Z++ [[ 92 -gt 300 ]]
8362026-05-20T02:30:40.134Z++ sleep 1
8372026-05-20T02:30:41.137Z++ retry=93
8382026-05-20T02:30:41.140Z+++ svcs -Hostate baseline
8392026-05-20T02:30:41.151Z++ [[ offline* != online ]]
8402026-05-20T02:30:41.151Z++ [[ 93 -gt 300 ]]
8412026-05-20T02:30:41.151Z++ sleep 1
8422026-05-20T02:30:42.153Z++ retry=94
8432026-05-20T02:30:42.156Z+++ svcs -Hostate baseline
8442026-05-20T02:30:42.170Z++ [[ offline* != online ]]
8452026-05-20T02:30:42.170Z++ [[ 94 -gt 300 ]]
8462026-05-20T02:30:42.170Z++ sleep 1
8472026-05-20T02:30:43.170Z++ retry=95
8482026-05-20T02:30:43.173Z+++ svcs -Hostate baseline
8492026-05-20T02:30:43.185Z++ [[ offline* != online ]]
8502026-05-20T02:30:43.185Z++ [[ 95 -gt 300 ]]
8512026-05-20T02:30:43.185Z++ sleep 1
8522026-05-20T02:30:44.187Z++ retry=96
8532026-05-20T02:30:44.190Z+++ svcs -Hostate baseline
8542026-05-20T02:30:44.202Z++ [[ offline* != online ]]
8552026-05-20T02:30:44.203Z++ [[ 96 -gt 300 ]]
8562026-05-20T02:30:44.203Z++ sleep 1
8572026-05-20T02:30:45.204Z++ retry=97
8582026-05-20T02:30:45.208Z+++ svcs -Hostate baseline
8592026-05-20T02:30:45.220Z++ [[ offline* != online ]]
8602026-05-20T02:30:45.220Z++ [[ 97 -gt 300 ]]
8612026-05-20T02:30:45.220Z++ sleep 1
8622026-05-20T02:30:46.221Z++ retry=98
8632026-05-20T02:30:46.225Z+++ svcs -Hostate baseline
8642026-05-20T02:30:46.238Z++ [[ offline* != online ]]
8652026-05-20T02:30:46.238Z++ [[ 98 -gt 300 ]]
8662026-05-20T02:30:46.238Z++ sleep 1
8672026-05-20T02:30:47.239Z++ retry=99
8682026-05-20T02:30:47.242Z+++ svcs -Hostate baseline
8692026-05-20T02:30:47.254Z++ [[ offline* != online ]]
8702026-05-20T02:30:47.254Z++ [[ 99 -gt 300 ]]
8712026-05-20T02:30:47.254Z++ sleep 1
8722026-05-20T02:30:48.256Z++ retry=100
8732026-05-20T02:30:48.260Z+++ svcs -Hostate baseline
8742026-05-20T02:30:48.273Z++ [[ offline* != online ]]
8752026-05-20T02:30:48.273Z++ [[ 100 -gt 300 ]]
8762026-05-20T02:30:48.273Z++ sleep 1
8772026-05-20T02:30:49.276Z++ retry=101
8782026-05-20T02:30:49.279Z+++ svcs -Hostate baseline
8792026-05-20T02:30:49.291Z++ [[ offline* != online ]]
8802026-05-20T02:30:49.291Z++ [[ 101 -gt 300 ]]
8812026-05-20T02:30:49.291Z++ sleep 1
8822026-05-20T02:30:50.294Z++ retry=102
8832026-05-20T02:30:50.297Z+++ svcs -Hostate baseline
8842026-05-20T02:30:50.309Z++ [[ offline* != online ]]
8852026-05-20T02:30:50.309Z++ [[ 102 -gt 300 ]]
8862026-05-20T02:30:50.309Z++ sleep 1
8872026-05-20T02:30:51.312Z++ retry=103
8882026-05-20T02:30:51.315Z+++ svcs -Hostate baseline
8892026-05-20T02:30:51.327Z++ [[ offline* != online ]]
8902026-05-20T02:30:51.327Z++ [[ 103 -gt 300 ]]
8912026-05-20T02:30:51.330Z++ sleep 1
8922026-05-20T02:30:52.329Z++ retry=104
8932026-05-20T02:30:52.333Z+++ svcs -Hostate baseline
8942026-05-20T02:30:52.345Z++ [[ offline* != online ]]
8952026-05-20T02:30:52.345Z++ [[ 104 -gt 300 ]]
8962026-05-20T02:30:52.345Z++ sleep 1
8972026-05-20T02:30:53.347Z++ retry=105
8982026-05-20T02:30:53.350Z+++ svcs -Hostate baseline
8992026-05-20T02:30:53.364Z++ [[ offline* != online ]]
9002026-05-20T02:30:53.364Z++ [[ 105 -gt 300 ]]
9012026-05-20T02:30:53.364Z++ sleep 1
9022026-05-20T02:30:54.367Z++ retry=106
9032026-05-20T02:30:54.370Z+++ svcs -Hostate baseline
9042026-05-20T02:30:54.381Z++ [[ offline* != online ]]
9052026-05-20T02:30:54.381Z++ [[ 106 -gt 300 ]]
9062026-05-20T02:30:54.384Z++ sleep 1
9072026-05-20T02:30:55.383Z++ retry=107
9082026-05-20T02:30:55.386Z+++ svcs -Hostate baseline
9092026-05-20T02:30:55.398Z++ [[ offline* != online ]]
9102026-05-20T02:30:55.398Z++ [[ 107 -gt 300 ]]
9112026-05-20T02:30:55.398Z++ sleep 1
9122026-05-20T02:30:56.401Z++ retry=108
9132026-05-20T02:30:56.404Z+++ svcs -Hostate baseline
9142026-05-20T02:30:56.416Z++ [[ offline* != online ]]
9152026-05-20T02:30:56.416Z++ [[ 108 -gt 300 ]]
9162026-05-20T02:30:56.416Z++ sleep 1
9172026-05-20T02:30:57.419Z++ retry=109
9182026-05-20T02:30:57.423Z+++ svcs -Hostate baseline
9192026-05-20T02:30:57.434Z++ [[ offline* != online ]]
9202026-05-20T02:30:57.434Z++ [[ 109 -gt 300 ]]
9212026-05-20T02:30:57.434Z++ sleep 1
9222026-05-20T02:30:58.436Z++ retry=110
9232026-05-20T02:30:58.440Z+++ svcs -Hostate baseline
9242026-05-20T02:30:58.452Z++ [[ offline* != online ]]
9252026-05-20T02:30:58.452Z++ [[ 110 -gt 300 ]]
9262026-05-20T02:30:58.452Z++ sleep 1
9272026-05-20T02:30:59.455Z++ retry=111
9282026-05-20T02:30:59.459Z+++ svcs -Hostate baseline
9292026-05-20T02:30:59.470Z++ [[ online != online ]]
9302026-05-20T02:30:59.470Z++ set -o errexit
9312026-05-20T02:30:59.470Z++ set -o pipefail
9322026-05-20T02:30:59.474Z++ banner build
9332026-05-20T02:30:59.474Z
9342026-05-20T02:30:59.474Z ##### # # # # #####
9352026-05-20T02:30:59.474Z # # # # # # # #
9362026-05-20T02:30:59.474Z ##### # # # # # #
9372026-05-20T02:30:59.474Z # # # # # # # #
9382026-05-20T02:30:59.474Z # # # # # # # #
9392026-05-20T02:30:59.474Z ##### #### # ###### #####
9402026-05-20T02:30:59.474Z
9412026-05-20T02:30:59.474Z++ cargo build --release --bin ddmd --bin ddmadm
9422026-05-20T02:30:59.478Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9432026-05-20T02:30:59.628Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9442026-05-20T02:30:59.631Zinfo: downloading 6 components
9452026-05-20T02:31:14.222Z Updating git repository `https://github.com/oxidecomputer/falcon`
9462026-05-20T02:31:14.817ZFrom https://github.com/oxidecomputer/falcon
9472026-05-20T02:31:14.817Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9482026-05-20T02:31:14.897Z Updating crates.io index
9492026-05-20T02:31:14.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9502026-05-20T02:31:15.674ZFrom https://github.com/oxidecomputer/dendrite
9512026-05-20T02:31:15.674Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9522026-05-20T02:31:15.706Z Updating git repository `https://github.com/oxidecomputer/ispf`
9532026-05-20T02:31:15.978ZFrom https://github.com/oxidecomputer/ispf
9542026-05-20T02:31:15.978Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9552026-05-20T02:31:16.180Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9562026-05-20T02:31:16.521ZFrom https://github.com/oxidecomputer/netadm-sys
9572026-05-20T02:31:16.521Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9582026-05-20T02:31:16.529Z Updating git repository `https://github.com/oxidecomputer/omicron`
9592026-05-20T02:31:23.806ZFrom https://github.com/oxidecomputer/omicron
9602026-05-20T02:31:23.806Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9612026-05-20T02:31:24.215Z Updating git repository `https://github.com/oxidecomputer/opte`
9622026-05-20T02:31:24.821ZFrom https://github.com/oxidecomputer/opte
9632026-05-20T02:31:24.821Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9642026-05-20T02:31:25.296Z Updating git repository `https://github.com/illumos/smf-rs`
9652026-05-20T02:31:25.557ZFrom https://github.com/illumos/smf-rs
9662026-05-20T02:31:25.557Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9672026-05-20T02:31:25.575Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9682026-05-20T02:31:25.816ZFrom https://github.com/oxidecomputer/network-interface
9692026-05-20T02:31:25.816Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9702026-05-20T02:31:25.973Z Updating git repository `https://github.com/oxidecomputer/zone`
9712026-05-20T02:31:26.221ZFrom https://github.com/oxidecomputer/zone
9722026-05-20T02:31:26.221Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9732026-05-20T02:31:26.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
9742026-05-20T02:31:26.921ZFrom https://github.com/oxidecomputer/propolis
9752026-05-20T02:31:26.921Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9762026-05-20T02:31:26.992Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9772026-05-20T02:31:27.499ZFrom https://github.com/oxidecomputer/transceiver-control
9782026-05-20T02:31:27.499Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9792026-05-20T02:31:27.689Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9802026-05-20T02:31:27.956ZFrom https://github.com/oxidecomputer/dlpi-sys
9812026-05-20T02:31:27.956Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9822026-05-20T02:31:27.962Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9832026-05-20T02:31:28.556ZFrom https://github.com/jmesmon/rust-libzfs
9842026-05-20T02:31:28.556Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9852026-05-20T02:31:28.564Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9862026-05-20T02:31:28.828ZFrom https://github.com/oxidecomputer/rusty-doors
9872026-05-20T02:31:28.828Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9882026-05-20T02:31:28.882Z Updating git repository `https://github.com/oxidecomputer/lldp`
9892026-05-20T02:31:29.182ZFrom https://github.com/oxidecomputer/lldp
9902026-05-20T02:31:29.182Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9912026-05-20T02:31:29.192Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9922026-05-20T02:31:29.463ZFrom https://github.com/oxidecomputer/slog-error-chain
9932026-05-20T02:31:29.463Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9942026-05-20T02:31:29.526Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9952026-05-20T02:31:29.800ZFrom https://github.com/oxidecomputer/tufaceous
9962026-05-20T02:31:29.800Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9972026-05-20T02:31:29.966Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9982026-05-20T02:31:30.411ZFrom https://github.com/oxidecomputer/management-gateway-service
9992026-05-20T02:31:30.411Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
10002026-05-20T02:31:30.535Z Updating git repository `https://github.com/oxidecomputer/crucible`
10012026-05-20T02:31:31.330ZFrom https://github.com/oxidecomputer/crucible
10022026-05-20T02:31:31.330Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10032026-05-20T02:31:31.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10042026-05-20T02:31:32.170ZFrom https://github.com/oxidecomputer/serde_human_bytes
10052026-05-20T02:31:32.170Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10062026-05-20T02:31:32.542Z Updating git repository `https://github.com/oxidecomputer/propolis`
10072026-05-20T02:31:32.895ZFrom https://github.com/oxidecomputer/propolis
10082026-05-20T02:31:32.895Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10092026-05-20T02:31:33.104Z Updating git repository `https://github.com/oxidecomputer/opte`
10102026-05-20T02:31:33.350ZFrom https://github.com/oxidecomputer/opte
10112026-05-20T02:31:33.350Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10122026-05-20T02:31:33.394Z Updating git repository `https://github.com/oxidecomputer/tofino`
10132026-05-20T02:31:33.750ZFrom https://github.com/oxidecomputer/tofino
10142026-05-20T02:31:33.750Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10152026-05-20T02:31:33.765Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10162026-05-20T02:31:34.369ZFrom https://github.com/oxidecomputer/maghemite
10172026-05-20T02:31:34.369Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10182026-05-20T02:31:34.419Z Updating git repository `https://github.com/oxidecomputer/clickward`
10192026-05-20T02:31:34.667ZFrom https://github.com/oxidecomputer/clickward
10202026-05-20T02:31:34.667Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10212026-05-20T02:31:34.712Z Updating git repository `https://github.com/oxidecomputer/crucible`
10222026-05-20T02:31:35.076ZFrom https://github.com/oxidecomputer/crucible
10232026-05-20T02:31:35.076Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10242026-05-20T02:31:35.247Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10252026-05-20T02:31:35.678ZFrom https://github.com/oxidecomputer/illumos-devinfo
10262026-05-20T02:31:35.678Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10272026-05-20T02:31:36.768Z Downloading crates ...
10282026-05-20T02:31:36.839Z Downloaded ahash v0.8.12
10292026-05-20T02:31:36.859Z Downloaded convert_case v0.4.0
10302026-05-20T02:31:36.859Z Downloaded camino-tempfile v1.4.1
10312026-05-20T02:31:36.859Z Downloaded const-random-macro v0.1.16
10322026-05-20T02:31:36.859Z Downloaded curve25519-dalek-derive v0.1.1
10332026-05-20T02:31:36.859Z Downloaded aead v0.5.2
10342026-05-20T02:31:36.859Z Downloaded block-buffer v0.10.4
10352026-05-20T02:31:36.877Z Downloaded atomic-waker v1.1.2
10362026-05-20T02:31:36.877Z Downloaded aws-lc-rs v1.17.0
10372026-05-20T02:31:36.877Z Downloaded autocfg v1.5.0
10382026-05-20T02:31:36.877Z Downloaded foreign-types v0.3.2
10392026-05-20T02:31:36.883Z Downloaded ff v0.13.1
10402026-05-20T02:31:36.883Z Downloaded expectorate v1.2.0
10412026-05-20T02:31:36.889Z Downloaded adler2 v2.0.1
10422026-05-20T02:31:36.895Z Downloaded clap_lex v1.1.0
10432026-05-20T02:31:36.898Z Downloaded anstyle-query v1.1.5
10442026-05-20T02:31:36.916Z Downloaded derive_more v0.99.20
10452026-05-20T02:31:36.922Z Downloaded dropshot v0.17.0
10462026-05-20T02:31:36.922Z Downloaded futures-core v0.3.32
10472026-05-20T02:31:36.928Z Downloaded foreign-types v0.5.0
10482026-05-20T02:31:36.928Z Downloaded float-ord v0.3.2
10492026-05-20T02:31:36.940Z Downloaded digest v0.10.7
10502026-05-20T02:31:36.940Z Downloaded foreign-types-shared v0.1.1
10512026-05-20T02:31:36.940Z Downloaded async-trait v0.1.89
10522026-05-20T02:31:36.940Z Downloaded foldhash v0.2.0
10532026-05-20T02:31:36.946Z Downloaded console v0.16.3
10542026-05-20T02:31:36.946Z Downloaded anyhow v1.0.102
10552026-05-20T02:31:36.946Z Downloaded icu_properties_data v2.2.0
10562026-05-20T02:31:36.950Z Downloaded foldhash v0.1.5
10572026-05-20T02:31:36.950Z Downloaded git-stub v1.0.0
10582026-05-20T02:31:36.956Z Downloaded daft-derive v0.1.7
10592026-05-20T02:31:36.956Z Downloaded heck v0.4.1
10602026-05-20T02:31:36.956Z Downloaded hubpack v0.1.2
10612026-05-20T02:31:36.961Z Downloaded humantime v2.3.0
10622026-05-20T02:31:36.961Z Downloaded console v0.15.11
10632026-05-20T02:31:36.984Z Downloaded bcs v0.1.6
10642026-05-20T02:31:36.984Z Downloaded ciborium-ll v0.2.2
10652026-05-20T02:31:36.984Z Downloaded highway v1.3.0
10662026-05-20T02:31:36.996Z Downloaded compression-core v0.4.32
10672026-05-20T02:31:36.996Z Downloaded iana-time-zone v0.1.65
10682026-05-20T02:31:36.996Z Downloaded darling v0.23.0
10692026-05-20T02:31:36.996Z Downloaded gethostname v0.5.0
10702026-05-20T02:31:36.996Z Downloaded dropshot-api-manager-types v0.7.1
10712026-05-20T02:31:36.996Z Downloaded generic-array v0.14.7
10722026-05-20T02:31:36.996Z Downloaded defmt-parser v1.0.0
10732026-05-20T02:31:36.996Z Downloaded darling_macro v0.23.0
10742026-05-20T02:31:36.996Z Downloaded bit-set v0.8.0
10752026-05-20T02:31:36.996Z Downloaded is-terminal v0.4.17
10762026-05-20T02:31:36.996Z Downloaded chacha20poly1305 v0.10.1
10772026-05-20T02:31:36.997Z Downloaded httpdate v1.0.3
10782026-05-20T02:31:37.003Z Downloaded fixedbitset v0.4.2
10792026-05-20T02:31:37.003Z Downloaded crossbeam-channel v0.5.15
10802026-05-20T02:31:37.003Z Downloaded futures-io v0.3.32
10812026-05-20T02:31:37.003Z Downloaded form_urlencoded v1.2.2
10822026-05-20T02:31:37.003Z Downloaded cobs v0.3.0
10832026-05-20T02:31:37.007Z Downloaded icu_normalizer v2.2.0
10842026-05-20T02:31:37.007Z Downloaded internet-checksum v0.2.1
10852026-05-20T02:31:37.013Z Downloaded indent_write v2.2.0
10862026-05-20T02:31:37.013Z Downloaded icu_provider v2.2.0
10872026-05-20T02:31:37.013Z Downloaded fixedbitset v0.5.7
10882026-05-20T02:31:37.016Z Downloaded derive-ex v0.1.8
10892026-05-20T02:31:37.016Z Downloaded data-encoding v2.11.0
10902026-05-20T02:31:37.023Z Downloaded futures-executor v0.3.32
10912026-05-20T02:31:37.023Z Downloaded crossbeam-epoch v0.9.18
10922026-05-20T02:31:37.027Z Downloaded erased-serde v0.3.31
10932026-05-20T02:31:37.027Z Downloaded either v1.15.0
10942026-05-20T02:31:37.027Z Downloaded dyn-clone v1.0.20
10952026-05-20T02:31:37.027Z Downloaded defmt-macros v1.1.0
10962026-05-20T02:31:37.036Z Downloaded icu_collections v2.2.0
10972026-05-20T02:31:37.043Z Downloaded equivalent v1.0.2
10982026-05-20T02:31:37.043Z Downloaded crypto-common v0.1.7
10992026-05-20T02:31:37.043Z Downloaded embedded-io v0.6.1
11002026-05-20T02:31:37.043Z Downloaded getrandom v0.3.4
11012026-05-20T02:31:37.043Z Downloaded embedded-io v0.4.0
11022026-05-20T02:31:37.050Z Downloaded drift v0.1.4
11032026-05-20T02:31:37.057Z Downloaded icu_properties v2.2.0
11042026-05-20T02:31:37.057Z Downloaded cpufeatures v0.2.17
11052026-05-20T02:31:37.057Z Downloaded hostname v0.4.2
11062026-05-20T02:31:37.061Z Downloaded http v1.4.0
11072026-05-20T02:31:37.061Z Downloaded hubpack_derive v0.1.1
11082026-05-20T02:31:37.061Z Downloaded futures-channel v0.3.32
11092026-05-20T02:31:37.064Z Downloaded fs-err v3.3.0
11102026-05-20T02:31:37.064Z Downloaded ingot-types v0.1.2
11112026-05-20T02:31:37.069Z Downloaded base64ct v1.8.3
11122026-05-20T02:31:37.069Z Downloaded hostname v0.3.1
11132026-05-20T02:31:37.072Z Downloaded icu_normalizer_data v2.2.0
11142026-05-20T02:31:37.072Z Downloaded match_cfg v0.1.0
11152026-05-20T02:31:37.078Z Downloaded http-body v1.0.1
11162026-05-20T02:31:37.078Z Downloaded dropshot_endpoint v0.17.0
11172026-05-20T02:31:37.081Z Downloaded glob v0.3.3
11182026-05-20T02:31:37.081Z Downloaded ipnet v2.12.0
11192026-05-20T02:31:37.081Z Downloaded hex v0.4.3
11202026-05-20T02:31:37.085Z Downloaded heapless v0.8.0
11212026-05-20T02:31:37.091Z Downloaded natord v1.0.9
11222026-05-20T02:31:37.091Z Downloaded is_ci v1.2.0
11232026-05-20T02:31:37.091Z Downloaded futures-macro v0.3.32
11242026-05-20T02:31:37.091Z Downloaded base64 v0.22.1
11252026-05-20T02:31:37.111Z Downloaded is_terminal_polyfill v1.70.2
11262026-05-20T02:31:37.111Z Downloaded globset v0.4.18
11272026-05-20T02:31:37.111Z Downloaded memmap v0.7.0
11282026-05-20T02:31:37.111Z Downloaded crossbeam-deque v0.8.6
11292026-05-20T02:31:37.111Z Downloaded half v2.7.1
11302026-05-20T02:31:37.115Z Downloaded crc8 v0.1.1
11312026-05-20T02:31:37.115Z Downloaded atomicwrites v0.4.4
11322026-05-20T02:31:37.115Z Downloaded dropshot-api-manager v0.7.1
11332026-05-20T02:31:37.115Z Downloaded chacha20 v0.9.1
11342026-05-20T02:31:37.115Z Downloaded getrandom v0.2.17
11352026-05-20T02:31:37.115Z Downloaded compression-codecs v0.4.38
11362026-05-20T02:31:37.115Z Downloaded opaque-debug v0.3.1
11372026-05-20T02:31:37.120Z Downloaded newline-converter v0.3.0
11382026-05-20T02:31:37.120Z Downloaded async-compression v0.4.42
11392026-05-20T02:31:37.123Z Downloaded olpc-cjson v0.1.4
11402026-05-20T02:31:37.129Z Downloaded num_threads v0.1.7
11412026-05-20T02:31:37.129Z Downloaded cpufeatures v0.3.0
11422026-05-20T02:31:37.129Z Downloaded heck v0.5.0
11432026-05-20T02:31:37.132Z Downloaded flate2 v1.1.9
11442026-05-20T02:31:37.132Z Downloaded num_enum_derive v0.5.11
11452026-05-20T02:31:37.137Z Downloaded newtype_derive v0.1.6
11462026-05-20T02:31:37.137Z Downloaded ident_case v1.0.1
11472026-05-20T02:31:37.137Z Downloaded openssl-probe v0.2.1
11482026-05-20T02:31:37.142Z Downloaded newtype-uuid-macros v0.1.0
11492026-05-20T02:31:37.142Z Downloaded ciborium-io v0.2.2
11502026-05-20T02:31:37.142Z Downloaded byteorder v1.5.0
11512026-05-20T02:31:37.142Z Downloaded const-random v0.1.18
11522026-05-20T02:31:37.149Z Downloaded libsw-core v0.3.2
11532026-05-20T02:31:37.149Z Downloaded libsw v3.5.0
11542026-05-20T02:31:37.154Z Downloaded cstr-argument v0.1.2
11552026-05-20T02:31:37.154Z Downloaded litemap v0.8.2
11562026-05-20T02:31:37.154Z Downloaded jobserver v0.1.34
11572026-05-20T02:31:37.154Z Downloaded konst v0.2.20
11582026-05-20T02:31:37.160Z Downloaded idna_adapter v1.2.2
11592026-05-20T02:31:37.160Z Downloaded itoa v1.0.18
11602026-05-20T02:31:37.160Z Downloaded bytes v1.11.1
11612026-05-20T02:31:37.164Z Downloaded konst_macro_rules v0.2.19
11622026-05-20T02:31:37.164Z Downloaded macaddr v1.0.1
11632026-05-20T02:31:37.172Z Downloaded newtype-uuid v1.3.2
11642026-05-20T02:31:37.172Z Downloaded memoffset v0.9.1
11652026-05-20T02:31:37.172Z Downloaded cfg-if v1.0.4
11662026-05-20T02:31:37.178Z Downloaded lru-slab v0.1.2
11672026-05-20T02:31:37.178Z Downloaded async-stream-impl v0.3.6
11682026-05-20T02:31:37.178Z Downloaded plain v0.2.3
11692026-05-20T02:31:37.179Z Downloaded libscf-sys v1.2.0
11702026-05-20T02:31:37.179Z Downloaded async-recursion v1.1.1
11712026-05-20T02:31:37.199Z Downloaded ppv-lite86 v0.2.21
11722026-05-20T02:31:37.199Z Downloaded oxide-tokio-rt v0.1.6
11732026-05-20T02:31:37.199Z Downloaded num-rational v0.4.2
11742026-05-20T02:31:37.199Z Downloaded proc-macro-error-attr2 v2.0.0
11752026-05-20T02:31:37.199Z Downloaded anstyle v1.0.14
11762026-05-20T02:31:37.199Z Downloaded proc-macro-crate v3.5.0
11772026-05-20T02:31:37.199Z Downloaded mime v0.3.17
11782026-05-20T02:31:37.199Z Downloaded lazy_static v1.5.0
11792026-05-20T02:31:37.199Z Downloaded managed v0.8.0
11802026-05-20T02:31:37.203Z Downloaded git-stub-vcs v0.1.0
11812026-05-20T02:31:37.203Z Downloaded cmake v0.1.58
11822026-05-20T02:31:37.203Z Downloaded bitflags v2.11.1
11832026-05-20T02:31:37.204Z Downloaded num v0.4.3
11842026-05-20T02:31:37.204Z Downloaded critical-section v1.2.0
11852026-05-20T02:31:37.204Z Downloaded idna v1.1.0
11862026-05-20T02:31:37.204Z Downloaded parking_lot_core v0.8.6
11872026-05-20T02:31:37.204Z Downloaded daft v0.1.7
11882026-05-20T02:31:37.207Z Downloaded hickory-resolver v0.25.2
11892026-05-20T02:31:37.214Z Downloaded omicron-workspace-hack v0.1.0
11902026-05-20T02:31:37.214Z Downloaded num-integer v0.1.46
11912026-05-20T02:31:37.214Z Downloaded progenitor-macro v0.10.0
11922026-05-20T02:31:37.214Z Downloaded pin-project-internal v1.1.13
11932026-05-20T02:31:37.234Z Downloaded password-hash v0.5.0
11942026-05-20T02:31:37.234Z Downloaded lru-cache v0.1.2
11952026-05-20T02:31:37.234Z Downloaded oxnet v0.1.5
11962026-05-20T02:31:37.234Z Downloaded http-body-util v0.1.3
11972026-05-20T02:31:37.234Z Downloaded hash32 v0.3.1
11982026-05-20T02:31:37.234Z Downloaded futures-sink v0.3.32
11992026-05-20T02:31:37.234Z Downloaded keccak v0.1.6
12002026-05-20T02:31:37.234Z Downloaded num-complex v0.4.6
12012026-05-20T02:31:37.234Z Downloaded group v0.13.0
12022026-05-20T02:31:37.234Z Downloaded proc-macro-crate v1.3.1
12032026-05-20T02:31:37.235Z Downloaded pretty-hex v0.4.2
12042026-05-20T02:31:37.235Z Downloaded indexmap v1.9.3
12052026-05-20T02:31:37.239Z Downloaded hickory-resolver v0.24.4
12062026-05-20T02:31:37.239Z Downloaded owo-colors v4.3.0
12072026-05-20T02:31:37.239Z Downloaded powerfmt v0.2.0
12082026-05-20T02:31:37.239Z Downloaded once_cell v1.21.4
12092026-05-20T02:31:37.243Z Downloaded parking_lot v0.11.2
12102026-05-20T02:31:37.243Z Downloaded num_enum_derive v0.7.6
12112026-05-20T02:31:37.246Z Downloaded lock_api v0.4.14
12122026-05-20T02:31:37.246Z Downloaded hashbrown v0.12.3
12132026-05-20T02:31:37.253Z Downloaded backoff v0.4.0
12142026-05-20T02:31:37.253Z Downloaded memmap2 v0.9.10
12152026-05-20T02:31:37.259Z Downloaded multer v3.1.0
12162026-05-20T02:31:37.259Z Downloaded hkdf v0.12.4
12172026-05-20T02:31:37.259Z Downloaded postcard v1.1.3
12182026-05-20T02:31:37.259Z Downloaded phf v0.12.1
12192026-05-20T02:31:37.259Z Downloaded progenitor v0.10.0
12202026-05-20T02:31:37.272Z Downloaded pem v3.0.6
12212026-05-20T02:31:37.272Z Downloaded ref-cast-impl v1.0.25
12222026-05-20T02:31:37.272Z Downloaded crossbeam-utils v0.8.21
12232026-05-20T02:31:37.272Z Downloaded cookie v0.18.1
12242026-05-20T02:31:37.272Z Downloaded progenitor-client v0.14.0
12252026-05-20T02:31:37.290Z Downloaded linked-hash-map v0.5.6
12262026-05-20T02:31:37.290Z Downloaded blake2 v0.10.6
12272026-05-20T02:31:37.290Z Downloaded parking_lot_core v0.9.12
12282026-05-20T02:31:37.290Z Downloaded openssl-macros v0.1.1
12292026-05-20T02:31:37.290Z Downloaded paste v1.0.15
12302026-05-20T02:31:37.290Z Downloaded percent-encoding v2.3.2
12312026-05-20T02:31:37.290Z Downloaded num_enum v0.5.11
12322026-05-20T02:31:37.290Z Downloaded rand_xorshift v0.4.0
12332026-05-20T02:31:37.297Z Downloaded openssl-sys v0.9.116
12342026-05-20T02:31:37.297Z Downloaded progenitor-macro v0.14.0
12352026-05-20T02:31:37.297Z Downloaded pin-project-lite v0.2.17
12362026-05-20T02:31:37.297Z Downloaded progenitor-client v0.13.0
12372026-05-20T02:31:37.297Z Downloaded proc-macro-error2 v2.0.1
12382026-05-20T02:31:37.297Z Downloaded rustc-hash v2.1.2
12392026-05-20T02:31:37.297Z Downloaded indexmap v2.14.0
12402026-05-20T02:31:37.306Z Downloaded rustc_version v0.4.1
12412026-05-20T02:31:37.306Z Downloaded jiff-static v0.2.24
12422026-05-20T02:31:37.306Z Downloaded pest_generator v2.8.6
12432026-05-20T02:31:37.306Z Downloaded ingot v0.1.1
12442026-05-20T02:31:37.306Z Downloaded hashbrown v0.15.5
12452026-05-20T02:31:37.310Z Downloaded parking_lot v0.12.5
12462026-05-20T02:31:37.310Z Downloaded ipnetwork v0.21.1
12472026-05-20T02:31:37.310Z Downloaded progenitor-impl v0.14.0
12482026-05-20T02:31:37.310Z Downloaded progenitor v0.11.2
12492026-05-20T02:31:37.316Z Downloaded papergrid v0.17.0
12502026-05-20T02:31:37.316Z Downloaded poly1305 v0.8.0
12512026-05-20T02:31:37.316Z Downloaded rand_chacha v0.3.1
12522026-05-20T02:31:37.319Z Downloaded log v0.4.29
12532026-05-20T02:31:37.319Z Downloaded pkg-config v0.3.33
12542026-05-20T02:31:37.326Z Downloaded serde_spanned v0.6.9
12552026-05-20T02:31:37.326Z Downloaded sha1 v0.10.6
12562026-05-20T02:31:37.333Z Downloaded rand_core v0.9.5
12572026-05-20T02:31:37.333Z Downloaded scroll_derive v0.13.1
12582026-05-20T02:31:37.333Z Downloaded scroll_derive v0.12.1
12592026-05-20T02:31:37.334Z Downloaded num-traits v0.2.19
12602026-05-20T02:31:37.334Z Downloaded resolv-conf v0.7.6
12612026-05-20T02:31:37.334Z Downloaded icu_locale_core v2.2.0
12622026-05-20T02:31:37.348Z Downloaded rand_core v0.6.4
12632026-05-20T02:31:37.348Z Downloaded allocator-api2 v0.2.21
12642026-05-20T02:31:37.348Z Downloaded linear-map v1.2.0
12652026-05-20T02:31:37.348Z Downloaded camino v1.2.2
12662026-05-20T02:31:37.348Z Downloaded pest_meta v2.8.6
12672026-05-20T02:31:37.348Z Downloaded sigpipe v0.1.3
12682026-05-20T02:31:37.348Z Downloaded rusty-fork v0.3.1
12692026-05-20T02:31:37.348Z Downloaded progenitor v0.13.0
12702026-05-20T02:31:37.351Z Downloaded base64 v0.21.7
12712026-05-20T02:31:37.352Z Downloaded darling_core v0.21.3
12722026-05-20T02:31:37.360Z Downloaded progenitor-client v0.10.0
12732026-05-20T02:31:37.360Z Downloaded arc-swap v1.9.1
12742026-05-20T02:31:37.360Z Downloaded darling_core v0.23.0
12752026-05-20T02:31:37.363Z Downloaded schemars_derive v0.8.22
12762026-05-20T02:31:37.363Z Downloaded quinn-udp v0.5.14
12772026-05-20T02:31:37.370Z Downloaded progenitor v0.14.0
12782026-05-20T02:31:37.370Z Downloaded pest_derive v2.8.6
12792026-05-20T02:31:37.380Z Downloaded rustversion v1.0.22
12802026-05-20T02:31:37.380Z Downloaded no-std-compat v0.4.1
12812026-05-20T02:31:37.380Z Downloaded serde_derive_internals v0.29.1
12822026-05-20T02:31:37.380Z Downloaded scroll v0.13.0
12832026-05-20T02:31:37.380Z Downloaded structmeta v0.3.0
12842026-05-20T02:31:37.380Z Downloaded progenitor-impl v0.10.0
12852026-05-20T02:31:37.405Z Downloaded curve25519-dalek v4.1.3
12862026-05-20T02:31:37.405Z Downloaded semver v0.1.20
12872026-05-20T02:31:37.405Z Downloaded cc v1.2.62
12882026-05-20T02:31:37.405Z Downloaded num-conv v0.2.1
12892026-05-20T02:31:37.405Z Downloaded slog-term v2.9.2
12902026-05-20T02:31:37.405Z Downloaded slog-stdlog v4.1.1
12912026-05-20T02:31:37.405Z Downloaded rustc_version v0.1.7
12922026-05-20T02:31:37.405Z Downloaded serde_spanned v1.1.1
12932026-05-20T02:31:37.405Z Downloaded sync_wrapper v1.0.2
12942026-05-20T02:31:37.405Z Downloaded swrite v0.1.0
12952026-05-20T02:31:37.406Z Downloaded secrecy v0.10.3
12962026-05-20T02:31:37.406Z Downloaded rand_chacha v0.9.0
12972026-05-20T02:31:37.406Z Downloaded bstr v1.12.1
12982026-05-20T02:31:37.406Z Downloaded tabwriter v1.4.1
12992026-05-20T02:31:37.406Z Downloaded stable_deref_trait v1.2.1
13002026-05-20T02:31:37.406Z Downloaded smf v0.2.3
13012026-05-20T02:31:37.406Z Downloaded progenitor-impl v0.13.0
13022026-05-20T02:31:37.417Z Downloaded parse-display v0.10.0
13032026-05-20T02:31:37.417Z Downloaded num-derive v0.4.2
13042026-05-20T02:31:37.417Z Downloaded scopeguard v1.2.0
13052026-05-20T02:31:37.418Z Downloaded hashbrown v0.16.1
13062026-05-20T02:31:37.418Z Downloaded itertools v0.14.0
13072026-05-20T02:31:37.422Z Downloaded slog-bunyan v2.5.0
13082026-05-20T02:31:37.422Z Downloaded serde_urlencoded v0.7.1
13092026-05-20T02:31:37.422Z Downloaded hyper-util v0.1.20
13102026-05-20T02:31:37.422Z Downloaded quote v1.0.45
13112026-05-20T02:31:37.428Z Downloaded potential_utf v0.1.5
13122026-05-20T02:31:37.428Z Downloaded progenitor-macro v0.13.0
13132026-05-20T02:31:37.428Z Downloaded proc-macro-error-attr v1.0.4
13142026-05-20T02:31:37.428Z Downloaded minimal-lexical v0.2.1
13152026-05-20T02:31:37.432Z Downloaded ref-cast v1.0.25
13162026-05-20T02:31:37.432Z Downloaded strum v0.26.3
13172026-05-20T02:31:37.438Z Downloaded strsim v0.11.1
13182026-05-20T02:31:37.438Z Downloaded progenitor-client v0.11.2
13192026-05-20T02:31:37.438Z Downloaded pin-project v1.1.13
13202026-05-20T02:31:37.449Z Downloaded static_assertions v1.1.0
13212026-05-20T02:31:37.449Z Downloaded spin v0.5.2
13222026-05-20T02:31:37.449Z Downloaded smawk v0.3.2
13232026-05-20T02:31:37.454Z Downloaded testing_table v0.3.0
13242026-05-20T02:31:37.454Z Downloaded supports-color v3.0.2
13252026-05-20T02:31:37.454Z Downloaded same-file v1.0.6
13262026-05-20T02:31:37.455Z Downloaded rhai_codegen v3.1.0
13272026-05-20T02:31:37.455Z Downloaded smartstring v1.0.1
13282026-05-20T02:31:37.455Z Downloaded rustls-pemfile v2.2.0
13292026-05-20T02:31:37.458Z Downloaded quick-error v1.2.3
13302026-05-20T02:31:37.458Z Downloaded progenitor-macro v0.11.2
13312026-05-20T02:31:37.458Z Downloaded slog-envlogger v2.2.0
13322026-05-20T02:31:37.459Z Downloaded rand_core v0.10.1
13332026-05-20T02:31:37.464Z Downloaded miniz_oxide v0.8.9
13342026-05-20T02:31:37.464Z Downloaded tabled_derive v0.11.0
13352026-05-20T02:31:37.464Z Downloaded rustls-native-certs v0.8.3
13362026-05-20T02:31:37.467Z Downloaded qorb v0.4.1
13372026-05-20T02:31:37.467Z Downloaded nom v7.1.3
13382026-05-20T02:31:37.470Z Downloaded subtle v2.6.1
13392026-05-20T02:31:37.470Z Downloaded serde_repr v0.1.20
13402026-05-20T02:31:37.476Z Downloaded thiserror-impl-no-std v2.0.2
13412026-05-20T02:31:37.476Z Downloaded tagptr v0.2.0
13422026-05-20T02:31:37.476Z Downloaded siphasher v1.0.3
13432026-05-20T02:31:37.482Z Downloaded toml_write v0.1.2
13442026-05-20T02:31:37.482Z Downloaded time-core v0.1.8
13452026-05-20T02:31:37.482Z Downloaded progenitor-impl v0.11.2
13462026-05-20T02:31:37.482Z Downloaded thread-id v4.2.2
13472026-05-20T02:31:37.482Z Downloaded simd-adler32 v0.3.9
13482026-05-20T02:31:37.497Z Downloaded serde-big-array v0.5.1
13492026-05-20T02:31:37.497Z Downloaded indicatif v0.18.4
13502026-05-20T02:31:37.497Z Downloaded serde_tokenstream v0.2.3
13512026-05-20T02:31:37.497Z Downloaded thread-id v5.1.0
13522026-05-20T02:31:37.497Z Downloaded darling v0.21.3
13532026-05-20T02:31:37.497Z Downloaded tower-layer v0.3.3
13542026-05-20T02:31:37.503Z Downloaded tinyvec_macros v0.1.1
13552026-05-20T02:31:37.503Z Downloaded goblin v0.8.2
13562026-05-20T02:31:37.503Z Downloaded snafu-derive v0.8.9
13572026-05-20T02:31:37.503Z Downloaded tokio-macros v2.7.0
13582026-05-20T02:31:37.504Z Downloaded rustls-pki-types v1.14.1
13592026-05-20T02:31:37.504Z Downloaded strum_macros v0.27.2
13602026-05-20T02:31:37.504Z Downloaded const_format v0.2.36
13612026-05-20T02:31:37.508Z Downloaded try-lock v0.2.5
13622026-05-20T02:31:37.508Z Downloaded colored v3.1.1
13632026-05-20T02:31:37.508Z Downloaded terminal_size v0.4.4
13642026-05-20T02:31:37.508Z Downloaded slog-json v2.6.1
13652026-05-20T02:31:37.516Z Downloaded slog-dtrace v0.3.0
13662026-05-20T02:31:37.516Z Downloaded slab v0.4.12
13672026-05-20T02:31:37.516Z Downloaded proc-macro-error v1.0.4
13682026-05-20T02:31:37.527Z Downloaded ryu v1.0.23
13692026-05-20T02:31:37.527Z Downloaded ciborium v0.2.2
13702026-05-20T02:31:37.527Z Downloaded phf_shared v0.12.1
13712026-05-20T02:31:37.527Z Downloaded termtree v0.5.1
13722026-05-20T02:31:37.527Z Downloaded thiserror v1.0.69
13732026-05-20T02:31:37.527Z Downloaded parse-display-derive v0.10.0
13742026-05-20T02:31:37.527Z Downloaded typeid v1.0.3
13752026-05-20T02:31:37.527Z Downloaded toml_datetime v0.6.11
13762026-05-20T02:31:37.532Z Downloaded rand v0.10.1
13772026-05-20T02:31:37.532Z Downloaded rand v0.8.6
13782026-05-20T02:31:37.532Z Downloaded num_enum v0.7.6
13792026-05-20T02:31:37.536Z Downloaded unarray v0.1.4
13802026-05-20T02:31:37.536Z Downloaded mio v1.2.0
13812026-05-20T02:31:37.543Z Downloaded hashbrown v0.17.1
13822026-05-20T02:31:37.543Z Downloaded thiserror v2.0.18
13832026-05-20T02:31:37.550Z Downloaded tabled_derive v0.7.0
13842026-05-20T02:31:37.550Z Downloaded slog-async v2.8.0
13852026-05-20T02:31:37.550Z Downloaded typify-macro v0.6.2
13862026-05-20T02:31:37.550Z Downloaded synstructure v0.13.2
13872026-05-20T02:31:37.550Z Downloaded universal-hash v0.5.1
13882026-05-20T02:31:37.550Z Downloaded tinystr v0.8.3
13892026-05-20T02:31:37.550Z Downloaded socket2 v0.6.3
13902026-05-20T02:31:37.555Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13912026-05-20T02:31:37.555Z Downloaded tokio-tungstenite v0.21.0
13922026-05-20T02:31:37.555Z Downloaded tiny-keccak v2.0.2
13932026-05-20T02:31:37.555Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13942026-05-20T02:31:37.555Z Downloaded time-macros v0.2.27
13952026-05-20T02:31:37.563Z Downloaded shlex v1.3.0
13962026-05-20T02:31:37.563Z Downloaded papergrid v0.11.0
13972026-05-20T02:31:37.563Z Downloaded structmeta-derive v0.3.0
13982026-05-20T02:31:37.563Z Downloaded rand v0.9.4
13992026-05-20T02:31:37.568Z Downloaded futures-util v0.3.32
14002026-05-20T02:31:37.574Z Downloaded sha2 v0.10.9
14012026-05-20T02:31:37.574Z Downloaded schemars v0.8.22
14022026-05-20T02:31:37.578Z Downloaded usdt-attr-macro v0.5.0
14032026-05-20T02:31:37.583Z Downloaded spin v0.9.8
14042026-05-20T02:31:37.583Z Downloaded moka v0.12.15
14052026-05-20T02:31:37.588Z Downloaded thiserror-no-std v2.0.2
14062026-05-20T02:31:37.596Z Downloaded proc-macro2 v1.0.106
14072026-05-20T02:31:37.596Z Downloaded tokio-stream v0.1.18
14082026-05-20T02:31:37.596Z Downloaded slog-scope v4.4.1
14092026-05-20T02:31:37.607Z Downloaded signal-hook-registry v1.4.8
14102026-05-20T02:31:37.607Z Downloaded unicode-linebreak v0.1.5
14112026-05-20T02:31:37.607Z Downloaded serde_derive v1.0.228
14122026-05-20T02:31:37.607Z Downloaded want v0.3.1
14132026-05-20T02:31:37.607Z Downloaded smallvec v1.15.1
14142026-05-20T02:31:37.607Z Downloaded similar v2.7.0
14152026-05-20T02:31:37.607Z Downloaded schemars v1.2.1
14162026-05-20T02:31:37.612Z Downloaded untrusted v0.7.1
14172026-05-20T02:31:37.620Z Downloaded typify-macro v0.4.3
14182026-05-20T02:31:37.620Z Downloaded usdt-macro v0.5.0
14192026-05-20T02:31:37.620Z Downloaded tower-service v0.3.3
14202026-05-20T02:31:37.620Z Downloaded textwrap v0.16.2
14212026-05-20T02:31:37.620Z Downloaded strum v0.27.2
14222026-05-20T02:31:37.620Z Downloaded zerofrom v0.1.8
14232026-05-20T02:31:37.624Z Downloaded quinn v0.11.9
14242026-05-20T02:31:37.624Z Downloaded usdt-impl v0.5.0
14252026-05-20T02:31:37.624Z Downloaded strum_macros v0.26.4
14262026-05-20T02:31:37.624Z Downloaded iddqd v0.3.18
14272026-05-20T02:31:37.637Z Downloaded utf8parse v0.2.2
14282026-05-20T02:31:37.638Z Downloaded usdt v0.5.0
14292026-05-20T02:31:37.638Z Downloaded toml v1.1.2+spec-1.1.0
14302026-05-20T02:31:37.638Z Downloaded usdt v0.6.0
14312026-05-20T02:31:37.638Z Downloaded aho-corasick v1.1.4
14322026-05-20T02:31:37.643Z Downloaded version_check v0.9.5
14332026-05-20T02:31:37.643Z Downloaded utf8_iter v1.0.4
14342026-05-20T02:31:37.643Z Downloaded utf-8 v0.7.6
14352026-05-20T02:31:37.644Z Downloaded toml v0.9.12+spec-1.1.0
14362026-05-20T02:31:37.644Z Downloaded tracing-core v0.1.36
14372026-05-20T02:31:37.644Z Downloaded semver v1.0.28
14382026-05-20T02:31:37.644Z Downloaded prettyplease v0.2.37
14392026-05-20T02:31:37.654Z Downloaded zone_cfg_derive v0.3.1
14402026-05-20T02:31:37.654Z Downloaded tempfile v3.27.0
14412026-05-20T02:31:37.654Z Downloaded ron v0.12.1
14422026-05-20T02:31:37.654Z Downloaded yoke-derive v0.8.2
14432026-05-20T02:31:37.654Z Downloaded waitgroup v0.1.2
14442026-05-20T02:31:37.654Z Downloaded usdt-impl v0.6.0
14452026-05-20T02:31:37.654Z Downloaded toml_writer v1.1.1+spec-1.1.0
14462026-05-20T02:31:37.654Z Downloaded whoami v1.6.1
14472026-05-20T02:31:37.660Z Downloaded usdt-attr-macro v0.6.0
14482026-05-20T02:31:37.660Z Downloaded serde_with_macros v3.20.0
14492026-05-20T02:31:37.660Z Downloaded unicode-xid v0.2.6
14502026-05-20T02:31:37.660Z Downloaded tokio-rustls v0.25.0
14512026-05-20T02:31:37.664Z Downloaded tinyvec v1.11.0
14522026-05-20T02:31:37.664Z Downloaded xz2 v0.1.7
14532026-05-20T02:31:37.664Z Downloaded unicode-ident v1.0.24
14542026-05-20T02:31:37.664Z Downloaded serde_yaml v0.9.34+deprecated
14552026-05-20T02:31:37.670Z Downloaded memchr v2.8.0
14562026-05-20T02:31:37.670Z Downloaded thiserror-impl v1.0.69
14572026-05-20T02:31:37.670Z Downloaded zerovec-derive v0.11.3
14582026-05-20T02:31:37.673Z Downloaded zerofrom-derive v0.1.7
14592026-05-20T02:31:37.673Z Downloaded usdt-macro v0.6.0
14602026-05-20T02:31:37.673Z Downloaded unsafe-libyaml v0.2.11
14612026-05-20T02:31:37.673Z Downloaded rayon-core v1.13.0
14622026-05-20T02:31:37.676Z Downloaded toml_edit v0.22.27
14632026-05-20T02:31:37.680Z Downloaded term v1.2.1
14642026-05-20T02:31:37.680Z Downloaded writeable v0.6.3
14652026-05-20T02:31:37.685Z Downloaded serde_path_to_error v0.1.20
14662026-05-20T02:31:37.685Z Downloaded scroll v0.12.0
14672026-05-20T02:31:37.685Z Downloaded schemars v0.9.0
14682026-05-20T02:31:37.690Z Downloaded tokio-rustls v0.26.4
14692026-05-20T02:31:37.693Z Downloaded itertools v0.12.1
14702026-05-20T02:31:37.696Z Downloaded progenitor-extras v0.2.0
14712026-05-20T02:31:37.696Z Downloaded libm v0.2.16
14722026-05-20T02:31:37.702Z Downloaded serde_core v1.0.228
14732026-05-20T02:31:37.705Z Downloaded take_mut v0.2.2
14742026-05-20T02:31:37.705Z Downloaded hyper v1.9.0
14752026-05-20T02:31:37.708Z Downloaded zeroize v1.8.2
14762026-05-20T02:31:37.711Z Downloaded toml_parser v1.1.2+spec-1.1.0
14772026-05-20T02:31:37.711Z Downloaded slog v2.8.2
14782026-05-20T02:31:37.715Z Downloaded serde v1.0.228
14792026-05-20T02:31:37.715Z Downloaded h2 v0.4.14
14802026-05-20T02:31:37.718Z Downloaded toml v0.8.23
14812026-05-20T02:31:37.721Z Downloaded rustls-platform-verifier v0.7.0
14822026-05-20T02:31:37.724Z Downloaded zeroize_derive v1.4.3
14832026-05-20T02:31:37.724Z Downloaded unit-prefix v0.5.2
14842026-05-20T02:31:37.724Z Downloaded url v2.5.8
14852026-05-20T02:31:37.727Z Downloaded reqwest v0.13.3
14862026-05-20T02:31:37.730Z Downloaded serde_plain v1.0.2
14872026-05-20T02:31:37.730Z Downloaded ingot-macros v0.1.1
14882026-05-20T02:31:37.730Z Downloaded num-iter v0.1.45
14892026-05-20T02:31:37.733Z Downloaded zone v0.3.1
14902026-05-20T02:31:37.733Z Downloaded hmac v0.12.1
14912026-05-20T02:31:37.733Z Downloaded hyper-rustls v0.27.9
14922026-05-20T02:31:37.733Z Downloaded byte-wrapper v0.1.0
14932026-05-20T02:31:37.736Z Downloaded instant v0.1.13
14942026-05-20T02:31:37.736Z Downloaded inout v0.1.4
14952026-05-20T02:31:37.736Z Downloaded base16ct v0.2.0
14962026-05-20T02:31:37.739Z Downloaded portable-atomic v1.13.1
14972026-05-20T02:31:37.742Z Downloaded typed-path v0.9.3
14982026-05-20T02:31:37.745Z Downloaded futures v0.3.32
14992026-05-20T02:31:37.748Z Downloaded getrandom v0.4.2
15002026-05-20T02:31:37.750Z Downloaded foreign-types-shared v0.3.1
15012026-05-20T02:31:37.751Z Downloaded yoke v0.8.2
15022026-05-20T02:31:37.753Z Downloaded enum-as-inner v0.6.1
15032026-05-20T02:31:37.753Z Downloaded toml_edit v0.19.15
15042026-05-20T02:31:37.762Z Downloaded vsss-rs v3.3.4
15052026-05-20T02:31:37.765Z Downloaded rustls-webpki v0.103.13
15062026-05-20T02:31:37.768Z Downloaded colorchoice v1.0.5
15072026-05-20T02:31:37.768Z Downloaded typify v0.4.3
15082026-05-20T02:31:37.771Z Downloaded toml_edit v0.25.11+spec-1.1.0
15092026-05-20T02:31:37.771Z Downloaded cargo_toml v0.22.3
15102026-05-20T02:31:37.774Z Downloaded httparse v1.10.1
15112026-05-20T02:31:37.774Z Downloaded fs_extra v1.3.0
15122026-05-20T02:31:37.777Z Downloaded crunchy v0.2.4
15132026-05-20T02:31:37.777Z Downloaded snafu v0.8.9
15142026-05-20T02:31:37.780Z Downloaded typify v0.6.2
15152026-05-20T02:31:37.783Z Downloaded async-stream v0.3.6
15162026-05-20T02:31:37.783Z Downloaded csv-core v0.1.13
15172026-05-20T02:31:37.783Z Downloaded const_format_proc_macros v0.2.34
15182026-05-20T02:31:37.786Z Downloaded cipher v0.4.4
15192026-05-20T02:31:37.786Z Downloaded argon2 v0.5.3
15202026-05-20T02:31:37.786Z Downloaded clap_builder v4.6.0
15212026-05-20T02:31:37.789Z Downloaded dof v0.4.0
15222026-05-20T02:31:37.792Z Downloaded find-msvc-tools v0.1.9
15232026-05-20T02:31:37.792Z Downloaded base16ct v1.0.0
15242026-05-20T02:31:37.792Z Downloaded fnv v1.0.7
15252026-05-20T02:31:37.792Z Downloaded fastrand v2.4.1
15262026-05-20T02:31:37.795Z Downloaded fxhash v0.2.1
15272026-05-20T02:31:37.795Z Downloaded futures-task v0.3.32
15282026-05-20T02:31:37.795Z Downloaded crypto-bigint v0.5.5
15292026-05-20T02:31:37.798Z Downloaded reqwest v0.12.28
15302026-05-20T02:31:37.801Z Downloaded regex v1.12.3
15312026-05-20T02:31:37.804Z Downloaded zerotrie v0.2.4
15322026-05-20T02:31:37.807Z Downloaded chrono v0.4.44
15332026-05-20T02:31:37.811Z Downloaded crc32fast v1.5.0
15342026-05-20T02:31:37.815Z Downloaded clap_derive v4.6.1
15352026-05-20T02:31:37.815Z Downloaded clap v4.6.1
15362026-05-20T02:31:37.818Z Downloaded tough v0.22.0
15372026-05-20T02:31:37.824Z Downloaded thiserror-impl v2.0.18
15382026-05-20T02:31:37.828Z Downloaded rayon v1.12.0
15392026-05-20T02:31:37.831Z Downloaded thin-vec v0.2.18
15402026-05-20T02:31:37.833Z Downloaded cancel-safe-futures v0.1.5
15412026-05-20T02:31:37.833Z Downloaded bitflags v1.3.2
15422026-05-20T02:31:37.838Z Downloaded bit-vec v0.8.0
15432026-05-20T02:31:37.838Z Downloaded anstream v1.0.0
15442026-05-20T02:31:37.838Z Downloaded wait-timeout v0.2.1
15452026-05-20T02:31:37.841Z Downloaded elliptic-curve v0.13.8
15462026-05-20T02:31:37.841Z Downloaded dunce v1.0.5
15472026-05-20T02:31:37.841Z Downloaded deranged v0.5.8
15482026-05-20T02:31:37.841Z Downloaded chacha20 v0.10.0
15492026-05-20T02:31:37.844Z Downloaded untrusted v0.9.0
15502026-05-20T02:31:37.844Z Downloaded proptest v1.11.0
15512026-05-20T02:31:37.848Z Downloaded steno v0.4.1
15522026-05-20T02:31:37.851Z Downloaded rustls-webpki v0.102.8
15532026-05-20T02:31:37.861Z Downloaded unicode-normalization v0.1.25
15542026-05-20T02:31:37.864Z Downloaded zerocopy-derive v0.8.48
15552026-05-20T02:31:37.868Z Downloaded walkdir v2.5.0
15562026-05-20T02:31:37.871Z Downloaded nom v8.0.0
15572026-05-20T02:31:37.874Z Downloaded test-strategy v0.4.5
15582026-05-20T02:31:37.877Z Downloaded tokio-dtrace v0.1.1
15592026-05-20T02:31:37.877Z Downloaded anstyle-parse v1.0.0
15602026-05-20T02:31:37.877Z Downloaded unicode-segmentation v1.13.2
15612026-05-20T02:31:37.880Z Downloaded serde_json v1.0.149
15622026-05-20T02:31:37.883Z Downloaded ucd-trie v0.1.7
15632026-05-20T02:31:37.883Z Downloaded thread_local v1.1.9
15642026-05-20T02:31:37.886Z Downloaded bytecount v0.6.9
15652026-05-20T02:31:37.886Z Downloaded backon v1.6.0
15662026-05-20T02:31:37.886Z Downloaded displaydoc v0.2.5
15672026-05-20T02:31:37.889Z Downloaded zmij v1.0.21
15682026-05-20T02:31:37.889Z Downloaded derive-where v1.6.1
15692026-05-20T02:31:37.892Z Downloaded dtrace-parser v0.3.0
15702026-05-20T02:31:37.893Z Downloaded dtrace-parser v0.2.0
15712026-05-20T02:31:37.893Z Downloaded dof v0.3.0
15722026-05-20T02:31:37.893Z Downloaded defmt v0.3.100
15732026-05-20T02:31:37.896Z Downloaded darling_macro v0.21.3
15742026-05-20T02:31:37.896Z Downloaded foreign-types-macros v0.2.3
15752026-05-20T02:31:37.896Z Downloaded errno v0.3.14
15762026-05-20T02:31:37.896Z Downloaded defmt v1.1.0
15772026-05-20T02:31:37.899Z Downloaded cfg_aliases v0.2.1
15782026-05-20T02:31:37.899Z Downloaded bs58 v0.5.1
15792026-05-20T02:31:37.899Z Downloaded debug-ignore v1.0.5
15802026-05-20T02:31:37.902Z Downloaded crucible-workspace-hack v0.1.0
15812026-05-20T02:31:37.903Z Downloaded tungstenite v0.21.0
15822026-05-20T02:31:37.905Z Downloaded pest v2.8.6
15832026-05-20T02:31:37.908Z Downloaded tracing-attributes v0.1.31
15842026-05-20T02:31:37.912Z Downloaded uuid v1.23.1
15852026-05-20T02:31:37.914Z Downloaded zerocopy-derive v0.7.35
15862026-05-20T02:31:37.918Z Downloaded zerovec v0.11.6
15872026-05-20T02:31:37.923Z Downloaded typenum v1.20.0
15882026-05-20T02:31:37.969Z Downloaded tower v0.5.3
15892026-05-20T02:31:37.974Z Downloaded zerocopy v0.7.35
15902026-05-20T02:31:37.979Z Downloaded goblin v0.10.5
15912026-05-20T02:31:37.985Z Downloaded serde_with v3.20.0
15922026-05-20T02:31:37.991Z Downloaded tower-http v0.6.10
15932026-05-20T02:31:37.997Z Downloaded tabled v0.15.0
15942026-05-20T02:31:38.005Z Downloaded time v0.3.47
15952026-05-20T02:31:38.034Z Downloaded rustls v0.22.4
15962026-05-20T02:31:38.041Z Downloaded webpki-roots v1.0.7
15972026-05-20T02:31:38.044Z Downloaded winnow v0.5.40
15982026-05-20T02:31:38.048Z Downloaded rustix v0.38.44
15992026-05-20T02:31:38.060Z Downloaded zerocopy v0.8.48
16002026-05-20T02:31:38.071Z Downloaded winnow v1.0.3
16012026-05-20T02:31:38.076Z Downloaded winnow v0.7.15
16022026-05-20T02:31:38.082Z Downloaded quinn-proto v0.11.14
16032026-05-20T02:31:38.086Z Downloaded rustls v0.23.40
16042026-05-20T02:31:38.093Z Downloaded tabled v0.20.0
16052026-05-20T02:31:38.103Z Downloaded syn v1.0.109
16062026-05-20T02:31:38.109Z Downloaded openssl v0.10.80
16072026-05-20T02:31:38.115Z Downloaded vcpkg v0.2.15
16082026-05-20T02:31:38.138Z Downloaded sled v0.34.7
16092026-05-20T02:31:38.143Z Downloaded hickory-proto v0.24.4
16102026-05-20T02:31:38.152Z Downloaded openapiv3 v2.2.0
16112026-05-20T02:31:38.158Z Downloaded nix v0.31.3
16122026-05-20T02:31:38.164Z Downloaded tokio-util v0.7.18
16132026-05-20T02:31:38.168Z Downloaded smoltcp v0.11.0
16142026-05-20T02:31:38.175Z Downloaded unicode-width v0.2.2
16152026-05-20T02:31:38.178Z Downloaded unicode-width v0.1.14
16162026-05-20T02:31:38.181Z Downloaded hickory-proto v0.25.2
16172026-05-20T02:31:38.189Z Downloaded syn v2.0.117
16182026-05-20T02:31:38.196Z Downloaded regress v0.11.1
16192026-05-20T02:31:38.201Z Downloaded regress v0.10.5
16202026-05-20T02:31:38.206Z Downloaded csv v1.4.0
16212026-05-20T02:31:38.218Z Downloaded rhai v1.24.0
16222026-05-20T02:31:38.224Z Downloaded lzma-sys v0.1.20
16232026-05-20T02:31:38.241Z Downloaded rustix v1.1.4
16242026-05-20T02:31:38.255Z Downloaded regex-syntax v0.8.10
16252026-05-20T02:31:38.259Z Downloaded chrono-tz v0.10.4
16262026-05-20T02:31:38.284Z Downloaded typify-impl v0.6.2
16272026-05-20T02:31:38.293Z Downloaded tracing v0.1.44
16282026-05-20T02:31:38.307Z Downloaded typify-impl v0.4.3
16292026-05-20T02:31:38.316Z Downloaded sha3 v0.10.9
16302026-05-20T02:31:38.330Z Downloaded tokio v1.52.3
16312026-05-20T02:31:38.355Z Downloaded regex-automata v0.4.14
16322026-05-20T02:31:38.379Z Downloaded petgraph v0.6.5
16332026-05-20T02:31:38.391Z Downloaded jiff v0.2.24
16342026-05-20T02:31:38.403Z Downloaded petgraph v0.8.3
16352026-05-20T02:31:38.416Z Downloaded libc v0.2.186
16362026-05-20T02:31:38.437Z Downloaded encoding_rs v0.8.35
16372026-05-20T02:31:38.465Z Downloaded ring v0.17.14
16382026-05-20T02:31:38.919Z Downloaded aws-lc-sys v0.41.0
16392026-05-20T02:31:39.273Z Compiling proc-macro2 v1.0.106
16402026-05-20T02:31:39.273Z Compiling quote v1.0.45
16412026-05-20T02:31:39.273Z Compiling unicode-ident v1.0.24
16422026-05-20T02:31:39.273Z Compiling serde_core v1.0.228
16432026-05-20T02:31:39.277Z Compiling serde v1.0.228
16442026-05-20T02:31:39.277Z Compiling libc v0.2.186
16452026-05-20T02:31:39.277Z Compiling cfg-if v1.0.4
16462026-05-20T02:31:39.546Z Compiling zmij v1.0.21
16472026-05-20T02:31:39.649Z Compiling autocfg v1.5.0
16482026-05-20T02:31:40.022Z Compiling memchr v2.8.0
16492026-05-20T02:31:40.025Z Compiling libm v0.2.16
16502026-05-20T02:31:40.346Z Compiling itoa v1.0.18
16512026-05-20T02:31:40.366Z Compiling icu_properties_data v2.2.0
16522026-05-20T02:31:40.618Z Compiling icu_normalizer_data v2.2.0
16532026-05-20T02:31:40.654Z Compiling version_check v0.9.5
16542026-05-20T02:31:40.699Z Compiling stable_deref_trait v1.2.1
16552026-05-20T02:31:40.814Z Compiling syn v2.0.117
16562026-05-20T02:31:40.908Z Compiling serde_json v1.0.149
16572026-05-20T02:31:40.924Z Compiling thiserror v2.0.18
16582026-05-20T02:31:41.187Z Compiling litemap v0.8.2
16592026-05-20T02:31:41.205Z Compiling parking_lot_core v0.9.12
16602026-05-20T02:31:41.229Z Compiling writeable v0.6.3
16612026-05-20T02:31:41.277Z Compiling utf8_iter v1.0.4
16622026-05-20T02:31:41.367Z Compiling num-traits v0.2.19
16632026-05-20T02:31:41.388Z Compiling percent-encoding v2.3.2
16642026-05-20T02:31:41.572Z Compiling form_urlencoded v1.2.2
16652026-05-20T02:31:41.613Z Compiling getrandom v0.4.2
16662026-05-20T02:31:41.658Z Compiling rand_core v0.10.1
16672026-05-20T02:31:41.796Z Compiling jobserver v0.1.34
16682026-05-20T02:31:41.841Z Compiling heck v0.5.0
16692026-05-20T02:31:41.845Z Compiling find-msvc-tools v0.1.9
16702026-05-20T02:31:41.986Z Compiling shlex v1.3.0
16712026-05-20T02:31:42.143Z Compiling cc v1.2.62
16722026-05-20T02:31:42.168Z Compiling errno v0.3.14
16732026-05-20T02:31:42.185Z Compiling iana-time-zone v0.1.65
16742026-05-20T02:31:42.413Z Compiling zerocopy v0.8.48
16752026-05-20T02:31:42.609Z Compiling uuid v1.23.1
16762026-05-20T02:31:42.875Z Compiling semver v1.0.28
16772026-05-20T02:31:43.219Z Compiling getrandom v0.2.17
16782026-05-20T02:31:43.239Z Compiling schemars v0.8.22
16792026-05-20T02:31:43.257Z Compiling dyn-clone v1.0.20
16802026-05-20T02:31:43.426Z Compiling pin-project-lite v0.2.17
16812026-05-20T02:31:43.456Z Compiling rustversion v1.0.22
16822026-05-20T02:31:43.474Z Compiling scopeguard v1.2.0
16832026-05-20T02:31:43.561Z Compiling socket2 v0.6.3
16842026-05-20T02:31:43.593Z Compiling lock_api v0.4.14
16852026-05-20T02:31:43.597Z Compiling bitflags v2.11.1
16862026-05-20T02:31:43.627Z Compiling signal-hook-registry v1.4.8
16872026-05-20T02:31:43.747Z Compiling synstructure v0.13.2
16882026-05-20T02:31:43.835Z Compiling serde_derive_internals v0.29.1
16892026-05-20T02:31:44.111Z Compiling mio v1.2.0
16902026-05-20T02:31:44.285Z Compiling log v0.4.29
16912026-05-20T02:31:44.359Z Compiling portable-atomic v1.13.1
16922026-05-20T02:31:44.391Z Compiling subtle v2.6.1
16932026-05-20T02:31:44.475Z Compiling equivalent v1.0.2
16942026-05-20T02:31:44.569Z Compiling futures-core v0.3.32
16952026-05-20T02:31:44.606Z Compiling critical-section v1.2.0
16962026-05-20T02:31:44.609Z Compiling ring v0.17.14
16972026-05-20T02:31:44.699Z Compiling cmake v0.1.58
16982026-05-20T02:31:44.735Z Compiling dunce v1.0.5
16992026-05-20T02:31:44.752Z Compiling fs_extra v1.3.0
17002026-05-20T02:31:44.775Z Compiling httparse v1.10.1
17012026-05-20T02:31:44.843Z Compiling futures-sink v0.3.32
17022026-05-20T02:31:44.847Z Compiling slab v0.4.12
17032026-05-20T02:31:44.909Z Compiling serde_derive v1.0.228
17042026-05-20T02:31:44.957Z Compiling zerofrom-derive v0.1.7
17052026-05-20T02:31:45.026Z Compiling yoke-derive v0.8.2
17062026-05-20T02:31:45.062Z Compiling zerovec-derive v0.11.3
17072026-05-20T02:31:45.079Z Compiling displaydoc v0.2.5
17082026-05-20T02:31:45.146Z Compiling schemars_derive v0.8.22
17092026-05-20T02:31:45.191Z Compiling thiserror-impl v2.0.18
17102026-05-20T02:31:45.610Z Compiling tokio-macros v2.7.0
17112026-05-20T02:31:45.850Z Compiling zerocopy-derive v0.8.48
17122026-05-20T02:31:46.108Z Compiling zeroize_derive v1.4.3
17132026-05-20T02:31:46.153Z Compiling zerofrom v0.1.8
17142026-05-20T02:31:46.200Z Compiling futures-macro v0.3.32
17152026-05-20T02:31:46.287Z Compiling yoke v0.8.2
17162026-05-20T02:31:46.372Z Compiling once_cell v1.21.4
17172026-05-20T02:31:46.375Z Compiling aws-lc-sys v0.41.0
17182026-05-20T02:31:46.487Z Compiling zerovec v0.11.6
17192026-05-20T02:31:46.544Z Compiling zerotrie v0.2.4
17202026-05-20T02:31:46.732Z Compiling rand_core v0.6.4
17212026-05-20T02:31:46.785Z Compiling zeroize v1.8.2
17222026-05-20T02:31:46.990Z Compiling futures-channel v0.3.32
17232026-05-20T02:31:47.008Z Compiling ucd-trie v0.1.7
17242026-05-20T02:31:47.035Z Compiling tinystr v0.8.3
17252026-05-20T02:31:47.053Z Compiling potential_utf v0.1.5
17262026-05-20T02:31:47.088Z Compiling thiserror v1.0.69
17272026-05-20T02:31:47.230Z Compiling icu_locale_core v2.2.0
17282026-05-20T02:31:47.247Z Compiling icu_collections v2.2.0
17292026-05-20T02:31:47.250Z Compiling rustix v1.1.4
17302026-05-20T02:31:47.250Z Compiling pest v2.8.6
17312026-05-20T02:31:47.295Z Compiling regex-syntax v0.8.10
17322026-05-20T02:31:47.457Z Compiling futures-io v0.3.32
17332026-05-20T02:31:47.677Z Compiling futures-task v0.3.32
17342026-05-20T02:31:47.855Z Compiling futures-util v0.3.32
17352026-05-20T02:31:48.049Z Compiling icu_provider v2.2.0
17362026-05-20T02:31:48.176Z Compiling smallvec v1.15.1
17372026-05-20T02:31:48.213Z Compiling bytes v1.11.1
17382026-05-20T02:31:48.469Z Compiling icu_normalizer v2.2.0
17392026-05-20T02:31:48.536Z Compiling icu_properties v2.2.0
17402026-05-20T02:31:48.680Z Compiling chrono v0.4.44
17412026-05-20T02:31:49.456Z Compiling idna_adapter v1.2.2
17422026-05-20T02:31:49.484Z Compiling serde_tokenstream v0.2.3
17432026-05-20T02:31:49.610Z Compiling idna v1.1.0
17442026-05-20T02:31:49.648Z Compiling parking_lot v0.12.5
17452026-05-20T02:31:50.095Z Compiling url v2.5.8
17462026-05-20T02:31:50.146Z Compiling tokio v1.52.3
17472026-05-20T02:31:50.358Z Compiling pest_meta v2.8.6
17482026-05-20T02:31:50.453Z Compiling thiserror-impl v1.0.69
17492026-05-20T02:31:50.527Z Compiling aho-corasick v1.1.4
17502026-05-20T02:31:50.546Z Compiling hashbrown v0.17.1
17512026-05-20T02:31:51.581Z Compiling pest_generator v2.8.6
17522026-05-20T02:31:51.636Z Compiling regex-automata v0.4.14
17532026-05-20T02:31:51.666Z Compiling indexmap v2.14.0
17542026-05-20T02:31:51.887Z Compiling generic-array v0.14.7
17552026-05-20T02:31:52.173Z Compiling getrandom v0.3.4
17562026-05-20T02:31:52.202Z Compiling pest_derive v2.8.6
17572026-05-20T02:31:52.549Z Compiling ipnetwork v0.21.1
17582026-05-20T02:31:52.633Z Compiling tracing-core v0.1.36
17592026-05-20T02:31:52.669Z Compiling tracing-attributes v0.1.31
17602026-05-20T02:31:53.125Z Compiling typenum v1.20.0
17612026-05-20T02:31:53.521Z Compiling regex v1.12.3
17622026-05-20T02:31:53.814Z Compiling strsim v0.11.1
17632026-05-20T02:31:53.901Z Compiling tracing v0.1.44
17642026-05-20T02:31:54.233Z Compiling rustls-pki-types v1.14.1
17652026-05-20T02:31:54.708Z Compiling base64 v0.22.1
17662026-05-20T02:31:54.725Z Compiling byteorder v1.5.0
17672026-05-20T02:31:54.978Z Compiling fnv v1.0.7
17682026-05-20T02:31:55.092Z Compiling http v1.4.0
17692026-05-20T02:31:55.109Z Compiling ident_case v1.0.1
17702026-05-20T02:31:55.192Z Compiling slog v2.8.2
17712026-05-20T02:31:55.490Z Compiling untrusted v0.9.0
17722026-05-20T02:31:55.691Z Compiling anyhow v1.0.102
17732026-05-20T02:31:55.814Z Compiling paste v1.0.15
17742026-05-20T02:31:55.990Z Compiling erased-serde v0.3.31
17752026-05-20T02:31:56.041Z Compiling omicron-workspace-hack v0.1.0
17762026-05-20T02:31:56.586Z Compiling crypto-common v0.1.7
17772026-05-20T02:31:56.710Z Compiling tokio-util v0.7.18
17782026-05-20T02:31:56.738Z Compiling scroll_derive v0.13.1
17792026-05-20T02:31:56.968Z Compiling time-core v0.1.8
17802026-05-20T02:31:57.080Z Compiling ipnet v2.12.0
17812026-05-20T02:31:57.116Z Compiling num-conv v0.2.1
17822026-05-20T02:31:57.265Z Compiling time-macros v0.2.27
17832026-05-20T02:31:57.603Z Compiling oxnet v0.1.5
17842026-05-20T02:31:58.279Z Compiling http-body v1.0.1
17852026-05-20T02:31:58.763Z Compiling atomic-waker v1.1.2
17862026-05-20T02:31:59.156Z Compiling ppv-lite86 v0.2.21
17872026-05-20T02:31:59.318Z Compiling daft-derive v0.1.7
17882026-05-20T02:31:59.400Z Compiling async-trait v0.1.89
17892026-05-20T02:31:59.416Z Compiling tower-layer v0.3.3
17902026-05-20T02:31:59.494Z Compiling try-lock v0.2.5
17912026-05-20T02:31:59.610Z Compiling tower-service v0.3.3
17922026-05-20T02:31:59.613Z Compiling aws-lc-rs v1.17.0
17932026-05-20T02:31:59.712Z Compiling ryu v1.0.23
17942026-05-20T02:31:59.946Z Compiling camino v1.2.2
17952026-05-20T02:31:59.999Z Compiling crc32fast v1.5.0
17962026-05-20T02:32:00.284Z Compiling want v0.3.1
17972026-05-20T02:32:00.326Z Compiling h2 v0.4.14
17982026-05-20T02:32:00.457Z Compiling httpdate v1.0.3
17992026-05-20T02:32:00.609Z Compiling usdt-impl v0.6.0
18002026-05-20T02:32:00.824Z Compiling pretty-hex v0.4.2
18012026-05-20T02:32:00.874Z Compiling crossbeam-utils v0.8.21
18022026-05-20T02:32:01.219Z Compiling scroll v0.13.0
18032026-05-20T02:32:01.237Z Compiling block-buffer v0.10.4
18042026-05-20T02:32:01.401Z Compiling untrusted v0.7.1
18052026-05-20T02:32:01.477Z Compiling plain v0.2.3
18062026-05-20T02:32:01.529Z Compiling digest v0.10.7
18072026-05-20T02:32:01.593Z Compiling goblin v0.10.5
18082026-05-20T02:32:02.271Z Compiling allocator-api2 v0.2.21
18092026-05-20T02:32:02.480Z Compiling foldhash v0.2.0
18102026-05-20T02:32:02.698Z Compiling hyper v1.9.0
18112026-05-20T02:32:02.785Z Compiling rustls v0.23.40
18122026-05-20T02:32:02.909Z Compiling slog-async v2.8.0
18132026-05-20T02:32:03.340Z Compiling hashbrown v0.16.1
18142026-05-20T02:32:04.073Z Compiling hyper-util v0.1.20
18152026-05-20T02:32:05.270Z Compiling dof v0.4.0
18162026-05-20T02:32:05.632Z Compiling serde_urlencoded v0.7.1
18172026-05-20T02:32:05.914Z Compiling http-body-util v0.1.3
18182026-05-20T02:32:05.966Z Compiling dtrace-parser v0.3.0
18192026-05-20T02:32:06.218Z Compiling thread-id v5.1.0
18202026-05-20T02:32:06.317Z Compiling ref-cast v1.0.25
18212026-05-20T02:32:06.843Z Compiling rustls v0.22.4
18222026-05-20T02:32:06.884Z Compiling rand_core v0.9.5
18232026-05-20T02:32:07.108Z Compiling ref-cast-impl v1.0.25
18242026-05-20T02:32:07.160Z Compiling syn v1.0.109
18252026-05-20T02:32:07.554Z Compiling usdt-attr-macro v0.6.0
18262026-05-20T02:32:07.693Z Compiling usdt-macro v0.6.0
18272026-05-20T02:32:08.180Z Compiling structmeta-derive v0.3.0
18282026-05-20T02:32:08.235Z Compiling sync_wrapper v1.0.2
18292026-05-20T02:32:08.352Z Compiling multer v3.1.0
18302026-05-20T02:32:08.605Z Compiling powerfmt v0.2.0
18312026-05-20T02:32:08.686Z Compiling tower v0.5.3
18322026-05-20T02:32:08.865Z Compiling deranged v0.5.8
18332026-05-20T02:32:09.241Z Compiling structmeta v0.3.0
18342026-05-20T02:32:09.260Z Compiling rand_chacha v0.9.0
18352026-05-20T02:32:09.712Z Compiling darling_core v0.23.0
18362026-05-20T02:32:09.810Z Compiling webpki-roots v1.0.7
18372026-05-20T02:32:09.937Z Compiling openapiv3 v2.2.0
18382026-05-20T02:32:09.955Z Compiling newtype-uuid-macros v0.1.0
18392026-05-20T02:32:10.754Z Compiling num_threads v0.1.7
18402026-05-20T02:32:10.859Z Compiling cpufeatures v0.2.17
18412026-05-20T02:32:11.268Z Compiling time v0.3.47
18422026-05-20T02:32:11.776Z Compiling darling_macro v0.23.0
18432026-05-20T02:32:12.001Z Compiling rand v0.9.4
18442026-05-20T02:32:12.128Z Compiling tower-http v0.6.10
18452026-05-20T02:32:12.371Z Compiling newtype-uuid v1.3.2
18462026-05-20T02:32:12.761Z Compiling strum_macros v0.26.4
18472026-05-20T02:32:12.806Z Compiling async-stream-impl v0.3.6
18482026-05-20T02:32:13.360Z Compiling dropshot v0.17.0
18492026-05-20T02:32:13.463Z Compiling hex v0.4.3
18502026-05-20T02:32:13.662Z Compiling daft v0.1.7
18512026-05-20T02:32:13.709Z Compiling darling v0.23.0
18522026-05-20T02:32:13.752Z Compiling crossbeam-channel v0.5.15
18532026-05-20T02:32:14.060Z Compiling fastrand v2.4.1
18542026-05-20T02:32:14.163Z Compiling serde_with_macros v3.20.0
18552026-05-20T02:32:14.426Z Compiling futures-executor v0.3.32
18562026-05-20T02:32:14.698Z Compiling dropshot_endpoint v0.17.0
18572026-05-20T02:32:14.702Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18582026-05-20T02:32:14.896Z Compiling thread_local v1.1.9
18592026-05-20T02:32:15.236Z Compiling futures v0.3.32
18602026-05-20T02:32:15.295Z Compiling derive-ex v0.1.8
18612026-05-20T02:32:15.428Z Compiling strum_macros v0.27.2
18622026-05-20T02:32:15.472Z Compiling is-terminal v0.4.17
18632026-05-20T02:32:15.580Z Compiling take_mut v0.2.2
18642026-05-20T02:32:15.682Z Compiling openssl-probe v0.2.1
18652026-05-20T02:32:15.699Z Compiling term v1.2.1
18662026-05-20T02:32:15.930Z Compiling winnow v1.0.3
18672026-05-20T02:32:16.319Z Compiling slog-term v2.9.2
18682026-05-20T02:32:16.843Z Compiling test-strategy v0.4.5
18692026-05-20T02:32:17.235Z Compiling rustls-native-certs v0.8.3
18702026-05-20T02:32:17.573Z Compiling tempfile v3.27.0
18712026-05-20T02:32:18.150Z Compiling macaddr v1.0.1
18722026-05-20T02:32:18.430Z Compiling match_cfg v0.1.0
18732026-05-20T02:32:18.516Z Compiling simd-adler32 v0.3.9
18742026-05-20T02:32:18.610Z Compiling adler2 v2.0.1
18752026-05-20T02:32:18.652Z Compiling hostname v0.3.1
18762026-05-20T02:32:18.781Z Compiling miniz_oxide v0.8.9
18772026-05-20T02:32:18.928Z Compiling slog-json v2.6.1
18782026-05-20T02:32:19.396Z Compiling memmap2 v0.9.10
18792026-05-20T02:32:19.692Z Compiling usdt v0.6.0
18802026-05-20T02:32:20.174Z Compiling flate2 v1.1.9
18812026-05-20T02:32:20.232Z Compiling slog-bunyan v2.5.0
18822026-05-20T02:32:20.260Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18832026-05-20T02:32:20.340Z Compiling rustls-webpki v0.102.8
18842026-05-20T02:32:20.411Z Compiling either v1.15.0
18852026-05-20T02:32:20.632Z Compiling compression-core v0.4.32
18862026-05-20T02:32:20.705Z Compiling debug-ignore v1.0.5
18872026-05-20T02:32:20.829Z Compiling compression-codecs v0.4.38
18882026-05-20T02:32:21.191Z Compiling toml_parser v1.1.2+spec-1.1.0
18892026-05-20T02:32:21.377Z Compiling parse-display-derive v0.10.0
18902026-05-20T02:32:22.224Z Compiling rand_chacha v0.3.1
18912026-05-20T02:32:22.384Z Compiling serde_spanned v1.1.1
18922026-05-20T02:32:22.436Z Compiling toml_datetime v1.1.1+spec-1.1.0
18932026-05-20T02:32:22.859Z Compiling encoding_rs v0.8.35
18942026-05-20T02:32:22.924Z Compiling spin v0.9.8
18952026-05-20T02:32:22.940Z Compiling mime v0.3.17
18962026-05-20T02:32:22.956Z Compiling toml_writer v1.1.1+spec-1.1.0
18972026-05-20T02:32:23.072Z Compiling tokio-rustls v0.25.0
18982026-05-20T02:32:23.221Z Compiling toml v1.1.2+spec-1.1.0
18992026-05-20T02:32:23.327Z Compiling rand v0.8.6
19002026-05-20T02:32:23.418Z Compiling async-compression v0.4.42
19012026-05-20T02:32:23.873Z Compiling strum v0.26.3
19022026-05-20T02:32:24.145Z Compiling async-stream v0.3.6
19032026-05-20T02:32:24.341Z Compiling sha1 v0.10.6
19042026-05-20T02:32:24.762Z Compiling waitgroup v0.1.2
19052026-05-20T02:32:24.927Z Compiling rustls-pemfile v2.2.0
19062026-05-20T02:32:25.198Z Compiling serde_path_to_error v0.1.20
19072026-05-20T02:32:25.216Z Compiling hostname v0.4.2
19082026-05-20T02:32:25.383Z Compiling wait-timeout v0.2.1
19092026-05-20T02:32:25.643Z Compiling bit-vec v0.8.0
19102026-05-20T02:32:25.867Z Compiling quick-error v1.2.3
19112026-05-20T02:32:25.992Z Compiling rusty-fork v0.3.1
19122026-05-20T02:32:26.061Z Compiling bit-set v0.8.0
19132026-05-20T02:32:26.260Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19142026-05-20T02:32:26.757Z Compiling serde_with v3.20.0
19152026-05-20T02:32:26.809Z Compiling rand_xorshift v0.4.0
19162026-05-20T02:32:26.983Z Compiling regress v0.10.5
19172026-05-20T02:32:27.162Z Compiling unarray v0.1.4
19182026-05-20T02:32:27.292Z Compiling proptest v1.11.0
19192026-05-20T02:32:27.895Z Compiling strum v0.27.2
19202026-05-20T02:32:28.037Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19212026-05-20T02:32:28.192Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19222026-05-20T02:32:28.281Z Compiling instant v0.1.13
19232026-05-20T02:32:28.823Z Compiling rustc-hash v2.1.2
19242026-05-20T02:32:28.962Z Compiling iddqd v0.3.18
19252026-05-20T02:32:29.629Z Compiling itertools v0.14.0
19262026-05-20T02:32:30.177Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19272026-05-20T02:32:30.925Z Compiling unicode-width v0.2.2
19282026-05-20T02:32:31.334Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19292026-05-20T02:32:31.650Z Compiling backon v1.6.0
19302026-05-20T02:32:32.189Z Compiling backoff v0.4.0
19312026-05-20T02:32:32.880Z Compiling parse-display v0.10.0
19322026-05-20T02:32:32.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19332026-05-20T02:32:35.841Z Compiling regress v0.11.1
19342026-05-20T02:32:37.079Z Compiling zerocopy-derive v0.7.35
19352026-05-20T02:32:37.710Z Compiling typify-impl v0.6.2
19362026-05-20T02:32:38.424Z Compiling darling_core v0.21.3
19372026-05-20T02:32:39.139Z Compiling clap_derive v4.6.1
19382026-05-20T02:32:39.457Z Compiling convert_case v0.4.0
19392026-05-20T02:32:39.754Z Compiling utf8parse v0.2.2
19402026-05-20T02:32:39.873Z Compiling anstyle-parse v1.0.0
19412026-05-20T02:32:40.095Z Compiling derive_more v0.99.20
19422026-05-20T02:32:40.484Z Compiling darling_macro v0.21.3
19432026-05-20T02:32:40.957Z Compiling typify-macro v0.6.2
19442026-05-20T02:32:41.305Z Compiling terminal_size v0.4.4
19452026-05-20T02:32:41.363Z Compiling toml_datetime v0.6.11
19462026-05-20T02:32:41.476Z Compiling anstyle v1.0.14
19472026-05-20T02:32:41.740Z Compiling is_terminal_polyfill v1.70.2
19482026-05-20T02:32:41.829Z Compiling colorchoice v1.0.5
19492026-05-20T02:32:41.950Z Compiling anstyle-query v1.1.5
19502026-05-20T02:32:42.273Z Compiling anstream v1.0.0
19512026-05-20T02:32:42.782Z Compiling darling v0.21.3
19522026-05-20T02:32:42.932Z Compiling secrecy v0.10.3
19532026-05-20T02:32:42.950Z Compiling heapless v0.8.0
19542026-05-20T02:32:43.025Z Compiling clap_lex v1.1.0
19552026-05-20T02:32:43.089Z Compiling tinyvec_macros v0.1.1
19562026-05-20T02:32:43.164Z Compiling crucible-workspace-hack v0.1.0
19572026-05-20T02:32:43.258Z Compiling unsafe-libyaml v0.2.11
19582026-05-20T02:32:43.673Z Compiling clap_builder v4.6.0
19592026-05-20T02:32:43.858Z Compiling serde_yaml v0.9.34+deprecated
19602026-05-20T02:32:44.042Z Compiling tinyvec v1.11.0
19612026-05-20T02:32:44.495Z Compiling ingot-macros v0.1.1
19622026-05-20T02:32:44.625Z Compiling zerocopy v0.7.35
19632026-05-20T02:32:45.079Z Compiling hash32 v0.3.1
19642026-05-20T02:32:45.147Z Compiling scroll_derive v0.12.1
19652026-05-20T02:32:45.232Z Compiling rustc_version v0.4.1
19662026-05-20T02:32:45.267Z Compiling num-integer v0.1.46
19672026-05-20T02:32:45.498Z Compiling usdt-impl v0.5.0
19682026-05-20T02:32:45.756Z Compiling smoltcp v0.11.0
19692026-05-20T02:32:45.848Z Compiling scroll v0.12.0
19702026-05-20T02:32:45.881Z Compiling curve25519-dalek v4.1.3
19712026-05-20T02:32:46.136Z Compiling clap v4.6.1
19722026-05-20T02:32:46.224Z Compiling dof v0.3.0
19732026-05-20T02:32:47.099Z Compiling ingot-types v0.1.2
19742026-05-20T02:32:47.200Z Compiling typify v0.6.2
19752026-05-20T02:32:47.315Z Compiling dtrace-parser v0.2.0
19762026-05-20T02:32:47.530Z Compiling hmac v0.12.1
19772026-05-20T02:32:47.570Z Compiling inout v0.1.4
19782026-05-20T02:32:47.604Z Compiling ff v0.13.1
19792026-05-20T02:32:47.692Z Compiling cobs v0.3.0
19802026-05-20T02:32:47.905Z Compiling thread-id v4.2.2
19812026-05-20T02:32:48.084Z Compiling bitflags v1.3.2
19822026-05-20T02:32:48.084Z Compiling managed v0.8.0
19832026-05-20T02:32:48.394Z Compiling postcard v1.1.3
19842026-05-20T02:32:48.618Z Compiling group v0.13.0
19852026-05-20T02:32:48.740Z Compiling cipher v0.4.4
19862026-05-20T02:32:48.757Z Compiling hkdf v0.12.4
19872026-05-20T02:32:48.916Z Compiling ingot v0.1.1
19882026-05-20T02:32:51.151Z Compiling goblin v0.8.2
19892026-05-20T02:32:51.498Z Compiling num-rational v0.4.2
19902026-05-20T02:32:52.037Z Compiling num-iter v0.1.45
19912026-05-20T02:32:52.779Z Compiling tabwriter v1.4.1
19922026-05-20T02:32:53.100Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19932026-05-20T02:32:53.139Z Compiling thiserror-impl-no-std v2.0.2
19942026-05-20T02:32:53.374Z Compiling hubpack_derive v0.1.1
19952026-05-20T02:32:53.679Z Compiling crossbeam-epoch v0.9.18
19962026-05-20T02:32:53.912Z Compiling universal-hash v0.5.1
19972026-05-20T02:32:54.075Z Compiling crypto-bigint v0.5.5
19982026-05-20T02:32:54.167Z Compiling half v2.7.1
19992026-05-20T02:32:54.202Z Compiling curve25519-dalek-derive v0.1.1
20002026-05-20T02:32:54.345Z Compiling num-complex v0.4.6
20012026-05-20T02:32:55.148Z Compiling opaque-debug v0.3.1
20022026-05-20T02:32:55.228Z Compiling base16ct v0.2.0
20032026-05-20T02:32:55.436Z Compiling prettyplease v0.2.37
20042026-05-20T02:32:55.698Z Compiling base64ct v1.8.3
20052026-05-20T02:32:55.939Z Compiling ciborium-io v0.2.2
20062026-05-20T02:32:56.459Z Compiling ciborium-ll v0.2.2
20072026-05-20T02:32:56.568Z Compiling password-hash v0.5.0
20082026-05-20T02:32:57.002Z Compiling elliptic-curve v0.13.8
20092026-05-20T02:32:57.301Z Compiling poly1305 v0.8.0
20102026-05-20T02:32:57.921Z Compiling num v0.4.3
20112026-05-20T02:32:57.991Z Compiling thiserror-no-std v2.0.2
20122026-05-20T02:32:58.009Z Compiling hubpack v0.1.2
20132026-05-20T02:32:58.967Z Compiling chacha20 v0.9.1
20142026-05-20T02:32:59.403Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20152026-05-20T02:32:59.512Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20162026-05-20T02:33:00.097Z Compiling reqwest v0.12.28
20172026-05-20T02:33:00.694Z Compiling toml_edit v0.25.11+spec-1.1.0
20182026-05-20T02:33:00.955Z Compiling byte-wrapper v0.1.0
20192026-05-20T02:33:01.064Z Compiling blake2 v0.10.6
20202026-05-20T02:33:01.543Z Compiling aead v0.5.2
20212026-05-20T02:33:01.563Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20222026-05-20T02:33:01.732Z Compiling serde_repr v0.1.20
20232026-05-20T02:33:02.068Z Compiling proc-macro-error-attr v1.0.4
20242026-05-20T02:33:02.312Z Compiling bstr v1.12.1
20252026-05-20T02:33:02.385Z Compiling memoffset v0.9.1
20262026-05-20T02:33:02.564Z Compiling cfg_aliases v0.2.1
20272026-05-20T02:33:02.650Z Compiling rustix v0.38.44
20282026-05-20T02:33:02.667Z Compiling static_assertions v1.1.0
20292026-05-20T02:33:02.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302026-05-20T02:33:02.860Z Compiling keccak v0.1.6
20312026-05-20T02:33:03.013Z Compiling float-ord v0.3.2
20322026-05-20T02:33:03.124Z Compiling sha3 v0.10.9
20332026-05-20T02:33:03.443Z Compiling nix v0.31.3
20342026-05-20T02:33:03.839Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20352026-05-20T02:33:03.867Z Compiling chacha20poly1305 v0.10.1
20362026-05-20T02:33:04.020Z Compiling argon2 v0.5.3
20372026-05-20T02:33:04.509Z Compiling proc-macro-crate v3.5.0
20382026-05-20T02:33:04.926Z Compiling rustls-webpki v0.103.13
20392026-05-20T02:33:05.014Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20402026-05-20T02:33:07.261Z Compiling progenitor-client v0.10.0
20412026-05-20T02:33:07.512Z Compiling vsss-rs v3.3.4
20422026-05-20T02:33:07.536Z Compiling ciborium v0.2.2
20432026-05-20T02:33:08.219Z Compiling usdt-attr-macro v0.5.0
20442026-05-20T02:33:08.354Z Compiling usdt-macro v0.5.0
20452026-05-20T02:33:09.622Z Compiling enum-as-inner v0.6.1
20462026-05-20T02:33:09.639Z Compiling num-derive v0.4.2
20472026-05-20T02:33:09.715Z Compiling proc-macro-error v1.0.4
20482026-05-20T02:33:09.975Z Compiling tokio-rustls v0.26.4
20492026-05-20T02:33:10.200Z Compiling rustls-platform-verifier v0.7.0
20502026-05-20T02:33:10.274Z Compiling hyper-rustls v0.27.9
20512026-05-20T02:33:10.410Z Compiling memmap v0.7.0
20522026-05-20T02:33:10.602Z Compiling reqwest v0.13.3
20532026-05-20T02:33:10.902Z Compiling winnow v0.5.40
20542026-05-20T02:33:10.949Z Compiling data-encoding v2.11.0
20552026-05-20T02:33:11.442Z Compiling indent_write v2.2.0
20562026-05-20T02:33:11.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20572026-05-20T02:33:11.956Z Compiling progenitor-client v0.14.0
20582026-05-20T02:33:12.277Z Compiling progenitor-extras v0.2.0
20592026-05-20T02:33:12.766Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20602026-05-20T02:33:13.192Z Compiling toml_edit v0.19.15
20612026-05-20T02:33:13.625Z Compiling usdt v0.5.0
20622026-05-20T02:33:14.437Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20632026-05-20T02:33:14.457Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20642026-05-20T02:33:14.564Z Compiling num_enum_derive v0.7.6
20652026-05-20T02:33:15.256Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20662026-05-20T02:33:16.406Z Compiling serde_spanned v0.6.9
20672026-05-20T02:33:16.558Z Compiling foreign-types-macros v0.2.3
20682026-05-20T02:33:17.190Z Compiling foreign-types-shared v0.3.1
20692026-05-20T02:33:17.220Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20702026-05-20T02:33:17.555Z Compiling winnow v0.7.15
20712026-05-20T02:33:19.004Z Compiling bytecount v0.6.9
20722026-05-20T02:33:19.207Z Compiling cpufeatures v0.3.0
20732026-05-20T02:33:19.297Z Compiling colored v3.1.1
20742026-05-20T02:33:21.264Z Compiling toml_write v0.1.2
20752026-05-20T02:33:21.474Z Compiling pkg-config v0.3.33
20762026-05-20T02:33:23.209Z Compiling vcpkg v0.2.15
20772026-05-20T02:33:23.755Z Compiling openssl-sys v0.9.116
20782026-05-20T02:33:23.849Z Compiling toml_edit v0.22.27
20792026-05-20T02:33:24.330Z Compiling chacha20 v0.10.0
20802026-05-20T02:33:24.638Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20812026-05-20T02:33:24.871Z Compiling foreign-types v0.5.0
20822026-05-20T02:33:24.892Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20832026-05-20T02:33:25.551Z Compiling num_enum v0.7.6
20842026-05-20T02:33:25.692Z Compiling proc-macro-crate v1.3.1
20852026-05-20T02:33:26.202Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20862026-05-20T02:33:26.393Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20872026-05-20T02:33:26.723Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20882026-05-20T02:33:26.834Z Compiling cstr-argument v0.1.2
20892026-05-20T02:33:27.015Z Compiling linked-hash-map v0.5.6
20902026-05-20T02:33:27.178Z Compiling heck v0.4.1
20912026-05-20T02:33:27.238Z Compiling semver v0.1.20
20922026-05-20T02:33:27.395Z Compiling swrite v0.1.0
20932026-05-20T02:33:27.529Z Compiling resolv-conf v0.7.6
20942026-05-20T02:33:27.584Z Compiling rayon-core v1.13.0
20952026-05-20T02:33:27.784Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20962026-05-20T02:33:27.802Z Compiling unicode-segmentation v1.13.2
20972026-05-20T02:33:27.869Z Compiling rustc_version v0.1.7
20982026-05-20T02:33:28.063Z Compiling lru-cache v0.1.2
20992026-05-20T02:33:28.135Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002026-05-20T02:33:28.171Z Compiling newline-converter v0.3.0
21012026-05-20T02:33:28.213Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21022026-05-20T02:33:28.314Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21032026-05-20T02:33:28.634Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21042026-05-20T02:33:28.872Z Compiling num_enum_derive v0.5.11
21052026-05-20T02:33:28.890Z Compiling toml v0.8.23
21062026-05-20T02:33:29.161Z Compiling rand v0.10.1
21072026-05-20T02:33:29.444Z Compiling atomicwrites v0.4.4
21082026-05-20T02:33:29.514Z Compiling hickory-proto v0.24.4
21092026-05-20T02:33:29.672Z Compiling similar v2.7.0
21102026-05-20T02:33:29.773Z Compiling crossbeam-deque v0.8.6
21112026-05-20T02:33:29.883Z Compiling progenitor-impl v0.14.0
21122026-05-20T02:33:29.960Z Compiling progenitor-impl v0.13.0
21132026-05-20T02:33:29.978Z Compiling console v0.15.11
21142026-05-20T02:33:29.994Z Compiling camino-tempfile v1.4.1
21152026-05-20T02:33:30.402Z Compiling serde-big-array v0.5.1
21162026-05-20T02:33:30.570Z Compiling pin-project-internal v1.1.13
21172026-05-20T02:33:31.243Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21182026-05-20T02:33:31.672Z Compiling derive-where v1.6.1
21192026-05-20T02:33:31.791Z Compiling siphasher v1.0.3
21202026-05-20T02:33:31.919Z Compiling lazy_static v1.5.0
21212026-05-20T02:33:31.995Z Compiling minimal-lexical v0.2.1
21222026-05-20T02:33:32.013Z Compiling progenitor-macro v0.13.0
21232026-05-20T02:33:32.035Z Compiling phf_shared v0.12.1
21242026-05-20T02:33:32.242Z Compiling nom v7.1.3
21252026-05-20T02:33:32.260Z Compiling progenitor-macro v0.14.0
21262026-05-20T02:33:32.963Z Compiling pin-project v1.1.13
21272026-05-20T02:33:33.085Z Compiling hickory-resolver v0.24.4
21282026-05-20T02:33:33.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21292026-05-20T02:33:33.605Z Compiling expectorate v1.2.0
21302026-05-20T02:33:36.223Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21312026-05-20T02:33:36.491Z Compiling num_enum v0.5.11
21322026-05-20T02:33:37.131Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21332026-05-20T02:33:37.154Z Compiling newtype_derive v0.1.6
21342026-05-20T02:33:37.415Z Compiling progenitor-client v0.13.0
21352026-05-20T02:33:38.353Z Compiling unicode-normalization v0.1.25
21362026-05-20T02:33:38.956Z Compiling typify-impl v0.4.3
21372026-05-20T02:33:40.552Z Compiling tokio-stream v0.1.18
21382026-05-20T02:33:40.667Z Compiling snafu-derive v0.8.9
21392026-05-20T02:33:41.130Z Compiling async-recursion v1.1.1
21402026-05-20T02:33:41.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21412026-05-20T02:33:42.150Z Compiling slog-dtrace v0.3.0
21422026-05-20T02:33:42.263Z Compiling csv-core v0.1.13
21432026-05-20T02:33:42.398Z Compiling unicode-xid v0.2.6
21442026-05-20T02:33:42.425Z Compiling chrono-tz v0.10.4
21452026-05-20T02:33:42.534Z Compiling highway v1.3.0
21462026-05-20T02:33:42.681Z Compiling owo-colors v4.3.0
21472026-05-20T02:33:42.700Z Compiling unicode-width v0.1.14
21482026-05-20T02:33:43.030Z Compiling konst_macro_rules v0.2.19
21492026-05-20T02:33:43.046Z Compiling foldhash v0.1.5
21502026-05-20T02:33:43.230Z Compiling same-file v1.0.6
21512026-05-20T02:33:43.248Z Compiling cancel-safe-futures v0.1.5
21522026-05-20T02:33:43.281Z Compiling foreign-types-shared v0.1.1
21532026-05-20T02:33:43.379Z Compiling openssl v0.10.80
21542026-05-20T02:33:43.430Z Compiling foreign-types v0.3.2
21552026-05-20T02:33:43.548Z Compiling walkdir v2.5.0
21562026-05-20T02:33:43.581Z Compiling hashbrown v0.15.5
21572026-05-20T02:33:43.722Z Compiling konst v0.2.20
21582026-05-20T02:33:44.169Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21592026-05-20T02:33:44.258Z Compiling const_format_proc_macros v0.2.34
21602026-05-20T02:33:44.280Z Compiling csv v1.4.0
21612026-05-20T02:33:45.128Z Compiling snafu v0.8.9
21622026-05-20T02:33:45.248Z Compiling typify-macro v0.4.3
21632026-05-20T02:33:45.451Z Compiling qorb v0.4.1
21642026-05-20T02:33:45.691Z Compiling progenitor v0.14.0
21652026-05-20T02:33:45.843Z Compiling progenitor v0.13.0
21662026-05-20T02:33:46.059Z Compiling olpc-cjson v0.1.4
21672026-05-20T02:33:46.279Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21682026-05-20T02:33:46.865Z Compiling rayon v1.12.0
21692026-05-20T02:33:49.065Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21702026-05-20T02:33:49.593Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21712026-05-20T02:33:49.947Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21722026-05-20T02:33:50.035Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21732026-05-20T02:33:50.554Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21742026-05-20T02:33:51.634Z Compiling phf v0.12.1
21752026-05-20T02:33:52.251Z Compiling zone_cfg_derive v0.3.1
21762026-05-20T02:33:52.779Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21772026-05-20T02:33:52.803Z Compiling tokio-dtrace v0.1.1
21782026-05-20T02:33:52.858Z Compiling globset v0.4.18
21792026-05-20T02:33:52.980Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21802026-05-20T02:33:53.136Z Compiling itertools v0.12.1
21812026-05-20T02:33:53.210Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21822026-05-20T02:33:53.674Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21832026-05-20T02:33:53.818Z Compiling pem v3.0.6
21842026-05-20T02:33:54.507Z Compiling libsw-core v0.3.2
21852026-05-20T02:33:54.623Z Compiling serde_plain v1.0.2
21862026-05-20T02:33:54.692Z Compiling openssl-macros v0.1.1
21872026-05-20T02:33:54.907Z Compiling cookie v0.18.1
21882026-05-20T02:33:54.907Z Compiling sigpipe v0.1.3
21892026-05-20T02:33:55.027Z Compiling jiff v0.2.24
21902026-05-20T02:33:55.169Z Compiling typed-path v0.9.3
21912026-05-20T02:33:55.194Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21922026-05-20T02:33:55.245Z Compiling fixedbitset v0.5.7
21932026-05-20T02:33:55.449Z Compiling glob v0.3.3
21942026-05-20T02:33:55.494Z Compiling fixedbitset v0.4.2
21952026-05-20T02:33:55.695Z Compiling petgraph v0.6.5
21962026-05-20T02:33:55.867Z Compiling petgraph v0.8.3
21972026-05-20T02:33:56.377Z Compiling tough v0.22.0
21982026-05-20T02:33:57.516Z Compiling libsw v3.5.0
21992026-05-20T02:33:57.538Z Compiling zone v0.3.1
22002026-05-20T02:33:57.715Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22012026-05-20T02:33:58.098Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22022026-05-20T02:33:58.316Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-05-20T02:33:58.350Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22042026-05-20T02:33:59.253Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22052026-05-20T02:33:59.560Z Compiling oxide-tokio-rt v0.1.6
22062026-05-20T02:34:00.159Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22072026-05-20T02:34:01.322Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22082026-05-20T02:34:01.553Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22092026-05-20T02:34:03.103Z Compiling const_format v0.2.36
22102026-05-20T02:34:03.184Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-20T02:34:04.047Z Compiling papergrid v0.11.0
22122026-05-20T02:34:04.150Z Compiling tabled_derive v0.7.0
22132026-05-20T02:34:04.372Z Compiling gethostname v0.5.0
22142026-05-20T02:34:04.517Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22152026-05-20T02:34:05.136Z Compiling libscf-sys v1.2.0
22162026-05-20T02:34:05.218Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22172026-05-20T02:34:05.270Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22182026-05-20T02:34:05.288Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22192026-05-20T02:34:05.347Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22202026-05-20T02:34:05.366Z Compiling bcs v0.1.6
22212026-05-20T02:34:05.407Z Compiling smf v0.2.3
22222026-05-20T02:34:05.764Z Compiling tagptr v0.2.0
22232026-05-20T02:34:05.937Z Compiling termtree v0.5.1
22242026-05-20T02:34:06.120Z Compiling whoami v1.6.1
22252026-05-20T02:34:06.457Z Compiling unicode-linebreak v0.1.5
22262026-05-20T02:34:06.538Z Compiling linear-map v1.2.0
22272026-05-20T02:34:06.586Z Compiling smawk v0.3.2
22282026-05-20T02:34:06.739Z Compiling textwrap v0.16.2
22292026-05-20T02:34:06.757Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-05-20T02:34:08.309Z Compiling moka v0.12.15
22312026-05-20T02:34:08.326Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22322026-05-20T02:34:08.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22332026-05-20T02:34:09.281Z Compiling tabled v0.15.0
22342026-05-20T02:34:09.523Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22352026-05-20T02:34:09.593Z Compiling steno v0.4.1
22362026-05-20T02:34:09.743Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22372026-05-20T02:34:11.190Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22382026-05-20T02:34:14.547Z Compiling hickory-proto v0.25.2
22392026-05-20T02:34:14.942Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22402026-05-20T02:34:16.799Z Compiling proc-macro-error-attr2 v2.0.0
22412026-05-20T02:34:17.075Z Compiling humantime v2.3.0
22422026-05-20T02:34:17.257Z Compiling proc-macro-error2 v2.0.1
22432026-05-20T02:34:17.336Z Compiling hickory-resolver v0.25.2
22442026-05-20T02:34:17.523Z Compiling typify v0.4.3
22452026-05-20T02:34:17.634Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22462026-05-20T02:34:17.849Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22472026-05-20T02:34:18.081Z Compiling parking_lot_core v0.8.6
22482026-05-20T02:34:18.178Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22492026-05-20T02:34:18.419Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22502026-05-20T02:34:18.965Z Compiling progenitor-impl v0.11.2
22512026-05-20T02:34:19.978Z Compiling tabled_derive v0.11.0
22522026-05-20T02:34:21.378Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22532026-05-20T02:34:21.389Z Compiling papergrid v0.17.0
22542026-05-20T02:34:22.626Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22552026-05-20T02:34:23.620Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22562026-05-20T02:34:24.208Z Compiling testing_table v0.3.0
22572026-05-20T02:34:24.597Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22582026-05-20T02:34:25.053Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22592026-05-20T02:34:26.532Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22602026-05-20T02:34:26.537Z Compiling tabled v0.20.0
22612026-05-20T02:34:26.537Z Compiling progenitor-macro v0.11.2
22622026-05-20T02:34:27.414Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22632026-05-20T02:34:27.533Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22642026-05-20T02:34:28.238Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22652026-05-20T02:34:28.941Z Compiling progenitor-client v0.11.2
22662026-05-20T02:34:29.434Z Compiling arc-swap v1.9.1
22672026-05-20T02:34:29.658Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22682026-05-20T02:34:29.798Z Compiling slog-scope v4.4.1
22692026-05-20T02:34:30.092Z Compiling progenitor v0.11.2
22702026-05-20T02:34:31.655Z Compiling parking_lot v0.11.2
22712026-05-20T02:34:31.673Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22722026-05-20T02:34:32.729Z Compiling dropshot-api-manager-types v0.7.1
22732026-05-20T02:34:33.301Z Compiling fxhash v0.2.1
22742026-05-20T02:34:33.369Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22752026-05-20T02:34:33.458Z Compiling crc8 v0.1.1
22762026-05-20T02:34:33.570Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22772026-05-20T02:34:33.601Z Compiling sled v0.34.7
22782026-05-20T02:34:35.508Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22792026-05-20T02:34:40.665Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22802026-05-20T02:34:41.097Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22812026-05-20T02:34:41.163Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22822026-05-20T02:34:42.731Z Compiling slog-stdlog v4.1.1
22832026-05-20T02:34:43.177Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22842026-05-20T02:34:43.447Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22852026-05-20T02:34:44.458Z Compiling slog-envlogger v2.2.0
22862026-05-20T02:34:45.060Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22872026-05-20T02:34:56.199Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22882026-05-20T02:34:58.655Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22892026-05-20T02:35:02.020Z Finished `release` profile [optimized] target(s) in 3m 47s
22902026-05-20T02:35:02.351Z+ banner quartet
22912026-05-20T02:35:02.354Z
22922026-05-20T02:35:02.354Z #### # # ## ##### ##### ###### #####
22932026-05-20T02:35:02.354Z # # # # # # # # # # #
22942026-05-20T02:35:02.354Z # # # # # # # # # ##### #
22952026-05-20T02:35:02.354Z # # # # # ###### ##### # # #
22962026-05-20T02:35:02.354Z # # # # # # # # # # #
22972026-05-20T02:35:02.354Z ### # #### # # # # # ###### #
22982026-05-20T02:35:02.354Z
22992026-05-20T02:35:02.354Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
23002026-05-20T02:35:02.925Z Compiling cfg-if v1.0.4
23012026-05-20T02:35:02.932Z Compiling libc v0.2.186
23022026-05-20T02:35:02.932Z Compiling serde_core v1.0.228
23032026-05-20T02:35:03.030Z Compiling memchr v2.8.0
23042026-05-20T02:35:03.036Z Compiling smallvec v1.15.1
23052026-05-20T02:35:03.040Z Compiling itoa v1.0.18
23062026-05-20T02:35:03.053Z Compiling stable_deref_trait v1.2.1
23072026-05-20T02:35:03.057Z Compiling zerofrom v0.1.8
23082026-05-20T02:35:03.072Z Compiling zmij v1.0.21
23092026-05-20T02:35:03.125Z Compiling litemap v0.8.2
23102026-05-20T02:35:03.184Z Compiling yoke v0.8.2
23112026-05-20T02:35:03.270Z Compiling writeable v0.6.3
23122026-05-20T02:35:03.285Z Compiling utf8_iter v1.0.4
23132026-05-20T02:35:03.317Z Compiling percent-encoding v2.3.2
23142026-05-20T02:35:03.380Z Compiling zerovec v0.11.6
23152026-05-20T02:35:03.391Z Compiling zerotrie v0.2.4
23162026-05-20T02:35:03.440Z Compiling libm v0.2.16
23172026-05-20T02:35:03.513Z Compiling icu_normalizer_data v2.2.0
23182026-05-20T02:35:03.533Z Compiling icu_properties_data v2.2.0
23192026-05-20T02:35:03.581Z Compiling form_urlencoded v1.2.2
23202026-05-20T02:35:03.590Z Compiling rand_core v0.10.1
23212026-05-20T02:35:03.685Z Compiling errno v0.3.14
23222026-05-20T02:35:03.747Z Compiling getrandom v0.4.2
23232026-05-20T02:35:03.823Z Compiling pin-project-lite v0.2.17
23242026-05-20T02:35:03.846Z Compiling iana-time-zone v0.1.65
23252026-05-20T02:35:03.868Z Compiling zeroize v1.8.2
23262026-05-20T02:35:03.924Z Compiling tinystr v0.8.3
23272026-05-20T02:35:03.951Z Compiling potential_utf v0.1.5
23282026-05-20T02:35:03.980Z Compiling dyn-clone v1.0.20
23292026-05-20T02:35:04.108Z Compiling icu_locale_core v2.2.0
23302026-05-20T02:35:04.125Z Compiling icu_collections v2.2.0
23312026-05-20T02:35:04.135Z Compiling socket2 v0.6.3
23322026-05-20T02:35:04.138Z Compiling scopeguard v1.2.0
23332026-05-20T02:35:04.154Z Compiling parking_lot_core v0.9.12
23342026-05-20T02:35:04.189Z Compiling signal-hook-registry v1.4.8
23352026-05-20T02:35:04.254Z Compiling num-traits v0.2.19
23362026-05-20T02:35:04.580Z Compiling lock_api v0.4.14
23372026-05-20T02:35:04.730Z Compiling mio v1.2.0
23382026-05-20T02:35:04.833Z Compiling serde v1.0.228
23392026-05-20T02:35:04.867Z Compiling serde_json v1.0.149
23402026-05-20T02:35:04.923Z Compiling icu_provider v2.2.0
23412026-05-20T02:35:05.005Z Compiling uuid v1.23.1
23422026-05-20T02:35:05.026Z Compiling semver v1.0.28
23432026-05-20T02:35:05.145Z Compiling parking_lot v0.12.5
23442026-05-20T02:35:05.425Z Compiling bytes v1.11.1
23452026-05-20T02:35:05.459Z Compiling icu_normalizer v2.2.0
23462026-05-20T02:35:05.541Z Compiling icu_properties v2.2.0
23472026-05-20T02:35:05.586Z Compiling chrono v0.4.44
23482026-05-20T02:35:05.670Z Compiling portable-atomic v1.13.1
23492026-05-20T02:35:06.069Z Compiling tokio v1.52.3
23502026-05-20T02:35:06.312Z Compiling thiserror v2.0.18
23512026-05-20T02:35:06.384Z Compiling getrandom v0.2.17
23522026-05-20T02:35:06.427Z Compiling futures-core v0.3.32
23532026-05-20T02:35:06.595Z Compiling idna_adapter v1.2.2
23542026-05-20T02:35:06.607Z Compiling critical-section v1.2.0
23552026-05-20T02:35:06.678Z Compiling subtle v2.6.1
23562026-05-20T02:35:06.715Z Compiling idna v1.1.0
23572026-05-20T02:35:06.749Z Compiling once_cell v1.21.4
23582026-05-20T02:35:06.850Z Compiling bitflags v2.11.1
23592026-05-20T02:35:06.985Z Compiling log v0.4.29
23602026-05-20T02:35:06.997Z Compiling equivalent v1.0.2
23612026-05-20T02:35:07.087Z Compiling url v2.5.8
23622026-05-20T02:35:07.136Z Compiling zerocopy v0.8.48
23632026-05-20T02:35:07.237Z Compiling rand_core v0.6.4
23642026-05-20T02:35:07.246Z Compiling futures-sink v0.3.32
23652026-05-20T02:35:07.359Z Compiling slab v0.4.12
23662026-05-20T02:35:07.494Z Compiling futures-channel v0.3.32
23672026-05-20T02:35:07.543Z Compiling futures-io v0.3.32
23682026-05-20T02:35:07.585Z Compiling futures-task v0.3.32
23692026-05-20T02:35:07.751Z Compiling schemars v0.8.22
23702026-05-20T02:35:07.766Z Compiling futures-util v0.3.32
23712026-05-20T02:35:07.784Z Compiling typenum v1.20.0
23722026-05-20T02:35:08.464Z Compiling generic-array v0.14.7
23732026-05-20T02:35:08.867Z Compiling hashbrown v0.17.1
23742026-05-20T02:35:09.030Z Compiling tracing-core v0.1.36
23752026-05-20T02:35:09.157Z Compiling base64 v0.22.1
23762026-05-20T02:35:09.555Z Compiling indexmap v2.14.0
23772026-05-20T02:35:09.642Z Compiling tracing v0.1.44
23782026-05-20T02:35:09.673Z Compiling crypto-common v0.1.7
23792026-05-20T02:35:09.821Z Compiling ipnetwork v0.21.1
23802026-05-20T02:35:09.996Z Compiling http v1.4.0
23812026-05-20T02:35:10.115Z Compiling unicode-ident v1.0.24
23822026-05-20T02:35:10.244Z Compiling proc-macro2 v1.0.106
23832026-05-20T02:35:10.385Z Compiling slog v2.8.2
23842026-05-20T02:35:10.397Z Compiling erased-serde v0.3.31
23852026-05-20T02:35:10.410Z Compiling rustls-pki-types v1.14.1
23862026-05-20T02:35:10.458Z Compiling fnv v1.0.7
23872026-05-20T02:35:10.567Z Compiling untrusted v0.9.0
23882026-05-20T02:35:10.704Z Compiling quote v1.0.45
23892026-05-20T02:35:11.284Z Compiling syn v2.0.117
23902026-05-20T02:35:11.446Z Compiling tokio-util v0.7.18
23912026-05-20T02:35:11.583Z Compiling oxnet v0.1.5
23922026-05-20T02:35:11.829Z Compiling ipnet v2.12.0
23932026-05-20T02:35:11.915Z Compiling byteorder v1.5.0
23942026-05-20T02:35:12.178Z Compiling thiserror v1.0.69
23952026-05-20T02:35:12.295Z Compiling ppv-lite86 v0.2.21
23962026-05-20T02:35:12.400Z Compiling http-body v1.0.1
23972026-05-20T02:35:12.581Z Compiling block-buffer v0.10.4
23982026-05-20T02:35:12.670Z Compiling atomic-waker v1.1.2
23992026-05-20T02:35:12.685Z Compiling httparse v1.10.1
24002026-05-20T02:35:12.749Z Compiling digest v0.10.7
24012026-05-20T02:35:12.805Z Compiling tower-service v0.3.3
24022026-05-20T02:35:12.835Z Compiling pretty-hex v0.4.2
24032026-05-20T02:35:12.916Z Compiling ryu v1.0.23
24042026-05-20T02:35:12.960Z Compiling tower-layer v0.3.3
24052026-05-20T02:35:13.004Z Compiling try-lock v0.2.5
24062026-05-20T02:35:13.028Z Compiling h2 v0.4.14
24072026-05-20T02:35:13.120Z Compiling want v0.3.1
24082026-05-20T02:35:13.156Z Compiling httpdate v1.0.3
24092026-05-20T02:35:13.167Z Compiling rustix v1.1.4
24102026-05-20T02:35:13.206Z Compiling regex-syntax v0.8.10
24112026-05-20T02:35:13.309Z Compiling plain v0.2.3
24122026-05-20T02:35:13.433Z Compiling getrandom v0.3.4
24132026-05-20T02:35:13.529Z Compiling omicron-workspace-hack v0.1.0
24142026-05-20T02:35:13.614Z Compiling aws-lc-sys v0.41.0
24152026-05-20T02:35:13.625Z Compiling untrusted v0.7.1
24162026-05-20T02:35:13.645Z Compiling ucd-trie v0.1.7
24172026-05-20T02:35:13.756Z Compiling rand_core v0.9.5
24182026-05-20T02:35:14.011Z Compiling pest v2.8.6
24192026-05-20T02:35:14.162Z Compiling aws-lc-rs v1.17.0
24202026-05-20T02:35:14.265Z Compiling crossbeam-utils v0.8.21
24212026-05-20T02:35:15.021Z Compiling serde_urlencoded v0.7.1
24222026-05-20T02:35:15.035Z Compiling http-body-util v0.1.3
24232026-05-20T02:35:15.309Z Compiling foldhash v0.2.0
24242026-05-20T02:35:15.321Z Compiling allocator-api2 v0.2.21
24252026-05-20T02:35:15.623Z Compiling hyper v1.9.0
24262026-05-20T02:35:15.654Z Compiling rustls v0.23.40
24272026-05-20T02:35:15.714Z Compiling hashbrown v0.16.1
24282026-05-20T02:35:15.906Z Compiling rustls-webpki v0.103.13
24292026-05-20T02:35:16.437Z Compiling newtype-uuid v1.3.2
24302026-05-20T02:35:17.005Z Compiling hyper-util v0.1.20
24312026-05-20T02:35:17.488Z Compiling hex v0.4.3
24322026-05-20T02:35:17.791Z Compiling cpufeatures v0.2.17
24332026-05-20T02:35:17.875Z Compiling daft v0.1.7
24342026-05-20T02:35:18.583Z Compiling rand_chacha v0.9.0
24352026-05-20T02:35:19.151Z Compiling sync_wrapper v1.0.2
24362026-05-20T02:35:19.206Z Compiling aho-corasick v1.1.4
24372026-05-20T02:35:19.267Z Compiling fastrand v2.4.1
24382026-05-20T02:35:19.627Z Compiling tower v0.5.3
24392026-05-20T02:35:19.957Z Compiling anyhow v1.0.102
24402026-05-20T02:35:20.070Z Compiling rand v0.9.4
24412026-05-20T02:35:20.249Z Compiling regex-automata v0.4.14
24422026-05-20T02:35:20.300Z Compiling powerfmt v0.2.0
24432026-05-20T02:35:20.431Z Compiling tower-http v0.6.10
24442026-05-20T02:35:20.562Z Compiling deranged v0.5.8
24452026-05-20T02:35:20.616Z Compiling openapiv3 v2.2.0
24462026-05-20T02:35:20.817Z Compiling time-core v0.1.8
24472026-05-20T02:35:20.983Z Compiling num_threads v0.1.7
24482026-05-20T02:35:21.072Z Compiling openssl-probe v0.2.1
24492026-05-20T02:35:21.109Z Compiling num-conv v0.2.1
24502026-05-20T02:35:21.267Z Compiling rustls-native-certs v0.8.3
24512026-05-20T02:35:21.326Z Compiling camino v1.2.2
24522026-05-20T02:35:21.660Z Compiling time v0.3.47
24532026-05-20T02:35:21.920Z Compiling tokio-rustls v0.26.4
24542026-05-20T02:35:22.128Z Compiling tempfile v3.27.0
24552026-05-20T02:35:22.220Z Compiling futures-executor v0.3.32
24562026-05-20T02:35:22.823Z Compiling winnow v1.0.3
24572026-05-20T02:35:23.066Z Compiling futures v0.3.32
24582026-05-20T02:35:23.078Z Compiling regex v1.12.3
24592026-05-20T02:35:23.152Z Compiling hyper-rustls v0.27.9
24602026-05-20T02:35:23.539Z Compiling rustls-platform-verifier v0.7.0
24612026-05-20T02:35:24.169Z Compiling crossbeam-channel v0.5.15
24622026-05-20T02:35:24.283Z Compiling scroll v0.13.0
24632026-05-20T02:35:24.521Z Compiling simd-adler32 v0.3.9
24642026-05-20T02:35:24.580Z Compiling adler2 v2.0.1
24652026-05-20T02:35:24.643Z Compiling goblin v0.10.5
24662026-05-20T02:35:24.660Z Compiling crc32fast v1.5.0
24672026-05-20T02:35:24.747Z Compiling miniz_oxide v0.8.9
24682026-05-20T02:35:24.866Z Compiling reqwest v0.13.3
24692026-05-20T02:35:24.900Z Compiling ring v0.17.14
24702026-05-20T02:35:25.370Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24712026-05-20T02:35:26.176Z Compiling thread_local v1.1.9
24722026-05-20T02:35:26.544Z Compiling either v1.15.0
24732026-05-20T02:35:26.774Z Compiling rustls-webpki v0.102.8
24742026-05-20T02:35:27.350Z Compiling flate2 v1.1.9
24752026-05-20T02:35:27.948Z Compiling dof v0.4.0
24762026-05-20T02:35:28.689Z Compiling dtrace-parser v0.3.0
24772026-05-20T02:35:29.167Z Compiling rand_chacha v0.3.1
24782026-05-20T02:35:29.819Z Compiling thread-id v5.1.0
24792026-05-20T02:35:29.913Z Compiling is-terminal v0.4.17
24802026-05-20T02:35:30.023Z Compiling compression-core v0.4.32
24812026-05-20T02:35:30.208Z Compiling take_mut v0.2.2
24822026-05-20T02:35:30.335Z Compiling term v1.2.1
24832026-05-20T02:35:31.040Z Compiling match_cfg v0.1.0
24842026-05-20T02:35:31.131Z Compiling debug-ignore v1.0.5
24852026-05-20T02:35:31.232Z Compiling hostname v0.3.1
24862026-05-20T02:35:31.242Z Compiling slog-term v2.9.2
24872026-05-20T02:35:31.398Z Compiling slog-async v2.8.0
24882026-05-20T02:35:31.469Z Compiling compression-codecs v0.4.38
24892026-05-20T02:35:31.843Z Compiling usdt-impl v0.6.0
24902026-05-20T02:35:32.291Z Compiling rand v0.8.6
24912026-05-20T02:35:32.604Z Compiling ref-cast v1.0.25
24922026-05-20T02:35:32.719Z Compiling rustls v0.22.4
24932026-05-20T02:35:32.883Z Compiling toml_parser v1.1.2+spec-1.1.0
24942026-05-20T02:35:33.129Z Compiling slog-json v2.6.1
24952026-05-20T02:35:33.393Z Compiling strum v0.26.3
24962026-05-20T02:35:33.542Z Compiling macaddr v1.0.1
24972026-05-20T02:35:33.828Z Compiling toml_datetime v1.1.1+spec-1.1.0
24982026-05-20T02:35:34.218Z Compiling serde_spanned v1.1.1
24992026-05-20T02:35:34.252Z Compiling memmap2 v0.9.10
25002026-05-20T02:35:34.379Z Compiling wait-timeout v0.2.1
25012026-05-20T02:35:34.551Z Compiling encoding_rs v0.8.35
25022026-05-20T02:35:34.862Z Compiling spin v0.9.8
25032026-05-20T02:35:34.995Z Compiling quick-error v1.2.3
25042026-05-20T02:35:35.113Z Compiling mime v0.3.17
25052026-05-20T02:35:35.591Z Compiling bit-vec v0.8.0
25062026-05-20T02:35:35.936Z Compiling toml_writer v1.1.1+spec-1.1.0
25072026-05-20T02:35:35.954Z Compiling bit-set v0.8.0
25082026-05-20T02:35:36.148Z Compiling toml v1.1.2+spec-1.1.0
25092026-05-20T02:35:36.152Z Compiling multer v3.1.0
25102026-05-20T02:35:36.194Z Compiling rusty-fork v0.3.1
25112026-05-20T02:35:40.095Z Compiling tokio-rustls v0.25.0
25122026-05-20T02:35:40.113Z Compiling usdt v0.6.0
25132026-05-20T02:35:40.113Z Compiling slog-bunyan v2.5.0
25142026-05-20T02:35:40.113Z Compiling async-compression v0.4.42
25152026-05-20T02:35:40.113Z Compiling serde_with v3.20.0
25162026-05-20T02:35:40.113Z Compiling async-stream v0.3.6
25172026-05-20T02:35:40.113Z Compiling sha1 v0.10.6
25182026-05-20T02:35:40.113Z Compiling rand_xorshift v0.4.0
25192026-05-20T02:35:40.113Z Compiling waitgroup v0.1.2
25202026-05-20T02:35:40.113Z Compiling rustls-pemfile v2.2.0
25212026-05-20T02:35:40.113Z Compiling serde_path_to_error v0.1.20
25222026-05-20T02:35:40.113Z Compiling hostname v0.4.2
25232026-05-20T02:35:40.113Z Compiling unarray v0.1.4
25242026-05-20T02:35:40.113Z Compiling proptest v1.11.0
25252026-05-20T02:35:40.113Z Compiling dropshot v0.17.0
25262026-05-20T02:35:40.113Z Compiling progenitor-client v0.14.0
25272026-05-20T02:35:40.114Z Compiling strum v0.27.2
25282026-05-20T02:35:40.114Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25292026-05-20T02:35:40.114Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25302026-05-20T02:35:40.114Z Compiling rustc-hash v2.1.2
25312026-05-20T02:35:40.114Z Compiling iddqd v0.3.18
25322026-05-20T02:35:40.114Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25332026-05-20T02:35:40.157Z Compiling reqwest v0.12.28
25342026-05-20T02:35:40.255Z Compiling backon v1.6.0
25352026-05-20T02:35:40.537Z Compiling instant v0.1.13
25362026-05-20T02:35:40.636Z Compiling backoff v0.4.0
25372026-05-20T02:35:40.662Z Compiling progenitor-extras v0.2.0
25382026-05-20T02:35:40.858Z Compiling parse-display v0.10.0
25392026-05-20T02:35:40.905Z Compiling itertools v0.14.0
25402026-05-20T02:35:41.684Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25412026-05-20T02:35:41.781Z Compiling progenitor-client v0.10.0
25422026-05-20T02:35:42.284Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25432026-05-20T02:35:42.410Z Compiling regress v0.10.5
25442026-05-20T02:35:42.745Z Compiling heck v0.5.0
25452026-05-20T02:35:43.346Z Compiling unicode-width v0.2.2
25462026-05-20T02:35:43.673Z Compiling secrecy v0.10.3
25472026-05-20T02:35:43.746Z Compiling tinyvec_macros v0.1.1
25482026-05-20T02:35:43.825Z Compiling tinyvec v1.11.0
25492026-05-20T02:35:43.851Z Compiling num-integer v0.1.46
25502026-05-20T02:35:44.276Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25512026-05-20T02:35:44.368Z Compiling scroll v0.12.0
25522026-05-20T02:35:44.672Z Compiling crucible-workspace-hack v0.1.0
25532026-05-20T02:35:44.753Z Compiling regress v0.11.1
25542026-05-20T02:35:46.202Z Compiling hmac v0.12.1
25552026-05-20T02:35:46.225Z Compiling inout v0.1.4
25562026-05-20T02:35:46.366Z Compiling ff v0.13.1
25572026-05-20T02:35:46.391Z Compiling utf8parse v0.2.2
25582026-05-20T02:35:46.511Z Compiling group v0.13.0
25592026-05-20T02:35:46.522Z Compiling typify-impl v0.6.2
25602026-05-20T02:35:46.637Z Compiling anstyle-parse v1.0.0
25612026-05-20T02:35:46.868Z Compiling cipher v0.4.4
25622026-05-20T02:35:47.128Z Compiling hkdf v0.12.4
25632026-05-20T02:35:47.180Z Compiling goblin v0.8.2
25642026-05-20T02:35:47.302Z Compiling num-rational v0.4.2
25652026-05-20T02:35:47.890Z Compiling num-iter v0.1.45
25662026-05-20T02:35:48.027Z Compiling zerocopy v0.7.35
25672026-05-20T02:35:48.452Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25682026-05-20T02:35:48.625Z Compiling terminal_size v0.4.4
25692026-05-20T02:35:48.791Z Compiling half v2.7.1
25702026-05-20T02:35:49.149Z Compiling universal-hash v0.5.1
25712026-05-20T02:35:49.303Z Compiling crypto-bigint v0.5.5
25722026-05-20T02:35:49.664Z Compiling num-complex v0.4.6
25732026-05-20T02:35:49.769Z Compiling opaque-debug v0.3.1
25742026-05-20T02:35:49.848Z Compiling is_terminal_polyfill v1.70.2
25752026-05-20T02:35:49.953Z Compiling anstyle v1.0.14
25762026-05-20T02:35:50.114Z Compiling ciborium-io v0.2.2
25772026-05-20T02:35:50.220Z Compiling base64ct v1.8.3
25782026-05-20T02:35:50.239Z Compiling anstyle-query v1.1.5
25792026-05-20T02:35:50.354Z Compiling colorchoice v1.0.5
25802026-05-20T02:35:50.504Z Compiling base16ct v0.2.0
25812026-05-20T02:35:50.576Z Compiling password-hash v0.5.0
25822026-05-20T02:35:50.715Z Compiling elliptic-curve v0.13.8
25832026-05-20T02:35:51.037Z Compiling anstream v1.0.0
25842026-05-20T02:35:51.245Z Compiling ciborium-ll v0.2.2
25852026-05-20T02:35:51.520Z Compiling num v0.4.3
25862026-05-20T02:35:51.544Z Compiling poly1305 v0.8.0
25872026-05-20T02:35:51.547Z Compiling curve25519-dalek v4.1.3
25882026-05-20T02:35:51.601Z Compiling dof v0.3.0
25892026-05-20T02:35:52.180Z Compiling typify v0.6.2
25902026-05-20T02:35:52.296Z Compiling thiserror-no-std v2.0.2
25912026-05-20T02:35:52.396Z Compiling chacha20 v0.9.1
25922026-05-20T02:35:52.661Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25932026-05-20T02:35:52.704Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25942026-05-20T02:35:54.277Z Compiling byte-wrapper v0.1.0
25952026-05-20T02:35:54.303Z Compiling dtrace-parser v0.2.0
25962026-05-20T02:35:54.317Z Compiling crossbeam-epoch v0.9.18
25972026-05-20T02:35:54.823Z Compiling blake2 v0.10.6
25982026-05-20T02:35:54.968Z Compiling aead v0.5.2
25992026-05-20T02:35:55.163Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26002026-05-20T02:35:55.266Z Compiling thread-id v4.2.2
26012026-05-20T02:35:55.323Z Compiling keccak v0.1.6
26022026-05-20T02:35:55.358Z Compiling clap_lex v1.1.0
26032026-05-20T02:35:55.735Z Compiling float-ord v0.3.2
26042026-05-20T02:35:55.854Z Compiling strsim v0.11.1
26052026-05-20T02:35:56.054Z Compiling clap_builder v4.6.0
26062026-05-20T02:35:56.488Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26072026-05-20T02:35:56.693Z Compiling sha3 v0.10.9
26082026-05-20T02:35:56.725Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26092026-05-20T02:35:56.859Z Compiling usdt-impl v0.5.0
26102026-05-20T02:35:57.094Z Compiling chacha20poly1305 v0.10.1
26112026-05-20T02:35:57.247Z Compiling argon2 v0.5.3
26122026-05-20T02:35:58.298Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26132026-05-20T02:35:58.328Z Compiling vsss-rs v3.3.4
26142026-05-20T02:35:59.833Z Compiling ciborium v0.2.2
26152026-05-20T02:36:00.692Z Compiling hash32 v0.3.1
26162026-05-20T02:36:00.864Z Compiling memmap v0.7.0
26172026-05-20T02:36:01.111Z Compiling data-encoding v2.11.0
26182026-05-20T02:36:01.174Z Compiling indent_write v2.2.0
26192026-05-20T02:36:01.335Z Compiling usdt v0.5.0
26202026-05-20T02:36:01.987Z Compiling heapless v0.8.0
26212026-05-20T02:36:02.506Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26222026-05-20T02:36:03.232Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26232026-05-20T02:36:03.340Z Compiling ingot-types v0.1.2
26242026-05-20T02:36:03.810Z Compiling clap v4.6.1
26252026-05-20T02:36:03.826Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26262026-05-20T02:36:03.900Z Compiling rustix v0.38.44
26272026-05-20T02:36:03.998Z Compiling tabwriter v1.4.1
26282026-05-20T02:36:04.181Z Compiling cobs v0.3.0
26292026-05-20T02:36:04.368Z Compiling cpufeatures v0.3.0
26302026-05-20T02:36:04.450Z Compiling colored v3.1.1
26312026-05-20T02:36:04.462Z Compiling foreign-types-shared v0.3.1
26322026-05-20T02:36:04.563Z Compiling managed v0.8.0
26332026-05-20T02:36:04.828Z Compiling bitflags v1.3.2
26342026-05-20T02:36:04.910Z Compiling smoltcp v0.11.0
26352026-05-20T02:36:05.132Z Compiling foreign-types v0.5.0
26362026-05-20T02:36:05.219Z Compiling chacha20 v0.10.0
26372026-05-20T02:36:05.255Z Compiling postcard v1.1.3
26382026-05-20T02:36:05.519Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26392026-05-20T02:36:05.635Z Compiling num_enum v0.7.6
26402026-05-20T02:36:05.764Z Compiling ingot v0.1.1
26412026-05-20T02:36:06.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26422026-05-20T02:36:07.049Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26432026-05-20T02:36:07.212Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26442026-05-20T02:36:07.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26452026-05-20T02:36:07.332Z Compiling serde_spanned v0.6.9
26462026-05-20T02:36:07.518Z Compiling toml_datetime v0.6.11
26472026-05-20T02:36:07.702Z Compiling cstr-argument v0.1.2
26482026-05-20T02:36:07.883Z Compiling unicode-segmentation v1.13.2
26492026-05-20T02:36:07.909Z Compiling resolv-conf v0.7.6
26502026-05-20T02:36:08.003Z Compiling swrite v0.1.0
26512026-05-20T02:36:08.120Z Compiling winnow v0.7.15
26522026-05-20T02:36:08.165Z Compiling toml_write v0.1.2
26532026-05-20T02:36:08.413Z Compiling static_assertions v1.1.0
26542026-05-20T02:36:08.492Z Compiling linked-hash-map v0.5.6
26552026-05-20T02:36:08.503Z Compiling newline-converter v0.3.0
26562026-05-20T02:36:08.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572026-05-20T02:36:08.639Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26582026-05-20T02:36:08.656Z Compiling hubpack v0.1.2
26592026-05-20T02:36:08.706Z Compiling lru-cache v0.1.2
26602026-05-20T02:36:08.853Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612026-05-20T02:36:08.904Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26622026-05-20T02:36:08.962Z Compiling rand v0.10.1
26632026-05-20T02:36:08.985Z Compiling memoffset v0.9.1
26642026-05-20T02:36:09.078Z Compiling atomicwrites v0.4.4
26652026-05-20T02:36:09.154Z Compiling hickory-proto v0.24.4
26662026-05-20T02:36:09.366Z Compiling crossbeam-deque v0.8.6
26672026-05-20T02:36:09.590Z Compiling console v0.15.11
26682026-05-20T02:36:09.815Z Compiling toml_edit v0.22.27
26692026-05-20T02:36:10.067Z Compiling itertools v0.12.1
26702026-05-20T02:36:10.321Z Compiling camino-tempfile v1.4.1
26712026-05-20T02:36:10.767Z Compiling serde-big-array v0.5.1
26722026-05-20T02:36:10.925Z Compiling lazy_static v1.5.0
26732026-05-20T02:36:10.925Z Compiling similar v2.7.0
26742026-05-20T02:36:11.037Z Compiling siphasher v1.0.3
26752026-05-20T02:36:11.251Z Compiling hickory-resolver v0.24.4
26762026-05-20T02:36:11.553Z Compiling expectorate v1.2.0
26772026-05-20T02:36:11.767Z Compiling toml v0.8.23
26782026-05-20T02:36:12.924Z Compiling phf_shared v0.12.1
26792026-05-20T02:36:13.152Z Compiling pin-project v1.1.13
26802026-05-20T02:36:13.263Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26812026-05-20T02:36:13.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26822026-05-20T02:36:14.137Z Compiling prettyplease v0.2.37
26832026-05-20T02:36:14.727Z Compiling rayon-core v1.13.0
26842026-05-20T02:36:16.330Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26852026-05-20T02:36:17.192Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26862026-05-20T02:36:17.554Z Compiling nix v0.31.3
26872026-05-20T02:36:17.576Z Compiling num_enum v0.5.11
26882026-05-20T02:36:17.709Z Compiling progenitor-impl v0.13.0
26892026-05-20T02:36:19.218Z Compiling progenitor-impl v0.14.0
26902026-05-20T02:36:19.867Z Compiling unicode-normalization v0.1.25
26912026-05-20T02:36:20.431Z Compiling progenitor-client v0.13.0
26922026-05-20T02:36:20.454Z Compiling tokio-stream v0.1.18
26932026-05-20T02:36:20.922Z Compiling bstr v1.12.1
26942026-05-20T02:36:20.955Z Compiling csv-core v0.1.13
26952026-05-20T02:36:21.018Z Compiling konst_macro_rules v0.2.19
26962026-05-20T02:36:21.215Z Compiling highway v1.3.0
26972026-05-20T02:36:21.368Z Compiling unicode-width v0.1.14
26982026-05-20T02:36:21.622Z Compiling same-file v1.0.6
26992026-05-20T02:36:21.682Z Compiling foreign-types-shared v0.1.1
27002026-05-20T02:36:21.781Z Compiling foldhash v0.1.5
27012026-05-20T02:36:21.806Z Compiling foreign-types v0.3.2
27022026-05-20T02:36:21.889Z Compiling walkdir v2.5.0
27032026-05-20T02:36:21.912Z Compiling hashbrown v0.15.5
27042026-05-20T02:36:22.006Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27052026-05-20T02:36:22.581Z Compiling globset v0.4.18
27062026-05-20T02:36:22.701Z Compiling konst v0.2.20
27072026-05-20T02:36:23.092Z Compiling csv v1.4.0
27082026-05-20T02:36:24.062Z Compiling snafu v0.8.9
27092026-05-20T02:36:24.654Z Compiling qorb v0.4.1
27102026-05-20T02:36:25.683Z Compiling progenitor v0.13.0
27112026-05-20T02:36:25.821Z Compiling progenitor v0.14.0
27122026-05-20T02:36:25.832Z Compiling olpc-cjson v0.1.4
27132026-05-20T02:36:25.964Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27142026-05-20T02:36:26.040Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27152026-05-20T02:36:26.602Z Compiling rayon v1.12.0
27162026-05-20T02:36:27.665Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27172026-05-20T02:36:28.924Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27182026-05-20T02:36:29.141Z Compiling phf v0.12.1
27192026-05-20T02:36:29.316Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27202026-05-20T02:36:31.148Z Compiling openssl-sys v0.9.116
27212026-05-20T02:36:31.577Z Compiling tokio-dtrace v0.1.1
27222026-05-20T02:36:31.911Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27232026-05-20T02:36:33.322Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27242026-05-20T02:36:33.550Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27252026-05-20T02:36:34.089Z Compiling libsw-core v0.3.2
27262026-05-20T02:36:34.270Z Compiling pem v3.0.6
27272026-05-20T02:36:34.519Z Compiling serde_plain v1.0.2
27282026-05-20T02:36:34.808Z Compiling sigpipe v0.1.3
27292026-05-20T02:36:34.909Z Compiling jiff v0.2.24
27302026-05-20T02:36:34.978Z Compiling minimal-lexical v0.2.1
27312026-05-20T02:36:35.094Z Compiling fixedbitset v0.5.7
27322026-05-20T02:36:35.303Z Compiling fixedbitset v0.4.2
27332026-05-20T02:36:35.399Z Compiling bytecount v0.6.9
27342026-05-20T02:36:35.593Z Compiling glob v0.3.3
27352026-05-20T02:36:35.608Z Compiling typed-path v0.9.3
27362026-05-20T02:36:35.668Z Compiling papergrid v0.11.0
27372026-05-20T02:36:36.510Z Compiling petgraph v0.6.5
27382026-05-20T02:36:36.581Z Compiling petgraph v0.8.3
27392026-05-20T02:36:37.756Z Compiling tough v0.22.0
27402026-05-20T02:36:38.104Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27412026-05-20T02:36:38.344Z Compiling nom v7.1.3
27422026-05-20T02:36:38.585Z Compiling openssl v0.10.80
27432026-05-20T02:36:39.026Z Compiling libsw v3.5.0
27442026-05-20T02:36:39.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27452026-05-20T02:36:40.036Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-20T02:36:40.280Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27472026-05-20T02:36:40.581Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27482026-05-20T02:36:40.649Z Compiling zone v0.3.1
27492026-05-20T02:36:41.057Z Compiling oxide-tokio-rt v0.1.6
27502026-05-20T02:36:41.695Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27512026-05-20T02:36:41.907Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27522026-05-20T02:36:42.450Z Compiling chrono-tz v0.10.4
27532026-05-20T02:36:43.845Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27542026-05-20T02:36:44.040Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27552026-05-20T02:36:44.202Z Compiling newtype_derive v0.1.6
27562026-05-20T02:36:44.288Z Compiling slog-dtrace v0.3.0
27572026-05-20T02:36:44.608Z Compiling cancel-safe-futures v0.1.5
27582026-05-20T02:36:44.971Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-20T02:36:45.038Z Compiling const_format v0.2.36
27602026-05-20T02:36:45.545Z Compiling owo-colors v4.3.0
27612026-05-20T02:36:45.973Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27622026-05-20T02:36:46.255Z Compiling gethostname v0.5.0
27632026-05-20T02:36:46.394Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-20T02:36:46.440Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-05-20T02:36:46.574Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27662026-05-20T02:36:46.696Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27672026-05-20T02:36:46.742Z Compiling smf v0.2.3
27682026-05-20T02:36:47.346Z Compiling bcs v0.1.6
27692026-05-20T02:36:47.776Z Compiling linear-map v1.2.0
27702026-05-20T02:36:47.995Z Compiling termtree v0.5.1
27712026-05-20T02:36:48.026Z Compiling tagptr v0.2.0
27722026-05-20T02:36:48.173Z Compiling unicode-linebreak v0.1.5
27732026-05-20T02:36:48.188Z Compiling whoami v1.6.1
27742026-05-20T02:36:48.450Z Compiling smawk v0.3.2
27752026-05-20T02:36:48.640Z Compiling textwrap v0.16.2
27762026-05-20T02:36:48.656Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-05-20T02:36:48.995Z Compiling moka v0.12.15
27782026-05-20T02:36:49.694Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-05-20T02:36:49.740Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27802026-05-20T02:36:50.281Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27812026-05-20T02:36:50.285Z Compiling tabled v0.15.0
27822026-05-20T02:36:51.323Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27832026-05-20T02:36:51.424Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27842026-05-20T02:36:51.562Z Compiling steno v0.4.1
27852026-05-20T02:36:51.628Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27862026-05-20T02:36:53.353Z Compiling cookie v0.18.1
27872026-05-20T02:36:54.717Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-05-20T02:36:57.657Z Compiling hickory-proto v0.25.2
27892026-05-20T02:36:59.151Z Compiling humantime v2.3.0
27902026-05-20T02:36:59.342Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27912026-05-20T02:36:59.597Z Compiling arc-swap v1.9.1
27922026-05-20T02:36:59.968Z Compiling hickory-resolver v0.25.2
27932026-05-20T02:37:00.583Z Compiling slog-scope v4.4.1
27942026-05-20T02:37:01.051Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27952026-05-20T02:37:01.602Z Compiling libscf-sys v1.2.0
27962026-05-20T02:37:01.752Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27972026-05-20T02:37:01.835Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27982026-05-20T02:37:02.292Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27992026-05-20T02:37:02.554Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28002026-05-20T02:37:03.052Z Compiling slog-stdlog v4.1.1
28012026-05-20T02:37:03.452Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28022026-05-20T02:37:04.217Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28032026-05-20T02:37:04.329Z Compiling slog-envlogger v2.2.0
28042026-05-20T02:37:05.628Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28052026-05-20T02:37:05.690Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28062026-05-20T02:37:13.758Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28072026-05-20T02:37:16.626Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28082026-05-20T02:37:18.070Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28092026-05-20T02:37:27.117Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28102026-05-20T02:37:31.838Z Finished `release` profile [optimized] target(s) in 2m 29s
28112026-05-20T02:37:31.953Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28122026-05-20T02:37:31.958Z
28132026-05-20T02:37:31.958Zrunning 1 test
28142026-05-20T02:37:32.157Zconfigure zone
28152026-05-20T02:37:32.164Zinstall zone
28162026-05-20T02:37:41.867Zboot zone
28172026-05-20T02:37:41.950Zstart zone s1
28182026-05-20T02:37:41.954Zconfigure zone
28192026-05-20T02:37:41.959Zinstall zone
28202026-05-20T02:37:43.712Zboot zone
28212026-05-20T02:37:43.807Zstart zone s2
28222026-05-20T02:37:43.807Zconfigure zone
28232026-05-20T02:37:43.817Zinstall zone
28242026-05-20T02:37:46.230Zboot zone
28252026-05-20T02:37:46.328Zstart zone s3
28262026-05-20T02:37:46.328Zconfigure zone
28272026-05-20T02:37:46.339Zinstall zone
28282026-05-20T02:37:49.034Zboot zone
28292026-05-20T02:37:49.162Zstart zone t1
28302026-05-20T02:37:49.162Zconfigure zone
28312026-05-20T02:37:49.174Zinstall zone
28322026-05-20T02:37:51.867Zboot zone
28332026-05-20T02:37:51.972Zwaiting for zones to come up
28342026-05-20T02:38:01.973Z[sidecar.quartet] svcs milestone/network
28352026-05-20T02:38:02.002ZSTATE STIME FMRI
28362026-05-20T02:38:02.002Zonline 2:37:41 svc:/milestone/network:default
28372026-05-20T02:38:02.002Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28382026-05-20T02:38:02.028Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28392026-05-20T02:38:02.054Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28402026-05-20T02:38:02.075Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28412026-05-20T02:38:02.078Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28422026-05-20T02:38:02.091Z
28432026-05-20T02:38:02.091Zrunning zone s1.quartet setup
28442026-05-20T02:38:02.091Z[s1.quartet] svcs milestone/network
28452026-05-20T02:38:02.108ZSTATE STIME FMRI
28462026-05-20T02:38:02.108Zonline 2:37:43 svc:/milestone/network:default
28472026-05-20T02:38:02.108Z[s1.quartet] dladm
28482026-05-20T02:38:02.121ZLINK CLASS MTU STATE BRIDGE OVER
28492026-05-20T02:38:02.121Zsl0 simnet 9000 up -- ?
28502026-05-20T02:38:02.121Zmgs1 vnic 9000 up -- ?
28512026-05-20T02:38:02.124Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28522026-05-20T02:38:02.749Z
28532026-05-20T02:38:02.749Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28542026-05-20T02:38:02.766Z
28552026-05-20T02:38:02.766Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28562026-05-20T02:38:02.777Z
28572026-05-20T02:38:02.777Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28582026-05-20T02:38:02.870Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28592026-05-20T02:38:02.946Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 44377845-1661-4441-98b2-8e8f4ac038fe --sled-uuid 224978aa-8528-4a65-b902-811727e32658 -a sl0/v6 &> /opt/ddmd.log &
28602026-05-20T02:38:02.961Z
28612026-05-20T02:38:02.961Zrunning zone s2.quartet setup
28622026-05-20T02:38:02.961Z[s2.quartet] svcs milestone/network
28632026-05-20T02:38:02.977ZSTATE STIME FMRI
28642026-05-20T02:38:02.977Zonline 2:37:45 svc:/milestone/network:default
28652026-05-20T02:38:02.977Z[s2.quartet] dladm
28662026-05-20T02:38:02.991ZLINK CLASS MTU STATE BRIDGE OVER
28672026-05-20T02:38:02.991Zsl1 simnet 9000 up -- ?
28682026-05-20T02:38:02.991Zmgs2 vnic 9000 up -- ?
28692026-05-20T02:38:02.991Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28702026-05-20T02:38:03.531Z
28712026-05-20T02:38:03.531Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28722026-05-20T02:38:03.548Z
28732026-05-20T02:38:03.548Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28742026-05-20T02:38:03.560Z
28752026-05-20T02:38:03.560Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28762026-05-20T02:38:03.595Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28772026-05-20T02:38:03.624Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 709d17c0-0a56-40fc-b524-da4adb26a247 --sled-uuid b54c6a89-1b56-4577-83a4-44573fe982d4 -a sl1/v6 &> /opt/ddmd.log &
28782026-05-20T02:38:03.635Z
28792026-05-20T02:38:03.635Zrunning zone s3.quartet setup
28802026-05-20T02:38:03.635Z[s3.quartet] svcs milestone/network
28812026-05-20T02:38:03.650ZSTATE STIME FMRI
28822026-05-20T02:38:03.650Zonline 2:37:48 svc:/milestone/network:default
28832026-05-20T02:38:03.650Z[s3.quartet] dladm
28842026-05-20T02:38:03.665ZLINK CLASS MTU STATE BRIDGE OVER
28852026-05-20T02:38:03.665Zsl2 simnet 9000 up -- ?
28862026-05-20T02:38:03.665Zmgs3 vnic 9000 up -- ?
28872026-05-20T02:38:03.665Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28882026-05-20T02:38:04.250Z
28892026-05-20T02:38:04.250Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28902026-05-20T02:38:04.265Z
28912026-05-20T02:38:04.265Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28922026-05-20T02:38:04.277Z
28932026-05-20T02:38:04.277Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28942026-05-20T02:38:04.311Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28952026-05-20T02:38:04.349Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 96ccb3b7-c012-46af-8551-9f0fbf1f0fa3 --sled-uuid bc90a917-6567-4dd1-b8a4-62cafd6ea0aa -a sl2/v6 &> /opt/ddmd.log &
28962026-05-20T02:38:04.361Z
28972026-05-20T02:38:04.361Zrunning zone t1.quartet setup
28982026-05-20T02:38:04.361Z[t1.quartet] svcs milestone/network
28992026-05-20T02:38:04.376ZSTATE STIME FMRI
29002026-05-20T02:38:04.376Zonline 2:37:51 svc:/milestone/network:default
29012026-05-20T02:38:04.376Z[t1.quartet] dladm
29022026-05-20T02:38:04.390ZLINK CLASS MTU STATE BRIDGE OVER
29032026-05-20T02:38:04.390Ztfportrear0_0 simnet 9000 up -- ?
29042026-05-20T02:38:04.390Ztfportrear1_0 simnet 9000 up -- ?
29052026-05-20T02:38:04.390Ztfportrear2_0 simnet 9000 up -- ?
29062026-05-20T02:38:04.390Zmgt1 vnic 9000 up -- ?
29072026-05-20T02:38:04.390Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29082026-05-20T02:38:04.940Z
29092026-05-20T02:38:04.940Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29102026-05-20T02:38:04.956Z
29112026-05-20T02:38:04.956Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29122026-05-20T02:38:04.969Z
29132026-05-20T02:38:04.969Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29142026-05-20T02:38:04.982Z
29152026-05-20T02:38:04.982Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29162026-05-20T02:38:04.994Z
29172026-05-20T02:38:04.994Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29182026-05-20T02:38:05.309Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29192026-05-20T02:38:05.312Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29202026-05-20T02:38:05.315Zwaiting 3s for copy of files to zone to complete ...
29212026-05-20T02:38:08.313Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29222026-05-20T02:38:08.446Z
29232026-05-20T02:38:08.446Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29242026-05-20T02:38:08.555Z
29252026-05-20T02:38:08.555Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29262026-05-20T02:38:08.592Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29272026-05-20T02:38:08.621Z[t1.quartet] svcadm disable dendrite
29282026-05-20T02:38:08.646Z
29292026-05-20T02:38:08.646Z[t1.quartet] svcadm disable tfport
29302026-05-20T02:38:08.670Z
29312026-05-20T02:38:08.670Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29322026-05-20T02:38:08.695Z
29332026-05-20T02:38:08.695Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29342026-05-20T02:38:08.720Z
29352026-05-20T02:38:08.720Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29362026-05-20T02:38:08.745Z
29372026-05-20T02:38:08.745Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29382026-05-20T02:38:08.770Z
29392026-05-20T02:38:08.770Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29402026-05-20T02:38:08.794Z
29412026-05-20T02:38:08.794Z[t1.quartet] svcadm refresh dendrite:default
29422026-05-20T02:38:08.816Z
29432026-05-20T02:38:08.816Z[t1.quartet] svcadm enable dendrite:default
29442026-05-20T02:38:08.837Z
29452026-05-20T02:38:08.837Zwait 10s for dendrite to come up ...
29462026-05-20T02:38:18.839Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29472026-05-20T02:38:18.869Z
29482026-05-20T02:38:18.869Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29492026-05-20T02:38:18.893Z
29502026-05-20T02:38:18.893Z[t1.quartet] svcadm refresh tfport:default
29512026-05-20T02:38:18.914Z
29522026-05-20T02:38:18.914Z[t1.quartet] svcadm enable tfport
29532026-05-20T02:38:18.936Z
29542026-05-20T02:38:18.938Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 23c69b19-c34e-4134-89c0-5fb6bcf61d3b --sled-uuid 086e33b0-e755-4704-b41e-e08b54dafa94 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29552026-05-20T02:38:18.947Z
29562026-05-20T02:38:18.947Z[t1.quartet] ipadm
29572026-05-20T02:38:18.961ZADDROBJ TYPE STATE ADDR
29582026-05-20T02:38:18.961Zlo0/v4 static ok 127.0.0.1/8
29592026-05-20T02:38:18.961Zmgt1/v4 static ok 10.0.0.4/24
29602026-05-20T02:38:18.961Zlo0/v6 static ok ::1/128
29612026-05-20T02:38:18.961Zlo0/u6 static ok fd00:4::1/64
29622026-05-20T02:38:18.961Ztfportrear0_0/v6 addrconf ok fe80::d8a0:2bff:feea:f2e5%tfportrear0_0/10
29632026-05-20T02:38:18.961Ztfportrear1_0/v6 addrconf ok fe80::3cdb:40ff:fe9b:7b0c%tfportrear1_0/10
29642026-05-20T02:38:18.961Ztfportrear2_0/v6 addrconf ok fe80::2c5e:80ff:fe5e:5586%tfportrear2_0/10
29652026-05-20T02:38:21.089Zinitial peering test passed
29662026-05-20T02:38:22.091Z[s3.quartet] ping fd00:1::1
29672026-05-20T02:38:22.109Zfd00:1::1 is alive
29682026-05-20T02:38:31.964Ztest ddm::test_quartet has been running for over 60 seconds
29692026-05-20T02:38:33.113Z[s3.quartet] ping fd00:1::1
29702026-05-20T02:38:33.128Zfd00:1::1 is alive
29712026-05-20T02:38:33.131Z[t1.quartet] pkill ddmd
29722026-05-20T02:38:33.140Z
29732026-05-20T02:38:33.140Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29742026-05-20T02:38:33.143Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29752026-05-20T02:38:35.037Z[s3.quartet] pkill ddmd
29762026-05-20T02:38:35.051Z
29772026-05-20T02:38:35.051Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29782026-05-20T02:38:36.860Z[s2.quartet] pkill ddmd
29792026-05-20T02:38:36.874Z
29802026-05-20T02:38:36.874Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29812026-05-20T02:38:38.618Z[s1.quartet] pkill ddmd
29822026-05-20T02:38:38.632Z
29832026-05-20T02:38:38.632Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29842026-05-20T02:38:40.510Z[sidecar.quartet] pkill softnpu
29852026-05-20T02:38:40.524Z
29862026-05-20T02:38:40.524Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29872026-05-20T02:38:43.195Ztest ddm::test_quartet ... ok
29882026-05-20T02:38:43.195Z
29892026-05-20T02:38:43.195Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.23s
29902026-05-20T02:38:43.195Z
29912026-05-20T02:38:43.242Z+ cleanup
29922026-05-20T02:38:43.245Z++ id -un
29932026-05-20T02:38:43.248Z++ id -gn
29942026-05-20T02:38:43.252Z+ pfexec chown -R build:build .
29952026-05-20T02:38:43.370Zprocess exited: duration 675491 ms, exit code 0
 
29962026-05-20T02:38:43.387Zfound 6 output files
29972026-05-20T02:38:43.387Zuploading: /work/s1.quartet.log (3954 bytes)
29982026-05-20T02:38:44.397Zuploaded: /work/s1.quartet.log
29992026-05-20T02:38:44.397Zuploading: /work/s2.quartet.log (4136 bytes)
30002026-05-20T02:38:45.411Zuploaded: /work/s2.quartet.log
30012026-05-20T02:38:45.411Zuploading: /work/s3.quartet.log (4247 bytes)
30022026-05-20T02:38:46.420Zuploaded: /work/s3.quartet.log
30032026-05-20T02:38:46.420Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30042026-05-20T02:38:47.431Zuploaded: /work/sidecar.quartet-softnpu.log
30052026-05-20T02:38:47.431Zuploading: /work/t1.quartet-dpd.log (211369 bytes)
30062026-05-20T02:38:48.445Zuploaded: /work/t1.quartet-dpd.log
30072026-05-20T02:38:48.445Zuploading: /work/t1.quartet.log (17196 bytes)
30082026-05-20T02:38:49.462Zuploaded: /work/t1.quartet.log