01KVKXCAGJ9QFAVASSC2NQVNDM: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KVKXCS67D4AEA1FWKDF63Q3M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T01:41:43.955Zjob assigned to worker 01KVKXCY7Y4DNX9S4ZFAQS65HN [factory aws, i-0c08d992e1413247c] (queued for 56 s)
 
22026-06-21T01:41:50.930Zstarting task 0: "setup"
32026-06-21T01:41:50.935Z++ uname -s
42026-06-21T01:41:50.980Z+ kern=SunOS
52026-06-21T01:41:50.980Z+ build_user=build
62026-06-21T01:41:50.980Z+ build_uid=12345
72026-06-21T01:41:50.980Z+ work_dir=/work
82026-06-21T01:41:50.980Z+ input_dir=/input
92026-06-21T01:41:50.980Z+ [[ 0 == 12345 ]]
102026-06-21T01:41:50.980Z+ case "$kern" in
112026-06-21T01:41:50.980Z+ groupadd -g 12345 build
122026-06-21T01:41:50.980Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T01:41:52.944Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T01:41:53.032Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T01:41:53.035Z+ home_fs=zfs
162026-06-21T01:41:53.035Z+ [[ zfs == autofs ]]
172026-06-21T01:41:53.035Z+ mkdir -p /home/build
182026-06-21T01:41:53.036Z+ chown build:build /home/build /work
192026-06-21T01:41:55.036Z+ chmod 0700 /home/build /work
202026-06-21T01:41:55.040Zprocess exited: duration 4107 ms, exit code 0
 
212026-06-21T01:41:55.046Zstarting task 1: "rust-toolchain"
222026-06-21T01:41:55.049Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T01:41:55.050Z * rust toolchain channel = "1.94.0"
242026-06-21T01:41:55.050Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-21T01:41:55.050Z * rust toolchain profile = "default"
262026-06-21T01:41:55.050Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T01:41:55.050Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T01:41:55.053Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T01:41:55.053Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T01:41:55.158Zinfo: downloading installer
312026-06-21T01:41:56.624Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T01:41:56.625Zwarn: /home/build/.rustup/settings.toml
332026-06-21T01:41:56.625Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T01:41:56.625Zwarn: instead of the one inferred from the default host triple.
352026-06-21T01:41:56.628Zinfo: profile set to default
362026-06-21T01:41:56.628Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T01:41:56.628Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T01:41:56.776Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T01:41:56.780Zinfo: downloading 6 components
402026-06-21T01:43:08.305Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T01:43:08.306Z
422026-06-21T01:43:08.306Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T01:43:08.306Z
442026-06-21T01:43:08.306Z
452026-06-21T01:43:08.306ZRust is installed now. Great!
462026-06-21T01:43:08.306Z
472026-06-21T01:43:08.306ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T01:43:08.306Zenvironment variable. This has not been done automatically.
492026-06-21T01:43:08.306Z
502026-06-21T01:43:08.306ZTo configure your current shell, you need to source
512026-06-21T01:43:08.306Zthe corresponding env file under $HOME/.cargo.
522026-06-21T01:43:08.306Z
532026-06-21T01:43:08.306ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T01:43:08.306Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T01:43:08.306Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T01:43:08.307Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T01:43:08.307Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T01:43:08.307Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T01:43:08.307Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T01:43:08.307Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T01:43:08.307Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T01:43:08.307Z+ rustup --version
632026-06-21T01:43:08.307Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T01:43:08.307Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T01:43:08.307Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T01:43:08.307Z+ cargo --version
672026-06-21T01:43:08.307Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T01:43:08.308Z+ rustc --version
692026-06-21T01:43:08.308Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T01:43:08.308Zprocess exited: duration 16789 ms, exit code 0
 
712026-06-21T01:43:08.426Zstarting task 2: "authentication"
722026-06-21T01:43:08.494Zprocess exited: duration 56 ms, exit code 0
 
732026-06-21T01:43:08.553Zstarting task 3: "clone repository"
742026-06-21T01:43:08.578Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T01:43:08.578Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T01:43:08.589ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T01:43:18.495Z+ cd /work/oxidecomputer/omicron
782026-06-21T01:43:18.495Z+ git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
792026-06-21T01:43:18.745ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T01:43:18.745Z * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD
812026-06-21T01:43:18.755Z+ [[ -n '' ]]
822026-06-21T01:43:18.755Z+ git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
832026-06-21T01:43:18.996ZHEAD is now at 66d918368 [spr] initial version
842026-06-21T01:43:18.999Zprocess exited: duration 10475 ms, exit code 0
 
