01M0EFHMFMHT0MR8TC3D9TR69G: test-ddm-quartet

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

Buildomat Job: 01M0EFJEYZ37B7JB2KR0694C43

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:22:29.232Zjob assigned to worker 01M0EFJXTFV76ZJM1HQXGGYEJH [factory aws, i-088d708507bbc491b] (queued for 58 s)
 
22026-08-20T02:22:35.182Zstarting task 0: "setup"
32026-08-20T02:22:35.187Z++ uname -s
42026-08-20T02:22:35.191Z+ kern=SunOS
52026-08-20T02:22:35.191Z+ build_user=build
62026-08-20T02:22:35.191Z+ build_uid=12345
72026-08-20T02:22:35.191Z+ work_dir=/work
82026-08-20T02:22:35.191Z+ input_dir=/input
92026-08-20T02:22:35.191Z+ [[ 0 == 12345 ]]
102026-08-20T02:22:35.191Z+ case "$kern" in
112026-08-20T02:22:35.191Z+ groupadd -g 12345 build
122026-08-20T02:22:35.191Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:22:37.197Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:22:37.260Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:22:37.263Z+ home_fs=zfs
162026-08-20T02:22:37.264Z+ [[ zfs == autofs ]]
172026-08-20T02:22:37.264Z+ mkdir -p /home/build
182026-08-20T02:22:37.264Z+ chown build:build /home/build /work
192026-08-20T02:22:39.265Z+ chmod 0700 /home/build /work
202026-08-20T02:22:39.269Zprocess exited: duration 4086 ms, exit code 0
 
212026-08-20T02:22:39.277Zstarting task 1: "rust-toolchain"
222026-08-20T02:22:39.280Z * rust toolchain channel = "stable"
232026-08-20T02:22:39.280Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-08-20T02:22:39.281Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-20T02:22:39.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-20T02:22:39.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:22:39.281Z * rust toolchain profile = "default"
282026-08-20T02:22:39.284Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:22:39.284Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-20T02:22:39.387Zinfo: downloading installer
312026-08-20T02:22:41.070Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:22:41.071Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:22:41.071Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:22:41.071Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:22:41.083Zinfo: profile set to default
362026-08-20T02:22:41.083Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:22:41.087Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-20T02:22:41.221Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:22:41.225Zinfo: downloading 6 components
402026-08-20T02:22:56.603Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-20T02:22:56.603Z
422026-08-20T02:22:56.628Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:22:56.629Z
442026-08-20T02:22:56.629Z
452026-08-20T02:22:56.629ZRust is installed now. Great!
462026-08-20T02:22:56.629Z
472026-08-20T02:22:56.633ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:22:56.633Zenvironment variable. This has not been done automatically.
492026-08-20T02:22:56.633Z
502026-08-20T02:22:56.633ZTo configure your current shell, you need to source
512026-08-20T02:22:56.633Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:22:56.633Z
532026-08-20T02:22:56.633ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:22:56.633Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:22:56.633Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:22:56.633Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:22:56.633Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:22:56.633Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:22:56.633Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:22:56.633Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:22:56.633Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:22:56.722Z+ rustup --version
632026-08-20T02:22:56.730Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:22:56.735Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:22:56.752Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:22:56.756Z+ cargo --version
672026-08-20T02:22:56.769Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:22:56.772Z+ rustc --version
692026-08-20T02:22:56.790Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:22:56.794Zprocess exited: duration 17516 ms, exit code 0
 
712026-08-20T02:22:56.801Zstarting task 2: "authentication"
722026-08-20T02:22:56.819Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T02:22:56.826Zstarting task 3: "clone repository"
742026-08-20T02:22:56.830Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-20T02:22:56.834Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-20T02:22:56.862ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-20T02:22:58.520Z+ cd /work/oxidecomputer/maghemite
782026-08-20T02:22:58.527Z+ git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24
792026-08-20T02:22:58.799ZFrom https://github.com/oxidecomputer/maghemite
802026-08-20T02:22:58.799Z * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD
812026-08-20T02:22:58.808Z+ [[ -n trey/bfd-db ]]
822026-08-20T02:22:58.815Z++ git branch --show-current
832026-08-20T02:22:58.815Z+ current=main
842026-08-20T02:22:58.815Z+ [[ main != trey/bfd-db ]]
852026-08-20T02:22:58.815Z+ git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24
862026-08-20T02:22:58.815Z+ git checkout -f trey/bfd-db
872026-08-20T02:22:58.836ZSwitched to branch 'trey/bfd-db'
882026-08-20T02:22:58.839Z+ git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24
892026-08-20T02:22:58.847ZHEAD is now at ec98d0d test: cover BFD peer persistence
902026-08-20T02:22:58.856Zprocess exited: duration 2020 ms, exit code 0
 
