01KT5B1DTWJFQSA4H9FBFCXP2M: test-ddm-quartet

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

Buildomat Job: 01KT5B1Z5ZNWR760WYWNWETNK1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T23:36:15.815Zjob assigned to worker 01KT5B2GY742KJKZY5N5CT2PKA [factory aws, i-085d6e9a0199e2d98] (queued for 1 m 0 s)
 
22026-06-02T23:36:22.654Zstarting task 0: "setup"
32026-06-02T23:36:22.659Z++ uname -s
42026-06-02T23:36:22.662Z+ kern=SunOS
52026-06-02T23:36:22.662Z+ build_user=build
62026-06-02T23:36:22.662Z+ build_uid=12345
72026-06-02T23:36:22.662Z+ work_dir=/work
82026-06-02T23:36:22.663Z+ input_dir=/input
92026-06-02T23:36:22.663Z+ [[ 0 == 12345 ]]
102026-06-02T23:36:22.663Z+ case "$kern" in
112026-06-02T23:36:22.663Z+ groupadd -g 12345 build
122026-06-02T23:36:22.665Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T23:36:24.668Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T23:36:24.779Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T23:36:24.782Z+ home_fs=zfs
162026-06-02T23:36:24.783Z+ [[ zfs == autofs ]]
172026-06-02T23:36:24.783Z+ mkdir -p /home/build
182026-06-02T23:36:24.783Z+ chown build:build /home/build /work
192026-06-02T23:36:26.784Z+ chmod 0700 /home/build /work
202026-06-02T23:36:26.787Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-02T23:36:26.793Zstarting task 1: "rust-toolchain"
222026-06-02T23:36:26.796Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-02T23:36:26.796Z * rust toolchain channel = "stable"
242026-06-02T23:36:26.796Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-02T23:36:26.796Z * rust toolchain profile = "default"
262026-06-02T23:36:26.796Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T23:36:26.796Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T23:36:26.799Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T23:36:26.799Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-02T23:36:26.920Zinfo: downloading installer
312026-06-02T23:36:28.345Zwarn: It looks like you have an existing installation of Rust at:
322026-06-02T23:36:28.345Zwarn: /opt/ooce/bin
332026-06-02T23:36:28.345Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-02T23:36:28.345Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-02T23:36:28.345Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-02T23:36:28.345Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-02T23:36:28.345Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-02T23:36:28.345Zerror: cannot install while Rust is installed
392026-06-02T23:36:28.345Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-02T23:36:28.349Zwarn: It looks like you have an existing rustup settings file at:
412026-06-02T23:36:28.349Zwarn: /home/build/.rustup/settings.toml
422026-06-02T23:36:28.349Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-02T23:36:28.349Zwarn: instead of the one inferred from the default host triple.
442026-06-02T23:36:28.358Zinfo: profile set to default
452026-06-02T23:36:28.358Zinfo: default host triple is x86_64-unknown-illumos
462026-06-02T23:36:28.363Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-02T23:36:28.501Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-02T23:36:28.504Zinfo: downloading 6 components
492026-06-02T23:36:43.072Z
502026-06-02T23:36:43.072Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-02T23:36:43.107Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-02T23:36:43.107Z
532026-06-02T23:36:43.107Z
542026-06-02T23:36:43.107ZRust is installed now. Great!
552026-06-02T23:36:43.107Z
562026-06-02T23:36:43.110ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-02T23:36:43.110Zenvironment variable. This has not been done automatically.
582026-06-02T23:36:43.110Z
592026-06-02T23:36:43.110ZTo configure your current shell, you need to source
602026-06-02T23:36:43.110Zthe corresponding env file under $HOME/.cargo.
612026-06-02T23:36:43.110Z
622026-06-02T23:36:43.110ZThis is usually done by running one of the following (note the leading DOT):
632026-06-02T23:36:43.110Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-02T23:36:43.110Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-02T23:36:43.110Zsource "~/.cargo/env.nu" # For nushell
662026-06-02T23:36:43.110Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-02T23:36:43.110Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-02T23:36:43.110Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-02T23:36:43.110Zwarn: no default linker (`cc`) was found in your PATH
702026-06-02T23:36:43.110Zwarn: many Rust crates require a system C toolchain to build
712026-06-02T23:36:43.194Z+ rustup --version
722026-06-02T23:36:43.203Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-02T23:36:43.205Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-02T23:36:43.224Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-02T23:36:43.226Z+ cargo --version
762026-06-02T23:36:43.240Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-02T23:36:43.242Z+ rustc --version
782026-06-02T23:36:43.262Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-02T23:36:43.265Zprocess exited: duration 16470 ms, exit code 0
 
802026-06-02T23:36:43.270Zstarting task 2: "authentication"
812026-06-02T23:36:43.286Zprocess exited: duration 15 ms, exit code 0
 
822026-06-02T23:36:43.291Zstarting task 3: "clone repository"
832026-06-02T23:36:43.295Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-02T23:36:43.297Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-02T23:36:43.335ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-02T23:36:45.400Z+ cd /work/oxidecomputer/maghemite
872026-06-02T23:36:45.400Z+ git fetch origin 599e493354f57bbf7bbe7f25645e5c39dba85ffb
882026-06-02T23:36:45.663ZFrom https://github.com/oxidecomputer/maghemite
892026-06-02T23:36:45.663Z * branch 599e493354f57bbf7bbe7f25645e5c39dba85ffb -> FETCH_HEAD
902026-06-02T23:36:45.667Z+ [[ -n trey/bgp_apply ]]
912026-06-02T23:36:45.670Z++ git branch --show-current
922026-06-02T23:36:45.671Z+ current=main
932026-06-02T23:36:45.671Z+ [[ main != trey/bgp_apply ]]
942026-06-02T23:36:45.671Z+ git branch -f trey/bgp_apply 599e493354f57bbf7bbe7f25645e5c39dba85ffb
952026-06-02T23:36:45.674Z+ git checkout -f trey/bgp_apply
962026-06-02T23:36:45.690ZSwitched to branch 'trey/bgp_apply'
972026-06-02T23:36:45.695Z+ git reset --hard 599e493354f57bbf7bbe7f25645e5c39dba85ffb
982026-06-02T23:36:45.698ZHEAD is now at 599e493 bgp_apply: consolidate deletes in do_delete_router
992026-06-02T23:36:45.698Zprocess exited: duration 2403 ms, exit code 0
 
