01KT5B1DTZ5T91DQZP3A38KJCF: test-ddm-trio

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

Buildomat Job: 01KT5B1Z76BP4BAC959STQQ92Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T23:36:15.817Zjob assigned to worker 01KT5B285T1DRKYHK259SE6NWY [factory aws, i-0fb2493ed0f285214] (queued for 1 m 0 s)
 
22026-06-02T23:36:22.432Zstarting task 0: "setup"
32026-06-02T23:36:22.440Z++ uname -s
42026-06-02T23:36:22.443Z+ kern=SunOS
52026-06-02T23:36:22.443Z+ build_user=build
62026-06-02T23:36:22.443Z+ build_uid=12345
72026-06-02T23:36:22.443Z+ work_dir=/work
82026-06-02T23:36:22.443Z+ input_dir=/input
92026-06-02T23:36:22.443Z+ [[ 0 == 12345 ]]
102026-06-02T23:36:22.443Z+ case "$kern" in
112026-06-02T23:36:22.443Z+ groupadd -g 12345 build
122026-06-02T23:36:22.446Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T23:36:24.452Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T23:36:24.548Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T23:36:24.551Z+ home_fs=zfs
162026-06-02T23:36:24.551Z+ [[ zfs == autofs ]]
172026-06-02T23:36:24.551Z+ mkdir -p /home/build
182026-06-02T23:36:24.551Z+ chown build:build /home/build /work
192026-06-02T23:36:25.551Z+ chmod 0700 /home/build /work
202026-06-02T23:36:25.555Zprocess exited: duration 3121 ms, exit code 0
 
212026-06-02T23:36:25.561Zstarting task 1: "rust-toolchain"
222026-06-02T23:36:25.564Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-02T23:36:25.564Z * rust toolchain channel = "stable"
242026-06-02T23:36:25.564Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T23:36:25.564Z * rust toolchain profile = "default"
262026-06-02T23:36:25.564Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T23:36:25.564Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T23:36:25.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T23:36:25.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-02T23:36:25.685Zinfo: downloading installer
312026-06-02T23:36:27.068Zwarn: It looks like you have an existing installation of Rust at:
322026-06-02T23:36:27.068Zwarn: /opt/ooce/bin
332026-06-02T23:36:27.069Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-02T23:36:27.069Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-02T23:36:27.069Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-02T23:36:27.069Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-02T23:36:27.069Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-02T23:36:27.069Zerror: cannot install while Rust is installed
392026-06-02T23:36:27.069Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-02T23:36:27.069Zwarn: It looks like you have an existing rustup settings file at:
412026-06-02T23:36:27.069Zwarn: /home/build/.rustup/settings.toml
422026-06-02T23:36:27.069Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-02T23:36:27.069Zwarn: instead of the one inferred from the default host triple.
442026-06-02T23:36:27.078Zinfo: profile set to default
452026-06-02T23:36:27.079Zinfo: default host triple is x86_64-unknown-illumos
462026-06-02T23:36:27.082Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-02T23:36:27.210Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-02T23:36:27.214Zinfo: downloading 6 components
492026-06-02T23:36:41.580Z
502026-06-02T23:36:41.580Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-02T23:36:41.609Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-02T23:36:41.609Z
532026-06-02T23:36:41.609Z
542026-06-02T23:36:41.609ZRust is installed now. Great!
552026-06-02T23:36:41.609Z
562026-06-02T23:36:41.612ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-02T23:36:41.613Zenvironment variable. This has not been done automatically.
582026-06-02T23:36:41.613Z
592026-06-02T23:36:41.613ZTo configure your current shell, you need to source
602026-06-02T23:36:41.613Zthe corresponding env file under $HOME/.cargo.
612026-06-02T23:36:41.613Z
622026-06-02T23:36:41.613ZThis is usually done by running one of the following (note the leading DOT):
632026-06-02T23:36:41.613Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-02T23:36:41.613Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-02T23:36:41.613Zsource "~/.cargo/env.nu" # For nushell
662026-06-02T23:36:41.613Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-02T23:36:41.613Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-02T23:36:41.613Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-02T23:36:41.613Zwarn: no default linker (`cc`) was found in your PATH
702026-06-02T23:36:41.613Zwarn: many Rust crates require a system C toolchain to build
712026-06-02T23:36:41.709Z+ rustup --version
722026-06-02T23:36:41.718Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-02T23:36:41.721Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-02T23:36:41.738Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-02T23:36:41.742Z+ cargo --version
762026-06-02T23:36:41.754Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-02T23:36:41.757Z+ rustc --version
782026-06-02T23:36:41.776Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-02T23:36:41.779Zprocess exited: duration 16216 ms, exit code 0
 
802026-06-02T23:36:41.785Zstarting task 2: "authentication"
812026-06-02T23:36:41.801Zprocess exited: duration 15 ms, exit code 0
 
822026-06-02T23:36:41.809Zstarting task 3: "clone repository"
832026-06-02T23:36:41.812Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-02T23:36:41.815Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-02T23:36:41.933ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-02T23:36:43.134Z+ cd /work/oxidecomputer/maghemite
872026-06-02T23:36:43.134Z+ git fetch origin 599e493354f57bbf7bbe7f25645e5c39dba85ffb
882026-06-02T23:36:43.374ZFrom https://github.com/oxidecomputer/maghemite
892026-06-02T23:36:43.374Z * branch 599e493354f57bbf7bbe7f25645e5c39dba85ffb -> FETCH_HEAD
902026-06-02T23:36:43.380Z+ [[ -n trey/bgp_apply ]]
912026-06-02T23:36:43.383Z++ git branch --show-current
922026-06-02T23:36:43.383Z+ current=main
932026-06-02T23:36:43.383Z+ [[ main != trey/bgp_apply ]]
942026-06-02T23:36:43.383Z+ git branch -f trey/bgp_apply 599e493354f57bbf7bbe7f25645e5c39dba85ffb
952026-06-02T23:36:43.386Z+ git checkout -f trey/bgp_apply
962026-06-02T23:36:43.404ZSwitched to branch 'trey/bgp_apply'
972026-06-02T23:36:43.408Z+ git reset --hard 599e493354f57bbf7bbe7f25645e5c39dba85ffb
982026-06-02T23:36:43.420ZHEAD is now at 599e493 bgp_apply: consolidate deletes in do_delete_router
992026-06-02T23:36:43.423Zprocess exited: duration 1611 ms, exit code 0
 
