01KRY8N9TPARHFF0A3NRHPSTCY: 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: 01KRY8NPNA7MFKR0FYSRH01VZB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T19:24:08.691Zjob assigned to worker 01KRY8P0M2XFNCD87JZJ3YC02M [factory aws, i-05da1ec64706bf16e] (queued for 55 s)
 
22026-05-18T19:24:15.784Zstarting task 0: "setup"
32026-05-18T19:24:15.791Z++ uname -s
42026-05-18T19:24:15.794Z+ kern=SunOS
52026-05-18T19:24:15.794Z+ build_user=build
62026-05-18T19:24:15.794Z+ build_uid=12345
72026-05-18T19:24:15.794Z+ work_dir=/work
82026-05-18T19:24:15.794Z+ input_dir=/input
92026-05-18T19:24:15.794Z+ [[ 0 == 12345 ]]
102026-05-18T19:24:15.794Z+ case "$kern" in
112026-05-18T19:24:15.794Z+ groupadd -g 12345 build
122026-05-18T19:24:15.794Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T19:24:17.800Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T19:24:17.885Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T19:24:17.888Z+ home_fs=zfs
162026-05-18T19:24:17.888Z+ [[ zfs == autofs ]]
172026-05-18T19:24:17.888Z+ mkdir -p /home/build
182026-05-18T19:24:17.888Z+ chown build:build /home/build /work
192026-05-18T19:24:19.889Z+ chmod 0700 /home/build /work
202026-05-18T19:24:19.893Zprocess exited: duration 4106 ms, exit code 0
 
212026-05-18T19:24:19.900Zstarting task 1: "rust-toolchain"
222026-05-18T19:24:19.904Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-18T19:24:19.904Z * rust toolchain channel = "stable"
242026-05-18T19:24:19.904Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-18T19:24:19.904Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T19:24:19.904Z * rust toolchain profile = "default"
272026-05-18T19:24:19.907Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T19:24:19.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T19:24:19.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-18T19:24:20.029Zinfo: downloading installer
312026-05-18T19:24:21.491Zwarn: It looks like you have an existing installation of Rust at:
322026-05-18T19:24:21.491Zwarn: /opt/ooce/bin
332026-05-18T19:24:21.491Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-18T19:24:21.491Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-18T19:24:21.491Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-18T19:24:21.491Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-18T19:24:21.491Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-18T19:24:21.491Zerror: cannot install while Rust is installed
392026-05-18T19:24:21.491Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-18T19:24:21.491Zwarn: It looks like you have an existing rustup settings file at:
412026-05-18T19:24:21.491Zwarn: /home/build/.rustup/settings.toml
422026-05-18T19:24:21.491Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-18T19:24:21.492Zwarn: instead of the one inferred from the default host triple.
442026-05-18T19:24:21.524Zinfo: profile set to default
452026-05-18T19:24:21.524Zinfo: default host triple is x86_64-unknown-illumos
462026-05-18T19:24:21.527Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-18T19:24:21.674Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-18T19:24:21.677Zinfo: downloading 6 components
492026-05-18T19:24:36.102Z
502026-05-18T19:24:36.102Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-18T19:24:36.132Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-18T19:24:36.132Z
532026-05-18T19:24:36.132Z
542026-05-18T19:24:36.132ZRust is installed now. Great!
552026-05-18T19:24:36.132Z
562026-05-18T19:24:36.132ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-18T19:24:36.132Zenvironment variable. This has not been done automatically.
582026-05-18T19:24:36.133Z
592026-05-18T19:24:36.133ZTo configure your current shell, you need to source
602026-05-18T19:24:36.133Zthe corresponding env file under $HOME/.cargo.
612026-05-18T19:24:36.133Z
622026-05-18T19:24:36.133ZThis is usually done by running one of the following (note the leading DOT):
632026-05-18T19:24:36.133Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-18T19:24:36.133Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-18T19:24:36.133Zsource "~/.cargo/env.nu" # For nushell
662026-05-18T19:24:36.133Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-18T19:24:36.133Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-18T19:24:36.136Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-18T19:24:36.136Zwarn: no default linker (`cc`) was found in your PATH
702026-05-18T19:24:36.136Zwarn: many Rust crates require a system C toolchain to build
712026-05-18T19:24:36.219Z+ rustup --version
722026-05-18T19:24:36.227Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-18T19:24:36.230Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-18T19:24:36.250Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-18T19:24:36.253Z+ cargo --version
762026-05-18T19:24:36.267Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-18T19:24:36.270Z+ rustc --version
782026-05-18T19:24:36.289Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-18T19:24:36.292Zprocess exited: duration 16388 ms, exit code 0
 
802026-05-18T19:24:36.297Zstarting task 2: "authentication"
812026-05-18T19:24:36.314Zprocess exited: duration 16 ms, exit code 0
 
822026-05-18T19:24:36.320Zstarting task 3: "clone repository"
832026-05-18T19:24:36.323Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-18T19:24:36.326Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-18T19:24:36.379ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-18T19:24:37.554Z+ cd /work/oxidecomputer/maghemite
872026-05-18T19:24:37.554Z+ git fetch origin 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
882026-05-18T19:24:37.815ZFrom https://github.com/oxidecomputer/maghemite
892026-05-18T19:24:37.815Z * branch 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 -> FETCH_HEAD
902026-05-18T19:24:37.819Z+ [[ -n trey/light-cleanup ]]
912026-05-18T19:24:37.826Z++ git branch --show-current
922026-05-18T19:24:37.826Z+ current=main
932026-05-18T19:24:37.826Z+ [[ main != trey/light-cleanup ]]
942026-05-18T19:24:37.826Z+ git branch -f trey/light-cleanup 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
952026-05-18T19:24:37.833Z+ git checkout -f trey/light-cleanup
962026-05-18T19:24:37.844ZSwitched to branch 'trey/light-cleanup'
972026-05-18T19:24:37.848Z+ git reset --hard 6f01238aa4d0bd193e5b00b523b6e11abef59fd6
982026-05-18T19:24:37.851ZHEAD is now at 6f01238 LoopbackIpManager: cargo fmt
992026-05-18T19:24:37.851Zprocess exited: duration 1530 ms, exit code 0
 