1002026-06-02T23:36:45.706Zstarting task 4: "build"
1012026-06-02T23:36:45.713Z++ dladm
1022026-06-02T23:36:45.719ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-02T23:36:45.719Zena0 phys 9216 up -- --
1042026-06-02T23:36:45.719Z++ ipadm
1052026-06-02T23:36:45.723ZADDROBJ TYPE STATE ADDR
1062026-06-02T23:36:45.723Zlo0/v4 static ok 127.0.0.1/8
1072026-06-02T23:36:45.723Zena0/dhcp dhcp ok 10.150.1.107/24
1082026-06-02T23:36:45.723Zlo0/v6 static ok ::1/128
1092026-06-02T23:36:45.723Z++ banner collect
1102026-06-02T23:36:45.723Z
1112026-06-02T23:36:45.723Z #### #### # # ###### #### #####
1122026-06-02T23:36:45.723Z # # # # # # # # # #
1132026-06-02T23:36:45.723Z # # # # # ##### # #
1142026-06-02T23:36:45.723Z # # # # # # # #
1152026-06-02T23:36:45.723Z # # # # # # # # # #
1162026-06-02T23:36:45.723Z #### #### ###### ###### ###### #### #
1172026-06-02T23:36:45.723Z
1182026-06-02T23:36:45.723Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-02T23:36:45.723Z++ repo=softnpu
1202026-06-02T23:36:45.723Z++ series=image
1212026-06-02T23:36:45.723Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-02T23:36:45.723Z++ name=softnpu
1232026-06-02T23:36:45.723Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-02T23:36:45.723Z++ mkdir -p download
1252026-06-02T23:36:45.723Z++ pushd download
1262026-06-02T23:36:45.723Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-02T23:36:45.724Z++ [[ ! -f softnpu ]]
1282026-06-02T23:36:45.724Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-02T23:36:45.727Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-02T23:36:45.727Z Dload Upload Total Spent Left Speed
1312026-06-02T23:36:46.673Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 16.56M 0 0 100 15.63M 100 15.63M 0 0 16.55M 0 0 100 15.63M 100 15.63M 0 0 16.55M 0 0
1322026-06-02T23:36:46.676Z++ popd
1332026-06-02T23:36:46.676Z/work/oxidecomputer/maghemite
1342026-06-02T23:36:46.676Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-02T23:36:46.676Z++ repo=sidecar-lite
1362026-06-02T23:36:46.676Z++ series=release
1372026-06-02T23:36:46.676Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-02T23:36:46.676Z++ name=libsidecar_lite.so
1392026-06-02T23:36:46.677Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-02T23:36:46.677Z++ mkdir -p download
1412026-06-02T23:36:46.683Z++ pushd download
1422026-06-02T23:36:46.683Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-02T23:36:46.683Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-02T23:36:46.683Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-02T23:36:46.686Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-02T23:36:46.686Z Dload Upload Total Spent Left Speed
1472026-06-02T23:36:47.171Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 25.78M 0 0 100 12.04M 100 12.04M 0 0 25.78M 0 0 100 12.04M 100 12.04M 0 0 25.77M 0 0
1482026-06-02T23:36:47.226Z++ popd
1492026-06-02T23:36:47.226Z/work/oxidecomputer/maghemite
1502026-06-02T23:36:47.226Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-02T23:36:47.226Z++ repo=sidecar-lite
1522026-06-02T23:36:47.226Z++ series=release
1532026-06-02T23:36:47.226Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-02T23:36:47.226Z++ name=scadm
1552026-06-02T23:36:47.226Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-02T23:36:47.226Z++ mkdir -p download
1572026-06-02T23:36:47.226Z++ pushd download
1582026-06-02T23:36:47.226Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-02T23:36:47.226Z++ [[ ! -f scadm ]]
1602026-06-02T23:36:47.226Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-02T23:36:47.226Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-02T23:36:47.227Z Dload Upload Total Spent Left Speed
1632026-06-02T23:36:47.739Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 27.88M 0 0 100 15.78M 100 15.78M 0 0 27.87M 0 0 100 15.78M 100 15.78M 0 0 27.87M 0 0
1642026-06-02T23:36:47.779Z++ popd
1652026-06-02T23:36:47.779Z/work/oxidecomputer/maghemite
1662026-06-02T23:36:47.779Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-02T23:36:47.779Z++ repo=dendrite
1682026-06-02T23:36:47.779Z++ series=image
1692026-06-02T23:36:47.779Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-02T23:36:47.779Z++ name=dendrite-softnpu.tar.gz
1712026-06-02T23:36:47.779Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-02T23:36:47.779Z++ mkdir -p download
1732026-06-02T23:36:47.779Z++ pushd download
1742026-06-02T23:36:47.779Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-02T23:36:47.779Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-02T23:36:47.779Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-02T23:36:47.780Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-02T23:36:47.780Z Dload Upload Total Spent Left Speed
1792026-06-02T23:36:49.082Z 0 0 0 0 0 0 0 0 0 61 71.59M 61 44.13M 0 0 44.16M 0 00:01 00:01 44.17M 100 71.59M 100 71.59M 0 0 53.33M 0 00:01 00:01 44.17M 100 71.59M 100 71.59M 0 0 53.33M 0 00:01 00:01 44.17M 100 71.59M 100 71.59M 0 0 53.33M 0 00:01 00:01 44.17M
1802026-06-02T23:36:49.085Z++ popd
1812026-06-02T23:36:49.085Z/work/oxidecomputer/maghemite
1822026-06-02T23:36:49.085Z++ get_artifact maghemite release 599e493354f57bbf7bbe7f25645e5c39dba85ffb ddm
1832026-06-02T23:36:49.085Z++ repo=maghemite
1842026-06-02T23:36:49.085Z++ series=release
1852026-06-02T23:36:49.085Z++ commit=599e493354f57bbf7bbe7f25645e5c39dba85ffb
1862026-06-02T23:36:49.085Z++ name=ddm
1872026-06-02T23:36:49.085Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-02T23:36:49.085Z++ mkdir -p download
1892026-06-02T23:36:49.089Z++ pushd download
1902026-06-02T23:36:49.089Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-02T23:36:49.089Z++ [[ ! -f ddm ]]
1922026-06-02T23:36:49.089Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/599e493354f57bbf7bbe7f25645e5c39dba85ffb/ddm
1932026-06-02T23:36:49.094Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-02T23:36:49.094Z Dload Upload Total Spent Left Speed
1952026-06-02T23:36:49.153Z 0 0 0 0 0 0 0 0 0
1962026-06-02T23:36:49.153Zcurl: (22) The requested URL returned error: 404
1972026-06-02T23:36:49.157Z++ popd
1982026-06-02T23:36:49.157Z/work/oxidecomputer/maghemite
1992026-06-02T23:36:49.157Z++ get_artifact maghemite release 599e493354f57bbf7bbe7f25645e5c39dba85ffb ddmadm
2002026-06-02T23:36:49.157Z++ repo=maghemite
2012026-06-02T23:36:49.157Z++ series=release
2022026-06-02T23:36:49.157Z++ commit=599e493354f57bbf7bbe7f25645e5c39dba85ffb
2032026-06-02T23:36:49.157Z++ name=ddmadm
2042026-06-02T23:36:49.157Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-02T23:36:49.157Z++ mkdir -p download
2062026-06-02T23:36:49.157Z++ pushd download
2072026-06-02T23:36:49.157Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-02T23:36:49.157Z++ [[ ! -f ddmadm ]]
2092026-06-02T23:36:49.157Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/599e493354f57bbf7bbe7f25645e5c39dba85ffb/ddmadm
2102026-06-02T23:36:49.162Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-02T23:36:49.169Z Dload Upload Total Spent Left Speed
2122026-06-02T23:36:49.221Z 0 0 0 0 0 0 0 0 0
2132026-06-02T23:36:49.221Zcurl: (22) The requested URL returned error: 404
2142026-06-02T23:36:49.224Z++ popd
2152026-06-02T23:36:49.224Z/work/oxidecomputer/maghemite
2162026-06-02T23:36:49.224Z++ pushd download
2172026-06-02T23:36:49.224Z++ chmod +x softnpu
2182026-06-02T23:36:49.224Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-02T23:36:49.227Z++ chmod +x scadm
2202026-06-02T23:36:49.227Z++ chmod +x ddmadm
2212026-06-02T23:36:49.227Zchmod: WARNING: can't access ddmadm
2222026-06-02T23:36:49.227Z++ chmod +x ddmd
2232026-06-02T23:36:49.230Zchmod: WARNING: can't access ddmd
2242026-06-02T23:36:49.230Z++ mv ddmadm ddmadm-v2
2252026-06-02T23:36:49.230Zmv: cannot access ddmadm
2262026-06-02T23:36:49.230Z++ mv ddmd ddmd-v2
2272026-06-02T23:36:49.234Zmv: cannot access ddmd
2282026-06-02T23:36:49.235Z++ rm -rf zones/dendrite
2292026-06-02T23:36:49.235Z++ mkdir -p zones/dendrite
2302026-06-02T23:36:49.235Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-02T23:36:50.228Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-02T23:36:50.231Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-02T23:36:50.231Z++ popd
2342026-06-02T23:36:50.231Z++ banner install
2352026-06-02T23:36:50.231Z/work/oxidecomputer/maghemite
2362026-06-02T23:36:50.234Z
2372026-06-02T23:36:50.234Z # # # #### ##### ## # #
2382026-06-02T23:36:50.234Z # ## # # # # # # #
2392026-06-02T23:36:50.234Z # # # # #### # # # # #
2402026-06-02T23:36:50.234Z # # # # # # ###### # #
2412026-06-02T23:36:50.235Z # # ## # # # # # # #
2422026-06-02T23:36:50.235Z # # # #### # # # ###### ######
2432026-06-02T23:36:50.235Z
2442026-06-02T23:36:50.235Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-02T23:36:50.235Z++ set +o errexit
2462026-06-02T23:36:50.235Z++ pkg info clang-15
2472026-06-02T23:36:50.235Z++ grep -qi installed
2482026-06-02T23:36:51.440Zpkg: info: no packages matching the following patterns you specified are
2492026-06-02T23:36:51.440Zinstalled on the system. Try querying remotely instead:
2502026-06-02T23:36:51.440Z
2512026-06-02T23:36:51.440Z clang-15
2522026-06-02T23:36:51.474Z++ [[ 1 != 0 ]]
2532026-06-02T23:36:51.474Z++ set -o errexit
2542026-06-02T23:36:51.475Z++ pfexec pkg install clang-15
2552026-06-02T23:36:59.974Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-02T23:37:07.937Z Startup: Caching catalogs ... Done
2572026-06-02T23:37:15.314ZPlanning: Solver setup ... Done
2582026-06-02T23:37:15.358ZPlanning: Running solver ... Done
2592026-06-02T23:37:15.493ZPlanning: Finding local manifests ... Done
2602026-06-02T23:37:15.515ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-02T23:37:15.612ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-02T23:37:15.639ZPlanning: Package planning ... Done
2632026-06-02T23:37:15.675ZPlanning: Merging actions ... Done
2642026-06-02T23:37:15.774ZPlanning: Checking for conflicting actions ... Done
2652026-06-02T23:37:15.781ZPlanning: Consolidating action changes ... Done
2662026-06-02T23:37:16.554ZPlanning: Evaluating mediators ... Done
2672026-06-02T23:37:16.561ZPlanning: Planning completed in 8.46 seconds
2682026-06-02T23:37:16.571Z Packages to install: 2
2692026-06-02T23:37:16.574Z Mediators to change: 2
2702026-06-02T23:37:16.574Z Services to change: 1
2712026-06-02T23:37:16.574Z Create boot environment: No
2722026-06-02T23:37:16.574ZCreate backup boot environment: No
2732026-06-02T23:37:16.613Z
2742026-06-02T23:37:16.613ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-02T23:37:21.620ZDownload: 900/3076 items 40.4/211.3MB 19% complete (7.7M/s)
2762026-06-02T23:37:30.580ZDownload: 984/3076 items 82.2/211.3MB 38% complete (12.8M/s)
2772026-06-02T23:37:35.583ZDownload: 1692/3076 items 117.1/211.3MB 55% complete (3.6M/s)
2782026-06-02T23:37:43.961ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (4.8M/s)
2792026-06-02T23:37:46.859ZDownload: Completed 211.31 MB in 30.24 seconds (7.0M/s)
2802026-06-02T23:37:47.511Z Actions: 1/3418 actions (Installing new actions)
2812026-06-02T23:37:50.659Z Actions: Completed 3418 actions in 3.15 seconds.
2822026-06-02T23:37:51.306Z Done
2832026-06-02T23:37:51.306Z Done
2842026-06-02T23:37:52.058Z Done
2852026-06-02T23:37:55.462Z Done
2862026-06-02T23:37:55.534Z Done
2872026-06-02T23:37:55.536Z Done
2882026-06-02T23:37:55.801Z Done
2892026-06-02T23:37:56.491Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-02T23:37:56.491Z++ set +o errexit
2912026-06-02T23:37:56.494Z++ pkg info pkg-config
2922026-06-02T23:37:56.494Z++ grep -qi installed
2932026-06-02T23:37:56.721Z++ [[ 0 != 0 ]]
2942026-06-02T23:37:56.721Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-02T23:37:56.721Z++ set +o errexit
2962026-06-02T23:37:56.724Z++ pkg info brand/omicron1
2972026-06-02T23:37:56.724Z++ grep -qi installed
2982026-06-02T23:37:56.906Zpkg: info: no packages matching the following patterns you specified are
2992026-06-02T23:37:56.906Zinstalled on the system. Try querying remotely instead:
3002026-06-02T23:37:56.906Z
3012026-06-02T23:37:56.906Z brand/omicron1
3022026-06-02T23:37:56.940Z++ [[ 1 != 0 ]]
3032026-06-02T23:37:56.940Z++ set -o errexit
3042026-06-02T23:37:56.940Z++ pfexec pkg install brand/omicron1
3052026-06-02T23:37:57.348Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-02T23:38:04.623ZPlanning: Solver setup ... Done
3072026-06-02T23:38:04.663ZPlanning: Running solver ... Done
3082026-06-02T23:38:04.806ZPlanning: Finding local manifests ... Done
3092026-06-02T23:38:04.809ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-02T23:38:04.929ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-02T23:38:04.942ZPlanning: Package planning ... Done
3122026-06-02T23:38:04.944ZPlanning: Merging actions ... Done
3132026-06-02T23:38:05.096ZPlanning: Checking for conflicting actions ... Done
3142026-06-02T23:38:05.099ZPlanning: Consolidating action changes ... Done
3152026-06-02T23:38:05.255ZPlanning: Evaluating mediators ... Done
3162026-06-02T23:38:05.258ZPlanning: Planning completed in 7.91 seconds
3172026-06-02T23:38:05.263Z Packages to install: 2
3182026-06-02T23:38:05.264Z Create boot environment: No
3192026-06-02T23:38:05.267ZCreate backup boot environment: No
3202026-06-02T23:38:05.293Z
3212026-06-02T23:38:05.293ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-02T23:38:05.315ZDownload: Completed 1.07 MB in 0.02 seconds (49.6M/s)
3232026-06-02T23:38:05.388Z Actions: 1/28 actions (Installing new actions)
3242026-06-02T23:38:05.402Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-02T23:38:05.917Z Done
3262026-06-02T23:38:05.917Z Done
3272026-06-02T23:38:06.568Z Done
3282026-06-02T23:38:09.371Z Done
3292026-06-02T23:38:09.444Z Done
3302026-06-02T23:38:09.447Z Done
3312026-06-02T23:38:09.584Z Done
3322026-06-02T23:38:09.717Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-02T23:38:09.717Z++ set +o errexit
3342026-06-02T23:38:09.720Z++ pkg info brand/omicron1/tools
3352026-06-02T23:38:09.720Z++ grep -qi installed
3362026-06-02T23:38:09.904Zpkg: info: no packages matching the following patterns you specified are
3372026-06-02T23:38:09.904Zinstalled on the system. Try querying remotely instead:
3382026-06-02T23:38:09.904Z
3392026-06-02T23:38:09.904Z brand/omicron1/tools
3402026-06-02T23:38:09.939Z++ [[ 1 != 0 ]]
3412026-06-02T23:38:09.939Z++ set -o errexit
3422026-06-02T23:38:09.939Z++ pfexec pkg install brand/omicron1/tools
3432026-06-02T23:38:10.329Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-02T23:38:17.550ZPlanning: Solver setup ... Done
3452026-06-02T23:38:17.590ZPlanning: Running solver ... Done
3462026-06-02T23:38:17.739ZPlanning: Finding local manifests ... Done
3472026-06-02T23:38:17.744ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-02T23:38:17.854ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-02T23:38:17.866ZPlanning: Package planning ... Done
3502026-06-02T23:38:17.871ZPlanning: Merging actions ... Done
3512026-06-02T23:38:18.009ZPlanning: Checking for conflicting actions ... Done
3522026-06-02T23:38:18.012ZPlanning: Consolidating action changes ... Done
3532026-06-02T23:38:18.169ZPlanning: Evaluating mediators ... Done
3542026-06-02T23:38:18.173ZPlanning: Planning completed in 7.84 seconds
3552026-06-02T23:38:18.177Z Packages to install: 1
3562026-06-02T23:38:18.179Z Services to change: 1
3572026-06-02T23:38:18.179Z Create boot environment: No
3582026-06-02T23:38:18.179ZCreate backup boot environment: No
3592026-06-02T23:38:18.205Z
3602026-06-02T23:38:18.206ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-02T23:38:18.224ZDownload: Completed 1.19 MB in 0.02 seconds (65.8M/s)
3622026-06-02T23:38:18.296Z Actions: 1/19 actions (Installing new actions)
3632026-06-02T23:38:18.310Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-02T23:38:18.829Z Done
3652026-06-02T23:38:18.829Z Done
3662026-06-02T23:38:19.467Z Done
3672026-06-02T23:38:22.341Z Done
3682026-06-02T23:38:22.414Z Done
3692026-06-02T23:38:22.417Z Done
3702026-06-02T23:38:22.588Z Done
3712026-06-02T23:38:22.723Z++ pfexec svcadm enable baseline
3722026-06-02T23:38:22.739Z++ retry=0
3732026-06-02T23:38:22.743Z+++ svcs -Hostate baseline
3742026-06-02T23:38:22.752Z++ [[ offline* != online ]]
3752026-06-02T23:38:22.752Z++ [[ 0 -gt 300 ]]
3762026-06-02T23:38:22.752Z++ sleep 1
3772026-06-02T23:38:23.755Z++ retry=1
3782026-06-02T23:38:23.758Z+++ svcs -Hostate baseline
3792026-06-02T23:38:23.768Z++ [[ offline* != online ]]
3802026-06-02T23:38:23.768Z++ [[ 1 -gt 300 ]]
3812026-06-02T23:38:23.768Z++ sleep 1
3822026-06-02T23:38:24.771Z++ retry=2
3832026-06-02T23:38:24.775Z+++ svcs -Hostate baseline
3842026-06-02T23:38:24.783Z++ [[ offline* != online ]]
3852026-06-02T23:38:24.783Z++ [[ 2 -gt 300 ]]
3862026-06-02T23:38:24.783Z++ sleep 1
3872026-06-02T23:38:25.784Z++ retry=3
3882026-06-02T23:38:25.788Z+++ svcs -Hostate baseline
3892026-06-02T23:38:25.798Z++ [[ offline* != online ]]
3902026-06-02T23:38:25.799Z++ [[ 3 -gt 300 ]]
3912026-06-02T23:38:25.799Z++ sleep 1
3922026-06-02T23:38:26.800Z++ retry=4
3932026-06-02T23:38:26.803Z+++ svcs -Hostate baseline
3942026-06-02T23:38:26.834Z++ [[ offline* != online ]]
3952026-06-02T23:38:26.837Z++ [[ 4 -gt 300 ]]
3962026-06-02T23:38:26.837Z++ sleep 1
3972026-06-02T23:38:27.837Z++ retry=5
3982026-06-02T23:38:27.840Z+++ svcs -Hostate baseline
3992026-06-02T23:38:27.852Z++ [[ offline* != online ]]
4002026-06-02T23:38:27.852Z++ [[ 5 -gt 300 ]]
4012026-06-02T23:38:27.852Z++ sleep 1
4022026-06-02T23:38:28.853Z++ retry=6
4032026-06-02T23:38:28.856Z+++ svcs -Hostate baseline
4042026-06-02T23:38:28.868Z++ [[ offline* != online ]]
4052026-06-02T23:38:28.868Z++ [[ 6 -gt 300 ]]
4062026-06-02T23:38:28.868Z++ sleep 1
4072026-06-02T23:38:29.870Z++ retry=7
4082026-06-02T23:38:29.873Z+++ svcs -Hostate baseline
4092026-06-02T23:38:29.884Z++ [[ offline* != online ]]
4102026-06-02T23:38:29.884Z++ [[ 7 -gt 300 ]]
4112026-06-02T23:38:29.887Z++ sleep 1
4122026-06-02T23:38:30.887Z++ retry=8
4132026-06-02T23:38:30.890Z+++ svcs -Hostate baseline
4142026-06-02T23:38:30.901Z++ [[ offline* != online ]]
4152026-06-02T23:38:30.901Z++ [[ 8 -gt 300 ]]
4162026-06-02T23:38:30.904Z++ sleep 1
4172026-06-02T23:38:31.903Z++ retry=9
4182026-06-02T23:38:31.906Z+++ svcs -Hostate baseline
4192026-06-02T23:38:31.917Z++ [[ offline* != online ]]
4202026-06-02T23:38:31.917Z++ [[ 9 -gt 300 ]]
4212026-06-02T23:38:31.918Z++ sleep 1
4222026-06-02T23:38:32.919Z++ retry=10
4232026-06-02T23:38:32.922Z+++ svcs -Hostate baseline
4242026-06-02T23:38:32.934Z++ [[ offline* != online ]]
4252026-06-02T23:38:32.934Z++ [[ 10 -gt 300 ]]
4262026-06-02T23:38:32.934Z++ sleep 1
4272026-06-02T23:38:33.936Z++ retry=11
4282026-06-02T23:38:33.939Z+++ svcs -Hostate baseline
4292026-06-02T23:38:33.951Z++ [[ offline* != online ]]
4302026-06-02T23:38:33.951Z++ [[ 11 -gt 300 ]]
4312026-06-02T23:38:33.951Z++ sleep 1
4322026-06-02T23:38:34.952Z++ retry=12
4332026-06-02T23:38:34.955Z+++ svcs -Hostate baseline
4342026-06-02T23:38:34.967Z++ [[ offline* != online ]]
4352026-06-02T23:38:34.967Z++ [[ 12 -gt 300 ]]
4362026-06-02T23:38:34.967Z++ sleep 1
4372026-06-02T23:38:35.968Z++ retry=13
4382026-06-02T23:38:35.971Z+++ svcs -Hostate baseline
4392026-06-02T23:38:35.983Z++ [[ offline* != online ]]
4402026-06-02T23:38:35.983Z++ [[ 13 -gt 300 ]]
4412026-06-02T23:38:35.983Z++ sleep 1
4422026-06-02T23:38:36.985Z++ retry=14
4432026-06-02T23:38:36.988Z+++ svcs -Hostate baseline
4442026-06-02T23:38:36.999Z++ [[ offline* != online ]]
4452026-06-02T23:38:36.999Z++ [[ 14 -gt 300 ]]
4462026-06-02T23:38:36.999Z++ sleep 1
4472026-06-02T23:38:38.003Z++ retry=15
4482026-06-02T23:38:38.007Z+++ svcs -Hostate baseline
4492026-06-02T23:38:38.018Z++ [[ offline* != online ]]
4502026-06-02T23:38:38.018Z++ [[ 15 -gt 300 ]]
4512026-06-02T23:38:38.018Z++ sleep 1
4522026-06-02T23:38:39.018Z++ retry=16
4532026-06-02T23:38:39.021Z+++ svcs -Hostate baseline
4542026-06-02T23:38:39.034Z++ [[ offline* != online ]]
4552026-06-02T23:38:39.035Z++ [[ 16 -gt 300 ]]
4562026-06-02T23:38:39.035Z++ sleep 1
4572026-06-02T23:38:40.034Z++ retry=17
4582026-06-02T23:38:40.038Z+++ svcs -Hostate baseline
4592026-06-02T23:38:40.048Z++ [[ offline* != online ]]
4602026-06-02T23:38:40.048Z++ [[ 17 -gt 300 ]]
4612026-06-02T23:38:40.049Z++ sleep 1
4622026-06-02T23:38:41.050Z++ retry=18
4632026-06-02T23:38:41.055Z+++ svcs -Hostate baseline
4642026-06-02T23:38:41.065Z++ [[ offline* != online ]]
4652026-06-02T23:38:41.065Z++ [[ 18 -gt 300 ]]
4662026-06-02T23:38:41.065Z++ sleep 1
4672026-06-02T23:38:42.067Z++ retry=19
4682026-06-02T23:38:42.070Z+++ svcs -Hostate baseline
4692026-06-02T23:38:42.082Z++ [[ offline* != online ]]
4702026-06-02T23:38:42.082Z++ [[ 19 -gt 300 ]]
4712026-06-02T23:38:42.082Z++ sleep 1
4722026-06-02T23:38:43.084Z++ retry=20
4732026-06-02T23:38:43.087Z+++ svcs -Hostate baseline
4742026-06-02T23:38:43.099Z++ [[ offline* != online ]]
4752026-06-02T23:38:43.099Z++ [[ 20 -gt 300 ]]
4762026-06-02T23:38:43.099Z++ sleep 1
4772026-06-02T23:38:44.101Z++ retry=21
4782026-06-02T23:38:44.104Z+++ svcs -Hostate baseline
4792026-06-02T23:38:44.115Z++ [[ offline* != online ]]
4802026-06-02T23:38:44.115Z++ [[ 21 -gt 300 ]]
4812026-06-02T23:38:44.115Z++ sleep 1
4822026-06-02T23:38:45.117Z++ retry=22
4832026-06-02T23:38:45.120Z+++ svcs -Hostate baseline
4842026-06-02T23:38:45.132Z++ [[ offline* != online ]]
4852026-06-02T23:38:45.132Z++ [[ 22 -gt 300 ]]
4862026-06-02T23:38:45.132Z++ sleep 1
4872026-06-02T23:38:46.134Z++ retry=23
4882026-06-02T23:38:46.137Z+++ svcs -Hostate baseline
4892026-06-02T23:38:46.148Z++ [[ offline* != online ]]
4902026-06-02T23:38:46.148Z++ [[ 23 -gt 300 ]]
4912026-06-02T23:38:46.148Z++ sleep 1
4922026-06-02T23:38:47.152Z++ retry=24
4932026-06-02T23:38:47.155Z+++ svcs -Hostate baseline
4942026-06-02T23:38:47.165Z++ [[ offline* != online ]]
4952026-06-02T23:38:47.165Z++ [[ 24 -gt 300 ]]
4962026-06-02T23:38:47.165Z++ sleep 1
4972026-06-02T23:38:48.167Z++ retry=25
4982026-06-02T23:38:48.174Z+++ svcs -Hostate baseline
4992026-06-02T23:38:48.181Z++ [[ offline* != online ]]
5002026-06-02T23:38:48.181Z++ [[ 25 -gt 300 ]]
5012026-06-02T23:38:48.181Z++ sleep 1
5022026-06-02T23:38:49.182Z++ retry=26
5032026-06-02T23:38:49.185Z+++ svcs -Hostate baseline
5042026-06-02T23:38:49.197Z++ [[ offline* != online ]]
5052026-06-02T23:38:49.197Z++ [[ 26 -gt 300 ]]
5062026-06-02T23:38:49.197Z++ sleep 1
5072026-06-02T23:38:50.199Z++ retry=27
5082026-06-02T23:38:50.202Z+++ svcs -Hostate baseline
5092026-06-02T23:38:50.213Z++ [[ offline* != online ]]
5102026-06-02T23:38:50.213Z++ [[ 27 -gt 300 ]]
5112026-06-02T23:38:50.213Z++ sleep 1
5122026-06-02T23:38:51.215Z++ retry=28
5132026-06-02T23:38:51.219Z+++ svcs -Hostate baseline
5142026-06-02T23:38:51.229Z++ [[ offline* != online ]]
5152026-06-02T23:38:51.229Z++ [[ 28 -gt 300 ]]
5162026-06-02T23:38:51.229Z++ sleep 1
5172026-06-02T23:38:52.231Z++ retry=29
5182026-06-02T23:38:52.234Z+++ svcs -Hostate baseline
5192026-06-02T23:38:52.246Z++ [[ offline* != online ]]
5202026-06-02T23:38:52.246Z++ [[ 29 -gt 300 ]]
5212026-06-02T23:38:52.246Z++ sleep 1
5222026-06-02T23:38:54.250Z++ retry=30
5232026-06-02T23:38:54.253Z+++ svcs -Hostate baseline
5242026-06-02T23:38:54.253Z++ [[ offline* != online ]]
5252026-06-02T23:38:54.253Z++ [[ 30 -gt 300 ]]
5262026-06-02T23:38:54.253Z++ sleep 1
5272026-06-02T23:38:54.265Z++ retry=31
5282026-06-02T23:38:54.268Z+++ svcs -Hostate baseline
5292026-06-02T23:38:54.278Z++ [[ offline* != online ]]
5302026-06-02T23:38:54.278Z++ [[ 31 -gt 300 ]]
5312026-06-02T23:38:54.278Z++ sleep 1
5322026-06-02T23:38:55.280Z++ retry=32
5332026-06-02T23:38:55.284Z+++ svcs -Hostate baseline
5342026-06-02T23:38:55.298Z++ [[ offline* != online ]]
5352026-06-02T23:38:55.298Z++ [[ 32 -gt 300 ]]
5362026-06-02T23:38:55.298Z++ sleep 1
5372026-06-02T23:38:56.296Z++ retry=33
5382026-06-02T23:38:56.299Z+++ svcs -Hostate baseline
5392026-06-02T23:38:56.310Z++ [[ offline* != online ]]
5402026-06-02T23:38:56.310Z++ [[ 33 -gt 300 ]]
5412026-06-02T23:38:56.310Z++ sleep 1
5422026-06-02T23:38:57.313Z++ retry=34
5432026-06-02T23:38:57.316Z+++ svcs -Hostate baseline
5442026-06-02T23:38:57.327Z++ [[ offline* != online ]]
5452026-06-02T23:38:57.327Z++ [[ 34 -gt 300 ]]
5462026-06-02T23:38:57.327Z++ sleep 1
5472026-06-02T23:38:58.329Z++ retry=35
5482026-06-02T23:38:58.332Z+++ svcs -Hostate baseline
5492026-06-02T23:38:58.345Z++ [[ offline* != online ]]
5502026-06-02T23:38:58.345Z++ [[ 35 -gt 300 ]]
5512026-06-02T23:38:58.345Z++ sleep 1
5522026-06-02T23:38:59.345Z++ retry=36
5532026-06-02T23:38:59.348Z+++ svcs -Hostate baseline
5542026-06-02T23:38:59.360Z++ [[ offline* != online ]]
5552026-06-02T23:38:59.360Z++ [[ 36 -gt 300 ]]
5562026-06-02T23:38:59.360Z++ sleep 1
5572026-06-02T23:39:00.362Z++ retry=37
5582026-06-02T23:39:00.364Z+++ svcs -Hostate baseline
5592026-06-02T23:39:00.376Z++ [[ offline* != online ]]
5602026-06-02T23:39:00.376Z++ [[ 37 -gt 300 ]]
5612026-06-02T23:39:00.376Z++ sleep 1
5622026-06-02T23:39:01.406Z++ retry=38
5632026-06-02T23:39:01.410Z+++ svcs -Hostate baseline
5642026-06-02T23:39:01.410Z++ [[ offline* != online ]]
5652026-06-02T23:39:01.410Z++ [[ 38 -gt 300 ]]
5662026-06-02T23:39:01.410Z++ sleep 1
5672026-06-02T23:39:02.395Z++ retry=39
5682026-06-02T23:39:02.398Z+++ svcs -Hostate baseline
5692026-06-02T23:39:02.409Z++ [[ offline* != online ]]
5702026-06-02T23:39:02.409Z++ [[ 39 -gt 300 ]]
5712026-06-02T23:39:02.409Z++ sleep 1
5722026-06-02T23:39:03.411Z++ retry=40
5732026-06-02T23:39:03.414Z+++ svcs -Hostate baseline
5742026-06-02T23:39:03.426Z++ [[ offline* != online ]]
5752026-06-02T23:39:03.426Z++ [[ 40 -gt 300 ]]
5762026-06-02T23:39:03.426Z++ sleep 1
5772026-06-02T23:39:04.428Z++ retry=41
5782026-06-02T23:39:04.431Z+++ svcs -Hostate baseline
5792026-06-02T23:39:04.442Z++ [[ offline* != online ]]
5802026-06-02T23:39:04.442Z++ [[ 41 -gt 300 ]]
5812026-06-02T23:39:04.442Z++ sleep 1
5822026-06-02T23:39:05.444Z++ retry=42
5832026-06-02T23:39:05.447Z+++ svcs -Hostate baseline
5842026-06-02T23:39:05.459Z++ [[ offline* != online ]]
5852026-06-02T23:39:05.459Z++ [[ 42 -gt 300 ]]
5862026-06-02T23:39:05.459Z++ sleep 1
5872026-06-02T23:39:06.461Z++ retry=43
5882026-06-02T23:39:06.463Z+++ svcs -Hostate baseline
5892026-06-02T23:39:06.475Z++ [[ offline* != online ]]
5902026-06-02T23:39:06.475Z++ [[ 43 -gt 300 ]]
5912026-06-02T23:39:06.475Z++ sleep 1
5922026-06-02T23:39:07.477Z++ retry=44
5932026-06-02T23:39:07.480Z+++ svcs -Hostate baseline
5942026-06-02T23:39:07.491Z++ [[ offline* != online ]]
5952026-06-02T23:39:07.491Z++ [[ 44 -gt 300 ]]
5962026-06-02T23:39:07.492Z++ sleep 1
5972026-06-02T23:39:08.494Z++ retry=45
5982026-06-02T23:39:08.497Z+++ svcs -Hostate baseline
5992026-06-02T23:39:08.509Z++ [[ offline* != online ]]
6002026-06-02T23:39:08.509Z++ [[ 45 -gt 300 ]]
6012026-06-02T23:39:08.509Z++ sleep 1
6022026-06-02T23:39:09.512Z++ retry=46
6032026-06-02T23:39:09.515Z+++ svcs -Hostate baseline
6042026-06-02T23:39:09.526Z++ [[ offline* != online ]]
6052026-06-02T23:39:09.526Z++ [[ 46 -gt 300 ]]
6062026-06-02T23:39:09.526Z++ sleep 1
6072026-06-02T23:39:10.526Z++ retry=47
6082026-06-02T23:39:10.530Z+++ svcs -Hostate baseline
6092026-06-02T23:39:10.541Z++ [[ offline* != online ]]
6102026-06-02T23:39:10.541Z++ [[ 47 -gt 300 ]]
6112026-06-02T23:39:10.541Z++ sleep 1
6122026-06-02T23:39:11.543Z++ retry=48
6132026-06-02T23:39:11.547Z+++ svcs -Hostate baseline
6142026-06-02T23:39:11.557Z++ [[ offline* != online ]]
6152026-06-02T23:39:11.557Z++ [[ 48 -gt 300 ]]
6162026-06-02T23:39:11.557Z++ sleep 1
6172026-06-02T23:39:12.559Z++ retry=49
6182026-06-02T23:39:12.561Z+++ svcs -Hostate baseline
6192026-06-02T23:39:12.573Z++ [[ offline* != online ]]
6202026-06-02T23:39:12.574Z++ [[ 49 -gt 300 ]]
6212026-06-02T23:39:12.574Z++ sleep 1
6222026-06-02T23:39:13.576Z++ retry=50
6232026-06-02T23:39:13.579Z+++ svcs -Hostate baseline
6242026-06-02T23:39:13.590Z++ [[ offline* != online ]]
6252026-06-02T23:39:13.590Z++ [[ 50 -gt 300 ]]
6262026-06-02T23:39:13.590Z++ sleep 1
6272026-06-02T23:39:14.592Z++ retry=51
6282026-06-02T23:39:14.595Z+++ svcs -Hostate baseline
6292026-06-02T23:39:14.607Z++ [[ offline* != online ]]
6302026-06-02T23:39:14.607Z++ [[ 51 -gt 300 ]]
6312026-06-02T23:39:14.607Z++ sleep 1
6322026-06-02T23:39:15.608Z++ retry=52
6332026-06-02T23:39:15.612Z+++ svcs -Hostate baseline
6342026-06-02T23:39:15.623Z++ [[ offline* != online ]]
6352026-06-02T23:39:15.623Z++ [[ 52 -gt 300 ]]
6362026-06-02T23:39:15.623Z++ sleep 1
6372026-06-02T23:39:16.625Z++ retry=53
6382026-06-02T23:39:16.628Z+++ svcs -Hostate baseline
6392026-06-02T23:39:16.639Z++ [[ offline* != online ]]
6402026-06-02T23:39:16.639Z++ [[ 53 -gt 300 ]]
6412026-06-02T23:39:16.639Z++ sleep 1
6422026-06-02T23:39:17.641Z++ retry=54
6432026-06-02T23:39:17.644Z+++ svcs -Hostate baseline
6442026-06-02T23:39:17.656Z++ [[ offline* != online ]]
6452026-06-02T23:39:17.656Z++ [[ 54 -gt 300 ]]
6462026-06-02T23:39:17.656Z++ sleep 1
6472026-06-02T23:39:18.659Z++ retry=55
6482026-06-02T23:39:18.662Z+++ svcs -Hostate baseline
6492026-06-02T23:39:18.673Z++ [[ offline* != online ]]
6502026-06-02T23:39:18.673Z++ [[ 55 -gt 300 ]]
6512026-06-02T23:39:18.673Z++ sleep 1
6522026-06-02T23:39:19.675Z++ retry=56
6532026-06-02T23:39:19.677Z+++ svcs -Hostate baseline
6542026-06-02T23:39:19.689Z++ [[ offline* != online ]]
6552026-06-02T23:39:19.689Z++ [[ 56 -gt 300 ]]
6562026-06-02T23:39:19.689Z++ sleep 1
6572026-06-02T23:39:20.691Z++ retry=57
6582026-06-02T23:39:20.694Z+++ svcs -Hostate baseline
6592026-06-02T23:39:20.706Z++ [[ offline* != online ]]
6602026-06-02T23:39:20.706Z++ [[ 57 -gt 300 ]]
6612026-06-02T23:39:20.706Z++ sleep 1
6622026-06-02T23:39:21.707Z++ retry=58
6632026-06-02T23:39:21.710Z+++ svcs -Hostate baseline
6642026-06-02T23:39:21.722Z++ [[ offline* != online ]]
6652026-06-02T23:39:21.722Z++ [[ 58 -gt 300 ]]
6662026-06-02T23:39:21.722Z++ sleep 1
6672026-06-02T23:39:22.724Z++ retry=59
6682026-06-02T23:39:22.727Z+++ svcs -Hostate baseline
6692026-06-02T23:39:22.738Z++ [[ offline* != online ]]
6702026-06-02T23:39:22.738Z++ [[ 59 -gt 300 ]]
6712026-06-02T23:39:22.738Z++ sleep 1
6722026-06-02T23:39:23.740Z++ retry=60
6732026-06-02T23:39:23.743Z+++ svcs -Hostate baseline
6742026-06-02T23:39:23.754Z++ [[ offline* != online ]]
6752026-06-02T23:39:23.754Z++ [[ 60 -gt 300 ]]
6762026-06-02T23:39:23.754Z++ sleep 1
6772026-06-02T23:39:24.757Z++ retry=61
6782026-06-02T23:39:24.761Z+++ svcs -Hostate baseline
6792026-06-02T23:39:24.773Z++ [[ offline* != online ]]
6802026-06-02T23:39:24.773Z++ [[ 61 -gt 300 ]]
6812026-06-02T23:39:24.773Z++ sleep 1
6822026-06-02T23:39:25.773Z++ retry=62
6832026-06-02T23:39:25.776Z+++ svcs -Hostate baseline
6842026-06-02T23:39:25.787Z++ [[ offline* != online ]]
6852026-06-02T23:39:25.787Z++ [[ 62 -gt 300 ]]
6862026-06-02T23:39:25.787Z++ sleep 1
6872026-06-02T23:39:26.789Z++ retry=63
6882026-06-02T23:39:26.793Z+++ svcs -Hostate baseline
6892026-06-02T23:39:26.804Z++ [[ offline* != online ]]
6902026-06-02T23:39:26.804Z++ [[ 63 -gt 300 ]]
6912026-06-02T23:39:26.804Z++ sleep 1
6922026-06-02T23:39:27.807Z++ retry=64
6932026-06-02T23:39:27.810Z+++ svcs -Hostate baseline
6942026-06-02T23:39:27.820Z++ [[ offline* != online ]]
6952026-06-02T23:39:27.820Z++ [[ 64 -gt 300 ]]
6962026-06-02T23:39:27.820Z++ sleep 1
6972026-06-02T23:39:28.822Z++ retry=65
6982026-06-02T23:39:28.825Z+++ svcs -Hostate baseline
6992026-06-02T23:39:28.837Z++ [[ offline* != online ]]
7002026-06-02T23:39:28.837Z++ [[ 65 -gt 300 ]]
7012026-06-02T23:39:28.837Z++ sleep 1
7022026-06-02T23:39:29.839Z++ retry=66
7032026-06-02T23:39:29.842Z+++ svcs -Hostate baseline
7042026-06-02T23:39:29.854Z++ [[ offline* != online ]]
7052026-06-02T23:39:29.854Z++ [[ 66 -gt 300 ]]
7062026-06-02T23:39:29.854Z++ sleep 1
7072026-06-02T23:39:30.856Z++ retry=67
7082026-06-02T23:39:30.861Z+++ svcs -Hostate baseline
7092026-06-02T23:39:30.870Z++ [[ offline* != online ]]
7102026-06-02T23:39:30.870Z++ [[ 67 -gt 300 ]]
7112026-06-02T23:39:30.870Z++ sleep 1
7122026-06-02T23:39:31.872Z++ retry=68
7132026-06-02T23:39:31.875Z+++ svcs -Hostate baseline
7142026-06-02T23:39:31.886Z++ [[ offline* != online ]]
7152026-06-02T23:39:31.886Z++ [[ 68 -gt 300 ]]
7162026-06-02T23:39:31.886Z++ sleep 1
7172026-06-02T23:39:32.888Z++ retry=69
7182026-06-02T23:39:32.892Z+++ svcs -Hostate baseline
7192026-06-02T23:39:32.903Z++ [[ offline* != online ]]
7202026-06-02T23:39:32.903Z++ [[ 69 -gt 300 ]]
7212026-06-02T23:39:32.903Z++ sleep 1
7222026-06-02T23:39:33.905Z++ retry=70
7232026-06-02T23:39:33.910Z+++ svcs -Hostate baseline
7242026-06-02T23:39:33.921Z++ [[ offline* != online ]]
7252026-06-02T23:39:33.921Z++ [[ 70 -gt 300 ]]
7262026-06-02T23:39:33.921Z++ sleep 1
7272026-06-02T23:39:34.921Z++ retry=71
7282026-06-02T23:39:34.924Z+++ svcs -Hostate baseline
7292026-06-02T23:39:34.936Z++ [[ offline* != online ]]
7302026-06-02T23:39:34.936Z++ [[ 71 -gt 300 ]]
7312026-06-02T23:39:34.936Z++ sleep 1
7322026-06-02T23:39:35.939Z++ retry=72
7332026-06-02T23:39:35.942Z+++ svcs -Hostate baseline
7342026-06-02T23:39:35.952Z++ [[ offline* != online ]]
7352026-06-02T23:39:35.952Z++ [[ 72 -gt 300 ]]
7362026-06-02T23:39:35.953Z++ sleep 1
7372026-06-02T23:39:36.955Z++ retry=73
7382026-06-02T23:39:36.958Z+++ svcs -Hostate baseline
7392026-06-02T23:39:37.007Z++ [[ offline* != online ]]
7402026-06-02T23:39:37.007Z++ [[ 73 -gt 300 ]]
7412026-06-02T23:39:37.007Z++ sleep 1
7422026-06-02T23:39:37.971Z++ retry=74
7432026-06-02T23:39:37.973Z+++ svcs -Hostate baseline
7442026-06-02T23:39:37.985Z++ [[ offline* != online ]]
7452026-06-02T23:39:37.985Z++ [[ 74 -gt 300 ]]
7462026-06-02T23:39:37.985Z++ sleep 1
7472026-06-02T23:39:39.026Z++ retry=75
7482026-06-02T23:39:39.030Z+++ svcs -Hostate baseline
7492026-06-02T23:39:39.030Z++ [[ offline* != online ]]
7502026-06-02T23:39:39.030Z++ [[ 75 -gt 300 ]]
7512026-06-02T23:39:39.030Z++ sleep 1
7522026-06-02T23:39:40.010Z++ retry=76
7532026-06-02T23:39:40.013Z+++ svcs -Hostate baseline
7542026-06-02T23:39:40.020Z++ [[ offline* != online ]]
7552026-06-02T23:39:40.020Z++ [[ 76 -gt 300 ]]
7562026-06-02T23:39:40.020Z++ sleep 1
7572026-06-02T23:39:41.020Z++ retry=77
7582026-06-02T23:39:41.023Z+++ svcs -Hostate baseline
7592026-06-02T23:39:41.034Z++ [[ offline* != online ]]
7602026-06-02T23:39:41.034Z++ [[ 77 -gt 300 ]]
7612026-06-02T23:39:41.035Z++ sleep 1
7622026-06-02T23:39:42.036Z++ retry=78
7632026-06-02T23:39:42.040Z+++ svcs -Hostate baseline
7642026-06-02T23:39:42.051Z++ [[ offline* != online ]]
7652026-06-02T23:39:42.051Z++ [[ 78 -gt 300 ]]
7662026-06-02T23:39:42.051Z++ sleep 1
7672026-06-02T23:39:43.053Z++ retry=79
7682026-06-02T23:39:43.055Z+++ svcs -Hostate baseline
7692026-06-02T23:39:43.068Z++ [[ offline* != online ]]
7702026-06-02T23:39:43.068Z++ [[ 79 -gt 300 ]]
7712026-06-02T23:39:43.068Z++ sleep 1
7722026-06-02T23:39:44.069Z++ retry=80
7732026-06-02T23:39:44.072Z+++ svcs -Hostate baseline
7742026-06-02T23:39:44.084Z++ [[ offline* != online ]]
7752026-06-02T23:39:44.084Z++ [[ 80 -gt 300 ]]
7762026-06-02T23:39:44.084Z++ sleep 1
7772026-06-02T23:39:45.086Z++ retry=81
7782026-06-02T23:39:45.089Z+++ svcs -Hostate baseline
7792026-06-02T23:39:45.101Z++ [[ offline* != online ]]
7802026-06-02T23:39:45.101Z++ [[ 81 -gt 300 ]]
7812026-06-02T23:39:45.101Z++ sleep 1
7822026-06-02T23:39:46.102Z++ retry=82
7832026-06-02T23:39:46.105Z+++ svcs -Hostate baseline
7842026-06-02T23:39:46.117Z++ [[ offline* != online ]]
7852026-06-02T23:39:46.117Z++ [[ 82 -gt 300 ]]
7862026-06-02T23:39:46.117Z++ sleep 1
7872026-06-02T23:39:47.120Z++ retry=83
7882026-06-02T23:39:47.123Z+++ svcs -Hostate baseline
7892026-06-02T23:39:47.135Z++ [[ offline* != online ]]
7902026-06-02T23:39:47.135Z++ [[ 83 -gt 300 ]]
7912026-06-02T23:39:47.135Z++ sleep 1
7922026-06-02T23:39:48.135Z++ retry=84
7932026-06-02T23:39:48.138Z+++ svcs -Hostate baseline
7942026-06-02T23:39:48.150Z++ [[ offline* != online ]]
7952026-06-02T23:39:48.150Z++ [[ 84 -gt 300 ]]
7962026-06-02T23:39:48.154Z++ sleep 1
7972026-06-02T23:39:49.152Z++ retry=85
7982026-06-02T23:39:49.155Z+++ svcs -Hostate baseline
7992026-06-02T23:39:49.167Z++ [[ offline* != online ]]
8002026-06-02T23:39:49.167Z++ [[ 85 -gt 300 ]]
8012026-06-02T23:39:49.167Z++ sleep 1
8022026-06-02T23:39:50.168Z++ retry=86
8032026-06-02T23:39:50.171Z+++ svcs -Hostate baseline
8042026-06-02T23:39:50.183Z++ [[ offline* != online ]]
8052026-06-02T23:39:50.183Z++ [[ 86 -gt 300 ]]
8062026-06-02T23:39:50.183Z++ sleep 1
8072026-06-02T23:39:51.185Z++ retry=87
8082026-06-02T23:39:51.187Z+++ svcs -Hostate baseline
8092026-06-02T23:39:51.199Z++ [[ offline* != online ]]
8102026-06-02T23:39:51.199Z++ [[ 87 -gt 300 ]]
8112026-06-02T23:39:51.199Z++ sleep 1
8122026-06-02T23:39:52.201Z++ retry=88
8132026-06-02T23:39:52.204Z+++ svcs -Hostate baseline
8142026-06-02T23:39:52.216Z++ [[ offline* != online ]]
8152026-06-02T23:39:52.216Z++ [[ 88 -gt 300 ]]
8162026-06-02T23:39:52.216Z++ sleep 1
8172026-06-02T23:39:53.219Z++ retry=89
8182026-06-02T23:39:53.221Z+++ svcs -Hostate baseline
8192026-06-02T23:39:53.232Z++ [[ offline* != online ]]
8202026-06-02T23:39:53.232Z++ [[ 89 -gt 300 ]]
8212026-06-02T23:39:53.232Z++ sleep 1
8222026-06-02T23:39:54.234Z++ retry=90
8232026-06-02T23:39:54.238Z+++ svcs -Hostate baseline
8242026-06-02T23:39:54.250Z++ [[ offline* != online ]]
8252026-06-02T23:39:54.250Z++ [[ 90 -gt 300 ]]
8262026-06-02T23:39:54.250Z++ sleep 1
8272026-06-02T23:39:55.252Z++ retry=91
8282026-06-02T23:39:55.256Z+++ svcs -Hostate baseline
8292026-06-02T23:39:55.266Z++ [[ offline* != online ]]
8302026-06-02T23:39:55.266Z++ [[ 91 -gt 300 ]]
8312026-06-02T23:39:55.266Z++ sleep 1
8322026-06-02T23:39:56.267Z++ retry=92
8332026-06-02T23:39:56.270Z+++ svcs -Hostate baseline
8342026-06-02T23:39:56.282Z++ [[ offline* != online ]]
8352026-06-02T23:39:56.282Z++ [[ 92 -gt 300 ]]
8362026-06-02T23:39:56.282Z++ sleep 1
8372026-06-02T23:39:57.283Z++ retry=93
8382026-06-02T23:39:57.286Z+++ svcs -Hostate baseline
8392026-06-02T23:39:57.298Z++ [[ offline* != online ]]
8402026-06-02T23:39:57.298Z++ [[ 93 -gt 300 ]]
8412026-06-02T23:39:57.298Z++ sleep 1
8422026-06-02T23:39:58.300Z++ retry=94
8432026-06-02T23:39:58.303Z+++ svcs -Hostate baseline
8442026-06-02T23:39:58.314Z++ [[ offline* != online ]]
8452026-06-02T23:39:58.314Z++ [[ 94 -gt 300 ]]
8462026-06-02T23:39:58.314Z++ sleep 1
8472026-06-02T23:39:59.316Z++ retry=95
8482026-06-02T23:39:59.319Z+++ svcs -Hostate baseline
8492026-06-02T23:39:59.330Z++ [[ offline* != online ]]
8502026-06-02T23:39:59.330Z++ [[ 95 -gt 300 ]]
8512026-06-02T23:39:59.333Z++ sleep 1
8522026-06-02T23:40:00.332Z++ retry=96
8532026-06-02T23:40:00.335Z+++ svcs -Hostate baseline
8542026-06-02T23:40:00.347Z++ [[ offline* != online ]]
8552026-06-02T23:40:00.347Z++ [[ 96 -gt 300 ]]
8562026-06-02T23:40:00.348Z++ sleep 1
8572026-06-02T23:40:01.348Z++ retry=97
8582026-06-02T23:40:01.352Z+++ svcs -Hostate baseline
8592026-06-02T23:40:01.362Z++ [[ offline* != online ]]
8602026-06-02T23:40:01.362Z++ [[ 97 -gt 300 ]]
8612026-06-02T23:40:01.365Z++ sleep 1
8622026-06-02T23:40:02.364Z++ retry=98
8632026-06-02T23:40:02.367Z+++ svcs -Hostate baseline
8642026-06-02T23:40:02.378Z++ [[ offline* != online ]]
8652026-06-02T23:40:02.378Z++ [[ 98 -gt 300 ]]
8662026-06-02T23:40:02.378Z++ sleep 1
8672026-06-02T23:40:03.380Z++ retry=99
8682026-06-02T23:40:03.383Z+++ svcs -Hostate baseline
8692026-06-02T23:40:03.395Z++ [[ offline* != online ]]
8702026-06-02T23:40:03.395Z++ [[ 99 -gt 300 ]]
8712026-06-02T23:40:03.395Z++ sleep 1
8722026-06-02T23:40:04.397Z++ retry=100
8732026-06-02T23:40:04.400Z+++ svcs -Hostate baseline
8742026-06-02T23:40:04.411Z++ [[ offline* != online ]]
8752026-06-02T23:40:04.412Z++ [[ 100 -gt 300 ]]
8762026-06-02T23:40:04.412Z++ sleep 1
8772026-06-02T23:40:05.413Z++ retry=101
8782026-06-02T23:40:05.431Z+++ svcs -Hostate baseline
8792026-06-02T23:40:05.434Z++ [[ offline* != online ]]
8802026-06-02T23:40:05.434Z++ [[ 101 -gt 300 ]]
8812026-06-02T23:40:05.434Z++ sleep 1
8822026-06-02T23:40:06.430Z++ retry=102
8832026-06-02T23:40:06.433Z+++ svcs -Hostate baseline
8842026-06-02T23:40:06.445Z++ [[ offline* != online ]]
8852026-06-02T23:40:06.445Z++ [[ 102 -gt 300 ]]
8862026-06-02T23:40:06.448Z++ sleep 1
8872026-06-02T23:40:07.447Z++ retry=103
8882026-06-02T23:40:07.450Z+++ svcs -Hostate baseline
8892026-06-02T23:40:07.462Z++ [[ offline* != online ]]
8902026-06-02T23:40:07.464Z++ [[ 103 -gt 300 ]]
8912026-06-02T23:40:07.464Z++ sleep 1
8922026-06-02T23:40:08.463Z++ retry=104
8932026-06-02T23:40:08.466Z+++ svcs -Hostate baseline
8942026-06-02T23:40:08.478Z++ [[ offline* != online ]]
8952026-06-02T23:40:08.478Z++ [[ 104 -gt 300 ]]
8962026-06-02T23:40:08.481Z++ sleep 1
8972026-06-02T23:40:09.479Z++ retry=105
8982026-06-02T23:40:09.482Z+++ svcs -Hostate baseline
8992026-06-02T23:40:09.494Z++ [[ offline* != online ]]
9002026-06-02T23:40:09.494Z++ [[ 105 -gt 300 ]]
9012026-06-02T23:40:09.497Z++ sleep 1
9022026-06-02T23:40:10.495Z++ retry=106
9032026-06-02T23:40:10.498Z+++ svcs -Hostate baseline
9042026-06-02T23:40:10.510Z++ [[ offline* != online ]]
9052026-06-02T23:40:10.510Z++ [[ 106 -gt 300 ]]
9062026-06-02T23:40:10.510Z++ sleep 1
9072026-06-02T23:40:11.511Z++ retry=107
9082026-06-02T23:40:11.514Z+++ svcs -Hostate baseline
9092026-06-02T23:40:11.526Z++ [[ offline* != online ]]
9102026-06-02T23:40:11.526Z++ [[ 107 -gt 300 ]]
9112026-06-02T23:40:11.528Z++ sleep 1
9122026-06-02T23:40:12.528Z++ retry=108
9132026-06-02T23:40:12.531Z+++ svcs -Hostate baseline
9142026-06-02T23:40:12.542Z++ [[ offline* != online ]]
9152026-06-02T23:40:12.542Z++ [[ 108 -gt 300 ]]
9162026-06-02T23:40:12.542Z++ sleep 1
9172026-06-02T23:40:13.544Z++ retry=109
9182026-06-02T23:40:13.548Z+++ svcs -Hostate baseline
9192026-06-02T23:40:13.559Z++ [[ offline* != online ]]
9202026-06-02T23:40:13.559Z++ [[ 109 -gt 300 ]]
9212026-06-02T23:40:13.559Z++ sleep 1
9222026-06-02T23:40:14.560Z++ retry=110
9232026-06-02T23:40:14.563Z+++ svcs -Hostate baseline
9242026-06-02T23:40:14.575Z++ [[ online != online ]]
9252026-06-02T23:40:14.575Z++ set -o errexit
9262026-06-02T23:40:14.579Z++ set -o pipefail
9272026-06-02T23:40:14.579Z++ banner build
9282026-06-02T23:40:14.579Z
9292026-06-02T23:40:14.579Z ##### # # # # #####
9302026-06-02T23:40:14.579Z # # # # # # # #
9312026-06-02T23:40:14.579Z ##### # # # # # #
9322026-06-02T23:40:14.579Z # # # # # # # #
9332026-06-02T23:40:14.579Z # # # # # # # #
9342026-06-02T23:40:14.579Z ##### #### # ###### #####
9352026-06-02T23:40:14.579Z
9362026-06-02T23:40:14.579Z++ cargo build --release --bin ddmd --bin ddmadm
9372026-06-02T23:40:14.582Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9382026-06-02T23:40:14.734Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9392026-06-02T23:40:14.737Zinfo: downloading 6 components
9402026-06-02T23:40:30.106Z Updating git repository `https://github.com/oxidecomputer/falcon`
9412026-06-02T23:40:30.722ZFrom https://github.com/oxidecomputer/falcon
9422026-06-02T23:40:30.722Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9432026-06-02T23:40:30.802Z Updating crates.io index
9442026-06-02T23:40:30.837Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9452026-06-02T23:40:31.773ZFrom https://github.com/oxidecomputer/dendrite
9462026-06-02T23:40:31.773Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9472026-06-02T23:40:32.035Z Updating git repository `https://github.com/oxidecomputer/ispf`
9482026-06-02T23:40:32.315ZFrom https://github.com/oxidecomputer/ispf
9492026-06-02T23:40:32.315Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9502026-06-02T23:40:32.321Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9512026-06-02T23:40:32.659ZFrom https://github.com/oxidecomputer/netadm-sys
9522026-06-02T23:40:32.659Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9532026-06-02T23:40:32.667Z Updating git repository `https://github.com/oxidecomputer/omicron`
9542026-06-02T23:40:40.220ZFrom https://github.com/oxidecomputer/omicron
9552026-06-02T23:40:40.220Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9562026-06-02T23:40:40.618Z Updating git repository `https://github.com/oxidecomputer/opte`
9572026-06-02T23:40:41.286ZFrom https://github.com/oxidecomputer/opte
9582026-06-02T23:40:41.286Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9592026-06-02T23:40:41.349Z Updating git repository `https://github.com/illumos/smf-rs`
9602026-06-02T23:40:41.571ZFrom https://github.com/illumos/smf-rs
9612026-06-02T23:40:41.571Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9622026-06-02T23:40:42.613Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9632026-06-02T23:40:42.624ZFrom https://github.com/oxidecomputer/network-interface
9642026-06-02T23:40:42.624Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9652026-06-02T23:40:42.624Z Updating git repository `https://github.com/oxidecomputer/zone`
9662026-06-02T23:40:42.760ZFrom https://github.com/oxidecomputer/zone
9672026-06-02T23:40:42.760Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9682026-06-02T23:40:42.907Z Updating git repository `https://github.com/oxidecomputer/propolis`
9692026-06-02T23:40:43.516ZFrom https://github.com/oxidecomputer/propolis
9702026-06-02T23:40:43.516Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9712026-06-02T23:40:43.588Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9722026-06-02T23:40:44.110ZFrom https://github.com/oxidecomputer/transceiver-control
9732026-06-02T23:40:44.110Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9742026-06-02T23:40:44.407Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9752026-06-02T23:40:44.666ZFrom https://github.com/oxidecomputer/dlpi-sys
9762026-06-02T23:40:44.666Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9772026-06-02T23:40:44.681Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9782026-06-02T23:40:44.993ZFrom https://github.com/jmesmon/rust-libzfs
9792026-06-02T23:40:44.993Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9802026-06-02T23:40:45.001Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9812026-06-02T23:40:45.262ZFrom https://github.com/oxidecomputer/rusty-doors
9822026-06-02T23:40:45.262Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9832026-06-02T23:40:45.383Z Updating git repository `https://github.com/oxidecomputer/lldp`
9842026-06-02T23:40:45.692ZFrom https://github.com/oxidecomputer/lldp
9852026-06-02T23:40:45.692Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9862026-06-02T23:40:45.704Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9872026-06-02T23:40:45.962ZFrom https://github.com/oxidecomputer/slog-error-chain
9882026-06-02T23:40:45.962Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9892026-06-02T23:40:46.081Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9902026-06-02T23:40:46.386ZFrom https://github.com/oxidecomputer/tufaceous
9912026-06-02T23:40:46.386Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9922026-06-02T23:40:46.405Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9932026-06-02T23:40:46.879ZFrom https://github.com/oxidecomputer/management-gateway-service
9942026-06-02T23:40:46.879Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9952026-06-02T23:40:47.094Z Updating git repository `https://github.com/oxidecomputer/crucible`
9962026-06-02T23:40:47.969ZFrom https://github.com/oxidecomputer/crucible
9972026-06-02T23:40:47.969Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9982026-06-02T23:40:48.920Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9992026-06-02T23:40:49.178ZFrom https://github.com/oxidecomputer/serde_human_bytes
10002026-06-02T23:40:49.178Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10012026-06-02T23:40:49.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
10022026-06-02T23:40:50.059ZFrom https://github.com/oxidecomputer/propolis
10032026-06-02T23:40:50.059Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
10042026-06-02T23:40:50.112Z Updating git repository `https://github.com/oxidecomputer/opte`
10052026-06-02T23:40:50.380ZFrom https://github.com/oxidecomputer/opte
10062026-06-02T23:40:50.381Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10072026-06-02T23:40:50.642Z Updating git repository `https://github.com/oxidecomputer/tofino`
10082026-06-02T23:40:50.968ZFrom https://github.com/oxidecomputer/tofino
10092026-06-02T23:40:50.968Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10102026-06-02T23:40:50.978Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10112026-06-02T23:40:51.656ZFrom https://github.com/oxidecomputer/maghemite
10122026-06-02T23:40:51.657Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10132026-06-02T23:40:51.716Z Updating git repository `https://github.com/oxidecomputer/clickward`
10142026-06-02T23:40:52.124ZFrom https://github.com/oxidecomputer/clickward
10152026-06-02T23:40:52.124Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10162026-06-02T23:40:52.215Z Updating git repository `https://github.com/oxidecomputer/crucible`
10172026-06-02T23:40:52.840ZFrom https://github.com/oxidecomputer/crucible
10182026-06-02T23:40:52.840Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10192026-06-02T23:40:52.885Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10202026-06-02T23:40:53.262ZFrom https://github.com/oxidecomputer/illumos-devinfo
10212026-06-02T23:40:53.262Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10222026-06-02T23:40:54.340Z Downloading crates ...
10232026-06-02T23:40:54.397Z Downloaded adler2 v2.0.1
10242026-06-02T23:40:54.405Z Downloaded anstyle v1.0.14
10252026-06-02T23:40:54.409Z Downloaded anyhow v1.0.102
10262026-06-02T23:40:54.414Z Downloaded crc32fast v1.5.0
10272026-06-02T23:40:54.417Z Downloaded clap_lex v1.1.0
10282026-06-02T23:40:54.422Z Downloaded darling v0.21.3
10292026-06-02T23:40:54.426Z Downloaded blake2 v0.10.6
10302026-06-02T23:40:54.429Z Downloaded cargo_toml v0.22.3
10312026-06-02T23:40:54.432Z Downloaded base16ct v1.0.0
10322026-06-02T23:40:54.439Z Downloaded aho-corasick v1.1.4
10332026-06-02T23:40:54.444Z Downloaded foreign-types-shared v0.1.1
10342026-06-02T23:40:54.446Z Downloaded git-stub v1.0.0
10352026-06-02T23:40:54.450Z Downloaded cookie v0.18.1
10362026-06-02T23:40:54.453Z Downloaded drift v0.2.0
10372026-06-02T23:40:54.458Z Downloaded group v0.13.0
10382026-06-02T23:40:54.461Z Downloaded dropshot-api-manager v0.7.2
10392026-06-02T23:40:54.495Z Downloaded dropshot_endpoint v0.17.0
10402026-06-02T23:40:54.495Z Downloaded bitflags v1.3.2
10412026-06-02T23:40:54.495Z Downloaded colorchoice v1.0.5
10422026-06-02T23:40:54.495Z Downloaded bit-set v0.8.0
10432026-06-02T23:40:54.495Z Downloaded async-recursion v1.1.1
10442026-06-02T23:40:54.495Z Downloaded fixedbitset v0.4.2
10452026-06-02T23:40:54.496Z Downloaded compression-core v0.4.32
10462026-06-02T23:40:54.496Z Downloaded crunchy v0.2.4
10472026-06-02T23:40:54.496Z Downloaded ciborium-ll v0.2.2
10482026-06-02T23:40:54.496Z Downloaded float-ord v0.3.2
10492026-06-02T23:40:54.496Z Downloaded ff v0.13.1
10502026-06-02T23:40:54.496Z Downloaded cpufeatures v0.2.17
10512026-06-02T23:40:54.496Z Downloaded async-stream v0.3.6
10522026-06-02T23:40:54.496Z Downloaded embedded-io v0.4.0
10532026-06-02T23:40:54.496Z Downloaded anstyle-query v1.1.5
10542026-06-02T23:40:54.499Z Downloaded ciborium-io v0.2.2
10552026-06-02T23:40:54.499Z Downloaded const_format v0.2.36
10562026-06-02T23:40:54.502Z Downloaded heck v0.4.1
10572026-06-02T23:40:54.504Z Downloaded cpufeatures v0.3.0
10582026-06-02T23:40:54.507Z Downloaded gethostname v0.5.0
10592026-06-02T23:40:54.508Z Downloaded base16ct v0.2.0
10602026-06-02T23:40:54.510Z Downloaded dunce v1.0.5
10612026-06-02T23:40:54.510Z Downloaded cfg-if v1.0.4
10622026-06-02T23:40:54.513Z Downloaded foreign-types-shared v0.3.1
10632026-06-02T23:40:54.513Z Downloaded enum-as-inner v0.6.1
10642026-06-02T23:40:54.516Z Downloaded crypto-common v0.1.7
10652026-06-02T23:40:54.519Z Downloaded either v1.15.0
10662026-06-02T23:40:54.519Z Downloaded atomicwrites v0.4.4
10672026-06-02T23:40:54.522Z Downloaded dtrace-parser v0.3.0
10682026-06-02T23:40:54.525Z Downloaded fxhash v0.2.1
10692026-06-02T23:40:54.525Z Downloaded generic-array v0.14.7
10702026-06-02T23:40:54.527Z Downloaded foreign-types v0.3.2
10712026-06-02T23:40:54.527Z Downloaded fnv v1.0.7
10722026-06-02T23:40:54.530Z Downloaded hubpack_derive v0.1.1
10732026-06-02T23:40:54.532Z Downloaded darling_macro v0.23.0
10742026-06-02T23:40:54.533Z Downloaded httpdate v1.0.3
10752026-06-02T23:40:54.536Z Downloaded debug-ignore v1.0.5
10762026-06-02T23:40:54.539Z Downloaded hash32 v0.3.1
10772026-06-02T23:40:54.539Z Downloaded aead v0.5.2
10782026-06-02T23:40:54.542Z Downloaded hostname v0.3.1
10792026-06-02T23:40:54.542Z Downloaded async-trait v0.1.89
10802026-06-02T23:40:54.544Z Downloaded critical-section v1.2.0
10812026-06-02T23:40:54.548Z Downloaded hex v0.4.3
10822026-06-02T23:40:54.552Z Downloaded foldhash v0.1.5
10832026-06-02T23:40:54.552Z Downloaded anstyle-parse v1.0.0
10842026-06-02T23:40:54.554Z Downloaded const_format_proc_macros v0.2.34
10852026-06-02T23:40:54.554Z Downloaded futures-io v0.3.32
10862026-06-02T23:40:54.557Z Downloaded cipher v0.4.4
10872026-06-02T23:40:54.560Z Downloaded futures-sink v0.3.32
10882026-06-02T23:40:54.560Z Downloaded bs58 v0.5.1
10892026-06-02T23:40:54.562Z Downloaded futures-core v0.3.32
10902026-06-02T23:40:54.565Z Downloaded darling_core v0.23.0
10912026-06-02T23:40:54.568Z Downloaded instant v0.1.13
10922026-06-02T23:40:54.570Z Downloaded inout v0.1.4
10932026-06-02T23:40:54.570Z Downloaded is-terminal v0.4.17
10942026-06-02T23:40:54.573Z Downloaded itoa v1.0.18
10952026-06-02T23:40:54.576Z Downloaded defmt v0.3.100
10962026-06-02T23:40:54.576Z Downloaded ident_case v1.0.1
10972026-06-02T23:40:54.579Z Downloaded hostname v0.4.2
10982026-06-02T23:40:54.579Z Downloaded indent_write v2.2.0
10992026-06-02T23:40:54.582Z Downloaded idna_adapter v1.2.2
11002026-06-02T23:40:54.582Z Downloaded hubpack v0.1.2
11012026-06-02T23:40:54.586Z Downloaded internet-checksum v0.2.1
11022026-06-02T23:40:54.586Z Downloaded daft-derive v0.1.7
11032026-06-02T23:40:54.589Z Downloaded bytecount v0.6.9
11042026-06-02T23:40:54.591Z Downloaded humantime v2.3.0
11052026-06-02T23:40:54.594Z Downloaded hyper-rustls v0.27.9
11062026-06-02T23:40:54.594Z Downloaded autocfg v1.5.0
11072026-06-02T23:40:54.596Z Downloaded base64ct v1.8.3
11082026-06-02T23:40:54.600Z Downloaded konst_macro_rules v0.2.19
11092026-06-02T23:40:54.602Z Downloaded http-body-util v0.1.3
11102026-06-02T23:40:54.602Z Downloaded glob v0.3.3
11112026-06-02T23:40:54.605Z Downloaded derive-ex v0.1.8
11122026-06-02T23:40:54.605Z Downloaded dyn-clone v1.0.20
11132026-06-02T23:40:54.608Z Downloaded digest v0.10.7
11142026-06-02T23:40:54.610Z Downloaded crossbeam-deque v0.8.6
11152026-06-02T23:40:54.610Z Downloaded clap_derive v4.6.1
11162026-06-02T23:40:54.613Z Downloaded camino-tempfile v1.4.1
11172026-06-02T23:40:54.616Z Downloaded libscf-sys v1.2.0
11182026-06-02T23:40:54.616Z Downloaded keccak v0.1.6
11192026-06-02T23:40:54.619Z Downloaded colored v3.1.1
11202026-06-02T23:40:54.621Z Downloaded linked-hash-map v0.5.6
11212026-06-02T23:40:54.621Z Downloaded defmt-macros v1.1.0
11222026-06-02T23:40:54.624Z Downloaded managed v0.8.0
11232026-06-02T23:40:54.627Z Downloaded defmt-parser v1.0.0
11242026-06-02T23:40:54.629Z Downloaded ciborium v0.2.2
11252026-06-02T23:40:54.632Z Downloaded macaddr v1.0.1
11262026-06-02T23:40:54.632Z Downloaded newtype_derive v0.1.6
11272026-06-02T23:40:54.635Z Downloaded backon v1.6.0
11282026-06-02T23:40:54.637Z Downloaded deranged v0.5.8
11292026-06-02T23:40:54.637Z Downloaded ipnet v2.12.0
11302026-06-02T23:40:54.640Z Downloaded console v0.15.11
11312026-06-02T23:40:54.643Z Downloaded globset v0.4.18
11322026-06-02T23:40:54.645Z Downloaded memoffset v0.9.1
11332026-06-02T23:40:54.645Z Downloaded crossbeam-epoch v0.9.18
11342026-06-02T23:40:54.648Z Downloaded darling v0.23.0
11352026-06-02T23:40:54.653Z Downloaded omicron-workspace-hack v0.1.0
11362026-06-02T23:40:54.656Z Downloaded num-derive v0.4.2
11372026-06-02T23:40:54.656Z Downloaded olpc-cjson v0.1.4
11382026-06-02T23:40:54.656Z Downloaded num-conv v0.2.1
11392026-06-02T23:40:54.658Z Downloaded newtype-uuid-macros v0.1.0
11402026-06-02T23:40:54.658Z Downloaded httparse v1.10.1
11412026-06-02T23:40:54.661Z Downloaded ingot v0.1.1
11422026-06-02T23:40:54.664Z Downloaded derive_more v0.99.20
11432026-06-02T23:40:54.666Z Downloaded iana-time-zone v0.1.65
11442026-06-02T23:40:54.669Z Downloaded cancel-safe-futures v0.1.5
11452026-06-02T23:40:54.672Z Downloaded percent-encoding v2.3.2
11462026-06-02T23:40:54.672Z Downloaded opaque-debug v0.3.1
11472026-06-02T23:40:54.674Z Downloaded num_enum_derive v0.5.11
11482026-06-02T23:40:54.674Z Downloaded lock_api v0.4.14
11492026-06-02T23:40:54.677Z Downloaded jobserver v0.1.34
11502026-06-02T23:40:54.680Z Downloaded parse-display v0.10.0
11512026-06-02T23:40:54.680Z Downloaded ingot-types v0.1.2
11522026-06-02T23:40:54.682Z Downloaded linear-map v1.2.0
11532026-06-02T23:40:54.682Z Downloaded camino v1.2.2
11542026-06-02T23:40:54.686Z Downloaded futures-executor v0.3.32
11552026-06-02T23:40:54.689Z Downloaded defmt v1.1.0
11562026-06-02T23:40:54.692Z Downloaded plain v0.2.3
11572026-06-02T23:40:54.692Z Downloaded phf_shared v0.12.1
11582026-06-02T23:40:54.692Z Downloaded futures-channel v0.3.32
11592026-06-02T23:40:54.695Z Downloaded highway v1.3.0
11602026-06-02T23:40:54.698Z Downloaded proc-macro-error-attr v1.0.4
11612026-06-02T23:40:54.698Z Downloaded crossbeam-utils v0.8.21
11622026-06-02T23:40:54.701Z Downloaded powerfmt v0.2.0
11632026-06-02T23:40:54.701Z Downloaded lazy_static v1.5.0
11642026-06-02T23:40:54.703Z Downloaded potential_utf v0.1.5
11652026-06-02T23:40:54.706Z Downloaded getrandom v0.2.17
11662026-06-02T23:40:54.706Z Downloaded byteorder v1.5.0
11672026-06-02T23:40:54.709Z Downloaded expectorate v1.2.0
11682026-06-02T23:40:54.712Z Downloaded libsw v3.5.0
11692026-06-02T23:40:54.715Z Downloaded half v2.7.1
11702026-06-02T23:40:54.715Z Downloaded allocator-api2 v0.2.21
11712026-06-02T23:40:54.718Z Downloaded proc-macro-error-attr2 v2.0.0
11722026-06-02T23:40:54.718Z Downloaded num_threads v0.1.7
11732026-06-02T23:40:54.721Z Downloaded openssl-macros v0.1.1
11742026-06-02T23:40:54.721Z Downloaded proc-macro-crate v3.5.0
11752026-06-02T23:40:54.723Z Downloaded memmap v0.7.0
11762026-06-02T23:40:54.723Z Downloaded num_enum v0.7.6
11772026-06-02T23:40:54.726Z Downloaded newtype-uuid v1.3.2
11782026-06-02T23:40:54.729Z Downloaded num-complex v0.4.6
11792026-06-02T23:40:54.732Z Downloaded progenitor-client v0.14.0
11802026-06-02T23:40:54.732Z Downloaded progenitor-client v0.10.0
11812026-06-02T23:40:54.735Z Downloaded num-rational v0.4.2
11822026-06-02T23:40:54.735Z Downloaded darling_core v0.21.3
11832026-06-02T23:40:54.737Z Downloaded oxnet v0.1.5
11842026-06-02T23:40:54.740Z Downloaded ingot-macros v0.1.1
11852026-06-02T23:40:54.743Z Downloaded oxide-tokio-rt v0.1.6
11862026-06-02T23:40:54.743Z Downloaded arc-swap v1.9.1
11872026-06-02T23:40:54.746Z Downloaded progenitor-macro v0.13.0
11882026-06-02T23:40:54.749Z Downloaded getrandom v0.4.2
11892026-06-02T23:40:54.751Z Downloaded parking_lot_core v0.8.6
11902026-06-02T23:40:54.751Z Downloaded password-hash v0.5.0
11912026-06-02T23:40:54.754Z Downloaded pkg-config v0.3.33
11922026-06-02T23:40:54.754Z Downloaded pin-project-lite v0.2.17
11932026-06-02T23:40:54.758Z Downloaded pin-project-internal v1.1.13
11942026-06-02T23:40:54.761Z Downloaded phf v0.12.1
11952026-06-02T23:40:54.761Z Downloaded hmac v0.12.1
11962026-06-02T23:40:54.764Z Downloaded rand_chacha v0.3.1
11972026-06-02T23:40:54.764Z Downloaded mime v0.3.17
11982026-06-02T23:40:54.767Z Downloaded indexmap v1.9.3
11992026-06-02T23:40:54.770Z Downloaded futures v0.3.32
12002026-06-02T23:40:54.773Z Downloaded memmap2 v0.9.10
12012026-06-02T23:40:54.774Z Downloaded libsw-core v0.3.2
12022026-06-02T23:40:54.777Z Downloaded proc-macro-error v1.0.4
12032026-06-02T23:40:54.777Z Downloaded getrandom v0.3.4
12042026-06-02T23:40:54.780Z Downloaded progenitor-macro v0.14.0
12052026-06-02T23:40:54.783Z Downloaded quick-error v1.2.3
12062026-06-02T23:40:54.783Z Downloaded progenitor-macro v0.10.0
12072026-06-02T23:40:54.783Z Downloaded poly1305 v0.8.0
12082026-06-02T23:40:54.786Z Downloaded proc-macro-crate v1.3.1
12092026-06-02T23:40:54.786Z Downloaded ref-cast-impl v1.0.25
12102026-06-02T23:40:54.789Z Downloaded ppv-lite86 v0.2.21
12112026-06-02T23:40:54.789Z Downloaded num_enum v0.5.11
12122026-06-02T23:40:54.792Z Downloaded progenitor v0.11.2
12132026-06-02T23:40:54.794Z Downloaded pretty-hex v0.4.2
12142026-06-02T23:40:54.794Z Downloaded progenitor v0.10.0
12152026-06-02T23:40:54.797Z Downloaded proc-macro-error2 v2.0.1
12162026-06-02T23:40:54.800Z Downloaded once_cell v1.21.4
12172026-06-02T23:40:54.803Z Downloaded no-std-compat v0.4.1
12182026-06-02T23:40:54.803Z Downloaded progenitor v0.13.0
12192026-06-02T23:40:54.806Z Downloaded progenitor-extras v0.2.0
12202026-06-02T23:40:54.806Z Downloaded pem v3.0.6
12212026-06-02T23:40:54.806Z Downloaded progenitor-client v0.13.0
12222026-06-02T23:40:54.809Z Downloaded progenitor v0.14.0
12232026-06-02T23:40:54.809Z Downloaded rustc_version v0.4.1
12242026-06-02T23:40:54.812Z Downloaded rustc_version v0.1.7
12252026-06-02T23:40:54.812Z Downloaded icu_normalizer_data v2.2.0
12262026-06-02T23:40:54.814Z Downloaded rustc-hash v2.1.2
12272026-06-02T23:40:54.815Z Downloaded litemap v0.8.2
12282026-06-02T23:40:54.817Z Downloaded icu_provider v2.2.0
12292026-06-02T23:40:54.820Z Downloaded lru-cache v0.1.2
12302026-06-02T23:40:54.820Z Downloaded rand_chacha v0.9.0
12312026-06-02T23:40:54.820Z Downloaded num v0.4.3
12322026-06-02T23:40:54.823Z Downloaded indicatif v0.18.4
12332026-06-02T23:40:54.826Z Downloaded quote v1.0.45
12342026-06-02T23:40:54.826Z Downloaded openssl-probe v0.2.1
12352026-06-02T23:40:54.828Z Downloaded icu_properties v2.2.0
12362026-06-02T23:40:54.831Z Downloaded newline-converter v0.3.0
12372026-06-02T23:40:54.831Z Downloaded num-iter v0.1.45
12382026-06-02T23:40:54.831Z Downloaded match_cfg v0.1.0
12392026-06-02T23:40:54.834Z Downloaded log v0.4.29
12402026-06-02T23:40:54.837Z Downloaded icu_normalizer v2.2.0
12412026-06-02T23:40:54.839Z Downloaded same-file v1.0.6
12422026-06-02T23:40:54.839Z Downloaded num-integer v0.1.46
12432026-06-02T23:40:54.842Z Downloaded pest_derive v2.8.6
12442026-06-02T23:40:54.842Z Downloaded base64 v0.22.1
12452026-06-02T23:40:54.845Z Downloaded rand_xorshift v0.4.0
12462026-06-02T23:40:54.848Z Downloaded crypto-bigint v0.5.5
12472026-06-02T23:40:54.850Z Downloaded cc v1.2.62
12482026-06-02T23:40:54.853Z Downloaded secrecy v0.10.3
12492026-06-02T23:40:54.853Z Downloaded parking_lot v0.11.2
12502026-06-02T23:40:54.856Z Downloaded semver v0.1.20
12512026-06-02T23:40:54.856Z Downloaded rand_core v0.6.4
12522026-06-02T23:40:54.859Z Downloaded konst v0.2.20
12532026-06-02T23:40:54.862Z Downloaded icu_collections v2.2.0
12542026-06-02T23:40:54.865Z Downloaded serde_spanned v1.1.1
12552026-06-02T23:40:54.865Z Downloaded serde_repr v0.1.20
12562026-06-02T23:40:54.868Z Downloaded scroll_derive v0.13.1
12572026-06-02T23:40:54.868Z Downloaded scroll_derive v0.12.1
12582026-06-02T23:40:54.871Z Downloaded crossbeam-channel v0.5.15
12592026-06-02T23:40:54.871Z Downloaded rustls-native-certs v0.8.3
12602026-06-02T23:40:54.873Z Downloaded serde_plain v1.0.2
12612026-06-02T23:40:54.876Z Downloaded sha1 v0.10.6
12622026-06-02T23:40:54.876Z Downloaded serde_urlencoded v0.7.1
12632026-06-02T23:40:54.879Z Downloaded flate2 v1.1.9
12642026-06-02T23:40:54.882Z Downloaded serde-big-array v0.5.1
12652026-06-02T23:40:54.882Z Downloaded resolv-conf v0.7.6
12662026-06-02T23:40:54.882Z Downloaded scopeguard v1.2.0
12672026-06-02T23:40:54.885Z Downloaded hickory-resolver v0.25.2
12682026-06-02T23:40:54.888Z Downloaded postcard v1.1.3
12692026-06-02T23:40:54.892Z Downloaded pin-project v1.1.13
12702026-06-02T23:40:54.895Z Downloaded quinn-udp v0.5.14
12712026-06-02T23:40:54.897Z Downloaded rustversion v1.0.22
12722026-06-02T23:40:54.897Z Downloaded owo-colors v4.3.0
12732026-06-02T23:40:54.900Z Downloaded sigpipe v0.1.3
12742026-06-02T23:40:54.900Z Downloaded slog-envlogger v2.2.0
12752026-06-02T23:40:54.903Z Downloaded spin v0.5.2
12762026-06-02T23:40:54.903Z Downloaded parking_lot v0.12.5
12772026-06-02T23:40:54.906Z Downloaded smawk v0.3.2
12782026-06-02T23:40:54.906Z Downloaded hickory-resolver v0.24.4
12792026-06-02T23:40:54.909Z Downloaded scroll v0.13.0
12802026-06-02T23:40:54.911Z Downloaded rusty-fork v0.3.1
12812026-06-02T23:40:54.911Z Downloaded heapless v0.8.0
12822026-06-02T23:40:54.915Z Downloaded base64 v0.21.7
12832026-06-02T23:40:54.918Z Downloaded rand_core v0.9.5
12842026-06-02T23:40:54.918Z Downloaded miniz_oxide v0.8.9
12852026-06-02T23:40:54.921Z Downloaded strum v0.26.3
12862026-06-02T23:40:54.921Z Downloaded swrite v0.1.0
12872026-06-02T23:40:54.921Z Downloaded schemars_derive v0.8.22
12882026-06-02T23:40:54.923Z Downloaded rustls-pemfile v2.2.0
12892026-06-02T23:40:54.923Z Downloaded structmeta-derive v0.3.0
12902026-06-02T23:40:54.926Z Downloaded icu_locale_core v2.2.0
12912026-06-02T23:40:54.928Z Downloaded siphasher v1.0.3
12922026-06-02T23:40:54.931Z Downloaded hyper-util v0.1.20
12932026-06-02T23:40:54.934Z Downloaded supports-color v3.0.2
12942026-06-02T23:40:54.934Z Downloaded stable_deref_trait v1.2.1
12952026-06-02T23:40:54.937Z Downloaded subtle v2.6.1
12962026-06-02T23:40:54.937Z Downloaded progenitor-impl v0.10.0
12972026-06-02T23:40:54.939Z Downloaded slog-bunyan v2.5.0
12982026-06-02T23:40:54.939Z Downloaded rhai_codegen v3.1.0
12992026-06-02T23:40:54.943Z Downloaded sync_wrapper v1.0.2
13002026-06-02T23:40:54.945Z Downloaded sha2 v0.10.9
13012026-06-02T23:40:54.948Z Downloaded termtree v0.5.1
13022026-06-02T23:40:54.948Z Downloaded terminal_size v0.4.4
13032026-06-02T23:40:54.948Z Downloaded papergrid v0.11.0
13042026-06-02T23:40:54.951Z Downloaded openssl-sys v0.9.116
13052026-06-02T23:40:54.954Z Downloaded progenitor-impl v0.11.2
13062026-06-02T23:40:54.957Z Downloaded pest_meta v2.8.6
13072026-06-02T23:40:54.959Z Downloaded take_mut v0.2.2
13082026-06-02T23:40:54.959Z Downloaded structmeta v0.3.0
13092026-06-02T23:40:54.959Z Downloaded serde_spanned v0.6.9
13102026-06-02T23:40:54.962Z Downloaded rand_core v0.10.1
13112026-06-02T23:40:54.962Z Downloaded serde_path_to_error v0.1.20
13122026-06-02T23:40:54.962Z Downloaded strum v0.27.2
13132026-06-02T23:40:54.965Z Downloaded jiff-static v0.2.24
13142026-06-02T23:40:54.965Z Downloaded testing_table v0.3.0
13152026-06-02T23:40:54.969Z Downloaded slog-term v2.9.2
13162026-06-02T23:40:54.969Z Downloaded thread-id v5.1.0
13172026-06-02T23:40:54.971Z Downloaded tabwriter v1.4.1
13182026-06-02T23:40:54.971Z Downloaded tagptr v0.2.0
13192026-06-02T23:40:54.971Z Downloaded tabled_derive v0.7.0
13202026-06-02T23:40:54.972Z Downloaded slog-stdlog v4.1.1
13212026-06-02T23:40:54.974Z Downloaded serde_derive_internals v0.29.1
13222026-06-02T23:40:54.974Z Downloaded smf v0.2.3
13232026-06-02T23:40:54.974Z Downloaded memchr v2.8.0
13242026-06-02T23:40:54.977Z Downloaded papergrid v0.17.0
13252026-06-02T23:40:54.980Z Downloaded strsim v0.11.1
13262026-06-02T23:40:54.983Z Downloaded slog-scope v4.4.1
13272026-06-02T23:40:54.983Z Downloaded hashbrown v0.12.3
13282026-06-02T23:40:54.987Z Downloaded tabled_derive v0.11.0
13292026-06-02T23:40:54.987Z Downloaded tinyvec_macros v0.1.1
13302026-06-02T23:40:54.987Z Downloaded semver v1.0.28
13312026-06-02T23:40:54.990Z Downloaded proc-macro2 v1.0.106
13322026-06-02T23:40:54.993Z Downloaded thread-id v4.2.2
13332026-06-02T23:40:54.993Z Downloaded thiserror-impl-no-std v2.0.2
13342026-06-02T23:40:54.993Z Downloaded simd-adler32 v0.3.9
13352026-06-02T23:40:54.996Z Downloaded strum_macros v0.27.2
13362026-06-02T23:40:54.996Z Downloaded serde_tokenstream v0.2.3
13372026-06-02T23:40:54.996Z Downloaded scroll v0.12.0
13382026-06-02T23:40:54.998Z Downloaded chrono v0.4.44
13392026-06-02T23:40:55.002Z Downloaded tokio-macros v2.7.0
13402026-06-02T23:40:55.005Z Downloaded time-core v0.1.8
13412026-06-02T23:40:55.005Z Downloaded shlex v1.3.0
13422026-06-02T23:40:55.005Z Downloaded async-compression v0.4.42
13432026-06-02T23:40:55.008Z Downloaded slog-dtrace v0.3.0
13442026-06-02T23:40:55.010Z Downloaded slab v0.4.12
13452026-06-02T23:40:55.010Z Downloaded toml_datetime v0.6.11
13462026-06-02T23:40:55.013Z Downloaded pest_generator v2.8.6
13472026-06-02T23:40:55.013Z Downloaded bytes v1.11.1
13482026-06-02T23:40:55.017Z Downloaded toml_write v0.1.2
13492026-06-02T23:40:55.017Z Downloaded ref-cast v1.0.25
13502026-06-02T23:40:55.019Z Downloaded smartstring v1.0.1
13512026-06-02T23:40:55.020Z Downloaded static_assertions v1.1.0
13522026-06-02T23:40:55.023Z Downloaded slog-async v2.8.0
13532026-06-02T23:40:55.023Z Downloaded progenitor-impl v0.13.0
13542026-06-02T23:40:55.023Z Downloaded slog-json v2.6.1
13552026-06-02T23:40:55.026Z Downloaded chacha20poly1305 v0.10.1
13562026-06-02T23:40:55.026Z Downloaded progenitor-client v0.11.2
13572026-06-02T23:40:55.026Z Downloaded natord v1.0.9
13582026-06-02T23:40:55.029Z Downloaded git-stub-vcs v0.1.0
13592026-06-02T23:40:55.029Z Downloaded ryu v1.0.23
13602026-06-02T23:40:55.032Z Downloaded thiserror-impl v2.0.18
13612026-06-02T23:40:55.032Z Downloaded snafu-derive v0.8.9
13622026-06-02T23:40:55.032Z Downloaded synstructure v0.13.2
13632026-06-02T23:40:55.035Z Downloaded strum_macros v0.26.4
13642026-06-02T23:40:55.035Z Downloaded thiserror v2.0.18
13652026-06-02T23:40:55.037Z Downloaded tower-service v0.3.3
13662026-06-02T23:40:55.038Z Downloaded num-traits v0.2.19
13672026-06-02T23:40:55.040Z Downloaded schemars v0.8.22
13682026-06-02T23:40:55.046Z Downloaded thread_local v1.1.9
13692026-06-02T23:40:55.049Z Downloaded thiserror-no-std v2.0.2
13702026-06-02T23:40:55.052Z Downloaded rustls-pki-types v1.14.1
13712026-06-02T23:40:55.052Z Downloaded typeid v1.0.3
13722026-06-02T23:40:55.052Z Downloaded rayon-core v1.13.0
13732026-06-02T23:40:55.056Z Downloaded parking_lot_core v0.9.12
13742026-06-02T23:40:55.056Z Downloaded minimal-lexical v0.2.1
13752026-06-02T23:40:55.060Z Downloaded thiserror v1.0.69
13762026-06-02T23:40:55.064Z Downloaded typify-macro v0.4.3
13772026-06-02T23:40:55.064Z Downloaded tokio-rustls v0.25.0
13782026-06-02T23:40:55.064Z Downloaded tinystr v0.8.3
13792026-06-02T23:40:55.064Z Downloaded paste v1.0.15
13802026-06-02T23:40:55.067Z Downloaded num_enum_derive v0.7.6
13812026-06-02T23:40:55.067Z Downloaded indexmap v2.14.0
13822026-06-02T23:40:55.070Z Downloaded unarray v0.1.4
13832026-06-02T23:40:55.070Z Downloaded unicode-linebreak v0.1.5
13842026-06-02T23:40:55.074Z Downloaded serde_with_macros v3.20.0
13852026-06-02T23:40:55.074Z Downloaded try-lock v0.2.5
13862026-06-02T23:40:55.074Z Downloaded progenitor-impl v0.14.0
13872026-06-02T23:40:55.077Z Downloaded http v1.4.0
13882026-06-02T23:40:55.077Z Downloaded elliptic-curve v0.13.8
13892026-06-02T23:40:55.080Z Downloaded time-macros v0.2.27
13902026-06-02T23:40:55.080Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13912026-06-02T23:40:55.084Z Downloaded unicode-xid v0.2.6
13922026-06-02T23:40:55.084Z Downloaded tokio-tungstenite v0.21.0
13932026-06-02T23:40:55.084Z Downloaded thiserror-impl v1.0.69
13942026-06-02T23:40:55.084Z Downloaded parse-display-derive v0.10.0
13952026-06-02T23:40:55.088Z Downloaded signal-hook-registry v1.4.8
13962026-06-02T23:40:55.088Z Downloaded untrusted v0.7.1
13972026-06-02T23:40:55.088Z Downloaded universal-hash v0.5.1
13982026-06-02T23:40:55.088Z Downloaded smallvec v1.15.1
13992026-06-02T23:40:55.091Z Downloaded usdt v0.6.0
14002026-06-02T23:40:55.091Z Downloaded unit-prefix v0.5.2
14012026-06-02T23:40:55.091Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14022026-06-02T23:40:55.091Z Downloaded derive-where v1.6.1
14032026-06-02T23:40:55.094Z Downloaded progenitor-macro v0.11.2
14042026-06-02T23:40:55.094Z Downloaded multer v3.1.0
14052026-06-02T23:40:55.100Z Downloaded fs_extra v1.3.0
14062026-06-02T23:40:55.100Z Downloaded bitflags v2.11.1
14072026-06-02T23:40:55.103Z Downloaded rand v0.8.6
14082026-06-02T23:40:55.103Z Downloaded qorb v0.4.1
14092026-06-02T23:40:55.103Z Downloaded usdt-attr-macro v0.6.0
14102026-06-02T23:40:55.103Z Downloaded usdt-attr-macro v0.5.0
14112026-06-02T23:40:55.109Z Downloaded tower-layer v0.3.3
14122026-06-02T23:40:55.109Z Downloaded toml_writer v1.1.1+spec-1.1.0
14132026-06-02T23:40:55.109Z Downloaded utf8_iter v1.0.4
14142026-06-02T23:40:55.109Z Downloaded usdt-macro v0.5.0
14152026-06-02T23:40:55.109Z Downloaded wait-timeout v0.2.1
14162026-06-02T23:40:55.113Z Downloaded tiny-keccak v2.0.2
14172026-06-02T23:40:55.113Z Downloaded usdt-macro v0.6.0
14182026-06-02T23:40:55.113Z Downloaded version_check v0.9.5
14192026-06-02T23:40:55.113Z Downloaded spin v0.9.8
14202026-06-02T23:40:55.113Z Downloaded usdt v0.5.0
14212026-06-02T23:40:55.113Z Downloaded untrusted v0.9.0
14222026-06-02T23:40:55.116Z Downloaded tokio-dtrace v0.1.1
14232026-06-02T23:40:55.116Z Downloaded console v0.16.3
14242026-06-02T23:40:55.116Z Downloaded foldhash v0.2.0
14252026-06-02T23:40:55.116Z Downloaded utf-8 v0.7.6
14262026-06-02T23:40:55.120Z Downloaded daft v0.1.7
14272026-06-02T23:40:55.120Z Downloaded fastrand v2.4.1
14282026-06-02T23:40:55.120Z Downloaded lru-slab v0.1.2
14292026-06-02T23:40:55.120Z Downloaded ipnetwork v0.21.1
14302026-06-02T23:40:55.124Z Downloaded want v0.3.1
14312026-06-02T23:40:55.124Z Downloaded waitgroup v0.1.2
14322026-06-02T23:40:55.124Z Downloaded utf8parse v0.2.2
14332026-06-02T23:40:55.124Z Downloaded is_ci v1.2.0
14342026-06-02T23:40:55.124Z Downloaded ahash v0.8.12
14352026-06-02T23:40:55.128Z Downloaded chacha20 v0.10.0
14362026-06-02T23:40:55.128Z Downloaded serde_derive v1.0.228
14372026-06-02T23:40:55.131Z Downloaded nom v7.1.3
14382026-06-02T23:40:55.131Z Downloaded is_terminal_polyfill v1.70.2
14392026-06-02T23:40:55.131Z Downloaded bit-vec v0.8.0
14402026-06-02T23:40:55.135Z Downloaded tokio-rustls v0.26.4
14412026-06-02T23:40:55.135Z Downloaded serde_core v1.0.228
14422026-06-02T23:40:55.135Z Downloaded anstream v1.0.0
14432026-06-02T23:40:55.138Z Downloaded chacha20 v0.9.1
14442026-06-02T23:40:55.138Z Downloaded const-random v0.1.18
14452026-06-02T23:40:55.138Z Downloaded typify-macro v0.6.2
14462026-06-02T23:40:55.142Z Downloaded term v1.2.1
14472026-06-02T23:40:55.142Z Downloaded cmake v0.1.58
14482026-06-02T23:40:55.142Z Downloaded http-body v1.0.1
14492026-06-02T23:40:55.146Z Downloaded heck v0.5.0
14502026-06-02T23:40:55.146Z Downloaded toml v0.8.23
14512026-06-02T23:40:55.146Z Downloaded csv-core v0.1.13
14522026-06-02T23:40:55.146Z Downloaded compression-codecs v0.4.38
14532026-06-02T23:40:55.149Z Downloaded similar v2.7.0
14542026-06-02T23:40:55.153Z Downloaded byte-wrapper v0.1.0
14552026-06-02T23:40:55.153Z Downloaded embedded-io v0.6.1
14562026-06-02T23:40:55.153Z Downloaded zerofrom v0.1.8
14572026-06-02T23:40:55.153Z Downloaded tempfile v3.27.0
14582026-06-02T23:40:55.158Z Downloaded foreign-types-macros v0.2.3
14592026-06-02T23:40:55.158Z Downloaded dof v0.4.0
14602026-06-02T23:40:55.158Z Downloaded zone_cfg_derive v0.3.1
14612026-06-02T23:40:55.158Z Downloaded zerofrom-derive v0.1.7
14622026-06-02T23:40:55.162Z Downloaded dof v0.3.0
14632026-06-02T23:40:55.162Z Downloaded argon2 v0.5.3
14642026-06-02T23:40:55.162Z Downloaded textwrap v0.16.2
14652026-06-02T23:40:55.162Z Downloaded idna v1.1.0
14662026-06-02T23:40:55.165Z Downloaded iddqd v0.3.18
14672026-06-02T23:40:55.173Z Downloaded rustls-webpki v0.103.13
14682026-06-02T23:40:55.173Z Downloaded usdt-impl v0.6.0
14692026-06-02T23:40:55.173Z Downloaded rand v0.9.4
14702026-06-02T23:40:55.177Z Downloaded tracing-attributes v0.1.31
14712026-06-02T23:40:55.177Z Downloaded backoff v0.4.0
14722026-06-02T23:40:55.177Z Downloaded itertools v0.12.1
14732026-06-02T23:40:55.177Z Downloaded atomic-waker v1.1.2
14742026-06-02T23:40:55.180Z Downloaded fs-err v3.3.0
14752026-06-02T23:40:55.180Z Downloaded foreign-types v0.5.0
14762026-06-02T23:40:55.180Z Downloaded zeroize_derive v1.4.3
14772026-06-02T23:40:55.180Z Downloaded fixedbitset v0.5.7
14782026-06-02T23:40:55.184Z Downloaded zone v0.3.1
14792026-06-02T23:40:55.184Z Downloaded find-msvc-tools v0.1.9
14802026-06-02T23:40:55.184Z Downloaded writeable v0.6.3
14812026-06-02T23:40:55.184Z Downloaded thin-vec v0.2.18
14822026-06-02T23:40:55.187Z Downloaded futures-task v0.3.32
14832026-06-02T23:40:55.187Z Downloaded curve25519-dalek-derive v0.1.1
14842026-06-02T23:40:55.187Z Downloaded cobs v0.3.0
14852026-06-02T23:40:55.187Z Downloaded futures-macro v0.3.32
14862026-06-02T23:40:55.191Z Downloaded equivalent v1.0.2
14872026-06-02T23:40:55.191Z Downloaded async-stream-impl v0.3.6
14882026-06-02T23:40:55.191Z Downloaded crucible-workspace-hack v0.1.0
14892026-06-02T23:40:55.191Z Downloaded convert_case v0.4.0
14902026-06-02T23:40:55.191Z Downloaded dtrace-parser v0.2.0
14912026-06-02T23:40:55.191Z Downloaded cstr-argument v0.1.2
14922026-06-02T23:40:55.191Z Downloaded crc8 v0.1.1
14932026-06-02T23:40:55.195Z Downloaded cfg_aliases v0.2.1
14942026-06-02T23:40:55.195Z Downloaded erased-serde v0.3.31
14952026-06-02T23:40:55.195Z Downloaded form_urlencoded v1.2.2
14962026-06-02T23:40:55.195Z Downloaded dropshot v0.17.0
14972026-06-02T23:40:55.205Z Downloaded zmij v1.0.21
14982026-06-02T23:40:55.208Z Downloaded zerovec-derive v0.11.3
14992026-06-02T23:40:55.208Z Downloaded zeroize v1.8.2
15002026-06-02T23:40:55.208Z Downloaded xz2 v0.1.7
15012026-06-02T23:40:55.212Z Downloaded usdt-impl v0.5.0
15022026-06-02T23:40:55.212Z Downloaded toml v1.1.2+spec-1.1.0
15032026-06-02T23:40:55.216Z Downloaded whoami v1.6.1
15042026-06-02T23:40:55.216Z Downloaded tokio-stream v0.1.18
15052026-06-02T23:40:55.220Z Downloaded socket2 v0.6.3
15062026-06-02T23:40:55.220Z Downloaded slog v2.8.2
15072026-06-02T23:40:55.220Z Downloaded tracing-core v0.1.36
15082026-06-02T23:40:55.224Z Downloaded steno v0.4.1
15092026-06-02T23:40:55.224Z Downloaded serde_yaml v0.9.34+deprecated
15102026-06-02T23:40:55.264Z Downloaded toml_parser v1.1.2+spec-1.1.0
15112026-06-02T23:40:55.264Z Downloaded clap_builder v4.6.0
15122026-06-02T23:40:55.264Z Downloaded walkdir v2.5.0
15132026-06-02T23:40:55.264Z Downloaded ucd-trie v0.1.7
15142026-06-02T23:40:55.264Z Downloaded tungstenite v0.21.0
15152026-06-02T23:40:55.264Z Downloaded unicode-ident v1.0.24
15162026-06-02T23:40:55.264Z Downloaded zerocopy-derive v0.7.35
15172026-06-02T23:40:55.264Z Downloaded hyper v1.9.0
15182026-06-02T23:40:55.264Z Downloaded bcs v0.1.6
15192026-06-02T23:40:55.265Z Downloaded dropshot-api-manager-types v0.7.2
15202026-06-02T23:40:55.265Z Downloaded displaydoc v0.2.5
15212026-06-02T23:40:55.265Z Downloaded darling_macro v0.21.3
15222026-06-02T23:40:55.265Z Downloaded data-encoding v2.11.0
15232026-06-02T23:40:55.265Z Downloaded const-random-macro v0.1.16
15242026-06-02T23:40:55.265Z Downloaded clap v4.6.1
15252026-06-02T23:40:55.265Z Downloaded yoke-derive v0.8.2
15262026-06-02T23:40:55.265Z Downloaded test-strategy v0.4.5
15272026-06-02T23:40:55.265Z Downloaded hashbrown v0.16.1
15282026-06-02T23:40:55.265Z Downloaded itertools v0.14.0
15292026-06-02T23:40:55.265Z Downloaded toml_edit v0.22.27
15302026-06-02T23:40:55.268Z Downloaded rand v0.10.1
15312026-06-02T23:40:55.268Z Downloaded tinyvec v1.11.0
15322026-06-02T23:40:55.268Z Downloaded errno v0.3.14
15332026-06-02T23:40:55.268Z Downloaded block-buffer v0.10.4
15342026-06-02T23:40:55.274Z Downloaded prettyplease v0.2.37
15352026-06-02T23:40:55.278Z Downloaded snafu v0.8.9
15362026-06-02T23:40:55.278Z Downloaded unsafe-libyaml v0.2.11
15372026-06-02T23:40:55.284Z Downloaded quinn v0.11.9
15382026-06-02T23:40:55.284Z Downloaded toml v0.9.12+spec-1.1.0
15392026-06-02T23:40:55.288Z Downloaded schemars v0.9.0
15402026-06-02T23:40:55.295Z Downloaded uuid v1.23.1
15412026-06-02T23:40:55.295Z Downloaded serde v1.0.228
15422026-06-02T23:40:55.298Z Downloaded rustls-platform-verifier v0.7.0
15432026-06-02T23:40:55.299Z Downloaded vsss-rs v3.3.4
15442026-06-02T23:40:55.302Z Downloaded toml_edit v0.19.15
15452026-06-02T23:40:55.313Z Downloaded hashbrown v0.17.1
15462026-06-02T23:40:55.317Z Downloaded yoke v0.8.2
15472026-06-02T23:40:55.317Z Downloaded typed-path v0.9.3
15482026-06-02T23:40:55.317Z Downloaded reqwest v0.12.28
15492026-06-02T23:40:55.325Z Downloaded regex v1.12.3
15502026-06-02T23:40:55.329Z Downloaded typify v0.6.2
15512026-06-02T23:40:55.329Z Downloaded zerocopy-derive v0.8.48
15522026-06-02T23:40:55.333Z Downloaded typify v0.4.3
15532026-06-02T23:40:55.333Z Downloaded mio v1.2.0
15542026-06-02T23:40:55.336Z Downloaded hashbrown v0.15.5
15552026-06-02T23:40:55.346Z Downloaded schemars v1.2.1
15562026-06-02T23:40:55.354Z Downloaded toml_edit v0.25.11+spec-1.1.0
15572026-06-02T23:40:55.357Z Downloaded portable-atomic v1.13.1
15582026-06-02T23:40:55.360Z Downloaded hkdf v0.12.4
15592026-06-02T23:40:55.360Z Downloaded aws-lc-rs v1.17.0
15602026-06-02T23:40:55.365Z Downloaded bstr v1.12.1
15612026-06-02T23:40:55.369Z Downloaded futures-util v0.3.32
15622026-06-02T23:40:55.376Z Downloaded goblin v0.8.2
15632026-06-02T23:40:55.383Z Downloaded libm v0.2.16
15642026-06-02T23:40:55.390Z Downloaded tough v0.22.0
15652026-06-02T23:40:55.394Z Downloaded unicode-normalization v0.1.25
15662026-06-02T23:40:55.399Z Downloaded nom v8.0.0
15672026-06-02T23:40:55.403Z Downloaded ron v0.12.1
15682026-06-02T23:40:55.410Z Downloaded icu_properties_data v2.2.0
15692026-06-02T23:40:55.413Z Downloaded h2 v0.4.14
15702026-06-02T23:40:55.433Z Downloaded pest v2.8.6
15712026-06-02T23:40:55.436Z Downloaded url v2.5.8
15722026-06-02T23:40:55.440Z Downloaded serde_with v3.20.0
15732026-06-02T23:40:55.444Z Downloaded quinn-proto v0.11.14
15742026-06-02T23:40:55.463Z Downloaded curve25519-dalek v4.1.3
15752026-06-02T23:40:55.468Z Downloaded zerotrie v0.2.4
15762026-06-02T23:40:55.474Z Downloaded tabled v0.15.0
15772026-06-02T23:40:55.488Z Downloaded time v0.3.47
15782026-06-02T23:40:55.495Z Downloaded reqwest v0.13.3
15792026-06-02T23:40:55.498Z Downloaded tower v0.5.3
15802026-06-02T23:40:55.503Z Downloaded openssl v0.10.80
15812026-06-02T23:40:55.509Z Downloaded vcpkg v0.2.15
15822026-06-02T23:40:55.532Z Downloaded unicode-segmentation v1.13.2
15832026-06-02T23:40:55.536Z Downloaded typenum v1.20.0
15842026-06-02T23:40:55.556Z Downloaded serde_json v1.0.149
15852026-06-02T23:40:55.559Z Downloaded unicode-width v0.2.2
15862026-06-02T23:40:55.563Z Downloaded unicode-width v0.1.14
15872026-06-02T23:40:55.566Z Downloaded tokio-util v0.7.18
15882026-06-02T23:40:55.582Z Downloaded rustls v0.23.40
15892026-06-02T23:40:55.587Z Downloaded zerovec v0.11.6
15902026-06-02T23:40:55.590Z Downloaded regress v0.11.1
15912026-06-02T23:40:55.594Z Downloaded smoltcp v0.11.0
15922026-06-02T23:40:55.604Z Downloaded goblin v0.10.5
15932026-06-02T23:40:55.608Z Downloaded rustix v1.1.4
15942026-06-02T23:40:55.620Z Downloaded proptest v1.11.0
15952026-06-02T23:40:55.625Z Downloaded rayon v1.12.0
15962026-06-02T23:40:55.636Z Downloaded winnow v0.5.40
15972026-06-02T23:40:55.640Z Downloaded zerocopy v0.7.35
15982026-06-02T23:40:55.650Z Downloaded typify-impl v0.6.2
15992026-06-02T23:40:55.658Z Downloaded tower-http v0.6.10
16002026-06-02T23:40:55.662Z Downloaded rustls-webpki v0.102.8
16012026-06-02T23:40:55.670Z Downloaded moka v0.12.15
16022026-06-02T23:40:55.674Z Downloaded sled v0.34.7
16032026-06-02T23:40:55.684Z Downloaded winnow v0.7.15
16042026-06-02T23:40:55.694Z Downloaded regex-automata v0.4.14
16052026-06-02T23:40:55.701Z Downloaded winnow v1.0.3
16062026-06-02T23:40:55.706Z Downloaded tabled v0.20.0
16072026-06-02T23:40:55.714Z Downloaded petgraph v0.6.5
16082026-06-02T23:40:55.724Z Downloaded webpki-roots v1.0.7
16092026-06-02T23:40:55.728Z Downloaded syn v1.0.109
16102026-06-02T23:40:55.732Z Downloaded chrono-tz v0.10.4
16112026-06-02T23:40:55.742Z Downloaded csv v1.4.0
16122026-06-02T23:40:55.807Z Downloaded hickory-proto v0.25.2
16132026-06-02T23:40:55.816Z Downloaded syn v2.0.117
16142026-06-02T23:40:55.824Z Downloaded rustls v0.22.4
16152026-06-02T23:40:55.831Z Downloaded zerocopy v0.8.48
16162026-06-02T23:40:55.848Z Downloaded nix v0.31.3
16172026-06-02T23:40:55.851Z Downloaded regress v0.10.5
16182026-06-02T23:40:55.851Z Downloaded rustix v0.38.44
16192026-06-02T23:40:55.862Z Downloaded openapiv3 v2.2.0
16202026-06-02T23:40:55.869Z Downloaded ring v0.17.14
16212026-06-02T23:40:55.889Z Downloaded regex-syntax v0.8.10
16222026-06-02T23:40:55.893Z Downloaded hickory-proto v0.24.4
16232026-06-02T23:40:55.901Z Downloaded rhai v1.24.0
16242026-06-02T23:40:55.951Z Downloaded tracing v0.1.44
16252026-06-02T23:40:55.972Z Downloaded typify-impl v0.4.3
16262026-06-02T23:40:56.054Z Downloaded jiff v0.2.24
16272026-06-02T23:40:56.073Z Downloaded lzma-sys v0.1.20
16282026-06-02T23:40:56.092Z Downloaded petgraph v0.8.3
16292026-06-02T23:40:56.131Z Downloaded libc v0.2.186
16302026-06-02T23:40:56.134Z Downloaded sha3 v0.10.9
16312026-06-02T23:40:56.135Z Downloaded tokio v1.52.3
16322026-06-02T23:40:56.163Z Downloaded encoding_rs v0.8.35
16332026-06-02T23:40:56.436Z Downloaded aws-lc-sys v0.41.0
16342026-06-02T23:40:56.807Z Compiling proc-macro2 v1.0.106
16352026-06-02T23:40:56.807Z Compiling quote v1.0.45
16362026-06-02T23:40:56.807Z Compiling unicode-ident v1.0.24
16372026-06-02T23:40:56.807Z Compiling serde_core v1.0.228
16382026-06-02T23:40:56.807Z Compiling serde v1.0.228
16392026-06-02T23:40:56.810Z Compiling libc v0.2.186
16402026-06-02T23:40:56.810Z Compiling cfg-if v1.0.4
16412026-06-02T23:40:57.139Z Compiling zmij v1.0.21
16422026-06-02T23:40:57.160Z Compiling autocfg v1.5.0
16432026-06-02T23:40:57.516Z Compiling memchr v2.8.0
16442026-06-02T23:40:57.610Z Compiling libm v0.2.16
16452026-06-02T23:40:57.945Z Compiling itoa v1.0.18
16462026-06-02T23:40:57.996Z Compiling icu_properties_data v2.2.0
16472026-06-02T23:40:58.153Z Compiling icu_normalizer_data v2.2.0
16482026-06-02T23:40:58.195Z Compiling version_check v0.9.5
16492026-06-02T23:40:58.263Z Compiling stable_deref_trait v1.2.1
16502026-06-02T23:40:58.396Z Compiling serde_json v1.0.149
16512026-06-02T23:40:58.429Z Compiling thiserror v2.0.18
16522026-06-02T23:40:58.475Z Compiling syn v2.0.117
16532026-06-02T23:40:58.675Z Compiling parking_lot_core v0.9.12
16542026-06-02T23:40:58.689Z Compiling writeable v0.6.3
16552026-06-02T23:40:58.736Z Compiling litemap v0.8.2
16562026-06-02T23:40:58.756Z Compiling utf8_iter v1.0.4
16572026-06-02T23:40:58.851Z Compiling num-traits v0.2.19
16582026-06-02T23:40:58.927Z Compiling percent-encoding v2.3.2
16592026-06-02T23:40:59.057Z Compiling getrandom v0.4.2
16602026-06-02T23:40:59.168Z Compiling form_urlencoded v1.2.2
16612026-06-02T23:40:59.234Z Compiling rand_core v0.10.1
16622026-06-02T23:40:59.319Z Compiling jobserver v0.1.34
16632026-06-02T23:40:59.404Z Compiling heck v0.5.0
16642026-06-02T23:40:59.439Z Compiling find-msvc-tools v0.1.9
16652026-06-02T23:40:59.601Z Compiling shlex v1.3.0
16662026-06-02T23:40:59.688Z Compiling errno v0.3.14
16672026-06-02T23:40:59.729Z Compiling zerocopy v0.8.48
16682026-06-02T23:40:59.858Z Compiling cc v1.2.62
16692026-06-02T23:40:59.922Z Compiling iana-time-zone v0.1.65
16702026-06-02T23:41:00.134Z Compiling uuid v1.23.1
16712026-06-02T23:41:00.270Z Compiling semver v1.0.28
16722026-06-02T23:41:00.551Z Compiling getrandom v0.2.17
16732026-06-02T23:41:00.723Z Compiling schemars v0.8.22
16742026-06-02T23:41:00.764Z Compiling dyn-clone v1.0.20
16752026-06-02T23:41:00.779Z Compiling pin-project-lite v0.2.17
16762026-06-02T23:41:00.867Z Compiling rustversion v1.0.22
16772026-06-02T23:41:00.884Z Compiling scopeguard v1.2.0
16782026-06-02T23:41:00.948Z Compiling socket2 v0.6.3
16792026-06-02T23:41:01.012Z Compiling lock_api v0.4.14
16802026-06-02T23:41:01.031Z Compiling bitflags v2.11.1
16812026-06-02T23:41:01.111Z Compiling signal-hook-registry v1.4.8
16822026-06-02T23:41:01.259Z Compiling mio v1.2.0
16832026-06-02T23:41:01.418Z Compiling synstructure v0.13.2
16842026-06-02T23:41:01.442Z Compiling serde_derive_internals v0.29.1
16852026-06-02T23:41:01.583Z Compiling log v0.4.29
16862026-06-02T23:41:01.795Z Compiling portable-atomic v1.13.1
16872026-06-02T23:41:01.884Z Compiling subtle v2.6.1
16882026-06-02T23:41:01.930Z Compiling equivalent v1.0.2
16892026-06-02T23:41:02.009Z Compiling critical-section v1.2.0
16902026-06-02T23:41:02.041Z Compiling futures-core v0.3.32
16912026-06-02T23:41:02.059Z Compiling ring v0.17.14
16922026-06-02T23:41:02.115Z Compiling cmake v0.1.58
16932026-06-02T23:41:02.119Z Compiling dunce v1.0.5
16942026-06-02T23:41:02.191Z Compiling fs_extra v1.3.0
16952026-06-02T23:41:02.209Z Compiling httparse v1.10.1
16962026-06-02T23:41:02.223Z Compiling futures-sink v0.3.32
16972026-06-02T23:41:02.239Z Compiling slab v0.4.12
16982026-06-02T23:41:02.335Z Compiling rand_core v0.6.4
16992026-06-02T23:41:02.450Z Compiling futures-channel v0.3.32
17002026-06-02T23:41:02.453Z Compiling thiserror v1.0.69
17012026-06-02T23:41:02.483Z Compiling aws-lc-sys v0.41.0
17022026-06-02T23:41:02.503Z Compiling serde_derive v1.0.228
17032026-06-02T23:41:02.570Z Compiling zerofrom-derive v0.1.7
17042026-06-02T23:41:02.589Z Compiling yoke-derive v0.8.2
17052026-06-02T23:41:02.606Z Compiling zerovec-derive v0.11.3
17062026-06-02T23:41:02.701Z Compiling displaydoc v0.2.5
17072026-06-02T23:41:02.793Z Compiling schemars_derive v0.8.22
17082026-06-02T23:41:03.055Z Compiling thiserror-impl v2.0.18
17092026-06-02T23:41:03.376Z Compiling tokio-macros v2.7.0
17102026-06-02T23:41:03.493Z Compiling zerocopy-derive v0.8.48
17112026-06-02T23:41:03.644Z Compiling zeroize_derive v1.4.3
17122026-06-02T23:41:03.720Z Compiling futures-macro v0.3.32
17132026-06-02T23:41:03.765Z Compiling zerofrom v0.1.8
17142026-06-02T23:41:03.897Z Compiling yoke v0.8.2
17152026-06-02T23:41:04.030Z Compiling once_cell v1.21.4
17162026-06-02T23:41:04.101Z Compiling zerovec v0.11.6
17172026-06-02T23:41:04.135Z Compiling zerotrie v0.2.4
17182026-06-02T23:41:04.276Z Compiling ucd-trie v0.1.7
17192026-06-02T23:41:04.331Z Compiling zeroize v1.8.2
17202026-06-02T23:41:04.503Z Compiling rustix v1.1.4
17212026-06-02T23:41:04.523Z Compiling pest v2.8.6
17222026-06-02T23:41:04.548Z Compiling futures-io v0.3.32
17232026-06-02T23:41:04.574Z Compiling futures-task v0.3.32
17242026-06-02T23:41:04.591Z Compiling regex-syntax v0.8.10
17252026-06-02T23:41:04.709Z Compiling tinystr v0.8.3
17262026-06-02T23:41:04.746Z Compiling potential_utf v0.1.5
17272026-06-02T23:41:04.749Z Compiling futures-util v0.3.32
17282026-06-02T23:41:04.888Z Compiling icu_locale_core v2.2.0
17292026-06-02T23:41:04.919Z Compiling icu_collections v2.2.0
17302026-06-02T23:41:04.935Z Compiling thiserror-impl v1.0.69
17312026-06-02T23:41:05.725Z Compiling smallvec v1.15.1
17322026-06-02T23:41:05.785Z Compiling bytes v1.11.1
17332026-06-02T23:41:06.006Z Compiling icu_provider v2.2.0
17342026-06-02T23:41:06.104Z Compiling chrono v0.4.44
17352026-06-02T23:41:06.177Z Compiling serde_tokenstream v0.2.3
17362026-06-02T23:41:06.462Z Compiling icu_normalizer v2.2.0
17372026-06-02T23:41:06.614Z Compiling icu_properties v2.2.0
17382026-06-02T23:41:07.073Z Compiling parking_lot v0.12.5
17392026-06-02T23:41:07.289Z Compiling pest_meta v2.8.6
17402026-06-02T23:41:07.431Z Compiling tokio v1.52.3
17412026-06-02T23:41:07.716Z Compiling idna_adapter v1.2.2
17422026-06-02T23:41:07.868Z Compiling idna v1.1.0
17432026-06-02T23:41:07.885Z Compiling pest_generator v2.8.6
17442026-06-02T23:41:07.948Z Compiling aho-corasick v1.1.4
17452026-06-02T23:41:08.161Z Compiling hashbrown v0.17.1
17462026-06-02T23:41:08.272Z Compiling url v2.5.8
17472026-06-02T23:41:08.505Z Compiling generic-array v0.14.7
17482026-06-02T23:41:08.568Z Compiling pest_derive v2.8.6
17492026-06-02T23:41:08.761Z Compiling indexmap v2.14.0
17502026-06-02T23:41:08.837Z Compiling regex-automata v0.4.14
17512026-06-02T23:41:09.582Z Compiling getrandom v0.3.4
17522026-06-02T23:41:09.841Z Compiling tracing-core v0.1.36
17532026-06-02T23:41:09.932Z Compiling tracing-attributes v0.1.31
17542026-06-02T23:41:10.289Z Compiling ipnetwork v0.21.1
17552026-06-02T23:41:10.527Z Compiling regex v1.12.3
17562026-06-02T23:41:10.850Z Compiling typenum v1.20.0
17572026-06-02T23:41:10.931Z Compiling strsim v0.11.1
17582026-06-02T23:41:11.228Z Compiling tracing v0.1.44
17592026-06-02T23:41:11.575Z Compiling rustls-pki-types v1.14.1
17602026-06-02T23:41:12.030Z Compiling fnv v1.0.7
17612026-06-02T23:41:12.054Z Compiling byteorder v1.5.0
17622026-06-02T23:41:12.104Z Compiling base64 v0.22.1
17632026-06-02T23:41:12.315Z Compiling http v1.4.0
17642026-06-02T23:41:12.484Z Compiling ident_case v1.0.1
17652026-06-02T23:41:12.621Z Compiling slog v2.8.2
17662026-06-02T23:41:12.966Z Compiling anyhow v1.0.102
17672026-06-02T23:41:13.313Z Compiling paste v1.0.15
17682026-06-02T23:41:13.330Z Compiling untrusted v0.9.0
17692026-06-02T23:41:13.480Z Compiling erased-serde v0.3.31
17702026-06-02T23:41:13.500Z Compiling omicron-workspace-hack v0.1.0
17712026-06-02T23:41:13.892Z Compiling crypto-common v0.1.7
17722026-06-02T23:41:14.085Z Compiling tokio-util v0.7.18
17732026-06-02T23:41:14.177Z Compiling scroll_derive v0.13.1
17742026-06-02T23:41:14.197Z Compiling num-conv v0.2.1
17752026-06-02T23:41:14.347Z Compiling time-core v0.1.8
17762026-06-02T23:41:14.498Z Compiling ipnet v2.12.0
17772026-06-02T23:41:14.669Z Compiling time-macros v0.2.27
17782026-06-02T23:41:14.996Z Compiling oxnet v0.1.5
17792026-06-02T23:41:15.660Z Compiling http-body v1.0.1
17802026-06-02T23:41:16.154Z Compiling atomic-waker v1.1.2
17812026-06-02T23:41:16.527Z Compiling ppv-lite86 v0.2.21
17822026-06-02T23:41:16.706Z Compiling daft-derive v0.1.7
17832026-06-02T23:41:16.779Z Compiling async-trait v0.1.89
17842026-06-02T23:41:16.877Z Compiling camino v1.2.2
17852026-06-02T23:41:16.931Z Compiling aws-lc-rs v1.17.0
17862026-06-02T23:41:17.218Z Compiling tower-service v0.3.3
17872026-06-02T23:41:17.260Z Compiling ryu v1.0.23
17882026-06-02T23:41:17.319Z Compiling crc32fast v1.5.0
17892026-06-02T23:41:17.453Z Compiling tower-layer v0.3.3
17902026-06-02T23:41:17.547Z Compiling try-lock v0.2.5
17912026-06-02T23:41:17.652Z Compiling want v0.3.1
17922026-06-02T23:41:17.726Z Compiling h2 v0.4.14
17932026-06-02T23:41:17.826Z Compiling crossbeam-utils v0.8.21
17942026-06-02T23:41:17.968Z Compiling httpdate v1.0.3
17952026-06-02T23:41:18.144Z Compiling pretty-hex v0.4.2
17962026-06-02T23:41:18.283Z Compiling usdt-impl v0.6.0
17972026-06-02T23:41:18.551Z Compiling scroll v0.13.0
17982026-06-02T23:41:18.709Z Compiling block-buffer v0.10.4
17992026-06-02T23:41:18.814Z Compiling untrusted v0.7.1
18002026-06-02T23:41:18.877Z Compiling plain v0.2.3
18012026-06-02T23:41:18.942Z Compiling digest v0.10.7
18022026-06-02T23:41:18.991Z Compiling goblin v0.10.5
18032026-06-02T23:41:19.560Z Compiling slog-async v2.8.0
18042026-06-02T23:41:19.871Z Compiling allocator-api2 v0.2.21
18052026-06-02T23:41:19.973Z Compiling foldhash v0.2.0
18062026-06-02T23:41:20.157Z Compiling hyper v1.9.0
18072026-06-02T23:41:20.247Z Compiling rustls v0.23.40
18082026-06-02T23:41:20.484Z Compiling hashbrown v0.16.1
18092026-06-02T23:41:21.230Z Compiling serde_urlencoded v0.7.1
18102026-06-02T23:41:21.509Z Compiling hyper-util v0.1.20
18112026-06-02T23:41:22.660Z Compiling dof v0.4.0
18122026-06-02T23:41:23.352Z Compiling http-body-util v0.1.3
18132026-06-02T23:41:23.663Z Compiling dtrace-parser v0.3.0
18142026-06-02T23:41:23.679Z Compiling thread-id v5.1.0
18152026-06-02T23:41:23.983Z Compiling ref-cast v1.0.25
18162026-06-02T23:41:24.339Z Compiling rustls v0.22.4
18172026-06-02T23:41:24.493Z Compiling rand_core v0.9.5
18182026-06-02T23:41:24.607Z Compiling ref-cast-impl v1.0.25
18192026-06-02T23:41:24.750Z Compiling syn v1.0.109
18202026-06-02T23:41:25.138Z Compiling usdt-attr-macro v0.6.0
18212026-06-02T23:41:25.154Z Compiling usdt-macro v0.6.0
18222026-06-02T23:41:25.806Z Compiling structmeta-derive v0.3.0
18232026-06-02T23:41:25.823Z Compiling sync_wrapper v1.0.2
18242026-06-02T23:41:25.936Z Compiling multer v3.1.0
18252026-06-02T23:41:26.164Z Compiling powerfmt v0.2.0
18262026-06-02T23:41:26.197Z Compiling tower v0.5.3
18272026-06-02T23:41:26.424Z Compiling deranged v0.5.8
18282026-06-02T23:41:26.781Z Compiling rand_chacha v0.9.0
18292026-06-02T23:41:26.894Z Compiling structmeta v0.3.0
18302026-06-02T23:41:27.122Z Compiling darling_core v0.23.0
18312026-06-02T23:41:27.346Z Compiling webpki-roots v1.0.7
18322026-06-02T23:41:27.471Z Compiling openapiv3 v2.2.0
18332026-06-02T23:41:27.560Z Compiling newtype-uuid-macros v0.1.0
18342026-06-02T23:41:28.522Z Compiling num_threads v0.1.7
18352026-06-02T23:41:28.784Z Compiling cpufeatures v0.2.17
18362026-06-02T23:41:28.867Z Compiling time v0.3.47
18372026-06-02T23:41:29.189Z Compiling darling_macro v0.23.0
18382026-06-02T23:41:29.621Z Compiling rand v0.9.4
18392026-06-02T23:41:29.638Z Compiling tower-http v0.6.10
18402026-06-02T23:41:29.783Z Compiling newtype-uuid v1.3.2
18412026-06-02T23:41:30.294Z Compiling async-stream-impl v0.3.6
18422026-06-02T23:41:30.332Z Compiling strum_macros v0.26.4
18432026-06-02T23:41:30.720Z Compiling dropshot v0.17.0
18442026-06-02T23:41:30.977Z Compiling hex v0.4.3
18452026-06-02T23:41:31.046Z Compiling daft v0.1.7
18462026-06-02T23:41:31.267Z Compiling darling v0.23.0
18472026-06-02T23:41:31.296Z Compiling crossbeam-channel v0.5.15
18482026-06-02T23:41:31.356Z Compiling fastrand v2.4.1
18492026-06-02T23:41:31.778Z Compiling serde_with_macros v3.20.0
18502026-06-02T23:41:32.004Z Compiling futures-executor v0.3.32
18512026-06-02T23:41:32.283Z Compiling dropshot_endpoint v0.17.0
18522026-06-02T23:41:32.300Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18532026-06-02T23:41:32.478Z Compiling thread_local v1.1.9
18542026-06-02T23:41:32.816Z Compiling futures v0.3.32
18552026-06-02T23:41:32.903Z Compiling derive-ex v0.1.8
18562026-06-02T23:41:32.968Z Compiling strum_macros v0.27.2
18572026-06-02T23:41:32.984Z Compiling is-terminal v0.4.17
18582026-06-02T23:41:33.058Z Compiling openssl-probe v0.2.1
18592026-06-02T23:41:33.086Z Compiling winnow v1.0.3
18602026-06-02T23:41:33.307Z Compiling term v1.2.1
18612026-06-02T23:41:33.937Z Compiling take_mut v0.2.2
18622026-06-02T23:41:34.460Z Compiling test-strategy v0.4.5
18632026-06-02T23:41:34.547Z Compiling slog-term v2.9.2
18642026-06-02T23:41:34.762Z Compiling rustls-native-certs v0.8.3
18652026-06-02T23:41:35.276Z Compiling tempfile v3.27.0
18662026-06-02T23:41:35.619Z Compiling macaddr v1.0.1
18672026-06-02T23:41:35.898Z Compiling simd-adler32 v0.3.9
18682026-06-02T23:41:35.922Z Compiling match_cfg v0.1.0
18692026-06-02T23:41:36.098Z Compiling adler2 v2.0.1
18702026-06-02T23:41:36.153Z Compiling hostname v0.3.1
18712026-06-02T23:41:36.265Z Compiling miniz_oxide v0.8.9
18722026-06-02T23:41:36.428Z Compiling slog-json v2.6.1
18732026-06-02T23:41:36.813Z Compiling memmap2 v0.9.10
18742026-06-02T23:41:37.281Z Compiling usdt v0.6.0
18752026-06-02T23:41:37.726Z Compiling flate2 v1.1.9
18762026-06-02T23:41:37.762Z Compiling slog-bunyan v2.5.0
18772026-06-02T23:41:37.862Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18782026-06-02T23:41:37.920Z Compiling rustls-webpki v0.102.8
18792026-06-02T23:41:37.940Z Compiling debug-ignore v1.0.5
18802026-06-02T23:41:38.054Z Compiling either v1.15.0
18812026-06-02T23:41:38.259Z Compiling compression-core v0.4.32
18822026-06-02T23:41:38.436Z Compiling compression-codecs v0.4.38
18832026-06-02T23:41:38.717Z Compiling toml_parser v1.1.2+spec-1.1.0
18842026-06-02T23:41:38.799Z Compiling parse-display-derive v0.10.0
18852026-06-02T23:41:39.732Z Compiling rand_chacha v0.3.1
18862026-06-02T23:41:39.973Z Compiling serde_spanned v1.1.1
18872026-06-02T23:41:40.026Z Compiling toml_datetime v1.1.1+spec-1.1.0
18882026-06-02T23:41:40.344Z Compiling encoding_rs v0.8.35
18892026-06-02T23:41:40.376Z Compiling mime v0.3.17
18902026-06-02T23:41:40.435Z Compiling spin v0.9.8
18912026-06-02T23:41:40.485Z Compiling toml_writer v1.1.1+spec-1.1.0
18922026-06-02T23:41:40.707Z Compiling toml v1.1.2+spec-1.1.0
18932026-06-02T23:41:40.751Z Compiling tokio-rustls v0.25.0
18942026-06-02T23:41:40.848Z Compiling rand v0.8.6
18952026-06-02T23:41:41.008Z Compiling async-compression v0.4.42
18962026-06-02T23:41:41.597Z Compiling strum v0.26.3
18972026-06-02T23:41:41.806Z Compiling async-stream v0.3.6
18982026-06-02T23:41:42.009Z Compiling sha1 v0.10.6
18992026-06-02T23:41:42.414Z Compiling waitgroup v0.1.2
19002026-06-02T23:41:42.586Z Compiling rustls-pemfile v2.2.0
19012026-06-02T23:41:42.669Z Compiling serde_path_to_error v0.1.20
19022026-06-02T23:41:42.875Z Compiling hostname v0.4.2
19032026-06-02T23:41:43.044Z Compiling wait-timeout v0.2.1
19042026-06-02T23:41:43.234Z Compiling quick-error v1.2.3
19052026-06-02T23:41:43.359Z Compiling bit-vec v0.8.0
19062026-06-02T23:41:43.514Z Compiling rusty-fork v0.3.1
19072026-06-02T23:41:43.678Z Compiling bit-set v0.8.0
19082026-06-02T23:41:43.871Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-06-02T23:41:44.335Z Compiling serde_with v3.20.0
19102026-06-02T23:41:44.370Z Compiling rand_xorshift v0.4.0
19112026-06-02T23:41:44.539Z Compiling regress v0.10.5
19122026-06-02T23:41:44.681Z Compiling unarray v0.1.4
19132026-06-02T23:41:44.812Z Compiling proptest v1.11.0
19142026-06-02T23:41:45.430Z Compiling strum v0.27.2
19152026-06-02T23:41:45.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19162026-06-02T23:41:45.724Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19172026-06-02T23:41:45.805Z Compiling instant v0.1.13
19182026-06-02T23:41:46.353Z Compiling rustc-hash v2.1.2
19192026-06-02T23:41:46.491Z Compiling iddqd v0.3.18
19202026-06-02T23:41:47.206Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19212026-06-02T23:41:47.730Z Compiling itertools v0.14.0
19222026-06-02T23:41:48.719Z Compiling unicode-width v0.2.2
19232026-06-02T23:41:49.037Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19242026-06-02T23:41:49.212Z Compiling backon v1.6.0
19252026-06-02T23:41:49.731Z Compiling backoff v0.4.0
19262026-06-02T23:41:50.391Z Compiling parse-display v0.10.0
19272026-06-02T23:41:50.704Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19282026-06-02T23:41:53.458Z Compiling regress v0.11.1
19292026-06-02T23:41:54.653Z Compiling zerocopy-derive v0.7.35
19302026-06-02T23:41:55.088Z Compiling typify-impl v0.6.2
19312026-06-02T23:41:56.022Z Compiling darling_core v0.21.3
19322026-06-02T23:41:56.768Z Compiling clap_derive v4.6.1
19332026-06-02T23:41:57.035Z Compiling utf8parse v0.2.2
19342026-06-02T23:41:57.153Z Compiling convert_case v0.4.0
19352026-06-02T23:41:57.452Z Compiling derive_more v0.99.20
19362026-06-02T23:41:58.103Z Compiling darling_macro v0.21.3
19372026-06-02T23:41:58.143Z Compiling anstyle-parse v1.0.0
19382026-06-02T23:41:58.430Z Compiling typify-macro v0.6.2
19392026-06-02T23:41:59.042Z Compiling terminal_size v0.4.4
19402026-06-02T23:41:59.073Z Compiling toml_datetime v0.6.11
19412026-06-02T23:41:59.193Z Compiling is_terminal_polyfill v1.70.2
19422026-06-02T23:41:59.290Z Compiling anstyle-query v1.1.5
19432026-06-02T23:41:59.307Z Compiling anstyle v1.0.14
19442026-06-02T23:41:59.626Z Compiling colorchoice v1.0.5
19452026-06-02T23:41:59.745Z Compiling anstream v1.0.0
19462026-06-02T23:42:00.225Z Compiling darling v0.21.3
19472026-06-02T23:42:00.509Z Compiling secrecy v0.10.3
19482026-06-02T23:42:00.753Z Compiling tinyvec_macros v0.1.1
19492026-06-02T23:42:00.825Z Compiling clap_lex v1.1.0
19502026-06-02T23:42:00.861Z Compiling unsafe-libyaml v0.2.11
19512026-06-02T23:42:00.937Z Compiling crucible-workspace-hack v0.1.0
19522026-06-02T23:42:00.983Z Compiling heapless v0.8.0
19532026-06-02T23:42:01.205Z Compiling clap_builder v4.6.0
19542026-06-02T23:42:01.420Z Compiling serde_yaml v0.9.34+deprecated
19552026-06-02T23:42:01.497Z Compiling tinyvec v1.11.0
19562026-06-02T23:42:02.190Z Compiling ingot-macros v0.1.1
19572026-06-02T23:42:02.206Z Compiling zerocopy v0.7.35
19582026-06-02T23:42:02.709Z Compiling hash32 v0.3.1
19592026-06-02T23:42:02.735Z Compiling scroll_derive v0.12.1
19602026-06-02T23:42:02.862Z Compiling rustc_version v0.4.1
19612026-06-02T23:42:02.878Z Compiling num-integer v0.1.46
19622026-06-02T23:42:03.126Z Compiling usdt-impl v0.5.0
19632026-06-02T23:42:03.370Z Compiling smoltcp v0.11.0
19642026-06-02T23:42:03.446Z Compiling scroll v0.12.0
19652026-06-02T23:42:03.506Z Compiling curve25519-dalek v4.1.3
19662026-06-02T23:42:03.740Z Compiling clap v4.6.1
19672026-06-02T23:42:03.851Z Compiling dof v0.3.0
19682026-06-02T23:42:04.699Z Compiling typify v0.6.2
19692026-06-02T23:42:04.814Z Compiling ingot-types v0.1.2
19702026-06-02T23:42:04.856Z Compiling dtrace-parser v0.2.0
19712026-06-02T23:42:05.018Z Compiling hmac v0.12.1
19722026-06-02T23:42:05.082Z Compiling inout v0.1.4
19732026-06-02T23:42:05.166Z Compiling cobs v0.3.0
19742026-06-02T23:42:05.238Z Compiling ff v0.13.1
19752026-06-02T23:42:05.387Z Compiling thread-id v4.2.2
19762026-06-02T23:42:05.472Z Compiling bitflags v1.3.2
19772026-06-02T23:42:05.564Z Compiling managed v0.8.0
19782026-06-02T23:42:05.974Z Compiling group v0.13.0
19792026-06-02T23:42:06.107Z Compiling postcard v1.1.3
19802026-06-02T23:42:06.134Z Compiling cipher v0.4.4
19812026-06-02T23:42:06.373Z Compiling ingot v0.1.1
19822026-06-02T23:42:06.390Z Compiling hkdf v0.12.4
19832026-06-02T23:42:08.622Z Compiling goblin v0.8.2
19842026-06-02T23:42:09.008Z Compiling num-iter v0.1.45
19852026-06-02T23:42:09.139Z Compiling num-rational v0.4.2
19862026-06-02T23:42:10.355Z Compiling tabwriter v1.4.1
19872026-06-02T23:42:10.606Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19882026-06-02T23:42:10.716Z Compiling hubpack_derive v0.1.1
19892026-06-02T23:42:10.904Z Compiling thiserror-impl-no-std v2.0.2
19902026-06-02T23:42:11.244Z Compiling crossbeam-epoch v0.9.18
19912026-06-02T23:42:11.265Z Compiling universal-hash v0.5.1
19922026-06-02T23:42:11.404Z Compiling crypto-bigint v0.5.5
19932026-06-02T23:42:11.734Z Compiling half v2.7.1
19942026-06-02T23:42:11.882Z Compiling curve25519-dalek-derive v0.1.1
19952026-06-02T23:42:11.980Z Compiling num-complex v0.4.6
19962026-06-02T23:42:12.914Z Compiling base16ct v0.2.0
19972026-06-02T23:42:13.327Z Compiling opaque-debug v0.3.1
19982026-06-02T23:42:13.330Z Compiling ciborium-io v0.2.2
19992026-06-02T23:42:13.441Z Compiling base64ct v1.8.3
20002026-06-02T23:42:13.482Z Compiling prettyplease v0.2.37
20012026-06-02T23:42:14.743Z Compiling password-hash v0.5.0
20022026-06-02T23:42:14.745Z Compiling ciborium-ll v0.2.2
20032026-06-02T23:42:14.745Z Compiling poly1305 v0.8.0
20042026-06-02T23:42:15.074Z Compiling elliptic-curve v0.13.8
20052026-06-02T23:42:15.406Z Compiling num v0.4.3
20062026-06-02T23:42:15.487Z Compiling thiserror-no-std v2.0.2
20072026-06-02T23:42:15.567Z Compiling hubpack v0.1.2
20082026-06-02T23:42:16.551Z Compiling chacha20 v0.9.1
20092026-06-02T23:42:16.994Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20102026-06-02T23:42:17.124Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20112026-06-02T23:42:17.607Z Compiling reqwest v0.12.28
20122026-06-02T23:42:18.218Z Compiling toml_edit v0.25.11+spec-1.1.0
20132026-06-02T23:42:18.538Z Compiling byte-wrapper v0.1.0
20142026-06-02T23:42:18.620Z Compiling blake2 v0.10.6
20152026-06-02T23:42:19.086Z Compiling aead v0.5.2
20162026-06-02T23:42:19.103Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20172026-06-02T23:42:19.273Z Compiling serde_repr v0.1.20
20182026-06-02T23:42:19.627Z Compiling proc-macro-error-attr v1.0.4
20192026-06-02T23:42:19.878Z Compiling bstr v1.12.1
20202026-06-02T23:42:19.906Z Compiling memoffset v0.9.1
20212026-06-02T23:42:20.159Z Compiling cfg_aliases v0.2.1
20222026-06-02T23:42:20.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232026-06-02T23:42:20.177Z Compiling float-ord v0.3.2
20242026-06-02T23:42:20.252Z Compiling static_assertions v1.1.0
20252026-06-02T23:42:20.303Z Compiling keccak v0.1.6
20262026-06-02T23:42:20.332Z Compiling rustix v0.38.44
20272026-06-02T23:42:20.587Z Compiling sha3 v0.10.9
20282026-06-02T23:42:20.808Z Compiling nix v0.31.3
20292026-06-02T23:42:21.273Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20302026-06-02T23:42:21.451Z Compiling chacha20poly1305 v0.10.1
20312026-06-02T23:42:21.571Z Compiling argon2 v0.5.3
20322026-06-02T23:42:21.603Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20332026-06-02T23:42:22.595Z Compiling rustls-webpki v0.103.13
20342026-06-02T23:42:24.374Z Compiling proc-macro-crate v3.5.0
20352026-06-02T23:42:24.993Z Compiling progenitor-client v0.10.0
20362026-06-02T23:42:25.296Z Compiling vsss-rs v3.3.4
20372026-06-02T23:42:25.445Z Compiling ciborium v0.2.2
20382026-06-02T23:42:25.629Z Compiling usdt-macro v0.5.0
20392026-06-02T23:42:26.032Z Compiling usdt-attr-macro v0.5.0
20402026-06-02T23:42:27.090Z Compiling num-derive v0.4.2
20412026-06-02T23:42:27.236Z Compiling enum-as-inner v0.6.1
20422026-06-02T23:42:27.303Z Compiling tokio-rustls v0.26.4
20432026-06-02T23:42:27.600Z Compiling hyper-rustls v0.27.9
20442026-06-02T23:42:27.819Z Compiling rustls-platform-verifier v0.7.0
20452026-06-02T23:42:28.019Z Compiling reqwest v0.13.3
20462026-06-02T23:42:28.146Z Compiling proc-macro-error v1.0.4
20472026-06-02T23:42:28.405Z Compiling memmap v0.7.0
20482026-06-02T23:42:28.637Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20492026-06-02T23:42:28.754Z Compiling winnow v0.5.40
20502026-06-02T23:42:29.001Z Compiling indent_write v2.2.0
20512026-06-02T23:42:29.068Z Compiling data-encoding v2.11.0
20522026-06-02T23:42:29.435Z Compiling progenitor-client v0.14.0
20532026-06-02T23:42:29.918Z Compiling progenitor-extras v0.2.0
20542026-06-02T23:42:30.156Z Compiling toml_edit v0.19.15
20552026-06-02T23:42:30.594Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20562026-06-02T23:42:31.731Z Compiling usdt v0.5.0
20572026-06-02T23:42:32.279Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20582026-06-02T23:42:32.310Z Compiling num_enum_derive v0.7.6
20592026-06-02T23:42:32.370Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20602026-06-02T23:42:32.477Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20612026-06-02T23:42:33.765Z Compiling serde_spanned v0.6.9
20622026-06-02T23:42:33.917Z Compiling foreign-types-macros v0.2.3
20632026-06-02T23:42:34.575Z Compiling colored v3.1.1
20642026-06-02T23:42:34.702Z Compiling foreign-types-shared v0.3.1
20652026-06-02T23:42:34.817Z Compiling bytecount v0.6.9
20662026-06-02T23:42:35.146Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20672026-06-02T23:42:35.282Z Compiling toml_write v0.1.2
20682026-06-02T23:42:35.487Z Compiling vcpkg v0.2.15
20692026-06-02T23:42:36.040Z Compiling cpufeatures v0.3.0
20702026-06-02T23:42:36.130Z Compiling pkg-config v0.3.33
20712026-06-02T23:42:36.596Z Compiling winnow v0.7.15
20722026-06-02T23:42:41.336Z Compiling toml_edit v0.22.27
20732026-06-02T23:42:41.779Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-06-02T23:42:41.985Z Compiling openssl-sys v0.9.116
20752026-06-02T23:42:42.274Z Compiling chacha20 v0.10.0
20762026-06-02T23:42:42.481Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20772026-06-02T23:42:42.565Z Compiling foreign-types v0.5.0
20782026-06-02T23:42:42.655Z Compiling num_enum v0.7.6
20792026-06-02T23:42:43.160Z Compiling proc-macro-crate v1.3.1
20802026-06-02T23:42:43.350Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812026-06-02T23:42:43.867Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20822026-06-02T23:42:43.891Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-06-02T23:42:43.895Z Compiling cstr-argument v0.1.2
20842026-06-02T23:42:44.082Z Compiling resolv-conf v0.7.6
20852026-06-02T23:42:44.198Z Compiling semver v0.1.20
20862026-06-02T23:42:44.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20872026-06-02T23:42:44.547Z Compiling heck v0.4.1
20882026-06-02T23:42:44.700Z Compiling swrite v0.1.0
20892026-06-02T23:42:44.717Z Compiling unicode-segmentation v1.13.2
20902026-06-02T23:42:44.758Z Compiling linked-hash-map v0.5.6
20912026-06-02T23:42:44.813Z Compiling rayon-core v1.13.0
20922026-06-02T23:42:44.924Z Compiling rustc_version v0.1.7
20932026-06-02T23:42:44.973Z Compiling lru-cache v0.1.2
20942026-06-02T23:42:45.085Z Compiling newline-converter v0.3.0
20952026-06-02T23:42:45.137Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20962026-06-02T23:42:45.175Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20972026-06-02T23:42:45.226Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982026-06-02T23:42:45.338Z Compiling num_enum_derive v0.5.11
20992026-06-02T23:42:45.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
21002026-06-02T23:42:46.341Z Compiling toml v0.8.23
21012026-06-02T23:42:46.488Z Compiling rand v0.10.1
21022026-06-02T23:42:46.915Z Compiling atomicwrites v0.4.4
21032026-06-02T23:42:46.918Z Compiling hickory-proto v0.24.4
21042026-06-02T23:42:46.994Z Compiling similar v2.7.0
21052026-06-02T23:42:47.230Z Compiling crossbeam-deque v0.8.6
21062026-06-02T23:42:47.339Z Compiling progenitor-impl v0.13.0
21072026-06-02T23:42:47.463Z Compiling progenitor-impl v0.14.0
21082026-06-02T23:42:47.776Z Compiling console v0.15.11
21092026-06-02T23:42:48.359Z Compiling camino-tempfile v1.4.1
21102026-06-02T23:42:48.778Z Compiling serde-big-array v0.5.1
21112026-06-02T23:42:48.947Z Compiling pin-project-internal v1.1.13
21122026-06-02T23:42:49.062Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21132026-06-02T23:42:49.376Z Compiling derive-where v1.6.1
21142026-06-02T23:42:49.521Z Compiling minimal-lexical v0.2.1
21152026-06-02T23:42:49.598Z Compiling lazy_static v1.5.0
21162026-06-02T23:42:49.714Z Compiling siphasher v1.0.3
21172026-06-02T23:42:49.771Z Compiling nom v7.1.3
21182026-06-02T23:42:49.930Z Compiling phf_shared v0.12.1
21192026-06-02T23:42:50.045Z Compiling pin-project v1.1.13
21202026-06-02T23:42:50.155Z Compiling progenitor-macro v0.14.0
21212026-06-02T23:42:50.172Z Compiling progenitor-macro v0.13.0
21222026-06-02T23:42:50.604Z Compiling hickory-resolver v0.24.4
21232026-06-02T23:42:50.662Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21242026-06-02T23:42:51.098Z Compiling expectorate v1.2.0
21252026-06-02T23:42:51.335Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21262026-06-02T23:42:52.569Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21272026-06-02T23:42:54.672Z Compiling num_enum v0.5.11
21282026-06-02T23:42:54.803Z Compiling newtype_derive v0.1.6
21292026-06-02T23:42:55.063Z Compiling progenitor-client v0.13.0
21302026-06-02T23:42:56.777Z Compiling unicode-normalization v0.1.25
21312026-06-02T23:42:57.408Z Compiling typify-impl v0.4.3
21322026-06-02T23:42:58.100Z Compiling tokio-stream v0.1.18
21332026-06-02T23:42:58.215Z Compiling async-recursion v1.1.1
21342026-06-02T23:42:58.665Z Compiling snafu-derive v0.8.9
21352026-06-02T23:42:58.908Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21362026-06-02T23:42:59.240Z Compiling slog-dtrace v0.3.0
21372026-06-02T23:42:59.507Z Compiling csv-core v0.1.13
21382026-06-02T23:42:59.920Z Compiling cancel-safe-futures v0.1.5
21392026-06-02T23:43:00.197Z Compiling highway v1.3.0
21402026-06-02T23:43:00.394Z Compiling unicode-width v0.1.14
21412026-06-02T23:43:00.698Z Compiling openssl v0.10.80
21422026-06-02T23:43:00.726Z Compiling foldhash v0.1.5
21432026-06-02T23:43:00.888Z Compiling chrono-tz v0.10.4
21442026-06-02T23:43:00.958Z Compiling konst_macro_rules v0.2.19
21452026-06-02T23:43:00.997Z Compiling unicode-xid v0.2.6
21462026-06-02T23:43:01.130Z Compiling owo-colors v4.3.0
21472026-06-02T23:43:01.161Z Compiling same-file v1.0.6
21482026-06-02T23:43:01.226Z Compiling foreign-types-shared v0.1.1
21492026-06-02T23:43:01.331Z Compiling foreign-types v0.3.2
21502026-06-02T23:43:01.348Z Compiling walkdir v2.5.0
21512026-06-02T23:43:01.443Z Compiling const_format_proc_macros v0.2.34
21522026-06-02T23:43:01.559Z Compiling konst v0.2.20
21532026-06-02T23:43:02.001Z Compiling hashbrown v0.15.5
21542026-06-02T23:43:02.121Z Compiling typify-macro v0.4.3
21552026-06-02T23:43:02.275Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21562026-06-02T23:43:02.671Z Compiling snafu v0.8.9
21572026-06-02T23:43:02.770Z Compiling csv v1.4.0
21582026-06-02T23:43:03.316Z Compiling qorb v0.4.1
21592026-06-02T23:43:03.319Z Compiling progenitor v0.13.0
21602026-06-02T23:43:03.463Z Compiling olpc-cjson v0.1.4
21612026-06-02T23:43:03.680Z Compiling progenitor v0.14.0
21622026-06-02T23:43:03.768Z Compiling rayon v1.12.0
21632026-06-02T23:43:03.828Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21642026-06-02T23:43:04.366Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21652026-06-02T23:43:05.942Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21662026-06-02T23:43:08.194Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21672026-06-02T23:43:08.957Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21682026-06-02T23:43:09.475Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21692026-06-02T23:43:09.600Z Compiling phf v0.12.1
21702026-06-02T23:43:09.973Z Compiling zone_cfg_derive v0.3.1
21712026-06-02T23:43:10.215Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21722026-06-02T23:43:10.451Z Compiling tokio-dtrace v0.1.1
21732026-06-02T23:43:10.671Z Compiling globset v0.4.18
21742026-06-02T23:43:10.781Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21752026-06-02T23:43:11.005Z Compiling itertools v0.12.1
21762026-06-02T23:43:11.008Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21772026-06-02T23:43:11.597Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21782026-06-02T23:43:11.615Z Compiling pem v3.0.6
21792026-06-02T23:43:11.693Z Compiling libsw-core v0.3.2
21802026-06-02T23:43:11.904Z Compiling serde_plain v1.0.2
21812026-06-02T23:43:12.204Z Compiling openssl-macros v0.1.1
21822026-06-02T23:43:12.335Z Compiling cookie v0.18.1
21832026-06-02T23:43:12.564Z Compiling sigpipe v0.1.3
21842026-06-02T23:43:12.669Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21852026-06-02T23:43:12.710Z Compiling typed-path v0.9.3
21862026-06-02T23:43:12.840Z Compiling glob v0.3.3
21872026-06-02T23:43:12.843Z Compiling jiff v0.2.24
21882026-06-02T23:43:12.922Z Compiling fixedbitset v0.5.7
21892026-06-02T23:43:12.925Z Compiling fixedbitset v0.4.2
21902026-06-02T23:43:13.312Z Compiling petgraph v0.8.3
21912026-06-02T23:43:13.352Z Compiling petgraph v0.6.5
21922026-06-02T23:43:15.126Z Compiling tough v0.22.0
21932026-06-02T23:43:15.267Z Compiling zone v0.3.1
21942026-06-02T23:43:15.370Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21952026-06-02T23:43:15.669Z Compiling libsw v3.5.0
21962026-06-02T23:43:15.694Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21972026-06-02T23:43:15.864Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21982026-06-02T23:43:15.945Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21992026-06-02T23:43:16.161Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-06-02T23:43:17.005Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22012026-06-02T23:43:17.952Z Compiling oxide-tokio-rt v0.1.6
22022026-06-02T23:43:19.165Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22032026-06-02T23:43:19.410Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22042026-06-02T23:43:20.141Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22052026-06-02T23:43:20.969Z Compiling const_format v0.2.36
22062026-06-02T23:43:21.142Z Compiling papergrid v0.11.0
22072026-06-02T23:43:21.492Z Compiling tabled_derive v0.7.0
22082026-06-02T23:43:21.933Z Compiling gethostname v0.5.0
22092026-06-02T23:43:22.079Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22102026-06-02T23:43:22.494Z Compiling libscf-sys v1.2.0
22112026-06-02T23:43:22.649Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-06-02T23:43:22.762Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22132026-06-02T23:43:22.785Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22142026-06-02T23:43:22.913Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22152026-06-02T23:43:23.224Z Compiling bcs v0.1.6
22162026-06-02T23:43:23.462Z Compiling smf v0.2.3
22172026-06-02T23:43:23.462Z Compiling tagptr v0.2.0
22182026-06-02T23:43:23.622Z Compiling whoami v1.6.1
22192026-06-02T23:43:23.655Z Compiling termtree v0.5.1
22202026-06-02T23:43:23.834Z Compiling smawk v0.3.2
22212026-06-02T23:43:24.007Z Compiling unicode-linebreak v0.1.5
22222026-06-02T23:43:24.096Z Compiling linear-map v1.2.0
22232026-06-02T23:43:24.288Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22242026-06-02T23:43:24.325Z Compiling textwrap v0.16.2
22252026-06-02T23:43:25.906Z Compiling moka v0.12.15
22262026-06-02T23:43:25.981Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22272026-06-02T23:43:26.365Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22282026-06-02T23:43:27.061Z Compiling tabled v0.15.0
22292026-06-02T23:43:27.202Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-06-02T23:43:27.326Z Compiling steno v0.4.1
22312026-06-02T23:43:27.418Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22322026-06-02T23:43:28.872Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22332026-06-02T23:43:32.256Z Compiling hickory-proto v0.25.2
22342026-06-02T23:43:32.683Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22352026-06-02T23:43:34.540Z Compiling proc-macro-error-attr2 v2.0.0
22362026-06-02T23:43:34.903Z Compiling humantime v2.3.0
22372026-06-02T23:43:34.999Z Compiling proc-macro-error2 v2.0.1
22382026-06-02T23:43:35.128Z Compiling hickory-resolver v0.25.2
22392026-06-02T23:43:35.325Z Compiling typify v0.4.3
22402026-06-02T23:43:35.432Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22412026-06-02T23:43:35.580Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22422026-06-02T23:43:35.850Z Compiling parking_lot_core v0.8.6
22432026-06-02T23:43:35.929Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22442026-06-02T23:43:36.186Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22452026-06-02T23:43:36.817Z Compiling progenitor-impl v0.11.2
22462026-06-02T23:43:37.768Z Compiling tabled_derive v0.11.0
22472026-06-02T23:43:38.886Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22482026-06-02T23:43:38.904Z Compiling papergrid v0.17.0
22492026-06-02T23:43:40.372Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22502026-06-02T23:43:41.392Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22512026-06-02T23:43:41.980Z Compiling testing_table v0.3.0
22522026-06-02T23:43:42.402Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22532026-06-02T23:43:42.823Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22542026-06-02T23:43:43.885Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22552026-06-02T23:43:43.889Z Compiling tabled v0.20.0
22562026-06-02T23:43:43.889Z Compiling progenitor-macro v0.11.2
22572026-06-02T23:43:45.024Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22582026-06-02T23:43:45.141Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22592026-06-02T23:43:45.844Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22602026-06-02T23:43:46.546Z Compiling progenitor-client v0.11.2
22612026-06-02T23:43:47.072Z Compiling arc-swap v1.9.1
22622026-06-02T23:43:47.419Z Compiling slog-scope v4.4.1
22632026-06-02T23:43:47.451Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22642026-06-02T23:43:48.446Z Compiling progenitor v0.11.2
22652026-06-02T23:43:48.446Z Compiling parking_lot v0.11.2
22662026-06-02T23:43:48.969Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22672026-06-02T23:43:50.374Z Compiling dropshot-api-manager-types v0.7.2
22682026-06-02T23:43:50.953Z Compiling fxhash v0.2.1
22692026-06-02T23:43:51.103Z Compiling crc8 v0.1.1
22702026-06-02T23:43:51.121Z Compiling sled v0.34.7
22712026-06-02T23:43:51.224Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22722026-06-02T23:43:51.308Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22732026-06-02T23:43:53.259Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22742026-06-02T23:43:56.650Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22752026-06-02T23:43:58.346Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22762026-06-02T23:44:00.277Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22772026-06-02T23:44:00.288Z Compiling slog-stdlog v4.1.1
22782026-06-02T23:44:00.288Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22792026-06-02T23:44:00.288Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22802026-06-02T23:44:00.660Z Compiling slog-envlogger v2.2.0
22812026-06-02T23:44:01.837Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22822026-06-02T23:44:13.834Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22832026-06-02T23:44:16.382Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22842026-06-02T23:44:19.851Z Finished `release` profile [optimized] target(s) in 3m 49s
22852026-06-02T23:44:20.185Z+ banner quartet
22862026-06-02T23:44:20.188Z
22872026-06-02T23:44:20.188Z #### # # ## ##### ##### ###### #####
22882026-06-02T23:44:20.189Z # # # # # # # # # # #
22892026-06-02T23:44:20.189Z # # # # # # # # # ##### #
22902026-06-02T23:44:20.189Z # # # # # ###### ##### # # #
22912026-06-02T23:44:20.189Z # # # # # # # # # # #
22922026-06-02T23:44:20.189Z ### # #### # # # # # ###### #
22932026-06-02T23:44:20.189Z
22942026-06-02T23:44:20.189Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22952026-06-02T23:44:20.755Z Compiling cfg-if v1.0.4
22962026-06-02T23:44:20.759Z Compiling libc v0.2.186
22972026-06-02T23:44:20.759Z Compiling serde_core v1.0.228
22982026-06-02T23:44:20.863Z Compiling memchr v2.8.0
22992026-06-02T23:44:20.868Z Compiling smallvec v1.15.1
23002026-06-02T23:44:20.871Z Compiling itoa v1.0.18
23012026-06-02T23:44:20.883Z Compiling stable_deref_trait v1.2.1
23022026-06-02T23:44:20.890Z Compiling zerofrom v0.1.8
23032026-06-02T23:44:20.911Z Compiling zmij v1.0.21
23042026-06-02T23:44:20.954Z Compiling litemap v0.8.2
23052026-06-02T23:44:21.013Z Compiling yoke v0.8.2
23062026-06-02T23:44:21.107Z Compiling writeable v0.6.3
23072026-06-02T23:44:21.116Z Compiling utf8_iter v1.0.4
23082026-06-02T23:44:21.154Z Compiling percent-encoding v2.3.2
23092026-06-02T23:44:21.210Z Compiling zerovec v0.11.6
23102026-06-02T23:44:21.235Z Compiling zerotrie v0.2.4
23112026-06-02T23:44:21.275Z Compiling libm v0.2.16
23122026-06-02T23:44:21.348Z Compiling icu_properties_data v2.2.0
23132026-06-02T23:44:21.379Z Compiling icu_normalizer_data v2.2.0
23142026-06-02T23:44:21.423Z Compiling form_urlencoded v1.2.2
23152026-06-02T23:44:21.460Z Compiling rand_core v0.10.1
23162026-06-02T23:44:21.496Z Compiling errno v0.3.14
23172026-06-02T23:44:21.635Z Compiling getrandom v0.4.2
23182026-06-02T23:44:21.675Z Compiling iana-time-zone v0.1.65
23192026-06-02T23:44:21.716Z Compiling pin-project-lite v0.2.17
23202026-06-02T23:44:21.726Z Compiling zeroize v1.8.2
23212026-06-02T23:44:21.820Z Compiling tinystr v0.8.3
23222026-06-02T23:44:21.857Z Compiling potential_utf v0.1.5
23232026-06-02T23:44:21.868Z Compiling dyn-clone v1.0.20
23242026-06-02T23:44:21.972Z Compiling icu_collections v2.2.0
23252026-06-02T23:44:21.983Z Compiling socket2 v0.6.3
23262026-06-02T23:44:22.016Z Compiling icu_locale_core v2.2.0
23272026-06-02T23:44:22.029Z Compiling scopeguard v1.2.0
23282026-06-02T23:44:22.041Z Compiling parking_lot_core v0.9.12
23292026-06-02T23:44:22.050Z Compiling signal-hook-registry v1.4.8
23302026-06-02T23:44:22.142Z Compiling num-traits v0.2.19
23312026-06-02T23:44:22.473Z Compiling lock_api v0.4.14
23322026-06-02T23:44:22.611Z Compiling mio v1.2.0
23332026-06-02T23:44:22.736Z Compiling parking_lot v0.12.5
23342026-06-02T23:44:22.753Z Compiling serde v1.0.228
23352026-06-02T23:44:22.790Z Compiling serde_json v1.0.149
23362026-06-02T23:44:22.933Z Compiling icu_provider v2.2.0
23372026-06-02T23:44:22.952Z Compiling uuid v1.23.1
23382026-06-02T23:44:23.085Z Compiling semver v1.0.28
23392026-06-02T23:44:23.324Z Compiling bytes v1.11.1
23402026-06-02T23:44:23.389Z Compiling icu_properties v2.2.0
23412026-06-02T23:44:23.548Z Compiling icu_normalizer v2.2.0
23422026-06-02T23:44:23.566Z Compiling chrono v0.4.44
23432026-06-02T23:44:23.663Z Compiling portable-atomic v1.13.1
23442026-06-02T23:44:23.749Z Compiling thiserror v2.0.18
23452026-06-02T23:44:23.869Z Compiling tokio v1.52.3
23462026-06-02T23:44:24.245Z Compiling getrandom v0.2.17
23472026-06-02T23:44:24.367Z Compiling idna_adapter v1.2.2
23482026-06-02T23:44:24.470Z Compiling subtle v2.6.1
23492026-06-02T23:44:24.511Z Compiling idna v1.1.0
23502026-06-02T23:44:24.646Z Compiling futures-core v0.3.32
23512026-06-02T23:44:24.775Z Compiling critical-section v1.2.0
23522026-06-02T23:44:24.815Z Compiling bitflags v2.11.1
23532026-06-02T23:44:24.894Z Compiling url v2.5.8
23542026-06-02T23:44:24.943Z Compiling once_cell v1.21.4
23552026-06-02T23:44:24.977Z Compiling log v0.4.29
23562026-06-02T23:44:25.195Z Compiling equivalent v1.0.2
23572026-06-02T23:44:25.225Z Compiling zerocopy v0.8.48
23582026-06-02T23:44:25.237Z Compiling rand_core v0.6.4
23592026-06-02T23:44:25.289Z Compiling futures-sink v0.3.32
23602026-06-02T23:44:25.408Z Compiling slab v0.4.12
23612026-06-02T23:44:25.463Z Compiling futures-channel v0.3.32
23622026-06-02T23:44:25.494Z Compiling schemars v0.8.22
23632026-06-02T23:44:25.621Z Compiling futures-task v0.3.32
23642026-06-02T23:44:25.727Z Compiling futures-io v0.3.32
23652026-06-02T23:44:25.826Z Compiling typenum v1.20.0
23662026-06-02T23:44:25.933Z Compiling futures-util v0.3.32
23672026-06-02T23:44:26.505Z Compiling generic-array v0.14.7
23682026-06-02T23:44:26.681Z Compiling hashbrown v0.17.1
23692026-06-02T23:44:27.091Z Compiling tracing-core v0.1.36
23702026-06-02T23:44:27.192Z Compiling base64 v0.22.1
23712026-06-02T23:44:27.378Z Compiling indexmap v2.14.0
23722026-06-02T23:44:27.476Z Compiling tracing v0.1.44
23732026-06-02T23:44:27.676Z Compiling crypto-common v0.1.7
23742026-06-02T23:44:27.832Z Compiling ipnetwork v0.21.1
23752026-06-02T23:44:27.863Z Compiling http v1.4.0
23762026-06-02T23:44:28.178Z Compiling unicode-ident v1.0.24
23772026-06-02T23:44:28.214Z Compiling slog v2.8.2
23782026-06-02T23:44:28.230Z Compiling erased-serde v0.3.31
23792026-06-02T23:44:28.300Z Compiling proc-macro2 v1.0.106
23802026-06-02T23:44:28.482Z Compiling rustls-pki-types v1.14.1
23812026-06-02T23:44:28.667Z Compiling fnv v1.0.7
23822026-06-02T23:44:28.777Z Compiling quote v1.0.45
23832026-06-02T23:44:29.352Z Compiling untrusted v0.9.0
23842026-06-02T23:44:29.411Z Compiling syn v2.0.117
23852026-06-02T23:44:29.491Z Compiling tokio-util v0.7.18
23862026-06-02T23:44:29.520Z Compiling oxnet v0.1.5
23872026-06-02T23:44:29.806Z Compiling byteorder v1.5.0
23882026-06-02T23:44:29.845Z Compiling ipnet v2.12.0
23892026-06-02T23:44:30.068Z Compiling thiserror v1.0.69
23902026-06-02T23:44:30.183Z Compiling ppv-lite86 v0.2.21
23912026-06-02T23:44:30.466Z Compiling http-body v1.0.1
23922026-06-02T23:44:30.529Z Compiling block-buffer v0.10.4
23932026-06-02T23:44:30.546Z Compiling atomic-waker v1.1.2
23942026-06-02T23:44:30.637Z Compiling httparse v1.10.1
23952026-06-02T23:44:30.684Z Compiling digest v0.10.7
23962026-06-02T23:44:30.703Z Compiling pretty-hex v0.4.2
23972026-06-02T23:44:30.737Z Compiling tower-service v0.3.3
23982026-06-02T23:44:30.830Z Compiling tower-layer v0.3.3
23992026-06-02T23:44:30.848Z Compiling try-lock v0.2.5
24002026-06-02T23:44:30.940Z Compiling ryu v1.0.23
24012026-06-02T23:44:30.969Z Compiling want v0.3.1
24022026-06-02T23:44:31.036Z Compiling h2 v0.4.14
24032026-06-02T23:44:31.048Z Compiling httpdate v1.0.3
24042026-06-02T23:44:31.117Z Compiling rustix v1.1.4
24052026-06-02T23:44:31.157Z Compiling regex-syntax v0.8.10
24062026-06-02T23:44:31.238Z Compiling plain v0.2.3
24072026-06-02T23:44:31.358Z Compiling getrandom v0.3.4
24082026-06-02T23:44:31.429Z Compiling omicron-workspace-hack v0.1.0
24092026-06-02T23:44:31.505Z Compiling aws-lc-sys v0.41.0
24102026-06-02T23:44:31.550Z Compiling ucd-trie v0.1.7
24112026-06-02T23:44:31.567Z Compiling untrusted v0.7.1
24122026-06-02T23:44:31.709Z Compiling pest v2.8.6
24132026-06-02T23:44:32.158Z Compiling aws-lc-rs v1.17.0
24142026-06-02T23:44:32.168Z Compiling rand_core v0.9.5
24152026-06-02T23:44:32.431Z Compiling crossbeam-utils v0.8.21
24162026-06-02T23:44:33.069Z Compiling serde_urlencoded v0.7.1
24172026-06-02T23:44:33.201Z Compiling http-body-util v0.1.3
24182026-06-02T23:44:33.354Z Compiling rustls v0.23.40
24192026-06-02T23:44:33.400Z Compiling foldhash v0.2.0
24202026-06-02T23:44:33.496Z Compiling hyper v1.9.0
24212026-06-02T23:44:33.595Z Compiling allocator-api2 v0.2.21
24222026-06-02T23:44:33.713Z Compiling rustls-webpki v0.103.13
24232026-06-02T23:44:34.000Z Compiling hashbrown v0.16.1
24242026-06-02T23:44:34.726Z Compiling newtype-uuid v1.3.2
24252026-06-02T23:44:35.017Z Compiling hyper-util v0.1.20
24262026-06-02T23:44:35.778Z Compiling cpufeatures v0.2.17
24272026-06-02T23:44:35.861Z Compiling hex v0.4.3
24282026-06-02T23:44:36.165Z Compiling daft v0.1.7
24292026-06-02T23:44:36.466Z Compiling rand_chacha v0.9.0
24302026-06-02T23:44:37.061Z Compiling sync_wrapper v1.0.2
24312026-06-02T23:44:37.185Z Compiling aho-corasick v1.1.4
24322026-06-02T23:44:37.226Z Compiling fastrand v2.4.1
24332026-06-02T23:44:37.582Z Compiling tower v0.5.3
24342026-06-02T23:44:37.734Z Compiling anyhow v1.0.102
24352026-06-02T23:44:38.064Z Compiling rand v0.9.4
24362026-06-02T23:44:38.206Z Compiling regex-automata v0.4.14
24372026-06-02T23:44:38.224Z Compiling powerfmt v0.2.0
24382026-06-02T23:44:38.436Z Compiling deranged v0.5.8
24392026-06-02T23:44:38.453Z Compiling tower-http v0.6.10
24402026-06-02T23:44:38.487Z Compiling openapiv3 v2.2.0
24412026-06-02T23:44:38.834Z Compiling num_threads v0.1.7
24422026-06-02T23:44:38.938Z Compiling time-core v0.1.8
24432026-06-02T23:44:39.095Z Compiling num-conv v0.2.1
24442026-06-02T23:44:39.139Z Compiling openssl-probe v0.2.1
24452026-06-02T23:44:39.253Z Compiling rustls-native-certs v0.8.3
24462026-06-02T23:44:39.398Z Compiling camino v1.2.2
24472026-06-02T23:44:39.551Z Compiling time v0.3.47
24482026-06-02T23:44:40.004Z Compiling tokio-rustls v0.26.4
24492026-06-02T23:44:40.119Z Compiling tempfile v3.27.0
24502026-06-02T23:44:40.312Z Compiling futures-executor v0.3.32
24512026-06-02T23:44:40.866Z Compiling winnow v1.0.3
24522026-06-02T23:44:40.985Z Compiling futures v0.3.32
24532026-06-02T23:44:41.018Z Compiling hyper-rustls v0.27.9
24542026-06-02T23:44:41.071Z Compiling regex v1.12.3
24552026-06-02T23:44:41.393Z Compiling rustls-platform-verifier v0.7.0
24562026-06-02T23:44:42.105Z Compiling crossbeam-channel v0.5.15
24572026-06-02T23:44:42.365Z Compiling scroll v0.13.0
24582026-06-02T23:44:42.542Z Compiling simd-adler32 v0.3.9
24592026-06-02T23:44:42.571Z Compiling adler2 v2.0.1
24602026-06-02T23:44:42.680Z Compiling miniz_oxide v0.8.9
24612026-06-02T23:44:42.680Z Compiling goblin v0.10.5
24622026-06-02T23:44:42.738Z Compiling crc32fast v1.5.0
24632026-06-02T23:44:42.821Z Compiling reqwest v0.13.3
24642026-06-02T23:44:42.992Z Compiling ring v0.17.14
24652026-06-02T23:44:43.390Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24662026-06-02T23:44:44.134Z Compiling thread_local v1.1.9
24672026-06-02T23:44:44.503Z Compiling either v1.15.0
24682026-06-02T23:44:44.737Z Compiling rustls-webpki v0.102.8
24692026-06-02T23:44:45.404Z Compiling flate2 v1.1.9
24702026-06-02T23:44:45.969Z Compiling dof v0.4.0
24712026-06-02T23:44:46.692Z Compiling dtrace-parser v0.3.0
24722026-06-02T23:44:47.262Z Compiling rand_chacha v0.3.1
24732026-06-02T23:44:47.895Z Compiling thread-id v5.1.0
24742026-06-02T23:44:47.991Z Compiling is-terminal v0.4.17
24752026-06-02T23:44:48.102Z Compiling term v1.2.1
24762026-06-02T23:44:49.120Z Compiling take_mut v0.2.2
24772026-06-02T23:44:49.244Z Compiling compression-core v0.4.32
24782026-06-02T23:44:49.296Z Compiling match_cfg v0.1.0
24792026-06-02T23:44:49.376Z Compiling debug-ignore v1.0.5
24802026-06-02T23:44:49.427Z Compiling compression-codecs v0.4.38
24812026-06-02T23:44:49.453Z Compiling hostname v0.3.1
24822026-06-02T23:44:49.488Z Compiling slog-async v2.8.0
24832026-06-02T23:44:49.622Z Compiling slog-term v2.9.2
24842026-06-02T23:44:49.812Z Compiling usdt-impl v0.6.0
24852026-06-02T23:44:50.019Z Compiling rand v0.8.6
24862026-06-02T23:44:50.826Z Compiling ref-cast v1.0.25
24872026-06-02T23:44:50.940Z Compiling rustls v0.22.4
24882026-06-02T23:44:50.979Z Compiling toml_parser v1.1.2+spec-1.1.0
24892026-06-02T23:44:50.979Z Compiling slog-json v2.6.1
24902026-06-02T23:44:51.261Z Compiling strum v0.26.3
24912026-06-02T23:44:51.404Z Compiling macaddr v1.0.1
24922026-06-02T23:44:51.712Z Compiling serde_spanned v1.1.1
24932026-06-02T23:44:51.877Z Compiling toml_datetime v1.1.1+spec-1.1.0
24942026-06-02T23:44:52.316Z Compiling wait-timeout v0.2.1
24952026-06-02T23:44:52.316Z Compiling memmap2 v0.9.10
24962026-06-02T23:44:52.614Z Compiling encoding_rs v0.8.35
24972026-06-02T23:44:52.815Z Compiling bit-vec v0.8.0
24982026-06-02T23:44:53.127Z Compiling spin v0.9.8
24992026-06-02T23:44:53.262Z Compiling mime v0.3.17
25002026-06-02T23:44:53.747Z Compiling quick-error v1.2.3
25012026-06-02T23:44:53.867Z Compiling toml_writer v1.1.1+spec-1.1.0
25022026-06-02T23:44:54.018Z Compiling rusty-fork v0.3.1
25032026-06-02T23:44:54.137Z Compiling toml v1.1.2+spec-1.1.0
25042026-06-02T23:44:54.149Z Compiling multer v3.1.0
25052026-06-02T23:44:54.901Z Compiling tokio-rustls v0.25.0
25062026-06-02T23:44:55.154Z Compiling bit-set v0.8.0
25072026-06-02T23:44:55.354Z Compiling usdt v0.6.0
25082026-06-02T23:44:55.387Z Compiling slog-bunyan v2.5.0
25092026-06-02T23:44:55.573Z Compiling async-compression v0.4.42
25102026-06-02T23:44:55.672Z Compiling serde_with v3.20.0
25112026-06-02T23:44:56.020Z Compiling async-stream v0.3.6
25122026-06-02T23:44:56.060Z Compiling sha1 v0.10.6
25132026-06-02T23:44:56.227Z Compiling rand_xorshift v0.4.0
25142026-06-02T23:44:56.397Z Compiling waitgroup v0.1.2
25152026-06-02T23:44:56.465Z Compiling rustls-pemfile v2.2.0
25162026-06-02T23:44:56.565Z Compiling serde_path_to_error v0.1.20
25172026-06-02T23:44:56.774Z Compiling hostname v0.4.2
25182026-06-02T23:44:56.947Z Compiling unarray v0.1.4
25192026-06-02T23:44:56.960Z Compiling dropshot v0.17.0
25202026-06-02T23:44:57.036Z Compiling progenitor-client v0.14.0
25212026-06-02T23:44:57.075Z Compiling proptest v1.11.0
25222026-06-02T23:44:57.571Z Compiling strum v0.27.2
25232026-06-02T23:44:57.714Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25242026-06-02T23:44:57.873Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25252026-06-02T23:44:57.926Z Compiling rustc-hash v2.1.2
25262026-06-02T23:44:58.062Z Compiling iddqd v0.3.18
25272026-06-02T23:44:58.113Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25282026-06-02T23:44:58.426Z Compiling reqwest v0.12.28
25292026-06-02T23:44:58.484Z Compiling backon v1.6.0
25302026-06-02T23:44:58.645Z Compiling instant v0.1.13
25312026-06-02T23:44:58.758Z Compiling backoff v0.4.0
25322026-06-02T23:44:58.772Z Compiling progenitor-extras v0.2.0
25332026-06-02T23:44:58.979Z Compiling parse-display v0.10.0
25342026-06-02T23:44:59.015Z Compiling itertools v0.14.0
25352026-06-02T23:44:59.903Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25362026-06-02T23:44:59.915Z Compiling progenitor-client v0.10.0
25372026-06-02T23:45:00.413Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25382026-06-02T23:45:00.551Z Compiling regress v0.10.5
25392026-06-02T23:45:00.702Z Compiling unicode-width v0.2.2
25402026-06-02T23:45:01.037Z Compiling heck v0.5.0
25412026-06-02T23:45:01.641Z Compiling secrecy v0.10.3
25422026-06-02T23:45:01.823Z Compiling tinyvec_macros v0.1.1
25432026-06-02T23:45:01.907Z Compiling tinyvec v1.11.0
25442026-06-02T23:45:01.961Z Compiling num-integer v0.1.46
25452026-06-02T23:45:02.346Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25462026-06-02T23:45:02.486Z Compiling scroll v0.12.0
25472026-06-02T23:45:02.801Z Compiling crucible-workspace-hack v0.1.0
25482026-06-02T23:45:02.885Z Compiling regress v0.11.1
25492026-06-02T23:45:04.381Z Compiling hmac v0.12.1
25502026-06-02T23:45:04.547Z Compiling inout v0.1.4
25512026-06-02T23:45:04.556Z Compiling ff v0.13.1
25522026-06-02T23:45:04.710Z Compiling utf8parse v0.2.2
25532026-06-02T23:45:04.723Z Compiling group v0.13.0
25542026-06-02T23:45:04.830Z Compiling anstyle-parse v1.0.0
25552026-06-02T23:45:04.846Z Compiling cipher v0.4.4
25562026-06-02T23:45:05.062Z Compiling typify-impl v0.6.2
25572026-06-02T23:45:05.106Z Compiling hkdf v0.12.4
25582026-06-02T23:45:05.282Z Compiling goblin v0.8.2
25592026-06-02T23:45:05.353Z Compiling num-rational v0.4.2
25602026-06-02T23:45:06.144Z Compiling num-iter v0.1.45
25612026-06-02T23:45:06.280Z Compiling zerocopy v0.7.35
25622026-06-02T23:45:06.499Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25632026-06-02T23:45:06.897Z Compiling terminal_size v0.4.4
25642026-06-02T23:45:07.073Z Compiling half v2.7.1
25652026-06-02T23:45:07.429Z Compiling universal-hash v0.5.1
25662026-06-02T23:45:07.584Z Compiling crypto-bigint v0.5.5
25672026-06-02T23:45:07.808Z Compiling num-complex v0.4.6
25682026-06-02T23:45:07.842Z Compiling anstyle-query v1.1.5
25692026-06-02T23:45:07.960Z Compiling base64ct v1.8.3
25702026-06-02T23:45:08.250Z Compiling base16ct v0.2.0
25712026-06-02T23:45:08.322Z Compiling is_terminal_polyfill v1.70.2
25722026-06-02T23:45:08.428Z Compiling anstyle v1.0.14
25732026-06-02T23:45:08.463Z Compiling ciborium-io v0.2.2
25742026-06-02T23:45:08.574Z Compiling colorchoice v1.0.5
25752026-06-02T23:45:08.709Z Compiling opaque-debug v0.3.1
25762026-06-02T23:45:08.720Z Compiling anstream v1.0.0
25772026-06-02T23:45:08.791Z Compiling poly1305 v0.8.0
25782026-06-02T23:45:09.246Z Compiling ciborium-ll v0.2.2
25792026-06-02T23:45:09.421Z Compiling elliptic-curve v0.13.8
25802026-06-02T23:45:09.519Z Compiling password-hash v0.5.0
25812026-06-02T23:45:09.553Z Compiling num v0.4.3
25822026-06-02T23:45:09.638Z Compiling curve25519-dalek v4.1.3
25832026-06-02T23:45:09.738Z Compiling dof v0.3.0
25842026-06-02T23:45:10.525Z Compiling typify v0.6.2
25852026-06-02T23:45:10.644Z Compiling thiserror-no-std v2.0.2
25862026-06-02T23:45:10.754Z Compiling chacha20 v0.9.1
25872026-06-02T23:45:11.021Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25882026-06-02T23:45:11.059Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25892026-06-02T23:45:12.351Z Compiling byte-wrapper v0.1.0
25902026-06-02T23:45:12.491Z Compiling dtrace-parser v0.2.0
25912026-06-02T23:45:12.729Z Compiling crossbeam-epoch v0.9.18
25922026-06-02T23:45:13.241Z Compiling blake2 v0.10.6
25932026-06-02T23:45:13.355Z Compiling aead v0.5.2
25942026-06-02T23:45:13.368Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25952026-06-02T23:45:13.558Z Compiling thread-id v4.2.2
25962026-06-02T23:45:13.655Z Compiling keccak v0.1.6
25972026-06-02T23:45:13.762Z Compiling strsim v0.11.1
25982026-06-02T23:45:14.381Z Compiling clap_lex v1.1.0
25992026-06-02T23:45:14.618Z Compiling float-ord v0.3.2
26002026-06-02T23:45:14.696Z Compiling clap_builder v4.6.0
26012026-06-02T23:45:14.735Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26022026-06-02T23:45:14.760Z Compiling sha3 v0.10.9
26032026-06-02T23:45:14.938Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26042026-06-02T23:45:15.070Z Compiling usdt-impl v0.5.0
26052026-06-02T23:45:15.162Z Compiling argon2 v0.5.3
26062026-06-02T23:45:16.189Z Compiling chacha20poly1305 v0.10.1
26072026-06-02T23:45:16.351Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26082026-06-02T23:45:16.484Z Compiling vsss-rs v3.3.4
26092026-06-02T23:45:18.002Z Compiling ciborium v0.2.2
26102026-06-02T23:45:18.855Z Compiling hash32 v0.3.1
26112026-06-02T23:45:19.033Z Compiling memmap v0.7.0
26122026-06-02T23:45:19.281Z Compiling data-encoding v2.11.0
26132026-06-02T23:45:19.429Z Compiling indent_write v2.2.0
26142026-06-02T23:45:19.589Z Compiling usdt v0.5.0
26152026-06-02T23:45:20.259Z Compiling heapless v0.8.0
26162026-06-02T23:45:20.767Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26172026-06-02T23:45:21.304Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26182026-06-02T23:45:21.415Z Compiling clap v4.6.1
26192026-06-02T23:45:21.509Z Compiling ingot-types v0.1.2
26202026-06-02T23:45:21.988Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26212026-06-02T23:45:22.013Z Compiling rustix v0.38.44
26222026-06-02T23:45:22.161Z Compiling tabwriter v1.4.1
26232026-06-02T23:45:22.344Z Compiling cobs v0.3.0
26242026-06-02T23:45:22.542Z Compiling cpufeatures v0.3.0
26252026-06-02T23:45:22.652Z Compiling managed v0.8.0
26262026-06-02T23:45:22.655Z Compiling colored v3.1.1
26272026-06-02T23:45:22.896Z Compiling bitflags v1.3.2
26282026-06-02T23:45:22.998Z Compiling foreign-types-shared v0.3.1
26292026-06-02T23:45:23.105Z Compiling foreign-types v0.5.0
26302026-06-02T23:45:23.195Z Compiling smoltcp v0.11.0
26312026-06-02T23:45:23.317Z Compiling chacha20 v0.10.0
26322026-06-02T23:45:23.369Z Compiling postcard v1.1.3
26332026-06-02T23:45:23.616Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26342026-06-02T23:45:23.774Z Compiling num_enum v0.7.6
26352026-06-02T23:45:23.906Z Compiling ingot v0.1.1
26362026-06-02T23:45:25.305Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26372026-06-02T23:45:25.424Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26382026-06-02T23:45:25.634Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392026-06-02T23:45:25.762Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26402026-06-02T23:45:25.915Z Compiling serde_spanned v0.6.9
26412026-06-02T23:45:26.088Z Compiling toml_datetime v0.6.11
26422026-06-02T23:45:26.146Z Compiling cstr-argument v0.1.2
26432026-06-02T23:45:26.178Z Compiling static_assertions v1.1.0
26442026-06-02T23:45:26.260Z Compiling toml_write v0.1.2
26452026-06-02T23:45:26.333Z Compiling winnow v0.7.15
26462026-06-02T23:45:26.478Z Compiling linked-hash-map v0.5.6
26472026-06-02T23:45:26.489Z Compiling swrite v0.1.0
26482026-06-02T23:45:26.516Z Compiling unicode-segmentation v1.13.2
26492026-06-02T23:45:26.599Z Compiling resolv-conf v0.7.6
26502026-06-02T23:45:26.711Z Compiling lru-cache v0.1.2
26512026-06-02T23:45:26.863Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26522026-06-02T23:45:26.970Z Compiling newline-converter v0.3.0
26532026-06-02T23:45:27.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-02T23:45:27.168Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552026-06-02T23:45:27.271Z Compiling hubpack v0.1.2
26562026-06-02T23:45:27.288Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26572026-06-02T23:45:27.302Z Compiling rand v0.10.1
26582026-06-02T23:45:27.522Z Compiling memoffset v0.9.1
26592026-06-02T23:45:27.534Z Compiling atomicwrites v0.4.4
26602026-06-02T23:45:27.618Z Compiling hickory-proto v0.24.4
26612026-06-02T23:45:27.826Z Compiling crossbeam-deque v0.8.6
26622026-06-02T23:45:28.048Z Compiling toml_edit v0.22.27
26632026-06-02T23:45:28.140Z Compiling console v0.15.11
26642026-06-02T23:45:28.274Z Compiling itertools v0.12.1
26652026-06-02T23:45:28.816Z Compiling camino-tempfile v1.4.1
26662026-06-02T23:45:29.253Z Compiling serde-big-array v0.5.1
26672026-06-02T23:45:29.419Z Compiling siphasher v1.0.3
26682026-06-02T23:45:29.483Z Compiling lazy_static v1.5.0
26692026-06-02T23:45:29.598Z Compiling similar v2.7.0
26702026-06-02T23:45:29.632Z Compiling phf_shared v0.12.1
26712026-06-02T23:45:29.755Z Compiling hickory-resolver v0.24.4
26722026-06-02T23:45:29.858Z Compiling toml v0.8.23
26732026-06-02T23:45:31.264Z Compiling expectorate v1.2.0
26742026-06-02T23:45:31.481Z Compiling pin-project v1.1.13
26752026-06-02T23:45:31.593Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26762026-06-02T23:45:32.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26772026-06-02T23:45:32.497Z Compiling prettyplease v0.2.37
26782026-06-02T23:45:32.728Z Compiling rayon-core v1.13.0
26792026-06-02T23:45:34.479Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26802026-06-02T23:45:36.003Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26812026-06-02T23:45:36.193Z Compiling nix v0.31.3
26822026-06-02T23:45:36.275Z Compiling num_enum v0.5.11
26832026-06-02T23:45:36.406Z Compiling progenitor-impl v0.14.0
26842026-06-02T23:45:37.521Z Compiling progenitor-impl v0.13.0
26852026-06-02T23:45:38.556Z Compiling unicode-normalization v0.1.25
26862026-06-02T23:45:38.974Z Compiling progenitor-client v0.13.0
26872026-06-02T23:45:39.156Z Compiling tokio-stream v0.1.18
26882026-06-02T23:45:39.527Z Compiling csv-core v0.1.13
26892026-06-02T23:45:39.739Z Compiling bstr v1.12.1
26902026-06-02T23:45:39.786Z Compiling unicode-width v0.1.14
26912026-06-02T23:45:39.939Z Compiling foreign-types-shared v0.1.1
26922026-06-02T23:45:40.042Z Compiling same-file v1.0.6
26932026-06-02T23:45:40.103Z Compiling konst_macro_rules v0.2.19
26942026-06-02T23:45:40.226Z Compiling foldhash v0.1.5
26952026-06-02T23:45:40.303Z Compiling highway v1.3.0
26962026-06-02T23:45:40.444Z Compiling hashbrown v0.15.5
26972026-06-02T23:45:40.454Z Compiling konst v0.2.20
26982026-06-02T23:45:40.840Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26992026-06-02T23:45:41.008Z Compiling globset v0.4.18
27002026-06-02T23:45:41.099Z Compiling walkdir v2.5.0
27012026-06-02T23:45:41.902Z Compiling foreign-types v0.3.2
27022026-06-02T23:45:41.991Z Compiling csv v1.4.0
27032026-06-02T23:45:42.971Z Compiling qorb v0.4.1
27042026-06-02T23:45:44.092Z Compiling snafu v0.8.9
27052026-06-02T23:45:44.259Z Compiling progenitor v0.13.0
27062026-06-02T23:45:44.409Z Compiling olpc-cjson v0.1.4
27072026-06-02T23:45:44.647Z Compiling progenitor v0.14.0
27082026-06-02T23:45:44.776Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27092026-06-02T23:45:44.827Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27102026-06-02T23:45:45.400Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27112026-06-02T23:45:45.970Z Compiling rayon v1.12.0
27122026-06-02T23:45:47.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27132026-06-02T23:45:48.224Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27142026-06-02T23:45:50.226Z Compiling phf v0.12.1
27152026-06-02T23:45:50.406Z Compiling openssl-sys v0.9.116
27162026-06-02T23:45:50.848Z Compiling tokio-dtrace v0.1.1
27172026-06-02T23:45:51.184Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27182026-06-02T23:45:51.956Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27192026-06-02T23:45:52.105Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27202026-06-02T23:45:52.180Z Compiling libsw-core v0.3.2
27212026-06-02T23:45:52.378Z Compiling pem v3.0.6
27222026-06-02T23:45:52.787Z Compiling serde_plain v1.0.2
27232026-06-02T23:45:53.079Z Compiling sigpipe v0.1.3
27242026-06-02T23:45:53.121Z Compiling jiff v0.2.24
27252026-06-02T23:45:53.179Z Compiling typed-path v0.9.3
27262026-06-02T23:45:53.681Z Compiling fixedbitset v0.4.2
27272026-06-02T23:45:54.065Z Compiling bytecount v0.6.9
27282026-06-02T23:45:54.263Z Compiling glob v0.3.3
27292026-06-02T23:45:54.713Z Compiling fixedbitset v0.5.7
27302026-06-02T23:45:55.233Z Compiling minimal-lexical v0.2.1
27312026-06-02T23:45:55.256Z Compiling petgraph v0.8.3
27322026-06-02T23:45:55.419Z Compiling tough v0.22.0
27332026-06-02T23:45:55.558Z Compiling nom v7.1.3
27342026-06-02T23:45:56.132Z Compiling papergrid v0.11.0
27352026-06-02T23:45:56.501Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27362026-06-02T23:45:56.685Z Compiling petgraph v0.6.5
27372026-06-02T23:45:57.294Z Compiling openssl v0.10.80
27382026-06-02T23:45:57.765Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27392026-06-02T23:45:58.540Z Compiling libsw v3.5.0
27402026-06-02T23:45:58.737Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27412026-06-02T23:45:59.016Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27422026-06-02T23:45:59.036Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27432026-06-02T23:45:59.260Z Compiling zone v0.3.1
27442026-06-02T23:46:01.116Z Compiling oxide-tokio-rt v0.1.6
27452026-06-02T23:46:01.580Z Compiling chrono-tz v0.10.4
27462026-06-02T23:46:01.773Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27472026-06-02T23:46:01.985Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27482026-06-02T23:46:02.312Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27492026-06-02T23:46:02.514Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27502026-06-02T23:46:02.886Z Compiling newtype_derive v0.1.6
27512026-06-02T23:46:02.975Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27522026-06-02T23:46:03.089Z Compiling slog-dtrace v0.3.0
27532026-06-02T23:46:03.813Z Compiling const_format v0.2.36
27542026-06-02T23:46:04.173Z Compiling owo-colors v4.3.0
27552026-06-02T23:46:04.333Z Compiling cancel-safe-futures v0.1.5
27562026-06-02T23:46:04.702Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27572026-06-02T23:46:05.100Z Compiling gethostname v0.5.0
27582026-06-02T23:46:05.240Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-06-02T23:46:05.453Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27602026-06-02T23:46:05.592Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27612026-06-02T23:46:05.718Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27622026-06-02T23:46:06.268Z Compiling smf v0.2.3
27632026-06-02T23:46:06.454Z Compiling bcs v0.1.6
27642026-06-02T23:46:06.881Z Compiling whoami v1.6.1
27652026-06-02T23:46:07.037Z Compiling smawk v0.3.2
27662026-06-02T23:46:07.212Z Compiling linear-map v1.2.0
27672026-06-02T23:46:07.358Z Compiling termtree v0.5.1
27682026-06-02T23:46:07.437Z Compiling unicode-linebreak v0.1.5
27692026-06-02T23:46:07.551Z Compiling tagptr v0.2.0
27702026-06-02T23:46:07.571Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27712026-06-02T23:46:07.714Z Compiling moka v0.12.15
27722026-06-02T23:46:07.716Z Compiling textwrap v0.16.2
27732026-06-02T23:46:08.110Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27742026-06-02T23:46:08.758Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27752026-06-02T23:46:08.939Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-06-02T23:46:09.159Z Compiling tabled v0.15.0
27772026-06-02T23:46:09.366Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-06-02T23:46:10.055Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27792026-06-02T23:46:10.269Z Compiling steno v0.4.1
27802026-06-02T23:46:10.347Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27812026-06-02T23:46:11.769Z Compiling cookie v0.18.1
27822026-06-02T23:46:13.147Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27832026-06-02T23:46:16.454Z Compiling hickory-proto v0.25.2
27842026-06-02T23:46:17.796Z Compiling humantime v2.3.0
27852026-06-02T23:46:18.043Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27862026-06-02T23:46:18.253Z Compiling arc-swap v1.9.1
27872026-06-02T23:46:18.614Z Compiling slog-scope v4.4.1
27882026-06-02T23:46:18.787Z Compiling hickory-resolver v0.25.2
27892026-06-02T23:46:19.090Z Compiling libscf-sys v1.2.0
27902026-06-02T23:46:19.241Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27912026-06-02T23:46:20.414Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27922026-06-02T23:46:20.494Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-06-02T23:46:21.243Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27942026-06-02T23:46:22.526Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27952026-06-02T23:46:22.918Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27962026-06-02T23:46:23.200Z Compiling slog-stdlog v4.1.1
27972026-06-02T23:46:23.600Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27982026-06-02T23:46:23.658Z Compiling slog-envlogger v2.2.0
27992026-06-02T23:46:23.712Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
28002026-06-02T23:46:25.013Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28012026-06-02T23:46:32.799Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28022026-06-02T23:46:35.683Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28032026-06-02T23:46:37.122Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28042026-06-02T23:46:46.216Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28052026-06-02T23:46:50.960Z Finished `release` profile [optimized] target(s) in 2m 30s
28062026-06-02T23:46:51.073Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28072026-06-02T23:46:51.076Z
28082026-06-02T23:46:51.076Zrunning 1 test
28092026-06-02T23:46:51.248Zconfigure zone
28102026-06-02T23:46:51.267Zinstall zone
28112026-06-02T23:47:01.002Zboot zone
28122026-06-02T23:47:01.085Zstart zone s1
28132026-06-02T23:47:01.088Zconfigure zone
28142026-06-02T23:47:01.094Zinstall zone
28152026-06-02T23:47:02.846Zboot zone
28162026-06-02T23:47:02.933Zstart zone s2
28172026-06-02T23:47:02.934Zconfigure zone
28182026-06-02T23:47:02.944Zinstall zone
28192026-06-02T23:47:05.314Zboot zone
28202026-06-02T23:47:05.429Zstart zone s3
28212026-06-02T23:47:05.429Zconfigure zone
28222026-06-02T23:47:05.440Zinstall zone
28232026-06-02T23:47:08.143Zboot zone
28242026-06-02T23:47:08.247Zstart zone t1
28252026-06-02T23:47:08.247Zconfigure zone
28262026-06-02T23:47:08.259Zinstall zone
28272026-06-02T23:47:10.993Zboot zone
28282026-06-02T23:47:11.104Zwaiting for zones to come up
28292026-06-02T23:47:21.105Z[sidecar.quartet] svcs milestone/network
28302026-06-02T23:47:21.131ZSTATE STIME FMRI
28312026-06-02T23:47:21.131Zonline 23:47:00 svc:/milestone/network:default
28322026-06-02T23:47:21.131Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28332026-06-02T23:47:21.158Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28342026-06-02T23:47:21.185Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28352026-06-02T23:47:21.205Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28362026-06-02T23:47:21.208Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28372026-06-02T23:47:21.221Z
28382026-06-02T23:47:21.221Zrunning zone s1.quartet setup
28392026-06-02T23:47:21.221Z[s1.quartet] svcs milestone/network
28402026-06-02T23:47:21.237ZSTATE STIME FMRI
28412026-06-02T23:47:21.237Zonline 23:47:02 svc:/milestone/network:default
28422026-06-02T23:47:21.237Z[s1.quartet] dladm
28432026-06-02T23:47:21.250ZLINK CLASS MTU STATE BRIDGE OVER
28442026-06-02T23:47:21.250Zsl0 simnet 9000 up -- ?
28452026-06-02T23:47:21.250Zmgs1 vnic 9000 up -- ?
28462026-06-02T23:47:21.253Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28472026-06-02T23:47:21.799Z
28482026-06-02T23:47:21.799Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28492026-06-02T23:47:21.813Z
28502026-06-02T23:47:21.813Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28512026-06-02T23:47:21.824Z
28522026-06-02T23:47:21.824Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28532026-06-02T23:47:21.912Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28542026-06-02T23:47:21.991Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bedfcaf0-78ad-4d65-bdea-7e579b7ae59f --sled-uuid 09eaa443-1214-4585-90ac-fc6828f0677c -a sl0/v6 &> /opt/ddmd.log &
28552026-06-02T23:47:22.005Z
28562026-06-02T23:47:22.005Zrunning zone s2.quartet setup
28572026-06-02T23:47:22.005Z[s2.quartet] svcs milestone/network
28582026-06-02T23:47:22.022ZSTATE STIME FMRI
28592026-06-02T23:47:22.022Zonline 23:47:04 svc:/milestone/network:default
28602026-06-02T23:47:22.022Z[s2.quartet] dladm
28612026-06-02T23:47:22.036ZLINK CLASS MTU STATE BRIDGE OVER
28622026-06-02T23:47:22.037Zsl1 simnet 9000 up -- ?
28632026-06-02T23:47:22.037Zmgs2 vnic 9000 up -- ?
28642026-06-02T23:47:22.037Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28652026-06-02T23:47:22.523Z
28662026-06-02T23:47:22.524Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28672026-06-02T23:47:22.539Z
28682026-06-02T23:47:22.539Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28692026-06-02T23:47:22.551Z
28702026-06-02T23:47:22.551Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28712026-06-02T23:47:22.587Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28722026-06-02T23:47:22.617Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 73249784-e3e9-4b26-af2d-b493f8b921d5 --sled-uuid 7c389ad9-9a64-4aa7-9b62-26533786d009 -a sl1/v6 &> /opt/ddmd.log &
28732026-06-02T23:47:22.630Z
28742026-06-02T23:47:22.630Zrunning zone s3.quartet setup
28752026-06-02T23:47:22.630Z[s3.quartet] svcs milestone/network
28762026-06-02T23:47:22.646ZSTATE STIME FMRI
28772026-06-02T23:47:22.646Zonline 23:47:07 svc:/milestone/network:default
28782026-06-02T23:47:22.646Z[s3.quartet] dladm
28792026-06-02T23:47:22.660ZLINK CLASS MTU STATE BRIDGE OVER
28802026-06-02T23:47:22.660Zsl2 simnet 9000 up -- ?
28812026-06-02T23:47:22.660Zmgs3 vnic 9000 up -- ?
28822026-06-02T23:47:22.660Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28832026-06-02T23:47:23.175Z
28842026-06-02T23:47:23.176Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28852026-06-02T23:47:23.189Z
28862026-06-02T23:47:23.189Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28872026-06-02T23:47:23.200Z
28882026-06-02T23:47:23.200Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28892026-06-02T23:47:23.236Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28902026-06-02T23:47:23.266Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c07b82e7-c285-4e3a-8747-2dd63c7e7e49 --sled-uuid 667f7cd5-3e1c-42f3-a33f-e2d68c7c1131 -a sl2/v6 &> /opt/ddmd.log &
28912026-06-02T23:47:23.277Z
28922026-06-02T23:47:23.277Zrunning zone t1.quartet setup
28932026-06-02T23:47:23.277Z[t1.quartet] svcs milestone/network
28942026-06-02T23:47:23.292ZSTATE STIME FMRI
28952026-06-02T23:47:23.292Zonline 23:47:10 svc:/milestone/network:default
28962026-06-02T23:47:23.292Z[t1.quartet] dladm
28972026-06-02T23:47:23.305ZLINK CLASS MTU STATE BRIDGE OVER
28982026-06-02T23:47:23.305Ztfportrear0_0 simnet 9000 up -- ?
28992026-06-02T23:47:23.305Ztfportrear1_0 simnet 9000 up -- ?
29002026-06-02T23:47:23.305Ztfportrear2_0 simnet 9000 up -- ?
29012026-06-02T23:47:23.305Zmgt1 vnic 9000 up -- ?
29022026-06-02T23:47:23.305Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29032026-06-02T23:47:23.906Z
29042026-06-02T23:47:23.906Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29052026-06-02T23:47:23.921Z
29062026-06-02T23:47:23.921Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29072026-06-02T23:47:23.934Z
29082026-06-02T23:47:23.934Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29092026-06-02T23:47:23.947Z
29102026-06-02T23:47:23.947Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29112026-06-02T23:47:23.958Z
29122026-06-02T23:47:23.959Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29132026-06-02T23:47:24.278Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29142026-06-02T23:47:24.281Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29152026-06-02T23:47:24.284Zwaiting 3s for copy of files to zone to complete ...
29162026-06-02T23:47:27.281Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29172026-06-02T23:47:27.414Z
29182026-06-02T23:47:27.414Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29192026-06-02T23:47:27.522Z
29202026-06-02T23:47:27.522Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29212026-06-02T23:47:27.559Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29222026-06-02T23:47:27.591Z[t1.quartet] svcadm disable dendrite
29232026-06-02T23:47:27.616Z
29242026-06-02T23:47:27.616Z[t1.quartet] svcadm disable tfport
29252026-06-02T23:47:27.640Z
29262026-06-02T23:47:27.640Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29272026-06-02T23:47:27.667Z
29282026-06-02T23:47:27.667Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29292026-06-02T23:47:27.692Z
29302026-06-02T23:47:27.692Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29312026-06-02T23:47:27.716Z
29322026-06-02T23:47:27.717Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29332026-06-02T23:47:27.741Z
29342026-06-02T23:47:27.741Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29352026-06-02T23:47:27.766Z
29362026-06-02T23:47:27.766Z[t1.quartet] svcadm refresh dendrite:default
29372026-06-02T23:47:27.787Z
29382026-06-02T23:47:27.787Z[t1.quartet] svcadm enable dendrite:default
29392026-06-02T23:47:27.809Z
29402026-06-02T23:47:27.809Zwait 10s for dendrite to come up ...
29412026-06-02T23:47:37.810Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29422026-06-02T23:47:37.838Z
29432026-06-02T23:47:37.838Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29442026-06-02T23:47:37.862Z
29452026-06-02T23:47:37.862Z[t1.quartet] svcadm refresh tfport:default
29462026-06-02T23:47:37.883Z
29472026-06-02T23:47:37.883Z[t1.quartet] svcadm enable tfport
29482026-06-02T23:47:37.905Z
29492026-06-02T23:47:37.908Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5c46d806-8307-4d4c-bf64-bf6c8e28f4ee --sled-uuid 8c04e8ef-a9cc-45bf-a165-32ed3ee57600 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29502026-06-02T23:47:37.916Z
29512026-06-02T23:47:37.916Z[t1.quartet] ipadm
29522026-06-02T23:47:37.930ZADDROBJ TYPE STATE ADDR
29532026-06-02T23:47:37.930Zlo0/v4 static ok 127.0.0.1/8
29542026-06-02T23:47:37.930Zmgt1/v4 static ok 10.0.0.4/24
29552026-06-02T23:47:37.931Zlo0/v6 static ok ::1/128
29562026-06-02T23:47:37.931Zlo0/u6 static ok fd00:4::1/64
29572026-06-02T23:47:37.931Ztfportrear0_0/v6 addrconf ok fe80::9048:25ff:fe32:49f8%tfportrear0_0/10
29582026-06-02T23:47:37.931Ztfportrear1_0/v6 addrconf ok fe80::a8e1:fcff:fe98:2ed0%tfportrear1_0/10
29592026-06-02T23:47:37.931Ztfportrear2_0/v6 addrconf ok fe80::e432:d3ff:febb:8998%tfportrear2_0/10
29602026-06-02T23:47:40.057Zinitial peering test passed
29612026-06-02T23:47:41.058Z[s3.quartet] ping fd00:1::1
29622026-06-02T23:47:41.073Zfd00:1::1 is alive
29632026-06-02T23:47:51.082Ztest ddm::test_quartet has been running for over 60 seconds
29642026-06-02T23:47:52.076Z[s3.quartet] ping fd00:1::1
29652026-06-02T23:47:52.090Zfd00:1::1 is alive
29662026-06-02T23:47:52.093Z[t1.quartet] pkill ddmd
29672026-06-02T23:47:52.103Z
29682026-06-02T23:47:52.103Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29692026-06-02T23:47:52.106Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29702026-06-02T23:47:54.004Z[s3.quartet] pkill ddmd
29712026-06-02T23:47:54.017Z
29722026-06-02T23:47:54.017Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29732026-06-02T23:47:55.834Z[s2.quartet] pkill ddmd
29742026-06-02T23:47:55.848Z
29752026-06-02T23:47:55.848Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29762026-06-02T23:47:57.602Z[s1.quartet] pkill ddmd
29772026-06-02T23:47:57.616Z
29782026-06-02T23:47:57.616Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29792026-06-02T23:47:59.471Z[sidecar.quartet] pkill softnpu
29802026-06-02T23:47:59.483Z
29812026-06-02T23:47:59.483Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29822026-06-02T23:48:02.278Ztest ddm::test_quartet ... ok
29832026-06-02T23:48:02.278Z
29842026-06-02T23:48:02.278Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.20s
29852026-06-02T23:48:02.278Z
29862026-06-02T23:48:02.328Z+ cleanup
29872026-06-02T23:48:02.330Z++ id -un
29882026-06-02T23:48:02.333Z++ id -gn
29892026-06-02T23:48:02.336Z+ pfexec chown -R build:build .
29902026-06-02T23:48:02.456Zprocess exited: duration 676690 ms, exit code 0
 
29912026-06-02T23:48:02.466Zfound 6 output files
29922026-06-02T23:48:02.466Zuploading: /work/s1.quartet.log (3475 bytes)
29932026-06-02T23:48:03.475Zuploaded: /work/s1.quartet.log
29942026-06-02T23:48:03.475Zuploading: /work/s2.quartet.log (4133 bytes)
29952026-06-02T23:48:04.484Zuploaded: /work/s2.quartet.log
29962026-06-02T23:48:04.484Zuploading: /work/s3.quartet.log (4251 bytes)
29972026-06-02T23:48:05.494Zuploaded: /work/s3.quartet.log
29982026-06-02T23:48:05.496Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29992026-06-02T23:48:06.504Zuploaded: /work/sidecar.quartet-softnpu.log
30002026-06-02T23:48:06.505Zuploading: /work/t1.quartet-dpd.log (209698 bytes)
30012026-06-02T23:48:07.517Zuploaded: /work/t1.quartet-dpd.log
30022026-06-02T23:48:07.517Zuploading: /work/t1.quartet.log (17186 bytes)
30032026-06-02T23:48:08.526Zuploaded: /work/t1.quartet.log