912026-08-20T02:22:58.867Zstarting task 4: "build"
922026-08-20T02:22:58.877Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-20T02:22:59.030Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-20T02:22:59.036Zinfo: downloading 6 components
952026-08-20T02:23:14.089Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-20T02:23:14.123Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-20T02:23:14.126Z++ dladm
982026-08-20T02:23:14.126ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-20T02:23:14.126Zena0 phys 9216 up -- --
1002026-08-20T02:23:14.126Z++ ipadm
1012026-08-20T02:23:14.130ZADDROBJ TYPE STATE ADDR
1022026-08-20T02:23:14.130Zlo0/v4 static ok 127.0.0.1/8
1032026-08-20T02:23:14.130Zena0/dhcp dhcp ok 10.150.1.207/24
1042026-08-20T02:23:14.130Zlo0/v6 static ok ::1/128
1052026-08-20T02:23:14.130Z++ banner collect
1062026-08-20T02:23:14.130Z
1072026-08-20T02:23:14.131Z #### #### # # ###### #### #####
1082026-08-20T02:23:14.131Z # # # # # # # # # #
1092026-08-20T02:23:14.131Z # # # # # ##### # #
1102026-08-20T02:23:14.131Z # # # # # # # #
1112026-08-20T02:23:14.131Z # # # # # # # # # #
1122026-08-20T02:23:14.131Z #### #### ###### ###### ###### #### #
1132026-08-20T02:23:14.131Z
1142026-08-20T02:23:14.131Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1152026-08-20T02:23:14.131Z++ repo=softnpu
1162026-08-20T02:23:14.131Z++ series=image
1172026-08-20T02:23:14.131Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1182026-08-20T02:23:14.131Z++ name=softnpu
1192026-08-20T02:23:14.131Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-20T02:23:14.131Z++ mkdir -p download
1212026-08-20T02:23:14.135Z++ pushd download
1222026-08-20T02:23:14.135Z++ [[ ! -f softnpu ]]
1232026-08-20T02:23:14.135Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1242026-08-20T02:23:14.135Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1252026-08-20T02:23:14.139Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-20T02:23:14.139Z Dload Upload Total Spent Left Speed
1272026-08-20T02:23:14.546Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 38.34M 0 0 100 15.63M 100 15.63M 0 0 38.33M 0 0 100 15.63M 100 15.63M 0 0 38.33M 0 0
1282026-08-20T02:23:14.551Z++ popd
1292026-08-20T02:23:14.551Z/work/oxidecomputer/maghemite
1302026-08-20T02:23:14.551Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1312026-08-20T02:23:14.551Z++ repo=sidecar-lite
1322026-08-20T02:23:14.551Z++ series=release
1332026-08-20T02:23:14.551Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1342026-08-20T02:23:14.551Z++ name=libsidecar_lite.so
1352026-08-20T02:23:14.551Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-20T02:23:14.551Z++ mkdir -p download
1372026-08-20T02:23:14.551Z++ pushd download
1382026-08-20T02:23:14.552Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1392026-08-20T02:23:14.552Z++ [[ ! -f libsidecar_lite.so ]]
1402026-08-20T02:23:14.552Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1412026-08-20T02:23:14.555Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-20T02:23:14.556Z Dload Upload Total Spent Left Speed
1432026-08-20T02:23:14.857Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 40.16M 0 0 100 12.04M 100 12.04M 0 0 40.16M 0 0 100 12.04M 100 12.04M 0 0 40.15M 0 0
1442026-08-20T02:23:14.863Z++ popd
1452026-08-20T02:23:14.863Z/work/oxidecomputer/maghemite
1462026-08-20T02:23:14.863Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1472026-08-20T02:23:14.863Z++ repo=sidecar-lite
1482026-08-20T02:23:14.863Z++ series=release
1492026-08-20T02:23:14.863Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1502026-08-20T02:23:14.863Z++ name=scadm
1512026-08-20T02:23:14.863Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-20T02:23:14.863Z++ mkdir -p download
1532026-08-20T02:23:14.864Z++ pushd download
1542026-08-20T02:23:14.864Z++ [[ ! -f scadm ]]
1552026-08-20T02:23:14.864Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1562026-08-20T02:23:14.864Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1572026-08-20T02:23:14.868Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-20T02:23:14.868Z Dload Upload Total Spent Left Speed
1592026-08-20T02:23:15.377Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 30.84M 0 0 100 15.78M 100 15.78M 0 0 30.84M 0 0 100 15.78M 100 15.78M 0 0 30.83M 0 0
1602026-08-20T02:23:15.381Z++ popd
1612026-08-20T02:23:15.381Z/work/oxidecomputer/maghemite
1622026-08-20T02:23:15.382Z++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz
1632026-08-20T02:23:15.382Z++ repo=dendrite
1642026-08-20T02:23:15.382Z++ series=image
1652026-08-20T02:23:15.382Z++ commit=803f6899e3bc64780a965d625e248e1d77e37d43
1662026-08-20T02:23:15.382Z++ name=dendrite-softnpu.tar.gz
1672026-08-20T02:23:15.382Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-20T02:23:15.382Z++ mkdir -p download
1692026-08-20T02:23:15.382Z++ pushd download
1702026-08-20T02:23:15.382Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712026-08-20T02:23:15.382Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722026-08-20T02:23:15.382Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz
1732026-08-20T02:23:15.386Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-20T02:23:15.386Z Dload Upload Total Spent Left Speed
1752026-08-20T02:23:16.677Z 0 0 0 0 0 0 0 0 0 71 61.61M 71 43.98M 0 0 43.65M 0 00:01 00:01 43.66M 100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M 100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M 100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M
1762026-08-20T02:23:16.681Z++ popd
1772026-08-20T02:23:16.681Z/work/oxidecomputer/maghemite
1782026-08-20T02:23:16.681Z++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddm
1792026-08-20T02:23:16.681Z++ repo=maghemite
1802026-08-20T02:23:16.681Z++ series=release
1812026-08-20T02:23:16.681Z++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24
1822026-08-20T02:23:16.681Z++ name=ddm
1832026-08-20T02:23:16.682Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-20T02:23:16.682Z++ mkdir -p download
1852026-08-20T02:23:16.712Z++ pushd download
1862026-08-20T02:23:16.712Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1872026-08-20T02:23:16.712Z++ [[ ! -f ddm ]]
1882026-08-20T02:23:16.712Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddm
1892026-08-20T02:23:16.712Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-20T02:23:16.712Z Dload Upload Total Spent Left Speed
1912026-08-20T02:23:16.771Z 0 0 0 0 0 0 0 0 0
1922026-08-20T02:23:16.771Zcurl: (22) The requested URL returned error: 404
1932026-08-20T02:23:16.776Z++ popd
1942026-08-20T02:23:16.776Z/work/oxidecomputer/maghemite
1952026-08-20T02:23:16.776Z++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddmadm
1962026-08-20T02:23:16.776Z++ repo=maghemite
1972026-08-20T02:23:16.776Z++ series=release
1982026-08-20T02:23:16.776Z++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24
1992026-08-20T02:23:16.776Z++ name=ddmadm
2002026-08-20T02:23:16.776Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-20T02:23:16.777Z++ mkdir -p download
2022026-08-20T02:23:16.777Z++ pushd download
2032026-08-20T02:23:16.777Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-20T02:23:16.777Z++ [[ ! -f ddmadm ]]
2052026-08-20T02:23:16.777Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddmadm
2062026-08-20T02:23:16.785Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-20T02:23:16.785Z Dload Upload Total Spent Left Speed
2082026-08-20T02:23:16.842Z 0 0 0 0 0 0 0 0 0
2092026-08-20T02:23:16.842Zcurl: (22) The requested URL returned error: 404
2102026-08-20T02:23:16.846Z++ popd
2112026-08-20T02:23:16.846Z/work/oxidecomputer/maghemite
2122026-08-20T02:23:16.847Z++ pushd download
2132026-08-20T02:23:16.847Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-20T02:23:16.847Z++ chmod +x softnpu
2152026-08-20T02:23:16.847Z++ chmod +x scadm
2162026-08-20T02:23:16.847Z++ chmod +x ddmadm
2172026-08-20T02:23:16.847Zchmod: WARNING: can't access ddmadm
2182026-08-20T02:23:16.847Z++ chmod +x ddmd
2192026-08-20T02:23:16.847Zchmod: WARNING: can't access ddmd
2202026-08-20T02:23:16.847Z++ mv ddmadm ddmadm-v2
2212026-08-20T02:23:16.847Zmv: cannot access ddmadm
2222026-08-20T02:23:16.847Z++ mv ddmd ddmd-v2
2232026-08-20T02:23:16.852Zmv: cannot access ddmd
2242026-08-20T02:23:16.852Z++ rm -rf zones/dendrite
2252026-08-20T02:23:16.853Z++ mkdir -p zones/dendrite
2262026-08-20T02:23:16.853Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-20T02:23:17.462Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2282026-08-20T02:23:17.466Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-20T02:23:17.466Z++ popd
2302026-08-20T02:23:17.466Z++ banner install
2312026-08-20T02:23:17.466Z/work/oxidecomputer/maghemite
2322026-08-20T02:23:17.466Z
2332026-08-20T02:23:17.466Z # # # #### ##### ## # #
2342026-08-20T02:23:17.466Z # ## # # # # # # #
2352026-08-20T02:23:17.466Z # # # # #### # # # # #
2362026-08-20T02:23:17.466Z # # # # # # ###### # #
2372026-08-20T02:23:17.466Z # # ## # # # # # # #
2382026-08-20T02:23:17.466Z # # # #### # # # ###### ######
2392026-08-20T02:23:17.466Z
2402026-08-20T02:23:17.466Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-20T02:23:17.466Z++ pfexec pkg install clang-15
2422026-08-20T02:23:19.799Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-20T02:23:20.136Z Startup: Caching catalogs ... Done
2442026-08-20T02:23:22.009ZPlanning: Solver setup ... Done
2452026-08-20T02:23:22.064ZPlanning: Running solver ... Done
2462026-08-20T02:23:22.124ZPlanning: Consolidating action changes ... Done
2472026-08-20T02:23:22.124ZPlanning: Evaluating mediators ... Done
2482026-08-20T02:23:22.128ZPlanning: Planning completed in 1.93 seconds
2492026-08-20T02:23:22.128ZNo updates necessary for this image.
2502026-08-20T02:23:22.328Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-20T02:23:22.328Z++ pfexec pkg install pkg-config
2522026-08-20T02:23:22.608Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-20T02:23:24.466ZPlanning: Solver setup ... Done
2542026-08-20T02:23:24.533ZPlanning: Running solver ... Done
2552026-08-20T02:23:24.564ZPlanning: Consolidating action changes ... Done
2562026-08-20T02:23:24.565ZPlanning: Evaluating mediators ... Done
2572026-08-20T02:23:24.605ZPlanning: Planning completed in 1.95 seconds
2582026-08-20T02:23:24.605ZNo updates necessary for this image.
2592026-08-20T02:23:24.727Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-20T02:23:24.727Z++ pfexec pkg install brand/omicron1
2612026-08-20T02:23:24.962Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-20T02:23:26.776ZPlanning: Solver setup ... Done
2632026-08-20T02:23:26.831ZPlanning: Running solver ... Done
2642026-08-20T02:23:26.861ZPlanning: Finding local manifests ... Done
2652026-08-20T02:23:26.884ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-20T02:23:26.945ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-20T02:23:26.981ZPlanning: Package planning ... Done
2682026-08-20T02:23:26.981ZPlanning: Merging actions ... Done
2692026-08-20T02:23:27.078ZPlanning: Checking for conflicting actions ... Done
2702026-08-20T02:23:27.136ZPlanning: Consolidating action changes ... Done
2712026-08-20T02:23:31.189ZPlanning: Evaluating mediators ... Done
2722026-08-20T02:23:31.273ZPlanning: Planning completed in 2.89 seconds
2732026-08-20T02:23:31.273Z Packages to install: 2
2742026-08-20T02:23:31.273Z Create boot environment: No
2752026-08-20T02:23:31.273ZCreate backup boot environment: No
2762026-08-20T02:23:31.274Z
2772026-08-20T02:23:31.274ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-20T02:23:31.274ZDownload: Completed 1.01 MB in 0.02 seconds (55.9M/s)
2792026-08-20T02:23:31.274Z Actions: 1/28 actions (Installing new actions)
2802026-08-20T02:23:31.274Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-20T02:23:31.274ZFinalize: Updating package state database ... Done
2822026-08-20T02:23:31.274ZFinalize: Updating package cache ... Done
2832026-08-20T02:23:31.274ZFinalize: Updating image state ... Done
2842026-08-20T02:23:31.322ZFinalize: Creating fast lookup database ... Done
2852026-08-20T02:23:31.322ZFinalize: Reading search index ... Done
2862026-08-20T02:23:31.322ZFinalize: Updating search index ... Done
2872026-08-20T02:23:31.322ZFinalize: Updating package cache ... Done
2882026-08-20T02:23:31.322Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-20T02:23:31.322Z++ pfexec pkg install brand/omicron1/tools
2902026-08-20T02:23:31.322Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-20T02:23:32.903ZPlanning: Solver setup ... Done
2922026-08-20T02:23:32.955ZPlanning: Running solver ... Done
2932026-08-20T02:23:32.995ZPlanning: Finding local manifests ... Done
2942026-08-20T02:23:32.998ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-20T02:23:33.011ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-20T02:23:33.025ZPlanning: Package planning ... Done
2972026-08-20T02:23:33.028ZPlanning: Merging actions ... Done
2982026-08-20T02:23:33.157ZPlanning: Checking for conflicting actions ... Done
2992026-08-20T02:23:33.160ZPlanning: Consolidating action changes ... Done
3002026-08-20T02:23:33.317ZPlanning: Evaluating mediators ... Done
3012026-08-20T02:23:33.319ZPlanning: Planning completed in 2.28 seconds
3022026-08-20T02:23:33.327Z Packages to install: 1
3032026-08-20T02:23:33.327Z Services to change: 1
3042026-08-20T02:23:33.327Z Create boot environment: No
3052026-08-20T02:23:33.327ZCreate backup boot environment: No
3062026-08-20T02:23:33.343Z
3072026-08-20T02:23:33.343ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-20T02:23:33.366ZDownload: Completed 1.13 MB in 0.02 seconds (48.7M/s)
3092026-08-20T02:23:33.416Z Actions: 1/19 actions (Installing new actions)
3102026-08-20T02:23:33.431Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-20T02:23:33.459ZFinalize: Updating package state database ... Done
3122026-08-20T02:23:33.460ZFinalize: Updating package cache ... Done
3132026-08-20T02:23:33.541ZFinalize: Updating image state ... Done
3142026-08-20T02:23:35.562ZFinalize: Creating fast lookup database ... Done
3152026-08-20T02:23:35.631ZFinalize: Reading search index ... Done
3162026-08-20T02:23:35.637ZFinalize: Updating search index ... Done
3172026-08-20T02:23:35.743ZFinalize: Updating package cache ... Done
3182026-08-20T02:23:35.808Z++ pfexec svcadm enable baseline
3192026-08-20T02:23:35.823Z++ retry=0
3202026-08-20T02:23:35.828Z+++ svcs -Hostate baseline
3212026-08-20T02:23:35.840Z++ [[ offline* != online ]]
3222026-08-20T02:23:35.840Z++ [[ 0 -gt 300 ]]
3232026-08-20T02:23:35.844Z++ sleep 1
3242026-08-20T02:23:36.844Z++ retry=1
3252026-08-20T02:23:36.861Z+++ svcs -Hostate baseline
3262026-08-20T02:23:36.882Z++ [[ offline* != online ]]
3272026-08-20T02:23:36.882Z++ [[ 1 -gt 300 ]]
3282026-08-20T02:23:36.882Z++ sleep 1
3292026-08-20T02:23:37.859Z++ retry=2
3302026-08-20T02:23:37.863Z+++ svcs -Hostate baseline
3312026-08-20T02:23:37.874Z++ [[ offline* != online ]]
3322026-08-20T02:23:37.874Z++ [[ 2 -gt 300 ]]
3332026-08-20T02:23:37.874Z++ sleep 1
3342026-08-20T02:23:38.878Z++ retry=3
3352026-08-20T02:23:38.881Z+++ svcs -Hostate baseline
3362026-08-20T02:23:38.891Z++ [[ offline* != online ]]
3372026-08-20T02:23:38.891Z++ [[ 3 -gt 300 ]]
3382026-08-20T02:23:38.891Z++ sleep 1
3392026-08-20T02:23:39.894Z++ retry=4
3402026-08-20T02:23:39.898Z+++ svcs -Hostate baseline
3412026-08-20T02:23:39.909Z++ [[ offline* != online ]]
3422026-08-20T02:23:39.912Z++ [[ 4 -gt 300 ]]
3432026-08-20T02:23:39.912Z++ sleep 1
3442026-08-20T02:23:40.910Z++ retry=5
3452026-08-20T02:23:40.915Z+++ svcs -Hostate baseline
3462026-08-20T02:23:40.926Z++ [[ offline* != online ]]
3472026-08-20T02:23:40.926Z++ [[ 5 -gt 300 ]]
3482026-08-20T02:23:40.926Z++ sleep 1
3492026-08-20T02:23:41.928Z++ retry=6
3502026-08-20T02:23:41.932Z+++ svcs -Hostate baseline
3512026-08-20T02:23:41.944Z++ [[ offline* != online ]]
3522026-08-20T02:23:41.944Z++ [[ 6 -gt 300 ]]
3532026-08-20T02:23:41.944Z++ sleep 1
3542026-08-20T02:23:42.946Z++ retry=7
3552026-08-20T02:23:42.956Z+++ svcs -Hostate baseline
3562026-08-20T02:23:42.963Z++ [[ offline* != online ]]
3572026-08-20T02:23:42.963Z++ [[ 7 -gt 300 ]]
3582026-08-20T02:23:42.963Z++ sleep 1
3592026-08-20T02:23:43.964Z++ retry=8
3602026-08-20T02:23:43.968Z+++ svcs -Hostate baseline
3612026-08-20T02:23:43.983Z++ [[ offline* != online ]]
3622026-08-20T02:23:43.983Z++ [[ 8 -gt 300 ]]
3632026-08-20T02:23:43.983Z++ sleep 1
3642026-08-20T02:23:44.983Z++ retry=9
3652026-08-20T02:23:44.987Z+++ svcs -Hostate baseline
3662026-08-20T02:23:45.000Z++ [[ offline* != online ]]
3672026-08-20T02:23:45.000Z++ [[ 9 -gt 300 ]]
3682026-08-20T02:23:45.000Z++ sleep 1
3692026-08-20T02:23:46.002Z++ retry=10
3702026-08-20T02:23:46.013Z+++ svcs -Hostate baseline
3712026-08-20T02:23:46.018Z++ [[ offline* != online ]]
3722026-08-20T02:23:46.018Z++ [[ 10 -gt 300 ]]
3732026-08-20T02:23:46.018Z++ sleep 1
3742026-08-20T02:23:47.022Z++ retry=11
3752026-08-20T02:23:47.026Z+++ svcs -Hostate baseline
3762026-08-20T02:23:47.036Z++ [[ offline* != online ]]
3772026-08-20T02:23:47.036Z++ [[ 11 -gt 300 ]]
3782026-08-20T02:23:47.036Z++ sleep 1
3792026-08-20T02:23:48.038Z++ retry=12
3802026-08-20T02:23:48.041Z+++ svcs -Hostate baseline
3812026-08-20T02:23:48.055Z++ [[ offline* != online ]]
3822026-08-20T02:23:48.055Z++ [[ 12 -gt 300 ]]
3832026-08-20T02:23:48.055Z++ sleep 1
3842026-08-20T02:23:49.056Z++ retry=13
3852026-08-20T02:23:49.060Z+++ svcs -Hostate baseline
3862026-08-20T02:23:49.072Z++ [[ offline* != online ]]
3872026-08-20T02:23:49.072Z++ [[ 13 -gt 300 ]]
3882026-08-20T02:23:49.076Z++ sleep 1
3892026-08-20T02:23:50.076Z++ retry=14
3902026-08-20T02:23:50.081Z+++ svcs -Hostate baseline
3912026-08-20T02:23:50.090Z++ [[ offline* != online ]]
3922026-08-20T02:23:50.090Z++ [[ 14 -gt 300 ]]
3932026-08-20T02:23:50.090Z++ sleep 1
3942026-08-20T02:23:51.097Z++ retry=15
3952026-08-20T02:23:51.101Z+++ svcs -Hostate baseline
3962026-08-20T02:23:51.108Z++ [[ offline* != online ]]
3972026-08-20T02:23:51.108Z++ [[ 15 -gt 300 ]]
3982026-08-20T02:23:51.108Z++ sleep 1
3992026-08-20T02:23:52.110Z++ retry=16
4002026-08-20T02:23:52.118Z+++ svcs -Hostate baseline
4012026-08-20T02:23:52.125Z++ [[ offline* != online ]]
4022026-08-20T02:23:52.126Z++ [[ 16 -gt 300 ]]
4032026-08-20T02:23:52.126Z++ sleep 1
4042026-08-20T02:23:53.128Z++ retry=17
4052026-08-20T02:23:53.133Z+++ svcs -Hostate baseline
4062026-08-20T02:23:53.143Z++ [[ offline* != online ]]
4072026-08-20T02:23:53.143Z++ [[ 17 -gt 300 ]]
4082026-08-20T02:23:53.143Z++ sleep 1
4092026-08-20T02:23:54.146Z++ retry=18
4102026-08-20T02:23:54.151Z+++ svcs -Hostate baseline
4112026-08-20T02:23:54.161Z++ [[ offline* != online ]]
4122026-08-20T02:23:54.161Z++ [[ 18 -gt 300 ]]
4132026-08-20T02:23:54.161Z++ sleep 1
4142026-08-20T02:23:55.163Z++ retry=19
4152026-08-20T02:23:55.167Z+++ svcs -Hostate baseline
4162026-08-20T02:23:55.178Z++ [[ online != online ]]
4172026-08-20T02:23:55.178Z++ set -o errexit
4182026-08-20T02:23:55.181Z++ set -o pipefail
4192026-08-20T02:23:55.182Z++ banner build
4202026-08-20T02:23:55.182Z
4212026-08-20T02:23:55.182Z ##### # # # # #####
4222026-08-20T02:23:55.182Z # # # # # # # #
4232026-08-20T02:23:55.182Z ##### # # # # # #
4242026-08-20T02:23:55.182Z # # # # # # # #
4252026-08-20T02:23:55.182Z # # # # # # # #
4262026-08-20T02:23:55.182Z ##### #### # ###### #####
4272026-08-20T02:23:55.182Z
4282026-08-20T02:23:55.182Z++ cargo build --release --bin ddmd --bin ddmadm
4292026-08-20T02:23:55.274Z Updating git repository `https://github.com/oxidecomputer/falcon`
4302026-08-20T02:23:56.262ZFrom https://github.com/oxidecomputer/falcon
4312026-08-20T02:23:56.262Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4322026-08-20T02:23:56.339Z Updating crates.io index
4332026-08-20T02:23:56.345Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4342026-08-20T02:23:56.887ZFrom https://github.com/oxidecomputer/dendrite
4352026-08-20T02:23:56.888Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
4362026-08-20T02:23:56.922Z Updating git repository `https://github.com/oxidecomputer/ispf`
4372026-08-20T02:23:57.250ZFrom https://github.com/oxidecomputer/ispf
4382026-08-20T02:23:57.251Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4392026-08-20T02:23:57.256Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4402026-08-20T02:23:57.646ZFrom https://github.com/oxidecomputer/netadm-sys
4412026-08-20T02:23:57.646Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4422026-08-20T02:23:57.652Z Updating git repository `https://github.com/oxidecomputer/omicron`
4432026-08-20T02:24:03.537ZFrom https://github.com/oxidecomputer/omicron
4442026-08-20T02:24:03.538Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4452026-08-20T02:24:03.955Z Updating git repository `https://github.com/oxidecomputer/opte`
4462026-08-20T02:24:04.743ZFrom https://github.com/oxidecomputer/opte
4472026-08-20T02:24:04.743Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4482026-08-20T02:24:04.773Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4492026-08-20T02:24:05.115ZFrom https://github.com/oxidecomputer/slog-error-chain
4502026-08-20T02:24:05.115Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4512026-08-20T02:24:05.124Z Updating git repository `https://github.com/illumos/smf-rs`
4522026-08-20T02:24:05.432ZFrom https://github.com/illumos/smf-rs
4532026-08-20T02:24:05.432Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4542026-08-20T02:24:05.439Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4552026-08-20T02:24:05.748ZFrom https://github.com/oxidecomputer/network-interface
4562026-08-20T02:24:05.748Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4572026-08-20T02:24:05.754Z Updating git repository `https://github.com/oxidecomputer/zone`
4582026-08-20T02:24:06.077ZFrom https://github.com/oxidecomputer/zone
4592026-08-20T02:24:06.077Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4602026-08-20T02:24:06.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
4612026-08-20T02:24:06.753ZFrom https://github.com/oxidecomputer/propolis
4622026-08-20T02:24:06.753Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4632026-08-20T02:24:06.796Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4642026-08-20T02:24:07.354ZFrom https://github.com/oxidecomputer/transceiver-control
4652026-08-20T02:24:07.354Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
4662026-08-20T02:24:07.363Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4672026-08-20T02:24:07.669ZFrom https://github.com/oxidecomputer/dlpi-sys
4682026-08-20T02:24:07.669Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4692026-08-20T02:24:07.675Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4702026-08-20T02:24:08.019ZFrom https://github.com/jmesmon/rust-libzfs
4712026-08-20T02:24:08.019Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4722026-08-20T02:24:08.023Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4732026-08-20T02:24:08.313ZFrom https://github.com/oxidecomputer/rusty-doors
4742026-08-20T02:24:08.314Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4752026-08-20T02:24:08.321Z Updating git repository `https://github.com/oxidecomputer/lldp`
4762026-08-20T02:24:08.702ZFrom https://github.com/oxidecomputer/lldp
4772026-08-20T02:24:08.703Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4782026-08-20T02:24:08.717Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4792026-08-20T02:24:09.061ZFrom https://github.com/oxidecomputer/tufaceous
4802026-08-20T02:24:09.061Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4812026-08-20T02:24:09.071Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4822026-08-20T02:24:09.584ZFrom https://github.com/oxidecomputer/management-gateway-service
4832026-08-20T02:24:09.584Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4842026-08-20T02:24:09.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
4852026-08-20T02:24:10.861ZFrom https://github.com/oxidecomputer/crucible
4862026-08-20T02:24:10.861Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4872026-08-20T02:24:10.913Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4882026-08-20T02:24:11.178ZFrom https://github.com/oxidecomputer/serde_human_bytes
4892026-08-20T02:24:11.178Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4902026-08-20T02:24:11.187Z Updating git repository `https://github.com/oxidecomputer/propolis`
4912026-08-20T02:24:11.624ZFrom https://github.com/oxidecomputer/propolis
4922026-08-20T02:24:11.624Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
4932026-08-20T02:24:11.668Z Updating git repository `https://github.com/oxidecomputer/crucible`
4942026-08-20T02:24:12.549ZFrom https://github.com/oxidecomputer/crucible
4952026-08-20T02:24:12.549Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
4962026-08-20T02:24:12.608Z Updating git repository `https://github.com/oxidecomputer/tofino`
4972026-08-20T02:24:12.982ZFrom https://github.com/oxidecomputer/tofino
4982026-08-20T02:24:12.982Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
4992026-08-20T02:24:12.991Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5002026-08-20T02:24:13.736ZFrom https://github.com/oxidecomputer/maghemite
5012026-08-20T02:24:13.736Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5022026-08-20T02:24:13.769Z Updating git repository `https://github.com/oxidecomputer/clickward`
5032026-08-20T02:24:14.100ZFrom https://github.com/oxidecomputer/clickward
5042026-08-20T02:24:14.100Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5052026-08-20T02:24:14.106Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5062026-08-20T02:24:14.676ZFrom https://github.com/oxidecomputer/illumos-devinfo
5072026-08-20T02:24:14.676Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5082026-08-20T02:24:17.057Z Downloading crates ...
5092026-08-20T02:24:17.103Z Downloaded adler2 v2.0.1
5102026-08-20T02:24:17.107Z Downloaded autocfg v1.5.1
5112026-08-20T02:24:17.110Z Downloaded argon2 v0.5.3
5122026-08-20T02:24:17.113Z Downloaded bit-set v0.8.0
5132026-08-20T02:24:17.116Z Downloaded async-trait v0.1.92
5142026-08-20T02:24:17.119Z Downloaded cfg_aliases v0.2.2
5152026-08-20T02:24:17.120Z Downloaded async-stream v0.3.6
5162026-08-20T02:24:17.120Z Downloaded base16ct v0.2.0
5172026-08-20T02:24:17.120Z Downloaded anstream v1.0.0
5182026-08-20T02:24:17.123Z Downloaded backoff v0.4.0
5192026-08-20T02:24:17.127Z Downloaded atomicwrites v0.4.4
5202026-08-20T02:24:17.127Z Downloaded ahash v0.8.12
5212026-08-20T02:24:17.127Z Downloaded bitflags v1.3.2
5222026-08-20T02:24:17.130Z Downloaded bcs v0.1.6
5232026-08-20T02:24:17.130Z Downloaded block-buffer v0.10.4
5242026-08-20T02:24:17.130Z Downloaded aead v0.5.2
5252026-08-20T02:24:17.130Z Downloaded atomic-waker v1.1.2
5262026-08-20T02:24:17.135Z Downloaded base64ct v1.8.3
5272026-08-20T02:24:17.135Z Downloaded async-recursion v1.1.1
5282026-08-20T02:24:17.138Z Downloaded async-stream-impl v0.3.6
5292026-08-20T02:24:17.138Z Downloaded base16ct v1.0.0
5302026-08-20T02:24:17.138Z Downloaded lazy_static v1.5.0
5312026-08-20T02:24:17.141Z Downloaded bs58 v0.5.1
5322026-08-20T02:24:17.146Z Downloaded ingot-macros v0.2.0
5332026-08-20T02:24:17.151Z Downloaded darling v0.23.0
5342026-08-20T02:24:17.151Z Downloaded num_threads v0.1.7
5352026-08-20T02:24:17.151Z Downloaded mime v0.3.17
5362026-08-20T02:24:17.155Z Downloaded ident_case v1.0.1
5372026-08-20T02:24:17.155Z Downloaded idna_adapter v1.2.2
5382026-08-20T02:24:17.162Z Downloaded indent_write v2.2.0
5392026-08-20T02:24:17.165Z Downloaded anstyle v1.0.14
5402026-08-20T02:24:17.169Z Downloaded libsw v3.5.0
5412026-08-20T02:24:17.169Z Downloaded byteorder v1.5.0
5422026-08-20T02:24:17.169Z Downloaded anstyle-query v1.1.5
5432026-08-20T02:24:17.172Z Downloaded chacha20 v0.9.1
5442026-08-20T02:24:17.172Z Downloaded jiff-static v0.2.35
5452026-08-20T02:24:17.176Z Downloaded const-random v0.1.18
5462026-08-20T02:24:17.176Z Downloaded cpufeatures v0.3.0
5472026-08-20T02:24:17.176Z Downloaded inout v0.1.4
5482026-08-20T02:24:17.179Z Downloaded instant v0.1.13
5492026-08-20T02:24:17.179Z Downloaded is-terminal v0.4.17
5502026-08-20T02:24:17.179Z Downloaded bit-vec v0.8.0
5512026-08-20T02:24:17.183Z Downloaded memmap v0.7.0
5522026-08-20T02:24:17.183Z Downloaded anstyle-parse v1.0.0
5532026-08-20T02:24:17.187Z Downloaded lru-slab v0.1.2
5542026-08-20T02:24:17.187Z Downloaded hyper-rustls v0.27.9
5552026-08-20T02:24:17.187Z Downloaded multer v3.1.0
5562026-08-20T02:24:17.187Z Downloaded num-rational v0.4.2
5572026-08-20T02:24:17.187Z Downloaded base64 v0.22.1
5582026-08-20T02:24:17.190Z Downloaded ciborium-io v0.2.2
5592026-08-20T02:24:17.191Z Downloaded ingot-types v0.2.0
5602026-08-20T02:24:17.196Z Downloaded block-buffer v0.12.1
5612026-08-20T02:24:17.196Z Downloaded colorchoice v1.0.5
5622026-08-20T02:24:17.196Z Downloaded compression-core v0.4.32
5632026-08-20T02:24:17.196Z Downloaded cpufeatures v0.2.17
5642026-08-20T02:24:17.196Z Downloaded iana-time-zone v0.1.65
5652026-08-20T02:24:17.200Z Downloaded icu_provider v2.2.0
5662026-08-20T02:24:17.200Z Downloaded ciborium-ll v0.2.2
5672026-08-20T02:24:17.200Z Downloaded crc8 v0.1.1
5682026-08-20T02:24:17.200Z Downloaded icu_properties v2.2.0
5692026-08-20T02:24:17.200Z Downloaded omicron-workspace-hack v0.1.0
5702026-08-20T02:24:17.200Z Downloaded convert_case v0.4.0
5712026-08-20T02:24:17.204Z Downloaded crypto-common v0.1.7
5722026-08-20T02:24:17.204Z Downloaded cobs v0.3.0
5732026-08-20T02:24:17.204Z Downloaded curve25519-dalek-derive v0.1.1
5742026-08-20T02:24:17.204Z Downloaded macaddr v1.0.1
5752026-08-20T02:24:17.204Z Downloaded const-random-macro v0.1.16
5762026-08-20T02:24:17.204Z Downloaded same-file v1.0.6
5772026-08-20T02:24:17.208Z Downloaded httpdate v1.0.3
5782026-08-20T02:24:17.208Z Downloaded linked-hash-map v0.5.6
5792026-08-20T02:24:17.208Z Downloaded newtype-uuid-macros v0.1.1
5802026-08-20T02:24:17.211Z Downloaded camino-tempfile v1.4.1
5812026-08-20T02:24:17.211Z Downloaded ingot v0.2.1
5822026-08-20T02:24:17.211Z Downloaded newtype_derive v0.1.6
5832026-08-20T02:24:17.211Z Downloaded blake2 v0.10.6
5842026-08-20T02:24:17.215Z Downloaded ingot v0.1.1
5852026-08-20T02:24:17.219Z Downloaded cfg-if v1.0.4
5862026-08-20T02:24:17.220Z Downloaded daft-derive v0.1.8
5872026-08-20T02:24:17.223Z Downloaded lru-cache v0.1.2
5882026-08-20T02:24:17.223Z Downloaded olpc-cjson v0.1.4
5892026-08-20T02:24:17.223Z Downloaded match_cfg v0.1.0
5902026-08-20T02:24:17.226Z Downloaded clap_lex v1.1.0
5912026-08-20T02:24:17.226Z Downloaded crucible-workspace-hack v0.1.0
5922026-08-20T02:24:17.226Z Downloaded libsw-core v0.3.2
5932026-08-20T02:24:17.230Z Downloaded lock_api v0.4.14
5942026-08-20T02:24:17.230Z Downloaded crunchy v0.2.4
5952026-08-20T02:24:17.233Z Downloaded ingot-types v0.1.2
5962026-08-20T02:24:17.237Z Downloaded natord v1.0.9
5972026-08-20T02:24:17.237Z Downloaded newline-converter v0.3.0
5982026-08-20T02:24:17.237Z Downloaded num-conv v0.2.2
5992026-08-20T02:24:17.237Z Downloaded keccak v0.1.6
6002026-08-20T02:24:17.237Z Downloaded konst_macro_rules v0.2.19
6012026-08-20T02:24:17.237Z Downloaded cstr-argument v0.1.2
6022026-08-20T02:24:17.245Z Downloaded memoffset v0.9.1
6032026-08-20T02:24:17.245Z Downloaded is_terminal_polyfill v1.70.2
6042026-08-20T02:24:17.245Z Downloaded managed v0.8.0
6052026-08-20T02:24:17.248Z Downloaded internet-checksum v0.2.1
6062026-08-20T02:24:17.248Z Downloaded linear-map v1.2.0
6072026-08-20T02:24:17.248Z Downloaded opaque-debug v0.3.1
6082026-08-20T02:24:17.248Z Downloaded crypto-common v0.2.2
6092026-08-20T02:24:17.248Z Downloaded scroll_derive v0.12.1
6102026-08-20T02:24:17.248Z Downloaded anyhow v1.0.104
6112026-08-20T02:24:17.248Z Downloaded bitflags v2.13.1
6122026-08-20T02:24:17.251Z Downloaded crossbeam-utils v0.8.22
6132026-08-20T02:24:17.251Z Downloaded backon v1.6.0
6142026-08-20T02:24:17.251Z Downloaded byte-wrapper v0.1.0
6152026-08-20T02:24:17.254Z Downloaded cargo_toml v0.22.3
6162026-08-20T02:24:17.254Z Downloaded num v0.4.3
6172026-08-20T02:24:17.254Z Downloaded allocator-api2 v0.2.21
6182026-08-20T02:24:17.259Z Downloaded serde_plain v1.0.2
6192026-08-20T02:24:17.259Z Downloaded serde_spanned v1.1.1
6202026-08-20T02:24:17.259Z Downloaded no-std-compat v0.4.1
6212026-08-20T02:24:17.259Z Downloaded num-derive v0.4.2
6222026-08-20T02:24:17.259Z Downloaded strsim v0.11.1
6232026-08-20T02:24:17.259Z Downloaded strum v0.27.2
6242026-08-20T02:24:17.262Z Downloaded num_enum_derive v0.5.11
6252026-08-20T02:24:17.262Z Downloaded slog-bunyan v2.5.0
6262026-08-20T02:24:17.262Z Downloaded jobserver v0.1.35
6272026-08-20T02:24:17.262Z Downloaded is_ci v1.2.0
6282026-08-20T02:24:17.262Z Downloaded itoa v1.0.18
6292026-08-20T02:24:17.265Z Downloaded strum v0.26.3
6302026-08-20T02:24:17.265Z Downloaded num-iter v0.1.46
6312026-08-20T02:24:17.265Z Downloaded cmake v0.1.58
6322026-08-20T02:24:17.268Z Downloaded take_mut v0.2.2
6332026-08-20T02:24:17.268Z Downloaded bytecount v0.6.9
6342026-08-20T02:24:17.274Z Downloaded const_format_proc_macros v0.2.34
6352026-08-20T02:24:17.275Z Downloaded terminal_size v0.4.4
6362026-08-20T02:24:17.278Z Downloaded thread-id v5.1.0
6372026-08-20T02:24:17.278Z Downloaded ingot-macros v0.1.1
6382026-08-20T02:24:17.278Z Downloaded ipnetwork v0.21.1
6392026-08-20T02:24:17.278Z Downloaded try-lock v0.2.5
6402026-08-20T02:24:17.278Z Downloaded unit-prefix v0.5.2
6412026-08-20T02:24:17.278Z Downloaded usdt-attr-macro v0.5.0
6422026-08-20T02:24:17.282Z Downloaded libscf-sys v1.2.0
6432026-08-20T02:24:17.283Z Downloaded num_enum v0.5.11
6442026-08-20T02:24:17.286Z Downloaded ipnet v2.12.1
6452026-08-20T02:24:17.286Z Downloaded cancel-safe-futures v0.1.5
6462026-08-20T02:24:17.289Z Downloaded compression-codecs v0.4.38
6472026-08-20T02:24:17.289Z Downloaded camino v1.2.5
6482026-08-20T02:24:17.298Z Downloaded num_enum v0.7.6
6492026-08-20T02:24:17.301Z Downloaded tinyvec_macros v0.1.1
6502026-08-20T02:24:17.301Z Downloaded schemars_derive v0.8.22
6512026-08-20T02:24:17.301Z Downloaded tower-service v0.3.3
6522026-08-20T02:24:17.301Z Downloaded untrusted v0.9.0
6532026-08-20T02:24:17.301Z Downloaded cipher v0.4.4
6542026-08-20T02:24:17.301Z Downloaded critical-section v1.2.0
6552026-08-20T02:24:17.304Z Downloaded signal-hook-registry v1.4.8
6562026-08-20T02:24:17.304Z Downloaded utf8parse v0.2.2
6572026-08-20T02:24:17.309Z Downloaded zeroize_derive v1.5.0
6582026-08-20T02:24:17.309Z Downloaded dof v0.3.0
6592026-08-20T02:24:17.309Z Downloaded slog-dtrace v0.3.0
6602026-08-20T02:24:17.309Z Downloaded csv-core v0.1.13
6612026-08-20T02:24:17.313Z Downloaded sha2 v0.10.9
6622026-08-20T02:24:17.313Z Downloaded fixedbitset v0.4.2
6632026-08-20T02:24:17.313Z Downloaded foreign-types-shared v0.3.1
6642026-08-20T02:24:17.317Z Downloaded smartstring v1.0.1
6652026-08-20T02:24:17.322Z Downloaded defmt-parser v1.0.0
6662026-08-20T02:24:17.329Z Downloaded enum-as-inner v0.6.1
6672026-08-20T02:24:17.329Z Downloaded num-complex v0.4.6
6682026-08-20T02:24:17.329Z Downloaded futures-io v0.3.34
6692026-08-20T02:24:17.332Z Downloaded foreign-types v0.3.2
6702026-08-20T02:24:17.332Z Downloaded fxhash v0.2.1
6712026-08-20T02:24:17.332Z Downloaded dtrace-parser v0.2.0
6722026-08-20T02:24:17.332Z Downloaded slab v0.4.12
6732026-08-20T02:24:17.332Z Downloaded console v0.16.4
6742026-08-20T02:24:17.333Z Downloaded crossbeam-epoch v0.9.20
6752026-08-20T02:24:17.333Z Downloaded clap_derive v4.6.4
6762026-08-20T02:24:17.336Z Downloaded colored v3.1.1
6772026-08-20T02:24:17.336Z Downloaded console v0.15.11
6782026-08-20T02:24:17.336Z Downloaded thiserror-impl v2.0.20
6792026-08-20T02:24:17.340Z Downloaded hybrid-array v0.4.14
6802026-08-20T02:24:17.343Z Downloaded newtype-uuid v1.4.0
6812026-08-20T02:24:17.343Z Downloaded hex v0.4.3
6822026-08-20T02:24:17.343Z Downloaded ref-cast-impl v1.0.26
6832026-08-20T02:24:17.346Z Downloaded bytes v1.12.1
6842026-08-20T02:24:17.349Z Downloaded indicatif v0.18.6
6852026-08-20T02:24:17.349Z Downloaded icu_normalizer v2.2.0
6862026-08-20T02:24:17.353Z Downloaded icu_normalizer_data v2.2.0
6872026-08-20T02:24:17.353Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6882026-08-20T02:24:17.362Z Downloaded rand_chacha v0.3.1
6892026-08-20T02:24:17.365Z Downloaded crossbeam-deque v0.8.7
6902026-08-20T02:24:17.368Z Downloaded icu_locale_core v2.2.0
6912026-08-20T02:24:17.375Z Downloaded chacha20 v0.10.1
6922026-08-20T02:24:17.375Z Downloaded usdt-impl v0.6.0
6932026-08-20T02:24:17.380Z Downloaded daft v0.1.8
6942026-08-20T02:24:17.380Z Downloaded data-encoding v2.11.1
6952026-08-20T02:24:17.388Z Downloaded num_enum_derive v0.7.6
6962026-08-20T02:24:17.388Z Downloaded serde-big-array v0.5.1
6972026-08-20T02:24:17.388Z Downloaded serde_repr v0.1.21
6982026-08-20T02:24:17.388Z Downloaded scroll_derive v0.13.1
6992026-08-20T02:24:17.388Z Downloaded sha1 v0.10.7
7002026-08-20T02:24:17.388Z Downloaded sync_wrapper v1.0.2
7012026-08-20T02:24:17.388Z Downloaded termtree v0.5.1
7022026-08-20T02:24:17.403Z Downloaded thread-id v4.2.2
7032026-08-20T02:24:17.403Z Downloaded log v0.4.33
7042026-08-20T02:24:17.403Z Downloaded either v1.17.0
7052026-08-20T02:24:17.403Z Downloaded num-integer v0.1.47
7062026-08-20T02:24:17.403Z Downloaded displaydoc v0.2.7
7072026-08-20T02:24:17.403Z Downloaded serde_with_macros v3.22.0
7082026-08-20T02:24:17.403Z Downloaded fs_extra v1.3.0
7092026-08-20T02:24:17.403Z Downloaded git-stub-vcs v0.1.0
7102026-08-20T02:24:17.403Z Downloaded thread_local v1.1.10
7112026-08-20T02:24:17.403Z Downloaded usdt v0.5.0
7122026-08-20T02:24:17.403Z Downloaded usdt-macro v0.6.0
7132026-08-20T02:24:17.403Z Downloaded supports-color v3.0.2
7142026-08-20T02:24:17.403Z Downloaded tagptr v0.2.0
7152026-08-20T02:24:17.403Z Downloaded darling v0.21.3
7162026-08-20T02:24:17.407Z Downloaded toml_datetime v0.6.11
7172026-08-20T02:24:17.408Z Downloaded indexmap v1.9.3
7182026-08-20T02:24:17.408Z Downloaded memmap2 v0.9.11
7192026-08-20T02:24:17.408Z Downloaded once_cell v1.21.4
7202026-08-20T02:24:17.408Z Downloaded tokio-rustls v0.26.4
7212026-08-20T02:24:17.413Z Downloaded ciborium v0.2.2
7222026-08-20T02:24:17.413Z Downloaded crc32fast v1.5.0
7232026-08-20T02:24:17.414Z Downloaded defmt-macros v1.1.1
7242026-08-20T02:24:17.414Z Downloaded group v0.13.0
7252026-08-20T02:24:17.417Z Downloaded thin-vec v0.2.19
7262026-08-20T02:24:17.417Z Downloaded time-macros v0.2.32
7272026-08-20T02:24:17.417Z Downloaded toml_parser v1.1.3+spec-1.1.0
7282026-08-20T02:24:17.417Z Downloaded highway v1.3.0
7292026-08-20T02:24:17.418Z Downloaded pest_generator v2.8.8
7302026-08-20T02:24:17.418Z Downloaded progenitor-client v0.14.0
7312026-08-20T02:24:17.418Z Downloaded darling_macro v0.21.3
7322026-08-20T02:24:17.421Z Downloaded darling_macro v0.23.0
7332026-08-20T02:24:17.421Z Downloaded num-traits v0.2.19
7342026-08-20T02:24:17.421Z Downloaded dtrace-parser v0.3.0
7352026-08-20T02:24:17.421Z Downloaded equivalent v1.0.2
7362026-08-20T02:24:17.421Z Downloaded fnv v1.0.7
7372026-08-20T02:24:17.421Z Downloaded foreign-types-macros v0.2.4
7382026-08-20T02:24:17.421Z Downloaded futures-macro v0.3.34
7392026-08-20T02:24:17.421Z Downloaded chacha20poly1305 v0.10.1
7402026-08-20T02:24:17.426Z Downloaded form_urlencoded v1.2.2
7412026-08-20T02:24:17.426Z Downloaded unicode-linebreak v0.1.5
7422026-08-20T02:24:17.426Z Downloaded want v0.3.1
7432026-08-20T02:24:17.426Z Downloaded yoke v0.8.3
7442026-08-20T02:24:17.426Z Downloaded zerofrom-derive v0.1.7
7452026-08-20T02:24:17.429Z Downloaded http-body-util v0.1.5
7462026-08-20T02:24:17.429Z Downloaded password-hash v0.5.0
7472026-08-20T02:24:17.429Z Downloaded paste v1.0.15
7482026-08-20T02:24:17.429Z Downloaded arc-swap v1.9.2
7492026-08-20T02:24:17.434Z Downloaded base64 v0.21.7
7502026-08-20T02:24:17.434Z Downloaded icu_collections v2.2.0
7512026-08-20T02:24:17.437Z Downloaded cookie v0.18.2
7522026-08-20T02:24:17.437Z Downloaded const-oid v0.10.2
7532026-08-20T02:24:17.440Z Downloaded toml v0.8.23
7542026-08-20T02:24:17.440Z Downloaded clap v4.6.6
7552026-08-20T02:24:17.445Z Downloaded litemap v0.8.2
7562026-08-20T02:24:17.448Z Downloaded pkg-config v0.3.33
7572026-08-20T02:24:17.448Z Downloaded serde_derive v1.0.229
7582026-08-20T02:24:17.451Z Downloaded pin-project-internal v1.1.13
7592026-08-20T02:24:17.451Z Downloaded progenitor v0.10.0
7602026-08-20T02:24:17.451Z Downloaded resolv-conf v0.7.6
7612026-08-20T02:24:17.451Z Downloaded rustls-pemfile v2.2.0
7622026-08-20T02:24:17.454Z Downloaded git-stub v1.0.0
7632026-08-20T02:24:17.454Z Downloaded openssl-macros v0.1.1
7642026-08-20T02:24:17.454Z Downloaded percent-encoding v2.3.2
7652026-08-20T02:24:17.454Z Downloaded zeroize v1.9.0
7662026-08-20T02:24:17.454Z Downloaded rustls-native-certs v0.8.4
7672026-08-20T02:24:17.458Z Downloaded serde_path_to_error v0.1.20
7682026-08-20T02:24:17.458Z Downloaded snafu-derive v0.8.9
7692026-08-20T02:24:17.458Z Downloaded tower-layer v0.3.3
7702026-08-20T02:24:17.458Z Downloaded semver v1.0.28
7712026-08-20T02:24:17.458Z Downloaded spin v0.9.9
7722026-08-20T02:24:17.462Z Downloaded async-compression v0.4.43
7732026-08-20T02:24:17.466Z Downloaded proc-macro-error v1.0.4
7742026-08-20T02:24:17.466Z Downloaded heck v0.5.0
7752026-08-20T02:24:17.466Z Downloaded find-msvc-tools v0.1.10
7762026-08-20T02:24:17.466Z Downloaded sha1 v0.11.0
7772026-08-20T02:24:17.469Z Downloaded static_assertions v1.1.0
7782026-08-20T02:24:17.470Z Downloaded zerocopy-derive v0.7.35
7792026-08-20T02:24:17.470Z Downloaded vsss-rs v3.3.4
7802026-08-20T02:24:17.473Z Downloaded strum_macros v0.26.4
7812026-08-20T02:24:17.473Z Downloaded thiserror v2.0.20
7822026-08-20T02:24:17.477Z Downloaded hostname v0.3.1
7832026-08-20T02:24:17.477Z Downloaded erased-serde v0.3.31
7842026-08-20T02:24:17.481Z Downloaded proc-macro-crate v1.3.1
7852026-08-20T02:24:17.481Z Downloaded secrecy v0.10.3
7862026-08-20T02:24:17.481Z Downloaded powerfmt v0.2.0
7872026-08-20T02:24:17.481Z Downloaded tungstenite v0.21.0
7882026-08-20T02:24:17.481Z Downloaded miniz_oxide v0.8.9
7892026-08-20T02:24:17.484Z Downloaded tokio-dtrace v0.1.1
7902026-08-20T02:24:17.484Z Downloaded toml_writer v1.1.2+spec-1.1.0
7912026-08-20T02:24:17.484Z Downloaded rustls-pki-types v1.15.1
7922026-08-20T02:24:17.484Z Downloaded httparse v1.10.1
7932026-08-20T02:24:17.488Z Downloaded whoami v1.6.1
7942026-08-20T02:24:17.491Z Downloaded parse-display-derive v0.10.0
7952026-08-20T02:24:17.495Z Downloaded humantime v2.4.0
7962026-08-20T02:24:17.495Z Downloaded pem v3.0.6
7972026-08-20T02:24:17.495Z Downloaded stable_deref_trait v1.2.1
7982026-08-20T02:24:17.498Z Downloaded typify v0.6.2
7992026-08-20T02:24:17.498Z Downloaded pin-project-lite v0.2.17
8002026-08-20T02:24:17.501Z Downloaded rustc_version v0.4.1
8012026-08-20T02:24:17.501Z Downloaded slog-envlogger v2.2.0
8022026-08-20T02:24:17.501Z Downloaded hyper-util v0.1.20
8032026-08-20T02:24:17.504Z Downloaded spin v0.5.2
8042026-08-20T02:24:17.505Z Downloaded tracing-attributes v0.1.31
8052026-08-20T02:24:17.508Z Downloaded snafu v0.8.9
8062026-08-20T02:24:17.511Z Downloaded time-core v0.1.9
8072026-08-20T02:24:17.511Z Downloaded indexmap v2.14.0
8082026-08-20T02:24:17.514Z Downloaded uuid v1.24.0
8092026-08-20T02:24:17.514Z Downloaded typeid v1.0.3
8102026-08-20T02:24:17.517Z Downloaded gethostname v0.5.0
8112026-08-20T02:24:17.520Z Downloaded futures-core v0.3.34
8122026-08-20T02:24:17.520Z Downloaded utf8_iter v1.0.4
8132026-08-20T02:24:17.520Z Downloaded konst v0.2.20
8142026-08-20T02:24:17.524Z Downloaded zone v0.3.1
8152026-08-20T02:24:17.524Z Downloaded hostname v0.4.2
8162026-08-20T02:24:17.524Z Downloaded smallvec v1.15.2
8172026-08-20T02:24:17.527Z Downloaded port-file v0.1.0
8182026-08-20T02:24:17.527Z Downloaded toml_edit v0.25.13+spec-1.1.0
8192026-08-20T02:24:17.532Z Downloaded waitgroup v0.1.2
8202026-08-20T02:24:17.532Z Downloaded papergrid v0.18.0
8212026-08-20T02:24:17.535Z Downloaded rustversion v1.0.23
8222026-08-20T02:24:17.535Z Downloaded phf_shared v0.12.1
8232026-08-20T02:24:17.538Z Downloaded rand_chacha v0.9.0
8242026-08-20T02:24:17.538Z Downloaded hubpack_derive v0.1.1
8252026-08-20T02:24:17.538Z Downloaded openssl-probe v0.2.1
8262026-08-20T02:24:17.546Z Downloaded scroll v0.13.0
8272026-08-20T02:24:17.549Z Downloaded crypto-bigint v0.5.5
8282026-08-20T02:24:17.549Z Downloaded dyn-clone v1.0.20
8292026-08-20T02:24:17.549Z Downloaded dunce v1.0.5
8302026-08-20T02:24:17.549Z Downloaded rustls-webpki v0.103.14
8312026-08-20T02:24:17.553Z Downloaded cc v1.4.2
8322026-08-20T02:24:17.553Z Downloaded proc-macro-crate v3.5.0
8332026-08-20T02:24:17.553Z Downloaded const_format v0.2.36
8342026-08-20T02:24:17.556Z Downloaded rand_pcg v0.10.2
8352026-08-20T02:24:17.556Z Downloaded semver v0.1.20
8362026-08-20T02:24:17.556Z Downloaded plain v0.2.3
8372026-08-20T02:24:17.562Z Downloaded rustc-hash v2.1.3
8382026-08-20T02:24:17.562Z Downloaded pin-project v1.1.13
8392026-08-20T02:24:17.567Z Downloaded progenitor-macro v0.13.0
8402026-08-20T02:24:17.571Z Downloaded siphasher v1.0.3
8412026-08-20T02:24:17.571Z Downloaded slog v2.8.2
8422026-08-20T02:24:17.571Z Downloaded tabwriter v1.4.1
8432026-08-20T02:24:17.571Z Downloaded serde_tokenstream v0.2.3
8442026-08-20T02:24:17.576Z Downloaded toml_write v0.1.2
8452026-08-20T02:24:17.576Z Downloaded unarray v0.1.4
8462026-08-20T02:24:17.576Z Downloaded unicode-xid v0.2.6
8472026-08-20T02:24:17.576Z Downloaded debug-ignore v1.0.5
8482026-08-20T02:24:17.579Z Downloaded utf-8 v0.7.6
8492026-08-20T02:24:17.579Z Downloaded yoke-derive v0.8.2
8502026-08-20T02:24:17.583Z Downloaded slog-json v2.6.1
8512026-08-20T02:24:17.583Z Downloaded embedded-io v0.4.0
8522026-08-20T02:24:17.586Z Downloaded progenitor-extras v0.2.0
8532026-08-20T02:24:17.586Z Downloaded tokio-tungstenite v0.21.0
8542026-08-20T02:24:17.586Z Downloaded minimal-lexical v0.2.1
8552026-08-20T02:24:17.591Z Downloaded dropshot-api-manager-types v0.7.2
8562026-08-20T02:24:17.591Z Downloaded fs-err v3.3.1
8572026-08-20T02:24:17.594Z Downloaded version_check v0.9.5
8582026-08-20T02:24:17.594Z Downloaded xz2 v0.1.7
8592026-08-20T02:24:17.597Z Downloaded papergrid v0.11.0
8602026-08-20T02:24:17.601Z Downloaded http-body v1.1.0
8612026-08-20T02:24:17.601Z Downloaded float-ord v0.3.2
8622026-08-20T02:24:17.601Z Downloaded quick-error v1.2.3
8632026-08-20T02:24:17.601Z Downloaded futures-executor v0.3.34
8642026-08-20T02:24:17.601Z Downloaded dropshot_endpoint v0.17.1
8652026-08-20T02:24:17.605Z Downloaded progenitor-macro v0.14.0
8662026-08-20T02:24:17.608Z Downloaded proc-macro-error-attr v1.0.4
8672026-08-20T02:24:17.611Z Downloaded openssl-sys v0.9.117
8682026-08-20T02:24:17.614Z Downloaded unsafe-libyaml v0.2.11
8692026-08-20T02:24:17.617Z Downloaded writeable v0.6.3
8702026-08-20T02:24:17.617Z Downloaded crossbeam-channel v0.5.16
8712026-08-20T02:24:17.623Z Downloaded rand_core v0.9.5
8722026-08-20T02:24:17.626Z Downloaded scopeguard v1.2.0
8732026-08-20T02:24:17.626Z Downloaded zerotrie v0.2.4
8742026-08-20T02:24:17.630Z Downloaded rand_core v0.10.1
8752026-08-20T02:24:17.633Z Downloaded strum_macros v0.27.2
8762026-08-20T02:24:17.633Z Downloaded thiserror v1.0.69
8772026-08-20T02:24:17.640Z Downloaded thiserror-impl-no-std v2.0.2
8782026-08-20T02:24:17.643Z Downloaded usdt-attr-macro v0.6.0
8792026-08-20T02:24:17.647Z Downloaded hickory-resolver v0.25.2
8802026-08-20T02:24:17.654Z Downloaded memchr v2.8.3
8812026-08-20T02:24:17.658Z Downloaded progenitor-impl v0.13.0
8822026-08-20T02:24:17.661Z Downloaded dof v0.4.0
8832026-08-20T02:24:17.661Z Downloaded term v1.2.1
8842026-08-20T02:24:17.661Z Downloaded digest v0.11.3
8852026-08-20T02:24:17.664Z Downloaded errno v0.3.14
8862026-08-20T02:24:17.664Z Downloaded fastrand v2.5.0
8872026-08-20T02:24:17.664Z Downloaded futures-channel v0.3.34
8882026-08-20T02:24:17.664Z Downloaded hash32 v0.3.1
8892026-08-20T02:24:17.667Z Downloaded foldhash v0.2.0
8902026-08-20T02:24:17.670Z Downloaded owo-colors v4.3.0
8912026-08-20T02:24:17.673Z Downloaded progenitor-client v0.10.0
8922026-08-20T02:24:17.673Z Downloaded digest v0.10.7
8932026-08-20T02:24:17.676Z Downloaded foldhash v0.1.5
8942026-08-20T02:24:17.680Z Downloaded subtle v2.6.1
8952026-08-20T02:24:17.680Z Downloaded tokio-macros v2.7.2
8962026-08-20T02:24:17.680Z Downloaded rand_xorshift v0.4.0
8972026-08-20T02:24:17.680Z Downloaded oxide-tokio-rt v0.1.6
8982026-08-20T02:24:17.683Z Downloaded progenitor-client v0.13.0
8992026-08-20T02:24:17.687Z Downloaded unicode-ident v1.0.24
9002026-08-20T02:24:17.690Z Downloaded jiff-core v0.1.0
9012026-08-20T02:24:17.694Z Downloaded structmeta v0.3.0
9022026-08-20T02:24:17.699Z Downloaded usdt-macro v0.5.0
9032026-08-20T02:24:17.702Z Downloaded tinystr v0.8.3
9042026-08-20T02:24:17.707Z Downloaded slog-scope v4.4.1
9052026-08-20T02:24:17.710Z Downloaded thiserror-impl v1.0.69
9062026-08-20T02:24:17.710Z Downloaded serde_derive_internals v0.29.1
9072026-08-20T02:24:17.713Z Downloaded hubpack v0.1.2
9082026-08-20T02:24:17.713Z Downloaded progenitor-macro v0.10.0
9092026-08-20T02:24:17.717Z Downloaded tokio-stream v0.1.19
9102026-08-20T02:24:17.717Z Downloaded rustc_version v0.1.7
9112026-08-20T02:24:17.720Z Downloaded smf v0.2.3
9122026-08-20T02:24:17.720Z Downloaded zerovec-derive v0.11.3
9132026-08-20T02:24:17.731Z Downloaded nom v7.1.3
9142026-08-20T02:24:17.731Z Downloaded usdt v0.6.0
9152026-08-20T02:24:17.732Z Downloaded zone_cfg_derive v0.3.1
9162026-08-20T02:24:17.732Z Downloaded futures-sink v0.3.34
9172026-08-20T02:24:17.732Z Downloaded test-strategy v0.4.5
9182026-08-20T02:24:17.732Z Downloaded futures-task v0.3.34
9192026-08-20T02:24:17.738Z Downloaded ppv-lite86 v0.2.21
9202026-08-20T02:24:17.738Z Downloaded typify-macro v0.6.2
9212026-08-20T02:24:17.738Z Downloaded typify v0.4.3
9222026-08-20T02:24:17.741Z Downloaded rand_core v0.6.4
9232026-08-20T02:24:17.744Z Downloaded postcard v1.1.3
9242026-08-20T02:24:17.750Z Downloaded globset v0.4.20
9252026-08-20T02:24:17.750Z Downloaded parking_lot v0.12.5
9262026-08-20T02:24:17.750Z Downloaded quote v1.0.47
9272026-08-20T02:24:17.754Z Downloaded simd-adler32 v0.3.10
9282026-08-20T02:24:17.754Z Downloaded thiserror-no-std v2.0.2
9292026-08-20T02:24:17.754Z Downloaded potential_utf v0.1.5
9302026-08-20T02:24:17.754Z Downloaded serde_urlencoded v0.7.1
9312026-08-20T02:24:17.754Z Downloaded rusty-fork v0.3.1
9322026-08-20T02:24:17.757Z Downloaded defmt v0.3.100
9332026-08-20T02:24:17.757Z Downloaded derive_more v0.99.20
9342026-08-20T02:24:17.757Z Downloaded elliptic-curve v0.13.8
9352026-08-20T02:24:17.762Z Downloaded synstructure v0.13.2
9362026-08-20T02:24:17.762Z Downloaded drift v0.2.0
9372026-08-20T02:24:17.765Z Downloaded rhai_codegen v3.2.0
9382026-08-20T02:24:17.769Z Downloaded zmij v1.0.23
9392026-08-20T02:24:17.772Z Downloaded serde_yaml v0.9.34+deprecated
9402026-08-20T02:24:17.772Z Downloaded foreign-types v0.5.0
9412026-08-20T02:24:17.772Z Downloaded schemars v0.8.22
9422026-08-20T02:24:17.778Z Downloaded socket2 v0.6.5
9432026-08-20T02:24:17.782Z Downloaded similar v2.7.0
9442026-08-20T02:24:17.782Z Downloaded usdt-impl v0.5.0
9452026-08-20T02:24:17.785Z Downloaded oxnet v0.1.6
9462026-08-20T02:24:17.785Z Downloaded schemars v0.9.0
9472026-08-20T02:24:17.791Z Downloaded phf v0.12.1
9482026-08-20T02:24:17.791Z Downloaded pretty-hex v0.4.2
9492026-08-20T02:24:17.791Z Downloaded shlex v2.0.1
9502026-08-20T02:24:17.794Z Downloaded slog-stdlog v4.1.1
9512026-08-20T02:24:17.794Z Downloaded qorb v0.4.1
9522026-08-20T02:24:17.797Z Downloaded defmt v1.1.1
9532026-08-20T02:24:17.797Z Downloaded mio v1.2.2
9542026-08-20T02:24:17.802Z Downloaded sigpipe v0.1.3
9552026-08-20T02:24:17.802Z Downloaded parse-display v0.10.0
9562026-08-20T02:24:17.805Z Downloaded testing_table v0.3.0
9572026-08-20T02:24:17.805Z Downloaded glob v0.3.4
9582026-08-20T02:24:17.810Z Downloaded darling_core v0.21.3
9592026-08-20T02:24:17.810Z Downloaded parking_lot v0.11.2
9602026-08-20T02:24:17.813Z Downloaded zerofrom v0.1.8
9612026-08-20T02:24:17.813Z Downloaded foreign-types-shared v0.1.1
9622026-08-20T02:24:17.813Z Downloaded generic-array v0.14.7
9632026-08-20T02:24:17.813Z Downloaded hmac v0.12.1
9642026-08-20T02:24:17.813Z Downloaded ff v0.13.1
9652026-08-20T02:24:17.814Z Downloaded futures v0.3.34
9662026-08-20T02:24:17.818Z Downloaded walkdir v2.5.0
9672026-08-20T02:24:17.818Z Downloaded swrite v0.1.0
9682026-08-20T02:24:17.821Z Downloaded embedded-io v0.6.1
9692026-08-20T02:24:17.821Z Downloaded pest_derive v2.8.8
9702026-08-20T02:24:17.821Z Downloaded rand v0.9.5
9712026-08-20T02:24:17.821Z Downloaded rand v0.10.2
9722026-08-20T02:24:17.828Z Downloaded proc-macro2 v1.0.107
9732026-08-20T02:24:17.828Z Downloaded universal-hash v0.5.1
9742026-08-20T02:24:17.831Z Downloaded progenitor-impl v0.14.0
9752026-08-20T02:24:17.831Z Downloaded serde_core v1.0.229
9762026-08-20T02:24:17.831Z Downloaded serde_spanned v0.6.9
9772026-08-20T02:24:17.835Z Downloaded aho-corasick v1.1.5
9782026-08-20T02:24:17.838Z Downloaded derive-ex v0.1.8
9792026-08-20T02:24:17.838Z Downloaded toml v1.1.4+spec-1.1.0
9802026-08-20T02:24:17.841Z Downloaded poly1305 v0.8.0
9812026-08-20T02:24:17.841Z Downloaded heapless v0.8.0
9822026-08-20T02:24:17.844Z Downloaded rustls-platform-verifier v0.7.0
9832026-08-20T02:24:17.844Z Downloaded fixedbitset v0.5.7
9842026-08-20T02:24:17.848Z Downloaded smawk v0.3.3
9852026-08-20T02:24:17.848Z Downloaded tabled_derive v0.7.0
9862026-08-20T02:24:17.848Z Downloaded prettyplease v0.2.37
9872026-08-20T02:24:17.851Z Downloaded typify-macro v0.4.3
9882026-08-20T02:24:17.851Z Downloaded idna v1.1.0
9892026-08-20T02:24:17.851Z Downloaded url v2.5.8
9902026-08-20T02:24:17.854Z Downloaded icu_properties_data v2.2.0
9912026-08-20T02:24:17.858Z Downloaded getrandom v0.4.3
9922026-08-20T02:24:17.862Z Downloaded ref-cast v1.0.26
9932026-08-20T02:24:17.862Z Downloaded progenitor v0.13.0
9942026-08-20T02:24:17.862Z Downloaded scroll v0.12.0
9952026-08-20T02:24:17.865Z Downloaded slog-async v2.8.0
9962026-08-20T02:24:17.865Z Downloaded darling_core v0.23.0
9972026-08-20T02:24:17.868Z Downloaded structmeta-derive v0.3.0
9982026-08-20T02:24:17.868Z Downloaded untrusted v0.7.1
9992026-08-20T02:24:17.871Z Downloaded ryu v1.0.23
10002026-08-20T02:24:17.874Z Downloaded slog-term v2.9.2
10012026-08-20T02:24:17.877Z Downloaded deranged v0.5.8
10022026-08-20T02:24:17.882Z Downloaded itertools v0.12.1
10032026-08-20T02:24:17.888Z Downloaded tempfile v3.27.0
10042026-08-20T02:24:17.888Z Downloaded wait-timeout v0.2.1
10052026-08-20T02:24:17.892Z Downloaded progenitor v0.14.0
10062026-08-20T02:24:17.892Z Downloaded tiny-keccak v2.0.2
10072026-08-20T02:24:17.893Z Downloaded toml_edit v0.22.27
10082026-08-20T02:24:17.893Z Downloaded derive-where v1.6.1
10092026-08-20T02:24:17.896Z Downloaded quinn-udp v0.5.15
10102026-08-20T02:24:17.896Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10112026-08-20T02:24:17.896Z Downloaded parking_lot_core v0.8.6
10122026-08-20T02:24:17.903Z Downloaded rand v0.8.7
10132026-08-20T02:24:17.903Z Downloaded ucd-trie v0.1.7
10142026-08-20T02:24:17.906Z Downloaded toml_edit v0.19.15
10152026-08-20T02:24:17.910Z Downloaded typed-path v0.9.3
10162026-08-20T02:24:17.930Z Downloaded half v2.7.1
10172026-08-20T02:24:17.930Z Downloaded heck v0.4.1
10182026-08-20T02:24:17.930Z Downloaded itertools v0.15.0
10192026-08-20T02:24:17.930Z Downloaded quinn v0.11.11
10202026-08-20T02:24:17.936Z Downloaded serde_tokenstream v0.3.0
10212026-08-20T02:24:17.936Z Downloaded textwrap v0.16.2
10222026-08-20T02:24:17.936Z Downloaded toml v0.9.12+spec-1.1.0
10232026-08-20T02:24:17.936Z Downloaded clap_builder v4.6.6
10242026-08-20T02:24:17.936Z Downloaded hyper v1.11.0
10252026-08-20T02:24:17.939Z Downloaded getrandom v0.2.17
10262026-08-20T02:24:17.943Z Downloaded hashbrown v0.17.1
10272026-08-20T02:24:17.946Z Downloaded nom v8.0.0
10282026-08-20T02:24:17.953Z Downloaded progenitor-impl v0.10.0
10292026-08-20T02:24:17.956Z Downloaded parking_lot_core v0.9.12
10302026-08-20T02:24:17.960Z Downloaded tracing-core v0.1.36
10312026-08-20T02:24:17.966Z Downloaded libm v0.2.16
10322026-08-20T02:24:17.971Z Downloaded hashbrown v0.15.5
10332026-08-20T02:24:17.974Z Downloaded zerovec v0.11.6
10342026-08-20T02:24:17.977Z Downloaded steno v0.4.1
10352026-08-20T02:24:17.980Z Downloaded pest_meta v2.8.8
10362026-08-20T02:24:17.983Z Downloaded unicode-segmentation v1.13.3
10372026-08-20T02:24:17.983Z Downloaded iddqd v0.4.6
10382026-08-20T02:24:17.987Z Downloaded flate2 v1.1.9
10392026-08-20T02:24:17.990Z Downloaded typenum v1.20.1
10402026-08-20T02:24:17.993Z Downloaded itertools v0.14.0
10412026-08-20T02:24:17.996Z Downloaded zerocopy v0.7.35
10422026-08-20T02:24:18.004Z Downloaded ron v0.12.2
10432026-08-20T02:24:18.018Z Downloaded getrandom v0.3.4
10442026-08-20T02:24:18.026Z Downloaded hickory-resolver v0.24.4
10452026-08-20T02:24:18.029Z Downloaded schemars v1.2.2
10462026-08-20T02:24:18.036Z Downloaded tough v0.22.0
10472026-08-20T02:24:18.040Z Downloaded futures-util v0.3.34
10482026-08-20T02:24:18.047Z Downloaded hashbrown v0.12.3
10492026-08-20T02:24:18.050Z Downloaded tokio-util v0.7.19
10502026-08-20T02:24:18.054Z Downloaded tinyvec v1.12.0
10512026-08-20T02:24:18.057Z Downloaded rayon v1.12.0
10522026-08-20T02:24:18.059Z Downloaded unicode-normalization v0.1.25
10532026-08-20T02:24:18.062Z Downloaded http v1.5.0
10542026-08-20T02:24:18.065Z Downloaded serde v1.0.229
10552026-08-20T02:24:18.068Z Downloaded aws-lc-rs v1.18.0
10562026-08-20T02:24:18.072Z Downloaded rayon-core v1.13.0
10572026-08-20T02:24:18.075Z Downloaded pest v2.8.8
10582026-08-20T02:24:18.085Z Downloaded tabled v0.21.0
10592026-08-20T02:24:18.096Z Downloaded tower v0.5.3
10602026-08-20T02:24:18.101Z Downloaded hashbrown v0.16.1
10612026-08-20T02:24:18.104Z Downloaded webpki-roots v1.0.9
10622026-08-20T02:24:18.107Z Downloaded serde_json v1.0.151
10632026-08-20T02:24:18.111Z Downloaded expectorate v1.2.0
10642026-08-20T02:24:18.114Z Downloaded chrono v0.4.45
10652026-08-20T02:24:18.119Z Downloaded zerocopy-derive v0.8.56
10662026-08-20T02:24:18.122Z Downloaded tower-http v0.6.11
10672026-08-20T02:24:18.127Z Downloaded h2 v0.4.15
10682026-08-20T02:24:18.131Z Downloaded winnow v0.5.40
10692026-08-20T02:24:18.137Z Downloaded regex v1.13.1
10702026-08-20T02:24:18.141Z Downloaded vcpkg v0.2.15
10712026-08-20T02:24:18.165Z Downloaded winnow v1.0.4
10722026-08-20T02:24:18.171Z Downloaded dropshot-api-manager v0.7.2
10732026-08-20T02:24:18.174Z Downloaded hkdf v0.12.4
10742026-08-20T02:24:18.177Z Downloaded proptest v1.11.0
10752026-08-20T02:24:18.180Z Downloaded moka v0.12.16
10762026-08-20T02:24:18.194Z Downloaded reqwest v0.12.28
10772026-08-20T02:24:18.198Z Downloaded curve25519-dalek v4.1.3
10782026-08-20T02:24:18.203Z Downloaded quinn-proto v0.11.16
10792026-08-20T02:24:18.207Z Downloaded tabled v0.15.0
10802026-08-20T02:24:18.217Z Downloaded goblin v0.10.7
10812026-08-20T02:24:18.221Z Downloaded reqwest v0.13.4
10822026-08-20T02:24:18.225Z Downloaded serde_with v3.22.0
10832026-08-20T02:24:18.232Z Downloaded winnow v0.7.15
10842026-08-20T02:24:18.239Z Downloaded goblin v0.8.2
10852026-08-20T02:24:18.243Z Downloaded portable-atomic v1.15.0
10862026-08-20T02:24:18.246Z Downloaded syn v3.0.3
10872026-08-20T02:24:18.261Z Downloaded syn v1.0.109
10882026-08-20T02:24:18.267Z Downloaded nix v0.31.3
10892026-08-20T02:24:18.278Z Downloaded unicode-width v0.2.2
10902026-08-20T02:24:18.283Z Downloaded rhai v1.25.1
10912026-08-20T02:24:18.290Z Downloaded bstr v1.13.1
10922026-08-20T02:24:18.295Z Downloaded time v0.3.55
10932026-08-20T02:24:18.304Z Downloaded openapiv3 v2.2.0
10942026-08-20T02:24:18.311Z Downloaded smoltcp v0.11.0
10952026-08-20T02:24:18.318Z Downloaded syn v2.0.119
10962026-08-20T02:24:18.325Z Downloaded unicode-width v0.1.14
10972026-08-20T02:24:18.329Z Downloaded openssl v0.10.81
10982026-08-20T02:24:18.335Z Downloaded zerocopy v0.8.56
10992026-08-20T02:24:18.346Z Downloaded regress v0.11.1
11002026-08-20T02:24:18.352Z Downloaded hickory-proto v0.24.4
11012026-08-20T02:24:18.360Z Downloaded dropshot v0.17.1
11022026-08-20T02:24:18.374Z Downloaded rustix v0.38.44
11032026-08-20T02:24:18.387Z Downloaded regex-syntax v0.8.11
11042026-08-20T02:24:18.392Z Downloaded rustls v0.23.43
11052026-08-20T02:24:18.399Z Downloaded typify-impl v0.6.2
11062026-08-20T02:24:18.410Z Downloaded regress v0.10.5
11072026-08-20T02:24:18.416Z Downloaded typify-impl v0.4.3
11082026-08-20T02:24:18.424Z Downloaded rustix v1.1.4
11092026-08-20T02:24:18.436Z Downloaded jiff v0.2.35
11102026-08-20T02:24:18.446Z Downloaded lzma-sys v0.1.20
11112026-08-20T02:24:18.462Z Downloaded libc v0.2.189
11122026-08-20T02:24:18.483Z Downloaded sled v0.34.7
11132026-08-20T02:24:18.489Z Downloaded tracing v0.1.44
11142026-08-20T02:24:18.501Z Downloaded hickory-proto v0.25.2
11152026-08-20T02:24:18.571Z Downloaded regex-automata v0.4.18
11162026-08-20T02:24:18.597Z Downloaded chrono-tz v0.10.4
11172026-08-20T02:24:18.627Z Downloaded petgraph v0.6.5
11182026-08-20T02:24:18.640Z Downloaded csv v1.4.0
11192026-08-20T02:24:18.654Z Downloaded petgraph v0.8.3
11202026-08-20T02:24:18.666Z Downloaded sha3 v0.10.9
11212026-08-20T02:24:18.682Z Downloaded tokio v1.53.1
11222026-08-20T02:24:18.750Z Downloaded encoding_rs v0.8.35
11232026-08-20T02:24:18.781Z Downloaded ring v0.17.14
11242026-08-20T02:24:19.270Z Downloaded aws-lc-sys v0.44.0
11252026-08-20T02:24:19.624Z Compiling proc-macro2 v1.0.107
11262026-08-20T02:24:19.624Z Compiling quote v1.0.47
11272026-08-20T02:24:19.624Z Compiling unicode-ident v1.0.24
11282026-08-20T02:24:19.624Z Compiling serde_core v1.0.229
11292026-08-20T02:24:19.624Z Compiling serde v1.0.229
11302026-08-20T02:24:19.627Z Compiling libc v0.2.189
11312026-08-20T02:24:19.823Z Compiling cfg-if v1.0.4
11322026-08-20T02:24:19.952Z Compiling zmij v1.0.23
11332026-08-20T02:24:19.964Z Compiling autocfg v1.5.1
11342026-08-20T02:24:20.273Z Compiling memchr v2.8.3
11352026-08-20T02:24:20.276Z Compiling libm v0.2.16
11362026-08-20T02:24:20.661Z Compiling icu_normalizer_data v2.2.0
11372026-08-20T02:24:20.781Z Compiling itoa v1.0.18
11382026-08-20T02:24:20.951Z Compiling icu_properties_data v2.2.0
11392026-08-20T02:24:20.968Z Compiling version_check v0.9.5
11402026-08-20T02:24:21.037Z Compiling stable_deref_trait v1.2.1
11412026-08-20T02:24:21.115Z Compiling syn v2.0.119
11422026-08-20T02:24:21.156Z Compiling syn v3.0.3
11432026-08-20T02:24:21.187Z Compiling serde_json v1.0.151
11442026-08-20T02:24:21.252Z Compiling litemap v0.8.2
11452026-08-20T02:24:21.472Z Compiling writeable v0.6.3
11462026-08-20T02:24:21.491Z Compiling parking_lot_core v0.9.12
11472026-08-20T02:24:21.551Z Compiling num-traits v0.2.19
11482026-08-20T02:24:21.578Z Compiling utf8_iter v1.0.4
11492026-08-20T02:24:21.787Z Compiling percent-encoding v2.3.2
11502026-08-20T02:24:21.802Z Compiling thiserror v2.0.20
11512026-08-20T02:24:22.072Z Compiling getrandom v0.4.3
11522026-08-20T02:24:22.197Z Compiling rand_core v0.10.1
11532026-08-20T02:24:22.319Z Compiling form_urlencoded v1.2.2
11542026-08-20T02:24:22.367Z Compiling zerocopy v0.8.56
11552026-08-20T02:24:22.402Z Compiling errno v0.3.14
11562026-08-20T02:24:22.597Z Compiling iana-time-zone v0.1.65
11572026-08-20T02:24:22.904Z Compiling uuid v1.24.0
11582026-08-20T02:24:23.027Z Compiling jobserver v0.1.35
11592026-08-20T02:24:23.364Z Compiling shlex v2.0.1
11602026-08-20T02:24:23.381Z Compiling find-msvc-tools v0.1.10
11612026-08-20T02:24:23.496Z Compiling heck v0.5.0
11622026-08-20T02:24:23.535Z Compiling cc v1.4.2
11632026-08-20T02:24:23.559Z Compiling rustversion v1.0.23
11642026-08-20T02:24:23.621Z Compiling semver v1.0.28
11652026-08-20T02:24:23.707Z Compiling dyn-clone v1.0.20
11662026-08-20T02:24:23.864Z Compiling schemars v0.8.22
11672026-08-20T02:24:23.977Z Compiling synstructure v0.13.2
11682026-08-20T02:24:24.019Z Compiling serde_derive_internals v0.29.1
11692026-08-20T02:24:24.283Z Compiling pin-project-lite v0.2.17
11702026-08-20T02:24:24.392Z Compiling getrandom v0.2.17
11712026-08-20T02:24:24.457Z Compiling serde_derive v1.0.229
11722026-08-20T02:24:24.480Z Compiling displaydoc v0.2.7
11732026-08-20T02:24:24.613Z Compiling thiserror-impl v2.0.20
11742026-08-20T02:24:24.704Z Compiling tokio-macros v2.7.2
11752026-08-20T02:24:24.720Z Compiling futures-macro v0.3.34
11762026-08-20T02:24:24.769Z Compiling bitflags v2.13.1
11772026-08-20T02:24:24.852Z Compiling pkg-config v0.3.33
11782026-08-20T02:24:25.141Z Compiling zerofrom-derive v0.1.7
11792026-08-20T02:24:25.195Z Compiling yoke-derive v0.8.2
11802026-08-20T02:24:25.250Z Compiling zerovec-derive v0.11.3
11812026-08-20T02:24:25.293Z Compiling schemars_derive v0.8.22
11822026-08-20T02:24:25.422Z Compiling zerocopy-derive v0.8.56
11832026-08-20T02:24:25.512Z Compiling zeroize_derive v1.5.0
11842026-08-20T02:24:25.844Z Compiling scopeguard v1.2.0
11852026-08-20T02:24:25.966Z Compiling lock_api v0.4.14
11862026-08-20T02:24:26.219Z Compiling zeroize v1.9.0
11872026-08-20T02:24:26.289Z Compiling socket2 v0.6.5
11882026-08-20T02:24:26.343Z Compiling cmake v0.1.58
11892026-08-20T02:24:26.383Z Compiling zerofrom v0.1.8
11902026-08-20T02:24:26.515Z Compiling yoke v0.8.3
11912026-08-20T02:24:26.521Z Compiling signal-hook-registry v1.4.8
11922026-08-20T02:24:26.548Z Compiling mio v1.2.2
11932026-08-20T02:24:26.562Z Compiling dunce v1.0.5
11942026-08-20T02:24:26.663Z Compiling fs_extra v1.3.0
11952026-08-20T02:24:26.679Z Compiling portable-atomic v1.15.0
11962026-08-20T02:24:26.714Z Compiling zerovec v0.11.6
11972026-08-20T02:24:26.894Z Compiling zerotrie v0.2.4
11982026-08-20T02:24:26.920Z Compiling aws-lc-sys v0.44.0
11992026-08-20T02:24:27.023Z Compiling critical-section v1.2.0
12002026-08-20T02:24:27.172Z Compiling log v0.4.33
12012026-08-20T02:24:27.339Z Compiling tinystr v0.8.3
12022026-08-20T02:24:27.357Z Compiling potential_utf v0.1.5
12032026-08-20T02:24:27.374Z Compiling futures-core v0.3.34
12042026-08-20T02:24:27.540Z Compiling icu_locale_core v2.2.0
12052026-08-20T02:24:27.558Z Compiling icu_collections v2.2.0
12062026-08-20T02:24:27.574Z Compiling smallvec v1.15.2
12072026-08-20T02:24:27.633Z Compiling bytes v1.12.1
12082026-08-20T02:24:27.674Z Compiling chrono v0.4.45
12092026-08-20T02:24:27.928Z Compiling once_cell v1.21.4
12102026-08-20T02:24:28.091Z Compiling parking_lot v0.12.5
12112026-08-20T02:24:28.222Z Compiling subtle v2.6.1
12122026-08-20T02:24:28.400Z Compiling icu_provider v2.2.0
12132026-08-20T02:24:28.476Z Compiling tokio v1.53.1
12142026-08-20T02:24:28.498Z Compiling equivalent v1.0.2
12152026-08-20T02:24:28.525Z Compiling allocator-api2 v0.2.21
12162026-08-20T02:24:28.856Z Compiling icu_properties v2.2.0
12172026-08-20T02:24:28.921Z Compiling icu_normalizer v2.2.0
12182026-08-20T02:24:28.975Z Compiling httparse v1.10.1
12192026-08-20T02:24:28.993Z Compiling serde_tokenstream v0.2.3
12202026-08-20T02:24:29.283Z Compiling futures-sink v0.3.34
12212026-08-20T02:24:29.419Z Compiling rustix v1.1.4
12222026-08-20T02:24:29.607Z Compiling slab v0.4.12
12232026-08-20T02:24:29.798Z Compiling idna_adapter v1.2.2
12242026-08-20T02:24:29.928Z Compiling idna v1.1.0
12252026-08-20T02:24:29.954Z Compiling thiserror v1.0.69
12262026-08-20T02:24:30.088Z Compiling ucd-trie v0.1.7
12272026-08-20T02:24:30.180Z Compiling regex-syntax v0.8.11
12282026-08-20T02:24:30.283Z Compiling url v2.5.8
12292026-08-20T02:24:30.340Z Compiling pest v2.8.8
12302026-08-20T02:24:30.408Z Compiling typenum v1.20.1
12312026-08-20T02:24:30.753Z Compiling futures-channel v0.3.34
12322026-08-20T02:24:31.060Z Compiling thiserror-impl v1.0.69
12332026-08-20T02:24:31.289Z Compiling strsim v0.11.1
12342026-08-20T02:24:31.575Z Compiling pest_meta v2.8.8
12352026-08-20T02:24:31.589Z Compiling hashbrown v0.17.1
12362026-08-20T02:24:31.978Z Compiling aho-corasick v1.1.5
12372026-08-20T02:24:32.235Z Compiling pest_generator v2.8.8
12382026-08-20T02:24:32.270Z Compiling futures-task v0.3.34
12392026-08-20T02:24:32.274Z Compiling futures-io v0.3.34
12402026-08-20T02:24:32.467Z Compiling futures-util v0.3.34
12412026-08-20T02:24:32.485Z Compiling ipnetwork v0.21.1
12422026-08-20T02:24:32.777Z Compiling regex-automata v0.4.18
12432026-08-20T02:24:32.802Z Compiling ident_case v1.0.1
12442026-08-20T02:24:32.849Z Compiling pest_derive v2.8.8
12452026-08-20T02:24:32.935Z Compiling getrandom v0.3.4
12462026-08-20T02:24:33.282Z Compiling rand_core v0.6.4
12472026-08-20T02:24:33.324Z Compiling byteorder v1.5.0
12482026-08-20T02:24:33.406Z Compiling indexmap v2.14.0
12492026-08-20T02:24:33.582Z Compiling tracing-core v0.1.36
12502026-08-20T02:24:33.944Z Compiling tracing-attributes v0.1.31
12512026-08-20T02:24:34.081Z Compiling slog v2.8.2
12522026-08-20T02:24:34.295Z Compiling fnv v1.0.7
12532026-08-20T02:24:34.323Z Compiling anyhow v1.0.104
12542026-08-20T02:24:34.406Z Compiling base64 v0.22.1
12552026-08-20T02:24:34.572Z Compiling regex v1.13.1
12562026-08-20T02:24:34.649Z Compiling paste v1.0.15
12572026-08-20T02:24:35.061Z Compiling erased-serde v0.3.31
12582026-08-20T02:24:35.123Z Compiling tracing v0.1.44
12592026-08-20T02:24:35.262Z Compiling omicron-workspace-hack v0.1.0
12602026-08-20T02:24:35.459Z Compiling http v1.5.0
12612026-08-20T02:24:35.748Z Compiling oxnet v0.1.6
12622026-08-20T02:24:35.860Z Compiling rustls-pki-types v1.15.1
12632026-08-20T02:24:36.718Z Compiling scroll_derive v0.13.1
12642026-08-20T02:24:37.174Z Compiling ring v0.17.14
12652026-08-20T02:24:37.261Z Compiling time-core v0.1.9
12662026-08-20T02:24:37.278Z Compiling aws-lc-rs v1.18.0
12672026-08-20T02:24:37.355Z Compiling num-conv v0.2.2
12682026-08-20T02:24:37.511Z Compiling time-macros v0.2.32
12692026-08-20T02:24:37.928Z Compiling tokio-util v0.7.19
12702026-08-20T02:24:37.949Z Compiling ipnet v2.12.1
12712026-08-20T02:24:38.489Z Compiling untrusted v0.7.1
12722026-08-20T02:24:38.620Z Compiling untrusted v0.9.0
12732026-08-20T02:24:38.664Z Compiling camino v1.2.5
12742026-08-20T02:24:39.006Z Compiling ppv-lite86 v0.2.21
12752026-08-20T02:24:39.167Z Compiling async-trait v0.1.92
12762026-08-20T02:24:39.281Z Compiling daft-derive v0.1.8
12772026-08-20T02:24:39.339Z Compiling rustls v0.23.43
12782026-08-20T02:24:39.361Z Compiling crc32fast v1.5.0
12792026-08-20T02:24:39.757Z Compiling http-body v1.1.0
12802026-08-20T02:24:39.927Z Compiling darling_core v0.23.0
12812026-08-20T02:24:40.043Z Compiling usdt-impl v0.6.0
12822026-08-20T02:24:40.089Z Compiling crossbeam-utils v0.8.22
12832026-08-20T02:24:40.286Z Compiling pretty-hex v0.4.2
12842026-08-20T02:24:40.389Z Compiling atomic-waker v1.1.2
12852026-08-20T02:24:40.521Z Compiling scroll v0.13.0
12862026-08-20T02:24:40.797Z Compiling plain v0.2.3
12872026-08-20T02:24:40.908Z Compiling ryu v1.0.23
12882026-08-20T02:24:40.925Z Compiling tower-layer v0.3.3
12892026-08-20T02:24:41.046Z Compiling try-lock v0.2.5
12902026-08-20T02:24:41.123Z Compiling tower-service v0.3.3
12912026-08-20T02:24:41.166Z Compiling want v0.3.1
12922026-08-20T02:24:41.217Z Compiling goblin v0.10.7
12932026-08-20T02:24:41.233Z Compiling h2 v0.4.15
12942026-08-20T02:24:41.544Z Compiling slog-async v2.8.0
12952026-08-20T02:24:41.827Z Compiling httpdate v1.0.3
12962026-08-20T02:24:41.983Z Compiling darling_macro v0.23.0
12972026-08-20T02:24:42.218Z Compiling dtrace-parser v0.3.0
12982026-08-20T02:24:42.258Z Compiling thread-id v5.1.0
12992026-08-20T02:24:42.345Z Compiling ref-cast v1.0.26
13002026-08-20T02:24:42.553Z Compiling darling v0.23.0
13012026-08-20T02:24:43.787Z Compiling hyper v1.11.0
13022026-08-20T02:24:44.447Z Compiling dof v0.4.0
13032026-08-20T02:24:44.900Z Compiling rand_core v0.9.5
13042026-08-20T02:24:45.156Z Compiling hyper-util v0.1.20
13052026-08-20T02:24:45.934Z Compiling serde_urlencoded v0.7.1
13062026-08-20T02:24:46.221Z Compiling http-body-util v0.1.5
13072026-08-20T02:24:46.573Z Compiling ref-cast-impl v1.0.26
13082026-08-20T02:24:46.978Z Compiling syn v1.0.109
13092026-08-20T02:24:47.457Z Compiling usdt-macro v0.6.0
13102026-08-20T02:24:47.916Z Compiling usdt-attr-macro v0.6.0
13112026-08-20T02:24:47.950Z Compiling serde_tokenstream v0.3.0
13122026-08-20T02:24:48.247Z Compiling structmeta-derive v0.3.0
13132026-08-20T02:24:48.309Z Compiling multer v3.1.0
13142026-08-20T02:24:48.608Z Compiling foldhash v0.2.0
13152026-08-20T02:24:48.825Z Compiling newtype-uuid-macros v0.1.1
13162026-08-20T02:24:48.884Z Compiling rand_chacha v0.9.0
13172026-08-20T02:24:49.267Z Compiling structmeta v0.3.0
13182026-08-20T02:24:49.549Z Compiling deranged v0.5.8
13192026-08-20T02:24:49.618Z Compiling num_threads v0.1.7
13202026-08-20T02:24:49.718Z Compiling powerfmt v0.2.0
13212026-08-20T02:24:49.810Z Compiling rand v0.9.5
13222026-08-20T02:24:50.002Z Compiling newtype-uuid v1.4.0
13232026-08-20T02:24:50.032Z Compiling sync_wrapper v1.0.2
13242026-08-20T02:24:50.152Z Compiling strum_macros v0.26.4
13252026-08-20T02:24:50.500Z Compiling async-stream-impl v0.3.6
13262026-08-20T02:24:50.619Z Compiling time v0.3.55
13272026-08-20T02:24:50.891Z Compiling dropshot v0.17.1
13282026-08-20T02:24:51.139Z Compiling fastrand v2.5.0
13292026-08-20T02:24:51.163Z Compiling hex v0.4.3
13302026-08-20T02:24:51.464Z Compiling daft v0.1.8
13312026-08-20T02:24:51.480Z Compiling tower v0.5.3
13322026-08-20T02:24:51.778Z Compiling crossbeam-channel v0.5.16
13332026-08-20T02:24:52.115Z Compiling webpki-roots v1.0.9
13342026-08-20T02:24:52.239Z Compiling openapiv3 v2.2.0
13352026-08-20T02:24:52.437Z Compiling generic-array v0.14.7
13362026-08-20T02:24:53.054Z Compiling tower-http v0.6.11
13372026-08-20T02:24:53.128Z Compiling hashbrown v0.16.1
13382026-08-20T02:24:53.466Z Compiling serde_with_macros v3.22.0
13392026-08-20T02:24:53.855Z Compiling futures-executor v0.3.34
13402026-08-20T02:24:54.013Z Compiling dropshot_endpoint v0.17.1
13412026-08-20T02:24:54.299Z Compiling macaddr v1.0.1
13422026-08-20T02:24:54.316Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13432026-08-20T02:24:54.577Z Compiling thread_local v1.1.10
13442026-08-20T02:24:54.788Z Compiling cpufeatures v0.3.0
13452026-08-20T02:24:54.873Z Compiling openssl-probe v0.2.1
13462026-08-20T02:24:54.889Z Compiling futures v0.3.34
13472026-08-20T02:24:55.128Z Compiling rustls-native-certs v0.8.4
13482026-08-20T02:24:55.547Z Compiling tempfile v3.27.0
13492026-08-20T02:24:55.606Z Compiling derive-ex v0.1.8
13502026-08-20T02:24:55.993Z Compiling strum_macros v0.27.2
13512026-08-20T02:24:56.120Z Compiling is-terminal v0.4.17
13522026-08-20T02:24:56.230Z Compiling winnow v1.0.4
13532026-08-20T02:24:56.313Z Compiling take_mut v0.2.2
13542026-08-20T02:24:56.437Z Compiling term v1.2.1
13552026-08-20T02:24:57.216Z Compiling test-strategy v0.4.5
13562026-08-20T02:24:57.612Z Compiling slog-term v2.9.2
13572026-08-20T02:24:58.882Z Compiling hybrid-array v0.4.14
13582026-08-20T02:24:59.072Z Compiling simd-adler32 v0.3.10
13592026-08-20T02:24:59.095Z Compiling adler2 v2.0.1
13602026-08-20T02:24:59.262Z Compiling match_cfg v0.1.0
13612026-08-20T02:24:59.361Z Compiling hostname v0.3.1
13622026-08-20T02:24:59.500Z Compiling miniz_oxide v0.8.9
13632026-08-20T02:25:00.043Z Compiling slog-json v2.6.1
13642026-08-20T02:25:00.328Z Compiling memmap2 v0.9.11
13652026-08-20T02:25:00.628Z Compiling either v1.17.0
13662026-08-20T02:25:00.896Z Compiling usdt v0.6.0
13672026-08-20T02:25:00.987Z Compiling slog-bunyan v2.5.0
13682026-08-20T02:25:01.026Z Compiling flate2 v1.1.9
13692026-08-20T02:25:01.062Z Compiling block-buffer v0.12.1
13702026-08-20T02:25:01.179Z Compiling crypto-common v0.2.2
13712026-08-20T02:25:01.257Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13722026-08-20T02:25:01.584Z Compiling compression-core v0.4.32
13732026-08-20T02:25:01.689Z Compiling const-oid v0.10.2
13742026-08-20T02:25:01.758Z Compiling debug-ignore v1.0.5
13752026-08-20T02:25:01.879Z Compiling digest v0.11.3
13762026-08-20T02:25:01.989Z Compiling compression-codecs v0.4.38
13772026-08-20T02:25:02.404Z Compiling toml_parser v1.1.3+spec-1.1.0
13782026-08-20T02:25:02.457Z Compiling crypto-common v0.1.7
13792026-08-20T02:25:02.591Z Compiling parse-display-derive v0.10.0
13802026-08-20T02:25:02.661Z Compiling rand_chacha v0.3.1
13812026-08-20T02:25:02.926Z Compiling serde_spanned v1.1.1
13822026-08-20T02:25:03.021Z Compiling toml_datetime v1.1.1+spec-1.1.0
13832026-08-20T02:25:03.082Z Compiling encoding_rs v0.8.35
13842026-08-20T02:25:03.288Z Compiling toml_writer v1.1.2+spec-1.1.0
13852026-08-20T02:25:03.388Z Compiling spin v0.9.9
13862026-08-20T02:25:03.445Z Compiling mime v0.3.17
13872026-08-20T02:25:03.522Z Compiling toml v1.1.4+spec-1.1.0
13882026-08-20T02:25:03.697Z Compiling rand v0.8.7
13892026-08-20T02:25:03.919Z Compiling async-compression v0.4.43
13902026-08-20T02:25:04.074Z Compiling sha1 v0.11.0
13912026-08-20T02:25:04.370Z Compiling strum v0.26.3
13922026-08-20T02:25:04.455Z Compiling async-stream v0.3.6
13932026-08-20T02:25:04.542Z Compiling waitgroup v0.1.2
13942026-08-20T02:25:04.649Z Compiling rustls-pemfile v2.2.0
13952026-08-20T02:25:04.705Z Compiling serde_path_to_error v0.1.20
13962026-08-20T02:25:04.754Z Compiling hostname v0.4.2
13972026-08-20T02:25:04.923Z Compiling wait-timeout v0.2.1
13982026-08-20T02:25:05.316Z Compiling bit-vec v0.8.0
13992026-08-20T02:25:05.376Z Compiling quick-error v1.2.3
14002026-08-20T02:25:05.414Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14012026-08-20T02:25:05.495Z Compiling rusty-fork v0.3.1
14022026-08-20T02:25:05.627Z Compiling bit-set v0.8.0
14032026-08-20T02:25:05.855Z Compiling serde_with v3.22.0
14042026-08-20T02:25:05.902Z Compiling rand_xorshift v0.4.0
14052026-08-20T02:25:06.068Z Compiling unarray v0.1.4
14062026-08-20T02:25:06.236Z Compiling proptest v1.11.0
14072026-08-20T02:25:06.411Z Compiling strum v0.27.2
14082026-08-20T02:25:06.555Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14092026-08-20T02:25:06.708Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14102026-08-20T02:25:06.777Z Compiling instant v0.1.13
14112026-08-20T02:25:07.094Z Compiling iddqd v0.4.6
14122026-08-20T02:25:07.596Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-08-20T02:25:07.767Z Compiling block-buffer v0.10.4
14142026-08-20T02:25:07.898Z Compiling backon v1.6.0
14152026-08-20T02:25:08.503Z Compiling unicode-width v0.2.2
14162026-08-20T02:25:08.816Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14172026-08-20T02:25:09.075Z Compiling digest v0.10.7
14182026-08-20T02:25:09.342Z Compiling backoff v0.4.0
14192026-08-20T02:25:09.544Z Compiling parse-display v0.10.0
14202026-08-20T02:25:09.740Z Compiling itertools v0.14.0
14212026-08-20T02:25:09.909Z Compiling regress v0.10.5
14222026-08-20T02:25:10.149Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14232026-08-20T02:25:11.395Z Compiling humantime v2.4.0
14242026-08-20T02:25:13.024Z Compiling regress v0.11.1
14252026-08-20T02:25:14.560Z Compiling typify-impl v0.6.2
14262026-08-20T02:25:14.825Z Compiling zerocopy-derive v0.7.35
14272026-08-20T02:25:16.148Z Compiling clap_derive v4.6.4
14282026-08-20T02:25:16.187Z Compiling cpufeatures v0.2.17
14292026-08-20T02:25:16.266Z Compiling utf8parse v0.2.2
14302026-08-20T02:25:16.381Z Compiling convert_case v0.4.0
14312026-08-20T02:25:16.491Z Compiling anstyle-parse v1.0.0
14322026-08-20T02:25:16.670Z Compiling derive_more v0.99.20
14332026-08-20T02:25:17.736Z Compiling terminal_size v0.4.4
14342026-08-20T02:25:17.849Z Compiling typify-macro v0.6.2
14352026-08-20T02:25:17.885Z Compiling toml_datetime v0.6.11
14362026-08-20T02:25:17.903Z Compiling colorchoice v1.0.5
14372026-08-20T02:25:18.089Z Compiling anstyle v1.0.14
14382026-08-20T02:25:18.119Z Compiling is_terminal_polyfill v1.70.2
14392026-08-20T02:25:18.226Z Compiling anstyle-query v1.1.5
14402026-08-20T02:25:18.338Z Compiling anstream v1.0.0
14412026-08-20T02:25:18.664Z Compiling secrecy v0.10.3
14422026-08-20T02:25:18.860Z Compiling clap_lex v1.1.0
14432026-08-20T02:25:18.959Z Compiling crucible-workspace-hack v0.1.0
14442026-08-20T02:25:19.210Z Compiling tinyvec_macros v0.1.1
14452026-08-20T02:25:19.303Z Compiling heapless v0.8.0
14462026-08-20T02:25:19.392Z Compiling typify v0.6.2
14472026-08-20T02:25:19.412Z Compiling tinyvec v1.12.0
14482026-08-20T02:25:19.511Z Compiling clap_builder v4.6.6
14492026-08-20T02:25:19.842Z Compiling zerocopy v0.7.35
14502026-08-20T02:25:20.254Z Compiling hash32 v0.3.1
14512026-08-20T02:25:20.380Z Compiling rustc_version v0.4.1
14522026-08-20T02:25:20.413Z Compiling scroll_derive v0.12.1
14532026-08-20T02:25:20.603Z Compiling num-integer v0.1.47
14542026-08-20T02:25:20.638Z Compiling usdt-impl v0.5.0
14552026-08-20T02:25:20.927Z Compiling crossbeam-epoch v0.9.20
14562026-08-20T02:25:21.119Z Compiling smoltcp v0.11.0
14572026-08-20T02:25:21.142Z Compiling scroll v0.12.0
14582026-08-20T02:25:21.336Z Compiling curve25519-dalek v4.1.3
14592026-08-20T02:25:21.432Z Compiling clap v4.6.6
14602026-08-20T02:25:21.618Z Compiling dof v0.3.0
14612026-08-20T02:25:22.680Z Compiling hmac v0.12.1
14622026-08-20T02:25:22.787Z Compiling dtrace-parser v0.2.0
14632026-08-20T02:25:22.836Z Compiling inout v0.1.4
14642026-08-20T02:25:22.998Z Compiling darling_core v0.21.3
14652026-08-20T02:25:23.122Z Compiling ff v0.13.1
14662026-08-20T02:25:23.275Z Compiling cobs v0.3.0
14672026-08-20T02:25:23.547Z Compiling thread-id v4.2.2
14682026-08-20T02:25:23.639Z Compiling bitflags v1.3.2
14692026-08-20T02:25:24.034Z Compiling managed v0.8.0
14702026-08-20T02:25:24.154Z Compiling unsafe-libyaml v0.2.11
14712026-08-20T02:25:24.704Z Compiling serde_yaml v0.9.34+deprecated
14722026-08-20T02:25:25.045Z Compiling darling_macro v0.21.3
14732026-08-20T02:25:25.624Z Compiling postcard v1.1.3
14742026-08-20T02:25:25.929Z Compiling group v0.13.0
14752026-08-20T02:25:26.058Z Compiling cipher v0.4.4
14762026-08-20T02:25:26.147Z Compiling hkdf v0.12.4
14772026-08-20T02:25:26.748Z Compiling goblin v0.8.2
14782026-08-20T02:25:27.007Z Compiling num-iter v0.1.46
14792026-08-20T02:25:27.142Z Compiling num-rational v0.4.2
14802026-08-20T02:25:27.988Z Compiling tabwriter v1.4.1
14812026-08-20T02:25:28.078Z Compiling universal-hash v0.5.1
14822026-08-20T02:25:28.111Z Compiling crypto-bigint v0.5.5
14832026-08-20T02:25:28.231Z Compiling thiserror-impl-no-std v2.0.2
14842026-08-20T02:25:28.352Z Compiling hubpack_derive v0.1.1
14852026-08-20T02:25:28.879Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14862026-08-20T02:25:29.351Z Compiling half v2.7.1
14872026-08-20T02:25:29.622Z Compiling curve25519-dalek-derive v0.1.1
14882026-08-20T02:25:29.746Z Compiling num-complex v0.4.6
14892026-08-20T02:25:30.380Z Compiling memoffset v0.9.1
14902026-08-20T02:25:30.416Z Compiling base16ct v0.2.0
14912026-08-20T02:25:30.513Z Compiling heck v0.4.1
14922026-08-20T02:25:30.621Z Compiling ciborium-io v0.2.2
14932026-08-20T02:25:30.847Z Compiling rustix v0.38.44
14942026-08-20T02:25:30.871Z Compiling base64ct v1.8.3
14952026-08-20T02:25:30.960Z Compiling cfg_aliases v0.2.2
14962026-08-20T02:25:31.042Z Compiling prettyplease v0.2.37
14972026-08-20T02:25:31.199Z Compiling opaque-debug v0.3.1
14982026-08-20T02:25:31.277Z Compiling poly1305 v0.8.0
14992026-08-20T02:25:31.694Z Compiling password-hash v0.5.0
15002026-08-20T02:25:31.883Z Compiling nix v0.31.3
15012026-08-20T02:25:32.260Z Compiling ciborium-ll v0.2.2
15022026-08-20T02:25:32.577Z Compiling elliptic-curve v0.13.8
15032026-08-20T02:25:32.985Z Compiling num v0.4.3
15042026-08-20T02:25:33.066Z Compiling thiserror-no-std v2.0.2
15052026-08-20T02:25:33.161Z Compiling hubpack v0.1.2
15062026-08-20T02:25:34.244Z Compiling chacha20 v0.9.1
15072026-08-20T02:25:34.492Z Compiling darling v0.21.3
15082026-08-20T02:25:34.879Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15092026-08-20T02:25:35.361Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15102026-08-20T02:25:35.471Z Compiling reqwest v0.12.28
15112026-08-20T02:25:35.868Z Compiling toml_edit v0.25.13+spec-1.1.0
15122026-08-20T02:25:36.283Z Compiling blake2 v0.10.6
15132026-08-20T02:25:36.575Z Compiling aead v0.5.2
15142026-08-20T02:25:36.783Z Compiling byte-wrapper v0.1.0
15152026-08-20T02:25:36.896Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15162026-08-20T02:25:36.932Z Compiling serde_repr v0.1.21
15172026-08-20T02:25:37.599Z Compiling proc-macro-error-attr v1.0.4
15182026-08-20T02:25:37.700Z Compiling bstr v1.13.1
15192026-08-20T02:25:37.901Z Compiling keccak v0.1.6
15202026-08-20T02:25:37.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15212026-08-20T02:25:38.026Z Compiling float-ord v0.3.2
15222026-08-20T02:25:38.142Z Compiling static_assertions v1.1.0
15232026-08-20T02:25:38.224Z Compiling sha3 v0.10.9
15242026-08-20T02:25:38.600Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15252026-08-20T02:25:38.618Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-08-20T02:25:39.117Z Compiling chacha20poly1305 v0.10.1
15272026-08-20T02:25:39.269Z Compiling argon2 v0.5.3
15282026-08-20T02:25:39.326Z Compiling progenitor-client v0.10.0
15292026-08-20T02:25:39.581Z Compiling proc-macro-crate v3.5.0
15302026-08-20T02:25:40.214Z Compiling ingot-macros v0.1.1
15312026-08-20T02:25:40.232Z Compiling vsss-rs v3.3.4
15322026-08-20T02:25:41.864Z Compiling ciborium v0.2.2
15332026-08-20T02:25:42.864Z Compiling usdt-macro v0.5.0
15342026-08-20T02:25:42.881Z Compiling usdt-attr-macro v0.5.0
15352026-08-20T02:25:44.278Z Compiling enum-as-inner v0.6.1
15362026-08-20T02:25:44.467Z Compiling num-derive v0.4.2
15372026-08-20T02:25:44.832Z Compiling proc-macro-error v1.0.4
15382026-08-20T02:25:45.069Z Compiling memmap v0.7.0
15392026-08-20T02:25:45.073Z Compiling indent_write v2.2.0
15402026-08-20T02:25:45.233Z Compiling data-encoding v2.11.1
15412026-08-20T02:25:45.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15422026-08-20T02:25:45.600Z Compiling winnow v0.5.40
15432026-08-20T02:25:45.916Z Compiling usdt v0.5.0
15442026-08-20T02:25:46.240Z Compiling ingot-types v0.1.2
15452026-08-20T02:25:46.499Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15462026-08-20T02:25:46.657Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15472026-08-20T02:25:46.674Z Compiling num_enum_derive v0.7.6
15482026-08-20T02:25:46.760Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15492026-08-20T02:25:46.989Z Compiling toml_edit v0.19.15
15502026-08-20T02:25:47.608Z Compiling serde_spanned v0.6.9
15512026-08-20T02:25:47.663Z Compiling foreign-types-macros v0.2.4
15522026-08-20T02:25:47.845Z Compiling vcpkg v0.2.15
15532026-08-20T02:25:47.962Z Compiling foreign-types-shared v0.3.1
15542026-08-20T02:25:48.066Z Compiling bytecount v0.6.9
15552026-08-20T02:25:48.257Z Compiling winnow v0.7.15
15562026-08-20T02:25:48.277Z Compiling colored v3.1.1
15572026-08-20T02:25:48.368Z Compiling toml_write v0.1.2
15582026-08-20T02:25:48.594Z Compiling crossbeam-deque v0.8.7
15592026-08-20T02:25:48.823Z Compiling openssl-sys v0.9.117
15602026-08-20T02:25:48.862Z Compiling foreign-types v0.5.0
15612026-08-20T02:25:48.902Z Compiling proc-macro-crate v1.3.1
15622026-08-20T02:25:48.946Z Compiling num_enum v0.7.6
15632026-08-20T02:25:49.230Z Compiling ingot v0.1.1
15642026-08-20T02:25:49.366Z Compiling atomicwrites v0.4.4
15652026-08-20T02:25:49.603Z Compiling toml_edit v0.22.27
15662026-08-20T02:25:49.675Z Compiling progenitor-impl v0.14.0
15672026-08-20T02:25:49.695Z Compiling chacha20 v0.10.1
15682026-08-20T02:25:49.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15692026-08-20T02:25:50.487Z Compiling rustls-webpki v0.103.14
15702026-08-20T02:25:51.717Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15712026-08-20T02:25:51.892Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15722026-08-20T02:25:51.895Z Compiling cstr-argument v0.1.2
15732026-08-20T02:25:52.045Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15742026-08-20T02:25:52.129Z Compiling semver v0.1.20
15752026-08-20T02:25:52.146Z Compiling linked-hash-map v0.5.6
15762026-08-20T02:25:52.284Z Compiling unicode-segmentation v1.13.3
15772026-08-20T02:25:52.332Z Compiling resolv-conf v0.7.6
15782026-08-20T02:25:52.359Z Compiling rayon-core v1.13.0
15792026-08-20T02:25:52.614Z Compiling swrite v0.1.0
15802026-08-20T02:25:52.730Z Compiling newline-converter v0.3.0
15812026-08-20T02:25:52.875Z Compiling lru-cache v0.1.2
15822026-08-20T02:25:52.925Z Compiling rustc_version v0.1.7
15832026-08-20T02:25:53.019Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15842026-08-20T02:25:53.039Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15852026-08-20T02:25:53.122Z Compiling progenitor-macro v0.14.0
15862026-08-20T02:25:53.207Z Compiling toml v0.8.23
15872026-08-20T02:25:53.663Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15882026-08-20T02:25:53.799Z Compiling rand v0.10.2
15892026-08-20T02:25:54.597Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15902026-08-20T02:25:54.761Z Compiling num_enum_derive v0.5.11
15912026-08-20T02:25:54.822Z Compiling tokio-rustls v0.26.4
15922026-08-20T02:25:54.840Z Compiling rustls-platform-verifier v0.7.0
15932026-08-20T02:25:55.132Z Compiling hyper-rustls v0.27.9
15942026-08-20T02:25:55.435Z Compiling reqwest v0.13.4
15952026-08-20T02:25:56.150Z Compiling hickory-proto v0.24.4
15962026-08-20T02:25:57.530Z Compiling progenitor-client v0.14.0
15972026-08-20T02:25:57.854Z Compiling progenitor-extras v0.2.0
15982026-08-20T02:26:01.128Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15992026-08-20T02:26:03.216Z Compiling similar v2.7.0
16002026-08-20T02:26:05.916Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16012026-08-20T02:26:08.405Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-20T02:26:10.018Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-20T02:26:10.288Z Compiling progenitor-impl v0.13.0
16042026-08-20T02:26:10.895Z Compiling console v0.15.11
16052026-08-20T02:26:11.208Z Compiling camino-tempfile v1.4.1
16062026-08-20T02:26:11.602Z Compiling serde-big-array v0.5.1
16072026-08-20T02:26:11.777Z Compiling pin-project-internal v1.1.13
16082026-08-20T02:26:12.176Z Compiling derive-where v1.6.1
16092026-08-20T02:26:12.356Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16102026-08-20T02:26:12.855Z Compiling lazy_static v1.5.0
16112026-08-20T02:26:12.885Z Compiling minimal-lexical v0.2.1
16122026-08-20T02:26:12.888Z Compiling siphasher v1.0.3
16132026-08-20T02:26:13.121Z Compiling nom v7.1.3
16142026-08-20T02:26:13.138Z Compiling phf_shared v0.12.1
16152026-08-20T02:26:13.364Z Compiling pin-project v1.1.13
16162026-08-20T02:26:13.431Z Compiling progenitor-macro v0.13.0
16172026-08-20T02:26:13.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16182026-08-20T02:26:13.782Z Compiling expectorate v1.2.0
16192026-08-20T02:26:13.993Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16202026-08-20T02:26:14.452Z Compiling progenitor v0.14.0
16212026-08-20T02:26:14.809Z Compiling hickory-resolver v0.24.4
16222026-08-20T02:26:15.133Z Compiling progenitor-client v0.13.0
16232026-08-20T02:26:17.258Z Compiling num_enum v0.5.11
16242026-08-20T02:26:17.761Z Compiling newtype_derive v0.1.6
16252026-08-20T02:26:18.008Z Compiling snafu-derive v0.8.9
16262026-08-20T02:26:18.444Z Compiling unicode-normalization v0.1.25
16272026-08-20T02:26:19.046Z Compiling tokio-stream v0.1.19
16282026-08-20T02:26:19.332Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-20T02:26:19.619Z Compiling async-recursion v1.1.1
16302026-08-20T02:26:19.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16312026-08-20T02:26:20.075Z Compiling slog-dtrace v0.3.0
16322026-08-20T02:26:20.305Z Compiling csv-core v0.1.13
16332026-08-20T02:26:20.324Z Compiling same-file v1.0.6
16342026-08-20T02:26:20.509Z Compiling openssl v0.10.81
16352026-08-20T02:26:20.726Z Compiling unicode-width v0.1.14
16362026-08-20T02:26:20.835Z Compiling jiff-core v0.1.0
16372026-08-20T02:26:20.867Z Compiling foreign-types-shared v0.1.1
16382026-08-20T02:26:20.974Z Compiling highway v1.3.0
16392026-08-20T02:26:21.041Z Compiling unicode-xid v0.2.6
16402026-08-20T02:26:21.181Z Compiling chrono-tz v0.10.4
16412026-08-20T02:26:21.422Z Compiling owo-colors v4.3.0
16422026-08-20T02:26:21.672Z Compiling cancel-safe-futures v0.1.5
16432026-08-20T02:26:21.766Z Compiling foldhash v0.1.5
16442026-08-20T02:26:21.936Z Compiling konst_macro_rules v0.2.19
16452026-08-20T02:26:22.025Z Compiling hashbrown v0.15.5
16462026-08-20T02:26:22.140Z Compiling konst v0.2.20
16472026-08-20T02:26:22.476Z Compiling jiff v0.2.35
16482026-08-20T02:26:22.555Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16492026-08-20T02:26:22.651Z Compiling const_format_proc_macros v0.2.34
16502026-08-20T02:26:22.698Z Compiling foreign-types v0.3.2
16512026-08-20T02:26:22.807Z Compiling csv v1.4.0
16522026-08-20T02:26:23.357Z Compiling walkdir v2.5.0
16532026-08-20T02:26:23.592Z Compiling snafu v0.8.9
16542026-08-20T02:26:23.734Z Compiling progenitor v0.13.0
16552026-08-20T02:26:23.891Z Compiling qorb v0.4.1
16562026-08-20T02:26:24.058Z Compiling olpc-cjson v0.1.4
16572026-08-20T02:26:24.263Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16582026-08-20T02:26:24.807Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16592026-08-20T02:26:28.426Z Compiling rayon v1.12.0
16602026-08-20T02:26:29.028Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-08-20T02:26:29.440Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-08-20T02:26:29.930Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-08-20T02:26:30.392Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16642026-08-20T02:26:30.570Z Compiling phf v0.12.1
16652026-08-20T02:26:30.760Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-08-20T02:26:31.835Z Compiling zone_cfg_derive v0.3.1
16672026-08-20T02:26:32.103Z Compiling tokio-dtrace v0.1.1
16682026-08-20T02:26:32.423Z Compiling globset v0.4.20
16692026-08-20T02:26:32.566Z Compiling itertools v0.15.0
16702026-08-20T02:26:32.585Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16712026-08-20T02:26:32.677Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-20T02:26:32.816Z Compiling itertools v0.12.1
16732026-08-20T02:26:33.273Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16742026-08-20T02:26:33.292Z Compiling pem v3.0.6
16752026-08-20T02:26:33.389Z Compiling libsw-core v0.3.2
16762026-08-20T02:26:33.598Z Compiling serde_plain v1.0.2
16772026-08-20T02:26:33.869Z Compiling openssl-macros v0.1.1
16782026-08-20T02:26:33.878Z Compiling cookie v0.18.2
16792026-08-20T02:26:33.961Z Compiling sigpipe v0.1.3
16802026-08-20T02:26:34.136Z Compiling fixedbitset v0.5.7
16812026-08-20T02:26:34.291Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-08-20T02:26:34.334Z Compiling glob v0.3.4
16832026-08-20T02:26:34.351Z Compiling fixedbitset v0.4.2
16842026-08-20T02:26:34.396Z Compiling typed-path v0.9.3
16852026-08-20T02:26:34.547Z Compiling petgraph v0.6.5
16862026-08-20T02:26:34.648Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16872026-08-20T02:26:34.733Z Compiling petgraph v0.8.3
16882026-08-20T02:26:36.458Z Compiling tough v0.22.0
16892026-08-20T02:26:36.741Z Compiling zone v0.3.1
16902026-08-20T02:26:36.956Z Compiling ingot-macros v0.2.0
16912026-08-20T02:26:37.196Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16922026-08-20T02:26:37.231Z Compiling libsw v3.5.0
16932026-08-20T02:26:37.428Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-20T02:26:37.688Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16952026-08-20T02:26:37.943Z Compiling oxide-tokio-rt v0.1.6
16962026-08-20T02:26:37.988Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16972026-08-20T02:26:38.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16982026-08-20T02:26:38.403Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-08-20T02:26:39.725Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-08-20T02:26:41.290Z Compiling const_format v0.2.36
17012026-08-20T02:26:41.297Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-08-20T02:26:42.110Z Compiling papergrid v0.11.0
17032026-08-20T02:26:42.174Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-08-20T02:26:42.630Z Compiling tabled_derive v0.7.0
17052026-08-20T02:26:43.402Z Compiling libscf-sys v1.2.0
17062026-08-20T02:26:43.562Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17072026-08-20T02:26:43.639Z Compiling gethostname v0.5.0
17082026-08-20T02:26:43.783Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-20T02:26:43.919Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17102026-08-20T02:26:44.217Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-08-20T02:26:44.349Z Compiling smf v0.2.3
17122026-08-20T02:26:44.399Z Compiling bcs v0.1.6
17132026-08-20T02:26:44.426Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17142026-08-20T02:26:44.811Z Compiling linear-map v1.2.0
17152026-08-20T02:26:45.047Z Compiling termtree v0.5.1
17162026-08-20T02:26:45.225Z Compiling smawk v0.3.3
17172026-08-20T02:26:45.382Z Compiling unicode-linebreak v0.1.5
17182026-08-20T02:26:45.454Z Compiling tagptr v0.2.0
17192026-08-20T02:26:45.626Z Compiling whoami v1.6.1
17202026-08-20T02:26:45.668Z Compiling textwrap v0.16.2
17212026-08-20T02:26:45.682Z Compiling moka v0.12.16
17222026-08-20T02:26:47.174Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-08-20T02:26:47.209Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17242026-08-20T02:26:47.262Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-08-20T02:26:47.727Z Compiling tabled v0.15.0
17262026-08-20T02:26:48.246Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-08-20T02:26:48.436Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-08-20T02:26:48.645Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-08-20T02:26:48.659Z Compiling steno v0.4.1
17302026-08-20T02:26:50.025Z Compiling ingot-types v0.2.0
17312026-08-20T02:26:52.474Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-20T02:26:54.207Z Compiling hickory-proto v0.25.2
17332026-08-20T02:26:55.028Z Compiling ingot v0.2.1
17342026-08-20T02:26:55.570Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17352026-08-20T02:26:56.284Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17362026-08-20T02:26:56.403Z Compiling parking_lot_core v0.8.6
17372026-08-20T02:26:56.438Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-20T02:26:56.438Z Compiling papergrid v0.18.0
17392026-08-20T02:26:56.925Z Compiling hickory-resolver v0.25.2
17402026-08-20T02:26:57.188Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17412026-08-20T02:26:58.268Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-20T02:26:58.872Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17432026-08-20T02:26:59.308Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17442026-08-20T02:26:59.839Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17452026-08-20T02:27:00.295Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-20T02:27:01.018Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17472026-08-20T02:27:01.876Z Compiling tabled v0.21.0
17482026-08-20T02:27:02.580Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17492026-08-20T02:27:02.709Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17502026-08-20T02:27:03.336Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17512026-08-20T02:27:03.985Z Compiling arc-swap v1.9.2
17522026-08-20T02:27:04.333Z Compiling slog-scope v4.4.1
17532026-08-20T02:27:04.702Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17542026-08-20T02:27:05.136Z Compiling parking_lot v0.11.2
17552026-08-20T02:27:05.525Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17562026-08-20T02:27:06.022Z Compiling dropshot-api-manager-types v0.7.2
17572026-08-20T02:27:06.070Z Compiling fxhash v0.2.1
17582026-08-20T02:27:06.413Z Compiling crc8 v0.1.1
17592026-08-20T02:27:06.413Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17602026-08-20T02:27:06.609Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17612026-08-20T02:27:07.356Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17622026-08-20T02:27:07.652Z Compiling sled v0.34.7
17632026-08-20T02:27:09.772Z Compiling slog-stdlog v4.1.1
17642026-08-20T02:27:09.975Z Compiling port-file v0.1.0
17652026-08-20T02:27:10.160Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17662026-08-20T02:27:10.253Z Compiling slog-envlogger v2.2.0
17672026-08-20T02:27:10.426Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17682026-08-20T02:27:11.250Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-08-20T02:27:13.352Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-20T02:27:16.150Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17712026-08-20T02:27:17.687Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17722026-08-20T02:27:27.421Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17732026-08-20T02:27:31.624Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17742026-08-20T02:27:35.079Z Finished `release` profile [optimized] target(s) in 3m 39s
17752026-08-20T02:27:35.400Z+ banner quartet
17762026-08-20T02:27:35.404Z
17772026-08-20T02:27:35.404Z #### # # ## ##### ##### ###### #####
17782026-08-20T02:27:35.404Z # # # # # # # # # # #
17792026-08-20T02:27:35.404Z # # # # # # # # # ##### #
17802026-08-20T02:27:35.405Z # # # # # ###### ##### # # #
17812026-08-20T02:27:35.405Z # # # # # # # # # # #
17822026-08-20T02:27:35.405Z ### # #### # # # # # ###### #
17832026-08-20T02:27:35.405Z
17842026-08-20T02:27:35.405Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
17852026-08-20T02:27:35.992Z Compiling cfg-if v1.0.4
17862026-08-20T02:27:36.100Z Compiling libc v0.2.189
17872026-08-20T02:27:36.100Z Compiling serde_core v1.0.229
17882026-08-20T02:27:36.105Z Compiling memchr v2.8.3
17892026-08-20T02:27:36.113Z Compiling smallvec v1.15.2
17902026-08-20T02:27:36.117Z Compiling itoa v1.0.18
17912026-08-20T02:27:36.121Z Compiling stable_deref_trait v1.2.1
17922026-08-20T02:27:36.129Z Compiling zerofrom v0.1.8
17932026-08-20T02:27:36.148Z Compiling zmij v1.0.23
17942026-08-20T02:27:36.197Z Compiling litemap v0.8.2
17952026-08-20T02:27:36.259Z Compiling yoke v0.8.3
17962026-08-20T02:27:36.359Z Compiling writeable v0.6.3
17972026-08-20T02:27:36.364Z Compiling utf8_iter v1.0.4
17982026-08-20T02:27:36.399Z Compiling percent-encoding v2.3.2
17992026-08-20T02:27:36.457Z Compiling zerovec v0.11.6
18002026-08-20T02:27:36.478Z Compiling zerotrie v0.2.4
18012026-08-20T02:27:36.515Z Compiling libm v0.2.16
18022026-08-20T02:27:36.605Z Compiling icu_normalizer_data v2.2.0
18032026-08-20T02:27:36.640Z Compiling icu_properties_data v2.2.0
18042026-08-20T02:27:36.660Z Compiling form_urlencoded v1.2.2
18052026-08-20T02:27:36.685Z Compiling rand_core v0.10.1
18062026-08-20T02:27:36.782Z Compiling errno v0.3.14
18072026-08-20T02:27:36.852Z Compiling getrandom v0.4.3
18082026-08-20T02:27:36.904Z Compiling iana-time-zone v0.1.65
18092026-08-20T02:27:36.930Z Compiling pin-project-lite v0.2.17
18102026-08-20T02:27:36.966Z Compiling zeroize v1.9.0
18112026-08-20T02:27:37.045Z Compiling tinystr v0.8.3
18122026-08-20T02:27:37.056Z Compiling potential_utf v0.1.5
18132026-08-20T02:27:37.065Z Compiling dyn-clone v1.0.20
18142026-08-20T02:27:37.200Z Compiling icu_collections v2.2.0
18152026-08-20T02:27:37.205Z Compiling socket2 v0.6.5
18162026-08-20T02:27:37.226Z Compiling icu_locale_core v2.2.0
18172026-08-20T02:27:37.232Z Compiling scopeguard v1.2.0
18182026-08-20T02:27:37.238Z Compiling parking_lot_core v0.9.12
18192026-08-20T02:27:37.254Z Compiling signal-hook-registry v1.4.8
18202026-08-20T02:27:37.435Z Compiling num-traits v0.2.19
18212026-08-20T02:27:37.618Z Compiling lock_api v0.4.14
18222026-08-20T02:27:37.694Z Compiling mio v1.2.2
18232026-08-20T02:27:37.875Z Compiling parking_lot v0.12.5
18242026-08-20T02:27:37.913Z Compiling serde v1.0.229
18252026-08-20T02:27:37.943Z Compiling serde_json v1.0.151
18262026-08-20T02:27:38.090Z Compiling icu_provider v2.2.0
18272026-08-20T02:27:38.100Z Compiling uuid v1.24.0
18282026-08-20T02:27:38.217Z Compiling semver v1.0.28
18292026-08-20T02:27:38.352Z Compiling icu_properties v2.2.0
18302026-08-20T02:27:38.549Z Compiling bytes v1.12.1
18312026-08-20T02:27:38.663Z Compiling icu_normalizer v2.2.0
18322026-08-20T02:27:38.685Z Compiling chrono v0.4.45
18332026-08-20T02:27:38.781Z Compiling portable-atomic v1.15.0
18342026-08-20T02:27:38.851Z Compiling thiserror v2.0.20
18352026-08-20T02:27:38.962Z Compiling bitflags v2.13.1
18362026-08-20T02:27:39.368Z Compiling idna_adapter v1.2.2
18372026-08-20T02:27:39.447Z Compiling tokio v1.53.1
18382026-08-20T02:27:39.605Z Compiling idna v1.1.0
18392026-08-20T02:27:39.643Z Compiling futures-core v0.3.34
18402026-08-20T02:27:39.692Z Compiling critical-section v1.2.0
18412026-08-20T02:27:39.807Z Compiling once_cell v1.21.4
18422026-08-20T02:27:39.844Z Compiling url v2.5.8
18432026-08-20T02:27:39.872Z Compiling subtle v2.6.1
18442026-08-20T02:27:39.931Z Compiling equivalent v1.0.2
18452026-08-20T02:27:40.030Z Compiling log v0.4.33
18462026-08-20T02:27:40.047Z Compiling allocator-api2 v0.2.21
18472026-08-20T02:27:40.061Z Compiling zerocopy v0.8.56
18482026-08-20T02:27:40.285Z Compiling futures-sink v0.3.34
18492026-08-20T02:27:40.399Z Compiling slab v0.4.12
18502026-08-20T02:27:40.433Z Compiling schemars v0.8.22
18512026-08-20T02:27:40.484Z Compiling typenum v1.20.1
18522026-08-20T02:27:40.606Z Compiling futures-channel v0.3.34
18532026-08-20T02:27:40.909Z Compiling hashbrown v0.17.1
18542026-08-20T02:27:41.335Z Compiling getrandom v0.2.17
18552026-08-20T02:27:41.582Z Compiling futures-task v0.3.34
18562026-08-20T02:27:41.591Z Compiling futures-io v0.3.34
18572026-08-20T02:27:41.607Z Compiling rand_core v0.6.4
18582026-08-20T02:27:41.744Z Compiling futures-util v0.3.34
18592026-08-20T02:27:41.785Z Compiling indexmap v2.14.0
18602026-08-20T02:27:41.861Z Compiling tracing-core v0.1.36
18612026-08-20T02:27:42.112Z Compiling ipnetwork v0.21.1
18622026-08-20T02:27:42.336Z Compiling tracing v0.1.44
18632026-08-20T02:27:42.645Z Compiling base64 v0.22.1
18642026-08-20T02:27:42.689Z Compiling http v1.5.0
18652026-08-20T02:27:42.915Z Compiling unicode-ident v1.0.24
18662026-08-20T02:27:43.039Z Compiling proc-macro2 v1.0.107
18672026-08-20T02:27:43.101Z Compiling slog v2.8.2
18682026-08-20T02:27:43.117Z Compiling erased-serde v0.3.31
18692026-08-20T02:27:43.257Z Compiling fnv v1.0.7
18702026-08-20T02:27:43.369Z Compiling oxnet v0.1.6
18712026-08-20T02:27:44.004Z Compiling quote v1.0.47
18722026-08-20T02:27:44.306Z Compiling syn v2.0.119
18732026-08-20T02:27:44.369Z Compiling tokio-util v0.7.19
18742026-08-20T02:27:44.576Z Compiling byteorder v1.5.0
18752026-08-20T02:27:44.672Z Compiling ipnet v2.12.1
18762026-08-20T02:27:44.840Z Compiling thiserror v1.0.69
18772026-08-20T02:27:44.957Z Compiling ppv-lite86 v0.2.21
18782026-08-20T02:27:45.076Z Compiling rustls-pki-types v1.15.1
18792026-08-20T02:27:45.301Z Compiling aws-lc-sys v0.44.0
18802026-08-20T02:27:45.410Z Compiling http-body v1.1.0
18812026-08-20T02:27:45.431Z Compiling untrusted v0.7.1
18822026-08-20T02:27:45.559Z Compiling atomic-waker v1.1.2
18832026-08-20T02:27:45.588Z Compiling httparse v1.10.1
18842026-08-20T02:27:45.616Z Compiling try-lock v0.2.5
18852026-08-20T02:27:45.712Z Compiling tower-service v0.3.3
18862026-08-20T02:27:45.760Z Compiling rustls v0.23.43
18872026-08-20T02:27:45.814Z Compiling untrusted v0.9.0
18882026-08-20T02:27:45.860Z Compiling aws-lc-rs v1.18.0
18892026-08-20T02:27:45.908Z Compiling ryu v1.0.23
18902026-08-20T02:27:45.955Z Compiling tower-layer v0.3.3
18912026-08-20T02:27:45.982Z Compiling pretty-hex v0.4.2
18922026-08-20T02:27:46.009Z Compiling want v0.3.1
18932026-08-20T02:27:46.071Z Compiling h2 v0.4.15
18942026-08-20T02:27:46.123Z Compiling httpdate v1.0.3
18952026-08-20T02:27:46.151Z Compiling rustix v1.1.4
18962026-08-20T02:27:46.191Z Compiling regex-syntax v0.8.11
18972026-08-20T02:27:46.204Z Compiling plain v0.2.3
18982026-08-20T02:27:46.322Z Compiling getrandom v0.3.4
18992026-08-20T02:27:46.523Z Compiling omicron-workspace-hack v0.1.0
19002026-08-20T02:27:46.532Z Compiling ucd-trie v0.1.7
19012026-08-20T02:27:46.583Z Compiling rand_core v0.9.5
19022026-08-20T02:27:46.842Z Compiling pest v2.8.8
19032026-08-20T02:27:47.089Z Compiling rustls-webpki v0.103.14
19042026-08-20T02:27:48.472Z Compiling crossbeam-utils v0.8.22
19052026-08-20T02:27:48.822Z Compiling hyper v1.11.0
19062026-08-20T02:27:49.185Z Compiling serde_urlencoded v0.7.1
19072026-08-20T02:27:49.456Z Compiling http-body-util v0.1.5
19082026-08-20T02:27:49.545Z Compiling foldhash v0.2.0
19092026-08-20T02:27:49.766Z Compiling newtype-uuid v1.4.0
19102026-08-20T02:27:49.846Z Compiling hex v0.4.3
19112026-08-20T02:27:50.159Z Compiling daft v0.1.8
19122026-08-20T02:27:52.857Z Compiling hyper-util v0.1.20
19132026-08-20T02:27:52.905Z Compiling rand_chacha v0.9.0
19142026-08-20T02:27:52.906Z Compiling sync_wrapper v1.0.2
19152026-08-20T02:27:52.906Z Compiling aho-corasick v1.1.5
19162026-08-20T02:27:52.906Z Compiling tokio-rustls v0.26.4
19172026-08-20T02:27:52.906Z Compiling fastrand v2.5.0
19182026-08-20T02:27:53.008Z Compiling regex-automata v0.4.18
19192026-08-20T02:27:53.456Z Compiling tower v0.5.3
19202026-08-20T02:27:53.463Z Compiling anyhow v1.0.104
19212026-08-20T02:27:53.521Z Compiling rand v0.9.5
19222026-08-20T02:27:53.579Z Compiling generic-array v0.14.7
19232026-08-20T02:27:53.963Z Compiling tower-http v0.6.11
19242026-08-20T02:27:54.103Z Compiling hashbrown v0.16.1
19252026-08-20T02:27:54.132Z Compiling openapiv3 v2.2.0
19262026-08-20T02:27:54.242Z Compiling powerfmt v0.2.0
19272026-08-20T02:27:54.511Z Compiling cpufeatures v0.3.0
19282026-08-20T02:27:54.592Z Compiling deranged v0.5.8
19292026-08-20T02:27:54.651Z Compiling openssl-probe v0.2.1
19302026-08-20T02:27:54.815Z Compiling num_threads v0.1.7
19312026-08-20T02:27:54.909Z Compiling time-core v0.1.9
19322026-08-20T02:27:54.921Z Compiling num-conv v0.2.2
19332026-08-20T02:27:55.079Z Compiling rustls-native-certs v0.8.4
19342026-08-20T02:27:55.105Z Compiling camino v1.2.5
19352026-08-20T02:27:55.670Z Compiling time v0.3.55
19362026-08-20T02:27:55.724Z Compiling tempfile v3.27.0
19372026-08-20T02:27:55.872Z Compiling futures-executor v0.3.34
19382026-08-20T02:27:56.384Z Compiling winnow v1.0.4
19392026-08-20T02:27:56.396Z Compiling futures v0.3.34
19402026-08-20T02:27:56.478Z Compiling rustls-platform-verifier v0.7.0
19412026-08-20T02:27:56.558Z Compiling regex v1.13.1
19422026-08-20T02:27:56.780Z Compiling hyper-rustls v0.27.9
19432026-08-20T02:27:57.045Z Compiling crossbeam-channel v0.5.16
19442026-08-20T02:27:57.157Z Compiling scroll v0.13.0
19452026-08-20T02:27:57.471Z Compiling hybrid-array v0.4.14
19462026-08-20T02:27:57.804Z Compiling simd-adler32 v0.3.10
19472026-08-20T02:27:57.847Z Compiling adler2 v2.0.1
19482026-08-20T02:27:57.955Z Compiling miniz_oxide v0.8.9
19492026-08-20T02:27:57.989Z Compiling goblin v0.10.7
19502026-08-20T02:27:58.012Z Compiling crc32fast v1.5.0
19512026-08-20T02:27:58.262Z Compiling reqwest v0.13.4
19522026-08-20T02:27:58.561Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-20T02:27:58.647Z Compiling thread_local v1.1.10
19542026-08-20T02:27:58.998Z Compiling either v1.17.0
19552026-08-20T02:27:59.237Z Compiling flate2 v1.1.9
19562026-08-20T02:27:59.397Z Compiling crypto-common v0.2.2
19572026-08-20T02:27:59.797Z Compiling block-buffer v0.12.1
19582026-08-20T02:27:59.983Z Compiling crypto-common v0.1.7
19592026-08-20T02:28:00.137Z Compiling dtrace-parser v0.3.0
19602026-08-20T02:28:00.538Z Compiling rand_chacha v0.3.1
19612026-08-20T02:28:00.673Z Compiling thread-id v5.1.0
19622026-08-20T02:28:00.766Z Compiling is-terminal v0.4.17
19632026-08-20T02:28:00.875Z Compiling compression-core v0.4.32
19642026-08-20T02:28:01.067Z Compiling take_mut v0.2.2
19652026-08-20T02:28:01.150Z Compiling match_cfg v0.1.0
19662026-08-20T02:28:01.188Z Compiling dof v0.4.0
19672026-08-20T02:28:01.228Z Compiling debug-ignore v1.0.5
19682026-08-20T02:28:01.345Z Compiling term v1.2.1
19692026-08-20T02:28:02.710Z Compiling const-oid v0.10.2
19702026-08-20T02:28:03.018Z Compiling digest v0.11.3
19712026-08-20T02:28:03.215Z Compiling usdt-impl v0.6.0
19722026-08-20T02:28:03.236Z Compiling slog-term v2.9.2
19732026-08-20T02:28:04.224Z Compiling hostname v0.3.1
19742026-08-20T02:28:04.388Z Compiling slog-async v2.8.0
19752026-08-20T02:28:04.503Z Compiling compression-codecs v0.4.38
19762026-08-20T02:28:04.753Z Compiling rand v0.8.7
19772026-08-20T02:28:04.869Z Compiling ref-cast v1.0.26
19782026-08-20T02:28:04.984Z Compiling slog-json v2.6.1
19792026-08-20T02:28:05.254Z Compiling toml_parser v1.1.3+spec-1.1.0
19802026-08-20T02:28:05.536Z Compiling strum v0.26.3
19812026-08-20T02:28:05.670Z Compiling macaddr v1.0.1
19822026-08-20T02:28:05.682Z Compiling toml_datetime v1.1.1+spec-1.1.0
19832026-08-20T02:28:05.953Z Compiling serde_spanned v1.1.1
19842026-08-20T02:28:06.120Z Compiling memmap2 v0.9.11
19852026-08-20T02:28:06.126Z Compiling wait-timeout v0.2.1
19862026-08-20T02:28:06.398Z Compiling encoding_rs v0.8.35
19872026-08-20T02:28:06.536Z Compiling toml_writer v1.1.2+spec-1.1.0
19882026-08-20T02:28:06.595Z Compiling bit-vec v0.8.0
19892026-08-20T02:28:06.799Z Compiling quick-error v1.2.3
19902026-08-20T02:28:06.897Z Compiling spin v0.9.9
19912026-08-20T02:28:06.915Z Compiling mime v0.3.17
19922026-08-20T02:28:07.029Z Compiling rusty-fork v0.3.1
19932026-08-20T02:28:07.384Z Compiling bit-set v0.8.0
19942026-08-20T02:28:07.459Z Compiling toml v1.1.4+spec-1.1.0
19952026-08-20T02:28:07.577Z Compiling multer v3.1.0
19962026-08-20T02:28:07.912Z Compiling usdt v0.6.0
19972026-08-20T02:28:08.572Z Compiling slog-bunyan v2.5.0
19982026-08-20T02:28:08.759Z Compiling async-compression v0.4.43
19992026-08-20T02:28:08.828Z Compiling sha1 v0.11.0
20002026-08-20T02:28:09.248Z Compiling serde_with v3.22.0
20012026-08-20T02:28:09.251Z Compiling async-stream v0.3.6
20022026-08-20T02:28:09.431Z Compiling rand_xorshift v0.4.0
20032026-08-20T02:28:09.460Z Compiling waitgroup v0.1.2
20042026-08-20T02:28:09.563Z Compiling rustls-pemfile v2.2.0
20052026-08-20T02:28:09.597Z Compiling serde_path_to_error v0.1.20
20062026-08-20T02:28:09.612Z Compiling hostname v0.4.2
20072026-08-20T02:28:09.773Z Compiling unarray v0.1.4
20082026-08-20T02:28:09.845Z Compiling progenitor-client v0.14.0
20092026-08-20T02:28:09.895Z Compiling proptest v1.11.0
20102026-08-20T02:28:10.043Z Compiling dropshot v0.17.1
20112026-08-20T02:28:10.122Z Compiling strum v0.27.2
20122026-08-20T02:28:10.260Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20132026-08-20T02:28:10.329Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20142026-08-20T02:28:10.410Z Compiling iddqd v0.4.6
20152026-08-20T02:28:10.554Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-20T02:28:10.674Z Compiling reqwest v0.12.28
20172026-08-20T02:28:10.882Z Compiling block-buffer v0.10.4
20182026-08-20T02:28:11.061Z Compiling backon v1.6.0
20192026-08-20T02:28:11.319Z Compiling instant v0.1.13
20202026-08-20T02:28:11.446Z Compiling backoff v0.4.0
20212026-08-20T02:28:11.674Z Compiling progenitor-extras v0.2.0
20222026-08-20T02:28:11.902Z Compiling progenitor-client v0.10.0
20232026-08-20T02:28:11.921Z Compiling digest v0.10.7
20242026-08-20T02:28:12.002Z Compiling parse-display v0.10.0
20252026-08-20T02:28:12.178Z Compiling itertools v0.14.0
20262026-08-20T02:28:12.327Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20272026-08-20T02:28:12.362Z Compiling regress v0.10.5
20282026-08-20T02:28:12.873Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20292026-08-20T02:28:13.700Z Compiling humantime v2.4.0
20302026-08-20T02:28:14.093Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-08-20T02:28:14.131Z Compiling cpufeatures v0.2.17
20322026-08-20T02:28:14.215Z Compiling unicode-width v0.2.2
20332026-08-20T02:28:14.544Z Compiling heck v0.5.0
20342026-08-20T02:28:15.445Z Compiling secrecy v0.10.3
20352026-08-20T02:28:15.620Z Compiling tinyvec_macros v0.1.1
20362026-08-20T02:28:15.713Z Compiling tinyvec v1.12.0
20372026-08-20T02:28:15.993Z Compiling num-integer v0.1.47
20382026-08-20T02:28:16.167Z Compiling scroll v0.12.0
20392026-08-20T02:28:16.477Z Compiling crucible-workspace-hack v0.1.0
20402026-08-20T02:28:16.509Z Compiling hmac v0.12.1
20412026-08-20T02:28:16.554Z Compiling regress v0.11.1
20422026-08-20T02:28:16.589Z Compiling inout v0.1.4
20432026-08-20T02:28:16.663Z Compiling ff v0.13.1
20442026-08-20T02:28:16.756Z Compiling utf8parse v0.2.2
20452026-08-20T02:28:16.821Z Compiling group v0.13.0
20462026-08-20T02:28:16.876Z Compiling anstyle-parse v1.0.0
20472026-08-20T02:28:16.945Z Compiling cipher v0.4.4
20482026-08-20T02:28:17.095Z Compiling hkdf v0.12.4
20492026-08-20T02:28:17.108Z Compiling goblin v0.8.2
20502026-08-20T02:28:17.202Z Compiling num-iter v0.1.46
20512026-08-20T02:28:17.267Z Compiling num-rational v0.4.2
20522026-08-20T02:28:17.333Z Compiling zerocopy v0.7.35
20532026-08-20T02:28:17.948Z Compiling universal-hash v0.5.1
20542026-08-20T02:28:18.101Z Compiling crypto-bigint v0.5.5
20552026-08-20T02:28:18.393Z Compiling typify-impl v0.6.2
20562026-08-20T02:28:18.972Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-08-20T02:28:20.008Z Compiling terminal_size v0.4.4
20582026-08-20T02:28:20.174Z Compiling half v2.7.1
20592026-08-20T02:28:20.236Z Compiling num-complex v0.4.6
20602026-08-20T02:28:20.538Z Compiling colorchoice v1.0.5
20612026-08-20T02:28:20.661Z Compiling anstyle v1.0.14
20622026-08-20T02:28:20.686Z Compiling is_terminal_polyfill v1.70.2
20632026-08-20T02:28:20.809Z Compiling anstyle-query v1.1.5
20642026-08-20T02:28:20.913Z Compiling ciborium-io v0.2.2
20652026-08-20T02:28:20.946Z Compiling base16ct v0.2.0
20662026-08-20T02:28:21.052Z Compiling base64ct v1.8.3
20672026-08-20T02:28:21.191Z Compiling opaque-debug v0.3.1
20682026-08-20T02:28:21.699Z Compiling poly1305 v0.8.0
20692026-08-20T02:28:21.727Z Compiling password-hash v0.5.0
20702026-08-20T02:28:21.727Z Compiling elliptic-curve v0.13.8
20712026-08-20T02:28:21.727Z Compiling ciborium-ll v0.2.2
20722026-08-20T02:28:21.865Z Compiling anstream v1.0.0
20732026-08-20T02:28:21.967Z Compiling num v0.4.3
20742026-08-20T02:28:22.072Z Compiling curve25519-dalek v4.1.3
20752026-08-20T02:28:22.286Z Compiling typify v0.6.2
20762026-08-20T02:28:22.402Z Compiling dof v0.3.0
20772026-08-20T02:28:22.414Z Compiling thiserror-no-std v2.0.2
20782026-08-20T02:28:22.509Z Compiling chacha20 v0.9.1
20792026-08-20T02:28:22.766Z Compiling crossbeam-epoch v0.9.20
20802026-08-20T02:28:23.257Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20812026-08-20T02:28:23.528Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-20T02:28:24.783Z Compiling blake2 v0.10.6
20832026-08-20T02:28:24.997Z Compiling aead v0.5.2
20842026-08-20T02:28:25.044Z Compiling byte-wrapper v0.1.0
20852026-08-20T02:28:25.195Z Compiling dtrace-parser v0.2.0
20862026-08-20T02:28:25.285Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20872026-08-20T02:28:25.824Z Compiling thread-id v4.2.2
20882026-08-20T02:28:25.928Z Compiling strsim v0.11.1
20892026-08-20T02:28:25.945Z Compiling clap_lex v1.1.0
20902026-08-20T02:28:26.313Z Compiling float-ord v0.3.2
20912026-08-20T02:28:26.396Z Compiling keccak v0.1.6
20922026-08-20T02:28:26.431Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-08-20T02:28:26.541Z Compiling clap_builder v4.6.6
20942026-08-20T02:28:26.749Z Compiling sha3 v0.10.9
20952026-08-20T02:28:27.114Z Compiling usdt-impl v0.5.0
20962026-08-20T02:28:27.139Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20972026-08-20T02:28:27.785Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-20T02:28:30.098Z Compiling chacha20poly1305 v0.10.1
20992026-08-20T02:28:30.256Z Compiling argon2 v0.5.3
21002026-08-20T02:28:31.277Z Compiling vsss-rs v3.3.4
21012026-08-20T02:28:31.452Z Compiling ciborium v0.2.2
21022026-08-20T02:28:32.348Z Compiling hash32 v0.3.1
21032026-08-20T02:28:32.388Z Compiling memmap v0.7.0
21042026-08-20T02:28:32.519Z Compiling data-encoding v2.11.1
21052026-08-20T02:28:32.632Z Compiling indent_write v2.2.0
21062026-08-20T02:28:32.786Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-08-20T02:28:32.799Z Compiling usdt v0.5.0
21082026-08-20T02:28:33.444Z Compiling heapless v0.8.0
21092026-08-20T02:28:33.705Z Compiling ingot-types v0.1.2
21102026-08-20T02:28:33.955Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-08-20T02:28:34.161Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21122026-08-20T02:28:34.265Z Compiling clap v4.6.6
21132026-08-20T02:28:34.316Z Compiling rustix v0.38.44
21142026-08-20T02:28:34.353Z Compiling tabwriter v1.4.1
21152026-08-20T02:28:34.722Z Compiling cobs v0.3.0
21162026-08-20T02:28:35.003Z Compiling bitflags v1.3.2
21172026-08-20T02:28:35.085Z Compiling managed v0.8.0
21182026-08-20T02:28:35.167Z Compiling foreign-types-shared v0.3.1
21192026-08-20T02:28:35.272Z Compiling colored v3.1.1
21202026-08-20T02:28:35.353Z Compiling smoltcp v0.11.0
21212026-08-20T02:28:35.714Z Compiling foreign-types v0.5.0
21222026-08-20T02:28:35.803Z Compiling postcard v1.1.3
21232026-08-20T02:28:35.918Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-20T02:28:36.185Z Compiling ingot v0.1.1
21252026-08-20T02:28:37.235Z Compiling num_enum v0.7.6
21262026-08-20T02:28:37.367Z Compiling memoffset v0.9.1
21272026-08-20T02:28:37.467Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21282026-08-20T02:28:37.493Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-20T02:28:37.583Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302026-08-20T02:28:37.725Z Compiling chacha20 v0.10.1
21312026-08-20T02:28:37.772Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21322026-08-20T02:28:38.025Z Compiling toml_datetime v0.6.11
21332026-08-20T02:28:38.206Z Compiling serde_spanned v0.6.9
21342026-08-20T02:28:38.392Z Compiling cstr-argument v0.1.2
21352026-08-20T02:28:38.403Z Compiling winnow v0.7.15
21362026-08-20T02:28:38.420Z Compiling linked-hash-map v0.5.6
21372026-08-20T02:28:38.432Z Compiling toml_write v0.1.2
21382026-08-20T02:28:38.558Z Compiling static_assertions v1.1.0
21392026-08-20T02:28:38.570Z Compiling swrite v0.1.0
21402026-08-20T02:28:38.633Z Compiling unicode-segmentation v1.13.3
21412026-08-20T02:28:38.645Z Compiling resolv-conf v0.7.6
21422026-08-20T02:28:38.676Z Compiling lru-cache v0.1.2
21432026-08-20T02:28:38.688Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21442026-08-20T02:28:38.826Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21452026-08-20T02:28:39.079Z Compiling newline-converter v0.3.0
21462026-08-20T02:28:39.219Z Compiling rand v0.10.2
21472026-08-20T02:28:39.231Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482026-08-20T02:28:39.252Z Compiling hubpack v0.1.2
21492026-08-20T02:28:39.371Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21502026-08-20T02:28:39.510Z Compiling nix v0.31.3
21512026-08-20T02:28:39.619Z Compiling crossbeam-deque v0.8.7
21522026-08-20T02:28:39.846Z Compiling atomicwrites v0.4.4
21532026-08-20T02:28:39.982Z Compiling toml_edit v0.22.27
21542026-08-20T02:28:40.125Z Compiling hickory-proto v0.24.4
21552026-08-20T02:28:40.325Z Compiling console v0.15.11
21562026-08-20T02:28:40.560Z Compiling itertools v0.12.1
21572026-08-20T02:28:41.670Z Compiling camino-tempfile v1.4.1
21582026-08-20T02:28:42.062Z Compiling serde-big-array v0.5.1
21592026-08-20T02:28:42.074Z Compiling siphasher v1.0.3
21602026-08-20T02:28:42.097Z Compiling lazy_static v1.5.0
21612026-08-20T02:28:42.206Z Compiling similar v2.7.0
21622026-08-20T02:28:42.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21632026-08-20T02:28:42.280Z Compiling hickory-resolver v0.24.4
21642026-08-20T02:28:43.169Z Compiling expectorate v1.2.0
21652026-08-20T02:28:43.388Z Compiling phf_shared v0.12.1
21662026-08-20T02:28:43.612Z Compiling pin-project v1.1.13
21672026-08-20T02:28:43.727Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21682026-08-20T02:28:44.580Z Compiling toml v0.8.23
21692026-08-20T02:28:44.865Z Compiling prettyplease v0.2.37
21702026-08-20T02:28:46.031Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-08-20T02:28:47.428Z Compiling rayon-core v1.13.0
21722026-08-20T02:28:48.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21732026-08-20T02:28:48.504Z Compiling num_enum v0.5.11
21742026-08-20T02:28:48.635Z Compiling progenitor-impl v0.13.0
21752026-08-20T02:28:49.103Z Compiling progenitor-impl v0.14.0
21762026-08-20T02:28:49.119Z Compiling unicode-normalization v0.1.25
21772026-08-20T02:28:49.709Z Compiling progenitor-client v0.13.0
21782026-08-20T02:28:50.191Z Compiling tokio-stream v0.1.19
21792026-08-20T02:28:50.788Z Compiling bstr v1.13.1
21802026-08-20T02:28:51.484Z Compiling csv-core v0.1.13
21812026-08-20T02:28:51.527Z Compiling konst_macro_rules v0.2.19
21822026-08-20T02:28:51.723Z Compiling jiff-core v0.1.0
21832026-08-20T02:28:51.887Z Compiling highway v1.3.0
21842026-08-20T02:28:52.020Z Compiling same-file v1.0.6
21852026-08-20T02:28:52.209Z Compiling unicode-width v0.1.14
21862026-08-20T02:28:52.520Z Compiling foldhash v0.1.5
21872026-08-20T02:28:52.580Z Compiling foreign-types-shared v0.1.1
21882026-08-20T02:28:52.679Z Compiling foreign-types v0.3.2
21892026-08-20T02:28:52.748Z Compiling hashbrown v0.15.5
21902026-08-20T02:28:52.758Z Compiling jiff v0.2.35
21912026-08-20T02:28:53.436Z Compiling walkdir v2.5.0
21922026-08-20T02:28:53.550Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-08-20T02:28:54.140Z Compiling konst v0.2.20
21942026-08-20T02:28:54.527Z Compiling csv v1.4.0
21952026-08-20T02:28:55.482Z Compiling globset v0.4.20
21962026-08-20T02:28:56.250Z Compiling qorb v0.4.1
21972026-08-20T02:28:56.447Z Compiling progenitor v0.14.0
21982026-08-20T02:28:56.608Z Compiling progenitor v0.13.0
21992026-08-20T02:28:56.760Z Compiling snafu v0.8.9
22002026-08-20T02:28:57.342Z Compiling olpc-cjson v0.1.4
22012026-08-20T02:28:57.555Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22022026-08-20T02:28:58.162Z Compiling rayon v1.12.0
22032026-08-20T02:28:58.771Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-20T02:29:00.411Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-20T02:29:00.552Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22062026-08-20T02:29:02.377Z Compiling phf v0.12.1
22072026-08-20T02:29:02.554Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-20T02:29:02.741Z Compiling openssl-sys v0.9.117
22092026-08-20T02:29:03.201Z Compiling tokio-dtrace v0.1.1
22102026-08-20T02:29:03.544Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-08-20T02:29:05.180Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22122026-08-20T02:29:05.402Z Compiling libsw-core v0.3.2
22132026-08-20T02:29:05.584Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22142026-08-20T02:29:05.975Z Compiling pem v3.0.6
22152026-08-20T02:29:06.668Z Compiling serde_plain v1.0.2
22162026-08-20T02:29:06.732Z Compiling sigpipe v0.1.3
22172026-08-20T02:29:06.835Z Compiling fixedbitset v0.5.7
22182026-08-20T02:29:06.957Z Compiling glob v0.3.4
22192026-08-20T02:29:06.960Z Compiling bytecount v0.6.9
22202026-08-20T02:29:07.169Z Compiling fixedbitset v0.4.2
22212026-08-20T02:29:07.178Z Compiling minimal-lexical v0.2.1
22222026-08-20T02:29:07.357Z Compiling typed-path v0.9.3
22232026-08-20T02:29:07.495Z Compiling nom v7.1.3
22242026-08-20T02:29:07.536Z Compiling petgraph v0.6.5
22252026-08-20T02:29:07.816Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-08-20T02:29:07.933Z Compiling petgraph v0.8.3
22272026-08-20T02:29:08.186Z Compiling papergrid v0.11.0
22282026-08-20T02:29:09.181Z Compiling tough v0.22.0
22292026-08-20T02:29:09.361Z Compiling openssl v0.10.81
22302026-08-20T02:29:10.216Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22312026-08-20T02:29:10.331Z Compiling libsw v3.5.0
22322026-08-20T02:29:10.345Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-08-20T02:29:10.521Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22342026-08-20T02:29:10.590Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-08-20T02:29:10.823Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-08-20T02:29:10.835Z Compiling zone v0.3.1
22372026-08-20T02:29:12.299Z Compiling oxide-tokio-rt v0.1.6
22382026-08-20T02:29:12.634Z Compiling chrono-tz v0.10.4
22392026-08-20T02:29:12.926Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-08-20T02:29:13.104Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22412026-08-20T02:29:13.570Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22422026-08-20T02:29:14.059Z Compiling newtype_derive v0.1.6
22432026-08-20T02:29:14.145Z Compiling slog-dtrace v0.3.0
22442026-08-20T02:29:14.196Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-08-20T02:29:14.829Z Compiling const_format v0.2.36
22462026-08-20T02:29:15.178Z Compiling cancel-safe-futures v0.1.5
22472026-08-20T02:29:15.337Z Compiling owo-colors v4.3.0
22482026-08-20T02:29:15.551Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22492026-08-20T02:29:16.246Z Compiling gethostname v0.5.0
22502026-08-20T02:29:16.258Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22512026-08-20T02:29:16.386Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22522026-08-20T02:29:16.517Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-08-20T02:29:16.646Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-08-20T02:29:17.360Z Compiling smf v0.2.3
22552026-08-20T02:29:17.434Z Compiling bcs v0.1.6
22562026-08-20T02:29:17.835Z Compiling unicode-linebreak v0.1.5
22572026-08-20T02:29:17.871Z Compiling smawk v0.3.3
22582026-08-20T02:29:18.022Z Compiling termtree v0.5.1
22592026-08-20T02:29:18.135Z Compiling tagptr v0.2.0
22602026-08-20T02:29:18.167Z Compiling whoami v1.6.1
22612026-08-20T02:29:18.188Z Compiling linear-map v1.2.0
22622026-08-20T02:29:18.300Z Compiling moka v0.12.16
22632026-08-20T02:29:18.407Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22642026-08-20T02:29:18.570Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-08-20T02:29:18.630Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-20T02:29:19.554Z Compiling textwrap v0.16.2
22672026-08-20T02:29:19.656Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-08-20T02:29:21.111Z Compiling tabled v0.15.0
22692026-08-20T02:29:21.430Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-20T02:29:21.983Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-20T02:29:22.196Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-08-20T02:29:22.243Z Compiling steno v0.4.1
22732026-08-20T02:29:23.154Z Compiling cookie v0.18.2
22742026-08-20T02:29:25.165Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-20T02:29:26.753Z Compiling hickory-proto v0.25.2
22762026-08-20T02:29:29.688Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22772026-08-20T02:29:29.859Z Compiling hickory-resolver v0.25.2
22782026-08-20T02:29:29.904Z Compiling arc-swap v1.9.2
22792026-08-20T02:29:30.266Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22802026-08-20T02:29:31.862Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22812026-08-20T02:29:32.089Z Compiling slog-scope v4.4.1
22822026-08-20T02:29:32.243Z Compiling libscf-sys v1.2.0
22832026-08-20T02:29:32.390Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-20T02:29:32.481Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22852026-08-20T02:29:33.175Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22862026-08-20T02:29:33.226Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22872026-08-20T02:29:33.908Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-08-20T02:29:34.725Z Compiling slog-stdlog v4.1.1
22892026-08-20T02:29:35.081Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22902026-08-20T02:29:35.192Z Compiling slog-envlogger v2.2.0
22912026-08-20T02:29:36.079Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
22922026-08-20T02:29:36.206Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22932026-08-20T02:29:36.497Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22942026-08-20T02:29:44.173Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-08-20T02:29:46.467Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-08-20T02:29:48.152Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22972026-08-20T02:29:56.781Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22982026-08-20T02:30:00.603Z Finished `release` profile [optimized] target(s) in 2m 25s
22992026-08-20T02:30:00.718Z Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2)
23002026-08-20T02:30:00.722Z
23012026-08-20T02:30:00.722Zrunning 1 test
23022026-08-20T02:30:00.932Zconfigure zone
23032026-08-20T02:30:00.950Zinstall zone
23042026-08-20T02:30:12.934Zboot zone
23052026-08-20T02:30:13.026Zstart zone s1
23062026-08-20T02:30:13.026Zconfigure zone
23072026-08-20T02:30:13.026Zinstall zone
23082026-08-20T02:30:13.063Zboot zone
23092026-08-20T02:30:13.063Zstart zone s2
23102026-08-20T02:30:13.063Zconfigure zone
23112026-08-20T02:30:13.063Zinstall zone
23122026-08-20T02:30:13.904Zboot zone
23132026-08-20T02:30:14.024Zstart zone s3
23142026-08-20T02:30:14.024Zconfigure zone
23152026-08-20T02:30:14.035Zinstall zone
23162026-08-20T02:30:16.252Zboot zone
23172026-08-20T02:30:16.333Zstart zone t1
23182026-08-20T02:30:16.333Zconfigure zone
23192026-08-20T02:30:16.339Zinstall zone
23202026-08-20T02:30:18.409Zboot zone
23212026-08-20T02:30:18.514Zwaiting for zones to come up
23222026-08-20T02:30:28.508Z[sidecar.quartet] svcs milestone/network
23232026-08-20T02:30:28.533ZSTATE STIME FMRI
23242026-08-20T02:30:28.533Zonline 2:30:09 svc:/milestone/network:default
23252026-08-20T02:30:28.533Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
23262026-08-20T02:30:28.559Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
23272026-08-20T02:30:28.585Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
23282026-08-20T02:30:28.605Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
23292026-08-20T02:30:28.609Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23302026-08-20T02:30:28.621Z
23312026-08-20T02:30:28.621Zrunning zone s1.quartet setup
23322026-08-20T02:30:28.621Z[s1.quartet] svcs milestone/network
23332026-08-20T02:30:28.638ZSTATE STIME FMRI
23342026-08-20T02:30:28.639Zonline 2:30:11 svc:/milestone/network:default
23352026-08-20T02:30:28.639Z[s1.quartet] dladm
23362026-08-20T02:30:28.659ZLINK CLASS MTU STATE BRIDGE OVER
23372026-08-20T02:30:28.659Zsl0 simnet 9000 up -- ?
23382026-08-20T02:30:28.659Zmgs1 vnic 9000 up -- ?
23392026-08-20T02:30:28.659Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
23402026-08-20T02:30:29.222Z
23412026-08-20T02:30:29.222Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
23422026-08-20T02:30:29.239Z
23432026-08-20T02:30:29.239Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23442026-08-20T02:30:29.252Z
23452026-08-20T02:30:29.252Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
23462026-08-20T02:30:29.354Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
23472026-08-20T02:30:29.437Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a0f3308e-8398-4492-a533-4a78b09ebf07 --sled-uuid b44ef4b2-8117-474a-97f2-63ac4b1ef067 -a sl0/v6 &> /opt/ddmd.log &
23482026-08-20T02:30:29.454Z
23492026-08-20T02:30:29.454Zrunning zone s2.quartet setup
23502026-08-20T02:30:29.455Z[s2.quartet] svcs milestone/network
23512026-08-20T02:30:29.468ZSTATE STIME FMRI
23522026-08-20T02:30:29.468Zonline 2:30:13 svc:/milestone/network:default
23532026-08-20T02:30:29.468Z[s2.quartet] dladm
23542026-08-20T02:30:29.482ZLINK CLASS MTU STATE BRIDGE OVER
23552026-08-20T02:30:29.482Zsl1 simnet 9000 up -- ?
23562026-08-20T02:30:29.482Zmgs2 vnic 9000 up -- ?
23572026-08-20T02:30:29.482Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
23582026-08-20T02:30:30.057Z
23592026-08-20T02:30:30.057Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
23602026-08-20T02:30:30.066Z
23612026-08-20T02:30:30.066Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23622026-08-20T02:30:30.074Z
23632026-08-20T02:30:30.074Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
23642026-08-20T02:30:30.122Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
23652026-08-20T02:30:30.160Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b24aa124-7032-4ade-b954-067f60935f39 --sled-uuid 613d57cb-e8f9-46f4-bb26-cfd38c5a9e40 -a sl1/v6 &> /opt/ddmd.log &
23662026-08-20T02:30:30.190Z
23672026-08-20T02:30:30.190Zrunning zone s3.quartet setup
23682026-08-20T02:30:30.190Z[s3.quartet] svcs milestone/network
23692026-08-20T02:30:30.198ZSTATE STIME FMRI
23702026-08-20T02:30:30.198Zonline 2:30:16 svc:/milestone/network:default
23712026-08-20T02:30:30.198Z[s3.quartet] dladm
23722026-08-20T02:30:30.207ZLINK CLASS MTU STATE BRIDGE OVER
23732026-08-20T02:30:30.207Zsl2 simnet 9000 up -- ?
23742026-08-20T02:30:30.207Zmgs3 vnic 9000 up -- ?
23752026-08-20T02:30:30.207Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
23762026-08-20T02:30:30.678Z
23772026-08-20T02:30:30.678Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
23782026-08-20T02:30:30.698Z
23792026-08-20T02:30:30.698Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
23802026-08-20T02:30:30.711Z
23812026-08-20T02:30:30.711Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
23822026-08-20T02:30:30.759Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
23832026-08-20T02:30:30.800Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 809d3b98-e6f4-4b51-9ad4-fa1d58892c6c --sled-uuid 5e6be9ee-c689-4cd0-893c-cd0772ec1f1f -a sl2/v6 &> /opt/ddmd.log &
23842026-08-20T02:30:30.812Z
23852026-08-20T02:30:30.812Zrunning zone t1.quartet setup
23862026-08-20T02:30:30.812Z[t1.quartet] svcs milestone/network
23872026-08-20T02:30:30.826ZSTATE STIME FMRI
23882026-08-20T02:30:30.826Zonline 2:30:18 svc:/milestone/network:default
23892026-08-20T02:30:30.826Z[t1.quartet] dladm
23902026-08-20T02:30:30.841ZLINK CLASS MTU STATE BRIDGE OVER
23912026-08-20T02:30:30.841Ztfportrear0_0 simnet 9000 up -- ?
23922026-08-20T02:30:30.841Ztfportrear1_0 simnet 9000 up -- ?
23932026-08-20T02:30:30.841Ztfportrear2_0 simnet 9000 up -- ?
23942026-08-20T02:30:30.841Zmgt1 vnic 9000 up -- ?
23952026-08-20T02:30:30.843Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
23962026-08-20T02:30:31.372Z
23972026-08-20T02:30:31.372Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
23982026-08-20T02:30:31.388Z
23992026-08-20T02:30:31.389Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24002026-08-20T02:30:31.406Z
24012026-08-20T02:30:31.406Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
24022026-08-20T02:30:31.417Z
24032026-08-20T02:30:31.417Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
24042026-08-20T02:30:31.437Z
24052026-08-20T02:30:31.437Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
24062026-08-20T02:30:31.712Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
24072026-08-20T02:30:31.717Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
24082026-08-20T02:30:31.718Zwaiting 3s for copy of files to zone to complete ...
24092026-08-20T02:30:34.713Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24102026-08-20T02:30:34.848Z
24112026-08-20T02:30:34.848Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24122026-08-20T02:30:34.955Z
24132026-08-20T02:30:34.955Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
24142026-08-20T02:30:35.049Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
24152026-08-20T02:30:35.053Z[t1.quartet] svcadm disable dendrite
24162026-08-20T02:30:35.057Z
24172026-08-20T02:30:35.057Z[t1.quartet] svcadm disable tfport
24182026-08-20T02:30:35.141Z
24192026-08-20T02:30:35.141Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
24202026-08-20T02:30:35.144Z
24212026-08-20T02:30:35.144Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
24222026-08-20T02:30:35.144Z
24232026-08-20T02:30:35.144Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24242026-08-20T02:30:35.151Z
24252026-08-20T02:30:35.152Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24262026-08-20T02:30:35.176Z
24272026-08-20T02:30:35.176Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
24282026-08-20T02:30:35.202Z
24292026-08-20T02:30:35.202Z[t1.quartet] svcadm refresh dendrite:default
24302026-08-20T02:30:35.223Z
24312026-08-20T02:30:35.223Z[t1.quartet] svcadm enable dendrite:default
24322026-08-20T02:30:35.244Z
24332026-08-20T02:30:35.244Zwait 10s for dendrite to come up ...
24342026-08-20T02:30:45.244Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
24352026-08-20T02:30:45.275Z
24362026-08-20T02:30:45.275Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
24372026-08-20T02:30:45.299Z
24382026-08-20T02:30:45.299Z[t1.quartet] svcadm refresh tfport:default
24392026-08-20T02:30:45.321Z
24402026-08-20T02:30:45.321Z[t1.quartet] svcadm enable tfport
24412026-08-20T02:30:45.343Z
24422026-08-20T02:30:45.346Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 48ddcab5-d1d9-435d-99cc-f5b29a08c4bd --sled-uuid adb8cdc1-50b3-450d-a3cd-19ff433b0b7b -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
24432026-08-20T02:30:45.354Z
24442026-08-20T02:30:45.354Z[t1.quartet] ipadm
24452026-08-20T02:30:45.369ZADDROBJ TYPE STATE ADDR
24462026-08-20T02:30:45.369Zlo0/v4 static ok 127.0.0.1/8
24472026-08-20T02:30:45.369Zmgt1/v4 static ok 10.0.0.4/24
24482026-08-20T02:30:45.369Zlo0/v6 static ok ::1/128
24492026-08-20T02:30:45.369Zlo0/u6 static ok fd00:4::1/64
24502026-08-20T02:30:45.369Ztfportrear0_0/v6 addrconf ok fe80::c97:1eff:fe04:5d7c%tfportrear0_0/10
24512026-08-20T02:30:45.369Ztfportrear1_0/v6 addrconf ok fe80::90c8:21ff:fe8d:d329%tfportrear1_0/10
24522026-08-20T02:30:45.370Ztfportrear2_0/v6 addrconf ok fe80::e4d4:54ff:fe49:5665%tfportrear2_0/10
24532026-08-20T02:30:47.475Zinitial peering test passed
24542026-08-20T02:30:48.477Z[s3.quartet] ping fd00:1::1
24552026-08-20T02:30:48.494Zfd00:1::1 is alive
24562026-08-20T02:30:59.497Z[s3.quartet] ping fd00:1::1
24572026-08-20T02:30:59.513Zfd00:1::1 is alive
24582026-08-20T02:30:59.516Z[t1.quartet] pkill ddmd
24592026-08-20T02:30:59.525Z
24602026-08-20T02:30:59.525Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
24612026-08-20T02:30:59.529Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
24622026-08-20T02:31:00.723Ztest ddm::test_quartet has been running for over 60 seconds
24632026-08-20T02:31:01.435Z[s3.quartet] pkill ddmd
24642026-08-20T02:31:01.450Z
24652026-08-20T02:31:01.450Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
24662026-08-20T02:31:03.254Z[s2.quartet] pkill ddmd
24672026-08-20T02:31:03.268Z
24682026-08-20T02:31:03.268Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
24692026-08-20T02:31:05.124Z[s1.quartet] pkill ddmd
24702026-08-20T02:31:05.139Z
24712026-08-20T02:31:05.139Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
24722026-08-20T02:31:07.003Z[sidecar.quartet] pkill softnpu
24732026-08-20T02:31:07.016Z
24742026-08-20T02:31:07.017Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
24752026-08-20T02:31:10.136Ztest ddm::test_quartet ... ok
24762026-08-20T02:31:10.136Z
24772026-08-20T02:31:10.136Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 69.40s
24782026-08-20T02:31:10.136Z
24792026-08-20T02:31:10.176Z+ cleanup
24802026-08-20T02:31:10.180Z++ id -un
24812026-08-20T02:31:10.185Z++ id -gn
24822026-08-20T02:31:10.185Z+ pfexec chown -R build:build .
24832026-08-20T02:31:10.305Zprocess exited: duration 491434 ms, exit code 0
 
24842026-08-20T02:31:10.314Zfound 6 output files
24852026-08-20T02:31:10.314Zuploading: /work/s1.quartet.log (3146 bytes)
24862026-08-20T02:31:11.328Zuploaded: /work/s1.quartet.log
24872026-08-20T02:31:11.329Zuploading: /work/s2.quartet.log (3147 bytes)
24882026-08-20T02:31:12.342Zuploaded: /work/s2.quartet.log
24892026-08-20T02:31:12.342Zuploading: /work/s3.quartet.log (3264 bytes)
24902026-08-20T02:31:13.365Zuploaded: /work/s3.quartet.log
24912026-08-20T02:31:13.366Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
24922026-08-20T02:31:14.388Zuploaded: /work/sidecar.quartet-softnpu.log
24932026-08-20T02:31:14.389Zuploading: /work/t1.quartet-dpd.log (315697 bytes)
24942026-08-20T02:31:15.427Zuploaded: /work/t1.quartet-dpd.log
24952026-08-20T02:31:15.427Zuploading: /work/t1.quartet.log (17610 bytes)
24962026-08-20T02:31:16.445Zuploaded: /work/t1.quartet.log