1002026-06-02T23:36:43.432Zstarting task 4: "build"
1012026-06-02T23:36:43.435Z++ dladm
1022026-06-02T23:36:43.440ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-02T23:36:43.440Zena0 phys 9216 up -- --
1042026-06-02T23:36:43.443Z++ ipadm
1052026-06-02T23:36:43.443ZADDROBJ TYPE STATE ADDR
1062026-06-02T23:36:43.443Zlo0/v4 static ok 127.0.0.1/8
1072026-06-02T23:36:43.443Zena0/dhcp dhcp ok 10.150.1.46/24
1082026-06-02T23:36:43.443Zlo0/v6 static ok ::1/128
1092026-06-02T23:36:43.443Z++ banner collect
1102026-06-02T23:36:43.447Z
1112026-06-02T23:36:43.447Z #### #### # # ###### #### #####
1122026-06-02T23:36:43.447Z # # # # # # # # # #
1132026-06-02T23:36:43.447Z # # # # # ##### # #
1142026-06-02T23:36:43.447Z # # # # # # # #
1152026-06-02T23:36:43.447Z # # # # # # # # # #
1162026-06-02T23:36:43.447Z #### #### ###### ###### ###### #### #
1172026-06-02T23:36:43.447Z
1182026-06-02T23:36:43.447Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-02T23:36:43.447Z++ repo=softnpu
1202026-06-02T23:36:43.447Z++ series=image
1212026-06-02T23:36:43.447Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-02T23:36:43.447Z++ name=softnpu
1232026-06-02T23:36:43.447Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-02T23:36:43.447Z++ mkdir -p download
1252026-06-02T23:36:43.447Z++ pushd download
1262026-06-02T23:36:43.447Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-02T23:36:43.447Z++ [[ ! -f softnpu ]]
1282026-06-02T23:36:43.447Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-02T23:36:43.451Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-02T23:36:43.451Z Dload Upload Total Spent Left Speed
1312026-06-02T23:36:43.955Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 31.24M 0 0 100 15.63M 100 15.63M 0 0 31.24M 0 0 100 15.63M 100 15.63M 0 0 31.24M 0 0
1322026-06-02T23:36:43.964Z++ popd
1332026-06-02T23:36:43.964Z/work/oxidecomputer/maghemite
1342026-06-02T23:36:43.964Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-02T23:36:43.964Z++ repo=sidecar-lite
1362026-06-02T23:36:43.964Z++ series=release
1372026-06-02T23:36:43.964Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-02T23:36:43.964Z++ name=libsidecar_lite.so
1392026-06-02T23:36:43.964Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-02T23:36:43.964Z++ mkdir -p download
1412026-06-02T23:36:43.965Z++ pushd download
1422026-06-02T23:36:43.965Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-02T23:36:43.965Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-02T23:36:43.965Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-02T23:36:43.968Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-02T23:36:43.968Z Dload Upload Total Spent Left Speed
1472026-06-02T23:36:44.339Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 32.00M 0 0 100 12.04M 100 12.04M 0 0 31.99M 0 0 100 12.04M 100 12.04M 0 0 31.99M 0 0
1482026-06-02T23:36:44.343Z++ popd
1492026-06-02T23:36:44.343Z/work/oxidecomputer/maghemite
1502026-06-02T23:36:44.343Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-02T23:36:44.343Z++ repo=sidecar-lite
1522026-06-02T23:36:44.343Z++ series=release
1532026-06-02T23:36:44.343Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-02T23:36:44.343Z++ name=scadm
1552026-06-02T23:36:44.343Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-02T23:36:44.343Z++ mkdir -p download
1572026-06-02T23:36:44.343Z++ pushd download
1582026-06-02T23:36:44.343Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-02T23:36:44.343Z++ [[ ! -f scadm ]]
1602026-06-02T23:36:44.343Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-02T23:36:44.350Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-02T23:36:44.350Z Dload Upload Total Spent Left Speed
1632026-06-02T23:36:46.663Z 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00:01 0 0 0 0 0 0 0 0 0 00:02 0 100 15.78M 100 15.78M 0 0 6.81M 0 00:02 00:02 6.81M 100 15.78M 100 15.78M 0 0 6.81M 0 00:02 00:02 6.81M 100 15.78M 100 15.78M 0 0 6.81M 0 00:02 00:02 6.81M
1642026-06-02T23:36:46.667Z++ popd
1652026-06-02T23:36:46.671Z/work/oxidecomputer/maghemite
1662026-06-02T23:36:46.671Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-02T23:36:46.671Z++ repo=dendrite
1682026-06-02T23:36:46.671Z++ series=image
1692026-06-02T23:36:46.671Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-02T23:36:46.671Z++ name=dendrite-softnpu.tar.gz
1712026-06-02T23:36:46.671Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-02T23:36:46.671Z++ mkdir -p download
1732026-06-02T23:36:46.671Z++ pushd download
1742026-06-02T23:36:46.671Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-02T23:36:46.671Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-02T23:36:46.671Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-02T23:36:46.675Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-02T23:36:46.675Z Dload Upload Total Spent Left Speed
1792026-06-02T23:36:48.260Z 0 0 0 0 0 0 0 0 0 57 71.59M 57 40.84M 0 0 40.67M 0 00:01 00:01 40.68M 100 71.59M 100 71.59M 0 0 45.39M 0 00:01 00:01 40.68M 100 71.59M 100 71.59M 0 0 45.39M 0 00:01 00:01 40.68M 100 71.59M 100 71.59M 0 0 45.39M 0 00:01 00:01 40.68M
1802026-06-02T23:36:48.307Z++ popd
1812026-06-02T23:36:48.307Z/work/oxidecomputer/maghemite
1822026-06-02T23:36:48.307Z++ get_artifact maghemite release 599e493354f57bbf7bbe7f25645e5c39dba85ffb ddm
1832026-06-02T23:36:48.307Z++ repo=maghemite
1842026-06-02T23:36:48.307Z++ series=release
1852026-06-02T23:36:48.307Z++ commit=599e493354f57bbf7bbe7f25645e5c39dba85ffb
1862026-06-02T23:36:48.307Z++ name=ddm
1872026-06-02T23:36:48.308Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-02T23:36:48.308Z++ mkdir -p download
1892026-06-02T23:36:48.308Z++ pushd download
1902026-06-02T23:36:48.308Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-02T23:36:48.308Z++ [[ ! -f ddm ]]
1922026-06-02T23:36:48.308Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/599e493354f57bbf7bbe7f25645e5c39dba85ffb/ddm
1932026-06-02T23:36:48.308Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-02T23:36:48.308Z Dload Upload Total Spent Left Speed
1952026-06-02T23:36:48.402Z 0 0 0 0 0 0 0 0 0
1962026-06-02T23:36:48.430Zcurl: (22) The requested URL returned error: 404
1972026-06-02T23:36:48.430Z++ popd
1982026-06-02T23:36:48.430Z/work/oxidecomputer/maghemite
1992026-06-02T23:36:48.430Z++ get_artifact maghemite release 599e493354f57bbf7bbe7f25645e5c39dba85ffb ddmadm
2002026-06-02T23:36:48.430Z++ repo=maghemite
2012026-06-02T23:36:48.430Z++ series=release
2022026-06-02T23:36:48.430Z++ commit=599e493354f57bbf7bbe7f25645e5c39dba85ffb
2032026-06-02T23:36:48.431Z++ name=ddmadm
2042026-06-02T23:36:48.431Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-02T23:36:48.431Z++ mkdir -p download
2062026-06-02T23:36:48.431Z++ pushd download
2072026-06-02T23:36:48.431Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-02T23:36:48.431Z++ [[ ! -f ddmadm ]]
2092026-06-02T23:36:48.431Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/599e493354f57bbf7bbe7f25645e5c39dba85ffb/ddmadm
2102026-06-02T23:36:48.431Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-02T23:36:48.431Z Dload Upload Total Spent Left Speed
2122026-06-02T23:36:48.504Z 0 0 0 0 0 0 0 0 0
2132026-06-02T23:36:48.505Zcurl: (22) The requested URL returned error: 404
2142026-06-02T23:36:48.509Z++ popd
2152026-06-02T23:36:48.509Z/work/oxidecomputer/maghemite
2162026-06-02T23:36:48.509Z++ pushd download
2172026-06-02T23:36:48.509Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-02T23:36:48.509Z++ chmod +x softnpu
2192026-06-02T23:36:48.509Z++ chmod +x scadm
2202026-06-02T23:36:48.509Z++ chmod +x ddmadm
2212026-06-02T23:36:48.527Zchmod: WARNING: can't access ddmadm
2222026-06-02T23:36:48.527Z++ chmod +x ddmd
2232026-06-02T23:36:48.527Zchmod: WARNING: can't access ddmd
2242026-06-02T23:36:48.527Z++ mv ddmadm ddmadm-v2
2252026-06-02T23:36:48.527Zmv: cannot access ddmadm
2262026-06-02T23:36:48.527Z++ mv ddmd ddmd-v2
2272026-06-02T23:36:48.527Zmv: cannot access ddmd
2282026-06-02T23:36:48.527Z++ rm -rf zones/dendrite
2292026-06-02T23:36:48.527Z++ mkdir -p zones/dendrite
2302026-06-02T23:36:48.548Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-02T23:36:49.505Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-02T23:36:49.508Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-02T23:36:49.508Z++ popd
2342026-06-02T23:36:49.508Z++ banner install
2352026-06-02T23:36:49.508Z/work/oxidecomputer/maghemite
2362026-06-02T23:36:49.512Z
2372026-06-02T23:36:49.512Z # # # #### ##### ## # #
2382026-06-02T23:36:49.512Z # ## # # # # # # #
2392026-06-02T23:36:49.513Z # # # # #### # # # # #
2402026-06-02T23:36:49.513Z # # # # # # ###### # #
2412026-06-02T23:36:49.513Z # # ## # # # # # # #
2422026-06-02T23:36:49.513Z # # # #### # # # ###### ######
2432026-06-02T23:36:49.513Z
2442026-06-02T23:36:49.513Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-02T23:36:49.513Z++ set +o errexit
2462026-06-02T23:36:49.513Z++ pkg info clang-15
2472026-06-02T23:36:49.513Z++ grep -qi installed
2482026-06-02T23:36:51.237Zpkg: info: no packages matching the following patterns you specified are
2492026-06-02T23:36:51.238Zinstalled on the system. Try querying remotely instead:
2502026-06-02T23:36:51.238Z
2512026-06-02T23:36:51.238Z clang-15
2522026-06-02T23:36:51.280Z++ [[ 1 != 0 ]]
2532026-06-02T23:36:51.280Z++ set -o errexit
2542026-06-02T23:36:51.280Z++ pfexec pkg install clang-15
2552026-06-02T23:36:58.481Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-02T23:37:06.119Z Startup: Caching catalogs ... Done
2572026-06-02T23:37:13.311ZPlanning: Solver setup ... Done
2582026-06-02T23:37:13.329ZPlanning: Running solver ... Done
2592026-06-02T23:37:13.469ZPlanning: Finding local manifests ... Done
2602026-06-02T23:37:13.484ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-02T23:37:13.596ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-02T23:37:13.630ZPlanning: Package planning ... Done
2632026-06-02T23:37:13.653ZPlanning: Merging actions ... Done
2642026-06-02T23:37:13.877ZPlanning: Checking for conflicting actions ... Done
2652026-06-02T23:37:13.892ZPlanning: Consolidating action changes ... Done
2662026-06-02T23:37:16.006ZPlanning: Evaluating mediators ... Done
2672026-06-02T23:37:16.017ZPlanning: Planning completed in 9.72 seconds
2682026-06-02T23:37:16.022Z Packages to install: 2
2692026-06-02T23:37:16.022Z Mediators to change: 2
2702026-06-02T23:37:16.022Z Services to change: 1
2712026-06-02T23:37:16.022Z Create boot environment: No
2722026-06-02T23:37:16.022ZCreate backup boot environment: No
2732026-06-02T23:37:16.081Z
2742026-06-02T23:37:16.081ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-02T23:37:21.101ZDownload: 744/3076 items 18.1/211.3MB 8% complete (3.7M/s)
2762026-06-02T23:37:28.860ZDownload: 984/3076 items 82.2/211.3MB 38% complete (12.0M/s)
2772026-06-02T23:37:34.890ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (8.9M/s)
2782026-06-02T23:37:39.891ZDownload: 3023/3076 items 198.5/211.3MB 93% complete (8.2M/s)
2792026-06-02T23:37:45.909ZDownload: 3066/3076 items 210.3/211.3MB 99% complete (9.5M/s)
2802026-06-02T23:37:45.947ZDownload: Completed 211.31 MB in 29.86 seconds (7.1M/s)
2812026-06-02T23:37:46.202Z Actions: 1/3418 actions (Installing new actions)
2822026-06-02T23:37:49.420Z Actions: Completed 3418 actions in 3.22 seconds.
2832026-06-02T23:37:50.054Z Done
2842026-06-02T23:37:50.054Z Done
2852026-06-02T23:37:50.817Z Done
2862026-06-02T23:37:55.022Z Done
2872026-06-02T23:37:55.121Z Done
2882026-06-02T23:37:55.124Z Done
2892026-06-02T23:37:55.222Z Done
2902026-06-02T23:37:55.884Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-02T23:37:55.884Z++ set +o errexit
2922026-06-02T23:37:55.887Z++ pkg info pkg-config
2932026-06-02T23:37:55.887Z++ grep -qi installed
2942026-06-02T23:37:56.108Z++ [[ 0 != 0 ]]
2952026-06-02T23:37:56.108Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-02T23:37:56.108Z++ set +o errexit
2972026-06-02T23:37:56.112Z++ pkg info brand/omicron1
2982026-06-02T23:37:56.112Z++ grep -qi installed
2992026-06-02T23:37:56.291Zpkg: info: no packages matching the following patterns you specified are
3002026-06-02T23:37:56.291Zinstalled on the system. Try querying remotely instead:
3012026-06-02T23:37:56.291Z
3022026-06-02T23:37:56.291Z brand/omicron1
3032026-06-02T23:37:56.326Z++ [[ 1 != 0 ]]
3042026-06-02T23:37:56.326Z++ set -o errexit
3052026-06-02T23:37:56.326Z++ pfexec pkg install brand/omicron1
3062026-06-02T23:37:56.726Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-02T23:38:03.878ZPlanning: Solver setup ... Done
3082026-06-02T23:38:03.916ZPlanning: Running solver ... Done
3092026-06-02T23:38:04.055ZPlanning: Finding local manifests ... Done
3102026-06-02T23:38:04.058ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-02T23:38:04.176ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-02T23:38:04.188ZPlanning: Package planning ... Done
3132026-06-02T23:38:04.192ZPlanning: Merging actions ... Done
3142026-06-02T23:38:04.340ZPlanning: Checking for conflicting actions ... Done
3152026-06-02T23:38:04.343ZPlanning: Consolidating action changes ... Done
3162026-06-02T23:38:04.498ZPlanning: Evaluating mediators ... Done
3172026-06-02T23:38:04.501ZPlanning: Planning completed in 7.77 seconds
3182026-06-02T23:38:04.507Z Packages to install: 2
3192026-06-02T23:38:04.507Z Create boot environment: No
3202026-06-02T23:38:04.507ZCreate backup boot environment: No
3212026-06-02T23:38:04.535Z
3222026-06-02T23:38:04.535ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-02T23:38:04.558ZDownload: Completed 1.07 MB in 0.02 seconds (47.2M/s)
3242026-06-02T23:38:04.651Z Actions: 1/28 actions (Installing new actions)
3252026-06-02T23:38:04.665Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-02T23:38:05.164Z Done
3272026-06-02T23:38:05.165Z Done
3282026-06-02T23:38:05.812Z Done
3292026-06-02T23:38:08.611Z Done
3302026-06-02T23:38:08.685Z Done
3312026-06-02T23:38:08.688Z Done
3322026-06-02T23:38:08.845Z Done
3332026-06-02T23:38:08.959Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-02T23:38:08.959Z++ set +o errexit
3352026-06-02T23:38:08.963Z++ pkg info brand/omicron1/tools
3362026-06-02T23:38:08.963Z++ grep -qi installed
3372026-06-02T23:38:09.141Zpkg: info: no packages matching the following patterns you specified are
3382026-06-02T23:38:09.141Zinstalled on the system. Try querying remotely instead:
3392026-06-02T23:38:09.141Z
3402026-06-02T23:38:09.141Z brand/omicron1/tools
3412026-06-02T23:38:09.174Z++ [[ 1 != 0 ]]
3422026-06-02T23:38:09.174Z++ set -o errexit
3432026-06-02T23:38:09.174Z++ pfexec pkg install brand/omicron1/tools
3442026-06-02T23:38:09.559Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-02T23:38:16.755ZPlanning: Solver setup ... Done
3462026-06-02T23:38:16.794ZPlanning: Running solver ... Done
3472026-06-02T23:38:16.930ZPlanning: Finding local manifests ... Done
3482026-06-02T23:38:16.933ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-02T23:38:17.045ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-02T23:38:17.057ZPlanning: Package planning ... Done
3512026-06-02T23:38:17.060ZPlanning: Merging actions ... Done
3522026-06-02T23:38:17.199ZPlanning: Checking for conflicting actions ... Done
3532026-06-02T23:38:17.203ZPlanning: Consolidating action changes ... Done
3542026-06-02T23:38:17.356ZPlanning: Evaluating mediators ... Done
3552026-06-02T23:38:17.359ZPlanning: Planning completed in 7.80 seconds
3562026-06-02T23:38:17.364Z Packages to install: 1
3572026-06-02T23:38:17.364Z Services to change: 1
3582026-06-02T23:38:17.367Z Create boot environment: No
3592026-06-02T23:38:17.367ZCreate backup boot environment: No
3602026-06-02T23:38:17.392Z
3612026-06-02T23:38:17.393ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-02T23:38:17.420ZDownload: Completed 1.19 MB in 0.03 seconds (45.4M/s)
3632026-06-02T23:38:17.510Z Actions: 1/19 actions (Installing new actions)
3642026-06-02T23:38:17.524Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-02T23:38:18.020Z Done
3662026-06-02T23:38:18.020Z Done
3672026-06-02T23:38:18.656Z Done
3682026-06-02T23:38:21.474Z Done
3692026-06-02T23:38:21.548Z Done
3702026-06-02T23:38:21.551Z Done
3712026-06-02T23:38:21.685Z Done
3722026-06-02T23:38:21.821Z++ pfexec svcadm enable baseline
3732026-06-02T23:38:21.836Z++ retry=0
3742026-06-02T23:38:21.839Z+++ svcs -Hostate baseline
3752026-06-02T23:38:21.852Z++ [[ offline* != online ]]
3762026-06-02T23:38:21.852Z++ [[ 0 -gt 300 ]]
3772026-06-02T23:38:21.855Z++ sleep 1
3782026-06-02T23:38:22.854Z++ retry=1
3792026-06-02T23:38:22.858Z+++ svcs -Hostate baseline
3802026-06-02T23:38:22.868Z++ [[ offline* != online ]]
3812026-06-02T23:38:22.868Z++ [[ 1 -gt 300 ]]
3822026-06-02T23:38:22.868Z++ sleep 1
3832026-06-02T23:38:23.869Z++ retry=2
3842026-06-02T23:38:23.874Z+++ svcs -Hostate baseline
3852026-06-02T23:38:23.882Z++ [[ offline* != online ]]
3862026-06-02T23:38:23.882Z++ [[ 2 -gt 300 ]]
3872026-06-02T23:38:23.882Z++ sleep 1
3882026-06-02T23:38:24.884Z++ retry=3
3892026-06-02T23:38:24.887Z+++ svcs -Hostate baseline
3902026-06-02T23:38:24.899Z++ [[ offline* != online ]]
3912026-06-02T23:38:24.899Z++ [[ 3 -gt 300 ]]
3922026-06-02T23:38:24.899Z++ sleep 1
3932026-06-02T23:38:25.900Z++ retry=4
3942026-06-02T23:38:25.903Z+++ svcs -Hostate baseline
3952026-06-02T23:38:25.914Z++ [[ offline* != online ]]
3962026-06-02T23:38:25.914Z++ [[ 4 -gt 300 ]]
3972026-06-02T23:38:25.914Z++ sleep 1
3982026-06-02T23:38:26.916Z++ retry=5
3992026-06-02T23:38:26.919Z+++ svcs -Hostate baseline
4002026-06-02T23:38:26.930Z++ [[ offline* != online ]]
4012026-06-02T23:38:26.930Z++ [[ 5 -gt 300 ]]
4022026-06-02T23:38:26.933Z++ sleep 1
4032026-06-02T23:38:27.932Z++ retry=6
4042026-06-02T23:38:27.935Z+++ svcs -Hostate baseline
4052026-06-02T23:38:27.946Z++ [[ offline* != online ]]
4062026-06-02T23:38:27.946Z++ [[ 6 -gt 300 ]]
4072026-06-02T23:38:27.946Z++ sleep 1
4082026-06-02T23:38:28.948Z++ retry=7
4092026-06-02T23:38:28.952Z+++ svcs -Hostate baseline
4102026-06-02T23:38:28.964Z++ [[ offline* != online ]]
4112026-06-02T23:38:28.964Z++ [[ 7 -gt 300 ]]
4122026-06-02T23:38:28.964Z++ sleep 1
4132026-06-02T23:38:29.965Z++ retry=8
4142026-06-02T23:38:29.968Z+++ svcs -Hostate baseline
4152026-06-02T23:38:29.981Z++ [[ offline* != online ]]
4162026-06-02T23:38:29.981Z++ [[ 8 -gt 300 ]]
4172026-06-02T23:38:29.981Z++ sleep 1
4182026-06-02T23:38:30.982Z++ retry=9
4192026-06-02T23:38:30.985Z+++ svcs -Hostate baseline
4202026-06-02T23:38:30.997Z++ [[ offline* != online ]]
4212026-06-02T23:38:30.997Z++ [[ 9 -gt 300 ]]
4222026-06-02T23:38:30.997Z++ sleep 1
4232026-06-02T23:38:31.999Z++ retry=10
4242026-06-02T23:38:32.002Z+++ svcs -Hostate baseline
4252026-06-02T23:38:32.013Z++ [[ offline* != online ]]
4262026-06-02T23:38:32.013Z++ [[ 10 -gt 300 ]]
4272026-06-02T23:38:32.016Z++ sleep 1
4282026-06-02T23:38:33.016Z++ retry=11
4292026-06-02T23:38:33.020Z+++ svcs -Hostate baseline
4302026-06-02T23:38:33.029Z++ [[ offline* != online ]]
4312026-06-02T23:38:33.029Z++ [[ 11 -gt 300 ]]
4322026-06-02T23:38:33.029Z++ sleep 1
4332026-06-02T23:38:34.031Z++ retry=12
4342026-06-02T23:38:34.035Z+++ svcs -Hostate baseline
4352026-06-02T23:38:34.045Z++ [[ offline* != online ]]
4362026-06-02T23:38:34.045Z++ [[ 12 -gt 300 ]]
4372026-06-02T23:38:34.049Z++ sleep 1
4382026-06-02T23:38:35.049Z++ retry=13
4392026-06-02T23:38:35.052Z+++ svcs -Hostate baseline
4402026-06-02T23:38:35.062Z++ [[ offline* != online ]]
4412026-06-02T23:38:35.062Z++ [[ 13 -gt 300 ]]
4422026-06-02T23:38:35.062Z++ sleep 1
4432026-06-02T23:38:36.063Z++ retry=14
4442026-06-02T23:38:36.066Z+++ svcs -Hostate baseline
4452026-06-02T23:38:36.078Z++ [[ offline* != online ]]
4462026-06-02T23:38:36.078Z++ [[ 14 -gt 300 ]]
4472026-06-02T23:38:36.081Z++ sleep 1
4482026-06-02T23:38:37.080Z++ retry=15
4492026-06-02T23:38:37.083Z+++ svcs -Hostate baseline
4502026-06-02T23:38:37.095Z++ [[ offline* != online ]]
4512026-06-02T23:38:37.095Z++ [[ 15 -gt 300 ]]
4522026-06-02T23:38:37.098Z++ sleep 1
4532026-06-02T23:38:38.096Z++ retry=16
4542026-06-02T23:38:38.099Z+++ svcs -Hostate baseline
4552026-06-02T23:38:38.110Z++ [[ offline* != online ]]
4562026-06-02T23:38:38.110Z++ [[ 16 -gt 300 ]]
4572026-06-02T23:38:38.110Z++ sleep 1
4582026-06-02T23:38:39.112Z++ retry=17
4592026-06-02T23:38:39.115Z+++ svcs -Hostate baseline
4602026-06-02T23:38:39.127Z++ [[ offline* != online ]]
4612026-06-02T23:38:39.127Z++ [[ 17 -gt 300 ]]
4622026-06-02T23:38:39.127Z++ sleep 1
4632026-06-02T23:38:40.130Z++ retry=18
4642026-06-02T23:38:40.134Z+++ svcs -Hostate baseline
4652026-06-02T23:38:40.143Z++ [[ offline* != online ]]
4662026-06-02T23:38:40.143Z++ [[ 18 -gt 300 ]]
4672026-06-02T23:38:40.143Z++ sleep 1
4682026-06-02T23:38:41.146Z++ retry=19
4692026-06-02T23:38:41.149Z+++ svcs -Hostate baseline
4702026-06-02T23:38:41.161Z++ [[ offline* != online ]]
4712026-06-02T23:38:41.161Z++ [[ 19 -gt 300 ]]
4722026-06-02T23:38:41.161Z++ sleep 1
4732026-06-02T23:38:42.161Z++ retry=20
4742026-06-02T23:38:42.164Z+++ svcs -Hostate baseline
4752026-06-02T23:38:42.176Z++ [[ offline* != online ]]
4762026-06-02T23:38:42.176Z++ [[ 20 -gt 300 ]]
4772026-06-02T23:38:42.176Z++ sleep 1
4782026-06-02T23:38:43.181Z++ retry=21
4792026-06-02T23:38:43.186Z+++ svcs -Hostate baseline
4802026-06-02T23:38:43.194Z++ [[ offline* != online ]]
4812026-06-02T23:38:43.194Z++ [[ 21 -gt 300 ]]
4822026-06-02T23:38:43.194Z++ sleep 1
4832026-06-02T23:38:44.194Z++ retry=22
4842026-06-02T23:38:44.198Z+++ svcs -Hostate baseline
4852026-06-02T23:38:44.210Z++ [[ offline* != online ]]
4862026-06-02T23:38:44.210Z++ [[ 22 -gt 300 ]]
4872026-06-02T23:38:44.210Z++ sleep 1
4882026-06-02T23:38:45.210Z++ retry=23
4892026-06-02T23:38:45.215Z+++ svcs -Hostate baseline
4902026-06-02T23:38:45.225Z++ [[ offline* != online ]]
4912026-06-02T23:38:45.225Z++ [[ 23 -gt 300 ]]
4922026-06-02T23:38:45.225Z++ sleep 1
4932026-06-02T23:38:46.226Z++ retry=24
4942026-06-02T23:38:46.229Z+++ svcs -Hostate baseline
4952026-06-02T23:38:46.241Z++ [[ offline* != online ]]
4962026-06-02T23:38:46.241Z++ [[ 24 -gt 300 ]]
4972026-06-02T23:38:46.244Z++ sleep 1
4982026-06-02T23:38:47.243Z++ retry=25
4992026-06-02T23:38:47.246Z+++ svcs -Hostate baseline
5002026-06-02T23:38:47.257Z++ [[ offline* != online ]]
5012026-06-02T23:38:47.257Z++ [[ 25 -gt 300 ]]
5022026-06-02T23:38:47.257Z++ sleep 1
5032026-06-02T23:38:48.259Z++ retry=26
5042026-06-02T23:38:48.262Z+++ svcs -Hostate baseline
5052026-06-02T23:38:48.273Z++ [[ offline* != online ]]
5062026-06-02T23:38:48.273Z++ [[ 26 -gt 300 ]]
5072026-06-02T23:38:48.273Z++ sleep 1
5082026-06-02T23:38:49.275Z++ retry=27
5092026-06-02T23:38:49.278Z+++ svcs -Hostate baseline
5102026-06-02T23:38:49.289Z++ [[ offline* != online ]]
5112026-06-02T23:38:49.289Z++ [[ 27 -gt 300 ]]
5122026-06-02T23:38:49.289Z++ sleep 1
5132026-06-02T23:38:50.292Z++ retry=28
5142026-06-02T23:38:50.295Z+++ svcs -Hostate baseline
5152026-06-02T23:38:50.308Z++ [[ offline* != online ]]
5162026-06-02T23:38:50.308Z++ [[ 28 -gt 300 ]]
5172026-06-02T23:38:50.308Z++ sleep 1
5182026-06-02T23:38:51.307Z++ retry=29
5192026-06-02T23:38:51.311Z+++ svcs -Hostate baseline
5202026-06-02T23:38:51.323Z++ [[ offline* != online ]]
5212026-06-02T23:38:51.323Z++ [[ 29 -gt 300 ]]
5222026-06-02T23:38:51.326Z++ sleep 1
5232026-06-02T23:38:52.324Z++ retry=30
5242026-06-02T23:38:52.327Z+++ svcs -Hostate baseline
5252026-06-02T23:38:52.338Z++ [[ offline* != online ]]
5262026-06-02T23:38:52.338Z++ [[ 30 -gt 300 ]]
5272026-06-02T23:38:52.338Z++ sleep 1
5282026-06-02T23:38:53.340Z++ retry=31
5292026-06-02T23:38:53.343Z+++ svcs -Hostate baseline
5302026-06-02T23:38:53.354Z++ [[ offline* != online ]]
5312026-06-02T23:38:53.354Z++ [[ 31 -gt 300 ]]
5322026-06-02T23:38:53.354Z++ sleep 1
5332026-06-02T23:38:54.356Z++ retry=32
5342026-06-02T23:38:54.360Z+++ svcs -Hostate baseline
5352026-06-02T23:38:54.370Z++ [[ offline* != online ]]
5362026-06-02T23:38:54.371Z++ [[ 32 -gt 300 ]]
5372026-06-02T23:38:54.371Z++ sleep 1
5382026-06-02T23:38:55.372Z++ retry=33
5392026-06-02T23:38:55.376Z+++ svcs -Hostate baseline
5402026-06-02T23:38:55.387Z++ [[ offline* != online ]]
5412026-06-02T23:38:55.387Z++ [[ 33 -gt 300 ]]
5422026-06-02T23:38:55.387Z++ sleep 1
5432026-06-02T23:38:56.388Z++ retry=34
5442026-06-02T23:38:56.392Z+++ svcs -Hostate baseline
5452026-06-02T23:38:56.403Z++ [[ offline* != online ]]
5462026-06-02T23:38:56.403Z++ [[ 34 -gt 300 ]]
5472026-06-02T23:38:56.403Z++ sleep 1
5482026-06-02T23:38:57.405Z++ retry=35
5492026-06-02T23:38:57.408Z+++ svcs -Hostate baseline
5502026-06-02T23:38:57.419Z++ [[ offline* != online ]]
5512026-06-02T23:38:57.419Z++ [[ 35 -gt 300 ]]
5522026-06-02T23:38:57.419Z++ sleep 1
5532026-06-02T23:38:58.421Z++ retry=36
5542026-06-02T23:38:58.423Z+++ svcs -Hostate baseline
5552026-06-02T23:38:58.435Z++ [[ offline* != online ]]
5562026-06-02T23:38:58.435Z++ [[ 36 -gt 300 ]]
5572026-06-02T23:38:58.435Z++ sleep 1
5582026-06-02T23:38:59.438Z++ retry=37
5592026-06-02T23:38:59.441Z+++ svcs -Hostate baseline
5602026-06-02T23:38:59.451Z++ [[ offline* != online ]]
5612026-06-02T23:38:59.451Z++ [[ 37 -gt 300 ]]
5622026-06-02T23:38:59.452Z++ sleep 1
5632026-06-02T23:39:00.453Z++ retry=38
5642026-06-02T23:39:00.456Z+++ svcs -Hostate baseline
5652026-06-02T23:39:00.468Z++ [[ offline* != online ]]
5662026-06-02T23:39:00.468Z++ [[ 38 -gt 300 ]]
5672026-06-02T23:39:00.468Z++ sleep 1
5682026-06-02T23:39:01.470Z++ retry=39
5692026-06-02T23:39:01.473Z+++ svcs -Hostate baseline
5702026-06-02T23:39:01.484Z++ [[ offline* != online ]]
5712026-06-02T23:39:01.484Z++ [[ 39 -gt 300 ]]
5722026-06-02T23:39:01.484Z++ sleep 1
5732026-06-02T23:39:02.486Z++ retry=40
5742026-06-02T23:39:02.489Z+++ svcs -Hostate baseline
5752026-06-02T23:39:02.500Z++ [[ offline* != online ]]
5762026-06-02T23:39:02.500Z++ [[ 40 -gt 300 ]]
5772026-06-02T23:39:02.500Z++ sleep 1
5782026-06-02T23:39:03.503Z++ retry=41
5792026-06-02T23:39:03.506Z+++ svcs -Hostate baseline
5802026-06-02T23:39:03.516Z++ [[ offline* != online ]]
5812026-06-02T23:39:03.516Z++ [[ 41 -gt 300 ]]
5822026-06-02T23:39:03.516Z++ sleep 1
5832026-06-02T23:39:04.518Z++ retry=42
5842026-06-02T23:39:04.522Z+++ svcs -Hostate baseline
5852026-06-02T23:39:04.533Z++ [[ offline* != online ]]
5862026-06-02T23:39:04.533Z++ [[ 42 -gt 300 ]]
5872026-06-02T23:39:04.536Z++ sleep 1
5882026-06-02T23:39:05.535Z++ retry=43
5892026-06-02T23:39:05.539Z+++ svcs -Hostate baseline
5902026-06-02T23:39:05.549Z++ [[ offline* != online ]]
5912026-06-02T23:39:05.549Z++ [[ 43 -gt 300 ]]
5922026-06-02T23:39:05.549Z++ sleep 1
5932026-06-02T23:39:06.551Z++ retry=44
5942026-06-02T23:39:06.554Z+++ svcs -Hostate baseline
5952026-06-02T23:39:06.565Z++ [[ offline* != online ]]
5962026-06-02T23:39:06.565Z++ [[ 44 -gt 300 ]]
5972026-06-02T23:39:06.565Z++ sleep 1
5982026-06-02T23:39:07.567Z++ retry=45
5992026-06-02T23:39:07.570Z+++ svcs -Hostate baseline
6002026-06-02T23:39:07.581Z++ [[ offline* != online ]]
6012026-06-02T23:39:07.581Z++ [[ 45 -gt 300 ]]
6022026-06-02T23:39:07.581Z++ sleep 1
6032026-06-02T23:39:08.583Z++ retry=46
6042026-06-02T23:39:08.586Z+++ svcs -Hostate baseline
6052026-06-02T23:39:08.597Z++ [[ offline* != online ]]
6062026-06-02T23:39:08.597Z++ [[ 46 -gt 300 ]]
6072026-06-02T23:39:08.597Z++ sleep 1
6082026-06-02T23:39:09.600Z++ retry=47
6092026-06-02T23:39:09.603Z+++ svcs -Hostate baseline
6102026-06-02T23:39:09.614Z++ [[ offline* != online ]]
6112026-06-02T23:39:09.614Z++ [[ 47 -gt 300 ]]
6122026-06-02T23:39:09.614Z++ sleep 1
6132026-06-02T23:39:10.616Z++ retry=48
6142026-06-02T23:39:10.619Z+++ svcs -Hostate baseline
6152026-06-02T23:39:10.629Z++ [[ offline* != online ]]
6162026-06-02T23:39:10.629Z++ [[ 48 -gt 300 ]]
6172026-06-02T23:39:10.629Z++ sleep 1
6182026-06-02T23:39:11.631Z++ retry=49
6192026-06-02T23:39:11.634Z+++ svcs -Hostate baseline
6202026-06-02T23:39:11.645Z++ [[ offline* != online ]]
6212026-06-02T23:39:11.645Z++ [[ 49 -gt 300 ]]
6222026-06-02T23:39:11.646Z++ sleep 1
6232026-06-02T23:39:12.647Z++ retry=50
6242026-06-02T23:39:12.652Z+++ svcs -Hostate baseline
6252026-06-02T23:39:12.662Z++ [[ offline* != online ]]
6262026-06-02T23:39:12.662Z++ [[ 50 -gt 300 ]]
6272026-06-02T23:39:12.662Z++ sleep 1
6282026-06-02T23:39:13.664Z++ retry=51
6292026-06-02T23:39:13.667Z+++ svcs -Hostate baseline
6302026-06-02T23:39:13.678Z++ [[ offline* != online ]]
6312026-06-02T23:39:13.678Z++ [[ 51 -gt 300 ]]
6322026-06-02T23:39:13.681Z++ sleep 1
6332026-06-02T23:39:14.680Z++ retry=52
6342026-06-02T23:39:14.683Z+++ svcs -Hostate baseline
6352026-06-02T23:39:14.694Z++ [[ offline* != online ]]
6362026-06-02T23:39:14.694Z++ [[ 52 -gt 300 ]]
6372026-06-02T23:39:14.694Z++ sleep 1
6382026-06-02T23:39:15.696Z++ retry=53
6392026-06-02T23:39:15.699Z+++ svcs -Hostate baseline
6402026-06-02T23:39:15.710Z++ [[ offline* != online ]]
6412026-06-02T23:39:15.710Z++ [[ 53 -gt 300 ]]
6422026-06-02T23:39:15.710Z++ sleep 1
6432026-06-02T23:39:16.712Z++ retry=54
6442026-06-02T23:39:16.715Z+++ svcs -Hostate baseline
6452026-06-02T23:39:16.727Z++ [[ offline* != online ]]
6462026-06-02T23:39:16.727Z++ [[ 54 -gt 300 ]]
6472026-06-02T23:39:16.727Z++ sleep 1
6482026-06-02T23:39:17.729Z++ retry=55
6492026-06-02T23:39:17.734Z+++ svcs -Hostate baseline
6502026-06-02T23:39:17.746Z++ [[ offline* != online ]]
6512026-06-02T23:39:17.746Z++ [[ 55 -gt 300 ]]
6522026-06-02T23:39:17.746Z++ sleep 1
6532026-06-02T23:39:18.747Z++ retry=56
6542026-06-02T23:39:18.751Z+++ svcs -Hostate baseline
6552026-06-02T23:39:18.760Z++ [[ offline* != online ]]
6562026-06-02T23:39:18.760Z++ [[ 56 -gt 300 ]]
6572026-06-02T23:39:18.760Z++ sleep 1
6582026-06-02T23:39:19.762Z++ retry=57
6592026-06-02T23:39:19.765Z+++ svcs -Hostate baseline
6602026-06-02T23:39:19.776Z++ [[ offline* != online ]]
6612026-06-02T23:39:19.776Z++ [[ 57 -gt 300 ]]
6622026-06-02T23:39:19.776Z++ sleep 1
6632026-06-02T23:39:20.779Z++ retry=58
6642026-06-02T23:39:20.782Z+++ svcs -Hostate baseline
6652026-06-02T23:39:20.792Z++ [[ offline* != online ]]
6662026-06-02T23:39:20.792Z++ [[ 58 -gt 300 ]]
6672026-06-02T23:39:20.792Z++ sleep 1
6682026-06-02T23:39:21.794Z++ retry=59
6692026-06-02T23:39:21.798Z+++ svcs -Hostate baseline
6702026-06-02T23:39:21.809Z++ [[ offline* != online ]]
6712026-06-02T23:39:21.809Z++ [[ 59 -gt 300 ]]
6722026-06-02T23:39:21.809Z++ sleep 1
6732026-06-02T23:39:22.811Z++ retry=60
6742026-06-02T23:39:22.814Z+++ svcs -Hostate baseline
6752026-06-02T23:39:22.826Z++ [[ offline* != online ]]
6762026-06-02T23:39:22.826Z++ [[ 60 -gt 300 ]]
6772026-06-02T23:39:22.826Z++ sleep 1
6782026-06-02T23:39:23.828Z++ retry=61
6792026-06-02T23:39:23.831Z+++ svcs -Hostate baseline
6802026-06-02T23:39:23.842Z++ [[ offline* != online ]]
6812026-06-02T23:39:23.842Z++ [[ 61 -gt 300 ]]
6822026-06-02T23:39:23.842Z++ sleep 1
6832026-06-02T23:39:24.844Z++ retry=62
6842026-06-02T23:39:24.848Z+++ svcs -Hostate baseline
6852026-06-02T23:39:24.859Z++ [[ offline* != online ]]
6862026-06-02T23:39:24.859Z++ [[ 62 -gt 300 ]]
6872026-06-02T23:39:24.859Z++ sleep 1
6882026-06-02T23:39:25.861Z++ retry=63
6892026-06-02T23:39:25.865Z+++ svcs -Hostate baseline
6902026-06-02T23:39:25.875Z++ [[ offline* != online ]]
6912026-06-02T23:39:25.875Z++ [[ 63 -gt 300 ]]
6922026-06-02T23:39:25.876Z++ sleep 1
6932026-06-02T23:39:26.877Z++ retry=64
6942026-06-02T23:39:26.881Z+++ svcs -Hostate baseline
6952026-06-02T23:39:26.893Z++ [[ offline* != online ]]
6962026-06-02T23:39:26.893Z++ [[ 64 -gt 300 ]]
6972026-06-02T23:39:26.893Z++ sleep 1
6982026-06-02T23:39:27.895Z++ retry=65
6992026-06-02T23:39:27.898Z+++ svcs -Hostate baseline
7002026-06-02T23:39:27.909Z++ [[ offline* != online ]]
7012026-06-02T23:39:27.909Z++ [[ 65 -gt 300 ]]
7022026-06-02T23:39:27.909Z++ sleep 1
7032026-06-02T23:39:28.911Z++ retry=66
7042026-06-02T23:39:28.914Z+++ svcs -Hostate baseline
7052026-06-02T23:39:28.927Z++ [[ offline* != online ]]
7062026-06-02T23:39:28.927Z++ [[ 66 -gt 300 ]]
7072026-06-02T23:39:28.927Z++ sleep 1
7082026-06-02T23:39:29.928Z++ retry=67
7092026-06-02T23:39:29.931Z+++ svcs -Hostate baseline
7102026-06-02T23:39:29.942Z++ [[ offline* != online ]]
7112026-06-02T23:39:29.942Z++ [[ 67 -gt 300 ]]
7122026-06-02T23:39:29.942Z++ sleep 1
7132026-06-02T23:39:30.944Z++ retry=68
7142026-06-02T23:39:30.947Z+++ svcs -Hostate baseline
7152026-06-02T23:39:30.959Z++ [[ offline* != online ]]
7162026-06-02T23:39:30.959Z++ [[ 68 -gt 300 ]]
7172026-06-02T23:39:30.959Z++ sleep 1
7182026-06-02T23:39:31.961Z++ retry=69
7192026-06-02T23:39:31.964Z+++ svcs -Hostate baseline
7202026-06-02T23:39:31.975Z++ [[ offline* != online ]]
7212026-06-02T23:39:31.975Z++ [[ 69 -gt 300 ]]
7222026-06-02T23:39:31.975Z++ sleep 1
7232026-06-02T23:39:32.977Z++ retry=70
7242026-06-02T23:39:32.980Z+++ svcs -Hostate baseline
7252026-06-02T23:39:32.992Z++ [[ offline* != online ]]
7262026-06-02T23:39:32.992Z++ [[ 70 -gt 300 ]]
7272026-06-02T23:39:32.992Z++ sleep 1
7282026-06-02T23:39:33.993Z++ retry=71
7292026-06-02T23:39:33.996Z+++ svcs -Hostate baseline
7302026-06-02T23:39:34.008Z++ [[ offline* != online ]]
7312026-06-02T23:39:34.008Z++ [[ 71 -gt 300 ]]
7322026-06-02T23:39:34.008Z++ sleep 1
7332026-06-02T23:39:35.011Z++ retry=72
7342026-06-02T23:39:35.015Z+++ svcs -Hostate baseline
7352026-06-02T23:39:35.024Z++ [[ offline* != online ]]
7362026-06-02T23:39:35.024Z++ [[ 72 -gt 300 ]]
7372026-06-02T23:39:35.028Z++ sleep 1
7382026-06-02T23:39:36.026Z++ retry=73
7392026-06-02T23:39:36.029Z+++ svcs -Hostate baseline
7402026-06-02T23:39:36.041Z++ [[ offline* != online ]]
7412026-06-02T23:39:36.041Z++ [[ 73 -gt 300 ]]
7422026-06-02T23:39:36.041Z++ sleep 1
7432026-06-02T23:39:37.042Z++ retry=74
7442026-06-02T23:39:37.045Z+++ svcs -Hostate baseline
7452026-06-02T23:39:37.057Z++ [[ offline* != online ]]
7462026-06-02T23:39:37.057Z++ [[ 74 -gt 300 ]]
7472026-06-02T23:39:37.060Z++ sleep 1
7482026-06-02T23:39:38.059Z++ retry=75
7492026-06-02T23:39:38.062Z+++ svcs -Hostate baseline
7502026-06-02T23:39:38.073Z++ [[ offline* != online ]]
7512026-06-02T23:39:38.073Z++ [[ 75 -gt 300 ]]
7522026-06-02T23:39:38.073Z++ sleep 1
7532026-06-02T23:39:39.076Z++ retry=76
7542026-06-02T23:39:39.079Z+++ svcs -Hostate baseline
7552026-06-02T23:39:39.090Z++ [[ offline* != online ]]
7562026-06-02T23:39:39.090Z++ [[ 76 -gt 300 ]]
7572026-06-02T23:39:39.091Z++ sleep 1
7582026-06-02T23:39:40.092Z++ retry=77
7592026-06-02T23:39:40.096Z+++ svcs -Hostate baseline
7602026-06-02T23:39:40.107Z++ [[ offline* != online ]]
7612026-06-02T23:39:40.107Z++ [[ 77 -gt 300 ]]
7622026-06-02T23:39:40.107Z++ sleep 1
7632026-06-02T23:39:41.110Z++ retry=78
7642026-06-02T23:39:41.113Z+++ svcs -Hostate baseline
7652026-06-02T23:39:41.124Z++ [[ offline* != online ]]
7662026-06-02T23:39:41.124Z++ [[ 78 -gt 300 ]]
7672026-06-02T23:39:41.124Z++ sleep 1
7682026-06-02T23:39:42.125Z++ retry=79
7692026-06-02T23:39:42.128Z+++ svcs -Hostate baseline
7702026-06-02T23:39:42.139Z++ [[ offline* != online ]]
7712026-06-02T23:39:42.139Z++ [[ 79 -gt 300 ]]
7722026-06-02T23:39:42.139Z++ sleep 1
7732026-06-02T23:39:43.141Z++ retry=80
7742026-06-02T23:39:43.144Z+++ svcs -Hostate baseline
7752026-06-02T23:39:43.156Z++ [[ offline* != online ]]
7762026-06-02T23:39:43.156Z++ [[ 80 -gt 300 ]]
7772026-06-02T23:39:43.156Z++ sleep 1
7782026-06-02T23:39:44.158Z++ retry=81
7792026-06-02T23:39:44.161Z+++ svcs -Hostate baseline
7802026-06-02T23:39:44.172Z++ [[ offline* != online ]]
7812026-06-02T23:39:44.172Z++ [[ 81 -gt 300 ]]
7822026-06-02T23:39:44.172Z++ sleep 1
7832026-06-02T23:39:45.174Z++ retry=82
7842026-06-02T23:39:45.178Z+++ svcs -Hostate baseline
7852026-06-02T23:39:45.188Z++ [[ offline* != online ]]
7862026-06-02T23:39:45.188Z++ [[ 82 -gt 300 ]]
7872026-06-02T23:39:45.188Z++ sleep 1
7882026-06-02T23:39:46.190Z++ retry=83
7892026-06-02T23:39:46.194Z+++ svcs -Hostate baseline
7902026-06-02T23:39:46.205Z++ [[ offline* != online ]]
7912026-06-02T23:39:46.205Z++ [[ 83 -gt 300 ]]
7922026-06-02T23:39:46.205Z++ sleep 1
7932026-06-02T23:39:47.207Z++ retry=84
7942026-06-02T23:39:47.213Z+++ svcs -Hostate baseline
7952026-06-02T23:39:47.221Z++ [[ offline* != online ]]
7962026-06-02T23:39:47.221Z++ [[ 84 -gt 300 ]]
7972026-06-02T23:39:47.221Z++ sleep 1
7982026-06-02T23:39:48.223Z++ retry=85
7992026-06-02T23:39:48.228Z+++ svcs -Hostate baseline
8002026-06-02T23:39:48.237Z++ [[ offline* != online ]]
8012026-06-02T23:39:48.237Z++ [[ 85 -gt 300 ]]
8022026-06-02T23:39:48.237Z++ sleep 1
8032026-06-02T23:39:49.239Z++ retry=86
8042026-06-02T23:39:49.242Z+++ svcs -Hostate baseline
8052026-06-02T23:39:49.254Z++ [[ offline* != online ]]
8062026-06-02T23:39:49.254Z++ [[ 86 -gt 300 ]]
8072026-06-02T23:39:49.257Z++ sleep 1
8082026-06-02T23:39:50.256Z++ retry=87
8092026-06-02T23:39:50.259Z+++ svcs -Hostate baseline
8102026-06-02T23:39:50.270Z++ [[ offline* != online ]]
8112026-06-02T23:39:50.270Z++ [[ 87 -gt 300 ]]
8122026-06-02T23:39:50.270Z++ sleep 1
8132026-06-02T23:39:51.272Z++ retry=88
8142026-06-02T23:39:51.275Z+++ svcs -Hostate baseline
8152026-06-02T23:39:51.286Z++ [[ offline* != online ]]
8162026-06-02T23:39:51.286Z++ [[ 88 -gt 300 ]]
8172026-06-02T23:39:51.286Z++ sleep 1
8182026-06-02T23:39:52.288Z++ retry=89
8192026-06-02T23:39:52.291Z+++ svcs -Hostate baseline
8202026-06-02T23:39:52.303Z++ [[ offline* != online ]]
8212026-06-02T23:39:52.303Z++ [[ 89 -gt 300 ]]
8222026-06-02T23:39:52.303Z++ sleep 1
8232026-06-02T23:39:53.304Z++ retry=90
8242026-06-02T23:39:53.307Z+++ svcs -Hostate baseline
8252026-06-02T23:39:53.318Z++ [[ offline* != online ]]
8262026-06-02T23:39:53.319Z++ [[ 90 -gt 300 ]]
8272026-06-02T23:39:53.319Z++ sleep 1
8282026-06-02T23:39:54.321Z++ retry=91
8292026-06-02T23:39:54.324Z+++ svcs -Hostate baseline
8302026-06-02T23:39:54.336Z++ [[ offline* != online ]]
8312026-06-02T23:39:54.336Z++ [[ 91 -gt 300 ]]
8322026-06-02T23:39:54.336Z++ sleep 1
8332026-06-02T23:39:55.337Z++ retry=92
8342026-06-02T23:39:55.342Z+++ svcs -Hostate baseline
8352026-06-02T23:39:55.352Z++ [[ offline* != online ]]
8362026-06-02T23:39:55.352Z++ [[ 92 -gt 300 ]]
8372026-06-02T23:39:55.352Z++ sleep 1
8382026-06-02T23:39:56.354Z++ retry=93
8392026-06-02T23:39:56.357Z+++ svcs -Hostate baseline
8402026-06-02T23:39:56.369Z++ [[ offline* != online ]]
8412026-06-02T23:39:56.369Z++ [[ 93 -gt 300 ]]
8422026-06-02T23:39:56.369Z++ sleep 1
8432026-06-02T23:39:57.370Z++ retry=94
8442026-06-02T23:39:57.373Z+++ svcs -Hostate baseline
8452026-06-02T23:39:57.384Z++ [[ offline* != online ]]
8462026-06-02T23:39:57.384Z++ [[ 94 -gt 300 ]]
8472026-06-02T23:39:57.384Z++ sleep 1
8482026-06-02T23:39:58.387Z++ retry=95
8492026-06-02T23:39:58.391Z+++ svcs -Hostate baseline
8502026-06-02T23:39:58.401Z++ [[ offline* != online ]]
8512026-06-02T23:39:58.401Z++ [[ 95 -gt 300 ]]
8522026-06-02T23:39:58.401Z++ sleep 1
8532026-06-02T23:39:59.401Z++ retry=96
8542026-06-02T23:39:59.404Z+++ svcs -Hostate baseline
8552026-06-02T23:39:59.415Z++ [[ offline* != online ]]
8562026-06-02T23:39:59.415Z++ [[ 96 -gt 300 ]]
8572026-06-02T23:39:59.415Z++ sleep 1
8582026-06-02T23:40:00.416Z++ retry=97
8592026-06-02T23:40:00.418Z+++ svcs -Hostate baseline
8602026-06-02T23:40:00.429Z++ [[ offline* != online ]]
8612026-06-02T23:40:00.429Z++ [[ 97 -gt 300 ]]
8622026-06-02T23:40:00.429Z++ sleep 1
8632026-06-02T23:40:01.430Z++ retry=98
8642026-06-02T23:40:01.433Z+++ svcs -Hostate baseline
8652026-06-02T23:40:01.444Z++ [[ offline* != online ]]
8662026-06-02T23:40:01.444Z++ [[ 98 -gt 300 ]]
8672026-06-02T23:40:01.444Z++ sleep 1
8682026-06-02T23:40:02.445Z++ retry=99
8692026-06-02T23:40:02.448Z+++ svcs -Hostate baseline
8702026-06-02T23:40:02.459Z++ [[ offline* != online ]]
8712026-06-02T23:40:02.459Z++ [[ 99 -gt 300 ]]
8722026-06-02T23:40:02.459Z++ sleep 1
8732026-06-02T23:40:03.460Z++ retry=100
8742026-06-02T23:40:03.463Z+++ svcs -Hostate baseline
8752026-06-02T23:40:03.473Z++ [[ offline* != online ]]
8762026-06-02T23:40:03.473Z++ [[ 100 -gt 300 ]]
8772026-06-02T23:40:03.473Z++ sleep 1
8782026-06-02T23:40:04.475Z++ retry=101
8792026-06-02T23:40:04.478Z+++ svcs -Hostate baseline
8802026-06-02T23:40:04.488Z++ [[ offline* != online ]]
8812026-06-02T23:40:04.488Z++ [[ 101 -gt 300 ]]
8822026-06-02T23:40:04.488Z++ sleep 1
8832026-06-02T23:40:05.490Z++ retry=102
8842026-06-02T23:40:05.493Z+++ svcs -Hostate baseline
8852026-06-02T23:40:05.505Z++ [[ offline* != online ]]
8862026-06-02T23:40:05.505Z++ [[ 102 -gt 300 ]]
8872026-06-02T23:40:05.505Z++ sleep 1
8882026-06-02T23:40:06.507Z++ retry=103
8892026-06-02T23:40:06.510Z+++ svcs -Hostate baseline
8902026-06-02T23:40:06.521Z++ [[ offline* != online ]]
8912026-06-02T23:40:06.521Z++ [[ 103 -gt 300 ]]
8922026-06-02T23:40:06.521Z++ sleep 1
8932026-06-02T23:40:07.523Z++ retry=104
8942026-06-02T23:40:07.526Z+++ svcs -Hostate baseline
8952026-06-02T23:40:07.537Z++ [[ offline* != online ]]
8962026-06-02T23:40:07.537Z++ [[ 104 -gt 300 ]]
8972026-06-02T23:40:07.537Z++ sleep 1
8982026-06-02T23:40:08.541Z++ retry=105
8992026-06-02T23:40:08.574Z+++ svcs -Hostate baseline
9002026-06-02T23:40:08.575Z++ [[ offline* != online ]]
9012026-06-02T23:40:08.575Z++ [[ 105 -gt 300 ]]
9022026-06-02T23:40:08.575Z++ sleep 1
9032026-06-02T23:40:09.556Z++ retry=106
9042026-06-02T23:40:09.559Z+++ svcs -Hostate baseline
9052026-06-02T23:40:09.570Z++ [[ offline* != online ]]
9062026-06-02T23:40:09.570Z++ [[ 106 -gt 300 ]]
9072026-06-02T23:40:09.570Z++ sleep 1
9082026-06-02T23:40:10.571Z++ retry=107
9092026-06-02T23:40:10.576Z+++ svcs -Hostate baseline
9102026-06-02T23:40:10.585Z++ [[ offline* != online ]]
9112026-06-02T23:40:10.585Z++ [[ 107 -gt 300 ]]
9122026-06-02T23:40:10.585Z++ sleep 1
9132026-06-02T23:40:11.587Z++ retry=108
9142026-06-02T23:40:11.590Z+++ svcs -Hostate baseline
9152026-06-02T23:40:11.603Z++ [[ offline* != online ]]
9162026-06-02T23:40:11.603Z++ [[ 108 -gt 300 ]]
9172026-06-02T23:40:11.606Z++ sleep 1
9182026-06-02T23:40:12.603Z++ retry=109
9192026-06-02T23:40:12.606Z+++ svcs -Hostate baseline
9202026-06-02T23:40:12.617Z++ [[ offline* != online ]]
9212026-06-02T23:40:12.617Z++ [[ 109 -gt 300 ]]
9222026-06-02T23:40:12.617Z++ sleep 1
9232026-06-02T23:40:13.619Z++ retry=110
9242026-06-02T23:40:13.624Z+++ svcs -Hostate baseline
9252026-06-02T23:40:13.634Z++ [[ offline* != online ]]
9262026-06-02T23:40:13.634Z++ [[ 110 -gt 300 ]]
9272026-06-02T23:40:13.634Z++ sleep 1
9282026-06-02T23:40:14.635Z++ retry=111
9292026-06-02T23:40:14.638Z+++ svcs -Hostate baseline
9302026-06-02T23:40:14.649Z++ [[ offline* != online ]]
9312026-06-02T23:40:14.649Z++ [[ 111 -gt 300 ]]
9322026-06-02T23:40:14.649Z++ sleep 1
9332026-06-02T23:40:15.651Z++ retry=112
9342026-06-02T23:40:15.654Z+++ svcs -Hostate baseline
9352026-06-02T23:40:15.665Z++ [[ offline* != online ]]
9362026-06-02T23:40:15.665Z++ [[ 112 -gt 300 ]]
9372026-06-02T23:40:15.665Z++ sleep 1
9382026-06-02T23:40:16.669Z++ retry=113
9392026-06-02T23:40:16.671Z+++ svcs -Hostate baseline
9402026-06-02T23:40:16.693Z++ [[ online != online ]]
9412026-06-02T23:40:16.693Z++ set -o errexit
9422026-06-02T23:40:16.693Z++ set -o pipefail
9432026-06-02T23:40:16.693Z++ banner build
9442026-06-02T23:40:16.693Z
9452026-06-02T23:40:16.693Z ##### # # # # #####
9462026-06-02T23:40:16.693Z # # # # # # # #
9472026-06-02T23:40:16.694Z ##### # # # # # #
9482026-06-02T23:40:16.694Z # # # # # # # #
9492026-06-02T23:40:16.694Z # # # # # # # #
9502026-06-02T23:40:16.694Z ##### #### # ###### #####
9512026-06-02T23:40:16.694Z
9522026-06-02T23:40:16.694Z++ cargo build --release --bin ddmd --bin ddmadm
9532026-06-02T23:40:16.694Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9542026-06-02T23:40:16.832Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9552026-06-02T23:40:16.835Zinfo: downloading 6 components
9562026-06-02T23:40:31.155Z Updating git repository `https://github.com/oxidecomputer/falcon`
9572026-06-02T23:40:31.719ZFrom https://github.com/oxidecomputer/falcon
9582026-06-02T23:40:31.719Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9592026-06-02T23:40:31.799Z Updating crates.io index
9602026-06-02T23:40:31.833Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9612026-06-02T23:40:32.550ZFrom https://github.com/oxidecomputer/dendrite
9622026-06-02T23:40:32.550Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9632026-06-02T23:40:32.775Z Updating git repository `https://github.com/oxidecomputer/ispf`
9642026-06-02T23:40:33.003ZFrom https://github.com/oxidecomputer/ispf
9652026-06-02T23:40:33.003Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9662026-06-02T23:40:33.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9672026-06-02T23:40:33.328ZFrom https://github.com/oxidecomputer/netadm-sys
9682026-06-02T23:40:33.328Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9692026-06-02T23:40:33.335Z Updating git repository `https://github.com/oxidecomputer/omicron`
9702026-06-02T23:40:41.401ZFrom https://github.com/oxidecomputer/omicron
9712026-06-02T23:40:41.402Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9722026-06-02T23:40:41.809Z Updating git repository `https://github.com/oxidecomputer/opte`
9732026-06-02T23:40:42.617ZFrom https://github.com/oxidecomputer/opte
9742026-06-02T23:40:42.617Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9752026-06-02T23:40:42.752Z Updating git repository `https://github.com/illumos/smf-rs`
9762026-06-02T23:40:43.071ZFrom https://github.com/illumos/smf-rs
9772026-06-02T23:40:43.071Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9782026-06-02T23:40:43.274Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9792026-06-02T23:40:43.543ZFrom https://github.com/oxidecomputer/network-interface
9802026-06-02T23:40:43.543Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9812026-06-02T23:40:43.550Z Updating git repository `https://github.com/oxidecomputer/zone`
9822026-06-02T23:40:43.812ZFrom https://github.com/oxidecomputer/zone
9832026-06-02T23:40:43.812Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9842026-06-02T23:40:43.932Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-02T23:40:44.657ZFrom https://github.com/oxidecomputer/propolis
9862026-06-02T23:40:44.657Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9872026-06-02T23:40:44.730Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9882026-06-02T23:40:45.234ZFrom https://github.com/oxidecomputer/transceiver-control
9892026-06-02T23:40:45.234Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9902026-06-02T23:40:45.480Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9912026-06-02T23:40:45.719ZFrom https://github.com/oxidecomputer/dlpi-sys
9922026-06-02T23:40:45.719Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9932026-06-02T23:40:45.732Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9942026-06-02T23:40:46.012ZFrom https://github.com/jmesmon/rust-libzfs
9952026-06-02T23:40:46.012Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9962026-06-02T23:40:46.020Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9972026-06-02T23:40:46.282ZFrom https://github.com/oxidecomputer/rusty-doors
9982026-06-02T23:40:46.282Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9992026-06-02T23:40:46.343Z Updating git repository `https://github.com/oxidecomputer/lldp`
10002026-06-02T23:40:46.651ZFrom https://github.com/oxidecomputer/lldp
10012026-06-02T23:40:46.651Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
10022026-06-02T23:40:46.663Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10032026-06-02T23:40:46.901ZFrom https://github.com/oxidecomputer/slog-error-chain
10042026-06-02T23:40:46.901Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10052026-06-02T23:40:46.947Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10062026-06-02T23:40:47.225ZFrom https://github.com/oxidecomputer/tufaceous
10072026-06-02T23:40:47.225Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10082026-06-02T23:40:47.374Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10092026-06-02T23:40:48.256ZFrom https://github.com/oxidecomputer/management-gateway-service
10102026-06-02T23:40:48.256Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
10112026-06-02T23:40:48.350Z Updating git repository `https://github.com/oxidecomputer/crucible`
10122026-06-02T23:40:49.171ZFrom https://github.com/oxidecomputer/crucible
10132026-06-02T23:40:49.171Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10142026-06-02T23:40:49.829Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10152026-06-02T23:40:50.077ZFrom https://github.com/oxidecomputer/serde_human_bytes
10162026-06-02T23:40:50.077Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10172026-06-02T23:40:50.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
10182026-06-02T23:40:50.421ZFrom https://github.com/oxidecomputer/propolis
10192026-06-02T23:40:50.421Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10202026-06-02T23:40:50.660Z Updating git repository `https://github.com/oxidecomputer/opte`
10212026-06-02T23:40:50.930ZFrom https://github.com/oxidecomputer/opte
10222026-06-02T23:40:50.930Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10232026-06-02T23:40:51.106Z Updating git repository `https://github.com/oxidecomputer/tofino`
10242026-06-02T23:40:51.443ZFrom https://github.com/oxidecomputer/tofino
10252026-06-02T23:40:51.443Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10262026-06-02T23:40:51.464Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10272026-06-02T23:40:52.109ZFrom https://github.com/oxidecomputer/maghemite
10282026-06-02T23:40:52.109Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10292026-06-02T23:40:52.139Z Updating git repository `https://github.com/oxidecomputer/clickward`
10302026-06-02T23:40:52.538ZFrom https://github.com/oxidecomputer/clickward
10312026-06-02T23:40:52.538Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10322026-06-02T23:40:52.651Z Updating git repository `https://github.com/oxidecomputer/crucible`
10332026-06-02T23:40:53.251ZFrom https://github.com/oxidecomputer/crucible
10342026-06-02T23:40:53.251Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10352026-06-02T23:40:53.294Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10362026-06-02T23:40:53.693ZFrom https://github.com/oxidecomputer/illumos-devinfo
10372026-06-02T23:40:53.693Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10382026-06-02T23:40:54.982Z Downloading crates ...
10392026-06-02T23:40:55.050Z Downloaded anstyle v1.0.14
10402026-06-02T23:40:55.058Z Downloaded ahash v0.8.12
10412026-06-02T23:40:55.062Z Downloaded async-recursion v1.1.1
10422026-06-02T23:40:55.066Z Downloaded allocator-api2 v0.2.21
10432026-06-02T23:40:55.069Z Downloaded anstyle-parse v1.0.0
10442026-06-02T23:40:55.069Z Downloaded darling_macro v0.21.3
10452026-06-02T23:40:55.072Z Downloaded equivalent v1.0.2
10462026-06-02T23:40:55.075Z Downloaded async-compression v0.4.42
10472026-06-02T23:40:55.079Z Downloaded anstream v1.0.0
10482026-06-02T23:40:55.086Z Downloaded cfg-if v1.0.4
10492026-06-02T23:40:55.089Z Downloaded aho-corasick v1.1.4
10502026-06-02T23:40:55.089Z Downloaded enum-as-inner v0.6.1
10512026-06-02T23:40:55.089Z Downloaded embedded-io v0.6.1
10522026-06-02T23:40:55.093Z Downloaded dyn-clone v1.0.20
10532026-06-02T23:40:55.098Z Downloaded backon v1.6.0
10542026-06-02T23:40:55.101Z Downloaded find-msvc-tools v0.1.9
10552026-06-02T23:40:55.101Z Downloaded foldhash v0.1.5
10562026-06-02T23:40:55.105Z Downloaded base64 v0.21.7
10572026-06-02T23:40:55.114Z Downloaded fixedbitset v0.4.2
10582026-06-02T23:40:55.115Z Downloaded darling_macro v0.23.0
10592026-06-02T23:40:55.118Z Downloaded foreign-types v0.3.2
10602026-06-02T23:40:55.118Z Downloaded async-stream v0.3.6
10612026-06-02T23:40:55.118Z Downloaded dtrace-parser v0.2.0
10622026-06-02T23:40:55.118Z Downloaded const-random-macro v0.1.16
10632026-06-02T23:40:55.122Z Downloaded clap_lex v1.1.0
10642026-06-02T23:40:55.122Z Downloaded ciborium-ll v0.2.2
10652026-06-02T23:40:55.126Z Downloaded gethostname v0.5.0
10662026-06-02T23:40:55.126Z Downloaded convert_case v0.4.0
10672026-06-02T23:40:55.129Z Downloaded futures-task v0.3.32
10682026-06-02T23:40:55.129Z Downloaded git-stub v1.0.0
10692026-06-02T23:40:55.133Z Downloaded crunchy v0.2.4
10702026-06-02T23:40:55.133Z Downloaded cpufeatures v0.2.17
10712026-06-02T23:40:55.137Z Downloaded hash32 v0.3.1
10722026-06-02T23:40:55.140Z Downloaded generic-array v0.14.7
10732026-06-02T23:40:55.140Z Downloaded compression-core v0.4.32
10742026-06-02T23:40:55.144Z Downloaded cfg_aliases v0.2.1
10752026-06-02T23:40:55.144Z Downloaded atomicwrites v0.4.4
10762026-06-02T23:40:55.147Z Downloaded heck v0.4.1
10772026-06-02T23:40:55.147Z Downloaded aead v0.5.2
10782026-06-02T23:40:55.151Z Downloaded globset v0.4.18
10792026-06-02T23:40:55.154Z Downloaded httpdate v1.0.3
10802026-06-02T23:40:55.154Z Downloaded bit-set v0.8.0
10812026-06-02T23:40:55.160Z Downloaded arc-swap v1.9.1
10822026-06-02T23:40:55.163Z Downloaded http-body v1.0.1
10832026-06-02T23:40:55.163Z Downloaded dunce v1.0.5
10842026-06-02T23:40:55.163Z Downloaded dropshot-api-manager-types v0.7.2
10852026-06-02T23:40:55.172Z Downloaded hubpack_derive v0.1.1
10862026-06-02T23:40:55.175Z Downloaded ident_case v1.0.1
10872026-06-02T23:40:55.175Z Downloaded cpufeatures v0.3.0
10882026-06-02T23:40:55.175Z Downloaded hubpack v0.1.2
10892026-06-02T23:40:55.175Z Downloaded http-body-util v0.1.3
10902026-06-02T23:40:55.175Z Downloaded futures-executor v0.3.32
10912026-06-02T23:40:55.178Z Downloaded fastrand v2.4.1
10922026-06-02T23:40:55.182Z Downloaded hmac v0.12.1
10932026-06-02T23:40:55.182Z Downloaded deranged v0.5.8
10942026-06-02T23:40:55.192Z Downloaded indent_write v2.2.0
10952026-06-02T23:40:55.196Z Downloaded cmake v0.1.58
10962026-06-02T23:40:55.196Z Downloaded hex v0.4.3
10972026-06-02T23:40:55.196Z Downloaded getrandom v0.3.4
10982026-06-02T23:40:55.196Z Downloaded base64ct v1.8.3
10992026-06-02T23:40:55.196Z Downloaded foreign-types-shared v0.1.1
11002026-06-02T23:40:55.200Z Downloaded foreign-types-macros v0.2.3
11012026-06-02T23:40:55.200Z Downloaded foreign-types v0.5.0
11022026-06-02T23:40:55.203Z Downloaded chacha20 v0.9.1
11032026-06-02T23:40:55.207Z Downloaded hostname v0.3.1
11042026-06-02T23:40:55.207Z Downloaded derive-ex v0.1.8
11052026-06-02T23:40:55.210Z Downloaded is_ci v1.2.0
11062026-06-02T23:40:55.210Z Downloaded git-stub-vcs v0.1.0
11072026-06-02T23:40:55.218Z Downloaded darling v0.21.3
11082026-06-02T23:40:55.222Z Downloaded lazy_static v1.5.0
11092026-06-02T23:40:55.222Z Downloaded konst_macro_rules v0.2.19
11102026-06-02T23:40:55.222Z Downloaded compression-codecs v0.4.38
11112026-06-02T23:40:55.267Z Downloaded hyper-rustls v0.27.9
11122026-06-02T23:40:55.267Z Downloaded humantime v2.3.0
11132026-06-02T23:40:55.270Z Downloaded group v0.13.0
11142026-06-02T23:40:55.270Z Downloaded bit-vec v0.8.0
11152026-06-02T23:40:55.271Z Downloaded critical-section v1.2.0
11162026-06-02T23:40:55.271Z Downloaded bs58 v0.5.1
11172026-06-02T23:40:55.271Z Downloaded byte-wrapper v0.1.0
11182026-06-02T23:40:55.271Z Downloaded libscf-sys v1.2.0
11192026-06-02T23:40:55.271Z Downloaded is-terminal v0.4.17
11202026-06-02T23:40:55.271Z Downloaded managed v0.8.0
11212026-06-02T23:40:55.271Z Downloaded lru-slab v0.1.2
11222026-06-02T23:40:55.271Z Downloaded highway v1.3.0
11232026-06-02T23:40:55.271Z Downloaded lru-cache v0.1.2
11242026-06-02T23:40:55.271Z Downloaded match_cfg v0.1.0
11252026-06-02T23:40:55.271Z Downloaded ingot v0.1.1
11262026-06-02T23:40:55.271Z Downloaded crossbeam-utils v0.8.21
11272026-06-02T23:40:55.271Z Downloaded blake2 v0.10.6
11282026-06-02T23:40:55.271Z Downloaded mime v0.3.17
11292026-06-02T23:40:55.271Z Downloaded newline-converter v0.3.0
11302026-06-02T23:40:55.271Z Downloaded keccak v0.1.6
11312026-06-02T23:40:55.271Z Downloaded no-std-compat v0.4.1
11322026-06-02T23:40:55.271Z Downloaded newtype_derive v0.1.6
11332026-06-02T23:40:55.271Z Downloaded num-derive v0.4.2
11342026-06-02T23:40:55.271Z Downloaded num-conv v0.2.1
11352026-06-02T23:40:55.271Z Downloaded jobserver v0.1.34
11362026-06-02T23:40:55.276Z Downloaded glob v0.3.3
11372026-06-02T23:40:55.276Z Downloaded fs_extra v1.3.0
11382026-06-02T23:40:55.276Z Downloaded olpc-cjson v0.1.4
11392026-06-02T23:40:55.280Z Downloaded openssl-probe v0.2.1
11402026-06-02T23:40:55.280Z Downloaded futures-channel v0.3.32
11412026-06-02T23:40:55.283Z Downloaded colored v3.1.1
11422026-06-02T23:40:55.283Z Downloaded linear-map v1.2.0
11432026-06-02T23:40:55.286Z Downloaded daft v0.1.7
11442026-06-02T23:40:55.289Z Downloaded opaque-debug v0.3.1
11452026-06-02T23:40:55.289Z Downloaded omicron-workspace-hack v0.1.0
11462026-06-02T23:40:55.289Z Downloaded num-iter v0.1.45
11472026-06-02T23:40:55.293Z Downloaded ipnet v2.12.0
11482026-06-02T23:40:55.293Z Downloaded derive_more v0.99.20
11492026-06-02T23:40:55.297Z Downloaded ingot-types v0.1.2
11502026-06-02T23:40:55.300Z Downloaded dropshot_endpoint v0.17.0
11512026-06-02T23:40:55.304Z Downloaded newtype-uuid-macros v0.1.0
11522026-06-02T23:40:55.304Z Downloaded newtype-uuid v1.3.2
11532026-06-02T23:40:55.308Z Downloaded anyhow v1.0.102
11542026-06-02T23:40:55.312Z Downloaded darling v0.23.0
11552026-06-02T23:40:55.312Z Downloaded clap v4.6.1
11562026-06-02T23:40:55.318Z Downloaded openssl-macros v0.1.1
11572026-06-02T23:40:55.324Z Downloaded bytecount v0.6.9
11582026-06-02T23:40:55.324Z Downloaded phf_shared v0.12.1
11592026-06-02T23:40:55.327Z Downloaded libsw v3.5.0
11602026-06-02T23:40:55.327Z Downloaded iana-time-zone v0.1.65
11612026-06-02T23:40:55.327Z Downloaded proc-macro-crate v3.5.0
11622026-06-02T23:40:55.330Z Downloaded proc-macro-error-attr2 v2.0.0
11632026-06-02T23:40:55.331Z Downloaded pretty-hex v0.4.2
11642026-06-02T23:40:55.331Z Downloaded parse-display v0.10.0
11652026-06-02T23:40:55.334Z Downloaded proc-macro-crate v1.3.1
11662026-06-02T23:40:55.334Z Downloaded num_enum v0.7.6
11672026-06-02T23:40:55.337Z Downloaded num_enum_derive v0.7.6
11682026-06-02T23:40:55.341Z Downloaded num-complex v0.4.6
11692026-06-02T23:40:55.344Z Downloaded percent-encoding v2.3.2
11702026-06-02T23:40:55.344Z Downloaded progenitor-client v0.14.0
11712026-06-02T23:40:55.344Z Downloaded multer v3.1.0
11722026-06-02T23:40:55.347Z Downloaded plain v0.2.3
11732026-06-02T23:40:55.355Z Downloaded proc-macro-error-attr v1.0.4
11742026-06-02T23:40:55.355Z Downloaded parse-display-derive v0.10.0
11752026-06-02T23:40:55.355Z Downloaded num-integer v0.1.46
11762026-06-02T23:40:55.358Z Downloaded powerfmt v0.2.0
11772026-06-02T23:40:55.359Z Downloaded num_enum v0.5.11
11782026-06-02T23:40:55.359Z Downloaded icu_provider v2.2.0
11792026-06-02T23:40:55.362Z Downloaded defmt v1.1.0
11802026-06-02T23:40:55.367Z Downloaded progenitor-client v0.10.0
11812026-06-02T23:40:55.367Z Downloaded elliptic-curve v0.13.8
11822026-06-02T23:40:55.371Z Downloaded progenitor-macro v0.14.0
11832026-06-02T23:40:55.371Z Downloaded base64 v0.22.1
11842026-06-02T23:40:55.374Z Downloaded num-rational v0.4.2
11852026-06-02T23:40:55.374Z Downloaded console v0.16.3
11862026-06-02T23:40:55.378Z Downloaded progenitor-macro v0.10.0
11872026-06-02T23:40:55.378Z Downloaded pin-project-internal v1.1.13
11882026-06-02T23:40:55.381Z Downloaded pem v3.0.6
11892026-06-02T23:40:55.381Z Downloaded progenitor-macro v0.11.2
11902026-06-02T23:40:55.385Z Downloaded progenitor-macro v0.13.0
11912026-06-02T23:40:55.385Z Downloaded ref-cast-impl v1.0.25
11922026-06-02T23:40:55.385Z Downloaded progenitor-client v0.11.2
11932026-06-02T23:40:55.388Z Downloaded futures v0.3.32
11942026-06-02T23:40:55.392Z Downloaded oxide-tokio-rt v0.1.6
11952026-06-02T23:40:55.392Z Downloaded pkg-config v0.3.33
11962026-06-02T23:40:55.395Z Downloaded password-hash v0.5.0
11972026-06-02T23:40:55.395Z Downloaded parking_lot_core v0.8.6
11982026-06-02T23:40:55.401Z Downloaded pin-project-lite v0.2.17
11992026-06-02T23:40:55.404Z Downloaded phf v0.12.1
12002026-06-02T23:40:55.404Z Downloaded rand_xorshift v0.4.0
12012026-06-02T23:40:55.404Z Downloaded ref-cast v1.0.25
12022026-06-02T23:40:55.408Z Downloaded proc-macro-error2 v2.0.1
12032026-06-02T23:40:55.408Z Downloaded progenitor v0.14.0
12042026-06-02T23:40:55.412Z Downloaded progenitor v0.13.0
12052026-06-02T23:40:55.412Z Downloaded lock_api v0.4.14
12062026-06-02T23:40:55.415Z Downloaded litemap v0.8.2
12072026-06-02T23:40:55.415Z Downloaded darling_core v0.23.0
12082026-06-02T23:40:55.419Z Downloaded paste v1.0.15
12092026-06-02T23:40:55.422Z Downloaded rustc_version v0.4.1
12102026-06-02T23:40:55.425Z Downloaded memmap2 v0.9.10
12112026-06-02T23:40:55.425Z Downloaded rustc-hash v2.1.2
12122026-06-02T23:40:55.435Z Downloaded rustc_version v0.1.7
12132026-06-02T23:40:55.435Z Downloaded icu_properties v2.2.0
12142026-06-02T23:40:55.438Z Downloaded icu_normalizer_data v2.2.0
12152026-06-02T23:40:55.438Z Downloaded progenitor-extras v0.2.0
12162026-06-02T23:40:55.438Z Downloaded progenitor-client v0.13.0
12172026-06-02T23:40:55.438Z Downloaded ppv-lite86 v0.2.21
12182026-06-02T23:40:55.438Z Downloaded scopeguard v1.2.0
12192026-06-02T23:40:55.438Z Downloaded half v2.7.1
12202026-06-02T23:40:55.442Z Downloaded same-file v1.0.6
12212026-06-02T23:40:55.442Z Downloaded const_format v0.2.36
12222026-06-02T23:40:55.446Z Downloaded pest_derive v2.8.6
12232026-06-02T23:40:55.449Z Downloaded indexmap v1.9.3
12242026-06-02T23:40:55.452Z Downloaded serde-big-array v0.5.1
12252026-06-02T23:40:55.452Z Downloaded secrecy v0.10.3
12262026-06-02T23:40:55.452Z Downloaded quick-error v1.2.3
12272026-06-02T23:40:55.455Z Downloaded scroll_derive v0.12.1
12282026-06-02T23:40:55.455Z Downloaded scroll_derive v0.13.1
12292026-06-02T23:40:55.458Z Downloaded postcard v1.1.3
12302026-06-02T23:40:55.458Z Downloaded serde_spanned v0.6.9
12312026-06-02T23:40:55.459Z Downloaded rand_core v0.10.1
12322026-06-02T23:40:55.462Z Downloaded rand_core v0.9.5
12332026-06-02T23:40:55.462Z Downloaded expectorate v1.2.0
12342026-06-02T23:40:55.465Z Downloaded crossbeam-channel v0.5.15
12352026-06-02T23:40:55.469Z Downloaded darling_core v0.21.3
12362026-06-02T23:40:55.473Z Downloaded rand_chacha v0.3.1
12372026-06-02T23:40:55.473Z Downloaded rustls-pemfile v2.2.0
12382026-06-02T23:40:55.478Z Downloaded rustls-native-certs v0.8.3
12392026-06-02T23:40:55.478Z Downloaded rand_core v0.6.4
12402026-06-02T23:40:55.483Z Downloaded serde_urlencoded v0.7.1
12412026-06-02T23:40:55.483Z Downloaded serde_spanned v1.1.1
12422026-06-02T23:40:55.483Z Downloaded log v0.4.29
12432026-06-02T23:40:55.486Z Downloaded getrandom v0.4.2
12442026-06-02T23:40:55.486Z Downloaded icu_normalizer v2.2.0
12452026-06-02T23:40:55.490Z Downloaded poly1305 v0.8.0
12462026-06-02T23:40:55.493Z Downloaded rustversion v1.0.22
12472026-06-02T23:40:55.493Z Downloaded miniz_oxide v0.8.9
12482026-06-02T23:40:55.496Z Downloaded icu_collections v2.2.0
12492026-06-02T23:40:55.499Z Downloaded quinn-udp v0.5.14
12502026-06-02T23:40:55.504Z Downloaded num-traits v0.2.19
12512026-06-02T23:40:55.504Z Downloaded crypto-bigint v0.5.5
12522026-06-02T23:40:55.508Z Downloaded sigpipe v0.1.3
12532026-06-02T23:40:55.508Z Downloaded semver v0.1.20
12542026-06-02T23:40:55.511Z Downloaded siphasher v1.0.3
12552026-06-02T23:40:55.511Z Downloaded scroll v0.13.0
12562026-06-02T23:40:55.517Z Downloaded scroll v0.12.0
12572026-06-02T23:40:55.517Z Downloaded quote v1.0.45
12582026-06-02T23:40:55.517Z Downloaded bytes v1.11.1
12592026-06-02T23:40:55.520Z Downloaded slog-bunyan v2.5.0
12602026-06-02T23:40:55.521Z Downloaded rhai_codegen v3.1.0
12612026-06-02T23:40:55.524Z Downloaded slog-envlogger v2.2.0
12622026-06-02T23:40:55.527Z Downloaded flate2 v1.1.9
12632026-06-02T23:40:55.530Z Downloaded rusty-fork v0.3.1
12642026-06-02T23:40:55.534Z Downloaded smawk v0.3.2
12652026-06-02T23:40:55.534Z Downloaded serde_derive_internals v0.29.1
12662026-06-02T23:40:55.534Z Downloaded rustls-pki-types v1.14.1
12672026-06-02T23:40:55.537Z Downloaded structmeta-derive v0.3.0
12682026-06-02T23:40:55.537Z Downloaded resolv-conf v0.7.6
12692026-06-02T23:40:55.540Z Downloaded parking_lot_core v0.9.12
12702026-06-02T23:40:55.541Z Downloaded jiff-static v0.2.24
12712026-06-02T23:40:55.544Z Downloaded stable_deref_trait v1.2.1
12722026-06-02T23:40:55.544Z Downloaded serde_tokenstream v0.2.3
12732026-06-02T23:40:55.548Z Downloaded spin v0.5.2
12742026-06-02T23:40:55.548Z Downloaded progenitor-impl v0.13.0
12752026-06-02T23:40:55.548Z Downloaded structmeta v0.3.0
12762026-06-02T23:40:55.551Z Downloaded strsim v0.11.1
12772026-06-02T23:40:55.551Z Downloaded progenitor-impl v0.10.0
12782026-06-02T23:40:55.554Z Downloaded strum v0.26.3
12792026-06-02T23:40:55.555Z Downloaded shlex v1.3.0
12802026-06-02T23:40:55.555Z Downloaded sha2 v0.10.9
12812026-06-02T23:40:55.558Z Downloaded sync_wrapper v1.0.2
12822026-06-02T23:40:55.558Z Downloaded sha1 v0.10.6
12832026-06-02T23:40:55.558Z Downloaded tabled_derive v0.11.0
12842026-06-02T23:40:55.561Z Downloaded progenitor-impl v0.14.0
12852026-06-02T23:40:55.561Z Downloaded schemars_derive v0.8.22
12862026-06-02T23:40:55.564Z Downloaded strum v0.27.2
12872026-06-02T23:40:55.564Z Downloaded memchr v2.8.0
12882026-06-02T23:40:55.568Z Downloaded termtree v0.5.1
12892026-06-02T23:40:55.568Z Downloaded swrite v0.1.0
12902026-06-02T23:40:55.571Z Downloaded terminal_size v0.4.4
12912026-06-02T23:40:55.571Z Downloaded testing_table v0.3.0
12922026-06-02T23:40:55.571Z Downloaded tagptr v0.2.0
12932026-06-02T23:40:55.574Z Downloaded prettyplease v0.2.37
12942026-06-02T23:40:55.574Z Downloaded supports-color v3.0.2
12952026-06-02T23:40:55.577Z Downloaded subtle v2.6.1
12962026-06-02T23:40:55.577Z Downloaded http v1.4.0
12972026-06-02T23:40:55.580Z Downloaded hickory-resolver v0.25.2
12982026-06-02T23:40:55.584Z Downloaded take_mut v0.2.2
12992026-06-02T23:40:55.584Z Downloaded tabwriter v1.4.1
13002026-06-02T23:40:55.584Z Downloaded snafu-derive v0.8.9
13012026-06-02T23:40:55.589Z Downloaded tabled_derive v0.7.0
13022026-06-02T23:40:55.589Z Downloaded smartstring v1.0.1
13032026-06-02T23:40:55.589Z Downloaded slog-term v2.9.2
13042026-06-02T23:40:55.592Z Downloaded slog-scope v4.4.1
13052026-06-02T23:40:55.592Z Downloaded slog-dtrace v0.3.0
13062026-06-02T23:40:55.592Z Downloaded slog-async v2.8.0
13072026-06-02T23:40:55.596Z Downloaded tinyvec_macros v0.1.1
13082026-06-02T23:40:55.596Z Downloaded thread-id v5.1.0
13092026-06-02T23:40:55.596Z Downloaded thread-id v4.2.2
13102026-06-02T23:40:55.596Z Downloaded slog-stdlog v4.1.1
13112026-06-02T23:40:55.599Z Downloaded slab v0.4.12
13122026-06-02T23:40:55.600Z Downloaded simd-adler32 v0.3.9
13132026-06-02T23:40:55.600Z Downloaded static_assertions v1.1.0
13142026-06-02T23:40:55.603Z Downloaded progenitor-impl v0.11.2
13152026-06-02T23:40:55.603Z Downloaded minimal-lexical v0.2.1
13162026-06-02T23:40:55.606Z Downloaded tokio-macros v2.7.0
13172026-06-02T23:40:55.606Z Downloaded thiserror-impl-no-std v2.0.2
13182026-06-02T23:40:55.610Z Downloaded hyper-util v0.1.20
13192026-06-02T23:40:55.613Z Downloaded strum_macros v0.26.4
13202026-06-02T23:40:55.613Z Downloaded serde_with_macros v3.20.0
13212026-06-02T23:40:55.616Z Downloaded schemars v0.8.22
13222026-06-02T23:40:55.623Z Downloaded papergrid v0.17.0
13232026-06-02T23:40:55.627Z Downloaded serde_path_to_error v0.1.20
13242026-06-02T23:40:55.627Z Downloaded slog-json v2.6.1
13252026-06-02T23:40:55.630Z Downloaded hashbrown v0.12.3
13262026-06-02T23:40:55.634Z Downloaded pin-project v1.1.13
13272026-06-02T23:40:55.638Z Downloaded toml_datetime v0.6.11
13282026-06-02T23:40:55.642Z Downloaded pest_meta v2.8.6
13292026-06-02T23:40:55.642Z Downloaded strum_macros v0.27.2
13302026-06-02T23:40:55.645Z Downloaded signal-hook-registry v1.4.8
13312026-06-02T23:40:55.645Z Downloaded papergrid v0.11.0
13322026-06-02T23:40:55.648Z Downloaded tower-service v0.3.3
13332026-06-02T23:40:55.648Z Downloaded tower-layer v0.3.3
13342026-06-02T23:40:55.648Z Downloaded toml_write v0.1.2
13352026-06-02T23:40:55.652Z Downloaded smallvec v1.15.1
13362026-06-02T23:40:55.652Z Downloaded rustls-platform-verifier v0.7.0
13372026-06-02T23:40:55.660Z Downloaded thiserror-impl v2.0.18
13382026-06-02T23:40:55.660Z Downloaded thiserror-impl v1.0.69
13392026-06-02T23:40:55.663Z Downloaded tokio-dtrace v0.1.1
13402026-06-02T23:40:55.663Z Downloaded thread_local v1.1.9
13412026-06-02T23:40:55.663Z Downloaded hickory-resolver v0.24.4
13422026-06-02T23:40:55.663Z Downloaded pest_generator v2.8.6
13432026-06-02T23:40:55.663Z Downloaded indicatif v0.18.4
13442026-06-02T23:40:55.667Z Downloaded thiserror v2.0.18
13452026-06-02T23:40:55.671Z Downloaded time-core v0.1.8
13462026-06-02T23:40:55.671Z Downloaded tokio-rustls v0.25.0
13472026-06-02T23:40:55.675Z Downloaded thiserror v1.0.69
13482026-06-02T23:40:55.675Z Downloaded usdt-attr-macro v0.6.0
13492026-06-02T23:40:55.676Z Downloaded typeid v1.0.3
13502026-06-02T23:40:55.679Z Downloaded try-lock v0.2.5
13512026-06-02T23:40:55.679Z Downloaded time-macros v0.2.27
13522026-06-02T23:40:55.679Z Downloaded thiserror-no-std v2.0.2
13532026-06-02T23:40:55.682Z Downloaded usdt-macro v0.5.0
13542026-06-02T23:40:55.682Z Downloaded tinystr v0.8.3
13552026-06-02T23:40:55.682Z Downloaded slog v2.8.2
13562026-06-02T23:40:55.685Z Downloaded unarray v0.1.4
13572026-06-02T23:40:55.686Z Downloaded serde_derive v1.0.228
13582026-06-02T23:40:55.689Z Downloaded typify-macro v0.6.2
13592026-06-02T23:40:55.689Z Downloaded typify-macro v0.4.3
13602026-06-02T23:40:55.689Z Downloaded unicode-linebreak v0.1.5
13612026-06-02T23:40:55.689Z Downloaded semver v1.0.28
13622026-06-02T23:40:55.692Z Downloaded openssl-sys v0.9.116
13632026-06-02T23:40:55.696Z Downloaded unit-prefix v0.5.2
13642026-06-02T23:40:55.696Z Downloaded usdt-attr-macro v0.5.0
13652026-06-02T23:40:55.696Z Downloaded untrusted v0.7.1
13662026-06-02T23:40:55.699Z Downloaded unicode-xid v0.2.6
13672026-06-02T23:40:55.699Z Downloaded tiny-keccak v2.0.2
13682026-06-02T23:40:55.699Z Downloaded serde_yaml v0.9.34+deprecated
13692026-06-02T23:40:55.703Z Downloaded usdt-macro v0.6.0
13702026-06-02T23:40:55.703Z Downloaded usdt v0.5.0
13712026-06-02T23:40:55.703Z Downloaded schemars v0.9.0
13722026-06-02T23:40:55.709Z Downloaded tokio-tungstenite v0.21.0
13732026-06-02T23:40:55.712Z Downloaded tempfile v3.27.0
13742026-06-02T23:40:55.716Z Downloaded dropshot-api-manager v0.7.2
13752026-06-02T23:40:55.719Z Downloaded utf8parse v0.2.2
13762026-06-02T23:40:55.719Z Downloaded universal-hash v0.5.1
13772026-06-02T23:40:55.720Z Downloaded toml_writer v1.1.1+spec-1.1.0
13782026-06-02T23:40:55.720Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13792026-06-02T23:40:55.720Z Downloaded ryu v1.0.23
13802026-06-02T23:40:55.723Z Downloaded version_check v0.9.5
13812026-06-02T23:40:55.723Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13822026-06-02T23:40:55.726Z Downloaded utf8_iter v1.0.4
13832026-06-02T23:40:55.726Z Downloaded utf-8 v0.7.6
13842026-06-02T23:40:55.726Z Downloaded term v1.2.1
13852026-06-02T23:40:55.729Z Downloaded waitgroup v0.1.2
13862026-06-02T23:40:55.729Z Downloaded wait-timeout v0.2.1
13872026-06-02T23:40:55.730Z Downloaded indexmap v2.14.0
13882026-06-02T23:40:55.733Z Downloaded rustls-webpki v0.103.13
13892026-06-02T23:40:55.737Z Downloaded socket2 v0.6.3
13902026-06-02T23:40:55.737Z Downloaded smf v0.2.3
13912026-06-02T23:40:55.737Z Downloaded proc-macro2 v1.0.106
13922026-06-02T23:40:55.740Z Downloaded tokio-rustls v0.26.4
13932026-06-02T23:40:55.740Z Downloaded iddqd v0.3.18
13942026-06-02T23:40:55.745Z Downloaded similar v2.7.0
13952026-06-02T23:40:55.748Z Downloaded yoke-derive v0.8.2
13962026-06-02T23:40:55.749Z Downloaded thin-vec v0.2.18
13972026-06-02T23:40:55.749Z Downloaded schemars v1.2.1
13982026-06-02T23:40:55.757Z Downloaded untrusted v0.9.0
13992026-06-02T23:40:55.760Z Downloaded tokio-stream v0.1.18
14002026-06-02T23:40:55.763Z Downloaded usdt v0.6.0
14012026-06-02T23:40:55.763Z Downloaded serde_core v1.0.228
14022026-06-02T23:40:55.763Z Downloaded usdt-impl v0.5.0
14032026-06-02T23:40:55.766Z Downloaded rayon-core v1.13.0
14042026-06-02T23:40:55.766Z Downloaded qorb v0.4.1
14052026-06-02T23:40:55.771Z Downloaded rand v0.8.6
14062026-06-02T23:40:55.774Z Downloaded zerofrom v0.1.8
14072026-06-02T23:40:55.774Z Downloaded toml v0.8.23
14082026-06-02T23:40:55.774Z Downloaded zerofrom-derive v0.1.7
14092026-06-02T23:40:55.778Z Downloaded toml_parser v1.1.2+spec-1.1.0
14102026-06-02T23:40:55.778Z Downloaded quinn v0.11.9
14112026-06-02T23:40:55.781Z Downloaded zeroize_derive v1.4.3
14122026-06-02T23:40:55.781Z Downloaded usdt-impl v0.6.0
14132026-06-02T23:40:55.781Z Downloaded mio v1.2.0
14142026-06-02T23:40:55.784Z Downloaded vsss-rs v3.3.4
14152026-06-02T23:40:55.784Z Downloaded want v0.3.1
14162026-06-02T23:40:55.789Z Downloaded zone_cfg_derive v0.3.1
14172026-06-02T23:40:55.789Z Downloaded walkdir v2.5.0
14182026-06-02T23:40:55.789Z Downloaded zone v0.3.1
14192026-06-02T23:40:55.789Z Downloaded icu_locale_core v2.2.0
14202026-06-02T23:40:55.793Z Downloaded tracing-attributes v0.1.31
14212026-06-02T23:40:55.793Z Downloaded tinyvec v1.11.0
14222026-06-02T23:40:55.796Z Downloaded serde_repr v0.1.20
14232026-06-02T23:40:55.796Z Downloaded serde_plain v1.0.2
14242026-06-02T23:40:55.799Z Downloaded nom v7.1.3
14252026-06-02T23:40:55.802Z Downloaded whoami v1.6.1
14262026-06-02T23:40:55.802Z Downloaded synstructure v0.13.2
14272026-06-02T23:40:55.802Z Downloaded xz2 v0.1.7
14282026-06-02T23:40:55.805Z Downloaded pest v2.8.6
14292026-06-02T23:40:55.809Z Downloaded hashbrown v0.16.1
14302026-06-02T23:40:55.814Z Downloaded snafu v0.8.9
14312026-06-02T23:40:55.818Z Downloaded test-strategy v0.4.5
14322026-06-02T23:40:55.818Z Downloaded toml v1.1.2+spec-1.1.0
14332026-06-02T23:40:55.823Z Downloaded hashbrown v0.17.1
14342026-06-02T23:40:55.823Z Downloaded hashbrown v0.15.5
14352026-06-02T23:40:55.826Z Downloaded serde v1.0.228
14362026-06-02T23:40:55.829Z Downloaded rand v0.9.4
14372026-06-02T23:40:55.829Z Downloaded rand_chacha v0.9.0
14382026-06-02T23:40:55.833Z Downloaded zeroize v1.8.2
14392026-06-02T23:40:55.833Z Downloaded parking_lot v0.12.5
14402026-06-02T23:40:55.833Z Downloaded textwrap v0.16.2
14412026-06-02T23:40:55.836Z Downloaded parking_lot v0.11.2
14422026-06-02T23:40:55.836Z Downloaded konst v0.2.20
14432026-06-02T23:40:55.839Z Downloaded zmij v1.0.21
14442026-06-02T23:40:55.839Z Downloaded zerovec-derive v0.11.3
14452026-06-02T23:40:55.843Z Downloaded steno v0.4.1
14462026-06-02T23:40:55.843Z Downloaded spin v0.9.8
14472026-06-02T23:40:55.846Z Downloaded typify v0.4.3
14482026-06-02T23:40:55.846Z Downloaded writeable v0.6.3
14492026-06-02T23:40:55.849Z Downloaded idna v1.1.0
14502026-06-02T23:40:55.849Z Downloaded hyper v1.9.0
14512026-06-02T23:40:55.853Z Downloaded typify v0.6.2
14522026-06-02T23:40:55.856Z Downloaded unicode-ident v1.0.24
14532026-06-02T23:40:55.860Z Downloaded unsafe-libyaml v0.2.11
14542026-06-02T23:40:55.860Z Downloaded clap_builder v4.6.0
14552026-06-02T23:40:55.864Z Downloaded potential_utf v0.1.5
14562026-06-02T23:40:55.867Z Downloaded once_cell v1.21.4
14572026-06-02T23:40:55.867Z Downloaded ingot-macros v0.1.1
14582026-06-02T23:40:55.867Z Downloaded heapless v0.8.0
14592026-06-02T23:40:55.871Z Downloaded tracing-core v0.1.36
14602026-06-02T23:40:55.874Z Downloaded toml_edit v0.22.27
14612026-06-02T23:40:55.874Z Downloaded toml v0.9.12+spec-1.1.0
14622026-06-02T23:40:55.877Z Downloaded itertools v0.14.0
14632026-06-02T23:40:55.881Z Downloaded rand v0.10.1
14642026-06-02T23:40:55.884Z Downloaded itertools v0.12.1
14652026-06-02T23:40:55.887Z Downloaded derive-where v1.6.1
14662026-06-02T23:40:55.891Z Downloaded drift v0.2.0
14672026-06-02T23:40:55.895Z Downloaded ucd-trie v0.1.7
14682026-06-02T23:40:55.898Z Downloaded progenitor v0.11.2
14692026-06-02T23:40:55.898Z Downloaded progenitor v0.10.0
14702026-06-02T23:40:55.898Z Downloaded proc-macro-error v1.0.4
14712026-06-02T23:40:55.902Z Downloaded oxnet v0.1.5
14722026-06-02T23:40:55.903Z Downloaded owo-colors v4.3.0
14732026-06-02T23:40:55.906Z Downloaded libsw-core v0.3.2
14742026-06-02T23:40:55.906Z Downloaded fixedbitset v0.5.7
14752026-06-02T23:40:55.906Z Downloaded httparse v1.10.1
14762026-06-02T23:40:55.906Z Downloaded macaddr v1.0.1
14772026-06-02T23:40:55.909Z Downloaded crc32fast v1.5.0
14782026-06-02T23:40:55.909Z Downloaded bitflags v2.11.1
14792026-06-02T23:40:55.912Z Downloaded toml_edit v0.19.15
14802026-06-02T23:40:55.921Z Downloaded yoke v0.8.2
14812026-06-02T23:40:55.924Z Downloaded zerocopy-derive v0.7.35
14822026-06-02T23:40:55.924Z Downloaded libm v0.2.16
14832026-06-02T23:40:55.929Z Downloaded h2 v0.4.14
14842026-06-02T23:40:55.933Z Downloaded tungstenite v0.21.0
14852026-06-02T23:40:55.936Z Downloaded nom v8.0.0
14862026-06-02T23:40:55.939Z Downloaded reqwest v0.12.28
14872026-06-02T23:40:55.943Z Downloaded reqwest v0.13.3
14882026-06-02T23:40:55.946Z Downloaded regex v1.12.3
14892026-06-02T23:40:55.949Z Downloaded toml_edit v0.25.11+spec-1.1.0
14902026-06-02T23:40:55.953Z Downloaded uuid v1.23.1
14912026-06-02T23:40:55.956Z Downloaded icu_properties_data v2.2.0
14922026-06-02T23:40:55.959Z Downloaded hkdf v0.12.4
14932026-06-02T23:40:55.962Z Downloaded futures-util v0.3.32
14942026-06-02T23:40:55.967Z Downloaded url v2.5.8
14952026-06-02T23:40:55.970Z Downloaded num_enum_derive v0.5.11
14962026-06-02T23:40:55.970Z Downloaded getrandom v0.2.17
14972026-06-02T23:40:55.974Z Downloaded num_threads v0.1.7
14982026-06-02T23:40:55.974Z Downloaded fs-err v3.3.0
14992026-06-02T23:40:55.974Z Downloaded data-encoding v2.11.0
15002026-06-02T23:40:55.977Z Downloaded ipnetwork v0.21.1
15012026-06-02T23:40:55.977Z Downloaded num v0.4.3
15022026-06-02T23:40:55.978Z Downloaded memmap v0.7.0
15032026-06-02T23:40:55.978Z Downloaded natord v1.0.9
15042026-06-02T23:40:55.978Z Downloaded memoffset v0.9.1
15052026-06-02T23:40:55.981Z Downloaded cookie v0.18.1
15062026-06-02T23:40:55.981Z Downloaded crossbeam-epoch v0.9.18
15072026-06-02T23:40:55.981Z Downloaded clap_derive v4.6.1
15082026-06-02T23:40:55.984Z Downloaded cc v1.2.62
15092026-06-02T23:40:55.984Z Downloaded chrono v0.4.44
15102026-06-02T23:40:55.988Z Downloaded cargo_toml v0.22.3
15112026-06-02T23:40:55.991Z Downloaded camino v1.2.2
15122026-06-02T23:40:55.991Z Downloaded unicode-segmentation v1.13.2
15132026-06-02T23:40:55.994Z Downloaded tower v0.5.3
15142026-06-02T23:40:55.998Z Downloaded ron v0.12.1
15152026-06-02T23:40:56.002Z Downloaded typenum v1.20.0
15162026-06-02T23:40:56.006Z Downloaded typed-path v0.9.3
15172026-06-02T23:40:56.009Z Downloaded zerocopy-derive v0.8.48
15182026-06-02T23:40:56.013Z Downloaded serde_json v1.0.149
15192026-06-02T23:40:56.018Z Downloaded unicode-normalization v0.1.25
15202026-06-02T23:40:56.021Z Downloaded bitflags v1.3.2
15212026-06-02T23:40:56.024Z Downloaded crossbeam-deque v0.8.6
15222026-06-02T23:40:56.024Z Downloaded ciborium v0.2.2
15232026-06-02T23:40:56.024Z Downloaded linked-hash-map v0.5.6
15242026-06-02T23:40:56.027Z Downloaded digest v0.10.7
15252026-06-02T23:40:56.027Z Downloaded tokio-util v0.7.18
15262026-06-02T23:40:56.030Z Downloaded goblin v0.8.2
15272026-06-02T23:40:56.033Z Downloaded tough v0.22.0
15282026-06-02T23:40:56.038Z Downloaded proptest v1.11.0
15292026-06-02T23:40:56.044Z Downloaded zerotrie v0.2.4
15302026-06-02T23:40:56.047Z Downloaded moka v0.12.15
15312026-06-02T23:40:56.051Z Downloaded aws-lc-rs v1.17.0
15322026-06-02T23:40:56.057Z Downloaded instant v0.1.13
15332026-06-02T23:40:56.061Z Downloaded inout v0.1.4
15342026-06-02T23:40:56.061Z Downloaded itoa v1.0.18
15352026-06-02T23:40:56.061Z Downloaded is_terminal_polyfill v1.70.2
15362026-06-02T23:40:56.061Z Downloaded internet-checksum v0.2.1
15372026-06-02T23:40:56.061Z Downloaded idna_adapter v1.2.2
15382026-06-02T23:40:56.061Z Downloaded portable-atomic v1.13.1
15392026-06-02T23:40:56.065Z Downloaded rustls-webpki v0.102.8
15402026-06-02T23:40:56.075Z Downloaded zerovec v0.11.6
15412026-06-02T23:40:56.079Z Downloaded tabled v0.15.0
15422026-06-02T23:40:56.088Z Downloaded zerocopy v0.7.35
15432026-06-02T23:40:56.097Z Downloaded quinn-proto v0.11.14
15442026-06-02T23:40:56.101Z Downloaded rayon v1.12.0
15452026-06-02T23:40:56.130Z Downloaded curve25519-dalek v4.1.3
15462026-06-02T23:40:56.130Z Downloaded winnow v1.0.3
15472026-06-02T23:40:56.130Z Downloaded csv-core v0.1.13
15482026-06-02T23:40:56.130Z Downloaded console v0.15.11
15492026-06-02T23:40:56.130Z Downloaded tower-http v0.6.10
15502026-06-02T23:40:56.130Z Downloaded tabled v0.20.0
15512026-06-02T23:40:56.136Z Downloaded byteorder v1.5.0
15522026-06-02T23:40:56.139Z Downloaded erased-serde v0.3.31
15532026-06-02T23:40:56.139Z Downloaded defmt-macros v1.1.0
15542026-06-02T23:40:56.143Z Downloaded chacha20 v0.10.0
15552026-06-02T23:40:56.143Z Downloaded autocfg v1.5.0
15562026-06-02T23:40:56.143Z Downloaded argon2 v0.5.3
15572026-06-02T23:40:56.146Z Downloaded fxhash v0.2.1
15582026-06-02T23:40:56.146Z Downloaded serde_with v3.20.0
15592026-06-02T23:40:56.150Z Downloaded webpki-roots v1.0.7
15602026-06-02T23:40:56.154Z Downloaded bcs v0.1.6
15612026-06-02T23:40:56.154Z Downloaded float-ord v0.3.2
15622026-06-02T23:40:56.157Z Downloaded defmt v0.3.100
15632026-06-02T23:40:56.157Z Downloaded debug-ignore v1.0.5
15642026-06-02T23:40:56.157Z Downloaded ff v0.13.1
15652026-06-02T23:40:56.157Z Downloaded winnow v0.5.40
15662026-06-02T23:40:56.161Z Downloaded goblin v0.10.5
15672026-06-02T23:40:56.166Z Downloaded nix v0.31.3
15682026-06-02T23:40:56.173Z Downloaded bstr v1.12.1
15692026-06-02T23:40:56.177Z Downloaded unicode-width v0.2.2
15702026-06-02T23:40:56.182Z Downloaded rhai v1.24.0
15712026-06-02T23:40:56.188Z Downloaded rustls v0.22.4
15722026-06-02T23:40:56.195Z Downloaded rustls v0.23.40
15732026-06-02T23:40:56.202Z Downloaded regex-syntax v0.8.10
15742026-06-02T23:40:56.206Z Downloaded atomic-waker v1.1.2
15752026-06-02T23:40:56.210Z Downloaded cstr-argument v0.1.2
15762026-06-02T23:40:56.210Z Downloaded crucible-workspace-hack v0.1.0
15772026-06-02T23:40:56.210Z Downloaded base16ct v1.0.0
15782026-06-02T23:40:56.210Z Downloaded hostname v0.4.2
15792026-06-02T23:40:56.215Z Downloaded futures-macro v0.3.32
15802026-06-02T23:40:56.215Z Downloaded heck v0.5.0
15812026-06-02T23:40:56.215Z Downloaded futures-io v0.3.32
15822026-06-02T23:40:56.215Z Downloaded foreign-types-shared v0.3.1
15832026-06-02T23:40:56.215Z Downloaded daft-derive v0.1.7
15842026-06-02T23:40:56.218Z Downloaded cancel-safe-futures v0.1.5
15852026-06-02T23:40:56.218Z Downloaded async-trait v0.1.89
15862026-06-02T23:40:56.221Z Downloaded fnv v1.0.7
15872026-06-02T23:40:56.222Z Downloaded defmt-parser v1.0.0
15882026-06-02T23:40:56.222Z Downloaded cipher v0.4.4
15892026-06-02T23:40:56.222Z Downloaded chacha20poly1305 v0.10.1
15902026-06-02T23:40:56.222Z Downloaded camino-tempfile v1.4.1
15912026-06-02T23:40:56.225Z Downloaded foldhash v0.2.0
15922026-06-02T23:40:56.225Z Downloaded either v1.15.0
15932026-06-02T23:40:56.225Z Downloaded crypto-common v0.1.7
15942026-06-02T23:40:56.225Z Downloaded const-random v0.1.18
15952026-06-02T23:40:56.228Z Downloaded ciborium-io v0.2.2
15962026-06-02T23:40:56.228Z Downloaded futures-core v0.3.32
15972026-06-02T23:40:56.228Z Downloaded dof v0.3.0
15982026-06-02T23:40:56.228Z Downloaded base16ct v0.2.0
15992026-06-02T23:40:56.228Z Downloaded futures-sink v0.3.32
16002026-06-02T23:40:56.232Z Downloaded form_urlencoded v1.2.2
16012026-06-02T23:40:56.232Z Downloaded colorchoice v1.0.5
16022026-06-02T23:40:56.232Z Downloaded anstyle-query v1.1.5
16032026-06-02T23:40:56.232Z Downloaded async-stream-impl v0.3.6
16042026-06-02T23:40:56.232Z Downloaded adler2 v2.0.1
16052026-06-02T23:40:56.232Z Downloaded cobs v0.3.0
16062026-06-02T23:40:56.235Z Downloaded errno v0.3.14
16072026-06-02T23:40:56.235Z Downloaded embedded-io v0.4.0
16082026-06-02T23:40:56.235Z Downloaded dtrace-parser v0.3.0
16092026-06-02T23:40:56.235Z Downloaded dof v0.4.0
16102026-06-02T23:40:56.238Z Downloaded displaydoc v0.2.5
16112026-06-02T23:40:56.238Z Downloaded curve25519-dalek-derive v0.1.1
16122026-06-02T23:40:56.238Z Downloaded crc8 v0.1.1
16132026-06-02T23:40:56.238Z Downloaded const_format_proc_macros v0.2.34
16142026-06-02T23:40:56.241Z Downloaded winnow v0.7.15
16152026-06-02T23:40:56.245Z Downloaded backoff v0.4.0
16162026-06-02T23:40:56.249Z Downloaded block-buffer v0.10.4
16172026-06-02T23:40:56.254Z Downloaded sled v0.34.7
16182026-06-02T23:40:56.260Z Downloaded time v0.3.47
16192026-06-02T23:40:56.267Z Downloaded syn v1.0.109
16202026-06-02T23:40:56.288Z Downloaded regex-automata v0.4.14
16212026-06-02T23:40:56.296Z Downloaded vcpkg v0.2.15
16222026-06-02T23:40:56.319Z Downloaded dropshot v0.17.0
16232026-06-02T23:40:56.338Z Downloaded chrono-tz v0.10.4
16242026-06-02T23:40:56.348Z Downloaded unicode-width v0.1.14
16252026-06-02T23:40:56.351Z Downloaded syn v2.0.117
16262026-06-02T23:40:56.358Z Downloaded jiff v0.2.24
16272026-06-02T23:40:56.368Z Downloaded hickory-proto v0.24.4
16282026-06-02T23:40:56.376Z Downloaded smoltcp v0.11.0
16292026-06-02T23:40:56.383Z Downloaded regress v0.10.5
16302026-06-02T23:40:56.389Z Downloaded regress v0.11.1
16312026-06-02T23:40:56.394Z Downloaded zerocopy v0.8.48
16322026-06-02T23:40:56.405Z Downloaded rustix v0.38.44
16332026-06-02T23:40:56.418Z Downloaded openapiv3 v2.2.0
16342026-06-02T23:40:56.425Z Downloaded csv v1.4.0
16352026-06-02T23:40:56.438Z Downloaded tokio v1.52.3
16362026-06-02T23:40:56.461Z Downloaded rustix v1.1.4
16372026-06-02T23:40:56.475Z Downloaded hickory-proto v0.25.2
16382026-06-02T23:40:56.486Z Downloaded openssl v0.10.80
16392026-06-02T23:40:56.498Z Downloaded typify-impl v0.6.2
16402026-06-02T23:40:56.507Z Downloaded tracing v0.1.44
16412026-06-02T23:40:56.520Z Downloaded typify-impl v0.4.3
16422026-06-02T23:40:56.601Z Downloaded petgraph v0.6.5
16432026-06-02T23:40:56.613Z Downloaded lzma-sys v0.1.20
16442026-06-02T23:40:56.630Z Downloaded petgraph v0.8.3
16452026-06-02T23:40:56.643Z Downloaded libc v0.2.186
16462026-06-02T23:40:56.663Z Downloaded sha3 v0.10.9
16472026-06-02T23:40:56.724Z Downloaded encoding_rs v0.8.35
16482026-06-02T23:40:56.739Z Downloaded ring v0.17.14
16492026-06-02T23:40:57.102Z Downloaded aws-lc-sys v0.41.0
16502026-06-02T23:40:57.453Z Compiling proc-macro2 v1.0.106
16512026-06-02T23:40:57.453Z Compiling quote v1.0.45
16522026-06-02T23:40:57.453Z Compiling unicode-ident v1.0.24
16532026-06-02T23:40:57.453Z Compiling serde_core v1.0.228
16542026-06-02T23:40:57.453Z Compiling serde v1.0.228
16552026-06-02T23:40:57.456Z Compiling libc v0.2.186
16562026-06-02T23:40:57.457Z Compiling cfg-if v1.0.4
16572026-06-02T23:40:57.741Z Compiling zmij v1.0.21
16582026-06-02T23:40:57.758Z Compiling autocfg v1.5.0
16592026-06-02T23:40:58.060Z Compiling memchr v2.8.0
16602026-06-02T23:40:58.118Z Compiling libm v0.2.16
16612026-06-02T23:40:58.462Z Compiling itoa v1.0.18
16622026-06-02T23:40:58.506Z Compiling icu_normalizer_data v2.2.0
16632026-06-02T23:40:58.713Z Compiling icu_properties_data v2.2.0
16642026-06-02T23:40:58.727Z Compiling version_check v0.9.5
16652026-06-02T23:40:58.746Z Compiling stable_deref_trait v1.2.1
16662026-06-02T23:40:58.936Z Compiling serde_json v1.0.149
16672026-06-02T23:40:58.965Z Compiling syn v2.0.117
16682026-06-02T23:40:59.003Z Compiling thiserror v2.0.18
16692026-06-02T23:40:59.317Z Compiling parking_lot_core v0.9.12
16702026-06-02T23:40:59.333Z Compiling writeable v0.6.3
16712026-06-02T23:40:59.371Z Compiling litemap v0.8.2
16722026-06-02T23:40:59.441Z Compiling utf8_iter v1.0.4
16732026-06-02T23:40:59.553Z Compiling num-traits v0.2.19
16742026-06-02T23:40:59.583Z Compiling percent-encoding v2.3.2
16752026-06-02T23:40:59.697Z Compiling getrandom v0.4.2
16762026-06-02T23:40:59.772Z Compiling form_urlencoded v1.2.2
16772026-06-02T23:40:59.860Z Compiling rand_core v0.10.1
16782026-06-02T23:40:59.974Z Compiling jobserver v0.1.34
16792026-06-02T23:41:00.032Z Compiling heck v0.5.0
16802026-06-02T23:41:00.055Z Compiling find-msvc-tools v0.1.9
16812026-06-02T23:41:00.221Z Compiling shlex v1.3.0
16822026-06-02T23:41:00.300Z Compiling errno v0.3.14
16832026-06-02T23:41:00.355Z Compiling cc v1.2.62
16842026-06-02T23:41:00.409Z Compiling iana-time-zone v0.1.65
16852026-06-02T23:41:00.560Z Compiling zerocopy v0.8.48
16862026-06-02T23:41:00.765Z Compiling uuid v1.23.1
16872026-06-02T23:41:00.987Z Compiling semver v1.0.28
16882026-06-02T23:41:01.274Z Compiling getrandom v0.2.17
16892026-06-02T23:41:01.374Z Compiling schemars v0.8.22
16902026-06-02T23:41:01.403Z Compiling dyn-clone v1.0.20
16912026-06-02T23:41:01.489Z Compiling pin-project-lite v0.2.17
16922026-06-02T23:41:01.506Z Compiling rustversion v1.0.22
16932026-06-02T23:41:01.562Z Compiling scopeguard v1.2.0
16942026-06-02T23:41:01.662Z Compiling lock_api v0.4.14
16952026-06-02T23:41:01.699Z Compiling socket2 v0.6.3
16962026-06-02T23:41:01.710Z Compiling bitflags v2.11.1
16972026-06-02T23:41:01.725Z Compiling signal-hook-registry v1.4.8
16982026-06-02T23:41:01.916Z Compiling mio v1.2.0
16992026-06-02T23:41:02.106Z Compiling synstructure v0.13.2
17002026-06-02T23:41:02.137Z Compiling serde_derive_internals v0.29.1
17012026-06-02T23:41:02.207Z Compiling log v0.4.29
17022026-06-02T23:41:02.489Z Compiling portable-atomic v1.13.1
17032026-06-02T23:41:02.531Z Compiling subtle v2.6.1
17042026-06-02T23:41:02.549Z Compiling equivalent v1.0.2
17052026-06-02T23:41:02.651Z Compiling critical-section v1.2.0
17062026-06-02T23:41:02.686Z Compiling futures-core v0.3.32
17072026-06-02T23:41:02.723Z Compiling ring v0.17.14
17082026-06-02T23:41:02.774Z Compiling cmake v0.1.58
17092026-06-02T23:41:02.798Z Compiling dunce v1.0.5
17102026-06-02T23:41:02.840Z Compiling fs_extra v1.3.0
17112026-06-02T23:41:02.857Z Compiling httparse v1.10.1
17122026-06-02T23:41:02.895Z Compiling futures-sink v0.3.32
17132026-06-02T23:41:02.913Z Compiling slab v0.4.12
17142026-06-02T23:41:03.015Z Compiling rand_core v0.6.4
17152026-06-02T23:41:03.093Z Compiling futures-channel v0.3.32
17162026-06-02T23:41:03.110Z Compiling aws-lc-sys v0.41.0
17172026-06-02T23:41:03.124Z Compiling rustix v1.1.4
17182026-06-02T23:41:03.146Z Compiling serde_derive v1.0.228
17192026-06-02T23:41:03.208Z Compiling zerofrom-derive v0.1.7
17202026-06-02T23:41:03.246Z Compiling yoke-derive v0.8.2
17212026-06-02T23:41:03.262Z Compiling zerovec-derive v0.11.3
17222026-06-02T23:41:03.343Z Compiling displaydoc v0.2.5
17232026-06-02T23:41:03.495Z Compiling schemars_derive v0.8.22
17242026-06-02T23:41:03.684Z Compiling thiserror-impl v2.0.18
17252026-06-02T23:41:03.983Z Compiling tokio-macros v2.7.0
17262026-06-02T23:41:04.095Z Compiling zerocopy-derive v0.8.48
17272026-06-02T23:41:04.292Z Compiling zeroize_derive v1.4.3
17282026-06-02T23:41:04.393Z Compiling futures-macro v0.3.32
17292026-06-02T23:41:04.416Z Compiling zerofrom v0.1.8
17302026-06-02T23:41:04.552Z Compiling yoke v0.8.2
17312026-06-02T23:41:04.741Z Compiling zerovec v0.11.6
17322026-06-02T23:41:04.757Z Compiling zerotrie v0.2.4
17332026-06-02T23:41:04.775Z Compiling once_cell v1.21.4
17342026-06-02T23:41:04.974Z Compiling zeroize v1.8.2
17352026-06-02T23:41:05.061Z Compiling ucd-trie v0.1.7
17362026-06-02T23:41:05.125Z Compiling thiserror v1.0.69
17372026-06-02T23:41:05.187Z Compiling futures-io v0.3.32
17382026-06-02T23:41:05.223Z Compiling pest v2.8.6
17392026-06-02T23:41:05.256Z Compiling futures-task v0.3.32
17402026-06-02T23:41:05.290Z Compiling regex-syntax v0.8.10
17412026-06-02T23:41:05.362Z Compiling tinystr v0.8.3
17422026-06-02T23:41:05.393Z Compiling potential_utf v0.1.5
17432026-06-02T23:41:05.424Z Compiling futures-util v0.3.32
17442026-06-02T23:41:05.462Z Compiling thiserror-impl v1.0.69
17452026-06-02T23:41:05.519Z Compiling icu_collections v2.2.0
17462026-06-02T23:41:05.575Z Compiling icu_locale_core v2.2.0
17472026-06-02T23:41:06.413Z Compiling smallvec v1.15.1
17482026-06-02T23:41:06.430Z Compiling bytes v1.11.1
17492026-06-02T23:41:06.599Z Compiling icu_provider v2.2.0
17502026-06-02T23:41:06.690Z Compiling chrono v0.4.44
17512026-06-02T23:41:06.769Z Compiling serde_tokenstream v0.2.3
17522026-06-02T23:41:07.055Z Compiling icu_properties v2.2.0
17532026-06-02T23:41:07.206Z Compiling icu_normalizer v2.2.0
17542026-06-02T23:41:07.659Z Compiling parking_lot v0.12.5
17552026-06-02T23:41:07.842Z Compiling pest_meta v2.8.6
17562026-06-02T23:41:07.997Z Compiling idna_adapter v1.2.2
17572026-06-02T23:41:08.149Z Compiling idna v1.1.0
17582026-06-02T23:41:08.368Z Compiling tokio v1.52.3
17592026-06-02T23:41:08.456Z Compiling pest_generator v2.8.6
17602026-06-02T23:41:08.508Z Compiling url v2.5.8
17612026-06-02T23:41:08.597Z Compiling aho-corasick v1.1.4
17622026-06-02T23:41:08.714Z Compiling hashbrown v0.17.1
17632026-06-02T23:41:09.045Z Compiling generic-array v0.14.7
17642026-06-02T23:41:09.330Z Compiling pest_derive v2.8.6
17652026-06-02T23:41:09.404Z Compiling indexmap v2.14.0
17662026-06-02T23:41:09.898Z Compiling regex-automata v0.4.14
17672026-06-02T23:41:10.151Z Compiling getrandom v0.3.4
17682026-06-02T23:41:10.258Z Compiling ipnetwork v0.21.1
17692026-06-02T23:41:10.509Z Compiling tracing-core v0.1.36
17702026-06-02T23:41:10.512Z Compiling tracing-attributes v0.1.31
17712026-06-02T23:41:11.183Z Compiling typenum v1.20.0
17722026-06-02T23:41:11.533Z Compiling regex v1.12.3
17732026-06-02T23:41:11.742Z Compiling strsim v0.11.1
17742026-06-02T23:41:11.931Z Compiling tracing v0.1.44
17752026-06-02T23:41:12.284Z Compiling rustls-pki-types v1.14.1
17762026-06-02T23:41:12.458Z Compiling base64 v0.22.1
17772026-06-02T23:41:12.474Z Compiling fnv v1.0.7
17782026-06-02T23:41:12.578Z Compiling byteorder v1.5.0
17792026-06-02T23:41:12.827Z Compiling http v1.4.0
17802026-06-02T23:41:12.932Z Compiling ident_case v1.0.1
17812026-06-02T23:41:13.131Z Compiling slog v2.8.2
17822026-06-02T23:41:13.300Z Compiling untrusted v0.9.0
17832026-06-02T23:41:13.436Z Compiling anyhow v1.0.102
17842026-06-02T23:41:13.667Z Compiling paste v1.0.15
17852026-06-02T23:41:13.794Z Compiling erased-serde v0.3.31
17862026-06-02T23:41:13.912Z Compiling omicron-workspace-hack v0.1.0
17872026-06-02T23:41:14.415Z Compiling crypto-common v0.1.7
17882026-06-02T23:41:14.571Z Compiling tokio-util v0.7.18
17892026-06-02T23:41:14.582Z Compiling scroll_derive v0.13.1
17902026-06-02T23:41:14.714Z Compiling ipnet v2.12.0
17912026-06-02T23:41:14.980Z Compiling num-conv v0.2.1
17922026-06-02T23:41:15.127Z Compiling time-core v0.1.8
17932026-06-02T23:41:15.273Z Compiling time-macros v0.2.27
17942026-06-02T23:41:15.406Z Compiling oxnet v0.1.5
17952026-06-02T23:41:15.872Z Compiling http-body v1.0.1
17962026-06-02T23:41:16.575Z Compiling atomic-waker v1.1.2
17972026-06-02T23:41:16.937Z Compiling ppv-lite86 v0.2.21
17982026-06-02T23:41:17.107Z Compiling daft-derive v0.1.7
17992026-06-02T23:41:17.187Z Compiling async-trait v0.1.89
18002026-06-02T23:41:17.263Z Compiling camino v1.2.2
18012026-06-02T23:41:17.355Z Compiling crc32fast v1.5.0
18022026-06-02T23:41:17.597Z Compiling aws-lc-rs v1.17.0
18032026-06-02T23:41:17.649Z Compiling tower-layer v0.3.3
18042026-06-02T23:41:17.842Z Compiling try-lock v0.2.5
18052026-06-02T23:41:17.845Z Compiling ryu v1.0.23
18062026-06-02T23:41:17.907Z Compiling tower-service v0.3.3
18072026-06-02T23:41:17.959Z Compiling want v0.3.1
18082026-06-02T23:41:18.131Z Compiling h2 v0.4.14
18092026-06-02T23:41:18.257Z Compiling httpdate v1.0.3
18102026-06-02T23:41:18.341Z Compiling usdt-impl v0.6.0
18112026-06-02T23:41:18.575Z Compiling pretty-hex v0.4.2
18122026-06-02T23:41:18.601Z Compiling crossbeam-utils v0.8.21
18132026-06-02T23:41:18.940Z Compiling scroll v0.13.0
18142026-06-02T23:41:19.049Z Compiling block-buffer v0.10.4
18152026-06-02T23:41:19.197Z Compiling untrusted v0.7.1
18162026-06-02T23:41:19.233Z Compiling plain v0.2.3
18172026-06-02T23:41:19.323Z Compiling goblin v0.10.5
18182026-06-02T23:41:19.347Z Compiling digest v0.10.7
18192026-06-02T23:41:20.404Z Compiling allocator-api2 v0.2.21
18202026-06-02T23:41:20.514Z Compiling hyper v1.9.0
18212026-06-02T23:41:20.788Z Compiling rustls v0.23.40
18222026-06-02T23:41:21.027Z Compiling foldhash v0.2.0
18232026-06-02T23:41:21.444Z Compiling slog-async v2.8.0
18242026-06-02T23:41:21.870Z Compiling hyper-util v0.1.20
18252026-06-02T23:41:22.864Z Compiling dof v0.4.0
18262026-06-02T23:41:23.699Z Compiling hashbrown v0.16.1
18272026-06-02T23:41:23.739Z Compiling serde_urlencoded v0.7.1
18282026-06-02T23:41:23.868Z Compiling http-body-util v0.1.3
18292026-06-02T23:41:24.038Z Compiling dtrace-parser v0.3.0
18302026-06-02T23:41:24.174Z Compiling thread-id v5.1.0
18312026-06-02T23:41:24.433Z Compiling ref-cast v1.0.25
18322026-06-02T23:41:24.828Z Compiling rustls v0.22.4
18332026-06-02T23:41:24.831Z Compiling rand_core v0.9.5
18342026-06-02T23:41:25.083Z Compiling ref-cast-impl v1.0.25
18352026-06-02T23:41:25.099Z Compiling syn v1.0.109
18362026-06-02T23:41:25.475Z Compiling usdt-attr-macro v0.6.0
18372026-06-02T23:41:25.633Z Compiling usdt-macro v0.6.0
18382026-06-02T23:41:26.103Z Compiling structmeta-derive v0.3.0
18392026-06-02T23:41:26.165Z Compiling sync_wrapper v1.0.2
18402026-06-02T23:41:26.282Z Compiling multer v3.1.0
18412026-06-02T23:41:26.582Z Compiling powerfmt v0.2.0
18422026-06-02T23:41:26.599Z Compiling tower v0.5.3
18432026-06-02T23:41:26.831Z Compiling deranged v0.5.8
18442026-06-02T23:41:26.845Z Compiling rand_chacha v0.9.0
18452026-06-02T23:41:27.135Z Compiling structmeta v0.3.0
18462026-06-02T23:41:27.157Z Compiling darling_core v0.23.0
18472026-06-02T23:41:27.389Z Compiling webpki-roots v1.0.7
18482026-06-02T23:41:27.508Z Compiling openapiv3 v2.2.0
18492026-06-02T23:41:27.912Z Compiling newtype-uuid-macros v0.1.0
18502026-06-02T23:41:28.698Z Compiling cpufeatures v0.2.17
18512026-06-02T23:41:29.089Z Compiling num_threads v0.1.7
18522026-06-02T23:41:29.218Z Compiling time v0.3.47
18532026-06-02T23:41:29.221Z Compiling darling_macro v0.23.0
18542026-06-02T23:41:29.666Z Compiling rand v0.9.4
18552026-06-02T23:41:29.834Z Compiling tower-http v0.6.10
18562026-06-02T23:41:29.881Z Compiling newtype-uuid v1.3.2
18572026-06-02T23:41:30.387Z Compiling async-stream-impl v0.3.6
18582026-06-02T23:41:30.508Z Compiling strum_macros v0.26.4
18592026-06-02T23:41:30.813Z Compiling dropshot v0.17.0
18602026-06-02T23:41:31.026Z Compiling hex v0.4.3
18612026-06-02T23:41:31.163Z Compiling daft v0.1.7
18622026-06-02T23:41:31.305Z Compiling darling v0.23.0
18632026-06-02T23:41:31.396Z Compiling crossbeam-channel v0.5.15
18642026-06-02T23:41:31.706Z Compiling fastrand v2.4.1
18652026-06-02T23:41:32.030Z Compiling serde_with_macros v3.20.0
18662026-06-02T23:41:32.097Z Compiling futures-executor v0.3.32
18672026-06-02T23:41:32.285Z Compiling dropshot_endpoint v0.17.0
18682026-06-02T23:41:32.398Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18692026-06-02T23:41:32.556Z Compiling thread_local v1.1.9
18702026-06-02T23:41:32.896Z Compiling futures v0.3.32
18712026-06-02T23:41:32.982Z Compiling derive-ex v0.1.8
18722026-06-02T23:41:33.168Z Compiling strum_macros v0.27.2
18732026-06-02T23:41:33.184Z Compiling is-terminal v0.4.17
18742026-06-02T23:41:33.228Z Compiling winnow v1.0.3
18752026-06-02T23:41:33.282Z Compiling term v1.2.1
18762026-06-02T23:41:33.896Z Compiling take_mut v0.2.2
18772026-06-02T23:41:34.016Z Compiling openssl-probe v0.2.1
18782026-06-02T23:41:34.294Z Compiling rustls-native-certs v0.8.3
18792026-06-02T23:41:34.523Z Compiling test-strategy v0.4.5
18802026-06-02T23:41:34.986Z Compiling slog-term v2.9.2
18812026-06-02T23:41:35.105Z Compiling tempfile v3.27.0
18822026-06-02T23:41:35.938Z Compiling macaddr v1.0.1
18832026-06-02T23:41:36.043Z Compiling simd-adler32 v0.3.9
18842026-06-02T23:41:36.211Z Compiling adler2 v2.0.1
18852026-06-02T23:41:36.373Z Compiling match_cfg v0.1.0
18862026-06-02T23:41:36.376Z Compiling miniz_oxide v0.8.9
18872026-06-02T23:41:36.458Z Compiling hostname v0.3.1
18882026-06-02T23:41:36.988Z Compiling slog-json v2.6.1
18892026-06-02T23:41:37.283Z Compiling memmap2 v0.9.10
18902026-06-02T23:41:37.565Z Compiling usdt v0.6.0
18912026-06-02T23:41:37.791Z Compiling slog-bunyan v2.5.0
18922026-06-02T23:41:37.827Z Compiling flate2 v1.1.9
18932026-06-02T23:41:37.967Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18942026-06-02T23:41:38.006Z Compiling rustls-webpki v0.102.8
18952026-06-02T23:41:38.188Z Compiling compression-core v0.4.32
18962026-06-02T23:41:38.360Z Compiling debug-ignore v1.0.5
18972026-06-02T23:41:38.364Z Compiling either v1.15.0
18982026-06-02T23:41:38.600Z Compiling compression-codecs v0.4.38
18992026-06-02T23:41:38.963Z Compiling toml_parser v1.1.2+spec-1.1.0
19002026-06-02T23:41:39.017Z Compiling parse-display-derive v0.10.0
19012026-06-02T23:41:39.865Z Compiling rand_chacha v0.3.1
19022026-06-02T23:41:39.931Z Compiling serde_spanned v1.1.1
19032026-06-02T23:41:40.023Z Compiling toml_datetime v1.1.1+spec-1.1.0
19042026-06-02T23:41:40.429Z Compiling encoding_rs v0.8.35
19052026-06-02T23:41:40.477Z Compiling spin v0.9.8
19062026-06-02T23:41:40.493Z Compiling mime v0.3.17
19072026-06-02T23:41:40.605Z Compiling toml_writer v1.1.1+spec-1.1.0
19082026-06-02T23:41:40.865Z Compiling toml v1.1.2+spec-1.1.0
19092026-06-02T23:41:40.927Z Compiling tokio-rustls v0.25.0
19102026-06-02T23:41:40.968Z Compiling rand v0.8.6
19112026-06-02T23:41:41.174Z Compiling async-compression v0.4.42
19122026-06-02T23:41:41.724Z Compiling strum v0.26.3
19132026-06-02T23:41:41.920Z Compiling async-stream v0.3.6
19142026-06-02T23:41:42.117Z Compiling sha1 v0.10.6
19152026-06-02T23:41:42.517Z Compiling waitgroup v0.1.2
19162026-06-02T23:41:42.683Z Compiling rustls-pemfile v2.2.0
19172026-06-02T23:41:42.795Z Compiling serde_path_to_error v0.1.20
19182026-06-02T23:41:42.972Z Compiling hostname v0.4.2
19192026-06-02T23:41:43.141Z Compiling wait-timeout v0.2.1
19202026-06-02T23:41:43.238Z Compiling quick-error v1.2.3
19212026-06-02T23:41:43.356Z Compiling bit-vec v0.8.0
19222026-06-02T23:41:43.654Z Compiling bit-set v0.8.0
19232026-06-02T23:41:43.693Z Compiling rusty-fork v0.3.1
19242026-06-02T23:41:43.846Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19252026-06-02T23:41:44.349Z Compiling serde_with v3.20.0
19262026-06-02T23:41:44.533Z Compiling rand_xorshift v0.4.0
19272026-06-02T23:41:44.704Z Compiling regress v0.10.5
19282026-06-02T23:41:44.729Z Compiling unarray v0.1.4
19292026-06-02T23:41:44.857Z Compiling proptest v1.11.0
19302026-06-02T23:41:45.474Z Compiling strum v0.27.2
19312026-06-02T23:41:45.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19322026-06-02T23:41:45.671Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19332026-06-02T23:41:45.765Z Compiling instant v0.1.13
19342026-06-02T23:41:46.305Z Compiling rustc-hash v2.1.2
19352026-06-02T23:41:46.440Z Compiling iddqd v0.3.18
19362026-06-02T23:41:47.137Z Compiling itertools v0.14.0
19372026-06-02T23:41:47.611Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19382026-06-02T23:41:48.221Z Compiling unicode-width v0.2.2
19392026-06-02T23:41:48.796Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19402026-06-02T23:41:49.117Z Compiling backon v1.6.0
19412026-06-02T23:41:49.741Z Compiling backoff v0.4.0
19422026-06-02T23:41:50.408Z Compiling parse-display v0.10.0
19432026-06-02T23:41:50.425Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19442026-06-02T23:41:53.315Z Compiling regress v0.11.1
19452026-06-02T23:41:54.517Z Compiling zerocopy-derive v0.7.35
19462026-06-02T23:41:54.998Z Compiling typify-impl v0.6.2
19472026-06-02T23:41:55.812Z Compiling darling_core v0.21.3
19482026-06-02T23:41:56.634Z Compiling clap_derive v4.6.1
19492026-06-02T23:41:56.932Z Compiling utf8parse v0.2.2
19502026-06-02T23:41:57.046Z Compiling convert_case v0.4.0
19512026-06-02T23:41:57.343Z Compiling derive_more v0.99.20
19522026-06-02T23:41:57.848Z Compiling darling_macro v0.21.3
19532026-06-02T23:41:57.869Z Compiling anstyle-parse v1.0.0
19542026-06-02T23:41:58.187Z Compiling typify-macro v0.6.2
19552026-06-02T23:41:58.749Z Compiling terminal_size v0.4.4
19562026-06-02T23:41:58.890Z Compiling toml_datetime v0.6.11
19572026-06-02T23:41:58.922Z Compiling is_terminal_polyfill v1.70.2
19582026-06-02T23:41:59.017Z Compiling colorchoice v1.0.5
19592026-06-02T23:41:59.120Z Compiling anstyle v1.0.14
19602026-06-02T23:41:59.516Z Compiling anstyle-query v1.1.5
19612026-06-02T23:41:59.640Z Compiling anstream v1.0.0
19622026-06-02T23:42:00.056Z Compiling darling v0.21.3
19632026-06-02T23:42:00.263Z Compiling secrecy v0.10.3
19642026-06-02T23:42:00.431Z Compiling tinyvec_macros v0.1.1
19652026-06-02T23:42:00.483Z Compiling crucible-workspace-hack v0.1.0
19662026-06-02T23:42:00.502Z Compiling heapless v0.8.0
19672026-06-02T23:42:00.601Z Compiling unsafe-libyaml v0.2.11
19682026-06-02T23:42:00.721Z Compiling clap_lex v1.1.0
19692026-06-02T23:42:00.968Z Compiling clap_builder v4.6.0
19702026-06-02T23:42:01.222Z Compiling serde_yaml v0.9.34+deprecated
19712026-06-02T23:42:01.456Z Compiling tinyvec v1.11.0
19722026-06-02T23:42:01.852Z Compiling ingot-macros v0.1.1
19732026-06-02T23:42:01.962Z Compiling zerocopy v0.7.35
19742026-06-02T23:42:02.400Z Compiling hash32 v0.3.1
19752026-06-02T23:42:02.476Z Compiling scroll_derive v0.12.1
19762026-06-02T23:42:02.539Z Compiling rustc_version v0.4.1
19772026-06-02T23:42:02.554Z Compiling num-integer v0.1.46
19782026-06-02T23:42:02.799Z Compiling usdt-impl v0.5.0
19792026-06-02T23:42:03.031Z Compiling smoltcp v0.11.0
19802026-06-02T23:42:03.173Z Compiling curve25519-dalek v4.1.3
19812026-06-02T23:42:03.190Z Compiling scroll v0.12.0
19822026-06-02T23:42:03.402Z Compiling clap v4.6.1
19832026-06-02T23:42:03.520Z Compiling dof v0.3.0
19842026-06-02T23:42:04.458Z Compiling ingot-types v0.1.2
19852026-06-02T23:42:04.500Z Compiling typify v0.6.2
19862026-06-02T23:42:04.564Z Compiling dtrace-parser v0.2.0
19872026-06-02T23:42:04.741Z Compiling hmac v0.12.1
19882026-06-02T23:42:04.883Z Compiling inout v0.1.4
19892026-06-02T23:42:04.900Z Compiling cobs v0.3.0
19902026-06-02T23:42:04.900Z Compiling ff v0.13.1
19912026-06-02T23:42:05.052Z Compiling thread-id v4.2.2
19922026-06-02T23:42:05.284Z Compiling bitflags v1.3.2
19932026-06-02T23:42:05.343Z Compiling managed v0.8.0
19942026-06-02T23:42:05.656Z Compiling postcard v1.1.3
19952026-06-02T23:42:05.746Z Compiling group v0.13.0
19962026-06-02T23:42:05.865Z Compiling cipher v0.4.4
19972026-06-02T23:42:06.101Z Compiling hkdf v0.12.4
19982026-06-02T23:42:06.130Z Compiling ingot v0.1.1
19992026-06-02T23:42:08.315Z Compiling goblin v0.8.2
20002026-06-02T23:42:08.738Z Compiling num-iter v0.1.45
20012026-06-02T23:42:08.867Z Compiling num-rational v0.4.2
20022026-06-02T23:42:10.082Z Compiling tabwriter v1.4.1
20032026-06-02T23:42:10.133Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20042026-06-02T23:42:10.439Z Compiling hubpack_derive v0.1.1
20052026-06-02T23:42:10.670Z Compiling thiserror-impl-no-std v2.0.2
20062026-06-02T23:42:10.914Z Compiling crossbeam-epoch v0.9.18
20072026-06-02T23:42:10.966Z Compiling universal-hash v0.5.1
20082026-06-02T23:42:11.106Z Compiling crypto-bigint v0.5.5
20092026-06-02T23:42:11.391Z Compiling half v2.7.1
20102026-06-02T23:42:11.400Z Compiling curve25519-dalek-derive v0.1.1
20112026-06-02T23:42:11.731Z Compiling num-complex v0.4.6
20122026-06-02T23:42:12.512Z Compiling prettyplease v0.2.37
20132026-06-02T23:42:12.771Z Compiling ciborium-io v0.2.2
20142026-06-02T23:42:12.873Z Compiling opaque-debug v0.3.1
20152026-06-02T23:42:12.979Z Compiling base64ct v1.8.3
20162026-06-02T23:42:13.220Z Compiling base16ct v0.2.0
20172026-06-02T23:42:13.412Z Compiling elliptic-curve v0.13.8
20182026-06-02T23:42:13.429Z Compiling password-hash v0.5.0
20192026-06-02T23:42:14.082Z Compiling poly1305 v0.8.0
20202026-06-02T23:42:14.165Z Compiling ciborium-ll v0.2.2
20212026-06-02T23:42:14.809Z Compiling num v0.4.3
20222026-06-02T23:42:15.018Z Compiling thiserror-no-std v2.0.2
20232026-06-02T23:42:15.115Z Compiling hubpack v0.1.2
20242026-06-02T23:42:16.082Z Compiling chacha20 v0.9.1
20252026-06-02T23:42:16.609Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20262026-06-02T23:42:16.627Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20272026-06-02T23:42:17.201Z Compiling reqwest v0.12.28
20282026-06-02T23:42:17.808Z Compiling toml_edit v0.25.11+spec-1.1.0
20292026-06-02T23:42:18.108Z Compiling byte-wrapper v0.1.0
20302026-06-02T23:42:18.190Z Compiling blake2 v0.10.6
20312026-06-02T23:42:18.659Z Compiling aead v0.5.2
20322026-06-02T23:42:18.675Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20332026-06-02T23:42:18.841Z Compiling serde_repr v0.1.20
20342026-06-02T23:42:19.182Z Compiling proc-macro-error-attr v1.0.4
20352026-06-02T23:42:19.441Z Compiling bstr v1.12.1
20362026-06-02T23:42:19.473Z Compiling memoffset v0.9.1
20372026-06-02T23:42:19.617Z Compiling float-ord v0.3.2
20382026-06-02T23:42:19.722Z Compiling static_assertions v1.1.0
20392026-06-02T23:42:19.738Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402026-06-02T23:42:19.800Z Compiling cfg_aliases v0.2.1
20412026-06-02T23:42:19.873Z Compiling rustix v0.38.44
20422026-06-02T23:42:19.876Z Compiling keccak v0.1.6
20432026-06-02T23:42:20.122Z Compiling sha3 v0.10.9
20442026-06-02T23:42:20.348Z Compiling nix v0.31.3
20452026-06-02T23:42:20.733Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20462026-06-02T23:42:20.855Z Compiling chacha20poly1305 v0.10.1
20472026-06-02T23:42:21.005Z Compiling argon2 v0.5.3
20482026-06-02T23:42:21.351Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20492026-06-02T23:42:21.987Z Compiling rustls-webpki v0.103.13
20502026-06-02T23:42:23.788Z Compiling proc-macro-crate v3.5.0
20512026-06-02T23:42:24.384Z Compiling progenitor-client v0.10.0
20522026-06-02T23:42:24.737Z Compiling vsss-rs v3.3.4
20532026-06-02T23:42:24.868Z Compiling ciborium v0.2.2
20542026-06-02T23:42:25.162Z Compiling usdt-attr-macro v0.5.0
20552026-06-02T23:42:25.505Z Compiling usdt-macro v0.5.0
20562026-06-02T23:42:26.635Z Compiling enum-as-inner v0.6.1
20572026-06-02T23:42:26.652Z Compiling num-derive v0.4.2
20582026-06-02T23:42:26.705Z Compiling proc-macro-error v1.0.4
20592026-06-02T23:42:26.960Z Compiling memmap v0.7.0
20602026-06-02T23:42:27.187Z Compiling tokio-rustls v0.26.4
20612026-06-02T23:42:27.206Z Compiling rustls-platform-verifier v0.7.0
20622026-06-02T23:42:27.477Z Compiling hyper-rustls v0.27.9
20632026-06-02T23:42:27.536Z Compiling winnow v0.5.40
20642026-06-02T23:42:27.581Z Compiling indent_write v2.2.0
20652026-06-02T23:42:27.730Z Compiling reqwest v0.13.3
20662026-06-02T23:42:28.315Z Compiling data-encoding v2.11.0
20672026-06-02T23:42:28.450Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20682026-06-02T23:42:28.880Z Compiling toml_edit v0.19.15
20692026-06-02T23:42:28.996Z Compiling usdt v0.5.0
20702026-06-02T23:42:29.624Z Compiling progenitor-client v0.14.0
20712026-06-02T23:42:30.092Z Compiling progenitor-extras v0.2.0
20722026-06-02T23:42:30.790Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20732026-06-02T23:42:30.965Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-06-02T23:42:31.033Z Compiling num_enum_derive v0.7.6
20752026-06-02T23:42:31.334Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20762026-06-02T23:42:31.439Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20772026-06-02T23:42:32.406Z Compiling serde_spanned v0.6.9
20782026-06-02T23:42:32.558Z Compiling foreign-types-macros v0.2.3
20792026-06-02T23:42:33.453Z Compiling colored v3.1.1
20802026-06-02T23:42:33.563Z Compiling foreign-types-shared v0.3.1
20812026-06-02T23:42:33.671Z Compiling toml_write v0.1.2
20822026-06-02T23:42:34.126Z Compiling cpufeatures v0.3.0
20832026-06-02T23:42:34.235Z Compiling vcpkg v0.2.15
20842026-06-02T23:42:34.348Z Compiling bytecount v0.6.9
20852026-06-02T23:42:34.600Z Compiling pkg-config v0.3.33
20862026-06-02T23:42:34.794Z Compiling winnow v0.7.15
20872026-06-02T23:42:35.052Z Compiling openssl-sys v0.9.116
20882026-06-02T23:42:35.609Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20892026-06-02T23:42:36.222Z Compiling toml_edit v0.22.27
20902026-06-02T23:42:38.623Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20912026-06-02T23:42:38.828Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20922026-06-02T23:42:41.871Z Compiling chacha20 v0.10.0
20932026-06-02T23:42:41.943Z Compiling foreign-types v0.5.0
20942026-06-02T23:42:42.312Z Compiling num_enum v0.7.6
20952026-06-02T23:42:42.447Z Compiling proc-macro-crate v1.3.1
20962026-06-02T23:42:42.926Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20972026-06-02T23:42:43.448Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20982026-06-02T23:42:43.486Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-06-02T23:42:43.503Z Compiling cstr-argument v0.1.2
21002026-06-02T23:42:43.677Z Compiling resolv-conf v0.7.6
21012026-06-02T23:42:43.755Z Compiling linked-hash-map v0.5.6
21022026-06-02T23:42:43.883Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
21032026-06-02T23:42:43.973Z Compiling rayon-core v1.13.0
21042026-06-02T23:42:44.138Z Compiling swrite v0.1.0
21052026-06-02T23:42:44.252Z Compiling unicode-segmentation v1.13.2
21062026-06-02T23:42:44.421Z Compiling semver v0.1.20
21072026-06-02T23:42:44.473Z Compiling heck v0.4.1
21082026-06-02T23:42:44.553Z Compiling lru-cache v0.1.2
21092026-06-02T23:42:44.679Z Compiling newline-converter v0.3.0
21102026-06-02T23:42:44.682Z Compiling rustc_version v0.1.7
21112026-06-02T23:42:44.766Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21122026-06-02T23:42:44.892Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21132026-06-02T23:42:44.892Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21142026-06-02T23:42:45.323Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21152026-06-02T23:42:45.564Z Compiling num_enum_derive v0.5.11
21162026-06-02T23:42:46.153Z Compiling rand v0.10.1
21172026-06-02T23:42:46.189Z Compiling toml v0.8.23
21182026-06-02T23:42:46.575Z Compiling atomicwrites v0.4.4
21192026-06-02T23:42:46.722Z Compiling hickory-proto v0.24.4
21202026-06-02T23:42:46.739Z Compiling similar v2.7.0
21212026-06-02T23:42:46.882Z Compiling crossbeam-deque v0.8.6
21222026-06-02T23:42:46.937Z Compiling progenitor-impl v0.13.0
21232026-06-02T23:42:47.110Z Compiling progenitor-impl v0.14.0
21242026-06-02T23:42:47.251Z Compiling console v0.15.11
21252026-06-02T23:42:47.619Z Compiling camino-tempfile v1.4.1
21262026-06-02T23:42:48.032Z Compiling serde-big-array v0.5.1
21272026-06-02T23:42:48.200Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21282026-06-02T23:42:48.504Z Compiling pin-project-internal v1.1.13
21292026-06-02T23:42:48.740Z Compiling derive-where v1.6.1
21302026-06-02T23:42:48.927Z Compiling siphasher v1.0.3
21312026-06-02T23:42:49.137Z Compiling minimal-lexical v0.2.1
21322026-06-02T23:42:49.176Z Compiling lazy_static v1.5.0
21332026-06-02T23:42:49.290Z Compiling progenitor-macro v0.14.0
21342026-06-02T23:42:49.406Z Compiling nom v7.1.3
21352026-06-02T23:42:49.527Z Compiling phf_shared v0.12.1
21362026-06-02T23:42:49.624Z Compiling pin-project v1.1.13
21372026-06-02T23:42:49.735Z Compiling progenitor-macro v0.13.0
21382026-06-02T23:42:49.756Z Compiling hickory-resolver v0.24.4
21392026-06-02T23:42:50.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21402026-06-02T23:42:50.865Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-06-02T23:42:53.441Z Compiling expectorate v1.2.0
21422026-06-02T23:42:54.588Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21432026-06-02T23:42:55.353Z Compiling num_enum v0.5.11
21442026-06-02T23:42:55.494Z Compiling newtype_derive v0.1.6
21452026-06-02T23:42:55.743Z Compiling progenitor-client v0.13.0
21462026-06-02T23:42:56.223Z Compiling unicode-normalization v0.1.25
21472026-06-02T23:42:56.810Z Compiling typify-impl v0.4.3
21482026-06-02T23:42:57.240Z Compiling tokio-stream v0.1.18
21492026-06-02T23:42:57.814Z Compiling snafu-derive v0.8.9
21502026-06-02T23:42:57.890Z Compiling async-recursion v1.1.1
21512026-06-02T23:42:58.572Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21522026-06-02T23:42:58.900Z Compiling slog-dtrace v0.3.0
21532026-06-02T23:42:59.174Z Compiling csv-core v0.1.13
21542026-06-02T23:42:59.544Z Compiling foreign-types-shared v0.1.1
21552026-06-02T23:42:59.588Z Compiling foldhash v0.1.5
21562026-06-02T23:42:59.646Z Compiling konst_macro_rules v0.2.19
21572026-06-02T23:42:59.816Z Compiling unicode-width v0.1.14
21582026-06-02T23:42:59.844Z Compiling owo-colors v4.3.0
21592026-06-02T23:43:00.118Z Compiling same-file v1.0.6
21602026-06-02T23:43:00.136Z Compiling chrono-tz v0.10.4
21612026-06-02T23:43:00.201Z Compiling highway v1.3.0
21622026-06-02T23:43:00.300Z Compiling cancel-safe-futures v0.1.5
21632026-06-02T23:43:00.376Z Compiling openssl v0.10.80
21642026-06-02T23:43:00.573Z Compiling unicode-xid v0.2.6
21652026-06-02T23:43:00.719Z Compiling const_format_proc_macros v0.2.34
21662026-06-02T23:43:00.740Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21672026-06-02T23:43:00.910Z Compiling walkdir v2.5.0
21682026-06-02T23:43:01.093Z Compiling typify-macro v0.4.3
21692026-06-02T23:43:01.525Z Compiling konst v0.2.20
21702026-06-02T23:43:01.629Z Compiling hashbrown v0.15.5
21712026-06-02T23:43:01.911Z Compiling foreign-types v0.3.2
21722026-06-02T23:43:01.996Z Compiling snafu v0.8.9
21732026-06-02T23:43:02.288Z Compiling csv v1.4.0
21742026-06-02T23:43:02.643Z Compiling qorb v0.4.1
21752026-06-02T23:43:02.682Z Compiling progenitor v0.13.0
21762026-06-02T23:43:02.829Z Compiling progenitor v0.14.0
21772026-06-02T23:43:02.898Z Compiling olpc-cjson v0.1.4
21782026-06-02T23:43:03.031Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21792026-06-02T23:43:03.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21802026-06-02T23:43:03.641Z Compiling rayon v1.12.0
21812026-06-02T23:43:05.847Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21822026-06-02T23:43:06.657Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-06-02T23:43:06.675Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-06-02T23:43:07.175Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21852026-06-02T23:43:08.524Z Compiling phf v0.12.1
21862026-06-02T23:43:09.148Z Compiling zone_cfg_derive v0.3.1
21872026-06-02T23:43:09.364Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21882026-06-02T23:43:09.865Z Compiling tokio-dtrace v0.1.1
21892026-06-02T23:43:10.193Z Compiling globset v0.4.18
21902026-06-02T23:43:10.600Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21912026-06-02T23:43:10.828Z Compiling itertools v0.12.1
21922026-06-02T23:43:10.845Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21932026-06-02T23:43:11.194Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21942026-06-02T23:43:11.432Z Compiling pem v3.0.6
21952026-06-02T23:43:11.931Z Compiling libsw-core v0.3.2
21962026-06-02T23:43:12.109Z Compiling serde_plain v1.0.2
21972026-06-02T23:43:12.127Z Compiling openssl-macros v0.1.1
21982026-06-02T23:43:12.235Z Compiling cookie v0.18.1
21992026-06-02T23:43:12.259Z Compiling sigpipe v0.1.3
22002026-06-02T23:43:12.359Z Compiling jiff v0.2.24
22012026-06-02T23:43:12.387Z Compiling typed-path v0.9.3
22022026-06-02T23:43:12.429Z Compiling fixedbitset v0.5.7
22032026-06-02T23:43:12.491Z Compiling glob v0.3.3
22042026-06-02T23:43:12.816Z Compiling fixedbitset v0.4.2
22052026-06-02T23:43:12.926Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22062026-06-02T23:43:12.958Z Compiling petgraph v0.8.3
22072026-06-02T23:43:13.191Z Compiling petgraph v0.6.5
22082026-06-02T23:43:13.451Z Compiling tough v0.22.0
22092026-06-02T23:43:14.611Z Compiling zone v0.3.1
22102026-06-02T23:43:15.009Z Compiling libsw v3.5.0
22112026-06-02T23:43:15.202Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22122026-06-02T23:43:15.268Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22132026-06-02T23:43:15.378Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22142026-06-02T23:43:15.512Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22152026-06-02T23:43:15.809Z Compiling oxide-tokio-rt v0.1.6
22162026-06-02T23:43:16.302Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22172026-06-02T23:43:16.848Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22182026-06-02T23:43:17.412Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22192026-06-02T23:43:17.598Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22202026-06-02T23:43:18.463Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-06-02T23:43:19.408Z Compiling const_format v0.2.36
22222026-06-02T23:43:20.299Z Compiling papergrid v0.11.0
22232026-06-02T23:43:20.815Z Compiling tabled_derive v0.7.0
22242026-06-02T23:43:20.837Z Compiling gethostname v0.5.0
22252026-06-02T23:43:20.971Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22262026-06-02T23:43:21.218Z Compiling libscf-sys v1.2.0
22272026-06-02T23:43:21.428Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22282026-06-02T23:43:21.560Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-06-02T23:43:21.647Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-06-02T23:43:21.735Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22312026-06-02T23:43:21.771Z Compiling bcs v0.1.6
22322026-06-02T23:43:21.791Z Compiling smf v0.2.3
22332026-06-02T23:43:22.161Z Compiling whoami v1.6.1
22342026-06-02T23:43:22.594Z Compiling unicode-linebreak v0.1.5
22352026-06-02T23:43:22.615Z Compiling linear-map v1.2.0
22362026-06-02T23:43:22.843Z Compiling termtree v0.5.1
22372026-06-02T23:43:22.873Z Compiling tagptr v0.2.0
22382026-06-02T23:43:22.924Z Compiling smawk v0.3.2
22392026-06-02T23:43:23.023Z Compiling moka v0.12.15
22402026-06-02T23:43:23.092Z Compiling textwrap v0.16.2
22412026-06-02T23:43:24.055Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22422026-06-02T23:43:24.641Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22432026-06-02T23:43:25.479Z Compiling tabled v0.15.0
22442026-06-02T23:43:25.673Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22452026-06-02T23:43:25.761Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22462026-06-02T23:43:25.863Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22472026-06-02T23:43:26.071Z Compiling steno v0.4.1
22482026-06-02T23:43:28.444Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22492026-06-02T23:43:30.827Z Compiling hickory-proto v0.25.2
22502026-06-02T23:43:32.162Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22512026-06-02T23:43:33.195Z Compiling proc-macro-error-attr2 v2.0.0
22522026-06-02T23:43:33.652Z Compiling humantime v2.3.0
22532026-06-02T23:43:34.043Z Compiling proc-macro-error2 v2.0.1
22542026-06-02T23:43:34.093Z Compiling hickory-resolver v0.25.2
22552026-06-02T23:43:34.299Z Compiling typify v0.4.3
22562026-06-02T23:43:34.345Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22572026-06-02T23:43:34.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22582026-06-02T23:43:34.667Z Compiling parking_lot_core v0.8.6
22592026-06-02T23:43:34.832Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22602026-06-02T23:43:34.997Z Compiling progenitor-impl v0.11.2
22612026-06-02T23:43:36.498Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22622026-06-02T23:43:36.530Z Compiling tabled_derive v0.11.0
22632026-06-02T23:43:37.036Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22642026-06-02T23:43:37.626Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22652026-06-02T23:43:38.818Z Compiling papergrid v0.17.0
22662026-06-02T23:43:40.093Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22672026-06-02T23:43:40.296Z Compiling testing_table v0.3.0
22682026-06-02T23:43:40.724Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22692026-06-02T23:43:41.257Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22702026-06-02T23:43:41.579Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22712026-06-02T23:43:42.243Z Compiling tabled v0.20.0
22722026-06-02T23:43:42.322Z Compiling progenitor-macro v0.11.2
22732026-06-02T23:43:44.797Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22742026-06-02T23:43:44.933Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22752026-06-02T23:43:45.637Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22762026-06-02T23:43:45.793Z Compiling progenitor-client v0.11.2
22772026-06-02T23:43:46.284Z Compiling arc-swap v1.9.1
22782026-06-02T23:43:46.319Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22792026-06-02T23:43:46.432Z Compiling progenitor v0.11.2
22802026-06-02T23:43:46.584Z Compiling slog-scope v4.4.1
22812026-06-02T23:43:46.619Z Compiling parking_lot v0.11.2
22822026-06-02T23:43:47.491Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22832026-06-02T23:43:49.509Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22842026-06-02T23:43:49.636Z Compiling dropshot-api-manager-types v0.7.2
22852026-06-02T23:43:49.939Z Compiling fxhash v0.2.1
22862026-06-02T23:43:50.118Z Compiling crc8 v0.1.1
22872026-06-02T23:43:50.194Z Compiling sled v0.34.7
22882026-06-02T23:43:50.245Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22892026-06-02T23:43:52.931Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22902026-06-02T23:43:56.319Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22912026-06-02T23:43:57.234Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22922026-06-02T23:43:58.269Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22932026-06-02T23:44:00.282Z Compiling slog-stdlog v4.1.1
22942026-06-02T23:44:00.296Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22952026-06-02T23:44:00.296Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22962026-06-02T23:44:00.600Z Compiling slog-envlogger v2.2.0
22972026-06-02T23:44:01.320Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22982026-06-02T23:44:12.383Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22992026-06-02T23:44:14.826Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23002026-06-02T23:44:18.201Z Finished `release` profile [optimized] target(s) in 3m 47s
23012026-06-02T23:44:18.531Z+ banner trio
23022026-06-02T23:44:18.535Z
23032026-06-02T23:44:18.535Z ##### ##### # ####
23042026-06-02T23:44:18.535Z # # # # # #
23052026-06-02T23:44:18.535Z # # # # # #
23062026-06-02T23:44:18.535Z # ##### # # #
23072026-06-02T23:44:18.535Z # # # # # #
23082026-06-02T23:44:18.535Z # # # # ####
23092026-06-02T23:44:18.535Z
23102026-06-02T23:44:18.535Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23112026-06-02T23:44:19.082Z Compiling cfg-if v1.0.4
23122026-06-02T23:44:19.086Z Compiling libc v0.2.186
23132026-06-02T23:44:19.086Z Compiling serde_core v1.0.228
23142026-06-02T23:44:19.195Z Compiling memchr v2.8.0
23152026-06-02T23:44:19.205Z Compiling itoa v1.0.18
23162026-06-02T23:44:19.205Z Compiling smallvec v1.15.1
23172026-06-02T23:44:19.219Z Compiling stable_deref_trait v1.2.1
23182026-06-02T23:44:19.230Z Compiling zerofrom v0.1.8
23192026-06-02T23:44:19.237Z Compiling zmij v1.0.21
23202026-06-02T23:44:19.289Z Compiling litemap v0.8.2
23212026-06-02T23:44:19.343Z Compiling yoke v0.8.2
23222026-06-02T23:44:19.432Z Compiling writeable v0.6.3
23232026-06-02T23:44:19.452Z Compiling utf8_iter v1.0.4
23242026-06-02T23:44:19.482Z Compiling percent-encoding v2.3.2
23252026-06-02T23:44:19.538Z Compiling zerovec v0.11.6
23262026-06-02T23:44:19.557Z Compiling zerotrie v0.2.4
23272026-06-02T23:44:19.612Z Compiling libm v0.2.16
23282026-06-02T23:44:19.669Z Compiling icu_normalizer_data v2.2.0
23292026-06-02T23:44:19.705Z Compiling icu_properties_data v2.2.0
23302026-06-02T23:44:19.746Z Compiling form_urlencoded v1.2.2
23312026-06-02T23:44:19.756Z Compiling rand_core v0.10.1
23322026-06-02T23:44:19.844Z Compiling errno v0.3.14
23332026-06-02T23:44:19.958Z Compiling getrandom v0.4.2
23342026-06-02T23:44:19.986Z Compiling iana-time-zone v0.1.65
23352026-06-02T23:44:20.010Z Compiling pin-project-lite v0.2.17
23362026-06-02T23:44:20.040Z Compiling zeroize v1.8.2
23372026-06-02T23:44:20.108Z Compiling tinystr v0.8.3
23382026-06-02T23:44:20.144Z Compiling potential_utf v0.1.5
23392026-06-02T23:44:20.160Z Compiling dyn-clone v1.0.20
23402026-06-02T23:44:20.277Z Compiling icu_locale_core v2.2.0
23412026-06-02T23:44:20.304Z Compiling icu_collections v2.2.0
23422026-06-02T23:44:20.315Z Compiling socket2 v0.6.3
23432026-06-02T23:44:20.322Z Compiling scopeguard v1.2.0
23442026-06-02T23:44:20.322Z Compiling parking_lot_core v0.9.12
23452026-06-02T23:44:20.343Z Compiling signal-hook-registry v1.4.8
23462026-06-02T23:44:20.422Z Compiling num-traits v0.2.19
23472026-06-02T23:44:20.738Z Compiling lock_api v0.4.14
23482026-06-02T23:44:20.873Z Compiling mio v1.2.0
23492026-06-02T23:44:20.968Z Compiling parking_lot v0.12.5
23502026-06-02T23:44:21.041Z Compiling serde v1.0.228
23512026-06-02T23:44:21.105Z Compiling serde_json v1.0.149
23522026-06-02T23:44:21.196Z Compiling icu_provider v2.2.0
23532026-06-02T23:44:21.206Z Compiling uuid v1.23.1
23542026-06-02T23:44:21.321Z Compiling semver v1.0.28
23552026-06-02T23:44:21.558Z Compiling bytes v1.11.1
23562026-06-02T23:44:21.673Z Compiling icu_properties v2.2.0
23572026-06-02T23:44:21.795Z Compiling icu_normalizer v2.2.0
23582026-06-02T23:44:21.806Z Compiling chrono v0.4.44
23592026-06-02T23:44:21.870Z Compiling portable-atomic v1.13.1
23602026-06-02T23:44:21.985Z Compiling thiserror v2.0.18
23612026-06-02T23:44:22.095Z Compiling tokio v1.52.3
23622026-06-02T23:44:22.441Z Compiling getrandom v0.2.17
23632026-06-02T23:44:22.572Z Compiling futures-core v0.3.32
23642026-06-02T23:44:22.680Z Compiling idna_adapter v1.2.2
23652026-06-02T23:44:22.734Z Compiling critical-section v1.2.0
23662026-06-02T23:44:22.815Z Compiling idna v1.1.0
23672026-06-02T23:44:22.844Z Compiling subtle v2.6.1
23682026-06-02T23:44:22.970Z Compiling once_cell v1.21.4
23692026-06-02T23:44:23.015Z Compiling bitflags v2.11.1
23702026-06-02T23:44:23.122Z Compiling log v0.4.29
23712026-06-02T23:44:23.216Z Compiling url v2.5.8
23722026-06-02T23:44:23.261Z Compiling equivalent v1.0.2
23732026-06-02T23:44:23.353Z Compiling zerocopy v0.8.48
23742026-06-02T23:44:23.371Z Compiling rand_core v0.6.4
23752026-06-02T23:44:23.413Z Compiling futures-sink v0.3.32
23762026-06-02T23:44:23.525Z Compiling slab v0.4.12
23772026-06-02T23:44:23.626Z Compiling futures-channel v0.3.32
23782026-06-02T23:44:23.715Z Compiling futures-io v0.3.32
23792026-06-02T23:44:23.730Z Compiling futures-task v0.3.32
23802026-06-02T23:44:23.879Z Compiling schemars v0.8.22
23812026-06-02T23:44:23.905Z Compiling futures-util v0.3.32
23822026-06-02T23:44:23.922Z Compiling typenum v1.20.0
23832026-06-02T23:44:24.621Z Compiling generic-array v0.14.7
23842026-06-02T23:44:24.935Z Compiling hashbrown v0.17.1
23852026-06-02T23:44:25.173Z Compiling tracing-core v0.1.36
23862026-06-02T23:44:25.319Z Compiling base64 v0.22.1
23872026-06-02T23:44:25.608Z Compiling indexmap v2.14.0
23882026-06-02T23:44:25.793Z Compiling tracing v0.1.44
23892026-06-02T23:44:25.804Z Compiling crypto-common v0.1.7
23902026-06-02T23:44:25.949Z Compiling ipnetwork v0.21.1
23912026-06-02T23:44:26.147Z Compiling http v1.4.0
23922026-06-02T23:44:26.271Z Compiling unicode-ident v1.0.24
23932026-06-02T23:44:26.392Z Compiling proc-macro2 v1.0.106
23942026-06-02T23:44:26.434Z Compiling slog v2.8.2
23952026-06-02T23:44:26.451Z Compiling erased-serde v0.3.31
23962026-06-02T23:44:26.563Z Compiling rustls-pki-types v1.14.1
23972026-06-02T23:44:26.589Z Compiling fnv v1.0.7
23982026-06-02T23:44:26.698Z Compiling untrusted v0.9.0
23992026-06-02T23:44:26.833Z Compiling quote v1.0.45
24002026-06-02T23:44:27.413Z Compiling syn v2.0.117
24012026-06-02T23:44:27.565Z Compiling tokio-util v0.7.18
24022026-06-02T23:44:27.624Z Compiling oxnet v0.1.5
24032026-06-02T23:44:27.927Z Compiling ipnet v2.12.0
24042026-06-02T23:44:28.062Z Compiling byteorder v1.5.0
24052026-06-02T23:44:28.320Z Compiling thiserror v1.0.69
24062026-06-02T23:44:28.433Z Compiling ppv-lite86 v0.2.21
24072026-06-02T23:44:28.529Z Compiling http-body v1.0.1
24082026-06-02T23:44:28.698Z Compiling block-buffer v0.10.4
24092026-06-02T23:44:28.775Z Compiling atomic-waker v1.1.2
24102026-06-02T23:44:28.787Z Compiling httparse v1.10.1
24112026-06-02T23:44:28.866Z Compiling digest v0.10.7
24122026-06-02T23:44:28.912Z Compiling tower-layer v0.3.3
24132026-06-02T23:44:28.930Z Compiling try-lock v0.2.5
24142026-06-02T23:44:29.048Z Compiling tower-service v0.3.3
24152026-06-02T23:44:29.103Z Compiling pretty-hex v0.4.2
24162026-06-02T23:44:29.114Z Compiling ryu v1.0.23
24172026-06-02T23:44:29.114Z Compiling want v0.3.1
24182026-06-02T23:44:29.173Z Compiling h2 v0.4.14
24192026-06-02T23:44:29.263Z Compiling httpdate v1.0.3
24202026-06-02T23:44:29.285Z Compiling rustix v1.1.4
24212026-06-02T23:44:29.303Z Compiling regex-syntax v0.8.10
24222026-06-02T23:44:29.444Z Compiling plain v0.2.3
24232026-06-02T23:44:29.536Z Compiling getrandom v0.3.4
24242026-06-02T23:44:29.628Z Compiling omicron-workspace-hack v0.1.0
24252026-06-02T23:44:29.639Z Compiling aws-lc-sys v0.41.0
24262026-06-02T23:44:29.705Z Compiling ucd-trie v0.1.7
24272026-06-02T23:44:29.738Z Compiling untrusted v0.7.1
24282026-06-02T23:44:29.866Z Compiling pest v2.8.6
24292026-06-02T23:44:30.195Z Compiling aws-lc-rs v1.17.0
24302026-06-02T23:44:30.314Z Compiling rand_core v0.9.5
24312026-06-02T23:44:30.585Z Compiling crossbeam-utils v0.8.21
24322026-06-02T23:44:31.155Z Compiling serde_urlencoded v0.7.1
24332026-06-02T23:44:31.354Z Compiling http-body-util v0.1.3
24342026-06-02T23:44:31.443Z Compiling foldhash v0.2.0
24352026-06-02T23:44:31.513Z Compiling allocator-api2 v0.2.21
24362026-06-02T23:44:31.639Z Compiling hyper v1.9.0
24372026-06-02T23:44:31.736Z Compiling rustls v0.23.40
24382026-06-02T23:44:31.899Z Compiling hashbrown v0.16.1
24392026-06-02T23:44:31.993Z Compiling rustls-webpki v0.103.13
24402026-06-02T23:44:32.608Z Compiling newtype-uuid v1.3.2
24412026-06-02T23:44:33.004Z Compiling hyper-util v0.1.20
24422026-06-02T23:44:33.661Z Compiling hex v0.4.3
24432026-06-02T23:44:33.957Z Compiling cpufeatures v0.2.17
24442026-06-02T23:44:34.039Z Compiling daft v0.1.7
24452026-06-02T23:44:34.650Z Compiling rand_chacha v0.9.0
24462026-06-02T23:44:35.228Z Compiling sync_wrapper v1.0.2
24472026-06-02T23:44:35.256Z Compiling aho-corasick v1.1.4
24482026-06-02T23:44:35.343Z Compiling fastrand v2.4.1
24492026-06-02T23:44:35.682Z Compiling tower v0.5.3
24502026-06-02T23:44:35.795Z Compiling anyhow v1.0.102
24512026-06-02T23:44:36.021Z Compiling rand v0.9.4
24522026-06-02T23:44:36.231Z Compiling regex-automata v0.4.14
24532026-06-02T23:44:36.283Z Compiling powerfmt v0.2.0
24542026-06-02T23:44:36.465Z Compiling deranged v0.5.8
24552026-06-02T23:44:36.543Z Compiling tower-http v0.6.10
24562026-06-02T23:44:36.547Z Compiling openapiv3 v2.2.0
24572026-06-02T23:44:36.764Z Compiling openssl-probe v0.2.1
24582026-06-02T23:44:37.018Z Compiling num_threads v0.1.7
24592026-06-02T23:44:37.118Z Compiling num-conv v0.2.1
24602026-06-02T23:44:37.216Z Compiling time-core v0.1.8
24612026-06-02T23:44:37.274Z Compiling rustls-native-certs v0.8.3
24622026-06-02T23:44:37.371Z Compiling camino v1.2.2
24632026-06-02T23:44:37.556Z Compiling time v0.3.47
24642026-06-02T23:44:37.970Z Compiling tokio-rustls v0.26.4
24652026-06-02T23:44:38.114Z Compiling tempfile v3.27.0
24662026-06-02T23:44:38.275Z Compiling futures-executor v0.3.32
24672026-06-02T23:44:38.812Z Compiling winnow v1.0.3
24682026-06-02T23:44:38.966Z Compiling futures v0.3.32
24692026-06-02T23:44:39.005Z Compiling regex v1.12.3
24702026-06-02T23:44:39.049Z Compiling hyper-rustls v0.27.9
24712026-06-02T23:44:39.440Z Compiling rustls-platform-verifier v0.7.0
24722026-06-02T23:44:40.082Z Compiling crossbeam-channel v0.5.15
24732026-06-02T23:44:40.317Z Compiling scroll v0.13.0
24742026-06-02T23:44:40.454Z Compiling adler2 v2.0.1
24752026-06-02T23:44:40.526Z Compiling simd-adler32 v0.3.9
24762026-06-02T23:44:40.615Z Compiling goblin v0.10.5
24772026-06-02T23:44:40.627Z Compiling crc32fast v1.5.0
24782026-06-02T23:44:40.681Z Compiling miniz_oxide v0.8.9
24792026-06-02T23:44:40.793Z Compiling reqwest v0.13.3
24802026-06-02T23:44:40.875Z Compiling ring v0.17.14
24812026-06-02T23:44:41.368Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24822026-06-02T23:44:42.094Z Compiling thread_local v1.1.9
24832026-06-02T23:44:42.454Z Compiling either v1.15.0
24842026-06-02T23:44:42.676Z Compiling rustls-webpki v0.102.8
24852026-06-02T23:44:43.379Z Compiling flate2 v1.1.9
24862026-06-02T23:44:43.949Z Compiling dof v0.4.0
24872026-06-02T23:44:44.572Z Compiling dtrace-parser v0.3.0
24882026-06-02T23:44:45.067Z Compiling rand_chacha v0.3.1
24892026-06-02T23:44:45.710Z Compiling is-terminal v0.4.17
24902026-06-02T23:44:45.816Z Compiling thread-id v5.1.0
24912026-06-02T23:44:45.908Z Compiling take_mut v0.2.2
24922026-06-02T23:44:46.042Z Compiling term v1.2.1
24932026-06-02T23:44:47.058Z Compiling debug-ignore v1.0.5
24942026-06-02T23:44:47.123Z Compiling match_cfg v0.1.0
24952026-06-02T23:44:47.171Z Compiling compression-core v0.4.32
24962026-06-02T23:44:47.202Z Compiling hostname v0.3.1
24972026-06-02T23:44:47.363Z Compiling compression-codecs v0.4.38
24982026-06-02T23:44:47.373Z Compiling slog-term v2.9.2
24992026-06-02T23:44:47.398Z Compiling slog-async v2.8.0
25002026-06-02T23:44:47.750Z Compiling usdt-impl v0.6.0
25012026-06-02T23:44:47.932Z Compiling rand v0.8.6
25022026-06-02T23:44:48.704Z Compiling ref-cast v1.0.25
25032026-06-02T23:44:48.749Z Compiling rustls v0.22.4
25042026-06-02T23:44:48.824Z Compiling toml_parser v1.1.2+spec-1.1.0
25052026-06-02T23:44:48.881Z Compiling slog-json v2.6.1
25062026-06-02T23:44:49.145Z Compiling strum v0.26.3
25072026-06-02T23:44:49.287Z Compiling macaddr v1.0.1
25082026-06-02T23:44:49.574Z Compiling toml_datetime v1.1.1+spec-1.1.0
25092026-06-02T23:44:49.997Z Compiling serde_spanned v1.1.1
25102026-06-02T23:44:50.151Z Compiling memmap2 v0.9.10
25112026-06-02T23:44:50.165Z Compiling wait-timeout v0.2.1
25122026-06-02T23:44:50.444Z Compiling encoding_rs v0.8.35
25132026-06-02T23:44:50.639Z Compiling mime v0.3.17
25142026-06-02T23:44:51.119Z Compiling quick-error v1.2.3
25152026-06-02T23:44:51.236Z Compiling toml_writer v1.1.1+spec-1.1.0
25162026-06-02T23:44:51.497Z Compiling bit-vec v0.8.0
25172026-06-02T23:44:51.798Z Compiling spin v0.9.8
25182026-06-02T23:44:51.842Z Compiling bit-set v0.8.0
25192026-06-02T23:44:51.931Z Compiling multer v3.1.0
25202026-06-02T23:44:52.034Z Compiling toml v1.1.2+spec-1.1.0
25212026-06-02T23:44:52.046Z Compiling rusty-fork v0.3.1
25222026-06-02T23:44:52.881Z Compiling tokio-rustls v0.25.0
25232026-06-02T23:44:53.130Z Compiling usdt v0.6.0
25242026-06-02T23:44:53.153Z Compiling slog-bunyan v2.5.0
25252026-06-02T23:44:53.270Z Compiling async-compression v0.4.42
25262026-06-02T23:44:53.332Z Compiling serde_with v3.20.0
25272026-06-02T23:44:53.755Z Compiling async-stream v0.3.6
25282026-06-02T23:44:53.781Z Compiling sha1 v0.10.6
25292026-06-02T23:44:53.956Z Compiling rand_xorshift v0.4.0
25302026-06-02T23:44:54.124Z Compiling waitgroup v0.1.2
25312026-06-02T23:44:54.193Z Compiling rustls-pemfile v2.2.0
25322026-06-02T23:44:54.308Z Compiling serde_path_to_error v0.1.20
25332026-06-02T23:44:54.491Z Compiling hostname v0.4.2
25342026-06-02T23:44:54.654Z Compiling unarray v0.1.4
25352026-06-02T23:44:54.722Z Compiling dropshot v0.17.0
25362026-06-02T23:44:54.757Z Compiling proptest v1.11.0
25372026-06-02T23:44:54.777Z Compiling progenitor-client v0.14.0
25382026-06-02T23:44:55.287Z Compiling strum v0.27.2
25392026-06-02T23:44:55.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402026-06-02T23:44:55.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25412026-06-02T23:44:55.717Z Compiling rustc-hash v2.1.2
25422026-06-02T23:44:55.852Z Compiling iddqd v0.3.18
25432026-06-02T23:44:55.864Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25442026-06-02T23:44:56.081Z Compiling reqwest v0.12.28
25452026-06-02T23:44:56.170Z Compiling backon v1.6.0
25462026-06-02T23:44:56.432Z Compiling instant v0.1.13
25472026-06-02T23:44:56.557Z Compiling backoff v0.4.0
25482026-06-02T23:44:56.560Z Compiling progenitor-extras v0.2.0
25492026-06-02T23:44:56.777Z Compiling parse-display v0.10.0
25502026-06-02T23:44:56.806Z Compiling itertools v0.14.0
25512026-06-02T23:44:57.679Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25522026-06-02T23:44:57.690Z Compiling progenitor-client v0.10.0
25532026-06-02T23:44:58.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25542026-06-02T23:44:58.327Z Compiling regress v0.10.5
25552026-06-02T23:44:58.526Z Compiling unicode-width v0.2.2
25562026-06-02T23:44:58.854Z Compiling heck v0.5.0
25572026-06-02T23:44:59.469Z Compiling secrecy v0.10.3
25582026-06-02T23:44:59.644Z Compiling tinyvec_macros v0.1.1
25592026-06-02T23:44:59.721Z Compiling tinyvec v1.11.0
25602026-06-02T23:44:59.734Z Compiling num-integer v0.1.46
25612026-06-02T23:45:00.163Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25622026-06-02T23:45:00.218Z Compiling scroll v0.12.0
25632026-06-02T23:45:00.522Z Compiling crucible-workspace-hack v0.1.0
25642026-06-02T23:45:00.603Z Compiling regress v0.11.1
25652026-06-02T23:45:02.122Z Compiling hmac v0.12.1
25662026-06-02T23:45:02.175Z Compiling inout v0.1.4
25672026-06-02T23:45:02.280Z Compiling ff v0.13.1
25682026-06-02T23:45:02.339Z Compiling utf8parse v0.2.2
25692026-06-02T23:45:02.433Z Compiling anstyle-parse v1.0.0
25702026-06-02T23:45:02.457Z Compiling group v0.13.0
25712026-06-02T23:45:02.580Z Compiling typify-impl v0.6.2
25722026-06-02T23:45:02.654Z Compiling cipher v0.4.4
25732026-06-02T23:45:02.911Z Compiling hkdf v0.12.4
25742026-06-02T23:45:03.089Z Compiling goblin v0.8.2
25752026-06-02T23:45:03.101Z Compiling num-rational v0.4.2
25762026-06-02T23:45:03.735Z Compiling num-iter v0.1.45
25772026-06-02T23:45:03.870Z Compiling zerocopy v0.7.35
25782026-06-02T23:45:04.243Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25792026-06-02T23:45:04.481Z Compiling terminal_size v0.4.4
25802026-06-02T23:45:04.643Z Compiling half v2.7.1
25812026-06-02T23:45:04.993Z Compiling universal-hash v0.5.1
25822026-06-02T23:45:05.143Z Compiling crypto-bigint v0.5.5
25832026-06-02T23:45:05.451Z Compiling num-complex v0.4.6
25842026-06-02T23:45:05.576Z Compiling base64ct v1.8.3
25852026-06-02T23:45:05.892Z Compiling colorchoice v1.0.5
25862026-06-02T23:45:05.931Z Compiling anstyle v1.0.14
25872026-06-02T23:45:06.017Z Compiling ciborium-io v0.2.2
25882026-06-02T23:45:06.168Z Compiling opaque-debug v0.3.1
25892026-06-02T23:45:06.216Z Compiling is_terminal_polyfill v1.70.2
25902026-06-02T23:45:06.253Z Compiling anstyle-query v1.1.5
25912026-06-02T23:45:06.320Z Compiling base16ct v0.2.0
25922026-06-02T23:45:06.364Z Compiling anstream v1.0.0
25932026-06-02T23:45:06.527Z Compiling elliptic-curve v0.13.8
25942026-06-02T23:45:06.838Z Compiling poly1305 v0.8.0
25952026-06-02T23:45:06.894Z Compiling ciborium-ll v0.2.2
25962026-06-02T23:45:07.081Z Compiling password-hash v0.5.0
25972026-06-02T23:45:07.159Z Compiling num v0.4.3
25982026-06-02T23:45:07.242Z Compiling curve25519-dalek v4.1.3
25992026-06-02T23:45:07.460Z Compiling dof v0.3.0
26002026-06-02T23:45:08.045Z Compiling typify v0.6.2
26012026-06-02T23:45:08.159Z Compiling thiserror-no-std v2.0.2
26022026-06-02T23:45:08.283Z Compiling chacha20 v0.9.1
26032026-06-02T23:45:08.476Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
26042026-06-02T23:45:08.548Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26052026-06-02T23:45:09.935Z Compiling byte-wrapper v0.1.0
26062026-06-02T23:45:10.156Z Compiling dtrace-parser v0.2.0
26072026-06-02T23:45:10.156Z Compiling crossbeam-epoch v0.9.18
26082026-06-02T23:45:10.666Z Compiling blake2 v0.10.6
26092026-06-02T23:45:10.835Z Compiling aead v0.5.2
26102026-06-02T23:45:10.920Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26112026-06-02T23:45:11.032Z Compiling thread-id v4.2.2
26122026-06-02T23:45:11.125Z Compiling strsim v0.11.1
26132026-06-02T23:45:11.167Z Compiling clap_lex v1.1.0
26142026-06-02T23:45:11.529Z Compiling keccak v0.1.6
26152026-06-02T23:45:11.943Z Compiling float-ord v0.3.2
26162026-06-02T23:45:12.065Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26172026-06-02T23:45:12.251Z Compiling sha3 v0.10.9
26182026-06-02T23:45:12.399Z Compiling clap_builder v4.6.0
26192026-06-02T23:45:12.500Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26202026-06-02T23:45:12.650Z Compiling usdt-impl v0.5.0
26212026-06-02T23:45:12.693Z Compiling chacha20poly1305 v0.10.1
26222026-06-02T23:45:12.844Z Compiling argon2 v0.5.3
26232026-06-02T23:45:13.853Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26242026-06-02T23:45:13.943Z Compiling vsss-rs v3.3.4
26252026-06-02T23:45:15.459Z Compiling ciborium v0.2.2
26262026-06-02T23:45:16.307Z Compiling hash32 v0.3.1
26272026-06-02T23:45:16.480Z Compiling memmap v0.7.0
26282026-06-02T23:45:16.726Z Compiling data-encoding v2.11.0
26292026-06-02T23:45:16.963Z Compiling indent_write v2.2.0
26302026-06-02T23:45:17.122Z Compiling usdt v0.5.0
26312026-06-02T23:45:17.769Z Compiling heapless v0.8.0
26322026-06-02T23:45:18.274Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26332026-06-02T23:45:18.785Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26342026-06-02T23:45:18.893Z Compiling clap v4.6.1
26352026-06-02T23:45:18.984Z Compiling ingot-types v0.1.2
26362026-06-02T23:45:19.419Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26372026-06-02T23:45:19.460Z Compiling rustix v0.38.44
26382026-06-02T23:45:19.775Z Compiling tabwriter v1.4.1
26392026-06-02T23:45:19.844Z Compiling cobs v0.3.0
26402026-06-02T23:45:20.122Z Compiling managed v0.8.0
26412026-06-02T23:45:20.144Z Compiling colored v3.1.1
26422026-06-02T23:45:20.382Z Compiling cpufeatures v0.3.0
26432026-06-02T23:45:20.469Z Compiling foreign-types-shared v0.3.1
26442026-06-02T23:45:20.573Z Compiling bitflags v1.3.2
26452026-06-02T23:45:20.657Z Compiling smoltcp v0.11.0
26462026-06-02T23:45:20.805Z Compiling foreign-types v0.5.0
26472026-06-02T23:45:20.817Z Compiling chacha20 v0.10.0
26482026-06-02T23:45:20.890Z Compiling postcard v1.1.3
26492026-06-02T23:45:21.109Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26502026-06-02T23:45:21.270Z Compiling num_enum v0.7.6
26512026-06-02T23:45:21.397Z Compiling ingot v0.1.1
26522026-06-02T23:45:22.692Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26532026-06-02T23:45:22.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26542026-06-02T23:45:23.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26552026-06-02T23:45:23.200Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26562026-06-02T23:45:23.530Z Compiling serde_spanned v0.6.9
26572026-06-02T23:45:23.561Z Compiling toml_datetime v0.6.11
26582026-06-02T23:45:23.613Z Compiling cstr-argument v0.1.2
26592026-06-02T23:45:23.698Z Compiling unicode-segmentation v1.13.2
26602026-06-02T23:45:23.786Z Compiling swrite v0.1.0
26612026-06-02T23:45:23.850Z Compiling toml_write v0.1.2
26622026-06-02T23:45:23.894Z Compiling winnow v0.7.15
26632026-06-02T23:45:23.934Z Compiling resolv-conf v0.7.6
26642026-06-02T23:45:24.096Z Compiling static_assertions v1.1.0
26652026-06-02T23:45:24.177Z Compiling linked-hash-map v0.5.6
26662026-06-02T23:45:24.196Z Compiling newline-converter v0.3.0
26672026-06-02T23:45:24.328Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26682026-06-02T23:45:24.339Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26692026-06-02T23:45:24.389Z Compiling lru-cache v0.1.2
26702026-06-02T23:45:24.534Z Compiling hubpack v0.1.2
26712026-06-02T23:45:24.578Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26722026-06-02T23:45:24.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26732026-06-02T23:45:24.750Z Compiling rand v0.10.1
26742026-06-02T23:45:24.782Z Compiling memoffset v0.9.1
26752026-06-02T23:45:24.874Z Compiling atomicwrites v0.4.4
26762026-06-02T23:45:24.955Z Compiling hickory-proto v0.24.4
26772026-06-02T23:45:25.168Z Compiling crossbeam-deque v0.8.6
26782026-06-02T23:45:25.389Z Compiling console v0.15.11
26792026-06-02T23:45:25.550Z Compiling toml_edit v0.22.27
26802026-06-02T23:45:25.774Z Compiling itertools v0.12.1
26812026-06-02T23:45:26.012Z Compiling camino-tempfile v1.4.1
26822026-06-02T23:45:26.444Z Compiling serde-big-array v0.5.1
26832026-06-02T23:45:26.606Z Compiling lazy_static v1.5.0
26842026-06-02T23:45:26.719Z Compiling siphasher v1.0.3
26852026-06-02T23:45:26.731Z Compiling similar v2.7.0
26862026-06-02T23:45:26.927Z Compiling phf_shared v0.12.1
26872026-06-02T23:45:27.155Z Compiling toml v0.8.23
26882026-06-02T23:45:27.238Z Compiling expectorate v1.2.0
26892026-06-02T23:45:27.445Z Compiling hickory-resolver v0.24.4
26902026-06-02T23:45:28.638Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26912026-06-02T23:45:29.432Z Compiling pin-project v1.1.13
26922026-06-02T23:45:29.509Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26932026-06-02T23:45:29.543Z Compiling prettyplease v0.2.37
26942026-06-02T23:45:30.019Z Compiling rayon-core v1.13.0
26952026-06-02T23:45:31.746Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26962026-06-02T23:45:33.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26972026-06-02T23:45:33.306Z Compiling nix v0.31.3
26982026-06-02T23:45:33.378Z Compiling num_enum v0.5.11
26992026-06-02T23:45:33.505Z Compiling progenitor-impl v0.13.0
27002026-06-02T23:45:34.968Z Compiling progenitor-impl v0.14.0
27012026-06-02T23:45:35.635Z Compiling unicode-normalization v0.1.25
27022026-06-02T23:45:36.227Z Compiling progenitor-client v0.13.0
27032026-06-02T23:45:36.577Z Compiling tokio-stream v0.1.18
27042026-06-02T23:45:36.771Z Compiling bstr v1.12.1
27052026-06-02T23:45:36.822Z Compiling csv-core v0.1.13
27062026-06-02T23:45:37.145Z Compiling same-file v1.0.6
27072026-06-02T23:45:37.228Z Compiling konst_macro_rules v0.2.19
27082026-06-02T23:45:37.323Z Compiling foldhash v0.1.5
27092026-06-02T23:45:37.418Z Compiling highway v1.3.0
27102026-06-02T23:45:37.455Z Compiling unicode-width v0.1.14
27112026-06-02T23:45:37.547Z Compiling foreign-types-shared v0.1.1
27122026-06-02T23:45:37.645Z Compiling foreign-types v0.3.2
27132026-06-02T23:45:37.724Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27142026-06-02T23:45:37.765Z Compiling hashbrown v0.15.5
27152026-06-02T23:45:38.119Z Compiling konst v0.2.20
27162026-06-02T23:45:38.410Z Compiling walkdir v2.5.0
27172026-06-02T23:45:38.507Z Compiling globset v0.4.18
27182026-06-02T23:45:39.201Z Compiling qorb v0.4.1
27192026-06-02T23:45:40.981Z Compiling csv v1.4.0
27202026-06-02T23:45:41.762Z Compiling snafu v0.8.9
27212026-06-02T23:45:41.994Z Compiling progenitor v0.13.0
27222026-06-02T23:45:42.139Z Compiling progenitor v0.14.0
27232026-06-02T23:45:42.283Z Compiling olpc-cjson v0.1.4
27242026-06-02T23:45:42.365Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27252026-06-02T23:45:42.497Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27262026-06-02T23:45:43.004Z Compiling rayon v1.12.0
27272026-06-02T23:45:43.114Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27282026-06-02T23:45:44.806Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27292026-06-02T23:45:45.190Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27302026-06-02T23:45:47.059Z Compiling phf v0.12.1
27312026-06-02T23:45:47.236Z Compiling openssl-sys v0.9.116
27322026-06-02T23:45:47.669Z Compiling tokio-dtrace v0.1.1
27332026-06-02T23:45:48.002Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27342026-06-02T23:45:48.911Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27352026-06-02T23:45:49.153Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27362026-06-02T23:45:49.639Z Compiling libsw-core v0.3.2
27372026-06-02T23:45:49.650Z Compiling pem v3.0.6
27382026-06-02T23:45:49.820Z Compiling serde_plain v1.0.2
27392026-06-02T23:45:50.109Z Compiling sigpipe v0.1.3
27402026-06-02T23:45:50.213Z Compiling fixedbitset v0.5.7
27412026-06-02T23:45:50.354Z Compiling minimal-lexical v0.2.1
27422026-06-02T23:45:50.683Z Compiling bytecount v0.6.9
27432026-06-02T23:45:50.724Z Compiling fixedbitset v0.4.2
27442026-06-02T23:45:50.735Z Compiling typed-path v0.9.3
27452026-06-02T23:45:50.867Z Compiling jiff v0.2.24
27462026-06-02T23:45:51.090Z Compiling glob v0.3.3
27472026-06-02T23:45:51.500Z Compiling petgraph v0.6.5
27482026-06-02T23:45:52.078Z Compiling tough v0.22.0
27492026-06-02T23:45:52.351Z Compiling papergrid v0.11.0
27502026-06-02T23:45:53.305Z Compiling nom v7.1.3
27512026-06-02T23:45:53.597Z Compiling petgraph v0.8.3
27522026-06-02T23:45:53.647Z Compiling openssl v0.10.80
27532026-06-02T23:45:53.766Z Compiling libsw v3.5.0
27542026-06-02T23:45:53.951Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27552026-06-02T23:45:55.033Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27562026-06-02T23:45:56.052Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-06-02T23:45:56.286Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27582026-06-02T23:45:56.434Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-06-02T23:45:56.584Z Compiling zone v0.3.1
27602026-06-02T23:45:57.753Z Compiling oxide-tokio-rt v0.1.6
27612026-06-02T23:45:58.402Z Compiling chrono-tz v0.10.4
27622026-06-02T23:45:58.418Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27632026-06-02T23:45:58.621Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27642026-06-02T23:45:59.180Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27652026-06-02T23:45:59.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27662026-06-02T23:45:59.721Z Compiling newtype_derive v0.1.6
27672026-06-02T23:45:59.808Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-06-02T23:45:59.932Z Compiling slog-dtrace v0.3.0
27692026-06-02T23:46:00.656Z Compiling const_format v0.2.36
27702026-06-02T23:46:01.152Z Compiling owo-colors v4.3.0
27712026-06-02T23:46:01.846Z Compiling cancel-safe-futures v0.1.5
27722026-06-02T23:46:02.083Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-06-02T23:46:02.200Z Compiling gethostname v0.5.0
27742026-06-02T23:46:02.338Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27752026-06-02T23:46:02.804Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-06-02T23:46:02.893Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-06-02T23:46:02.959Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-06-02T23:46:03.011Z Compiling smf v0.2.3
27792026-06-02T23:46:03.291Z Compiling bcs v0.1.6
27802026-06-02T23:46:03.689Z Compiling termtree v0.5.1
27812026-06-02T23:46:03.808Z Compiling smawk v0.3.2
27822026-06-02T23:46:03.859Z Compiling linear-map v1.2.0
27832026-06-02T23:46:03.970Z Compiling tagptr v0.2.0
27842026-06-02T23:46:04.082Z Compiling unicode-linebreak v0.1.5
27852026-06-02T23:46:04.137Z Compiling whoami v1.6.1
27862026-06-02T23:46:04.221Z Compiling moka v0.12.15
27872026-06-02T23:46:04.376Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-06-02T23:46:04.621Z Compiling textwrap v0.16.2
27892026-06-02T23:46:05.044Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27902026-06-02T23:46:05.443Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27912026-06-02T23:46:05.693Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27922026-06-02T23:46:05.920Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27932026-06-02T23:46:06.283Z Compiling tabled v0.15.0
27942026-06-02T23:46:07.252Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27952026-06-02T23:46:07.399Z Compiling steno v0.4.1
27962026-06-02T23:46:07.466Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27972026-06-02T23:46:08.622Z Compiling cookie v0.18.1
27982026-06-02T23:46:09.997Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27992026-06-02T23:46:13.018Z Compiling hickory-proto v0.25.2
28002026-06-02T23:46:14.630Z Compiling humantime v2.3.0
28012026-06-02T23:46:15.026Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
28022026-06-02T23:46:15.075Z Compiling arc-swap v1.9.1
28032026-06-02T23:46:15.237Z Compiling hickory-resolver v0.25.2
28042026-06-02T23:46:15.417Z Compiling slog-scope v4.4.1
28052026-06-02T23:46:15.887Z Compiling libscf-sys v1.2.0
28062026-06-02T23:46:16.035Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28072026-06-02T23:46:17.488Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28082026-06-02T23:46:17.500Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28092026-06-02T23:46:17.945Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28102026-06-02T23:46:18.196Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28112026-06-02T23:46:18.668Z Compiling slog-stdlog v4.1.1
28122026-06-02T23:46:19.053Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28132026-06-02T23:46:19.892Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28142026-06-02T23:46:19.907Z Compiling slog-envlogger v2.2.0
28152026-06-02T23:46:19.998Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28162026-06-02T23:46:21.246Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28172026-06-02T23:46:29.186Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28182026-06-02T23:46:32.057Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28192026-06-02T23:46:33.437Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28202026-06-02T23:46:42.495Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28212026-06-02T23:46:47.149Z Finished `release` profile [optimized] target(s) in 2m 28s
28222026-06-02T23:46:47.261Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28232026-06-02T23:46:47.265Z
28242026-06-02T23:46:47.265Zrunning 1 test
28252026-06-02T23:46:47.433Zconfigure zone
28262026-06-02T23:46:47.452Zinstall zone
28272026-06-02T23:46:57.301Zboot zone
28282026-06-02T23:46:57.386Zstart zone s1
28292026-06-02T23:46:57.389Zconfigure zone
28302026-06-02T23:46:57.395Zinstall zone
28312026-06-02T23:46:59.135Zboot zone
28322026-06-02T23:46:59.231Zstart zone s2
28332026-06-02T23:46:59.231Zconfigure zone
28342026-06-02T23:46:59.241Zinstall zone
28352026-06-02T23:47:01.691Zboot zone
28362026-06-02T23:47:01.790Zstart zone t1
28372026-06-02T23:47:01.790Zconfigure zone
28382026-06-02T23:47:01.799Zinstall zone
28392026-06-02T23:47:04.426Zboot zone
28402026-06-02T23:47:04.534Zwaiting for zones to come up
28412026-06-02T23:47:14.537Z[sidecar.trio] svcs milestone/network
28422026-06-02T23:47:14.561ZSTATE STIME FMRI
28432026-06-02T23:47:14.561Zonline 23:46:56 svc:/milestone/network:default
28442026-06-02T23:47:14.561Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28452026-06-02T23:47:14.588Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28462026-06-02T23:47:14.614Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28472026-06-02T23:47:14.634Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28482026-06-02T23:47:14.638Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28492026-06-02T23:47:14.649Z
28502026-06-02T23:47:14.649Zrunning zone s1.trio setup
28512026-06-02T23:47:14.649Z[s1.trio] svcs milestone/network
28522026-06-02T23:47:14.665ZSTATE STIME FMRI
28532026-06-02T23:47:14.665Zonline 23:46:58 svc:/milestone/network:default
28542026-06-02T23:47:14.665Z[s1.trio] dladm
28552026-06-02T23:47:14.677ZLINK CLASS MTU STATE BRIDGE OVER
28562026-06-02T23:47:14.677Zsl0 simnet 9000 up -- ?
28572026-06-02T23:47:14.677Zmg2 vnic 9000 up -- ?
28582026-06-02T23:47:14.681Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28592026-06-02T23:47:15.229Z
28602026-06-02T23:47:15.229Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28612026-06-02T23:47:15.243Z
28622026-06-02T23:47:15.243Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28632026-06-02T23:47:15.270Z
28642026-06-02T23:47:15.270Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28652026-06-02T23:47:15.343Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28662026-06-02T23:47:15.419Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9dacd601-9a26-4904-9499-7e664704a965 --sled-uuid e7488b16-8eaa-4a07-8782-8d3bb7d164d5 -a sl0/v6 &> /opt/ddmd.log &
28672026-06-02T23:47:15.433Z
28682026-06-02T23:47:15.433Zrunning zone s2.trio setup
28692026-06-02T23:47:15.433Z[s2.trio] svcs milestone/network
28702026-06-02T23:47:15.448ZSTATE STIME FMRI
28712026-06-02T23:47:15.448Zonline 23:47:01 svc:/milestone/network:default
28722026-06-02T23:47:15.448Z[s2.trio] dladm
28732026-06-02T23:47:15.461ZLINK CLASS MTU STATE BRIDGE OVER
28742026-06-02T23:47:15.461Zsl1 simnet 9000 up -- ?
28752026-06-02T23:47:15.461Zmg3 vnic 9000 up -- ?
28762026-06-02T23:47:15.461Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28772026-06-02T23:47:16.142Z
28782026-06-02T23:47:16.142Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28792026-06-02T23:47:16.156Z
28802026-06-02T23:47:16.156Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28812026-06-02T23:47:16.167Z
28822026-06-02T23:47:16.167Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28832026-06-02T23:47:16.202Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28842026-06-02T23:47:16.232Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d6d4cf9d-785c-44ce-b7a6-08caecda135e --sled-uuid d209d0a1-b7a6-4e63-829a-e92002afd4d1 -a sl1/v6 &> /opt/ddmd.log &
28852026-06-02T23:47:16.243Z
28862026-06-02T23:47:16.243Zrunning zone t1.trio setup
28872026-06-02T23:47:16.243Z[t1.trio] svcs milestone/network
28882026-06-02T23:47:16.257ZSTATE STIME FMRI
28892026-06-02T23:47:16.257Zonline 23:47:03 svc:/milestone/network:default
28902026-06-02T23:47:16.257Z[t1.trio] dladm
28912026-06-02T23:47:16.271ZLINK CLASS MTU STATE BRIDGE OVER
28922026-06-02T23:47:16.271Ztfportrear0_0 simnet 9000 up -- ?
28932026-06-02T23:47:16.271Ztfportrear1_0 simnet 9000 up -- ?
28942026-06-02T23:47:16.271Zmg1 vnic 9000 up -- ?
28952026-06-02T23:47:16.271Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28962026-06-02T23:47:16.820Z
28972026-06-02T23:47:16.820Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28982026-06-02T23:47:16.835Z
28992026-06-02T23:47:16.835Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29002026-06-02T23:47:16.847Z
29012026-06-02T23:47:16.848Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
29022026-06-02T23:47:16.859Z
29032026-06-02T23:47:16.859Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
29042026-06-02T23:47:17.163Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
29052026-06-02T23:47:17.166Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
29062026-06-02T23:47:17.166Zwaiting 3s for copy of files to zone to complete ...
29072026-06-02T23:47:20.166Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29082026-06-02T23:47:20.297Z
29092026-06-02T23:47:20.298Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29102026-06-02T23:47:20.405Z
29112026-06-02T23:47:20.405Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29122026-06-02T23:47:20.442Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29132026-06-02T23:47:20.474Z[t1.trio] svcadm disable dendrite
29142026-06-02T23:47:20.498Z
29152026-06-02T23:47:20.498Z[t1.trio] svcadm disable tfport
29162026-06-02T23:47:20.523Z
29172026-06-02T23:47:20.523Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29182026-06-02T23:47:20.548Z
29192026-06-02T23:47:20.548Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29202026-06-02T23:47:20.574Z
29212026-06-02T23:47:20.574Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29222026-06-02T23:47:20.600Z
29232026-06-02T23:47:20.600Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29242026-06-02T23:47:20.625Z
29252026-06-02T23:47:20.625Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29262026-06-02T23:47:20.650Z
29272026-06-02T23:47:20.650Z[t1.trio] svcadm refresh dendrite:default
29282026-06-02T23:47:20.672Z
29292026-06-02T23:47:20.672Z[t1.trio] svcadm enable dendrite:default
29302026-06-02T23:47:20.693Z
29312026-06-02T23:47:20.693Zwait 10s for dendrite to come up ...
29322026-06-02T23:47:30.694Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29332026-06-02T23:47:30.723Z
29342026-06-02T23:47:30.723Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29352026-06-02T23:47:30.747Z
29362026-06-02T23:47:30.747Z[t1.trio] svcadm refresh tfport:default
29372026-06-02T23:47:30.767Z
29382026-06-02T23:47:30.767Z[t1.trio] svcadm enable tfport
29392026-06-02T23:47:30.788Z
29402026-06-02T23:47:30.788Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 519e93cb-ebee-4528-9ec6-7b3913e114fc --sled-uuid 13cc5732-43c8-4666-883f-34b92ab6ea82 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29412026-06-02T23:47:30.799Z
29422026-06-02T23:47:30.799Z[t1.trio] ipadm
29432026-06-02T23:47:30.812ZADDROBJ TYPE STATE ADDR
29442026-06-02T23:47:30.813Zlo0/v4 static ok 127.0.0.1/8
29452026-06-02T23:47:30.813Zmg1/v4 static ok 10.0.0.3/24
29462026-06-02T23:47:30.813Zlo0/v6 static ok ::1/128
29472026-06-02T23:47:30.813Zlo0/u6 static ok fd00:3::1/64
29482026-06-02T23:47:30.813Ztfportrear0_0/v6 addrconf ok fe80::c40d:6eff:fe9f:3bd%tfportrear0_0/10
29492026-06-02T23:47:30.813Ztfportrear1_0/v6 addrconf ok fe80::4465:80ff:fec5:7cdf%tfportrear1_0/10
29502026-06-02T23:47:32.935Zinitial peering test passed
29512026-06-02T23:47:33.936Zadvertise from one passed
29522026-06-02T23:47:34.937Zadvertise from two passed
29532026-06-02T23:47:34.937Z[s1.trio] ping fd00:2::1
29542026-06-02T23:47:34.952Zfd00:2::1 is alive
29552026-06-02T23:47:34.953Z[s2.trio] ping fd00:1::1
29562026-06-02T23:47:34.964Zfd00:1::1 is alive
29572026-06-02T23:47:34.964Zconnectivity test passed
29582026-06-02T23:47:34.964Z[t1.trio] pkill ddmd
29592026-06-02T23:47:34.976Z
29602026-06-02T23:47:40.979Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid cbee848a-b894-42a1-a459-29f2a4e93302 --sled-uuid c3a722a1-4637-47cd-93cd-d470076a52ed -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29612026-06-02T23:47:40.991Z
29622026-06-02T23:47:40.992Z[t1.trio] ipadm
29632026-06-02T23:47:41.005ZADDROBJ TYPE STATE ADDR
29642026-06-02T23:47:41.005Zlo0/v4 static ok 127.0.0.1/8
29652026-06-02T23:47:41.005Zmg1/v4 static ok 10.0.0.3/24
29662026-06-02T23:47:41.005Zlo0/v6 static ok ::1/128
29672026-06-02T23:47:41.005Zlo0/u6 static ok fd00:3::1/64
29682026-06-02T23:47:41.005Ztfportrear0_0/v6 addrconf ok fe80::c40d:6eff:fe9f:3bd%tfportrear0_0/10
29692026-06-02T23:47:41.005Ztfportrear1_0/v6 addrconf ok fe80::4465:80ff:fec5:7cdf%tfportrear1_0/10
29702026-06-02T23:47:44.007Z[s1.trio] ping fd00:2::1
29712026-06-02T23:47:44.021Zfd00:2::1 is alive
29722026-06-02T23:47:44.021Z[s2.trio] ping fd00:1::1
29732026-06-02T23:47:44.033Zfd00:1::1 is alive
29742026-06-02T23:47:44.033Ztransit router restart passed
29752026-06-02T23:47:44.033Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29762026-06-02T23:47:44.048Zlocal v6:
29772026-06-02T23:47:44.049Zfe80::c40d:6eff:fe9f:3bd
29782026-06-02T23:47:44.049Zfe80::4465:80ff:fec5:7cdf
29792026-06-02T23:47:44.049Zlocal v4:
29802026-06-02T23:47:44.049Zrouter v6_idx:
29812026-06-02T23:47:44.049Zfd00:2::/64 -> 1
29822026-06-02T23:47:44.049Zfd00:1::/64 -> 0
29832026-06-02T23:47:44.049Zrouter v6_routes:
29842026-06-02T23:47:44.049Z1 -> fe80::c82b:ff:fea0:50c8 (2)
29852026-06-02T23:47:44.049Z0 -> fe80::2484:62ff:fed6:6a72 (1)
29862026-06-02T23:47:44.049Zrouter v4_idx:
29872026-06-02T23:47:44.049Zrouter v4_routes:
29882026-06-02T23:47:44.049Zresolver v4:
29892026-06-02T23:47:44.049Z10.0.0.3 -> 02:08:20:c5:63:f8
29902026-06-02T23:47:44.049Z10.0.0.254 -> 02:08:20:6a:d9:a7
29912026-06-02T23:47:44.049Zresolver v6:
29922026-06-02T23:47:44.049Zfe80::c82b:ff:fea0:50c8 -> ca:2b:00:a0:50:c8
29932026-06-02T23:47:44.049Zfe80::2484:62ff:fed6:6a72 -> 26:84:62:d6:6a:72
29942026-06-02T23:47:44.049Zfe80::c40d:6eff:fe9f:3bd -> c6:0d:6e:9f:03:bd
29952026-06-02T23:47:44.049Zfe80::4465:80ff:fec5:7cdf -> 46:65:80:c5:7c:df
29962026-06-02T23:47:44.049Znat v4:
29972026-06-02T23:47:44.049Znat_v6:
29982026-06-02T23:47:44.049Zport_mac:
29992026-06-02T23:47:44.049Z2: a8:40:25:44:3e:c3
30002026-06-02T23:47:44.049Z1: a8:40:25:44:3e:c2
30012026-06-02T23:47:44.050Z1000: a8:40:25:44:3e:c1
30022026-06-02T23:47:44.050Zproxy arp:
30032026-06-02T23:47:44.050Z[s1.trio] pkill ddmd
30042026-06-02T23:47:44.060Z
30052026-06-02T23:47:47.270Ztest ddm::test_trio_v3 has been running for over 60 seconds
30062026-06-02T23:47:49.062Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30072026-06-02T23:47:49.078Zlocal v6:
30082026-06-02T23:47:49.078Zfe80::c40d:6eff:fe9f:3bd
30092026-06-02T23:47:49.078Zfe80::4465:80ff:fec5:7cdf
30102026-06-02T23:47:49.078Zlocal v4:
30112026-06-02T23:47:49.078Zrouter v6_idx:
30122026-06-02T23:47:49.078Zfd00:2::/64 -> 1
30132026-06-02T23:47:49.078Zrouter v6_routes:
30142026-06-02T23:47:49.078Z1 -> fe80::c82b:ff:fea0:50c8 (2)
30152026-06-02T23:47:49.078Zrouter v4_idx:
30162026-06-02T23:47:49.078Zrouter v4_routes:
30172026-06-02T23:47:49.078Zresolver v4:
30182026-06-02T23:47:49.078Z10.0.0.3 -> 02:08:20:c5:63:f8
30192026-06-02T23:47:49.078Z10.0.0.254 -> 02:08:20:6a:d9:a7
30202026-06-02T23:47:49.079Zresolver v6:
30212026-06-02T23:47:49.079Zfe80::c82b:ff:fea0:50c8 -> ca:2b:00:a0:50:c8
30222026-06-02T23:47:49.079Zfe80::2484:62ff:fed6:6a72 -> 26:84:62:d6:6a:72
30232026-06-02T23:47:49.079Zfe80::c40d:6eff:fe9f:3bd -> c6:0d:6e:9f:03:bd
30242026-06-02T23:47:49.079Zfe80::4465:80ff:fec5:7cdf -> 46:65:80:c5:7c:df
30252026-06-02T23:47:49.079Znat v4:
30262026-06-02T23:47:49.079Znat_v6:
30272026-06-02T23:47:49.079Zport_mac:
30282026-06-02T23:47:49.079Z2: a8:40:25:44:3e:c3
30292026-06-02T23:47:49.079Z1: a8:40:25:44:3e:c2
30302026-06-02T23:47:49.079Z1000: a8:40:25:44:3e:c1
30312026-06-02T23:47:49.079Zproxy arp:
30322026-06-02T23:47:49.079Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cf51c448-0b54-4ef4-bb6b-07f0ac8aae50 --sled-uuid 806cb88c-1228-4715-99aa-78f9fe49d28e -a sl0/v6 &> /opt/ddmd.log &
30332026-06-02T23:47:49.090Z
30342026-06-02T23:47:52.092Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30352026-06-02T23:47:52.108Zlocal v6:
30362026-06-02T23:47:52.108Zfe80::c40d:6eff:fe9f:3bd
30372026-06-02T23:47:52.108Zfe80::4465:80ff:fec5:7cdf
30382026-06-02T23:47:52.108Zlocal v4:
30392026-06-02T23:47:52.108Zrouter v6_idx:
30402026-06-02T23:47:52.108Zfd00:2::/64 -> 1
30412026-06-02T23:47:52.108Zfd00:1::/64 -> 0
30422026-06-02T23:47:52.108Zrouter v6_routes:
30432026-06-02T23:47:52.108Z1 -> fe80::c82b:ff:fea0:50c8 (2)
30442026-06-02T23:47:52.108Z0 -> fe80::2484:62ff:fed6:6a72 (1)
30452026-06-02T23:47:52.108Zrouter v4_idx:
30462026-06-02T23:47:52.108Zrouter v4_routes:
30472026-06-02T23:47:52.108Zresolver v4:
30482026-06-02T23:47:52.108Z10.0.0.3 -> 02:08:20:c5:63:f8
30492026-06-02T23:47:52.108Z10.0.0.254 -> 02:08:20:6a:d9:a7
30502026-06-02T23:47:52.108Zresolver v6:
30512026-06-02T23:47:52.108Zfe80::c82b:ff:fea0:50c8 -> ca:2b:00:a0:50:c8
30522026-06-02T23:47:52.108Zfe80::2484:62ff:fed6:6a72 -> 26:84:62:d6:6a:72
30532026-06-02T23:47:52.108Zfe80::c40d:6eff:fe9f:3bd -> c6:0d:6e:9f:03:bd
30542026-06-02T23:47:52.108Zfe80::4465:80ff:fec5:7cdf -> 46:65:80:c5:7c:df
30552026-06-02T23:47:52.108Znat v4:
30562026-06-02T23:47:52.108Znat_v6:
30572026-06-02T23:47:52.108Zport_mac:
30582026-06-02T23:47:52.108Z2: a8:40:25:44:3e:c3
30592026-06-02T23:47:52.108Z1: a8:40:25:44:3e:c2
30602026-06-02T23:47:52.108Z1000: a8:40:25:44:3e:c1
30612026-06-02T23:47:52.108Zproxy arp:
30622026-06-02T23:47:52.112Z[s2.trio] netstat -nr -f inet6
30632026-06-02T23:47:52.120ZRouting Table: IPv6
30642026-06-02T23:47:52.120Z Destination/Mask Gateway Flags Ref Use If
30652026-06-02T23:47:52.120Z--------------------------- --------------------------- ----- --- ------- -----
30662026-06-02T23:47:52.120Z::1 ::1 UH 2 0 lo0
30672026-06-02T23:47:52.120Zfd00:1::/64 fe80::4465:80ff:fec5:7cdf UG 1 0 sl1
30682026-06-02T23:47:52.120Zfe80::/10 fe80::c82b:ff:fea0:50c8 U 3 64 sl1
30692026-06-02T23:47:52.120Z[s2.trio] ipadm
30702026-06-02T23:47:52.132ZADDROBJ TYPE STATE ADDR
30712026-06-02T23:47:52.132Zlo0/v4 static ok 127.0.0.1/8
30722026-06-02T23:47:52.132Zmg3/v4 static ok 10.0.0.2/24
30732026-06-02T23:47:52.132Zlo0/v6 static ok ::1/128
30742026-06-02T23:47:52.132Zlo0/u6 static ok fd00:2::1/64
30752026-06-02T23:47:52.132Zsl1/v6 addrconf ok fe80::c82b:ff:fea0:50c8%sl1/10
30762026-06-02T23:47:52.132Z[s2.trio] route -nv get -inet6 fd00:1::1
30772026-06-02T23:47:52.144Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30782026-06-02T23:47:52.144Zlocks: inits:
30792026-06-02T23:47:52.144Zsockaddrs: <DST,IFP>
30802026-06-02T23:47:52.144Z fd00:1::1
30812026-06-02T23:47:52.144Z route to: fd00:1::1
30822026-06-02T23:47:52.144Zdestination: fd00:1::
30832026-06-02T23:47:52.144Z mask: ffff:ffff:ffff:ffff::
30842026-06-02T23:47:52.144Z gateway: fe80::4465:80ff:fec5:7cdf
30852026-06-02T23:47:52.144Z interface: sl1 index 3 address ca 2b 00 a0 50 c8
30862026-06-02T23:47:52.144Z flags: <UP,GATEWAY,DONE,STATIC>
30872026-06-02T23:47:52.144Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30882026-06-02T23:47:52.144Z 0 0 0 0 0 0 9000 0
30892026-06-02T23:47:52.144Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30902026-06-02T23:47:52.144Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30912026-06-02T23:47:52.144Z fd00:1:: fe80::4465:80ff:fec5:7cdf ffff:ffff:ffff:ffff:: sl1:ca.2b.0.a0.50.c8 fe80::c82b:ff:fea0:50c8
30922026-06-02T23:47:52.144Z[s2.trio] ndp -na
30932026-06-02T23:47:52.156ZNet to Media Table: IPv6
30942026-06-02T23:47:52.156Z If Physical Address Type State Destination/Mask
30952026-06-02T23:47:52.156Z----- ----------------- ------- ------------ ---------------------------
30962026-06-02T23:47:52.156Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30972026-06-02T23:47:52.156Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30982026-06-02T23:47:52.156Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30992026-06-02T23:47:52.156Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
31002026-06-02T23:47:52.156Zsl1 33:33:ff:a0:50:c8 other REACHABLE ff02::1:ffa0:50c8
31012026-06-02T23:47:52.156Zsl1 33:33:ff:c5:7c:df other REACHABLE ff02::1:ffc5:7cdf
31022026-06-02T23:47:52.156Zsl1 46:65:80:c5:7c:df dynamic REACHABLE fe80::4465:80ff:fec5:7cdf
31032026-06-02T23:47:52.156Zsl1 ca:2b:00:a0:50:c8 local REACHABLE fe80::c82b:ff:fea0:50c8
31042026-06-02T23:47:52.156Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
31052026-06-02T23:47:52.156Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
31062026-06-02T23:47:52.170Zlocal v6:
31072026-06-02T23:47:52.171Zfe80::c40d:6eff:fe9f:3bd
31082026-06-02T23:47:52.171Zfe80::4465:80ff:fec5:7cdf
31092026-06-02T23:47:52.171Zlocal v4:
31102026-06-02T23:47:52.171Zrouter v6_idx:
31112026-06-02T23:47:52.171Zfd00:2::/64 -> 1
31122026-06-02T23:47:52.171Zfd00:1::/64 -> 0
31132026-06-02T23:47:52.171Zrouter v6_routes:
31142026-06-02T23:47:52.171Z1 -> fe80::c82b:ff:fea0:50c8 (2)
31152026-06-02T23:47:52.171Z0 -> fe80::2484:62ff:fed6:6a72 (1)
31162026-06-02T23:47:52.171Zrouter v4_idx:
31172026-06-02T23:47:52.171Zrouter v4_routes:
31182026-06-02T23:47:52.171Zresolver v4:
31192026-06-02T23:47:52.171Z10.0.0.3 -> 02:08:20:c5:63:f8
31202026-06-02T23:47:52.171Z10.0.0.254 -> 02:08:20:6a:d9:a7
31212026-06-02T23:47:52.171Zresolver v6:
31222026-06-02T23:47:52.171Zfe80::c82b:ff:fea0:50c8 -> ca:2b:00:a0:50:c8
31232026-06-02T23:47:52.171Zfe80::2484:62ff:fed6:6a72 -> 26:84:62:d6:6a:72
31242026-06-02T23:47:52.171Zfe80::c40d:6eff:fe9f:3bd -> c6:0d:6e:9f:03:bd
31252026-06-02T23:47:52.171Zfe80::4465:80ff:fec5:7cdf -> 46:65:80:c5:7c:df
31262026-06-02T23:47:52.171Znat v4:
31272026-06-02T23:47:52.171Znat_v6:
31282026-06-02T23:47:52.171Zport_mac:
31292026-06-02T23:47:52.171Z2: a8:40:25:44:3e:c3
31302026-06-02T23:47:52.171Z1: a8:40:25:44:3e:c2
31312026-06-02T23:47:52.171Z1000: a8:40:25:44:3e:c1
31322026-06-02T23:47:52.171Zproxy arp:
31332026-06-02T23:47:52.171Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31342026-06-02T23:47:52.213ZSubnet Port Link Gateway Vlan
31352026-06-02T23:47:52.213Zfd00:1::/64 rear0 0 fe80::2484:62ff:fed6:6a72
31362026-06-02T23:47:52.213Zfd00:2::/64 rear1 0 fe80::c82b:ff:fea0:50c8
31372026-06-02T23:47:52.213Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31382026-06-02T23:47:52.252Zhost mac age
31392026-06-02T23:47:52.252Z10.0.0.3 02:08:20:c5:63:f8 21s
31402026-06-02T23:47:52.252Z10.0.0.254 02:08:20:6a:d9:a7 19s
31412026-06-02T23:47:52.252Zfe80::2484:62ff:fed6:6a72 26:84:62:d6:6a:72 21s
31422026-06-02T23:47:52.252Zfe80::4465:80ff:fec5:7cdf 46:65:80:c5:7c:df 21s
31432026-06-02T23:47:52.252Zfe80::c40d:6eff:fe9f:3bd c6:0d:6e:9f:03:bd 21s
31442026-06-02T23:47:52.252Zfe80::c82b:ff:fea0:50c8 ca:2b:00:a0:50:c8 21s
31452026-06-02T23:47:52.252Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31462026-06-02T23:47:52.291ZLink IPv4 IPv6
31472026-06-02T23:47:52.291Zrear0/0 fe80::c40d:6eff:fe9f:3bd
31482026-06-02T23:47:52.291Zrear1/0 fe80::4465:80ff:fec5:7cdf
31492026-06-02T23:47:52.291Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31502026-06-02T23:47:53.316ZADDROBJ TYPE STATE ADDR
31512026-06-02T23:47:53.316Zlo0/v4 static ok 127.0.0.1/8
31522026-06-02T23:47:53.316Zmg2/v4 static ok 10.0.0.1/24
31532026-06-02T23:47:53.316Zlo0/v6 static ok ::1/128
31542026-06-02T23:47:53.316Zlo0/u6 static ok fd00:1::1/64
31552026-06-02T23:47:53.316Zsl0/v6 addrconf ok fe80::2484:62ff:fed6:6a72%sl0/10
31562026-06-02T23:47:53.316Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31572026-06-02T23:47:53.316Zlocks: inits:
31582026-06-02T23:47:53.316Zsockaddrs: <DST,IFP>
31592026-06-02T23:47:53.316Z fd00:2::1
31602026-06-02T23:47:53.316Z route to: fd00:2::1
31612026-06-02T23:47:53.316Zdestination: fd00:2::
31622026-06-02T23:47:53.316Z mask: ffff:ffff:ffff:ffff::
31632026-06-02T23:47:53.316Z gateway: fe80::c40d:6eff:fe9f:3bd
31642026-06-02T23:47:53.317Z interface: sl0 index 3 address 26 84 62 d6 6a 72
31652026-06-02T23:47:53.317Z flags: <UP,GATEWAY,DONE,STATIC>
31662026-06-02T23:47:53.317Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31672026-06-02T23:47:53.317Z 0 0 0 0 0 0 9000 0
31682026-06-02T23:47:53.317Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31692026-06-02T23:47:53.317Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31702026-06-02T23:47:53.317Z fd00:2:: fe80::c40d:6eff:fe9f:3bd ffff:ffff:ffff:ffff:: sl0:26.84.62.d6.6a.72 fe80::2484:62ff:fed6:6a72
31712026-06-02T23:47:53.317Z
31722026-06-02T23:47:53.317ZNet to Media Table: IPv6
31732026-06-02T23:47:53.317Z If Physical Address Type State Destination/Mask
31742026-06-02T23:47:53.317Z----- ----------------- ------- ------------ ---------------------------
31752026-06-02T23:47:53.317Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31762026-06-02T23:47:53.317Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31772026-06-02T23:47:53.317Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31782026-06-02T23:47:53.317Zsl0 26:84:62:d6:6a:72 local REACHABLE fe80::2484:62ff:fed6:6a72
31792026-06-02T23:47:53.317Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31802026-06-02T23:47:53.317Zsl0 33:33:ff:9f:03:bd other REACHABLE ff02::1:ff9f:3bd
31812026-06-02T23:47:53.317Zsl0 c6:0d:6e:9f:03:bd dynamic REACHABLE fe80::c40d:6eff:fe9f:3bd
31822026-06-02T23:47:53.317Zsl0 33:33:ff:d6:6a:72 other REACHABLE ff02::1:ffd6:6a72
31832026-06-02T23:47:53.317Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31842026-06-02T23:47:53.317Z
31852026-06-02T23:47:53.317Z
31862026-06-02T23:47:53.317ZRouting Table: IPv6
31872026-06-02T23:47:53.317Z Destination/Mask Gateway Flags Ref Use If
31882026-06-02T23:47:53.317Z--------------------------- --------------------------- ----- --- ------- -----
31892026-06-02T23:47:53.317Z::1 ::1 UH 2 0 lo0
31902026-06-02T23:47:53.317Zfd00:2::/64 fe80::c40d:6eff:fe9f:3bd UG 2 2 sl0
31912026-06-02T23:47:53.318Zfe80::/10 fe80::2484:62ff:fed6:6a72 U 3 64 sl0
31922026-06-02T23:47:53.318ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31932026-06-02T23:47:53.318Z68 bytes from fd00:2::1: icmp_seq=0. time=0.195 ms
31942026-06-02T23:47:53.318Z68 bytes from fd00:2::1: icmp_seq=1. time=0.211 ms
31952026-06-02T23:47:53.318Z
31962026-06-02T23:47:53.318Z----fd00:2::1 PING Statistics----
31972026-06-02T23:47:53.318Z2 packets transmitted, 2 packets received, 0% packet loss
31982026-06-02T23:47:53.318Zround-trip (ms) min/avg/max/stddev = 0.195/0.203/0.211/0.011
31992026-06-02T23:47:53.318Z[s2.trio] ping fd00:1::1
32002026-06-02T23:47:53.329Zfd00:1::1 is alive
32012026-06-02T23:47:53.329Zserver router restart passed
32022026-06-02T23:47:57.331Zpeer expiration recovery passed
32032026-06-02T23:47:58.331Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
32042026-06-02T23:47:58.347Z3
32052026-06-02T23:47:58.347Zredundant advertise passed
32062026-06-02T23:47:59.348Ztunnel endpoint advertise passed
32072026-06-02T23:48:04.350Zredundant tunnel endpoint advertise passed
32082026-06-02T23:48:04.350Z[s1.trio] pkill ddmd
32092026-06-02T23:48:04.363Z
32102026-06-02T23:48:09.364Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8d884638-0cc9-4dbd-842c-ebb6fa3b7ef0 --sled-uuid cd6001f9-bf36-4e29-ba76-8e70371ab2f2 -a sl0/v6 &> /opt/ddmd.log &
32112026-06-02T23:48:09.376Z
32122026-06-02T23:48:14.387Ztunnel router restart passed
32132026-06-02T23:48:15.392Ztunnel endpoint withdraw passed
32142026-06-02T23:48:15.396Z[t1.trio] pkill ddmd
32152026-06-02T23:48:15.400Z
32162026-06-02T23:48:15.400Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32172026-06-02T23:48:15.400Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32182026-06-02T23:48:17.276Z[s2.trio] pkill ddmd
32192026-06-02T23:48:17.289Z
32202026-06-02T23:48:17.289Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32212026-06-02T23:48:19.504Z[s1.trio] pkill ddmd
32222026-06-02T23:48:19.511Z
32232026-06-02T23:48:19.511Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32242026-06-02T23:48:20.836Z[sidecar.trio] pkill softnpu
32252026-06-02T23:48:20.848Z
32262026-06-02T23:48:20.848Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32272026-06-02T23:48:23.334Ztest ddm::test_trio_v3 ... ok
32282026-06-02T23:48:23.334Z
32292026-06-02T23:48:23.334Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.05s
32302026-06-02T23:48:23.334Z
32312026-06-02T23:48:23.378Z+ cleanup
32322026-06-02T23:48:23.393Z++ id -un
32332026-06-02T23:48:23.393Z++ id -gn
32342026-06-02T23:48:23.393Z+ pfexec chown -R build:build .
32352026-06-02T23:48:23.508Zprocess exited: duration 700017 ms, exit code 0
 
32362026-06-02T23:48:23.535Zfound 5 output files
32372026-06-02T23:48:23.535Zuploading: /work/s1.trio.log (4238 bytes)
32382026-06-02T23:48:24.570Zuploaded: /work/s1.trio.log
32392026-06-02T23:48:24.570Zuploading: /work/s2.trio.log (10784 bytes)
32402026-06-02T23:48:25.625Zuploaded: /work/s2.trio.log
32412026-06-02T23:48:25.625Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32422026-06-02T23:48:26.659Zuploaded: /work/sidecar.trio-softnpu.log
32432026-06-02T23:48:26.659Zuploading: /work/t1.trio-dpd.log (333389 bytes)
32442026-06-02T23:48:27.681Zuploaded: /work/t1.trio-dpd.log
32452026-06-02T23:48:27.681Zuploading: /work/t1.trio.log (25711 bytes)
32462026-06-02T23:48:28.698Zuploaded: /work/t1.trio.log