01M0B3MBB2B79Q7NV57H4RS38K: 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: 01M0B3MY7BPHD92S3SV0K9A804

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T18:56:32.278Zjob assigned to worker 01M0B3NK3NDKQ8N6JS01XGEDHB [factory aws, i-0854000465b06518d] (queued for 1 m 6 s)
 
22026-08-18T18:56:39.201Zstarting task 0: "setup"
32026-08-18T18:56:39.206Z++ uname -s
42026-08-18T18:56:39.209Z+ kern=SunOS
52026-08-18T18:56:39.209Z+ build_user=build
62026-08-18T18:56:39.209Z+ build_uid=12345
72026-08-18T18:56:39.209Z+ work_dir=/work
82026-08-18T18:56:39.209Z+ input_dir=/input
92026-08-18T18:56:39.209Z+ [[ 0 == 12345 ]]
102026-08-18T18:56:39.209Z+ case "$kern" in
112026-08-18T18:56:39.209Z+ groupadd -g 12345 build
122026-08-18T18:56:39.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T18:56:41.215Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T18:56:41.297Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T18:56:41.299Z+ home_fs=zfs
162026-08-18T18:56:41.300Z+ [[ zfs == autofs ]]
172026-08-18T18:56:41.300Z+ mkdir -p /home/build
182026-08-18T18:56:41.300Z+ chown build:build /home/build /work
192026-08-18T18:56:43.301Z+ chmod 0700 /home/build /work
202026-08-18T18:56:43.304Zprocess exited: duration 4101 ms, exit code 0
 
212026-08-18T18:56:43.309Zstarting task 1: "rust-toolchain"
222026-08-18T18:56:43.312Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T18:56:43.313Z * rust toolchain channel = "stable"
242026-08-18T18:56:43.313Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T18:56:43.313Z * rust toolchain profile = "default"
262026-08-18T18:56:43.313Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T18:56:43.313Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T18:56:43.316Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T18:56:43.316Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T18:56:43.410Zinfo: downloading installer
312026-08-18T18:56:44.845Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T18:56:44.845Zwarn: /opt/ooce/bin
332026-08-18T18:56:44.845Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T18:56:44.845Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T18:56:44.846Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T18:56:44.846Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T18:56:44.846Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T18:56:44.846Zerror: cannot install while Rust is installed
392026-08-18T18:56:44.846Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T18:56:44.846Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T18:56:44.846Zwarn: /home/build/.rustup/settings.toml
422026-08-18T18:56:44.846Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T18:56:44.846Zwarn: instead of the one inferred from the default host triple.
442026-08-18T18:56:44.859Zinfo: profile set to default
452026-08-18T18:56:44.859Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T18:56:44.862Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-18T18:56:44.997Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-18T18:56:45.001Zinfo: downloading 6 components
492026-08-18T18:57:00.245Z
502026-08-18T18:57:00.245Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-18T18:57:00.275Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-18T18:57:00.275Z
532026-08-18T18:57:00.275Z
542026-08-18T18:57:00.278ZRust is installed now. Great!
552026-08-18T18:57:00.278Z
562026-08-18T18:57:00.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T18:57:00.278Zenvironment variable. This has not been done automatically.
582026-08-18T18:57:00.278Z
592026-08-18T18:57:00.278ZTo configure your current shell, you need to source
602026-08-18T18:57:00.278Zthe corresponding env file under $HOME/.cargo.
612026-08-18T18:57:00.278Z
622026-08-18T18:57:00.278ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T18:57:00.278Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T18:57:00.278Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T18:57:00.278Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T18:57:00.278Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T18:57:00.278Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T18:57:00.278Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T18:57:00.278Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T18:57:00.278Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T18:57:00.371Z+ rustup --version
722026-08-18T18:57:00.380Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T18:57:00.383Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T18:57:00.401Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-18T18:57:00.404Z+ cargo --version
762026-08-18T18:57:00.419Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-18T18:57:00.421Z+ rustc --version
782026-08-18T18:57:00.441Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-18T18:57:00.445Zprocess exited: duration 17132 ms, exit code 0
 
802026-08-18T18:57:00.451Zstarting task 2: "authentication"
812026-08-18T18:57:00.469Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T18:57:00.488Zstarting task 3: "clone repository"
832026-08-18T18:57:00.498Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-18T18:57:00.498Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-18T18:57:00.528ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-18T18:57:03.019Z+ cd /work/oxidecomputer/maghemite
872026-08-18T18:57:03.019Z+ git fetch origin bf831acede9b125a854bfda5615ae9248d1e2fa8
882026-08-18T18:57:03.373ZFrom https://github.com/oxidecomputer/maghemite
892026-08-18T18:57:03.373Z * branch bf831acede9b125a854bfda5615ae9248d1e2fa8 -> FETCH_HEAD
902026-08-18T18:57:03.381Z+ [[ -n trey/unnumbered-cleanup ]]
912026-08-18T18:57:03.384Z++ git branch --show-current
922026-08-18T18:57:03.385Z+ current=main
932026-08-18T18:57:03.385Z+ [[ main != trey/unnumbered-cleanup ]]
942026-08-18T18:57:03.385Z+ git branch -f trey/unnumbered-cleanup bf831acede9b125a854bfda5615ae9248d1e2fa8
952026-08-18T18:57:03.388Z+ git checkout -f trey/unnumbered-cleanup
962026-08-18T18:57:03.408ZSwitched to branch 'trey/unnumbered-cleanup'
972026-08-18T18:57:03.411Z+ git reset --hard bf831acede9b125a854bfda5615ae9248d1e2fa8
982026-08-18T18:57:03.419ZHEAD is now at bf831ac review feedback
992026-08-18T18:57:03.422Zprocess exited: duration 2936 ms, exit code 0
 