852026-06-21T01:43:19.007Zstarting task 4: "build"
862026-06-21T01:43:19.011Z+ source .github/buildomat/ci-env.sh
872026-06-21T01:43:19.014Z++ export CARGO_TERM_COLOR=always
882026-06-21T01:43:19.014Z++ CARGO_TERM_COLOR=always
892026-06-21T01:43:19.014Z+ cargo --version
902026-06-21T01:43:19.021Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-21T01:43:19.024Z+ rustc --version
922026-06-21T01:43:19.044Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-21T01:43:19.047Z+ source ./env.sh
942026-06-21T01:43:19.047Z++ OLD_SHELL_OPTS=ehxB
952026-06-21T01:43:19.047Z++ set -o xtrace
962026-06-21T01:43:19.052Z++++ dirname ./env.sh
972026-06-21T01:43:19.052Z+++ readlink -f .
982026-06-21T01:43:19.052Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-21T01:43:19.052Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-21T01:43:19.052Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-21T01:43:19.052Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-21T01:43:19.052Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-21T01:43:19.052Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-21T01:43:19.052Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-21T01:43:19.052Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-21T01:43:19.053Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-21T01:43:19.057Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-21T01:43:19.057Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-21T01:43:19.057Z++ case $OLD_SHELL_OPTS in
1102026-06-21T01:43:19.057Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-21T01:43:19.057Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1122026-06-21T01:43:19.057Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1132026-06-21T01:43:19.057Z+ banner prerequisites
1142026-06-21T01:43:19.057Z
1152026-06-21T01:43:19.057Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-21T01:43:19.057Z # # # # # # # # # # # # # # #
1172026-06-21T01:43:19.057Z # # # # ##### # # ##### # # # # # #### #
1182026-06-21T01:43:19.057Z ##### ##### # ##### # # # # # # # # #
1192026-06-21T01:43:19.057Z # # # # # # # # # # # # # # #
1202026-06-21T01:43:19.058Z # # # ###### # # ###### ### # #### # #### #
1212026-06-21T01:43:19.058Z
1222026-06-21T01:43:19.058Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-21T01:43:20.810Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-21T01:43:20.898Z Startup: Caching catalogs ... Done
1252026-06-21T01:43:21.249ZPlanning: Solver setup ... Done (0.310s)
1262026-06-21T01:43:21.271ZPlanning: Running solver ... Done (0.022s)
1272026-06-21T01:43:21.278ZPlanning: Finding local manifests ... Done (0.003s)
1282026-06-21T01:43:21.289ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-21T01:43:21.310ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-21T01:43:21.322ZPlanning: Package planning ... Done (0.013s)
1312026-06-21T01:43:21.325ZPlanning: Merging actions ... Done (0.001s)
1322026-06-21T01:43:21.515ZPlanning: Checking for conflicting actions ... Done (0.191s)
1332026-06-21T01:43:21.523ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-21T01:43:22.290ZPlanning: Evaluating mediators ... Done (0.775s)
1352026-06-21T01:43:22.293ZPlanning: Planning completed in 1.37 seconds
1362026-06-21T01:43:22.299Z Packages to install: 2
1372026-06-21T01:43:22.302Z Estimated space available: 156.07 GB
1382026-06-21T01:43:22.302ZEstimated space to be consumed: 26.78 MB
1392026-06-21T01:43:22.302Z Create boot environment: No
1402026-06-21T01:43:22.302ZCreate backup boot environment: No
1412026-06-21T01:43:22.302Z Rebuild boot archive: No
1422026-06-21T01:43:22.302Z
1432026-06-21T01:43:22.302ZChanged packages:
1442026-06-21T01:43:22.302Zhelios
1452026-06-21T01:43:22.302Z developer/build-essential
1462026-06-21T01:43:22.302Z None -> 11-3.0
1472026-06-21T01:43:22.302Z library/libxmlsec1
1482026-06-21T01:43:22.303Z None -> 1.2.35-3.0
1492026-06-21T01:43:22.324Z
1502026-06-21T01:43:22.324ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-21T01:43:25.335ZDownload: Completed 1.28 MB in 3.01 seconds (435k/s)
1522026-06-21T01:43:25.387Z Actions: 1/268 actions (Installing new actions)
1532026-06-21T01:43:25.425Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-21T01:43:25.433ZFinalize: Updating package state database ... Done (0.008s)
1552026-06-21T01:43:25.437ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-21T01:43:25.457ZFinalize: Updating image state ... Done (0.024s)
1572026-06-21T01:43:27.796ZFinalize: Creating fast lookup database ... Done (2.315s)
1582026-06-21T01:43:27.868ZFinalize: Reading search index ... Done (0.012s)
1592026-06-21T01:43:27.879ZFinalize: Updating search index ... Done (0.000s)
1602026-06-21T01:43:27.946ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-21T01:43:28.252ZPlanning: Evaluating mediator changes ... Done
1622026-06-21T01:43:28.357ZPlanning: Checking for conflicting actions ... Done
1632026-06-21T01:43:28.360ZPlanning: Consolidating action changes ... Done
1642026-06-21T01:43:28.514ZPlanning: Evaluating mediators ... Done
1652026-06-21T01:43:28.517ZPlanning: Planning completed in 0.26 seconds
1662026-06-21T01:43:28.537Z Mediators to change: 2
1672026-06-21T01:43:28.537Z Create boot environment: No
1682026-06-21T01:43:28.537ZCreate backup boot environment: No
1692026-06-21T01:43:28.582ZFinalize: Updating package state database ... Done
1702026-06-21T01:43:28.582ZFinalize: Updating package cache ... Done
1712026-06-21T01:43:28.598ZFinalize: Updating image state ... Done
1722026-06-21T01:43:30.527ZFinalize: Creating fast lookup database ... Done
1732026-06-21T01:43:30.591ZFinalize: Reading search index ... Done
1742026-06-21T01:43:30.595ZFinalize: Updating search index ... Done
1752026-06-21T01:43:30.649ZFinalize: Updating package cache ... Done
1762026-06-21T01:43:30.936ZPlanning: Evaluating mediator changes ... Done
1772026-06-21T01:43:31.041ZPlanning: Checking for conflicting actions ... Done
1782026-06-21T01:43:31.045ZPlanning: Consolidating action changes ... Done
1792026-06-21T01:43:31.200ZPlanning: Evaluating mediators ... Done
1802026-06-21T01:43:31.203ZPlanning: Planning completed in 0.27 seconds
1812026-06-21T01:43:31.222Z Mediators to change: 1
1822026-06-21T01:43:31.222Z Create boot environment: No
1832026-06-21T01:43:31.226ZCreate backup boot environment: No
1842026-06-21T01:43:31.266ZFinalize: Updating package state database ... Done
1852026-06-21T01:43:31.266ZFinalize: Updating package cache ... Done
1862026-06-21T01:43:31.278ZFinalize: Updating image state ... Done
1872026-06-21T01:43:33.226ZFinalize: Creating fast lookup database ... Done
1882026-06-21T01:43:33.292ZFinalize: Reading search index ... Done
1892026-06-21T01:43:33.295ZFinalize: Updating search index ... Done
1902026-06-21T01:43:33.348ZFinalize: Updating package cache ... Done
1912026-06-21T01:43:33.657ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-21T01:43:33.657Zapache system 2.4 system
1932026-06-21T01:43:33.657Zclang system 15 system
1942026-06-21T01:43:33.657Zcsh system system illumos
1952026-06-21T01:43:33.657Zctags system system illumos
1962026-06-21T01:43:33.657Zfile vendor vendor darwinsys
1972026-06-21T01:43:33.657Zfile system system illumos
1982026-06-21T01:43:33.657Zgcc vendor 14 vendor
1992026-06-21T01:43:33.657Zgcc system 13 system
2002026-06-21T01:43:33.657Zgcc system 10 system
2012026-06-21T01:43:33.657Zgo system 1.25 system
2022026-06-21T01:43:33.657Zllvm system 15 system
2032026-06-21T01:43:33.657Zmariadb system 11.4 system
2042026-06-21T01:43:33.657Zmta vendor vendor dma
2052026-06-21T01:43:33.657Zopenjdk system 17 system
2062026-06-21T01:43:33.657Zopenjdk system 11 system
2072026-06-21T01:43:33.657Zopenssl vendor 3 vendor
2082026-06-21T01:43:33.657Zperl system 5.40 system
2092026-06-21T01:43:33.658Zpostgresql system 18 system
2102026-06-21T01:43:33.658Zpostgresql system 17 system
2112026-06-21T01:43:33.658Zpython vendor 3 vendor
2122026-06-21T01:43:33.658Zpython system 2 system
2132026-06-21T01:43:33.658Zpython3 vendor 3.13 vendor
2142026-06-21T01:43:33.658Zruby system 3.4 system
2152026-06-21T01:43:33.658Zruby system 3.0 system
2162026-06-21T01:43:33.658Zwords vendor vendor american-english
2172026-06-21T01:43:33.658Zwords system system australian-english
2182026-06-21T01:43:33.658Zwords system system british-english
2192026-06-21T01:43:33.658Zwords system system canadian-english
2202026-06-21T01:43:33.658Zwords system system french
2212026-06-21T01:43:33.658Zwords system system italian
2222026-06-21T01:43:33.658Zwords system system ngerman
2232026-06-21T01:43:33.658Zwords system system ogerman
2242026-06-21T01:43:33.658Zwords system system spanish
2252026-06-21T01:43:33.909ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-21T01:43:33.909Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-21T01:43:34.201ZFMRI IFO
2282026-06-21T01:43:34.201Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-21T01:43:34.201Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-21T01:43:34.201Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-21T01:43:34.201Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-21T01:43:34.201Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-21T01:43:34.201Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-21T01:43:34.201Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-21T01:43:34.201Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-21T01:43:34.201Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-21T01:43:34.456Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-21T01:43:34.734Z Updating crates.io index
2392026-06-21T01:43:34.768Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-21T01:43:35.525Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-21T01:43:35.985Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-21T01:43:36.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-21T01:43:37.432Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-21T01:43:37.902Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-21T01:43:39.426Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-21T01:43:40.131Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-21T01:43:40.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-21T01:43:41.638Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-21T01:43:42.030Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-21T01:43:42.374Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-21T01:43:42.749Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-21T01:43:43.157Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-21T01:43:43.634Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-21T01:43:43.881Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-21T01:43:44.343Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-21T01:43:44.718Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-21T01:43:45.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-21T01:43:45.362Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-21T01:43:45.553Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-21T01:43:45.794Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-21T01:43:46.222Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-21T01:43:46.757Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-21T01:43:46.993Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-21T01:43:47.445Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-21T01:43:47.718Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-21T01:43:47.988Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-21T01:43:49.087Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-21T01:43:49.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-21T01:43:50.043Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-21T01:43:50.382Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-21T01:43:50.683Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-21T01:43:51.003Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-21T01:43:51.298Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-21T01:43:51.685Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-21T01:43:52.259Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-21T01:43:52.503Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-21T01:43:52.732Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-21T01:43:53.017Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-21T01:43:54.754Z Downloading crates ...
2802026-06-21T01:43:54.808Z Downloaded autocfg v1.5.0
2812026-06-21T01:43:54.815Z Downloaded anstream v1.0.0
2822026-06-21T01:43:54.862Z Downloaded once_cell v1.21.3
2832026-06-21T01:43:54.862Z Downloaded potential_utf v0.1.4
2842026-06-21T01:43:54.870Z Downloaded itoa v1.0.17
2852026-06-21T01:43:54.870Z Downloaded block-buffer v0.10.4
2862026-06-21T01:43:54.870Z Downloaded anstyle-parse v1.0.0
2872026-06-21T01:43:54.870Z Downloaded anstyle v1.0.14
2882026-06-21T01:43:54.871Z Downloaded memmap v0.7.0
2892026-06-21T01:43:54.871Z Downloaded ucd-trie v0.1.7
2902026-06-21T01:43:54.871Z Downloaded crypto-common v0.1.7
2912026-06-21T01:43:54.871Z Downloaded utf8parse v0.2.2
2922026-06-21T01:43:54.871Z Downloaded litemap v0.8.1
2932026-06-21T01:43:54.871Z Downloaded generic-array v0.14.7
2942026-06-21T01:43:54.871Z Downloaded is_terminal_polyfill v1.70.2
2952026-06-21T01:43:54.871Z Downloaded toml_datetime v0.6.11
2962026-06-21T01:43:54.871Z Downloaded usdt v0.5.0
2972026-06-21T01:43:54.871Z Downloaded typeid v1.0.3
2982026-06-21T01:43:54.871Z Downloaded strsim v0.11.1
2992026-06-21T01:43:54.871Z Downloaded macaddr v1.0.1
3002026-06-21T01:43:54.871Z Downloaded zerofrom-derive v0.1.6
3012026-06-21T01:43:54.871Z Downloaded unicode-linebreak v0.1.5
3022026-06-21T01:43:54.871Z Downloaded anstyle-query v1.1.5
3032026-06-21T01:43:54.871Z Downloaded zerofrom v0.1.6
3042026-06-21T01:43:54.871Z Downloaded unicode-xid v0.2.6
3052026-06-21T01:43:54.871Z Downloaded version_check v0.9.5
3062026-06-21T01:43:54.871Z Downloaded percent-encoding v2.3.2
3072026-06-21T01:43:54.871Z Downloaded usdt-macro v0.5.0
3082026-06-21T01:43:54.871Z Downloaded usdt-attr-macro v0.5.0
3092026-06-21T01:43:54.871Z Downloaded icu_collections v2.1.1
3102026-06-21T01:43:54.871Z Downloaded heck v0.5.0
3112026-06-21T01:43:54.871Z Downloaded heck v0.4.1
3122026-06-21T01:43:54.871Z Downloaded getrandom v0.4.1
3132026-06-21T01:43:54.881Z Downloaded yoke-derive v0.8.1
3142026-06-21T01:43:54.881Z Downloaded sha2 v0.10.9
3152026-06-21T01:43:54.881Z Downloaded thread-id v4.2.2
3162026-06-21T01:43:54.881Z Downloaded thiserror-impl v2.0.18
3172026-06-21T01:43:54.881Z Downloaded icu_normalizer v2.1.1
3182026-06-21T01:43:54.881Z Downloaded bitflags v2.11.0
3192026-06-21T01:43:54.881Z Downloaded stable_deref_trait v1.2.1
3202026-06-21T01:43:54.890Z Downloaded num-traits v0.2.19
3212026-06-21T01:43:54.890Z Downloaded icu_provider v2.1.1
3222026-06-21T01:43:54.890Z Downloaded utf8_iter v1.0.4
3232026-06-21T01:43:54.890Z Downloaded toml_write v0.1.2
3242026-06-21T01:43:54.890Z Downloaded ordered-float v2.10.1
3252026-06-21T01:43:54.891Z Downloaded idna_adapter v1.2.1
3262026-06-21T01:43:54.900Z Downloaded proc-macro-error-attr v1.0.4
3272026-06-21T01:43:54.900Z Downloaded tinystr v0.8.2
3282026-06-21T01:43:54.900Z Downloaded thiserror v1.0.69
3292026-06-21T01:43:54.900Z Downloaded thiserror-impl v1.0.69
3302026-06-21T01:43:54.900Z Downloaded form_urlencoded v1.2.2
3312026-06-21T01:43:54.900Z Downloaded yoke v0.8.1
3322026-06-21T01:43:54.909Z Downloaded serde_spanned v0.6.9
3332026-06-21T01:43:54.909Z Downloaded zmij v1.0.21
3342026-06-21T01:43:54.909Z Downloaded usdt-impl v0.5.0
3352026-06-21T01:43:54.909Z Downloaded writeable v0.6.2
3362026-06-21T01:43:54.919Z Downloaded toml v0.8.23
3372026-06-21T01:43:54.919Z Downloaded memchr v2.8.0
3382026-06-21T01:43:54.919Z Downloaded zerovec-derive v0.11.2
3392026-06-21T01:43:54.919Z Downloaded zerocopy-derive v0.7.35
3402026-06-21T01:43:54.919Z Downloaded thiserror v2.0.18
3412026-06-21T01:43:54.926Z Downloaded dof v0.3.0
3422026-06-21T01:43:54.926Z Downloaded cfg-if v1.0.4
3432026-06-21T01:43:54.926Z Downloaded plain v0.2.3
3442026-06-21T01:43:54.926Z Downloaded terminal_size v0.4.3
3452026-06-21T01:43:54.926Z Downloaded clap_lex v1.0.0
3462026-06-21T01:43:54.926Z Downloaded serde-value v0.7.0
3472026-06-21T01:43:54.936Z Downloaded swrite v0.1.0
3482026-06-21T01:43:54.936Z Downloaded equivalent v1.0.2
3492026-06-21T01:43:54.941Z Downloaded tabled_derive v0.7.0
3502026-06-21T01:43:54.941Z Downloaded pretty-hex v0.4.1
3512026-06-21T01:43:54.941Z Downloaded fastrand v2.3.0
3522026-06-21T01:43:54.941Z Downloaded zerotrie v0.2.3
3532026-06-21T01:43:54.941Z Downloaded typenum v1.19.0
3542026-06-21T01:43:54.941Z Downloaded fnv v1.0.7
3552026-06-21T01:43:54.952Z Downloaded textwrap v0.16.2
3562026-06-21T01:43:54.952Z Downloaded toml_edit v0.22.27
3572026-06-21T01:43:54.952Z Downloaded unicode-ident v1.0.24
3582026-06-21T01:43:54.963Z Downloaded cargo-platform v0.2.0
3592026-06-21T01:43:54.963Z Downloaded cpufeatures v0.2.17
3602026-06-21T01:43:54.963Z Downloaded scroll_derive v0.12.1
3612026-06-21T01:43:54.963Z Downloaded errno v0.3.14
3622026-06-21T01:43:54.963Z Downloaded dtrace-parser v0.2.0
3632026-06-21T01:43:54.963Z Downloaded icu_locale_core v2.1.1
3642026-06-21T01:43:54.963Z Downloaded zerovec v0.11.5
3652026-06-21T01:43:54.972Z Downloaded url v2.5.8
3662026-06-21T01:43:54.973Z Downloaded colorchoice v1.0.4
3672026-06-21T01:43:54.973Z Downloaded proc-macro-error v1.0.4
3682026-06-21T01:43:54.973Z Downloaded displaydoc v0.2.5
3692026-06-21T01:43:54.973Z Downloaded digest v0.10.7
3702026-06-21T01:43:54.979Z Downloaded scroll v0.12.0
3712026-06-21T01:43:54.979Z Downloaded quote v1.0.45
3722026-06-21T01:43:54.979Z Downloaded zerocopy v0.7.35
3732026-06-21T01:43:54.994Z Downloaded erased-serde v0.4.9
3742026-06-21T01:43:54.994Z Downloaded winnow v0.7.14
3752026-06-21T01:43:55.001Z Downloaded smawk v0.3.2
3762026-06-21T01:43:55.001Z Downloaded serde-untagged v0.1.9
3772026-06-21T01:43:55.001Z Downloaded cargo_metadata v0.21.0
3782026-06-21T01:43:55.001Z Downloaded bytecount v0.6.9
3792026-06-21T01:43:55.002Z Downloaded unicode-width v0.2.0
3802026-06-21T01:43:55.002Z Downloaded cargo_toml v0.21.0
3812026-06-21T01:43:55.002Z Downloaded unicode-width v0.1.14
3822026-06-21T01:43:55.002Z Downloaded camino-tempfile v1.4.1
3832026-06-21T01:43:55.019Z Downloaded clap_derive v4.6.1
3842026-06-21T01:43:55.027Z Downloaded anyhow v1.0.102
3852026-06-21T01:43:55.027Z Downloaded log v0.4.29
3862026-06-21T01:43:55.027Z Downloaded pest_derive v2.8.6
3872026-06-21T01:43:55.027Z Downloaded fs-err v3.3.0
3882026-06-21T01:43:55.027Z Downloaded synstructure v0.13.2
3892026-06-21T01:43:55.027Z Downloaded byteorder v1.5.0
3902026-06-21T01:43:55.027Z Downloaded serde_tokenstream v0.2.3
3912026-06-21T01:43:55.028Z Downloaded semver v1.0.28
3922026-06-21T01:43:55.036Z Downloaded cargo-util-schemas v0.8.2
3932026-06-21T01:43:55.036Z Downloaded smallvec v1.15.1
3942026-06-21T01:43:55.036Z Downloaded camino v1.2.2
3952026-06-21T01:43:55.050Z Downloaded serde_derive v1.0.228
3962026-06-21T01:43:55.050Z Downloaded tempfile v3.25.0
3972026-06-21T01:43:55.056Z Downloaded serde_core v1.0.228
3982026-06-21T01:43:55.056Z Downloaded pest_generator v2.8.6
3992026-06-21T01:43:55.056Z Downloaded papergrid v0.11.0
4002026-06-21T01:43:55.056Z Downloaded icu_properties v2.1.2
4012026-06-21T01:43:55.056Z Downloaded clap v4.6.1
4022026-06-21T01:43:55.068Z Downloaded pest_meta v2.8.6
4032026-06-21T01:43:55.072Z Downloaded icu_normalizer_data v2.1.1
4042026-06-21T01:43:55.073Z Downloaded proc-macro2 v1.0.106
4052026-06-21T01:43:55.080Z Downloaded serde v1.0.228
4062026-06-21T01:43:55.105Z Downloaded pest v2.8.6
4072026-06-21T01:43:55.111Z Downloaded indexmap v2.14.0
4082026-06-21T01:43:55.120Z Downloaded hashbrown v0.17.0
4092026-06-21T01:43:55.127Z Downloaded idna v1.1.0
4102026-06-21T01:43:55.132Z Downloaded icu_properties_data v2.1.2
4112026-06-21T01:43:55.146Z Downloaded serde_json v1.0.149
4122026-06-21T01:43:55.149Z Downloaded clap_builder v4.6.0
4132026-06-21T01:43:55.156Z Downloaded goblin v0.8.2
4142026-06-21T01:43:55.159Z Downloaded tabled v0.15.0
4152026-06-21T01:43:55.166Z Downloaded syn v1.0.109
4162026-06-21T01:43:55.180Z Downloaded syn v2.0.117
4172026-06-21T01:43:55.200Z Downloaded rustix v1.1.3
4182026-06-21T01:43:55.227Z Downloaded libc v0.2.185
4192026-06-21T01:43:55.295Z Compiling proc-macro2 v1.0.106
4202026-06-21T01:43:55.295Z Compiling quote v1.0.45
4212026-06-21T01:43:55.295Z Compiling unicode-ident v1.0.24
4222026-06-21T01:43:55.304Z Compiling serde_core v1.0.228
4232026-06-21T01:43:55.304Z Compiling libc v0.2.185
4242026-06-21T01:43:55.304Z Compiling version_check v0.9.5
4252026-06-21T01:43:55.304Z Compiling serde v1.0.228
4262026-06-21T01:43:55.304Z Compiling memchr v2.8.0
4272026-06-21T01:43:55.616Z Compiling stable_deref_trait v1.2.1
4282026-06-21T01:43:55.692Z Compiling zmij v1.0.21
4292026-06-21T01:43:55.870Z Compiling thiserror v1.0.69
4302026-06-21T01:43:55.874Z Compiling itoa v1.0.17
4312026-06-21T01:43:56.061Z Compiling ucd-trie v0.1.7
4322026-06-21T01:43:56.146Z Compiling autocfg v1.5.0
4332026-06-21T01:43:56.240Z Compiling pest v2.8.6
4342026-06-21T01:43:56.272Z Compiling litemap v0.8.1
4352026-06-21T01:43:56.366Z Compiling writeable v0.6.2
4362026-06-21T01:43:56.462Z Compiling icu_properties_data v2.1.2
4372026-06-21T01:43:56.501Z Compiling byteorder v1.5.0
4382026-06-21T01:43:56.643Z Compiling icu_normalizer_data v2.1.1
4392026-06-21T01:43:56.644Z Compiling rustix v1.1.3
4402026-06-21T01:43:56.751Z Compiling syn v2.0.117
4412026-06-21T01:43:56.849Z Compiling errno v0.3.14
4422026-06-21T01:43:56.866Z Compiling bitflags v2.11.0
4432026-06-21T01:43:56.870Z Compiling serde_json v1.0.149
4442026-06-21T01:43:57.096Z Compiling num-traits v0.2.19
4452026-06-21T01:43:57.114Z Compiling smallvec v1.15.1
4462026-06-21T01:43:57.288Z Compiling pest_meta v2.8.6
4472026-06-21T01:43:57.322Z Compiling typeid v1.0.3
4482026-06-21T01:43:57.417Z Compiling equivalent v1.0.2
4492026-06-21T01:43:57.472Z Compiling hashbrown v0.17.0
4502026-06-21T01:43:57.642Z Compiling thread-id v4.2.2
4512026-06-21T01:43:57.699Z Compiling usdt-impl v0.5.0
4522026-06-21T01:43:57.729Z Compiling proc-macro-error-attr v1.0.4
4532026-06-21T01:43:57.745Z Compiling erased-serde v0.4.9
4542026-06-21T01:43:57.906Z Compiling winnow v0.7.14
4552026-06-21T01:43:57.923Z Compiling syn v1.0.109
4562026-06-21T01:43:58.027Z Compiling indexmap v2.14.0
4572026-06-21T01:43:58.127Z Compiling toml_write v0.1.2
4582026-06-21T01:43:58.540Z Compiling proc-macro-error v1.0.4
4592026-06-21T01:43:58.687Z Compiling utf8parse v0.2.2
4602026-06-21T01:43:58.754Z Compiling getrandom v0.4.1
4612026-06-21T01:43:58.809Z Compiling utf8_iter v1.0.4
4622026-06-21T01:43:58.959Z Compiling percent-encoding v2.3.2
4632026-06-21T01:43:58.974Z Compiling thiserror v2.0.18
4642026-06-21T01:43:59.057Z Compiling log v0.4.29
4652026-06-21T01:43:59.089Z Compiling camino v1.2.2
4662026-06-21T01:43:59.133Z Compiling plain v0.2.3
4672026-06-21T01:43:59.166Z Compiling form_urlencoded v1.2.2
4682026-06-21T01:43:59.247Z Compiling ordered-float v2.10.1
4692026-06-21T01:43:59.286Z Compiling anstyle-parse v1.0.0
4702026-06-21T01:43:59.411Z Compiling synstructure v0.13.2
4712026-06-21T01:43:59.458Z Compiling pest_generator v2.8.6
4722026-06-21T01:43:59.541Z Compiling terminal_size v0.4.3
4732026-06-21T01:43:59.684Z Compiling is_terminal_polyfill v1.70.2
4742026-06-21T01:43:59.788Z Compiling pretty-hex v0.4.1
4752026-06-21T01:43:59.799Z Compiling colorchoice v1.0.4
4762026-06-21T01:43:59.901Z Compiling cfg-if v1.0.4
4772026-06-21T01:43:59.918Z Compiling anstyle v1.0.14
4782026-06-21T01:43:59.935Z Compiling anstyle-query v1.1.5
4792026-06-21T01:43:59.982Z Compiling serde-untagged v0.1.9
4802026-06-21T01:44:00.172Z Compiling anstream v1.0.0
4812026-06-21T01:44:00.177Z Compiling semver v1.0.28
4822026-06-21T01:44:00.177Z Compiling fs-err v3.3.0
4832026-06-21T01:44:00.227Z Compiling strsim v0.11.1
4842026-06-21T01:44:00.364Z Compiling anyhow v1.0.102
4852026-06-21T01:44:00.435Z Compiling fastrand v2.3.0
4862026-06-21T01:44:00.438Z Compiling unicode-width v0.1.14
4872026-06-21T01:44:00.467Z Compiling heck v0.5.0
4882026-06-21T01:44:00.579Z Compiling unicode-xid v0.2.6
4892026-06-21T01:44:00.699Z Compiling bytecount v0.6.9
4902026-06-21T01:44:00.699Z Compiling clap_lex v1.0.0
4912026-06-21T01:44:00.715Z Compiling once_cell v1.21.3
4922026-06-21T01:44:00.745Z Compiling heck v0.4.1
4932026-06-21T01:44:00.833Z Compiling fnv v1.0.7
4942026-06-21T01:44:00.938Z Compiling papergrid v0.11.0
4952026-06-21T01:44:00.943Z Compiling tempfile v3.25.0
4962026-06-21T01:44:00.969Z Compiling clap_builder v4.6.0
4972026-06-21T01:44:01.102Z Compiling memmap v0.7.0
4982026-06-21T01:44:01.120Z Compiling serde_derive v1.0.228
4992026-06-21T01:44:01.203Z Compiling zerofrom-derive v0.1.6
5002026-06-21T01:44:01.316Z Compiling yoke-derive v0.8.1
5012026-06-21T01:44:01.326Z Compiling zerovec-derive v0.11.2
5022026-06-21T01:44:01.586Z Compiling displaydoc v0.2.5
5032026-06-21T01:44:02.321Z Compiling thiserror-impl v1.0.69
5042026-06-21T01:44:02.340Z Compiling zerocopy-derive v0.7.35
5052026-06-21T01:44:02.465Z Compiling pest_derive v2.8.6
5062026-06-21T01:44:02.474Z Compiling scroll_derive v0.12.1
5072026-06-21T01:44:02.582Z Compiling zerofrom v0.1.6
5082026-06-21T01:44:02.715Z Compiling yoke v0.8.1
5092026-06-21T01:44:02.855Z Compiling thiserror-impl v2.0.18
5102026-06-21T01:44:02.907Z Compiling zerovec v0.11.5
5112026-06-21T01:44:03.098Z Compiling zerotrie v0.2.3
5122026-06-21T01:44:03.189Z Compiling zerocopy v0.7.35
5132026-06-21T01:44:03.458Z Compiling tinystr v0.8.2
5142026-06-21T01:44:03.458Z Compiling potential_utf v0.1.4
5152026-06-21T01:44:03.649Z Compiling icu_locale_core v2.1.1
5162026-06-21T01:44:03.671Z Compiling icu_collections v2.1.1
5172026-06-21T01:44:03.712Z Compiling dtrace-parser v0.2.0
5182026-06-21T01:44:03.763Z Compiling scroll v0.12.0
5192026-06-21T01:44:04.011Z Compiling goblin v0.8.2
5202026-06-21T01:44:04.096Z Compiling tabled_derive v0.7.0
5212026-06-21T01:44:04.151Z Compiling clap_derive v4.6.1
5222026-06-21T01:44:04.380Z Compiling icu_provider v2.1.1
5232026-06-21T01:44:04.472Z Compiling unicode-linebreak v0.1.5
5242026-06-21T01:44:04.551Z Compiling serde_spanned v0.6.9
5252026-06-21T01:44:04.583Z Compiling toml_datetime v0.6.11
5262026-06-21T01:44:04.587Z Compiling dof v0.3.0
5272026-06-21T01:44:04.690Z Compiling icu_normalizer v2.1.1
5282026-06-21T01:44:04.713Z Compiling icu_properties v2.1.2
5292026-06-21T01:44:04.750Z Compiling serde_tokenstream v0.2.3
5302026-06-21T01:44:04.869Z Compiling toml_edit v0.22.27
5312026-06-21T01:44:05.026Z Compiling serde-value v0.7.0
5322026-06-21T01:44:05.065Z Compiling cargo-platform v0.2.0
5332026-06-21T01:44:05.252Z Compiling unicode-width v0.2.0
5342026-06-21T01:44:05.343Z Compiling smawk v0.3.2
5352026-06-21T01:44:05.407Z Compiling tabled v0.15.0
5362026-06-21T01:44:05.487Z Compiling textwrap v0.16.2
5372026-06-21T01:44:05.525Z Compiling macaddr v1.0.1
5382026-06-21T01:45:09.537Z Compiling idna_adapter v1.2.1
5392026-06-21T01:45:09.593Z Compiling idna v1.1.0
5402026-06-21T01:45:09.593Z Compiling usdt-macro v0.5.0
5412026-06-21T01:45:09.593Z Compiling usdt-attr-macro v0.5.0
5422026-06-21T01:45:09.593Z Compiling clap v4.6.1
5432026-06-21T01:45:09.637Z Compiling camino-tempfile v1.4.1
5442026-06-21T01:45:09.637Z Compiling toml v0.8.23
5452026-06-21T01:45:09.637Z Compiling url v2.5.8
5462026-06-21T01:45:09.637Z Compiling swrite v0.1.0
5472026-06-21T01:45:09.637Z Compiling cargo_toml v0.21.0
5482026-06-21T01:45:09.637Z Compiling cargo-util-schemas v0.8.2
5492026-06-21T01:45:09.637Z Compiling usdt v0.5.0
5502026-06-21T01:45:09.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-06-21T01:45:09.637Z Compiling cargo_metadata v0.21.0
5522026-06-21T01:45:09.637Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-06-21T01:45:09.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.49s
5542026-06-21T01:45:09.637Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5552026-06-21T01:45:09.637Z Downloading crates ...
5562026-06-21T01:45:09.637Z Downloaded anstyle-parse v0.2.7
5572026-06-21T01:45:09.637Z Downloaded assert_matches v1.5.0
5582026-06-21T01:45:09.638Z Downloaded adler2 v2.0.1
5592026-06-21T01:45:09.638Z Downloaded aead v0.5.2
5602026-06-21T01:45:09.638Z Downloaded arrayvec v0.7.6
5612026-06-21T01:45:09.638Z Downloaded crunchy v0.2.4
5622026-06-21T01:45:09.638Z Downloaded crossbeam-deque v0.8.6
5632026-06-21T01:45:09.638Z Downloaded anstream v0.6.21
5642026-06-21T01:45:09.638Z Downloaded arrayref v0.3.9
5652026-06-21T01:45:09.638Z Downloaded array-init v0.0.4
5662026-06-21T01:45:09.638Z Downloaded argon2 v0.5.3
5672026-06-21T01:45:09.638Z Downloaded darling v0.23.0
5682026-06-21T01:45:09.638Z Downloaded ascii-canvas v3.0.0
5692026-06-21T01:45:09.638Z Downloaded crc-any v2.5.0
5702026-06-21T01:45:09.638Z Downloaded crc-catalog v2.4.0
5712026-06-21T01:45:09.638Z Downloaded daft-derive v0.1.7
5722026-06-21T01:45:09.639Z Downloaded curve25519-dalek-derive v0.1.1
5732026-06-21T01:45:09.639Z Downloaded crucible-workspace-hack v0.1.0
5742026-06-21T01:45:09.639Z Downloaded block-padding v0.3.3
5752026-06-21T01:45:09.639Z Downloaded cstr-argument v0.1.2
5762026-06-21T01:45:09.639Z Downloaded crc8 v0.1.1
5772026-06-21T01:45:09.639Z Downloaded compression-core v0.4.31
5782026-06-21T01:45:09.639Z Downloaded bcrypt-pbkdf v0.10.0
5792026-06-21T01:45:09.639Z Downloaded async-recursion v1.1.1
5802026-06-21T01:45:09.639Z Downloaded ciborium-ll v0.2.2
5812026-06-21T01:45:09.639Z Downloaded atomicwrites v0.4.4
5822026-06-21T01:45:09.639Z Downloaded async-stream v0.3.6
5832026-06-21T01:45:09.639Z Downloaded bit-set v0.8.0
5842026-06-21T01:45:09.640Z Downloaded darling_macro v0.21.3
5852026-06-21T01:45:09.640Z Downloaded csv-core v0.1.13
5862026-06-21T01:45:09.641Z Downloaded crossbeam-utils v0.8.21
5872026-06-21T01:45:09.641Z Downloaded fallible-iterator v0.2.0
5882026-06-21T01:45:09.641Z Downloaded darling v0.13.4
5892026-06-21T01:45:09.641Z Downloaded ctr v0.9.2
5902026-06-21T01:45:09.641Z Downloaded base16ct v0.2.0
5912026-06-21T01:45:09.641Z Downloaded critical-section v1.2.0
5922026-06-21T01:45:09.641Z Downloaded bit-set v0.5.3
5932026-06-21T01:45:09.641Z Downloaded darling v0.21.3
5942026-06-21T01:45:09.641Z Downloaded daft v0.1.7
5952026-06-21T01:45:09.641Z Downloaded async-stream-impl v0.3.6
5962026-06-21T01:45:09.641Z Downloaded bit-vec v0.6.3
5972026-06-21T01:45:09.641Z Downloaded bitfield-struct v0.6.2
5982026-06-21T01:45:09.641Z Downloaded bitfield-macros v0.19.4
5992026-06-21T01:45:09.641Z Downloaded async-compression v0.4.41
6002026-06-21T01:45:09.641Z Downloaded dirs-next v2.0.0
6012026-06-21T01:45:09.641Z Downloaded ecdsa v0.16.9
6022026-06-21T01:45:09.641Z Downloaded castaway v0.2.4
6032026-06-21T01:45:09.641Z Downloaded arc-swap v1.8.2
6042026-06-21T01:45:09.641Z Downloaded cobs v0.3.0
6052026-06-21T01:45:09.641Z Downloaded crypto-bigint v0.5.5
6062026-06-21T01:45:09.641Z Downloaded env_filter v1.0.0
6072026-06-21T01:45:09.641Z Downloaded diesel_table_macro_syntax v0.3.0
6082026-06-21T01:45:09.641Z Downloaded defmt-parser v1.0.0
6092026-06-21T01:45:09.641Z Downloaded dropshot-api-manager-types v0.7.2
6102026-06-21T01:45:09.642Z Downloaded cfg_aliases v0.1.1
6112026-06-21T01:45:09.642Z Downloaded ciborium-io v0.2.2
6122026-06-21T01:45:09.642Z Downloaded atomic-waker v1.1.2
6132026-06-21T01:45:09.642Z Downloaded crc32fast v1.5.0
6142026-06-21T01:45:09.642Z Downloaded cfg_aliases v0.2.1
6152026-06-21T01:45:09.642Z Downloaded convert_case v0.10.0
6162026-06-21T01:45:09.642Z Downloaded cargo-platform v0.3.2
6172026-06-21T01:45:09.642Z Downloaded dof v0.4.0
6182026-06-21T01:45:09.642Z Downloaded cpufeatures v0.3.0
6192026-06-21T01:45:09.642Z Downloaded dsl_auto_type v0.2.0
6202026-06-21T01:45:09.642Z Downloaded debug-ignore v1.0.5
6212026-06-21T01:45:09.642Z Downloaded darling_macro v0.23.0
6222026-06-21T01:45:09.642Z Downloaded dtrace-parser v0.3.0
6232026-06-21T01:45:09.642Z Downloaded crc v3.4.0
6242026-06-21T01:45:09.642Z Downloaded fixedbitset v0.4.2
6252026-06-21T01:45:09.642Z Downloaded derive_builder_macro v0.20.2
6262026-06-21T01:45:09.642Z Downloaded bb8 v0.8.6
6272026-06-21T01:45:09.643Z Downloaded atty v0.2.14
6282026-06-21T01:45:09.643Z Downloaded float-cmp v0.10.0
6292026-06-21T01:45:09.643Z Downloaded defmt v0.3.100
6302026-06-21T01:45:09.643Z Downloaded downcast-rs v2.0.2
6312026-06-21T01:45:09.643Z Downloaded cbc v0.1.2
6322026-06-21T01:45:09.643Z Downloaded dyn-clone v1.0.20
6332026-06-21T01:45:09.643Z Downloaded ahash v0.8.12
6342026-06-21T01:45:09.643Z Downloaded foreign-types-shared v0.1.1
6352026-06-21T01:45:09.643Z Downloaded dunce v1.0.5
6362026-06-21T01:45:09.643Z Downloaded document-features v0.2.12
6372026-06-21T01:45:09.643Z Downloaded foreign-types v0.5.0
6382026-06-21T01:45:09.644Z Downloaded foreign-types v0.3.2
6392026-06-21T01:45:09.644Z Downloaded endian-type v0.1.2
6402026-06-21T01:45:09.644Z Downloaded foreign-types-macros v0.2.3
6412026-06-21T01:45:09.644Z Downloaded ed25519 v2.2.3
6422026-06-21T01:45:09.644Z Downloaded dirs-sys-next v0.1.2
6432026-06-21T01:45:09.733Z Downloaded diesel-dtrace v0.5.0
6442026-06-21T01:45:09.733Z Downloaded defmt-macros v1.0.1
6452026-06-21T01:45:09.733Z Downloaded crossbeam-epoch v0.9.18
6462026-06-21T01:45:09.733Z Downloaded cassowary v0.3.0
6472026-06-21T01:45:09.733Z Downloaded embedded-io v0.6.1
6482026-06-21T01:45:09.733Z Downloaded bitflags v1.3.2
6492026-06-21T01:45:09.733Z Downloaded float-ord v0.3.2
6502026-06-21T01:45:09.733Z Downloaded darling_macro v0.20.11
6512026-06-21T01:45:09.733Z Downloaded cexpr v0.6.0
6522026-06-21T01:45:09.733Z Downloaded cargo_metadata v0.23.1
6532026-06-21T01:45:09.734Z Downloaded difflib v0.4.0
6542026-06-21T01:45:09.734Z Downloaded fxhash v0.2.1
6552026-06-21T01:45:09.734Z Downloaded buf-list v1.1.2
6562026-06-21T01:45:09.734Z Downloaded gethostname v0.5.0
6572026-06-21T01:45:09.734Z Downloaded git-stub v1.0.0
6582026-06-21T01:45:09.734Z Downloaded flagset v0.4.7
6592026-06-21T01:45:09.734Z Downloaded fd-lock v4.0.4
6602026-06-21T01:45:09.734Z Downloaded bit-vec v0.8.0
6612026-06-21T01:45:09.735Z Downloaded deranged v0.5.8
6622026-06-21T01:45:09.735Z Downloaded headers-core v0.3.0
6632026-06-21T01:45:09.735Z Downloaded globwalk v0.9.1
6642026-06-21T01:45:09.735Z Downloaded cookie v0.18.1
6652026-06-21T01:45:09.735Z Downloaded cmake v0.1.57
6662026-06-21T01:45:09.735Z Downloaded ghash v0.5.1
6672026-06-21T01:45:09.735Z Downloaded futures-task v0.3.32
6682026-06-21T01:45:09.735Z Downloaded futures-macro v0.3.32
6692026-06-21T01:45:09.735Z Downloaded constant_time_eq v0.4.2
6702026-06-21T01:45:09.735Z Downloaded convert_case v0.4.0
6712026-06-21T01:45:09.735Z Downloaded camino-tempfile-ext v0.3.3
6722026-06-21T01:45:09.735Z Downloaded hex-literal v0.4.1
6732026-06-21T01:45:09.735Z Downloaded hex v0.4.3
6742026-06-21T01:45:09.735Z Downloaded darling v0.20.11
6752026-06-21T01:45:09.735Z Downloaded cipher v0.4.4
6762026-06-21T01:45:09.735Z Downloaded bzip2 v0.4.4
6772026-06-21T01:45:09.735Z Downloaded async-trait v0.1.89
6782026-06-21T01:45:09.735Z Downloaded hash32 v0.2.1
6792026-06-21T01:45:09.735Z Downloaded fixedbitset v0.5.7
6802026-06-21T01:45:09.735Z Downloaded embedded-io v0.4.0
6812026-06-21T01:45:09.736Z Downloaded allocator-api2 v0.2.21
6822026-06-21T01:45:09.736Z Downloaded der_derive v0.7.3
6832026-06-21T01:45:09.736Z Downloaded filetime v0.2.27
6842026-06-21T01:45:09.738Z Downloaded ff v0.13.1
6852026-06-21T01:45:09.738Z Downloaded ena v0.14.4
6862026-06-21T01:45:09.738Z Downloaded display-error-chain v0.2.2
6872026-06-21T01:45:09.738Z Downloaded data-encoding v2.10.0
6882026-06-21T01:45:09.738Z Downloaded funty v2.0.0
6892026-06-21T01:45:09.738Z Downloaded fs_extra v1.3.0
6902026-06-21T01:45:09.738Z Downloaded hostname v0.4.2
6912026-06-21T01:45:09.738Z Downloaded home v0.5.12
6922026-06-21T01:45:09.738Z Downloaded crossbeam-channel v0.5.15
6932026-06-21T01:45:09.738Z Downloaded http-range v0.1.5
6942026-06-21T01:45:09.738Z Downloaded http-body v1.0.1
6952026-06-21T01:45:09.738Z Downloaded either v1.15.0
6962026-06-21T01:45:09.738Z Downloaded chacha20 v0.10.0
6972026-06-21T01:45:09.738Z Downloaded erased-serde v0.3.31
6982026-06-21T01:45:09.738Z Downloaded fs-err v2.11.0
6992026-06-21T01:45:09.738Z Downloaded env_logger v0.11.9
7002026-06-21T01:45:09.738Z Downloaded futures-core v0.3.32
7012026-06-21T01:45:09.738Z Downloaded chacha20 v0.9.1
7022026-06-21T01:45:09.738Z Downloaded glob v0.3.3
7032026-06-21T01:45:09.738Z Downloaded git-stub-vcs v0.1.0
7042026-06-21T01:45:09.738Z Downloaded defmt v1.0.1
7052026-06-21T01:45:09.738Z Downloaded ident_case v1.0.1
7062026-06-21T01:45:09.738Z Downloaded bzip2 v0.6.1
7072026-06-21T01:45:09.738Z Downloaded hubpack_derive v0.1.1
7082026-06-21T01:45:09.739Z Downloaded hyper-tls v0.6.0
7092026-06-21T01:45:09.739Z Downloaded hubpack v0.1.2
7102026-06-21T01:45:09.739Z Downloaded httpdate v1.0.3
7112026-06-21T01:45:09.739Z Downloaded blake2 v0.10.6
7122026-06-21T01:45:09.739Z Downloaded illumos-nvpair v0.3.0
7132026-06-21T01:45:09.739Z Downloaded futures-sink v0.3.32
7142026-06-21T01:45:09.739Z Downloaded futures-executor v0.3.32
7152026-06-21T01:45:09.739Z Downloaded globset v0.4.18
7162026-06-21T01:45:09.739Z Downloaded find-msvc-tools v0.1.9
7172026-06-21T01:45:09.739Z Downloaded const_format_proc_macros v0.2.34
7182026-06-21T01:45:09.739Z Downloaded console v0.16.2
7192026-06-21T01:45:09.739Z Downloaded hash32 v0.3.1
7202026-06-21T01:45:09.739Z Downloaded indent_write v2.2.0
7212026-06-21T01:45:09.739Z Downloaded illumos-nvpair-sys v0.2.0
7222026-06-21T01:45:09.739Z Downloaded inout v0.1.4
7232026-06-21T01:45:09.739Z Downloaded group v0.13.0
7242026-06-21T01:45:09.739Z Downloaded colored v3.1.1
7252026-06-21T01:45:09.739Z Downloaded colored v2.2.0
7262026-06-21T01:45:09.739Z Downloaded instant v0.1.13
7272026-06-21T01:45:09.739Z Downloaded cancel-safe-futures v0.1.5
7282026-06-21T01:45:09.739Z Downloaded highway v1.3.0
7292026-06-21T01:45:09.739Z Downloaded derive-ex v0.1.8
7302026-06-21T01:45:09.739Z Downloaded instability v0.3.11
7312026-06-21T01:45:09.739Z Downloaded des v0.8.1
7322026-06-21T01:45:09.739Z Downloaded derive_builder v0.20.2
7332026-06-21T01:45:09.739Z Downloaded backon v1.6.0
7342026-06-21T01:45:09.740Z Downloaded derive_builder_core v0.20.2
7352026-06-21T01:45:09.740Z Downloaded lalrpop-util v0.19.12
7362026-06-21T01:45:09.740Z Downloaded hostname v0.3.1
7372026-06-21T01:45:09.740Z Downloaded keccak v0.1.6
7382026-06-21T01:45:09.740Z Downloaded lru-cache v0.1.2
7392026-06-21T01:45:09.740Z Downloaded is_ci v1.2.0
7402026-06-21T01:45:09.740Z Downloaded linked-hash-map v0.5.6
7412026-06-21T01:45:09.741Z Downloaded is-terminal v0.4.17
7422026-06-21T01:45:09.741Z Downloaded kstat-rs v0.2.4
7432026-06-21T01:45:09.889Z Downloaded const-oid v0.9.6
7442026-06-21T01:45:09.889Z Downloaded libscf-sys v1.1.0
7452026-06-21T01:45:09.889Z Downloaded lzss v0.8.2
7462026-06-21T01:45:09.889Z Downloaded futures-channel v0.3.32
7472026-06-21T01:45:09.889Z Downloaded lru-slab v0.1.2
7482026-06-21T01:45:09.889Z Downloaded foldhash v0.2.0
7492026-06-21T01:45:09.889Z Downloaded foldhash v0.1.5
7502026-06-21T01:45:09.889Z Downloaded backoff v0.4.0
7512026-06-21T01:45:09.889Z Downloaded byte-wrapper v0.1.0
7522026-06-21T01:45:09.889Z Downloaded bytes v1.11.1
7532026-06-21T01:45:09.889Z Downloaded blowfish v0.9.1
7542026-06-21T01:45:09.889Z Downloaded console v0.15.11
7552026-06-21T01:45:09.889Z Downloaded getrandom v0.2.17
7562026-06-21T01:45:09.889Z Downloaded match_cfg v0.1.0
7572026-06-21T01:45:09.889Z Downloaded humantime v2.3.0
7582026-06-21T01:45:09.889Z Downloaded http-body-util v0.1.3
7592026-06-21T01:45:09.889Z Downloaded hyper-staticfile v0.10.1
7602026-06-21T01:45:09.889Z Downloaded maplit v1.0.2
7612026-06-21T01:45:09.889Z Downloaded managed v0.8.0
7622026-06-21T01:45:09.890Z Downloaded mime v0.3.17
7632026-06-21T01:45:09.890Z Downloaded md-5 v0.10.6
7642026-06-21T01:45:09.890Z Downloaded maybe-uninit v2.0.0
7652026-06-21T01:45:09.890Z Downloaded lru v0.12.5
7662026-06-21T01:45:09.890Z Downloaded half v1.8.3
7672026-06-21T01:45:09.890Z Downloaded darling_core v0.13.4
7682026-06-21T01:45:09.890Z Downloaded corncobs v0.1.4
7692026-06-21T01:45:09.890Z Downloaded memoffset v0.9.1
7702026-06-21T01:45:09.890Z Downloaded indoc v2.0.7
7712026-06-21T01:45:09.890Z Downloaded new_debug_unreachable v1.0.6
7722026-06-21T01:45:09.890Z Downloaded multimap v0.10.1
7732026-06-21T01:45:09.890Z Downloaded ingot-types v0.1.2
7742026-06-21T01:45:09.891Z Downloaded cookie_store v0.22.1
7752026-06-21T01:45:09.891Z Downloaded newline-converter v0.3.0
7762026-06-21T01:45:09.891Z Downloaded internet-checksum v0.2.1
7772026-06-21T01:45:09.891Z Downloaded normalize-line-endings v0.3.0
7782026-06-21T01:45:09.891Z Downloaded nibble_vec v0.1.0
7792026-06-21T01:45:09.891Z Downloaded num v0.4.3
7802026-06-21T01:45:09.891Z Downloaded nodrop v0.1.14
7812026-06-21T01:45:09.891Z Downloaded num-iter v0.1.45
7822026-06-21T01:45:09.891Z Downloaded derive_more v0.99.20
7832026-06-21T01:45:09.892Z Downloaded nonempty v0.12.0
7842026-06-21T01:45:09.892Z Downloaded num-derive v0.3.3
7852026-06-21T01:45:09.892Z Downloaded num-conv v0.2.0
7862026-06-21T01:45:09.892Z Downloaded fatfs v0.3.6
7872026-06-21T01:45:09.892Z Downloaded dropshot_endpoint v0.17.0
7882026-06-21T01:45:09.893Z Downloaded ipnetwork v0.21.1
7892026-06-21T01:45:09.893Z Downloaded hmac v0.12.1
7902026-06-21T01:45:09.893Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-21T01:45:09.893Z Downloaded drift v0.2.0
7922026-06-21T01:45:09.893Z Downloaded num_enum_derive v0.5.11
7932026-06-21T01:45:09.893Z Downloaded lazy_static v1.5.0
7942026-06-21T01:45:09.893Z Downloaded olpc-cjson v0.1.4
7952026-06-21T01:45:09.893Z Downloaded libloading v0.8.9
7962026-06-21T01:45:09.893Z Downloaded opaque-debug v0.3.1
7972026-06-21T01:45:09.893Z Downloaded num_threads v0.1.7
7982026-06-21T01:45:09.893Z Downloaded num-derive v0.4.2
7992026-06-21T01:45:09.893Z Downloaded linear-map v1.2.0
8002026-06-21T01:45:09.893Z Downloaded libsw-core v0.3.2
8012026-06-21T01:45:09.893Z Downloaded libsw v3.5.0
8022026-06-21T01:45:09.893Z Downloaded openssl-probe v0.1.6
8032026-06-21T01:45:09.893Z Downloaded openssl-macros v0.1.1
8042026-06-21T01:45:09.893Z Downloaded hyper-rustls v0.27.7
8052026-06-21T01:45:09.893Z Downloaded elliptic-curve v0.13.8
8062026-06-21T01:45:09.893Z Downloaded lock_api v0.4.14
8072026-06-21T01:45:09.893Z Downloaded oso-derive v0.27.3
8082026-06-21T01:45:09.893Z Downloaded chacha20poly1305 v0.10.1
8092026-06-21T01:45:09.895Z Downloaded httparse v1.10.1
8102026-06-21T01:45:09.895Z Downloaded aes v0.8.4
8112026-06-21T01:45:09.895Z Downloaded md5 v0.7.0
8122026-06-21T01:45:09.895Z Downloaded openssl-probe v0.2.1
8132026-06-21T01:45:09.895Z Downloaded diff v0.1.13
8142026-06-21T01:45:09.895Z Downloaded packed_struct_codegen v0.10.1
8152026-06-21T01:45:09.895Z Downloaded derive-where v1.6.0
8162026-06-21T01:45:09.895Z Downloaded const_format v0.2.35
8172026-06-21T01:45:09.895Z Downloaded mime_guess v2.0.5
8182026-06-21T01:45:09.895Z Downloaded half v2.7.1
8192026-06-21T01:45:09.895Z Downloaded getrandom v0.3.4
8202026-06-21T01:45:09.895Z Downloaded newtype-uuid v1.3.2
8212026-06-21T01:45:09.895Z Downloaded multer v3.1.0
8222026-06-21T01:45:09.895Z Downloaded native-tls v0.2.18
8232026-06-21T01:45:09.895Z Downloaded nanorand v0.7.0
8242026-06-21T01:45:09.895Z Downloaded num-complex v0.4.6
8252026-06-21T01:45:09.895Z Downloaded pbkdf2 v0.12.2
8262026-06-21T01:45:09.895Z Downloaded parse-size v1.1.0
8272026-06-21T01:45:09.895Z Downloaded pbkdf2 v0.11.0
8282026-06-21T01:45:09.895Z Downloaded path-slash v0.1.5
8292026-06-21T01:45:09.895Z Downloaded flume v0.11.1
8302026-06-21T01:45:09.895Z Downloaded ingot-macros v0.1.1
8312026-06-21T01:45:09.895Z Downloaded crossterm v0.29.0
8322026-06-21T01:45:09.895Z Downloaded libefi-sys v0.1.0
8332026-06-21T01:45:09.895Z Downloaded jobserver v0.1.34
8342026-06-21T01:45:09.896Z Downloaded num-integer v0.1.46
8352026-06-21T01:45:09.896Z Downloaded num_enum_derive v0.7.6
8362026-06-21T01:45:09.896Z Downloaded num_enum v0.5.11
8372026-06-21T01:45:09.896Z Downloaded peg-runtime v0.8.5
8382026-06-21T01:45:09.896Z Downloaded phf_shared v0.12.1
8392026-06-21T01:45:09.896Z Downloaded num_enum v0.7.6
8402026-06-21T01:45:09.896Z Downloaded num-rational v0.4.2
8412026-06-21T01:45:09.896Z Downloaded pin-utils v0.1.0
8422026-06-21T01:45:09.896Z Downloaded litrs v1.0.0
8432026-06-21T01:45:09.980Z Downloaded powerfmt v0.2.0
8442026-06-21T01:45:09.981Z Downloaded darling_core v0.23.0
8452026-06-21T01:45:09.981Z Downloaded crossterm v0.28.1
8462026-06-21T01:45:09.981Z Downloaded futures v0.3.32
8472026-06-21T01:45:09.981Z Downloaded base64 v0.21.7
8482026-06-21T01:45:09.981Z Downloaded bumpalo v3.20.2
8492026-06-21T01:45:09.981Z Downloaded ipnet v2.11.0
8502026-06-21T01:45:09.981Z Downloaded newtype_derive v0.1.6
8512026-06-21T01:45:09.981Z Downloaded proc-macro-crate v3.4.0
8522026-06-21T01:45:09.982Z Downloaded derive_more v2.1.1
8532026-06-21T01:45:09.982Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-06-21T01:45:09.982Z Downloaded proc-macro-crate v1.3.1
8552026-06-21T01:45:09.982Z Downloaded predicates-core v1.0.10
8562026-06-21T01:45:09.982Z Downloaded predicates-tree v1.0.13
8572026-06-21T01:45:09.982Z Downloaded parse-display v0.10.0
8582026-06-21T01:45:09.982Z Downloaded packed_struct v0.10.1
8592026-06-21T01:45:09.982Z Downloaded oxnet v0.1.6
8602026-06-21T01:45:09.982Z Downloaded password-hash v0.5.0
8612026-06-21T01:45:09.983Z Downloaded parking_lot_core v0.8.6
8622026-06-21T01:45:09.983Z Downloaded peg-macros v0.8.5
8632026-06-21T01:45:09.983Z Downloaded peg v0.8.5
8642026-06-21T01:45:09.983Z Downloaded password-hash v0.4.2
8652026-06-21T01:45:09.983Z Downloaded progenitor-macro v0.14.0
8662026-06-21T01:45:09.983Z Downloaded progenitor-macro v0.13.0
8672026-06-21T01:45:09.983Z Downloaded radium v0.7.0
8682026-06-21T01:45:09.983Z Downloaded quick-error v1.2.3
8692026-06-21T01:45:09.984Z Downloaded progenitor-client v0.14.0
8702026-06-21T01:45:09.984Z Downloaded nu-ansi-term v0.50.3
8712026-06-21T01:45:09.984Z Downloaded parse-display-derive v0.10.0
8722026-06-21T01:45:09.984Z Downloaded darling_core v0.20.11
8732026-06-21T01:45:09.984Z Downloaded ar_archive_writer v0.5.1
8742026-06-21T01:45:09.984Z Downloaded owo-colors v4.3.0
8752026-06-21T01:45:09.984Z Downloaded memmap2 v0.9.10
8762026-06-21T01:45:09.984Z Downloaded iana-time-zone v0.1.65
8772026-06-21T01:45:09.986Z Downloaded heapless v0.8.0
8782026-06-21T01:45:09.986Z Downloaded libbz2-rs-sys v0.2.2
8792026-06-21T01:45:09.986Z Downloaded phf_shared v0.11.3
8802026-06-21T01:45:09.986Z Downloaded rand_chacha v0.3.1
8812026-06-21T01:45:09.986Z Downloaded aes-gcm v0.10.3
8822026-06-21T01:45:09.986Z Downloaded psl-types v2.0.11
8832026-06-21T01:45:09.986Z Downloaded polyval v0.6.2
8842026-06-21T01:45:09.986Z Downloaded pkcs8 v0.10.2
8852026-06-21T01:45:09.986Z Downloaded rand_xorshift v0.4.0
8862026-06-21T01:45:09.986Z Downloaded ignore v0.4.25
8872026-06-21T01:45:09.986Z Downloaded ed25519-dalek v2.2.0
8882026-06-21T01:45:09.986Z Downloaded darling_core v0.21.3
8892026-06-21T01:45:09.986Z Downloaded ppv-lite86 v0.2.21
8902026-06-21T01:45:09.986Z Downloaded ref-cast-impl v1.0.25
8912026-06-21T01:45:09.986Z Downloaded phf_shared v0.13.1
8922026-06-21T01:45:09.986Z Downloaded indexmap v1.9.3
8932026-06-21T01:45:09.986Z Downloaded postgres-protocol v0.6.10
8942026-06-21T01:45:09.986Z Downloaded flate2 v1.1.9
8952026-06-21T01:45:09.986Z Downloaded ref-cast v1.0.25
8962026-06-21T01:45:09.986Z Downloaded primeorder v0.13.6
8972026-06-21T01:45:09.987Z Downloaded poly1305 v0.8.0
8982026-06-21T01:45:09.987Z Downloaded pkg-config v0.3.32
8992026-06-21T01:45:09.987Z Downloaded cc v1.2.56
9002026-06-21T01:45:09.987Z Downloaded rfc6979 v0.4.0
9012026-06-21T01:45:09.987Z Downloaded parking_lot_core v0.9.12
9022026-06-21T01:45:09.987Z Downloaded pin-project-internal v1.1.11
9032026-06-21T01:45:09.987Z Downloaded progenitor v0.14.0
9042026-06-21T01:45:09.987Z Downloaded proc-macro-error2 v2.0.1
9052026-06-21T01:45:09.987Z Downloaded progenitor v0.13.0
9062026-06-21T01:45:09.988Z Downloaded predicates v3.1.4
9072026-06-21T01:45:09.988Z Downloaded paste v1.0.15
9082026-06-21T01:45:09.988Z Downloaded parking_lot v0.12.5
9092026-06-21T01:45:09.988Z Downloaded rtoolbox v0.0.3
9102026-06-21T01:45:09.988Z Downloaded progenitor-extras v0.2.0
9112026-06-21T01:45:09.988Z Downloaded parking_lot v0.11.2
9122026-06-21T01:45:09.988Z Downloaded oxide-tokio-rt v0.1.4
9132026-06-21T01:45:09.988Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-06-21T01:45:09.988Z Downloaded phf v0.13.1
9152026-06-21T01:45:09.988Z Downloaded pem-rfc7468 v0.7.0
9162026-06-21T01:45:09.988Z Downloaded pem v3.0.6
9172026-06-21T01:45:09.988Z Downloaded recursive v0.1.1
9182026-06-21T01:45:09.988Z Downloaded heapless v0.7.17
9192026-06-21T01:45:09.988Z Downloaded headers v0.4.1
9202026-06-21T01:45:09.988Z Downloaded base64 v0.22.1
9212026-06-21T01:45:09.988Z Downloaded russh-cryptovec v0.7.3
9222026-06-21T01:45:09.988Z Downloaded rand_chacha v0.9.0
9232026-06-21T01:45:09.988Z Downloaded pkcs5 v0.7.1
9242026-06-21T01:45:09.988Z Downloaded hickory-resolver v0.25.2
9252026-06-21T01:45:09.988Z Downloaded rustc_version v0.1.7
9262026-06-21T01:45:09.988Z Downloaded hickory-resolver v0.24.4
9272026-06-21T01:45:09.988Z Downloaded diesel_derives v2.3.7
9282026-06-21T01:45:09.988Z Downloaded sapling-renderdag v0.1.0
9292026-06-21T01:45:09.988Z Downloaded r2d2 v0.8.10
9302026-06-21T01:45:09.988Z Downloaded rand_core v0.9.5
9312026-06-21T01:45:09.988Z Downloaded salsa20 v0.10.2
9322026-06-21T01:45:09.989Z Downloaded phf v0.12.1
9332026-06-21T01:45:09.989Z Downloaded der v0.7.10
9342026-06-21T01:45:09.989Z Downloaded psm v0.1.30
9352026-06-21T01:45:09.989Z Downloaded indicatif v0.18.4
9362026-06-21T01:45:09.989Z Downloaded rustc_version v0.4.1
9372026-06-21T01:45:09.989Z Downloaded rustc-hash v2.1.1
9382026-06-21T01:45:09.989Z Downloaded hashbrown v0.12.3
9392026-06-21T01:45:09.989Z Downloaded scheduled-thread-pool v0.2.7
9402026-06-21T01:45:09.989Z Downloaded same-file v1.0.6
9412026-06-21T01:45:09.989Z Downloaded rand_seeder v0.4.0
9422026-06-21T01:45:09.989Z Downloaded rand_core v0.10.0
9432026-06-21T01:45:10.099Z Downloaded oso v0.27.3
9442026-06-21T01:45:10.099Z Downloaded pin-project-lite v0.2.17
9452026-06-21T01:45:10.099Z Downloaded rand_core v0.6.4
9462026-06-21T01:45:10.099Z Downloaded omicron-zone-package v0.12.2
9472026-06-21T01:45:10.099Z Downloaded postgres-types v0.2.12
9482026-06-21T01:45:10.099Z Downloaded postcard v1.1.3
9492026-06-21T01:45:10.099Z Downloaded papergrid v0.17.0
9502026-06-21T01:45:10.100Z Downloaded pkcs1 v0.7.5
9512026-06-21T01:45:10.100Z Downloaded p256 v0.13.2
9522026-06-21T01:45:10.100Z Downloaded serde-big-array v0.5.1
9532026-06-21T01:45:10.100Z Downloaded semver v0.1.20
9542026-06-21T01:45:10.100Z Downloaded secrecy v0.10.3
9552026-06-21T01:45:10.100Z Downloaded scroll_derive v0.13.1
9562026-06-21T01:45:10.100Z Downloaded seq-macro v0.3.6
9572026-06-21T01:45:10.100Z Downloaded scrypt v0.11.0
9582026-06-21T01:45:10.101Z Downloaded scopeguard v1.2.0
9592026-06-21T01:45:10.101Z Downloaded miniz_oxide v0.8.9
9602026-06-21T01:45:10.101Z Downloaded serde_urlencoded v0.7.1
9612026-06-21T01:45:10.101Z Downloaded serde_repr v0.1.20
9622026-06-21T01:45:10.101Z Downloaded secrecy v0.8.0
9632026-06-21T01:45:10.101Z Downloaded derive_more-impl v2.1.1
9642026-06-21T01:45:10.101Z Downloaded serde_bytes v0.11.19
9652026-06-21T01:45:10.101Z Downloaded resolv-conf v0.7.6
9662026-06-21T01:45:10.102Z Downloaded progenitor-client v0.13.0
9672026-06-21T01:45:10.102Z Downloaded serde_plain v1.0.2
9682026-06-21T01:45:10.102Z Downloaded precomputed-hash v0.1.1
9692026-06-21T01:45:10.102Z Downloaded ingot v0.1.1
9702026-06-21T01:45:10.102Z Downloaded compact_str v0.8.1
9712026-06-21T01:45:10.102Z Downloaded sha1 v0.10.6
9722026-06-21T01:45:10.102Z Downloaded jiff-static v0.2.21
9732026-06-21T01:45:10.102Z Downloaded indoc v1.0.9
9742026-06-21T01:45:10.102Z Downloaded impl-trait-for-tuples v0.2.3
9752026-06-21T01:45:10.102Z Downloaded ciborium v0.2.2
9762026-06-21T01:45:10.102Z Downloaded rustls-pemfile v1.0.4
9772026-06-21T01:45:10.103Z Downloaded bcs v0.1.6
9782026-06-21T01:45:10.103Z Downloaded rustls-native-certs v0.8.3
9792026-06-21T01:45:10.103Z Downloaded futures-io v0.3.32
9802026-06-21T01:45:10.105Z Downloaded serde_spanned v1.0.4
9812026-06-21T01:45:10.105Z Downloaded quinn-udp v0.5.14
9822026-06-21T01:45:10.105Z Downloaded foreign-types-shared v0.3.1
9832026-06-21T01:45:10.105Z Downloaded shell-words v1.1.1
9842026-06-21T01:45:10.105Z Downloaded compression-codecs v0.4.37
9852026-06-21T01:45:10.105Z Downloaded clang-sys v1.8.1
9862026-06-21T01:45:10.105Z Downloaded signal-hook-tokio v0.3.1
9872026-06-21T01:45:10.105Z Downloaded http v1.4.0
9882026-06-21T01:45:10.105Z Downloaded sigpipe v0.1.3
9892026-06-21T01:45:10.105Z Downloaded signature v2.2.0
9902026-06-21T01:45:10.105Z Downloaded rustls-pemfile v2.2.0
9912026-06-21T01:45:10.105Z Downloaded aho-corasick v1.1.4
9922026-06-21T01:45:10.105Z Downloaded openssl-sys v0.9.115
9932026-06-21T01:45:10.105Z Downloaded hashbrown v0.13.2
9942026-06-21T01:45:10.105Z Downloaded siphasher v1.0.2
9952026-06-21T01:45:10.105Z Downloaded rustversion v1.0.22
9962026-06-21T01:45:10.105Z Downloaded prefix-trie v0.7.0
9972026-06-21T01:45:10.105Z Downloaded expectorate v1.2.0
9982026-06-21T01:45:10.105Z Downloaded signal-hook-mio v0.2.5
9992026-06-21T01:45:10.105Z Downloaded rusty-fork v0.3.1
10002026-06-21T01:45:10.105Z Downloaded schemars_derive v0.8.22
10012026-06-21T01:45:10.105Z Downloaded scroll v0.13.0
10022026-06-21T01:45:10.105Z Downloaded pin-project v1.1.11
10032026-06-21T01:45:10.105Z Downloaded slog-bunyan v2.5.0
10042026-06-21T01:45:10.106Z Downloaded progenitor-impl v0.14.0
10052026-06-21T01:45:10.106Z Downloaded progenitor-impl v0.13.0
10062026-06-21T01:45:10.106Z Downloaded minimal-lexical v0.2.1
10072026-06-21T01:45:10.106Z Downloaded serde-hex v0.1.0
10082026-06-21T01:45:10.106Z Downloaded sec1 v0.7.3
10092026-06-21T01:45:10.106Z Downloaded sct v0.7.1
10102026-06-21T01:45:10.106Z Downloaded base64ct v1.8.3
10112026-06-21T01:45:10.106Z Downloaded async-bb8-diesel v0.2.1
10122026-06-21T01:45:10.107Z Downloaded enum-as-inner v0.6.1
10132026-06-21T01:45:10.107Z Downloaded strip-ansi-escapes v0.2.1
10142026-06-21T01:45:10.107Z Downloaded ssh-encoding v0.2.0
10152026-06-21T01:45:10.107Z Downloaded slog-envlogger v2.2.0
10162026-06-21T01:45:10.107Z Downloaded serde_path_to_error v0.1.20
10172026-06-21T01:45:10.107Z Downloaded serde_derive_internals v0.29.1
10182026-06-21T01:45:10.107Zwarning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `aws-lc-rs v1.16.3` within 30s)
10192026-06-21T01:45:10.107Z Downloaded darling_macro v0.13.4
10202026-06-21T01:45:10.107Z Downloaded bitfield v0.19.4
10212026-06-21T01:45:10.107Z Downloaded serde_with_macros v1.5.2
10222026-06-21T01:45:10.107Z Downloaded strsim v0.10.0
10232026-06-21T01:45:10.107Z Downloaded shlex v1.3.0
10242026-06-21T01:45:10.107Z Downloaded rustls-pki-types v1.14.0
10252026-06-21T01:45:10.107Z Downloaded signal-hook-registry v1.4.8
10262026-06-21T01:45:10.107Z Downloaded sync-ptr v0.1.4
10272026-06-21T01:45:10.107Z Downloaded supports-color v3.0.2
10282026-06-21T01:45:10.107Z Downloaded subtle v2.6.1
10292026-06-21T01:45:10.107Z Downloaded ssh-cipher v0.2.0
10302026-06-21T01:45:10.107Z Downloaded strum v0.27.2
10312026-06-21T01:45:10.107Z Downloaded strum v0.26.3
10322026-06-21T01:45:10.107Z Downloaded structmeta-derive v0.3.0
10332026-06-21T01:45:10.107Z Downloaded sqlparser_derive v0.5.0
10342026-06-21T01:45:10.107Z Downloaded structmeta v0.3.0
10352026-06-21T01:45:10.107Z Downloaded slab v0.4.12
10362026-06-21T01:45:10.108Z Downloaded pretty_assertions v1.4.1
10372026-06-21T01:45:10.108Z Downloaded simd-adler32 v0.3.8
10382026-06-21T01:45:10.108Z Downloaded slog-dtrace v0.3.0
10392026-06-21T01:45:10.108Z Downloaded rcgen v0.12.1
10402026-06-21T01:45:10.108Z Downloaded tap v1.0.1
10412026-06-21T01:45:10.108Z Downloaded tagptr v0.2.0
10422026-06-21T01:45:10.108Z Downloaded slog-async v2.8.0
10432026-06-21T01:45:10.180Z Downloaded slog-scope v4.4.1
10442026-06-21T01:45:10.180Z Downloaded tabled_derive v0.11.0
10452026-06-21T01:45:10.180Z Downloaded sync_wrapper v1.0.2
10462026-06-21T01:45:10.180Z Downloaded ron v0.8.1
10472026-06-21T01:45:10.180Z Downloaded take_mut v0.2.2
10482026-06-21T01:45:10.180Z Downloaded time-core v0.1.8
10492026-06-21T01:45:10.181Z Downloaded thiserror-impl-no-std v2.0.2
10502026-06-21T01:45:10.181Z Downloaded thread-id v5.1.0
10512026-06-21T01:45:10.181Z Downloaded testing_table v0.3.0
10522026-06-21T01:45:10.181Z Downloaded termtree v0.5.1
10532026-06-21T01:45:10.181Z Downloaded smallvec v0.6.14
10542026-06-21T01:45:10.181Z Downloaded tabwriter v1.4.1
10552026-06-21T01:45:10.181Z Downloaded slog-term v2.9.2
10562026-06-21T01:45:10.181Z Downloaded slog-json v2.6.1
10572026-06-21T01:45:10.181Z Downloaded hickory-server v0.25.2
10582026-06-21T01:45:10.181Z Downloaded itertools v0.10.5
10592026-06-21T01:45:10.181Z Downloaded serde_cbor v0.11.2
10602026-06-21T01:45:10.181Z Downloaded spki v0.7.3
10612026-06-21T01:45:10.181Z Downloaded tinyvec_macros v0.1.1
10622026-06-21T01:45:10.181Z Downloaded sqlformat v0.3.5
10632026-06-21T01:45:10.181Z Downloaded string_cache v0.8.9
10642026-06-21T01:45:10.181Z Downloaded serde_with_macros v3.17.0
10652026-06-21T01:45:10.181Z Downloaded static_assertions v1.1.0
10662026-06-21T01:45:10.181Z Downloaded dropshot-api-manager v0.7.2
10672026-06-21T01:45:10.181Z Downloaded ryu v1.0.23
10682026-06-21T01:45:10.181Z Downloaded support-bundle-viewer v0.1.2
10692026-06-21T01:45:10.182Z Downloaded tokio-macros v2.7.0
10702026-06-21T01:45:10.182Z Downloaded russh-keys v0.45.0
10712026-06-21T01:45:10.182Z Downloaded prettyplease v0.2.37
10722026-06-21T01:45:10.182Z Downloaded strum_macros v0.24.3
10732026-06-21T01:45:10.182Z Downloaded stringprep v0.1.5
10742026-06-21T01:45:10.182Z Downloaded stacker v0.1.23
10752026-06-21T01:45:10.182Z Downloaded schemars v0.8.22
10762026-06-21T01:45:10.182Z Downloaded termios v0.3.3
10772026-06-21T01:45:10.182Z Downloaded strum_macros v0.26.4
10782026-06-21T01:45:10.182Z Downloaded smf v0.2.3
10792026-06-21T01:45:10.182Z Downloaded quinn v0.11.9
10802026-06-21T01:45:10.182Z Downloaded thiserror-no-std v2.0.2
10812026-06-21T01:45:10.183Z Downloaded time-macros v0.2.27
10822026-06-21T01:45:10.183Z Downloaded slog-stdlog v4.1.1
10832026-06-21T01:45:10.183Z Downloaded mio v1.2.0
10842026-06-21T01:45:10.183Z Downloaded tower-layer v0.3.3
10852026-06-21T01:45:10.183Z Downloaded hyper-util v0.1.20
10862026-06-21T01:45:10.183Z Downloaded topological-sort v0.2.2
10872026-06-21T01:45:10.183Z Downloaded rayon-core v1.13.0
10882026-06-21T01:45:10.183Z Downloaded num-bigint v0.4.6
10892026-06-21T01:45:10.183Z Downloaded thread_local v1.1.9
10902026-06-21T01:45:10.183Z Downloaded spin v0.9.8
10912026-06-21T01:45:10.183Z Downloaded tiny-keccak v2.0.2
10922026-06-21T01:45:10.183Z Downloaded tls_codec v0.4.2
10932026-06-21T01:45:10.183Z Downloaded rand v0.8.6
10942026-06-21T01:45:10.183Z Downloaded snafu-derive v0.8.9
10952026-06-21T01:45:10.183Z Downloaded trait-variant v0.1.2
10962026-06-21T01:45:10.183Z Downloaded tower-service v0.3.3
10972026-06-21T01:45:10.184Z Downloaded try-lock v0.2.5
10982026-06-21T01:45:10.184Z Downloaded serde_yaml v0.9.34+deprecated
10992026-06-21T01:45:10.184Z Downloaded tokio-dtrace v0.1.1
11002026-06-21T01:45:10.184Z Downloaded tls_codec_derive v0.4.2
11012026-06-21T01:45:10.184Z Downloaded unarray v0.1.4
11022026-06-21T01:45:10.184Z Downloaded publicsuffix v2.3.0
11032026-06-21T01:45:10.184Z Downloaded signal-hook v0.3.18
11042026-06-21T01:45:10.184Z Downloaded similar v2.7.0
11052026-06-21T01:45:10.184Z Downloaded universal-hash v0.5.1
11062026-06-21T01:45:10.184Z Downloaded unicode-truncate v1.1.0
11072026-06-21T01:45:10.184Z Downloaded typify-macro v0.6.2
11082026-06-21T01:45:10.184Z Downloaded unit-prefix v0.5.2
11092026-06-21T01:45:10.184Z Downloaded tokio-rustls v0.25.0
11102026-06-21T01:45:10.184Z Downloaded untrusted v0.9.0
11112026-06-21T01:45:10.184Z Downloaded untrusted v0.7.1
11122026-06-21T01:45:10.184Z Downloaded strum_macros v0.27.2
11132026-06-21T01:45:10.184Z Downloaded rustls-platform-verifier v0.6.2
11142026-06-21T01:45:10.184Z Downloaded libxml v0.3.3
11152026-06-21T01:45:10.184Z Downloaded usdt v0.6.0
11162026-06-21T01:45:10.185Z Downloaded tokio-tungstenite v0.21.0
11172026-06-21T01:45:10.185Z Downloaded slog v2.8.2
11182026-06-21T01:45:10.185Z Downloaded term v1.2.1
11192026-06-21T01:45:10.185Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-21T01:45:10.185Z Downloaded usdt-attr-macro v0.6.0
11212026-06-21T01:45:10.185Z Downloaded tokio-tungstenite v0.23.1
11222026-06-21T01:45:10.185Z Downloaded socket2 v0.6.3
11232026-06-21T01:45:10.185Z Downloaded term v0.7.0
11242026-06-21T01:45:10.185Z Downloaded qorb v0.4.1
11252026-06-21T01:45:10.185Z Downloaded usdt-macro v0.6.0
11262026-06-21T01:45:10.185Z Downloaded waitgroup v0.1.2
11272026-06-21T01:45:10.185Z Downloaded void v1.0.2
11282026-06-21T01:45:10.185Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-06-21T01:45:10.185Z Downloaded socket2 v0.5.10
11302026-06-21T01:45:10.185Z Downloaded num-bigint-dig v0.8.6
11312026-06-21T01:45:10.185Z Downloaded itertools v0.12.1
11322026-06-21T01:45:10.185Z Downloaded tokio-native-tls v0.3.1
11332026-06-21T01:45:10.186Z Downloaded wait-timeout v0.2.1
11342026-06-21T01:45:10.186Z Downloaded want v0.3.1
11352026-06-21T01:45:10.186Z Downloaded futures-util v0.3.32
11362026-06-21T01:45:10.186Z Downloaded tui-tree-widget v0.23.1
11372026-06-21T01:45:10.186Z Downloaded hyper v1.8.1
11382026-06-21T01:45:10.186Z Downloaded tokio-rustls v0.24.1
11392026-06-21T01:45:10.186Z Downloaded subprocess v0.2.15
11402026-06-21T01:45:10.186Z Downloaded rand v0.9.2
11412026-06-21T01:45:10.186Z Downloaded iri-string v0.7.10
11422026-06-21T01:45:10.186Z Downloaded rsa v0.9.10
11432026-06-21T01:45:10.597Z Downloaded unicase v2.9.0
11442026-06-21T01:45:10.597Z Downloaded rustls-webpki v0.103.9
11452026-06-21T01:45:10.597Z Downloaded utf-8 v0.7.6
11462026-06-21T01:45:10.599Z Downloaded schemars v1.2.1
11472026-06-21T01:45:10.599Z Downloaded zone v0.3.1
11482026-06-21T01:45:10.599Z Downloaded xshell-macros v0.2.7
11492026-06-21T01:45:10.599Z Downloaded xattr v1.6.1
11502026-06-21T01:45:10.599Z Downloaded test-strategy v0.4.5
11512026-06-21T01:45:10.599Z Downloaded vergen-git2 v9.1.0
11522026-06-21T01:45:10.599Z Downloaded toml_parser v1.0.9+spec-1.1.0
11532026-06-21T01:45:10.600Z Downloaded zone_cfg_derive v0.3.1
11542026-06-21T01:45:10.600Z Downloaded vergen-lib v0.1.6
11552026-06-21T01:45:10.600Z Downloaded uzers v0.12.2
11562026-06-21T01:45:10.600Z Downloaded usdt-impl v0.6.0
11572026-06-21T01:45:10.600Z Downloaded snafu v0.8.9
11582026-06-21T01:45:10.600Z Downloaded zeroize_derive v1.4.3
11592026-06-21T01:45:10.600Z Downloaded schemars v0.9.0
11602026-06-21T01:45:10.600Z Downloaded libm v0.2.16
11612026-06-21T01:45:10.600Z Downloaded itertools v0.14.0
11622026-06-21T01:45:10.600Z Downloaded hashbrown v0.16.1
11632026-06-21T01:45:10.600Z Downloaded whoami v2.1.0
11642026-06-21T01:45:10.600Z Downloaded tinyvec v1.10.0
11652026-06-21T01:45:10.601Z Downloaded walkdir v2.5.0
11662026-06-21T01:45:10.601Z Downloaded vergen-lib v9.1.0
11672026-06-21T01:45:10.601Z Downloaded tokio-stream v0.1.18
11682026-06-21T01:45:10.601Z Downloaded vsss-rs v3.3.4
11692026-06-21T01:45:10.601Z Downloaded twox-hash v2.1.2
11702026-06-21T01:45:10.601Z Downloaded xshell v0.2.7
11712026-06-21T01:45:10.601Z Downloaded wyz v0.5.1
11722026-06-21T01:45:10.601Z Downloaded tracing-attributes v0.1.31
11732026-06-21T01:45:10.601Z Downloaded itertools v0.13.0
11742026-06-21T01:45:10.601Z Downloaded nom v8.0.0
11752026-06-21T01:45:10.601Z Downloaded tokio-rustls v0.26.4
11762026-06-21T01:45:10.601Z Downloaded tar v0.4.45
11772026-06-21T01:45:10.601Z Downloaded rand v0.10.0
11782026-06-21T01:45:10.601Z Downloaded vergen-gitcl v1.0.8
11792026-06-21T01:45:10.602Z Downloaded unicode-properties v0.1.4
11802026-06-21T01:45:10.602Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11812026-06-21T01:45:10.602Z Downloaded hashbrown v0.15.5
11822026-06-21T01:45:10.602Z Downloaded h2 v0.4.13
11832026-06-21T01:45:10.602Z Downloaded zstd-safe v7.2.4
11842026-06-21T01:45:10.602Z Downloaded samael v0.0.19
11852026-06-21T01:45:10.602Z Downloaded toml v0.7.8
11862026-06-21T01:45:10.602Z Downloaded nom v7.1.3
11872026-06-21T01:45:10.602Z Downloaded tungstenite v0.23.0
11882026-06-21T01:45:10.602Z Downloaded typify v0.6.2
11892026-06-21T01:45:10.602Z Downloaded zeroize v1.8.2
11902026-06-21T01:45:10.602Z Downloaded rustyline v14.0.0
11912026-06-21T01:45:10.602Z Downloaded whoami v1.6.1
11922026-06-21T01:45:10.602Z Downloaded toml v1.0.6+spec-1.1.0
11932026-06-21T01:45:10.602Z Downloaded russh v0.45.0
11942026-06-21T01:45:10.602Z Downloaded p521 v0.13.3
11952026-06-21T01:45:10.602Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-06-21T01:45:10.602Z Downloaded vergen v9.1.0
11972026-06-21T01:45:10.602Z Downloaded hkdf v0.12.4
11982026-06-21T01:45:10.602Z Downloaded steno v0.4.1
11992026-06-21T01:45:10.602Z Downloaded tungstenite v0.21.0
12002026-06-21T01:45:10.602Z Downloaded yasna v0.5.2
12012026-06-21T01:45:10.602Z Downloaded serde_with v1.14.0
12022026-06-21T01:45:10.602Z Downloaded tokio-postgres v0.7.16
12032026-06-21T01:45:10.602Z Downloaded zerocopy v0.6.6
12042026-06-21T01:45:10.602Z Downloaded zstd v0.13.3
12052026-06-21T01:45:10.604Z Downloaded iddqd v0.4.2
12062026-06-21T01:45:10.604Z Downloaded reedline v0.40.0
12072026-06-21T01:45:10.604Z Downloaded toml_edit v0.19.15
12082026-06-21T01:45:10.604Z Downloaded zopfli v0.8.3
12092026-06-21T01:45:10.604Z Downloaded blake3 v1.8.3
12102026-06-21T01:45:10.604Z Downloaded vte v0.14.1
12112026-06-21T01:45:10.604Z Downloaded tracing-core v0.1.36
12122026-06-21T01:45:10.604Z Downloaded chrono v0.4.44
12132026-06-21T01:45:10.604Z Downloaded p384 v0.13.1
12142026-06-21T01:45:10.604Z Downloaded unicode-bidi v0.3.18
12152026-06-21T01:45:10.604Z Downloaded unsafe-libyaml v0.2.11
12162026-06-21T01:45:10.604Z Downloaded rpassword v7.4.0
12172026-06-21T01:45:10.604Z Downloaded bitvec v1.0.1
12182026-06-21T01:45:10.604Z Downloaded reqwest v0.12.28
12192026-06-21T01:45:10.604Z Downloaded git2 v0.20.4
12202026-06-21T01:45:10.604Z Downloaded ssh-key v0.6.7
12212026-06-21T01:45:10.604Z Downloaded portable-atomic v1.13.1
12222026-06-21T01:45:10.604Z Downloaded zerocopy-derive v0.8.40
12232026-06-21T01:45:10.604Z Downloaded tower v0.5.3
12242026-06-21T01:45:10.604Z Downloaded unicode_categories v0.1.1
12252026-06-21T01:45:10.604Z Downloaded regex v1.12.3
12262026-06-21T01:45:10.604Z Downloaded yansi v1.0.1
12272026-06-21T01:45:10.604Z Downloaded typed-path v0.9.3
12282026-06-21T01:45:10.604Z Downloaded x509-cert v0.2.5
12292026-06-21T01:45:10.604Z Downloaded uuid v1.23.0
12302026-06-21T01:45:10.604Z Downloaded zip v0.6.6
12312026-06-21T01:45:10.605Z Downloaded rayon v1.11.0
12322026-06-21T01:45:10.605Z Downloaded reqwest v0.13.2
12332026-06-21T01:45:10.605Z Downloaded goblin v0.10.5
12342026-06-21T01:45:10.605Z Downloaded salty v0.3.0
12352026-06-21T01:45:10.605Z Downloaded unicode-normalization v0.1.25
12362026-06-21T01:45:10.605Z Downloaded quick-xml v0.37.5
12372026-06-21T01:45:10.605Z Downloaded tough v0.22.0
12382026-06-21T01:45:10.605Z Downloaded bindgen v0.71.1
12392026-06-21T01:45:10.606Z Downloaded zip v4.6.1
12402026-06-21T01:45:10.606Z Downloaded curve25519-dalek v4.1.3
12412026-06-21T01:45:10.606Z Downloaded lalrpop v0.19.12
12422026-06-21T01:45:10.606Z Downloaded unicode-segmentation v1.12.0
12432026-06-21T01:45:10.717Z Downloaded rustls-webpki v0.101.7
12442026-06-21T01:45:10.717Z Downloaded radix_trie v0.2.1
12452026-06-21T01:45:10.717Z Downloaded winnow v0.5.40
12462026-06-21T01:45:10.717Z Downloaded object v0.30.4
12472026-06-21T01:45:10.717Z Downloaded moka v0.12.13
12482026-06-21T01:45:10.717Z Downloaded tokio-util v0.7.18
12492026-06-21T01:45:10.717Z Downloaded rustls v0.21.12
12502026-06-21T01:45:10.717Z Downloaded nix v0.28.0
12512026-06-21T01:45:10.717Z Downloaded tower-http v0.6.8
12522026-06-21T01:45:10.717Z Downloaded proptest v1.10.0
12532026-06-21T01:45:10.717Z Downloaded rustls-webpki v0.102.8
12542026-06-21T01:45:10.717Z Downloaded serde_with v3.17.0
12552026-06-21T01:45:10.717Z Downloaded regex-syntax v0.6.29
12562026-06-21T01:45:10.717Z Downloaded openssl v0.10.79
12572026-06-21T01:45:10.717Z Downloaded petname v2.0.2
12582026-06-21T01:45:10.718Z Downloaded bstr v1.12.1
12592026-06-21T01:45:10.718Z Downloaded hickory-proto v0.24.4
12602026-06-21T01:45:10.718Z Downloaded hickory-proto v0.25.2
12612026-06-21T01:45:10.718Z Downloaded rustls v0.22.4
12622026-06-21T01:45:10.718Z Downloaded rustls v0.23.37
12632026-06-21T01:45:10.718Z Downloaded rustix v0.38.44
12642026-06-21T01:45:10.718Z Downloaded regex-syntax v0.8.10
12652026-06-21T01:45:10.718Z Downloaded quinn-proto v0.11.13
12662026-06-21T01:45:10.718Z Downloaded winnow v0.6.26
12672026-06-21T01:45:10.718Z Downloaded polar-core v0.27.3
12682026-06-21T01:45:10.718Z Downloaded sqlparser v0.61.0
12692026-06-21T01:45:10.718Z Downloaded tabled v0.20.0
12702026-06-21T01:45:10.718Z Downloaded ratatui v0.29.0
12712026-06-21T01:45:10.718Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-06-21T01:45:10.718Z Downloaded smoltcp v0.9.1
12732026-06-21T01:45:10.718Z Downloaded chrono-tz v0.10.4
12742026-06-21T01:45:10.718Z Downloaded nix v0.27.1
12752026-06-21T01:45:10.718Z Downloaded petgraph v0.8.3
12762026-06-21T01:45:10.718Z Downloaded zlib-rs v0.6.2
12772026-06-21T01:45:10.718Z Downloaded nix v0.31.2
12782026-06-21T01:45:10.718Z Downloaded webpki-roots v1.0.6
12792026-06-21T01:45:10.719Z Downloaded time v0.3.47
12802026-06-21T01:45:10.719Z Downloaded dropshot v0.17.0
12812026-06-21T01:45:10.719Z Downloaded vcpkg v0.2.15
12822026-06-21T01:45:10.719Z Downloaded zerocopy v0.8.40
12832026-06-21T01:45:10.720Z Downloaded regress v0.10.5
12842026-06-21T01:45:10.720Z Downloaded smoltcp v0.11.0
12852026-06-21T01:45:10.720Z Downloaded regress v0.11.1
12862026-06-21T01:45:10.720Z Downloaded object v0.37.3
12872026-06-21T01:45:10.720Z Downloaded openapiv3 v2.2.0
12882026-06-21T01:45:10.720Z Downloaded diesel v2.3.7
12892026-06-21T01:45:10.847Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-06-21T01:45:10.847Z Downloaded typify-impl v0.6.2
12912026-06-21T01:45:10.847Z Downloaded tracing v0.1.44
12922026-06-21T01:45:10.847Z Downloaded sled v0.34.7
12932026-06-21T01:45:10.847Z Downloaded zerocopy-derive v0.6.6
12942026-06-21T01:45:10.927Z Downloaded regex-automata v0.4.14
12952026-06-21T01:45:10.927Z Downloaded petgraph v0.6.5
12962026-06-21T01:45:10.927Z Downloaded jiff v0.2.21
12972026-06-21T01:45:10.935Z Downloaded aws-lc-rs v1.16.3
12982026-06-21T01:45:10.935Z Downloaded libz-sys v1.1.24
12992026-06-21T01:45:11.037Z Downloaded csv v1.4.0
13002026-06-21T01:45:11.038Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-21T01:45:11.038Z Downloaded sha3 v0.10.8
13022026-06-21T01:45:11.038Z Downloaded tokio v1.52.1
13032026-06-21T01:45:11.089Z Downloaded encoding_rs v0.8.35
13042026-06-21T01:45:11.090Z Downloaded ring v0.17.14
13052026-06-21T01:45:11.255Z Downloaded aws-lc-sys v0.40.0
13062026-06-21T01:45:11.714Z Compiling libc v0.2.185
13072026-06-21T01:45:11.714Z Compiling serde v1.0.228
13082026-06-21T01:45:11.730Z Compiling log v0.4.29
13092026-06-21T01:45:11.730Z Compiling shlex v1.3.0
13102026-06-21T01:45:11.730Z Compiling find-msvc-tools v0.1.9
13112026-06-21T01:45:11.730Z Compiling syn v2.0.117
13122026-06-21T01:45:11.730Z Compiling smallvec v1.15.1
13132026-06-21T01:45:11.730Z Compiling typenum v1.19.0
13142026-06-21T01:45:11.797Z Compiling generic-array v0.14.7
13152026-06-21T01:45:11.871Z Compiling subtle v2.6.1
13162026-06-21T01:45:11.904Z Compiling scopeguard v1.2.0
13172026-06-21T01:45:11.904Z Compiling const-oid v0.9.6
13182026-06-21T01:45:11.940Z Compiling lock_api v0.4.14
13192026-06-21T01:45:11.970Z Compiling serde_json v1.0.149
13202026-06-21T01:45:11.993Z Compiling zerocopy v0.8.40
13212026-06-21T01:45:12.023Z Compiling pin-project-lite v0.2.17
13222026-06-21T01:45:12.146Z Compiling parking_lot_core v0.9.12
13232026-06-21T01:45:12.196Z Compiling portable-atomic v1.13.1
13242026-06-21T01:45:12.433Z Compiling pkg-config v0.3.32
13252026-06-21T01:45:12.490Z Compiling getrandom v0.2.17
13262026-06-21T01:45:12.539Z Compiling jobserver v0.1.34
13272026-06-21T01:45:12.556Z Compiling rand_core v0.6.4
13282026-06-21T01:45:12.567Z Compiling errno v0.3.14
13292026-06-21T01:45:12.721Z Compiling cc v1.2.56
13302026-06-21T01:45:12.811Z Compiling signal-hook-registry v1.4.8
13312026-06-21T01:45:12.842Z Compiling bitflags v2.11.0
13322026-06-21T01:45:12.899Z Compiling libm v0.2.16
13332026-06-21T01:45:12.929Z Compiling futures-core v0.3.32
13342026-06-21T01:45:13.059Z Compiling critical-section v1.2.0
13352026-06-21T01:45:13.107Z Compiling parking_lot v0.12.5
13362026-06-21T01:45:13.126Z Compiling mio v1.2.0
13372026-06-21T01:45:13.138Z Compiling num-traits v0.2.19
13382026-06-21T01:45:13.186Z Compiling once_cell v1.21.3
13392026-06-21T01:45:13.240Z Compiling percent-encoding v2.3.2
13402026-06-21T01:45:13.464Z Compiling socket2 v0.6.3
13412026-06-21T01:45:13.506Z Compiling futures-sink v0.3.32
13422026-06-21T01:45:13.547Z Compiling slab v0.4.12
13432026-06-21T01:45:13.564Z Compiling futures-task v0.3.32
13442026-06-21T01:45:13.630Z Compiling futures-channel v0.3.32
13452026-06-21T01:45:13.639Z Compiling futures-io v0.3.32
13462026-06-21T01:45:13.711Z Compiling getrandom v0.4.1
13472026-06-21T01:45:13.726Z Compiling cpufeatures v0.2.17
13482026-06-21T01:45:13.790Z Compiling rand_core v0.10.0
13492026-06-21T01:45:13.812Z Compiling indexmap v2.14.0
13502026-06-21T01:45:13.840Z Compiling rustversion v1.0.22
13512026-06-21T01:45:13.875Z Compiling getrandom v0.3.4
13522026-06-21T01:45:13.978Z Compiling cmake v0.1.57
13532026-06-21T01:45:14.393Z Compiling form_urlencoded v1.2.2
13542026-06-21T01:45:14.529Z Compiling dunce v1.0.5
13552026-06-21T01:45:14.544Z Compiling fs_extra v1.3.0
13562026-06-21T01:45:14.544Z Compiling synstructure v0.13.2
13572026-06-21T01:45:14.544Z Compiling base64ct v1.8.3
13582026-06-21T01:45:14.579Z Compiling ident_case v1.0.1
13592026-06-21T01:45:14.752Z Compiling aws-lc-sys v0.40.0
13602026-06-21T01:45:14.879Z Compiling flagset v0.4.7
13612026-06-21T01:45:14.879Z Compiling rustix v1.1.3
13622026-06-21T01:45:14.879Z Compiling pem-rfc7468 v0.7.0
13632026-06-21T01:45:15.018Z Compiling iana-time-zone v0.1.65
13642026-06-21T01:45:15.018Z Compiling regex-syntax v0.8.10
13652026-06-21T01:45:15.032Z Compiling rand_core v0.9.5
13662026-06-21T01:45:15.063Z Compiling ring v0.17.14
13672026-06-21T01:45:15.102Z Compiling aws-lc-rs v1.16.3
13682026-06-21T01:45:15.146Z Compiling vcpkg v0.2.15
13692026-06-21T01:45:15.357Z Compiling uuid v1.23.0
13702026-06-21T01:45:15.400Z Compiling rustc_version v0.4.1
13712026-06-21T01:45:15.814Z Compiling tracing-core v0.1.36
13722026-06-21T01:45:15.957Z Compiling openssl-sys v0.9.115
13732026-06-21T01:45:16.156Z Compiling base64 v0.22.1
13742026-06-21T01:45:16.249Z Compiling serde_derive v1.0.228
13752026-06-21T01:45:16.315Z Compiling zeroize_derive v1.4.3
13762026-06-21T01:45:16.404Z Compiling zerofrom-derive v0.1.6
13772026-06-21T01:45:16.427Z Compiling yoke-derive v0.8.1
13782026-06-21T01:45:16.486Z Compiling zerocopy-derive v0.8.40
13792026-06-21T01:45:17.024Z Compiling zeroize v1.8.2
13802026-06-21T01:45:17.226Z Compiling zerovec-derive v0.11.2
13812026-06-21T01:45:17.594Z Compiling displaydoc v0.2.5
13822026-06-21T01:45:18.108Z Compiling crypto-common v0.1.7
13832026-06-21T01:45:18.131Z Compiling zerofrom v0.1.6
13842026-06-21T01:45:18.132Z Compiling block-buffer v0.10.4
13852026-06-21T01:45:18.132Z Compiling yoke v0.8.1
13862026-06-21T01:45:18.132Z Compiling digest v0.10.7
13872026-06-21T01:45:18.132Z Compiling tokio-macros v2.7.0
13882026-06-21T01:45:18.245Z Compiling futures-macro v0.3.32
13892026-06-21T01:45:18.290Z Compiling zerotrie v0.2.3
13902026-06-21T01:45:18.338Z Compiling zerovec v0.11.5
13912026-06-21T01:45:18.612Z Compiling hmac v0.12.1
13922026-06-21T01:45:18.787Z Compiling block-padding v0.3.3
13932026-06-21T01:45:18.840Z Compiling sha2 v0.10.9
13942026-06-21T01:45:18.923Z Compiling tinystr v0.8.2
13952026-06-21T01:45:18.946Z Compiling potential_utf v0.1.4
13962026-06-21T01:45:19.099Z Compiling icu_locale_core v2.1.1
13972026-06-21T01:45:19.134Z Compiling icu_collections v2.1.1
13982026-06-21T01:45:19.134Z Compiling futures-util v0.3.32
13992026-06-21T01:45:19.579Z Compiling inout v0.1.4
14002026-06-21T01:45:19.692Z Compiling bytes v1.11.1
14012026-06-21T01:45:19.742Z Compiling icu_provider v2.1.1
14022026-06-21T01:45:19.768Z Compiling cipher v0.4.4
14032026-06-21T01:45:19.999Z Compiling icu_normalizer v2.1.1
14042026-06-21T01:45:20.034Z Compiling icu_properties v2.1.2
14052026-06-21T01:45:20.034Z Compiling der_derive v0.7.3
14062026-06-21T01:45:20.213Z Compiling tokio v1.52.1
14072026-06-21T01:45:20.316Z Compiling http v1.4.0
14082026-06-21T01:45:20.522Z Compiling chrono v0.4.44
14092026-06-21T01:45:20.992Z Compiling idna_adapter v1.2.1
14102026-06-21T01:45:21.086Z Compiling ppv-lite86 v0.2.21
14112026-06-21T01:45:21.161Z Compiling idna v1.1.0
14122026-06-21T01:45:21.161Z Compiling der v0.7.10
14132026-06-21T01:45:21.277Z Compiling salsa20 v0.10.2
14142026-06-21T01:45:21.299Z Compiling pbkdf2 v0.12.2
14152026-06-21T01:45:21.359Z Compiling url v2.5.8
14162026-06-21T01:45:21.462Z Compiling rustls-pki-types v1.14.0
14172026-06-21T01:45:21.473Z Compiling thiserror-impl v2.0.18
14182026-06-21T01:45:21.708Z Compiling tracing-attributes v0.1.31
14192026-06-21T01:45:21.791Z Compiling scrypt v0.11.0
14202026-06-21T01:45:21.974Z Compiling rand_chacha v0.9.0
14212026-06-21T01:45:22.043Z Compiling spki v0.7.3
14222026-06-21T01:45:22.152Z Compiling http-body v1.0.1
14232026-06-21T01:45:22.256Z Compiling cbc v0.1.2
14242026-06-21T01:45:22.286Z Compiling aes v0.8.4
14252026-06-21T01:45:22.363Z Compiling tinyvec_macros v0.1.1
14262026-06-21T01:45:22.409Z Compiling openssl-probe v0.2.1
14272026-06-21T01:45:22.443Z Compiling untrusted v0.7.1
14282026-06-21T01:45:22.550Z Compiling httparse v1.10.1
14292026-06-21T01:45:22.603Z Compiling untrusted v0.9.0
14302026-06-21T01:45:22.633Z Compiling tinyvec v1.10.0
14312026-06-21T01:45:22.667Z Compiling pkcs5 v0.7.1
14322026-06-21T01:45:22.680Z Compiling thiserror v2.0.18
14332026-06-21T01:45:22.911Z Compiling pest_generator v2.8.6
14342026-06-21T01:45:22.925Z Compiling rand v0.9.2
14352026-06-21T01:45:23.015Z Compiling tracing v0.1.44
14362026-06-21T01:45:23.121Z Compiling serde_derive_internals v0.29.1
14372026-06-21T01:45:23.250Z Compiling aho-corasick v1.1.4
14382026-06-21T01:45:23.302Z Compiling atomic-waker v1.1.2
14392026-06-21T01:45:23.441Z Compiling tower-layer v0.3.3
14402026-06-21T01:45:23.624Z Compiling dyn-clone v1.0.20
14412026-06-21T01:45:23.660Z Compiling schemars v0.8.22
14422026-06-21T01:45:23.722Z Compiling rustls v0.23.37
14432026-06-21T01:45:23.752Z Compiling try-lock v0.2.5
14442026-06-21T01:45:23.851Z Compiling tower-service v0.3.3
14452026-06-21T01:45:23.881Z Compiling tokio-util v0.7.18
14462026-06-21T01:45:23.891Z Compiling want v0.3.1
14472026-06-21T01:45:23.946Z Compiling pest_derive v2.8.6
14482026-06-21T01:45:24.049Z Compiling pkcs8 v0.10.2
14492026-06-21T01:45:24.052Z Compiling schemars_derive v0.8.22
14502026-06-21T01:45:24.367Z Compiling regex-automata v0.4.14
14512026-06-21T01:45:24.591Z Compiling h2 v0.4.13
14522026-06-21T01:45:24.671Z Compiling ipnet v2.11.0
14532026-06-21T01:45:24.973Z Compiling scroll_derive v0.13.1
14542026-06-21T01:45:24.986Z Compiling darling_core v0.20.11
14552026-06-21T01:45:25.163Z Compiling pin-utils v0.1.0
14562026-06-21T01:45:25.236Z Compiling httpdate v1.0.3
14572026-06-21T01:45:25.274Z Compiling foreign-types-shared v0.1.1
14582026-06-21T01:45:25.361Z Compiling openssl v0.10.79
14592026-06-21T01:45:25.452Z Compiling tempfile v3.25.0
14602026-06-21T01:45:25.606Z Compiling foreign-types v0.3.2
14612026-06-21T01:45:25.699Z Compiling scroll v0.13.0
14622026-06-21T01:45:25.818Z Compiling unicode-normalization v0.1.25
14632026-06-21T01:45:25.957Z Compiling openssl-macros v0.1.1
14642026-06-21T01:45:26.246Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-21T01:45:26.259Z Compiling socket2 v0.5.10
14662026-06-21T01:45:26.346Z Compiling spin v0.9.8
14672026-06-21T01:45:26.547Z Compiling native-tls v0.2.18
14682026-06-21T01:45:26.626Z Compiling num-conv v0.2.0
14692026-06-21T01:45:26.658Z Compiling crc32fast v1.5.0
14702026-06-21T01:45:26.752Z Compiling time-core v0.1.8
14712026-06-21T01:45:26.768Z Compiling powerfmt v0.2.0
14722026-06-21T01:45:26.900Z Compiling time-macros v0.2.27
14732026-06-21T01:45:26.947Z Compiling deranged v0.5.8
14742026-06-21T01:45:27.218Z Compiling darling_macro v0.20.11
14752026-06-21T01:45:27.682Z Compiling hyper v1.8.1
14762026-06-21T01:45:27.970Z Compiling darling v0.20.11
14772026-06-21T01:45:27.991Z Compiling goblin v0.10.5
14782026-06-21T01:45:27.992Z Compiling rustls-native-certs v0.8.3
14792026-06-21T01:45:28.262Z Compiling sync_wrapper v1.0.2
14802026-06-21T01:45:28.413Z Compiling wait-timeout v0.2.1
14812026-06-21T01:45:28.459Z Compiling unicode-segmentation v1.12.0
14822026-06-21T01:45:28.509Z Compiling num_threads v0.1.7
14832026-06-21T01:45:28.598Z Compiling simd-adler32 v0.3.8
14842026-06-21T01:45:28.675Z Compiling bit-vec v0.8.0
14852026-06-21T01:45:28.796Z Compiling hyper-util v0.1.20
14862026-06-21T01:45:28.839Z Compiling crossbeam-utils v0.8.21
14872026-06-21T01:45:28.902Z Compiling siphasher v1.0.2
14882026-06-21T01:45:29.098Z Compiling usdt-impl v0.6.0
14892026-06-21T01:45:29.126Z Compiling quick-error v1.2.3
14902026-06-21T01:45:29.239Z Compiling syn v1.0.109
14912026-06-21T01:45:29.328Z Compiling rusty-fork v0.3.1
14922026-06-21T01:45:29.609Z Compiling bit-set v0.8.0
14932026-06-21T01:45:29.626Z Compiling time v0.3.47
14942026-06-21T01:45:29.644Z Compiling tower v0.5.3
14952026-06-21T01:45:29.769Z Compiling derive_builder_core v0.20.2
14962026-06-21T01:45:30.103Z Compiling dtrace-parser v0.3.0
14972026-06-21T01:45:30.205Z Compiling http-body-util v0.1.3
14982026-06-21T01:45:30.450Z Compiling webpki-roots v1.0.6
14992026-06-21T01:45:30.541Z Compiling signature v2.2.0
15002026-06-21T01:45:30.573Z Compiling thiserror-impl v1.0.69
15012026-06-21T01:45:30.626Z Compiling scroll_derive v0.12.1
15022026-06-21T01:45:30.719Z Compiling dof v0.4.0
15032026-06-21T01:45:30.847Z Compiling heapless v0.7.17
15042026-06-21T01:45:31.083Z Compiling rand_xorshift v0.4.0
15052026-06-21T01:45:31.157Z Compiling slog v2.8.2
15062026-06-21T01:45:31.243Z Compiling darling_core v0.21.3
15072026-06-21T01:45:31.272Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-06-21T01:45:31.337Z Compiling thread-id v5.1.0
15092026-06-21T01:45:31.422Z Compiling cookie v0.18.1
15102026-06-21T01:45:31.536Z Compiling paste v1.0.15
15112026-06-21T01:45:31.598Z Compiling unicode-properties v0.1.4
15122026-06-21T01:45:31.796Z Compiling ryu v1.0.23
15132026-06-21T01:45:31.808Z Compiling unarray v0.1.4
15142026-06-21T01:45:31.811Z Compiling iri-string v0.7.10
15152026-06-21T01:45:31.868Z Compiling unicode-bidi v0.3.18
15162026-06-21T01:45:31.915Z Compiling allocator-api2 v0.2.21
15172026-06-21T01:45:31.969Z Compiling adler2 v2.0.1
15182026-06-21T01:45:32.099Z Compiling zstd-safe v7.2.4
15192026-06-21T01:45:32.196Z Compiling anyhow v1.0.102
15202026-06-21T01:45:32.233Z Compiling signal-hook v0.3.18
15212026-06-21T01:45:32.290Z Compiling stringprep v0.1.5
15222026-06-21T01:45:32.389Z Compiling miniz_oxide v0.8.9
15232026-06-21T01:45:32.416Z Compiling serde_urlencoded v0.7.1
15242026-06-21T01:45:32.661Z Compiling proptest v1.10.0
15252026-06-21T01:45:32.724Z Compiling thiserror v1.0.69
15262026-06-21T01:45:32.983Z Compiling tower-http v0.6.8
15272026-06-21T01:45:33.373Z Compiling scroll v0.12.0
15282026-06-21T01:45:33.443Z Compiling derive_builder_macro v0.20.2
15292026-06-21T01:45:33.607Z Compiling tokio-native-tls v0.3.1
15302026-06-21T01:45:33.636Z Compiling heck v0.4.1
15312026-06-21T01:45:33.747Z Compiling darling_macro v0.21.3
15322026-06-21T01:45:33.777Z Compiling bstr v1.12.1
15332026-06-21T01:45:33.866Z Compiling ipnetwork v0.21.1
15342026-06-21T01:45:33.889Z Compiling rand_chacha v0.3.1
15352026-06-21T01:45:33.944Z Compiling serde_tokenstream v0.2.3
15362026-06-21T01:45:34.223Z Compiling serde_spanned v0.6.9
15372026-06-21T01:45:34.253Z Compiling erased-serde v0.3.31
15382026-06-21T01:45:34.268Z Compiling toml_datetime v0.6.11
15392026-06-21T01:45:34.370Z Compiling md-5 v0.10.6
15402026-06-21T01:45:34.432Z Compiling async-trait v0.1.89
15412026-06-21T01:45:34.529Z Compiling zerocopy-derive v0.7.35
15422026-06-21T01:45:34.540Z Compiling pin-project-internal v1.1.11
15432026-06-21T01:45:34.702Z Compiling curve25519-dalek v4.1.3
15442026-06-21T01:45:34.737Z Compiling vergen-lib v9.1.0
15452026-06-21T01:45:34.918Z Compiling num-integer v0.1.46
15462026-06-21T01:45:35.032Z Compiling hash32 v0.2.1
15472026-06-21T01:45:35.228Z Compiling ff v0.13.1
15482026-06-21T01:45:35.241Z Compiling memoffset v0.9.1
15492026-06-21T01:45:35.369Z Compiling encoding_rs v0.8.35
15502026-06-21T01:45:35.389Z Compiling psl-types v2.0.11
15512026-06-21T01:45:35.428Z Compiling fallible-iterator v0.2.0
15522026-06-21T01:45:35.442Z Compiling cfg_aliases v0.2.1
15532026-06-21T01:45:35.512Z Compiling ref-cast v1.0.25
15542026-06-21T01:45:35.525Z Compiling rustix v0.38.44
15552026-06-21T01:45:35.636Z Compiling mime v0.3.17
15562026-06-21T01:45:35.738Z Compiling smoltcp v0.9.1
15572026-06-21T01:45:35.809Z Compiling num-bigint-dig v0.8.6
15582026-06-21T01:45:35.864Z Compiling base16ct v0.2.0
15592026-06-21T01:45:35.897Z Compiling litrs v1.0.0
15602026-06-21T01:45:35.996Z Compiling zlib-rs v0.6.2
15612026-06-21T01:45:36.060Z Compiling sec1 v0.7.3
15622026-06-21T01:45:36.227Z Compiling postgres-protocol v0.6.10
15632026-06-21T01:45:36.334Z Compiling pin-project v1.1.11
15642026-06-21T01:45:36.404Z Compiling document-features v0.2.12
15652026-06-21T01:45:36.437Z Compiling nix v0.31.2
15662026-06-21T01:45:36.775Z Compiling publicsuffix v2.3.0
15672026-06-21T01:45:36.865Z Compiling zerocopy v0.7.35
15682026-06-21T01:45:36.902Z Compiling group v0.13.0
15692026-06-21T01:45:36.974Z Compiling num-iter v0.1.45
15702026-06-21T01:45:37.094Z Compiling newtype-uuid v1.3.2
15712026-06-21T01:45:37.383Z Compiling hubpack_derive v0.1.1
15722026-06-21T01:45:37.395Z Compiling darling v0.21.3
15732026-06-21T01:45:37.398Z Compiling rand v0.8.6
15742026-06-21T01:45:37.429Z Compiling oxnet v0.1.6
15752026-06-21T01:45:37.488Z Compiling derive_builder v0.20.2
15762026-06-21T01:45:37.550Z Compiling snafu-derive v0.8.9
15772026-06-21T01:45:37.613Z Compiling hyper-tls v0.6.0
15782026-06-21T01:45:37.822Z Compiling goblin v0.8.2
15792026-06-21T01:45:38.577Z Compiling phf_shared v0.13.1
15802026-06-21T01:45:38.602Z Compiling regex v1.12.3
15812026-06-21T01:45:38.818Z Compiling lazy_static v1.5.0
15822026-06-21T01:45:38.818Z Compiling anstyle-parse v0.2.7
15832026-06-21T01:45:38.915Z Compiling flate2 v1.1.9
15842026-06-21T01:45:39.017Z Compiling strum_macros v0.27.2
15852026-06-21T01:45:39.043Z Compiling futures-executor v0.3.32
15862026-06-21T01:45:39.223Z Compiling hex v0.4.3
15872026-06-21T01:45:39.309Z Compiling hkdf v0.12.4
15882026-06-21T01:45:39.332Z Compiling crypto-bigint v0.5.5
15892026-06-21T01:45:39.478Z Compiling curve25519-dalek-derive v0.1.1
15902026-06-21T01:45:39.493Z Compiling daft-derive v0.1.7
15912026-06-21T01:45:39.548Z Compiling ref-cast-impl v1.0.25
15922026-06-21T01:45:40.088Z Compiling terminal_size v0.4.3
15932026-06-21T01:45:40.117Z Compiling vergen v9.1.0
15942026-06-21T01:45:40.207Z Compiling fs-err v3.3.0
15952026-06-21T01:45:40.225Z Compiling cargo-platform v0.3.2
15962026-06-21T01:45:40.291Z Compiling ahash v0.8.12
15972026-06-21T01:45:40.391Z Compiling bitflags v1.3.2
15982026-06-21T01:45:40.469Z Compiling same-file v1.0.6
15992026-06-21T01:45:40.492Z Compiling foldhash v0.1.5
16002026-06-21T01:45:40.505Z Compiling bumpalo v3.20.2
16012026-06-21T01:45:40.633Z Compiling object v0.37.3
16022026-06-21T01:45:40.662Z Compiling libbz2-rs-sys v0.2.2
16032026-06-21T01:45:40.749Z Compiling managed v0.8.0
16042026-06-21T01:45:40.902Z Compiling winnow v0.5.40
16052026-06-21T01:45:40.966Z Compiling foldhash v0.2.0
16062026-06-21T01:45:40.983Z Compiling strum v0.27.2
16072026-06-21T01:45:41.108Z Compiling hashbrown v0.16.1
16082026-06-21T01:45:41.186Z Compiling bzip2 v0.6.1
16092026-06-21T01:45:41.350Z Compiling clap_builder v4.6.0
16102026-06-21T01:45:41.433Z Compiling zopfli v0.8.3
16112026-06-21T01:45:41.460Z Compiling hashbrown v0.15.5
16122026-06-21T01:45:41.698Z Compiling walkdir v2.5.0
16132026-06-21T01:45:42.016Z Compiling cargo_metadata v0.23.1
16142026-06-21T01:45:42.103Z Compiling elliptic-curve v0.13.8
16152026-06-21T01:45:42.152Z Compiling toml_edit v0.19.15
16162026-06-21T01:45:42.164Z Compiling daft v0.1.7
16172026-06-21T01:45:42.493Z Compiling dof v0.3.0
16182026-06-21T01:45:42.540Z Compiling snafu v0.8.9
16192026-06-21T01:45:42.901Z Compiling futures v0.3.32
16202026-06-21T01:45:43.004Z Compiling anstream v0.6.21
16212026-06-21T01:45:43.291Z Compiling phf v0.13.1
16222026-06-21T01:45:43.385Z Compiling signal-hook-mio v0.2.5
16232026-06-21T01:45:43.495Z Compiling cookie_store v0.22.1
16242026-06-21T01:45:43.662Z Compiling zstd v0.13.3
16252026-06-21T01:45:43.872Z Compiling bzip2 v0.4.4
16262026-06-21T01:45:43.927Z Compiling hubpack v0.1.2
16272026-06-21T01:45:44.093Z Compiling serde_with_macros v3.17.0
16282026-06-21T01:45:44.183Z Compiling postgres-types v0.2.12
16292026-06-21T01:45:44.352Z Compiling usdt-attr-macro v0.6.0
16302026-06-21T01:45:44.733Z Compiling usdt-macro v0.6.0
16312026-06-21T01:45:44.853Z Compiling globset v0.4.18
16322026-06-21T01:45:45.132Z Compiling dtrace-parser v0.2.0
16332026-06-21T01:45:45.203Z Compiling ed25519 v2.2.3
16342026-06-21T01:45:45.328Z Compiling phf_shared v0.11.3
16352026-06-21T01:45:45.339Z Compiling olpc-cjson v0.1.4
16362026-06-21T01:45:45.450Z Compiling pkcs1 v0.7.5
16372026-06-21T01:45:45.495Z Compiling enum-as-inner v0.6.1
16382026-06-21T01:45:45.508Z Compiling strum_macros v0.26.4
16392026-06-21T01:45:45.535Z Compiling clap_derive v4.6.1
16402026-06-21T01:45:45.849Z Compiling serde-big-array v0.5.1
16412026-06-21T01:45:45.868Z Compiling serde_plain v1.0.2
16422026-06-21T01:45:45.988Z Compiling rfc6979 v0.4.0
16432026-06-21T01:45:45.991Z Compiling pem v3.0.6
16442026-06-21T01:45:46.060Z Compiling async-recursion v1.1.1
16452026-06-21T01:45:46.111Z Compiling serde_repr v0.1.20
16462026-06-21T01:45:46.111Z Compiling float-cmp v0.10.0
16472026-06-21T01:45:46.269Z Compiling memmap2 v0.9.10
16482026-06-21T01:45:46.327Z Compiling thread-id v4.2.2
16492026-06-21T01:45:46.414Z Compiling env_filter v1.0.0
16502026-06-21T01:45:46.485Z Compiling keccak v0.1.6
16512026-06-21T01:45:46.632Z Compiling either v1.15.0
16522026-06-21T01:45:46.695Z Compiling whoami v2.1.0
16532026-06-21T01:45:46.709Z Compiling static_assertions v1.1.0
16542026-06-21T01:45:46.784Z Compiling difflib v0.4.0
16552026-06-21T01:45:46.836Z Compiling fixedbitset v0.5.7
16562026-06-21T01:45:47.055Z Compiling precomputed-hash v0.1.1
16572026-06-21T01:45:47.138Z Compiling fixedbitset v0.4.2
16582026-06-21T01:45:47.151Z Compiling normalize-line-endings v0.3.0
16592026-06-21T01:45:47.224Z Compiling predicates-core v1.0.10
16602026-06-21T01:45:47.245Z Compiling data-encoding v2.10.0
16612026-06-21T01:45:47.284Z Compiling jiff v0.2.21
16622026-06-21T01:45:47.303Z Compiling new_debug_unreachable v1.0.6
16632026-06-21T01:45:47.342Z Compiling typed-path v0.9.3
16642026-06-21T01:45:47.352Z Compiling predicates v3.1.4
16652026-06-21T01:45:47.373Z Compiling string_cache v0.8.9
16662026-06-21T01:45:47.396Z Compiling clap v4.6.1
16672026-06-21T01:45:47.511Z Compiling petgraph v0.6.5
16682026-06-21T01:45:47.591Z Compiling hickory-proto v0.25.2
16692026-06-21T01:45:47.943Z Compiling toml_edit v0.22.27
16702026-06-21T01:45:47.991Z Compiling strum v0.26.3
16712026-06-21T01:45:48.123Z Compiling petgraph v0.8.3
16722026-06-21T01:45:48.603Z Compiling tokio-postgres v0.7.16
16732026-06-21T01:45:48.865Z Compiling itertools v0.13.0
16742026-06-21T01:45:49.033Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-21T01:45:50.076Z Compiling zip v4.6.1
16762026-06-21T01:45:50.110Z Compiling sha3 v0.10.8
16772026-06-21T01:45:50.567Z Compiling env_logger v0.11.9
16782026-06-21T01:45:50.702Z Compiling usdt v0.6.0
16792026-06-21T01:45:50.792Z Compiling usdt-impl v0.5.0
16802026-06-21T01:45:50.919Z Compiling ecdsa v0.16.9
16812026-06-21T01:45:50.964Z Compiling rsa v0.9.10
16822026-06-21T01:45:51.033Z Compiling ed25519-dalek v2.2.0
16832026-06-21T01:45:51.319Z Compiling serde_with v3.17.0
16842026-06-21T01:45:51.385Z Compiling crossterm v0.28.1
16852026-06-21T01:45:51.689Z Compiling zip v0.6.6
16862026-06-21T01:45:52.257Z Compiling toml v0.7.8
16872026-06-21T01:45:52.266Z Compiling iddqd v0.4.2
16882026-06-21T01:45:52.879Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-06-21T01:45:52.921Z Compiling similar v2.7.0
16902026-06-21T01:45:53.004Z Compiling crossbeam-epoch v0.9.18
16912026-06-21T01:45:53.019Z Compiling tokio-stream v0.1.18
16922026-06-21T01:45:53.353Z Compiling buf-list v1.1.2
16932026-06-21T01:45:53.498Z Compiling x509-cert v0.2.5
16942026-06-21T01:45:53.511Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-21T01:45:53.554Z Compiling openapiv3 v2.2.0
16962026-06-21T01:45:53.637Z Compiling sha1 v0.10.6
16972026-06-21T01:45:53.811Z Compiling peg-runtime v0.8.5
16982026-06-21T01:45:53.814Z Compiling lalrpop-util v0.19.12
16992026-06-21T01:45:53.864Z Compiling thread_local v1.1.9
17002026-06-21T01:45:54.007Z Compiling slog-async v2.8.0
17012026-06-21T01:45:54.112Z Compiling crossbeam-channel v0.5.15
17022026-06-21T01:45:54.124Z Compiling filetime v0.2.27
17032026-06-21T01:45:54.303Z Compiling is-terminal v0.4.17
17042026-06-21T01:45:54.346Z Compiling term v1.2.1
17052026-06-21T01:45:54.356Z Compiling take_mut v0.2.2
17062026-06-21T01:45:54.401Z Compiling xattr v1.6.1
17072026-06-21T01:45:54.570Z Compiling tar v0.4.45
17082026-06-21T01:45:54.938Z Compiling slog-term v2.9.2
17092026-06-21T01:46:04.064Z Compiling rustls-webpki v0.103.9
17102026-06-21T01:46:06.865Z Compiling tokio-rustls v0.26.4
17112026-06-21T01:46:06.865Z Compiling rustls-platform-verifier v0.6.2
17122026-06-21T01:46:07.032Z Compiling hyper-rustls v0.27.7
17132026-06-21T01:46:07.232Z Compiling reqwest v0.12.28
17142026-06-21T01:46:07.244Z Compiling reqwest v0.13.2
17152026-06-21T01:46:08.491Z Compiling tough v0.22.0
17162026-06-21T01:46:11.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-06-21T01:46:11.222Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-06-21T01:46:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
17192026-06-21T01:46:14.218Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-06-21T01:46:14.268ZJun 21 01:46:13.173 INFO Starting download, target: Clickhouse
17212026-06-21T01:46:14.268ZJun 21 01:46:13.174 INFO Starting download, target: Cockroach
17222026-06-21T01:46:14.268ZJun 21 01:46:13.174 INFO Starting download, target: Console
17232026-06-21T01:46:14.268ZJun 21 01:46:13.174 INFO Starting download, target: DendriteStub
17242026-06-21T01:46:14.268ZJun 21 01:46:13.174 INFO Starting download, target: MaghemiteMgd
17252026-06-21T01:46:14.271ZJun 21 01:46:13.174 INFO Starting download, target: MaghemiteDdmd
17262026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Starting download, target: TransceiverControl
17272026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-21T01:46:14.272ZJun 21 01:46:13.174 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-21T01:46:14.273ZJun 21 01:46:13.174 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-06-21T01:46:14.273ZJun 21 01:46:13.174 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17342026-06-21T01:46:14.596ZJun 21 01:46:13.494 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-06-21T01:46:14.800ZJun 21 01:46:13.698 INFO Download complete, target: TransceiverControl
17362026-06-21T01:46:15.195ZJun 21 01:46:14.099 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-06-21T01:46:15.430ZJun 21 01:46:14.331 INFO Download complete, target: Console
17382026-06-21T01:46:16.044ZJun 21 01:46:14.910 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-06-21T01:46:16.611ZJun 21 01:46:15.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-21T01:46:16.671ZJun 21 01:46:15.567 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17412026-06-21T01:46:17.765ZJun 21 01:46:16.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-21T01:46:18.455ZJun 21 01:46:17.357 INFO Download complete, target: MaghemiteDdmd
17432026-06-21T01:46:19.031ZJun 21 01:46:17.897 INFO Download complete, target: DendriteStub
17442026-06-21T01:46:20.124ZJun 21 01:46:19.029 INFO Download complete, target: MaghemiteMgd
17452026-06-21T01:46:22.644ZJun 21 01:46:21.525 INFO Checking that binary works, target: Clickhouse
17462026-06-21T01:46:22.742ZJun 21 01:46:21.641 INFO Download complete, target: Clickhouse
17472026-06-21T01:46:22.772ZJun 21 01:46:21.663 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-21T01:46:22.772ZJun 21 01:46:21.663 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-21T01:46:27.217ZJun 21 01:46:26.122 INFO Checking that binary works, target: Cockroach
17502026-06-21T01:46:27.330ZJun 21 01:46:26.235 INFO Download complete, target: Cockroach
17512026-06-21T01:46:27.346ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-21T01:46:27.349Z
17532026-06-21T01:46:27.349Zreal 3:08.288544464
17542026-06-21T01:46:27.349Zuser 6:51.833526204
17552026-06-21T01:46:27.349Zsys 1:22.445975632
17562026-06-21T01:46:27.349Ztrap 0.229926470
17572026-06-21T01:46:27.349Ztflt 0.604014288
17582026-06-21T01:46:27.349Zdflt 0.472542902
17592026-06-21T01:46:27.349Zkflt 0.022224166
17602026-06-21T01:46:27.349Zlock 23:29.077859644
17612026-06-21T01:46:27.349Zslp 23:21.012991491
17622026-06-21T01:46:27.349Zlat 39.467229254
17632026-06-21T01:46:27.349Zstop 1:45.849959272
17642026-06-21T01:46:27.349Z+ banner hack-check
17652026-06-21T01:46:27.349Z
17662026-06-21T01:46:27.349Z # # ## #### # # #### # # ###### #### # #
17672026-06-21T01:46:27.349Z # # # # # # # # # # # # # # # # #
17682026-06-21T01:46:27.349Z ###### # # # #### ##### # ###### ##### # ####
17692026-06-21T01:46:27.349Z # # ###### # # # # # # # # # #
17702026-06-21T01:46:27.349Z # # # # # # # # # # # # # # # # #
17712026-06-21T01:46:27.349Z # # # # #### # # #### # # ###### #### # #
17722026-06-21T01:46:27.350Z
17732026-06-21T01:46:27.350Z+ export CARGO_INCREMENTAL=0
17742026-06-21T01:46:27.350Z+ CARGO_INCREMENTAL=0
17752026-06-21T01:46:27.350Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-06-21T01:46:27.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-21T01:46:28.017Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-21T01:46:29.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17792026-06-21T01:46:29.929Z Running `target/debug/xtask check-features --ci`
17802026-06-21T01:46:29.955Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-06-21T01:46:29.955Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-06-21T01:46:30.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17832026-06-21T01:46:30.388Z Running `target/debug/xtask download cargo-hack`
17842026-06-21T01:46:31.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-06-21T01:46:31.400Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-06-21T01:46:33.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17872026-06-21T01:46:34.073Z Running `target/debug/xtask-downloader cargo-hack`
17882026-06-21T01:46:34.112ZJun 21 01:46:33.017 INFO Starting download, target: CargoHack
17892026-06-21T01:46:34.116ZJun 21 01:46:33.018 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-06-21T01:46:34.688ZJun 21 01:46:33.593 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-06-21T01:46:34.736ZJun 21 01:46:33.641 INFO Download complete, target: CargoHack
17922026-06-21T01:46:34.739Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17932026-06-21T01:46:34.753Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-06-21T01:46:34.908Zinfo: running `cargo check --bins` on api_identity (1/298)
17952026-06-21T01:46:35.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-06-21T01:46:35.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-06-21T01:46:35.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-06-21T01:46:35.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17992026-06-21T01:46:35.409Z
18002026-06-21T01:46:35.409Zinfo: running `cargo check --bins` on bootstore (2/298)
18012026-06-21T01:46:35.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-21T01:46:35.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-21T01:46:35.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-21T01:46:35.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18052026-06-21T01:46:35.905Z
18062026-06-21T01:46:35.905Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18072026-06-21T01:46:36.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-21T01:46:36.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-21T01:46:36.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-21T01:46:36.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-06-21T01:46:36.399Z
18122026-06-21T01:46:36.400Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18132026-06-21T01:46:36.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-21T01:46:36.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-21T01:46:36.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-21T01:46:36.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-06-21T01:46:36.903Z
18182026-06-21T01:46:36.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18192026-06-21T01:46:37.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-21T01:46:37.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-21T01:46:37.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-21T01:46:37.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18232026-06-21T01:46:37.404Z
18242026-06-21T01:46:37.404Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18252026-06-21T01:46:37.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-21T01:46:37.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-21T01:46:37.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-21T01:46:37.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-06-21T01:46:37.910Z
18302026-06-21T01:46:37.910Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18312026-06-21T01:46:38.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-21T01:46:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-21T01:46:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-21T01:46:38.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18352026-06-21T01:46:38.437Z
18362026-06-21T01:46:38.438Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18372026-06-21T01:46:38.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-21T01:46:38.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-21T01:46:38.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-21T01:46:38.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18412026-06-21T01:46:38.945Z
18422026-06-21T01:46:38.946Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18432026-06-21T01:46:39.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-21T01:46:39.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-21T01:46:39.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-21T01:46:39.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18472026-06-21T01:46:39.330Z
18482026-06-21T01:46:39.330Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18492026-06-21T01:46:39.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-21T01:46:39.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-21T01:46:39.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-21T01:46:39.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18532026-06-21T01:46:39.716Z
18542026-06-21T01:46:39.716Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18552026-06-21T01:46:40.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-21T01:46:40.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-21T01:46:40.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-21T01:46:40.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18592026-06-21T01:46:40.101Z
18602026-06-21T01:46:40.101Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18612026-06-21T01:46:40.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-21T01:46:40.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-21T01:46:40.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-21T01:46:40.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18652026-06-21T01:46:40.484Z
18662026-06-21T01:46:40.484Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18672026-06-21T01:46:40.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-21T01:46:40.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-21T01:46:40.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-21T01:46:40.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18712026-06-21T01:46:40.868Z
18722026-06-21T01:46:40.868Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18732026-06-21T01:46:41.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-21T01:46:41.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-21T01:46:41.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-21T01:46:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-06-21T01:46:41.262Z
18782026-06-21T01:46:41.262Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18792026-06-21T01:46:41.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-21T01:46:41.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-21T01:46:41.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-21T01:46:41.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-06-21T01:46:41.652Z
18842026-06-21T01:46:41.653Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18852026-06-21T01:46:41.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-21T01:46:41.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-21T01:46:41.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-21T01:46:41.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18892026-06-21T01:46:42.040Z
18902026-06-21T01:46:42.040Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18912026-06-21T01:46:42.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-21T01:46:42.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-21T01:46:42.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-21T01:46:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-21T01:46:42.430Z
18962026-06-21T01:46:42.430Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18972026-06-21T01:46:42.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-21T01:46:42.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-21T01:46:42.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-21T01:46:42.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19012026-06-21T01:46:42.814Z
19022026-06-21T01:46:42.814Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19032026-06-21T01:46:43.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-21T01:46:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-21T01:46:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-21T01:46:43.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-21T01:46:43.204Z
19082026-06-21T01:46:43.204Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19092026-06-21T01:46:43.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-21T01:46:43.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-21T01:46:43.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-21T01:46:43.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19132026-06-21T01:46:43.591Z
19142026-06-21T01:46:43.591Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19152026-06-21T01:46:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-21T01:46:43.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-21T01:46:43.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-21T01:46:43.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19192026-06-21T01:46:43.982Z
19202026-06-21T01:46:43.982Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19212026-06-21T01:46:44.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-21T01:46:44.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-21T01:46:44.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-21T01:46:44.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-21T01:46:44.374Z
19262026-06-21T01:46:44.374Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19272026-06-21T01:46:44.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-21T01:46:44.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-21T01:46:44.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-21T01:46:44.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19312026-06-21T01:46:44.762Z
19322026-06-21T01:46:44.762Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19332026-06-21T01:46:45.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-21T01:46:45.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-21T01:46:45.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-21T01:46:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-21T01:46:45.153Z
19382026-06-21T01:46:45.154Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19392026-06-21T01:46:45.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-21T01:46:45.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-21T01:46:45.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-21T01:46:45.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19432026-06-21T01:46:45.537Z
19442026-06-21T01:46:45.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19452026-06-21T01:46:45.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-21T01:46:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-21T01:46:45.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-21T01:46:45.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19492026-06-21T01:46:45.924Z
19502026-06-21T01:46:45.924Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19512026-06-21T01:46:46.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-21T01:46:46.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-21T01:46:46.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-21T01:46:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-21T01:46:46.312Z
19562026-06-21T01:46:46.312Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19572026-06-21T01:46:46.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-21T01:46:46.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-21T01:46:46.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-21T01:46:46.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-21T01:46:46.705Z
19622026-06-21T01:46:46.705Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19632026-06-21T01:46:47.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-21T01:46:47.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-21T01:46:47.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-21T01:46:47.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-21T01:46:47.101Z
19682026-06-21T01:46:47.101Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19692026-06-21T01:46:47.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-21T01:46:47.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-21T01:46:47.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-21T01:46:47.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19732026-06-21T01:46:47.488Z
19742026-06-21T01:46:47.488Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19752026-06-21T01:46:47.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-21T01:46:47.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-21T01:46:47.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-21T01:46:47.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-06-21T01:46:47.877Z
19802026-06-21T01:46:47.878Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19812026-06-21T01:46:48.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-21T01:46:48.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-21T01:46:48.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-21T01:46:48.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-06-21T01:46:48.266Z
19862026-06-21T01:46:48.266Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19872026-06-21T01:46:48.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-21T01:46:48.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-21T01:46:48.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-21T01:46:48.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19912026-06-21T01:46:48.652Z
19922026-06-21T01:46:48.652Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19932026-06-21T01:46:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-21T01:46:48.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-21T01:46:48.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-21T01:46:48.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19972026-06-21T01:46:49.041Z
19982026-06-21T01:46:49.041Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19992026-06-21T01:46:49.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-21T01:46:49.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-21T01:46:49.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-21T01:46:49.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-06-21T01:46:49.432Z
20042026-06-21T01:46:49.432Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20052026-06-21T01:46:49.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-21T01:46:49.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-21T01:46:49.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-21T01:46:49.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20092026-06-21T01:46:49.820Z
20102026-06-21T01:46:49.820Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20112026-06-21T01:46:50.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-21T01:46:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-21T01:46:50.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-21T01:46:50.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-21T01:46:50.211Z
20162026-06-21T01:46:50.211Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20172026-06-21T01:46:50.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-21T01:46:50.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-21T01:46:50.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-21T01:46:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20212026-06-21T01:46:50.598Z
20222026-06-21T01:46:50.598Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20232026-06-21T01:46:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-21T01:46:50.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-21T01:46:50.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-21T01:46:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20272026-06-21T01:46:50.984Z
20282026-06-21T01:46:50.984Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20292026-06-21T01:46:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-21T01:46:51.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-21T01:46:51.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-21T01:46:51.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-21T01:46:51.374Z
20342026-06-21T01:46:51.374Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20352026-06-21T01:46:51.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-21T01:46:51.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-21T01:46:51.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-21T01:46:51.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-21T01:46:51.764Z
20402026-06-21T01:46:51.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20412026-06-21T01:46:52.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-21T01:46:52.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-21T01:46:52.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-21T01:46:52.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-21T01:46:52.158Z
20462026-06-21T01:46:52.158Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20472026-06-21T01:46:52.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-21T01:46:52.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-21T01:46:52.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-21T01:46:52.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-06-21T01:46:52.550Z
20522026-06-21T01:46:52.550Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20532026-06-21T01:46:52.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-21T01:46:52.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-21T01:46:52.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-21T01:46:52.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-21T01:46:52.941Z
20582026-06-21T01:46:52.942Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20592026-06-21T01:46:53.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-21T01:46:53.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-21T01:46:53.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-21T01:46:53.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-21T01:46:53.331Z
20642026-06-21T01:46:53.331Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20652026-06-21T01:46:53.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-21T01:46:53.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-21T01:46:53.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-21T01:46:53.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-21T01:46:53.722Z
20702026-06-21T01:46:53.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20712026-06-21T01:46:54.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-21T01:46:54.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-21T01:46:54.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-21T01:46:54.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-21T01:46:54.113Z
20762026-06-21T01:46:54.114Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20772026-06-21T01:46:54.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-21T01:46:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-21T01:46:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-21T01:46:54.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-06-21T01:46:54.507Z
20822026-06-21T01:46:54.507Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20832026-06-21T01:46:54.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-21T01:46:54.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-21T01:46:54.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-21T01:46:54.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20872026-06-21T01:46:55.066Z
20882026-06-21T01:46:55.066Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20892026-06-21T01:46:55.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-21T01:46:55.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-21T01:46:55.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-21T01:46:55.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-21T01:46:55.623Z
20942026-06-21T01:46:55.623Zinfo: running `cargo check --bins` on nexus-config (51/298)
20952026-06-21T01:46:56.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-21T01:46:56.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-21T01:46:56.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-21T01:46:56.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20992026-06-21T01:46:56.178Z
21002026-06-21T01:46:56.178Zinfo: running `cargo check --bins` on nexus-types (52/298)
21012026-06-21T01:46:56.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-21T01:46:56.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-21T01:46:56.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-21T01:46:56.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-06-21T01:46:56.735Z
21062026-06-21T01:46:56.735Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21072026-06-21T01:46:57.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-21T01:46:57.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-21T01:46:57.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-21T01:46:57.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21112026-06-21T01:46:57.267Z
21122026-06-21T01:46:57.267Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21132026-06-21T01:46:57.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-21T01:46:57.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-21T01:46:57.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-21T01:46:57.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21172026-06-21T01:46:57.768Z
21182026-06-21T01:46:57.768Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21192026-06-21T01:46:58.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-21T01:46:58.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-21T01:46:58.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-21T01:46:58.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21232026-06-21T01:46:58.293Z
21242026-06-21T01:46:58.293Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21252026-06-21T01:46:58.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-21T01:46:58.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-21T01:46:58.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-21T01:46:58.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21292026-06-21T01:46:58.823Z
21302026-06-21T01:46:58.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21312026-06-21T01:46:59.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-21T01:46:59.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-21T01:46:59.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-21T01:46:59.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-06-21T01:46:59.348Z
21362026-06-21T01:46:59.348Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21372026-06-21T01:46:59.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-21T01:46:59.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-21T01:46:59.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-21T01:46:59.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-06-21T01:46:59.873Z
21422026-06-21T01:46:59.873Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21432026-06-21T01:47:00.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-21T01:47:00.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-21T01:47:00.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-21T01:47:00.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21472026-06-21T01:47:00.381Z
21482026-06-21T01:47:00.381Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21492026-06-21T01:47:00.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-21T01:47:00.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-21T01:47:00.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-21T01:47:00.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-21T01:47:00.891Z
21542026-06-21T01:47:00.891Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21552026-06-21T01:47:01.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-21T01:47:01.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-21T01:47:01.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-21T01:47:01.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21592026-06-21T01:47:01.393Z
21602026-06-21T01:47:01.393Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21612026-06-21T01:47:01.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-21T01:47:01.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-21T01:47:01.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-21T01:47:01.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-06-21T01:47:01.898Z
21662026-06-21T01:47:01.898Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21672026-06-21T01:47:02.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-21T01:47:02.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-21T01:47:02.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-21T01:47:02.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-21T01:47:02.409Z
21722026-06-21T01:47:02.409Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21732026-06-21T01:47:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-21T01:47:02.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-21T01:47:02.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-21T01:47:02.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-06-21T01:47:02.926Z
21782026-06-21T01:47:02.926Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21792026-06-21T01:47:03.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-21T01:47:03.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-21T01:47:03.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-21T01:47:03.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21832026-06-21T01:47:03.429Z
21842026-06-21T01:47:03.429Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21852026-06-21T01:47:03.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-21T01:47:03.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-21T01:47:03.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-21T01:47:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21892026-06-21T01:47:03.930Z
21902026-06-21T01:47:03.930Zinfo: running `cargo check --bins` on ereport-types (67/298)
21912026-06-21T01:47:04.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-21T01:47:04.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-21T01:47:04.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-21T01:47:04.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-21T01:47:04.446Z
21962026-06-21T01:47:04.446Zinfo: running `cargo check --bins` on gateway-client (68/298)
21972026-06-21T01:47:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-21T01:47:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-21T01:47:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-21T01:47:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-06-21T01:47:04.960Z
22022026-06-21T01:47:04.960Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22032026-06-21T01:47:05.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-21T01:47:05.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-21T01:47:05.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-21T01:47:05.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-06-21T01:47:05.472Z
22082026-06-21T01:47:05.472Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22092026-06-21T01:47:05.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-21T01:47:05.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-21T01:47:05.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-21T01:47:05.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22132026-06-21T01:47:05.983Z
22142026-06-21T01:47:05.983Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22152026-06-21T01:47:06.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-21T01:47:06.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-21T01:47:06.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-21T01:47:06.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-06-21T01:47:06.493Z
22202026-06-21T01:47:06.493Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22212026-06-21T01:47:06.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-21T01:47:06.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-21T01:47:06.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-21T01:47:06.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22252026-06-21T01:47:07.003Z
22262026-06-21T01:47:07.003Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22272026-06-21T01:47:07.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-21T01:47:07.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-21T01:47:07.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-21T01:47:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-21T01:47:07.531Z
22322026-06-21T01:47:07.531Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22332026-06-21T01:49:08.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-21T01:52:09.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-21T01:52:09.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-21T01:52:09.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22372026-06-21T01:52:09.204Z
22382026-06-21T01:52:09.204Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22392026-06-21T01:52:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-21T01:52:09.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-21T01:52:09.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-21T01:52:09.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22432026-06-21T01:52:09.204Z
22442026-06-21T01:52:09.204Zinfo: running `cargo check --bins` on oxlog (76/298)
22452026-06-21T01:52:09.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-21T01:52:09.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-21T01:52:09.204Z Checking cfg-if v1.0.4
22482026-06-21T01:52:09.204Z Checking libc v0.2.185
22492026-06-21T01:52:09.204Z Checking serde_core v1.0.228
22502026-06-21T01:52:09.204Z Checking zeroize v1.8.2
22512026-06-21T01:52:09.204Z Checking memchr v2.8.0
22522026-06-21T01:52:09.204Z Checking log v0.4.29
22532026-06-21T01:52:09.204Z Checking smallvec v1.15.1
22542026-06-21T01:52:09.204Z Checking typenum v1.19.0
22552026-06-21T01:52:09.204Z Checking subtle v2.6.1
22562026-06-21T01:52:09.204Z Checking itoa v1.0.17
22572026-06-21T01:52:09.204Z Checking scopeguard v1.2.0
22582026-06-21T01:52:09.204Z Checking stable_deref_trait v1.2.1
22592026-06-21T01:52:09.204Z Checking const-oid v0.9.6
22602026-06-21T01:52:09.204Z Checking zerofrom v0.1.6
22612026-06-21T01:52:09.205Z Checking lock_api v0.4.14
22622026-06-21T01:52:09.205Z Checking pin-project-lite v0.2.17
22632026-06-21T01:52:09.205Z Checking yoke v0.8.1
22642026-06-21T01:52:09.205Z Checking portable-atomic v1.13.1
22652026-06-21T01:52:09.205Z Checking getrandom v0.2.17
22662026-06-21T01:52:09.205Z Checking errno v0.3.14
22672026-06-21T01:52:09.205Z Checking parking_lot_core v0.9.12
22682026-06-21T01:52:09.205Z Checking zerovec v0.11.5
22692026-06-21T01:52:09.205Z Checking signal-hook-registry v1.4.8
22702026-06-21T01:52:09.206Z Checking generic-array v0.14.7
22712026-06-21T01:52:09.206Z Checking rand_core v0.6.4
22722026-06-21T01:52:09.206Z Checking futures-core v0.3.32
22732026-06-21T01:52:09.206Z Checking critical-section v1.2.0
22742026-06-21T01:52:09.206Z Checking parking_lot v0.12.5
22752026-06-21T01:52:09.206Z Checking mio v1.2.0
22762026-06-21T01:52:09.206Z Checking zerocopy v0.8.40
22772026-06-21T01:52:09.206Z Checking once_cell v1.21.3
22782026-06-21T01:52:09.206Z Checking zmij v1.0.21
22792026-06-21T01:52:09.206Z Checking socket2 v0.6.3
22802026-06-21T01:52:09.206Z Checking tinystr v0.8.2
22812026-06-21T01:52:09.206Z Checking libm v0.2.16
22822026-06-21T01:52:09.206Z Checking crypto-common v0.1.7
22832026-06-21T01:52:09.206Z Checking block-buffer v0.10.4
22842026-06-21T01:52:09.206Z Checking equivalent v1.0.2
22852026-06-21T01:52:09.206Z Checking writeable v0.6.2
22862026-06-21T01:52:09.206Z Checking percent-encoding v2.3.2
22872026-06-21T01:52:09.206Z Checking litemap v0.8.1
22882026-06-21T01:52:09.206Z Checking potential_utf v0.1.4
22892026-06-21T01:52:09.206Z Checking digest v0.10.7
22902026-06-21T01:52:09.206Z Checking zerotrie v0.2.3
22912026-06-21T01:52:09.206Z Checking futures-sink v0.3.32
22922026-06-21T01:52:09.206Z Checking icu_collections v2.1.1
22932026-06-21T01:52:09.206Z Checking icu_locale_core v2.1.1
22942026-06-21T01:52:09.207Z Checking futures-channel v0.3.32
22952026-06-21T01:52:09.207Z Checking futures-io v0.3.32
22962026-06-21T01:52:09.207Z Checking serde v1.0.228
22972026-06-21T01:52:09.207Z Checking bitflags v2.11.0
22982026-06-21T01:52:09.207Z Checking serde_json v1.0.149
22992026-06-21T01:52:09.207Z Checking futures-task v0.3.32
23002026-06-21T01:52:09.207Z Checking slab v0.4.12
23012026-06-21T01:52:09.207Z Checking cpufeatures v0.2.17
23022026-06-21T01:52:09.207Z Checking num-traits v0.2.19
23032026-06-21T01:52:09.207Z Checking hmac v0.12.1
23042026-06-21T01:52:09.378Z Checking icu_properties_data v2.1.2
23052026-06-21T01:52:09.378Z Checking futures-util v0.3.32
23062026-06-21T01:52:09.462Z Checking icu_normalizer_data v2.1.1
23072026-06-21T01:52:09.462Z Checking icu_provider v2.1.1
23082026-06-21T01:52:09.462Z Checking rand_core v0.10.0
23092026-06-21T01:52:09.463Z Checking bytes v1.11.1
23102026-06-21T01:52:09.463Z Checking hashbrown v0.17.0
23112026-06-21T01:52:09.463Z Checking getrandom v0.4.1
23122026-06-21T01:52:09.463Z Checking icu_normalizer v2.1.1
23132026-06-21T01:52:09.463Z Checking icu_properties v2.1.2
23142026-06-21T01:52:09.463Z Checking block-padding v0.3.3
23152026-06-21T01:52:09.463Z Checking utf8_iter v1.0.4
23162026-06-21T01:52:09.463Z Checking inout v0.1.4
23172026-06-21T01:52:09.463Z Checking tokio v1.52.1
23182026-06-21T01:52:09.463Z Checking sha2 v0.10.9
23192026-06-21T01:52:09.463Z Checking indexmap v2.14.0
23202026-06-21T01:52:09.463Z Checking form_urlencoded v1.2.2
23212026-06-21T01:52:09.463Z Checking cipher v0.4.4
23222026-06-21T01:52:09.463Z Checking getrandom v0.3.4
23232026-06-21T01:52:09.463Z Checking fnv v1.0.7
23242026-06-21T01:52:09.463Z Checking base64ct v1.8.3
23252026-06-21T01:52:09.463Z Checking byteorder v1.5.0
23262026-06-21T01:52:09.463Z Checking flagset v0.4.7
23272026-06-21T01:52:09.463Z Checking rand_core v0.9.5
23282026-06-21T01:52:09.463Z Checking http v1.4.0
23292026-06-21T01:52:09.463Z Checking pem-rfc7468 v0.7.0
23302026-06-21T01:52:09.463Z Checking regex-syntax v0.8.10
23312026-06-21T01:52:09.464Z Checking idna_adapter v1.2.1
23322026-06-21T01:52:09.464Z Checking salsa20 v0.10.2
23332026-06-21T01:52:09.464Z Checking der v0.7.10
23342026-06-21T01:52:09.464Z Checking idna v1.1.0
23352026-06-21T01:52:09.464Z Checking uuid v1.23.0
23362026-06-21T01:52:09.464Z Checking url v2.5.8
23372026-06-21T01:52:09.465Z Checking pbkdf2 v0.12.2
23382026-06-21T01:52:09.465Z Checking rustix v1.1.3
23392026-06-21T01:52:09.465Z Checking tracing-core v0.1.36
23402026-06-21T01:52:09.465Z Checking ppv-lite86 v0.2.21
23412026-06-21T01:52:09.465Z Checking rustls-pki-types v1.14.0
23422026-06-21T01:52:09.465Z Checking spki v0.7.3
23432026-06-21T01:52:09.465Z Checking base64 v0.22.1
23442026-06-21T01:52:09.465Z Checking iana-time-zone v0.1.65
23452026-06-21T01:52:09.465Z Checking rand_chacha v0.9.0
23462026-06-21T01:52:09.465Z Checking tracing v0.1.44
23472026-06-21T01:52:09.465Z Checking chrono v0.4.44
23482026-06-21T01:52:09.465Z Checking scrypt v0.11.0
23492026-06-21T01:52:09.465Z Checking http-body v1.0.1
23502026-06-21T01:52:09.465Z Checking aes v0.8.4
23512026-06-21T01:52:09.465Z Checking cbc v0.1.2
23522026-06-21T01:52:09.465Z Checking aws-lc-sys v0.40.0
23532026-06-21T01:52:09.465Z Checking openssl-probe v0.2.1
23542026-06-21T01:52:09.465Z Checking untrusted v0.7.1
23552026-06-21T01:52:09.465Z Checking tinyvec_macros v0.1.1
23562026-06-21T01:52:09.465Z Checking untrusted v0.9.0
23572026-06-21T01:52:09.465Z Checking rand v0.9.2
23582026-06-21T01:52:09.465Z Checking tinyvec v1.10.0
23592026-06-21T01:52:09.465Z Checking tower-service v0.3.3
23602026-06-21T01:52:09.465Z Checking ring v0.17.14
23612026-06-21T01:52:09.465Z Checking try-lock v0.2.5
23622026-06-21T01:52:09.465Z Checking pkcs5 v0.7.1
23632026-06-21T01:52:09.465Z Checking tower-layer v0.3.3
23642026-06-21T01:52:09.465Z Checking atomic-waker v1.1.2
23652026-06-21T01:52:09.465Z Checking aws-lc-rs v1.16.3
23662026-06-21T01:52:09.465Z Checking want v0.3.1
23672026-06-21T01:52:09.465Z Checking pkcs8 v0.10.2
23682026-06-21T01:52:09.465Z Checking ipnet v2.11.0
23692026-06-21T01:52:09.465Z Checking httparse v1.10.1
23702026-06-21T01:52:09.465Z Checking aho-corasick v1.1.4
23712026-06-21T01:52:09.465Z Checking foreign-types-shared v0.1.1
23722026-06-21T01:52:09.465Z Checking pin-utils v0.1.0
23732026-06-21T01:52:09.465Z Checking dyn-clone v1.0.20
23742026-06-21T01:52:09.465Z Checking httpdate v1.0.3
23752026-06-21T01:52:09.466Z Checking fastrand v2.3.0
23762026-06-21T01:52:09.466Z Checking utf8parse v0.2.2
23772026-06-21T01:52:09.466Z Checking plain v0.2.3
23782026-06-21T01:52:09.466Z Checking foreign-types v0.3.2
23792026-06-21T01:52:09.466Z Checking unicode-normalization v0.1.25
23802026-06-21T01:52:09.466Z Checking semver v1.0.28
23812026-06-21T01:52:09.466Z Checking openssl-sys v0.9.115
23822026-06-21T01:52:09.466Z Checking tempfile v3.25.0
23832026-06-21T01:52:09.466Z Checking spin v0.9.8
23842026-06-21T01:52:09.466Z Checking socket2 v0.5.10
23852026-06-21T01:52:09.466Z Checking ucd-trie v0.1.7
23862026-06-21T01:52:09.466Z Checking regex-automata v0.4.14
23872026-06-21T01:52:09.466Z Checking rustls-webpki v0.103.9
23882026-06-21T01:52:09.466Z Checking anstyle v1.0.14
23892026-06-21T01:52:09.466Z Checking unicode-ident v1.0.24
23902026-06-21T01:52:09.466Z Checking pest v2.8.6
23912026-06-21T01:52:09.467Z Checking openssl v0.10.79
23922026-06-21T01:52:09.467Z Checking tokio-util v0.7.18
23932026-06-21T01:52:09.467Z Checking schemars v0.8.22
23942026-06-21T01:52:09.467Z Checking proc-macro2 v1.0.106
23952026-06-21T01:52:09.467Z Checking rustls-native-certs v0.8.3
23962026-06-21T01:52:09.467Z Checking thiserror v2.0.18
23972026-06-21T01:52:09.467Z Checking rustls v0.23.37
23982026-06-21T01:52:09.467Z Checking sync_wrapper v1.0.2
23992026-06-21T01:52:09.467Z Checking wait-timeout v0.2.1
24002026-06-21T01:52:09.467Z Checking siphasher v1.0.2
24012026-06-21T01:52:09.467Z Checking anstyle-query v1.1.5
24022026-06-21T01:52:09.467Z Checking h2 v0.4.13
24032026-06-21T01:52:09.467Z Checking quick-error v1.2.3
24042026-06-21T01:52:09.467Z Checking bit-vec v0.8.0
24052026-06-21T01:52:09.467Z Checking colorchoice v1.0.4
24062026-06-21T01:52:09.556Z Checking pretty-hex v0.4.1
24072026-06-21T01:52:09.556Z Checking is_terminal_polyfill v1.70.2
24082026-06-21T01:52:09.556Z Checking simd-adler32 v0.3.8
24092026-06-21T01:52:09.556Z Checking powerfmt v0.2.0
24102026-06-21T01:52:09.556Z Checking bit-set v0.8.0
24112026-06-21T01:52:09.556Z Checking deranged v0.5.8
24122026-06-21T01:52:09.556Z Checking rusty-fork v0.3.1
24132026-06-21T01:52:09.556Z Checking tower v0.5.3
24142026-06-21T01:52:09.556Z Checking quote v1.0.45
24152026-06-21T01:52:09.556Z Compiling newtype-uuid v1.3.2
24162026-06-21T01:52:09.556Z Checking http-body-util v0.1.3
24172026-06-21T01:52:09.556Z Checking webpki-roots v1.0.6
24182026-06-21T01:52:09.556Z Checking crossbeam-utils v0.8.21
24192026-06-21T01:52:09.556Z Checking rand_xorshift v0.4.0
24202026-06-21T01:52:09.556Z Checking crc32fast v1.5.0
24212026-06-21T01:52:09.556Z Checking scroll v0.13.0
24222026-06-21T01:52:09.556Z Checking signature v2.2.0
24232026-06-21T01:52:09.556Z Checking num_threads v0.1.7
24242026-06-21T01:52:09.556Z Checking unicode-properties v0.1.4
24252026-06-21T01:52:09.556Z Checking unicode-bidi v0.3.18
24262026-06-21T01:52:09.556Z Checking unarray v0.1.4
24272026-06-21T01:52:09.556Z Checking adler2 v2.0.1
24282026-06-21T01:52:09.556Z Checking iri-string v0.7.10
24292026-06-21T01:52:09.556Z Checking time-core v0.1.8
24302026-06-21T01:52:09.556Z Checking ryu v1.0.23
24312026-06-21T01:52:09.556Z Checking num-conv v0.2.0
24322026-06-21T01:52:09.556Z Checking native-tls v0.2.18
24332026-06-21T01:52:09.556Z Checking allocator-api2 v0.2.21
24342026-06-21T01:52:09.556Z Checking time v0.3.47
24352026-06-21T01:52:09.556Z Checking stringprep v0.1.5
24362026-06-21T01:52:09.556Z Checking serde_urlencoded v0.7.1
24372026-06-21T01:52:09.557Z Checking tokio-native-tls v0.3.1
24382026-06-21T01:52:09.557Z Checking miniz_oxide v0.8.9
24392026-06-21T01:52:09.557Z Checking proptest v1.10.0
24402026-06-21T01:52:09.557Z Checking goblin v0.10.5
24412026-06-21T01:52:09.557Z Checking crossbeam-epoch v0.9.18
24422026-06-21T01:52:09.557Z Checking bstr v1.12.1
24432026-06-21T01:52:09.557Z Compiling daft v0.1.7
24442026-06-21T01:52:09.557Z Checking tokio-rustls v0.26.4
24452026-06-21T01:52:09.557Z Checking syn v2.0.117
24462026-06-21T01:52:09.557Z Checking tower-http v0.6.8
24472026-06-21T01:52:09.557Z Checking ipnetwork v0.21.1
24482026-06-21T01:52:09.557Z Checking anstyle-parse v1.0.0
24492026-06-21T01:52:09.557Z Checking rand_chacha v0.3.1
24502026-06-21T01:52:09.557Z Checking thiserror v1.0.69
24512026-06-21T01:52:09.558Z Checking scroll v0.12.0
24522026-06-21T01:52:09.558Z Checking hash32 v0.2.1
24532026-06-21T01:52:09.558Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-21T01:52:09.558Z Checking hyper v1.8.1
24552026-06-21T01:52:09.558Z Checking num-integer v0.1.46
24562026-06-21T01:52:09.558Z Checking toml_datetime v0.6.11
24572026-06-21T01:52:09.558Z Checking serde_spanned v0.6.9
24582026-06-21T01:52:09.558Z Checking md-5 v0.10.6
24592026-06-21T01:52:09.558Z Checking ff v0.13.1
24602026-06-21T01:52:09.558Z Checking encoding_rs v0.8.35
24612026-06-21T01:52:09.558Z Checking mime v0.3.17
24622026-06-21T01:52:09.558Z Checking psl-types v2.0.11
24632026-06-21T01:52:09.558Z Checking zlib-rs v0.6.2
24642026-06-21T01:52:09.559Z Checking base16ct v0.2.0
24652026-06-21T01:52:09.559Z Checking fallible-iterator v0.2.0
24662026-06-21T01:52:09.559Z Checking sec1 v0.7.3
24672026-06-21T01:52:09.559Z Checking postgres-protocol v0.6.10
24682026-06-21T01:52:09.559Z Checking publicsuffix v2.3.0
24692026-06-21T01:52:09.559Z Checking group v0.13.0
24702026-06-21T01:52:09.559Z Checking hyper-util v0.1.20
24712026-06-21T01:52:09.559Z Checking num-iter v0.1.45
24722026-06-21T01:52:09.559Z Checking goblin v0.8.2
24732026-06-21T01:52:09.559Z Checking zstd-safe v7.2.4
24742026-06-21T01:52:09.559Z Checking heapless v0.7.17
24752026-06-21T01:52:09.559Z Checking rand v0.8.6
24762026-06-21T01:52:09.559Z Checking cookie v0.18.1
24772026-06-21T01:52:09.559Z Checking flate2 v1.1.9
24782026-06-21T01:52:09.559Z Checking dof v0.4.0
24792026-06-21T01:52:09.559Z Checking oxnet v0.1.6
24802026-06-21T01:52:09.559Z Checking anstream v1.0.0
24812026-06-21T01:52:09.559Z Compiling iddqd v0.4.2
24822026-06-21T01:52:09.559Z Checking dtrace-parser v0.3.0
24832026-06-21T01:52:09.559Z Checking phf_shared v0.13.1
24842026-06-21T01:52:09.559Z Checking lazy_static v1.5.0
24852026-06-21T01:52:09.559Z Checking anstyle-parse v0.2.7
24862026-06-21T01:52:09.559Z Checking zerocopy v0.7.35
24872026-06-21T01:52:09.559Z Checking pin-project v1.1.11
24882026-06-21T01:52:09.559Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-21T01:52:09.559Z Checking signal-hook v0.3.18
24902026-06-21T01:52:09.560Z Checking terminal_size v0.4.3
24912026-06-21T01:52:09.560Z Checking futures-executor v0.3.32
24922026-06-21T01:52:09.560Z Checking hex v0.4.3
24932026-06-21T01:52:09.560Z Checking hkdf v0.12.4
24942026-06-21T01:52:09.560Z Checking crypto-bigint v0.5.5
24952026-06-21T01:52:09.560Z Checking thread-id v5.1.0
24962026-06-21T01:52:09.560Z Checking hyper-rustls v0.27.7
24972026-06-21T01:52:09.560Z Checking hyper-tls v0.6.0
24982026-06-21T01:52:09.560Z Checking libbz2-rs-sys v0.2.2
24992026-06-21T01:52:09.560Z Checking strsim v0.11.1
25002026-06-21T01:52:09.560Z Checking bitflags v1.3.2
25012026-06-21T01:52:09.560Z Checking winnow v0.5.40
25022026-06-21T01:52:09.560Z Checking foldhash v0.1.5
25032026-06-21T01:52:09.560Z Checking bumpalo v3.20.2
25042026-06-21T01:52:09.560Z Checking clap_lex v1.0.0
25052026-06-21T01:52:09.560Z Checking managed v0.8.0
25062026-06-21T01:52:09.576Z Checking either v1.15.0
25072026-06-21T01:52:09.576Z Compiling rayon-core v1.13.0
25082026-06-21T01:52:09.576Z Checking winnow v0.7.14
25092026-06-21T01:52:09.576Z Checking same-file v1.0.6
25102026-06-21T01:52:09.576Z Checking foldhash v0.2.0
25112026-06-21T01:52:09.576Z Checking smoltcp v0.9.1
25122026-06-21T01:52:09.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-06-21T01:52:09.577Z Checking walkdir v2.5.0
25142026-06-21T01:52:09.577Z Checking hashbrown v0.16.1
25152026-06-21T01:52:09.577Z Checking dof v0.3.0
25162026-06-21T01:52:09.577Z Checking bzip2 v0.6.1
25172026-06-21T01:52:09.577Z Checking zopfli v0.8.3
25182026-06-21T01:52:09.577Z Checking elliptic-curve v0.13.8
25192026-06-21T01:52:09.577Z Checking clap_builder v4.6.0
25202026-06-21T01:52:09.577Z Checking hashbrown v0.15.5
25212026-06-21T01:52:09.577Z Checking reqwest v0.12.28
25222026-06-21T01:52:09.577Z Checking usdt-impl v0.6.0
25232026-06-21T01:52:09.577Z Checking signal-hook-mio v0.2.5
25242026-06-21T01:52:09.577Z Checking futures v0.3.32
25252026-06-21T01:52:09.578Z Checking snafu v0.8.9
25262026-06-21T01:52:09.578Z Checking bzip2 v0.4.4
25272026-06-21T01:52:09.578Z Checking toml_edit v0.19.15
25282026-06-21T01:52:09.578Z Checking anstream v0.6.21
25292026-06-21T01:52:09.578Z Checking phf v0.13.1
25302026-06-21T01:52:09.578Z Checking num-bigint-dig v0.8.6
25312026-06-21T01:52:09.578Z Checking cookie_store v0.22.1
25322026-06-21T01:52:09.578Z Checking zstd v0.13.3
25332026-06-21T01:52:09.578Z Checking postgres-types v0.2.12
25342026-06-21T01:52:09.578Z Checking dtrace-parser v0.2.0
25352026-06-21T01:52:09.578Z Checking globset v0.4.18
25362026-06-21T01:52:09.578Z Checking rustls-platform-verifier v0.6.2
25372026-06-21T01:52:09.578Z Checking crossbeam-deque v0.8.6
25382026-06-21T01:52:09.578Z Checking regex v1.12.3
25392026-06-21T01:52:09.578Z Checking ed25519 v2.2.3
25402026-06-21T01:52:09.578Z Checking phf_shared v0.11.3
25412026-06-21T01:52:09.579Z Checking olpc-cjson v0.1.4
25422026-06-21T01:52:09.579Z Checking curve25519-dalek v4.1.3
25432026-06-21T01:52:09.579Z Checking ref-cast v1.0.25
25442026-06-21T01:52:09.579Z Checking strum v0.27.2
25452026-06-21T01:52:09.579Z Checking hubpack v0.1.2
25462026-06-21T01:52:09.579Z Checking memoffset v0.9.1
25472026-06-21T01:52:09.579Z Checking rustix v0.38.44
25482026-06-21T01:52:09.579Z Checking pkcs1 v0.7.5
25492026-06-21T01:52:09.579Z Checking pem v3.0.6
25502026-06-21T01:52:09.580Z Checking float-cmp v0.10.0
25512026-06-21T01:52:09.580Z Checking serde_plain v1.0.2
25522026-06-21T01:52:09.580Z Checking erased-serde v0.3.31
25532026-06-21T01:52:09.580Z Checking serde-big-array v0.5.1
25542026-06-21T01:52:09.580Z Checking rfc6979 v0.4.0
25552026-06-21T01:52:09.580Z Checking thread-id v4.2.2
25562026-06-21T01:52:09.580Z Checking memmap2 v0.9.10
25572026-06-21T01:52:09.580Z Checking env_filter v1.0.0
25582026-06-21T01:52:09.580Z Checking new_debug_unreachable v1.0.6
25592026-06-21T01:52:09.580Z Checking difflib v0.4.0
25602026-06-21T01:52:09.580Z Checking precomputed-hash v0.1.1
25612026-06-21T01:52:09.580Z Checking toml_write v0.1.2
25622026-06-21T01:52:09.580Z Checking fixedbitset v0.4.2
25632026-06-21T01:52:09.580Z Checking predicates-core v1.0.10
25642026-06-21T01:52:09.580Z Checking data-encoding v2.10.0
25652026-06-21T01:52:09.580Z Checking typed-path v0.9.3
25662026-06-21T01:52:09.580Z Checking keccak v0.1.6
25672026-06-21T01:52:09.580Z Checking unicode-segmentation v1.12.0
25682026-06-21T01:52:09.580Z Checking normalize-line-endings v0.3.0
25692026-06-21T01:52:09.580Z Checking static_assertions v1.1.0
25702026-06-21T01:52:09.580Z Checking jiff v0.2.21
25712026-06-21T01:52:09.580Z Checking fixedbitset v0.5.7
25722026-06-21T01:52:09.580Z Checking whoami v2.1.0
25732026-06-21T01:52:09.580Z Checking hickory-proto v0.25.2
25742026-06-21T01:52:09.580Z Checking ed25519-dalek v2.2.0
25752026-06-21T01:52:09.580Z Checking petgraph v0.8.3
25762026-06-21T01:52:09.580Z Checking similar v2.7.0
25772026-06-21T01:52:09.580Z Checking tokio-postgres v0.7.16
25782026-06-21T01:52:09.580Z Checking crossterm v0.28.1
25792026-06-21T01:52:09.580Z Checking sha3 v0.10.8
25802026-06-21T01:52:09.580Z Checking predicates v3.1.4
25812026-06-21T01:52:09.580Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25822026-06-21T01:52:09.580Z Checking tough v0.22.0
25832026-06-21T01:52:09.580Z Checking petgraph v0.6.5
25842026-06-21T01:52:09.580Z Checking slog v2.8.2
25852026-06-21T01:52:09.580Z Checking toml_edit v0.22.27
25862026-06-21T01:52:09.580Z Checking env_logger v0.11.9
25872026-06-21T01:52:09.580Z Checking string_cache v0.8.9
25882026-06-21T01:52:09.581Z Checking usdt v0.6.0
25892026-06-21T01:52:09.581Z Checking ecdsa v0.16.9
25902026-06-21T01:52:09.581Z Checking usdt-impl v0.5.0
25912026-06-21T01:52:09.581Z Checking rsa v0.9.10
25922026-06-21T01:52:09.581Z Checking toml v0.7.8
25932026-06-21T01:52:09.581Z Checking nix v0.31.2
25942026-06-21T01:52:09.581Z Checking zip v4.6.1
25952026-06-21T01:52:09.581Z Checking clap v4.6.1
25962026-06-21T01:52:09.581Z Checking reqwest v0.13.2
25972026-06-21T01:52:09.581Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-21T01:52:09.581Z Checking zip v0.6.6
25992026-06-21T01:52:09.581Z Checking itertools v0.13.0
26002026-06-21T01:52:09.581Z Checking serde_with v3.17.0
26012026-06-21T01:52:09.581Z Checking strum v0.26.3
26022026-06-21T01:52:09.582Z Checking fs-err v3.3.0
26032026-06-21T01:52:09.582Z Checking ahash v0.8.12
26042026-06-21T01:52:09.582Z Checking object v0.37.3
26052026-06-21T01:52:09.582Z Checking tokio-stream v0.1.18
26062026-06-21T01:52:09.668Z Checking buf-list v1.1.2
26072026-06-21T01:52:09.668Z Checking camino v1.2.2
26082026-06-21T01:52:09.669Z Checking anyhow v1.0.102
26092026-06-21T01:52:09.669Z Checking x509-cert v0.2.5
26102026-06-21T01:52:09.669Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-06-21T01:52:09.669Z Checking openapiv3 v2.2.0
26122026-06-21T01:52:09.669Z Checking sha1 v0.10.6
26132026-06-21T01:52:09.669Z Checking peg-runtime v0.8.5
26142026-06-21T01:52:09.669Z Checking lalrpop-util v0.19.12
26152026-06-21T01:52:09.669Z Checking rayon v1.11.0
26162026-06-21T01:52:09.669Z Checking sigpipe v0.1.3
26172026-06-21T01:52:09.669Z Checking glob v0.3.3
26182026-06-21T01:52:09.669Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-06-21T01:52:09.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26202026-06-21T01:52:09.669Z
26212026-06-21T01:52:09.669Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26222026-06-21T01:52:09.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-06-21T01:52:09.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-06-21T01:52:09.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-06-21T01:52:09.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26262026-06-21T01:52:09.669Z
26272026-06-21T01:52:09.669Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26282026-06-21T01:52:09.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-21T01:52:09.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-21T01:52:09.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-21T01:52:09.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26322026-06-21T01:52:09.670Z
26332026-06-21T01:52:09.670Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26342026-06-21T01:52:09.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-21T01:52:09.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-21T01:52:09.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-21T01:52:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-21T01:52:09.671Z
26392026-06-21T01:52:09.671Zinfo: running `cargo check --bins` on oxql-types (80/298)
26402026-06-21T01:52:09.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-21T01:52:09.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-21T01:52:09.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-21T01:52:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26442026-06-21T01:52:09.671Z
26452026-06-21T01:52:09.671Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26462026-06-21T01:52:09.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-21T01:52:09.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-21T01:52:09.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-21T01:52:09.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26502026-06-21T01:52:09.671Z
26512026-06-21T01:52:09.672Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26522026-06-21T01:52:09.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-21T01:52:09.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-21T01:52:09.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-21T01:52:09.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-06-21T01:52:09.672Z
26572026-06-21T01:52:09.672Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26582026-06-21T01:52:09.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-21T01:52:09.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-21T01:52:09.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-21T01:52:09.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26622026-06-21T01:52:09.672Z
26632026-06-21T01:52:09.672Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26642026-06-21T01:52:09.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-21T01:52:09.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-21T01:52:09.672Z Compiling structmeta-derive v0.3.0
26672026-06-21T01:52:09.672Z Compiling rustls v0.22.4
26682026-06-21T01:52:09.672Z Compiling multer v3.1.0
26692026-06-21T01:52:09.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-21T01:52:09.672Z Compiling async-stream-impl v0.3.6
26712026-06-21T01:52:09.672Z Compiling dropshot v0.17.0
26722026-06-21T01:52:09.672Z Compiling newtype-uuid-macros v0.1.0
26732026-06-21T01:52:09.674Z Compiling dropshot_endpoint v0.17.0
26742026-06-21T01:52:09.674Z Checking newtype-uuid v1.3.2
26752026-06-21T01:52:09.674Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-21T01:52:09.674Z Checking rustls-webpki v0.102.8
26772026-06-21T01:52:09.674Z Checking daft v0.1.7
26782026-06-21T01:52:09.674Z Checking thread_local v1.1.9
26792026-06-21T01:52:09.674Z Checking match_cfg v0.1.0
26802026-06-21T01:52:09.674Z Checking compression-core v0.4.31
26812026-06-21T01:52:09.674Z Checking iddqd v0.4.2
26822026-06-21T01:52:09.674Z Checking hostname v0.3.1
26832026-06-21T01:52:09.674Z Checking crossbeam-channel v0.5.15
26842026-06-21T01:52:09.674Z Checking compression-codecs v0.4.37
26852026-06-21T01:52:09.674Z Checking atomicwrites v0.4.4
26862026-06-21T01:52:09.674Z Checking slog-json v2.6.1
26872026-06-21T01:52:09.674Z Checking serde_spanned v1.0.4
26882026-06-21T01:52:09.674Z Checking is-terminal v0.4.17
26892026-06-21T01:52:09.674Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-06-21T01:52:09.675Z Checking debug-ignore v1.0.5
26912026-06-21T01:52:09.675Z Checking take_mut v0.2.2
26922026-06-21T01:52:09.675Z Checking toml_writer v1.0.6+spec-1.1.0
26932026-06-21T01:52:09.675Z Compiling structmeta v0.3.0
26942026-06-21T01:52:09.675Z Checking term v1.2.1
26952026-06-21T01:52:09.675Z Checking slog-async v2.8.0
26962026-06-21T01:52:09.675Z Checking slog-bunyan v2.5.0
26972026-06-21T01:52:09.675Z Checking toml v1.0.6+spec-1.1.0
26982026-06-21T01:52:09.675Z Checking async-compression v0.4.41
26992026-06-21T01:52:09.675Z Compiling derive-ex v0.1.8
27002026-06-21T01:52:09.675Z Compiling parse-display-derive v0.10.0
27012026-06-21T01:52:09.675Z Checking slog-term v2.9.2
27022026-06-21T01:52:09.675Z Checking async-stream v0.3.6
27032026-06-21T01:52:09.675Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-21T01:52:09.675Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-06-21T01:52:09.675Z Checking progenitor-client v0.14.0
27062026-06-21T01:52:09.708Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-06-21T01:52:09.708Z Checking waitgroup v0.1.2
27082026-06-21T01:52:09.708Z Checking backon v1.6.0
27092026-06-21T01:52:09.708Z Checking rustls-pemfile v2.2.0
27102026-06-21T01:52:09.708Z Checking serde_path_to_error v0.1.20
27112026-06-21T01:52:09.708Z Checking hostname v0.4.2
27122026-06-21T01:52:09.708Z Checking instant v0.1.13
27132026-06-21T01:52:09.708Z Checking backoff v0.4.0
27142026-06-21T01:52:09.708Z Checking tokio-rustls v0.25.0
27152026-06-21T01:52:09.708Z Checking progenitor-extras v0.2.0
27162026-06-21T01:52:09.708Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-21T01:52:09.708Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-21T01:52:09.708Z Checking itertools v0.14.0
27192026-06-21T01:52:09.708Z Checking regress v0.10.5
27202026-06-21T01:52:09.708Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-21T01:52:09.708Z Checking macaddr v1.0.1
27222026-06-21T01:52:09.708Z Compiling test-strategy v0.4.5
27232026-06-21T01:52:09.708Z Checking parse-display v0.10.0
27242026-06-21T01:52:09.708Z Checking humantime v2.3.0
27252026-06-21T01:52:10.166Z Compiling prettyplease v0.2.37
27262026-06-21T01:52:10.221Z Checking num-rational v0.4.2
27272026-06-21T01:52:10.643Z Checking num-complex v0.4.6
27282026-06-21T01:52:10.668Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27292026-06-21T01:52:11.043Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27302026-06-21T01:52:11.191Z Compiling num v0.4.3
27312026-06-21T01:52:11.258Z Compiling usdt-macro v0.5.0
27322026-06-21T01:52:11.269Z Compiling usdt-attr-macro v0.5.0
27332026-06-21T01:52:11.280Z Checking memmap v0.7.0
27342026-06-21T01:52:11.290Z Compiling float-ord v0.3.2
27352026-06-21T01:52:11.406Z Compiling convert_case v0.4.0
27362026-06-21T01:52:11.411Z Checking unicode-width v0.2.0
27372026-06-21T01:52:11.670Z Checking console v0.15.11
27382026-06-21T01:52:11.906Z Compiling derive_more v0.99.20
27392026-06-21T01:52:11.952Z Checking newline-converter v0.3.0
27402026-06-21T01:52:11.984Z Compiling toml v0.8.23
27412026-06-21T01:52:12.030Z Checking usdt v0.5.0
27422026-06-21T01:52:12.062Z Checking linked-hash-map v0.5.6
27432026-06-21T01:52:12.199Z Compiling minimal-lexical v0.2.1
27442026-06-21T01:52:12.235Z Checking lru-cache v0.1.2
27452026-06-21T01:52:12.359Z Checking expectorate v1.2.0
27462026-06-21T01:52:12.455Z Compiling nom v7.1.3
27472026-06-21T01:52:12.671Z Checking camino-tempfile v1.4.1
27482026-06-21T01:52:12.838Z Checking hickory-proto v0.24.4
27492026-06-21T01:52:13.005Z Checking phf_shared v0.12.1
27502026-06-21T01:52:13.151Z Compiling slog-dtrace v0.3.0
27512026-06-21T01:52:13.177Z Compiling chrono-tz v0.10.4
27522026-06-21T01:52:13.352Z Checking heck v0.5.0
27532026-06-21T01:52:13.364Z Checking resolv-conf v0.7.6
27542026-06-21T01:52:13.480Z Compiling const_format_proc_macros v0.2.34
27552026-06-21T01:52:13.632Z Checking phf v0.12.1
27562026-06-21T01:52:13.777Z Checking tokio-dtrace v0.1.1
27572026-06-21T01:52:13.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-06-21T01:52:13.968Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-21T01:52:14.321Z Compiling derive-where v1.6.0
27602026-06-21T01:52:14.333Z Checking highway v1.3.0
27612026-06-21T01:52:14.439Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-21T01:52:14.494Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-06-21T01:52:14.563Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-06-21T01:52:14.680Z Checking hickory-resolver v0.24.4
27652026-06-21T01:52:15.085Z Checking const_format v0.2.35
27662026-06-21T01:52:15.321Z Checking oxide-tokio-rt v0.1.4
27672026-06-21T01:52:15.517Z Checking gethostname v0.5.0
27682026-06-21T01:52:15.608Z Checking bcs v0.1.6
27692026-06-21T01:52:15.629Z Checking qorb v0.4.1
27702026-06-21T01:52:15.657Z Checking termtree v0.5.1
27712026-06-21T01:52:15.932Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-21T01:52:15.967Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-21T01:52:16.175Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-21T01:52:16.175Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-21T01:52:19.182Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-21T01:52:21.741Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-21T01:52:23.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 51s
27782026-06-21T01:52:24.022Z
27792026-06-21T01:52:24.022Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27802026-06-21T01:52:24.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-21T01:52:24.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-21T01:52:24.628Z Compiling ar_archive_writer v0.5.1
27832026-06-21T01:52:24.731Z Compiling stacker v0.1.23
27842026-06-21T01:52:24.736Z Compiling cfg_aliases v0.1.1
27852026-06-21T01:52:24.742Z Compiling convert_case v0.10.0
27862026-06-21T01:52:24.746Z Checking unicode-width v0.1.14
27872026-06-21T01:52:24.755Z Compiling proc-macro-error v1.0.4
27882026-06-21T01:52:24.765Z Checking fd-lock v4.0.4
27892026-06-21T01:52:24.765Z Checking nibble_vec v0.1.0
27902026-06-21T01:52:24.790Z Compiling nix v0.28.0
27912026-06-21T01:52:24.876Z Checking vte v0.14.1
27922026-06-21T01:52:24.892Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-21T01:52:25.033Z Checking bytecount v0.6.9
27942026-06-21T01:52:25.045Z Checking endian-type v0.1.2
27952026-06-21T01:52:25.045Z Checking strip-ansi-escapes v0.2.1
27962026-06-21T01:52:25.046Z Compiling derive_more-impl v2.1.1
27972026-06-21T01:52:25.061Z Compiling tabled_derive v0.7.0
27982026-06-21T01:52:25.084Z Checking papergrid v0.11.0
27992026-06-21T01:52:25.115Z Checking radix_trie v0.2.1
28002026-06-21T01:52:25.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-21T01:52:25.293Z Compiling peg-macros v0.8.5
28022026-06-21T01:52:25.320Z Checking winnow v0.6.26
28032026-06-21T01:52:25.575Z Compiling psm v0.1.30
28042026-06-21T01:52:25.641Z Compiling sqlparser_derive v0.5.0
28052026-06-21T01:52:25.683Z Checking home v0.5.12
28062026-06-21T01:52:25.794Z Checking nu-ansi-term v0.50.3
28072026-06-21T01:52:25.832Z Checking derive_more v2.1.1
28082026-06-21T01:52:25.911Z Checking unicode_categories v0.1.1
28092026-06-21T01:52:26.004Z Checking reedline v0.40.0
28102026-06-21T01:52:26.007Z Checking tabled v0.15.0
28112026-06-21T01:52:26.064Z Checking crossterm v0.29.0
28122026-06-21T01:52:26.115Z Checking rustyline v14.0.0
28132026-06-21T01:52:26.354Z Checking recursive v0.1.1
28142026-06-21T01:52:26.418Z Checking display-error-chain v0.2.2
28152026-06-21T01:52:26.447Z Checking sqlparser v0.61.0
28162026-06-21T01:52:26.447Z Checking sqlformat v0.3.5
28172026-06-21T01:52:26.649Z Checking peg v0.8.5
28182026-06-21T01:52:37.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28192026-06-21T01:52:37.731Z
28202026-06-21T01:52:37.731Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28212026-06-21T01:52:38.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-21T01:52:38.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-21T01:52:38.348Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-21T01:52:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28252026-06-21T01:52:41.940Z
28262026-06-21T01:52:41.940Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28272026-06-21T01:52:42.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-21T01:52:42.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-21T01:52:42.542Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-21T01:52:44.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
28312026-06-21T01:52:45.109Z
28322026-06-21T01:52:45.110Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28332026-06-21T01:52:45.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-21T01:52:45.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-21T01:52:45.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-21T01:52:48.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
28372026-06-21T01:52:49.071Z
28382026-06-21T01:52:49.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28392026-06-21T01:52:49.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-21T01:52:49.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-21T01:52:49.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-21T01:52:52.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28432026-06-21T01:52:53.067Z
28442026-06-21T01:52:53.067Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28452026-06-21T01:52:53.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-21T01:52:53.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-21T01:52:53.672Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-21T01:52:56.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28492026-06-21T01:52:56.396Z
28502026-06-21T01:52:56.397Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28512026-06-21T01:52:56.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-21T01:52:56.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-21T01:52:56.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-21T01:52:59.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28552026-06-21T01:52:59.778Z
28562026-06-21T01:52:59.778Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28572026-06-21T01:53:00.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-21T01:53:00.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-21T01:53:00.385Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-21T01:53:03.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28612026-06-21T01:53:03.933Z
28622026-06-21T01:53:03.933Zinfo: running `cargo check --bins` on oximeter (93/298)
28632026-06-21T01:53:04.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-21T01:53:04.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-21T01:53:04.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-21T01:53:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28672026-06-21T01:53:04.449Z
28682026-06-21T01:53:04.449Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28692026-06-21T01:53:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-21T01:53:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-21T01:53:05.017Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-21T01:53:05.175Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-21T01:53:05.178Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-21T01:53:05.518Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-21T01:54:07.430Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-21T01:54:07.472Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-21T01:54:07.472Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-21T01:54:07.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
28792026-06-21T01:54:07.472Z
28802026-06-21T01:54:07.472Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28812026-06-21T01:54:07.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-21T01:54:07.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-21T01:54:07.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-21T01:54:07.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28852026-06-21T01:54:07.473Z
28862026-06-21T01:54:07.473Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28872026-06-21T01:54:07.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-21T01:54:07.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-21T01:54:07.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-21T01:54:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28912026-06-21T01:54:07.526Z
28922026-06-21T01:54:07.526Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28932026-06-21T01:54:07.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-21T01:54:07.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-21T01:54:07.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-21T01:54:07.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-06-21T01:54:07.526Z
28982026-06-21T01:54:07.526Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28992026-06-21T01:54:07.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-21T01:54:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-21T01:54:07.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-21T01:54:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29032026-06-21T01:54:07.527Z
29042026-06-21T01:54:07.527Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29052026-06-21T01:54:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-21T01:54:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-21T01:54:07.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-21T01:54:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29092026-06-21T01:54:07.527Z
29102026-06-21T01:54:07.527Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29112026-06-21T01:54:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-21T01:54:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-21T01:54:07.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-21T01:54:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29152026-06-21T01:54:07.527Z
29162026-06-21T01:54:07.527Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29172026-06-21T01:54:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-21T01:54:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-21T01:54:07.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-21T01:54:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29212026-06-21T01:54:07.527Z
29222026-06-21T01:54:07.527Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29232026-06-21T01:54:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-21T01:54:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-21T01:54:07.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-21T01:54:07.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-06-21T01:54:07.528Z
29282026-06-21T01:54:07.528Zinfo: running `cargo check --bins` on update-engine (103/298)
29292026-06-21T01:54:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-21T01:54:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-21T01:54:07.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-21T01:54:07.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-06-21T01:54:07.528Z
29342026-06-21T01:54:07.528Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29352026-06-21T01:54:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-21T01:54:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-21T01:54:07.528Z Compiling crucible-workspace-hack v0.1.0
29382026-06-21T01:54:07.573Z Checking secrecy v0.10.3
29392026-06-21T01:54:07.573Z Compiling heapless v0.8.0
29402026-06-21T01:54:07.573Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-21T01:54:07.573Z Compiling ingot-macros v0.1.1
29422026-06-21T01:54:07.574Z Checking hash32 v0.3.1
29432026-06-21T01:54:07.574Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-21T01:54:07.574Z Compiling smoltcp v0.11.0
29452026-06-21T01:54:07.574Z Checking cobs v0.3.0
29462026-06-21T01:54:07.574Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-21T01:54:07.574Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-21T01:54:07.574Z Checking universal-hash v0.5.1
29492026-06-21T01:54:07.574Z Checking half v2.7.1
29502026-06-21T01:54:07.574Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-21T01:54:07.574Z Checking ciborium-io v0.2.2
29522026-06-21T01:54:07.574Z Checking opaque-debug v0.3.1
29532026-06-21T01:54:07.574Z Checking poly1305 v0.8.0
29542026-06-21T01:54:07.574Z Checking postcard v1.1.3
29552026-06-21T01:54:07.574Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-21T01:54:07.574Z Checking ciborium-ll v0.2.2
29572026-06-21T01:54:07.574Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-21T01:54:07.574Z Checking password-hash v0.5.0
29592026-06-21T01:54:07.574Z Compiling proc-macro-crate v3.4.0
29602026-06-21T01:54:07.574Z Checking chacha20 v0.9.1
29612026-06-21T01:54:07.574Z Compiling proc-macro-crate v1.3.1
29622026-06-21T01:54:07.574Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-21T01:54:07.574Z Checking blake2 v0.10.6
29642026-06-21T01:54:07.574Z Checking aead v0.5.2
29652026-06-21T01:54:07.576Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-21T01:54:07.576Z Compiling num_enum_derive v0.7.6
29672026-06-21T01:54:07.576Z Checking thiserror-no-std v2.0.2
29682026-06-21T01:54:07.576Z Compiling foreign-types-macros v0.2.3
29692026-06-21T01:54:07.576Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-21T01:54:07.576Z Checking cpufeatures v0.3.0
29712026-06-21T01:54:07.576Z Checking foreign-types-shared v0.3.1
29722026-06-21T01:54:07.576Z Checking chacha20 v0.10.0
29732026-06-21T01:54:07.577Z Checking vsss-rs v3.3.4
29742026-06-21T01:54:07.577Z Compiling num_enum_derive v0.5.11
29752026-06-21T01:54:07.577Z Checking chacha20poly1305 v0.10.1
29762026-06-21T01:54:07.577Z Checking argon2 v0.5.3
29772026-06-21T01:54:07.577Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-21T01:54:07.577Z Checking foreign-types v0.5.0
29792026-06-21T01:54:07.577Z Checking ciborium v0.2.2
29802026-06-21T01:54:07.577Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-06-21T01:54:07.577Z Checking tabwriter v1.4.1
29822026-06-21T01:54:07.577Z Checking byte-wrapper v0.1.0
29832026-06-21T01:54:07.577Z Checking num_enum v0.7.6
29842026-06-21T01:54:07.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-21T01:54:07.577Z Checking cstr-argument v0.1.2
29862026-06-21T01:54:07.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29872026-06-21T01:54:07.577Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-21T01:54:07.577Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-21T01:54:07.577Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-21T01:54:07.577Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-21T01:54:07.577Z Checking num_enum v0.5.11
29922026-06-21T01:54:07.577Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-21T01:54:07.577Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-06-21T01:54:07.577Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-21T01:54:07.577Z Checking ingot-types v0.1.2
29962026-06-21T01:54:07.577Z Checking rand v0.10.0
29972026-06-21T01:54:07.577Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-21T01:54:07.577Z Checking colored v3.1.1
29992026-06-21T01:54:07.577Z Checking indent_write v2.2.0
30002026-06-21T01:54:07.577Z Compiling zone_cfg_derive v0.3.1
30012026-06-21T01:54:07.577Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-21T01:54:07.577Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-21T01:54:07.577Z Checking ingot v0.1.1
30042026-06-21T01:54:07.577Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-21T01:54:07.577Z Checking itertools v0.12.1
30062026-06-21T01:54:07.577Z Compiling num-derive v0.4.2
30072026-06-21T01:54:07.577Z Checking swrite v0.1.0
30082026-06-21T01:54:07.579Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-06-21T01:54:07.579Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-21T01:54:07.579Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-21T01:54:07.579Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-06-21T01:54:07.579Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30132026-06-21T01:54:07.579Z Checking dropshot-api-manager-types v0.7.2
30142026-06-21T01:54:07.579Z Checking smf v0.2.3
30152026-06-21T01:54:07.579Z Checking nanorand v0.7.0
30162026-06-21T01:54:07.579Z Checking whoami v1.6.1
30172026-06-21T01:54:07.579Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-21T01:54:07.579Z Checking flume v0.11.1
30192026-06-21T01:54:07.579Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-21T01:54:07.579Z Checking zone v0.3.1
30212026-06-21T01:54:07.579Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-21T01:54:07.579Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-21T01:54:07.579Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-21T01:54:07.579Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-21T01:54:07.579Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-21T01:54:07.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30272026-06-21T01:54:07.579Z
30282026-06-21T01:54:07.580Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30292026-06-21T01:54:07.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-21T01:54:07.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-21T01:54:07.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-21T01:54:07.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30332026-06-21T01:54:07.581Z
30342026-06-21T01:54:07.581Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30352026-06-21T01:54:07.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-21T01:54:07.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-21T01:54:07.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-21T01:54:07.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30392026-06-21T01:54:07.620Z
30402026-06-21T01:54:07.620Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30412026-06-21T01:54:07.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-21T01:54:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-21T01:54:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-21T01:54:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-21T01:54:07.621Z
30462026-06-21T01:54:07.621Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30472026-06-21T01:54:07.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-21T01:54:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-21T01:54:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-21T01:54:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30512026-06-21T01:54:07.621Z
30522026-06-21T01:54:07.621Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30532026-06-21T01:54:07.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-21T01:54:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-21T01:54:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-21T01:54:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30572026-06-21T01:54:07.622Z
30582026-06-21T01:54:07.622Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30592026-06-21T01:54:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-21T01:54:07.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-21T01:54:07.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-21T01:54:07.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30632026-06-21T01:54:07.622Z
30642026-06-21T01:54:07.622Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30652026-06-21T01:54:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-21T01:54:07.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-21T01:54:07.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-21T01:54:07.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30692026-06-21T01:54:07.622Z
30702026-06-21T01:54:07.622Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30712026-06-21T01:54:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-21T01:54:07.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-21T01:54:07.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-21T01:54:07.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30752026-06-21T01:54:07.622Z
30762026-06-21T01:54:07.622Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30772026-06-21T01:54:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-21T01:54:07.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-21T01:54:07.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-21T01:54:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-21T01:54:07.624Z
30822026-06-21T01:54:07.624Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30832026-06-21T01:54:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-21T01:54:07.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-21T01:54:07.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-21T01:54:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-21T01:54:07.624Z
30882026-06-21T01:54:07.624Zinfo: running `cargo check --bins` on installinator-client (115/298)
30892026-06-21T01:54:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-21T01:54:07.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-21T01:54:07.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-21T01:54:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-21T01:54:07.624Z
30942026-06-21T01:54:07.624Zinfo: running `cargo check --bins` on nexus-client (116/298)
30952026-06-21T01:54:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-21T01:54:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-21T01:54:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-21T01:54:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30992026-06-21T01:54:07.625Z
31002026-06-21T01:54:07.625Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31012026-06-21T01:54:07.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-21T01:54:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-21T01:54:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-21T01:54:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31052026-06-21T01:54:07.625Z
31062026-06-21T01:54:07.625Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31072026-06-21T01:54:07.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-21T01:54:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-21T01:54:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-21T01:54:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31112026-06-21T01:54:07.625Z
31122026-06-21T01:54:07.625Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31132026-06-21T01:54:07.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-21T01:54:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-21T01:54:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-21T01:54:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-21T01:54:07.625Z
31182026-06-21T01:54:07.625Zinfo: running `cargo check --bins` on oxide-client (120/298)
31192026-06-21T01:54:07.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-21T01:54:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-21T01:54:07.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-21T01:54:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31232026-06-21T01:54:07.626Z
31242026-06-21T01:54:07.626Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31252026-06-21T01:54:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-21T01:54:07.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-21T01:54:07.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-21T01:54:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-21T01:54:07.626Z
31302026-06-21T01:54:07.627Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31312026-06-21T01:54:07.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-21T01:54:07.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-21T01:54:07.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-21T01:54:07.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31352026-06-21T01:54:07.627Z
31362026-06-21T01:54:07.627Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31372026-06-21T01:54:07.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-21T01:54:07.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-21T01:54:07.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-21T01:54:07.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31412026-06-21T01:54:07.642Z
31422026-06-21T01:54:07.642Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31432026-06-21T01:54:07.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-21T01:54:07.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-21T01:54:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-21T01:54:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31472026-06-21T01:54:07.644Z
31482026-06-21T01:54:07.644Zinfo: running `cargo check --bins` on installinator-common (125/298)
31492026-06-21T01:54:07.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-21T01:54:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-21T01:54:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-21T01:54:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31532026-06-21T01:54:07.644Z
31542026-06-21T01:54:07.644Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31552026-06-21T01:54:07.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-21T01:54:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-21T01:54:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-21T01:54:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31592026-06-21T01:54:07.644Z
31602026-06-21T01:54:07.644Zinfo: running `cargo check --bins` on wicket-common (127/298)
31612026-06-21T01:54:07.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-21T01:54:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-21T01:54:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-21T01:54:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31652026-06-21T01:54:07.644Z
31662026-06-21T01:54:07.645Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31672026-06-21T01:54:07.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-21T01:54:07.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-21T01:54:07.645Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-21T01:54:07.645Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-21T01:54:07.646Z Checking csv-core v0.1.13
31722026-06-21T01:54:07.646Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-21T01:54:07.646Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-21T01:54:07.646Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-21T01:54:07.646Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-21T01:54:07.646Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-21T01:54:07.646Z Checking csv v1.4.0
31782026-06-21T01:54:07.646Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-21T01:54:07.646Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-21T01:54:07.646Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-21T01:54:07.646Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-21T01:54:07.646Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-21T01:54:07.646Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-21T01:54:07.646Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-06-21T01:54:07.646Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-21T01:54:07.646Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-21T01:54:07.646Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-21T01:54:07.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
31892026-06-21T01:54:07.646Z
31902026-06-21T01:54:07.646Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31912026-06-21T01:54:07.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-21T01:54:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-21T01:54:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-21T01:54:07.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31952026-06-21T01:54:08.003Z
31962026-06-21T01:54:08.003Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31972026-06-21T01:54:08.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-21T01:54:08.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-21T01:54:08.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-21T01:54:08.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32012026-06-21T01:54:08.698Z
32022026-06-21T01:54:08.698Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32032026-06-21T01:54:09.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-21T01:54:09.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-21T01:54:09.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-21T01:54:09.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32072026-06-21T01:54:09.214Z
32082026-06-21T01:54:09.214Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32092026-06-21T01:54:09.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-21T01:54:09.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-21T01:54:09.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-21T01:54:09.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32132026-06-21T01:54:09.781Z
32142026-06-21T01:54:09.781Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32152026-06-21T01:54:10.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-21T01:54:10.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-21T01:54:10.483Z Compiling regress v0.11.1
32182026-06-21T01:54:10.617Z Compiling unsafe-libyaml v0.2.11
32192026-06-21T01:54:10.626Z Compiling radium v0.7.0
32202026-06-21T01:54:10.629Z Compiling semver v0.1.20
32212026-06-21T01:54:10.647Z Checking nom v8.0.0
32222026-06-21T01:54:10.650Z Checking tap v1.0.1
32232026-06-21T01:54:10.650Z Compiling maybe-uninit v2.0.0
32242026-06-21T01:54:10.758Z Checking wyz v0.5.1
32252026-06-21T01:54:10.890Z Compiling rustc_version v0.1.7
32262026-06-21T01:54:10.967Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-21T01:54:11.007Z Compiling zerocopy-derive v0.6.6
32282026-06-21T01:54:11.114Z Checking crc-catalog v2.4.0
32292026-06-21T01:54:11.127Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-21T01:54:11.209Z Compiling newtype_derive v0.1.6
32312026-06-21T01:54:11.346Z Compiling owo-colors v4.3.0
32322026-06-21T01:54:11.399Z Checking funty v2.0.0
32332026-06-21T01:54:11.671Z Compiling cancel-safe-futures v0.1.5
32342026-06-21T01:54:11.718Z Compiling packed_struct v0.10.1
32352026-06-21T01:54:11.846Z Checking zerocopy v0.6.6
32362026-06-21T01:54:11.894Z Checking bitvec v1.0.1
32372026-06-21T01:54:12.029Z Checking typify-impl v0.6.2
32382026-06-21T01:54:12.145Z Checking crc v3.4.0
32392026-06-21T01:54:12.400Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-21T01:54:12.452Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-21T01:54:12.667Z Compiling packed_struct_codegen v0.10.1
32422026-06-21T01:54:12.667Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32432026-06-21T01:54:12.793Z Checking libsw-core v0.3.2
32442026-06-21T01:54:12.926Z Compiling bitfield-macros v0.19.4
32452026-06-21T01:54:12.944Z Compiling indexmap v1.9.3
32462026-06-21T01:54:13.161Z Checking nodrop v0.1.14
32472026-06-21T01:54:13.183Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-21T01:54:13.243Z Checking libsw v3.5.0
32492026-06-21T01:54:13.254Z Checking array-init v0.0.4
32502026-06-21T01:54:13.258Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-06-21T01:54:13.396Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-21T01:54:13.567Z Checking smallvec v0.6.14
32532026-06-21T01:54:13.582Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-21T01:54:13.675Z Checking bitfield v0.19.4
32552026-06-21T01:54:13.816Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-21T01:54:13.944Z Checking hashbrown v0.12.3
32572026-06-21T01:54:13.947Z Checking smawk v0.3.2
32582026-06-21T01:54:13.998Z Checking linear-map v1.2.0
32592026-06-21T01:54:14.012Z Checking tagptr v0.2.0
32602026-06-21T01:54:14.085Z Checking unicode-linebreak v0.1.5
32612026-06-21T01:54:14.150Z Checking base64 v0.21.7
32622026-06-21T01:54:14.168Z Checking moka v0.12.13
32632026-06-21T01:54:14.299Z Checking textwrap v0.16.2
32642026-06-21T01:54:14.313Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-21T01:54:14.392Z Checking ron v0.8.1
32662026-06-21T01:54:14.512Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-21T01:54:14.670Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-21T01:54:14.688Z Checking steno v0.4.1
32692026-06-21T01:54:14.732Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-21T01:54:14.798Z Checking serde-hex v0.1.0
32712026-06-21T01:54:14.910Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-06-21T01:54:15.071Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-21T01:54:15.476Z Checking hashbrown v0.13.2
32742026-06-21T01:54:15.564Z Checking crc-any v2.5.0
32752026-06-21T01:54:15.658Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-06-21T01:54:15.672Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-21T01:54:15.743Z Checking hickory-resolver v0.25.2
32782026-06-21T01:54:15.837Z Checking void v1.0.2
32792026-06-21T01:54:15.874Z Checking utf-8 v0.7.6
32802026-06-21T01:54:15.895Z Checking object v0.30.4
32812026-06-21T01:54:15.942Z Checking path-slash v0.1.5
32822026-06-21T01:54:16.011Z Checking half v1.8.3
32832026-06-21T01:54:16.052Z Checking tungstenite v0.23.0
32842026-06-21T01:54:16.209Z Checking serde_cbor v0.11.2
32852026-06-21T01:54:16.280Z Checking lzss v0.8.2
32862026-06-21T01:54:16.468Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-06-21T01:54:16.493Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-06-21T01:54:16.592Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-21T01:54:16.596Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-21T01:54:16.606Z Checking nix v0.27.1
32912026-06-21T01:54:16.645Z Compiling typify-macro v0.6.2
32922026-06-21T01:54:16.645Z Checking kstat-rs v0.2.4
32932026-06-21T01:54:16.715Z Checking fxhash v0.2.1
32942026-06-21T01:54:16.828Z Checking serde_bytes v0.11.19
32952026-06-21T01:54:16.842Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-06-21T01:54:16.845Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-06-21T01:54:16.891Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-21T01:54:17.009Z Checking tokio-tungstenite v0.23.1
32992026-06-21T01:54:17.110Z Checking signal-hook-tokio v0.3.1
33002026-06-21T01:54:17.738Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-06-21T01:54:17.990Z Compiling typify v0.6.2
33022026-06-21T01:54:18.072Z Compiling progenitor-impl v0.14.0
33032026-06-21T01:54:18.645Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-06-21T01:54:18.957Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-06-21T01:54:19.522Z Compiling progenitor-macro v0.14.0
33062026-06-21T01:54:21.846Z Checking progenitor v0.14.0
33072026-06-21T01:54:21.965Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33082026-06-21T01:54:21.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-21T01:54:24.599Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-21T01:54:32.689Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-21T01:54:39.178Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-21T01:54:40.529Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-21T01:54:41.023Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-21T01:54:43.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s
33152026-06-21T01:54:43.290Z
33162026-06-21T01:54:43.290Zinfo: running `cargo check --bins` on gateway-api (134/298)
33172026-06-21T01:54:43.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-21T01:54:43.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-21T01:54:43.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-21T01:54:43.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33212026-06-21T01:54:43.806Z
33222026-06-21T01:54:43.806Zinfo: running `cargo check --bins` on ipcc (135/298)
33232026-06-21T01:54:44.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-21T01:54:44.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-21T01:54:44.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-21T01:54:44.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33272026-06-21T01:54:44.326Z
33282026-06-21T01:54:44.326Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33292026-06-21T01:54:44.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-21T01:54:44.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-21T01:54:44.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-21T01:54:44.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33332026-06-21T01:54:44.828Z
33342026-06-21T01:54:44.828Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33352026-06-21T01:54:45.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-21T01:54:45.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-21T01:54:45.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-21T01:54:45.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33392026-06-21T01:54:45.368Z
33402026-06-21T01:54:45.368Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33412026-06-21T01:54:45.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-21T01:54:45.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-21T01:54:45.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-21T01:54:45.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33452026-06-21T01:54:45.895Z
33462026-06-21T01:54:45.895Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33472026-06-21T01:54:46.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-21T01:54:46.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-21T01:54:46.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-21T01:54:46.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-21T01:54:46.418Z
33522026-06-21T01:54:46.418Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33532026-06-21T01:54:46.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-21T01:54:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-21T01:54:46.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-21T01:54:46.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-21T01:54:46.943Z
33582026-06-21T01:54:46.943Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33592026-06-21T01:54:47.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-21T01:54:47.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-21T01:54:47.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-21T01:54:47.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-21T01:54:47.481Z
33642026-06-21T01:54:47.481Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33652026-06-21T01:54:47.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-21T01:54:47.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-21T01:54:47.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-21T01:54:47.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33692026-06-21T01:54:47.999Z
33702026-06-21T01:54:47.999Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33712026-06-21T01:54:48.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-21T01:54:48.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-21T01:54:48.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-21T01:54:48.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33752026-06-21T01:54:48.524Z
33762026-06-21T01:54:48.524Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33772026-06-21T01:54:48.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-21T01:54:48.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-21T01:54:48.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-21T01:54:48.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33812026-06-21T01:54:49.043Z
33822026-06-21T01:54:49.043Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33832026-06-21T01:54:49.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-21T01:54:49.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-21T01:54:49.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-21T01:54:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-06-21T01:54:49.567Z
33882026-06-21T01:54:49.567Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33892026-06-21T01:54:50.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-21T01:54:50.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-21T01:54:50.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-21T01:54:50.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33932026-06-21T01:54:50.087Z
33942026-06-21T01:54:50.087Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33952026-06-21T01:54:50.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-21T01:54:50.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-21T01:54:50.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-21T01:54:50.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33992026-06-21T01:54:50.610Z
34002026-06-21T01:54:50.610Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34012026-06-21T01:54:51.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-21T01:54:51.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-21T01:54:51.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-21T01:54:51.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-06-21T01:54:51.156Z
34062026-06-21T01:54:51.156Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34072026-06-21T01:54:51.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-21T01:54:51.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-21T01:54:51.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-21T01:54:51.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34112026-06-21T01:54:51.692Z
34122026-06-21T01:54:51.692Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34132026-06-21T01:54:52.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-21T01:54:52.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-21T01:54:52.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-21T01:54:52.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34172026-06-21T01:54:52.229Z
34182026-06-21T01:54:52.229Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34192026-06-21T01:54:52.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-21T01:54:52.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-21T01:54:52.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-21T01:54:52.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34232026-06-21T01:54:52.775Z
34242026-06-21T01:54:52.775Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34252026-06-21T01:54:53.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-21T01:54:53.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-21T01:54:53.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-21T01:54:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34292026-06-21T01:54:53.317Z
34302026-06-21T01:54:53.317Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34312026-06-21T01:54:53.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-21T01:54:53.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-21T01:54:53.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-21T01:54:53.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34352026-06-21T01:54:53.858Z
34362026-06-21T01:54:53.859Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34372026-06-21T01:54:54.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-21T01:54:54.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-21T01:54:54.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-21T01:54:54.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34412026-06-21T01:54:54.402Z
34422026-06-21T01:54:54.402Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34432026-06-21T01:54:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-21T01:54:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-21T01:54:54.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-21T01:54:54.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34472026-06-21T01:54:54.947Z
34482026-06-21T01:54:54.947Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34492026-06-21T01:54:55.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-21T01:54:55.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-21T01:54:55.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-21T01:54:55.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-21T01:54:55.495Z
34542026-06-21T01:54:55.495Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34552026-06-21T01:54:55.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-21T01:54:55.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-21T01:54:55.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-21T01:54:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34592026-06-21T01:54:56.041Z
34602026-06-21T01:54:56.041Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34612026-06-21T01:54:56.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-21T01:54:56.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-21T01:54:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-21T01:54:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34652026-06-21T01:54:56.567Z
34662026-06-21T01:54:56.567Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34672026-06-21T01:54:57.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-21T01:54:57.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-21T01:54:57.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-21T01:54:57.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-06-21T01:54:57.090Z
34722026-06-21T01:54:57.090Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34732026-06-21T01:54:57.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-21T01:54:57.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-21T01:54:57.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-21T01:54:57.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-21T01:54:57.614Z
34782026-06-21T01:54:57.614Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34792026-06-21T01:54:58.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-21T01:54:58.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-21T01:54:58.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-21T01:54:58.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-21T01:54:58.139Z
34842026-06-21T01:54:58.139Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34852026-06-21T01:54:58.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-21T01:54:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-21T01:54:58.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-21T01:54:58.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-21T01:54:58.666Z
34902026-06-21T01:54:58.666Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34912026-06-21T01:54:59.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-21T01:54:59.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-21T01:54:59.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-21T01:54:59.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-21T01:54:59.187Z
34962026-06-21T01:54:59.187Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34972026-06-21T01:54:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-21T01:54:59.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-21T01:54:59.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-21T01:54:59.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35012026-06-21T01:54:59.713Z
35022026-06-21T01:54:59.713Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35032026-06-21T01:55:00.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-21T01:55:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-21T01:55:00.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-21T01:55:00.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35072026-06-21T01:55:00.244Z
35082026-06-21T01:55:00.244Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35092026-06-21T01:55:00.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-21T01:55:00.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-21T01:55:00.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-21T01:55:00.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-06-21T01:55:00.790Z
35142026-06-21T01:55:00.790Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35152026-06-21T01:55:01.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-21T01:55:01.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-21T01:55:01.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-21T01:55:01.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-21T01:55:01.330Z
35202026-06-21T01:55:01.330Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35212026-06-21T01:55:01.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-21T01:55:01.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-21T01:55:01.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-21T01:55:01.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-06-21T01:55:01.894Z
35262026-06-21T01:55:01.894Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35272026-06-21T01:55:02.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-21T01:55:02.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-21T01:55:02.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-21T01:55:02.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35312026-06-21T01:55:02.427Z
35322026-06-21T01:55:02.428Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35332026-06-21T01:55:02.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-21T01:55:02.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-21T01:55:02.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-21T01:55:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35372026-06-21T01:55:02.974Z
35382026-06-21T01:55:02.974Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35392026-06-21T01:55:03.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-21T01:55:03.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-21T01:55:03.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-21T01:55:03.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35432026-06-21T01:55:03.512Z
35442026-06-21T01:55:03.512Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35452026-06-21T01:55:03.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-21T01:55:03.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-21T01:55:03.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-21T01:55:03.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-21T01:55:04.059Z
35502026-06-21T01:55:04.059Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35512026-06-21T01:55:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-21T01:55:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-21T01:55:04.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-21T01:55:04.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35552026-06-21T01:55:04.618Z
35562026-06-21T01:55:04.618Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35572026-06-21T01:55:05.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-21T01:55:05.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-21T01:55:05.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-21T01:55:05.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35612026-06-21T01:55:05.143Z
35622026-06-21T01:55:05.143Zinfo: running `cargo check --bins` on dns-server (175/298)
35632026-06-21T01:55:05.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-21T01:55:05.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-21T01:55:05.730Z Compiling parking_lot_core v0.8.6
35662026-06-21T01:55:05.733Z Compiling git-stub v1.0.0
35672026-06-21T01:55:05.733Z Checking prefix-trie v0.7.0
35682026-06-21T01:55:05.733Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-21T01:55:05.953Z Compiling git-stub-vcs v0.1.0
35702026-06-21T01:55:06.115Z Checking hickory-server v0.25.2
35712026-06-21T01:55:06.228Z Checking parking_lot v0.11.2
35722026-06-21T01:55:06.232Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-21T01:55:06.301Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-21T01:55:06.306Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-06-21T01:55:06.406Z Checking sled v0.34.7
35762026-06-21T01:55:08.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35772026-06-21T01:55:08.441Z
35782026-06-21T01:55:08.441Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35792026-06-21T01:55:08.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-06-21T01:55:08.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-06-21T01:55:08.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-06-21T01:55:08.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35832026-06-21T01:55:08.958Z
35842026-06-21T01:55:08.958Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35852026-06-21T01:55:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-21T01:55:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-21T01:55:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-21T01:55:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-21T01:55:09.486Z
35902026-06-21T01:55:09.486Zinfo: running `cargo check --bins` on sp-sim (178/298)
35912026-06-21T01:55:09.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-21T01:55:09.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-21T01:56:10.188Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-06-21T01:56:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
35952026-06-21T01:56:10.324Z
35962026-06-21T01:56:10.324Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35972026-06-21T01:56:10.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-21T01:56:10.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-21T01:56:10.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-06-21T01:56:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36012026-06-21T01:56:10.324Z
36022026-06-21T01:56:10.324Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36032026-06-21T01:56:10.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-21T01:56:10.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-21T01:56:10.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-21T01:56:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-21T01:56:10.324Z
36082026-06-21T01:56:10.325Zinfo: running `cargo check --bins` on db-macros (181/298)
36092026-06-21T01:56:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-21T01:56:10.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-21T01:56:10.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-21T01:56:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36132026-06-21T01:56:10.325Z
36142026-06-21T01:56:10.325Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36152026-06-21T01:56:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-21T01:56:10.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-21T01:56:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-21T01:56:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-21T01:56:10.326Z
36202026-06-21T01:56:10.326Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36212026-06-21T01:56:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-21T01:56:10.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-21T01:56:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-21T01:56:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36252026-06-21T01:56:10.326Z
36262026-06-21T01:56:10.326Zinfo: running `cargo check --bins` on authz-macros (184/298)
36272026-06-21T01:56:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-21T01:56:10.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-21T01:56:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-21T01:56:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36312026-06-21T01:56:10.326Z
36322026-06-21T01:56:10.326Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36332026-06-21T01:56:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-21T01:56:10.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-21T01:56:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-21T01:56:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36372026-06-21T01:56:10.326Z
36382026-06-21T01:56:10.326Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36392026-06-21T01:56:10.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-21T01:56:10.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-21T01:56:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-21T01:56:10.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-21T01:56:10.326Z
36442026-06-21T01:56:10.327Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36452026-06-21T01:56:10.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-21T01:56:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-21T01:56:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-21T01:56:10.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36492026-06-21T01:56:10.327Z
36502026-06-21T01:56:10.327Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36512026-06-21T01:56:10.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-21T01:56:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-21T01:56:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-21T01:56:10.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-21T01:56:10.550Z
36562026-06-21T01:56:10.550Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36572026-06-21T01:56:10.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-21T01:56:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-21T01:56:10.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-21T01:56:10.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36612026-06-21T01:56:10.550Z
36622026-06-21T01:56:10.550Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36632026-06-21T01:56:10.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-21T01:56:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-21T01:56:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-21T01:56:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36672026-06-21T01:56:10.551Z
36682026-06-21T01:56:10.551Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36692026-06-21T01:56:10.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-21T01:56:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-21T01:56:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-21T01:56:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36732026-06-21T01:56:10.551Z
36742026-06-21T01:56:10.551Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36752026-06-21T01:56:10.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-21T01:56:10.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-21T01:56:10.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-21T01:56:10.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-21T01:56:10.552Z
36802026-06-21T01:56:10.552Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36812026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36852026-06-21T01:56:10.552Z
36862026-06-21T01:56:10.552Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36872026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-21T01:56:10.552Z
36922026-06-21T01:56:10.552Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36932026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36972026-06-21T01:56:10.552Z
36982026-06-21T01:56:10.552Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36992026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37032026-06-21T01:56:10.552Z
37042026-06-21T01:56:10.552Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37052026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-21T01:56:10.552Z
37102026-06-21T01:56:10.552Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37112026-06-21T01:56:10.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-21T01:56:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-21T01:56:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-21T01:56:10.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37152026-06-21T01:56:10.553Z
37162026-06-21T01:56:10.553Zinfo: running `cargo check --bins` on key-manager (199/298)
37172026-06-21T01:56:10.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-21T01:56:10.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-21T01:56:10.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-21T01:56:10.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37212026-06-21T01:56:10.553Z
37222026-06-21T01:56:10.553Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37232026-06-21T01:56:10.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-21T01:56:10.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-21T01:56:10.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-21T01:56:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37272026-06-21T01:56:10.554Z
37282026-06-21T01:56:10.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37292026-06-21T01:56:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-21T01:56:10.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-21T01:56:10.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-21T01:56:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-06-21T01:56:10.554Z
37342026-06-21T01:56:10.554Zinfo: running `cargo check --bins` on typed-rng (202/298)
37352026-06-21T01:56:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-21T01:56:10.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-21T01:56:10.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-21T01:56:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37392026-06-21T01:56:10.554Z
37402026-06-21T01:56:10.554Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37412026-06-21T01:56:10.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-21T01:56:10.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-21T01:56:10.554Z Compiling libefi-sys v0.1.0
37442026-06-21T01:56:10.554Z Compiling bitfield-struct v0.6.2
37452026-06-21T01:56:10.554Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-06-21T01:56:10.554Z Compiling xshell-macros v0.2.7
37472026-06-21T01:56:10.554Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37482026-06-21T01:56:10.554Z Compiling salty v0.3.0
37492026-06-21T01:56:10.554Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37502026-06-21T01:56:10.555Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37512026-06-21T01:56:10.555Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37522026-06-21T01:56:10.555Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-21T01:56:10.555Z Checking primeorder v0.13.6
37542026-06-21T01:56:10.603Z Compiling proc-macro-error-attr2 v2.0.0
37552026-06-21T01:56:10.603Z Checking xshell v0.2.7
37562026-06-21T01:56:10.603Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37572026-06-21T01:56:10.603Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-21T01:56:10.603Z Checking tungstenite v0.21.0
37592026-06-21T01:56:10.603Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-06-21T01:56:10.603Z Checking p384 v0.13.1
37612026-06-21T01:56:10.603Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-06-21T01:56:10.604Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37632026-06-21T01:56:10.604Z Compiling num-derive v0.3.3
37642026-06-21T01:56:10.604Z Compiling proc-macro-error2 v2.0.1
37652026-06-21T01:56:10.604Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-21T01:56:10.604Z Checking tokio-tungstenite v0.21.0
37672026-06-21T01:56:10.604Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-21T01:56:10.604Z Checking papergrid v0.17.0
37692026-06-21T01:56:10.604Z Compiling tabled_derive v0.11.0
37702026-06-21T01:56:10.604Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37712026-06-21T01:56:10.604Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37722026-06-21T01:56:10.604Z Compiling progenitor-impl v0.13.0
37732026-06-21T01:56:10.604Z Checking testing_table v0.3.0
37742026-06-21T01:56:10.604Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37752026-06-21T01:56:10.604Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-21T01:56:10.604Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-21T01:56:10.604Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-21T01:56:10.604Z Compiling unicase v2.9.0
37792026-06-21T01:56:10.604Z Checking libscf-sys v1.1.0
37802026-06-21T01:56:10.604Z Checking corncobs v0.1.4
37812026-06-21T01:56:10.604Z Compiling illumos-nvpair-sys v0.2.0
37822026-06-21T01:56:10.604Z Compiling mime_guess v2.0.5
37832026-06-21T01:56:10.604Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-06-21T01:56:10.604Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-21T01:56:10.604Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-21T01:56:10.604Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-21T01:56:10.604Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37882026-06-21T01:56:10.604Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37892026-06-21T01:56:10.604Z Checking tabled v0.20.0
37902026-06-21T01:56:10.604Z Checking progenitor-client v0.13.0
37912026-06-21T01:56:10.604Z Checking secrecy v0.8.0
37922026-06-21T01:56:10.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-06-21T01:56:10.604Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-06-21T01:56:10.604Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37952026-06-21T01:56:10.604Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37962026-06-21T01:56:10.604Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37972026-06-21T01:56:10.604Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-21T01:56:10.604Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-06-21T01:56:10.604Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38002026-06-21T01:56:10.605Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-21T01:56:10.605Z Checking filetime v0.2.27
38022026-06-21T01:56:10.605Z Checking crc8 v0.1.1
38032026-06-21T01:56:10.605Z Checking xattr v1.6.1
38042026-06-21T01:56:10.605Z Checking http-range v0.1.5
38052026-06-21T01:56:10.605Z Checking tar v0.4.45
38062026-06-21T01:56:10.605Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-21T01:56:10.605Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-21T01:56:10.605Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-21T01:56:10.605Z Compiling progenitor-macro v0.13.0
38102026-06-21T01:56:10.605Z Checking illumos-nvpair v0.3.0
38112026-06-21T01:56:10.605Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38122026-06-21T01:56:10.606Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38132026-06-21T01:56:10.606Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-21T01:56:10.606Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38152026-06-21T01:56:10.606Z Checking atty v0.2.14
38162026-06-21T01:56:10.606Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38172026-06-21T01:56:10.606Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-21T01:56:10.606Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38192026-06-21T01:56:10.606Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-06-21T01:56:10.606Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-06-21T01:56:10.606Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-06-21T01:56:10.606Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-21T01:56:10.606Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-06-21T01:56:10.606Z Checking hyper-staticfile v0.10.1
38252026-06-21T01:56:10.606Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38262026-06-21T01:56:10.606Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38272026-06-21T01:56:10.606Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38282026-06-21T01:56:10.606Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38292026-06-21T01:56:10.606Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38302026-06-21T01:56:10.606Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38312026-06-21T01:56:10.606Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-06-21T01:56:10.606Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38332026-06-21T01:56:10.606Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-21T01:56:10.606Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-21T01:56:10.606Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-21T01:56:10.606Z Checking progenitor v0.13.0
38372026-06-21T01:56:10.606Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38382026-06-21T01:56:10.606Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-06-21T01:56:10.606Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-06-21T01:56:10.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
38412026-06-21T01:56:10.606Z
38422026-06-21T01:56:10.606Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38432026-06-21T01:56:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-06-21T01:56:10.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-06-21T01:56:10.607Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-06-21T01:56:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38472026-06-21T01:56:10.607Z
38482026-06-21T01:56:10.607Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38492026-06-21T01:56:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-21T01:56:10.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-21T01:56:10.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-21T01:56:13.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38532026-06-21T01:56:13.247Z
38542026-06-21T01:56:13.247Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38552026-06-21T01:56:13.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-21T01:56:13.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-21T01:56:13.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-21T01:56:24.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38592026-06-21T01:56:24.764Z
38602026-06-21T01:56:24.764Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38612026-06-21T01:56:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-21T01:56:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-21T01:56:25.471Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-21T01:56:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38652026-06-21T01:56:36.286Z
38662026-06-21T01:56:36.286Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38672026-06-21T01:56:36.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-21T01:56:36.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-21T01:56:37.002Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-21T01:56:47.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38712026-06-21T01:56:47.828Z
38722026-06-21T01:56:47.828Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38732026-06-21T01:56:48.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-21T01:56:48.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-21T01:56:48.550Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-21T01:56:59.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38772026-06-21T01:56:59.347Z
38782026-06-21T01:56:59.347Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38792026-06-21T01:56:59.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-21T01:56:59.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-21T01:57:00.065Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-21T01:57:10.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38832026-06-21T01:57:10.956Z
38842026-06-21T01:57:10.956Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
 
38852026-06-21T02:09:25.243Zworker agent experienced a fatal error; aborting job
38862026-06-21T02:09:25.243Ztask 4 was incomplete, marked failed