1002026-05-18T19:24:37.860Zstarting task 4: "build"
1012026-05-18T19:24:37.867Z++ dladm
1022026-05-18T19:24:37.870ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-18T19:24:37.870Zena0 phys 9216 up -- --
1042026-05-18T19:24:37.870Z++ ipadm
1052026-05-18T19:24:37.876ZADDROBJ TYPE STATE ADDR
1062026-05-18T19:24:37.876Zlo0/v4 static ok 127.0.0.1/8
1072026-05-18T19:24:37.876Zena0/dhcp dhcp ok 10.150.1.218/24
1082026-05-18T19:24:37.876Zlo0/v6 static ok ::1/128
1092026-05-18T19:24:37.876Z++ banner collect
1102026-05-18T19:24:37.876Z
1112026-05-18T19:24:37.876Z #### #### # # ###### #### #####
1122026-05-18T19:24:37.876Z # # # # # # # # # #
1132026-05-18T19:24:37.877Z # # # # # ##### # #
1142026-05-18T19:24:37.877Z # # # # # # # #
1152026-05-18T19:24:37.877Z # # # # # # # # # #
1162026-05-18T19:24:37.877Z #### #### ###### ###### ###### #### #
1172026-05-18T19:24:37.877Z
1182026-05-18T19:24:37.877Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-18T19:24:37.877Z++ repo=softnpu
1202026-05-18T19:24:37.877Z++ series=image
1212026-05-18T19:24:37.877Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-18T19:24:37.877Z++ name=softnpu
1232026-05-18T19:24:37.877Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-18T19:24:37.877Z++ mkdir -p download
1252026-05-18T19:24:37.881Z++ pushd download
1262026-05-18T19:24:37.881Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-05-18T19:24:37.881Z++ [[ ! -f softnpu ]]
1282026-05-18T19:24:37.881Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-18T19:24:37.884Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-18T19:24:37.884Z Dload Upload Total Spent Left Speed
1312026-05-18T19:24:38.215Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 46.86M 0 0 100 15.63M 100 15.63M 0 0 46.85M 0 0 100 15.63M 100 15.63M 0 0 46.84M 0 0
1322026-05-18T19:24:38.219Z++ popd
1332026-05-18T19:24:38.219Z/work/oxidecomputer/maghemite
1342026-05-18T19:24:38.219Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-18T19:24:38.219Z++ repo=sidecar-lite
1362026-05-18T19:24:38.219Z++ series=release
1372026-05-18T19:24:38.219Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-18T19:24:38.219Z++ name=libsidecar_lite.so
1392026-05-18T19:24:38.219Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-18T19:24:38.219Z++ mkdir -p download
1412026-05-18T19:24:38.223Z++ pushd download
1422026-05-18T19:24:38.223Z++ [[ ! -f libsidecar_lite.so ]]
1432026-05-18T19:24:38.223Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-05-18T19:24:38.223Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-18T19:24:38.227Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-18T19:24:38.228Z Dload Upload Total Spent Left Speed
1472026-05-18T19:24:38.502Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.27M 0 0 100 12.04M 100 12.04M 0 0 43.26M 0 0 100 12.04M 100 12.04M 0 0 43.26M 0 0
1482026-05-18T19:24:38.507Z++ popd
1492026-05-18T19:24:38.507Z/work/oxidecomputer/maghemite
1502026-05-18T19:24:38.507Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-18T19:24:38.507Z++ repo=sidecar-lite
1522026-05-18T19:24:38.507Z++ series=release
1532026-05-18T19:24:38.507Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-18T19:24:38.507Z++ name=scadm
1552026-05-18T19:24:38.507Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-18T19:24:38.507Z++ mkdir -p download
1572026-05-18T19:24:38.507Z++ pushd download
1582026-05-18T19:24:38.508Z++ [[ ! -f scadm ]]
1592026-05-18T19:24:38.508Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-05-18T19:24:38.508Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-18T19:24:38.511Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-18T19:24:38.511Z Dload Upload Total Spent Left Speed
1632026-05-18T19:24:38.805Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 53.81M 0 0 100 15.78M 100 15.78M 0 0 53.81M 0 0 100 15.78M 100 15.78M 0 0 53.80M 0 0
1642026-05-18T19:24:38.808Z++ popd
1652026-05-18T19:24:38.808Z/work/oxidecomputer/maghemite
1662026-05-18T19:24:38.808Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-18T19:24:38.808Z++ repo=dendrite
1682026-05-18T19:24:38.808Z++ series=image
1692026-05-18T19:24:38.808Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-18T19:24:38.808Z++ name=dendrite-softnpu.tar.gz
1712026-05-18T19:24:38.808Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-18T19:24:38.808Z++ mkdir -p download
1732026-05-18T19:24:38.808Z++ pushd download
1742026-05-18T19:24:38.808Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-18T19:24:38.809Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-18T19:24:38.809Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-18T19:24:38.817Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-18T19:24:38.824Z Dload Upload Total Spent Left Speed
1792026-05-18T19:24:39.748Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 76.55M 0 0 100 71.59M 100 71.59M 0 0 76.54M 0 0 100 71.59M 100 71.59M 0 0 76.54M 0 0
1802026-05-18T19:24:39.752Z++ popd
1812026-05-18T19:24:39.755Z/work/oxidecomputer/maghemite
1822026-05-18T19:24:39.755Z++ get_artifact maghemite release 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 ddm
1832026-05-18T19:24:39.755Z++ repo=maghemite
1842026-05-18T19:24:39.755Z++ series=release
1852026-05-18T19:24:39.755Z++ commit=6f01238aa4d0bd193e5b00b523b6e11abef59fd6
1862026-05-18T19:24:39.755Z++ name=ddm
1872026-05-18T19:24:39.755Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-18T19:24:39.755Z++ mkdir -p download
1892026-05-18T19:24:39.755Z++ pushd download
1902026-05-18T19:24:39.755Z++ [[ ! -f ddm ]]
1912026-05-18T19:24:39.755Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-05-18T19:24:39.755Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/6f01238aa4d0bd193e5b00b523b6e11abef59fd6/ddm
1932026-05-18T19:24:39.760Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-18T19:24:39.762Z Dload Upload Total Spent Left Speed
1952026-05-18T19:24:39.813Z 0 0 0 0 0 0 0 0 0
1962026-05-18T19:24:39.813Zcurl: (22) The requested URL returned error: 404
1972026-05-18T19:24:39.816Z++ popd
1982026-05-18T19:24:39.816Z/work/oxidecomputer/maghemite
1992026-05-18T19:24:39.816Z++ get_artifact maghemite release 6f01238aa4d0bd193e5b00b523b6e11abef59fd6 ddmadm
2002026-05-18T19:24:39.816Z++ repo=maghemite
2012026-05-18T19:24:39.816Z++ series=release
2022026-05-18T19:24:39.816Z++ commit=6f01238aa4d0bd193e5b00b523b6e11abef59fd6
2032026-05-18T19:24:39.816Z++ name=ddmadm
2042026-05-18T19:24:39.816Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-18T19:24:39.816Z++ mkdir -p download
2062026-05-18T19:24:39.816Z++ pushd download
2072026-05-18T19:24:39.816Z++ [[ ! -f ddmadm ]]
2082026-05-18T19:24:39.816Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-05-18T19:24:39.816Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/6f01238aa4d0bd193e5b00b523b6e11abef59fd6/ddmadm
2102026-05-18T19:24:39.821Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-18T19:24:39.824Z Dload Upload Total Spent Left Speed
2122026-05-18T19:24:39.873Z 0 0 0 0 0 0 0 0 0
2132026-05-18T19:24:39.876Zcurl: (22) The requested URL returned error: 404
2142026-05-18T19:24:39.876Z++ popd
2152026-05-18T19:24:39.876Z/work/oxidecomputer/maghemite
2162026-05-18T19:24:39.876Z++ pushd download
2172026-05-18T19:24:39.876Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-18T19:24:39.876Z++ chmod +x softnpu
2192026-05-18T19:24:39.876Z++ chmod +x scadm
2202026-05-18T19:24:39.880Z++ chmod +x ddmadm
2212026-05-18T19:24:39.880Zchmod: WARNING: can't access ddmadm
2222026-05-18T19:24:39.880Z++ chmod +x ddmd
2232026-05-18T19:24:39.880Zchmod: WARNING: can't access ddmd
2242026-05-18T19:24:39.880Z++ mv ddmadm ddmadm-v2
2252026-05-18T19:24:39.883Zmv: cannot access ddmadm
2262026-05-18T19:24:39.883Z++ mv ddmd ddmd-v2
2272026-05-18T19:24:39.883Zmv: cannot access ddmd
2282026-05-18T19:24:39.883Z++ rm -rf zones/dendrite
2292026-05-18T19:24:39.886Z++ mkdir -p zones/dendrite
2302026-05-18T19:24:39.886Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-18T19:24:40.894Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-18T19:24:40.897Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-18T19:24:40.897Z++ popd
2342026-05-18T19:24:40.897Z/work/oxidecomputer/maghemite
2352026-05-18T19:24:40.900Z++ banner install
2362026-05-18T19:24:40.900Z
2372026-05-18T19:24:40.900Z # # # #### ##### ## # #
2382026-05-18T19:24:40.900Z # ## # # # # # # #
2392026-05-18T19:24:40.900Z # # # # #### # # # # #
2402026-05-18T19:24:40.900Z # # # # # # ###### # #
2412026-05-18T19:24:40.900Z # # ## # # # # # # #
2422026-05-18T19:24:40.900Z # # # #### # # # ###### ######
2432026-05-18T19:24:40.900Z
2442026-05-18T19:24:40.900Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-18T19:24:40.900Z++ set +o errexit
2462026-05-18T19:24:40.900Z++ pkg info clang-15
2472026-05-18T19:24:40.900Z++ grep -qi installed
2482026-05-18T19:24:42.115Zpkg: info: no packages matching the following patterns you specified are
2492026-05-18T19:24:42.115Zinstalled on the system. Try querying remotely instead:
2502026-05-18T19:24:42.115Z
2512026-05-18T19:24:42.115Z clang-15
2522026-05-18T19:24:42.152Z++ [[ 1 != 0 ]]
2532026-05-18T19:24:42.152Z++ set -o errexit
2542026-05-18T19:24:42.152Z++ pfexec pkg install clang-15
2552026-05-18T19:24:49.877Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-18T19:24:57.644Z Startup: Caching catalogs ... Done
2572026-05-18T19:25:05.448ZPlanning: Solver setup ... Done
2582026-05-18T19:25:05.495ZPlanning: Running solver ... Done
2592026-05-18T19:25:05.636ZPlanning: Finding local manifests ... Done
2602026-05-18T19:25:05.664ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-18T19:25:05.768ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-18T19:25:05.799ZPlanning: Package planning ... Done
2632026-05-18T19:25:05.824ZPlanning: Merging actions ... Done
2642026-05-18T19:25:05.936ZPlanning: Checking for conflicting actions ... Done
2652026-05-18T19:25:05.942ZPlanning: Consolidating action changes ... Done
2662026-05-18T19:25:06.673ZPlanning: Evaluating mediators ... Done
2672026-05-18T19:25:06.678ZPlanning: Planning completed in 8.86 seconds
2682026-05-18T19:25:06.689Z Packages to install: 2
2692026-05-18T19:25:06.689Z Mediators to change: 2
2702026-05-18T19:25:06.689Z Services to change: 1
2712026-05-18T19:25:06.692Z Create boot environment: No
2722026-05-18T19:25:06.692ZCreate backup boot environment: No
2732026-05-18T19:25:06.746Z
2742026-05-18T19:25:06.746ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-18T19:25:11.750ZDownload: 865/3076 items 18.3/211.3MB 8% complete (3.8M/s)
2762026-05-18T19:25:19.334ZDownload: 984/3076 items 82.2/211.3MB 38% complete (13.8M/s)
2772026-05-18T19:25:24.342ZDownload: 1731/3076 items 117.0/211.3MB 55% complete (4.2M/s)
2782026-05-18T19:25:32.051ZDownload: 2009/3076 items 117.8/211.3MB 55% complete (4.1M/s)
2792026-05-18T19:25:38.239ZDownload: 3030/3076 items 201.8/211.3MB 95% complete (8.5M/s)
2802026-05-18T19:25:44.691ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (8.8M/s)
2812026-05-18T19:25:46.113ZDownload: Completed 211.31 MB in 39.36 seconds (5.4M/s)
2822026-05-18T19:25:46.267Z Actions: 1/3418 actions (Installing new actions)
2832026-05-18T19:25:49.420Z Actions: Completed 3418 actions in 3.15 seconds.
2842026-05-18T19:25:50.077Z Done
2852026-05-18T19:25:50.077Z Done
2862026-05-18T19:25:50.814Z Done
2872026-05-18T19:25:54.170Z Done
2882026-05-18T19:25:54.245Z Done
2892026-05-18T19:25:54.248Z Done
2902026-05-18T19:25:54.452Z Done
2912026-05-18T19:25:55.140Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-05-18T19:25:55.141Z++ set +o errexit
2932026-05-18T19:25:55.144Z++ pkg info pkg-config
2942026-05-18T19:25:55.144Z++ grep -qi installed
2952026-05-18T19:25:55.370Z++ [[ 0 != 0 ]]
2962026-05-18T19:25:55.370Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-05-18T19:25:55.370Z++ set +o errexit
2982026-05-18T19:25:55.373Z++ pkg info brand/omicron1
2992026-05-18T19:25:55.373Z++ grep -qi installed
3002026-05-18T19:25:55.555Zpkg: info: no packages matching the following patterns you specified are
3012026-05-18T19:25:55.555Zinstalled on the system. Try querying remotely instead:
3022026-05-18T19:25:55.555Z
3032026-05-18T19:25:55.556Z brand/omicron1
3042026-05-18T19:25:55.590Z++ [[ 1 != 0 ]]
3052026-05-18T19:25:55.590Z++ set -o errexit
3062026-05-18T19:25:55.590Z++ pfexec pkg install brand/omicron1
3072026-05-18T19:25:55.995Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-05-18T19:26:03.873ZPlanning: Solver setup ... Done
3092026-05-18T19:26:03.919ZPlanning: Running solver ... Done
3102026-05-18T19:26:04.059ZPlanning: Finding local manifests ... Done
3112026-05-18T19:26:04.063ZPlanning: Fetching manifests: 0/2 0% complete
3122026-05-18T19:26:04.175ZPlanning: Fetching manifests: 2/2 100% complete
3132026-05-18T19:26:04.188ZPlanning: Package planning ... Done
3142026-05-18T19:26:04.191ZPlanning: Merging actions ... Done
3152026-05-18T19:26:04.340ZPlanning: Checking for conflicting actions ... Done
3162026-05-18T19:26:04.343ZPlanning: Consolidating action changes ... Done
3172026-05-18T19:26:04.514ZPlanning: Evaluating mediators ... Done
3182026-05-18T19:26:04.517ZPlanning: Planning completed in 8.52 seconds
3192026-05-18T19:26:04.522Z Packages to install: 2
3202026-05-18T19:26:04.522Z Create boot environment: No
3212026-05-18T19:26:04.525ZCreate backup boot environment: No
3222026-05-18T19:26:04.567Z
3232026-05-18T19:26:04.567ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-05-18T19:26:04.587ZDownload: Completed 1.07 MB in 0.02 seconds (52.9M/s)
3252026-05-18T19:26:04.684Z Actions: 1/28 actions (Installing new actions)
3262026-05-18T19:26:04.697Z Actions: Completed 28 actions in 0.01 seconds.
3272026-05-18T19:26:05.211Z Done
3282026-05-18T19:26:05.211Z Done
3292026-05-18T19:26:05.849Z Done
3302026-05-18T19:26:08.713Z Done
3312026-05-18T19:26:08.787Z Done
3322026-05-18T19:26:08.790Z Done
3332026-05-18T19:26:08.923Z Done
3342026-05-18T19:26:09.064Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-05-18T19:26:09.064Z++ set +o errexit
3362026-05-18T19:26:09.067Z++ pkg info brand/omicron1/tools
3372026-05-18T19:26:09.067Z++ grep -qi installed
3382026-05-18T19:26:09.248Zpkg: info: no packages matching the following patterns you specified are
3392026-05-18T19:26:09.248Zinstalled on the system. Try querying remotely instead:
3402026-05-18T19:26:09.248Z
3412026-05-18T19:26:09.248Z brand/omicron1/tools
3422026-05-18T19:26:09.283Z++ [[ 1 != 0 ]]
3432026-05-18T19:26:09.283Z++ set -o errexit
3442026-05-18T19:26:09.283Z++ pfexec pkg install brand/omicron1/tools
3452026-05-18T19:26:09.673Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-05-18T19:26:17.505ZPlanning: Solver setup ... Done
3472026-05-18T19:26:17.548ZPlanning: Running solver ... Done
3482026-05-18T19:26:17.698ZPlanning: Finding local manifests ... Done
3492026-05-18T19:26:17.701ZPlanning: Fetching manifests: 0/1 0% complete
3502026-05-18T19:26:17.810ZPlanning: Fetching manifests: 1/1 100% complete
3512026-05-18T19:26:17.824ZPlanning: Package planning ... Done
3522026-05-18T19:26:17.827ZPlanning: Merging actions ... Done
3532026-05-18T19:26:17.966ZPlanning: Checking for conflicting actions ... Done
3542026-05-18T19:26:17.969ZPlanning: Consolidating action changes ... Done
3552026-05-18T19:26:18.143ZPlanning: Evaluating mediators ... Done
3562026-05-18T19:26:18.147ZPlanning: Planning completed in 8.47 seconds
3572026-05-18T19:26:18.150Z Packages to install: 1
3582026-05-18T19:26:18.150Z Services to change: 1
3592026-05-18T19:26:18.150Z Create boot environment: No
3602026-05-18T19:26:18.150ZCreate backup boot environment: No
3612026-05-18T19:26:18.197Z
3622026-05-18T19:26:18.197ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-05-18T19:26:18.226ZDownload: Completed 1.19 MB in 0.03 seconds (38.8M/s)
3642026-05-18T19:26:18.327Z Actions: 1/19 actions (Installing new actions)
3652026-05-18T19:26:18.343Z Actions: Completed 19 actions in 0.01 seconds.
3662026-05-18T19:26:18.863Z Done
3672026-05-18T19:26:18.863Z Done
3682026-05-18T19:26:19.514Z Done
3692026-05-18T19:26:22.450Z Done
3702026-05-18T19:26:22.533Z Done
3712026-05-18T19:26:22.536Z Done
3722026-05-18T19:26:22.689Z Done
3732026-05-18T19:26:22.831Z++ pfexec svcadm enable baseline
3742026-05-18T19:26:22.846Z++ retry=0
3752026-05-18T19:26:22.849Z+++ svcs -Hostate baseline
3762026-05-18T19:26:22.863Z++ [[ offline* != online ]]
3772026-05-18T19:26:22.866Z++ [[ 0 -gt 300 ]]
3782026-05-18T19:26:22.866Z++ sleep 1
3792026-05-18T19:26:23.865Z++ retry=1
3802026-05-18T19:26:23.868Z+++ svcs -Hostate baseline
3812026-05-18T19:26:23.880Z++ [[ offline* != online ]]
3822026-05-18T19:26:23.880Z++ [[ 1 -gt 300 ]]
3832026-05-18T19:26:23.880Z++ sleep 1
3842026-05-18T19:26:24.882Z++ retry=2
3852026-05-18T19:26:24.885Z+++ svcs -Hostate baseline
3862026-05-18T19:26:24.898Z++ [[ offline* != online ]]
3872026-05-18T19:26:24.898Z++ [[ 2 -gt 300 ]]
3882026-05-18T19:26:24.898Z++ sleep 1
3892026-05-18T19:26:25.902Z++ retry=3
3902026-05-18T19:26:25.905Z+++ svcs -Hostate baseline
3912026-05-18T19:26:25.914Z++ [[ offline* != online ]]
3922026-05-18T19:26:25.914Z++ [[ 3 -gt 300 ]]
3932026-05-18T19:26:25.917Z++ sleep 1
3942026-05-18T19:26:26.917Z++ retry=4
3952026-05-18T19:26:26.921Z+++ svcs -Hostate baseline
3962026-05-18T19:26:26.936Z++ [[ offline* != online ]]
3972026-05-18T19:26:26.939Z++ [[ 4 -gt 300 ]]
3982026-05-18T19:26:26.939Z++ sleep 1
3992026-05-18T19:26:27.939Z++ retry=5
4002026-05-18T19:26:27.942Z+++ svcs -Hostate baseline
4012026-05-18T19:26:27.954Z++ [[ offline* != online ]]
4022026-05-18T19:26:27.954Z++ [[ 5 -gt 300 ]]
4032026-05-18T19:26:27.957Z++ sleep 1
4042026-05-18T19:26:28.957Z++ retry=6
4052026-05-18T19:26:28.960Z+++ svcs -Hostate baseline
4062026-05-18T19:26:28.973Z++ [[ offline* != online ]]
4072026-05-18T19:26:28.973Z++ [[ 6 -gt 300 ]]
4082026-05-18T19:26:28.973Z++ sleep 1
4092026-05-18T19:26:29.976Z++ retry=7
4102026-05-18T19:26:29.979Z+++ svcs -Hostate baseline
4112026-05-18T19:26:29.992Z++ [[ offline* != online ]]
4122026-05-18T19:26:29.992Z++ [[ 7 -gt 300 ]]
4132026-05-18T19:26:29.992Z++ sleep 1
4142026-05-18T19:26:30.996Z++ retry=8
4152026-05-18T19:26:30.999Z+++ svcs -Hostate baseline
4162026-05-18T19:26:31.010Z++ [[ offline* != online ]]
4172026-05-18T19:26:31.010Z++ [[ 8 -gt 300 ]]
4182026-05-18T19:26:31.014Z++ sleep 1
4192026-05-18T19:26:32.013Z++ retry=9
4202026-05-18T19:26:32.016Z+++ svcs -Hostate baseline
4212026-05-18T19:26:32.029Z++ [[ offline* != online ]]
4222026-05-18T19:26:32.029Z++ [[ 9 -gt 300 ]]
4232026-05-18T19:26:32.031Z++ sleep 1
4242026-05-18T19:26:33.031Z++ retry=10
4252026-05-18T19:26:33.035Z+++ svcs -Hostate baseline
4262026-05-18T19:26:33.047Z++ [[ offline* != online ]]
4272026-05-18T19:26:33.047Z++ [[ 10 -gt 300 ]]
4282026-05-18T19:26:33.047Z++ sleep 1
4292026-05-18T19:26:34.049Z++ retry=11
4302026-05-18T19:26:34.052Z+++ svcs -Hostate baseline
4312026-05-18T19:26:34.065Z++ [[ offline* != online ]]
4322026-05-18T19:26:34.065Z++ [[ 11 -gt 300 ]]
4332026-05-18T19:26:34.065Z++ sleep 1
4342026-05-18T19:26:35.067Z++ retry=12
4352026-05-18T19:26:35.070Z+++ svcs -Hostate baseline
4362026-05-18T19:26:35.083Z++ [[ offline* != online ]]
4372026-05-18T19:26:35.083Z++ [[ 12 -gt 300 ]]
4382026-05-18T19:26:35.083Z++ sleep 1
4392026-05-18T19:26:36.085Z++ retry=13
4402026-05-18T19:26:36.089Z+++ svcs -Hostate baseline
4412026-05-18T19:26:36.101Z++ [[ offline* != online ]]
4422026-05-18T19:26:36.101Z++ [[ 13 -gt 300 ]]
4432026-05-18T19:26:36.101Z++ sleep 1
4442026-05-18T19:26:37.104Z++ retry=14
4452026-05-18T19:26:37.107Z+++ svcs -Hostate baseline
4462026-05-18T19:26:37.119Z++ [[ offline* != online ]]
4472026-05-18T19:26:37.119Z++ [[ 14 -gt 300 ]]
4482026-05-18T19:26:37.119Z++ sleep 1
4492026-05-18T19:26:38.122Z++ retry=15
4502026-05-18T19:26:38.125Z+++ svcs -Hostate baseline
4512026-05-18T19:26:38.137Z++ [[ offline* != online ]]
4522026-05-18T19:26:38.137Z++ [[ 15 -gt 300 ]]
4532026-05-18T19:26:38.137Z++ sleep 1
4542026-05-18T19:26:39.139Z++ retry=16
4552026-05-18T19:26:39.143Z+++ svcs -Hostate baseline
4562026-05-18T19:26:39.155Z++ [[ offline* != online ]]
4572026-05-18T19:26:39.155Z++ [[ 16 -gt 300 ]]
4582026-05-18T19:26:39.155Z++ sleep 1
4592026-05-18T19:26:40.158Z++ retry=17
4602026-05-18T19:26:40.160Z+++ svcs -Hostate baseline
4612026-05-18T19:26:40.173Z++ [[ offline* != online ]]
4622026-05-18T19:26:40.174Z++ [[ 17 -gt 300 ]]
4632026-05-18T19:26:40.174Z++ sleep 1
4642026-05-18T19:26:41.175Z++ retry=18
4652026-05-18T19:26:41.179Z+++ svcs -Hostate baseline
4662026-05-18T19:26:41.192Z++ [[ offline* != online ]]
4672026-05-18T19:26:41.192Z++ [[ 18 -gt 300 ]]
4682026-05-18T19:26:41.192Z++ sleep 1
4692026-05-18T19:26:42.194Z++ retry=19
4702026-05-18T19:26:42.197Z+++ svcs -Hostate baseline
4712026-05-18T19:26:42.210Z++ [[ offline* != online ]]
4722026-05-18T19:26:42.210Z++ [[ 19 -gt 300 ]]
4732026-05-18T19:26:42.210Z++ sleep 1
4742026-05-18T19:26:43.212Z++ retry=20
4752026-05-18T19:26:43.216Z+++ svcs -Hostate baseline
4762026-05-18T19:26:43.228Z++ [[ offline* != online ]]
4772026-05-18T19:26:43.228Z++ [[ 20 -gt 300 ]]
4782026-05-18T19:26:43.228Z++ sleep 1
4792026-05-18T19:26:44.232Z++ retry=21
4802026-05-18T19:26:44.235Z+++ svcs -Hostate baseline
4812026-05-18T19:26:44.246Z++ [[ offline* != online ]]
4822026-05-18T19:26:44.246Z++ [[ 21 -gt 300 ]]
4832026-05-18T19:26:44.247Z++ sleep 1
4842026-05-18T19:26:45.249Z++ retry=22
4852026-05-18T19:26:45.252Z+++ svcs -Hostate baseline
4862026-05-18T19:26:45.264Z++ [[ offline* != online ]]
4872026-05-18T19:26:45.264Z++ [[ 22 -gt 300 ]]
4882026-05-18T19:26:45.264Z++ sleep 1
4892026-05-18T19:26:46.266Z++ retry=23
4902026-05-18T19:26:46.270Z+++ svcs -Hostate baseline
4912026-05-18T19:26:46.282Z++ [[ offline* != online ]]
4922026-05-18T19:26:46.282Z++ [[ 23 -gt 300 ]]
4932026-05-18T19:26:46.282Z++ sleep 1
4942026-05-18T19:26:47.286Z++ retry=24
4952026-05-18T19:26:47.289Z+++ svcs -Hostate baseline
4962026-05-18T19:26:47.300Z++ [[ offline* != online ]]
4972026-05-18T19:26:47.300Z++ [[ 24 -gt 300 ]]
4982026-05-18T19:26:47.301Z++ sleep 1
4992026-05-18T19:26:48.303Z++ retry=25
5002026-05-18T19:26:48.306Z+++ svcs -Hostate baseline
5012026-05-18T19:26:48.318Z++ [[ offline* != online ]]
5022026-05-18T19:26:48.319Z++ [[ 25 -gt 300 ]]
5032026-05-18T19:26:48.319Z++ sleep 1
5042026-05-18T19:26:49.321Z++ retry=26
5052026-05-18T19:26:49.325Z+++ svcs -Hostate baseline
5062026-05-18T19:26:49.337Z++ [[ offline* != online ]]
5072026-05-18T19:26:49.337Z++ [[ 26 -gt 300 ]]
5082026-05-18T19:26:49.337Z++ sleep 1
5092026-05-18T19:26:50.339Z++ retry=27
5102026-05-18T19:26:50.342Z+++ svcs -Hostate baseline
5112026-05-18T19:26:50.355Z++ [[ offline* != online ]]
5122026-05-18T19:26:50.355Z++ [[ 27 -gt 300 ]]
5132026-05-18T19:26:50.355Z++ sleep 1
5142026-05-18T19:26:51.357Z++ retry=28
5152026-05-18T19:26:51.360Z+++ svcs -Hostate baseline
5162026-05-18T19:26:51.375Z++ [[ offline* != online ]]
5172026-05-18T19:26:51.375Z++ [[ 28 -gt 300 ]]
5182026-05-18T19:26:51.375Z++ sleep 1
5192026-05-18T19:26:52.375Z++ retry=29
5202026-05-18T19:26:52.378Z+++ svcs -Hostate baseline
5212026-05-18T19:26:52.391Z++ [[ offline* != online ]]
5222026-05-18T19:26:52.391Z++ [[ 29 -gt 300 ]]
5232026-05-18T19:26:52.391Z++ sleep 1
5242026-05-18T19:26:53.393Z++ retry=30
5252026-05-18T19:26:53.396Z+++ svcs -Hostate baseline
5262026-05-18T19:26:53.409Z++ [[ offline* != online ]]
5272026-05-18T19:26:53.409Z++ [[ 30 -gt 300 ]]
5282026-05-18T19:26:53.409Z++ sleep 1
5292026-05-18T19:26:54.411Z++ retry=31
5302026-05-18T19:26:54.414Z+++ svcs -Hostate baseline
5312026-05-18T19:26:54.427Z++ [[ offline* != online ]]
5322026-05-18T19:26:54.427Z++ [[ 31 -gt 300 ]]
5332026-05-18T19:26:54.427Z++ sleep 1
5342026-05-18T19:26:55.429Z++ retry=32
5352026-05-18T19:26:55.433Z+++ svcs -Hostate baseline
5362026-05-18T19:26:55.446Z++ [[ offline* != online ]]
5372026-05-18T19:26:55.447Z++ [[ 32 -gt 300 ]]
5382026-05-18T19:26:55.447Z++ sleep 1
5392026-05-18T19:26:56.447Z++ retry=33
5402026-05-18T19:26:56.452Z+++ svcs -Hostate baseline
5412026-05-18T19:26:56.463Z++ [[ offline* != online ]]
5422026-05-18T19:26:56.463Z++ [[ 33 -gt 300 ]]
5432026-05-18T19:26:56.463Z++ sleep 1
5442026-05-18T19:26:57.466Z++ retry=34
5452026-05-18T19:26:57.469Z+++ svcs -Hostate baseline
5462026-05-18T19:26:57.481Z++ [[ offline* != online ]]
5472026-05-18T19:26:57.481Z++ [[ 34 -gt 300 ]]
5482026-05-18T19:26:57.481Z++ sleep 1
5492026-05-18T19:26:58.483Z++ retry=35
5502026-05-18T19:26:58.486Z+++ svcs -Hostate baseline
5512026-05-18T19:26:58.499Z++ [[ offline* != online ]]
5522026-05-18T19:26:58.499Z++ [[ 35 -gt 300 ]]
5532026-05-18T19:26:58.499Z++ sleep 1
5542026-05-18T19:26:59.502Z++ retry=36
5552026-05-18T19:26:59.505Z+++ svcs -Hostate baseline
5562026-05-18T19:26:59.517Z++ [[ offline* != online ]]
5572026-05-18T19:26:59.517Z++ [[ 36 -gt 300 ]]
5582026-05-18T19:26:59.517Z++ sleep 1
5592026-05-18T19:27:00.519Z++ retry=37
5602026-05-18T19:27:00.523Z+++ svcs -Hostate baseline
5612026-05-18T19:27:00.535Z++ [[ offline* != online ]]
5622026-05-18T19:27:00.535Z++ [[ 37 -gt 300 ]]
5632026-05-18T19:27:00.535Z++ sleep 1
5642026-05-18T19:27:01.537Z++ retry=38
5652026-05-18T19:27:01.541Z+++ svcs -Hostate baseline
5662026-05-18T19:27:01.554Z++ [[ offline* != online ]]
5672026-05-18T19:27:01.554Z++ [[ 38 -gt 300 ]]
5682026-05-18T19:27:01.554Z++ sleep 1
5692026-05-18T19:27:02.556Z++ retry=39
5702026-05-18T19:27:02.559Z+++ svcs -Hostate baseline
5712026-05-18T19:27:02.571Z++ [[ offline* != online ]]
5722026-05-18T19:27:02.571Z++ [[ 39 -gt 300 ]]
5732026-05-18T19:27:02.571Z++ sleep 1
5742026-05-18T19:27:03.574Z++ retry=40
5752026-05-18T19:27:03.577Z+++ svcs -Hostate baseline
5762026-05-18T19:27:03.590Z++ [[ offline* != online ]]
5772026-05-18T19:27:03.590Z++ [[ 40 -gt 300 ]]
5782026-05-18T19:27:03.590Z++ sleep 1
5792026-05-18T19:27:04.592Z++ retry=41
5802026-05-18T19:27:04.595Z+++ svcs -Hostate baseline
5812026-05-18T19:27:04.608Z++ [[ offline* != online ]]
5822026-05-18T19:27:04.608Z++ [[ 41 -gt 300 ]]
5832026-05-18T19:27:04.608Z++ sleep 1
5842026-05-18T19:27:05.610Z++ retry=42
5852026-05-18T19:27:05.613Z+++ svcs -Hostate baseline
5862026-05-18T19:27:05.626Z++ [[ offline* != online ]]
5872026-05-18T19:27:05.626Z++ [[ 42 -gt 300 ]]
5882026-05-18T19:27:05.626Z++ sleep 1
5892026-05-18T19:27:06.628Z++ retry=43
5902026-05-18T19:27:06.631Z+++ svcs -Hostate baseline
5912026-05-18T19:27:06.644Z++ [[ offline* != online ]]
5922026-05-18T19:27:06.644Z++ [[ 43 -gt 300 ]]
5932026-05-18T19:27:06.644Z++ sleep 1
5942026-05-18T19:27:07.646Z++ retry=44
5952026-05-18T19:27:07.649Z+++ svcs -Hostate baseline
5962026-05-18T19:27:07.662Z++ [[ offline* != online ]]
5972026-05-18T19:27:07.662Z++ [[ 44 -gt 300 ]]
5982026-05-18T19:27:07.665Z++ sleep 1
5992026-05-18T19:27:08.664Z++ retry=45
6002026-05-18T19:27:08.667Z+++ svcs -Hostate baseline
6012026-05-18T19:27:08.680Z++ [[ offline* != online ]]
6022026-05-18T19:27:08.680Z++ [[ 45 -gt 300 ]]
6032026-05-18T19:27:08.680Z++ sleep 1
6042026-05-18T19:27:09.682Z++ retry=46
6052026-05-18T19:27:09.686Z+++ svcs -Hostate baseline
6062026-05-18T19:27:09.698Z++ [[ offline* != online ]]
6072026-05-18T19:27:09.698Z++ [[ 46 -gt 300 ]]
6082026-05-18T19:27:09.699Z++ sleep 1
6092026-05-18T19:27:10.700Z++ retry=47
6102026-05-18T19:27:10.704Z+++ svcs -Hostate baseline
6112026-05-18T19:27:10.716Z++ [[ offline* != online ]]
6122026-05-18T19:27:10.716Z++ [[ 47 -gt 300 ]]
6132026-05-18T19:27:10.716Z++ sleep 1
6142026-05-18T19:27:11.718Z++ retry=48
6152026-05-18T19:27:11.722Z+++ svcs -Hostate baseline
6162026-05-18T19:27:11.734Z++ [[ offline* != online ]]
6172026-05-18T19:27:11.734Z++ [[ 48 -gt 300 ]]
6182026-05-18T19:27:11.737Z++ sleep 1
6192026-05-18T19:27:12.736Z++ retry=49
6202026-05-18T19:27:12.739Z+++ svcs -Hostate baseline
6212026-05-18T19:27:12.752Z++ [[ offline* != online ]]
6222026-05-18T19:27:12.752Z++ [[ 49 -gt 300 ]]
6232026-05-18T19:27:12.752Z++ sleep 1
6242026-05-18T19:27:13.755Z++ retry=50
6252026-05-18T19:27:13.758Z+++ svcs -Hostate baseline
6262026-05-18T19:27:13.770Z++ [[ offline* != online ]]
6272026-05-18T19:27:13.770Z++ [[ 50 -gt 300 ]]
6282026-05-18T19:27:13.774Z++ sleep 1
6292026-05-18T19:27:14.773Z++ retry=51
6302026-05-18T19:27:14.776Z+++ svcs -Hostate baseline
6312026-05-18T19:27:14.789Z++ [[ offline* != online ]]
6322026-05-18T19:27:14.789Z++ [[ 51 -gt 300 ]]
6332026-05-18T19:27:14.789Z++ sleep 1
6342026-05-18T19:27:15.791Z++ retry=52
6352026-05-18T19:27:15.794Z+++ svcs -Hostate baseline
6362026-05-18T19:27:15.807Z++ [[ offline* != online ]]
6372026-05-18T19:27:15.807Z++ [[ 52 -gt 300 ]]
6382026-05-18T19:27:15.807Z++ sleep 1
6392026-05-18T19:27:16.809Z++ retry=53
6402026-05-18T19:27:16.812Z+++ svcs -Hostate baseline
6412026-05-18T19:27:16.825Z++ [[ offline* != online ]]
6422026-05-18T19:27:16.825Z++ [[ 53 -gt 300 ]]
6432026-05-18T19:27:16.825Z++ sleep 1
6442026-05-18T19:27:17.827Z++ retry=54
6452026-05-18T19:27:17.831Z+++ svcs -Hostate baseline
6462026-05-18T19:27:17.843Z++ [[ offline* != online ]]
6472026-05-18T19:27:17.843Z++ [[ 54 -gt 300 ]]
6482026-05-18T19:27:17.843Z++ sleep 1
6492026-05-18T19:27:18.845Z++ retry=55
6502026-05-18T19:27:18.849Z+++ svcs -Hostate baseline
6512026-05-18T19:27:18.861Z++ [[ offline* != online ]]
6522026-05-18T19:27:18.861Z++ [[ 55 -gt 300 ]]
6532026-05-18T19:27:18.861Z++ sleep 1
6542026-05-18T19:27:19.864Z++ retry=56
6552026-05-18T19:27:19.868Z+++ svcs -Hostate baseline
6562026-05-18T19:27:19.880Z++ [[ offline* != online ]]
6572026-05-18T19:27:19.880Z++ [[ 56 -gt 300 ]]
6582026-05-18T19:27:19.880Z++ sleep 1
6592026-05-18T19:27:20.882Z++ retry=57
6602026-05-18T19:27:20.885Z+++ svcs -Hostate baseline
6612026-05-18T19:27:20.898Z++ [[ offline* != online ]]
6622026-05-18T19:27:20.898Z++ [[ 57 -gt 300 ]]
6632026-05-18T19:27:20.898Z++ sleep 1
6642026-05-18T19:27:21.901Z++ retry=58
6652026-05-18T19:27:21.904Z+++ svcs -Hostate baseline
6662026-05-18T19:27:21.917Z++ [[ offline* != online ]]
6672026-05-18T19:27:21.917Z++ [[ 58 -gt 300 ]]
6682026-05-18T19:27:21.917Z++ sleep 1
6692026-05-18T19:27:22.921Z++ retry=59
6702026-05-18T19:27:22.924Z+++ svcs -Hostate baseline
6712026-05-18T19:27:22.935Z++ [[ offline* != online ]]
6722026-05-18T19:27:22.935Z++ [[ 59 -gt 300 ]]
6732026-05-18T19:27:22.935Z++ sleep 1
6742026-05-18T19:27:23.937Z++ retry=60
6752026-05-18T19:27:23.940Z+++ svcs -Hostate baseline
6762026-05-18T19:27:23.953Z++ [[ offline* != online ]]
6772026-05-18T19:27:23.953Z++ [[ 60 -gt 300 ]]
6782026-05-18T19:27:23.953Z++ sleep 1
6792026-05-18T19:27:24.955Z++ retry=61
6802026-05-18T19:27:24.958Z+++ svcs -Hostate baseline
6812026-05-18T19:27:24.971Z++ [[ offline* != online ]]
6822026-05-18T19:27:24.971Z++ [[ 61 -gt 300 ]]
6832026-05-18T19:27:24.971Z++ sleep 1
6842026-05-18T19:27:25.973Z++ retry=62
6852026-05-18T19:27:25.977Z+++ svcs -Hostate baseline
6862026-05-18T19:27:25.989Z++ [[ offline* != online ]]
6872026-05-18T19:27:25.989Z++ [[ 62 -gt 300 ]]
6882026-05-18T19:27:25.989Z++ sleep 1
6892026-05-18T19:27:26.991Z++ retry=63
6902026-05-18T19:27:26.994Z+++ svcs -Hostate baseline
6912026-05-18T19:27:27.008Z++ [[ offline* != online ]]
6922026-05-18T19:27:27.008Z++ [[ 63 -gt 300 ]]
6932026-05-18T19:27:27.008Z++ sleep 1
6942026-05-18T19:27:28.009Z++ retry=64
6952026-05-18T19:27:28.012Z+++ svcs -Hostate baseline
6962026-05-18T19:27:28.025Z++ [[ offline* != online ]]
6972026-05-18T19:27:28.025Z++ [[ 64 -gt 300 ]]
6982026-05-18T19:27:28.025Z++ sleep 1
6992026-05-18T19:27:29.029Z++ retry=65
7002026-05-18T19:27:29.032Z+++ svcs -Hostate baseline
7012026-05-18T19:27:29.044Z++ [[ offline* != online ]]
7022026-05-18T19:27:29.044Z++ [[ 65 -gt 300 ]]
7032026-05-18T19:27:29.044Z++ sleep 1
7042026-05-18T19:27:30.046Z++ retry=66
7052026-05-18T19:27:30.050Z+++ svcs -Hostate baseline
7062026-05-18T19:27:30.063Z++ [[ offline* != online ]]
7072026-05-18T19:27:30.063Z++ [[ 66 -gt 300 ]]
7082026-05-18T19:27:30.063Z++ sleep 1
7092026-05-18T19:27:31.065Z++ retry=67
7102026-05-18T19:27:31.068Z+++ svcs -Hostate baseline
7112026-05-18T19:27:31.080Z++ [[ offline* != online ]]
7122026-05-18T19:27:31.081Z++ [[ 67 -gt 300 ]]
7132026-05-18T19:27:31.081Z++ sleep 1
7142026-05-18T19:27:32.083Z++ retry=68
7152026-05-18T19:27:32.086Z+++ svcs -Hostate baseline
7162026-05-18T19:27:32.099Z++ [[ offline* != online ]]
7172026-05-18T19:27:32.099Z++ [[ 68 -gt 300 ]]
7182026-05-18T19:27:32.099Z++ sleep 1
7192026-05-18T19:27:33.101Z++ retry=69
7202026-05-18T19:27:33.104Z+++ svcs -Hostate baseline
7212026-05-18T19:27:33.117Z++ [[ offline* != online ]]
7222026-05-18T19:27:33.117Z++ [[ 69 -gt 300 ]]
7232026-05-18T19:27:33.117Z++ sleep 1
7242026-05-18T19:27:34.119Z++ retry=70
7252026-05-18T19:27:34.122Z+++ svcs -Hostate baseline
7262026-05-18T19:27:34.135Z++ [[ offline* != online ]]
7272026-05-18T19:27:34.135Z++ [[ 70 -gt 300 ]]
7282026-05-18T19:27:34.135Z++ sleep 1
7292026-05-18T19:27:35.138Z++ retry=71
7302026-05-18T19:27:35.141Z+++ svcs -Hostate baseline
7312026-05-18T19:27:35.155Z++ [[ offline* != online ]]
7322026-05-18T19:27:35.155Z++ [[ 71 -gt 300 ]]
7332026-05-18T19:27:35.155Z++ sleep 1
7342026-05-18T19:27:36.156Z++ retry=72
7352026-05-18T19:27:36.159Z+++ svcs -Hostate baseline
7362026-05-18T19:27:36.172Z++ [[ offline* != online ]]
7372026-05-18T19:27:36.172Z++ [[ 72 -gt 300 ]]
7382026-05-18T19:27:36.172Z++ sleep 1
7392026-05-18T19:27:37.174Z++ retry=73
7402026-05-18T19:27:37.177Z+++ svcs -Hostate baseline
7412026-05-18T19:27:37.190Z++ [[ offline* != online ]]
7422026-05-18T19:27:37.190Z++ [[ 73 -gt 300 ]]
7432026-05-18T19:27:37.190Z++ sleep 1
7442026-05-18T19:27:38.192Z++ retry=74
7452026-05-18T19:27:38.195Z+++ svcs -Hostate baseline
7462026-05-18T19:27:38.209Z++ [[ offline* != online ]]
7472026-05-18T19:27:38.209Z++ [[ 74 -gt 300 ]]
7482026-05-18T19:27:38.209Z++ sleep 1
7492026-05-18T19:27:39.211Z++ retry=75
7502026-05-18T19:27:39.214Z+++ svcs -Hostate baseline
7512026-05-18T19:27:39.227Z++ [[ offline* != online ]]
7522026-05-18T19:27:39.227Z++ [[ 75 -gt 300 ]]
7532026-05-18T19:27:39.227Z++ sleep 1
7542026-05-18T19:27:40.230Z++ retry=76
7552026-05-18T19:27:40.233Z+++ svcs -Hostate baseline
7562026-05-18T19:27:40.246Z++ [[ offline* != online ]]
7572026-05-18T19:27:40.246Z++ [[ 76 -gt 300 ]]
7582026-05-18T19:27:40.246Z++ sleep 1
7592026-05-18T19:27:41.250Z++ retry=77
7602026-05-18T19:27:41.253Z+++ svcs -Hostate baseline
7612026-05-18T19:27:41.269Z++ [[ offline* != online ]]
7622026-05-18T19:27:41.269Z++ [[ 77 -gt 300 ]]
7632026-05-18T19:27:41.269Z++ sleep 1
7642026-05-18T19:27:42.267Z++ retry=78
7652026-05-18T19:27:42.270Z+++ svcs -Hostate baseline
7662026-05-18T19:27:42.283Z++ [[ offline* != online ]]
7672026-05-18T19:27:42.283Z++ [[ 78 -gt 300 ]]
7682026-05-18T19:27:42.283Z++ sleep 1
7692026-05-18T19:27:43.285Z++ retry=79
7702026-05-18T19:27:43.288Z+++ svcs -Hostate baseline
7712026-05-18T19:27:43.300Z++ [[ offline* != online ]]
7722026-05-18T19:27:43.300Z++ [[ 79 -gt 300 ]]
7732026-05-18T19:27:43.300Z++ sleep 1
7742026-05-18T19:27:44.303Z++ retry=80
7752026-05-18T19:27:44.307Z+++ svcs -Hostate baseline
7762026-05-18T19:27:44.319Z++ [[ offline* != online ]]
7772026-05-18T19:27:44.319Z++ [[ 80 -gt 300 ]]
7782026-05-18T19:27:44.319Z++ sleep 1
7792026-05-18T19:27:45.321Z++ retry=81
7802026-05-18T19:27:45.324Z+++ svcs -Hostate baseline
7812026-05-18T19:27:45.337Z++ [[ offline* != online ]]
7822026-05-18T19:27:45.337Z++ [[ 81 -gt 300 ]]
7832026-05-18T19:27:45.337Z++ sleep 1
7842026-05-18T19:27:46.339Z++ retry=82
7852026-05-18T19:27:46.342Z+++ svcs -Hostate baseline
7862026-05-18T19:27:46.356Z++ [[ offline* != online ]]
7872026-05-18T19:27:46.356Z++ [[ 82 -gt 300 ]]
7882026-05-18T19:27:46.356Z++ sleep 1
7892026-05-18T19:27:47.359Z++ retry=83
7902026-05-18T19:27:47.362Z+++ svcs -Hostate baseline
7912026-05-18T19:27:47.374Z++ [[ offline* != online ]]
7922026-05-18T19:27:47.374Z++ [[ 83 -gt 300 ]]
7932026-05-18T19:27:47.374Z++ sleep 1
7942026-05-18T19:27:48.377Z++ retry=84
7952026-05-18T19:27:48.380Z+++ svcs -Hostate baseline
7962026-05-18T19:27:48.393Z++ [[ offline* != online ]]
7972026-05-18T19:27:48.393Z++ [[ 84 -gt 300 ]]
7982026-05-18T19:27:48.393Z++ sleep 1
7992026-05-18T19:27:49.395Z++ retry=85
8002026-05-18T19:27:49.398Z+++ svcs -Hostate baseline
8012026-05-18T19:27:49.411Z++ [[ offline* != online ]]
8022026-05-18T19:27:49.411Z++ [[ 85 -gt 300 ]]
8032026-05-18T19:27:49.411Z++ sleep 1
8042026-05-18T19:27:50.413Z++ retry=86
8052026-05-18T19:27:50.416Z+++ svcs -Hostate baseline
8062026-05-18T19:27:50.429Z++ [[ offline* != online ]]
8072026-05-18T19:27:50.429Z++ [[ 86 -gt 300 ]]
8082026-05-18T19:27:50.429Z++ sleep 1
8092026-05-18T19:27:51.432Z++ retry=87
8102026-05-18T19:27:51.436Z+++ svcs -Hostate baseline
8112026-05-18T19:27:51.447Z++ [[ offline* != online ]]
8122026-05-18T19:27:51.447Z++ [[ 87 -gt 300 ]]
8132026-05-18T19:27:51.447Z++ sleep 1
8142026-05-18T19:27:52.450Z++ retry=88
8152026-05-18T19:27:52.453Z+++ svcs -Hostate baseline
8162026-05-18T19:27:52.467Z++ [[ offline* != online ]]
8172026-05-18T19:27:52.467Z++ [[ 88 -gt 300 ]]
8182026-05-18T19:27:52.467Z++ sleep 1
8192026-05-18T19:27:53.468Z++ retry=89
8202026-05-18T19:27:53.471Z+++ svcs -Hostate baseline
8212026-05-18T19:27:53.483Z++ [[ offline* != online ]]
8222026-05-18T19:27:53.484Z++ [[ 89 -gt 300 ]]
8232026-05-18T19:27:53.484Z++ sleep 1
8242026-05-18T19:27:54.486Z++ retry=90
8252026-05-18T19:27:54.489Z+++ svcs -Hostate baseline
8262026-05-18T19:27:54.502Z++ [[ offline* != online ]]
8272026-05-18T19:27:54.502Z++ [[ 90 -gt 300 ]]
8282026-05-18T19:27:54.502Z++ sleep 1
8292026-05-18T19:27:55.504Z++ retry=91
8302026-05-18T19:27:55.508Z+++ svcs -Hostate baseline
8312026-05-18T19:27:55.520Z++ [[ offline* != online ]]
8322026-05-18T19:27:55.520Z++ [[ 91 -gt 300 ]]
8332026-05-18T19:27:55.520Z++ sleep 1
8342026-05-18T19:27:56.522Z++ retry=92
8352026-05-18T19:27:56.525Z+++ svcs -Hostate baseline
8362026-05-18T19:27:56.537Z++ [[ offline* != online ]]
8372026-05-18T19:27:56.537Z++ [[ 92 -gt 300 ]]
8382026-05-18T19:27:56.538Z++ sleep 1
8392026-05-18T19:27:57.539Z++ retry=93
8402026-05-18T19:27:57.542Z+++ svcs -Hostate baseline
8412026-05-18T19:27:57.554Z++ [[ offline* != online ]]
8422026-05-18T19:27:57.554Z++ [[ 93 -gt 300 ]]
8432026-05-18T19:27:57.554Z++ sleep 1
8442026-05-18T19:27:58.557Z++ retry=94
8452026-05-18T19:27:58.560Z+++ svcs -Hostate baseline
8462026-05-18T19:27:58.571Z++ [[ offline* != online ]]
8472026-05-18T19:27:58.571Z++ [[ 94 -gt 300 ]]
8482026-05-18T19:27:58.571Z++ sleep 1
8492026-05-18T19:27:59.574Z++ retry=95
8502026-05-18T19:27:59.577Z+++ svcs -Hostate baseline
8512026-05-18T19:27:59.588Z++ [[ offline* != online ]]
8522026-05-18T19:27:59.588Z++ [[ 95 -gt 300 ]]
8532026-05-18T19:27:59.588Z++ sleep 1
8542026-05-18T19:28:00.590Z++ retry=96
8552026-05-18T19:28:00.593Z+++ svcs -Hostate baseline
8562026-05-18T19:28:00.605Z++ [[ offline* != online ]]
8572026-05-18T19:28:00.605Z++ [[ 96 -gt 300 ]]
8582026-05-18T19:28:00.605Z++ sleep 1
8592026-05-18T19:28:01.607Z++ retry=97
8602026-05-18T19:28:01.610Z+++ svcs -Hostate baseline
8612026-05-18T19:28:01.623Z++ [[ offline* != online ]]
8622026-05-18T19:28:01.623Z++ [[ 97 -gt 300 ]]
8632026-05-18T19:28:01.623Z++ sleep 1
8642026-05-18T19:28:02.625Z++ retry=98
8652026-05-18T19:28:02.628Z+++ svcs -Hostate baseline
8662026-05-18T19:28:02.641Z++ [[ offline* != online ]]
8672026-05-18T19:28:02.641Z++ [[ 98 -gt 300 ]]
8682026-05-18T19:28:02.641Z++ sleep 1
8692026-05-18T19:28:03.643Z++ retry=99
8702026-05-18T19:28:03.646Z+++ svcs -Hostate baseline
8712026-05-18T19:28:03.659Z++ [[ offline* != online ]]
8722026-05-18T19:28:03.659Z++ [[ 99 -gt 300 ]]
8732026-05-18T19:28:03.659Z++ sleep 1
8742026-05-18T19:28:04.661Z++ retry=100
8752026-05-18T19:28:04.664Z+++ svcs -Hostate baseline
8762026-05-18T19:28:04.677Z++ [[ offline* != online ]]
8772026-05-18T19:28:04.677Z++ [[ 100 -gt 300 ]]
8782026-05-18T19:28:04.677Z++ sleep 1
8792026-05-18T19:28:05.679Z++ retry=101
8802026-05-18T19:28:05.682Z+++ svcs -Hostate baseline
8812026-05-18T19:28:05.695Z++ [[ offline* != online ]]
8822026-05-18T19:28:05.695Z++ [[ 101 -gt 300 ]]
8832026-05-18T19:28:05.695Z++ sleep 1
8842026-05-18T19:28:06.697Z++ retry=102
8852026-05-18T19:28:06.700Z+++ svcs -Hostate baseline
8862026-05-18T19:28:06.712Z++ [[ offline* != online ]]
8872026-05-18T19:28:06.712Z++ [[ 102 -gt 300 ]]
8882026-05-18T19:28:06.712Z++ sleep 1
8892026-05-18T19:28:07.715Z++ retry=103
8902026-05-18T19:28:07.718Z+++ svcs -Hostate baseline
8912026-05-18T19:28:07.730Z++ [[ offline* != online ]]
8922026-05-18T19:28:07.730Z++ [[ 103 -gt 300 ]]
8932026-05-18T19:28:07.730Z++ sleep 1
8942026-05-18T19:28:08.733Z++ retry=104
8952026-05-18T19:28:08.737Z+++ svcs -Hostate baseline
8962026-05-18T19:28:08.748Z++ [[ offline* != online ]]
8972026-05-18T19:28:08.748Z++ [[ 104 -gt 300 ]]
8982026-05-18T19:28:08.748Z++ sleep 1
8992026-05-18T19:28:09.751Z++ retry=105
9002026-05-18T19:28:09.754Z+++ svcs -Hostate baseline
9012026-05-18T19:28:09.766Z++ [[ offline* != online ]]
9022026-05-18T19:28:09.766Z++ [[ 105 -gt 300 ]]
9032026-05-18T19:28:09.766Z++ sleep 1
9042026-05-18T19:28:10.769Z++ retry=106
9052026-05-18T19:28:10.772Z+++ svcs -Hostate baseline
9062026-05-18T19:28:10.784Z++ [[ offline* != online ]]
9072026-05-18T19:28:10.784Z++ [[ 106 -gt 300 ]]
9082026-05-18T19:28:10.785Z++ sleep 1
9092026-05-18T19:28:11.787Z++ retry=107
9102026-05-18T19:28:11.792Z+++ svcs -Hostate baseline
9112026-05-18T19:28:11.802Z++ [[ offline* != online ]]
9122026-05-18T19:28:11.802Z++ [[ 107 -gt 300 ]]
9132026-05-18T19:28:11.802Z++ sleep 1
9142026-05-18T19:28:12.805Z++ retry=108
9152026-05-18T19:28:12.808Z+++ svcs -Hostate baseline
9162026-05-18T19:28:12.820Z++ [[ offline* != online ]]
9172026-05-18T19:28:12.820Z++ [[ 108 -gt 300 ]]
9182026-05-18T19:28:12.820Z++ sleep 1
9192026-05-18T19:28:13.822Z++ retry=109
9202026-05-18T19:28:13.825Z+++ svcs -Hostate baseline
9212026-05-18T19:28:13.838Z++ [[ offline* != online ]]
9222026-05-18T19:28:13.838Z++ [[ 109 -gt 300 ]]
9232026-05-18T19:28:13.838Z++ sleep 1
9242026-05-18T19:28:14.841Z++ retry=110
9252026-05-18T19:28:14.844Z+++ svcs -Hostate baseline
9262026-05-18T19:28:14.855Z++ [[ offline* != online ]]
9272026-05-18T19:28:14.855Z++ [[ 110 -gt 300 ]]
9282026-05-18T19:28:14.855Z++ sleep 1
9292026-05-18T19:28:15.857Z++ retry=111
9302026-05-18T19:28:15.860Z+++ svcs -Hostate baseline
9312026-05-18T19:28:15.873Z++ [[ offline* != online ]]
9322026-05-18T19:28:15.873Z++ [[ 111 -gt 300 ]]
9332026-05-18T19:28:15.873Z++ sleep 1
9342026-05-18T19:28:16.875Z++ retry=112
9352026-05-18T19:28:16.878Z+++ svcs -Hostate baseline
9362026-05-18T19:28:16.891Z++ [[ offline* != online ]]
9372026-05-18T19:28:16.891Z++ [[ 112 -gt 300 ]]
9382026-05-18T19:28:16.891Z++ sleep 1
9392026-05-18T19:28:17.893Z++ retry=113
9402026-05-18T19:28:17.897Z+++ svcs -Hostate baseline
9412026-05-18T19:28:17.909Z++ [[ online != online ]]
9422026-05-18T19:28:17.909Z++ set -o errexit
9432026-05-18T19:28:17.912Z++ set -o pipefail
9442026-05-18T19:28:17.912Z++ banner build
9452026-05-18T19:28:17.912Z
9462026-05-18T19:28:17.913Z ##### # # # # #####
9472026-05-18T19:28:17.913Z # # # # # # # #
9482026-05-18T19:28:17.913Z ##### # # # # # #
9492026-05-18T19:28:17.913Z # # # # # # # #
9502026-05-18T19:28:17.913Z # # # # # # # #
9512026-05-18T19:28:17.913Z ##### #### # ###### #####
9522026-05-18T19:28:17.913Z
9532026-05-18T19:28:17.913Z++ cargo build --release --bin ddmd --bin ddmadm
9542026-05-18T19:28:17.916Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9552026-05-18T19:28:18.071Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9562026-05-18T19:28:18.076Zinfo: downloading 6 components
9572026-05-18T19:28:34.035Z Updating git repository `https://github.com/oxidecomputer/falcon`
9582026-05-18T19:28:34.617ZFrom https://github.com/oxidecomputer/falcon
9592026-05-18T19:28:34.617Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9602026-05-18T19:28:34.695Z Updating crates.io index
9612026-05-18T19:28:34.728Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9622026-05-18T19:28:35.468ZFrom https://github.com/oxidecomputer/dendrite
9632026-05-18T19:28:35.468Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9642026-05-18T19:28:35.691Z Updating git repository `https://github.com/oxidecomputer/ispf`
9652026-05-18T19:28:35.982ZFrom https://github.com/oxidecomputer/ispf
9662026-05-18T19:28:35.982Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9672026-05-18T19:28:35.989Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9682026-05-18T19:28:36.361ZFrom https://github.com/oxidecomputer/netadm-sys
9692026-05-18T19:28:36.361Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9702026-05-18T19:28:36.369Z Updating git repository `https://github.com/oxidecomputer/omicron`
9712026-05-18T19:28:43.751ZFrom https://github.com/oxidecomputer/omicron
9722026-05-18T19:28:43.751Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9732026-05-18T19:28:44.161Z Updating git repository `https://github.com/oxidecomputer/opte`
9742026-05-18T19:28:44.788ZFrom https://github.com/oxidecomputer/opte
9752026-05-18T19:28:44.788Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9762026-05-18T19:28:45.262Z Updating git repository `https://github.com/illumos/smf-rs`
9772026-05-18T19:28:45.538ZFrom https://github.com/illumos/smf-rs
9782026-05-18T19:28:45.538Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9792026-05-18T19:28:45.755Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9802026-05-18T19:28:46.028ZFrom https://github.com/oxidecomputer/network-interface
9812026-05-18T19:28:46.028Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9822026-05-18T19:28:46.048Z Updating git repository `https://github.com/oxidecomputer/zone`
9832026-05-18T19:28:46.330ZFrom https://github.com/oxidecomputer/zone
9842026-05-18T19:28:46.330Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9852026-05-18T19:28:46.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
9862026-05-18T19:28:47.094ZFrom https://github.com/oxidecomputer/propolis
9872026-05-18T19:28:47.094Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9882026-05-18T19:28:47.359Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9892026-05-18T19:28:47.822ZFrom https://github.com/oxidecomputer/transceiver-control
9902026-05-18T19:28:47.823Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9912026-05-18T19:28:47.840Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9922026-05-18T19:28:48.107ZFrom https://github.com/oxidecomputer/dlpi-sys
9932026-05-18T19:28:48.107Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9942026-05-18T19:28:48.112Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9952026-05-18T19:28:48.380ZFrom https://github.com/jmesmon/rust-libzfs
9962026-05-18T19:28:48.380Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9972026-05-18T19:28:48.388Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9982026-05-18T19:28:48.674ZFrom https://github.com/oxidecomputer/rusty-doors
9992026-05-18T19:28:48.674Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10002026-05-18T19:28:48.800Z Updating git repository `https://github.com/oxidecomputer/lldp`
10012026-05-18T19:28:49.362ZFrom https://github.com/oxidecomputer/lldp
10022026-05-18T19:28:49.362Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
10032026-05-18T19:28:49.433Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10042026-05-18T19:28:49.715ZFrom https://github.com/oxidecomputer/slog-error-chain
10052026-05-18T19:28:49.716Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10062026-05-18T19:28:49.733Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10072026-05-18T19:28:50.033ZFrom https://github.com/oxidecomputer/tufaceous
10082026-05-18T19:28:50.033Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10092026-05-18T19:28:50.181Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10102026-05-18T19:28:50.714ZFrom https://github.com/oxidecomputer/management-gateway-service
10112026-05-18T19:28:50.714Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
10122026-05-18T19:28:50.832Z Updating git repository `https://github.com/oxidecomputer/crucible`
10132026-05-18T19:28:52.066ZFrom https://github.com/oxidecomputer/crucible
10142026-05-18T19:28:52.066Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10152026-05-18T19:28:52.878Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10162026-05-18T19:28:53.148ZFrom https://github.com/oxidecomputer/serde_human_bytes
10172026-05-18T19:28:53.148Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10182026-05-18T19:28:53.389Z Updating git repository `https://github.com/oxidecomputer/propolis`
10192026-05-18T19:28:53.741ZFrom https://github.com/oxidecomputer/propolis
10202026-05-18T19:28:53.741Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10212026-05-18T19:28:53.954Z Updating git repository `https://github.com/oxidecomputer/opte`
10222026-05-18T19:28:54.237ZFrom https://github.com/oxidecomputer/opte
10232026-05-18T19:28:54.237Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10242026-05-18T19:28:54.281Z Updating git repository `https://github.com/oxidecomputer/tofino`
10252026-05-18T19:28:54.647ZFrom https://github.com/oxidecomputer/tofino
10262026-05-18T19:28:54.647Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10272026-05-18T19:28:54.670Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10282026-05-18T19:28:55.313ZFrom https://github.com/oxidecomputer/maghemite
10292026-05-18T19:28:55.313Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10302026-05-18T19:28:55.357Z Updating git repository `https://github.com/oxidecomputer/clickward`
10312026-05-18T19:28:55.641ZFrom https://github.com/oxidecomputer/clickward
10322026-05-18T19:28:55.641Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10332026-05-18T19:28:55.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
10342026-05-18T19:28:56.168ZFrom https://github.com/oxidecomputer/crucible
10352026-05-18T19:28:56.168Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10362026-05-18T19:28:56.289Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10372026-05-18T19:28:56.564ZFrom https://github.com/oxidecomputer/illumos-devinfo
10382026-05-18T19:28:56.564Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10392026-05-18T19:28:57.663Z Downloading crates ...
10402026-05-18T19:28:57.728Z Downloaded anyhow v1.0.102
10412026-05-18T19:28:57.732Z Downloaded crossbeam-epoch v0.9.18
10422026-05-18T19:28:57.735Z Downloaded anstream v1.0.0
10432026-05-18T19:28:57.738Z Downloaded adler2 v2.0.1
10442026-05-18T19:28:57.741Z Downloaded cfg-if v1.0.4
10452026-05-18T19:28:57.744Z Downloaded async-stream v0.3.6
10462026-05-18T19:28:57.744Z Downloaded bitflags v2.11.1
10472026-05-18T19:28:57.748Z Downloaded defmt v0.3.100
10482026-05-18T19:28:57.751Z Downloaded cpufeatures v0.2.17
10492026-05-18T19:28:57.751Z Downloaded cobs v0.3.0
10502026-05-18T19:28:57.754Z Downloaded chacha20 v0.10.0
10512026-05-18T19:28:57.757Z Downloaded defmt-parser v1.0.0
10522026-05-18T19:28:57.760Z Downloaded digest v0.10.7
10532026-05-18T19:28:57.760Z Downloaded const_format_proc_macros v0.2.34
10542026-05-18T19:28:57.763Z Downloaded derive-where v1.6.1
10552026-05-18T19:28:57.765Z Downloaded hex v0.4.3
10562026-05-18T19:28:57.768Z Downloaded dof v0.4.0
10572026-05-18T19:28:57.771Z Downloaded futures-sink v0.3.32
10582026-05-18T19:28:57.771Z Downloaded foreign-types-macros v0.2.3
10592026-05-18T19:28:57.774Z Downloaded foreign-types v0.3.2
10602026-05-18T19:28:57.777Z Downloaded darling v0.21.3
10612026-05-18T19:28:57.782Z Downloaded fixedbitset v0.5.7
10622026-05-18T19:28:57.784Z Downloaded hostname v0.3.1
10632026-05-18T19:28:57.784Z Downloaded debug-ignore v1.0.5
10642026-05-18T19:28:57.787Z Downloaded http-body v1.0.1
10652026-05-18T19:28:57.787Z Downloaded httpdate v1.0.3
10662026-05-18T19:28:57.790Z Downloaded futures-executor v0.3.32
10672026-05-18T19:28:57.794Z Downloaded darling_macro v0.23.0
10682026-05-18T19:28:57.794Z Downloaded fs_extra v1.3.0
10692026-05-18T19:28:57.797Z Downloaded dropshot-api-manager-types v0.7.1
10702026-05-18T19:28:57.797Z Downloaded dof v0.3.0
10712026-05-18T19:28:57.801Z Downloaded crucible-workspace-hack v0.1.0
10722026-05-18T19:28:57.801Z Downloaded highway v1.3.0
10732026-05-18T19:28:57.804Z Downloaded fxhash v0.2.1
10742026-05-18T19:28:57.806Z Downloaded derive-ex v0.1.8
10752026-05-18T19:28:57.806Z Downloaded block-buffer v0.10.4
10762026-05-18T19:28:57.809Z Downloaded displaydoc v0.2.5
10772026-05-18T19:28:57.814Z Downloaded getrandom v0.2.17
10782026-05-18T19:28:57.814Z Downloaded daft v0.1.7
10792026-05-18T19:28:57.817Z Downloaded camino-tempfile v1.4.1
10802026-05-18T19:28:57.818Z Downloaded atomic-waker v1.1.2
10812026-05-18T19:28:57.820Z Downloaded base16ct v0.2.0
10822026-05-18T19:28:57.824Z Downloaded heck v0.5.0
10832026-05-18T19:28:57.824Z Downloaded aead v0.5.2
10842026-05-18T19:28:57.827Z Downloaded cstr-argument v0.1.2
10852026-05-18T19:28:57.827Z Downloaded futures-macro v0.3.32
10862026-05-18T19:28:57.830Z Downloaded hubpack v0.1.2
10872026-05-18T19:28:57.830Z Downloaded foreign-types-shared v0.1.1
10882026-05-18T19:28:57.833Z Downloaded crunchy v0.2.4
10892026-05-18T19:28:57.833Z Downloaded futures-io v0.3.32
10902026-05-18T19:28:57.836Z Downloaded base16ct v1.0.0
10912026-05-18T19:28:57.836Z Downloaded defmt v1.1.0
10922026-05-18T19:28:57.839Z Downloaded hostname v0.4.2
10932026-05-18T19:28:57.842Z Downloaded heck v0.4.1
10942026-05-18T19:28:57.846Z Downloaded embedded-io v0.6.1
10952026-05-18T19:28:57.846Z Downloaded fixedbitset v0.4.2
10962026-05-18T19:28:57.849Z Downloaded hash32 v0.3.1
10972026-05-18T19:28:57.849Z Downloaded foreign-types v0.5.0
10982026-05-18T19:28:57.852Z Downloaded embedded-io v0.4.0
10992026-05-18T19:28:57.852Z Downloaded equivalent v1.0.2
11002026-05-18T19:28:57.856Z Downloaded chacha20poly1305 v0.10.1
11012026-05-18T19:28:57.859Z Downloaded ident_case v1.0.1
11022026-05-18T19:28:57.859Z Downloaded errno v0.3.14
11032026-05-18T19:28:57.859Z Downloaded base64ct v1.8.3
11042026-05-18T19:28:57.863Z Downloaded critical-section v1.2.0
11052026-05-18T19:28:57.863Z Downloaded const_format v0.2.36
11062026-05-18T19:28:57.866Z Downloaded instant v0.1.13
11072026-05-18T19:28:57.870Z Downloaded inout v0.1.4
11082026-05-18T19:28:57.875Z Downloaded crossbeam-channel v0.5.15
11092026-05-18T19:28:57.875Z Downloaded is_terminal_polyfill v1.70.2
11102026-05-18T19:28:57.878Z Downloaded generic-array v0.14.7
11112026-05-18T19:28:57.878Z Downloaded idna_adapter v1.2.2
11122026-05-18T19:28:57.878Z Downloaded drift v0.1.4
11132026-05-18T19:28:57.884Z Downloaded keccak v0.1.6
11142026-05-18T19:28:57.887Z Downloaded is-terminal v0.4.17
11152026-05-18T19:28:57.887Z Downloaded internet-checksum v0.2.1
11162026-05-18T19:28:57.891Z Downloaded itoa v1.0.18
11172026-05-18T19:28:57.891Z Downloaded is_ci v1.2.0
11182026-05-18T19:28:57.896Z Downloaded bitflags v1.3.2
11192026-05-18T19:28:57.896Z Downloaded linked-hash-map v0.5.6
11202026-05-18T19:28:57.899Z Downloaded bytecount v0.6.9
11212026-05-18T19:28:57.899Z Downloaded bs58 v0.5.1
11222026-05-18T19:28:57.903Z Downloaded hyper-rustls v0.27.9
11232026-05-18T19:28:57.903Z Downloaded memmap v0.7.0
11242026-05-18T19:28:57.906Z Downloaded getrandom v0.4.2
11252026-05-18T19:28:57.910Z Downloaded glob v0.3.3
11262026-05-18T19:28:57.910Z Downloaded crossbeam-deque v0.8.6
11272026-05-18T19:28:57.913Z Downloaded git-stub-vcs v0.1.0
11282026-05-18T19:28:57.913Z Downloaded lru-slab v0.1.2
11292026-05-18T19:28:57.916Z Downloaded mime v0.3.17
11302026-05-18T19:28:57.916Z Downloaded match_cfg v0.1.0
11312026-05-18T19:28:57.920Z Downloaded libscf-sys v1.2.0
11322026-05-18T19:28:57.920Z Downloaded managed v0.8.0
11332026-05-18T19:28:57.920Z Downloaded memoffset v0.9.1
11342026-05-18T19:28:57.923Z Downloaded lru-cache v0.1.2
11352026-05-18T19:28:57.923Z Downloaded crc32fast v1.5.0
11362026-05-18T19:28:57.926Z Downloaded ingot-types v0.1.2
11372026-05-18T19:28:57.926Z Downloaded fastrand v2.4.1
11382026-05-18T19:28:57.931Z Downloaded newline-converter v0.3.0
11392026-05-18T19:28:57.931Z Downloaded num v0.4.3
11402026-05-18T19:28:57.931Z Downloaded no-std-compat v0.4.1
11412026-05-18T19:28:57.934Z Downloaded ipnetwork v0.21.1
11422026-05-18T19:28:57.934Z Downloaded ff v0.13.1
11432026-05-18T19:28:57.937Z Downloaded humantime v2.3.0
11442026-05-18T19:28:57.937Z Downloaded globset v0.4.18
11452026-05-18T19:28:57.940Z Downloaded num-derive v0.4.2
11462026-05-18T19:28:57.943Z Downloaded newtype_derive v0.1.6
11472026-05-18T19:28:57.944Z Downloaded newtype-uuid-macros v0.1.0
11482026-05-18T19:28:57.944Z Downloaded opaque-debug v0.3.1
11492026-05-18T19:28:57.947Z Downloaded openssl-macros v0.1.1
11502026-05-18T19:28:57.947Z Downloaded num-conv v0.2.1
11512026-05-18T19:28:57.947Z Downloaded num_threads v0.1.7
11522026-05-18T19:28:57.950Z Downloaded jobserver v0.1.34
11532026-05-18T19:28:57.950Z Downloaded ingot v0.1.1
11542026-05-18T19:28:57.953Z Downloaded lock_api v0.4.14
11552026-05-18T19:28:57.956Z Downloaded console v0.16.3
11562026-05-18T19:28:57.956Z Downloaded libsw v3.5.0
11572026-05-18T19:28:57.961Z Downloaded macaddr v1.0.1
11582026-05-18T19:28:57.961Z Downloaded ciborium v0.2.2
11592026-05-18T19:28:57.964Z Downloaded iana-time-zone v0.1.65
11602026-05-18T19:28:57.964Z Downloaded openssl-probe v0.2.1
11612026-05-18T19:28:57.967Z Downloaded darling v0.23.0
11622026-05-18T19:28:57.970Z Downloaded parse-display v0.10.0
11632026-05-18T19:28:57.970Z Downloaded httparse v1.10.1
11642026-05-18T19:28:57.973Z Downloaded hmac v0.12.1
11652026-05-18T19:28:57.976Z Downloaded defmt-macros v1.1.0
11662026-05-18T19:28:57.976Z Downloaded backon v1.6.0
11672026-05-18T19:28:57.979Z Downloaded async-compression v0.4.42
11682026-05-18T19:28:57.982Z Downloaded phf_shared v0.12.1
11692026-05-18T19:28:57.985Z Downloaded chacha20 v0.9.1
11702026-05-18T19:28:57.985Z Downloaded multer v3.1.0
11712026-05-18T19:28:57.988Z Downloaded futures-channel v0.3.32
11722026-05-18T19:28:57.992Z Downloaded potential_utf v0.1.5
11732026-05-18T19:28:57.992Z Downloaded proc-macro-crate v1.3.1
11742026-05-18T19:28:57.992Z Downloaded powerfmt v0.2.0
11752026-05-18T19:28:57.996Z Downloaded ipnet v2.12.0
11762026-05-18T19:28:57.996Z Downloaded derive_more v0.99.20
11772026-05-18T19:28:57.999Z Downloaded plain v0.2.3
11782026-05-18T19:28:58.002Z Downloaded proc-macro-error-attr v1.0.4
11792026-05-18T19:28:58.002Z Downloaded expectorate v1.2.0
11802026-05-18T19:28:58.009Z Downloaded num-integer v0.1.46
11812026-05-18T19:28:58.009Z Downloaded num_enum_derive v0.5.11
11822026-05-18T19:28:58.009Z Downloaded num_enum v0.5.11
11832026-05-18T19:28:58.012Z Downloaded proc-macro-crate v3.5.0
11842026-05-18T19:28:58.012Z Downloaded num_enum v0.7.6
11852026-05-18T19:28:58.015Z Downloaded progenitor-client v0.14.0
11862026-05-18T19:28:58.015Z Downloaded progenitor-client v0.11.2
11872026-05-18T19:28:58.020Z Downloaded progenitor-client v0.10.0
11882026-05-18T19:28:58.020Z Downloaded quick-error v1.2.3
11892026-05-18T19:28:58.024Z Downloaded crossbeam-utils v0.8.21
11902026-05-18T19:28:58.025Z Downloaded ingot-macros v0.1.1
11912026-05-18T19:28:58.025Z Downloaded proc-macro-error-attr2 v2.0.0
11922026-05-18T19:28:58.028Z Downloaded olpc-cjson v0.1.4
11932026-05-18T19:28:58.028Z Downloaded num_enum_derive v0.7.6
11942026-05-18T19:28:58.028Z Downloaded litemap v0.8.2
11952026-05-18T19:28:58.031Z Downloaded oxnet v0.1.5
11962026-05-18T19:28:58.031Z Downloaded progenitor-macro v0.11.2
11972026-05-18T19:28:58.035Z Downloaded progenitor-macro v0.13.0
11982026-05-18T19:28:58.035Z Downloaded pretty-hex v0.4.2
11992026-05-18T19:28:58.035Z Downloaded parse-display-derive v0.10.0
12002026-05-18T19:28:58.038Z Downloaded progenitor-macro v0.10.0
12012026-05-18T19:28:58.038Z Downloaded oxide-tokio-rt v0.1.6
12022026-05-18T19:28:58.038Z Downloaded rand_chacha v0.3.1
12032026-05-18T19:28:58.042Z Downloaded paste v1.0.15
12042026-05-18T19:28:58.042Z Downloaded parking_lot_core v0.8.6
12052026-05-18T19:28:58.045Z Downloaded percent-encoding v2.3.2
12062026-05-18T19:28:58.045Z Downloaded memmap2 v0.9.10
12072026-05-18T19:28:58.049Z Downloaded owo-colors v4.3.0
12082026-05-18T19:28:58.049Z Downloaded num-rational v0.4.2
12092026-05-18T19:28:58.052Z Downloaded num-complex v0.4.6
12102026-05-18T19:28:58.052Z Downloaded ref-cast-impl v1.0.25
12112026-05-18T19:28:58.052Z Downloaded pem v3.0.6
12122026-05-18T19:28:58.056Z Downloaded ref-cast v1.0.25
12132026-05-18T19:28:58.056Z Downloaded rand_xorshift v0.4.0
12142026-05-18T19:28:58.061Z Downloaded pin-project-lite v0.2.17
12152026-05-18T19:28:58.064Z Downloaded pin-project-internal v1.1.13
12162026-05-18T19:28:58.064Z Downloaded pkg-config v0.3.33
12172026-05-18T19:28:58.064Z Downloaded futures v0.3.32
12182026-05-18T19:28:58.073Z Downloaded rustc_version v0.1.7
12192026-05-18T19:28:58.074Z Downloaded ppv-lite86 v0.2.21
12202026-05-18T19:28:58.074Z Downloaded poly1305 v0.8.0
12212026-05-18T19:28:58.074Z Downloaded phf v0.12.1
12222026-05-18T19:28:58.078Z Downloaded half v2.7.1
12232026-05-18T19:28:58.078Z Downloaded rustc-hash v2.1.2
12242026-05-18T19:28:58.078Z Downloaded icu_provider v2.2.0
12252026-05-18T19:28:58.078Z Downloaded cancel-safe-futures v0.1.5
12262026-05-18T19:28:58.082Z Downloaded libsw-core v0.3.2
12272026-05-18T19:28:58.082Z Downloaded proc-macro-error2 v2.0.1
12282026-05-18T19:28:58.088Z Downloaded progenitor v0.11.2
12292026-05-18T19:28:58.088Z Downloaded heapless v0.8.0
12302026-05-18T19:28:58.088Z Downloaded progenitor-extras v0.2.0
12312026-05-18T19:28:58.091Z Downloaded progenitor v0.10.0
12322026-05-18T19:28:58.091Z Downloaded icu_properties v2.2.0
12332026-05-18T19:28:58.094Z Downloaded elliptic-curve v0.13.8
12342026-05-18T19:28:58.097Z Downloaded proc-macro-error v1.0.4
12352026-05-18T19:28:58.100Z Downloaded once_cell v1.21.4
12362026-05-18T19:28:58.100Z Downloaded same-file v1.0.6
12372026-05-18T19:28:58.103Z Downloaded semver v0.1.20
12382026-05-18T19:28:58.103Z Downloaded progenitor v0.13.0
12392026-05-18T19:28:58.104Z Downloaded indexmap v1.9.3
12402026-05-18T19:28:58.107Z Downloaded quote v1.0.45
12412026-05-18T19:28:58.110Z Downloaded parking_lot_core v0.9.12
12422026-05-18T19:28:58.110Z Downloaded icu_normalizer v2.2.0
12432026-05-18T19:28:58.113Z Downloaded progenitor-macro v0.14.0
12442026-05-18T19:28:58.119Z Downloaded pest_derive v2.8.6
12452026-05-18T19:28:58.119Z Downloaded password-hash v0.5.0
12462026-05-18T19:28:58.124Z Downloaded rand_core v0.9.5
12472026-05-18T19:28:58.124Z Downloaded secrecy v0.10.3
12482026-05-18T19:28:58.124Z Downloaded scroll_derive v0.13.1
12492026-05-18T19:28:58.124Z Downloaded serde_repr v0.1.20
12502026-05-18T19:28:58.124Z Downloaded rand_core v0.6.4
12512026-05-18T19:28:58.127Z Downloaded serde_spanned v0.6.9
12522026-05-18T19:28:58.127Z Downloaded serde_plain v1.0.2
12532026-05-18T19:28:58.127Z Downloaded rand_chacha v0.9.0
12542026-05-18T19:28:58.127Z Downloaded serde-big-array v0.5.1
12552026-05-18T19:28:58.131Z Downloaded darling_core v0.21.3
12562026-05-18T19:28:58.134Z Downloaded pest_generator v2.8.6
12572026-05-18T19:28:58.134Z Downloaded hashbrown v0.12.3
12582026-05-18T19:28:58.137Z Downloaded clap v4.6.1
12592026-05-18T19:28:58.141Z Downloaded newtype-uuid v1.3.2
12602026-05-18T19:28:58.144Z Downloaded parking_lot v0.12.5
12612026-05-18T19:28:58.144Z Downloaded parking_lot v0.11.2
12622026-05-18T19:28:58.147Z Downloaded log v0.4.29
12632026-05-18T19:28:58.150Z Downloaded rustc_version v0.4.1
12642026-05-18T19:28:58.150Z Downloaded resolv-conf v0.7.6
12652026-05-18T19:28:58.150Z Downloaded num-traits v0.2.19
12662026-05-18T19:28:58.154Z Downloaded sha1 v0.10.6
12672026-05-18T19:28:58.154Z Downloaded hickory-resolver v0.24.4
12682026-05-18T19:28:58.159Z Downloaded siphasher v1.0.3
12692026-05-18T19:28:58.159Z Downloaded sigpipe v0.1.3
12702026-05-18T19:28:58.162Z Downloaded rustls-native-certs v0.8.3
12712026-05-18T19:28:58.162Z Downloaded slog-envlogger v2.2.0
12722026-05-18T19:28:58.162Z Downloaded slog-bunyan v2.5.0
12732026-05-18T19:28:58.165Z Downloaded icu_normalizer_data v2.2.0
12742026-05-18T19:28:58.165Z Downloaded icu_locale_core v2.2.0
12752026-05-18T19:28:58.168Z Downloaded scopeguard v1.2.0
12762026-05-18T19:28:58.171Z Downloaded papergrid v0.11.0
12772026-05-18T19:28:58.174Z Downloaded rustls-pemfile v2.2.0
12782026-05-18T19:28:58.174Z Downloaded smawk v0.3.2
12792026-05-18T19:28:58.177Z Downloaded scroll v0.13.0
12802026-05-18T19:28:58.177Z Downloaded rusty-fork v0.3.1
12812026-05-18T19:28:58.181Z Downloaded rustversion v1.0.22
12822026-05-18T19:28:58.181Z Downloaded progenitor-client v0.13.0
12832026-05-18T19:28:58.185Z Downloaded dropshot-api-manager v0.7.1
12842026-05-18T19:28:58.185Z Downloaded scroll v0.12.0
12852026-05-18T19:28:58.185Z Downloaded serde_spanned v1.1.1
12862026-05-18T19:28:58.188Z Downloaded serde_derive_internals v0.29.1
12872026-05-18T19:28:58.188Z Downloaded rand_core v0.10.1
12882026-05-18T19:28:58.188Z Downloaded papergrid v0.17.0
12892026-05-18T19:28:58.192Z Downloaded stable_deref_trait v1.2.1
12902026-05-18T19:28:58.195Z Downloaded scroll_derive v0.12.1
12912026-05-18T19:28:58.195Z Downloaded quinn-udp v0.5.14
12922026-05-18T19:28:58.195Z Downloaded spin v0.5.2
12932026-05-18T19:28:58.198Z Downloaded cc v1.2.62
12942026-05-18T19:28:58.201Z Downloaded structmeta-derive v0.3.0
12952026-05-18T19:28:58.201Z Downloaded serde_tokenstream v0.2.3
12962026-05-18T19:28:58.201Z Downloaded schemars_derive v0.8.22
12972026-05-18T19:28:58.204Z Downloaded miniz_oxide v0.8.9
12982026-05-18T19:28:58.204Z Downloaded serde_path_to_error v0.1.20
12992026-05-18T19:28:58.207Z Downloaded darling_core v0.23.0
13002026-05-18T19:28:58.211Z Downloaded pin-project v1.1.13
13012026-05-18T19:28:58.214Z Downloaded strum v0.26.3
13022026-05-18T19:28:58.217Z Downloaded shlex v1.3.0
13032026-05-18T19:28:58.218Z Downloaded rhai_codegen v3.1.0
13042026-05-18T19:28:58.220Z Downloaded sync_wrapper v1.0.2
13052026-05-18T19:28:58.223Z Downloaded supports-color v3.0.2
13062026-05-18T19:28:58.223Z Downloaded sha2 v0.10.9
13072026-05-18T19:28:58.227Z Downloaded terminal_size v0.4.4
13082026-05-18T19:28:58.227Z Downloaded swrite v0.1.0
13092026-05-18T19:28:58.227Z Downloaded serde_urlencoded v0.7.1
13102026-05-18T19:28:58.228Z Downloaded signal-hook-registry v1.4.8
13112026-05-18T19:28:58.231Z Downloaded bytes v1.11.1
13122026-05-18T19:28:58.232Z Downloaded tabled_derive v0.11.0
13132026-05-18T19:28:58.235Z Downloaded slog-async v2.8.0
13142026-05-18T19:28:58.235Z Downloaded tagptr v0.2.0
13152026-05-18T19:28:58.235Z Downloaded tabwriter v1.4.1
13162026-05-18T19:28:58.237Z Downloaded slab v0.4.12
13172026-05-18T19:28:58.237Z Downloaded tabled_derive v0.7.0
13182026-05-18T19:28:58.238Z Downloaded testing_table v0.3.0
13192026-05-18T19:28:58.242Z Downloaded structmeta v0.3.0
13202026-05-18T19:28:58.242Z Downloaded progenitor-impl v0.14.0
13212026-05-18T19:28:58.242Z Downloaded slog-stdlog v4.1.1
13222026-05-18T19:28:58.248Z Downloaded rustls-pki-types v1.14.1
13232026-05-18T19:28:58.248Z Downloaded jiff-static v0.2.24
13242026-05-18T19:28:58.248Z Downloaded termtree v0.5.1
13252026-05-18T19:28:58.251Z Downloaded progenitor-impl v0.11.2
13262026-05-18T19:28:58.251Z Downloaded progenitor-impl v0.10.0
13272026-05-18T19:28:58.251Z Downloaded thread-id v4.2.2
13282026-05-18T19:28:58.251Z Downloaded crypto-bigint v0.5.5
13292026-05-18T19:28:58.254Z Downloaded smf v0.2.3
13302026-05-18T19:28:58.257Z Downloaded slog-scope v4.4.1
13312026-05-18T19:28:58.257Z Downloaded thread-id v5.1.0
13322026-05-18T19:28:58.260Z Downloaded thiserror-impl-no-std v2.0.2
13332026-05-18T19:28:58.260Z Downloaded slog-dtrace v0.3.0
13342026-05-18T19:28:58.260Z Downloaded hickory-resolver v0.25.2
13352026-05-18T19:28:58.264Z Downloaded strsim v0.11.1
13362026-05-18T19:28:58.264Z Downloaded smartstring v1.0.1
13372026-05-18T19:28:58.267Z Downloaded slog-term v2.9.2
13382026-05-18T19:28:58.267Z Downloaded serde_with_macros v3.20.0
13392026-05-18T19:28:58.270Z Downloaded static_assertions v1.1.0
13402026-05-18T19:28:58.270Z Downloaded semver v1.0.28
13412026-05-18T19:28:58.273Z Downloaded time-core v0.1.8
13422026-05-18T19:28:58.273Z Downloaded progenitor-impl v0.13.0
13432026-05-18T19:28:58.273Z Downloaded snafu-derive v0.8.9
13442026-05-18T19:28:58.276Z Downloaded minimal-lexical v0.2.1
13452026-05-18T19:28:58.279Z Downloaded pest_meta v2.8.6
13462026-05-18T19:28:58.279Z Downloaded proc-macro2 v1.0.106
13472026-05-18T19:28:58.282Z Downloaded konst v0.2.20
13482026-05-18T19:28:58.285Z Downloaded tinyvec_macros v0.1.1
13492026-05-18T19:28:58.285Z Downloaded flate2 v1.1.9
13502026-05-18T19:28:58.287Z Downloaded strum v0.27.2
13512026-05-18T19:28:58.287Z Downloaded simd-adler32 v0.3.9
13522026-05-18T19:28:58.290Z Downloaded subtle v2.6.1
13532026-05-18T19:28:58.291Z Downloaded strum_macros v0.26.4
13542026-05-18T19:28:58.291Z Downloaded tokio-macros v2.7.0
13552026-05-18T19:28:58.293Z Downloaded progenitor v0.14.0
13562026-05-18T19:28:58.293Z Downloaded indicatif v0.18.4
13572026-05-18T19:28:58.296Z Downloaded base64 v0.22.1
13582026-05-18T19:28:58.299Z Downloaded take_mut v0.2.2
13592026-05-18T19:28:58.299Z Downloaded strum_macros v0.27.2
13602026-05-18T19:28:58.302Z Downloaded toml_datetime v0.6.11
13612026-05-18T19:28:58.302Z Downloaded arc-swap v1.9.1
13622026-05-18T19:28:58.305Z Downloaded lazy_static v1.5.0
13632026-05-18T19:28:58.305Z Downloaded thiserror v1.0.69
13642026-05-18T19:28:58.308Z Downloaded synstructure v0.13.2
13652026-05-18T19:28:58.308Z Downloaded icu_collections v2.2.0
13662026-05-18T19:28:58.311Z Downloaded tower-layer v0.3.3
13672026-05-18T19:28:58.314Z Downloaded slog-json v2.6.1
13682026-05-18T19:28:58.314Z Downloaded prettyplease v0.2.37
13692026-05-18T19:28:58.317Z Downloaded thiserror-impl v1.0.69
13702026-05-18T19:28:58.317Z Downloaded thiserror v2.0.18
13712026-05-18T19:28:58.320Z Downloaded thiserror-impl v2.0.18
13722026-05-18T19:28:58.323Z Downloaded openssl-sys v0.9.116
13732026-05-18T19:28:58.326Z Downloaded typeid v1.0.3
13742026-05-18T19:28:58.326Z Downloaded spin v0.9.8
13752026-05-18T19:28:58.326Z Downloaded tower-service v0.3.3
13762026-05-18T19:28:58.329Z Downloaded schemars v0.8.22
13772026-05-18T19:28:58.333Z Downloaded time-macros v0.2.27
13782026-05-18T19:28:58.336Z Downloaded serde_yaml v0.9.34+deprecated
13792026-05-18T19:28:58.339Z Downloaded thread_local v1.1.9
13802026-05-18T19:28:58.339Z Downloaded serde_derive v1.0.228
13812026-05-18T19:28:58.342Z Downloaded unit-prefix v0.5.2
13822026-05-18T19:28:58.342Z Downloaded try-lock v0.2.5
13832026-05-18T19:28:58.342Z Downloaded typify-macro v0.6.2
13842026-05-18T19:28:58.342Z Downloaded hyper-util v0.1.20
13852026-05-18T19:28:58.345Z Downloaded utf8parse v0.2.2
13862026-05-18T19:28:58.345Z Downloaded tiny-keccak v2.0.2
13872026-05-18T19:28:58.348Z Downloaded thiserror-no-std v2.0.2
13882026-05-18T19:28:58.351Z Downloaded rustls-platform-verifier v0.7.0
13892026-05-18T19:28:58.351Z Downloaded serde_core v1.0.228
13902026-05-18T19:28:58.354Z Downloaded hashbrown v0.17.1
13912026-05-18T19:28:58.357Z Downloaded usdt-attr-macro v0.6.0
13922026-05-18T19:28:58.360Z Downloaded slog v2.8.2
13932026-05-18T19:28:58.360Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13942026-05-18T19:28:58.360Z Downloaded toml_writer v1.1.1+spec-1.1.0
13952026-05-18T19:28:58.363Z Downloaded toml_write v0.1.2
13962026-05-18T19:28:58.363Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13972026-05-18T19:28:58.364Z Downloaded usdt-macro v0.5.0
13982026-05-18T19:28:58.364Z Downloaded unarray v0.1.4
13992026-05-18T19:28:58.367Z Downloaded tokio-tungstenite v0.21.0
14002026-05-18T19:28:58.367Z Downloaded term v1.2.1
14012026-05-18T19:28:58.369Z Downloaded schemars v0.9.0
14022026-05-18T19:28:58.374Z Downloaded utf8_iter v1.0.4
14032026-05-18T19:28:58.377Z Downloaded unicode-linebreak v0.1.5
14042026-05-18T19:28:58.377Z Downloaded tempfile v3.27.0
14052026-05-18T19:28:58.377Z Downloaded universal-hash v0.5.1
14062026-05-18T19:28:58.380Z Downloaded waitgroup v0.1.2
14072026-05-18T19:28:58.380Z Downloaded ryu v1.0.23
14082026-05-18T19:28:58.380Z Downloaded untrusted v0.9.0
14092026-05-18T19:28:58.383Z Downloaded want v0.3.1
14102026-05-18T19:28:58.383Z Downloaded socket2 v0.6.3
14112026-05-18T19:28:58.383Z Downloaded mio v1.2.0
14122026-05-18T19:28:58.386Z Downloaded rand v0.8.6
14132026-05-18T19:28:58.389Z Downloaded smallvec v1.15.1
14142026-05-18T19:28:58.389Z Downloaded untrusted v0.7.1
14152026-05-18T19:28:58.392Z Downloaded utf-8 v0.7.6
14162026-05-18T19:28:58.392Z Downloaded usdt-macro v0.6.0
14172026-05-18T19:28:58.392Z Downloaded tokio-rustls v0.25.0
14182026-05-18T19:28:58.392Z Downloaded usdt v0.6.0
14192026-05-18T19:28:58.396Z Downloaded qorb v0.4.1
14202026-05-18T19:28:58.396Z Downloaded tokio-dtrace v0.1.1
14212026-05-18T19:28:58.399Z Downloaded version_check v0.9.5
14222026-05-18T19:28:58.399Z Downloaded usdt-attr-macro v0.5.0
14232026-05-18T19:28:58.399Z Downloaded usdt v0.5.0
14242026-05-18T19:28:58.399Z Downloaded memchr v2.8.0
14252026-05-18T19:28:58.402Z Downloaded wait-timeout v0.2.1
14262026-05-18T19:28:58.402Z Downloaded tinystr v0.8.3
14272026-05-18T19:28:58.405Z Downloaded h2 v0.4.14
14282026-05-18T19:28:58.408Z Downloaded unicode-xid v0.2.6
14292026-05-18T19:28:58.408Z Downloaded postcard v1.1.3
14302026-05-18T19:28:58.411Z Downloaded bcs v0.1.6
14312026-05-18T19:28:58.411Z Downloaded num-iter v0.1.45
14322026-05-18T19:28:58.411Z Downloaded linear-map v1.2.0
14332026-05-18T19:28:58.415Z Downloaded getrandom v0.3.4
14342026-05-18T19:28:58.415Z Downloaded zerofrom-derive v0.1.7
14352026-05-18T19:28:58.418Z Downloaded zerofrom v0.1.8
14362026-05-18T19:28:58.419Z Downloaded toml v0.8.23
14372026-05-18T19:28:58.419Z Downloaded rayon-core v1.13.0
14382026-05-18T19:28:58.422Z Downloaded omicron-workspace-hack v0.1.0
14392026-05-18T19:28:58.422Z Downloaded natord v1.0.9
14402026-05-18T19:28:58.422Z Downloaded console v0.15.11
14412026-05-18T19:28:58.422Z Downloaded cipher v0.4.4
14422026-05-18T19:28:58.425Z Downloaded tokio-rustls v0.26.4
14432026-05-18T19:28:58.425Z Downloaded nom v7.1.3
14442026-05-18T19:28:58.428Z Downloaded toml_parser v1.1.2+spec-1.1.0
14452026-05-18T19:28:58.428Z Downloaded usdt-impl v0.5.0
14462026-05-18T19:28:58.431Z Downloaded tokio-stream v0.1.18
14472026-05-18T19:28:58.434Z Downloaded zone v0.3.1
14482026-05-18T19:28:58.434Z Downloaded similar v2.7.0
14492026-05-18T19:28:58.437Z Downloaded zone_cfg_derive v0.3.1
14502026-05-18T19:28:58.437Z Downloaded yoke-derive v0.8.2
14512026-05-18T19:28:58.437Z Downloaded thin-vec v0.2.18
14522026-05-18T19:28:58.437Z Downloaded rustls-webpki v0.103.13
14532026-05-18T19:28:58.440Z Downloaded hashbrown v0.15.5
14542026-05-18T19:28:58.443Z Downloaded indexmap v2.14.0
14552026-05-18T19:28:58.446Z Downloaded textwrap v0.16.2
14562026-05-18T19:28:58.446Z Downloaded zeroize_derive v1.4.3
14572026-05-18T19:28:58.446Z Downloaded tracing-attributes v0.1.31
14582026-05-18T19:28:58.449Z Downloaded typify-macro v0.4.3
14592026-05-18T19:28:58.449Z Downloaded test-strategy v0.4.5
14602026-05-18T19:28:58.453Z Downloaded xz2 v0.1.7
14612026-05-18T19:28:58.453Z Downloaded writeable v0.6.3
14622026-05-18T19:28:58.456Z Downloaded usdt-impl v0.6.0
14632026-05-18T19:28:58.456Z Downloaded snafu v0.8.9
14642026-05-18T19:28:58.459Z Downloaded serde v1.0.228
14652026-05-18T19:28:58.459Z Downloaded rand v0.9.4
14662026-05-18T19:28:58.462Z Downloaded vsss-rs v3.3.4
14672026-05-18T19:28:58.462Z Downloaded walkdir v2.5.0
14682026-05-18T19:28:58.465Z Downloaded http v1.4.0
14692026-05-18T19:28:58.465Z Downloaded whoami v1.6.1
14702026-05-18T19:28:58.468Z Downloaded quinn v0.11.9
14712026-05-18T19:28:58.468Z Downloaded cargo_toml v0.22.3
14722026-05-18T19:28:58.471Z Downloaded byteorder v1.5.0
14732026-05-18T19:28:58.471Z Downloaded allocator-api2 v0.2.21
14742026-05-18T19:28:58.471Z Downloaded tinyvec v1.11.0
14752026-05-18T19:28:58.474Z Downloaded ahash v0.8.12
14762026-05-18T19:28:58.474Z Downloaded async-trait v0.1.89
14772026-05-18T19:28:58.477Z Downloaded fs-err v3.3.0
14782026-05-18T19:28:58.477Z Downloaded daft-derive v0.1.7
14792026-05-18T19:28:58.480Z Downloaded backoff v0.4.0
14802026-05-18T19:28:58.484Z Downloaded toml v1.1.2+spec-1.1.0
14812026-05-18T19:28:58.484Z Downloaded zeroize v1.8.2
14822026-05-18T19:28:58.489Z Downloaded iddqd v0.3.18
14832026-05-18T19:28:58.489Z Downloaded itertools v0.12.1
14842026-05-18T19:28:58.492Z Downloaded gethostname v0.5.0
14852026-05-18T19:28:58.492Z Downloaded foldhash v0.2.0
14862026-05-18T19:28:58.494Z Downloaded ucd-trie v0.1.7
14872026-05-18T19:28:58.494Z Downloaded either v1.15.0
14882026-05-18T19:28:58.495Z Downloaded toml v0.9.12+spec-1.1.0
14892026-05-18T19:28:58.497Z Downloaded schemars v1.2.1
14902026-05-18T19:28:58.506Z Downloaded zmij v1.0.21
14912026-05-18T19:28:58.509Z Downloaded zerovec-derive v0.11.3
14922026-05-18T19:28:58.509Z Downloaded typify v0.4.3
14932026-05-18T19:28:58.509Z Downloaded hashbrown v0.16.1
14942026-05-18T19:28:58.512Z Downloaded dropshot_endpoint v0.17.0
14952026-05-18T19:28:58.514Z Downloaded typify v0.6.2
14962026-05-18T19:28:58.517Z Downloaded anstyle-parse v1.0.0
14972026-05-18T19:28:58.517Z Downloaded konst_macro_rules v0.2.19
14982026-05-18T19:28:58.517Z Downloaded zerocopy-derive v0.7.35
14992026-05-18T19:28:58.520Z Downloaded cmake v0.1.58
15002026-05-18T19:28:58.520Z Downloaded base64 v0.21.7
15012026-05-18T19:28:58.523Z Downloaded autocfg v1.5.0
15022026-05-18T19:28:58.526Z Downloaded indent_write v2.2.0
15032026-05-18T19:28:58.526Z Downloaded http-body-util v0.1.3
15042026-05-18T19:28:58.526Z Downloaded group v0.13.0
15052026-05-18T19:28:58.526Z Downloaded form_urlencoded v1.2.2
15062026-05-18T19:28:58.529Z Downloaded foldhash v0.1.5
15072026-05-18T19:28:58.529Z Downloaded enum-as-inner v0.6.1
15082026-05-18T19:28:58.529Z Downloaded hubpack_derive v0.1.1
15092026-05-18T19:28:58.529Z Downloaded colored v3.1.1
15102026-05-18T19:28:58.532Z Downloaded tracing-core v0.1.36
15112026-05-18T19:28:58.532Z Downloaded hyper v1.9.0
15122026-05-18T19:28:58.535Z Downloaded argon2 v0.5.3
15132026-05-18T19:28:58.538Z Downloaded unicode-ident v1.0.24
15142026-05-18T19:28:58.538Z Downloaded uuid v1.23.1
15152026-05-18T19:28:58.542Z Downloaded nom v8.0.0
15162026-05-18T19:28:58.545Z Downloaded git-stub v1.0.0
15172026-05-18T19:28:58.545Z Downloaded toml_edit v0.25.11+spec-1.1.0
15182026-05-18T19:28:58.545Z Downloaded itertools v0.14.0
15192026-05-18T19:28:58.550Z Downloaded yoke v0.8.2
15202026-05-18T19:28:58.553Z Downloaded toml_edit v0.22.27
15212026-05-18T19:28:58.553Z Downloaded steno v0.4.1
15222026-05-18T19:28:58.556Z Downloaded pest v2.8.6
15232026-05-18T19:28:58.559Z Downloaded idna v1.1.0
15242026-05-18T19:28:58.562Z Downloaded clap_builder v4.6.0
15252026-05-18T19:28:58.564Z Downloaded futures-util v0.3.32
15262026-05-18T19:28:58.569Z Downloaded aho-corasick v1.1.4
15272026-05-18T19:28:58.572Z Downloaded rand v0.10.1
15282026-05-18T19:28:58.575Z Downloaded tungstenite v0.21.0
15292026-05-18T19:28:58.577Z Downloaded ron v0.12.1
15302026-05-18T19:28:58.580Z Downloaded libm v0.2.16
15312026-05-18T19:28:58.587Z Downloaded goblin v0.8.2
15322026-05-18T19:28:58.591Z Downloaded dunce v1.0.5
15332026-05-18T19:28:58.591Z Downloaded bit-vec v0.8.0
15342026-05-18T19:28:58.594Z Downloaded byte-wrapper v0.1.0
15352026-05-18T19:28:58.594Z Downloaded curve25519-dalek-derive v0.1.1
15362026-05-18T19:28:58.594Z Downloaded async-recursion v1.1.1
15372026-05-18T19:28:58.594Z Downloaded deranged v0.5.8
15382026-05-18T19:28:58.597Z Downloaded async-stream-impl v0.3.6
15392026-05-18T19:28:58.597Z Downloaded float-ord v0.3.2
15402026-05-18T19:28:58.597Z Downloaded dyn-clone v1.0.20
15412026-05-18T19:28:58.597Z Downloaded unsafe-libyaml v0.2.11
15422026-05-18T19:28:58.600Z Downloaded crc8 v0.1.1
15432026-05-18T19:28:58.600Z Downloaded foreign-types-shared v0.3.1
15442026-05-18T19:28:58.600Z Downloaded const-random-macro v0.1.16
15452026-05-18T19:28:58.600Z Downloaded url v2.5.8
15462026-05-18T19:28:58.603Z Downloaded crypto-common v0.1.7
15472026-05-18T19:28:58.603Z Downloaded hkdf v0.12.4
15482026-05-18T19:28:58.603Z Downloaded cpufeatures v0.3.0
15492026-05-18T19:28:58.606Z Downloaded ciborium-ll v0.2.2
15502026-05-18T19:28:58.606Z Downloaded futures-task v0.3.32
15512026-05-18T19:28:58.606Z Downloaded data-encoding v2.11.0
15522026-05-18T19:28:58.606Z Downloaded dtrace-parser v0.2.0
15532026-05-18T19:28:58.606Z Downloaded const-random v0.1.18
15542026-05-18T19:28:58.609Z Downloaded colorchoice v1.0.5
15552026-05-18T19:28:58.609Z Downloaded ciborium-io v0.2.2
15562026-05-18T19:28:58.609Z Downloaded atomicwrites v0.4.4
15572026-05-18T19:28:58.609Z Downloaded compression-core v0.4.32
15582026-05-18T19:28:58.609Z Downloaded find-msvc-tools v0.1.9
15592026-05-18T19:28:58.612Z Downloaded bit-set v0.8.0
15602026-05-18T19:28:58.612Z Downloaded csv-core v0.1.13
15612026-05-18T19:28:58.612Z Downloaded convert_case v0.4.0
15622026-05-18T19:28:58.612Z Downloaded compression-codecs v0.4.38
15632026-05-18T19:28:58.625Z Downloaded icu_properties_data v2.2.0
15642026-05-18T19:28:58.625Z Downloaded toml_edit v0.19.15
15652026-05-18T19:28:58.630Z Downloaded darling_macro v0.21.3
15662026-05-18T19:28:58.630Z Downloaded clap_lex v1.1.0
15672026-05-18T19:28:58.630Z Downloaded erased-serde v0.3.31
15682026-05-18T19:28:58.633Z Downloaded clap_derive v4.6.1
15692026-05-18T19:28:58.633Z Downloaded dtrace-parser v0.3.0
15702026-05-18T19:28:58.633Z Downloaded futures-core v0.3.32
15712026-05-18T19:28:58.633Z Downloaded zerocopy-derive v0.8.48
15722026-05-18T19:28:58.637Z Downloaded fnv v1.0.7
15732026-05-18T19:28:58.640Z Downloaded cookie v0.18.1
15742026-05-18T19:28:58.640Z Downloaded cfg_aliases v0.2.1
15752026-05-18T19:28:58.640Z Downloaded blake2 v0.10.6
15762026-05-18T19:28:58.643Z Downloaded reqwest v0.13.3
15772026-05-18T19:28:58.646Z Downloaded regex v1.12.3
15782026-05-18T19:28:58.651Z Downloaded typed-path v0.9.3
15792026-05-18T19:28:58.653Z Downloaded reqwest v0.12.28
15802026-05-18T19:28:58.654Z Downloaded anstyle v1.0.14
15812026-05-18T19:28:58.656Z Downloaded camino v1.2.2
15822026-05-18T19:28:58.656Z Downloaded anstyle-query v1.1.5
15832026-05-18T19:28:58.659Z Downloaded typenum v1.20.0
15842026-05-18T19:28:58.668Z Downloaded serde_json v1.0.149
15852026-05-18T19:28:58.684Z Downloaded chrono v0.4.44
15862026-05-18T19:28:58.688Z Downloaded zerotrie v0.2.4
15872026-05-18T19:28:58.694Z Downloaded rayon v1.12.0
15882026-05-18T19:28:58.699Z Downloaded tokio-util v0.7.18
15892026-05-18T19:28:58.703Z Downloaded portable-atomic v1.13.1
15902026-05-18T19:28:58.707Z Downloaded aws-lc-rs v1.17.0
15912026-05-18T19:28:58.713Z Downloaded tower v0.5.3
15922026-05-18T19:28:58.718Z Downloaded proptest v1.11.0
15932026-05-18T19:28:58.723Z Downloaded unicode-segmentation v1.13.2
15942026-05-18T19:28:58.726Z Downloaded tough v0.22.0
15952026-05-18T19:28:58.735Z Downloaded rustls-webpki v0.102.8
15962026-05-18T19:28:58.747Z Downloaded unicode-normalization v0.1.25
15972026-05-18T19:28:58.750Z Downloaded moka v0.12.15
15982026-05-18T19:28:58.753Z Downloaded serde_with v3.20.0
15992026-05-18T19:28:58.759Z Downloaded tower-http v0.6.10
16002026-05-18T19:28:58.763Z Downloaded winnow v0.5.40
16012026-05-18T19:28:58.768Z Downloaded goblin v0.10.5
16022026-05-18T19:28:58.775Z Downloaded zerovec v0.11.6
16032026-05-18T19:28:58.787Z Downloaded quinn-proto v0.11.14
16042026-05-18T19:28:58.799Z Downloaded zerocopy v0.7.35
16052026-05-18T19:28:58.807Z Downloaded tabled v0.15.0
16062026-05-18T19:28:58.824Z Downloaded curve25519-dalek v4.1.3
16072026-05-18T19:28:58.828Z Downloaded tabled v0.20.0
16082026-05-18T19:28:58.839Z Downloaded winnow v0.7.15
16092026-05-18T19:28:58.842Z Downloaded time v0.3.47
16102026-05-18T19:28:58.849Z Downloaded winnow v1.0.3
16112026-05-18T19:28:58.854Z Downloaded webpki-roots v1.0.7
16122026-05-18T19:28:58.860Z Downloaded syn v1.0.109
16132026-05-18T19:28:58.878Z Downloaded bstr v1.12.1
16142026-05-18T19:28:58.883Z Downloaded dropshot v0.17.0
16152026-05-18T19:28:58.895Z Downloaded unicode-width v0.2.2
16162026-05-18T19:28:58.898Z Downloaded rustls v0.22.4
16172026-05-18T19:28:58.904Z Downloaded nix v0.31.3
16182026-05-18T19:28:58.911Z Downloaded openssl v0.10.80
16192026-05-18T19:28:58.916Z Downloaded zerocopy v0.8.48
16202026-05-18T19:28:58.926Z Downloaded rhai v1.24.0
16212026-05-18T19:28:58.932Z Downloaded rustls v0.23.40
16222026-05-18T19:28:58.941Z Downloaded syn v2.0.117
16232026-05-18T19:28:58.947Z Downloaded unicode-width v0.1.14
16242026-05-18T19:28:58.950Z Downloaded vcpkg v0.2.15
16252026-05-18T19:28:58.972Z Downloaded regress v0.11.1
16262026-05-18T19:28:58.976Z Downloaded rustix v0.38.44
16272026-05-18T19:28:58.988Z Downloaded regress v0.10.5
16282026-05-18T19:28:58.993Z Downloaded regex-syntax v0.8.10
16292026-05-18T19:28:58.997Z Downloaded hickory-proto v0.25.2
16302026-05-18T19:28:59.005Z Downloaded openapiv3 v2.2.0
16312026-05-18T19:28:59.010Z Downloaded typify-impl v0.6.2
16322026-05-18T19:28:59.017Z Downloaded typify-impl v0.4.3
16332026-05-18T19:28:59.024Z Downloaded rustix v1.1.4
16342026-05-18T19:28:59.037Z Downloaded hickory-proto v0.24.4
16352026-05-18T19:28:59.045Z Downloaded smoltcp v0.11.0
16362026-05-18T19:28:59.058Z Downloaded sled v0.34.7
16372026-05-18T19:28:59.064Z Downloaded tracing v0.1.44
16382026-05-18T19:28:59.074Z Downloaded regex-automata v0.4.14
16392026-05-18T19:28:59.085Z Downloaded petgraph v0.6.5
16402026-05-18T19:28:59.095Z Downloaded chrono-tz v0.10.4
16412026-05-18T19:28:59.119Z Downloaded petgraph v0.8.3
16422026-05-18T19:28:59.131Z Downloaded csv v1.4.0
16432026-05-18T19:28:59.142Z Downloaded jiff v0.2.24
16442026-05-18T19:28:59.152Z Downloaded lzma-sys v0.1.20
16452026-05-18T19:28:59.169Z Downloaded libc v0.2.186
16462026-05-18T19:28:59.207Z Downloaded sha3 v0.10.9
16472026-05-18T19:28:59.214Z Downloaded tokio v1.52.3
16482026-05-18T19:28:59.244Z Downloaded encoding_rs v0.8.35
16492026-05-18T19:28:59.264Z Downloaded ring v0.17.14
16502026-05-18T19:28:59.795Z Downloaded aws-lc-sys v0.41.0
16512026-05-18T19:29:00.150Z Compiling proc-macro2 v1.0.106
16522026-05-18T19:29:00.150Z Compiling quote v1.0.45
16532026-05-18T19:29:00.150Z Compiling unicode-ident v1.0.24
16542026-05-18T19:29:00.150Z Compiling serde_core v1.0.228
16552026-05-18T19:29:00.153Z Compiling serde v1.0.228
16562026-05-18T19:29:00.153Z Compiling libc v0.2.186
16572026-05-18T19:29:00.153Z Compiling cfg-if v1.0.4
16582026-05-18T19:29:00.452Z Compiling zmij v1.0.21
16592026-05-18T19:29:00.476Z Compiling autocfg v1.5.0
16602026-05-18T19:29:00.892Z Compiling memchr v2.8.0
16612026-05-18T19:29:00.986Z Compiling libm v0.2.16
16622026-05-18T19:29:01.401Z Compiling itoa v1.0.18
16632026-05-18T19:29:01.468Z Compiling icu_normalizer_data v2.2.0
16642026-05-18T19:29:01.659Z Compiling icu_properties_data v2.2.0
16652026-05-18T19:29:01.682Z Compiling version_check v0.9.5
16662026-05-18T19:29:01.729Z Compiling stable_deref_trait v1.2.1
16672026-05-18T19:29:01.866Z Compiling serde_json v1.0.149
16682026-05-18T19:29:01.887Z Compiling syn v2.0.117
16692026-05-18T19:29:01.951Z Compiling thiserror v2.0.18
16702026-05-18T19:29:02.151Z Compiling parking_lot_core v0.9.12
16712026-05-18T19:29:02.167Z Compiling litemap v0.8.2
16722026-05-18T19:29:02.185Z Compiling writeable v0.6.3
16732026-05-18T19:29:02.252Z Compiling utf8_iter v1.0.4
16742026-05-18T19:29:02.386Z Compiling num-traits v0.2.19
16752026-05-18T19:29:02.407Z Compiling percent-encoding v2.3.2
16762026-05-18T19:29:02.522Z Compiling rand_core v0.10.1
16772026-05-18T19:29:02.604Z Compiling form_urlencoded v1.2.2
16782026-05-18T19:29:02.680Z Compiling getrandom v0.4.2
16792026-05-18T19:29:02.696Z Compiling jobserver v0.1.34
16802026-05-18T19:29:02.810Z Compiling shlex v1.3.0
16812026-05-18T19:29:02.894Z Compiling find-msvc-tools v0.1.9
16822026-05-18T19:29:02.941Z Compiling heck v0.5.0
16832026-05-18T19:29:03.097Z Compiling cc v1.2.62
16842026-05-18T19:29:03.224Z Compiling errno v0.3.14
16852026-05-18T19:29:03.394Z Compiling zerocopy v0.8.48
16862026-05-18T19:29:03.441Z Compiling iana-time-zone v0.1.65
16872026-05-18T19:29:03.793Z Compiling uuid v1.23.1
16882026-05-18T19:29:03.796Z Compiling semver v1.0.28
16892026-05-18T19:29:04.014Z Compiling getrandom v0.2.17
16902026-05-18T19:29:04.224Z Compiling schemars v0.8.22
16912026-05-18T19:29:04.241Z Compiling dyn-clone v1.0.20
16922026-05-18T19:29:04.342Z Compiling pin-project-lite v0.2.17
16932026-05-18T19:29:04.398Z Compiling rustversion v1.0.22
16942026-05-18T19:29:04.401Z Compiling scopeguard v1.2.0
16952026-05-18T19:29:04.476Z Compiling socket2 v0.6.3
16962026-05-18T19:29:04.509Z Compiling lock_api v0.4.14
16972026-05-18T19:29:04.526Z Compiling bitflags v2.11.1
16982026-05-18T19:29:04.543Z Compiling signal-hook-registry v1.4.8
16992026-05-18T19:29:04.753Z Compiling synstructure v0.13.2
17002026-05-18T19:29:04.771Z Compiling serde_derive_internals v0.29.1
17012026-05-18T19:29:04.944Z Compiling mio v1.2.0
17022026-05-18T19:29:05.003Z Compiling log v0.4.29
17032026-05-18T19:29:05.241Z Compiling portable-atomic v1.13.1
17042026-05-18T19:29:05.244Z Compiling subtle v2.6.1
17052026-05-18T19:29:05.354Z Compiling equivalent v1.0.2
17062026-05-18T19:29:05.448Z Compiling critical-section v1.2.0
17072026-05-18T19:29:05.482Z Compiling futures-core v0.3.32
17082026-05-18T19:29:05.582Z Compiling ring v0.17.14
17092026-05-18T19:29:05.600Z Compiling cmake v0.1.58
17102026-05-18T19:29:05.617Z Compiling dunce v1.0.5
17112026-05-18T19:29:05.659Z Compiling fs_extra v1.3.0
17122026-05-18T19:29:05.676Z Compiling httparse v1.10.1
17132026-05-18T19:29:05.693Z Compiling futures-sink v0.3.32
17142026-05-18T19:29:05.710Z Compiling slab v0.4.12
17152026-05-18T19:29:05.804Z Compiling rand_core v0.6.4
17162026-05-18T19:29:05.847Z Compiling serde_derive v1.0.228
17172026-05-18T19:29:05.912Z Compiling zerofrom-derive v0.1.7
17182026-05-18T19:29:05.931Z Compiling yoke-derive v0.8.2
17192026-05-18T19:29:05.934Z Compiling zerovec-derive v0.11.3
17202026-05-18T19:29:06.035Z Compiling displaydoc v0.2.5
17212026-05-18T19:29:06.056Z Compiling schemars_derive v0.8.22
17222026-05-18T19:29:06.118Z Compiling thiserror-impl v2.0.18
17232026-05-18T19:29:06.474Z Compiling tokio-macros v2.7.0
17242026-05-18T19:29:06.811Z Compiling zerocopy-derive v0.8.48
17252026-05-18T19:29:07.052Z Compiling zeroize_derive v1.4.3
17262026-05-18T19:29:07.070Z Compiling futures-macro v0.3.32
17272026-05-18T19:29:07.099Z Compiling zerofrom v0.1.8
17282026-05-18T19:29:07.229Z Compiling yoke v0.8.2
17292026-05-18T19:29:07.246Z Compiling once_cell v1.21.4
17302026-05-18T19:29:07.268Z Compiling aws-lc-sys v0.41.0
17312026-05-18T19:29:07.448Z Compiling zerovec v0.11.6
17322026-05-18T19:29:07.498Z Compiling zerotrie v0.2.4
17332026-05-18T19:29:07.623Z Compiling futures-channel v0.3.32
17342026-05-18T19:29:07.796Z Compiling zeroize v1.8.2
17352026-05-18T19:29:07.884Z Compiling rustix v1.1.4
17362026-05-18T19:29:07.921Z Compiling thiserror v1.0.69
17372026-05-18T19:29:07.938Z Compiling ucd-trie v0.1.7
17382026-05-18T19:29:08.041Z Compiling tinystr v0.8.3
17392026-05-18T19:29:08.059Z Compiling potential_utf v0.1.5
17402026-05-18T19:29:08.162Z Compiling pest v2.8.6
17412026-05-18T19:29:08.166Z Compiling futures-io v0.3.32
17422026-05-18T19:29:08.205Z Compiling icu_locale_core v2.2.0
17432026-05-18T19:29:08.240Z Compiling icu_collections v2.2.0
17442026-05-18T19:29:08.256Z Compiling regex-syntax v0.8.10
17452026-05-18T19:29:08.260Z Compiling futures-task v0.3.32
17462026-05-18T19:29:08.372Z Compiling thiserror-impl v1.0.69
17472026-05-18T19:29:08.462Z Compiling futures-util v0.3.32
17482026-05-18T19:29:09.096Z Compiling smallvec v1.15.1
17492026-05-18T19:29:09.367Z Compiling bytes v1.11.1
17502026-05-18T19:29:09.371Z Compiling icu_provider v2.2.0
17512026-05-18T19:29:09.489Z Compiling chrono v0.4.44
17522026-05-18T19:29:09.524Z Compiling serde_tokenstream v0.2.3
17532026-05-18T19:29:09.820Z Compiling icu_properties v2.2.0
17542026-05-18T19:29:10.000Z Compiling icu_normalizer v2.2.0
17552026-05-18T19:29:10.668Z Compiling parking_lot v0.12.5
17562026-05-18T19:29:10.933Z Compiling idna_adapter v1.2.2
17572026-05-18T19:29:11.085Z Compiling idna v1.1.0
17582026-05-18T19:29:11.103Z Compiling tokio v1.52.3
17592026-05-18T19:29:11.124Z Compiling pest_meta v2.8.6
17602026-05-18T19:29:11.217Z Compiling aho-corasick v1.1.4
17612026-05-18T19:29:11.410Z Compiling hashbrown v0.17.1
17622026-05-18T19:29:11.520Z Compiling url v2.5.8
17632026-05-18T19:29:11.563Z Compiling generic-array v0.14.7
17642026-05-18T19:29:11.826Z Compiling pest_generator v2.8.6
17652026-05-18T19:29:12.088Z Compiling regex-automata v0.4.14
17662026-05-18T19:29:12.441Z Compiling pest_derive v2.8.6
17672026-05-18T19:29:12.599Z Compiling indexmap v2.14.0
17682026-05-18T19:29:12.988Z Compiling getrandom v0.3.4
17692026-05-18T19:29:13.338Z Compiling ipnetwork v0.21.1
17702026-05-18T19:29:13.424Z Compiling tracing-core v0.1.36
17712026-05-18T19:29:13.473Z Compiling tracing-attributes v0.1.31
17722026-05-18T19:29:14.034Z Compiling regex v1.12.3
17732026-05-18T19:29:15.723Z Compiling strsim v0.11.1
17742026-05-18T19:29:15.728Z Compiling typenum v1.20.0
17752026-05-18T19:29:15.728Z Compiling tracing v0.1.44
17762026-05-18T19:29:15.728Z Compiling rustls-pki-types v1.14.1
17772026-05-18T19:29:15.728Z Compiling base64 v0.22.1
17782026-05-18T19:29:15.728Z Compiling byteorder v1.5.0
17792026-05-18T19:29:15.784Z Compiling fnv v1.0.7
17802026-05-18T19:29:15.874Z Compiling http v1.4.0
17812026-05-18T19:29:15.898Z Compiling ident_case v1.0.1
17822026-05-18T19:29:15.914Z Compiling slog v2.8.2
17832026-05-18T19:29:16.178Z Compiling anyhow v1.0.102
17842026-05-18T19:29:16.552Z Compiling paste v1.0.15
17852026-05-18T19:29:16.691Z Compiling untrusted v0.9.0
17862026-05-18T19:29:16.873Z Compiling erased-serde v0.3.31
17872026-05-18T19:29:16.890Z Compiling omicron-workspace-hack v0.1.0
17882026-05-18T19:29:17.296Z Compiling crypto-common v0.1.7
17892026-05-18T19:29:17.460Z Compiling tokio-util v0.7.18
17902026-05-18T19:29:17.476Z Compiling scroll_derive v0.13.1
17912026-05-18T19:29:17.729Z Compiling ipnet v2.12.0
17922026-05-18T19:29:18.067Z Compiling num-conv v0.2.1
17932026-05-18T19:29:18.223Z Compiling time-core v0.1.8
17942026-05-18T19:29:18.295Z Compiling oxnet v0.1.5
17952026-05-18T19:29:18.382Z Compiling time-macros v0.2.27
17962026-05-18T19:29:18.916Z Compiling http-body v1.0.1
17972026-05-18T19:29:19.420Z Compiling atomic-waker v1.1.2
17982026-05-18T19:29:19.873Z Compiling ppv-lite86 v0.2.21
17992026-05-18T19:29:21.292Z Compiling async-trait v0.1.89
18002026-05-18T19:29:21.301Z Compiling daft-derive v0.1.7
18012026-05-18T19:29:21.301Z Compiling crc32fast v1.5.0
18022026-05-18T19:29:21.301Z Compiling ryu v1.0.23
18032026-05-18T19:29:21.301Z Compiling camino v1.2.2
18042026-05-18T19:29:21.301Z Compiling aws-lc-rs v1.17.0
18052026-05-18T19:29:21.327Z Compiling try-lock v0.2.5
18062026-05-18T19:29:21.327Z Compiling tower-service v0.3.3
18072026-05-18T19:29:21.327Z Compiling tower-layer v0.3.3
18082026-05-18T19:29:21.327Z Compiling want v0.3.1
18092026-05-18T19:29:21.327Z Compiling h2 v0.4.14
18102026-05-18T19:29:21.327Z Compiling usdt-impl v0.6.0
18112026-05-18T19:29:21.432Z Compiling pretty-hex v0.4.2
18122026-05-18T19:29:21.518Z Compiling crossbeam-utils v0.8.21
18132026-05-18T19:29:21.570Z Compiling httpdate v1.0.3
18142026-05-18T19:29:21.934Z Compiling scroll v0.13.0
18152026-05-18T19:29:22.087Z Compiling block-buffer v0.10.4
18162026-05-18T19:29:22.195Z Compiling untrusted v0.7.1
18172026-05-18T19:29:22.252Z Compiling plain v0.2.3
18182026-05-18T19:29:22.321Z Compiling digest v0.10.7
18192026-05-18T19:29:22.365Z Compiling goblin v0.10.5
18202026-05-18T19:29:23.097Z Compiling slog-async v2.8.0
18212026-05-18T19:29:23.408Z Compiling foldhash v0.2.0
18222026-05-18T19:29:23.616Z Compiling hyper v1.9.0
18232026-05-18T19:29:23.806Z Compiling rustls v0.23.40
18242026-05-18T19:29:24.049Z Compiling allocator-api2 v0.2.21
18252026-05-18T19:29:24.437Z Compiling hashbrown v0.16.1
18262026-05-18T19:29:25.142Z Compiling hyper-util v0.1.20
18272026-05-18T19:29:25.982Z Compiling dof v0.4.0
18282026-05-18T19:29:26.823Z Compiling serde_urlencoded v0.7.1
18292026-05-18T19:29:26.986Z Compiling http-body-util v0.1.3
18302026-05-18T19:29:27.133Z Compiling dtrace-parser v0.3.0
18312026-05-18T19:29:27.230Z Compiling thread-id v5.1.0
18322026-05-18T19:29:27.284Z Compiling ref-cast v1.0.25
18332026-05-18T19:29:27.904Z Compiling rustls v0.22.4
18342026-05-18T19:29:27.929Z Compiling rand_core v0.9.5
18352026-05-18T19:29:28.141Z Compiling ref-cast-impl v1.0.25
18362026-05-18T19:29:28.181Z Compiling syn v1.0.109
18372026-05-18T19:29:28.688Z Compiling usdt-macro v0.6.0
18382026-05-18T19:29:28.706Z Compiling usdt-attr-macro v0.6.0
18392026-05-18T19:29:29.219Z Compiling structmeta-derive v0.3.0
18402026-05-18T19:29:29.236Z Compiling sync_wrapper v1.0.2
18412026-05-18T19:29:29.352Z Compiling multer v3.1.0
18422026-05-18T19:29:29.594Z Compiling powerfmt v0.2.0
18432026-05-18T19:29:29.712Z Compiling tower v0.5.3
18442026-05-18T19:29:29.851Z Compiling deranged v0.5.8
18452026-05-18T19:29:29.979Z Compiling rand_chacha v0.9.0
18462026-05-18T19:29:30.267Z Compiling darling_core v0.23.0
18472026-05-18T19:29:30.285Z Compiling structmeta v0.3.0
18482026-05-18T19:29:30.548Z Compiling webpki-roots v1.0.7
18492026-05-18T19:29:30.686Z Compiling openapiv3 v2.2.0
18502026-05-18T19:29:31.049Z Compiling newtype-uuid-macros v0.1.0
18512026-05-18T19:29:31.777Z Compiling cpufeatures v0.2.17
18522026-05-18T19:29:32.178Z Compiling num_threads v0.1.7
18532026-05-18T19:29:32.279Z Compiling time v0.3.47
18542026-05-18T19:29:32.377Z Compiling darling_macro v0.23.0
18552026-05-18T19:29:32.841Z Compiling rand v0.9.4
18562026-05-18T19:29:32.970Z Compiling tower-http v0.6.10
18572026-05-18T19:29:33.020Z Compiling newtype-uuid v1.3.2
18582026-05-18T19:29:33.561Z Compiling async-stream-impl v0.3.6
18592026-05-18T19:29:33.634Z Compiling strum_macros v0.26.4
18602026-05-18T19:29:33.965Z Compiling dropshot v0.17.0
18612026-05-18T19:29:34.203Z Compiling hex v0.4.3
18622026-05-18T19:29:34.327Z Compiling daft v0.1.7
18632026-05-18T19:29:34.495Z Compiling darling v0.23.0
18642026-05-18T19:29:34.587Z Compiling crossbeam-channel v0.5.15
18652026-05-18T19:29:34.882Z Compiling fastrand v2.4.1
18662026-05-18T19:29:35.125Z Compiling serde_with_macros v3.20.0
18672026-05-18T19:29:35.271Z Compiling futures-executor v0.3.32
18682026-05-18T19:29:35.468Z Compiling dropshot_endpoint v0.17.0
18692026-05-18T19:29:35.561Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18702026-05-18T19:29:35.740Z Compiling thread_local v1.1.9
18712026-05-18T19:29:36.088Z Compiling futures v0.3.32
18722026-05-18T19:29:36.178Z Compiling derive-ex v0.1.8
18732026-05-18T19:29:36.318Z Compiling strum_macros v0.27.2
18742026-05-18T19:29:36.352Z Compiling is-terminal v0.4.17
18752026-05-18T19:29:36.372Z Compiling winnow v1.0.3
18762026-05-18T19:29:36.452Z Compiling openssl-probe v0.2.1
18772026-05-18T19:29:36.704Z Compiling take_mut v0.2.2
18782026-05-18T19:29:36.824Z Compiling term v1.2.1
18792026-05-18T19:29:37.129Z Compiling slog-term v2.9.2
18802026-05-18T19:29:37.728Z Compiling test-strategy v0.4.5
18812026-05-18T19:29:38.124Z Compiling rustls-native-certs v0.8.3
18822026-05-18T19:29:38.605Z Compiling tempfile v3.27.0
18832026-05-18T19:29:38.985Z Compiling macaddr v1.0.1
18842026-05-18T19:29:39.101Z Compiling match_cfg v0.1.0
18852026-05-18T19:29:39.259Z Compiling adler2 v2.0.1
18862026-05-18T19:29:39.331Z Compiling simd-adler32 v0.3.9
18872026-05-18T19:29:39.429Z Compiling hostname v0.3.1
18882026-05-18T19:29:39.557Z Compiling miniz_oxide v0.8.9
18892026-05-18T19:29:39.592Z Compiling slog-json v2.6.1
18902026-05-18T19:29:40.226Z Compiling memmap2 v0.9.10
18912026-05-18T19:29:40.521Z Compiling usdt v0.6.0
18922026-05-18T19:29:41.027Z Compiling flate2 v1.1.9
18932026-05-18T19:29:41.100Z Compiling slog-bunyan v2.5.0
18942026-05-18T19:29:41.145Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18952026-05-18T19:29:41.187Z Compiling rustls-webpki v0.102.8
18962026-05-18T19:29:41.282Z Compiling compression-core v0.4.32
18972026-05-18T19:29:41.457Z Compiling debug-ignore v1.0.5
18982026-05-18T19:29:41.557Z Compiling either v1.15.0
18992026-05-18T19:29:41.575Z Compiling compression-codecs v0.4.38
19002026-05-18T19:29:41.931Z Compiling toml_parser v1.1.2+spec-1.1.0
19012026-05-18T19:29:42.234Z Compiling parse-display-derive v0.10.0
19022026-05-18T19:29:43.048Z Compiling rand_chacha v0.3.1
19032026-05-18T19:29:43.134Z Compiling toml_datetime v1.1.1+spec-1.1.0
19042026-05-18T19:29:43.204Z Compiling serde_spanned v1.1.1
19052026-05-18T19:29:43.552Z Compiling encoding_rs v0.8.35
19062026-05-18T19:29:43.668Z Compiling spin v0.9.8
19072026-05-18T19:29:43.760Z Compiling toml_writer v1.1.1+spec-1.1.0
19082026-05-18T19:29:43.793Z Compiling mime v0.3.17
19092026-05-18T19:29:44.036Z Compiling toml v1.1.2+spec-1.1.0
19102026-05-18T19:29:44.036Z Compiling tokio-rustls v0.25.0
19112026-05-18T19:29:44.264Z Compiling rand v0.8.6
19122026-05-18T19:29:44.285Z Compiling async-compression v0.4.42
19132026-05-18T19:29:45.027Z Compiling strum v0.26.3
19142026-05-18T19:29:45.228Z Compiling async-stream v0.3.6
19152026-05-18T19:29:45.425Z Compiling sha1 v0.10.6
19162026-05-18T19:29:45.859Z Compiling waitgroup v0.1.2
19172026-05-18T19:29:45.942Z Compiling rustls-pemfile v2.2.0
19182026-05-18T19:29:46.037Z Compiling serde_path_to_error v0.1.20
19192026-05-18T19:29:46.230Z Compiling wait-timeout v0.2.1
19202026-05-18T19:29:46.486Z Compiling hostname v0.4.2
19212026-05-18T19:29:46.656Z Compiling bit-vec v0.8.0
19222026-05-18T19:29:46.829Z Compiling quick-error v1.2.3
19232026-05-18T19:29:46.924Z Compiling rusty-fork v0.3.1
19242026-05-18T19:29:46.947Z Compiling bit-set v0.8.0
19252026-05-18T19:29:47.140Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19262026-05-18T19:29:47.637Z Compiling serde_with v3.20.0
19272026-05-18T19:29:47.740Z Compiling rand_xorshift v0.4.0
19282026-05-18T19:29:47.847Z Compiling regress v0.10.5
19292026-05-18T19:29:47.911Z Compiling unarray v0.1.4
19302026-05-18T19:29:48.039Z Compiling proptest v1.11.0
19312026-05-18T19:29:48.702Z Compiling strum v0.27.2
19322026-05-18T19:29:48.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19332026-05-18T19:29:48.847Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19342026-05-18T19:29:48.979Z Compiling instant v0.1.13
19352026-05-18T19:29:49.497Z Compiling rustc-hash v2.1.2
19362026-05-18T19:29:49.636Z Compiling iddqd v0.3.18
19372026-05-18T19:29:50.452Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19382026-05-18T19:29:50.873Z Compiling itertools v0.14.0
19392026-05-18T19:29:51.860Z Compiling unicode-width v0.2.2
19402026-05-18T19:29:52.184Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19412026-05-18T19:29:52.417Z Compiling backon v1.6.0
19422026-05-18T19:29:53.050Z Compiling backoff v0.4.0
19432026-05-18T19:29:53.732Z Compiling parse-display v0.10.0
19442026-05-18T19:29:53.794Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19452026-05-18T19:29:56.722Z Compiling regress v0.11.1
19462026-05-18T19:29:57.823Z Compiling zerocopy-derive v0.7.35
19472026-05-18T19:29:58.306Z Compiling typify-impl v0.6.2
19482026-05-18T19:29:59.174Z Compiling darling_core v0.21.3
19492026-05-18T19:29:59.962Z Compiling clap_derive v4.6.1
19502026-05-18T19:30:00.235Z Compiling convert_case v0.4.0
19512026-05-18T19:30:00.548Z Compiling utf8parse v0.2.2
19522026-05-18T19:30:00.679Z Compiling anstyle-parse v1.0.0
19532026-05-18T19:30:00.908Z Compiling derive_more v0.99.20
19542026-05-18T19:30:01.252Z Compiling darling_macro v0.21.3
19552026-05-18T19:30:01.574Z Compiling typify-macro v0.6.2
19562026-05-18T19:30:02.100Z Compiling terminal_size v0.4.4
19572026-05-18T19:30:02.231Z Compiling toml_datetime v0.6.11
19582026-05-18T19:30:02.318Z Compiling is_terminal_polyfill v1.70.2
19592026-05-18T19:30:02.418Z Compiling anstyle-query v1.1.5
19602026-05-18T19:30:02.721Z Compiling anstyle v1.0.14
19612026-05-18T19:30:03.076Z Compiling colorchoice v1.0.5
19622026-05-18T19:30:03.195Z Compiling anstream v1.0.0
19632026-05-18T19:30:03.433Z Compiling darling v0.21.3
19642026-05-18T19:30:03.628Z Compiling secrecy v0.10.3
19652026-05-18T19:30:03.674Z Compiling crucible-workspace-hack v0.1.0
19662026-05-18T19:30:03.781Z Compiling tinyvec_macros v0.1.1
19672026-05-18T19:30:03.858Z Compiling heapless v0.8.0
19682026-05-18T19:30:03.877Z Compiling unsafe-libyaml v0.2.11
19692026-05-18T19:30:04.166Z Compiling clap_lex v1.1.0
19702026-05-18T19:30:04.347Z Compiling clap_builder v4.6.0
19712026-05-18T19:30:04.364Z Compiling serde_yaml v0.9.34+deprecated
19722026-05-18T19:30:05.023Z Compiling tinyvec v1.11.0
19732026-05-18T19:30:05.430Z Compiling ingot-macros v0.1.1
19742026-05-18T19:30:05.466Z Compiling zerocopy v0.7.35
19752026-05-18T19:30:05.792Z Compiling hash32 v0.3.1
19762026-05-18T19:30:05.816Z Compiling scroll_derive v0.12.1
19772026-05-18T19:30:05.953Z Compiling rustc_version v0.4.1
19782026-05-18T19:30:06.030Z Compiling num-integer v0.1.46
19792026-05-18T19:30:06.224Z Compiling usdt-impl v0.5.0
19802026-05-18T19:30:06.504Z Compiling smoltcp v0.11.0
19812026-05-18T19:30:06.522Z Compiling scroll v0.12.0
19822026-05-18T19:30:06.650Z Compiling curve25519-dalek v4.1.3
19832026-05-18T19:30:06.840Z Compiling clap v4.6.1
19842026-05-18T19:30:06.882Z Compiling dof v0.3.0
19852026-05-18T19:30:07.999Z Compiling typify v0.6.2
19862026-05-18T19:30:08.045Z Compiling dtrace-parser v0.2.0
19872026-05-18T19:30:08.062Z Compiling ingot-types v0.1.2
19882026-05-18T19:30:08.217Z Compiling hmac v0.12.1
19892026-05-18T19:30:08.354Z Compiling inout v0.1.4
19902026-05-18T19:30:08.375Z Compiling cobs v0.3.0
19912026-05-18T19:30:08.505Z Compiling ff v0.13.1
19922026-05-18T19:30:08.599Z Compiling thread-id v4.2.2
19932026-05-18T19:30:08.660Z Compiling managed v0.8.0
19942026-05-18T19:30:08.747Z Compiling bitflags v1.3.2
19952026-05-18T19:30:09.269Z Compiling group v0.13.0
19962026-05-18T19:30:09.272Z Compiling postcard v1.1.3
19972026-05-18T19:30:09.404Z Compiling cipher v0.4.4
19982026-05-18T19:30:09.634Z Compiling ingot v0.1.1
19992026-05-18T19:30:09.993Z Compiling hkdf v0.12.4
20002026-05-18T19:30:11.882Z Compiling goblin v0.8.2
20012026-05-18T19:30:12.108Z Compiling num-iter v0.1.45
20022026-05-18T19:30:12.242Z Compiling num-rational v0.4.2
20032026-05-18T19:30:13.444Z Compiling tabwriter v1.4.1
20042026-05-18T19:30:13.665Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20052026-05-18T19:30:13.813Z Compiling thiserror-impl-no-std v2.0.2
20062026-05-18T19:30:14.199Z Compiling hubpack_derive v0.1.1
20072026-05-18T19:30:14.648Z Compiling crossbeam-epoch v0.9.18
20082026-05-18T19:30:14.683Z Compiling universal-hash v0.5.1
20092026-05-18T19:30:14.725Z Compiling crypto-bigint v0.5.5
20102026-05-18T19:30:14.875Z Compiling half v2.7.1
20112026-05-18T19:30:15.119Z Compiling curve25519-dalek-derive v0.1.1
20122026-05-18T19:30:15.137Z Compiling num-complex v0.4.6
20132026-05-18T19:30:16.021Z Compiling prettyplease v0.2.37
20142026-05-18T19:30:16.141Z Compiling base16ct v0.2.0
20152026-05-18T19:30:16.590Z Compiling ciborium-io v0.2.2
20162026-05-18T19:30:16.692Z Compiling opaque-debug v0.3.1
20172026-05-18T19:30:16.772Z Compiling base64ct v1.8.3
20182026-05-18T19:30:16.976Z Compiling poly1305 v0.8.0
20192026-05-18T19:30:17.121Z Compiling password-hash v0.5.0
20202026-05-18T19:30:17.823Z Compiling ciborium-ll v0.2.2
20212026-05-18T19:30:18.087Z Compiling elliptic-curve v0.13.8
20222026-05-18T19:30:18.369Z Compiling num v0.4.3
20232026-05-18T19:30:18.386Z Compiling thiserror-no-std v2.0.2
20242026-05-18T19:30:18.452Z Compiling hubpack v0.1.2
20252026-05-18T19:30:19.855Z Compiling chacha20 v0.9.1
20262026-05-18T19:30:20.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20272026-05-18T19:30:20.725Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20282026-05-18T19:30:20.790Z Compiling reqwest v0.12.28
20292026-05-18T19:30:21.058Z Compiling toml_edit v0.25.11+spec-1.1.0
20302026-05-18T19:30:21.721Z Compiling byte-wrapper v0.1.0
20312026-05-18T19:30:21.984Z Compiling blake2 v0.10.6
20322026-05-18T19:30:21.988Z Compiling aead v0.5.2
20332026-05-18T19:30:22.188Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20342026-05-18T19:30:22.463Z Compiling serde_repr v0.1.20
20352026-05-18T19:30:22.821Z Compiling proc-macro-error-attr v1.0.4
20362026-05-18T19:30:23.074Z Compiling bstr v1.12.1
20372026-05-18T19:30:23.090Z Compiling memoffset v0.9.1
20382026-05-18T19:30:23.143Z Compiling float-ord v0.3.2
20392026-05-18T19:30:23.275Z Compiling cfg_aliases v0.2.1
20402026-05-18T19:30:23.367Z Compiling static_assertions v1.1.0
20412026-05-18T19:30:23.384Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-05-18T19:30:23.447Z Compiling keccak v0.1.6
20432026-05-18T19:30:23.478Z Compiling rustix v0.38.44
20442026-05-18T19:30:23.780Z Compiling sha3 v0.10.9
20452026-05-18T19:30:24.161Z Compiling nix v0.31.3
20462026-05-18T19:30:24.579Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20472026-05-18T19:30:24.853Z Compiling argon2 v0.5.3
20482026-05-18T19:30:24.922Z Compiling chacha20poly1305 v0.10.1
20492026-05-18T19:30:25.077Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20502026-05-18T19:30:25.887Z Compiling rustls-webpki v0.103.13
20512026-05-18T19:30:27.684Z Compiling progenitor-client v0.10.0
20522026-05-18T19:30:28.124Z Compiling proc-macro-crate v3.5.0
20532026-05-18T19:30:28.440Z Compiling vsss-rs v3.3.4
20542026-05-18T19:30:28.524Z Compiling ciborium v0.2.2
20552026-05-18T19:30:28.895Z Compiling usdt-attr-macro v0.5.0
20562026-05-18T19:30:29.174Z Compiling usdt-macro v0.5.0
20572026-05-18T19:30:30.351Z Compiling num-derive v0.4.2
20582026-05-18T19:30:30.389Z Compiling enum-as-inner v0.6.1
20592026-05-18T19:30:30.410Z Compiling proc-macro-error v1.0.4
20602026-05-18T19:30:30.686Z Compiling memmap v0.7.0
20612026-05-18T19:30:30.977Z Compiling tokio-rustls v0.26.4
20622026-05-18T19:30:31.046Z Compiling rustls-platform-verifier v0.7.0
20632026-05-18T19:30:31.153Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20642026-05-18T19:30:31.274Z Compiling hyper-rustls v0.27.9
20652026-05-18T19:30:31.318Z Compiling indent_write v2.2.0
20662026-05-18T19:30:31.501Z Compiling reqwest v0.13.3
20672026-05-18T19:30:31.635Z Compiling data-encoding v2.11.0
20682026-05-18T19:30:32.049Z Compiling winnow v0.5.40
20692026-05-18T19:30:32.490Z Compiling usdt v0.5.0
20702026-05-18T19:30:33.090Z Compiling progenitor-client v0.14.0
20712026-05-18T19:30:33.427Z Compiling progenitor-extras v0.2.0
20722026-05-18T19:30:33.671Z Compiling toml_edit v0.19.15
20732026-05-18T19:30:34.037Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-05-18T19:30:34.439Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20752026-05-18T19:30:34.812Z Compiling num_enum_derive v0.7.6
20762026-05-18T19:30:35.668Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20772026-05-18T19:30:35.783Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20782026-05-18T19:30:36.759Z Compiling serde_spanned v0.6.9
20792026-05-18T19:30:36.918Z Compiling foreign-types-macros v0.2.3
20802026-05-18T19:30:37.567Z Compiling cpufeatures v0.3.0
20812026-05-18T19:30:37.657Z Compiling toml_write v0.1.2
20822026-05-18T19:30:37.710Z Compiling vcpkg v0.2.15
20832026-05-18T19:30:37.862Z Compiling foreign-types-shared v0.3.1
20842026-05-18T19:30:37.972Z Compiling bytecount v0.6.9
20852026-05-18T19:30:38.177Z Compiling winnow v0.7.15
20862026-05-18T19:30:38.338Z Compiling colored v3.1.1
20872026-05-18T19:30:39.010Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20882026-05-18T19:30:39.652Z Compiling pkg-config v0.3.33
20892026-05-18T19:30:43.892Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20902026-05-18T19:30:44.046Z Compiling openssl-sys v0.9.116
20912026-05-18T19:30:44.097Z Compiling toml_edit v0.22.27
20922026-05-18T19:30:44.619Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20932026-05-18T19:30:45.761Z Compiling foreign-types v0.5.0
20942026-05-18T19:30:45.841Z Compiling chacha20 v0.10.0
20952026-05-18T19:30:46.147Z Compiling num_enum v0.7.6
20962026-05-18T19:30:46.303Z Compiling proc-macro-crate v1.3.1
20972026-05-18T19:30:46.668Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982026-05-18T19:30:46.940Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-05-18T19:30:47.064Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-05-18T19:30:47.186Z Compiling cstr-argument v0.1.2
21012026-05-18T19:30:47.368Z Compiling rayon-core v1.13.0
21022026-05-18T19:30:47.386Z Compiling heck v0.4.1
21032026-05-18T19:30:47.599Z Compiling swrite v0.1.0
21042026-05-18T19:30:47.628Z Compiling semver v0.1.20
21052026-05-18T19:30:47.721Z Compiling resolv-conf v0.7.6
21062026-05-18T19:30:47.991Z Compiling linked-hash-map v0.5.6
21072026-05-18T19:30:48.214Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
21082026-05-18T19:30:48.332Z Compiling unicode-segmentation v1.13.2
21092026-05-18T19:30:48.498Z Compiling lru-cache v0.1.2
21102026-05-18T19:30:48.657Z Compiling rustc_version v0.1.7
21112026-05-18T19:30:48.691Z Compiling newline-converter v0.3.0
21122026-05-18T19:30:48.949Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21132026-05-18T19:30:48.967Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21142026-05-18T19:30:49.050Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21152026-05-18T19:30:49.239Z Compiling num_enum_derive v0.5.11
21162026-05-18T19:30:49.370Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21172026-05-18T19:30:49.821Z Compiling rand v0.10.1
21182026-05-18T19:30:50.080Z Compiling toml v0.8.23
21192026-05-18T19:30:50.358Z Compiling atomicwrites v0.4.4
21202026-05-18T19:30:50.432Z Compiling hickory-proto v0.24.4
21212026-05-18T19:30:50.643Z Compiling similar v2.7.0
21222026-05-18T19:30:50.677Z Compiling crossbeam-deque v0.8.6
21232026-05-18T19:30:50.698Z Compiling progenitor-impl v0.14.0
21242026-05-18T19:30:50.730Z Compiling progenitor-impl v0.13.0
21252026-05-18T19:30:50.908Z Compiling console v0.15.11
21262026-05-18T19:30:51.016Z Compiling camino-tempfile v1.4.1
21272026-05-18T19:30:51.444Z Compiling serde-big-array v0.5.1
21282026-05-18T19:30:51.612Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21292026-05-18T19:30:52.156Z Compiling pin-project-internal v1.1.13
21302026-05-18T19:30:52.182Z Compiling derive-where v1.6.1
21312026-05-18T19:30:52.773Z Compiling minimal-lexical v0.2.1
21322026-05-18T19:30:52.791Z Compiling lazy_static v1.5.0
21332026-05-18T19:30:52.909Z Compiling siphasher v1.0.3
21342026-05-18T19:30:53.029Z Compiling nom v7.1.3
21352026-05-18T19:30:53.129Z Compiling phf_shared v0.12.1
21362026-05-18T19:30:53.248Z Compiling pin-project v1.1.13
21372026-05-18T19:30:53.361Z Compiling progenitor-macro v0.13.0
21382026-05-18T19:30:53.361Z Compiling progenitor-macro v0.14.0
21392026-05-18T19:30:53.420Z Compiling hickory-resolver v0.24.4
21402026-05-18T19:30:54.320Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21412026-05-18T19:30:54.345Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21422026-05-18T19:30:57.231Z Compiling expectorate v1.2.0
21432026-05-18T19:30:57.569Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21442026-05-18T19:30:58.753Z Compiling num_enum v0.5.11
21452026-05-18T19:30:58.895Z Compiling newtype_derive v0.1.6
21462026-05-18T19:30:58.995Z Compiling progenitor-client v0.13.0
21472026-05-18T19:31:00.378Z Compiling unicode-normalization v0.1.25
21482026-05-18T19:31:00.968Z Compiling typify-impl v0.4.3
21492026-05-18T19:31:01.013Z Compiling tokio-stream v0.1.18
21502026-05-18T19:31:01.589Z Compiling snafu-derive v0.8.9
21512026-05-18T19:31:01.820Z Compiling async-recursion v1.1.1
21522026-05-18T19:31:02.532Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21532026-05-18T19:31:02.867Z Compiling slog-dtrace v0.3.0
21542026-05-18T19:31:03.138Z Compiling csv-core v0.1.13
21552026-05-18T19:31:03.309Z Compiling unicode-xid v0.2.6
21562026-05-18T19:31:03.451Z Compiling highway v1.3.0
21572026-05-18T19:31:03.585Z Compiling unicode-width v0.1.14
21582026-05-18T19:31:03.910Z Compiling openssl v0.10.80
21592026-05-18T19:31:04.151Z Compiling foreign-types-shared v0.1.1
21602026-05-18T19:31:04.213Z Compiling chrono-tz v0.10.4
21612026-05-18T19:31:04.258Z Compiling same-file v1.0.6
21622026-05-18T19:31:04.296Z Compiling owo-colors v4.3.0
21632026-05-18T19:31:04.443Z Compiling konst_macro_rules v0.2.19
21642026-05-18T19:31:04.465Z Compiling foldhash v0.1.5
21652026-05-18T19:31:04.511Z Compiling cancel-safe-futures v0.1.5
21662026-05-18T19:31:04.641Z Compiling hashbrown v0.15.5
21672026-05-18T19:31:04.693Z Compiling konst v0.2.20
21682026-05-18T19:31:04.736Z Compiling walkdir v2.5.0
21692026-05-18T19:31:04.820Z Compiling typify-macro v0.4.3
21702026-05-18T19:31:05.079Z Compiling foreign-types v0.3.2
21712026-05-18T19:31:05.195Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21722026-05-18T19:31:05.291Z Compiling const_format_proc_macros v0.2.34
21732026-05-18T19:31:05.459Z Compiling csv v1.4.0
21742026-05-18T19:31:06.153Z Compiling snafu v0.8.9
21752026-05-18T19:31:06.381Z Compiling qorb v0.4.1
21762026-05-18T19:31:06.434Z Compiling progenitor v0.14.0
21772026-05-18T19:31:06.457Z Compiling olpc-cjson v0.1.4
21782026-05-18T19:31:06.585Z Compiling progenitor v0.13.0
21792026-05-18T19:31:06.720Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21802026-05-18T19:31:06.738Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21812026-05-18T19:31:07.257Z Compiling rayon v1.12.0
21822026-05-18T19:31:09.454Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-05-18T19:31:10.353Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21842026-05-18T19:31:11.142Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21852026-05-18T19:31:11.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21862026-05-18T19:31:12.051Z Compiling phf v0.12.1
21872026-05-18T19:31:12.676Z Compiling zone_cfg_derive v0.3.1
21882026-05-18T19:31:13.393Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21892026-05-18T19:31:13.850Z Compiling tokio-dtrace v0.1.1
21902026-05-18T19:31:14.182Z Compiling globset v0.4.18
21912026-05-18T19:31:14.185Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21922026-05-18T19:31:14.374Z Compiling itertools v0.12.1
21932026-05-18T19:31:14.422Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21942026-05-18T19:31:14.578Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21952026-05-18T19:31:15.023Z Compiling pem v3.0.6
21962026-05-18T19:31:15.732Z Compiling libsw-core v0.3.2
21972026-05-18T19:31:15.835Z Compiling serde_plain v1.0.2
21982026-05-18T19:31:15.853Z Compiling openssl-macros v0.1.1
21992026-05-18T19:31:15.925Z Compiling cookie v0.18.1
22002026-05-18T19:31:15.976Z Compiling sigpipe v0.1.3
22012026-05-18T19:31:16.081Z Compiling jiff v0.2.24
22022026-05-18T19:31:16.126Z Compiling glob v0.3.3
22032026-05-18T19:31:16.184Z Compiling fixedbitset v0.5.7
22042026-05-18T19:31:16.344Z Compiling fixedbitset v0.4.2
22052026-05-18T19:31:16.347Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22062026-05-18T19:31:16.584Z Compiling typed-path v0.9.3
22072026-05-18T19:31:16.641Z Compiling petgraph v0.6.5
22082026-05-18T19:31:16.709Z Compiling petgraph v0.8.3
22092026-05-18T19:31:17.102Z Compiling libsw v3.5.0
22102026-05-18T19:31:17.293Z Compiling zone v0.3.1
22112026-05-18T19:31:18.427Z Compiling tough v0.22.0
22122026-05-18T19:31:18.523Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22132026-05-18T19:31:18.774Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22142026-05-18T19:31:18.991Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22152026-05-18T19:31:19.044Z Compiling oxide-tokio-rt v0.1.6
22162026-05-18T19:31:19.289Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22172026-05-18T19:31:19.453Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22182026-05-18T19:31:19.614Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22192026-05-18T19:31:21.296Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22202026-05-18T19:31:22.530Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22212026-05-18T19:31:22.956Z Compiling const_format v0.2.36
22222026-05-18T19:31:23.274Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22232026-05-18T19:31:23.576Z Compiling papergrid v0.11.0
22242026-05-18T19:31:23.834Z Compiling tabled_derive v0.7.0
22252026-05-18T19:31:24.427Z Compiling gethostname v0.5.0
22262026-05-18T19:31:24.576Z Compiling libscf-sys v1.2.0
22272026-05-18T19:31:24.753Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22282026-05-18T19:31:24.807Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22292026-05-18T19:31:24.945Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22302026-05-18T19:31:25.461Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22312026-05-18T19:31:25.610Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22322026-05-18T19:31:26.326Z Compiling bcs v0.1.6
22332026-05-18T19:31:26.383Z Compiling smf v0.2.3
22342026-05-18T19:31:26.553Z Compiling smawk v0.3.2
22352026-05-18T19:31:26.721Z Compiling unicode-linebreak v0.1.5
22362026-05-18T19:31:26.739Z Compiling termtree v0.5.1
22372026-05-18T19:31:26.945Z Compiling tagptr v0.2.0
22382026-05-18T19:31:27.001Z Compiling linear-map v1.2.0
22392026-05-18T19:31:27.123Z Compiling whoami v1.6.1
22402026-05-18T19:31:27.229Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22412026-05-18T19:31:27.574Z Compiling moka v0.12.15
22422026-05-18T19:31:27.958Z Compiling textwrap v0.16.2
22432026-05-18T19:31:28.775Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22442026-05-18T19:31:29.316Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22452026-05-18T19:31:29.336Z Compiling tabled v0.15.0
22462026-05-18T19:31:29.529Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22472026-05-18T19:31:29.749Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22482026-05-18T19:31:30.264Z Compiling steno v0.4.1
22492026-05-18T19:31:32.170Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22502026-05-18T19:31:35.011Z Compiling hickory-proto v0.25.2
22512026-05-18T19:31:35.900Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22522026-05-18T19:31:37.167Z Compiling proc-macro-error-attr2 v2.0.0
22532026-05-18T19:31:37.474Z Compiling humantime v2.3.0
22542026-05-18T19:31:37.632Z Compiling proc-macro-error2 v2.0.1
22552026-05-18T19:31:37.923Z Compiling hickory-resolver v0.25.2
22562026-05-18T19:31:37.923Z Compiling typify v0.4.3
22572026-05-18T19:31:38.031Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22582026-05-18T19:31:38.475Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22592026-05-18T19:31:38.566Z Compiling parking_lot_core v0.8.6
22602026-05-18T19:31:38.809Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22612026-05-18T19:31:38.932Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22622026-05-18T19:31:39.632Z Compiling progenitor-impl v0.11.2
22632026-05-18T19:31:40.643Z Compiling tabled_derive v0.11.0
22642026-05-18T19:31:41.711Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22652026-05-18T19:31:41.781Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22662026-05-18T19:31:43.080Z Compiling papergrid v0.17.0
22672026-05-18T19:31:44.233Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22682026-05-18T19:31:44.820Z Compiling testing_table v0.3.0
22692026-05-18T19:31:45.243Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22702026-05-18T19:31:45.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22712026-05-18T19:31:46.001Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22722026-05-18T19:31:46.184Z Compiling tabled v0.20.0
22732026-05-18T19:31:46.630Z Compiling progenitor-macro v0.11.2
22742026-05-18T19:31:49.003Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22752026-05-18T19:31:49.120Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22762026-05-18T19:31:49.812Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22772026-05-18T19:31:50.183Z Compiling progenitor-client v0.11.2
22782026-05-18T19:31:50.512Z Compiling arc-swap v1.9.1
22792026-05-18T19:31:50.706Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22802026-05-18T19:31:50.795Z Compiling progenitor v0.11.2
22812026-05-18T19:31:50.953Z Compiling slog-scope v4.4.1
22822026-05-18T19:31:50.971Z Compiling parking_lot v0.11.2
22832026-05-18T19:31:51.870Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22842026-05-18T19:31:53.805Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22852026-05-18T19:31:53.988Z Compiling dropshot-api-manager-types v0.7.1
22862026-05-18T19:31:54.043Z Compiling fxhash v0.2.1
22872026-05-18T19:31:54.194Z Compiling crc8 v0.1.1
22882026-05-18T19:31:54.318Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22892026-05-18T19:31:54.589Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22902026-05-18T19:31:56.496Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22912026-05-18T19:31:57.936Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22922026-05-18T19:32:00.512Z Compiling sled v0.34.7
22932026-05-18T19:32:01.605Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22942026-05-18T19:32:02.599Z Compiling slog-stdlog v4.1.1
22952026-05-18T19:32:02.989Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22962026-05-18T19:32:03.045Z Compiling slog-envlogger v2.2.0
22972026-05-18T19:32:03.063Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22982026-05-18T19:32:03.255Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22992026-05-18T19:32:16.476Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
23002026-05-18T19:32:18.973Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23012026-05-18T19:32:22.348Z Finished `release` profile [optimized] target(s) in 3m 48s
23022026-05-18T19:32:22.685Z+ banner trio
23032026-05-18T19:32:22.689Z
23042026-05-18T19:32:22.689Z ##### ##### # ####
23052026-05-18T19:32:22.689Z # # # # # #
23062026-05-18T19:32:22.689Z # # # # # #
23072026-05-18T19:32:22.689Z # ##### # # #
23082026-05-18T19:32:22.689Z # # # # # #
23092026-05-18T19:32:22.689Z # # # # ####
23102026-05-18T19:32:22.689Z
23112026-05-18T19:32:22.689Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23122026-05-18T19:32:23.250Z Compiling cfg-if v1.0.4
23132026-05-18T19:32:23.254Z Compiling libc v0.2.186
23142026-05-18T19:32:23.254Z Compiling serde_core v1.0.228
23152026-05-18T19:32:23.254Z Compiling memchr v2.8.0
23162026-05-18T19:32:23.364Z Compiling smallvec v1.15.1
23172026-05-18T19:32:23.364Z Compiling itoa v1.0.18
23182026-05-18T19:32:23.380Z Compiling stable_deref_trait v1.2.1
23192026-05-18T19:32:23.380Z Compiling zerofrom v0.1.8
23202026-05-18T19:32:23.405Z Compiling zmij v1.0.21
23212026-05-18T19:32:23.451Z Compiling litemap v0.8.2
23222026-05-18T19:32:23.513Z Compiling yoke v0.8.2
23232026-05-18T19:32:23.601Z Compiling writeable v0.6.3
23242026-05-18T19:32:23.604Z Compiling utf8_iter v1.0.4
23252026-05-18T19:32:23.651Z Compiling percent-encoding v2.3.2
23262026-05-18T19:32:23.708Z Compiling zerovec v0.11.6
23272026-05-18T19:32:23.726Z Compiling zerotrie v0.2.4
23282026-05-18T19:32:23.765Z Compiling libm v0.2.16
23292026-05-18T19:32:23.856Z Compiling icu_normalizer_data v2.2.0
23302026-05-18T19:32:23.868Z Compiling icu_properties_data v2.2.0
23312026-05-18T19:32:23.922Z Compiling form_urlencoded v1.2.2
23322026-05-18T19:32:23.938Z Compiling rand_core v0.10.1
23332026-05-18T19:32:24.009Z Compiling errno v0.3.14
23342026-05-18T19:32:24.099Z Compiling getrandom v0.4.2
23352026-05-18T19:32:24.153Z Compiling iana-time-zone v0.1.65
23362026-05-18T19:32:24.191Z Compiling pin-project-lite v0.2.17
23372026-05-18T19:32:24.202Z Compiling zeroize v1.8.2
23382026-05-18T19:32:24.294Z Compiling tinystr v0.8.3
23392026-05-18T19:32:24.305Z Compiling potential_utf v0.1.5
23402026-05-18T19:32:24.315Z Compiling dyn-clone v1.0.20
23412026-05-18T19:32:24.440Z Compiling icu_collections v2.2.0
23422026-05-18T19:32:24.460Z Compiling icu_locale_core v2.2.0
23432026-05-18T19:32:24.472Z Compiling socket2 v0.6.3
23442026-05-18T19:32:24.487Z Compiling scopeguard v1.2.0
23452026-05-18T19:32:24.497Z Compiling parking_lot_core v0.9.12
23462026-05-18T19:32:24.507Z Compiling signal-hook-registry v1.4.8
23472026-05-18T19:32:24.601Z Compiling num-traits v0.2.19
23482026-05-18T19:32:24.892Z Compiling lock_api v0.4.14
23492026-05-18T19:32:25.065Z Compiling mio v1.2.0
23502026-05-18T19:32:25.145Z Compiling parking_lot v0.12.5
23512026-05-18T19:32:25.201Z Compiling serde v1.0.228
23522026-05-18T19:32:25.252Z Compiling serde_json v1.0.149
23532026-05-18T19:32:25.351Z Compiling icu_provider v2.2.0
23542026-05-18T19:32:25.354Z Compiling uuid v1.23.1
23552026-05-18T19:32:25.471Z Compiling semver v1.0.28
23562026-05-18T19:32:25.810Z Compiling bytes v1.11.1
23572026-05-18T19:32:25.852Z Compiling icu_normalizer v2.2.0
23582026-05-18T19:32:25.985Z Compiling icu_properties v2.2.0
23592026-05-18T19:32:26.028Z Compiling chrono v0.4.44
23602026-05-18T19:32:26.096Z Compiling portable-atomic v1.13.1
23612026-05-18T19:32:26.174Z Compiling thiserror v2.0.18
23622026-05-18T19:32:26.296Z Compiling getrandom v0.2.17
23632026-05-18T19:32:26.524Z Compiling tokio v1.52.3
23642026-05-18T19:32:26.710Z Compiling critical-section v1.2.0
23652026-05-18T19:32:26.824Z Compiling futures-core v0.3.32
23662026-05-18T19:32:26.833Z Compiling subtle v2.6.1
23672026-05-18T19:32:26.992Z Compiling idna_adapter v1.2.2
23682026-05-18T19:32:27.011Z Compiling once_cell v1.21.4
23692026-05-18T19:32:27.078Z Compiling bitflags v2.11.1
23702026-05-18T19:32:27.132Z Compiling idna v1.1.0
23712026-05-18T19:32:27.264Z Compiling log v0.4.29
23722026-05-18T19:32:27.390Z Compiling equivalent v1.0.2
23732026-05-18T19:32:27.484Z Compiling url v2.5.8
23742026-05-18T19:32:27.496Z Compiling zerocopy v0.8.48
23752026-05-18T19:32:27.518Z Compiling rand_core v0.6.4
23762026-05-18T19:32:27.615Z Compiling futures-sink v0.3.32
23772026-05-18T19:32:27.733Z Compiling slab v0.4.12
23782026-05-18T19:32:27.775Z Compiling futures-channel v0.3.32
23792026-05-18T19:32:27.945Z Compiling futures-io v0.3.32
23802026-05-18T19:32:27.945Z Compiling futures-task v0.3.32
23812026-05-18T19:32:28.033Z Compiling typenum v1.20.0
23822026-05-18T19:32:28.130Z Compiling schemars v0.8.22
23832026-05-18T19:32:28.148Z Compiling futures-util v0.3.32
23842026-05-18T19:32:28.708Z Compiling generic-array v0.14.7
23852026-05-18T19:32:29.235Z Compiling hashbrown v0.17.1
23862026-05-18T19:32:29.274Z Compiling tracing-core v0.1.36
23872026-05-18T19:32:29.560Z Compiling base64 v0.22.1
23882026-05-18T19:32:29.913Z Compiling indexmap v2.14.0
23892026-05-18T19:32:30.036Z Compiling tracing v0.1.44
23902026-05-18T19:32:30.047Z Compiling crypto-common v0.1.7
23912026-05-18T19:32:30.198Z Compiling ipnetwork v0.21.1
23922026-05-18T19:32:30.354Z Compiling http v1.4.0
23932026-05-18T19:32:30.392Z Compiling unicode-ident v1.0.24
23942026-05-18T19:32:30.523Z Compiling proc-macro2 v1.0.106
23952026-05-18T19:32:30.753Z Compiling slog v2.8.2
23962026-05-18T19:32:30.770Z Compiling erased-serde v0.3.31
23972026-05-18T19:32:30.781Z Compiling rustls-pki-types v1.14.1
23982026-05-18T19:32:30.833Z Compiling fnv v1.0.7
23992026-05-18T19:32:30.946Z Compiling untrusted v0.9.0
24002026-05-18T19:32:31.091Z Compiling quote v1.0.45
24012026-05-18T19:32:31.656Z Compiling syn v2.0.117
24022026-05-18T19:32:31.824Z Compiling tokio-util v0.7.18
24032026-05-18T19:32:31.983Z Compiling oxnet v0.1.5
24042026-05-18T19:32:32.211Z Compiling ipnet v2.12.0
24052026-05-18T19:32:32.283Z Compiling byteorder v1.5.0
24062026-05-18T19:32:32.549Z Compiling thiserror v1.0.69
24072026-05-18T19:32:32.664Z Compiling ppv-lite86 v0.2.21
24082026-05-18T19:32:32.711Z Compiling http-body v1.0.1
24092026-05-18T19:32:32.885Z Compiling block-buffer v0.10.4
24102026-05-18T19:32:33.022Z Compiling atomic-waker v1.1.2
24112026-05-18T19:32:33.044Z Compiling httparse v1.10.1
24122026-05-18T19:32:33.066Z Compiling digest v0.10.7
24132026-05-18T19:32:33.159Z Compiling tower-layer v0.3.3
24142026-05-18T19:32:33.172Z Compiling ryu v1.0.23
24152026-05-18T19:32:33.321Z Compiling pretty-hex v0.4.2
24162026-05-18T19:32:33.361Z Compiling tower-service v0.3.3
24172026-05-18T19:32:33.410Z Compiling try-lock v0.2.5
24182026-05-18T19:32:33.461Z Compiling h2 v0.4.14
24192026-05-18T19:32:33.474Z Compiling httpdate v1.0.3
24202026-05-18T19:32:33.477Z Compiling rustix v1.1.4
24212026-05-18T19:32:33.517Z Compiling want v0.3.1
24222026-05-18T19:32:33.529Z Compiling regex-syntax v0.8.10
24232026-05-18T19:32:33.704Z Compiling plain v0.2.3
24242026-05-18T19:32:33.832Z Compiling getrandom v0.3.4
24252026-05-18T19:32:33.845Z Compiling omicron-workspace-hack v0.1.0
24262026-05-18T19:32:33.921Z Compiling aws-lc-sys v0.41.0
24272026-05-18T19:32:33.986Z Compiling ucd-trie v0.1.7
24282026-05-18T19:32:34.041Z Compiling untrusted v0.7.1
24292026-05-18T19:32:34.174Z Compiling pest v2.8.6
24302026-05-18T19:32:34.494Z Compiling aws-lc-rs v1.17.0
24312026-05-18T19:32:34.581Z Compiling rand_core v0.9.5
24322026-05-18T19:32:34.853Z Compiling crossbeam-utils v0.8.21
24332026-05-18T19:32:35.328Z Compiling serde_urlencoded v0.7.1
24342026-05-18T19:32:35.639Z Compiling http-body-util v0.1.3
24352026-05-18T19:32:35.652Z Compiling foldhash v0.2.0
24362026-05-18T19:32:35.873Z Compiling hyper v1.9.0
24372026-05-18T19:32:35.934Z Compiling allocator-api2 v0.2.21
24382026-05-18T19:32:35.951Z Compiling rustls v0.23.40
24392026-05-18T19:32:36.216Z Compiling rustls-webpki v0.103.13
24402026-05-18T19:32:36.341Z Compiling hashbrown v0.16.1
24412026-05-18T19:32:37.064Z Compiling newtype-uuid v1.3.2
24422026-05-18T19:32:37.366Z Compiling hyper-util v0.1.20
24432026-05-18T19:32:38.114Z Compiling cpufeatures v0.2.17
24442026-05-18T19:32:38.201Z Compiling hex v0.4.3
24452026-05-18T19:32:38.502Z Compiling daft v0.1.7
24462026-05-18T19:32:38.862Z Compiling rand_chacha v0.9.0
24472026-05-18T19:32:39.427Z Compiling sync_wrapper v1.0.2
24482026-05-18T19:32:39.547Z Compiling aho-corasick v1.1.4
24492026-05-18T19:32:39.560Z Compiling fastrand v2.4.1
24502026-05-18T19:32:39.908Z Compiling tower v0.5.3
24512026-05-18T19:32:40.270Z Compiling anyhow v1.0.102
24522026-05-18T19:32:40.436Z Compiling rand v0.9.4
24532026-05-18T19:32:40.457Z Compiling powerfmt v0.2.0
24542026-05-18T19:32:40.517Z Compiling tower-http v0.6.10
24552026-05-18T19:32:40.715Z Compiling regex-automata v0.4.14
24562026-05-18T19:32:40.737Z Compiling deranged v0.5.8
24572026-05-18T19:32:40.947Z Compiling openapiv3 v2.2.0
24582026-05-18T19:32:41.217Z Compiling num_threads v0.1.7
24592026-05-18T19:32:41.231Z Compiling time-core v0.1.8
24602026-05-18T19:32:41.323Z Compiling openssl-probe v0.2.1
24612026-05-18T19:32:41.386Z Compiling num-conv v0.2.1
24622026-05-18T19:32:41.546Z Compiling rustls-native-certs v0.8.3
24632026-05-18T19:32:41.573Z Compiling camino v1.2.2
24642026-05-18T19:32:41.840Z Compiling time v0.3.47
24652026-05-18T19:32:42.164Z Compiling tempfile v3.27.0
24662026-05-18T19:32:42.404Z Compiling tokio-rustls v0.26.4
24672026-05-18T19:32:42.717Z Compiling futures-executor v0.3.32
24682026-05-18T19:32:43.070Z Compiling winnow v1.0.3
24692026-05-18T19:32:43.267Z Compiling futures v0.3.32
24702026-05-18T19:32:43.357Z Compiling regex v1.12.3
24712026-05-18T19:32:43.381Z Compiling hyper-rustls v0.27.9
24722026-05-18T19:32:43.755Z Compiling rustls-platform-verifier v0.7.0
24732026-05-18T19:32:44.402Z Compiling crossbeam-channel v0.5.15
24742026-05-18T19:32:44.566Z Compiling scroll v0.13.0
24752026-05-18T19:32:44.803Z Compiling simd-adler32 v0.3.9
24762026-05-18T19:32:44.848Z Compiling adler2 v2.0.1
24772026-05-18T19:32:44.874Z Compiling goblin v0.10.5
24782026-05-18T19:32:44.996Z Compiling miniz_oxide v0.8.9
24792026-05-18T19:32:45.023Z Compiling crc32fast v1.5.0
24802026-05-18T19:32:45.109Z Compiling reqwest v0.13.3
24812026-05-18T19:32:45.279Z Compiling ring v0.17.14
24822026-05-18T19:32:45.668Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24832026-05-18T19:32:46.441Z Compiling thread_local v1.1.9
24842026-05-18T19:32:46.808Z Compiling either v1.15.0
24852026-05-18T19:32:47.041Z Compiling rustls-webpki v0.102.8
24862026-05-18T19:32:47.727Z Compiling flate2 v1.1.9
24872026-05-18T19:32:48.286Z Compiling dof v0.4.0
24882026-05-18T19:32:48.938Z Compiling dtrace-parser v0.3.0
24892026-05-18T19:32:49.510Z Compiling rand_chacha v0.3.1
24902026-05-18T19:32:50.182Z Compiling is-terminal v0.4.17
24912026-05-18T19:32:50.296Z Compiling thread-id v5.1.0
24922026-05-18T19:32:50.394Z Compiling debug-ignore v1.0.5
24932026-05-18T19:32:50.518Z Compiling match_cfg v0.1.0
24942026-05-18T19:32:50.609Z Compiling term v1.2.1
24952026-05-18T19:32:51.416Z Compiling compression-core v0.4.32
24962026-05-18T19:32:51.483Z Compiling take_mut v0.2.2
24972026-05-18T19:32:51.597Z Compiling slog-async v2.8.0
24982026-05-18T19:32:51.609Z Compiling compression-codecs v0.4.38
24992026-05-18T19:32:51.844Z Compiling slog-term v2.9.2
25002026-05-18T19:32:51.996Z Compiling hostname v0.3.1
25012026-05-18T19:32:52.167Z Compiling usdt-impl v0.6.0
25022026-05-18T19:32:52.532Z Compiling rand v0.8.6
25032026-05-18T19:32:53.080Z Compiling ref-cast v1.0.25
25042026-05-18T19:32:53.195Z Compiling rustls v0.22.4
25052026-05-18T19:32:53.225Z Compiling toml_parser v1.1.2+spec-1.1.0
25062026-05-18T19:32:53.360Z Compiling slog-json v2.6.1
25072026-05-18T19:32:53.629Z Compiling strum v0.26.3
25082026-05-18T19:32:53.774Z Compiling macaddr v1.0.1
25092026-05-18T19:32:54.064Z Compiling toml_datetime v1.1.1+spec-1.1.0
25102026-05-18T19:32:54.491Z Compiling serde_spanned v1.1.1
25112026-05-18T19:32:54.555Z Compiling memmap2 v0.9.10
25122026-05-18T19:32:54.651Z Compiling wait-timeout v0.2.1
25132026-05-18T19:32:54.850Z Compiling encoding_rs v0.8.35
25142026-05-18T19:32:55.146Z Compiling quick-error v1.2.3
25152026-05-18T19:32:55.268Z Compiling toml_writer v1.1.1+spec-1.1.0
25162026-05-18T19:32:55.536Z Compiling bit-vec v0.8.0
25172026-05-18T19:32:55.858Z Compiling spin v0.9.8
25182026-05-18T19:32:55.995Z Compiling mime v0.3.17
25192026-05-18T19:32:56.205Z Compiling multer v3.1.0
25202026-05-18T19:32:56.478Z Compiling bit-set v0.8.0
25212026-05-18T19:32:56.482Z Compiling toml v1.1.2+spec-1.1.0
25222026-05-18T19:32:56.679Z Compiling tokio-rustls v0.25.0
25232026-05-18T19:32:56.939Z Compiling rusty-fork v0.3.1
25242026-05-18T19:32:57.464Z Compiling usdt v0.6.0
25252026-05-18T19:32:57.559Z Compiling slog-bunyan v2.5.0
25262026-05-18T19:32:57.746Z Compiling async-compression v0.4.42
25272026-05-18T19:32:57.803Z Compiling serde_with v3.20.0
25282026-05-18T19:32:58.135Z Compiling async-stream v0.3.6
25292026-05-18T19:32:58.246Z Compiling sha1 v0.10.6
25302026-05-18T19:32:58.344Z Compiling rand_xorshift v0.4.0
25312026-05-18T19:32:58.538Z Compiling waitgroup v0.1.2
25322026-05-18T19:32:58.654Z Compiling rustls-pemfile v2.2.0
25332026-05-18T19:32:58.705Z Compiling serde_path_to_error v0.1.20
25342026-05-18T19:32:58.946Z Compiling hostname v0.4.2
25352026-05-18T19:32:59.113Z Compiling unarray v0.1.4
25362026-05-18T19:32:59.161Z Compiling dropshot v0.17.0
25372026-05-18T19:32:59.173Z Compiling progenitor-client v0.14.0
25382026-05-18T19:32:59.239Z Compiling proptest v1.11.0
25392026-05-18T19:32:59.689Z Compiling strum v0.27.2
25402026-05-18T19:32:59.834Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25412026-05-18T19:32:59.994Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25422026-05-18T19:33:00.127Z Compiling rustc-hash v2.1.2
25432026-05-18T19:33:00.244Z Compiling iddqd v0.3.18
25442026-05-18T19:33:00.266Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25452026-05-18T19:33:00.577Z Compiling reqwest v0.12.28
25462026-05-18T19:33:00.589Z Compiling backon v1.6.0
25472026-05-18T19:33:00.865Z Compiling instant v0.1.13
25482026-05-18T19:33:00.998Z Compiling backoff v0.4.0
25492026-05-18T19:33:01.031Z Compiling progenitor-extras v0.2.0
25502026-05-18T19:33:01.224Z Compiling parse-display v0.10.0
25512026-05-18T19:33:01.280Z Compiling itertools v0.14.0
25522026-05-18T19:33:02.118Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25532026-05-18T19:33:02.148Z Compiling progenitor-client v0.10.0
25542026-05-18T19:33:02.650Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25552026-05-18T19:33:02.788Z Compiling regress v0.10.5
25562026-05-18T19:33:02.880Z Compiling unicode-width v0.2.2
25572026-05-18T19:33:03.223Z Compiling heck v0.5.0
25582026-05-18T19:33:03.830Z Compiling secrecy v0.10.3
25592026-05-18T19:33:04.013Z Compiling tinyvec_macros v0.1.1
25602026-05-18T19:33:04.095Z Compiling tinyvec v1.11.0
25612026-05-18T19:33:04.152Z Compiling num-integer v0.1.46
25622026-05-18T19:33:04.553Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25632026-05-18T19:33:04.658Z Compiling scroll v0.12.0
25642026-05-18T19:33:04.977Z Compiling crucible-workspace-hack v0.1.0
25652026-05-18T19:33:05.060Z Compiling regress v0.11.1
25662026-05-18T19:33:06.584Z Compiling hmac v0.12.1
25672026-05-18T19:33:06.680Z Compiling inout v0.1.4
25682026-05-18T19:33:06.753Z Compiling ff v0.13.1
25692026-05-18T19:33:06.849Z Compiling utf8parse v0.2.2
25702026-05-18T19:33:06.915Z Compiling group v0.13.0
25712026-05-18T19:33:06.973Z Compiling anstyle-parse v1.0.0
25722026-05-18T19:33:07.041Z Compiling typify-impl v0.6.2
25732026-05-18T19:33:07.206Z Compiling cipher v0.4.4
25742026-05-18T19:33:07.469Z Compiling hkdf v0.12.4
25752026-05-18T19:33:07.566Z Compiling goblin v0.8.2
25762026-05-18T19:33:07.644Z Compiling num-rational v0.4.2
25772026-05-18T19:33:08.234Z Compiling num-iter v0.1.45
25782026-05-18T19:33:08.373Z Compiling zerocopy v0.7.35
25792026-05-18T19:33:08.778Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25802026-05-18T19:33:08.989Z Compiling terminal_size v0.4.4
25812026-05-18T19:33:09.157Z Compiling half v2.7.1
25822026-05-18T19:33:09.529Z Compiling universal-hash v0.5.1
25832026-05-18T19:33:09.686Z Compiling crypto-bigint v0.5.5
25842026-05-18T19:33:09.972Z Compiling num-complex v0.4.6
25852026-05-18T19:33:10.108Z Compiling base16ct v0.2.0
25862026-05-18T19:33:10.326Z Compiling anstyle-query v1.1.5
25872026-05-18T19:33:10.424Z Compiling is_terminal_polyfill v1.70.2
25882026-05-18T19:33:10.446Z Compiling anstyle v1.0.14
25892026-05-18T19:33:10.530Z Compiling opaque-debug v0.3.1
25902026-05-18T19:33:10.625Z Compiling base64ct v1.8.3
25912026-05-18T19:33:10.746Z Compiling ciborium-io v0.2.2
25922026-05-18T19:33:10.857Z Compiling colorchoice v1.0.5
25932026-05-18T19:33:10.995Z Compiling password-hash v0.5.0
25942026-05-18T19:33:11.029Z Compiling anstream v1.0.0
25952026-05-18T19:33:11.542Z Compiling ciborium-ll v0.2.2
25962026-05-18T19:33:11.637Z Compiling elliptic-curve v0.13.8
25972026-05-18T19:33:11.824Z Compiling poly1305 v0.8.0
25982026-05-18T19:33:11.958Z Compiling num v0.4.3
25992026-05-18T19:33:11.974Z Compiling curve25519-dalek v4.1.3
26002026-05-18T19:33:12.043Z Compiling dof v0.3.0
26012026-05-18T19:33:12.462Z Compiling typify v0.6.2
26022026-05-18T19:33:12.584Z Compiling thiserror-no-std v2.0.2
26032026-05-18T19:33:12.698Z Compiling chacha20 v0.9.1
26042026-05-18T19:33:12.967Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
26052026-05-18T19:33:13.037Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26062026-05-18T19:33:14.664Z Compiling byte-wrapper v0.1.0
26072026-05-18T19:33:14.702Z Compiling dtrace-parser v0.2.0
26082026-05-18T19:33:14.744Z Compiling crossbeam-epoch v0.9.18
26092026-05-18T19:33:15.251Z Compiling blake2 v0.10.6
26102026-05-18T19:33:15.289Z Compiling aead v0.5.2
26112026-05-18T19:33:15.490Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26122026-05-18T19:33:15.672Z Compiling thread-id v4.2.2
26132026-05-18T19:33:15.764Z Compiling float-ord v0.3.2
26142026-05-18T19:33:15.776Z Compiling keccak v0.1.6
26152026-05-18T19:33:15.889Z Compiling strsim v0.11.1
26162026-05-18T19:33:16.498Z Compiling clap_lex v1.1.0
26172026-05-18T19:33:16.737Z Compiling clap_builder v4.6.0
26182026-05-18T19:33:16.849Z Compiling sha3 v0.10.9
26192026-05-18T19:33:16.872Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26202026-05-18T19:33:17.079Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26212026-05-18T19:33:17.249Z Compiling usdt-impl v0.5.0
26222026-05-18T19:33:17.262Z Compiling argon2 v0.5.3
26232026-05-18T19:33:18.277Z Compiling chacha20poly1305 v0.10.1
26242026-05-18T19:33:18.438Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26252026-05-18T19:33:18.534Z Compiling vsss-rs v3.3.4
26262026-05-18T19:33:20.011Z Compiling ciborium v0.2.2
26272026-05-18T19:33:20.905Z Compiling hash32 v0.3.1
26282026-05-18T19:33:21.084Z Compiling memmap v0.7.0
26292026-05-18T19:33:21.339Z Compiling data-encoding v2.11.0
26302026-05-18T19:33:21.559Z Compiling indent_write v2.2.0
26312026-05-18T19:33:21.732Z Compiling usdt v0.5.0
26322026-05-18T19:33:22.400Z Compiling heapless v0.8.0
26332026-05-18T19:33:22.913Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26342026-05-18T19:33:23.297Z Compiling ingot-types v0.1.2
26352026-05-18T19:33:23.767Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26362026-05-18T19:33:23.878Z Compiling clap v4.6.1
26372026-05-18T19:33:23.973Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26382026-05-18T19:33:24.030Z Compiling rustix v0.38.44
26392026-05-18T19:33:24.265Z Compiling tabwriter v1.4.1
26402026-05-18T19:33:24.332Z Compiling cobs v0.3.0
26412026-05-18T19:33:24.617Z Compiling managed v0.8.0
26422026-05-18T19:33:24.650Z Compiling bitflags v1.3.2
26432026-05-18T19:33:24.735Z Compiling colored v3.1.1
26442026-05-18T19:33:24.891Z Compiling foreign-types-shared v0.3.1
26452026-05-18T19:33:24.999Z Compiling cpufeatures v0.3.0
26462026-05-18T19:33:25.086Z Compiling chacha20 v0.10.0
26472026-05-18T19:33:25.383Z Compiling foreign-types v0.5.0
26482026-05-18T19:33:25.394Z Compiling smoltcp v0.11.0
26492026-05-18T19:33:25.411Z Compiling postcard v1.1.3
26502026-05-18T19:33:25.471Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26512026-05-18T19:33:25.803Z Compiling num_enum v0.7.6
26522026-05-18T19:33:25.939Z Compiling ingot v0.1.1
26532026-05-18T19:33:27.301Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26542026-05-18T19:33:27.423Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26552026-05-18T19:33:27.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26562026-05-18T19:33:27.780Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26572026-05-18T19:33:27.891Z Compiling serde_spanned v0.6.9
26582026-05-18T19:33:28.066Z Compiling toml_datetime v0.6.11
26592026-05-18T19:33:28.146Z Compiling cstr-argument v0.1.2
26602026-05-18T19:33:28.194Z Compiling toml_write v0.1.2
26612026-05-18T19:33:28.326Z Compiling linked-hash-map v0.5.6
26622026-05-18T19:33:28.445Z Compiling unicode-segmentation v1.13.2
26632026-05-18T19:33:28.457Z Compiling winnow v0.7.15
26642026-05-18T19:33:28.545Z Compiling swrite v0.1.0
26652026-05-18T19:33:28.659Z Compiling resolv-conf v0.7.6
26662026-05-18T19:33:28.671Z Compiling static_assertions v1.1.0
26672026-05-18T19:33:28.752Z Compiling lru-cache v0.1.2
26682026-05-18T19:33:28.904Z Compiling newline-converter v0.3.0
26692026-05-18T19:33:28.998Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26702026-05-18T19:33:29.045Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26712026-05-18T19:33:29.064Z Compiling hubpack v0.1.2
26722026-05-18T19:33:29.301Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26732026-05-18T19:33:29.320Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26742026-05-18T19:33:29.420Z Compiling memoffset v0.9.1
26752026-05-18T19:33:29.446Z Compiling rand v0.10.1
26762026-05-18T19:33:29.521Z Compiling atomicwrites v0.4.4
26772026-05-18T19:33:29.554Z Compiling hickory-proto v0.24.4
26782026-05-18T19:33:29.809Z Compiling crossbeam-deque v0.8.6
26792026-05-18T19:33:30.034Z Compiling toml_edit v0.22.27
26802026-05-18T19:33:30.277Z Compiling console v0.15.11
26812026-05-18T19:33:30.380Z Compiling itertools v0.12.1
26822026-05-18T19:33:30.744Z Compiling camino-tempfile v1.4.1
26832026-05-18T19:33:31.219Z Compiling serde-big-array v0.5.1
26842026-05-18T19:33:31.385Z Compiling similar v2.7.0
26852026-05-18T19:33:31.642Z Compiling siphasher v1.0.3
26862026-05-18T19:33:31.840Z Compiling lazy_static v1.5.0
26872026-05-18T19:33:31.865Z Compiling phf_shared v0.12.1
26882026-05-18T19:33:31.954Z Compiling expectorate v1.2.0
26892026-05-18T19:33:32.089Z Compiling hickory-resolver v0.24.4
26902026-05-18T19:33:32.170Z Compiling toml v0.8.23
26912026-05-18T19:33:33.295Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26922026-05-18T19:33:34.104Z Compiling pin-project v1.1.13
26932026-05-18T19:33:34.145Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26942026-05-18T19:33:34.216Z Compiling prettyplease v0.2.37
26952026-05-18T19:33:35.042Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26962026-05-18T19:33:37.552Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26972026-05-18T19:33:37.998Z Compiling rayon-core v1.13.0
26982026-05-18T19:33:38.044Z Compiling nix v0.31.3
26992026-05-18T19:33:39.370Z Compiling num_enum v0.5.11
27002026-05-18T19:33:39.506Z Compiling progenitor-impl v0.14.0
27012026-05-18T19:33:39.704Z Compiling progenitor-impl v0.13.0
27022026-05-18T19:33:40.362Z Compiling unicode-normalization v0.1.25
27032026-05-18T19:33:40.983Z Compiling progenitor-client v0.13.0
27042026-05-18T19:33:41.244Z Compiling tokio-stream v0.1.18
27052026-05-18T19:33:41.292Z Compiling csv-core v0.1.13
27062026-05-18T19:33:41.511Z Compiling bstr v1.12.1
27072026-05-18T19:33:41.700Z Compiling unicode-width v0.1.14
27082026-05-18T19:33:41.799Z Compiling foreign-types-shared v0.1.1
27092026-05-18T19:33:41.899Z Compiling highway v1.3.0
27102026-05-18T19:33:42.012Z Compiling konst_macro_rules v0.2.19
27112026-05-18T19:33:42.215Z Compiling foldhash v0.1.5
27122026-05-18T19:33:42.215Z Compiling same-file v1.0.6
27132026-05-18T19:33:42.411Z Compiling hashbrown v0.15.5
27142026-05-18T19:33:42.444Z Compiling walkdir v2.5.0
27152026-05-18T19:33:42.597Z Compiling konst v0.2.20
27162026-05-18T19:33:42.986Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27172026-05-18T19:33:43.062Z Compiling globset v0.4.18
27182026-05-18T19:33:43.240Z Compiling foreign-types v0.3.2
27192026-05-18T19:33:43.325Z Compiling qorb v0.4.1
27202026-05-18T19:33:45.685Z Compiling csv v1.4.0
27212026-05-18T19:33:46.298Z Compiling snafu v0.8.9
27222026-05-18T19:33:46.525Z Compiling progenitor v0.13.0
27232026-05-18T19:33:46.694Z Compiling progenitor v0.14.0
27242026-05-18T19:33:46.740Z Compiling olpc-cjson v0.1.4
27252026-05-18T19:33:46.843Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27262026-05-18T19:33:46.897Z Compiling rayon v1.12.0
27272026-05-18T19:33:46.954Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27282026-05-18T19:33:47.474Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27292026-05-18T19:33:49.119Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27302026-05-18T19:33:50.067Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27312026-05-18T19:33:51.366Z Compiling phf v0.12.1
27322026-05-18T19:33:51.551Z Compiling openssl-sys v0.9.116
27332026-05-18T19:33:51.992Z Compiling tokio-dtrace v0.1.1
27342026-05-18T19:33:52.330Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27352026-05-18T19:33:53.081Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27362026-05-18T19:33:53.310Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27372026-05-18T19:33:53.863Z Compiling libsw-core v0.3.2
27382026-05-18T19:33:54.068Z Compiling pem v3.0.6
27392026-05-18T19:33:54.133Z Compiling serde_plain v1.0.2
27402026-05-18T19:33:54.427Z Compiling sigpipe v0.1.3
27412026-05-18T19:33:54.534Z Compiling typed-path v0.9.3
27422026-05-18T19:33:54.796Z Compiling minimal-lexical v0.2.1
27432026-05-18T19:33:54.857Z Compiling fixedbitset v0.5.7
27442026-05-18T19:33:55.126Z Compiling jiff v0.2.24
27452026-05-18T19:33:55.384Z Compiling fixedbitset v0.4.2
27462026-05-18T19:33:55.780Z Compiling glob v0.3.3
27472026-05-18T19:33:55.815Z Compiling bytecount v0.6.9
27482026-05-18T19:33:56.011Z Compiling papergrid v0.11.0
27492026-05-18T19:33:56.780Z Compiling tough v0.22.0
27502026-05-18T19:33:57.470Z Compiling petgraph v0.6.5
27512026-05-18T19:33:58.467Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27522026-05-18T19:33:58.480Z Compiling petgraph v0.8.3
27532026-05-18T19:33:58.546Z Compiling nom v7.1.3
27542026-05-18T19:33:59.301Z Compiling openssl v0.10.80
27552026-05-18T19:34:00.249Z Compiling libsw v3.5.0
27562026-05-18T19:34:00.450Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27572026-05-18T19:34:00.920Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27582026-05-18T19:34:00.974Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27592026-05-18T19:34:01.164Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-05-18T19:34:01.276Z Compiling zone v0.3.1
27612026-05-18T19:34:01.367Z Compiling oxide-tokio-rt v0.1.6
27622026-05-18T19:34:02.007Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27632026-05-18T19:34:02.226Z Compiling chrono-tz v0.10.4
27642026-05-18T19:34:03.084Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27652026-05-18T19:34:04.463Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27662026-05-18T19:34:04.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27672026-05-18T19:34:04.990Z Compiling newtype_derive v0.1.6
27682026-05-18T19:34:05.094Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27692026-05-18T19:34:05.201Z Compiling slog-dtrace v0.3.0
27702026-05-18T19:34:05.939Z Compiling const_format v0.2.36
27712026-05-18T19:34:06.090Z Compiling cancel-safe-futures v0.1.5
27722026-05-18T19:34:06.458Z Compiling owo-colors v4.3.0
27732026-05-18T19:34:06.470Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27742026-05-18T19:34:07.076Z Compiling gethostname v0.5.0
27752026-05-18T19:34:07.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-05-18T19:34:07.230Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27772026-05-18T19:34:07.356Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-05-18T19:34:07.403Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-05-18T19:34:07.421Z Compiling smf v0.2.3
27802026-05-18T19:34:07.484Z Compiling bcs v0.1.6
27812026-05-18T19:34:07.888Z Compiling smawk v0.3.2
27822026-05-18T19:34:08.058Z Compiling termtree v0.5.1
27832026-05-18T19:34:08.234Z Compiling linear-map v1.2.0
27842026-05-18T19:34:08.458Z Compiling whoami v1.6.1
27852026-05-18T19:34:08.666Z Compiling unicode-linebreak v0.1.5
27862026-05-18T19:34:08.927Z Compiling tagptr v0.2.0
27872026-05-18T19:34:08.949Z Compiling textwrap v0.16.2
27882026-05-18T19:34:09.090Z Compiling moka v0.12.15
27892026-05-18T19:34:09.093Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27902026-05-18T19:34:09.657Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27912026-05-18T19:34:10.312Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27922026-05-18T19:34:10.378Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27932026-05-18T19:34:10.391Z Compiling tabled v0.15.0
27942026-05-18T19:34:10.589Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27952026-05-18T19:34:12.334Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27962026-05-18T19:34:12.550Z Compiling steno v0.4.1
27972026-05-18T19:34:12.809Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27982026-05-18T19:34:13.266Z Compiling cookie v0.18.1
27992026-05-18T19:34:14.631Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28002026-05-18T19:34:17.760Z Compiling hickory-proto v0.25.2
28012026-05-18T19:34:19.148Z Compiling humantime v2.3.0
28022026-05-18T19:34:19.313Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
28032026-05-18T19:34:19.595Z Compiling arc-swap v1.9.1
28042026-05-18T19:34:19.851Z Compiling slog-scope v4.4.1
28052026-05-18T19:34:19.955Z Compiling hickory-resolver v0.25.2
28062026-05-18T19:34:20.317Z Compiling libscf-sys v1.2.0
28072026-05-18T19:34:20.472Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28082026-05-18T19:34:21.551Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28092026-05-18T19:34:22.603Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28102026-05-18T19:34:22.732Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28112026-05-18T19:34:23.317Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28122026-05-18T19:34:23.504Z Compiling slog-stdlog v4.1.1
28132026-05-18T19:34:23.906Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28142026-05-18T19:34:24.015Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28152026-05-18T19:34:24.415Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28162026-05-18T19:34:24.980Z Compiling slog-envlogger v2.2.0
28172026-05-18T19:34:25.286Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28182026-05-18T19:34:34.546Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28192026-05-18T19:34:37.418Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28202026-05-18T19:34:38.838Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28212026-05-18T19:34:47.936Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28222026-05-18T19:34:52.655Z Finished `release` profile [optimized] target(s) in 2m 29s
28232026-05-18T19:34:52.770Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28242026-05-18T19:34:52.773Z
28252026-05-18T19:34:52.773Zrunning 1 test
28262026-05-18T19:34:52.940Zconfigure zone
28272026-05-18T19:34:52.957Zinstall zone
28282026-05-18T19:35:02.728Zboot zone
28292026-05-18T19:35:02.818Zstart zone s1
28302026-05-18T19:35:02.820Zconfigure zone
28312026-05-18T19:35:02.826Zinstall zone
28322026-05-18T19:35:04.515Zboot zone
28332026-05-18T19:35:04.601Zstart zone s2
28342026-05-18T19:35:04.601Zconfigure zone
28352026-05-18T19:35:04.614Zinstall zone
28362026-05-18T19:35:06.956Zboot zone
28372026-05-18T19:35:07.062Zstart zone t1
28382026-05-18T19:35:07.062Zconfigure zone
28392026-05-18T19:35:07.073Zinstall zone
28402026-05-18T19:35:09.779Zboot zone
28412026-05-18T19:35:09.895Zwaiting for zones to come up
28422026-05-18T19:35:19.897Z[sidecar.trio] svcs milestone/network
28432026-05-18T19:35:19.926ZSTATE STIME FMRI
28442026-05-18T19:35:19.926Zonline 19:35:01 svc:/milestone/network:default
28452026-05-18T19:35:19.926Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28462026-05-18T19:35:19.954Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28472026-05-18T19:35:19.979Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28482026-05-18T19:35:19.999Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28492026-05-18T19:35:20.002Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28502026-05-18T19:35:20.015Z
28512026-05-18T19:35:20.015Zrunning zone s1.trio setup
28522026-05-18T19:35:20.015Z[s1.trio] svcs milestone/network
28532026-05-18T19:35:20.031ZSTATE STIME FMRI
28542026-05-18T19:35:20.031Zonline 19:35:03 svc:/milestone/network:default
28552026-05-18T19:35:20.031Z[s1.trio] dladm
28562026-05-18T19:35:20.044ZLINK CLASS MTU STATE BRIDGE OVER
28572026-05-18T19:35:20.044Zsl0 simnet 9000 up -- ?
28582026-05-18T19:35:20.044Zmg2 vnic 9000 up -- ?
28592026-05-18T19:35:20.046Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28602026-05-18T19:35:20.545Z
28612026-05-18T19:35:20.545Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28622026-05-18T19:35:20.561Z
28632026-05-18T19:35:20.561Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28642026-05-18T19:35:20.572Z
28652026-05-18T19:35:20.572Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28662026-05-18T19:35:20.659Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28672026-05-18T19:35:20.733Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2f2aa1d0-8936-48f8-924b-28b4501e94ce --sled-uuid 80874093-9e19-41d9-bb8f-7924388ea3c3 -a sl0/v6 &> /opt/ddmd.log &
28682026-05-18T19:35:20.747Z
28692026-05-18T19:35:20.747Zrunning zone s2.trio setup
28702026-05-18T19:35:20.747Z[s2.trio] svcs milestone/network
28712026-05-18T19:35:20.762ZSTATE STIME FMRI
28722026-05-18T19:35:20.762Zonline 19:35:06 svc:/milestone/network:default
28732026-05-18T19:35:20.762Z[s2.trio] dladm
28742026-05-18T19:35:20.775ZLINK CLASS MTU STATE BRIDGE OVER
28752026-05-18T19:35:20.775Zsl1 simnet 9000 up -- ?
28762026-05-18T19:35:20.775Zmg3 vnic 9000 up -- ?
28772026-05-18T19:35:20.775Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28782026-05-18T19:35:21.315Z
28792026-05-18T19:35:21.315Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28802026-05-18T19:35:21.332Z
28812026-05-18T19:35:21.332Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28822026-05-18T19:35:21.344Z
28832026-05-18T19:35:21.344Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28842026-05-18T19:35:21.376Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28852026-05-18T19:35:21.404Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b3bae426-5192-4275-ab8d-a4925317333a --sled-uuid 5c88d223-9460-4086-9fc3-4adc4aba9016 -a sl1/v6 &> /opt/ddmd.log &
28862026-05-18T19:35:21.415Z
28872026-05-18T19:35:21.415Zrunning zone t1.trio setup
28882026-05-18T19:35:21.415Z[t1.trio] svcs milestone/network
28892026-05-18T19:35:21.430ZSTATE STIME FMRI
28902026-05-18T19:35:21.430Zonline 19:35:09 svc:/milestone/network:default
28912026-05-18T19:35:21.430Z[t1.trio] dladm
28922026-05-18T19:35:21.443ZLINK CLASS MTU STATE BRIDGE OVER
28932026-05-18T19:35:21.443Ztfportrear0_0 simnet 9000 up -- ?
28942026-05-18T19:35:21.443Ztfportrear1_0 simnet 9000 up -- ?
28952026-05-18T19:35:21.443Zmg1 vnic 9000 up -- ?
28962026-05-18T19:35:21.443Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28972026-05-18T19:35:21.962Z
28982026-05-18T19:35:21.962Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28992026-05-18T19:35:21.980Z
29002026-05-18T19:35:21.980Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29012026-05-18T19:35:21.994Z
29022026-05-18T19:35:21.994Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
29032026-05-18T19:35:22.005Z
29042026-05-18T19:35:22.005Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
29052026-05-18T19:35:22.307Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
29062026-05-18T19:35:22.309Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
29072026-05-18T19:35:22.309Zwaiting 3s for copy of files to zone to complete ...
29082026-05-18T19:35:25.310Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29092026-05-18T19:35:25.442Z
29102026-05-18T19:35:25.442Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29112026-05-18T19:35:25.554Z
29122026-05-18T19:35:25.554Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29132026-05-18T19:35:25.590Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29142026-05-18T19:35:25.620Z[t1.trio] svcadm disable dendrite
29152026-05-18T19:35:25.644Z
29162026-05-18T19:35:25.644Z[t1.trio] svcadm disable tfport
29172026-05-18T19:35:25.667Z
29182026-05-18T19:35:25.667Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29192026-05-18T19:35:25.693Z
29202026-05-18T19:35:25.694Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29212026-05-18T19:35:25.718Z
29222026-05-18T19:35:25.718Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29232026-05-18T19:35:25.744Z
29242026-05-18T19:35:25.744Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29252026-05-18T19:35:25.767Z
29262026-05-18T19:35:25.767Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29272026-05-18T19:35:25.791Z
29282026-05-18T19:35:25.791Z[t1.trio] svcadm refresh dendrite:default
29292026-05-18T19:35:25.812Z
29302026-05-18T19:35:25.812Z[t1.trio] svcadm enable dendrite:default
29312026-05-18T19:35:25.833Z
29322026-05-18T19:35:25.833Zwait 10s for dendrite to come up ...
29332026-05-18T19:35:35.836Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29342026-05-18T19:35:35.865Z
29352026-05-18T19:35:35.865Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29362026-05-18T19:35:35.891Z
29372026-05-18T19:35:35.891Z[t1.trio] svcadm refresh tfport:default
29382026-05-18T19:35:35.934Z
29392026-05-18T19:35:35.934Z[t1.trio] svcadm enable tfport
29402026-05-18T19:35:35.943Z
29412026-05-18T19:35:35.943Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a19c274b-8c1c-42d2-9ba8-347aec549942 --sled-uuid 21588e10-fbe1-4230-bcc5-256a01f55122 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29422026-05-18T19:35:35.946Z
29432026-05-18T19:35:35.946Z[t1.trio] ipadm
29442026-05-18T19:35:35.959ZADDROBJ TYPE STATE ADDR
29452026-05-18T19:35:35.959Zlo0/v4 static ok 127.0.0.1/8
29462026-05-18T19:35:35.959Zmg1/v4 static ok 10.0.0.3/24
29472026-05-18T19:35:35.959Zlo0/v6 static ok ::1/128
29482026-05-18T19:35:35.959Zlo0/u6 static ok fd00:3::1/64
29492026-05-18T19:35:35.959Ztfportrear0_0/v6 addrconf ok fe80::fcf7:16ff:fe71:27b3%tfportrear0_0/10
29502026-05-18T19:35:35.959Ztfportrear1_0/v6 addrconf ok fe80::445f:d9ff:fece:56f%tfportrear1_0/10
29512026-05-18T19:35:38.087Zinitial peering test passed
29522026-05-18T19:35:39.090Zadvertise from one passed
29532026-05-18T19:35:40.092Zadvertise from two passed
29542026-05-18T19:35:40.092Z[s1.trio] ping fd00:2::1
29552026-05-18T19:35:40.107Zfd00:2::1 is alive
29562026-05-18T19:35:40.107Z[s2.trio] ping fd00:1::1
29572026-05-18T19:35:40.119Zfd00:1::1 is alive
29582026-05-18T19:35:40.119Zconnectivity test passed
29592026-05-18T19:35:40.119Z[t1.trio] pkill ddmd
29602026-05-18T19:35:40.130Z
29612026-05-18T19:35:46.136Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid d8bed0cf-1418-4b87-866d-03c2bc23adde --sled-uuid c9fe7c7f-7f98-4483-938e-36e82aa6a260 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29622026-05-18T19:35:46.152Z
29632026-05-18T19:35:46.152Z[t1.trio] ipadm
29642026-05-18T19:35:46.165ZADDROBJ TYPE STATE ADDR
29652026-05-18T19:35:46.165Zlo0/v4 static ok 127.0.0.1/8
29662026-05-18T19:35:46.165Zmg1/v4 static ok 10.0.0.3/24
29672026-05-18T19:35:46.165Zlo0/v6 static ok ::1/128
29682026-05-18T19:35:46.165Zlo0/u6 static ok fd00:3::1/64
29692026-05-18T19:35:46.165Ztfportrear0_0/v6 addrconf ok fe80::fcf7:16ff:fe71:27b3%tfportrear0_0/10
29702026-05-18T19:35:46.166Ztfportrear1_0/v6 addrconf ok fe80::445f:d9ff:fece:56f%tfportrear1_0/10
29712026-05-18T19:35:49.169Z[s1.trio] ping fd00:2::1
29722026-05-18T19:35:49.186Zfd00:2::1 is alive
29732026-05-18T19:35:49.186Z[s2.trio] ping fd00:1::1
29742026-05-18T19:35:49.198Zfd00:1::1 is alive
29752026-05-18T19:35:49.198Ztransit router restart passed
29762026-05-18T19:35:49.198Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29772026-05-18T19:35:49.215Zlocal v6:
29782026-05-18T19:35:49.215Zfe80::fcf7:16ff:fe71:27b3
29792026-05-18T19:35:49.215Zfe80::445f:d9ff:fece:56f
29802026-05-18T19:35:49.215Zlocal v4:
29812026-05-18T19:35:49.215Zrouter v6_idx:
29822026-05-18T19:35:49.215Zfd00:1::/64 -> 0
29832026-05-18T19:35:49.215Zfd00:2::/64 -> 1
29842026-05-18T19:35:49.215Zrouter v6_routes:
29852026-05-18T19:35:49.215Z0 -> fe80::ec52:aaff:feb5:8b04 (1)
29862026-05-18T19:35:49.215Z1 -> fe80::d8c5:b6ff:fe78:eff5 (2)
29872026-05-18T19:35:49.215Zrouter v4_idx:
29882026-05-18T19:35:49.215Zrouter v4_routes:
29892026-05-18T19:35:49.215Zresolver v4:
29902026-05-18T19:35:49.215Z10.0.0.3 -> 02:08:20:ac:16:4f
29912026-05-18T19:35:49.215Z10.0.0.254 -> 02:08:20:1a:fa:12
29922026-05-18T19:35:49.215Zresolver v6:
29932026-05-18T19:35:49.215Zfe80::d8c5:b6ff:fe78:eff5 -> da:c5:b6:78:ef:f5
29942026-05-18T19:35:49.215Zfe80::445f:d9ff:fece:56f -> 46:5f:d9:ce:05:6f
29952026-05-18T19:35:49.215Zfe80::ec52:aaff:feb5:8b04 -> ee:52:aa:b5:8b:04
29962026-05-18T19:35:49.215Zfe80::fcf7:16ff:fe71:27b3 -> fe:f7:16:71:27:b3
29972026-05-18T19:35:49.215Znat v4:
29982026-05-18T19:35:49.215Znat_v6:
29992026-05-18T19:35:49.215Zport_mac:
30002026-05-18T19:35:49.215Z2: a8:40:25:60:f0:fd
30012026-05-18T19:35:49.215Z1000: a8:40:25:60:f0:fb
30022026-05-18T19:35:49.215Z1: a8:40:25:60:f0:fc
30032026-05-18T19:35:49.216Zproxy arp:
30042026-05-18T19:35:49.216Z[s1.trio] pkill ddmd
30052026-05-18T19:35:49.225Z
30062026-05-18T19:35:52.785Ztest ddm::test_trio_v3 has been running for over 60 seconds
30072026-05-18T19:35:54.229Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30082026-05-18T19:35:54.246Zlocal v6:
30092026-05-18T19:35:54.246Zfe80::fcf7:16ff:fe71:27b3
30102026-05-18T19:35:54.246Zfe80::445f:d9ff:fece:56f
30112026-05-18T19:35:54.246Zlocal v4:
30122026-05-18T19:35:54.246Zrouter v6_idx:
30132026-05-18T19:35:54.247Zfd00:2::/64 -> 1
30142026-05-18T19:35:54.247Zrouter v6_routes:
30152026-05-18T19:35:54.247Z1 -> fe80::d8c5:b6ff:fe78:eff5 (2)
30162026-05-18T19:35:54.247Zrouter v4_idx:
30172026-05-18T19:35:54.247Zrouter v4_routes:
30182026-05-18T19:35:54.247Zresolver v4:
30192026-05-18T19:35:54.247Z10.0.0.3 -> 02:08:20:ac:16:4f
30202026-05-18T19:35:54.247Z10.0.0.254 -> 02:08:20:1a:fa:12
30212026-05-18T19:35:54.247Zresolver v6:
30222026-05-18T19:35:54.247Zfe80::d8c5:b6ff:fe78:eff5 -> da:c5:b6:78:ef:f5
30232026-05-18T19:35:54.247Zfe80::445f:d9ff:fece:56f -> 46:5f:d9:ce:05:6f
30242026-05-18T19:35:54.247Zfe80::ec52:aaff:feb5:8b04 -> ee:52:aa:b5:8b:04
30252026-05-18T19:35:54.247Zfe80::fcf7:16ff:fe71:27b3 -> fe:f7:16:71:27:b3
30262026-05-18T19:35:54.247Znat v4:
30272026-05-18T19:35:54.247Znat_v6:
30282026-05-18T19:35:54.247Zport_mac:
30292026-05-18T19:35:54.247Z2: a8:40:25:60:f0:fd
30302026-05-18T19:35:54.247Z1000: a8:40:25:60:f0:fb
30312026-05-18T19:35:54.247Z1: a8:40:25:60:f0:fc
30322026-05-18T19:35:54.247Zproxy arp:
30332026-05-18T19:35:54.247Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6b8a5441-1b95-4916-af51-9feb4f9432c1 --sled-uuid 4f0e5dda-8181-47a6-add9-dacf08dcb333 -a sl0/v6 &> /opt/ddmd.log &
30342026-05-18T19:35:54.258Z
30352026-05-18T19:35:57.261Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30362026-05-18T19:35:57.278Zlocal v6:
30372026-05-18T19:35:57.279Zfe80::fcf7:16ff:fe71:27b3
30382026-05-18T19:35:57.279Zfe80::445f:d9ff:fece:56f
30392026-05-18T19:35:57.279Zlocal v4:
30402026-05-18T19:35:57.279Zrouter v6_idx:
30412026-05-18T19:35:57.279Zfd00:1::/64 -> 0
30422026-05-18T19:35:57.279Zfd00:2::/64 -> 1
30432026-05-18T19:35:57.279Zrouter v6_routes:
30442026-05-18T19:35:57.283Z0 -> fe80::ec52:aaff:feb5:8b04 (1)
30452026-05-18T19:35:57.283Z1 -> fe80::d8c5:b6ff:fe78:eff5 (2)
30462026-05-18T19:35:57.283Zrouter v4_idx:
30472026-05-18T19:35:57.283Zrouter v4_routes:
30482026-05-18T19:35:57.283Zresolver v4:
30492026-05-18T19:35:57.283Z10.0.0.3 -> 02:08:20:ac:16:4f
30502026-05-18T19:35:57.283Z10.0.0.254 -> 02:08:20:1a:fa:12
30512026-05-18T19:35:57.283Zresolver v6:
30522026-05-18T19:35:57.283Zfe80::d8c5:b6ff:fe78:eff5 -> da:c5:b6:78:ef:f5
30532026-05-18T19:35:57.283Zfe80::445f:d9ff:fece:56f -> 46:5f:d9:ce:05:6f
30542026-05-18T19:35:57.283Zfe80::ec52:aaff:feb5:8b04 -> ee:52:aa:b5:8b:04
30552026-05-18T19:35:57.283Zfe80::fcf7:16ff:fe71:27b3 -> fe:f7:16:71:27:b3
30562026-05-18T19:35:57.283Znat v4:
30572026-05-18T19:35:57.283Znat_v6:
30582026-05-18T19:35:57.283Zport_mac:
30592026-05-18T19:35:57.283Z2: a8:40:25:60:f0:fd
30602026-05-18T19:35:57.283Z1000: a8:40:25:60:f0:fb
30612026-05-18T19:35:57.283Z1: a8:40:25:60:f0:fc
30622026-05-18T19:35:57.283Zproxy arp:
30632026-05-18T19:35:57.283Z[s2.trio] netstat -nr -f inet6
30642026-05-18T19:35:57.292ZRouting Table: IPv6
30652026-05-18T19:35:57.292Z Destination/Mask Gateway Flags Ref Use If
30662026-05-18T19:35:57.292Z--------------------------- --------------------------- ----- --- ------- -----
30672026-05-18T19:35:57.292Z::1 ::1 UH 2 0 lo0
30682026-05-18T19:35:57.292Zfd00:1::/64 fe80::445f:d9ff:fece:56f UG 1 0 sl1
30692026-05-18T19:35:57.292Zfe80::/10 fe80::d8c5:b6ff:fe78:eff5 U 3 64 sl1
30702026-05-18T19:35:57.292Z[s2.trio] ipadm
30712026-05-18T19:35:57.306ZADDROBJ TYPE STATE ADDR
30722026-05-18T19:35:57.306Zlo0/v4 static ok 127.0.0.1/8
30732026-05-18T19:35:57.306Zmg3/v4 static ok 10.0.0.2/24
30742026-05-18T19:35:57.306Zlo0/v6 static ok ::1/128
30752026-05-18T19:35:57.306Zlo0/u6 static ok fd00:2::1/64
30762026-05-18T19:35:57.306Zsl1/v6 addrconf ok fe80::d8c5:b6ff:fe78:eff5%sl1/10
30772026-05-18T19:35:57.306Z[s2.trio] route -nv get -inet6 fd00:1::1
30782026-05-18T19:35:57.317Znewrt->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>
30792026-05-18T19:35:57.317Zlocks: inits:
30802026-05-18T19:35:57.317Zsockaddrs: <DST,IFP>
30812026-05-18T19:35:57.317Z fd00:1::1
30822026-05-18T19:35:57.317Z route to: fd00:1::1
30832026-05-18T19:35:57.317Zdestination: fd00:1::
30842026-05-18T19:35:57.317Z mask: ffff:ffff:ffff:ffff::
30852026-05-18T19:35:57.317Z gateway: fe80::445f:d9ff:fece:56f
30862026-05-18T19:35:57.317Z interface: sl1 index 3 address da c5 b6 78 ef f5
30872026-05-18T19:35:57.317Z flags: <UP,GATEWAY,DONE,STATIC>
30882026-05-18T19:35:57.317Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30892026-05-18T19:35:57.318Z 0 0 0 0 0 0 9000 0
30902026-05-18T19:35:57.318Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30912026-05-18T19:35:57.318Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30922026-05-18T19:35:57.318Z fd00:1:: fe80::445f:d9ff:fece:56f ffff:ffff:ffff:ffff:: sl1:da.c5.b6.78.ef.f5 fe80::d8c5:b6ff:fe78:eff5
30932026-05-18T19:35:57.318Z[s2.trio] ndp -na
30942026-05-18T19:35:57.329ZNet to Media Table: IPv6
30952026-05-18T19:35:57.329Z If Physical Address Type State Destination/Mask
30962026-05-18T19:35:57.329Z----- ----------------- ------- ------------ ---------------------------
30972026-05-18T19:35:57.329Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30982026-05-18T19:35:57.329Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30992026-05-18T19:35:57.329Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
31002026-05-18T19:35:57.330Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
31012026-05-18T19:35:57.330Zsl1 33:33:ff:78:ef:f5 other REACHABLE ff02::1:ff78:eff5
31022026-05-18T19:35:57.330Zsl1 46:5f:d9:ce:05:6f dynamic REACHABLE fe80::445f:d9ff:fece:56f
31032026-05-18T19:35:57.330Zsl1 33:33:ff:ce:05:6f other REACHABLE ff02::1:ffce:56f
31042026-05-18T19:35:57.330Zsl1 da:c5:b6:78:ef:f5 local REACHABLE fe80::d8c5:b6ff:fe78:eff5
31052026-05-18T19:35:57.330Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
31062026-05-18T19:35:57.330Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
31072026-05-18T19:35:57.343Zlocal v6:
31082026-05-18T19:35:57.343Zfe80::fcf7:16ff:fe71:27b3
31092026-05-18T19:35:57.343Zfe80::445f:d9ff:fece:56f
31102026-05-18T19:35:57.343Zlocal v4:
31112026-05-18T19:35:57.343Zrouter v6_idx:
31122026-05-18T19:35:57.343Zfd00:1::/64 -> 0
31132026-05-18T19:35:57.343Zfd00:2::/64 -> 1
31142026-05-18T19:35:57.343Zrouter v6_routes:
31152026-05-18T19:35:57.343Z0 -> fe80::ec52:aaff:feb5:8b04 (1)
31162026-05-18T19:35:57.343Z1 -> fe80::d8c5:b6ff:fe78:eff5 (2)
31172026-05-18T19:35:57.343Zrouter v4_idx:
31182026-05-18T19:35:57.343Zrouter v4_routes:
31192026-05-18T19:35:57.343Zresolver v4:
31202026-05-18T19:35:57.343Z10.0.0.3 -> 02:08:20:ac:16:4f
31212026-05-18T19:35:57.343Z10.0.0.254 -> 02:08:20:1a:fa:12
31222026-05-18T19:35:57.343Zresolver v6:
31232026-05-18T19:35:57.343Zfe80::d8c5:b6ff:fe78:eff5 -> da:c5:b6:78:ef:f5
31242026-05-18T19:35:57.343Zfe80::445f:d9ff:fece:56f -> 46:5f:d9:ce:05:6f
31252026-05-18T19:35:57.343Zfe80::ec52:aaff:feb5:8b04 -> ee:52:aa:b5:8b:04
31262026-05-18T19:35:57.343Zfe80::fcf7:16ff:fe71:27b3 -> fe:f7:16:71:27:b3
31272026-05-18T19:35:57.343Znat v4:
31282026-05-18T19:35:57.343Znat_v6:
31292026-05-18T19:35:57.343Zport_mac:
31302026-05-18T19:35:57.343Z2: a8:40:25:60:f0:fd
31312026-05-18T19:35:57.343Z1000: a8:40:25:60:f0:fb
31322026-05-18T19:35:57.343Z1: a8:40:25:60:f0:fc
31332026-05-18T19:35:57.343Zproxy arp:
31342026-05-18T19:35:57.344Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31352026-05-18T19:35:57.386ZSubnet Port Link Gateway Vlan
31362026-05-18T19:35:57.386Zfd00:1::/64 rear0 0 fe80::ec52:aaff:feb5:8b04
31372026-05-18T19:35:57.386Zfd00:2::/64 rear1 0 fe80::d8c5:b6ff:fe78:eff5
31382026-05-18T19:35:57.386Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31392026-05-18T19:35:57.426Zhost mac age
31402026-05-18T19:35:57.426Z10.0.0.3 02:08:20:ac:16:4f 21s
31412026-05-18T19:35:57.426Z10.0.0.254 02:08:20:1a:fa:12 18s
31422026-05-18T19:35:57.426Zfe80::445f:d9ff:fece:56f 46:5f:d9:ce:05:6f 21s
31432026-05-18T19:35:57.426Zfe80::d8c5:b6ff:fe78:eff5 da:c5:b6:78:ef:f5 21s
31442026-05-18T19:35:57.426Zfe80::ec52:aaff:feb5:8b04 ee:52:aa:b5:8b:04 21s
31452026-05-18T19:35:57.426Zfe80::fcf7:16ff:fe71:27b3 fe:f7:16:71:27:b3 21s
31462026-05-18T19:35:57.426Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31472026-05-18T19:35:57.464ZLink IPv4 IPv6
31482026-05-18T19:35:57.464Zrear0/0 fe80::fcf7:16ff:fe71:27b3
31492026-05-18T19:35:57.464Zrear1/0 fe80::445f:d9ff:fece:56f
31502026-05-18T19:35:57.464Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31512026-05-18T19:35:58.488ZADDROBJ TYPE STATE ADDR
31522026-05-18T19:35:58.488Zlo0/v4 static ok 127.0.0.1/8
31532026-05-18T19:35:58.488Zmg2/v4 static ok 10.0.0.1/24
31542026-05-18T19:35:58.488Zlo0/v6 static ok ::1/128
31552026-05-18T19:35:58.489Zlo0/u6 static ok fd00:1::1/64
31562026-05-18T19:35:58.489Zsl0/v6 addrconf ok fe80::ec52:aaff:feb5:8b04%sl0/10
31572026-05-18T19:35:58.489Znewrt->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>
31582026-05-18T19:35:58.489Zlocks: inits:
31592026-05-18T19:35:58.489Zsockaddrs: <DST,IFP>
31602026-05-18T19:35:58.489Z fd00:2::1
31612026-05-18T19:35:58.489Z route to: fd00:2::1
31622026-05-18T19:35:58.489Zdestination: fd00:2::
31632026-05-18T19:35:58.489Z mask: ffff:ffff:ffff:ffff::
31642026-05-18T19:35:58.489Z gateway: fe80::fcf7:16ff:fe71:27b3
31652026-05-18T19:35:58.489Z interface: sl0 index 3 address ee 52 aa b5 8b 04
31662026-05-18T19:35:58.489Z flags: <UP,GATEWAY,DONE,STATIC>
31672026-05-18T19:35:58.489Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31682026-05-18T19:35:58.489Z 0 0 0 0 0 0 9000 0
31692026-05-18T19:35:58.489Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31702026-05-18T19:35:58.489Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31712026-05-18T19:35:58.489Z fd00:2:: fe80::fcf7:16ff:fe71:27b3 ffff:ffff:ffff:ffff:: sl0:ee.52.aa.b5.8b.4 fe80::ec52:aaff:feb5:8b04
31722026-05-18T19:35:58.489Z
31732026-05-18T19:35:58.489ZNet to Media Table: IPv6
31742026-05-18T19:35:58.489Z If Physical Address Type State Destination/Mask
31752026-05-18T19:35:58.489Z----- ----------------- ------- ------------ ---------------------------
31762026-05-18T19:35:58.489Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31772026-05-18T19:35:58.489Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31782026-05-18T19:35:58.489Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31792026-05-18T19:35:58.489Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31802026-05-18T19:35:58.489Zsl0 ee:52:aa:b5:8b:04 local REACHABLE fe80::ec52:aaff:feb5:8b04
31812026-05-18T19:35:58.489Zsl0 33:33:ff:b5:8b:04 other REACHABLE ff02::1:ffb5:8b04
31822026-05-18T19:35:58.489Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31832026-05-18T19:35:58.489Zsl0 33:33:ff:71:27:b3 other REACHABLE ff02::1:ff71:27b3
31842026-05-18T19:35:58.489Zsl0 fe:f7:16:71:27:b3 dynamic REACHABLE fe80::fcf7:16ff:fe71:27b3
31852026-05-18T19:35:58.489Z
31862026-05-18T19:35:58.489Z
31872026-05-18T19:35:58.489ZRouting Table: IPv6
31882026-05-18T19:35:58.489Z Destination/Mask Gateway Flags Ref Use If
31892026-05-18T19:35:58.489Z--------------------------- --------------------------- ----- --- ------- -----
31902026-05-18T19:35:58.489Z::1 ::1 UH 2 0 lo0
31912026-05-18T19:35:58.489Zfd00:2::/64 fe80::fcf7:16ff:fe71:27b3 UG 2 2 sl0
31922026-05-18T19:35:58.489Zfe80::/10 fe80::ec52:aaff:feb5:8b04 U 3 64 sl0
31932026-05-18T19:35:58.489ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31942026-05-18T19:35:58.490Z68 bytes from fd00:2::1: icmp_seq=0. time=0.213 ms
31952026-05-18T19:35:58.490Z68 bytes from fd00:2::1: icmp_seq=1. time=0.285 ms
31962026-05-18T19:35:58.490Z
31972026-05-18T19:35:58.490Z----fd00:2::1 PING Statistics----
31982026-05-18T19:35:58.490Z2 packets transmitted, 2 packets received, 0% packet loss
31992026-05-18T19:35:58.490Zround-trip (ms) min/avg/max/stddev = 0.213/0.249/0.285/0.051
32002026-05-18T19:35:58.490Z[s2.trio] ping fd00:1::1
32012026-05-18T19:35:58.501Zfd00:1::1 is alive
32022026-05-18T19:35:58.501Zserver router restart passed
32032026-05-18T19:36:02.509Zpeer expiration recovery passed
32042026-05-18T19:36:03.509Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
32052026-05-18T19:36:03.528Z3
32062026-05-18T19:36:03.528Zredundant advertise passed
32072026-05-18T19:36:04.531Ztunnel endpoint advertise passed
32082026-05-18T19:36:09.533Zredundant tunnel endpoint advertise passed
32092026-05-18T19:36:09.533Z[s1.trio] pkill ddmd
32102026-05-18T19:36:09.547Z
32112026-05-18T19:36:14.549Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d3210198-d55f-4076-812d-1e16f8424ee5 --sled-uuid a2eeaa6b-b02c-467a-b4b2-d23a30c2a8ec -a sl0/v6 &> /opt/ddmd.log &
32122026-05-18T19:36:14.568Z
32132026-05-18T19:36:19.571Ztunnel router restart passed
32142026-05-18T19:36:20.573Ztunnel endpoint withdraw passed
32152026-05-18T19:36:20.578Z[t1.trio] pkill ddmd
32162026-05-18T19:36:20.587Z
32172026-05-18T19:36:20.587Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32182026-05-18T19:36:20.590Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32192026-05-18T19:36:22.498Z[s2.trio] pkill ddmd
32202026-05-18T19:36:22.503Z
32212026-05-18T19:36:22.504Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32222026-05-18T19:36:24.311Z[s1.trio] pkill ddmd
32232026-05-18T19:36:25.973Z
32242026-05-18T19:36:25.973Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32252026-05-18T19:36:26.090Z[sidecar.trio] pkill softnpu
32262026-05-18T19:36:26.100Z
32272026-05-18T19:36:26.100Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32282026-05-18T19:36:28.575Ztest ddm::test_trio_v3 ... ok
32292026-05-18T19:36:28.575Z
32302026-05-18T19:36:28.575Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 95.78s
32312026-05-18T19:36:28.575Z
32322026-05-18T19:36:28.635Z+ cleanup
32332026-05-18T19:36:28.658Z++ id -un
32342026-05-18T19:36:28.658Z++ id -gn
32352026-05-18T19:36:28.658Z+ pfexec chown -R build:build .
32362026-05-18T19:36:28.758Zprocess exited: duration 710756 ms, exit code 0
 
32372026-05-18T19:36:28.790Zfound 5 output files
32382026-05-18T19:36:28.790Zuploading: /work/s1.trio.log (4053 bytes)
32392026-05-18T19:36:29.823Zuploaded: /work/s1.trio.log
32402026-05-18T19:36:29.829Zuploading: /work/s2.trio.log (10771 bytes)
32412026-05-18T19:36:30.838Zuploaded: /work/s2.trio.log
32422026-05-18T19:36:30.845Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32432026-05-18T19:36:31.876Zuploaded: /work/sidecar.trio-softnpu.log
32442026-05-18T19:36:31.876Zuploading: /work/t1.trio-dpd.log (330959 bytes)
32452026-05-18T19:36:32.977Zuploaded: /work/t1.trio-dpd.log
32462026-05-18T19:36:32.984Zuploading: /work/t1.trio.log (25734 bytes)
32472026-05-18T19:36:34.002Zuploaded: /work/t1.trio.log