1002026-08-18T18:57:03.428Zstarting task 4: "build"
1012026-08-18T18:57:03.435Z++ dladm
1022026-08-18T18:57:03.438ZLINK CLASS MTU STATE BRIDGE OVER
1032026-08-18T18:57:03.438Zena0 phys 9216 up -- --
1042026-08-18T18:57:03.438Z++ ipadm
1052026-08-18T18:57:03.440ZADDROBJ TYPE STATE ADDR
1062026-08-18T18:57:03.441Zlo0/v4 static ok 127.0.0.1/8
1072026-08-18T18:57:03.441Zena0/dhcp dhcp ok 10.150.1.17/24
1082026-08-18T18:57:03.441Zlo0/v6 static ok ::1/128
1092026-08-18T18:57:03.441Z++ banner collect
1102026-08-18T18:57:03.443Z
1112026-08-18T18:57:03.443Z #### #### # # ###### #### #####
1122026-08-18T18:57:03.443Z # # # # # # # # # #
1132026-08-18T18:57:03.443Z # # # # # ##### # #
1142026-08-18T18:57:03.443Z # # # # # # # #
1152026-08-18T18:57:03.443Z # # # # # # # # # #
1162026-08-18T18:57:03.444Z #### #### ###### ###### ###### #### #
1172026-08-18T18:57:03.444Z
1182026-08-18T18:57:03.444Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-08-18T18:57:03.444Z++ repo=softnpu
1202026-08-18T18:57:03.444Z++ series=image
1212026-08-18T18:57:03.444Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-08-18T18:57:03.444Z++ name=softnpu
1232026-08-18T18:57:03.444Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-08-18T18:57:03.444Z++ mkdir -p download
1252026-08-18T18:57:03.444Z++ pushd download
1262026-08-18T18:57:03.444Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-08-18T18:57:03.444Z++ [[ ! -f softnpu ]]
1282026-08-18T18:57:03.444Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-08-18T18:57:03.448Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-08-18T18:57:03.451Z Dload Upload Total Spent Left Speed
1312026-08-18T18:57:03.765Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 49.54M 0 0 100 15.63M 100 15.63M 0 0 49.53M 0 0 100 15.63M 100 15.63M 0 0 49.52M 0 0
1322026-08-18T18:57:03.769Z++ popd
1332026-08-18T18:57:03.769Z/work/oxidecomputer/maghemite
1342026-08-18T18:57:03.769Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-08-18T18:57:03.769Z++ repo=sidecar-lite
1362026-08-18T18:57:03.769Z++ series=release
1372026-08-18T18:57:03.769Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-08-18T18:57:03.769Z++ name=libsidecar_lite.so
1392026-08-18T18:57:03.769Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-08-18T18:57:03.769Z++ mkdir -p download
1412026-08-18T18:57:03.772Z++ pushd download
1422026-08-18T18:57:03.772Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-08-18T18:57:03.772Z++ [[ ! -f libsidecar_lite.so ]]
1442026-08-18T18:57:03.772Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-08-18T18:57:03.776Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-08-18T18:57:03.778Z Dload Upload Total Spent Left Speed
1472026-08-18T18:57:04.035Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 46.53M 0 0 100 12.04M 100 12.04M 0 0 46.52M 0 0 100 12.04M 100 12.04M 0 0 46.51M 0 0
1482026-08-18T18:57:04.038Z++ popd
1492026-08-18T18:57:04.041Z/work/oxidecomputer/maghemite
1502026-08-18T18:57:04.041Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-08-18T18:57:04.041Z++ repo=sidecar-lite
1522026-08-18T18:57:04.041Z++ series=release
1532026-08-18T18:57:04.041Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-08-18T18:57:04.041Z++ name=scadm
1552026-08-18T18:57:04.041Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-08-18T18:57:04.041Z++ mkdir -p download
1572026-08-18T18:57:04.041Z++ pushd download
1582026-08-18T18:57:04.041Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-08-18T18:57:04.041Z++ [[ ! -f scadm ]]
1602026-08-18T18:57:04.041Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-08-18T18:57:04.046Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-08-18T18:57:04.049Z Dload Upload Total Spent Left Speed
1632026-08-18T18:57:04.364Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 49.61M 0 0 100 15.78M 100 15.78M 0 0 49.60M 0 0 100 15.78M 100 15.78M 0 0 49.59M 0 0
1642026-08-18T18:57:04.367Z++ popd
1652026-08-18T18:57:04.367Z/work/oxidecomputer/maghemite
1662026-08-18T18:57:04.370Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-08-18T18:57:04.370Z++ repo=dendrite
1682026-08-18T18:57:04.370Z++ series=image
1692026-08-18T18:57:04.370Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-08-18T18:57:04.370Z++ name=dendrite-softnpu.tar.gz
1712026-08-18T18:57:04.370Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-08-18T18:57:04.370Z++ mkdir -p download
1732026-08-18T18:57:04.371Z++ pushd download
1742026-08-18T18:57:04.371Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-08-18T18:57:04.371Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-08-18T18:57:04.371Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-08-18T18:57:04.375Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-08-18T18:57:04.378Z Dload Upload Total Spent Left Speed
1792026-08-18T18:57:05.281Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 79.08M 0 0 100 71.59M 100 71.59M 0 0 79.08M 0 0 100 71.59M 100 71.59M 0 0 79.08M 0 0
1802026-08-18T18:57:05.284Z++ popd
1812026-08-18T18:57:05.287Z/work/oxidecomputer/maghemite
1822026-08-18T18:57:05.287Z++ get_artifact maghemite release bf831acede9b125a854bfda5615ae9248d1e2fa8 ddm
1832026-08-18T18:57:05.287Z++ repo=maghemite
1842026-08-18T18:57:05.287Z++ series=release
1852026-08-18T18:57:05.287Z++ commit=bf831acede9b125a854bfda5615ae9248d1e2fa8
1862026-08-18T18:57:05.287Z++ name=ddm
1872026-08-18T18:57:05.287Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-08-18T18:57:05.287Z++ mkdir -p download
1892026-08-18T18:57:05.287Z++ pushd download
1902026-08-18T18:57:05.287Z++ [[ ! -f ddm ]]
1912026-08-18T18:57:05.287Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-08-18T18:57:05.287Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf831acede9b125a854bfda5615ae9248d1e2fa8/ddm
1932026-08-18T18:57:05.292Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-08-18T18:57:05.295Z Dload Upload Total Spent Left Speed
1952026-08-18T18:57:05.349Z 0 0 0 0 0 0 0 0 0
1962026-08-18T18:57:05.351Zcurl: (22) The requested URL returned error: 404
1972026-08-18T18:57:05.352Z++ popd
1982026-08-18T18:57:05.352Z/work/oxidecomputer/maghemite
1992026-08-18T18:57:05.352Z++ get_artifact maghemite release bf831acede9b125a854bfda5615ae9248d1e2fa8 ddmadm
2002026-08-18T18:57:05.352Z++ repo=maghemite
2012026-08-18T18:57:05.352Z++ series=release
2022026-08-18T18:57:05.352Z++ commit=bf831acede9b125a854bfda5615ae9248d1e2fa8
2032026-08-18T18:57:05.352Z++ name=ddmadm
2042026-08-18T18:57:05.352Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-08-18T18:57:05.352Z++ mkdir -p download
2062026-08-18T18:57:05.356Z++ pushd download
2072026-08-18T18:57:05.356Z++ [[ ! -f ddmadm ]]
2082026-08-18T18:57:05.356Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-08-18T18:57:05.356Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf831acede9b125a854bfda5615ae9248d1e2fa8/ddmadm
2102026-08-18T18:57:05.360Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-08-18T18:57:05.360Z Dload Upload Total Spent Left Speed
2122026-08-18T18:57:05.413Z 0 0 0 0 0 0 0 0 0
2132026-08-18T18:57:05.416Zcurl: (22) The requested URL returned error: 404
2142026-08-18T18:57:05.417Z++ popd
2152026-08-18T18:57:05.417Z/work/oxidecomputer/maghemite
2162026-08-18T18:57:05.417Z++ pushd download
2172026-08-18T18:57:05.417Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-08-18T18:57:05.417Z++ chmod +x softnpu
2192026-08-18T18:57:05.417Z++ chmod +x scadm
2202026-08-18T18:57:05.420Z++ chmod +x ddmadm
2212026-08-18T18:57:05.420Zchmod: WARNING: can't access ddmadm
2222026-08-18T18:57:05.420Z++ chmod +x ddmd
2232026-08-18T18:57:05.420Zchmod: WARNING: can't access ddmd
2242026-08-18T18:57:05.420Z++ mv ddmadm ddmadm-v2
2252026-08-18T18:57:05.423Zmv: cannot access ddmadm
2262026-08-18T18:57:05.423Z++ mv ddmd ddmd-v2
2272026-08-18T18:57:05.423Zmv: cannot access ddmd
2282026-08-18T18:57:05.423Z++ rm -rf zones/dendrite
2292026-08-18T18:57:05.426Z++ mkdir -p zones/dendrite
2302026-08-18T18:57:05.426Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-08-18T18:57:06.418Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-08-18T18:57:06.421Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-08-18T18:57:06.424Z++ popd
2342026-08-18T18:57:06.424Z/work/oxidecomputer/maghemite
2352026-08-18T18:57:06.424Z++ banner install
2362026-08-18T18:57:06.424Z
2372026-08-18T18:57:06.424Z # # # #### ##### ## # #
2382026-08-18T18:57:06.424Z # ## # # # # # # #
2392026-08-18T18:57:06.424Z # # # # #### # # # # #
2402026-08-18T18:57:06.424Z # # # # # # ###### # #
2412026-08-18T18:57:06.424Z # # ## # # # # # # #
2422026-08-18T18:57:06.424Z # # # #### # # # ###### ######
2432026-08-18T18:57:06.424Z
2442026-08-18T18:57:06.424Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-08-18T18:57:06.424Z++ set +o errexit
2462026-08-18T18:57:06.424Z++ pkg info clang-15
2472026-08-18T18:57:06.424Z++ grep -qi installed
2482026-08-18T18:57:07.622Zpkg: info: no packages matching the following patterns you specified are
2492026-08-18T18:57:07.622Zinstalled on the system. Try querying remotely instead:
2502026-08-18T18:57:07.622Z
2512026-08-18T18:57:07.622Z clang-15
2522026-08-18T18:57:07.658Z++ [[ 1 != 0 ]]
2532026-08-18T18:57:07.658Z++ set -o errexit
2542026-08-18T18:57:07.661Z++ pfexec pkg install clang-15
2552026-08-18T18:57:14.376Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-08-18T18:57:22.028Z Startup: Caching catalogs ... Done
2572026-08-18T18:57:29.269ZPlanning: Solver setup ... Done
2582026-08-18T18:57:29.311ZPlanning: Running solver ... Done
2592026-08-18T18:57:29.452ZPlanning: Finding local manifests ... Done
2602026-08-18T18:57:29.474ZPlanning: Fetching manifests: 0/2 0% complete
2612026-08-18T18:57:29.568ZPlanning: Fetching manifests: 2/2 100% complete
2622026-08-18T18:57:29.595ZPlanning: Package planning ... Done
2632026-08-18T18:57:29.622ZPlanning: Merging actions ... Done
2642026-08-18T18:57:29.727ZPlanning: Checking for conflicting actions ... Done
2652026-08-18T18:57:29.734ZPlanning: Consolidating action changes ... Done
2662026-08-18T18:57:30.510ZPlanning: Evaluating mediators ... Done
2672026-08-18T18:57:30.515ZPlanning: Planning completed in 8.31 seconds
2682026-08-18T18:57:30.527Z Packages to install: 2
2692026-08-18T18:57:30.527Z Mediators to change: 2
2702026-08-18T18:57:30.530Z Services to change: 1
2712026-08-18T18:57:30.530Z Create boot environment: No
2722026-08-18T18:57:30.530ZCreate backup boot environment: No
2732026-08-18T18:57:30.571Z
2742026-08-18T18:57:30.571ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-08-18T18:57:35.580ZDownload: 675/3076 items 17.6/211.3MB 8% complete (3.7M/s)
2762026-08-18T18:57:41.008ZDownload: 981/3076 items 82.2/211.3MB 38% complete (9.9M/s)
2772026-08-18T18:57:46.053ZDownload: 984/3076 items 82.2/211.3MB 38% complete (9.6M/s)
2782026-08-18T18:57:51.152ZDownload: 2007/3076 items 117.3/211.3MB 55% complete (3.7M/s)
2792026-08-18T18:57:58.753ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (3.9M/s)
2802026-08-18T18:58:04.928ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (9.0M/s)
2812026-08-18T18:58:11.379ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (9.9M/s)
2822026-08-18T18:58:14.397ZDownload: Completed 211.31 MB in 43.82 seconds (4.8M/s)
2832026-08-18T18:58:14.514Z Actions: 1/3418 actions (Installing new actions)
2842026-08-18T18:58:17.650Z Actions: Completed 3418 actions in 3.14 seconds.
2852026-08-18T18:58:18.304Z Done
2862026-08-18T18:58:18.305Z Done
2872026-08-18T18:58:19.037Z Done
2882026-08-18T18:58:22.430Z Done
2892026-08-18T18:58:22.499Z Done
2902026-08-18T18:58:22.502Z Done
2912026-08-18T18:58:22.758Z Done
2922026-08-18T18:58:23.445Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-08-18T18:58:23.445Z++ set +o errexit
2942026-08-18T18:58:23.448Z++ pkg info pkg-config
2952026-08-18T18:58:23.448Z++ grep -qi installed
2962026-08-18T18:58:23.672Z++ [[ 0 != 0 ]]
2972026-08-18T18:58:23.672Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-08-18T18:58:23.672Z++ set +o errexit
2992026-08-18T18:58:23.675Z++ pkg info brand/omicron1
3002026-08-18T18:58:23.675Z++ grep -qi installed
3012026-08-18T18:58:23.856Zpkg: info: no packages matching the following patterns you specified are
3022026-08-18T18:58:23.856Zinstalled on the system. Try querying remotely instead:
3032026-08-18T18:58:23.856Z
3042026-08-18T18:58:23.856Z brand/omicron1
3052026-08-18T18:58:23.891Z++ [[ 1 != 0 ]]
3062026-08-18T18:58:23.891Z++ set -o errexit
3072026-08-18T18:58:23.891Z++ pfexec pkg install brand/omicron1
3082026-08-18T18:58:24.296Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-08-18T18:58:31.586ZPlanning: Solver setup ... Done
3102026-08-18T18:58:31.624ZPlanning: Running solver ... Done
3112026-08-18T18:58:31.768ZPlanning: Finding local manifests ... Done
3122026-08-18T18:58:31.771ZPlanning: Fetching manifests: 0/2 0% complete
3132026-08-18T18:58:31.885ZPlanning: Fetching manifests: 2/2 100% complete
3142026-08-18T18:58:31.897ZPlanning: Package planning ... Done
3152026-08-18T18:58:31.900ZPlanning: Merging actions ... Done
3162026-08-18T18:58:32.046ZPlanning: Checking for conflicting actions ... Done
3172026-08-18T18:58:32.049ZPlanning: Consolidating action changes ... Done
3182026-08-18T18:58:32.206ZPlanning: Evaluating mediators ... Done
3192026-08-18T18:58:32.209ZPlanning: Planning completed in 7.91 seconds
3202026-08-18T18:58:32.214Z Packages to install: 2
3212026-08-18T18:58:32.214Z Create boot environment: No
3222026-08-18T18:58:32.218ZCreate backup boot environment: No
3232026-08-18T18:58:32.244Z
3242026-08-18T18:58:32.244ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-08-18T18:58:32.263ZDownload: Completed 1.07 MB in 0.02 seconds (55.7M/s)
3262026-08-18T18:58:32.352Z Actions: 1/28 actions (Installing new actions)
3272026-08-18T18:58:32.365Z Actions: Completed 28 actions in 0.01 seconds.
3282026-08-18T18:58:32.875Z Done
3292026-08-18T18:58:32.875Z Done
3302026-08-18T18:58:33.512Z Done
3312026-08-18T18:58:36.335Z Done
3322026-08-18T18:58:36.410Z Done
3332026-08-18T18:58:36.413Z Done
3342026-08-18T18:58:36.526Z Done
3352026-08-18T18:58:36.663Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-08-18T18:58:36.663Z++ set +o errexit
3372026-08-18T18:58:36.666Z++ pkg info brand/omicron1/tools
3382026-08-18T18:58:36.666Z++ grep -qi installed
3392026-08-18T18:58:36.846Zpkg: info: no packages matching the following patterns you specified are
3402026-08-18T18:58:36.846Zinstalled on the system. Try querying remotely instead:
3412026-08-18T18:58:36.847Z
3422026-08-18T18:58:36.847Z brand/omicron1/tools
3432026-08-18T18:58:36.882Z++ [[ 1 != 0 ]]
3442026-08-18T18:58:36.882Z++ set -o errexit
3452026-08-18T18:58:36.882Z++ pfexec pkg install brand/omicron1/tools
3462026-08-18T18:58:37.268Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-08-18T18:58:44.706ZPlanning: Solver setup ... Done
3482026-08-18T18:58:44.747ZPlanning: Running solver ... Done
3492026-08-18T18:58:44.896ZPlanning: Finding local manifests ... Done
3502026-08-18T18:58:44.901ZPlanning: Fetching manifests: 0/1 0% complete
3512026-08-18T18:58:45.010ZPlanning: Fetching manifests: 1/1 100% complete
3522026-08-18T18:58:45.022ZPlanning: Package planning ... Done
3532026-08-18T18:58:45.025ZPlanning: Merging actions ... Done
3542026-08-18T18:58:45.164ZPlanning: Checking for conflicting actions ... Done
3552026-08-18T18:58:45.166ZPlanning: Consolidating action changes ... Done
3562026-08-18T18:58:45.321ZPlanning: Evaluating mediators ... Done
3572026-08-18T18:58:45.324ZPlanning: Planning completed in 8.05 seconds
3582026-08-18T18:58:45.329Z Packages to install: 1
3592026-08-18T18:58:45.329Z Services to change: 1
3602026-08-18T18:58:45.332Z Create boot environment: No
3612026-08-18T18:58:45.332ZCreate backup boot environment: No
3622026-08-18T18:58:45.358Z
3632026-08-18T18:58:45.358ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-08-18T18:58:45.381ZDownload: Completed 1.19 MB in 0.02 seconds (52.5M/s)
3652026-08-18T18:58:45.458Z Actions: 1/19 actions (Installing new actions)
3662026-08-18T18:58:45.471Z Actions: Completed 19 actions in 0.01 seconds.
3672026-08-18T18:58:45.980Z Done
3682026-08-18T18:58:45.980Z Done
3692026-08-18T18:58:46.601Z Done
3702026-08-18T18:58:49.497Z Done
3712026-08-18T18:58:49.572Z Done
3722026-08-18T18:58:49.576Z Done
3732026-08-18T18:58:49.725Z Done
3742026-08-18T18:58:49.863Z++ pfexec svcadm enable baseline
3752026-08-18T18:58:49.879Z++ retry=0
3762026-08-18T18:58:49.881Z+++ svcs -Hostate baseline
3772026-08-18T18:58:49.894Z++ [[ offline* != online ]]
3782026-08-18T18:58:49.897Z++ [[ 0 -gt 300 ]]
3792026-08-18T18:58:49.897Z++ sleep 1
3802026-08-18T18:58:50.896Z++ retry=1
3812026-08-18T18:58:50.899Z+++ svcs -Hostate baseline
3822026-08-18T18:58:50.910Z++ [[ offline* != online ]]
3832026-08-18T18:58:50.910Z++ [[ 1 -gt 300 ]]
3842026-08-18T18:58:50.910Z++ sleep 1
3852026-08-18T18:58:51.911Z++ retry=2
3862026-08-18T18:58:51.914Z+++ svcs -Hostate baseline
3872026-08-18T18:58:51.925Z++ [[ offline* != online ]]
3882026-08-18T18:58:51.925Z++ [[ 2 -gt 300 ]]
3892026-08-18T18:58:51.925Z++ sleep 1
3902026-08-18T18:58:52.927Z++ retry=3
3912026-08-18T18:58:52.930Z+++ svcs -Hostate baseline
3922026-08-18T18:58:52.941Z++ [[ offline* != online ]]
3932026-08-18T18:58:52.942Z++ [[ 3 -gt 300 ]]
3942026-08-18T18:58:52.942Z++ sleep 1
3952026-08-18T18:58:53.943Z++ retry=4
3962026-08-18T18:58:53.946Z+++ svcs -Hostate baseline
3972026-08-18T18:58:53.962Z++ [[ offline* != online ]]
3982026-08-18T18:58:53.965Z++ [[ 4 -gt 300 ]]
3992026-08-18T18:58:53.965Z++ sleep 1
4002026-08-18T18:58:54.967Z++ retry=5
4012026-08-18T18:58:54.972Z+++ svcs -Hostate baseline
4022026-08-18T18:58:54.986Z++ [[ offline* != online ]]
4032026-08-18T18:58:54.991Z++ [[ 5 -gt 300 ]]
4042026-08-18T18:58:54.991Z++ sleep 1
4052026-08-18T18:58:55.988Z++ retry=6
4062026-08-18T18:58:55.991Z+++ svcs -Hostate baseline
4072026-08-18T18:58:56.002Z++ [[ offline* != online ]]
4082026-08-18T18:58:56.003Z++ [[ 6 -gt 300 ]]
4092026-08-18T18:58:56.003Z++ sleep 1
4102026-08-18T18:58:57.004Z++ retry=7
4112026-08-18T18:58:57.007Z+++ svcs -Hostate baseline
4122026-08-18T18:58:57.019Z++ [[ offline* != online ]]
4132026-08-18T18:58:57.019Z++ [[ 7 -gt 300 ]]
4142026-08-18T18:58:57.019Z++ sleep 1
4152026-08-18T18:58:58.021Z++ retry=8
4162026-08-18T18:58:58.024Z+++ svcs -Hostate baseline
4172026-08-18T18:58:58.035Z++ [[ offline* != online ]]
4182026-08-18T18:58:58.036Z++ [[ 8 -gt 300 ]]
4192026-08-18T18:58:58.036Z++ sleep 1
4202026-08-18T18:58:59.038Z++ retry=9
4212026-08-18T18:58:59.041Z+++ svcs -Hostate baseline
4222026-08-18T18:58:59.052Z++ [[ offline* != online ]]
4232026-08-18T18:58:59.052Z++ [[ 9 -gt 300 ]]
4242026-08-18T18:58:59.052Z++ sleep 1
4252026-08-18T18:59:00.054Z++ retry=10
4262026-08-18T18:59:00.058Z+++ svcs -Hostate baseline
4272026-08-18T18:59:00.069Z++ [[ offline* != online ]]
4282026-08-18T18:59:00.069Z++ [[ 10 -gt 300 ]]
4292026-08-18T18:59:00.072Z++ sleep 1
4302026-08-18T18:59:01.071Z++ retry=11
4312026-08-18T18:59:01.074Z+++ svcs -Hostate baseline
4322026-08-18T18:59:01.086Z++ [[ offline* != online ]]
4332026-08-18T18:59:01.086Z++ [[ 11 -gt 300 ]]
4342026-08-18T18:59:01.086Z++ sleep 1
4352026-08-18T18:59:02.088Z++ retry=12
4362026-08-18T18:59:02.091Z+++ svcs -Hostate baseline
4372026-08-18T18:59:02.102Z++ [[ offline* != online ]]
4382026-08-18T18:59:02.102Z++ [[ 12 -gt 300 ]]
4392026-08-18T18:59:02.102Z++ sleep 1
4402026-08-18T18:59:03.104Z++ retry=13
4412026-08-18T18:59:03.107Z+++ svcs -Hostate baseline
4422026-08-18T18:59:03.118Z++ [[ offline* != online ]]
4432026-08-18T18:59:03.118Z++ [[ 13 -gt 300 ]]
4442026-08-18T18:59:03.118Z++ sleep 1
4452026-08-18T18:59:04.120Z++ retry=14
4462026-08-18T18:59:04.123Z+++ svcs -Hostate baseline
4472026-08-18T18:59:04.135Z++ [[ offline* != online ]]
4482026-08-18T18:59:04.135Z++ [[ 14 -gt 300 ]]
4492026-08-18T18:59:04.135Z++ sleep 1
4502026-08-18T18:59:05.137Z++ retry=15
4512026-08-18T18:59:05.140Z+++ svcs -Hostate baseline
4522026-08-18T18:59:05.151Z++ [[ offline* != online ]]
4532026-08-18T18:59:05.151Z++ [[ 15 -gt 300 ]]
4542026-08-18T18:59:05.151Z++ sleep 1
4552026-08-18T18:59:06.154Z++ retry=16
4562026-08-18T18:59:06.157Z+++ svcs -Hostate baseline
4572026-08-18T18:59:06.167Z++ [[ offline* != online ]]
4582026-08-18T18:59:06.167Z++ [[ 16 -gt 300 ]]
4592026-08-18T18:59:06.167Z++ sleep 1
4602026-08-18T18:59:07.169Z++ retry=17
4612026-08-18T18:59:07.172Z+++ svcs -Hostate baseline
4622026-08-18T18:59:07.185Z++ [[ offline* != online ]]
4632026-08-18T18:59:07.186Z++ [[ 17 -gt 300 ]]
4642026-08-18T18:59:07.186Z++ sleep 1
4652026-08-18T18:59:08.187Z++ retry=18
4662026-08-18T18:59:08.189Z+++ svcs -Hostate baseline
4672026-08-18T18:59:08.201Z++ [[ offline* != online ]]
4682026-08-18T18:59:08.202Z++ [[ 18 -gt 300 ]]
4692026-08-18T18:59:08.205Z++ sleep 1
4702026-08-18T18:59:09.203Z++ retry=19
4712026-08-18T18:59:09.207Z+++ svcs -Hostate baseline
4722026-08-18T18:59:09.219Z++ [[ offline* != online ]]
4732026-08-18T18:59:09.219Z++ [[ 19 -gt 300 ]]
4742026-08-18T18:59:09.219Z++ sleep 1
4752026-08-18T18:59:10.219Z++ retry=20
4762026-08-18T18:59:10.222Z+++ svcs -Hostate baseline
4772026-08-18T18:59:10.234Z++ [[ offline* != online ]]
4782026-08-18T18:59:10.234Z++ [[ 20 -gt 300 ]]
4792026-08-18T18:59:10.234Z++ sleep 1
4802026-08-18T18:59:11.236Z++ retry=21
4812026-08-18T18:59:11.240Z+++ svcs -Hostate baseline
4822026-08-18T18:59:11.251Z++ [[ offline* != online ]]
4832026-08-18T18:59:11.251Z++ [[ 21 -gt 300 ]]
4842026-08-18T18:59:11.251Z++ sleep 1
4852026-08-18T18:59:12.252Z++ retry=22
4862026-08-18T18:59:12.255Z+++ svcs -Hostate baseline
4872026-08-18T18:59:12.267Z++ [[ offline* != online ]]
4882026-08-18T18:59:12.267Z++ [[ 22 -gt 300 ]]
4892026-08-18T18:59:12.267Z++ sleep 1
4902026-08-18T18:59:13.269Z++ retry=23
4912026-08-18T18:59:13.272Z+++ svcs -Hostate baseline
4922026-08-18T18:59:13.283Z++ [[ offline* != online ]]
4932026-08-18T18:59:13.283Z++ [[ 23 -gt 300 ]]
4942026-08-18T18:59:13.283Z++ sleep 1
4952026-08-18T18:59:14.285Z++ retry=24
4962026-08-18T18:59:14.288Z+++ svcs -Hostate baseline
4972026-08-18T18:59:14.300Z++ [[ offline* != online ]]
4982026-08-18T18:59:14.300Z++ [[ 24 -gt 300 ]]
4992026-08-18T18:59:14.303Z++ sleep 1
5002026-08-18T18:59:15.302Z++ retry=25
5012026-08-18T18:59:15.305Z+++ svcs -Hostate baseline
5022026-08-18T18:59:15.317Z++ [[ offline* != online ]]
5032026-08-18T18:59:15.317Z++ [[ 25 -gt 300 ]]
5042026-08-18T18:59:15.317Z++ sleep 1
5052026-08-18T18:59:16.318Z++ retry=26
5062026-08-18T18:59:16.321Z+++ svcs -Hostate baseline
5072026-08-18T18:59:16.333Z++ [[ offline* != online ]]
5082026-08-18T18:59:16.333Z++ [[ 26 -gt 300 ]]
5092026-08-18T18:59:16.333Z++ sleep 1
5102026-08-18T18:59:17.335Z++ retry=27
5112026-08-18T18:59:17.338Z+++ svcs -Hostate baseline
5122026-08-18T18:59:17.350Z++ [[ offline* != online ]]
5132026-08-18T18:59:17.350Z++ [[ 27 -gt 300 ]]
5142026-08-18T18:59:17.350Z++ sleep 1
5152026-08-18T18:59:18.352Z++ retry=28
5162026-08-18T18:59:18.355Z+++ svcs -Hostate baseline
5172026-08-18T18:59:18.366Z++ [[ offline* != online ]]
5182026-08-18T18:59:18.366Z++ [[ 28 -gt 300 ]]
5192026-08-18T18:59:18.366Z++ sleep 1
5202026-08-18T18:59:19.368Z++ retry=29
5212026-08-18T18:59:19.372Z+++ svcs -Hostate baseline
5222026-08-18T18:59:19.383Z++ [[ offline* != online ]]
5232026-08-18T18:59:19.383Z++ [[ 29 -gt 300 ]]
5242026-08-18T18:59:19.383Z++ sleep 1
5252026-08-18T18:59:20.384Z++ retry=30
5262026-08-18T18:59:20.388Z+++ svcs -Hostate baseline
5272026-08-18T18:59:20.399Z++ [[ offline* != online ]]
5282026-08-18T18:59:20.399Z++ [[ 30 -gt 300 ]]
5292026-08-18T18:59:20.399Z++ sleep 1
5302026-08-18T18:59:21.401Z++ retry=31
5312026-08-18T18:59:21.404Z+++ svcs -Hostate baseline
5322026-08-18T18:59:21.415Z++ [[ offline* != online ]]
5332026-08-18T18:59:21.415Z++ [[ 31 -gt 300 ]]
5342026-08-18T18:59:21.415Z++ sleep 1
5352026-08-18T18:59:22.417Z++ retry=32
5362026-08-18T18:59:22.420Z+++ svcs -Hostate baseline
5372026-08-18T18:59:22.431Z++ [[ offline* != online ]]
5382026-08-18T18:59:22.431Z++ [[ 32 -gt 300 ]]
5392026-08-18T18:59:22.431Z++ sleep 1
5402026-08-18T18:59:23.433Z++ retry=33
5412026-08-18T18:59:23.436Z+++ svcs -Hostate baseline
5422026-08-18T18:59:23.448Z++ [[ offline* != online ]]
5432026-08-18T18:59:23.449Z++ [[ 33 -gt 300 ]]
5442026-08-18T18:59:23.449Z++ sleep 1
5452026-08-18T18:59:24.451Z++ retry=34
5462026-08-18T18:59:24.455Z+++ svcs -Hostate baseline
5472026-08-18T18:59:24.465Z++ [[ offline* != online ]]
5482026-08-18T18:59:24.465Z++ [[ 34 -gt 300 ]]
5492026-08-18T18:59:24.465Z++ sleep 1
5502026-08-18T18:59:25.466Z++ retry=35
5512026-08-18T18:59:25.470Z+++ svcs -Hostate baseline
5522026-08-18T18:59:25.480Z++ [[ offline* != online ]]
5532026-08-18T18:59:25.481Z++ [[ 35 -gt 300 ]]
5542026-08-18T18:59:25.481Z++ sleep 1
5552026-08-18T18:59:26.482Z++ retry=36
5562026-08-18T18:59:26.487Z+++ svcs -Hostate baseline
5572026-08-18T18:59:26.497Z++ [[ offline* != online ]]
5582026-08-18T18:59:26.497Z++ [[ 36 -gt 300 ]]
5592026-08-18T18:59:26.497Z++ sleep 1
5602026-08-18T18:59:27.499Z++ retry=37
5612026-08-18T18:59:27.501Z+++ svcs -Hostate baseline
5622026-08-18T18:59:27.513Z++ [[ offline* != online ]]
5632026-08-18T18:59:27.513Z++ [[ 37 -gt 300 ]]
5642026-08-18T18:59:27.513Z++ sleep 1
5652026-08-18T18:59:28.515Z++ retry=38
5662026-08-18T18:59:28.518Z+++ svcs -Hostate baseline
5672026-08-18T18:59:28.530Z++ [[ offline* != online ]]
5682026-08-18T18:59:28.530Z++ [[ 38 -gt 300 ]]
5692026-08-18T18:59:28.530Z++ sleep 1
5702026-08-18T18:59:29.532Z++ retry=39
5712026-08-18T18:59:29.534Z+++ svcs -Hostate baseline
5722026-08-18T18:59:29.546Z++ [[ offline* != online ]]
5732026-08-18T18:59:29.546Z++ [[ 39 -gt 300 ]]
5742026-08-18T18:59:29.546Z++ sleep 1
5752026-08-18T18:59:30.548Z++ retry=40
5762026-08-18T18:59:30.551Z+++ svcs -Hostate baseline
5772026-08-18T18:59:30.563Z++ [[ offline* != online ]]
5782026-08-18T18:59:30.563Z++ [[ 40 -gt 300 ]]
5792026-08-18T18:59:30.563Z++ sleep 1
5802026-08-18T18:59:31.565Z++ retry=41
5812026-08-18T18:59:31.568Z+++ svcs -Hostate baseline
5822026-08-18T18:59:31.579Z++ [[ offline* != online ]]
5832026-08-18T18:59:31.579Z++ [[ 41 -gt 300 ]]
5842026-08-18T18:59:31.580Z++ sleep 1
5852026-08-18T18:59:32.581Z++ retry=42
5862026-08-18T18:59:32.585Z+++ svcs -Hostate baseline
5872026-08-18T18:59:32.596Z++ [[ offline* != online ]]
5882026-08-18T18:59:32.596Z++ [[ 42 -gt 300 ]]
5892026-08-18T18:59:32.596Z++ sleep 1
5902026-08-18T18:59:33.598Z++ retry=43
5912026-08-18T18:59:33.602Z+++ svcs -Hostate baseline
5922026-08-18T18:59:33.612Z++ [[ offline* != online ]]
5932026-08-18T18:59:33.612Z++ [[ 43 -gt 300 ]]
5942026-08-18T18:59:33.612Z++ sleep 1
5952026-08-18T18:59:34.614Z++ retry=44
5962026-08-18T18:59:34.618Z+++ svcs -Hostate baseline
5972026-08-18T18:59:34.628Z++ [[ offline* != online ]]
5982026-08-18T18:59:34.629Z++ [[ 44 -gt 300 ]]
5992026-08-18T18:59:34.629Z++ sleep 1
6002026-08-18T18:59:35.631Z++ retry=45
6012026-08-18T18:59:35.634Z+++ svcs -Hostate baseline
6022026-08-18T18:59:35.645Z++ [[ offline* != online ]]
6032026-08-18T18:59:35.645Z++ [[ 45 -gt 300 ]]
6042026-08-18T18:59:35.645Z++ sleep 1
6052026-08-18T18:59:36.647Z++ retry=46
6062026-08-18T18:59:36.650Z+++ svcs -Hostate baseline
6072026-08-18T18:59:36.661Z++ [[ offline* != online ]]
6082026-08-18T18:59:36.661Z++ [[ 46 -gt 300 ]]
6092026-08-18T18:59:36.661Z++ sleep 1
6102026-08-18T18:59:37.663Z++ retry=47
6112026-08-18T18:59:37.666Z+++ svcs -Hostate baseline
6122026-08-18T18:59:37.677Z++ [[ offline* != online ]]
6132026-08-18T18:59:37.678Z++ [[ 47 -gt 300 ]]
6142026-08-18T18:59:37.678Z++ sleep 1
6152026-08-18T18:59:38.679Z++ retry=48
6162026-08-18T18:59:38.700Z+++ svcs -Hostate baseline
6172026-08-18T18:59:38.704Z++ [[ offline* != online ]]
6182026-08-18T18:59:38.704Z++ [[ 48 -gt 300 ]]
6192026-08-18T18:59:38.704Z++ sleep 1
6202026-08-18T18:59:39.696Z++ retry=49
6212026-08-18T18:59:39.699Z+++ svcs -Hostate baseline
6222026-08-18T18:59:39.710Z++ [[ offline* != online ]]
6232026-08-18T18:59:39.710Z++ [[ 49 -gt 300 ]]
6242026-08-18T18:59:39.710Z++ sleep 1
6252026-08-18T18:59:40.714Z++ retry=50
6262026-08-18T18:59:40.717Z+++ svcs -Hostate baseline
6272026-08-18T18:59:40.726Z++ [[ offline* != online ]]
6282026-08-18T18:59:40.726Z++ [[ 50 -gt 300 ]]
6292026-08-18T18:59:40.726Z++ sleep 1
6302026-08-18T18:59:41.728Z++ retry=51
6312026-08-18T18:59:41.731Z+++ svcs -Hostate baseline
6322026-08-18T18:59:41.743Z++ [[ offline* != online ]]
6332026-08-18T18:59:41.743Z++ [[ 51 -gt 300 ]]
6342026-08-18T18:59:41.743Z++ sleep 1
6352026-08-18T18:59:42.746Z++ retry=52
6362026-08-18T18:59:42.748Z+++ svcs -Hostate baseline
6372026-08-18T18:59:42.759Z++ [[ offline* != online ]]
6382026-08-18T18:59:42.759Z++ [[ 52 -gt 300 ]]
6392026-08-18T18:59:42.759Z++ sleep 1
6402026-08-18T18:59:43.763Z++ retry=53
6412026-08-18T18:59:43.766Z+++ svcs -Hostate baseline
6422026-08-18T18:59:43.777Z++ [[ offline* != online ]]
6432026-08-18T18:59:43.777Z++ [[ 53 -gt 300 ]]
6442026-08-18T18:59:43.777Z++ sleep 1
6452026-08-18T18:59:44.778Z++ retry=54
6462026-08-18T18:59:44.781Z+++ svcs -Hostate baseline
6472026-08-18T18:59:44.792Z++ [[ offline* != online ]]
6482026-08-18T18:59:44.792Z++ [[ 54 -gt 300 ]]
6492026-08-18T18:59:44.795Z++ sleep 1
6502026-08-18T18:59:45.794Z++ retry=55
6512026-08-18T18:59:45.797Z+++ svcs -Hostate baseline
6522026-08-18T18:59:45.809Z++ [[ offline* != online ]]
6532026-08-18T18:59:45.809Z++ [[ 55 -gt 300 ]]
6542026-08-18T18:59:45.809Z++ sleep 1
6552026-08-18T18:59:46.811Z++ retry=56
6562026-08-18T18:59:46.816Z+++ svcs -Hostate baseline
6572026-08-18T18:59:46.827Z++ [[ offline* != online ]]
6582026-08-18T18:59:46.830Z++ [[ 56 -gt 300 ]]
6592026-08-18T18:59:46.830Z++ sleep 1
6602026-08-18T18:59:47.828Z++ retry=57
6612026-08-18T18:59:47.831Z+++ svcs -Hostate baseline
6622026-08-18T18:59:47.842Z++ [[ offline* != online ]]
6632026-08-18T18:59:47.842Z++ [[ 57 -gt 300 ]]
6642026-08-18T18:59:47.842Z++ sleep 1
6652026-08-18T18:59:48.844Z++ retry=58
6662026-08-18T18:59:48.847Z+++ svcs -Hostate baseline
6672026-08-18T18:59:48.858Z++ [[ offline* != online ]]
6682026-08-18T18:59:48.858Z++ [[ 58 -gt 300 ]]
6692026-08-18T18:59:48.858Z++ sleep 1
6702026-08-18T18:59:49.860Z++ retry=59
6712026-08-18T18:59:49.863Z+++ svcs -Hostate baseline
6722026-08-18T18:59:49.874Z++ [[ offline* != online ]]
6732026-08-18T18:59:49.874Z++ [[ 59 -gt 300 ]]
6742026-08-18T18:59:49.877Z++ sleep 1
6752026-08-18T18:59:50.878Z++ retry=60
6762026-08-18T18:59:50.880Z+++ svcs -Hostate baseline
6772026-08-18T18:59:50.891Z++ [[ offline* != online ]]
6782026-08-18T18:59:50.891Z++ [[ 60 -gt 300 ]]
6792026-08-18T18:59:50.894Z++ sleep 1
6802026-08-18T18:59:51.893Z++ retry=61
6812026-08-18T18:59:51.897Z+++ svcs -Hostate baseline
6822026-08-18T18:59:51.908Z++ [[ offline* != online ]]
6832026-08-18T18:59:51.908Z++ [[ 61 -gt 300 ]]
6842026-08-18T18:59:51.908Z++ sleep 1
6852026-08-18T18:59:52.909Z++ retry=62
6862026-08-18T18:59:52.912Z+++ svcs -Hostate baseline
6872026-08-18T18:59:52.923Z++ [[ offline* != online ]]
6882026-08-18T18:59:52.924Z++ [[ 62 -gt 300 ]]
6892026-08-18T18:59:52.924Z++ sleep 1
6902026-08-18T18:59:53.926Z++ retry=63
6912026-08-18T18:59:53.930Z+++ svcs -Hostate baseline
6922026-08-18T18:59:53.940Z++ [[ offline* != online ]]
6932026-08-18T18:59:53.940Z++ [[ 63 -gt 300 ]]
6942026-08-18T18:59:53.940Z++ sleep 1
6952026-08-18T18:59:54.943Z++ retry=64
6962026-08-18T18:59:54.946Z+++ svcs -Hostate baseline
6972026-08-18T18:59:54.958Z++ [[ offline* != online ]]
6982026-08-18T18:59:54.958Z++ [[ 64 -gt 300 ]]
6992026-08-18T18:59:54.958Z++ sleep 1
7002026-08-18T18:59:55.959Z++ retry=65
7012026-08-18T18:59:55.962Z+++ svcs -Hostate baseline
7022026-08-18T18:59:55.975Z++ [[ offline* != online ]]
7032026-08-18T18:59:55.975Z++ [[ 65 -gt 300 ]]
7042026-08-18T18:59:55.975Z++ sleep 1
7052026-08-18T18:59:56.979Z++ retry=66
7062026-08-18T18:59:56.987Z+++ svcs -Hostate baseline
7072026-08-18T18:59:56.994Z++ [[ offline* != online ]]
7082026-08-18T18:59:56.994Z++ [[ 66 -gt 300 ]]
7092026-08-18T18:59:56.994Z++ sleep 1
7102026-08-18T18:59:57.992Z++ retry=67
7112026-08-18T18:59:57.995Z+++ svcs -Hostate baseline
7122026-08-18T18:59:58.007Z++ [[ offline* != online ]]
7132026-08-18T18:59:58.007Z++ [[ 67 -gt 300 ]]
7142026-08-18T18:59:58.007Z++ sleep 1
7152026-08-18T18:59:59.009Z++ retry=68
7162026-08-18T18:59:59.013Z+++ svcs -Hostate baseline
7172026-08-18T18:59:59.024Z++ [[ offline* != online ]]
7182026-08-18T18:59:59.024Z++ [[ 68 -gt 300 ]]
7192026-08-18T18:59:59.024Z++ sleep 1
7202026-08-18T19:00:00.026Z++ retry=69
7212026-08-18T19:00:00.029Z+++ svcs -Hostate baseline
7222026-08-18T19:00:00.041Z++ [[ offline* != online ]]
7232026-08-18T19:00:00.041Z++ [[ 69 -gt 300 ]]
7242026-08-18T19:00:00.041Z++ sleep 1
7252026-08-18T19:00:01.043Z++ retry=70
7262026-08-18T19:00:01.046Z+++ svcs -Hostate baseline
7272026-08-18T19:00:01.057Z++ [[ offline* != online ]]
7282026-08-18T19:00:01.057Z++ [[ 70 -gt 300 ]]
7292026-08-18T19:00:01.057Z++ sleep 1
7302026-08-18T19:00:02.059Z++ retry=71
7312026-08-18T19:00:02.062Z+++ svcs -Hostate baseline
7322026-08-18T19:00:02.075Z++ [[ offline* != online ]]
7332026-08-18T19:00:02.075Z++ [[ 71 -gt 300 ]]
7342026-08-18T19:00:02.075Z++ sleep 1
7352026-08-18T19:00:03.078Z++ retry=72
7362026-08-18T19:00:03.081Z+++ svcs -Hostate baseline
7372026-08-18T19:00:03.090Z++ [[ offline* != online ]]
7382026-08-18T19:00:03.090Z++ [[ 72 -gt 300 ]]
7392026-08-18T19:00:03.090Z++ sleep 1
7402026-08-18T19:00:04.092Z++ retry=73
7412026-08-18T19:00:04.095Z+++ svcs -Hostate baseline
7422026-08-18T19:00:04.107Z++ [[ offline* != online ]]
7432026-08-18T19:00:04.107Z++ [[ 73 -gt 300 ]]
7442026-08-18T19:00:04.107Z++ sleep 1
7452026-08-18T19:00:05.111Z++ retry=74
7462026-08-18T19:00:05.114Z+++ svcs -Hostate baseline
7472026-08-18T19:00:05.123Z++ [[ offline* != online ]]
7482026-08-18T19:00:05.123Z++ [[ 74 -gt 300 ]]
7492026-08-18T19:00:05.124Z++ sleep 1
7502026-08-18T19:00:06.128Z++ retry=75
7512026-08-18T19:00:06.132Z+++ svcs -Hostate baseline
7522026-08-18T19:00:06.142Z++ [[ offline* != online ]]
7532026-08-18T19:00:06.142Z++ [[ 75 -gt 300 ]]
7542026-08-18T19:00:06.142Z++ sleep 1
7552026-08-18T19:00:07.142Z++ retry=76
7562026-08-18T19:00:07.145Z+++ svcs -Hostate baseline
7572026-08-18T19:00:07.156Z++ [[ offline* != online ]]
7582026-08-18T19:00:07.156Z++ [[ 76 -gt 300 ]]
7592026-08-18T19:00:07.156Z++ sleep 1
7602026-08-18T19:00:08.158Z++ retry=77
7612026-08-18T19:00:08.162Z+++ svcs -Hostate baseline
7622026-08-18T19:00:08.173Z++ [[ offline* != online ]]
7632026-08-18T19:00:08.173Z++ [[ 77 -gt 300 ]]
7642026-08-18T19:00:08.173Z++ sleep 1
7652026-08-18T19:00:09.175Z++ retry=78
7662026-08-18T19:00:09.179Z+++ svcs -Hostate baseline
7672026-08-18T19:00:09.189Z++ [[ offline* != online ]]
7682026-08-18T19:00:09.189Z++ [[ 78 -gt 300 ]]
7692026-08-18T19:00:09.189Z++ sleep 1
7702026-08-18T19:00:10.191Z++ retry=79
7712026-08-18T19:00:10.195Z+++ svcs -Hostate baseline
7722026-08-18T19:00:10.205Z++ [[ offline* != online ]]
7732026-08-18T19:00:10.205Z++ [[ 79 -gt 300 ]]
7742026-08-18T19:00:10.205Z++ sleep 1
7752026-08-18T19:00:11.207Z++ retry=80
7762026-08-18T19:00:11.210Z+++ svcs -Hostate baseline
7772026-08-18T19:00:11.222Z++ [[ offline* != online ]]
7782026-08-18T19:00:11.222Z++ [[ 80 -gt 300 ]]
7792026-08-18T19:00:11.222Z++ sleep 1
7802026-08-18T19:00:12.224Z++ retry=81
7812026-08-18T19:00:12.227Z+++ svcs -Hostate baseline
7822026-08-18T19:00:12.238Z++ [[ offline* != online ]]
7832026-08-18T19:00:12.239Z++ [[ 81 -gt 300 ]]
7842026-08-18T19:00:12.239Z++ sleep 1
7852026-08-18T19:00:13.242Z++ retry=82
7862026-08-18T19:00:13.244Z+++ svcs -Hostate baseline
7872026-08-18T19:00:13.255Z++ [[ offline* != online ]]
7882026-08-18T19:00:13.255Z++ [[ 82 -gt 300 ]]
7892026-08-18T19:00:13.255Z++ sleep 1
7902026-08-18T19:00:14.257Z++ retry=83
7912026-08-18T19:00:14.260Z+++ svcs -Hostate baseline
7922026-08-18T19:00:14.271Z++ [[ offline* != online ]]
7932026-08-18T19:00:14.271Z++ [[ 83 -gt 300 ]]
7942026-08-18T19:00:14.271Z++ sleep 1
7952026-08-18T19:00:15.273Z++ retry=84
7962026-08-18T19:00:15.276Z+++ svcs -Hostate baseline
7972026-08-18T19:00:15.287Z++ [[ offline* != online ]]
7982026-08-18T19:00:15.288Z++ [[ 84 -gt 300 ]]
7992026-08-18T19:00:15.288Z++ sleep 1
8002026-08-18T19:00:16.289Z++ retry=85
8012026-08-18T19:00:16.292Z+++ svcs -Hostate baseline
8022026-08-18T19:00:16.304Z++ [[ offline* != online ]]
8032026-08-18T19:00:16.304Z++ [[ 85 -gt 300 ]]
8042026-08-18T19:00:16.304Z++ sleep 1
8052026-08-18T19:00:17.306Z++ retry=86
8062026-08-18T19:00:17.309Z+++ svcs -Hostate baseline
8072026-08-18T19:00:17.320Z++ [[ offline* != online ]]
8082026-08-18T19:00:17.320Z++ [[ 86 -gt 300 ]]
8092026-08-18T19:00:17.320Z++ sleep 1
8102026-08-18T19:00:18.322Z++ retry=87
8112026-08-18T19:00:18.325Z+++ svcs -Hostate baseline
8122026-08-18T19:00:18.336Z++ [[ offline* != online ]]
8132026-08-18T19:00:18.336Z++ [[ 87 -gt 300 ]]
8142026-08-18T19:00:18.336Z++ sleep 1
8152026-08-18T19:00:19.338Z++ retry=88
8162026-08-18T19:00:19.341Z+++ svcs -Hostate baseline
8172026-08-18T19:00:19.353Z++ [[ offline* != online ]]
8182026-08-18T19:00:19.353Z++ [[ 88 -gt 300 ]]
8192026-08-18T19:00:19.353Z++ sleep 1
8202026-08-18T19:00:20.355Z++ retry=89
8212026-08-18T19:00:20.359Z+++ svcs -Hostate baseline
8222026-08-18T19:00:20.370Z++ [[ offline* != online ]]
8232026-08-18T19:00:20.370Z++ [[ 89 -gt 300 ]]
8242026-08-18T19:00:20.370Z++ sleep 1
8252026-08-18T19:00:21.371Z++ retry=90
8262026-08-18T19:00:21.374Z+++ svcs -Hostate baseline
8272026-08-18T19:00:21.386Z++ [[ offline* != online ]]
8282026-08-18T19:00:21.386Z++ [[ 90 -gt 300 ]]
8292026-08-18T19:00:21.386Z++ sleep 1
8302026-08-18T19:00:22.387Z++ retry=91
8312026-08-18T19:00:22.390Z+++ svcs -Hostate baseline
8322026-08-18T19:00:22.403Z++ [[ offline* != online ]]
8332026-08-18T19:00:22.403Z++ [[ 91 -gt 300 ]]
8342026-08-18T19:00:22.403Z++ sleep 1
8352026-08-18T19:00:23.405Z++ retry=92
8362026-08-18T19:00:23.408Z+++ svcs -Hostate baseline
8372026-08-18T19:00:23.419Z++ [[ offline* != online ]]
8382026-08-18T19:00:23.419Z++ [[ 92 -gt 300 ]]
8392026-08-18T19:00:23.419Z++ sleep 1
8402026-08-18T19:00:24.421Z++ retry=93
8412026-08-18T19:00:24.424Z+++ svcs -Hostate baseline
8422026-08-18T19:00:24.436Z++ [[ offline* != online ]]
8432026-08-18T19:00:24.437Z++ [[ 93 -gt 300 ]]
8442026-08-18T19:00:24.437Z++ sleep 1
8452026-08-18T19:00:25.439Z++ retry=94
8462026-08-18T19:00:25.441Z+++ svcs -Hostate baseline
8472026-08-18T19:00:25.453Z++ [[ offline* != online ]]
8482026-08-18T19:00:25.453Z++ [[ 94 -gt 300 ]]
8492026-08-18T19:00:25.453Z++ sleep 1
8502026-08-18T19:00:26.455Z++ retry=95
8512026-08-18T19:00:26.458Z+++ svcs -Hostate baseline
8522026-08-18T19:00:26.469Z++ [[ offline* != online ]]
8532026-08-18T19:00:26.469Z++ [[ 95 -gt 300 ]]
8542026-08-18T19:00:26.469Z++ sleep 1
8552026-08-18T19:00:27.470Z++ retry=96
8562026-08-18T19:00:27.473Z+++ svcs -Hostate baseline
8572026-08-18T19:00:27.484Z++ [[ offline* != online ]]
8582026-08-18T19:00:27.485Z++ [[ 96 -gt 300 ]]
8592026-08-18T19:00:27.487Z++ sleep 1
8602026-08-18T19:00:28.487Z++ retry=97
8612026-08-18T19:00:28.490Z+++ svcs -Hostate baseline
8622026-08-18T19:00:28.502Z++ [[ offline* != online ]]
8632026-08-18T19:00:28.502Z++ [[ 97 -gt 300 ]]
8642026-08-18T19:00:28.502Z++ sleep 1
8652026-08-18T19:00:29.503Z++ retry=98
8662026-08-18T19:00:29.506Z+++ svcs -Hostate baseline
8672026-08-18T19:00:29.519Z++ [[ offline* != online ]]
8682026-08-18T19:00:29.519Z++ [[ 98 -gt 300 ]]
8692026-08-18T19:00:29.519Z++ sleep 1
8702026-08-18T19:00:30.519Z++ retry=99
8712026-08-18T19:00:30.522Z+++ svcs -Hostate baseline
8722026-08-18T19:00:30.534Z++ [[ offline* != online ]]
8732026-08-18T19:00:30.534Z++ [[ 99 -gt 300 ]]
8742026-08-18T19:00:30.534Z++ sleep 1
8752026-08-18T19:00:31.540Z++ retry=100
8762026-08-18T19:00:31.552Z+++ svcs -Hostate baseline
8772026-08-18T19:00:31.557Z++ [[ offline* != online ]]
8782026-08-18T19:00:31.558Z++ [[ 100 -gt 300 ]]
8792026-08-18T19:00:31.558Z++ sleep 1
8802026-08-18T19:00:32.561Z++ retry=101
8812026-08-18T19:00:32.582Z+++ svcs -Hostate baseline
8822026-08-18T19:00:32.582Z++ [[ offline* != online ]]
8832026-08-18T19:00:32.582Z++ [[ 101 -gt 300 ]]
8842026-08-18T19:00:32.583Z++ sleep 1
8852026-08-18T19:00:33.567Z++ retry=102
8862026-08-18T19:00:33.571Z+++ svcs -Hostate baseline
8872026-08-18T19:00:33.581Z++ [[ offline* != online ]]
8882026-08-18T19:00:33.581Z++ [[ 102 -gt 300 ]]
8892026-08-18T19:00:33.581Z++ sleep 1
8902026-08-18T19:00:34.584Z++ retry=103
8912026-08-18T19:00:34.587Z+++ svcs -Hostate baseline
8922026-08-18T19:00:34.597Z++ [[ offline* != online ]]
8932026-08-18T19:00:34.597Z++ [[ 103 -gt 300 ]]
8942026-08-18T19:00:34.597Z++ sleep 1
8952026-08-18T19:00:35.598Z++ retry=104
8962026-08-18T19:00:35.603Z+++ svcs -Hostate baseline
8972026-08-18T19:00:35.612Z++ [[ offline* != online ]]
8982026-08-18T19:00:35.612Z++ [[ 104 -gt 300 ]]
8992026-08-18T19:00:35.612Z++ sleep 1
9002026-08-18T19:00:36.614Z++ retry=105
9012026-08-18T19:00:36.617Z+++ svcs -Hostate baseline
9022026-08-18T19:00:36.631Z++ [[ offline* != online ]]
9032026-08-18T19:00:36.631Z++ [[ 105 -gt 300 ]]
9042026-08-18T19:00:36.631Z++ sleep 1
9052026-08-18T19:00:37.630Z++ retry=106
9062026-08-18T19:00:37.633Z+++ svcs -Hostate baseline
9072026-08-18T19:00:37.644Z++ [[ offline* != online ]]
9082026-08-18T19:00:37.645Z++ [[ 106 -gt 300 ]]
9092026-08-18T19:00:37.648Z++ sleep 1
9102026-08-18T19:00:38.646Z++ retry=107
9112026-08-18T19:00:38.649Z+++ svcs -Hostate baseline
9122026-08-18T19:00:38.661Z++ [[ online != online ]]
9132026-08-18T19:00:38.664Z++ set -o errexit
9142026-08-18T19:00:38.664Z++ set -o pipefail
9152026-08-18T19:00:38.664Z++ banner build
9162026-08-18T19:00:38.664Z
9172026-08-18T19:00:38.665Z ##### # # # # #####
9182026-08-18T19:00:38.665Z # # # # # # # #
9192026-08-18T19:00:38.665Z ##### # # # # # #
9202026-08-18T19:00:38.665Z # # # # # # # #
9212026-08-18T19:00:38.665Z # # # # # # # #
9222026-08-18T19:00:38.665Z ##### #### # ###### #####
9232026-08-18T19:00:38.665Z
9242026-08-18T19:00:38.665Z++ cargo build --release --bin ddmd --bin ddmadm
9252026-08-18T19:00:38.668Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
9262026-08-18T19:00:38.818Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
9272026-08-18T19:00:38.821Zinfo: downloading 6 components
9282026-08-18T19:00:55.316Z Updating git repository `https://github.com/oxidecomputer/falcon`
9292026-08-18T19:00:56.024ZFrom https://github.com/oxidecomputer/falcon
9302026-08-18T19:00:56.024Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
9312026-08-18T19:00:56.103Z Updating crates.io index
9322026-08-18T19:00:56.105Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9332026-08-18T19:00:56.549ZFrom https://github.com/oxidecomputer/dendrite
9342026-08-18T19:00:56.549Z * [new ref] 9645288adc19b352aaa9a675be9953fe4e0b6e1b -> refs/commit/9645288adc19b352aaa9a675be9953fe4e0b6e1b
9352026-08-18T19:00:56.584Z Updating git repository `https://github.com/oxidecomputer/ispf`
9362026-08-18T19:00:57.016ZFrom https://github.com/oxidecomputer/ispf
9372026-08-18T19:00:57.016Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9382026-08-18T19:00:57.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9392026-08-18T19:00:57.455ZFrom https://github.com/oxidecomputer/netadm-sys
9402026-08-18T19:00:57.455Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
9412026-08-18T19:00:57.463Z Updating git repository `https://github.com/oxidecomputer/omicron`
9422026-08-18T19:01:03.597ZFrom https://github.com/oxidecomputer/omicron
9432026-08-18T19:01:03.597Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9442026-08-18T19:01:04.017Z Updating git repository `https://github.com/oxidecomputer/opte`
9452026-08-18T19:01:04.854ZFrom https://github.com/oxidecomputer/opte
9462026-08-18T19:01:04.854Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
9472026-08-18T19:01:04.883Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9482026-08-18T19:01:05.170ZFrom https://github.com/oxidecomputer/slog-error-chain
9492026-08-18T19:01:05.170Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9502026-08-18T19:01:05.179Z Updating git repository `https://github.com/illumos/smf-rs`
9512026-08-18T19:01:05.492ZFrom https://github.com/illumos/smf-rs
9522026-08-18T19:01:05.492Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9532026-08-18T19:01:05.500Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9542026-08-18T19:01:05.855ZFrom https://github.com/oxidecomputer/network-interface
9552026-08-18T19:01:05.855Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9562026-08-18T19:01:05.860Z Updating git repository `https://github.com/oxidecomputer/zone`
9572026-08-18T19:01:06.257ZFrom https://github.com/oxidecomputer/zone
9582026-08-18T19:01:06.257Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9592026-08-18T19:01:06.263Z Updating git repository `https://github.com/oxidecomputer/propolis`
9602026-08-18T19:01:07.989ZFrom https://github.com/oxidecomputer/propolis
9612026-08-18T19:01:07.989Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9622026-08-18T19:01:08.030Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9632026-08-18T19:01:08.775ZFrom https://github.com/oxidecomputer/transceiver-control
9642026-08-18T19:01:08.775Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
9652026-08-18T19:01:08.785Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9662026-08-18T19:01:09.735ZFrom https://github.com/oxidecomputer/dlpi-sys
9672026-08-18T19:01:09.735Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
9682026-08-18T19:01:09.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9692026-08-18T19:01:10.549ZFrom https://github.com/jmesmon/rust-libzfs
9702026-08-18T19:01:10.549Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9712026-08-18T19:01:10.557Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9722026-08-18T19:01:10.889ZFrom https://github.com/oxidecomputer/rusty-doors
9732026-08-18T19:01:10.889Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9742026-08-18T19:01:10.895Z Updating git repository `https://github.com/oxidecomputer/lldp`
9752026-08-18T19:01:11.310ZFrom https://github.com/oxidecomputer/lldp
9762026-08-18T19:01:11.310Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9772026-08-18T19:01:11.321Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9782026-08-18T19:01:11.764ZFrom https://github.com/oxidecomputer/tufaceous
9792026-08-18T19:01:11.764Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9802026-08-18T19:01:11.774Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9812026-08-18T19:01:12.505ZFrom https://github.com/oxidecomputer/management-gateway-service
9822026-08-18T19:01:12.505Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9832026-08-18T19:01:12.518Z Updating git repository `https://github.com/oxidecomputer/crucible`
9842026-08-18T19:01:13.426ZFrom https://github.com/oxidecomputer/crucible
9852026-08-18T19:01:13.426Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9862026-08-18T19:01:13.468Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9872026-08-18T19:01:13.831ZFrom https://github.com/oxidecomputer/serde_human_bytes
9882026-08-18T19:01:13.831Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9892026-08-18T19:01:13.840Z Updating git repository `https://github.com/oxidecomputer/propolis`
9902026-08-18T19:01:14.348ZFrom https://github.com/oxidecomputer/propolis
9912026-08-18T19:01:14.348Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9922026-08-18T19:01:14.391Z Updating git repository `https://github.com/oxidecomputer/crucible`
9932026-08-18T19:01:15.085ZFrom https://github.com/oxidecomputer/crucible
9942026-08-18T19:01:15.085Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9952026-08-18T19:01:15.151Z Updating git repository `https://github.com/oxidecomputer/tofino`
9962026-08-18T19:01:15.700ZFrom https://github.com/oxidecomputer/tofino
9972026-08-18T19:01:15.700Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9982026-08-18T19:01:15.711Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9992026-08-18T19:01:16.833ZFrom https://github.com/oxidecomputer/maghemite
10002026-08-18T19:01:16.833Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10012026-08-18T19:01:16.864Z Updating git repository `https://github.com/oxidecomputer/clickward`
10022026-08-18T19:01:17.496ZFrom https://github.com/oxidecomputer/clickward
10032026-08-18T19:01:17.496Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10042026-08-18T19:01:17.503Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10052026-08-18T19:01:18.496ZFrom https://github.com/oxidecomputer/illumos-devinfo
10062026-08-18T19:01:18.496Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10072026-08-18T19:01:20.896Z Downloading crates ...
10082026-08-18T19:01:20.950Z Downloaded anstyle-query v1.1.5
10092026-08-18T19:01:20.953Z Downloaded aead v0.5.2
10102026-08-18T19:01:20.957Z Downloaded block-buffer v0.12.1
10112026-08-18T19:01:20.960Z Downloaded cmake v0.1.58
10122026-08-18T19:01:20.963Z Downloaded backoff v0.4.0
10132026-08-18T19:01:20.969Z Downloaded adler2 v2.0.1
10142026-08-18T19:01:20.971Z Downloaded async-stream v0.3.6
10152026-08-18T19:01:20.972Z Downloaded async-stream-impl v0.3.6
10162026-08-18T19:01:20.972Z Downloaded atomicwrites v0.4.4
10172026-08-18T19:01:20.972Z Downloaded async-recursion v1.1.1
10182026-08-18T19:01:20.974Z Downloaded idna_adapter v1.2.2
10192026-08-18T19:01:20.977Z Downloaded atomic-waker v1.1.2
10202026-08-18T19:01:20.980Z Downloaded base16ct v1.0.0
10212026-08-18T19:01:20.980Z Downloaded autocfg v1.5.1
10222026-08-18T19:01:20.983Z Downloaded arc-swap v1.9.2
10232026-08-18T19:01:20.983Z Downloaded managed v0.8.0
10242026-08-18T19:01:20.986Z Downloaded ingot v0.2.1
10252026-08-18T19:01:20.988Z Downloaded indent_write v2.2.0
10262026-08-18T19:01:20.988Z Downloaded bytecount v0.6.9
10272026-08-18T19:01:20.991Z Downloaded httpdate v1.0.3
10282026-08-18T19:01:20.994Z Downloaded is_terminal_polyfill v1.70.2
10292026-08-18T19:01:20.994Z Downloaded jiff-static v0.2.35
10302026-08-18T19:01:20.994Z Downloaded konst_macro_rules v0.2.19
10312026-08-18T19:01:20.998Z Downloaded blake2 v0.10.6
10322026-08-18T19:01:21.001Z Downloaded byte-wrapper v0.1.0
10332026-08-18T19:01:21.001Z Downloaded inout v0.1.4
10342026-08-18T19:01:21.004Z Downloaded internet-checksum v0.2.1
10352026-08-18T19:01:21.004Z Downloaded anstyle-parse v1.0.0
10362026-08-18T19:01:21.004Z Downloaded bs58 v0.5.1
10372026-08-18T19:01:21.004Z Downloaded block-buffer v0.10.4
10382026-08-18T19:01:21.008Z Downloaded hyper-rustls v0.27.9
10392026-08-18T19:01:21.010Z Downloaded crunchy v0.2.4
10402026-08-18T19:01:21.010Z Downloaded convert_case v0.4.0
10412026-08-18T19:01:21.010Z Downloaded is-terminal v0.4.17
10422026-08-18T19:01:21.010Z Downloaded cfg-if v1.0.4
10432026-08-18T19:01:21.014Z Downloaded instant v0.1.13
10442026-08-18T19:01:21.014Z Downloaded linear-map v1.2.0
10452026-08-18T19:01:21.017Z Downloaded crc8 v0.1.1
10462026-08-18T19:01:21.017Z Downloaded cpufeatures v0.3.0
10472026-08-18T19:01:21.017Z Downloaded hubpack_derive v0.1.1
10482026-08-18T19:01:21.020Z Downloaded async-trait v0.1.92
10492026-08-18T19:01:21.020Z Downloaded indexmap v1.9.3
10502026-08-18T19:01:21.023Z Downloaded ingot-types v0.1.2
10512026-08-18T19:01:21.025Z Downloaded cobs v0.3.0
10522026-08-18T19:01:21.030Z Downloaded humantime v2.4.0
10532026-08-18T19:01:21.030Z Downloaded iana-time-zone v0.1.65
10542026-08-18T19:01:21.033Z Downloaded jobserver v0.1.35
10552026-08-18T19:01:21.033Z Downloaded cfg_aliases v0.2.2
10562026-08-18T19:01:21.033Z Downloaded ingot-macros v0.2.0
10572026-08-18T19:01:21.033Z Downloaded base16ct v0.2.0
10582026-08-18T19:01:21.036Z Downloaded ident_case v1.0.1
10592026-08-18T19:01:21.043Z Downloaded icu_locale_core v2.2.0
10602026-08-18T19:01:21.046Z Downloaded icu_provider v2.2.0
10612026-08-18T19:01:21.049Z Downloaded itoa v1.0.18
10622026-08-18T19:01:21.049Z Downloaded is_ci v1.2.0
10632026-08-18T19:01:21.049Z Downloaded match_cfg v0.1.0
10642026-08-18T19:01:21.051Z Downloaded num-iter v0.1.46
10652026-08-18T19:01:21.052Z Downloaded ciborium-io v0.2.2
10662026-08-18T19:01:21.052Z Downloaded lru-cache v0.1.2
10672026-08-18T19:01:21.054Z Downloaded olpc-cjson v0.1.4
10682026-08-18T19:01:21.055Z Downloaded compression-core v0.4.32
10692026-08-18T19:01:21.057Z Downloaded macaddr v1.0.1
10702026-08-18T19:01:21.060Z Downloaded darling v0.23.0
10712026-08-18T19:01:21.064Z Downloaded libscf-sys v1.2.0
10722026-08-18T19:01:21.067Z Downloaded chacha20 v0.9.1
10732026-08-18T19:01:21.067Z Downloaded argon2 v0.5.3
10742026-08-18T19:01:21.070Z Downloaded num-derive v0.4.2
10752026-08-18T19:01:21.073Z Downloaded crypto-common v0.1.7
10762026-08-18T19:01:21.073Z Downloaded newtype-uuid-macros v0.1.1
10772026-08-18T19:01:21.076Z Downloaded num_threads v0.1.7
10782026-08-18T19:01:21.076Z Downloaded colorchoice v1.0.5
10792026-08-18T19:01:21.076Z Downloaded const-random-macro v0.1.16
10802026-08-18T19:01:21.076Z Downloaded crypto-common v0.2.2
10812026-08-18T19:01:21.080Z Downloaded bit-set v0.8.0
10822026-08-18T19:01:21.082Z Downloaded lazy_static v1.5.0
10832026-08-18T19:01:21.082Z Downloaded memoffset v0.9.1
10842026-08-18T19:01:21.085Z Downloaded newtype_derive v0.1.6
10852026-08-18T19:01:21.085Z Downloaded bytes v1.12.1
10862026-08-18T19:01:21.085Z Downloaded lru-slab v0.1.2
10872026-08-18T19:01:21.089Z Downloaded newline-converter v0.3.0
10882026-08-18T19:01:21.089Z Downloaded byteorder v1.5.0
10892026-08-18T19:01:21.089Z Downloaded camino-tempfile v1.4.1
10902026-08-18T19:01:21.092Z Downloaded no-std-compat v0.4.1
10912026-08-18T19:01:21.092Z Downloaded mime v0.3.17
10922026-08-18T19:01:21.092Z Downloaded natord v1.0.9
10932026-08-18T19:01:21.092Z Downloaded num-conv v0.2.2
10942026-08-18T19:01:21.095Z Downloaded cstr-argument v0.1.2
10952026-08-18T19:01:21.095Z Downloaded serde_repr v0.1.21
10962026-08-18T19:01:21.095Z Downloaded crucible-workspace-hack v0.1.0
10972026-08-18T19:01:21.098Z Downloaded linked-hash-map v0.5.6
10982026-08-18T19:01:21.098Z Downloaded same-file v1.0.6
10992026-08-18T19:01:21.101Z Downloaded keccak v0.1.6
11002026-08-18T19:01:21.101Z Downloaded num_enum_derive v0.5.11
11012026-08-18T19:01:21.101Z Downloaded cpufeatures v0.2.17
11022026-08-18T19:01:21.101Z Downloaded clap_lex v1.1.0
11032026-08-18T19:01:21.104Z Downloaded curve25519-dalek-derive v0.1.1
11042026-08-18T19:01:21.104Z Downloaded scroll_derive v0.12.1
11052026-08-18T19:01:21.104Z Downloaded sigpipe v0.1.3
11062026-08-18T19:01:21.107Z Downloaded icu_normalizer_data v2.2.0
11072026-08-18T19:01:21.110Z Downloaded strsim v0.11.1
11082026-08-18T19:01:21.113Z Downloaded anstream v1.0.0
11092026-08-18T19:01:21.113Z Downloaded compression-codecs v0.4.38
11102026-08-18T19:01:21.117Z Downloaded memmap v0.7.0
11112026-08-18T19:01:21.117Z Downloaded ciborium-ll v0.2.2
11122026-08-18T19:01:21.120Z Downloaded num v0.4.3
11132026-08-18T19:01:21.120Z Downloaded bcs v0.1.6
11142026-08-18T19:01:21.123Z Downloaded strum v0.27.2
11152026-08-18T19:01:21.123Z Downloaded csv-core v0.1.13
11162026-08-18T19:01:21.123Z Downloaded base64ct v1.8.3
11172026-08-18T19:01:21.126Z Downloaded bit-vec v0.8.0
11182026-08-18T19:01:21.126Z Downloaded cipher v0.4.4
11192026-08-18T19:01:21.126Z Downloaded ingot-types v0.2.0
11202026-08-18T19:01:21.129Z Downloaded critical-section v1.2.0
11212026-08-18T19:01:21.129Z Downloaded supports-color v3.0.2
11222026-08-18T19:01:21.131Z Downloaded unarray v0.1.4
11232026-08-18T19:01:21.132Z Downloaded sync_wrapper v1.0.2
11242026-08-18T19:01:21.132Z Downloaded take_mut v0.2.2
11252026-08-18T19:01:21.132Z Downloaded terminal_size v0.4.4
11262026-08-18T19:01:21.132Z Downloaded thread-id v4.2.2
11272026-08-18T19:01:21.132Z Downloaded thread-id v5.1.0
11282026-08-18T19:01:21.134Z Downloaded tinyvec_macros v0.1.1
11292026-08-18T19:01:21.134Z Downloaded async-compression v0.4.43
11302026-08-18T19:01:21.137Z Downloaded tower-service v0.3.3
11312026-08-18T19:01:21.137Z Downloaded untrusted v0.9.0
11322026-08-18T19:01:21.141Z Downloaded usdt-macro v0.5.0
11332026-08-18T19:01:21.141Z Downloaded utf8parse v0.2.2
11342026-08-18T19:01:21.144Z Downloaded lock_api v0.4.14
11352026-08-18T19:01:21.147Z Downloaded toml_datetime v0.6.11
11362026-08-18T19:01:21.150Z Downloaded ipnetwork v0.21.1
11372026-08-18T19:01:21.150Z Downloaded libsw-core v0.3.2
11382026-08-18T19:01:21.150Z Downloaded usdt-attr-macro v0.5.0
11392026-08-18T19:01:21.150Z Downloaded const-random v0.1.18
11402026-08-18T19:01:21.154Z Downloaded want v0.3.1
11412026-08-18T19:01:21.157Z Downloaded ingot v0.1.1
11422026-08-18T19:01:21.157Z Downloaded anstyle v1.0.14
11432026-08-18T19:01:21.157Z Downloaded const_format_proc_macros v0.2.34
11442026-08-18T19:01:21.160Z Downloaded backon v1.6.0
11452026-08-18T19:01:21.160Z Downloaded num_enum v0.7.6
11462026-08-18T19:01:21.163Z Downloaded hubpack v0.1.2
11472026-08-18T19:01:21.163Z Downloaded rustls-native-certs v0.8.4
11482026-08-18T19:01:21.166Z Downloaded crossbeam-deque v0.8.7
11492026-08-18T19:01:21.166Z Downloaded serde_plain v1.0.2
11502026-08-18T19:01:21.166Z Downloaded num_enum_derive v0.7.6
11512026-08-18T19:01:21.168Z Downloaded libsw v3.5.0
11522026-08-18T19:01:21.168Z Downloaded schemars_derive v0.8.22
11532026-08-18T19:01:21.171Z Downloaded num-complex v0.4.6
11542026-08-18T19:01:21.171Z Downloaded num-integer v0.1.47
11552026-08-18T19:01:21.171Z Downloaded slog-async v2.8.0
11562026-08-18T19:01:21.174Z Downloaded daft v0.1.8
11572026-08-18T19:01:21.174Z Downloaded dtrace-parser v0.2.0
11582026-08-18T19:01:21.177Z Downloaded anyhow v1.0.104
11592026-08-18T19:01:21.180Z Downloaded cargo_toml v0.22.3
11602026-08-18T19:01:21.180Z Downloaded crc32fast v1.5.0
11612026-08-18T19:01:21.182Z Downloaded slog-scope v4.4.1
11622026-08-18T19:01:21.182Z Downloaded bitflags v2.13.1
11632026-08-18T19:01:21.185Z Downloaded crossbeam-epoch v0.9.20
11642026-08-18T19:01:21.188Z Downloaded console v0.15.11
11652026-08-18T19:01:21.188Z Downloaded defmt v0.3.100
11662026-08-18T19:01:21.188Z Downloaded icu_collections v2.2.0
11672026-08-18T19:01:21.191Z Downloaded sha2 v0.10.9
11682026-08-18T19:01:21.194Z Downloaded openssl-probe v0.2.1
11692026-08-18T19:01:21.194Z Downloaded clap_derive v4.6.4
11702026-08-18T19:01:21.194Z Downloaded futures-io v0.3.34
11712026-08-18T19:01:21.197Z Downloaded futures-macro v0.3.34
11722026-08-18T19:01:21.197Z Downloaded hostname v0.3.1
11732026-08-18T19:01:21.197Z Downloaded hash32 v0.3.1
11742026-08-18T19:01:21.197Z Downloaded enum-as-inner v0.6.1
11752026-08-18T19:01:21.197Z Downloaded fixedbitset v0.4.2
11762026-08-18T19:01:21.200Z Downloaded foreign-types-shared v0.3.1
11772026-08-18T19:01:21.200Z Downloaded futures-sink v0.3.34
11782026-08-18T19:01:21.200Z Downloaded futures-task v0.3.34
11792026-08-18T19:01:21.200Z Downloaded heck v0.4.1
11802026-08-18T19:01:21.201Z Downloaded hybrid-array v0.4.14
11812026-08-18T19:01:21.203Z Downloaded camino v1.2.5
11822026-08-18T19:01:21.203Z Downloaded ciborium v0.2.2
11832026-08-18T19:01:21.203Z Downloaded allocator-api2 v0.2.21
11842026-08-18T19:01:21.206Z Downloaded newtype-uuid v1.4.0
11852026-08-18T19:01:21.206Z Downloaded num_enum v0.5.11
11862026-08-18T19:01:21.209Z Downloaded thiserror-impl v1.0.69
11872026-08-18T19:01:21.209Z Downloaded unicode-xid v0.2.6
11882026-08-18T19:01:21.209Z Downloaded quick-error v1.2.3
11892026-08-18T19:01:21.212Z Downloaded cookie v0.18.2
11902026-08-18T19:01:21.218Z Downloaded displaydoc v0.2.7
11912026-08-18T19:01:21.221Z Downloaded proc-macro-crate v3.5.0
11922026-08-18T19:01:21.221Z Downloaded progenitor-macro v0.13.0
11932026-08-18T19:01:21.224Z Downloaded ref-cast v1.0.26
11942026-08-18T19:01:21.224Z Downloaded rand_pcg v0.10.2
11952026-08-18T19:01:21.227Z Downloaded darling v0.21.3
11962026-08-18T19:01:21.229Z Downloaded zeroize v1.9.0
11972026-08-18T19:01:21.230Z Downloaded crossbeam-utils v0.8.22
11982026-08-18T19:01:21.232Z Downloaded daft-derive v0.1.8
11992026-08-18T19:01:21.232Z Downloaded ahash v0.8.12
12002026-08-18T19:01:21.235Z Downloaded chacha20 v0.10.1
12012026-08-18T19:01:21.235Z Downloaded colored v3.1.1
12022026-08-18T19:01:21.238Z Downloaded console v0.16.4
12032026-08-18T19:01:21.238Z Downloaded semver v1.0.28
12042026-08-18T19:01:21.241Z Downloaded serde_with_macros v3.22.0
12052026-08-18T19:01:21.241Z Downloaded bitflags v1.3.2
12062026-08-18T19:01:21.241Z Downloaded ingot-macros v0.1.1
12072026-08-18T19:01:21.244Z Downloaded ipnet v2.12.1
12082026-08-18T19:01:21.244Z Downloaded find-msvc-tools v0.1.10
12092026-08-18T19:01:21.244Z Downloaded rustc_version v0.4.1
12102026-08-18T19:01:21.244Z Downloaded serde-big-array v0.5.1
12112026-08-18T19:01:21.247Z Downloaded multer v3.1.0
12122026-08-18T19:01:21.247Z Downloaded foldhash v0.2.0
12132026-08-18T19:01:21.247Z Downloaded slab v0.4.12
12142026-08-18T19:01:21.249Z Downloaded litemap v0.8.2
12152026-08-18T19:01:21.250Z Downloaded debug-ignore v1.0.5
12162026-08-18T19:01:21.250Z Downloaded zerovec-derive v0.11.3
12172026-08-18T19:01:21.253Z Downloaded data-encoding v2.11.1
12182026-08-18T19:01:21.253Z Downloaded zmij v1.0.23
12192026-08-18T19:01:21.253Z Downloaded cancel-safe-futures v0.1.5
12202026-08-18T19:01:21.256Z Downloaded futures-executor v0.3.34
12212026-08-18T19:01:21.256Z Downloaded scroll_derive v0.13.1
12222026-08-18T19:01:21.261Z Downloaded icu_normalizer v2.2.0
12232026-08-18T19:01:21.263Z Downloaded crypto-bigint v0.5.5
12242026-08-18T19:01:21.264Z Downloaded pin-project-lite v0.2.17
12252026-08-18T19:01:21.266Z Downloaded clap v4.6.6
12262026-08-18T19:01:21.271Z Downloaded sha1 v0.10.7
12272026-08-18T19:01:21.274Z Downloaded slog-envlogger v2.2.0
12282026-08-18T19:01:21.274Z Downloaded phf_shared v0.12.1
12292026-08-18T19:01:21.274Z Downloaded pkg-config v0.3.33
12302026-08-18T19:01:21.274Z Downloaded hyper-util v0.1.20
12312026-08-18T19:01:21.277Z Downloaded num-rational v0.4.2
12322026-08-18T19:01:21.279Z Downloaded dtrace-parser v0.3.0
12332026-08-18T19:01:21.279Z Downloaded tagptr v0.2.0
12342026-08-18T19:01:21.282Z Downloaded yoke v0.8.3
12352026-08-18T19:01:21.282Z Downloaded usdt-macro v0.6.0
12362026-08-18T19:01:21.282Z Downloaded toml v0.8.23
12372026-08-18T19:01:21.285Z Downloaded smartstring v1.0.1
12382026-08-18T19:01:21.285Z Downloaded version_check v0.9.5
12392026-08-18T19:01:21.288Z Downloaded defmt-parser v1.0.0
12402026-08-18T19:01:21.288Z Downloaded memmap2 v0.9.11
12412026-08-18T19:01:21.291Z Downloaded darling_macro v0.21.3
12422026-08-18T19:01:21.291Z Downloaded dunce v1.0.5
12432026-08-18T19:01:21.291Z Downloaded spin v0.9.9
12442026-08-18T19:01:21.294Z Downloaded thin-vec v0.2.19
12452026-08-18T19:01:21.294Z Downloaded tokio-rustls v0.26.4
12462026-08-18T19:01:21.297Z Downloaded dof v0.4.0
12472026-08-18T19:01:21.297Z Downloaded foreign-types v0.3.2
12482026-08-18T19:01:21.297Z Downloaded foreign-types v0.5.0
12492026-08-18T19:01:21.297Z Downloaded http-body-util v0.1.5
12502026-08-18T19:01:21.300Z Downloaded password-hash v0.5.0
12512026-08-18T19:01:21.300Z Downloaded const-oid v0.10.2
12522026-08-18T19:01:21.300Z Downloaded serde_derive v1.0.229
12532026-08-18T19:01:21.302Z Downloaded parse-display-derive v0.10.0
12542026-08-18T19:01:21.302Z Downloaded paste v1.0.15
12552026-08-18T19:01:21.305Z Downloaded zerofrom-derive v0.1.7
12562026-08-18T19:01:21.305Z Downloaded rusty-fork v0.3.1
12572026-08-18T19:01:21.308Z Downloaded zerocopy-derive v0.7.35
12582026-08-18T19:01:21.311Z Downloaded hostname v0.4.2
12592026-08-18T19:01:21.311Z Downloaded rustls-pemfile v2.2.0
12602026-08-18T19:01:21.319Z Downloaded serde_path_to_error v0.1.20
12612026-08-18T19:01:21.322Z Downloaded shlex v2.0.1
12622026-08-18T19:01:21.325Z Downloaded log v0.4.33
12632026-08-18T19:01:21.325Z Downloaded progenitor v0.13.0
12642026-08-18T19:01:21.328Z Downloaded smf v0.2.3
12652026-08-18T19:01:21.328Z Downloaded snafu-derive v0.8.9
12662026-08-18T19:01:21.331Z Downloaded progenitor-client v0.14.0
12672026-08-18T19:01:21.331Z Downloaded parse-display v0.10.0
12682026-08-18T19:01:21.335Z Downloaded rustc_version v0.1.7
12692026-08-18T19:01:21.335Z Downloaded rand_chacha v0.3.1
12702026-08-18T19:01:21.338Z Downloaded ref-cast-impl v1.0.26
12712026-08-18T19:01:21.342Z Downloaded konst v0.2.20
12722026-08-18T19:01:21.345Z Downloaded proc-macro-crate v1.3.1
12732026-08-18T19:01:21.350Z Downloaded secrecy v0.10.3
12742026-08-18T19:01:21.353Z Downloaded thiserror v2.0.20
12752026-08-18T19:01:21.357Z Downloaded thiserror-impl v2.0.20
12762026-08-18T19:01:21.360Z Downloaded tiny-keccak v2.0.2
12772026-08-18T19:01:21.360Z Downloaded slog-bunyan v2.5.0
12782026-08-18T19:01:21.360Z Downloaded structmeta-derive v0.3.0
12792026-08-18T19:01:21.360Z Downloaded tokio-dtrace v0.1.1
12802026-08-18T19:01:21.360Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12812026-08-18T19:01:21.360Z Downloaded chacha20poly1305 v0.10.1
12822026-08-18T19:01:21.363Z Downloaded utf8_iter v1.0.4
12832026-08-18T19:01:21.363Z Downloaded wait-timeout v0.2.1
12842026-08-18T19:01:21.371Z Downloaded deranged v0.5.8
12852026-08-18T19:01:21.374Z Downloaded strum v0.26.3
12862026-08-18T19:01:21.374Z Downloaded httparse v1.10.1
12872026-08-18T19:01:21.374Z Downloaded termtree v0.5.1
12882026-08-18T19:01:21.377Z Downloaded parking_lot v0.12.5
12892026-08-18T19:01:21.377Z Downloaded ppv-lite86 v0.2.21
12902026-08-18T19:01:21.377Z Downloaded progenitor v0.10.0
12912026-08-18T19:01:21.380Z Downloaded try-lock v0.2.5
12922026-08-18T19:01:21.380Z Downloaded usdt-attr-macro v0.6.0
12932026-08-18T19:01:21.380Z Downloaded unicode-linebreak v0.1.5
12942026-08-18T19:01:21.380Z Downloaded zone v0.3.1
12952026-08-18T19:01:21.380Z Downloaded dof v0.3.0
12962026-08-18T19:01:21.380Z Downloaded zone_cfg_derive v0.3.1
12972026-08-18T19:01:21.383Z Downloaded walkdir v2.5.0
12982026-08-18T19:01:21.383Z Downloaded dyn-clone v1.0.20
12992026-08-18T19:01:21.386Z Downloaded embedded-io v0.4.0
13002026-08-18T19:01:21.389Z Downloaded glob v0.3.4
13012026-08-18T19:01:21.389Z Downloaded icu_properties v2.2.0
13022026-08-18T19:01:21.392Z Downloaded pem v3.0.6
13032026-08-18T19:01:21.392Z Downloaded erased-serde v0.3.31
13042026-08-18T19:01:21.395Z Downloaded ff v0.13.1
13052026-08-18T19:01:21.395Z Downloaded foreign-types-macros v0.2.4
13062026-08-18T19:01:21.399Z Downloaded num-traits v0.2.19
13072026-08-18T19:01:21.402Z Downloaded futures v0.3.34
13082026-08-18T19:01:21.404Z Downloaded fxhash v0.2.1
13092026-08-18T19:01:21.404Z Downloaded http-body v1.1.0
13102026-08-18T19:01:21.404Z Downloaded const_format v0.2.36
13112026-08-18T19:01:21.407Z Downloaded base64 v0.21.7
13122026-08-18T19:01:21.410Z Downloaded smallvec v1.15.2
13132026-08-18T19:01:21.410Z Downloaded phf v0.12.1
13142026-08-18T19:01:21.413Z Downloaded generic-array v0.14.7
13152026-08-18T19:01:21.415Z Downloaded serde_spanned v0.6.9
13162026-08-18T19:01:21.423Z Downloaded indicatif v0.18.6
13172026-08-18T19:01:21.426Z Downloaded miniz_oxide v0.8.9
13182026-08-18T19:01:21.429Z Downloaded siphasher v1.0.3
13192026-08-18T19:01:21.433Z Downloaded scroll v0.13.0
13202026-08-18T19:01:21.436Z Downloaded structmeta v0.3.0
13212026-08-18T19:01:21.439Z Downloaded serde_tokenstream v0.2.3
13222026-08-18T19:01:21.439Z Downloaded simd-adler32 v0.3.10
13232026-08-18T19:01:21.444Z Downloaded swrite v0.1.0
13242026-08-18T19:01:21.445Z Downloaded spin v0.5.2
13252026-08-18T19:01:21.450Z Downloaded thiserror-impl-no-std v2.0.2
13262026-08-18T19:01:21.450Z Downloaded crossbeam-channel v0.5.16
13272026-08-18T19:01:21.453Z Downloaded toml_edit v0.25.13+spec-1.1.0
13282026-08-18T19:01:21.455Z Downloaded slog-dtrace v0.3.0
13292026-08-18T19:01:21.461Z Downloaded thiserror-no-std v2.0.2
13302026-08-18T19:01:21.467Z Downloaded unit-prefix v0.5.2
13312026-08-18T19:01:21.467Z Downloaded usdt v0.5.0
13322026-08-18T19:01:21.467Z Downloaded uuid v1.24.0
13332026-08-18T19:01:21.470Z Downloaded xz2 v0.1.7
13342026-08-18T19:01:21.471Z Downloaded foldhash v0.1.5
13352026-08-18T19:01:21.471Z Downloaded fs_extra v1.3.0
13362026-08-18T19:01:21.471Z Downloaded rustls-webpki v0.103.14
13372026-08-18T19:01:21.474Z Downloaded progenitor-impl v0.13.0
13382026-08-18T19:01:21.476Z Downloaded minimal-lexical v0.2.1
13392026-08-18T19:01:21.479Z Downloaded fixedbitset v0.5.7
13402026-08-18T19:01:21.483Z Downloaded fastrand v2.5.0
13412026-08-18T19:01:21.486Z Downloaded progenitor-extras v0.2.0
13422026-08-18T19:01:21.486Z Downloaded cc v1.4.2
13432026-08-18T19:01:21.489Z Downloaded group v0.13.0
13442026-08-18T19:01:21.492Z Downloaded oxide-tokio-rt v0.1.6
13452026-08-18T19:01:21.495Z Downloaded parking_lot_core v0.8.6
13462026-08-18T19:01:21.495Z Downloaded gethostname v0.5.0
13472026-08-18T19:01:21.495Z Downloaded errno v0.3.14
13482026-08-18T19:01:21.498Z Downloaded equivalent v1.0.2
13492026-08-18T19:01:21.498Z Downloaded heck v0.5.0
13502026-08-18T19:01:21.498Z Downloaded pest_generator v2.8.8
13512026-08-18T19:01:21.501Z Downloaded quinn-udp v0.5.15
13522026-08-18T19:01:21.501Z Downloaded semver v0.1.20
13532026-08-18T19:01:21.504Z Downloaded openssl-sys v0.9.117
13542026-08-18T19:01:21.508Z Downloaded smawk v0.3.3
13552026-08-18T19:01:21.511Z Downloaded progenitor v0.14.0
13562026-08-18T19:01:21.512Z Downloaded rustls-pki-types v1.15.1
13572026-08-18T19:01:21.517Z Downloaded tungstenite v0.21.0
13582026-08-18T19:01:21.520Z Downloaded plain v0.2.3
13592026-08-18T19:01:21.520Z Downloaded progenitor-client v0.10.0
13602026-08-18T19:01:21.520Z Downloaded test-strategy v0.4.5
13612026-08-18T19:01:21.524Z Downloaded ucd-trie v0.1.7
13622026-08-18T19:01:21.527Z Downloaded typeid v1.0.3
13632026-08-18T19:01:21.527Z Downloaded yoke-derive v0.8.2
13642026-08-18T19:01:21.527Z Downloaded fnv v1.0.7
13652026-08-18T19:01:21.535Z Downloaded sha1 v0.11.0
13662026-08-18T19:01:21.538Z Downloaded thread_local v1.1.10
13672026-08-18T19:01:21.541Z Downloaded snafu v0.8.9
13682026-08-18T19:01:21.544Z Downloaded drift v0.2.0
13692026-08-18T19:01:21.548Z Downloaded term v1.2.1
13702026-08-18T19:01:21.552Z Downloaded heapless v0.8.0
13712026-08-18T19:01:21.552Z Downloaded tinystr v0.8.3
13722026-08-18T19:01:21.554Z Downloaded toml_write v0.1.2
13732026-08-18T19:01:21.554Z Downloaded usdt-impl v0.6.0
13742026-08-18T19:01:21.557Z Downloaded utf-8 v0.7.6
13752026-08-18T19:01:21.557Z Downloaded digest v0.10.7
13762026-08-18T19:01:21.560Z Downloaded memchr v2.8.3
13772026-08-18T19:01:21.563Z Downloaded getrandom v0.3.4
13782026-08-18T19:01:21.563Z Downloaded papergrid v0.18.0
13792026-08-18T19:01:21.565Z Downloaded powerfmt v0.2.0
13802026-08-18T19:01:21.576Z Downloaded progenitor-client v0.13.0
13812026-08-18T19:01:21.579Z Downloaded resolv-conf v0.7.6
13822026-08-18T19:01:21.579Z Downloaded scroll v0.12.0
13832026-08-18T19:01:21.579Z Downloaded slog-json v2.6.1
13842026-08-18T19:01:21.579Z Downloaded static_assertions v1.1.0
13852026-08-18T19:01:21.582Z Downloaded tabled_derive v0.7.0
13862026-08-18T19:01:21.582Z Downloaded waitgroup v0.1.2
13872026-08-18T19:01:21.585Z Downloaded pest_derive v2.8.8
13882026-08-18T19:01:21.588Z Downloaded pest_meta v2.8.8
13892026-08-18T19:01:21.591Z Downloaded strum_macros v0.27.2
13902026-08-18T19:01:21.593Z Downloaded unicode-segmentation v1.13.3
13912026-08-18T19:01:21.598Z Downloaded rustls-platform-verifier v0.7.0
13922026-08-18T19:01:21.602Z Downloaded rhai_codegen v3.2.0
13932026-08-18T19:01:21.605Z Downloaded tempfile v3.27.0
13942026-08-18T19:01:21.608Z Downloaded foreign-types-shared v0.1.1
13952026-08-18T19:01:21.608Z Downloaded serde_urlencoded v0.7.1
13962026-08-18T19:01:21.608Z Downloaded futures-core v0.3.34
13972026-08-18T19:01:21.611Z Downloaded rand v0.8.7
13982026-08-18T19:01:21.614Z Downloaded whoami v1.6.1
13992026-08-18T19:01:21.614Z Downloaded tinyvec v1.12.0
14002026-08-18T19:01:21.617Z Downloaded writeable v0.6.3
14012026-08-18T19:01:21.617Z Downloaded oxnet v0.1.6
14022026-08-18T19:01:21.620Z Downloaded rand_chacha v0.9.0
14032026-08-18T19:01:21.620Z Downloaded serde_yaml v0.9.34+deprecated
14042026-08-18T19:01:21.623Z Downloaded either v1.17.0
14052026-08-18T19:01:21.623Z Downloaded git-stub v1.0.0
14062026-08-18T19:01:21.623Z Downloaded quote v1.0.47
14072026-08-18T19:01:21.625Z Downloaded tokio-macros v2.7.2
14082026-08-18T19:01:21.628Z Downloaded time-macros v0.2.32
14092026-08-18T19:01:21.628Z Downloaded tower-layer v0.3.3
14102026-08-18T19:01:21.628Z Downloaded base64 v0.22.1
14112026-08-18T19:01:21.631Z Downloaded omicron-workspace-hack v0.1.0
14122026-08-18T19:01:21.631Z Downloaded derive-where v1.6.1
14132026-08-18T19:01:21.634Z Downloaded thiserror v1.0.69
14142026-08-18T19:01:21.637Z Downloaded toml_parser v1.1.3+spec-1.1.0
14152026-08-18T19:01:21.640Z Downloaded rand_xorshift v0.4.0
14162026-08-18T19:01:21.640Z Downloaded scopeguard v1.2.0
14172026-08-18T19:01:21.642Z Downloaded progenitor-macro v0.14.0
14182026-08-18T19:01:21.645Z Downloaded usdt v0.6.0
14192026-08-18T19:01:21.645Z Downloaded darling_macro v0.23.0
14202026-08-18T19:01:21.645Z Downloaded mio v1.2.2
14212026-08-18T19:01:21.650Z Downloaded indexmap v2.14.0
14222026-08-18T19:01:21.654Z Downloaded getrandom v0.2.17
14232026-08-18T19:01:21.657Z Downloaded once_cell v1.21.4
14242026-08-18T19:01:21.657Z Downloaded postcard v1.1.3
14252026-08-18T19:01:21.660Z Downloaded schemars v1.2.2
14262026-08-18T19:01:21.666Z Downloaded slog-stdlog v4.1.1
14272026-08-18T19:01:21.670Z Downloaded strum_macros v0.26.4
14282026-08-18T19:01:21.670Z Downloaded time-core v0.1.9
14292026-08-18T19:01:21.670Z Downloaded hex v0.4.3
14302026-08-18T19:01:21.673Z Downloaded defmt v1.1.1
14312026-08-18T19:01:21.673Z Downloaded serde_spanned v1.1.1
14322026-08-18T19:01:21.673Z Downloaded tabwriter v1.4.1
14332026-08-18T19:01:21.673Z Downloaded typed-path v0.9.3
14342026-08-18T19:01:21.676Z Downloaded form_urlencoded v1.2.2
14352026-08-18T19:01:21.676Z Downloaded dropshot-api-manager-types v0.7.2
14362026-08-18T19:01:21.676Z Downloaded pin-project v1.1.13
14372026-08-18T19:01:21.682Z Downloaded schemars v0.8.22
14382026-08-18T19:01:21.688Z Downloaded itertools v0.12.1
14392026-08-18T19:01:21.691Z Downloaded rayon-core v1.13.0
14402026-08-18T19:01:21.694Z Downloaded socket2 v0.6.5
14412026-08-18T19:01:21.697Z Downloaded typify v0.6.2
14422026-08-18T19:01:21.697Z Downloaded pretty-hex v0.4.2
14432026-08-18T19:01:21.697Z Downloaded digest v0.11.3
14442026-08-18T19:01:21.700Z Downloaded owo-colors v4.3.0
14452026-08-18T19:01:21.700Z Downloaded potential_utf v0.1.5
14462026-08-18T19:01:21.700Z Downloaded rustversion v1.0.23
14472026-08-18T19:01:21.703Z Downloaded stable_deref_trait v1.2.1
14482026-08-18T19:01:21.703Z Downloaded rand v0.9.5
14492026-08-18T19:01:21.708Z Downloaded tracing-attributes v0.1.31
14502026-08-18T19:01:21.708Z Downloaded proc-macro-error v1.0.4
14512026-08-18T19:01:21.708Z Downloaded similar v2.7.0
14522026-08-18T19:01:21.710Z Downloaded synstructure v0.13.2
14532026-08-18T19:01:21.710Z Downloaded tokio-tungstenite v0.21.0
14542026-08-18T19:01:21.710Z Downloaded derive-ex v0.1.8
14552026-08-18T19:01:21.713Z Downloaded progenitor-macro v0.10.0
14562026-08-18T19:01:21.713Z Downloaded typify-macro v0.4.3
14572026-08-18T19:01:21.713Z Downloaded toml_edit v0.22.27
14582026-08-18T19:01:21.716Z Downloaded typify v0.4.3
14592026-08-18T19:01:21.716Z Downloaded universal-hash v0.5.1
14602026-08-18T19:01:21.719Z Downloaded zeroize_derive v1.5.0
14612026-08-18T19:01:21.719Z Downloaded embedded-io v0.6.1
14622026-08-18T19:01:21.719Z Downloaded nom v7.1.3
14632026-08-18T19:01:21.732Z Downloaded poly1305 v0.8.0
14642026-08-18T19:01:21.732Z Downloaded hickory-resolver v0.24.4
14652026-08-18T19:01:21.732Z Downloaded subtle v2.6.1
14662026-08-18T19:01:21.732Z Downloaded zerofrom v0.1.8
14672026-08-18T19:01:21.733Z Downloaded float-ord v0.3.2
14682026-08-18T19:01:21.733Z Downloaded hickory-resolver v0.25.2
14692026-08-18T19:01:21.733Z Downloaded quinn v0.11.11
14702026-08-18T19:01:21.733Z Downloaded rand_core v0.10.1
14712026-08-18T19:01:21.733Z Downloaded futures-channel v0.3.34
14722026-08-18T19:01:21.733Z Downloaded idna v1.1.0
14732026-08-18T19:01:21.733Z Downloaded dropshot_endpoint v0.17.1
14742026-08-18T19:01:21.736Z Downloaded globset v0.4.20
14752026-08-18T19:01:21.736Z Downloaded percent-encoding v2.3.2
14762026-08-18T19:01:21.736Z Downloaded opaque-debug v0.3.1
14772026-08-18T19:01:21.741Z Downloaded parking_lot_core v0.9.12
14782026-08-18T19:01:21.744Z Downloaded prettyplease v0.2.37
14792026-08-18T19:01:21.747Z Downloaded tower v0.5.3
14802026-08-18T19:01:21.750Z Downloaded proc-macro-error-attr v1.0.4
14812026-08-18T19:01:21.750Z Downloaded pin-project-internal v1.1.13
14822026-08-18T19:01:21.752Z Downloaded tracing-core v0.1.36
14832026-08-18T19:01:21.752Z Downloaded schemars v0.9.0
14842026-08-18T19:01:21.757Z Downloaded vsss-rs v3.3.4
14852026-08-18T19:01:21.760Z Downloaded hyper v1.11.0
14862026-08-18T19:01:21.763Z Downloaded typify-macro v0.6.2
14872026-08-18T19:01:21.763Z Downloaded rand_core v0.6.4
14882026-08-18T19:01:21.766Z Downloaded rand_core v0.9.5
14892026-08-18T19:01:21.766Z Downloaded testing_table v0.3.0
14902026-08-18T19:01:21.766Z Downloaded url v2.5.8
14912026-08-18T19:01:21.766Z Downloaded steno v0.4.1
14922026-08-18T19:01:21.773Z Downloaded slog-term v2.9.2
14932026-08-18T19:01:21.776Z Downloaded toml_writer v1.1.2+spec-1.1.0
14942026-08-18T19:01:21.776Z Downloaded untrusted v0.7.1
14952026-08-18T19:01:21.776Z Downloaded highway v1.3.0
14962026-08-18T19:01:21.776Z Downloaded serde_core v1.0.229
14972026-08-18T19:01:21.779Z Downloaded rustc-hash v2.1.3
14982026-08-18T19:01:21.782Z Downloaded openssl-macros v0.1.1
14992026-08-18T19:01:21.794Z Downloaded git-stub-vcs v0.1.0
15002026-08-18T19:01:21.797Z Downloaded serde_tokenstream v0.3.0
15012026-08-18T19:01:21.799Z Downloaded icu_properties_data v2.2.0
15022026-08-18T19:01:21.804Z Downloaded serde_derive_internals v0.29.1
15032026-08-18T19:01:21.807Z Downloaded nom v8.0.0
15042026-08-18T19:01:21.814Z Downloaded hmac v0.12.1
15052026-08-18T19:01:21.816Z Downloaded toml_datetime v0.7.5+spec-1.1.0
15062026-08-18T19:01:21.820Z Downloaded fs-err v3.3.1
15072026-08-18T19:01:21.821Z Downloaded rand v0.10.2
15082026-08-18T19:01:21.824Z Downloaded qorb v0.4.1
15092026-08-18T19:01:21.824Z Downloaded textwrap v0.16.2
15102026-08-18T19:01:21.826Z Downloaded itertools v0.14.0
15112026-08-18T19:01:21.829Z Downloaded signal-hook-registry v1.4.8
15122026-08-18T19:01:21.832Z Downloaded toml_edit v0.19.15
15132026-08-18T19:01:21.839Z Downloaded parking_lot v0.11.2
15142026-08-18T19:01:21.841Z Downloaded half v2.7.1
15152026-08-18T19:01:21.841Z Downloaded tokio-stream v0.1.19
15162026-08-18T19:01:21.849Z Downloaded elliptic-curve v0.13.8
15172026-08-18T19:01:21.853Z Downloaded defmt-macros v1.1.1
15182026-08-18T19:01:21.856Z Downloaded zerotrie v0.2.4
15192026-08-18T19:01:21.860Z Downloaded papergrid v0.11.0
15202026-08-18T19:01:21.863Z Downloaded port-file v0.1.0
15212026-08-18T19:01:21.863Z Downloaded usdt-impl v0.5.0
15222026-08-18T19:01:21.863Z Downloaded aho-corasick v1.1.5
15232026-08-18T19:01:21.865Z Downloaded jiff-core v0.1.0
15242026-08-18T19:01:21.868Z Downloaded getrandom v0.4.3
15252026-08-18T19:01:21.868Z Downloaded libm v0.2.16
15262026-08-18T19:01:21.873Z Downloaded tough v0.22.0
15272026-08-18T19:01:21.877Z Downloaded proc-macro2 v1.0.107
15282026-08-18T19:01:21.880Z Downloaded unsafe-libyaml v0.2.11
15292026-08-18T19:01:21.883Z Downloaded progenitor-impl v0.14.0
15302026-08-18T19:01:21.883Z Downloaded itertools v0.15.0
15312026-08-18T19:01:21.893Z Downloaded derive_more v0.99.20
15322026-08-18T19:01:21.896Z Downloaded toml v0.9.12+spec-1.1.0
15332026-08-18T19:01:21.899Z Downloaded clap_builder v4.6.6
15342026-08-18T19:01:21.904Z Downloaded darling_core v0.21.3
15352026-08-18T19:01:21.915Z Downloaded hashbrown v0.12.3
15362026-08-18T19:01:21.918Z Downloaded unicode-normalization v0.1.25
15372026-08-18T19:01:21.919Z Downloaded progenitor-impl v0.10.0
15382026-08-18T19:01:21.921Z Downloaded slog v2.8.2
15392026-08-18T19:01:21.927Z Downloaded unicode-ident v1.0.24
15402026-08-18T19:01:21.930Z Downloaded expectorate v1.2.0
15412026-08-18T19:01:21.930Z Downloaded iddqd v0.4.6
15422026-08-18T19:01:21.934Z Downloaded serde_json v1.0.151
15432026-08-18T19:01:21.938Z Downloaded aws-lc-rs v1.18.0
15442026-08-18T19:01:21.943Z Downloaded ryu v1.0.23
15452026-08-18T19:01:21.946Z Downloaded tokio-util v0.7.19
15462026-08-18T19:01:21.948Z Downloaded ron v0.12.2
15472026-08-18T19:01:21.953Z Downloaded zerovec v0.11.6
15482026-08-18T19:01:21.969Z Downloaded hashbrown v0.15.5
15492026-08-18T19:01:21.972Z Downloaded darling_core v0.23.0
15502026-08-18T19:01:21.982Z Downloaded toml v1.1.4+spec-1.1.0
15512026-08-18T19:01:21.985Z Downloaded winnow v0.5.40
15522026-08-18T19:01:21.996Z Downloaded hashbrown v0.17.1
15532026-08-18T19:01:22.011Z Downloaded http v1.5.0
15542026-08-18T19:01:22.014Z Downloaded tower-http v0.6.11
15552026-08-18T19:01:22.017Z Downloaded winnow v0.7.15
15562026-08-18T19:01:22.033Z Downloaded zerocopy-derive v0.8.56
15572026-08-18T19:01:22.039Z Downloaded serde v1.0.229
15582026-08-18T19:01:22.041Z Downloaded flate2 v1.1.9
15592026-08-18T19:01:22.046Z Downloaded winnow v1.0.4
15602026-08-18T19:01:22.054Z Downloaded hashbrown v0.16.1
15612026-08-18T19:01:22.072Z Downloaded chrono v0.4.45
15622026-08-18T19:01:22.077Z Downloaded zerocopy v0.7.35
15632026-08-18T19:01:22.085Z Downloaded h2 v0.4.15
15642026-08-18T19:01:22.096Z Downloaded dropshot-api-manager v0.7.2
15652026-08-18T19:01:22.107Z Downloaded typenum v1.20.1
15662026-08-18T19:01:22.114Z Downloaded rayon v1.12.0
15672026-08-18T19:01:22.118Z Downloaded goblin v0.8.2
15682026-08-18T19:01:22.121Z Downloaded reqwest v0.13.4
15692026-08-18T19:01:22.124Z Downloaded serde_with v3.22.0
15702026-08-18T19:01:22.131Z Downloaded futures-util v0.3.34
15712026-08-18T19:01:22.137Z Downloaded hkdf v0.12.4
15722026-08-18T19:01:22.140Z Downloaded webpki-roots v1.0.9
15732026-08-18T19:01:22.142Z Downloaded curve25519-dalek v4.1.3
15742026-08-18T19:01:22.145Z Downloaded moka v0.12.16
15752026-08-18T19:01:22.148Z Downloaded regex v1.13.1
15762026-08-18T19:01:22.151Z Downloaded pest v2.8.8
15772026-08-18T19:01:22.181Z Downloaded unicode-width v0.2.2
15782026-08-18T19:01:22.187Z Downloaded reqwest v0.12.28
15792026-08-18T19:01:22.190Z Downloaded proptest v1.11.0
15802026-08-18T19:01:22.196Z Downloaded tabled v0.15.0
15812026-08-18T19:01:22.204Z Downloaded syn v1.0.109
15822026-08-18T19:01:22.208Z Downloaded unicode-width v0.1.14
15832026-08-18T19:01:22.213Z Downloaded smoltcp v0.11.0
15842026-08-18T19:01:22.220Z Downloaded bstr v1.13.1
15852026-08-18T19:01:22.242Z Downloaded portable-atomic v1.15.0
15862026-08-18T19:01:22.246Z Downloaded rhai v1.25.1
15872026-08-18T19:01:22.256Z Downloaded regex-syntax v0.8.11
15882026-08-18T19:01:22.259Z Downloaded regress v0.10.5
15892026-08-18T19:01:22.264Z Downloaded goblin v0.10.7
15902026-08-18T19:01:22.269Z Downloaded quinn-proto v0.11.16
15912026-08-18T19:01:22.276Z Downloaded syn v3.0.3
15922026-08-18T19:01:22.281Z Downloaded hickory-proto v0.24.4
15932026-08-18T19:01:22.289Z Downloaded openssl v0.10.81
15942026-08-18T19:01:22.295Z Downloaded regress v0.11.1
15952026-08-18T19:01:22.298Z Downloaded openapiv3 v2.2.0
15962026-08-18T19:01:22.303Z Downloaded vcpkg v0.2.15
15972026-08-18T19:01:22.325Z Downloaded nix v0.31.3
15982026-08-18T19:01:22.331Z Downloaded zerocopy v0.8.56
15992026-08-18T19:01:22.342Z Downloaded hickory-proto v0.25.2
16002026-08-18T19:01:22.350Z Downloaded rustix v0.38.44
16012026-08-18T19:01:22.363Z Downloaded typify-impl v0.4.3
16022026-08-18T19:01:22.371Z Downloaded time v0.3.55
16032026-08-18T19:01:22.379Z Downloaded tabled v0.21.0
16042026-08-18T19:01:22.389Z Downloaded dropshot v0.17.1
16052026-08-18T19:01:22.402Z Downloaded regex-automata v0.4.18
16062026-08-18T19:01:22.410Z Downloaded chrono-tz v0.10.4
16072026-08-18T19:01:22.419Z Downloaded csv v1.4.0
16082026-08-18T19:01:22.430Z Downloaded syn v2.0.119
16092026-08-18T19:01:22.442Z Downloaded tracing v0.1.44
16102026-08-18T19:01:22.452Z Downloaded rustls v0.23.43
16112026-08-18T19:01:22.467Z Downloaded typify-impl v0.6.2
16122026-08-18T19:01:22.486Z Downloaded sled v0.34.7
16132026-08-18T19:01:22.506Z Downloaded rustix v1.1.4
16142026-08-18T19:01:22.584Z Downloaded jiff v0.2.35
16152026-08-18T19:01:22.638Z Downloaded lzma-sys v0.1.20
16162026-08-18T19:01:22.655Z Downloaded petgraph v0.6.5
16172026-08-18T19:01:22.679Z Downloaded libc v0.2.189
16182026-08-18T19:01:22.699Z Downloaded petgraph v0.8.3
16192026-08-18T19:01:22.719Z Downloaded tokio v1.53.1
16202026-08-18T19:01:22.796Z Downloaded sha3 v0.10.9
16212026-08-18T19:01:22.799Z Downloaded encoding_rs v0.8.35
16222026-08-18T19:01:22.806Z Downloaded ring v0.17.14
16232026-08-18T19:01:23.050Z Downloaded aws-lc-sys v0.44.0
16242026-08-18T19:01:23.394Z Compiling proc-macro2 v1.0.107
16252026-08-18T19:01:23.398Z Compiling quote v1.0.47
16262026-08-18T19:01:23.398Z Compiling unicode-ident v1.0.24
16272026-08-18T19:01:23.398Z Compiling serde_core v1.0.229
16282026-08-18T19:01:23.398Z Compiling serde v1.0.229
16292026-08-18T19:01:23.398Z Compiling libc v0.2.189
16302026-08-18T19:01:23.398Z Compiling cfg-if v1.0.4
16312026-08-18T19:01:23.712Z Compiling zmij v1.0.23
16322026-08-18T19:01:23.729Z Compiling autocfg v1.5.1
16332026-08-18T19:01:24.012Z Compiling memchr v2.8.3
16342026-08-18T19:01:24.044Z Compiling libm v0.2.16
16352026-08-18T19:01:24.533Z Compiling itoa v1.0.18
16362026-08-18T19:01:24.551Z Compiling icu_properties_data v2.2.0
16372026-08-18T19:01:24.788Z Compiling icu_normalizer_data v2.2.0
16382026-08-18T19:01:24.793Z Compiling version_check v0.9.5
16392026-08-18T19:01:24.858Z Compiling stable_deref_trait v1.2.1
16402026-08-18T19:01:24.954Z Compiling syn v2.0.119
16412026-08-18T19:01:24.989Z Compiling syn v3.0.3
16422026-08-18T19:01:25.020Z Compiling serde_json v1.0.151
16432026-08-18T19:01:25.053Z Compiling litemap v0.8.2
16442026-08-18T19:01:25.218Z Compiling writeable v0.6.3
16452026-08-18T19:01:25.259Z Compiling parking_lot_core v0.9.12
16462026-08-18T19:01:25.325Z Compiling num-traits v0.2.19
16472026-08-18T19:01:25.379Z Compiling utf8_iter v1.0.4
16482026-08-18T19:01:25.588Z Compiling percent-encoding v2.3.2
16492026-08-18T19:01:25.604Z Compiling thiserror v2.0.20
16502026-08-18T19:01:25.891Z Compiling getrandom v0.4.3
16512026-08-18T19:01:25.954Z Compiling rand_core v0.10.1
16522026-08-18T19:01:26.162Z Compiling form_urlencoded v1.2.2
16532026-08-18T19:01:26.201Z Compiling zerocopy v0.8.56
16542026-08-18T19:01:26.218Z Compiling errno v0.3.14
16552026-08-18T19:01:26.456Z Compiling iana-time-zone v0.1.65
16562026-08-18T19:01:26.542Z Compiling heck v0.5.0
16572026-08-18T19:01:26.770Z Compiling uuid v1.24.0
16582026-08-18T19:01:26.872Z Compiling jobserver v0.1.35
16592026-08-18T19:01:27.188Z Compiling find-msvc-tools v0.1.10
16602026-08-18T19:01:27.215Z Compiling shlex v2.0.1
16612026-08-18T19:01:27.316Z Compiling rustversion v1.0.23
16622026-08-18T19:01:27.408Z Compiling cc v1.4.2
16632026-08-18T19:01:27.425Z Compiling semver v1.0.28
16642026-08-18T19:01:27.534Z Compiling schemars v0.8.22
16652026-08-18T19:01:27.759Z Compiling dyn-clone v1.0.20
16662026-08-18T19:01:27.882Z Compiling synstructure v0.13.2
16672026-08-18T19:01:27.920Z Compiling serde_derive_internals v0.29.1
16682026-08-18T19:01:28.133Z Compiling pin-project-lite v0.2.17
16692026-08-18T19:01:28.254Z Compiling getrandom v0.2.17
16702026-08-18T19:01:28.376Z Compiling serde_derive v1.0.229
16712026-08-18T19:01:28.402Z Compiling displaydoc v0.2.7
16722026-08-18T19:01:28.480Z Compiling thiserror-impl v2.0.20
16732026-08-18T19:01:28.497Z Compiling tokio-macros v2.7.2
16742026-08-18T19:01:28.687Z Compiling futures-macro v0.3.34
16752026-08-18T19:01:28.691Z Compiling bitflags v2.13.1
16762026-08-18T19:01:28.795Z Compiling scopeguard v1.2.0
16772026-08-18T19:01:28.924Z Compiling pkg-config v0.3.33
16782026-08-18T19:01:29.101Z Compiling zerofrom-derive v0.1.7
16792026-08-18T19:01:29.156Z Compiling yoke-derive v0.8.2
16802026-08-18T19:01:29.195Z Compiling zerovec-derive v0.11.3
16812026-08-18T19:01:29.248Z Compiling schemars_derive v0.8.22
16822026-08-18T19:01:29.383Z Compiling zerocopy-derive v0.8.56
16832026-08-18T19:01:29.549Z Compiling zeroize_derive v1.5.0
16842026-08-18T19:01:29.717Z Compiling lock_api v0.4.14
16852026-08-18T19:01:30.227Z Compiling zeroize v1.9.0
16862026-08-18T19:01:30.267Z Compiling socket2 v0.6.5
16872026-08-18T19:01:30.293Z Compiling cmake v0.1.58
16882026-08-18T19:01:30.329Z Compiling zerofrom v0.1.8
16892026-08-18T19:01:30.364Z Compiling signal-hook-registry v1.4.8
16902026-08-18T19:01:30.460Z Compiling yoke v0.8.3
16912026-08-18T19:01:30.476Z Compiling mio v1.2.2
16922026-08-18T19:01:30.481Z Compiling fs_extra v1.3.0
16932026-08-18T19:01:30.633Z Compiling dunce v1.0.5
16942026-08-18T19:01:30.669Z Compiling zerovec v0.11.6
16952026-08-18T19:01:30.776Z Compiling zerotrie v0.2.4
16962026-08-18T19:01:30.795Z Compiling portable-atomic v1.15.0
16972026-08-18T19:01:30.799Z Compiling aws-lc-sys v0.44.0
16982026-08-18T19:01:31.011Z Compiling critical-section v1.2.0
16992026-08-18T19:01:31.154Z Compiling futures-core v0.3.34
17002026-08-18T19:01:31.248Z Compiling log v0.4.33
17012026-08-18T19:01:31.300Z Compiling tinystr v0.8.3
17022026-08-18T19:01:31.326Z Compiling potential_utf v0.1.5
17032026-08-18T19:01:31.519Z Compiling icu_locale_core v2.2.0
17042026-08-18T19:01:31.536Z Compiling icu_collections v2.2.0
17052026-08-18T19:01:31.651Z Compiling smallvec v1.15.2
17062026-08-18T19:01:31.704Z Compiling bytes v1.12.1
17072026-08-18T19:01:31.738Z Compiling chrono v0.4.45
17082026-08-18T19:01:31.978Z Compiling once_cell v1.21.4
17092026-08-18T19:01:32.176Z Compiling parking_lot v0.12.5
17102026-08-18T19:01:32.239Z Compiling subtle v2.6.1
17112026-08-18T19:01:32.312Z Compiling equivalent v1.0.2
17122026-08-18T19:01:32.416Z Compiling icu_provider v2.2.0
17132026-08-18T19:01:32.416Z Compiling tokio v1.53.1
17142026-08-18T19:01:32.569Z Compiling allocator-api2 v0.2.21
17152026-08-18T19:01:32.588Z Compiling httparse v1.10.1
17162026-08-18T19:01:32.950Z Compiling icu_properties v2.2.0
17172026-08-18T19:01:32.968Z Compiling icu_normalizer v2.2.0
17182026-08-18T19:01:33.032Z Compiling serde_tokenstream v0.2.3
17192026-08-18T19:01:33.353Z Compiling futures-sink v0.3.34
17202026-08-18T19:01:33.472Z Compiling rustix v1.1.4
17212026-08-18T19:01:33.656Z Compiling slab v0.4.12
17222026-08-18T19:01:33.872Z Compiling idna_adapter v1.2.2
17232026-08-18T19:01:33.957Z Compiling ucd-trie v0.1.7
17242026-08-18T19:01:34.051Z Compiling idna v1.1.0
17252026-08-18T19:01:34.103Z Compiling thiserror v1.0.69
17262026-08-18T19:01:34.142Z Compiling pest v2.8.8
17272026-08-18T19:01:34.210Z Compiling typenum v1.20.1
17282026-08-18T19:01:34.429Z Compiling url v2.5.8
17292026-08-18T19:01:34.540Z Compiling regex-syntax v0.8.11
17302026-08-18T19:01:34.776Z Compiling futures-channel v0.3.34
17312026-08-18T19:01:35.054Z Compiling thiserror-impl v1.0.69
17322026-08-18T19:01:35.128Z Compiling strsim v0.11.1
17332026-08-18T19:01:35.358Z Compiling pest_meta v2.8.8
17342026-08-18T19:01:35.431Z Compiling hashbrown v0.17.1
17352026-08-18T19:01:36.071Z Compiling pest_generator v2.8.8
17362026-08-18T19:01:36.122Z Compiling aho-corasick v1.1.5
17372026-08-18T19:01:36.243Z Compiling futures-io v0.3.34
17382026-08-18T19:01:36.464Z Compiling futures-task v0.3.34
17392026-08-18T19:01:36.625Z Compiling futures-util v0.3.34
17402026-08-18T19:01:36.647Z Compiling ipnetwork v0.21.1
17412026-08-18T19:01:36.674Z Compiling getrandom v0.3.4
17422026-08-18T19:01:36.737Z Compiling pest_derive v2.8.8
17432026-08-18T19:01:36.879Z Compiling ident_case v1.0.1
17442026-08-18T19:01:37.022Z Compiling regex-automata v0.4.18
17452026-08-18T19:01:37.037Z Compiling rand_core v0.6.4
17462026-08-18T19:01:37.294Z Compiling byteorder v1.5.0
17472026-08-18T19:01:37.294Z Compiling indexmap v2.14.0
17482026-08-18T19:01:37.561Z Compiling tracing-core v0.1.36
17492026-08-18T19:01:38.087Z Compiling tracing-attributes v0.1.31
17502026-08-18T19:01:38.116Z Compiling slog v2.8.2
17512026-08-18T19:01:38.218Z Compiling paste v1.0.15
17522026-08-18T19:01:38.362Z Compiling base64 v0.22.1
17532026-08-18T19:01:38.526Z Compiling fnv v1.0.7
17542026-08-18T19:01:38.646Z Compiling anyhow v1.0.104
17552026-08-18T19:01:38.823Z Compiling regex v1.13.1
17562026-08-18T19:01:39.164Z Compiling erased-serde v0.3.31
17572026-08-18T19:01:39.249Z Compiling omicron-workspace-hack v0.1.0
17582026-08-18T19:01:39.290Z Compiling tracing v0.1.44
17592026-08-18T19:01:39.602Z Compiling http v1.5.0
17602026-08-18T19:01:39.831Z Compiling oxnet v0.1.6
17612026-08-18T19:01:40.290Z Compiling rustls-pki-types v1.15.1
17622026-08-18T19:01:40.970Z Compiling scroll_derive v0.13.1
17632026-08-18T19:01:41.156Z Compiling ring v0.17.14
17642026-08-18T19:01:41.366Z Compiling num-conv v0.2.2
17652026-08-18T19:01:41.476Z Compiling time-core v0.1.9
17662026-08-18T19:01:41.503Z Compiling aws-lc-rs v1.18.0
17672026-08-18T19:01:41.670Z Compiling time-macros v0.2.32
17682026-08-18T19:01:41.930Z Compiling tokio-util v0.7.19
17692026-08-18T19:01:42.250Z Compiling ipnet v2.12.1
17702026-08-18T19:01:42.776Z Compiling camino v1.2.5
17712026-08-18T19:01:42.858Z Compiling untrusted v0.9.0
17722026-08-18T19:01:43.000Z Compiling untrusted v0.7.1
17732026-08-18T19:01:43.132Z Compiling ppv-lite86 v0.2.21
17742026-08-18T19:01:43.391Z Compiling async-trait v0.1.92
17752026-08-18T19:01:43.468Z Compiling daft-derive v0.1.8
17762026-08-18T19:01:43.504Z Compiling crc32fast v1.5.0
17772026-08-18T19:01:43.615Z Compiling rustls v0.23.43
17782026-08-18T19:01:43.956Z Compiling http-body v1.1.0
17792026-08-18T19:01:44.129Z Compiling darling_core v0.23.0
17802026-08-18T19:01:44.243Z Compiling crossbeam-utils v0.8.22
17812026-08-18T19:01:44.310Z Compiling pretty-hex v0.4.2
17822026-08-18T19:01:44.457Z Compiling atomic-waker v1.1.2
17832026-08-18T19:01:44.551Z Compiling usdt-impl v0.6.0
17842026-08-18T19:01:44.797Z Compiling scroll v0.13.0
17852026-08-18T19:01:44.845Z Compiling try-lock v0.2.5
17862026-08-18T19:01:44.971Z Compiling tower-service v0.3.3
17872026-08-18T19:01:45.062Z Compiling ryu v1.0.23
17882026-08-18T19:01:45.080Z Compiling plain v0.2.3
17892026-08-18T19:01:45.193Z Compiling tower-layer v0.3.3
17902026-08-18T19:01:45.351Z Compiling goblin v0.10.7
17912026-08-18T19:01:45.391Z Compiling want v0.3.1
17922026-08-18T19:01:45.573Z Compiling h2 v0.4.15
17932026-08-18T19:01:45.753Z Compiling slog-async v2.8.0
17942026-08-18T19:01:46.029Z Compiling httpdate v1.0.3
17952026-08-18T19:01:46.194Z Compiling darling_macro v0.23.0
17962026-08-18T19:01:46.394Z Compiling dtrace-parser v0.3.0
17972026-08-18T19:01:46.463Z Compiling thread-id v5.1.0
17982026-08-18T19:01:46.797Z Compiling darling v0.23.0
17992026-08-18T19:01:46.891Z Compiling ref-cast v1.0.26
18002026-08-18T19:01:48.058Z Compiling hyper v1.11.0
18012026-08-18T19:01:48.540Z Compiling dof v0.4.0
18022026-08-18T19:01:49.147Z Compiling rand_core v0.9.5
18032026-08-18T19:01:49.424Z Compiling hyper-util v0.1.20
18042026-08-18T19:01:50.049Z Compiling serde_urlencoded v0.7.1
18052026-08-18T19:01:50.338Z Compiling http-body-util v0.1.5
18062026-08-18T19:01:50.675Z Compiling ref-cast-impl v1.0.26
18072026-08-18T19:01:51.396Z Compiling syn v1.0.109
18082026-08-18T19:01:51.864Z Compiling usdt-macro v0.6.0
18092026-08-18T19:01:52.191Z Compiling usdt-attr-macro v0.6.0
18102026-08-18T19:01:52.256Z Compiling serde_tokenstream v0.3.0
18112026-08-18T19:01:52.552Z Compiling structmeta-derive v0.3.0
18122026-08-18T19:01:52.700Z Compiling multer v3.1.0
18132026-08-18T19:01:52.938Z Compiling foldhash v0.2.0
18142026-08-18T19:01:52.956Z Compiling newtype-uuid-macros v0.1.1
18152026-08-18T19:01:53.077Z Compiling rand_chacha v0.9.0
18162026-08-18T19:01:53.586Z Compiling structmeta v0.3.0
18172026-08-18T19:01:53.726Z Compiling powerfmt v0.2.0
18182026-08-18T19:01:53.761Z Compiling deranged v0.5.8
18192026-08-18T19:01:53.922Z Compiling num_threads v0.1.7
18202026-08-18T19:01:54.010Z Compiling rand v0.9.5
18212026-08-18T19:01:54.076Z Compiling newtype-uuid v1.4.0
18222026-08-18T19:01:54.098Z Compiling sync_wrapper v1.0.2
18232026-08-18T19:01:54.220Z Compiling async-stream-impl v0.3.6
18242026-08-18T19:01:54.706Z Compiling strum_macros v0.26.4
18252026-08-18T19:01:54.841Z Compiling time v0.3.55
18262026-08-18T19:01:54.858Z Compiling dropshot v0.17.1
18272026-08-18T19:01:55.075Z Compiling fastrand v2.5.0
18282026-08-18T19:01:55.098Z Compiling hex v0.4.3
18292026-08-18T19:01:55.389Z Compiling daft v0.1.8
18302026-08-18T19:01:55.408Z Compiling tower v0.5.3
18312026-08-18T19:01:56.277Z Compiling crossbeam-channel v0.5.16
18322026-08-18T19:01:56.302Z Compiling webpki-roots v1.0.9
18332026-08-18T19:01:56.350Z Compiling openapiv3 v2.2.0
18342026-08-18T19:01:56.970Z Compiling generic-array v0.14.7
18352026-08-18T19:01:57.441Z Compiling tower-http v0.6.11
18362026-08-18T19:01:57.458Z Compiling hashbrown v0.16.1
18372026-08-18T19:01:57.738Z Compiling serde_with_macros v3.22.0
18382026-08-18T19:01:58.174Z Compiling futures-executor v0.3.34
18392026-08-18T19:01:58.402Z Compiling dropshot_endpoint v0.17.1
18402026-08-18T19:01:58.453Z Compiling macaddr v1.0.1
18412026-08-18T19:01:58.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18422026-08-18T19:01:58.738Z Compiling thread_local v1.1.10
18432026-08-18T19:01:58.861Z Compiling cpufeatures v0.3.0
18442026-08-18T19:01:59.061Z Compiling openssl-probe v0.2.1
18452026-08-18T19:01:59.231Z Compiling rustls-native-certs v0.8.4
18462026-08-18T19:01:59.316Z Compiling futures v0.3.34
18472026-08-18T19:01:59.975Z Compiling tempfile v3.27.0
18482026-08-18T19:01:59.993Z Compiling derive-ex v0.1.8
18492026-08-18T19:02:00.122Z Compiling strum_macros v0.27.2
18502026-08-18T19:02:00.139Z Compiling is-terminal v0.4.17
18512026-08-18T19:02:00.247Z Compiling take_mut v0.2.2
18522026-08-18T19:02:00.374Z Compiling winnow v1.0.4
18532026-08-18T19:02:00.743Z Compiling term v1.2.1
18542026-08-18T19:02:01.594Z Compiling test-strategy v0.4.5
18552026-08-18T19:02:01.865Z Compiling slog-term v2.9.2
18562026-08-18T19:02:03.183Z Compiling hybrid-array v0.4.14
18572026-08-18T19:02:03.301Z Compiling simd-adler32 v0.3.10
18582026-08-18T19:02:03.319Z Compiling match_cfg v0.1.0
18592026-08-18T19:02:03.556Z Compiling adler2 v2.0.1
18602026-08-18T19:02:03.671Z Compiling miniz_oxide v0.8.9
18612026-08-18T19:02:03.730Z Compiling hostname v0.3.1
18622026-08-18T19:02:04.270Z Compiling slog-json v2.6.1
18632026-08-18T19:02:04.564Z Compiling memmap2 v0.9.11
18642026-08-18T19:02:04.877Z Compiling either v1.17.0
18652026-08-18T19:02:05.123Z Compiling usdt v0.6.0
18662026-08-18T19:02:05.302Z Compiling slog-bunyan v2.5.0
18672026-08-18T19:02:05.321Z Compiling flate2 v1.1.9
18682026-08-18T19:02:05.403Z Compiling crypto-common v0.2.2
18692026-08-18T19:02:05.502Z Compiling block-buffer v0.12.1
18702026-08-18T19:02:05.707Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-08-18T19:02:05.799Z Compiling debug-ignore v1.0.5
18722026-08-18T19:02:05.918Z Compiling const-oid v0.10.2
18732026-08-18T19:02:05.984Z Compiling compression-core v0.4.32
18742026-08-18T19:02:06.185Z Compiling compression-codecs v0.4.38
18752026-08-18T19:02:06.234Z Compiling digest v0.11.3
18762026-08-18T19:02:06.698Z Compiling toml_parser v1.1.3+spec-1.1.0
18772026-08-18T19:02:06.721Z Compiling crypto-common v0.1.7
18782026-08-18T19:02:06.738Z Compiling parse-display-derive v0.10.0
18792026-08-18T19:02:06.932Z Compiling rand_chacha v0.3.1
18802026-08-18T19:02:07.292Z Compiling serde_spanned v1.1.1
18812026-08-18T19:02:07.371Z Compiling toml_datetime v1.1.1+spec-1.1.0
18822026-08-18T19:02:07.462Z Compiling encoding_rs v0.8.35
18832026-08-18T19:02:07.547Z Compiling mime v0.3.17
18842026-08-18T19:02:07.826Z Compiling toml_writer v1.1.2+spec-1.1.0
18852026-08-18T19:02:07.890Z Compiling spin v0.9.9
18862026-08-18T19:02:08.025Z Compiling rand v0.8.7
18872026-08-18T19:02:08.046Z Compiling toml v1.1.4+spec-1.1.0
18882026-08-18T19:02:08.193Z Compiling sha1 v0.11.0
18892026-08-18T19:02:08.285Z Compiling async-compression v0.4.43
18902026-08-18T19:02:08.415Z Compiling strum v0.26.3
18912026-08-18T19:02:08.676Z Compiling async-stream v0.3.6
18922026-08-18T19:02:08.781Z Compiling waitgroup v0.1.2
18932026-08-18T19:02:08.875Z Compiling rustls-pemfile v2.2.0
18942026-08-18T19:02:08.942Z Compiling serde_path_to_error v0.1.20
18952026-08-18T19:02:08.998Z Compiling wait-timeout v0.2.1
18962026-08-18T19:02:09.162Z Compiling hostname v0.4.2
18972026-08-18T19:02:09.436Z Compiling quick-error v1.2.3
18982026-08-18T19:02:09.559Z Compiling bit-vec v0.8.0
18992026-08-18T19:02:09.802Z Compiling bit-set v0.8.0
19002026-08-18T19:02:09.838Z Compiling rusty-fork v0.3.1
19012026-08-18T19:02:09.865Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-08-18T19:02:09.998Z Compiling serde_with v3.22.0
19032026-08-18T19:02:10.354Z Compiling rand_xorshift v0.4.0
19042026-08-18T19:02:10.592Z Compiling unarray v0.1.4
19052026-08-18T19:02:10.723Z Compiling proptest v1.11.0
19062026-08-18T19:02:10.741Z Compiling strum v0.27.2
19072026-08-18T19:02:10.888Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19082026-08-18T19:02:11.047Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19092026-08-18T19:02:11.248Z Compiling instant v0.1.13
19102026-08-18T19:02:11.493Z Compiling iddqd v0.4.6
19112026-08-18T19:02:12.204Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19122026-08-18T19:02:12.235Z Compiling block-buffer v0.10.4
19132026-08-18T19:02:12.418Z Compiling backon v1.6.0
19142026-08-18T19:02:12.887Z Compiling unicode-width v0.2.2
19152026-08-18T19:02:13.207Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19162026-08-18T19:02:13.469Z Compiling digest v0.10.7
19172026-08-18T19:02:13.723Z Compiling backoff v0.4.0
19182026-08-18T19:02:14.025Z Compiling parse-display v0.10.0
19192026-08-18T19:02:14.217Z Compiling itertools v0.14.0
19202026-08-18T19:02:14.391Z Compiling regress v0.10.5
19212026-08-18T19:02:14.557Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19222026-08-18T19:02:16.005Z Compiling humantime v2.4.0
19232026-08-18T19:02:17.400Z Compiling regress v0.11.1
19242026-08-18T19:02:18.901Z Compiling typify-impl v0.6.2
19252026-08-18T19:02:19.378Z Compiling zerocopy-derive v0.7.35
19262026-08-18T19:02:20.595Z Compiling clap_derive v4.6.4
19272026-08-18T19:02:20.725Z Compiling utf8parse v0.2.2
19282026-08-18T19:02:20.750Z Compiling convert_case v0.4.0
19292026-08-18T19:02:20.846Z Compiling cpufeatures v0.2.17
19302026-08-18T19:02:20.945Z Compiling anstyle-parse v1.0.0
19312026-08-18T19:02:21.043Z Compiling derive_more v0.99.20
19322026-08-18T19:02:22.210Z Compiling typify-macro v0.6.2
19332026-08-18T19:02:22.295Z Compiling terminal_size v0.4.4
19342026-08-18T19:02:22.445Z Compiling toml_datetime v0.6.11
19352026-08-18T19:02:22.448Z Compiling anstyle-query v1.1.5
19362026-08-18T19:02:22.575Z Compiling anstyle v1.0.14
19372026-08-18T19:02:22.733Z Compiling is_terminal_polyfill v1.70.2
19382026-08-18T19:02:22.768Z Compiling colorchoice v1.0.5
19392026-08-18T19:02:22.892Z Compiling anstream v1.0.0
19402026-08-18T19:02:23.260Z Compiling secrecy v0.10.3
19412026-08-18T19:02:23.369Z Compiling tinyvec_macros v0.1.1
19422026-08-18T19:02:23.444Z Compiling crucible-workspace-hack v0.1.0
19432026-08-18T19:02:23.658Z Compiling heapless v0.8.0
19442026-08-18T19:02:23.818Z Compiling clap_lex v1.1.0
19452026-08-18T19:02:23.987Z Compiling clap_builder v4.6.6
19462026-08-18T19:02:24.073Z Compiling typify v0.6.2
19472026-08-18T19:02:24.170Z Compiling tinyvec v1.12.0
19482026-08-18T19:02:24.376Z Compiling zerocopy v0.7.35
19492026-08-18T19:02:24.905Z Compiling hash32 v0.3.1
19502026-08-18T19:02:24.921Z Compiling rustc_version v0.4.1
19512026-08-18T19:02:24.925Z Compiling scroll_derive v0.12.1
19522026-08-18T19:02:25.200Z Compiling num-integer v0.1.47
19532026-08-18T19:02:25.240Z Compiling usdt-impl v0.5.0
19542026-08-18T19:02:25.503Z Compiling smoltcp v0.11.0
19552026-08-18T19:02:25.623Z Compiling crossbeam-epoch v0.9.20
19562026-08-18T19:02:25.697Z Compiling scroll v0.12.0
19572026-08-18T19:02:25.872Z Compiling clap v4.6.6
19582026-08-18T19:02:25.962Z Compiling curve25519-dalek v4.1.3
19592026-08-18T19:02:26.219Z Compiling dof v0.3.0
19602026-08-18T19:02:27.252Z Compiling hmac v0.12.1
19612026-08-18T19:02:27.348Z Compiling dtrace-parser v0.2.0
19622026-08-18T19:02:27.415Z Compiling inout v0.1.4
19632026-08-18T19:02:27.553Z Compiling darling_core v0.21.3
19642026-08-18T19:02:27.632Z Compiling ff v0.13.1
19652026-08-18T19:02:27.789Z Compiling cobs v0.3.0
19662026-08-18T19:02:28.148Z Compiling thread-id v4.2.2
19672026-08-18T19:02:28.297Z Compiling unsafe-libyaml v0.2.11
19682026-08-18T19:02:28.636Z Compiling managed v0.8.0
19692026-08-18T19:02:28.954Z Compiling bitflags v1.3.2
19702026-08-18T19:02:29.417Z Compiling serde_yaml v0.9.34+deprecated
19712026-08-18T19:02:29.609Z Compiling darling_macro v0.21.3
19722026-08-18T19:02:30.195Z Compiling postcard v1.1.3
19732026-08-18T19:02:30.576Z Compiling group v0.13.0
19742026-08-18T19:02:30.640Z Compiling cipher v0.4.4
19752026-08-18T19:02:30.700Z Compiling hkdf v0.12.4
19762026-08-18T19:02:31.355Z Compiling goblin v0.8.2
19772026-08-18T19:02:31.666Z Compiling num-iter v0.1.46
19782026-08-18T19:02:31.804Z Compiling num-rational v0.4.2
19792026-08-18T19:02:32.647Z Compiling tabwriter v1.4.1
19802026-08-18T19:02:32.684Z Compiling universal-hash v0.5.1
19812026-08-18T19:02:32.780Z Compiling crypto-bigint v0.5.5
19822026-08-18T19:02:32.833Z Compiling thiserror-impl-no-std v2.0.2
19832026-08-18T19:02:33.005Z Compiling hubpack_derive v0.1.1
19842026-08-18T19:02:33.539Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-08-18T19:02:33.961Z Compiling half v2.7.1
19862026-08-18T19:02:34.239Z Compiling curve25519-dalek-derive v0.1.1
19872026-08-18T19:02:34.424Z Compiling num-complex v0.4.6
19882026-08-18T19:02:35.067Z Compiling memoffset v0.9.1
19892026-08-18T19:02:35.273Z Compiling rustix v0.38.44
19902026-08-18T19:02:35.320Z Compiling cfg_aliases v0.2.2
19912026-08-18T19:02:35.405Z Compiling opaque-debug v0.3.1
19922026-08-18T19:02:35.529Z Compiling base16ct v0.2.0
19932026-08-18T19:02:35.546Z Compiling ciborium-io v0.2.2
19942026-08-18T19:02:35.649Z Compiling base64ct v1.8.3
19952026-08-18T19:02:35.834Z Compiling prettyplease v0.2.37
19962026-08-18T19:02:35.988Z Compiling password-hash v0.5.0
19972026-08-18T19:02:36.234Z Compiling elliptic-curve v0.13.8
19982026-08-18T19:02:36.544Z Compiling ciborium-ll v0.2.2
19992026-08-18T19:02:36.617Z Compiling poly1305 v0.8.0
20002026-08-18T19:02:36.635Z Compiling nix v0.31.3
20012026-08-18T19:02:37.595Z Compiling num v0.4.3
20022026-08-18T19:02:37.795Z Compiling thiserror-no-std v2.0.2
20032026-08-18T19:02:38.075Z Compiling hubpack v0.1.2
20042026-08-18T19:02:39.182Z Compiling chacha20 v0.9.1
20052026-08-18T19:02:39.439Z Compiling darling v0.21.3
20062026-08-18T19:02:39.583Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20072026-08-18T19:02:39.836Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-08-18T19:02:40.073Z Compiling reqwest v0.12.28
20092026-08-18T19:02:40.732Z Compiling toml_edit v0.25.13+spec-1.1.0
20102026-08-18T19:02:40.940Z Compiling blake2 v0.10.6
20112026-08-18T19:02:41.036Z Compiling aead v0.5.2
20122026-08-18T19:02:41.448Z Compiling byte-wrapper v0.1.0
20132026-08-18T19:02:41.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20142026-08-18T19:02:41.638Z Compiling serde_repr v0.1.21
20152026-08-18T19:02:42.248Z Compiling proc-macro-error-attr v1.0.4
20162026-08-18T19:02:42.419Z Compiling bstr v1.13.1
20172026-08-18T19:02:42.542Z Compiling keccak v0.1.6
20182026-08-18T19:02:42.593Z Compiling static_assertions v1.1.0
20192026-08-18T19:02:42.617Z Compiling float-ord v0.3.2
20202026-08-18T19:02:42.675Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212026-08-18T19:02:42.952Z Compiling sha3 v0.10.9
20222026-08-18T19:02:43.256Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20232026-08-18T19:02:43.307Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-08-18T19:02:43.819Z Compiling proc-macro-crate v3.5.0
20252026-08-18T19:02:44.015Z Compiling argon2 v0.5.3
20262026-08-18T19:02:44.227Z Compiling chacha20poly1305 v0.10.1
20272026-08-18T19:02:44.381Z Compiling progenitor-client v0.10.0
20282026-08-18T19:02:44.880Z Compiling ingot-macros v0.1.1
20292026-08-18T19:02:44.969Z Compiling vsss-rs v3.3.4
20302026-08-18T19:02:46.601Z Compiling ciborium v0.2.2
20312026-08-18T19:02:47.444Z Compiling rustls-webpki v0.103.14
20322026-08-18T19:02:47.723Z Compiling usdt-attr-macro v0.5.0
20332026-08-18T19:02:48.471Z Compiling usdt-macro v0.5.0
20342026-08-18T19:02:50.021Z Compiling enum-as-inner v0.6.1
20352026-08-18T19:02:50.161Z Compiling num-derive v0.4.2
20362026-08-18T19:02:50.591Z Compiling proc-macro-error v1.0.4
20372026-08-18T19:02:50.701Z Compiling memmap v0.7.0
20382026-08-18T19:02:50.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
20392026-08-18T19:02:51.018Z Compiling indent_write v2.2.0
20402026-08-18T19:02:51.068Z Compiling winnow v0.5.40
20412026-08-18T19:02:51.197Z Compiling data-encoding v2.11.1
20422026-08-18T19:02:51.355Z Compiling usdt v0.5.0
20432026-08-18T19:02:51.455Z Compiling ingot-types v0.1.2
20442026-08-18T19:02:51.569Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-08-18T19:02:51.624Z Compiling tokio-rustls v0.26.4
20462026-08-18T19:02:51.911Z Compiling hyper-rustls v0.27.9
20472026-08-18T19:02:51.930Z Compiling rustls-platform-verifier v0.7.0
20482026-08-18T19:02:52.414Z Compiling reqwest v0.13.4
20492026-08-18T19:02:52.509Z Compiling toml_edit v0.19.15
20502026-08-18T19:02:53.829Z Compiling progenitor-client v0.14.0
20512026-08-18T19:02:54.276Z Compiling progenitor-extras v0.2.0
20522026-08-18T19:02:54.897Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20532026-08-18T19:02:55.010Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-08-18T19:02:55.335Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-08-18T19:02:57.254Z Compiling num_enum_derive v0.7.6
20562026-08-18T19:02:58.885Z Compiling serde_spanned v0.6.9
20572026-08-18T19:02:59.048Z Compiling foreign-types-macros v0.2.4
20582026-08-18T19:03:00.095Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-08-18T19:03:04.947Z Compiling crossbeam-deque v0.8.7
20602026-08-18T19:03:05.243Z Compiling toml_write v0.1.2
20612026-08-18T19:03:06.953Z Compiling vcpkg v0.2.15
20622026-08-18T19:03:06.972Z Compiling bytecount v0.6.9
20632026-08-18T19:03:07.182Z Compiling foreign-types-shared v0.3.1
20642026-08-18T19:03:07.201Z Compiling colored v3.1.1
20652026-08-18T19:03:07.295Z Compiling winnow v0.7.15
20662026-08-18T19:03:07.483Z Compiling foreign-types v0.5.0
20672026-08-18T19:03:07.506Z Compiling openssl-sys v0.9.117
20682026-08-18T19:03:07.606Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-08-18T19:03:07.890Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-08-18T19:03:08.368Z Compiling num_enum v0.7.6
20712026-08-18T19:03:08.516Z Compiling proc-macro-crate v1.3.1
20722026-08-18T19:03:08.749Z Compiling toml_edit v0.22.27
20732026-08-18T19:03:08.866Z Compiling ingot v0.1.1
20742026-08-18T19:03:09.179Z Compiling atomicwrites v0.4.4
20752026-08-18T19:03:09.497Z Compiling progenitor-impl v0.14.0
20762026-08-18T19:03:10.154Z Compiling chacha20 v0.10.1
20772026-08-18T19:03:10.471Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-08-18T19:03:11.054Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-08-18T19:03:11.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-08-18T19:03:11.142Z Compiling cstr-argument v0.1.2
20812026-08-18T19:03:11.327Z Compiling heck v0.4.1
20822026-08-18T19:03:11.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
20832026-08-18T19:03:11.468Z Compiling unicode-segmentation v1.13.3
20842026-08-18T19:03:11.511Z Compiling semver v0.1.20
20852026-08-18T19:03:11.547Z Compiling linked-hash-map v0.5.6
20862026-08-18T19:03:11.601Z Compiling resolv-conf v0.7.6
20872026-08-18T19:03:11.619Z Compiling rayon-core v1.13.0
20882026-08-18T19:03:11.778Z Compiling swrite v0.1.0
20892026-08-18T19:03:11.884Z Compiling newline-converter v0.3.0
20902026-08-18T19:03:11.915Z Compiling lru-cache v0.1.2
20912026-08-18T19:03:11.952Z Compiling rustc_version v0.1.7
20922026-08-18T19:03:12.056Z Compiling progenitor-macro v0.14.0
20932026-08-18T19:03:12.089Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20942026-08-18T19:03:12.127Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952026-08-18T19:03:12.196Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962026-08-18T19:03:12.339Z Compiling rand v0.10.2
20972026-08-18T19:03:12.409Z Compiling toml v0.8.23
20982026-08-18T19:03:12.730Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
20992026-08-18T19:03:12.955Z Compiling num_enum_derive v0.5.11
21002026-08-18T19:03:13.081Z Compiling hickory-proto v0.24.4
21012026-08-18T19:03:13.261Z Compiling similar v2.7.0
21022026-08-18T19:03:13.758Z Compiling progenitor-impl v0.13.0
21032026-08-18T19:03:13.995Z Compiling console v0.15.11
21042026-08-18T19:03:15.287Z Compiling camino-tempfile v1.4.1
21052026-08-18T19:03:15.694Z Compiling serde-big-array v0.5.1
21062026-08-18T19:03:15.837Z Compiling pin-project-internal v1.1.13
21072026-08-18T19:03:15.868Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21082026-08-18T19:03:16.041Z Compiling derive-where v1.6.1
21092026-08-18T19:03:16.427Z Compiling siphasher v1.0.3
21102026-08-18T19:03:16.430Z Compiling minimal-lexical v0.2.1
21112026-08-18T19:03:16.659Z Compiling lazy_static v1.5.0
21122026-08-18T19:03:16.704Z Compiling nom v7.1.3
21132026-08-18T19:03:16.782Z Compiling phf_shared v0.12.1
21142026-08-18T19:03:16.984Z Compiling pin-project v1.1.13
21152026-08-18T19:03:17.015Z Compiling progenitor v0.14.0
21162026-08-18T19:03:17.174Z Compiling progenitor-macro v0.13.0
21172026-08-18T19:03:17.359Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-08-18T19:03:17.929Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21192026-08-18T19:03:18.065Z Compiling hickory-resolver v0.24.4
21202026-08-18T19:03:21.675Z Compiling expectorate v1.2.0
21212026-08-18T19:03:21.758Z Compiling num_enum v0.5.11
21222026-08-18T19:03:21.953Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-08-18T19:03:23.141Z Compiling newtype_derive v0.1.6
21242026-08-18T19:03:23.394Z Compiling progenitor-client v0.13.0
21252026-08-18T19:03:23.867Z Compiling unicode-normalization v0.1.25
21262026-08-18T19:03:24.473Z Compiling tokio-stream v0.1.19
21272026-08-18T19:03:25.068Z Compiling snafu-derive v0.8.9
21282026-08-18T19:03:25.775Z Compiling async-recursion v1.1.1
21292026-08-18T19:03:26.499Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21302026-08-18T19:03:26.517Z Compiling slog-dtrace v0.3.0
21312026-08-18T19:03:26.771Z Compiling csv-core v0.1.13
21322026-08-18T19:03:26.821Z Compiling konst_macro_rules v0.2.19
21332026-08-18T19:03:26.839Z Compiling unicode-xid v0.2.6
21342026-08-18T19:03:26.972Z Compiling foldhash v0.1.5
21352026-08-18T19:03:27.023Z Compiling cancel-safe-futures v0.1.5
21362026-08-18T19:03:27.174Z Compiling owo-colors v4.3.0
21372026-08-18T19:03:27.177Z Compiling unicode-width v0.1.14
21382026-08-18T19:03:27.209Z Compiling chrono-tz v0.10.4
21392026-08-18T19:03:27.286Z Compiling jiff-core v0.1.0
21402026-08-18T19:03:27.446Z Compiling foreign-types-shared v0.1.1
21412026-08-18T19:03:27.507Z Compiling highway v1.3.0
21422026-08-18T19:03:27.524Z Compiling openssl v0.10.81
21432026-08-18T19:03:27.549Z Compiling same-file v1.0.6
21442026-08-18T19:03:27.737Z Compiling walkdir v2.5.0
21452026-08-18T19:03:27.834Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-08-18T19:03:28.190Z Compiling jiff v0.2.35
21472026-08-18T19:03:28.467Z Compiling foreign-types v0.3.2
21482026-08-18T19:03:28.608Z Compiling hashbrown v0.15.5
21492026-08-18T19:03:28.757Z Compiling const_format_proc_macros v0.2.34
21502026-08-18T19:03:29.089Z Compiling csv v1.4.0
21512026-08-18T19:03:29.276Z Compiling konst v0.2.20
21522026-08-18T19:03:29.582Z Compiling snafu v0.8.9
21532026-08-18T19:03:29.801Z Compiling qorb v0.4.1
21542026-08-18T19:03:30.021Z Compiling progenitor v0.13.0
21552026-08-18T19:03:30.144Z Compiling olpc-cjson v0.1.4
21562026-08-18T19:03:30.242Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-08-18T19:03:30.649Z Compiling rayon v1.12.0
21582026-08-18T19:03:32.856Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21592026-08-18T19:03:33.400Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-08-18T19:03:33.757Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-08-18T19:03:33.881Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-08-18T19:03:34.401Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21632026-08-18T19:03:35.706Z Compiling phf v0.12.1
21642026-08-18T19:03:36.363Z Compiling zone_cfg_derive v0.3.1
21652026-08-18T19:03:36.659Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-08-18T19:03:37.103Z Compiling tokio-dtrace v0.1.1
21672026-08-18T19:03:37.130Z Compiling globset v0.4.20
21682026-08-18T19:03:37.442Z Compiling itertools v0.15.0
21692026-08-18T19:03:38.195Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21702026-08-18T19:03:38.427Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-08-18T19:03:38.705Z Compiling itertools v0.12.1
21722026-08-18T19:03:38.811Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21732026-08-18T19:03:39.023Z Compiling pem v3.0.6
21742026-08-18T19:03:39.245Z Compiling libsw-core v0.3.2
21752026-08-18T19:03:39.397Z Compiling serde_plain v1.0.2
21762026-08-18T19:03:39.439Z Compiling openssl-macros v0.1.1
21772026-08-18T19:03:39.688Z Compiling cookie v0.18.2
21782026-08-18T19:03:39.707Z Compiling sigpipe v0.1.3
21792026-08-18T19:03:39.787Z Compiling fixedbitset v0.4.2
21802026-08-18T19:03:39.813Z Compiling glob v0.3.4
21812026-08-18T19:03:39.905Z Compiling typed-path v0.9.3
21822026-08-18T19:03:39.939Z Compiling fixedbitset v0.5.7
21832026-08-18T19:03:39.972Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-08-18T19:03:40.291Z Compiling petgraph v0.8.3
21852026-08-18T19:03:40.295Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-08-18T19:03:40.502Z Compiling zone v0.3.1
21872026-08-18T19:03:40.686Z Compiling petgraph v0.6.5
21882026-08-18T19:03:41.455Z Compiling tough v0.22.0
21892026-08-18T19:03:42.208Z Compiling libsw v3.5.0
21902026-08-18T19:03:42.251Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21912026-08-18T19:03:42.404Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-08-18T19:03:42.619Z Compiling ingot-macros v0.2.0
21932026-08-18T19:03:42.643Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21942026-08-18T19:03:42.658Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-08-18T19:03:42.721Z Compiling oxide-tokio-rt v0.1.6
21962026-08-18T19:03:43.313Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21972026-08-18T19:03:43.894Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-18T19:03:44.087Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-08-18T19:03:45.392Z Compiling const_format v0.2.36
22002026-08-18T19:03:45.582Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-08-18T19:03:46.148Z Compiling papergrid v0.11.0
22022026-08-18T19:03:46.892Z Compiling tabled_derive v0.7.0
22032026-08-18T19:03:47.293Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-18T19:03:47.783Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22052026-08-18T19:03:47.900Z Compiling libscf-sys v1.2.0
22062026-08-18T19:03:48.076Z Compiling gethostname v0.5.0
22072026-08-18T19:03:48.215Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-18T19:03:48.361Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22092026-08-18T19:03:48.483Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-08-18T19:03:48.626Z Compiling bcs v0.1.6
22112026-08-18T19:03:48.753Z Compiling smf v0.2.3
22122026-08-18T19:03:48.859Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22132026-08-18T19:03:49.036Z Compiling whoami v1.6.1
22142026-08-18T19:03:49.504Z Compiling linear-map v1.2.0
22152026-08-18T19:03:49.615Z Compiling unicode-linebreak v0.1.5
22162026-08-18T19:03:49.719Z Compiling smawk v0.3.3
22172026-08-18T19:03:49.870Z Compiling tagptr v0.2.0
22182026-08-18T19:03:49.912Z Compiling termtree v0.5.1
22192026-08-18T19:03:49.912Z Compiling textwrap v0.16.2
22202026-08-18T19:03:50.070Z Compiling moka v0.12.16
22212026-08-18T19:03:51.342Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-08-18T19:03:51.359Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22232026-08-18T19:03:51.702Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-08-18T19:03:52.591Z Compiling tabled v0.15.0
22252026-08-18T19:03:52.656Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-08-18T19:03:52.909Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-08-18T19:03:53.845Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-08-18T19:03:54.211Z Compiling ingot-types v0.2.0
22292026-08-18T19:03:54.318Z Compiling steno v0.4.1
22302026-08-18T19:03:56.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-18T19:03:58.713Z Compiling hickory-proto v0.25.2
22322026-08-18T19:03:59.666Z Compiling ingot v0.2.1
22332026-08-18T19:04:00.205Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22342026-08-18T19:04:00.560Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22352026-08-18T19:04:00.656Z Compiling parking_lot_core v0.8.6
22362026-08-18T19:04:00.886Z Compiling papergrid v0.18.0
22372026-08-18T19:04:00.957Z Compiling hickory-resolver v0.25.2
22382026-08-18T19:04:01.907Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22392026-08-18T19:04:02.726Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-08-18T19:04:04.263Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22412026-08-18T19:04:04.278Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22422026-08-18T19:04:05.090Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22432026-08-18T19:04:06.470Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22442026-08-18T19:04:06.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22452026-08-18T19:04:06.873Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
22462026-08-18T19:04:07.363Z Compiling tabled v0.21.0
22472026-08-18T19:04:07.418Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22482026-08-18T19:04:07.537Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22492026-08-18T19:04:07.836Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22502026-08-18T19:04:08.687Z Compiling arc-swap v1.9.2
22512026-08-18T19:04:08.898Z Compiling slog-scope v4.4.1
22522026-08-18T19:04:09.269Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
22532026-08-18T19:04:09.377Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22542026-08-18T19:04:10.173Z Compiling parking_lot v0.11.2
22552026-08-18T19:04:10.988Z Compiling dropshot-api-manager-types v0.7.2
22562026-08-18T19:04:12.110Z Compiling fxhash v0.2.1
22572026-08-18T19:04:12.110Z Compiling crc8 v0.1.1
22582026-08-18T19:04:12.111Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=9645288adc19b352aaa9a675be9953fe4e0b6e1b#9645288a)
22592026-08-18T19:04:12.111Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22602026-08-18T19:04:12.111Z Compiling sled v0.34.7
22612026-08-18T19:04:12.253Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22622026-08-18T19:04:15.009Z Compiling slog-stdlog v4.1.1
22632026-08-18T19:04:15.161Z Compiling port-file v0.1.0
22642026-08-18T19:04:15.270Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22652026-08-18T19:04:15.375Z Compiling slog-envlogger v2.2.0
22662026-08-18T19:04:15.431Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22672026-08-18T19:04:15.563Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22682026-08-18T19:04:16.147Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22692026-08-18T19:04:18.681Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-18T19:04:20.270Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22712026-08-18T19:04:22.076Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22722026-08-18T19:04:31.868Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22732026-08-18T19:04:37.116Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22742026-08-18T19:04:40.539Z Finished `release` profile [optimized] target(s) in 3m 45s
22752026-08-18T19:04:40.869Z+ banner trio
22762026-08-18T19:04:40.872Z
22772026-08-18T19:04:40.872Z ##### ##### # ####
22782026-08-18T19:04:40.872Z # # # # # #
22792026-08-18T19:04:40.872Z # # # # # #
22802026-08-18T19:04:40.872Z # ##### # # #
22812026-08-18T19:04:40.872Z # # # # # #
22822026-08-18T19:04:40.872Z # # # # ####
22832026-08-18T19:04:40.872Z
22842026-08-18T19:04:40.873Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22852026-08-18T19:04:41.464Z Compiling cfg-if v1.0.4
22862026-08-18T19:04:41.472Z Compiling libc v0.2.189
22872026-08-18T19:04:41.472Z Compiling serde_core v1.0.229
22882026-08-18T19:04:41.579Z Compiling memchr v2.8.3
22892026-08-18T19:04:41.587Z Compiling smallvec v1.15.2
22902026-08-18T19:04:41.591Z Compiling itoa v1.0.18
22912026-08-18T19:04:41.597Z Compiling stable_deref_trait v1.2.1
22922026-08-18T19:04:41.607Z Compiling zerofrom v0.1.8
22932026-08-18T19:04:41.625Z Compiling zmij v1.0.23
22942026-08-18T19:04:41.673Z Compiling litemap v0.8.2
22952026-08-18T19:04:41.735Z Compiling yoke v0.8.3
22962026-08-18T19:04:41.832Z Compiling writeable v0.6.3
22972026-08-18T19:04:41.843Z Compiling utf8_iter v1.0.4
22982026-08-18T19:04:41.866Z Compiling percent-encoding v2.3.2
22992026-08-18T19:04:41.937Z Compiling zerovec v0.11.6
23002026-08-18T19:04:41.964Z Compiling zerotrie v0.2.4
23012026-08-18T19:04:42.002Z Compiling libm v0.2.16
23022026-08-18T19:04:42.083Z Compiling icu_normalizer_data v2.2.0
23032026-08-18T19:04:42.095Z Compiling icu_properties_data v2.2.0
23042026-08-18T19:04:42.136Z Compiling form_urlencoded v1.2.2
23052026-08-18T19:04:42.162Z Compiling rand_core v0.10.1
23062026-08-18T19:04:42.233Z Compiling errno v0.3.14
23072026-08-18T19:04:42.328Z Compiling getrandom v0.4.3
23082026-08-18T19:04:42.395Z Compiling iana-time-zone v0.1.65
23092026-08-18T19:04:42.407Z Compiling pin-project-lite v0.2.17
23102026-08-18T19:04:42.418Z Compiling zeroize v1.9.0
23112026-08-18T19:04:42.504Z Compiling tinystr v0.8.3
23122026-08-18T19:04:42.530Z Compiling potential_utf v0.1.5
23132026-08-18T19:04:42.550Z Compiling dyn-clone v1.0.20
23142026-08-18T19:04:42.652Z Compiling icu_collections v2.2.0
23152026-08-18T19:04:42.692Z Compiling icu_locale_core v2.2.0
23162026-08-18T19:04:42.696Z Compiling socket2 v0.6.5
23172026-08-18T19:04:42.713Z Compiling scopeguard v1.2.0
23182026-08-18T19:04:42.721Z Compiling parking_lot_core v0.9.12
23192026-08-18T19:04:42.733Z Compiling signal-hook-registry v1.4.8
23202026-08-18T19:04:42.821Z Compiling num-traits v0.2.19
23212026-08-18T19:04:43.103Z Compiling lock_api v0.4.14
23222026-08-18T19:04:43.175Z Compiling mio v1.2.2
23232026-08-18T19:04:43.351Z Compiling parking_lot v0.12.5
23242026-08-18T19:04:43.376Z Compiling portable-atomic v1.15.0
23252026-08-18T19:04:43.430Z Compiling thiserror v2.0.20
23262026-08-18T19:04:43.542Z Compiling serde v1.0.229
23272026-08-18T19:04:43.578Z Compiling serde_json v1.0.151
23282026-08-18T19:04:43.662Z Compiling icu_provider v2.2.0
23292026-08-18T19:04:43.718Z Compiling uuid v1.24.0
23302026-08-18T19:04:43.832Z Compiling semver v1.0.28
23312026-08-18T19:04:44.111Z Compiling bytes v1.12.1
23322026-08-18T19:04:44.171Z Compiling icu_properties v2.2.0
23332026-08-18T19:04:44.259Z Compiling icu_normalizer v2.2.0
23342026-08-18T19:04:44.262Z Compiling chrono v0.4.45
23352026-08-18T19:04:44.311Z Compiling bitflags v2.13.1
23362026-08-18T19:04:44.480Z Compiling futures-core v0.3.34
23372026-08-18T19:04:44.654Z Compiling tokio v1.53.1
23382026-08-18T19:04:44.716Z Compiling critical-section v1.2.0
23392026-08-18T19:04:44.830Z Compiling once_cell v1.21.4
23402026-08-18T19:04:44.987Z Compiling log v0.4.33
23412026-08-18T19:04:45.081Z Compiling equivalent v1.0.2
23422026-08-18T19:04:45.179Z Compiling idna_adapter v1.2.2
23432026-08-18T19:04:45.245Z Compiling subtle v2.6.1
23442026-08-18T19:04:45.318Z Compiling idna v1.1.0
23452026-08-18T19:04:45.362Z Compiling allocator-api2 v0.2.21
23462026-08-18T19:04:45.422Z Compiling zerocopy v0.8.56
23472026-08-18T19:04:45.441Z Compiling futures-sink v0.3.34
23482026-08-18T19:04:45.557Z Compiling slab v0.4.12
23492026-08-18T19:04:45.749Z Compiling url v2.5.8
23502026-08-18T19:04:45.762Z Compiling typenum v1.20.1
23512026-08-18T19:04:45.773Z Compiling futures-channel v0.3.34
23522026-08-18T19:04:46.038Z Compiling hashbrown v0.17.1
23532026-08-18T19:04:46.199Z Compiling getrandom v0.2.17
23542026-08-18T19:04:46.426Z Compiling schemars v0.8.22
23552026-08-18T19:04:46.620Z Compiling futures-task v0.3.34
23562026-08-18T19:04:46.746Z Compiling futures-io v0.3.34
23572026-08-18T19:04:46.805Z Compiling rand_core v0.6.4
23582026-08-18T19:04:46.948Z Compiling futures-util v0.3.34
23592026-08-18T19:04:47.066Z Compiling indexmap v2.14.0
23602026-08-18T19:04:47.449Z Compiling tracing-core v0.1.36
23612026-08-18T19:04:47.768Z Compiling ipnetwork v0.21.1
23622026-08-18T19:04:47.911Z Compiling tracing v0.1.44
23632026-08-18T19:04:48.279Z Compiling base64 v0.22.1
23642026-08-18T19:04:48.296Z Compiling http v1.5.0
23652026-08-18T19:04:48.515Z Compiling unicode-ident v1.0.24
23662026-08-18T19:04:48.663Z Compiling proc-macro2 v1.0.107
23672026-08-18T19:04:48.737Z Compiling slog v2.8.2
23682026-08-18T19:04:48.749Z Compiling erased-serde v0.3.31
23692026-08-18T19:04:48.767Z Compiling fnv v1.0.7
23702026-08-18T19:04:48.887Z Compiling oxnet v0.1.6
23712026-08-18T19:04:49.639Z Compiling quote v1.0.47
23722026-08-18T19:04:49.657Z Compiling tokio-util v0.7.19
23732026-08-18T19:04:49.956Z Compiling syn v2.0.119
23742026-08-18T19:04:50.158Z Compiling ipnet v2.12.1
23752026-08-18T19:04:50.294Z Compiling byteorder v1.5.0
23762026-08-18T19:04:50.557Z Compiling thiserror v1.0.69
23772026-08-18T19:04:50.676Z Compiling ppv-lite86 v0.2.21
23782026-08-18T19:04:50.726Z Compiling rustls-pki-types v1.15.1
23792026-08-18T19:04:50.913Z Compiling aws-lc-sys v0.44.0
23802026-08-18T19:04:51.012Z Compiling http-body v1.1.0
23812026-08-18T19:04:51.030Z Compiling untrusted v0.7.1
23822026-08-18T19:04:51.153Z Compiling atomic-waker v1.1.2
23832026-08-18T19:04:51.191Z Compiling httparse v1.10.1
23842026-08-18T19:04:51.301Z Compiling ryu v1.0.23
23852026-08-18T19:04:51.374Z Compiling pretty-hex v0.4.2
23862026-08-18T19:04:51.487Z Compiling aws-lc-rs v1.18.0
23872026-08-18T19:04:51.502Z Compiling rustls v0.23.43
23882026-08-18T19:04:51.530Z Compiling tower-layer v0.3.3
23892026-08-18T19:04:51.597Z Compiling untrusted v0.9.0
23902026-08-18T19:04:51.621Z Compiling tower-service v0.3.3
23912026-08-18T19:04:51.674Z Compiling try-lock v0.2.5
23922026-08-18T19:04:51.720Z Compiling h2 v0.4.15
23932026-08-18T19:04:51.752Z Compiling httpdate v1.0.3
23942026-08-18T19:04:51.762Z Compiling rustix v1.1.4
23952026-08-18T19:04:51.780Z Compiling want v0.3.1
23962026-08-18T19:04:51.798Z Compiling regex-syntax v0.8.11
23972026-08-18T19:04:51.947Z Compiling plain v0.2.3
23982026-08-18T19:04:52.084Z Compiling getrandom v0.3.4
23992026-08-18T19:04:52.120Z Compiling omicron-workspace-hack v0.1.0
24002026-08-18T19:04:52.201Z Compiling ucd-trie v0.1.7
24012026-08-18T19:04:52.294Z Compiling rand_core v0.9.5
24022026-08-18T19:04:52.558Z Compiling pest v2.8.8
24032026-08-18T19:04:52.752Z Compiling rustls-webpki v0.103.14
24042026-08-18T19:04:54.232Z Compiling hyper v1.11.0
24052026-08-18T19:04:54.493Z Compiling crossbeam-utils v0.8.22
24062026-08-18T19:04:55.214Z Compiling serde_urlencoded v0.7.1
24072026-08-18T19:04:55.231Z Compiling http-body-util v0.1.5
24082026-08-18T19:04:55.501Z Compiling foldhash v0.2.0
24092026-08-18T19:04:55.573Z Compiling newtype-uuid v1.4.0
24102026-08-18T19:04:55.812Z Compiling hyper-util v0.1.20
24112026-08-18T19:04:56.607Z Compiling hex v0.4.3
24122026-08-18T19:04:56.914Z Compiling daft v0.1.8
24132026-08-18T19:04:57.228Z Compiling tokio-rustls v0.26.4
24142026-08-18T19:04:57.539Z Compiling rand_chacha v0.9.0
24152026-08-18T19:04:58.042Z Compiling sync_wrapper v1.0.2
24162026-08-18T19:04:58.121Z Compiling aho-corasick v1.1.5
24172026-08-18T19:04:58.165Z Compiling fastrand v2.5.0
24182026-08-18T19:04:58.524Z Compiling tower v0.5.3
24192026-08-18T19:04:58.769Z Compiling anyhow v1.0.104
24202026-08-18T19:04:58.806Z Compiling rand v0.9.5
24212026-08-18T19:04:59.076Z Compiling tower-http v0.6.11
24222026-08-18T19:04:59.127Z Compiling regex-automata v0.4.18
24232026-08-18T19:04:59.165Z Compiling generic-array v0.14.7
24242026-08-18T19:04:59.426Z Compiling hashbrown v0.16.1
24252026-08-18T19:04:59.553Z Compiling openapiv3 v2.2.0
24262026-08-18T19:04:59.733Z Compiling powerfmt v0.2.0
24272026-08-18T19:04:59.745Z Compiling num-conv v0.2.2
24282026-08-18T19:04:59.908Z Compiling cpufeatures v0.3.0
24292026-08-18T19:04:59.992Z Compiling openssl-probe v0.2.1
24302026-08-18T19:05:00.004Z Compiling time-core v0.1.9
24312026-08-18T19:05:00.171Z Compiling num_threads v0.1.7
24322026-08-18T19:05:00.206Z Compiling deranged v0.5.8
24332026-08-18T19:05:00.254Z Compiling rustls-native-certs v0.8.4
24342026-08-18T19:05:00.270Z Compiling camino v1.2.5
24352026-08-18T19:05:00.847Z Compiling tempfile v3.27.0
24362026-08-18T19:05:01.038Z Compiling futures-executor v0.3.34
24372026-08-18T19:05:01.325Z Compiling time v0.3.55
24382026-08-18T19:05:01.539Z Compiling winnow v1.0.4
24392026-08-18T19:05:01.698Z Compiling regex v1.13.1
24402026-08-18T19:05:01.818Z Compiling futures v0.3.34
24412026-08-18T19:05:01.907Z Compiling rustls-platform-verifier v0.7.0
24422026-08-18T19:05:02.477Z Compiling hyper-rustls v0.27.9
24432026-08-18T19:05:02.852Z Compiling crossbeam-channel v0.5.16
24442026-08-18T19:05:03.054Z Compiling scroll v0.13.0
24452026-08-18T19:05:03.140Z Compiling hybrid-array v0.4.14
24462026-08-18T19:05:03.383Z Compiling simd-adler32 v0.3.10
24472026-08-18T19:05:03.557Z Compiling adler2 v2.0.1
24482026-08-18T19:05:03.584Z Compiling goblin v0.10.7
24492026-08-18T19:05:03.630Z Compiling crc32fast v1.5.0
24502026-08-18T19:05:03.722Z Compiling miniz_oxide v0.8.9
24512026-08-18T19:05:03.880Z Compiling reqwest v0.13.4
24522026-08-18T19:05:04.229Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24532026-08-18T19:05:04.360Z Compiling thread_local v1.1.10
24542026-08-18T19:05:04.706Z Compiling either v1.17.0
24552026-08-18T19:05:04.949Z Compiling flate2 v1.1.9
24562026-08-18T19:05:05.115Z Compiling crypto-common v0.2.2
24572026-08-18T19:05:05.518Z Compiling block-buffer v0.12.1
24582026-08-18T19:05:05.707Z Compiling crypto-common v0.1.7
24592026-08-18T19:05:05.864Z Compiling dtrace-parser v0.3.0
24602026-08-18T19:05:06.221Z Compiling rand_chacha v0.3.1
24612026-08-18T19:05:06.441Z Compiling is-terminal v0.4.17
24622026-08-18T19:05:06.549Z Compiling thread-id v5.1.0
24632026-08-18T19:05:06.643Z Compiling take_mut v0.2.2
24642026-08-18T19:05:06.767Z Compiling compression-core v0.4.32
24652026-08-18T19:05:06.845Z Compiling dof v0.4.0
24662026-08-18T19:05:06.952Z Compiling term v1.2.1
24672026-08-18T19:05:08.471Z Compiling match_cfg v0.1.0
24682026-08-18T19:05:08.555Z Compiling const-oid v0.10.2
24692026-08-18T19:05:08.840Z Compiling debug-ignore v1.0.5
24702026-08-18T19:05:08.864Z Compiling digest v0.11.3
24712026-08-18T19:05:08.957Z Compiling hostname v0.3.1
24722026-08-18T19:05:09.063Z Compiling usdt-impl v0.6.0
24732026-08-18T19:05:09.126Z Compiling slog-term v2.9.2
24742026-08-18T19:05:09.899Z Compiling compression-codecs v0.4.38
24752026-08-18T19:05:10.316Z Compiling slog-async v2.8.0
24762026-08-18T19:05:10.617Z Compiling rand v0.8.7
24772026-08-18T19:05:10.724Z Compiling ref-cast v1.0.26
24782026-08-18T19:05:10.841Z Compiling slog-json v2.6.1
24792026-08-18T19:05:11.111Z Compiling toml_parser v1.1.3+spec-1.1.0
24802026-08-18T19:05:11.404Z Compiling strum v0.26.3
24812026-08-18T19:05:11.548Z Compiling macaddr v1.0.1
24822026-08-18T19:05:11.658Z Compiling toml_datetime v1.1.1+spec-1.1.0
24832026-08-18T19:05:11.856Z Compiling serde_spanned v1.1.1
24842026-08-18T19:05:12.022Z Compiling memmap2 v0.9.11
24852026-08-18T19:05:12.083Z Compiling wait-timeout v0.2.1
24862026-08-18T19:05:12.324Z Compiling encoding_rs v0.8.35
24872026-08-18T19:05:12.430Z Compiling spin v0.9.9
24882026-08-18T19:05:12.558Z Compiling toml_writer v1.1.2+spec-1.1.0
24892026-08-18T19:05:12.568Z Compiling bit-vec v0.8.0
24902026-08-18T19:05:12.819Z Compiling mime v0.3.17
24912026-08-18T19:05:12.868Z Compiling quick-error v1.2.3
24922026-08-18T19:05:12.985Z Compiling rusty-fork v0.3.1
24932026-08-18T19:05:13.296Z Compiling bit-set v0.8.0
24942026-08-18T19:05:13.362Z Compiling toml v1.1.4+spec-1.1.0
24952026-08-18T19:05:13.494Z Compiling multer v3.1.0
24962026-08-18T19:05:13.867Z Compiling usdt v0.6.0
24972026-08-18T19:05:14.519Z Compiling slog-bunyan v2.5.0
24982026-08-18T19:05:14.704Z Compiling async-compression v0.4.43
24992026-08-18T19:05:14.761Z Compiling sha1 v0.11.0
25002026-08-18T19:05:15.177Z Compiling serde_with v3.22.0
25012026-08-18T19:05:15.188Z Compiling async-stream v0.3.6
25022026-08-18T19:05:15.200Z Compiling rand_xorshift v0.4.0
25032026-08-18T19:05:15.225Z Compiling waitgroup v0.1.2
25042026-08-18T19:05:15.363Z Compiling rustls-pemfile v2.2.0
25052026-08-18T19:05:15.384Z Compiling serde_path_to_error v0.1.20
25062026-08-18T19:05:15.395Z Compiling hostname v0.4.2
25072026-08-18T19:05:15.555Z Compiling unarray v0.1.4
25082026-08-18T19:05:15.645Z Compiling progenitor-client v0.14.0
25092026-08-18T19:05:15.679Z Compiling proptest v1.11.0
25102026-08-18T19:05:15.843Z Compiling dropshot v0.17.1
25112026-08-18T19:05:16.130Z Compiling strum v0.27.2
25122026-08-18T19:05:16.143Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-08-18T19:05:16.268Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25142026-08-18T19:05:16.294Z Compiling iddqd v0.4.6
25152026-08-18T19:05:16.510Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25162026-08-18T19:05:16.599Z Compiling block-buffer v0.10.4
25172026-08-18T19:05:16.775Z Compiling reqwest v0.12.28
25182026-08-18T19:05:16.814Z Compiling backon v1.6.0
25192026-08-18T19:05:17.076Z Compiling instant v0.1.13
25202026-08-18T19:05:17.202Z Compiling backoff v0.4.0
25212026-08-18T19:05:17.426Z Compiling progenitor-extras v0.2.0
25222026-08-18T19:05:17.676Z Compiling digest v0.10.7
25232026-08-18T19:05:17.885Z Compiling progenitor-client v0.10.0
25242026-08-18T19:05:17.919Z Compiling parse-display v0.10.0
25252026-08-18T19:05:17.934Z Compiling itertools v0.14.0
25262026-08-18T19:05:18.223Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25272026-08-18T19:05:18.348Z Compiling regress v0.10.5
25282026-08-18T19:05:18.790Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25292026-08-18T19:05:19.487Z Compiling humantime v2.4.0
25302026-08-18T19:05:19.941Z Compiling cpufeatures v0.2.17
25312026-08-18T19:05:20.018Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25322026-08-18T19:05:20.032Z Compiling heck v0.5.0
25332026-08-18T19:05:20.922Z Compiling unicode-width v0.2.2
25342026-08-18T19:05:21.269Z Compiling secrecy v0.10.3
25352026-08-18T19:05:21.455Z Compiling tinyvec_macros v0.1.1
25362026-08-18T19:05:21.537Z Compiling tinyvec v1.12.0
25372026-08-18T19:05:21.837Z Compiling num-integer v0.1.47
25382026-08-18T19:05:21.983Z Compiling scroll v0.12.0
25392026-08-18T19:05:22.300Z Compiling crucible-workspace-hack v0.1.0
25402026-08-18T19:05:22.349Z Compiling hmac v0.12.1
25412026-08-18T19:05:22.387Z Compiling regress v0.11.1
25422026-08-18T19:05:22.517Z Compiling inout v0.1.4
25432026-08-18T19:05:22.575Z Compiling ff v0.13.1
25442026-08-18T19:05:22.689Z Compiling utf8parse v0.2.2
25452026-08-18T19:05:22.734Z Compiling group v0.13.0
25462026-08-18T19:05:22.818Z Compiling anstyle-parse v1.0.0
25472026-08-18T19:05:22.859Z Compiling cipher v0.4.4
25482026-08-18T19:05:23.054Z Compiling hkdf v0.12.4
25492026-08-18T19:05:23.081Z Compiling goblin v0.8.2
25502026-08-18T19:05:23.119Z Compiling num-iter v0.1.46
25512026-08-18T19:05:23.225Z Compiling num-rational v0.4.2
25522026-08-18T19:05:23.250Z Compiling zerocopy v0.7.35
25532026-08-18T19:05:23.865Z Compiling universal-hash v0.5.1
25542026-08-18T19:05:24.020Z Compiling crypto-bigint v0.5.5
25552026-08-18T19:05:24.368Z Compiling typify-impl v0.6.2
25562026-08-18T19:05:24.759Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25572026-08-18T19:05:25.931Z Compiling terminal_size v0.4.4
25582026-08-18T19:05:26.027Z Compiling half v2.7.1
25592026-08-18T19:05:26.113Z Compiling num-complex v0.4.6
25602026-08-18T19:05:26.401Z Compiling colorchoice v1.0.5
25612026-08-18T19:05:26.535Z Compiling ciborium-io v0.2.2
25622026-08-18T19:05:26.577Z Compiling anstyle-query v1.1.5
25632026-08-18T19:05:26.643Z Compiling opaque-debug v0.3.1
25642026-08-18T19:05:26.695Z Compiling anstyle v1.0.14
25652026-08-18T19:05:26.722Z Compiling base16ct v0.2.0
25662026-08-18T19:05:26.937Z Compiling is_terminal_polyfill v1.70.2
25672026-08-18T19:05:26.979Z Compiling base64ct v1.8.3
25682026-08-18T19:05:27.053Z Compiling anstream v1.0.0
25692026-08-18T19:05:27.311Z Compiling password-hash v0.5.0
25702026-08-18T19:05:27.330Z Compiling elliptic-curve v0.13.8
25712026-08-18T19:05:27.561Z Compiling poly1305 v0.8.0
25722026-08-18T19:05:27.649Z Compiling ciborium-ll v0.2.2
25732026-08-18T19:05:27.925Z Compiling typify v0.6.2
25742026-08-18T19:05:28.044Z Compiling num v0.4.3
25752026-08-18T19:05:28.129Z Compiling curve25519-dalek v4.1.3
25762026-08-18T19:05:28.218Z Compiling dof v0.3.0
25772026-08-18T19:05:28.269Z Compiling thiserror-no-std v2.0.2
25782026-08-18T19:05:28.376Z Compiling chacha20 v0.9.1
25792026-08-18T19:05:28.637Z Compiling crossbeam-epoch v0.9.20
25802026-08-18T19:05:29.125Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25812026-08-18T19:05:29.833Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-08-18T19:05:30.800Z Compiling blake2 v0.10.6
25832026-08-18T19:05:30.851Z Compiling aead v0.5.2
25842026-08-18T19:05:31.051Z Compiling byte-wrapper v0.1.0
25852026-08-18T19:05:31.319Z Compiling dtrace-parser v0.2.0
25862026-08-18T19:05:31.350Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-08-18T19:05:31.730Z Compiling thread-id v4.2.2
25882026-08-18T19:05:31.826Z Compiling float-ord v0.3.2
25892026-08-18T19:05:31.950Z Compiling strsim v0.11.1
25902026-08-18T19:05:31.969Z Compiling clap_lex v1.1.0
25912026-08-18T19:05:32.344Z Compiling keccak v0.1.6
25922026-08-18T19:05:32.499Z Compiling clap_builder v4.6.6
25932026-08-18T19:05:32.611Z Compiling sha3 v0.10.9
25942026-08-18T19:05:32.770Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-08-18T19:05:33.005Z Compiling usdt-impl v0.5.0
25962026-08-18T19:05:33.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25972026-08-18T19:05:33.911Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-08-18T19:05:36.043Z Compiling argon2 v0.5.3
25992026-08-18T19:05:37.071Z Compiling chacha20poly1305 v0.10.1
26002026-08-18T19:05:37.232Z Compiling vsss-rs v3.3.4
26012026-08-18T19:05:38.021Z Compiling ciborium v0.2.2
26022026-08-18T19:05:38.286Z Compiling hash32 v0.3.1
26032026-08-18T19:05:38.461Z Compiling memmap v0.7.0
26042026-08-18T19:05:38.526Z Compiling indent_write v2.2.0
26052026-08-18T19:05:38.684Z Compiling data-encoding v2.11.1
26062026-08-18T19:05:38.704Z Compiling usdt v0.5.0
26072026-08-18T19:05:38.765Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-08-18T19:05:39.355Z Compiling heapless v0.8.0
26092026-08-18T19:05:39.874Z Compiling ingot-types v0.1.2
26102026-08-18T19:05:39.911Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26112026-08-18T19:05:40.272Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26122026-08-18T19:05:40.333Z Compiling clap v4.6.6
26132026-08-18T19:05:40.381Z Compiling rustix v0.38.44
26142026-08-18T19:05:40.425Z Compiling tabwriter v1.4.1
26152026-08-18T19:05:40.797Z Compiling cobs v0.3.0
26162026-08-18T19:05:41.080Z Compiling managed v0.8.0
26172026-08-18T19:05:41.363Z Compiling foreign-types-shared v0.3.1
26182026-08-18T19:05:41.381Z Compiling bitflags v1.3.2
26192026-08-18T19:05:41.463Z Compiling colored v3.1.1
26202026-08-18T19:05:41.474Z Compiling foreign-types v0.5.0
26212026-08-18T19:05:41.559Z Compiling smoltcp v0.11.0
26222026-08-18T19:05:41.735Z Compiling postcard v1.1.3
26232026-08-18T19:05:42.101Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26242026-08-18T19:05:42.121Z Compiling ingot v0.1.1
26252026-08-18T19:05:43.252Z Compiling num_enum v0.7.6
26262026-08-18T19:05:43.388Z Compiling memoffset v0.9.1
26272026-08-18T19:05:43.486Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26282026-08-18T19:05:43.606Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26292026-08-18T19:05:43.619Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-08-18T19:05:43.741Z Compiling chacha20 v0.10.1
26312026-08-18T19:05:43.901Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26322026-08-18T19:05:44.060Z Compiling serde_spanned v0.6.9
26332026-08-18T19:05:44.230Z Compiling toml_datetime v0.6.11
26342026-08-18T19:05:44.326Z Compiling cstr-argument v0.1.2
26352026-08-18T19:05:44.329Z Compiling linked-hash-map v0.5.6
26362026-08-18T19:05:44.503Z Compiling unicode-segmentation v1.13.3
26372026-08-18T19:05:44.555Z Compiling winnow v0.7.15
26382026-08-18T19:05:44.614Z Compiling resolv-conf v0.7.6
26392026-08-18T19:05:44.795Z Compiling swrite v0.1.0
26402026-08-18T19:05:44.906Z Compiling toml_write v0.1.2
26412026-08-18T19:05:44.919Z Compiling static_assertions v1.1.0
26422026-08-18T19:05:44.999Z Compiling newline-converter v0.3.0
26432026-08-18T19:05:45.106Z Compiling lru-cache v0.1.2
26442026-08-18T19:05:45.140Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26452026-08-18T19:05:45.156Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26462026-08-18T19:05:45.236Z Compiling rand v0.10.2
26472026-08-18T19:05:45.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26482026-08-18T19:05:45.389Z Compiling hubpack v0.1.2
26492026-08-18T19:05:45.574Z Compiling nix v0.31.3
26502026-08-18T19:05:45.651Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
26512026-08-18T19:05:45.884Z Compiling crossbeam-deque v0.8.7
26522026-08-18T19:05:46.004Z Compiling atomicwrites v0.4.4
26532026-08-18T19:05:46.124Z Compiling toml_edit v0.22.27
26542026-08-18T19:05:46.326Z Compiling hickory-proto v0.24.4
26552026-08-18T19:05:46.487Z Compiling console v0.15.11
26562026-08-18T19:05:46.891Z Compiling itertools v0.12.1
26572026-08-18T19:05:47.887Z Compiling camino-tempfile v1.4.1
26582026-08-18T19:05:48.186Z Compiling serde-big-array v0.5.1
26592026-08-18T19:05:48.308Z Compiling lazy_static v1.5.0
26602026-08-18T19:05:48.349Z Compiling similar v2.7.0
26612026-08-18T19:05:48.366Z Compiling siphasher v1.0.3
26622026-08-18T19:05:48.420Z Compiling pin-project v1.1.13
26632026-08-18T19:05:48.533Z Compiling phf_shared v0.12.1
26642026-08-18T19:05:48.580Z Compiling hickory-resolver v0.24.4
26652026-08-18T19:05:48.758Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26662026-08-18T19:05:49.282Z Compiling expectorate v1.2.0
26672026-08-18T19:05:49.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26682026-08-18T19:05:49.611Z Compiling toml v0.8.23
26692026-08-18T19:05:51.062Z Compiling prettyplease v0.2.37
26702026-08-18T19:05:52.504Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26712026-08-18T19:05:53.358Z Compiling rayon-core v1.13.0
26722026-08-18T19:05:54.728Z Compiling num_enum v0.5.11
26732026-08-18T19:05:54.800Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
26742026-08-18T19:05:54.859Z Compiling progenitor-impl v0.13.0
26752026-08-18T19:05:55.064Z Compiling progenitor-impl v0.14.0
26762026-08-18T19:05:55.306Z Compiling unicode-normalization v0.1.25
26772026-08-18T19:05:55.914Z Compiling progenitor-client v0.13.0
26782026-08-18T19:05:56.410Z Compiling tokio-stream v0.1.19
26792026-08-18T19:05:57.014Z Compiling csv-core v0.1.13
26802026-08-18T19:05:57.421Z Compiling bstr v1.13.1
26812026-08-18T19:05:57.926Z Compiling konst_macro_rules v0.2.19
26822026-08-18T19:05:58.127Z Compiling same-file v1.0.6
26832026-08-18T19:05:58.139Z Compiling jiff-core v0.1.0
26842026-08-18T19:05:58.313Z Compiling unicode-width v0.1.14
26852026-08-18T19:05:58.552Z Compiling highway v1.3.0
26862026-08-18T19:05:58.632Z Compiling foldhash v0.1.5
26872026-08-18T19:05:58.864Z Compiling foreign-types-shared v0.1.1
26882026-08-18T19:05:58.967Z Compiling jiff v0.2.35
26892026-08-18T19:05:59.230Z Compiling foreign-types v0.3.2
26902026-08-18T19:05:59.315Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-08-18T19:05:59.990Z Compiling hashbrown v0.15.5
26922026-08-18T19:06:00.665Z Compiling walkdir v2.5.0
26932026-08-18T19:06:01.395Z Compiling konst v0.2.20
26942026-08-18T19:06:01.791Z Compiling globset v0.4.20
26952026-08-18T19:06:02.686Z Compiling csv v1.4.0
26962026-08-18T19:06:03.004Z Compiling snafu v0.8.9
26972026-08-18T19:06:03.571Z Compiling qorb v0.4.1
26982026-08-18T19:06:03.666Z Compiling progenitor v0.14.0
26992026-08-18T19:06:03.815Z Compiling progenitor v0.13.0
27002026-08-18T19:06:03.963Z Compiling olpc-cjson v0.1.4
27012026-08-18T19:06:04.179Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27022026-08-18T19:06:04.796Z Compiling rayon v1.12.0
27032026-08-18T19:06:05.082Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27042026-08-18T19:06:06.338Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27052026-08-18T19:06:07.073Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-08-18T19:06:08.613Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27072026-08-18T19:06:10.872Z Compiling phf v0.12.1
27082026-08-18T19:06:11.057Z Compiling openssl-sys v0.9.117
27092026-08-18T19:06:11.506Z Compiling tokio-dtrace v0.1.1
27102026-08-18T19:06:11.845Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-08-18T19:06:12.001Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27122026-08-18T19:06:12.226Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27132026-08-18T19:06:12.825Z Compiling libsw-core v0.3.2
27142026-08-18T19:06:13.011Z Compiling pem v3.0.6
27152026-08-18T19:06:13.429Z Compiling serde_plain v1.0.2
27162026-08-18T19:06:13.609Z Compiling sigpipe v0.1.3
27172026-08-18T19:06:13.707Z Compiling fixedbitset v0.5.7
27182026-08-18T19:06:13.707Z Compiling minimal-lexical v0.2.1
27192026-08-18T19:06:13.710Z Compiling bytecount v0.6.9
27202026-08-18T19:06:13.906Z Compiling glob v0.3.4
27212026-08-18T19:06:14.047Z Compiling typed-path v0.9.3
27222026-08-18T19:06:14.224Z Compiling fixedbitset v0.4.2
27232026-08-18T19:06:14.234Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-08-18T19:06:14.313Z Compiling petgraph v0.8.3
27252026-08-18T19:06:14.597Z Compiling petgraph v0.6.5
27262026-08-18T19:06:14.852Z Compiling nom v7.1.3
27272026-08-18T19:06:15.043Z Compiling papergrid v0.11.0
27282026-08-18T19:06:16.429Z Compiling tough v0.22.0
27292026-08-18T19:06:16.565Z Compiling openssl v0.10.81
27302026-08-18T19:06:16.678Z Compiling libsw v3.5.0
27312026-08-18T19:06:16.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27322026-08-18T19:06:16.826Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-08-18T19:06:16.861Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-08-18T19:06:17.047Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27352026-08-18T19:06:17.100Z Compiling zone v0.3.1
27362026-08-18T19:06:17.345Z Compiling oxide-tokio-rt v0.1.6
27372026-08-18T19:06:17.955Z Compiling chrono-tz v0.10.4
27382026-08-18T19:06:18.884Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27392026-08-18T19:06:20.052Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-08-18T19:06:20.272Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-08-18T19:06:20.442Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27422026-08-18T19:06:20.457Z Compiling newtype_derive v0.1.6
27432026-08-18T19:06:20.543Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-08-18T19:06:21.082Z Compiling slog-dtrace v0.3.0
27452026-08-18T19:06:21.797Z Compiling const_format v0.2.36
27462026-08-18T19:06:22.313Z Compiling owo-colors v4.3.0
27472026-08-18T19:06:22.372Z Compiling cancel-safe-futures v0.1.5
27482026-08-18T19:06:22.750Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27492026-08-18T19:06:22.775Z Compiling gethostname v0.5.0
27502026-08-18T19:06:22.915Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27512026-08-18T19:06:23.231Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-08-18T19:06:23.244Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-08-18T19:06:23.362Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-08-18T19:06:23.415Z Compiling bcs v0.1.6
27552026-08-18T19:06:23.443Z Compiling smf v0.2.3
27562026-08-18T19:06:23.834Z Compiling unicode-linebreak v0.1.5
27572026-08-18T19:06:24.117Z Compiling smawk v0.3.3
27582026-08-18T19:06:24.276Z Compiling tagptr v0.2.0
27592026-08-18T19:06:24.276Z Compiling termtree v0.5.1
27602026-08-18T19:06:24.426Z Compiling linear-map v1.2.0
27612026-08-18T19:06:24.437Z Compiling whoami v1.6.1
27622026-08-18T19:06:24.693Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-08-18T19:06:24.693Z Compiling moka v0.12.16
27642026-08-18T19:06:24.952Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-08-18T19:06:25.004Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-08-18T19:06:25.941Z Compiling textwrap v0.16.2
27672026-08-18T19:06:26.317Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-08-18T19:06:27.544Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-08-18T19:06:28.133Z Compiling tabled v0.15.0
27702026-08-18T19:06:28.298Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-08-18T19:06:28.514Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-08-18T19:06:28.869Z Compiling steno v0.4.1
27732026-08-18T19:06:30.438Z Compiling cookie v0.18.2
27742026-08-18T19:06:32.530Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-08-18T19:06:33.492Z Compiling hickory-proto v0.25.2
27762026-08-18T19:06:36.058Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27772026-08-18T19:06:37.103Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27782026-08-18T19:06:37.138Z Compiling hickory-resolver v0.25.2
27792026-08-18T19:06:38.540Z Compiling arc-swap v1.9.2
27802026-08-18T19:06:38.696Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-08-18T19:06:38.908Z Compiling slog-scope v4.4.1
27822026-08-18T19:06:38.984Z Compiling libscf-sys v1.2.0
27832026-08-18T19:06:39.132Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-08-18T19:06:39.304Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27852026-08-18T19:06:39.668Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27862026-08-18T19:06:40.016Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27872026-08-18T19:06:40.349Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-08-18T19:06:41.623Z Compiling slog-stdlog v4.1.1
27892026-08-18T19:06:41.990Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27902026-08-18T19:06:42.103Z Compiling slog-envlogger v2.2.0
27912026-08-18T19:06:42.832Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
27922026-08-18T19:06:43.007Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27932026-08-18T19:06:43.415Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27942026-08-18T19:06:50.669Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27952026-08-18T19:06:53.006Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27962026-08-18T19:06:54.766Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27972026-08-18T19:07:03.366Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27982026-08-18T19:07:07.186Z Finished `release` profile [optimized] target(s) in 2m 26s
27992026-08-18T19:07:07.303Z Running unittests src/lib.rs (target/release/deps/mg_tests-ebd3c5f9cf3c6988)
28002026-08-18T19:07:07.306Z
28012026-08-18T19:07:07.306Zrunning 1 test
28022026-08-18T19:07:07.481Zconfigure zone
28032026-08-18T19:07:07.498Zinstall zone
28042026-08-18T19:07:17.219Zboot zone
28052026-08-18T19:07:17.298Zstart zone s1
28062026-08-18T19:07:17.298Zconfigure zone
28072026-08-18T19:07:17.307Zinstall zone
28082026-08-18T19:07:19.156Zboot zone
28092026-08-18T19:07:19.247Zstart zone s2
28102026-08-18T19:07:19.247Zconfigure zone
28112026-08-18T19:07:19.256Zinstall zone
28122026-08-18T19:07:21.518Zboot zone
28132026-08-18T19:07:21.604Zstart zone t1
28142026-08-18T19:07:21.604Zconfigure zone
28152026-08-18T19:07:21.616Zinstall zone
28162026-08-18T19:07:24.320Zboot zone
28172026-08-18T19:07:24.427Zwaiting for zones to come up
28182026-08-18T19:07:34.428Z[sidecar.trio] svcs milestone/network
28192026-08-18T19:07:34.454ZSTATE STIME FMRI
28202026-08-18T19:07:34.454Zonline 19:07:16 svc:/milestone/network:default
28212026-08-18T19:07:34.454Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28222026-08-18T19:07:34.480Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28232026-08-18T19:07:34.507Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28242026-08-18T19:07:34.528Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28252026-08-18T19:07:34.531Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28262026-08-18T19:07:34.542Z
28272026-08-18T19:07:34.543Zrunning zone s1.trio setup
28282026-08-18T19:07:34.543Z[s1.trio] svcs milestone/network
28292026-08-18T19:07:34.558ZSTATE STIME FMRI
28302026-08-18T19:07:34.558Zonline 19:07:18 svc:/milestone/network:default
28312026-08-18T19:07:34.558Z[s1.trio] dladm
28322026-08-18T19:07:34.571ZLINK CLASS MTU STATE BRIDGE OVER
28332026-08-18T19:07:34.571Zsl0 simnet 9000 up -- ?
28342026-08-18T19:07:34.571Zmg2 vnic 9000 up -- ?
28352026-08-18T19:07:34.574Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28362026-08-18T19:07:35.081Z
28372026-08-18T19:07:35.081Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28382026-08-18T19:07:35.097Z
28392026-08-18T19:07:35.097Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28402026-08-18T19:07:35.109Z
28412026-08-18T19:07:35.109Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28422026-08-18T19:07:35.208Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28432026-08-18T19:07:35.290Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f577eacd-7a22-4d4c-aa62-d272ab16766b --sled-uuid 5c4eff77-269f-410a-8591-e5bf6e59aa8a -a sl0/v6 &> /opt/ddmd.log &
28442026-08-18T19:07:35.305Z
28452026-08-18T19:07:35.305Zrunning zone s2.trio setup
28462026-08-18T19:07:35.305Z[s2.trio] svcs milestone/network
28472026-08-18T19:07:35.321ZSTATE STIME FMRI
28482026-08-18T19:07:35.321Zonline 19:07:21 svc:/milestone/network:default
28492026-08-18T19:07:35.321Z[s2.trio] dladm
28502026-08-18T19:07:35.333ZLINK CLASS MTU STATE BRIDGE OVER
28512026-08-18T19:07:35.333Zsl1 simnet 9000 up -- ?
28522026-08-18T19:07:35.333Zmg3 vnic 9000 up -- ?
28532026-08-18T19:07:35.333Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28542026-08-18T19:07:35.891Z
28552026-08-18T19:07:35.891Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28562026-08-18T19:07:35.905Z
28572026-08-18T19:07:35.905Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28582026-08-18T19:07:35.917Z
28592026-08-18T19:07:35.917Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28602026-08-18T19:07:35.954Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28612026-08-18T19:07:35.985Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9f23570f-d0f6-4374-9714-1d82d76cd0dc --sled-uuid 609d4963-9f3d-4b4b-9ff2-307507a11312 -a sl1/v6 &> /opt/ddmd.log &
28622026-08-18T19:07:35.999Z
28632026-08-18T19:07:36.000Zrunning zone t1.trio setup
28642026-08-18T19:07:36.000Z[t1.trio] svcs milestone/network
28652026-08-18T19:07:36.011ZSTATE STIME FMRI
28662026-08-18T19:07:36.011Zonline 19:07:24 svc:/milestone/network:default
28672026-08-18T19:07:36.011Z[t1.trio] dladm
28682026-08-18T19:07:36.024ZLINK CLASS MTU STATE BRIDGE OVER
28692026-08-18T19:07:36.024Ztfportrear0_0 simnet 9000 up -- ?
28702026-08-18T19:07:36.024Ztfportrear1_0 simnet 9000 up -- ?
28712026-08-18T19:07:36.024Zmg1 vnic 9000 up -- ?
28722026-08-18T19:07:36.024Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28732026-08-18T19:07:36.604Z
28742026-08-18T19:07:36.604Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28752026-08-18T19:07:36.617Z
28762026-08-18T19:07:36.617Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28772026-08-18T19:07:36.630Z
28782026-08-18T19:07:36.630Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28792026-08-18T19:07:36.642Z
28802026-08-18T19:07:36.642Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28812026-08-18T19:07:36.946Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28822026-08-18T19:07:36.949Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28832026-08-18T19:07:36.952Zwaiting 3s for copy of files to zone to complete ...
28842026-08-18T19:07:39.951Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28852026-08-18T19:07:40.088Z
28862026-08-18T19:07:40.088Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28872026-08-18T19:07:40.196Z
28882026-08-18T19:07:40.196Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28892026-08-18T19:07:40.237Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28902026-08-18T19:07:40.272Z[t1.trio] svcadm disable dendrite
28912026-08-18T19:07:40.296Z
28922026-08-18T19:07:40.296Z[t1.trio] svcadm disable tfport
28932026-08-18T19:07:40.320Z
28942026-08-18T19:07:40.320Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28952026-08-18T19:07:40.344Z
28962026-08-18T19:07:40.345Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28972026-08-18T19:07:40.373Z
28982026-08-18T19:07:40.373Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28992026-08-18T19:07:40.394Z
29002026-08-18T19:07:40.394Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29012026-08-18T19:07:40.419Z
29022026-08-18T19:07:40.419Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29032026-08-18T19:07:40.444Z
29042026-08-18T19:07:40.444Z[t1.trio] svcadm refresh dendrite:default
29052026-08-18T19:07:40.464Z
29062026-08-18T19:07:40.464Z[t1.trio] svcadm enable dendrite:default
29072026-08-18T19:07:40.486Z
29082026-08-18T19:07:40.486Zwait 10s for dendrite to come up ...
29092026-08-18T19:07:50.487Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29102026-08-18T19:07:50.514Z
29112026-08-18T19:07:50.514Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29122026-08-18T19:07:50.538Z
29132026-08-18T19:07:50.538Z[t1.trio] svcadm refresh tfport:default
29142026-08-18T19:07:50.559Z
29152026-08-18T19:07:50.559Z[t1.trio] svcadm enable tfport
29162026-08-18T19:07:50.580Z
29172026-08-18T19:07:50.583Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c55c8a32-c5ff-411e-bbd2-d33bfc3103b9 --sled-uuid 11c03e80-f6bd-4d6e-aa0a-9c978554e0a3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29182026-08-18T19:07:50.592Z
29192026-08-18T19:07:50.592Z[t1.trio] ipadm
29202026-08-18T19:07:50.605ZADDROBJ TYPE STATE ADDR
29212026-08-18T19:07:50.605Zlo0/v4 static ok 127.0.0.1/8
29222026-08-18T19:07:50.605Zmg1/v4 static ok 10.0.0.3/24
29232026-08-18T19:07:50.605Zlo0/v6 static ok ::1/128
29242026-08-18T19:07:50.605Zlo0/u6 static ok fd00:3::1/64
29252026-08-18T19:07:50.605Ztfportrear0_0/v6 addrconf ok fe80::30ed:9ff:fe87:cc7f%tfportrear0_0/10
29262026-08-18T19:07:50.605Ztfportrear1_0/v6 addrconf ok fe80::98b2:afff:fe7c:cbc6%tfportrear1_0/10
29272026-08-18T19:07:52.719Zinitial peering test passed
29282026-08-18T19:07:53.720Zadvertise from one passed
29292026-08-18T19:07:54.722Zadvertise from two passed
29302026-08-18T19:07:54.722Z[s1.trio] ping fd00:2::1
29312026-08-18T19:07:54.737Zfd00:2::1 is alive
29322026-08-18T19:07:54.737Z[s2.trio] ping fd00:1::1
29332026-08-18T19:07:54.749Zfd00:1::1 is alive
29342026-08-18T19:07:54.749Zconnectivity test passed
29352026-08-18T19:07:54.749Z[t1.trio] pkill ddmd
29362026-08-18T19:07:54.760Z
29372026-08-18T19:08:00.763Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid fdb34969-1880-4c6d-b3bf-14dd919e6156 --sled-uuid bb55cb88-d565-4c66-a8ee-35f7bca6a16b -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29382026-08-18T19:08:00.776Z
29392026-08-18T19:08:00.776Z[t1.trio] ipadm
29402026-08-18T19:08:00.789ZADDROBJ TYPE STATE ADDR
29412026-08-18T19:08:00.790Zlo0/v4 static ok 127.0.0.1/8
29422026-08-18T19:08:00.790Zmg1/v4 static ok 10.0.0.3/24
29432026-08-18T19:08:00.790Zlo0/v6 static ok ::1/128
29442026-08-18T19:08:00.790Zlo0/u6 static ok fd00:3::1/64
29452026-08-18T19:08:00.790Ztfportrear0_0/v6 addrconf ok fe80::30ed:9ff:fe87:cc7f%tfportrear0_0/10
29462026-08-18T19:08:00.790Ztfportrear1_0/v6 addrconf ok fe80::98b2:afff:fe7c:cbc6%tfportrear1_0/10
29472026-08-18T19:08:03.791Z[s1.trio] ping fd00:2::1
29482026-08-18T19:08:03.805Zfd00:2::1 is alive
29492026-08-18T19:08:03.805Z[s2.trio] ping fd00:1::1
29502026-08-18T19:08:03.817Zfd00:1::1 is alive
29512026-08-18T19:08:03.817Ztransit router restart passed
29522026-08-18T19:08:03.817Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29532026-08-18T19:08:03.832Zlocal v6:
29542026-08-18T19:08:03.833Zfe80::30ed:9ff:fe87:cc7f
29552026-08-18T19:08:03.833Zfe80::98b2:afff:fe7c:cbc6
29562026-08-18T19:08:03.833Zlocal v4:
29572026-08-18T19:08:03.833Zrouter v6_idx:
29582026-08-18T19:08:03.833Zfd00:2::/64 -> 1
29592026-08-18T19:08:03.833Zfd00:1::/64 -> 0
29602026-08-18T19:08:03.833Zrouter v6_routes:
29612026-08-18T19:08:03.833Z0 -> fe80::bc0f:19ff:fefb:57f4 (1)
29622026-08-18T19:08:03.833Z1 -> fe80::7014:44ff:fe3d:c991 (2)
29632026-08-18T19:08:03.833Zrouter v4_idx:
29642026-08-18T19:08:03.833Zrouter v4_routes:
29652026-08-18T19:08:03.833Zresolver v4:
29662026-08-18T19:08:03.833Z10.0.0.3 -> 02:08:20:0a:85:bc
29672026-08-18T19:08:03.833Z10.0.0.254 -> 02:08:20:53:07:2c
29682026-08-18T19:08:03.833Zresolver v6:
29692026-08-18T19:08:03.833Zfe80::30ed:9ff:fe87:cc7f -> 32:ed:09:87:cc:7f
29702026-08-18T19:08:03.833Zfe80::98b2:afff:fe7c:cbc6 -> 9a:b2:af:7c:cb:c6
29712026-08-18T19:08:03.833Zfe80::bc0f:19ff:fefb:57f4 -> be:0f:19:fb:57:f4
29722026-08-18T19:08:03.833Zfe80::7014:44ff:fe3d:c991 -> 72:14:44:3d:c9:91
29732026-08-18T19:08:03.833Znat v4:
29742026-08-18T19:08:03.833Znat_v6:
29752026-08-18T19:08:03.833Zport_mac:
29762026-08-18T19:08:03.833Z1000: a8:40:25:06:57:2a
29772026-08-18T19:08:03.833Z2: a8:40:25:06:57:2c
29782026-08-18T19:08:03.833Z1: a8:40:25:06:57:2b
29792026-08-18T19:08:03.833Zproxy arp:
29802026-08-18T19:08:03.833Z[s1.trio] pkill ddmd
29812026-08-18T19:08:03.844Z
29822026-08-18T19:08:07.312Ztest ddm::test_trio_v3 has been running for over 60 seconds
29832026-08-18T19:08:08.847Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29842026-08-18T19:08:08.862Zlocal v6:
29852026-08-18T19:08:08.863Zfe80::30ed:9ff:fe87:cc7f
29862026-08-18T19:08:08.863Zfe80::98b2:afff:fe7c:cbc6
29872026-08-18T19:08:08.863Zlocal v4:
29882026-08-18T19:08:08.863Zrouter v6_idx:
29892026-08-18T19:08:08.863Zfd00:2::/64 -> 1
29902026-08-18T19:08:08.863Zrouter v6_routes:
29912026-08-18T19:08:08.863Z1 -> fe80::7014:44ff:fe3d:c991 (2)
29922026-08-18T19:08:08.863Zrouter v4_idx:
29932026-08-18T19:08:08.863Zrouter v4_routes:
29942026-08-18T19:08:08.863Zresolver v4:
29952026-08-18T19:08:08.863Z10.0.0.3 -> 02:08:20:0a:85:bc
29962026-08-18T19:08:08.863Z10.0.0.254 -> 02:08:20:53:07:2c
29972026-08-18T19:08:08.863Zresolver v6:
29982026-08-18T19:08:08.863Zfe80::30ed:9ff:fe87:cc7f -> 32:ed:09:87:cc:7f
29992026-08-18T19:08:08.863Zfe80::98b2:afff:fe7c:cbc6 -> 9a:b2:af:7c:cb:c6
30002026-08-18T19:08:08.863Zfe80::bc0f:19ff:fefb:57f4 -> be:0f:19:fb:57:f4
30012026-08-18T19:08:08.863Zfe80::7014:44ff:fe3d:c991 -> 72:14:44:3d:c9:91
30022026-08-18T19:08:08.863Znat v4:
30032026-08-18T19:08:08.863Znat_v6:
30042026-08-18T19:08:08.863Zport_mac:
30052026-08-18T19:08:08.863Z1000: a8:40:25:06:57:2a
30062026-08-18T19:08:08.863Z2: a8:40:25:06:57:2c
30072026-08-18T19:08:08.863Z1: a8:40:25:06:57:2b
30082026-08-18T19:08:08.863Zproxy arp:
30092026-08-18T19:08:08.863Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b3a32b01-dd60-4d47-abe4-b9a449fff13f --sled-uuid 09044a2a-43fd-4424-ac7b-f6f34dead0a8 -a sl0/v6 &> /opt/ddmd.log &
30102026-08-18T19:08:08.874Z
30112026-08-18T19:08:11.876Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30122026-08-18T19:08:11.892Zlocal v6:
30132026-08-18T19:08:11.892Zfe80::30ed:9ff:fe87:cc7f
30142026-08-18T19:08:11.892Zfe80::98b2:afff:fe7c:cbc6
30152026-08-18T19:08:11.892Zlocal v4:
30162026-08-18T19:08:11.892Zrouter v6_idx:
30172026-08-18T19:08:11.892Zfd00:2::/64 -> 1
30182026-08-18T19:08:11.892Zfd00:1::/64 -> 0
30192026-08-18T19:08:11.892Zrouter v6_routes:
30202026-08-18T19:08:11.892Z0 -> fe80::bc0f:19ff:fefb:57f4 (1)
30212026-08-18T19:08:11.892Z1 -> fe80::7014:44ff:fe3d:c991 (2)
30222026-08-18T19:08:11.892Zrouter v4_idx:
30232026-08-18T19:08:11.892Zrouter v4_routes:
30242026-08-18T19:08:11.892Zresolver v4:
30252026-08-18T19:08:11.892Z10.0.0.3 -> 02:08:20:0a:85:bc
30262026-08-18T19:08:11.892Z10.0.0.254 -> 02:08:20:53:07:2c
30272026-08-18T19:08:11.892Zresolver v6:
30282026-08-18T19:08:11.892Zfe80::30ed:9ff:fe87:cc7f -> 32:ed:09:87:cc:7f
30292026-08-18T19:08:11.892Zfe80::98b2:afff:fe7c:cbc6 -> 9a:b2:af:7c:cb:c6
30302026-08-18T19:08:11.892Zfe80::bc0f:19ff:fefb:57f4 -> be:0f:19:fb:57:f4
30312026-08-18T19:08:11.892Zfe80::7014:44ff:fe3d:c991 -> 72:14:44:3d:c9:91
30322026-08-18T19:08:11.892Znat v4:
30332026-08-18T19:08:11.892Znat_v6:
30342026-08-18T19:08:11.892Zport_mac:
30352026-08-18T19:08:11.892Z1000: a8:40:25:06:57:2a
30362026-08-18T19:08:11.893Z2: a8:40:25:06:57:2c
30372026-08-18T19:08:11.893Z1: a8:40:25:06:57:2b
30382026-08-18T19:08:11.893Zproxy arp:
30392026-08-18T19:08:11.896Z[s2.trio] netstat -nr -f inet6
30402026-08-18T19:08:11.906ZRouting Table: IPv6
30412026-08-18T19:08:11.906Z Destination/Mask Gateway Flags Ref Use If
30422026-08-18T19:08:11.906Z--------------------------- --------------------------- ----- --- ------- -----
30432026-08-18T19:08:11.906Z::1 ::1 UH 2 0 lo0
30442026-08-18T19:08:11.906Zfd00:1::/64 fe80::98b2:afff:fe7c:cbc6 UG 1 0 sl1
30452026-08-18T19:08:11.906Zfe80::/10 fe80::7014:44ff:fe3d:c991 U 3 64 sl1
30462026-08-18T19:08:11.906Z[s2.trio] ipadm
30472026-08-18T19:08:11.919ZADDROBJ TYPE STATE ADDR
30482026-08-18T19:08:11.919Zlo0/v4 static ok 127.0.0.1/8
30492026-08-18T19:08:11.919Zmg3/v4 static ok 10.0.0.2/24
30502026-08-18T19:08:11.919Zlo0/v6 static ok ::1/128
30512026-08-18T19:08:11.919Zlo0/u6 static ok fd00:2::1/64
30522026-08-18T19:08:11.919Zsl1/v6 addrconf ok fe80::7014:44ff:fe3d:c991%sl1/10
30532026-08-18T19:08:11.919Z[s2.trio] route -nv get -inet6 fd00:1::1
30542026-08-18T19:08:11.930Znewrt->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>
30552026-08-18T19:08:11.930Zlocks: inits:
30562026-08-18T19:08:11.930Zsockaddrs: <DST,IFP>
30572026-08-18T19:08:11.930Z fd00:1::1
30582026-08-18T19:08:11.930Z route to: fd00:1::1
30592026-08-18T19:08:11.930Zdestination: fd00:1::
30602026-08-18T19:08:11.930Z mask: ffff:ffff:ffff:ffff::
30612026-08-18T19:08:11.930Z gateway: fe80::98b2:afff:fe7c:cbc6
30622026-08-18T19:08:11.930Z interface: sl1 index 3 address 72 14 44 3d c9 91
30632026-08-18T19:08:11.930Z flags: <UP,GATEWAY,DONE,STATIC>
30642026-08-18T19:08:11.930Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30652026-08-18T19:08:11.930Z 0 0 0 0 0 0 9000 0
30662026-08-18T19:08:11.930Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30672026-08-18T19:08:11.930Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30682026-08-18T19:08:11.930Z fd00:1:: fe80::98b2:afff:fe7c:cbc6 ffff:ffff:ffff:ffff:: sl1:72.14.44.3d.c9.91 fe80::7014:44ff:fe3d:c991
30692026-08-18T19:08:11.930Z[s2.trio] ndp -na
30702026-08-18T19:08:11.942ZNet to Media Table: IPv6
30712026-08-18T19:08:11.942Z If Physical Address Type State Destination/Mask
30722026-08-18T19:08:11.942Z----- ----------------- ------- ------------ ---------------------------
30732026-08-18T19:08:11.942Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30742026-08-18T19:08:11.942Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30752026-08-18T19:08:11.942Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30762026-08-18T19:08:11.942Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30772026-08-18T19:08:11.942Zsl1 72:14:44:3d:c9:91 local REACHABLE fe80::7014:44ff:fe3d:c991
30782026-08-18T19:08:11.942Zsl1 33:33:ff:3d:c9:91 other REACHABLE ff02::1:ff3d:c991
30792026-08-18T19:08:11.942Zsl1 33:33:ff:7c:cb:c6 other REACHABLE ff02::1:ff7c:cbc6
30802026-08-18T19:08:11.942Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30812026-08-18T19:08:11.942Zsl1 9a:b2:af:7c:cb:c6 dynamic REACHABLE fe80::98b2:afff:fe7c:cbc6
30822026-08-18T19:08:11.942Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30832026-08-18T19:08:11.955Zlocal v6:
30842026-08-18T19:08:11.955Zfe80::30ed:9ff:fe87:cc7f
30852026-08-18T19:08:11.955Zfe80::98b2:afff:fe7c:cbc6
30862026-08-18T19:08:11.955Zlocal v4:
30872026-08-18T19:08:11.955Zrouter v6_idx:
30882026-08-18T19:08:11.955Zfd00:2::/64 -> 1
30892026-08-18T19:08:11.955Zfd00:1::/64 -> 0
30902026-08-18T19:08:11.955Zrouter v6_routes:
30912026-08-18T19:08:11.956Z0 -> fe80::bc0f:19ff:fefb:57f4 (1)
30922026-08-18T19:08:11.956Z1 -> fe80::7014:44ff:fe3d:c991 (2)
30932026-08-18T19:08:11.956Zrouter v4_idx:
30942026-08-18T19:08:11.956Zrouter v4_routes:
30952026-08-18T19:08:11.956Zresolver v4:
30962026-08-18T19:08:11.956Z10.0.0.3 -> 02:08:20:0a:85:bc
30972026-08-18T19:08:11.956Z10.0.0.254 -> 02:08:20:53:07:2c
30982026-08-18T19:08:11.956Zresolver v6:
30992026-08-18T19:08:11.956Zfe80::30ed:9ff:fe87:cc7f -> 32:ed:09:87:cc:7f
31002026-08-18T19:08:11.956Zfe80::98b2:afff:fe7c:cbc6 -> 9a:b2:af:7c:cb:c6
31012026-08-18T19:08:11.956Zfe80::bc0f:19ff:fefb:57f4 -> be:0f:19:fb:57:f4
31022026-08-18T19:08:11.956Zfe80::7014:44ff:fe3d:c991 -> 72:14:44:3d:c9:91
31032026-08-18T19:08:11.956Znat v4:
31042026-08-18T19:08:11.956Znat_v6:
31052026-08-18T19:08:11.956Zport_mac:
31062026-08-18T19:08:11.956Z1000: a8:40:25:06:57:2a
31072026-08-18T19:08:11.956Z2: a8:40:25:06:57:2c
31082026-08-18T19:08:11.956Z1: a8:40:25:06:57:2b
31092026-08-18T19:08:11.956Zproxy arp:
31102026-08-18T19:08:11.956Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31112026-08-18T19:08:11.999ZSubnet Port Link Gateway Vlan
31122026-08-18T19:08:11.999Zfd00:1::/64 rear0 0 fe80::bc0f:19ff:fefb:57f4
31132026-08-18T19:08:11.999Zfd00:2::/64 rear1 0 fe80::7014:44ff:fe3d:c991
31142026-08-18T19:08:11.999Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31152026-08-18T19:08:12.038Zhost mac age
31162026-08-18T19:08:12.038Z10.0.0.3 02:08:20:0a:85:bc 21s
31172026-08-18T19:08:12.038Z10.0.0.254 02:08:20:53:07:2c 18s
31182026-08-18T19:08:12.038Zfe80::30ed:9ff:fe87:cc7f 32:ed:09:87:cc:7f 21s
31192026-08-18T19:08:12.038Zfe80::7014:44ff:fe3d:c991 72:14:44:3d:c9:91 21s
31202026-08-18T19:08:12.038Zfe80::98b2:afff:fe7c:cbc6 9a:b2:af:7c:cb:c6 21s
31212026-08-18T19:08:12.038Zfe80::bc0f:19ff:fefb:57f4 be:0f:19:fb:57:f4 21s
31222026-08-18T19:08:12.038Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31232026-08-18T19:08:12.076ZLink IPv4 IPv6
31242026-08-18T19:08:12.076Zrear0/0 fe80::30ed:9ff:fe87:cc7f
31252026-08-18T19:08:12.076Zrear1/0 fe80::98b2:afff:fe7c:cbc6
31262026-08-18T19:08:12.077Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31272026-08-18T19:08:13.099ZADDROBJ TYPE STATE ADDR
31282026-08-18T19:08:13.100Zlo0/v4 static ok 127.0.0.1/8
31292026-08-18T19:08:13.100Zmg2/v4 static ok 10.0.0.1/24
31302026-08-18T19:08:13.100Zlo0/v6 static ok ::1/128
31312026-08-18T19:08:13.100Zlo0/u6 static ok fd00:1::1/64
31322026-08-18T19:08:13.100Zsl0/v6 addrconf ok fe80::bc0f:19ff:fefb:57f4%sl0/10
31332026-08-18T19:08:13.100Znewrt->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>
31342026-08-18T19:08:13.100Zlocks: inits:
31352026-08-18T19:08:13.100Zsockaddrs: <DST,IFP>
31362026-08-18T19:08:13.100Z fd00:2::1
31372026-08-18T19:08:13.100Z route to: fd00:2::1
31382026-08-18T19:08:13.100Zdestination: fd00:2::
31392026-08-18T19:08:13.100Z mask: ffff:ffff:ffff:ffff::
31402026-08-18T19:08:13.100Z gateway: fe80::30ed:9ff:fe87:cc7f
31412026-08-18T19:08:13.100Z interface: sl0 index 3 address be 0f 19 fb 57 f4
31422026-08-18T19:08:13.100Z flags: <UP,GATEWAY,DONE,STATIC>
31432026-08-18T19:08:13.100Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31442026-08-18T19:08:13.100Z 0 0 0 0 0 0 9000 0
31452026-08-18T19:08:13.100Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31462026-08-18T19:08:13.100Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31472026-08-18T19:08:13.100Z fd00:2:: fe80::30ed:9ff:fe87:cc7f ffff:ffff:ffff:ffff:: sl0:be.f.19.fb.57.f4 fe80::bc0f:19ff:fefb:57f4
31482026-08-18T19:08:13.100Z
31492026-08-18T19:08:13.100ZNet to Media Table: IPv6
31502026-08-18T19:08:13.100Z If Physical Address Type State Destination/Mask
31512026-08-18T19:08:13.100Z----- ----------------- ------- ------------ ---------------------------
31522026-08-18T19:08:13.100Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31532026-08-18T19:08:13.100Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31542026-08-18T19:08:13.100Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31552026-08-18T19:08:13.100Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31562026-08-18T19:08:13.100Zsl0 33:33:ff:87:cc:7f other REACHABLE ff02::1:ff87:cc7f
31572026-08-18T19:08:13.100Zsl0 33:33:ff:fb:57:f4 other REACHABLE ff02::1:fffb:57f4
31582026-08-18T19:08:13.100Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31592026-08-18T19:08:13.100Zsl0 32:ed:09:87:cc:7f dynamic REACHABLE fe80::30ed:9ff:fe87:cc7f
31602026-08-18T19:08:13.100Zsl0 be:0f:19:fb:57:f4 local REACHABLE fe80::bc0f:19ff:fefb:57f4
31612026-08-18T19:08:13.100Z
31622026-08-18T19:08:13.100Z
31632026-08-18T19:08:13.100ZRouting Table: IPv6
31642026-08-18T19:08:13.100Z Destination/Mask Gateway Flags Ref Use If
31652026-08-18T19:08:13.101Z--------------------------- --------------------------- ----- --- ------- -----
31662026-08-18T19:08:13.101Z::1 ::1 UH 2 0 lo0
31672026-08-18T19:08:13.101Zfd00:2::/64 fe80::30ed:9ff:fe87:cc7f UG 2 2 sl0
31682026-08-18T19:08:13.101Zfe80::/10 fe80::bc0f:19ff:fefb:57f4 U 3 64 sl0
31692026-08-18T19:08:13.101ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31702026-08-18T19:08:13.101Z68 bytes from fd00:2::1: icmp_seq=0. time=0.233 ms
31712026-08-18T19:08:13.101Z68 bytes from fd00:2::1: icmp_seq=1. time=0.188 ms
31722026-08-18T19:08:13.101Z
31732026-08-18T19:08:13.101Z----fd00:2::1 PING Statistics----
31742026-08-18T19:08:13.101Z2 packets transmitted, 2 packets received, 0% packet loss
31752026-08-18T19:08:13.101Zround-trip (ms) min/avg/max/stddev = 0.188/0.210/0.233/0.032
31762026-08-18T19:08:13.101Z[s2.trio] ping fd00:1::1
31772026-08-18T19:08:13.112Zfd00:1::1 is alive
31782026-08-18T19:08:13.112Zserver router restart passed
31792026-08-18T19:08:17.117Zpeer expiration recovery passed
31802026-08-18T19:08:18.117Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31812026-08-18T19:08:18.133Z3
31822026-08-18T19:08:18.133Zredundant advertise passed
31832026-08-18T19:08:19.135Ztunnel endpoint advertise passed
31842026-08-18T19:08:24.137Zredundant tunnel endpoint advertise passed
31852026-08-18T19:08:24.137Z[s1.trio] pkill ddmd
31862026-08-18T19:08:24.151Z
31872026-08-18T19:08:29.150Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 75fcbd47-932d-4102-a112-44c10c83b8cb --sled-uuid 6ecf24d0-3a30-4e1b-b338-a1e5a958ebab -a sl0/v6 &> /opt/ddmd.log &
31882026-08-18T19:08:29.164Z
31892026-08-18T19:08:34.169Ztunnel router restart passed
31902026-08-18T19:08:35.984Ztunnel endpoint withdraw passed
31912026-08-18T19:08:35.984Z[t1.trio] pkill ddmd
31922026-08-18T19:08:35.984Z
31932026-08-18T19:08:35.984Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31942026-08-18T19:08:35.984Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31952026-08-18T19:08:37.059Z[s2.trio] pkill ddmd
31962026-08-18T19:08:37.071Z
31972026-08-18T19:08:37.071Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31982026-08-18T19:08:38.882Z[s1.trio] pkill ddmd
31992026-08-18T19:08:38.896Z
32002026-08-18T19:08:38.897Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32012026-08-18T19:08:41.075Z[sidecar.trio] pkill softnpu
32022026-08-18T19:08:41.098Z
32032026-08-18T19:08:41.098Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32042026-08-18T19:08:44.358Ztest ddm::test_trio_v3 ... ok
32052026-08-18T19:08:44.358Z
32062026-08-18T19:08:44.358Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.30s
32072026-08-18T19:08:44.358Z
32082026-08-18T19:08:44.375Z+ cleanup
32092026-08-18T19:08:44.375Z++ id -un
32102026-08-18T19:08:44.375Z++ id -gn
32112026-08-18T19:08:44.375Z+ pfexec chown -R build:build .
32122026-08-18T19:08:44.375Zprocess exited: duration 700301 ms, exit code 0
 
32132026-08-18T19:08:44.405Zfound 5 output files
32142026-08-18T19:08:44.411Zuploading: /work/s1.trio.log (4096 bytes)
32152026-08-18T19:08:45.424Zuploaded: /work/s1.trio.log
32162026-08-18T19:08:45.424Zuploading: /work/s2.trio.log (9702 bytes)
32172026-08-18T19:08:46.447Zuploaded: /work/s2.trio.log
32182026-08-18T19:08:46.448Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32192026-08-18T19:08:47.491Zuploaded: /work/sidecar.trio-softnpu.log
32202026-08-18T19:08:47.491Zuploading: /work/t1.trio-dpd.log (333340 bytes)
32212026-08-18T19:08:48.530Zuploaded: /work/t1.trio-dpd.log
32222026-08-18T19:08:48.530Zuploading: /work/t1.trio.log (25605 bytes)
32232026-08-18T19:08:49.551Zuploaded: /work/t1.trio.log