01KQZFHRA0F2GAAGQDS7ZMD21G: 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: 01KQZFKKKP2QQXRHTE2GRGJH1Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T20:28:54.203Zjob assigned to worker 01KQZFM15P19GWG1AS384MW5QA [factory aws, i-0453d2af61b6e0464] (queued for 56 s)
 
22026-05-06T20:29:01.112Zstarting task 0: "setup"
32026-05-06T20:29:01.121Z++ uname -s
42026-05-06T20:29:01.121Z+ kern=SunOS
52026-05-06T20:29:01.121Z+ build_user=build
62026-05-06T20:29:01.121Z+ build_uid=12345
72026-05-06T20:29:01.122Z+ work_dir=/work
82026-05-06T20:29:01.122Z+ input_dir=/input
92026-05-06T20:29:01.122Z+ [[ 0 == 12345 ]]
102026-05-06T20:29:01.122Z+ case "$kern" in
112026-05-06T20:29:01.122Z+ groupadd -g 12345 build
122026-05-06T20:29:01.126Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T20:29:03.128Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T20:29:03.279Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T20:29:03.282Z+ home_fs=zfs
162026-05-06T20:29:03.282Z+ [[ zfs == autofs ]]
172026-05-06T20:29:03.282Z+ mkdir -p /home/build
182026-05-06T20:29:03.282Z+ chown build:build /home/build /work
192026-05-06T20:29:04.316Z+ chmod 0700 /home/build /work
202026-05-06T20:29:04.332Zprocess exited: duration 3174 ms, exit code 0
 
212026-05-06T20:29:04.390Zstarting task 1: "rust-toolchain"
222026-05-06T20:29:04.397Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T20:29:04.397Z * rust toolchain channel = "1.94.0"
242026-05-06T20:29:04.397Z * rust toolchain profile = "default"
252026-05-06T20:29:04.397Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T20:29:04.397Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T20:29:04.397Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T20:29:04.398Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T20:29:04.398Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T20:29:04.431Zinfo: downloading installer
312026-05-06T20:29:06.631Zwarn: It looks like you have an existing rustup settings file at:
322026-05-06T20:29:06.631Zwarn: /home/build/.rustup/settings.toml
332026-05-06T20:29:06.631Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-06T20:29:06.631Zwarn: instead of the one inferred from the default host triple.
352026-05-06T20:29:06.636Zinfo: profile set to default
362026-05-06T20:29:06.636Zinfo: default host triple is x86_64-unknown-illumos
372026-05-06T20:29:06.636Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-06T20:29:06.636Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-06T20:29:06.636Zinfo: downloading 6 components
402026-05-06T20:29:21.932Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-06T20:29:21.932Z
422026-05-06T20:29:21.962Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-06T20:29:21.962Z
442026-05-06T20:29:21.962Z
452026-05-06T20:29:21.962ZRust is installed now. Great!
462026-05-06T20:29:21.962Z
472026-05-06T20:29:21.962ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-06T20:29:21.962Zenvironment variable. This has not been done automatically.
492026-05-06T20:29:21.962Z
502026-05-06T20:29:21.962ZTo configure your current shell, you need to source
512026-05-06T20:29:21.962Zthe corresponding env file under $HOME/.cargo.
522026-05-06T20:29:21.962Z
532026-05-06T20:29:21.962ZThis is usually done by running one of the following (note the leading DOT):
542026-05-06T20:29:21.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-06T20:29:21.963Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-06T20:29:21.963Zsource "~/.cargo/env.nu" # For nushell
572026-05-06T20:29:21.963Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-06T20:29:21.963Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-06T20:29:21.963Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-06T20:29:21.966Zwarn: no default linker (`cc`) was found in your PATH
612026-05-06T20:29:21.966Zwarn: many Rust crates require a system C toolchain to build
622026-05-06T20:29:22.052Z+ rustup --version
632026-05-06T20:29:22.061Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-06T20:29:22.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-06T20:29:22.490Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-06T20:29:22.494Z+ cargo --version
672026-05-06T20:29:22.494Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-06T20:29:22.494Z+ rustc --version
692026-05-06T20:29:22.494Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-06T20:29:22.494Zprocess exited: duration 17752 ms, exit code 0
 
712026-05-06T20:29:22.500Zstarting task 2: "authentication"
722026-05-06T20:29:22.516ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-06T20:29:40.584Zprocess exited: duration 18078 ms, exit code 0
 
742026-05-06T20:29:41.001Zstarting task 3: "clone repository"
752026-05-06T20:29:41.005Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-06T20:29:41.005Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-06T20:29:41.005ZCloning into '/work/oxidecomputer/omicron'...
782026-05-06T20:29:54.144Z+ cd /work/oxidecomputer/omicron
792026-05-06T20:29:54.144Z+ git fetch origin 72e7dc46786bbee8cc71efdf55587e87fb90b515
802026-05-06T20:29:54.566ZFrom https://github.com/oxidecomputer/omicron
812026-05-06T20:29:54.566Z * branch 72e7dc46786bbee8cc71efdf55587e87fb90b515 -> FETCH_HEAD
822026-05-06T20:29:54.578Z+ [[ -n renovate/crate-openssl-vulnerability ]]
832026-05-06T20:29:54.581Z++ git branch --show-current
842026-05-06T20:29:54.581Z+ current=main
852026-05-06T20:29:54.581Z+ [[ main != renovate/crate-openssl-vulnerability ]]
862026-05-06T20:29:54.581Z+ git branch -f renovate/crate-openssl-vulnerability 72e7dc46786bbee8cc71efdf55587e87fb90b515
872026-05-06T20:29:54.585Z+ git checkout -f renovate/crate-openssl-vulnerability
882026-05-06T20:29:54.826ZSwitched to branch 'renovate/crate-openssl-vulnerability'
892026-05-06T20:29:54.844Z+ git reset --hard 72e7dc46786bbee8cc71efdf55587e87fb90b515
902026-05-06T20:29:54.847ZHEAD is now at 72e7dc467 Update Rust crate openssl to v0.10.79 [SECURITY]
912026-05-06T20:29:54.847Zprocess exited: duration 14249 ms, exit code 0
 
922026-05-06T20:29:54.855Zstarting task 4: "build"
932026-05-06T20:29:54.858Z+ source .github/buildomat/ci-env.sh
942026-05-06T20:29:54.858Z++ export CARGO_TERM_COLOR=always
952026-05-06T20:29:54.858Z++ CARGO_TERM_COLOR=always
962026-05-06T20:29:54.862Z+ cargo --version
972026-05-06T20:29:54.868Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-06T20:29:54.872Z+ rustc --version
992026-05-06T20:29:54.892Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-06T20:29:54.900Z+ source ./env.sh
1012026-05-06T20:29:54.900Z++ OLD_SHELL_OPTS=ehxB
1022026-05-06T20:29:54.900Z++ set -o xtrace
1032026-05-06T20:29:54.900Z++++ dirname ./env.sh
1042026-05-06T20:29:55.310Z+++ readlink -f .
1052026-05-06T20:29:55.310Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-05-06T20:29:55.310Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-06T20:29:55.310Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-06T20:29:55.310Z++ 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
1092026-05-06T20:29:55.310Z++ 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
1102026-05-06T20:29:55.310Z++ 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
1112026-05-06T20:29:55.310Z++ 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
1122026-05-06T20:29:55.310Z++ 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
1132026-05-06T20:29:55.310Z++ 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
1142026-05-06T20:29:55.310Z++ case $OLD_SHELL_OPTS in
1152026-05-06T20:29:55.310Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162026-05-06T20:29:55.310Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-06T20:29:55.310Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1182026-05-06T20:29:55.310Z+ banner prerequisites
1192026-05-06T20:29:55.310Z
1202026-05-06T20:29:55.310Z ##### ##### ###### ##### ###### #### # # # #### #
1212026-05-06T20:29:55.310Z # # # # # # # # # # # # # # #
1222026-05-06T20:29:55.310Z # # # # ##### # # ##### # # # # # #### #
1232026-05-06T20:29:55.310Z ##### ##### # ##### # # # # # # # # #
1242026-05-06T20:29:55.310Z # # # # # # # # # # # # # # #
1252026-05-06T20:29:55.310Z # # # ###### # # ###### ### # #### # #### #
1262026-05-06T20:29:55.310Z
1272026-05-06T20:29:55.310Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1282026-05-06T20:29:56.799Z Startup: Refreshing catalog 'helios' ... Done
1292026-05-06T20:29:56.855Z Startup: Caching catalogs ... Done
1302026-05-06T20:29:57.021ZPlanning: Solver setup ... Done (0.138s)
1312026-05-06T20:29:57.439ZPlanning: Running solver ... Done (0.011s)
1322026-05-06T20:29:57.443ZPlanning: Finding local manifests ... Done (0.002s)
1332026-05-06T20:29:57.443ZPlanning: Fetching manifests: 0/2 0% complete
1342026-05-06T20:29:57.443ZPlanning: Fetching manifests: 2/2 100% complete
1352026-05-06T20:29:57.443ZPlanning: Package planning ... Done (0.013s)
1362026-05-06T20:29:57.443ZPlanning: Merging actions ... Done (0.001s)
1372026-05-06T20:29:57.443ZPlanning: Checking for conflicting actions ... Done (0.223s)
1382026-05-06T20:29:57.443ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-05-06T20:29:58.255ZPlanning: Evaluating mediators ... Done (0.949s)
1402026-05-06T20:29:58.259ZPlanning: Planning completed in 1.38 seconds
1412026-05-06T20:29:58.263Z Packages to install: 2
1422026-05-06T20:29:58.267Z Estimated space available: 156.08 GB
1432026-05-06T20:29:58.267ZEstimated space to be consumed: 16.39 MB
1442026-05-06T20:29:58.267Z Create boot environment: No
1452026-05-06T20:29:58.267ZCreate backup boot environment: No
1462026-05-06T20:29:58.267Z Rebuild boot archive: No
1472026-05-06T20:29:58.267Z
1482026-05-06T20:29:58.267ZChanged packages:
1492026-05-06T20:29:58.267Zhelios
1502026-05-06T20:29:58.267Z developer/build-essential
1512026-05-06T20:29:58.267Z None -> 11-3.0
1522026-05-06T20:29:58.267Z library/libxmlsec1
1532026-05-06T20:29:58.267Z None -> 1.2.35-3.0
1542026-05-06T20:29:58.324Z
1552026-05-06T20:29:58.324ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-05-06T20:29:58.919ZDownload: Completed 1.28 MB in 0.59 seconds (2.1M/s)
1572026-05-06T20:29:58.999Z Actions: 1/268 actions (Installing new actions)
1582026-05-06T20:29:59.055Z Actions: Completed 268 actions in 0.06 seconds.
1592026-05-06T20:29:59.060ZFinalize: Updating package state database ... Done (0.004s)
1602026-05-06T20:29:59.063ZFinalize: Updating package cache ... Done (0.000s)
1612026-05-06T20:29:59.071ZFinalize: Updating image state ... Done (0.011s)
1622026-05-06T20:30:01.527ZFinalize: Creating fast lookup database ... Done (2.436s)
1632026-05-06T20:30:01.620ZFinalize: Reading search index ... Done (0.036s)
1642026-05-06T20:30:01.624ZFinalize: Updating search index ... Done (0.000s)
1652026-05-06T20:30:01.710ZFinalize: Updating package cache ... Done (0.000s)
1662026-05-06T20:30:01.997ZPlanning: Evaluating mediator changes ... Done
1672026-05-06T20:30:02.102ZPlanning: Checking for conflicting actions ... Done
1682026-05-06T20:30:02.106ZPlanning: Consolidating action changes ... Done
1692026-05-06T20:30:02.259ZPlanning: Evaluating mediators ... Done
1702026-05-06T20:30:02.262ZPlanning: Planning completed in 0.26 seconds
1712026-05-06T20:30:02.284Z Mediators to change: 2
1722026-05-06T20:30:02.284Z Create boot environment: No
1732026-05-06T20:30:02.288ZCreate backup boot environment: No
1742026-05-06T20:30:02.337ZFinalize: Updating package state database ... Done
1752026-05-06T20:30:02.337ZFinalize: Updating package cache ... Done
1762026-05-06T20:30:02.342ZFinalize: Updating image state ... Done
1772026-05-06T20:30:04.269ZFinalize: Creating fast lookup database ... Done
1782026-05-06T20:30:04.337ZFinalize: Reading search index ... Done
1792026-05-06T20:30:04.342ZFinalize: Updating search index ... Done
1802026-05-06T20:30:04.421ZFinalize: Updating package cache ... Done
1812026-05-06T20:30:04.705ZPlanning: Evaluating mediator changes ... Done
1822026-05-06T20:30:04.808ZPlanning: Checking for conflicting actions ... Done
1832026-05-06T20:30:05.220ZPlanning: Consolidating action changes ... Done
1842026-05-06T20:30:05.225ZPlanning: Evaluating mediators ... Done
1852026-05-06T20:30:05.225ZPlanning: Planning completed in 0.26 seconds
1862026-05-06T20:30:05.225Z Mediators to change: 1
1872026-05-06T20:30:05.225Z Create boot environment: No
1882026-05-06T20:30:05.225ZCreate backup boot environment: No
1892026-05-06T20:30:05.225ZFinalize: Updating package state database ... Done
1902026-05-06T20:30:05.225ZFinalize: Updating package cache ... Done
1912026-05-06T20:30:05.225ZFinalize: Updating image state ... Done
1922026-05-06T20:30:06.966ZFinalize: Creating fast lookup database ... Done
1932026-05-06T20:30:07.034ZFinalize: Reading search index ... Done
1942026-05-06T20:30:07.039ZFinalize: Updating search index ... Done
1952026-05-06T20:30:07.105ZFinalize: Updating package cache ... Done
1962026-05-06T20:30:07.417ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-05-06T20:30:07.417Zapache system 2.4 system
1982026-05-06T20:30:07.417Zclang system 15 system
1992026-05-06T20:30:07.417Zcsh system system illumos
2002026-05-06T20:30:07.417Zctags system system illumos
2012026-05-06T20:30:07.417Zfile vendor vendor darwinsys
2022026-05-06T20:30:07.417Zfile system system illumos
2032026-05-06T20:30:07.417Zgcc vendor 14 vendor
2042026-05-06T20:30:07.417Zgcc system 13 system
2052026-05-06T20:30:07.417Zgcc system 10 system
2062026-05-06T20:30:07.417Zgo system 1.25 system
2072026-05-06T20:30:07.417Zllvm system 15 system
2082026-05-06T20:30:07.417Zmariadb system 11.4 system
2092026-05-06T20:30:07.417Zmta vendor vendor dma
2102026-05-06T20:30:07.417Zopenjdk system 17 system
2112026-05-06T20:30:07.417Zopenjdk system 11 system
2122026-05-06T20:30:07.417Zopenssl vendor 3 vendor
2132026-05-06T20:30:07.417Zperl system 5.40 system
2142026-05-06T20:30:07.417Zpostgresql system 18 system
2152026-05-06T20:30:07.418Zpostgresql system 17 system
2162026-05-06T20:30:07.418Zpython vendor 3 vendor
2172026-05-06T20:30:07.418Zpython system 2 system
2182026-05-06T20:30:07.418Zpython3 vendor 3.13 vendor
2192026-05-06T20:30:07.418Zruby system 3.4 system
2202026-05-06T20:30:07.418Zruby system 3.0 system
2212026-05-06T20:30:07.418Zwords vendor vendor american-english
2222026-05-06T20:30:07.418Zwords system system australian-english
2232026-05-06T20:30:07.418Zwords system system british-english
2242026-05-06T20:30:07.418Zwords system system canadian-english
2252026-05-06T20:30:07.418Zwords system system french
2262026-05-06T20:30:07.418Zwords system system italian
2272026-05-06T20:30:07.418Zwords system system ngerman
2282026-05-06T20:30:07.418Zwords system system ogerman
2292026-05-06T20:30:07.418Zwords system system spanish
2302026-05-06T20:30:07.667ZPUBLISHER TYPE STATUS P LOCATION
2312026-05-06T20:30:07.667Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-05-06T20:30:07.929ZFMRI IFO
2332026-05-06T20:30:07.929Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-05-06T20:30:07.929Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-05-06T20:30:07.929Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-05-06T20:30:07.929Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-05-06T20:30:07.929Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-05-06T20:30:07.929Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-05-06T20:30:07.929Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-05-06T20:30:07.929Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-05-06T20:30:07.929Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-05-06T20:30:08.157Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-05-06T20:30:08.906Z Updating crates.io index
2442026-05-06T20:30:08.916Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-06T20:30:09.184Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-05-06T20:30:10.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-05-06T20:30:10.578Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-05-06T20:30:14.543Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-05-06T20:30:14.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-05-06T20:30:16.220Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-05-06T20:30:16.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-05-06T20:30:17.332Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-05-06T20:30:18.174Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-05-06T20:30:18.570Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-05-06T20:30:18.892Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-05-06T20:30:19.213Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-05-06T20:30:20.292Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-05-06T20:30:20.902Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-06T20:30:21.287Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-06T20:30:21.534Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-06T20:30:22.211Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-06T20:30:22.443Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-06T20:30:22.732Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-06T20:30:23.032Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-06T20:30:23.588Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-06T20:30:24.152Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-06T20:30:24.592Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-06T20:30:25.070Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-06T20:30:25.494Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-06T20:30:25.745Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-06T20:30:27.331Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-06T20:30:28.196Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-06T20:30:28.555Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-06T20:30:29.106Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-06T20:30:30.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-06T20:30:30.321Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-06T20:30:30.402Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-06T20:30:30.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-06T20:30:30.947Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-06T20:30:31.260Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-06T20:30:31.822Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-06T20:30:46.764Z Downloading crates ...
2832026-05-06T20:30:46.784Z Downloaded camino-tempfile v1.4.1
2842026-05-06T20:30:46.790Z Downloaded form_urlencoded v1.2.2
2852026-05-06T20:30:46.790Z Downloaded indexmap v2.14.0
2862026-05-06T20:30:46.790Z Downloaded colorchoice v1.0.4
2872026-05-06T20:30:46.790Z Downloaded cargo-util-schemas v0.8.2
2882026-05-06T20:30:46.790Z Downloaded anstyle v1.0.13
2892026-05-06T20:30:46.790Z Downloaded digest v0.10.7
2902026-05-06T20:30:46.796Z Downloaded anstyle-query v1.1.5
2912026-05-06T20:30:46.796Z Downloaded dof v0.3.0
2922026-05-06T20:30:46.797Z Downloaded textwrap v0.16.2
2932026-05-06T20:30:46.797Z Downloaded usdt-attr-macro v0.5.0
2942026-05-06T20:30:46.797Z Downloaded unicode-xid v0.2.6
2952026-05-06T20:30:46.797Z Downloaded serde-value v0.7.0
2962026-05-06T20:30:46.797Z Downloaded getrandom v0.4.1
2972026-05-06T20:30:46.804Z Downloaded dtrace-parser v0.2.0
2982026-05-06T20:30:46.804Z Downloaded once_cell v1.21.3
2992026-05-06T20:30:46.804Z Downloaded zerofrom-derive v0.1.6
3002026-05-06T20:30:46.804Z Downloaded heck v0.4.1
3012026-05-06T20:30:46.804Z Downloaded toml_write v0.1.2
3022026-05-06T20:30:46.804Z Downloaded zerofrom v0.1.6
3032026-05-06T20:30:46.804Z Downloaded usdt-macro v0.5.0
3042026-05-06T20:30:46.808Z Downloaded erased-serde v0.4.9
3052026-05-06T20:30:46.808Z Downloaded yoke-derive v0.8.1
3062026-05-06T20:30:46.808Z Downloaded unicode-linebreak v0.1.5
3072026-05-06T20:30:46.808Z Downloaded thiserror-impl v2.0.18
3082026-05-06T20:30:46.808Z Downloaded utf8_iter v1.0.4
3092026-05-06T20:30:46.812Z Downloaded plain v0.2.3
3102026-05-06T20:30:46.817Z Downloaded toml_datetime v0.6.11
3112026-05-06T20:30:46.822Z Downloaded fs-err v3.3.0
3122026-05-06T20:30:46.822Z Downloaded anstream v0.6.21
3132026-05-06T20:30:46.827Z Downloaded version_check v0.9.5
3142026-05-06T20:30:46.827Z Downloaded errno v0.3.14
3152026-05-06T20:30:46.832Z Downloaded thread-id v4.2.2
3162026-05-06T20:30:46.832Z Downloaded typeid v1.0.3
3172026-05-06T20:30:46.839Z Downloaded utf8parse v0.2.2
3182026-05-06T20:30:46.839Z Downloaded generic-array v0.14.7
3192026-05-06T20:30:46.839Z Downloaded usdt v0.5.0
3202026-05-06T20:30:46.844Z Downloaded tinystr v0.8.2
3212026-05-06T20:30:46.844Z Downloaded stable_deref_trait v1.2.1
3222026-05-06T20:30:46.844Z Downloaded zmij v1.0.21
3232026-05-06T20:30:46.848Z Downloaded cfg-if v1.0.4
3242026-05-06T20:30:46.852Z Downloaded thiserror v2.0.18
3252026-05-06T20:30:46.852Z Downloaded zerovec-derive v0.11.2
3262026-05-06T20:30:46.852Z Downloaded writeable v0.6.2
3272026-05-06T20:30:46.857Z Downloaded usdt-impl v0.5.0
3282026-05-06T20:30:46.858Z Downloaded thiserror-impl v1.0.69
3292026-05-06T20:30:46.858Z Downloaded yoke v0.8.1
3302026-05-06T20:30:46.858Z Downloaded ucd-trie v0.1.7
3312026-05-06T20:30:46.863Z Downloaded thiserror v1.0.69
3322026-05-06T20:30:46.863Z Downloaded macaddr v1.0.1
3332026-05-06T20:30:46.866Z Downloaded zerocopy-derive v0.7.35
3342026-05-06T20:30:46.866Z Downloaded tempfile v3.25.0
3352026-05-06T20:30:46.866Z Downloaded scroll_derive v0.12.1
3362026-05-06T20:30:46.866Z Downloaded proc-macro2 v1.0.106
3372026-05-06T20:30:46.871Z Downloaded toml v0.8.23
3382026-05-06T20:30:46.871Z Downloaded is_terminal_polyfill v1.70.2
3392026-05-06T20:30:46.876Z Downloaded proc-macro-error-attr v1.0.4
3402026-05-06T20:30:46.876Z Downloaded ordered-float v2.10.1
3412026-05-06T20:30:46.876Z Downloaded equivalent v1.0.2
3422026-05-06T20:30:46.876Z Downloaded heck v0.5.0
3432026-05-06T20:30:46.880Z Downloaded unicode-ident v1.0.24
3442026-05-06T20:30:46.880Z Downloaded itoa v1.0.17
3452026-05-06T20:30:46.884Z Downloaded typenum v1.19.0
3462026-05-06T20:30:46.887Z Downloaded cpufeatures v0.2.17
3472026-05-06T20:30:46.887Z Downloaded toml_edit v0.22.27
3482026-05-06T20:30:46.904Z Downloaded block-buffer v0.10.4
3492026-05-06T20:30:46.908Z Downloaded crypto-common v0.1.7
3502026-05-06T20:30:46.908Z Downloaded zerotrie v0.2.3
3512026-05-06T20:30:46.908Z Downloaded url v2.5.8
3522026-05-06T20:30:46.908Z Downloaded serde_spanned v0.6.9
3532026-05-06T20:30:46.908Z Downloaded clap_lex v1.0.0
3542026-05-06T20:30:46.908Z Downloaded smawk v0.3.2
3552026-05-06T20:30:46.908Z Downloaded percent-encoding v2.3.2
3562026-05-06T20:30:46.908Z Downloaded pretty-hex v0.4.1
3572026-05-06T20:30:47.323Z Downloaded zerovec v0.11.5
3582026-05-06T20:30:47.323Z Downloaded memmap v0.7.0
3592026-05-06T20:30:47.327Z Downloaded idna_adapter v1.2.1
3602026-05-06T20:30:47.327Z Downloaded fnv v1.0.7
3612026-05-06T20:30:47.327Z Downloaded potential_utf v0.1.4
3622026-05-06T20:30:47.327Z Downloaded swrite v0.1.0
3632026-05-06T20:30:47.327Z Downloaded tabled_derive v0.7.0
3642026-05-06T20:30:47.327Z Downloaded terminal_size v0.4.3
3652026-05-06T20:30:47.327Z Downloaded zerocopy v0.7.35
3662026-05-06T20:30:47.327Z Downloaded strsim v0.11.1
3672026-05-06T20:30:47.327Z Downloaded winnow v0.7.14
3682026-05-06T20:30:47.327Z Downloaded pest_meta v2.8.6
3692026-05-06T20:30:47.327Z Downloaded anyhow v1.0.102
3702026-05-06T20:30:47.327Z Downloaded icu_provider v2.1.1
3712026-05-06T20:30:47.327Z Downloaded unicode-width v0.2.0
3722026-05-06T20:30:47.327Z Downloaded fastrand v2.3.0
3732026-05-06T20:30:47.327Z Downloaded displaydoc v0.2.5
3742026-05-06T20:30:47.327Z Downloaded unicode-width v0.1.14
3752026-05-06T20:30:47.327Z Downloaded papergrid v0.11.0
3762026-05-06T20:30:47.327Z Downloaded sha2 v0.10.9
3772026-05-06T20:30:47.327Z Downloaded cargo_metadata v0.21.0
3782026-05-06T20:30:47.327Z Downloaded quote v1.0.45
3792026-05-06T20:30:47.327Z Downloaded synstructure v0.13.2
3802026-05-06T20:30:47.327Z Downloaded anstyle-parse v0.2.7
3812026-05-06T20:30:47.327Z Downloaded bytecount v0.6.9
3822026-05-06T20:30:47.327Z Downloaded cargo-platform v0.2.0
3832026-05-06T20:30:47.327Z Downloaded serde-untagged v0.1.9
3842026-05-06T20:30:47.327Z Downloaded cargo_toml v0.21.0
3852026-05-06T20:30:47.327Z Downloaded byteorder v1.5.0
3862026-05-06T20:30:47.327Z Downloaded proc-macro-error v1.0.4
3872026-05-06T20:30:47.327Z Downloaded scroll v0.12.0
3882026-05-06T20:30:47.327Z Downloaded autocfg v1.5.0
3892026-05-06T20:30:47.327Z Downloaded pest_derive v2.8.6
3902026-05-06T20:30:47.327Z Downloaded clap_derive v4.5.55
3912026-05-06T20:30:47.327Z Downloaded log v0.4.29
3922026-05-06T20:30:47.327Z Downloaded litemap v0.8.1
3932026-05-06T20:30:47.327Z Downloaded pest_generator v2.8.6
3942026-05-06T20:30:47.328Z Downloaded camino v1.2.2
3952026-05-06T20:30:47.328Z Downloaded bitflags v2.11.0
3962026-05-06T20:30:47.328Z Downloaded semver v1.0.28
3972026-05-06T20:30:47.328Z Downloaded num-traits v0.2.19
3982026-05-06T20:30:47.328Z Downloaded serde_core v1.0.228
3992026-05-06T20:30:47.328Z Downloaded serde_derive v1.0.228
4002026-05-06T20:30:47.328Z Downloaded smallvec v1.15.1
4012026-05-06T20:30:47.328Z Downloaded serde_tokenstream v0.2.3
4022026-05-06T20:30:47.328Z Downloaded icu_normalizer v2.1.1
4032026-05-06T20:30:47.328Z Downloaded icu_normalizer_data v2.1.1
4042026-05-06T20:30:47.328Z Downloaded clap v4.5.60
4052026-05-06T20:30:47.328Z Downloaded icu_collections v2.1.1
4062026-05-06T20:30:47.328Z Downloaded icu_properties v2.1.2
4072026-05-06T20:30:47.328Z Downloaded serde v1.0.228
4082026-05-06T20:30:47.328Z Downloaded icu_locale_core v2.1.1
4092026-05-06T20:30:47.328Z Downloaded memchr v2.8.0
4102026-05-06T20:30:47.328Z Downloaded hashbrown v0.17.0
4112026-05-06T20:30:47.328Z Downloaded idna v1.1.0
4122026-05-06T20:30:47.328Z Downloaded clap_builder v4.5.60
4132026-05-06T20:30:47.328Z Downloaded serde_json v1.0.149
4142026-05-06T20:30:47.328Z Downloaded icu_properties_data v2.1.2
4152026-05-06T20:30:47.328Z Downloaded pest v2.8.6
4162026-05-06T20:30:47.328Z Downloaded goblin v0.8.2
4172026-05-06T20:30:47.328Z Downloaded syn v1.0.109
4182026-05-06T20:30:47.328Z Downloaded tabled v0.15.0
4192026-05-06T20:30:47.328Z Downloaded syn v2.0.117
4202026-05-06T20:30:47.328Z Downloaded rustix v1.1.3
4212026-05-06T20:30:47.328Z Downloaded libc v0.2.185
4222026-05-06T20:30:47.328Z Compiling proc-macro2 v1.0.106
4232026-05-06T20:30:47.328Z Compiling quote v1.0.45
4242026-05-06T20:30:47.328Z Compiling unicode-ident v1.0.24
4252026-05-06T20:30:47.328Z Compiling serde_core v1.0.228
4262026-05-06T20:30:47.328Z Compiling libc v0.2.185
4272026-05-06T20:30:47.328Z Compiling version_check v0.9.5
4282026-05-06T20:30:47.328Z Compiling memchr v2.8.0
4292026-05-06T20:30:47.328Z Compiling stable_deref_trait v1.2.1
4302026-05-06T20:30:47.615Z Compiling serde v1.0.228
4312026-05-06T20:30:47.634Z Compiling zmij v1.0.21
4322026-05-06T20:30:48.148Z Compiling autocfg v1.5.0
4332026-05-06T20:30:48.160Z Compiling thiserror v1.0.69
4342026-05-06T20:30:48.170Z Compiling ucd-trie v0.1.7
4352026-05-06T20:30:48.181Z Compiling itoa v1.0.17
4362026-05-06T20:30:48.377Z Compiling pest v2.8.6
4372026-05-06T20:30:48.426Z Compiling writeable v0.6.2
4382026-05-06T20:30:48.466Z Compiling litemap v0.8.1
4392026-05-06T20:30:48.616Z Compiling icu_properties_data v2.1.2
4402026-05-06T20:30:48.641Z Compiling rustix v1.1.3
4412026-05-06T20:30:48.655Z Compiling byteorder v1.5.0
4422026-05-06T20:30:48.853Z Compiling icu_normalizer_data v2.1.1
4432026-05-06T20:30:48.940Z Compiling errno v0.3.14
4442026-05-06T20:30:48.977Z Compiling syn v2.0.117
4452026-05-06T20:30:49.065Z Compiling bitflags v2.11.0
4462026-05-06T20:30:49.069Z Compiling serde_json v1.0.149
4472026-05-06T20:30:49.291Z Compiling num-traits v0.2.19
4482026-05-06T20:30:49.305Z Compiling typeid v1.0.3
4492026-05-06T20:30:49.320Z Compiling smallvec v1.15.1
4502026-05-06T20:30:49.464Z Compiling pest_meta v2.8.6
4512026-05-06T20:30:49.562Z Compiling hashbrown v0.17.0
4522026-05-06T20:30:49.599Z Compiling equivalent v1.0.2
4532026-05-06T20:30:49.750Z Compiling thread-id v4.2.2
4542026-05-06T20:30:49.831Z Compiling proc-macro-error-attr v1.0.4
4552026-05-06T20:30:49.892Z Compiling usdt-impl v0.5.0
4562026-05-06T20:30:49.965Z Compiling winnow v0.7.14
4572026-05-06T20:30:50.010Z Compiling toml_write v0.1.2
4582026-05-06T20:30:50.090Z Compiling indexmap v2.14.0
4592026-05-06T20:30:50.106Z Compiling erased-serde v0.4.9
4602026-05-06T20:30:50.331Z Compiling syn v1.0.109
4612026-05-06T20:30:50.696Z Compiling proc-macro-error v1.0.4
4622026-05-06T20:30:50.787Z Compiling percent-encoding v2.3.2
4632026-05-06T20:30:50.870Z Compiling camino v1.2.2
4642026-05-06T20:30:50.982Z Compiling getrandom v0.4.1
4652026-05-06T20:30:51.057Z Compiling utf8parse v0.2.2
4662026-05-06T20:30:51.076Z Compiling plain v0.2.3
4672026-05-06T20:30:51.166Z Compiling thiserror v2.0.18
4682026-05-06T20:30:51.185Z Compiling utf8_iter v1.0.4
4692026-05-06T20:30:51.200Z Compiling log v0.4.29
4702026-05-06T20:30:51.264Z Compiling anstyle-parse v0.2.7
4712026-05-06T20:30:51.336Z Compiling ordered-float v2.10.1
4722026-05-06T20:30:51.353Z Compiling form_urlencoded v1.2.2
4732026-05-06T20:30:51.484Z Compiling terminal_size v0.4.3
4742026-05-06T20:30:51.525Z Compiling synstructure v0.13.2
4752026-05-06T20:30:51.584Z Compiling pest_generator v2.8.6
4762026-05-06T20:30:51.702Z Compiling anstyle-query v1.1.5
4772026-05-06T20:30:51.808Z Compiling is_terminal_polyfill v1.70.2
4782026-05-06T20:30:51.825Z Compiling anstyle v1.0.13
4792026-05-06T20:30:51.864Z Compiling cfg-if v1.0.4
4802026-05-06T20:30:51.881Z Compiling pretty-hex v0.4.1
4812026-05-06T20:30:51.902Z Compiling colorchoice v1.0.4
4822026-05-06T20:30:52.010Z Compiling anstream v0.6.21
4832026-05-06T20:30:52.042Z Compiling serde-untagged v0.1.9
4842026-05-06T20:30:52.173Z Compiling semver v1.0.28
4852026-05-06T20:30:52.310Z Compiling fs-err v3.3.0
4862026-05-06T20:30:52.335Z Compiling unicode-xid v0.2.6
4872026-05-06T20:30:52.362Z Compiling heck v0.5.0
4882026-05-06T20:30:52.461Z Compiling clap_lex v1.0.0
4892026-05-06T20:30:52.496Z Compiling fastrand v2.3.0
4902026-05-06T20:30:52.510Z Compiling bytecount v0.6.9
4912026-05-06T20:30:52.530Z Compiling fnv v1.0.7
4922026-05-06T20:30:52.628Z Compiling once_cell v1.21.3
4932026-05-06T20:30:52.646Z Compiling anyhow v1.0.102
4942026-05-06T20:30:52.688Z Compiling heck v0.4.1
4952026-05-06T20:30:52.752Z Compiling strsim v0.11.1
4962026-05-06T20:30:52.837Z Compiling unicode-width v0.1.14
4972026-05-06T20:30:52.900Z Compiling tempfile v3.25.0
4982026-05-06T20:30:53.013Z Compiling clap_builder v4.5.60
4992026-05-06T20:30:53.106Z Compiling papergrid v0.11.0
5002026-05-06T20:30:53.122Z Compiling memmap v0.7.0
5012026-05-06T20:30:53.154Z Compiling unicode-linebreak v0.1.5
5022026-05-06T20:30:53.264Z Compiling serde_derive v1.0.228
5032026-05-06T20:30:53.279Z Compiling zerofrom-derive v0.1.6
5042026-05-06T20:30:53.298Z Compiling yoke-derive v0.8.1
5052026-05-06T20:30:53.390Z Compiling zerovec-derive v0.11.2
5062026-05-06T20:30:53.550Z Compiling displaydoc v0.2.5
5072026-05-06T20:30:54.274Z Compiling thiserror-impl v1.0.69
5082026-05-06T20:30:54.442Z Compiling zerocopy-derive v0.7.35
5092026-05-06T20:30:54.488Z Compiling pest_derive v2.8.6
5102026-05-06T20:30:54.525Z Compiling scroll_derive v0.12.1
5112026-05-06T20:30:54.641Z Compiling zerofrom v0.1.6
5122026-05-06T20:30:54.767Z Compiling yoke v0.8.1
5132026-05-06T20:30:54.907Z Compiling thiserror-impl v2.0.18
5142026-05-06T20:30:54.956Z Compiling zerovec v0.11.5
5152026-05-06T20:30:55.172Z Compiling zerotrie v0.2.3
5162026-05-06T20:30:55.291Z Compiling zerocopy v0.7.35
5172026-05-06T20:30:55.461Z Compiling tinystr v0.8.2
5182026-05-06T20:30:55.479Z Compiling potential_utf v0.1.4
5192026-05-06T20:30:56.038Z Compiling icu_locale_core v2.1.1
5202026-05-06T20:30:56.041Z Compiling icu_collections v2.1.1
5212026-05-06T20:30:56.041Z Compiling dtrace-parser v0.2.0
5222026-05-06T20:30:56.041Z Compiling scroll v0.12.0
5232026-05-06T20:30:56.041Z Compiling tabled_derive v0.7.0
5242026-05-06T20:30:56.098Z Compiling goblin v0.8.2
5252026-05-06T20:30:56.115Z Compiling clap_derive v4.5.55
5262026-05-06T20:30:56.118Z Compiling unicode-width v0.2.0
5272026-05-06T20:30:56.223Z Compiling icu_provider v2.1.1
5282026-05-06T20:30:56.494Z Compiling icu_normalizer v2.1.1
5292026-05-06T20:30:56.519Z Compiling icu_properties v2.1.2
5302026-05-06T20:30:56.522Z Compiling smawk v0.3.2
5312026-05-06T20:30:56.651Z Compiling toml_datetime v0.6.11
5322026-05-06T20:30:56.654Z Compiling serde_spanned v0.6.9
5332026-05-06T20:30:56.810Z Compiling serde-value v0.7.0
5342026-05-06T20:30:56.908Z Compiling dof v0.3.0
5352026-05-06T20:30:56.911Z Compiling toml_edit v0.22.27
5362026-05-06T20:30:56.939Z Compiling serde_tokenstream v0.2.3
5372026-05-06T20:30:57.022Z Compiling cargo-platform v0.2.0
5382026-05-06T20:30:57.323Z Compiling tabled v0.15.0
5392026-05-06T20:30:57.337Z Compiling textwrap v0.16.2
5402026-05-06T20:30:57.337Z Compiling macaddr v1.0.1
5412026-05-06T20:30:57.575Z Compiling idna_adapter v1.2.1
5422026-05-06T20:30:57.712Z Compiling idna v1.1.0
5432026-05-06T20:30:57.799Z Compiling camino-tempfile v1.4.1
5442026-05-06T20:30:57.867Z Compiling usdt-attr-macro v0.5.0
5452026-05-06T20:30:57.888Z Compiling usdt-macro v0.5.0
5462026-05-06T20:30:58.030Z Compiling url v2.5.8
5472026-05-06T20:30:58.078Z Compiling clap v4.5.60
5482026-05-06T20:30:58.461Z Compiling toml v0.8.23
5492026-05-06T20:30:58.538Z Compiling swrite v0.1.0
5502026-05-06T20:30:58.554Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-06T20:30:58.935Z Compiling cargo-util-schemas v0.8.2
5522026-05-06T20:30:59.048Z Compiling usdt v0.5.0
5532026-05-06T20:30:59.064Z Compiling cargo_toml v0.21.0
5542026-05-06T20:30:59.796Z Compiling cargo_metadata v0.21.0
5552026-05-06T20:31:00.724Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-06T20:31:02.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.79s
5572026-05-06T20:31:03.045Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-06T20:31:03.600Z Downloading crates ...
5592026-05-06T20:31:03.695Z Downloaded adler2 v2.0.1
5602026-05-06T20:31:03.700Z Downloaded async-stream v0.3.6
5612026-05-06T20:31:03.704Z Downloaded bitfield v0.19.4
5622026-05-06T20:31:03.709Z Downloaded chacha20 v0.10.0
5632026-05-06T20:31:03.714Z Downloaded cstr-argument v0.1.2
5642026-05-06T20:31:03.714Z Downloaded ciborium-io v0.2.2
5652026-05-06T20:31:03.721Z Downloaded byte-wrapper v0.1.0
5662026-05-06T20:31:03.721Z Downloaded compression-core v0.4.31
5672026-05-06T20:31:03.728Z Downloaded crc8 v0.1.1
5682026-05-06T20:31:03.728Z Downloaded crossbeam-epoch v0.9.18
5692026-05-06T20:31:03.728Z Downloaded critical-section v1.2.0
5702026-05-06T20:31:03.733Z Downloaded crunchy v0.2.4
5712026-05-06T20:31:03.733Z Downloaded diesel_table_macro_syntax v0.3.0
5722026-05-06T20:31:03.734Z Downloaded darling_macro v0.21.3
5732026-05-06T20:31:03.734Z Downloaded curve25519-dalek-derive v0.1.1
5742026-05-06T20:31:03.734Z Downloaded dirs-next v2.0.0
5752026-05-06T20:31:03.740Z Downloaded downcast-rs v2.0.2
5762026-05-06T20:31:03.740Z Downloaded enum-as-inner v0.6.1
5772026-05-06T20:31:03.790Z Downloaded display-error-chain v0.2.2
5782026-05-06T20:31:03.790Z Downloaded crucible-workspace-hack v0.1.0
5792026-05-06T20:31:03.790Z Downloaded dsl_auto_type v0.2.0
5802026-05-06T20:31:03.790Z Downloaded difflib v0.4.0
5812026-05-06T20:31:03.790Z Downloaded atomicwrites v0.4.4
5822026-05-06T20:31:03.790Z Downloaded fixedbitset v0.4.2
5832026-05-06T20:31:03.790Z Downloaded document-features v0.2.12
5842026-05-06T20:31:03.790Z Downloaded dof v0.4.0
5852026-05-06T20:31:03.790Z Downloaded embedded-io v0.6.1
5862026-05-06T20:31:03.790Z Downloaded arrayref v0.3.9
5872026-05-06T20:31:03.790Z Downloaded defmt v0.3.100
5882026-05-06T20:31:03.797Z Downloaded darling_macro v0.23.0
5892026-05-06T20:31:03.797Z Downloaded bit-set v0.8.0
5902026-05-06T20:31:03.797Z Downloaded ascii-canvas v3.0.0
5912026-05-06T20:31:03.797Z Downloaded float-ord v0.3.2
5922026-05-06T20:31:03.797Z Downloaded env_filter v1.0.0
5932026-05-06T20:31:03.797Z Downloaded defmt-parser v1.0.0
5942026-05-06T20:31:03.797Z Downloaded dyn-clone v1.0.20
5952026-05-06T20:31:03.797Z Downloaded debug-ignore v1.0.5
5962026-05-06T20:31:03.797Z Downloaded cargo-platform v0.1.9
5972026-05-06T20:31:03.797Z Downloaded bit-set v0.5.3
5982026-05-06T20:31:03.797Z Downloaded bcrypt-pbkdf v0.10.0
5992026-05-06T20:31:03.797Z Downloaded foreign-types v0.5.0
6002026-05-06T20:31:03.797Z Downloaded dunce v1.0.5
6012026-05-06T20:31:03.797Z Downloaded chrono-tz v0.10.4
6022026-05-06T20:31:03.811Z Downloaded flagset v0.4.7
6032026-05-06T20:31:03.815Z Downloaded dirs-sys-next v0.1.2
6042026-05-06T20:31:03.815Z Downloaded dropshot-api-manager-types v0.7.1
6052026-05-06T20:31:03.815Z Downloaded crc-catalog v2.4.0
6062026-05-06T20:31:03.815Z Downloaded async-recursion v1.1.1
6072026-05-06T20:31:03.815Z Downloaded cfg_aliases v0.1.1
6082026-05-06T20:31:03.815Z Downloaded atty v0.2.14
6092026-05-06T20:31:03.815Z Downloaded dtrace-parser v0.3.0
6102026-05-06T20:31:03.815Z Downloaded crc v3.4.0
6112026-05-06T20:31:03.815Z Downloaded endian-type v0.1.2
6122026-05-06T20:31:03.816Z Downloaded foreign-types-shared v0.3.1
6132026-05-06T20:31:03.816Z Downloaded float-cmp v0.10.0
6142026-05-06T20:31:03.816Z Downloaded derive_builder_macro v0.20.2
6152026-05-06T20:31:03.816Z Downloaded crossbeam-deque v0.8.6
6162026-05-06T20:31:03.822Z Downloaded array-init v0.0.4
6172026-05-06T20:31:03.822Z Downloaded data-encoding v2.10.0
6182026-05-06T20:31:03.822Z Downloaded foreign-types-macros v0.2.3
6192026-05-06T20:31:03.822Z Downloaded daft v0.1.5
6202026-05-06T20:31:03.822Z Downloaded ciborium-ll v0.2.2
6212026-05-06T20:31:03.827Z Downloaded ed25519 v2.2.3
6222026-05-06T20:31:03.827Z Downloaded foldhash v0.2.0
6232026-05-06T20:31:03.827Z Downloaded castaway v0.2.4
6242026-05-06T20:31:03.827Z Downloaded drift v0.1.3
6252026-05-06T20:31:03.830Z Downloaded darling_macro v0.20.11
6262026-05-06T20:31:03.830Z Downloaded backoff v0.4.0
6272026-05-06T20:31:03.831Z Downloaded derive_builder_core v0.20.2
6282026-05-06T20:31:03.836Z Downloaded base64ct v1.8.3
6292026-05-06T20:31:03.836Z Downloaded fd-lock v4.0.4
6302026-05-06T20:31:03.839Z Downloaded cfg_aliases v0.2.1
6312026-05-06T20:31:03.840Z Downloaded arrayvec v0.7.6
6322026-05-06T20:31:03.840Z Downloaded futures-core v0.3.32
6332026-05-06T20:31:03.840Z Downloaded futures-task v0.3.32
6342026-05-06T20:31:03.840Z Downloaded futures-sink v0.3.32
6352026-05-06T20:31:03.844Z Downloaded cobs v0.3.0
6362026-05-06T20:31:03.844Z Downloaded futures-macro v0.3.32
6372026-05-06T20:31:03.844Z Downloaded block-padding v0.3.3
6382026-05-06T20:31:03.844Z Downloaded embedded-io v0.4.0
6392026-05-06T20:31:03.844Z Downloaded fxhash v0.2.1
6402026-05-06T20:31:03.844Z Downloaded futures-io v0.3.32
6412026-05-06T20:31:03.847Z Downloaded git-stub v1.0.0
6422026-05-06T20:31:03.847Z Downloaded gethostname v0.5.0
6432026-05-06T20:31:03.852Z Downloaded diesel-dtrace v0.5.0
6442026-05-06T20:31:03.855Z Downloaded der_derive v0.7.3
6452026-05-06T20:31:03.861Z Downloaded csv-core v0.1.13
6462026-05-06T20:31:03.861Z Downloaded daft-derive v0.1.5
6472026-05-06T20:31:03.865Z Downloaded funty v2.0.0
6482026-05-06T20:31:03.870Z Downloaded erased-serde v0.3.31
6492026-05-06T20:31:03.871Z Downloaded ena v0.14.4
6502026-05-06T20:31:03.871Z Downloaded defmt v1.0.1
6512026-05-06T20:31:03.878Z Downloaded foreign-types v0.3.2
6522026-05-06T20:31:03.878Z Downloaded cpufeatures v0.3.0
6532026-05-06T20:31:03.878Z Downloaded env_logger v0.11.9
6542026-05-06T20:31:03.878Z Downloaded fixedbitset v0.5.7
6552026-05-06T20:31:03.879Z Downloaded fallible-iterator v0.2.0
6562026-05-06T20:31:03.883Z Downloaded ff v0.13.1
6572026-05-06T20:31:03.883Z Downloaded bitfield-struct v0.6.2
6582026-05-06T20:31:03.883Z Downloaded async-stream-impl v0.3.6
6592026-05-06T20:31:03.883Z Downloaded bb8 v0.8.6
6602026-05-06T20:31:03.883Z Downloaded base16ct v0.2.0
6612026-05-06T20:31:03.883Z Downloaded deranged v0.5.8
6622026-05-06T20:31:03.887Z Downloaded hash32 v0.2.1
6632026-05-06T20:31:03.887Z Downloaded assert_matches v1.5.0
6642026-05-06T20:31:03.887Z Downloaded foreign-types-shared v0.1.1
6652026-05-06T20:31:03.893Z Downloaded darling v0.20.11
6662026-05-06T20:31:03.893Z Downloaded ghash v0.5.1
6672026-05-06T20:31:03.893Z Downloaded des v0.8.1
6682026-05-06T20:31:03.897Z Downloaded filetime v0.2.27
6692026-05-06T20:31:03.897Z Downloaded convert_case v0.10.0
6702026-05-06T20:31:03.897Z Downloaded either v1.15.0
6712026-05-06T20:31:03.897Z Downloaded buf-list v1.1.2
6722026-05-06T20:31:03.903Z Downloaded cassowary v0.3.0
6732026-05-06T20:31:03.903Z Downloaded darling v0.21.3
6742026-05-06T20:31:03.903Z Downloaded hex-literal v0.4.1
6752026-05-06T20:31:03.907Z Downloaded ctr v0.9.2
6762026-05-06T20:31:03.907Z Downloaded futures-executor v0.3.32
6772026-05-06T20:31:03.907Z Downloaded derive-ex v0.1.8
6782026-05-06T20:31:03.907Z Downloaded bitflags v1.3.2
6792026-05-06T20:31:03.907Z Downloaded corncobs v0.1.4
6802026-05-06T20:31:03.912Z Downloaded hash32 v0.3.1
6812026-05-06T20:31:03.912Z Downloaded git-stub-vcs v0.1.0
6822026-05-06T20:31:03.912Z Downloaded hostname v0.3.1
6832026-05-06T20:31:03.912Z Downloaded bit-vec v0.6.3
6842026-05-06T20:31:03.915Z Downloaded async-bb8-diesel v0.2.1
6852026-05-06T20:31:03.916Z Downloaded hubpack_derive v0.1.1
6862026-05-06T20:31:03.916Z Downloaded http-range v0.1.5
6872026-05-06T20:31:03.916Z Downloaded globwalk v0.9.1
6882026-05-06T20:31:03.916Z Downloaded http-body v1.0.1
6892026-05-06T20:31:03.920Z Downloaded cexpr v0.6.0
6902026-05-06T20:31:03.920Z Downloaded diff v0.1.13
6912026-05-06T20:31:03.920Z Downloaded headers-core v0.3.0
6922026-05-06T20:31:03.920Z Downloaded blowfish v0.9.1
6932026-05-06T20:31:03.925Z Downloaded defmt-macros v1.0.1
6942026-05-06T20:31:03.925Z Downloaded hex v0.4.3
6952026-05-06T20:31:03.925Z Downloaded crc32fast v1.5.0
6962026-05-06T20:31:03.932Z Downloaded crossbeam-utils v0.8.21
6972026-05-06T20:31:03.932Z Downloaded hubpack v0.1.2
6982026-05-06T20:31:03.932Z Downloaded httpdate v1.0.3
6992026-05-06T20:31:03.932Z Downloaded atomic-waker v1.1.2
7002026-05-06T20:31:03.932Z Downloaded convert_case v0.4.0
7012026-05-06T20:31:03.935Z Downloaded bitfield-macros v0.19.4
7022026-05-06T20:31:03.936Z Downloaded derive_builder v0.20.2
7032026-05-06T20:31:03.936Z Downloaded constant_time_eq v0.4.2
7042026-05-06T20:31:03.936Z Downloaded find-msvc-tools v0.1.9
7052026-05-06T20:31:03.940Z Downloaded cmake v0.1.57
7062026-05-06T20:31:03.941Z Downloaded cipher v0.4.4
7072026-05-06T20:31:03.941Z Downloaded bcs v0.1.6
7082026-05-06T20:31:03.944Z Downloaded globset v0.4.18
7092026-05-06T20:31:03.945Z Downloaded camino-tempfile-ext v0.3.3
7102026-05-06T20:31:03.950Z Downloaded fs-err v2.11.0
7112026-05-06T20:31:03.950Z Downloaded cbc v0.1.2
7122026-05-06T20:31:03.950Z Downloaded bit-vec v0.8.0
7132026-05-06T20:31:03.953Z Downloaded dropshot_endpoint v0.17.0
7142026-05-06T20:31:03.953Z Downloaded derive_more v0.99.20
7152026-05-06T20:31:03.956Z Downloaded group v0.13.0
7162026-05-06T20:31:03.960Z Downloaded async-trait v0.1.89
7172026-05-06T20:31:03.960Z Downloaded ident_case v1.0.1
7182026-05-06T20:31:03.965Z Downloaded hyper-tls v0.6.0
7192026-05-06T20:31:03.965Z Downloaded indent_write v2.2.0
7202026-05-06T20:31:03.965Z Downloaded fs_extra v1.3.0
7212026-05-06T20:31:03.965Z Downloaded chacha20 v0.9.1
7222026-05-06T20:31:03.968Z Downloaded hostname v0.4.2
7232026-05-06T20:31:03.969Z Downloaded cargo_metadata v0.19.2
7242026-05-06T20:31:03.969Z Downloaded aead v0.5.2
7252026-05-06T20:31:03.969Z Downloaded cookie_store v0.22.1
7262026-05-06T20:31:03.975Z Downloaded glob v0.3.3
7272026-05-06T20:31:03.975Z Downloaded indoc v1.0.9
7282026-05-06T20:31:03.975Z Downloaded colored v2.2.0
7292026-05-06T20:31:03.979Z Downloaded colored v3.1.1
7302026-05-06T20:31:03.979Z Downloaded bzip2 v0.4.4
7312026-05-06T20:31:03.979Z Downloaded ahash v0.8.12
7322026-05-06T20:31:03.979Z Downloaded inout v0.1.4
7332026-05-06T20:31:03.982Z Downloaded home v0.5.12
7342026-05-06T20:31:03.982Z Downloaded instability v0.3.11
7352026-05-06T20:31:03.982Z Downloaded is-terminal v0.4.17
7362026-05-06T20:31:03.982Z Downloaded instant v0.1.13
7372026-05-06T20:31:03.983Z Downloaded const_format_proc_macros v0.2.34
7382026-05-06T20:31:03.987Z Downloaded derive-where v1.6.0
7392026-05-06T20:31:03.990Z Downloaded darling v0.23.0
7402026-05-06T20:31:03.994Z Downloaded foldhash v0.1.5
7412026-05-06T20:31:03.998Z Downloaded ecdsa v0.16.9
7422026-05-06T20:31:04.001Z Downloaded dropshot_endpoint v0.16.7
7432026-05-06T20:31:04.006Z Downloaded is_ci v1.2.0
7442026-05-06T20:31:04.006Z Downloaded keccak v0.1.6
7452026-05-06T20:31:04.011Z Downloaded humantime v2.3.0
7462026-05-06T20:31:04.011Z Downloaded fatfs v0.3.6
7472026-05-06T20:31:04.011Z Downloaded darling_core v0.23.0
7482026-05-06T20:31:04.015Z Downloaded darling_core v0.21.3
7492026-05-06T20:31:04.019Z Downloaded lru v0.12.5
7502026-05-06T20:31:04.019Z Downloaded lru-cache v0.1.2
7512026-05-06T20:31:04.022Z Downloaded kstat-rs v0.2.4
7522026-05-06T20:31:04.022Z Downloaded memoffset v0.9.1
7532026-05-06T20:31:04.022Z Downloaded md-5 v0.10.6
7542026-05-06T20:31:04.022Z Downloaded lalrpop-util v0.19.12
7552026-05-06T20:31:04.025Z Downloaded maplit v1.0.2
7562026-05-06T20:31:04.025Z Downloaded libscf-sys v1.1.0
7572026-05-06T20:31:04.026Z Downloaded cookie v0.18.1
7582026-05-06T20:31:04.026Z Downloaded crypto-bigint v0.5.5
7592026-05-06T20:31:04.029Z Downloaded linked-hash-map v0.5.6
7602026-05-06T20:31:04.032Z Downloaded internet-checksum v0.2.1
7612026-05-06T20:31:04.032Z Downloaded maybe-uninit v2.0.0
7622026-05-06T20:31:04.032Z Downloaded const-oid v0.9.6
7632026-05-06T20:31:04.036Z Downloaded cancel-safe-futures v0.1.5
7642026-05-06T20:31:04.036Z Downloaded indoc v2.0.7
7652026-05-06T20:31:04.041Z Downloaded compression-codecs v0.4.37
7662026-05-06T20:31:04.041Z Downloaded mime v0.3.17
7672026-05-06T20:31:04.041Z Downloaded ingot-types v0.1.2
7682026-05-06T20:31:04.047Z Downloaded clang-sys v1.8.1
7692026-05-06T20:31:04.047Z Downloaded ciborium v0.2.2
7702026-05-06T20:31:04.047Z Downloaded lzss v0.8.2
7712026-05-06T20:31:04.047Z Downloaded argon2 v0.5.3
7722026-05-06T20:31:04.053Z Downloaded http-body-util v0.1.3
7732026-05-06T20:31:04.053Z Downloaded highway v1.3.0
7742026-05-06T20:31:04.053Z Downloaded console v0.16.2
7752026-05-06T20:31:04.053Z Downloaded ingot v0.1.1
7762026-05-06T20:31:04.057Z Downloaded impl-trait-for-tuples v0.2.3
7772026-05-06T20:31:04.057Z Downloaded md5 v0.7.0
7782026-05-06T20:31:04.057Z Downloaded hmac v0.12.1
7792026-05-06T20:31:04.057Z Downloaded elliptic-curve v0.13.8
7802026-05-06T20:31:04.057Z Downloaded blake2 v0.10.6
7812026-05-06T20:31:04.063Z Downloaded getrandom v0.3.4
7822026-05-06T20:31:04.063Z Downloaded flume v0.11.1
7832026-05-06T20:31:04.067Z Downloaded darling_core v0.20.11
7842026-05-06T20:31:04.067Z Downloaded getrandom v0.2.17
7852026-05-06T20:31:04.067Z Downloaded multimap v0.10.1
7862026-05-06T20:31:04.081Z Downloaded futures v0.3.32
7872026-05-06T20:31:04.089Z Downloaded newline-converter v0.3.0
7882026-05-06T20:31:04.089Z Downloaded new_debug_unreachable v1.0.6
7892026-05-06T20:31:04.089Z Downloaded newtype-uuid-macros v0.1.0
7902026-05-06T20:31:04.089Z Downloaded newtype_derive v0.1.6
7912026-05-06T20:31:04.090Z Downloaded half v2.7.1
7922026-05-06T20:31:04.090Z Downloaded jobserver v0.1.34
7932026-05-06T20:31:04.090Z Downloaded nibble_vec v0.1.0
7942026-05-06T20:31:04.090Z Downloaded flate2 v1.1.9
7952026-05-06T20:31:04.090Z Downloaded num-conv v0.2.0
7962026-05-06T20:31:04.090Z Downloaded nodrop v0.1.14
7972026-05-06T20:31:04.090Z Downloaded hyper-rustls v0.27.7
7982026-05-06T20:31:04.090Z Downloaded linear-map v1.2.0
7992026-05-06T20:31:04.090Z Downloaded libsw v3.5.0
8002026-05-06T20:31:04.096Z Downloaded half v1.8.3
8012026-05-06T20:31:04.096Z Downloaded lazy_static v1.5.0
8022026-05-06T20:31:04.096Z Downloaded num-iter v0.1.45
8032026-05-06T20:31:04.096Z Downloaded num v0.4.3
8042026-05-06T20:31:04.096Z Downloaded ipnetwork v0.21.1
8052026-05-06T20:31:04.096Z Downloaded futures-channel v0.3.32
8062026-05-06T20:31:04.096Z Downloaded mime_guess v2.0.5
8072026-05-06T20:31:04.096Z Downloaded managed v0.8.0
8082026-05-06T20:31:04.103Z Downloaded backon v1.6.0
8092026-05-06T20:31:04.104Z Downloaded num-derive v0.3.3
8102026-05-06T20:31:04.104Z Downloaded num_enum_derive v0.5.11
8112026-05-06T20:31:04.104Z Downloaded match_cfg v0.1.0
8122026-05-06T20:31:04.104Z Downloaded opaque-debug v0.3.1
8132026-05-06T20:31:04.112Z Downloaded openssl-probe v0.2.1
8142026-05-06T20:31:04.112Z Downloaded libloading v0.8.9
8152026-05-06T20:31:04.112Z Downloaded openssl-probe v0.1.6
8162026-05-06T20:31:04.112Z Downloaded lru-slab v0.1.2
8172026-05-06T20:31:04.112Z Downloaded openssl-macros v0.1.1
8182026-05-06T20:31:04.112Z Downloaded nanorand v0.7.0
8192026-05-06T20:31:04.118Z Downloaded libsw-core v0.3.2
8202026-05-06T20:31:04.125Z Downloaded olpc-cjson v0.1.4
8212026-05-06T20:31:04.129Z Downloaded crossbeam-channel v0.5.15
8222026-05-06T20:31:04.129Z Downloaded lock_api v0.4.14
8232026-05-06T20:31:04.129Z Downloaded crc-any v2.5.0
8242026-05-06T20:31:04.129Z Downloaded num-derive v0.4.2
8252026-05-06T20:31:04.134Z Downloaded normalize-line-endings v0.3.0
8262026-05-06T20:31:04.134Z Downloaded ed25519-dalek v2.2.0
8272026-05-06T20:31:04.134Z Downloaded oso-derive v0.27.3
8282026-05-06T20:31:04.134Z Downloaded derive_more v2.1.1
8292026-05-06T20:31:04.139Z Downloaded litrs v1.0.0
8302026-05-06T20:31:04.143Z Downloaded path-slash v0.1.5
8312026-05-06T20:31:04.143Z Downloaded iana-time-zone v0.1.65
8322026-05-06T20:31:04.148Z Downloaded hyper-staticfile v0.10.1
8332026-05-06T20:31:04.148Z Downloaded allocator-api2 v0.2.21
8342026-05-06T20:31:04.152Z Downloaded pbkdf2 v0.11.0
8352026-05-06T20:31:04.152Z Downloaded ipnet v2.11.0
8362026-05-06T20:31:04.152Z Downloaded nu-ansi-term v0.50.3
8372026-05-06T20:31:04.152Z Downloaded ingot-macros v0.1.1
8382026-05-06T20:31:04.157Z Downloaded ignore v0.4.25
8392026-05-06T20:31:04.157Z Downloaded num_threads v0.1.7
8402026-05-06T20:31:04.158Z Downloaded num_enum_derive v0.7.5
8412026-05-06T20:31:04.158Z Downloaded pbkdf2 v0.12.2
8422026-05-06T20:31:04.161Z Downloaded parse-size v1.1.0
8432026-05-06T20:31:04.162Z Downloaded num-integer v0.1.46
8442026-05-06T20:31:04.162Z Downloaded chacha20poly1305 v0.10.1
8452026-05-06T20:31:04.162Z Downloaded bumpalo v3.20.2
8462026-05-06T20:31:04.162Z Downloaded peg-runtime v0.8.5
8472026-05-06T20:31:04.166Z Downloaded packed_struct_codegen v0.10.1
8482026-05-06T20:31:04.166Z Downloaded nonempty v0.12.0
8492026-05-06T20:31:04.166Z Downloaded newtype-uuid v1.3.2
8502026-05-06T20:31:04.166Z Downloaded base64 v0.21.7
8512026-05-06T20:31:04.170Z Downloaded console v0.15.11
8522026-05-06T20:31:04.171Z Downloaded bzip2 v0.6.1
8532026-05-06T20:31:04.171Z Downloaded libefi-sys v0.1.0
8542026-05-06T20:31:04.174Z Downloaded phf_shared v0.12.1
8552026-05-06T20:31:04.174Z Downloaded expectorate v1.2.0
8562026-05-06T20:31:04.174Z Downloaded diesel_derives v2.3.7
8572026-05-06T20:31:04.180Z Downloaded derive_more-impl v2.1.1
8582026-05-06T20:31:04.184Z Downloaded phf_shared v0.13.1
8592026-05-06T20:31:04.184Z Downloaded owo-colors v4.3.0
8602026-05-06T20:31:04.184Z Downloaded num-complex v0.4.6
8612026-05-06T20:31:04.184Z Downloaded dropshot-api-manager v0.7.1
8622026-05-06T20:31:04.187Z Downloaded der v0.7.10
8632026-05-06T20:31:04.191Z Downloaded multer v3.1.0
8642026-05-06T20:31:04.196Z Downloaded packed_struct v0.10.1
8652026-05-06T20:31:04.202Z Downloaded httparse v1.10.1
8662026-05-06T20:31:04.202Z Downloaded phf_shared v0.11.3
8672026-05-06T20:31:04.202Z Downloaded parse-display v0.10.0
8682026-05-06T20:31:04.207Z Downloaded precomputed-hash v0.1.1
8692026-05-06T20:31:04.207Z Downloaded pin-utils v0.1.0
8702026-05-06T20:31:04.207Z Downloaded predicates-core v1.0.10
8712026-05-06T20:31:04.207Z Downloaded oxnet v0.1.4
8722026-05-06T20:31:04.207Z Downloaded num_enum v0.7.5
8732026-05-06T20:31:04.216Z Downloaded proc-macro-crate v3.4.0
8742026-05-06T20:31:04.216Z Downloaded proc-macro-crate v1.3.1
8752026-05-06T20:31:04.217Z Downloaded hickory-resolver v0.24.4
8762026-05-06T20:31:04.220Z Downloaded num_enum v0.5.11
8772026-05-06T20:31:04.220Z Downloaded memmap2 v0.9.10
8782026-05-06T20:31:04.220Z Downloaded parse-display-derive v0.10.0
8792026-05-06T20:31:04.220Z Downloaded pem v3.0.6
8802026-05-06T20:31:04.220Z Downloaded progenitor-client v0.10.0
8812026-05-06T20:31:04.220Z Downloaded bytes v1.11.1
8822026-05-06T20:31:04.226Z Downloaded powerfmt v0.2.0
8832026-05-06T20:31:04.226Z Downloaded progenitor-client v0.11.2
8842026-05-06T20:31:04.229Z Downloaded progenitor-macro v0.10.0
8852026-05-06T20:31:04.229Z Downloaded pin-project-internal v1.1.11
8862026-05-06T20:31:04.229Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-05-06T20:31:04.229Z Downloaded predicates-tree v1.0.13
8882026-05-06T20:31:04.236Z Downloaded indexmap v1.9.3
8892026-05-06T20:31:04.244Z Downloaded const_format v0.2.35
8902026-05-06T20:31:04.257Z Downloaded progenitor-client v0.14.0
8912026-05-06T20:31:04.257Z Downloaded progenitor-macro v0.13.0
8922026-05-06T20:31:04.257Z Downloaded oxide-tokio-rt v0.1.4
8932026-05-06T20:31:04.257Z Downloaded native-tls v0.2.18
8942026-05-06T20:31:04.257Z Downloaded ar_archive_writer v0.5.1
8952026-05-06T20:31:04.268Z Downloaded pkcs8 v0.10.2
8962026-05-06T20:31:04.268Z Downloaded polyval v0.6.2
8972026-05-06T20:31:04.268Z Downloaded quick-error v1.2.3
8982026-05-06T20:31:04.268Z Downloaded parking_lot_core v0.8.6
8992026-05-06T20:31:04.269Z Downloaded progenitor-macro v0.11.2
9002026-05-06T20:31:04.269Z Downloaded phf v0.12.1
9012026-05-06T20:31:04.269Z Downloaded peg-macros v0.8.5
9022026-05-06T20:31:04.269Z Downloaded password-hash v0.5.0
9032026-05-06T20:31:04.269Z Downloaded psl-types v2.0.11
9042026-05-06T20:31:04.281Z Downloaded progenitor-macro v0.14.0
9052026-05-06T20:31:04.281Z Downloaded heapless v0.8.0
9062026-05-06T20:31:04.281Z Downloaded heapless v0.7.17
9072026-05-06T20:31:04.281Z Downloaded ppv-lite86 v0.2.21
9082026-05-06T20:31:04.281Z Downloaded progenitor v0.11.2
9092026-05-06T20:31:04.285Z Downloaded progenitor v0.10.0
9102026-05-06T20:31:04.285Z Downloaded primeorder v0.13.6
9112026-05-06T20:31:04.285Z Downloaded paste v1.0.15
9122026-05-06T20:31:04.285Z Downloaded pem-rfc7468 v0.7.0
9132026-05-06T20:31:04.286Z Downloaded progenitor v0.13.0
9142026-05-06T20:31:04.286Z Downloaded libbz2-rs-sys v0.2.2
9152026-05-06T20:31:04.286Z Downloaded parking_lot v0.11.2
9162026-05-06T20:31:04.286Z Downloaded phf v0.13.1
9172026-05-06T20:31:04.286Z Downloaded num-rational v0.4.2
9182026-05-06T20:31:04.291Z Downloaded radium v0.7.0
9192026-05-06T20:31:04.299Z Downloaded ref-cast-impl v1.0.25
9202026-05-06T20:31:04.299Z Downloaded rand_chacha v0.3.1
9212026-05-06T20:31:04.303Z Downloaded progenitor-extras v0.2.0
9222026-05-06T20:31:04.303Z Downloaded pin-project-lite v0.2.17
9232026-05-06T20:31:04.303Z Downloaded compact_str v0.8.1
9242026-05-06T20:31:04.307Z Downloaded crossterm v0.28.1
9252026-05-06T20:31:04.317Z Downloaded pkcs1 v0.7.5
9262026-05-06T20:31:04.317Z Downloaded omicron-zone-package v0.12.2
9272026-05-06T20:31:04.323Z Downloaded rand_xorshift v0.4.0
9282026-05-06T20:31:04.323Z Downloaded recursive v0.1.1
9292026-05-06T20:31:04.323Z Downloaded ref-cast v1.0.25
9302026-05-06T20:31:04.323Z Downloaded recursive-proc-macro-impl v0.1.1
9312026-05-06T20:31:04.323Z Downloaded arc-swap v1.8.2
9322026-05-06T20:31:04.323Z Downloaded progenitor-client v0.13.0
9332026-05-06T20:31:04.323Z Downloaded base64 v0.22.1
9342026-05-06T20:31:04.323Z Downloaded postgres-protocol v0.6.10
9352026-05-06T20:31:04.323Z Downloaded pkcs5 v0.7.1
9362026-05-06T20:31:04.332Z Downloaded poly1305 v0.8.0
9372026-05-06T20:31:04.340Z Downloaded postcard v1.1.3
9382026-05-06T20:31:04.340Z Downloaded hashbrown v0.12.3
9392026-05-06T20:31:04.343Z Downloaded peg v0.8.5
9402026-05-06T20:31:04.344Z Downloaded p256 v0.13.2
9412026-05-06T20:31:04.344Z Downloaded rtoolbox v0.0.3
9422026-05-06T20:31:04.347Z Downloaded predicates v3.1.4
9432026-05-06T20:31:04.347Z Downloaded rustc-hash v2.1.1
9442026-05-06T20:31:04.347Z Downloaded rustc_version v0.4.1
9452026-05-06T20:31:04.347Z Downloaded russh-cryptovec v0.7.3
9462026-05-06T20:31:04.353Z Downloaded rustc_version v0.1.7
9472026-05-06T20:31:04.353Z Downloaded rfc6979 v0.4.0
9482026-05-06T20:31:04.353Z Downloaded password-hash v0.4.2
9492026-05-06T20:31:04.353Z Downloaded parking_lot_core v0.9.12
9502026-05-06T20:31:04.358Z Downloaded rand_core v0.6.4
9512026-05-06T20:31:04.358Z Downloaded psm v0.1.30
9522026-05-06T20:31:04.358Z Downloaded hickory-server v0.25.2
9532026-05-06T20:31:04.367Z Downloaded rand_chacha v0.9.0
9542026-05-06T20:31:04.370Z Downloaded progenitor v0.14.0
9552026-05-06T20:31:04.376Z Downloaded crossterm v0.29.0
9562026-05-06T20:31:04.382Z Downloaded pkg-config v0.3.32
9572026-05-06T20:31:04.392Z Downloaded same-file v1.0.6
9582026-05-06T20:31:04.396Z Downloaded sapling-renderdag v0.1.0
9592026-05-06T20:31:04.397Z Downloaded resolv-conf v0.7.6
9602026-05-06T20:31:04.397Z Downloaded oso v0.27.3
9612026-05-06T20:31:04.397Z Downloaded openssl-sys v0.9.115
9622026-05-06T20:31:04.417Z Downloaded cc v1.2.56
9632026-05-06T20:31:04.417Z Downloaded rand_seeder v0.4.0
9642026-05-06T20:31:04.417Z Downloaded rand_core v0.10.0
9652026-05-06T20:31:04.417Z Downloaded salsa20 v0.10.2
9662026-05-06T20:31:04.427Z Downloaded quinn-udp v0.5.14
9672026-05-06T20:31:04.427Z Downloaded scopeguard v1.2.0
9682026-05-06T20:31:04.427Z Downloaded scheduled-thread-pool v0.2.7
9692026-05-06T20:31:04.427Z Downloaded scrypt v0.11.0
9702026-05-06T20:31:04.427Z Downloaded serde-big-array v0.5.1
9712026-05-06T20:31:04.427Z Downloaded semver v0.1.20
9722026-05-06T20:31:04.427Z Downloaded postgres-types v0.2.12
9732026-05-06T20:31:04.427Z Downloaded miniz_oxide v0.8.9
9742026-05-06T20:31:04.427Z Downloaded seq-macro v0.3.6
9752026-05-06T20:31:04.427Z Downloaded secrecy v0.10.3
9762026-05-06T20:31:04.427Z Downloaded proc-macro-error2 v2.0.1
9772026-05-06T20:31:04.433Z Downloaded secrecy v0.8.0
9782026-05-06T20:31:04.433Z Downloaded scroll_derive v0.13.1
9792026-05-06T20:31:04.433Z Downloaded serde_bytes v0.11.19
9802026-05-06T20:31:04.433Z Downloaded indicatif v0.18.4
9812026-05-06T20:31:04.433Z Downloaded progenitor-impl v0.10.0
9822026-05-06T20:31:04.433Z Downloaded papergrid v0.17.0
9832026-05-06T20:31:04.438Z Downloaded parking_lot v0.12.5
9842026-05-06T20:31:04.438Z Downloaded shell-words v1.1.1
9852026-05-06T20:31:04.438Z Downloaded sha1 v0.10.6
9862026-05-06T20:31:04.438Z Downloaded serde_spanned v1.0.4
9872026-05-06T20:31:04.442Z Downloaded serde_plain v1.0.2
9882026-05-06T20:31:04.443Z Downloaded minimal-lexical v0.2.1
9892026-05-06T20:31:04.446Z Downloaded rustls-pemfile v1.0.4
9902026-05-06T20:31:04.446Z Downloaded mio v1.2.0
9912026-05-06T20:31:04.474Z Downloaded signal-hook-tokio v0.3.1
9922026-05-06T20:31:04.474Z Downloaded rustls-native-certs v0.8.3
9932026-05-06T20:31:04.474Z Downloaded rand_core v0.9.5
9942026-05-06T20:31:04.481Z Downloaded hickory-resolver v0.25.2
9952026-05-06T20:31:04.482Z Downloaded jiff-static v0.2.21
9962026-05-06T20:31:04.482Z Downloaded serde_repr v0.1.20
9972026-05-06T20:31:04.482Z Downloaded r2d2 v0.8.10
9982026-05-06T20:31:04.482Z Downloaded rusty-fork v0.3.1
9992026-05-06T20:31:04.482Z Downloaded sigpipe v0.1.3
10002026-05-06T20:31:04.482Z Downloaded signal-hook-mio v0.2.5
10012026-05-06T20:31:04.482Z Downloaded async-compression v0.4.41
10022026-05-06T20:31:04.482Z Downloaded rustls-pemfile v2.2.0
10032026-05-06T20:31:04.489Z Downloaded slog-envlogger v2.2.0
10042026-05-06T20:31:04.493Z Downloaded slog-bunyan v2.5.0
10052026-05-06T20:31:04.493Z Downloaded rustversion v1.0.22
10062026-05-06T20:31:04.493Z Downloaded siphasher v1.0.2
10072026-05-06T20:31:04.502Z Downloaded itertools v0.10.5
10082026-05-06T20:31:04.506Z Downloaded serde-hex v0.1.0
10092026-05-06T20:31:04.506Z Downloaded sec1 v0.7.3
10102026-05-06T20:31:04.506Z Downloaded scroll v0.13.0
10112026-05-06T20:31:04.506Z Downloaded pretty_assertions v1.4.1
10122026-05-06T20:31:04.510Z Downloaded progenitor-impl v0.11.2
10132026-05-06T20:31:04.516Z Downloaded progenitor-impl v0.13.0
10142026-05-06T20:31:04.520Z Downloaded ssh-cipher v0.2.0
10152026-05-06T20:31:04.526Z Downloaded rcgen v0.12.1
10162026-05-06T20:31:04.526Z Downloaded serde_derive_internals v0.29.1
10172026-05-06T20:31:04.526Z Downloaded signal-hook-registry v1.4.8
10182026-05-06T20:31:04.526Z Downloaded shlex v1.3.0
10192026-05-06T20:31:04.526Z Downloaded sct v0.7.1
10202026-05-06T20:31:04.532Z Downloaded headers v0.4.1
10212026-05-06T20:31:04.532Z Downloaded russh-keys v0.45.0
10222026-05-06T20:31:04.535Z Downloaded serde_urlencoded v0.7.1
10232026-05-06T20:31:04.535Z Downloaded progenitor-impl v0.14.0
10242026-05-06T20:31:04.541Z Downloaded ssh-encoding v0.2.0
10252026-05-06T20:31:04.546Z Downloaded simd-adler32 v0.3.8
10262026-05-06T20:31:04.546Z Downloaded signature v2.2.0
10272026-05-06T20:31:04.550Z Downloaded rustls-pki-types v1.14.0
10282026-05-06T20:31:04.550Z Downloaded strum v0.27.2
10292026-05-06T20:31:04.550Z Downloaded slab v0.4.12
10302026-05-06T20:31:04.555Z Downloaded pin-project v1.1.11
10312026-05-06T20:31:04.560Z Downloaded subtle v2.6.1
10322026-05-06T20:31:04.560Z Downloaded sync_wrapper v1.0.2
10332026-05-06T20:31:04.561Z Downloaded sync-ptr v0.1.4
10342026-05-06T20:31:04.590Z Downloaded sqlparser_derive v0.5.0
10352026-05-06T20:31:04.590Z Downloaded strum v0.26.3
10362026-05-06T20:31:04.590Z Downloaded structmeta v0.3.0
10372026-05-06T20:31:04.590Z Downloaded aes v0.8.4
10382026-05-06T20:31:04.595Z Downloaded supports-color v3.0.2
10392026-05-06T20:31:04.595Z Downloaded structmeta-derive v0.3.0
10402026-05-06T20:31:04.595Z Downloaded strip-ansi-escapes v0.2.1
10412026-05-06T20:31:04.595Z Downloaded smallvec v0.6.14
10422026-05-06T20:31:04.595Z Downloaded slog-stdlog v4.1.1
10432026-05-06T20:31:04.595Z Downloaded slog-dtrace v0.3.0
10442026-05-06T20:31:04.595Z Downloaded slog-scope v4.4.1
10452026-05-06T20:31:04.595Z Downloaded libxml v0.3.3
10462026-05-06T20:31:04.595Z Downloaded tabwriter v1.4.1
10472026-05-06T20:31:04.595Z Downloaded tabled_derive v0.11.0
10482026-05-06T20:31:04.595Z Downloaded smf v0.2.3
10492026-05-06T20:31:04.595Z Downloaded take_mut v0.2.2
10502026-05-06T20:31:04.595Z Downloaded slog-json v2.6.1
10512026-05-06T20:31:04.595Z Downloaded prettyplease v0.2.37
10522026-05-06T20:31:04.595Z Downloaded futures-util v0.3.32
10532026-05-06T20:31:04.595Z Downloaded slog-async v2.8.0
10542026-05-06T20:31:04.596Z Downloaded schemars_derive v0.8.22
10552026-05-06T20:31:04.596Z Downloaded tagptr v0.2.0
10562026-05-06T20:31:04.596Z Downloaded thiserror-impl-no-std v2.0.2
10572026-05-06T20:31:04.599Z Downloaded testing_table v0.3.0
10582026-05-06T20:31:04.599Z Downloaded tap v1.0.1
10592026-05-06T20:31:04.600Z Downloaded rayon-core v1.13.0
10602026-05-06T20:31:04.604Z Downloaded ron v0.8.1
10612026-05-06T20:31:04.604Z Downloaded serde_with_macros v3.17.0
10622026-05-06T20:31:04.607Z Downloaded sqlformat v0.3.5
10632026-05-06T20:31:04.611Z Downloaded serde_path_to_error v0.1.20
10642026-05-06T20:31:04.619Z Downloaded time-core v0.1.8
10652026-05-06T20:31:04.629Z Downloaded schemars v0.8.22
10662026-05-06T20:31:04.639Z Downloaded quinn v0.11.9
10672026-05-06T20:31:04.639Z Downloaded qorb v0.4.1
10682026-05-06T20:31:04.639Z Downloaded spki v0.7.3
10692026-05-06T20:31:04.639Z Downloaded http v1.4.0
10702026-05-06T20:31:04.643Z Downloaded rustls-platform-verifier v0.6.2
10712026-05-06T20:31:04.643Z Downloaded strum_macros v0.24.3
10722026-05-06T20:31:04.643Z Downloaded serde_cbor v0.11.2
10732026-05-06T20:31:04.643Z Downloaded strum_macros v0.27.2
10742026-05-06T20:31:04.643Z Downloaded strum_macros v0.26.4
10752026-05-06T20:31:04.643Z Downloaded stringprep v0.1.5
10762026-05-06T20:31:04.649Z Downloaded tokio-macros v2.7.0
10772026-05-06T20:31:04.649Z Downloaded string_cache v0.8.9
10782026-05-06T20:31:04.649Z Downloaded tinyvec_macros v0.1.1
10792026-05-06T20:31:04.649Z Downloaded support-bundle-viewer v0.1.2
10802026-05-06T20:31:04.649Z Downloaded stacker v0.1.23
10812026-05-06T20:31:04.655Z Downloaded hyper-util v0.1.20
10822026-05-06T20:31:04.655Z Downloaded rand v0.8.5
10832026-05-06T20:31:04.659Z Downloaded aes-gcm v0.10.3
10842026-05-06T20:31:04.660Z Downloaded snafu-derive v0.8.9
10852026-05-06T20:31:04.660Z Downloaded num-bigint v0.4.6
10862026-05-06T20:31:04.666Z Downloaded slog-term v2.9.2
10872026-05-06T20:31:04.667Z Downloaded iri-string v0.7.10
10882026-05-06T20:31:04.667Z Downloaded hashbrown v0.13.2
10892026-05-06T20:31:04.675Z Downloaded termios v0.3.3
10902026-05-06T20:31:04.675Z Downloaded prefix-trie v0.7.0
10912026-05-06T20:31:04.680Z Downloaded termtree v0.5.1
10922026-05-06T20:31:04.680Z Downloaded signal-hook v0.3.18
10932026-05-06T20:31:04.691Z Downloaded topological-sort v0.2.2
10942026-05-06T20:31:04.695Z Downloaded spin v0.9.8
10952026-05-06T20:31:04.695Z Downloaded itertools v0.14.0
10962026-05-06T20:31:04.695Z Downloaded thread_local v1.1.9
10972026-05-06T20:31:04.699Z Downloaded thread-id v5.1.0
10982026-05-06T20:31:04.700Z Downloaded thiserror-no-std v2.0.2
10992026-05-06T20:31:04.700Z Downloaded time-macros v0.2.27
11002026-05-06T20:31:04.706Z Downloaded typify-macro v0.6.2
11012026-05-06T20:31:04.706Z Downloaded unarray v0.1.4
11022026-05-06T20:31:04.706Z Downloaded try-lock v0.2.5
11032026-05-06T20:31:04.706Z Downloaded typify-macro v0.4.3
11042026-05-06T20:31:04.706Z Downloaded tower-service v0.3.3
11052026-05-06T20:31:04.706Z Downloaded tower-layer v0.3.3
11062026-05-06T20:31:04.711Z Downloaded similar v2.7.0
11072026-05-06T20:31:04.711Z Downloaded trait-variant v0.1.2
11082026-05-06T20:31:04.711Z Downloaded tls_codec v0.4.2
11092026-05-06T20:31:04.711Z Downloaded tls_codec_derive v0.4.2
11102026-05-06T20:31:04.721Z Downloaded publicsuffix v2.3.0
11112026-05-06T20:31:04.721Z Downloaded hashbrown v0.15.5
11122026-05-06T20:31:04.721Z Downloaded static_assertions v1.1.0
11132026-05-06T20:31:04.733Z Downloaded term v1.2.1
11142026-05-06T20:31:04.733Z Downloaded term v0.7.0
11152026-05-06T20:31:04.733Z Downloaded tokio-dtrace v0.1.1
11162026-05-06T20:31:04.733Z Downloaded tokio-native-tls v0.3.1
11172026-05-06T20:31:04.740Z Downloaded tokio-rustls v0.25.0
11182026-05-06T20:31:04.745Z Downloaded unicode-truncate v1.1.0
11192026-05-06T20:31:04.745Z Downloaded ryu v1.0.23
11202026-05-06T20:31:04.745Z Downloaded untrusted v0.9.0
11212026-05-06T20:31:04.745Z Downloaded socket2 v0.5.10
11222026-05-06T20:31:04.751Z Downloaded untrusted v0.7.1
11232026-05-06T20:31:04.751Z Downloaded universal-hash v0.5.1
11242026-05-06T20:31:04.751Z Downloaded unit-prefix v0.5.2
11252026-05-06T20:31:04.751Z Downloaded tokio-tungstenite v0.21.0
11262026-05-06T20:31:04.760Z Downloaded iddqd v0.3.18
11272026-05-06T20:31:04.760Z Downloaded tokio-tungstenite v0.23.1
11282026-05-06T20:31:04.761Z Downloaded rustls-webpki v0.103.9
11292026-05-06T20:31:04.765Z Downloaded socket2 v0.6.3
11302026-05-06T20:31:04.765Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-05-06T20:31:04.765Z Downloaded schemars v0.9.0
11322026-05-06T20:31:04.768Z Downloaded void v1.0.2
11332026-05-06T20:31:04.768Z Downloaded utf-8 v0.7.6
11342026-05-06T20:31:04.768Z Downloaded usdt-attr-macro v0.6.0
11352026-05-06T20:31:04.776Z Downloaded usdt v0.6.0
11362026-05-06T20:31:04.776Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-06T20:31:04.776Z Downloaded serde_yaml v0.9.34+deprecated
11382026-05-06T20:31:04.780Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-06T20:31:04.780Z Downloaded usdt-macro v0.6.0
11402026-05-06T20:31:04.780Z Downloaded hyper v1.8.1
11412026-05-06T20:31:04.780Z Downloaded waitgroup v0.1.2
11422026-05-06T20:31:04.780Z Downloaded wait-timeout v0.2.1
11432026-05-06T20:31:04.780Z Downloaded nom v7.1.3
11442026-05-06T20:31:04.790Z Downloaded p521 v0.13.3
11452026-05-06T20:31:04.799Z Downloaded tiny-keccak v2.0.2
11462026-05-06T20:31:04.799Z Downloaded want v0.3.1
11472026-05-06T20:31:04.803Z Downloaded rsa v0.9.10
11482026-05-06T20:31:04.803Z Downloaded hashbrown v0.16.1
11492026-05-06T20:31:04.803Z Downloaded unicase v2.9.0
11502026-05-06T20:31:04.803Z Downloaded itertools v0.12.1
11512026-05-06T20:31:04.806Z Downloaded tokio-rustls v0.26.4
11522026-05-06T20:31:04.818Z Downloaded tokio-rustls v0.24.1
11532026-05-06T20:31:04.818Z Downloaded num-bigint-dig v0.8.6
11542026-05-06T20:31:04.823Z Downloaded snafu v0.8.9
11552026-05-06T20:31:04.829Z Downloaded rand v0.9.2
11562026-05-06T20:31:04.835Z Downloaded tokio-stream v0.1.18
11572026-05-06T20:31:04.835Z Downloaded samael v0.0.19
11582026-05-06T20:31:04.843Z Downloaded xshell-macros v0.2.7
11592026-05-06T20:31:04.843Z Downloaded xattr v1.6.1
11602026-05-06T20:31:04.848Z Downloaded aho-corasick v1.1.4
11612026-05-06T20:31:04.861Z Downloaded vergen-git2 v1.0.7
11622026-05-06T20:31:04.869Z Downloaded zone v0.3.1
11632026-05-06T20:31:04.869Z Downloaded zeroize_derive v1.4.3
11642026-05-06T20:31:04.869Z Downloaded zone_cfg_derive v0.3.1
11652026-05-06T20:31:04.869Z Downloaded usdt-impl v0.6.0
11662026-05-06T20:31:04.869Z Downloaded slog v2.8.2
11672026-05-06T20:31:04.870Z Downloaded test-strategy v0.4.5
11682026-05-06T20:31:04.878Z Downloaded twox-hash v2.1.2
11692026-05-06T20:31:04.878Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-06T20:31:04.878Z Downloaded whoami v1.6.1
11712026-05-06T20:31:04.882Z Downloaded tar v0.4.45
11722026-05-06T20:31:04.882Z Downloaded walkdir v2.5.0
11732026-05-06T20:31:04.882Z Downloaded h2 v0.4.13
11742026-05-06T20:31:04.882Z Downloaded vsss-rs v3.3.4
11752026-05-06T20:31:04.888Z Downloaded itertools v0.13.0
11762026-05-06T20:31:04.892Z Downloaded rand v0.10.0
11772026-05-06T20:31:04.893Z Downloaded libm v0.2.16
11782026-05-06T20:31:04.898Z Downloaded wyz v0.5.1
11792026-05-06T20:31:04.898Z Downloaded tui-tree-widget v0.23.1
11802026-05-06T20:31:04.898Z Downloaded subprocess v0.2.15
11812026-05-06T20:31:04.902Z Downloaded vergen-gitcl v1.0.8
11822026-05-06T20:31:04.902Z Downloaded tinyvec v1.10.0
11832026-05-06T20:31:04.902Z Downloaded uzers v0.12.2
11842026-05-06T20:31:04.923Z Downloaded toml v1.0.6+spec-1.1.0
11852026-05-06T20:31:04.924Z Downloaded git2 v0.20.4
11862026-05-06T20:31:04.932Z Downloaded toml v0.7.8
11872026-05-06T20:31:04.932Z Downloaded schemars v1.2.1
11882026-05-06T20:31:04.932Z Downloaded xshell v0.2.7
11892026-05-06T20:31:04.932Z Downloaded toml v0.9.12+spec-1.1.0
11902026-05-06T20:31:04.932Z Downloaded zeroize v1.8.2
11912026-05-06T20:31:04.941Z Downloaded tracing-attributes v0.1.31
11922026-05-06T20:31:04.945Z Downloaded tracing-core v0.1.36
11932026-05-06T20:31:04.956Z Downloaded vergen-lib v0.1.6
11942026-05-06T20:31:04.956Z Downloaded hkdf v0.12.4
11952026-05-06T20:31:04.956Z Downloaded vergen v9.0.6
11962026-05-06T20:31:04.960Z Downloaded tungstenite v0.23.0
11972026-05-06T20:31:04.960Z Downloaded rpassword v7.4.0
11982026-05-06T20:31:04.960Z Downloaded whoami v2.1.0
11992026-05-06T20:31:04.960Z Downloaded steno v0.4.1
12002026-05-06T20:31:04.960Z Downloaded unicode-bidi v0.3.18
12012026-05-06T20:31:04.975Z Downloaded unicode-properties v0.1.4
12022026-05-06T20:31:04.980Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-06T20:31:04.984Z Downloaded blake3 v1.8.3
12042026-05-06T20:31:04.990Z Downloaded unsafe-libyaml v0.2.11
12052026-05-06T20:31:05.000Z Downloaded typify v0.4.3
12062026-05-06T20:31:05.000Z Downloaded russh v0.45.0
12072026-05-06T20:31:05.004Z Downloaded vte v0.14.1
12082026-05-06T20:31:05.015Z Downloaded zstd v0.13.3
12092026-05-06T20:31:05.023Z Downloaded p384 v0.13.1
12102026-05-06T20:31:05.023Z Downloaded zstd-safe v7.2.4
12112026-05-06T20:31:05.023Z Downloaded rustyline v14.0.0
12122026-05-06T20:31:05.023Z Downloaded uuid v1.23.0
12132026-05-06T20:31:05.023Z Downloaded typify v0.6.2
12142026-05-06T20:31:05.023Z Downloaded tungstenite v0.21.0
12152026-05-06T20:31:05.031Z Downloaded reedline v0.40.0
12162026-05-06T20:31:05.035Z Downloaded goblin v0.10.5
12172026-05-06T20:31:05.043Z Downloaded zerocopy v0.6.6
12182026-05-06T20:31:05.051Z Downloaded toml_edit v0.19.15
12192026-05-06T20:31:05.056Z Downloaded reqwest v0.13.2
12202026-05-06T20:31:05.061Z Downloaded reqwest v0.12.28
12212026-05-06T20:31:05.069Z Downloaded zopfli v0.8.3
12222026-05-06T20:31:05.074Z Downloaded ssh-key v0.6.7
12232026-05-06T20:31:05.074Z Downloaded aws-lc-rs v1.16.0
12242026-05-06T20:31:05.078Z Downloaded yansi v1.0.1
12252026-05-06T20:31:05.078Z Downloaded moka v0.12.13
12262026-05-06T20:31:05.092Z Downloaded zip v0.6.6
12272026-05-06T20:31:05.103Z Downloaded bitvec v1.0.1
12282026-05-06T20:31:05.103Z Downloaded regex v1.12.3
12292026-05-06T20:31:05.108Z Downloaded rayon v1.11.0
12302026-05-06T20:31:05.108Z Downloaded yasna v0.5.2
12312026-05-06T20:31:05.108Z Downloaded unicode_categories v0.1.1
12322026-05-06T20:31:05.108Z Downloaded chrono v0.4.44
12332026-05-06T20:31:05.113Z Downloaded quick-xml v0.37.5
12342026-05-06T20:31:05.118Z Downloaded tokio-postgres v0.7.16
12352026-05-06T20:31:05.123Z Downloaded rustls-webpki v0.101.7
12362026-05-06T20:31:05.134Z Downloaded unicode-segmentation v1.12.0
12372026-05-06T20:31:05.140Z Downloaded bindgen v0.71.1
12382026-05-06T20:31:05.157Z Downloaded typed-path v0.9.3
12392026-05-06T20:31:05.164Z Downloaded tower v0.5.3
12402026-05-06T20:31:05.168Z Downloaded petname v2.0.2
12412026-05-06T20:31:05.172Z Downloaded salty v0.3.0
12422026-05-06T20:31:05.175Z Downloaded lalrpop v0.19.12
12432026-05-06T20:31:05.182Z Downloaded zerocopy-derive v0.8.40
12442026-05-06T20:31:05.188Z Downloaded tokio-util v0.7.18
12452026-05-06T20:31:05.196Z Downloaded x509-cert v0.2.5
12462026-05-06T20:31:05.202Z Downloaded tough v0.20.0
12472026-05-06T20:31:05.206Z Downloaded serde_with v3.17.0
12482026-05-06T20:31:05.210Z Downloaded tower-http v0.6.8
12492026-05-06T20:31:05.214Z Downloaded rustls-webpki v0.102.8
12502026-05-06T20:31:05.225Z Downloaded zip v4.6.1
12512026-05-06T20:31:05.230Z Downloaded curve25519-dalek v4.1.3
12522026-05-06T20:31:05.239Z Downloaded proptest v1.10.0
12532026-05-06T20:31:05.244Z Downloaded object v0.30.4
12542026-05-06T20:31:05.252Z Downloaded unicode-normalization v0.1.25
12552026-05-06T20:31:05.252Z Downloaded portable-atomic v1.13.1
12562026-05-06T20:31:05.266Z Downloaded nix v0.27.1
12572026-05-06T20:31:05.271Z Downloaded dropshot v0.16.7
12582026-05-06T20:31:05.277Z Downloaded winnow v0.5.40
12592026-05-06T20:31:05.280Z Downloaded dropshot v0.17.0
12602026-05-06T20:31:05.291Z Downloaded polar-core v0.27.3
12612026-05-06T20:31:05.307Z Downloaded nix v0.29.0
12622026-05-06T20:31:05.311Z Downloaded bstr v1.12.1
12632026-05-06T20:31:05.316Z Downloaded radix_trie v0.2.1
12642026-05-06T20:31:05.320Z Downloaded quinn-proto v0.11.13
12652026-05-06T20:31:05.327Z Downloaded winnow v0.6.26
12662026-05-06T20:31:05.332Z Downloaded time v0.3.47
12672026-05-06T20:31:05.338Z Downloaded rustls v0.21.12
12682026-05-06T20:31:05.346Z Downloaded nix v0.28.0
12692026-05-06T20:31:05.351Z Downloaded openssl v0.10.79
12702026-05-06T20:31:05.369Z Downloaded tabled v0.20.0
12712026-05-06T20:31:05.382Z Downloaded smoltcp v0.9.1
12722026-05-06T20:31:05.387Z Downloaded hickory-proto v0.24.4
12732026-05-06T20:31:05.398Z Downloaded regex-syntax v0.6.29
12742026-05-06T20:31:05.403Z Downloaded rustls v0.22.4
12752026-05-06T20:31:05.408Z Downloaded webpki-roots v1.0.6
12762026-05-06T20:31:05.414Z Downloaded zlib-rs v0.6.2
12772026-05-06T20:31:05.422Z Downloaded zerocopy v0.8.40
12782026-05-06T20:31:05.426Z Downloaded vcpkg v0.2.15
12792026-05-06T20:31:05.442Z Downloaded regress v0.11.1
12802026-05-06T20:31:05.447Z Downloaded regress v0.10.5
12812026-05-06T20:31:05.456Z Downloaded nix v0.31.2
12822026-05-06T20:31:05.461Z Downloaded regex-syntax v0.8.10
12832026-05-06T20:31:05.465Z Downloaded hickory-proto v0.25.2
12842026-05-06T20:31:05.477Z Downloaded openapiv3 v2.2.0
12852026-05-06T20:31:05.483Z Downloaded diesel v2.3.7
12862026-05-06T20:31:05.496Z Downloaded smoltcp v0.11.0
12872026-05-06T20:31:05.504Z Downloaded rustls v0.23.37
12882026-05-06T20:31:05.510Z Downloaded rustix v0.38.44
12892026-05-06T20:31:05.524Z Downloaded object v0.37.3
12902026-05-06T20:31:05.541Z Downloaded sled v0.34.7
12912026-05-06T20:31:05.562Z Downloaded sqlparser v0.61.0
12922026-05-06T20:31:05.573Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-05-06T20:31:05.585Z Downloaded zerocopy-derive v0.6.6
12942026-05-06T20:31:05.621Z Downloaded typify-impl v0.6.2
12952026-05-06T20:31:05.629Z Downloaded typify-impl v0.4.3
12962026-05-06T20:31:05.639Z Downloaded tracing v0.1.44
12972026-05-06T20:31:05.656Z Downloaded ratatui v0.29.0
12982026-05-06T20:31:05.664Z Downloaded jiff v0.2.21
12992026-05-06T20:31:05.685Z Downloaded regex-automata v0.4.14
13002026-05-06T20:31:05.694Z Downloaded petgraph v0.6.5
13012026-05-06T20:31:05.718Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-06T20:31:05.730Z Downloaded sha3 v0.10.8
13032026-05-06T20:31:05.735Z Downloaded petgraph v0.8.3
13042026-05-06T20:31:05.746Z Downloaded csv v1.4.0
13052026-05-06T20:31:05.759Z Downloaded libz-sys v1.1.24
13062026-05-06T20:31:05.779Z Downloaded tokio v1.52.1
13072026-05-06T20:31:05.811Z Downloaded encoding_rs v0.8.35
13082026-05-06T20:31:05.897Z Downloaded ring v0.17.14
13092026-05-06T20:31:05.953Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-06T20:31:06.551Z Downloaded aws-lc-sys v0.37.1
13112026-05-06T20:31:06.801Z Compiling libc v0.2.185
13122026-05-06T20:31:06.801Z Compiling serde v1.0.228
13132026-05-06T20:31:06.805Z Compiling shlex v1.3.0
13142026-05-06T20:31:06.805Z Compiling log v0.4.29
13152026-05-06T20:31:06.941Z Compiling find-msvc-tools v0.1.9
13162026-05-06T20:31:06.944Z Compiling smallvec v1.15.1
13172026-05-06T20:31:06.951Z Compiling syn v2.0.117
13182026-05-06T20:31:06.958Z Compiling typenum v1.19.0
13192026-05-06T20:31:07.238Z Compiling generic-array v0.14.7
13202026-05-06T20:31:07.286Z Compiling subtle v2.6.1
13212026-05-06T20:31:07.300Z Compiling scopeguard v1.2.0
13222026-05-06T20:31:07.313Z Compiling const-oid v0.9.6
13232026-05-06T20:31:07.374Z Compiling zerocopy v0.8.40
13242026-05-06T20:31:07.411Z Compiling lock_api v0.4.14
13252026-05-06T20:31:07.468Z Compiling serde_json v1.0.149
13262026-05-06T20:31:07.498Z Compiling pin-project-lite v0.2.17
13272026-05-06T20:31:07.598Z Compiling portable-atomic v1.13.1
13282026-05-06T20:31:07.643Z Compiling parking_lot_core v0.9.12
13292026-05-06T20:31:07.828Z Compiling pkg-config v0.3.32
13302026-05-06T20:31:07.905Z Compiling bitflags v2.11.0
13312026-05-06T20:31:07.982Z Compiling getrandom v0.2.17
13322026-05-06T20:31:08.048Z Compiling jobserver v0.1.34
13332026-05-06T20:31:08.070Z Compiling errno v0.3.14
13342026-05-06T20:31:08.136Z Compiling rand_core v0.6.4
13352026-05-06T20:31:08.220Z Compiling signal-hook-registry v1.4.8
13362026-05-06T20:31:08.407Z Compiling cc v1.2.56
13372026-05-06T20:31:08.422Z Compiling libm v0.2.16
13382026-05-06T20:31:08.441Z Compiling critical-section v1.2.0
13392026-05-06T20:31:08.499Z Compiling parking_lot v0.12.5
13402026-05-06T20:31:08.524Z Compiling mio v1.2.0
13412026-05-06T20:31:08.553Z Compiling num-traits v0.2.19
13422026-05-06T20:31:08.670Z Compiling once_cell v1.21.3
13432026-05-06T20:31:08.743Z Compiling futures-core v0.3.32
13442026-05-06T20:31:08.881Z Compiling percent-encoding v2.3.2
13452026-05-06T20:31:08.900Z Compiling socket2 v0.6.3
13462026-05-06T20:31:08.911Z Compiling futures-sink v0.3.32
13472026-05-06T20:31:08.923Z Compiling cpufeatures v0.2.17
13482026-05-06T20:31:09.001Z Compiling futures-channel v0.3.32
13492026-05-06T20:31:09.017Z Compiling getrandom v0.4.1
13502026-05-06T20:31:09.020Z Compiling slab v0.4.12
13512026-05-06T20:31:09.098Z Compiling futures-task v0.3.32
13522026-05-06T20:31:09.215Z Compiling futures-io v0.3.32
13532026-05-06T20:31:09.248Z Compiling rustversion v1.0.22
13542026-05-06T20:31:09.274Z Compiling getrandom v0.3.4
13552026-05-06T20:31:09.324Z Compiling rand_core v0.10.0
13562026-05-06T20:31:09.376Z Compiling indexmap v2.14.0
13572026-05-06T20:31:09.411Z Compiling cmake v0.1.57
13582026-05-06T20:31:09.839Z Compiling form_urlencoded v1.2.2
13592026-05-06T20:31:10.012Z Compiling synstructure v0.13.2
13602026-05-06T20:31:10.028Z Compiling fs_extra v1.3.0
13612026-05-06T20:31:10.055Z Compiling base64ct v1.8.3
13622026-05-06T20:31:10.059Z Compiling dunce v1.0.5
13632026-05-06T20:31:10.165Z Compiling ident_case v1.0.1
13642026-05-06T20:31:10.237Z Compiling flagset v0.4.7
13652026-05-06T20:31:10.293Z Compiling pem-rfc7468 v0.7.0
13662026-05-06T20:31:10.310Z Compiling aws-lc-sys v0.37.1
13672026-05-06T20:31:10.315Z Compiling rand_core v0.9.5
13682026-05-06T20:31:10.347Z Compiling rustix v1.1.3
13692026-05-06T20:31:10.352Z Compiling iana-time-zone v0.1.65
13702026-05-06T20:31:10.375Z Compiling ring v0.17.14
13712026-05-06T20:31:10.573Z Compiling uuid v1.23.0
13722026-05-06T20:31:10.600Z Compiling rustc_version v0.4.1
13732026-05-06T20:31:10.600Z Compiling aws-lc-rs v1.16.0
13742026-05-06T20:31:10.632Z Compiling vcpkg v0.2.15
13752026-05-06T20:31:10.896Z Compiling regex-syntax v0.8.10
13762026-05-06T20:31:10.948Z Compiling tracing-core v0.1.36
13772026-05-06T20:31:11.282Z Compiling pest_generator v2.8.6
13782026-05-06T20:31:11.369Z Compiling openssl-sys v0.9.115
13792026-05-06T20:31:11.508Z Compiling serde_derive_internals v0.29.1
13802026-05-06T20:31:11.728Z Compiling serde_derive v1.0.228
13812026-05-06T20:31:11.891Z Compiling zeroize_derive v1.4.3
13822026-05-06T20:31:11.979Z Compiling zerofrom-derive v0.1.6
13832026-05-06T20:31:12.090Z Compiling yoke-derive v0.8.1
13842026-05-06T20:31:12.455Z Compiling zerocopy-derive v0.8.40
13852026-05-06T20:31:12.541Z Compiling zeroize v1.8.2
13862026-05-06T20:31:13.232Z Compiling zerovec-derive v0.11.2
13872026-05-06T20:31:13.283Z Compiling crypto-common v0.1.7
13882026-05-06T20:31:13.314Z Compiling block-buffer v0.10.4
13892026-05-06T20:31:13.419Z Compiling zerofrom v0.1.6
13902026-05-06T20:31:13.434Z Compiling displaydoc v0.2.5
13912026-05-06T20:31:13.478Z Compiling digest v0.10.7
13922026-05-06T20:31:13.542Z Compiling yoke v0.8.1
13932026-05-06T20:31:13.759Z Compiling tokio-macros v2.7.0
13942026-05-06T20:31:13.772Z Compiling hmac v0.12.1
13952026-05-06T20:31:13.897Z Compiling futures-macro v0.3.32
13962026-05-06T20:31:14.192Z Compiling zerotrie v0.2.3
13972026-05-06T20:31:14.338Z Compiling zerovec v0.11.5
13982026-05-06T20:31:14.466Z Compiling block-padding v0.3.3
13992026-05-06T20:31:14.471Z Compiling sha2 v0.10.9
14002026-05-06T20:31:14.595Z Compiling inout v0.1.4
14012026-05-06T20:31:14.693Z Compiling futures-util v0.3.32
14022026-05-06T20:31:14.764Z Compiling tinystr v0.8.2
14032026-05-06T20:31:14.817Z Compiling potential_utf v0.1.4
14042026-05-06T20:31:14.960Z Compiling icu_locale_core v2.1.1
14052026-05-06T20:31:14.980Z Compiling icu_collections v2.1.1
14062026-05-06T20:31:15.198Z Compiling bytes v1.11.1
14072026-05-06T20:31:15.449Z Compiling cipher v0.4.4
14082026-05-06T20:31:15.539Z Compiling der_derive v0.7.3
14092026-05-06T20:31:15.706Z Compiling tokio v1.52.1
14102026-05-06T20:31:15.763Z Compiling icu_provider v2.1.1
14112026-05-06T20:31:15.825Z Compiling salsa20 v0.10.2
14122026-05-06T20:31:15.961Z Compiling http v1.4.0
14132026-05-06T20:31:16.045Z Compiling icu_normalizer v2.1.1
14142026-05-06T20:31:16.231Z Compiling icu_properties v2.1.2
14152026-05-06T20:31:16.482Z Compiling der v0.7.10
14162026-05-06T20:31:16.583Z Compiling chrono v0.4.44
14172026-05-06T20:31:16.841Z Compiling ppv-lite86 v0.2.21
14182026-05-06T20:31:16.849Z Compiling pbkdf2 v0.12.2
14192026-05-06T20:31:16.921Z Compiling thiserror-impl v2.0.18
14202026-05-06T20:31:16.964Z Compiling scrypt v0.11.0
14212026-05-06T20:31:17.196Z Compiling idna_adapter v1.2.1
14222026-05-06T20:31:17.268Z Compiling rand_chacha v0.9.0
14232026-05-06T20:31:17.300Z Compiling idna v1.1.0
14242026-05-06T20:31:17.336Z Compiling spki v0.7.3
14252026-05-06T20:31:17.547Z Compiling cbc v0.1.2
14262026-05-06T20:31:17.694Z Compiling url v2.5.8
14272026-05-06T20:31:17.699Z Compiling aes v0.8.4
14282026-05-06T20:31:17.945Z Compiling rustls-pki-types v1.14.0
14292026-05-06T20:31:17.959Z Compiling tracing-attributes v0.1.31
14302026-05-06T20:31:17.972Z Compiling rand v0.9.2
14312026-05-06T20:31:18.304Z Compiling thiserror v2.0.18
14322026-05-06T20:31:18.393Z Compiling pkcs5 v0.7.1
14332026-05-06T20:31:18.412Z Compiling http-body v1.0.1
14342026-05-06T20:31:18.561Z Compiling openssl-probe v0.2.1
14352026-05-06T20:31:18.655Z Compiling base64 v0.22.1
14362026-05-06T20:31:18.784Z Compiling schemars v0.8.22
14372026-05-06T20:31:18.821Z Compiling untrusted v0.9.0
14382026-05-06T20:31:18.821Z Compiling httparse v1.10.1
14392026-05-06T20:31:19.029Z Compiling untrusted v0.7.1
14402026-05-06T20:31:19.082Z Compiling pkcs8 v0.10.2
14412026-05-06T20:31:19.082Z Compiling schemars_derive v0.8.22
14422026-05-06T20:31:19.083Z Compiling pest_derive v2.8.6
14432026-05-06T20:31:19.148Z Compiling scroll_derive v0.13.1
14442026-05-06T20:31:19.199Z Compiling darling_core v0.20.11
14452026-05-06T20:31:19.297Z Compiling tracing v0.1.44
14462026-05-06T20:31:19.395Z Compiling tower-layer v0.3.3
14472026-05-06T20:31:19.522Z Compiling tokio-util v0.7.18
14482026-05-06T20:31:19.558Z Compiling rustls v0.23.37
14492026-05-06T20:31:20.868Z Compiling tinyvec_macros v0.1.1
14502026-05-06T20:31:20.972Z Compiling dyn-clone v1.0.20
14512026-05-06T20:31:20.972Z Compiling try-lock v0.2.5
14522026-05-06T20:31:20.972Z Compiling tower-service v0.3.3
14532026-05-06T20:31:20.972Z Compiling atomic-waker v1.1.2
14542026-05-06T20:31:20.972Z Compiling want v0.3.1
14552026-05-06T20:31:20.972Z Compiling h2 v0.4.13
14562026-05-06T20:31:20.972Z Compiling scroll v0.13.0
14572026-05-06T20:31:20.972Z Compiling tinyvec v1.10.0
14582026-05-06T20:31:20.972Z Compiling ipnet v2.11.0
14592026-05-06T20:31:20.972Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-05-06T20:31:20.972Z Compiling spin v0.9.8
14612026-05-06T20:31:21.058Z Compiling aho-corasick v1.1.4
14622026-05-06T20:31:21.141Z Compiling num-conv v0.2.0
14632026-05-06T20:31:21.229Z Compiling httpdate v1.0.3
14642026-05-06T20:31:21.264Z Compiling openssl v0.10.79
14652026-05-06T20:31:21.367Z Compiling foreign-types-shared v0.1.1
14662026-05-06T20:31:21.442Z Compiling pin-utils v0.1.0
14672026-05-06T20:31:21.463Z Compiling time-core v0.1.8
14682026-05-06T20:31:21.463Z Compiling darling_macro v0.20.11
14692026-05-06T20:31:21.479Z Compiling crc32fast v1.5.0
14702026-05-06T20:31:21.492Z Compiling powerfmt v0.2.0
14712026-05-06T20:31:21.571Z Compiling foreign-types v0.3.2
14722026-05-06T20:31:21.647Z Compiling time-macros v0.2.27
14732026-05-06T20:31:21.670Z Compiling tempfile v3.25.0
14742026-05-06T20:31:21.692Z Compiling deranged v0.5.8
14752026-05-06T20:31:21.936Z Compiling darling v0.20.11
14762026-05-06T20:31:22.018Z Compiling regex-automata v0.4.14
14772026-05-06T20:31:22.066Z Compiling goblin v0.10.5
14782026-05-06T20:31:22.708Z Compiling openssl-macros v0.1.1
14792026-05-06T20:31:22.773Z Compiling wait-timeout v0.2.1
14802026-05-06T20:31:23.051Z Compiling bit-vec v0.8.0
14812026-05-06T20:31:23.092Z Compiling native-tls v0.2.18
14822026-05-06T20:31:23.105Z Compiling crossbeam-utils v0.8.21
14832026-05-06T20:31:23.280Z Compiling hyper v1.8.1
14842026-05-06T20:31:23.301Z Compiling siphasher v1.0.2
14852026-05-06T20:31:23.441Z Compiling usdt-impl v0.6.0
14862026-05-06T20:31:23.512Z Compiling simd-adler32 v0.3.8
14872026-05-06T20:31:23.616Z Compiling quick-error v1.2.3
14882026-05-06T20:31:23.765Z Compiling syn v1.0.109
14892026-05-06T20:31:23.798Z Compiling num_threads v0.1.7
14902026-05-06T20:31:23.844Z Compiling time v0.3.47
14912026-05-06T20:31:24.058Z Compiling rusty-fork v0.3.1
14922026-05-06T20:31:24.219Z Compiling bit-set v0.8.0
14932026-05-06T20:31:24.379Z Compiling hyper-util v0.1.20
14942026-05-06T20:31:24.859Z Compiling dof v0.4.0
14952026-05-06T20:31:25.382Z Compiling derive_builder_core v0.20.2
14962026-05-06T20:31:26.085Z Compiling unicode-normalization v0.1.25
14972026-05-06T20:31:26.101Z Compiling dtrace-parser v0.3.0
14982026-05-06T20:31:26.215Z Compiling rustls-native-certs v0.8.3
14992026-05-06T20:31:26.270Z Compiling signature v2.2.0
15002026-05-06T20:31:26.323Z Compiling scroll_derive v0.12.1
15012026-05-06T20:31:26.590Z Compiling thiserror-impl v1.0.69
15022026-05-06T20:31:26.629Z Compiling heapless v0.7.17
15032026-05-06T20:31:26.629Z Compiling rand_xorshift v0.4.0
15042026-05-06T20:31:26.693Z Compiling darling_core v0.21.3
15052026-05-06T20:31:26.720Z Compiling slog v2.8.2
15062026-05-06T20:31:26.823Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-06T20:31:26.882Z Compiling sync_wrapper v1.0.2
15082026-05-06T20:31:26.908Z Compiling thread-id v5.1.0
15092026-05-06T20:31:26.989Z Compiling cookie v0.18.1
15102026-05-06T20:31:27.005Z Compiling signal-hook v0.3.18
15112026-05-06T20:31:27.121Z Compiling unarray v0.1.4
15122026-05-06T20:31:27.231Z Compiling paste v1.0.15
15132026-05-06T20:31:27.239Z Compiling adler2 v2.0.1
15142026-05-06T20:31:27.239Z Compiling unicode-properties v0.1.4
15152026-05-06T20:31:27.351Z Compiling unicode-bidi v0.3.18
15162026-05-06T20:31:27.377Z Compiling allocator-api2 v0.2.21
15172026-05-06T20:31:27.446Z Compiling zstd-safe v7.2.4
15182026-05-06T20:31:27.475Z Compiling anyhow v1.0.102
15192026-05-06T20:31:27.702Z Compiling stringprep v0.1.5
15202026-05-06T20:31:27.744Z Compiling miniz_oxide v0.8.9
15212026-05-06T20:31:27.823Z Compiling thiserror v1.0.69
15222026-05-06T20:31:27.863Z Compiling proptest v1.10.0
15232026-05-06T20:31:28.141Z Compiling tower v0.5.3
15242026-05-06T20:31:28.345Z Compiling scroll v0.12.0
15252026-05-06T20:31:28.575Z Compiling derive_builder_macro v0.20.2
15262026-05-06T20:31:28.699Z Compiling ipnetwork v0.21.1
15272026-05-06T20:31:28.860Z Compiling http-body-util v0.1.3
15282026-05-06T20:31:29.074Z Compiling webpki-roots v1.0.6
15292026-05-06T20:31:29.145Z Compiling rand_chacha v0.3.1
15302026-05-06T20:31:29.145Z Compiling serde_spanned v0.6.9
15312026-05-06T20:31:29.191Z Compiling toml_datetime v0.6.11
15322026-05-06T20:31:29.191Z Compiling serde_tokenstream v0.2.3
15332026-05-06T20:31:29.252Z Compiling erased-serde v0.3.31
15342026-05-06T20:31:29.299Z Compiling darling_macro v0.21.3
15352026-05-06T20:31:29.350Z Compiling md-5 v0.10.6
15362026-05-06T20:31:29.468Z Compiling zerocopy-derive v0.7.35
15372026-05-06T20:31:30.980Z Compiling curve25519-dalek v4.1.3
15382026-05-06T20:31:31.147Z Compiling num-integer v0.1.46
15392026-05-06T20:31:31.147Z Compiling vergen-lib v0.1.6
15402026-05-06T20:31:31.147Z Compiling hash32 v0.2.1
15412026-05-06T20:31:31.147Z Compiling ff v0.13.1
15422026-05-06T20:31:31.147Z Compiling memoffset v0.9.1
15432026-05-06T20:31:31.147Z Compiling cfg_aliases v0.2.1
15442026-05-06T20:31:31.147Z Compiling litrs v1.0.0
15452026-05-06T20:31:31.147Z Compiling base16ct v0.2.0
15462026-05-06T20:31:31.147Z Compiling psl-types v2.0.11
15472026-05-06T20:31:31.147Z Compiling ref-cast v1.0.25
15482026-05-06T20:31:31.147Z Compiling iri-string v0.7.10
15492026-05-06T20:31:31.147Z Compiling num-bigint-dig v0.8.6
15502026-05-06T20:31:31.148Z Compiling zlib-rs v0.6.2
15512026-05-06T20:31:31.148Z Compiling ryu v1.0.23
15522026-05-06T20:31:31.148Z Compiling fallible-iterator v0.2.0
15532026-05-06T20:31:31.148Z Compiling smoltcp v0.9.1
15542026-05-06T20:31:31.148Z Compiling rustix v0.38.44
15552026-05-06T20:31:31.148Z Compiling postgres-protocol v0.6.10
15562026-05-06T20:31:31.148Z Compiling document-features v0.2.12
15572026-05-06T20:31:31.217Z Compiling serde_urlencoded v0.7.1
15582026-05-06T20:31:31.345Z Compiling zerocopy v0.7.35
15592026-05-06T20:31:31.391Z Compiling tower-http v0.6.8
15602026-05-06T20:31:31.477Z Compiling publicsuffix v2.3.0
15612026-05-06T20:31:31.662Z Compiling sec1 v0.7.3
15622026-05-06T20:31:32.144Z Compiling newtype-uuid v1.3.2
15632026-05-06T20:31:32.148Z Compiling nix v0.31.2
15642026-05-06T20:31:32.148Z Compiling group v0.13.0
15652026-05-06T20:31:32.148Z Compiling num-iter v0.1.45
15662026-05-06T20:31:32.191Z Compiling darling v0.21.3
15672026-05-06T20:31:32.231Z Compiling rand v0.8.5
15682026-05-06T20:31:32.283Z Compiling derive_builder v0.20.2
15692026-05-06T20:31:32.306Z Compiling oxnet v0.1.4
15702026-05-06T20:31:32.476Z Compiling hubpack_derive v0.1.1
15712026-05-06T20:31:32.518Z Compiling tokio-native-tls v0.3.1
15722026-05-06T20:31:32.601Z Compiling goblin v0.8.2
15732026-05-06T20:31:33.142Z Compiling regex v1.12.3
15742026-05-06T20:31:33.221Z Compiling flate2 v1.1.9
15752026-05-06T20:31:33.458Z Compiling phf_shared v0.13.1
15762026-05-06T20:31:33.504Z Compiling lazy_static v1.5.0
15772026-05-06T20:31:33.565Z Compiling cargo-platform v0.1.9
15782026-05-06T20:31:33.739Z Compiling hkdf v0.12.4
15792026-05-06T20:31:33.763Z Compiling crypto-bigint v0.5.5
15802026-05-06T20:31:33.763Z Compiling terminal_size v0.4.3
15812026-05-06T20:31:33.763Z Compiling daft-derive v0.1.5
15822026-05-06T20:31:33.763Z Compiling strum_macros v0.27.2
15832026-05-06T20:31:33.833Z Compiling async-trait v0.1.89
15842026-05-06T20:31:33.873Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-06T20:31:34.374Z Compiling ref-cast-impl v1.0.25
15862026-05-06T20:31:34.464Z Compiling vergen v9.0.6
15872026-05-06T20:31:34.642Z Compiling fs-err v3.3.0
15882026-05-06T20:31:34.812Z Compiling ahash v0.8.12
15892026-05-06T20:31:34.848Z Compiling foldhash v0.2.0
15902026-05-06T20:31:34.911Z Compiling bumpalo v3.20.2
15912026-05-06T20:31:35.023Z Compiling managed v0.8.0
15922026-05-06T20:31:35.060Z Compiling object v0.37.3
15932026-05-06T20:31:35.163Z Compiling bitflags v1.3.2
15942026-05-06T20:31:35.226Z Compiling foldhash v0.1.5
15952026-05-06T20:31:35.261Z Compiling unicode-segmentation v1.12.0
15962026-05-06T20:31:35.326Z Compiling winnow v0.5.40
15972026-05-06T20:31:35.398Z Compiling libbz2-rs-sys v0.2.2
15982026-05-06T20:31:35.638Z Compiling hashbrown v0.15.5
15992026-05-06T20:31:35.712Z Compiling strum v0.27.2
16002026-05-06T20:31:35.843Z Compiling bzip2 v0.6.1
16012026-05-06T20:31:36.056Z Compiling zopfli v0.8.3
16022026-05-06T20:31:36.092Z Compiling hashbrown v0.16.1
16032026-05-06T20:31:36.125Z Compiling clap_builder v4.5.60
16042026-05-06T20:31:36.391Z Compiling dof v0.3.0
16052026-05-06T20:31:36.562Z Compiling elliptic-curve v0.13.8
16062026-05-06T20:31:36.685Z Compiling toml_edit v0.19.15
16072026-05-06T20:31:36.745Z Compiling daft v0.1.5
16082026-05-06T20:31:36.957Z Compiling cargo_metadata v0.19.2
16092026-05-06T20:31:37.022Z Compiling phf v0.13.1
16102026-05-06T20:31:37.193Z Compiling cookie_store v0.22.1
16112026-05-06T20:31:37.852Z Compiling signal-hook-mio v0.2.5
16122026-05-06T20:31:37.986Z Compiling hubpack v0.1.2
16132026-05-06T20:31:38.340Z Compiling zstd v0.13.3
16142026-05-06T20:31:38.587Z Compiling hyper-tls v0.6.0
16152026-05-06T20:31:38.626Z Compiling bzip2 v0.4.4
16162026-05-06T20:31:38.827Z Compiling serde_with_macros v3.17.0
16172026-05-06T20:31:38.909Z Compiling postgres-types v0.2.12
16182026-05-06T20:31:39.160Z Compiling usdt-attr-macro v0.6.0
16192026-05-06T20:31:39.380Z Compiling usdt-macro v0.6.0
16202026-05-06T20:31:39.459Z Compiling dtrace-parser v0.2.0
16212026-05-06T20:31:39.748Z Compiling ed25519 v2.2.3
16222026-05-06T20:31:39.937Z Compiling bstr v1.12.1
16232026-05-06T20:31:39.949Z Compiling phf_shared v0.11.3
16242026-05-06T20:31:40.041Z Compiling pkcs1 v0.7.5
16252026-05-06T20:31:40.110Z Compiling hex v0.4.3
16262026-05-06T20:31:40.138Z Compiling serde-big-array v0.5.1
16272026-05-06T20:31:40.206Z Compiling rfc6979 v0.4.0
16282026-05-06T20:31:40.282Z Compiling enum-as-inner v0.6.1
16292026-05-06T20:31:40.332Z Compiling strum_macros v0.26.4
16302026-05-06T20:31:40.366Z Compiling serde_repr v0.1.20
16312026-05-06T20:31:40.433Z Compiling clap_derive v4.5.55
16322026-05-06T20:31:40.591Z Compiling float-cmp v0.10.0
16332026-05-06T20:31:40.645Z Compiling thread-id v4.2.2
16342026-05-06T20:31:40.728Z Compiling memmap2 v0.9.10
16352026-05-06T20:31:40.742Z Compiling env_filter v1.0.0
16362026-05-06T20:31:40.777Z Compiling encoding_rs v0.8.35
16372026-05-06T20:31:40.891Z Compiling fixedbitset v0.5.7
16382026-05-06T20:31:40.940Z Compiling difflib v0.4.0
16392026-05-06T20:31:41.043Z Compiling static_assertions v1.1.0
16402026-05-06T20:31:41.123Z Compiling mime v0.3.17
16412026-05-06T20:31:41.196Z Compiling new_debug_unreachable v1.0.6
16422026-05-06T20:31:41.272Z Compiling predicates-core v1.0.10
16432026-05-06T20:31:41.378Z Compiling rustc-hash v2.1.1
16442026-05-06T20:31:41.455Z Compiling fixedbitset v0.4.2
16452026-05-06T20:31:41.497Z Compiling jiff v0.2.21
16462026-05-06T20:31:41.513Z Compiling keccak v0.1.6
16472026-05-06T20:31:41.669Z Compiling normalize-line-endings v0.3.0
16482026-05-06T20:31:41.769Z Compiling data-encoding v2.10.0
16492026-05-06T20:31:42.060Z Compiling precomputed-hash v0.1.1
16502026-05-06T20:31:42.181Z Compiling whoami v2.1.0
16512026-05-06T20:31:42.212Z Compiling either v1.15.0
16522026-05-06T20:31:42.321Z Compiling clap v4.5.60
16532026-05-06T20:31:42.341Z Compiling string_cache v0.8.9
16542026-05-06T20:31:42.408Z Compiling tokio-postgres v0.7.16
16552026-05-06T20:31:42.425Z Compiling itertools v0.13.0
16562026-05-06T20:31:42.522Z Compiling hickory-proto v0.25.2
16572026-05-06T20:31:42.564Z Compiling strum v0.26.3
16582026-05-06T20:31:42.579Z Compiling predicates v3.1.4
16592026-05-06T20:31:42.698Z Compiling sha3 v0.10.8
16602026-05-06T20:31:42.741Z Compiling petgraph v0.6.5
16612026-05-06T20:31:43.166Z Compiling iddqd v0.3.18
16622026-05-06T20:31:43.232Z Compiling toml_edit v0.22.27
16632026-05-06T20:31:43.664Z Compiling petgraph v0.8.3
16642026-05-06T20:31:44.204Z Compiling zip v4.6.1
16652026-05-06T20:31:44.293Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16662026-05-06T20:31:44.638Z Compiling usdt v0.6.0
16672026-05-06T20:31:44.903Z Compiling env_logger v0.11.9
16682026-05-06T20:31:45.151Z Compiling usdt-impl v0.5.0
16692026-05-06T20:31:45.255Z Compiling similar v2.7.0
16702026-05-06T20:31:45.601Z Compiling serde_with v3.17.0
16712026-05-06T20:31:45.711Z Compiling ecdsa v0.16.9
16722026-05-06T20:31:45.743Z Compiling rsa v0.9.10
16732026-05-06T20:31:45.931Z Compiling ed25519-dalek v2.2.0
16742026-05-06T20:31:46.101Z Compiling crossterm v0.28.1
16752026-05-06T20:31:46.586Z Compiling zip v0.6.6
16762026-05-06T20:31:47.203Z Compiling toml v0.7.8
16772026-05-06T20:31:47.533Z Compiling heck v0.4.1
16782026-05-06T20:31:47.561Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-06T20:31:47.579Z Compiling crossbeam-epoch v0.9.18
16802026-05-06T20:31:47.659Z Compiling tokio-stream v0.1.18
16812026-05-06T20:31:47.771Z Compiling buf-list v1.1.2
16822026-05-06T20:31:47.840Z Compiling x509-cert v0.2.5
16832026-05-06T20:31:47.907Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16842026-05-06T20:31:48.055Z Compiling openapiv3 v2.2.0
16852026-05-06T20:31:48.132Z Compiling sha1 v0.10.6
16862026-05-06T20:31:48.206Z Compiling toml_datetime v0.7.5+spec-1.1.0
16872026-05-06T20:31:48.220Z Compiling lalrpop-util v0.19.12
16882026-05-06T20:31:48.357Z Compiling peg-runtime v0.8.5
16892026-05-06T20:31:48.414Z Compiling thread_local v1.1.9
16902026-05-06T20:31:48.492Z Compiling slog-async v2.8.0
16912026-05-06T20:31:48.640Z Compiling crossbeam-channel v0.5.15
16922026-05-06T20:31:48.668Z Compiling futures-executor v0.3.32
16932026-05-06T20:31:48.814Z Compiling filetime v0.2.27
16942026-05-06T20:31:48.932Z Compiling is-terminal v0.4.17
16952026-05-06T20:31:49.000Z Compiling xattr v1.6.1
16962026-05-06T20:31:49.031Z Compiling take_mut v0.2.2
16972026-05-06T20:31:49.095Z Compiling term v1.2.1
16982026-05-06T20:31:49.119Z Compiling tar v0.4.45
16992026-05-06T20:31:49.172Z Compiling futures v0.3.32
17002026-05-06T20:31:49.454Z Compiling slog-term v2.9.2
17012026-05-06T20:31:59.093Z Compiling rustls-webpki v0.103.9
17022026-05-06T20:32:02.239Z Compiling tokio-rustls v0.26.4
17032026-05-06T20:32:02.239Z Compiling rustls-platform-verifier v0.6.2
17042026-05-06T20:32:02.286Z Compiling hyper-rustls v0.27.7
17052026-05-06T20:32:02.336Z Compiling reqwest v0.13.2
17062026-05-06T20:32:02.336Z Compiling reqwest v0.12.28
17072026-05-06T20:32:04.485Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17082026-05-06T20:32:04.647Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17092026-05-06T20:32:07.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17102026-05-06T20:32:07.609Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17112026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: Cockroach
17122026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: DendriteStub
17132026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: Console
17142026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: Clickhouse
17152026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: MaghemiteMgd
17162026-05-06T20:32:07.667ZMay 06 20:32:06.365 INFO Starting download, target: TransceiverControl
17172026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-05-06T20:32:07.671ZMay 06 20:32:06.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-05-06T20:32:08.085ZMay 06 20:32:06.776 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-05-06T20:32:08.298ZMay 06 20:32:06.982 INFO Download complete, target: TransceiverControl
17252026-05-06T20:32:08.611ZMay 06 20:32:07.294 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-05-06T20:32:08.845ZMay 06 20:32:07.523 INFO Download complete, target: Console
17272026-05-06T20:32:10.218ZMay 06 20:32:08.913 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-06T20:32:12.238ZMay 06 20:32:10.906 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-05-06T20:32:14.426ZMay 06 20:32:13.105 INFO Download complete, target: DendriteStub
17302026-05-06T20:32:14.718ZMay 06 20:32:13.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-05-06T20:32:15.927ZMay 06 20:32:14.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-05-06T20:32:15.927ZMay 06 20:32:14.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-05-06T20:32:17.037ZMay 06 20:32:15.727 INFO Checking that binary works, target: Clickhouse
17342026-05-06T20:32:17.073ZMay 06 20:32:15.766 INFO Download complete, target: MaghemiteMgd
17352026-05-06T20:32:17.239ZMay 06 20:32:15.908 INFO Download complete, target: Clickhouse
17362026-05-06T20:32:20.526ZMay 06 20:32:19.180 INFO Checking that binary works, target: Cockroach
17372026-05-06T20:32:20.613ZMay 06 20:32:19.299 INFO Download complete, target: Cockroach
17382026-05-06T20:32:20.655ZAll builder prerequisites installed successfully, and PATH looks valid
17392026-05-06T20:32:20.663Z
17402026-05-06T20:32:20.663Zreal 2:25.722668043
17412026-05-06T20:32:20.663Zuser 6:46.313634786
17422026-05-06T20:32:20.663Zsys 1:20.469850406
17432026-05-06T20:32:20.663Ztrap 0.213637721
17442026-05-06T20:32:20.664Ztflt 1.352134864
17452026-05-06T20:32:20.664Zdflt 1.122177079
17462026-05-06T20:32:20.664Zkflt 0.083694144
17472026-05-06T20:32:20.664Zlock 22:49.282144192
17482026-05-06T20:32:20.664Zslp 21:18.787421728
17492026-05-06T20:32:20.664Zlat 43.622261081
17502026-05-06T20:32:20.664Zstop 1:53.636068137
17512026-05-06T20:32:20.664Z+ banner hack-check
17522026-05-06T20:32:20.664Z
17532026-05-06T20:32:20.664Z # # ## #### # # #### # # ###### #### # #
17542026-05-06T20:32:20.664Z # # # # # # # # # # # # # # # # #
17552026-05-06T20:32:20.664Z ###### # # # #### ##### # ###### ##### # ####
17562026-05-06T20:32:20.664Z # # ###### # # # # # # # # # #
17572026-05-06T20:32:20.664Z # # # # # # # # # # # # # # # # #
17582026-05-06T20:32:20.664Z # # # # #### # # #### # # ###### #### # #
17592026-05-06T20:32:20.664Z
17602026-05-06T20:32:20.664Z+ export CARGO_INCREMENTAL=0
17612026-05-06T20:32:20.664Z+ CARGO_INCREMENTAL=0
17622026-05-06T20:32:20.664Z+ ptime -m timeout 2h cargo xtask check-features --ci
17632026-05-06T20:32:21.177Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17642026-05-06T20:32:21.414Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17652026-05-06T20:32:23.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17662026-05-06T20:32:23.351Z Running `target/debug/xtask check-features --ci`
17672026-05-06T20:32:23.381Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17682026-05-06T20:32:23.386Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17692026-05-06T20:32:23.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17702026-05-06T20:32:23.888Z Running `target/debug/xtask download cargo-hack`
17712026-05-06T20:32:24.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-05-06T20:32:24.991Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-05-06T20:32:27.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17742026-05-06T20:32:27.639Z Running `target/debug/xtask-downloader cargo-hack`
17752026-05-06T20:32:27.682ZMay 06 20:32:26.376 INFO Starting download, target: CargoHack
17762026-05-06T20:32:27.689ZMay 06 20:32:26.377 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17772026-05-06T20:32:28.125ZMay 06 20:32:26.807 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17782026-05-06T20:32:28.170ZMay 06 20:32:26.856 INFO Download complete, target: CargoHack
17792026-05-06T20:32:28.177Zrunning: "/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"
17802026-05-06T20:32:28.182Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17812026-05-06T20:32:28.329Zinfo: running `cargo check --bins` on api_identity (1/274)
17822026-05-06T20:32:28.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832026-05-06T20:32:28.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842026-05-06T20:32:28.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852026-05-06T20:32:28.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17862026-05-06T20:32:28.906Z
17872026-05-06T20:32:28.906Zinfo: running `cargo check --bins` on bootstore (2/274)
17882026-05-06T20:32:29.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892026-05-06T20:32:29.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902026-05-06T20:32:29.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912026-05-06T20:32:29.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17922026-05-06T20:32:29.491Z
17932026-05-06T20:32:29.491Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17942026-05-06T20:32:30.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-06T20:32:30.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-06T20:32:30.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-06T20:32:30.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17982026-05-06T20:32:30.076Z
17992026-05-06T20:32:30.076Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18002026-05-06T20:32:30.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-06T20:32:30.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-06T20:32:30.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-06T20:32:30.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-05-06T20:32:30.659Z
18052026-05-06T20:32:30.659Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18062026-05-06T20:32:32.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-06T20:32:32.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-06T20:32:32.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-06T20:32:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-06T20:32:32.236Z
18112026-05-06T20:32:32.236Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18122026-05-06T20:32:32.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-06T20:32:32.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-06T20:32:32.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-06T20:32:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162026-05-06T20:32:32.236Z
18172026-05-06T20:32:32.236Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18182026-05-06T20:32:32.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-06T20:32:32.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-06T20:32:32.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-06T20:32:32.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-06T20:32:32.415Z
18232026-05-06T20:32:32.415Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18242026-05-06T20:32:32.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-06T20:32:32.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-06T20:32:32.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-06T20:32:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-06T20:32:32.999Z
18292026-05-06T20:32:32.999Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18302026-05-06T20:32:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-06T20:32:33.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-06T20:32:33.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-06T20:32:33.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18342026-05-06T20:32:33.465Z
18352026-05-06T20:32:33.466Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18362026-05-06T20:32:33.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-06T20:32:33.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-06T20:32:33.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-06T20:32:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18402026-05-06T20:32:33.935Z
18412026-05-06T20:32:33.935Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18422026-05-06T20:32:34.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-06T20:32:34.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-06T20:32:34.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-06T20:32:34.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-05-06T20:32:34.417Z
18472026-05-06T20:32:34.417Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18482026-05-06T20:32:34.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-06T20:32:34.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-06T20:32:34.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-06T20:32:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-05-06T20:32:34.872Z
18532026-05-06T20:32:34.872Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18542026-05-06T20:32:35.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-06T20:32:35.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-06T20:32:35.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-06T20:32:35.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-05-06T20:32:35.353Z
18592026-05-06T20:32:35.353Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18602026-05-06T20:32:35.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-06T20:32:35.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-06T20:32:35.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-06T20:32:35.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-05-06T20:32:35.996Z
18652026-05-06T20:32:35.996Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18662026-05-06T20:32:36.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-06T20:32:36.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-06T20:32:36.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-06T20:32:36.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-05-06T20:32:36.283Z
18712026-05-06T20:32:36.283Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18722026-05-06T20:32:36.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-06T20:32:36.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-06T20:32:36.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-06T20:32:36.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-06T20:32:36.745Z
18772026-05-06T20:32:36.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18782026-05-06T20:32:37.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-06T20:32:37.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-06T20:32:37.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-06T20:32:37.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-06T20:32:37.232Z
18832026-05-06T20:32:37.232Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18842026-05-06T20:32:37.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-06T20:32:37.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-06T20:32:37.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-06T20:32:37.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-06T20:32:37.721Z
18892026-05-06T20:32:37.721Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18902026-05-06T20:32:38.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-06T20:32:38.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-06T20:32:38.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-06T20:32:38.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-06T20:32:38.209Z
18952026-05-06T20:32:38.209Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18962026-05-06T20:32:38.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-06T20:32:38.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-06T20:32:38.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-06T20:32:38.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-06T20:32:38.624Z
19012026-05-06T20:32:38.624Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19022026-05-06T20:32:39.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-06T20:32:39.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-06T20:32:39.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-06T20:32:39.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-06T20:32:39.101Z
19072026-05-06T20:32:39.101Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19082026-05-06T20:32:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-06T20:32:39.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-06T20:32:39.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-06T20:32:39.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-06T20:32:39.571Z
19132026-05-06T20:32:39.572Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19142026-05-06T20:32:39.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-06T20:32:39.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-06T20:32:39.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-06T20:32:39.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-06T20:32:40.034Z
19192026-05-06T20:32:40.034Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19202026-05-06T20:32:40.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-06T20:32:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-06T20:32:40.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-06T20:32:40.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-06T20:32:40.501Z
19252026-05-06T20:32:40.501Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19262026-05-06T20:32:40.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-06T20:32:40.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-06T20:32:40.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-06T20:32:40.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-06T20:32:40.976Z
19312026-05-06T20:32:40.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19322026-05-06T20:32:41.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-06T20:32:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-06T20:32:41.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-06T20:32:41.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-06T20:32:41.443Z
19372026-05-06T20:32:41.443Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19382026-05-06T20:32:41.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-06T20:32:41.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-06T20:32:41.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-06T20:32:41.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-06T20:32:41.909Z
19432026-05-06T20:32:41.909Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19442026-05-06T20:32:42.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-06T20:32:42.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-06T20:32:42.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-06T20:32:42.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-06T20:32:42.379Z
19492026-05-06T20:32:42.379Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19502026-05-06T20:32:42.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-06T20:32:42.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-06T20:32:42.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-06T20:32:42.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-06T20:32:42.846Z
19552026-05-06T20:32:42.846Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19562026-05-06T20:32:43.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-06T20:32:43.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-06T20:32:43.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-06T20:32:43.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-06T20:32:43.314Z
19612026-05-06T20:32:43.314Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19622026-05-06T20:32:43.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-06T20:32:43.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-06T20:32:43.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-06T20:32:43.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-06T20:32:43.782Z
19672026-05-06T20:32:43.782Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19682026-05-06T20:32:44.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-06T20:32:44.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-06T20:32:44.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-06T20:32:44.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-06T20:32:44.248Z
19732026-05-06T20:32:44.248Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19742026-05-06T20:32:44.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-06T20:32:44.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-06T20:32:44.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-06T20:32:44.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-06T20:32:44.714Z
19792026-05-06T20:32:44.714Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19802026-05-06T20:32:45.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-06T20:32:45.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-06T20:32:45.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-06T20:32:45.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-06T20:32:45.183Z
19852026-05-06T20:32:45.183Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19862026-05-06T20:32:45.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-06T20:32:45.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-06T20:32:45.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-06T20:32:45.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-06T20:32:45.659Z
19912026-05-06T20:32:45.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19922026-05-06T20:32:46.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-06T20:32:46.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-06T20:32:46.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-06T20:32:46.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-06T20:32:46.132Z
19972026-05-06T20:32:46.132Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19982026-05-06T20:32:46.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-06T20:32:46.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-06T20:32:46.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-06T20:32:46.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-06T20:32:46.597Z
20032026-05-06T20:32:46.597Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20042026-05-06T20:32:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-06T20:32:47.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-06T20:32:47.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-06T20:32:47.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-06T20:32:47.061Z
20092026-05-06T20:32:47.061Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20102026-05-06T20:32:47.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-06T20:32:47.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-06T20:32:47.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-06T20:32:47.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-06T20:32:47.533Z
20152026-05-06T20:32:47.533Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20162026-05-06T20:32:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-06T20:32:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-06T20:32:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-06T20:32:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-06T20:32:48.007Z
20212026-05-06T20:32:48.007Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20222026-05-06T20:32:48.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-06T20:32:48.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-06T20:32:48.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-06T20:32:48.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-06T20:32:48.477Z
20272026-05-06T20:32:48.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20282026-05-06T20:32:48.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-06T20:32:48.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-06T20:32:48.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-06T20:32:48.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-06T20:32:48.947Z
20332026-05-06T20:32:48.947Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20342026-05-06T20:32:49.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-06T20:32:49.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-06T20:32:49.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-06T20:32:49.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-06T20:32:49.439Z
20392026-05-06T20:32:49.439Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20402026-05-06T20:32:49.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-06T20:32:49.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-06T20:32:49.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-06T20:32:49.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-06T20:32:49.885Z
20452026-05-06T20:32:49.885Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20462026-05-06T20:32:50.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-06T20:32:50.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-06T20:32:50.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-06T20:32:50.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-06T20:32:50.376Z
20512026-05-06T20:32:50.376Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20522026-05-06T20:32:50.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-06T20:32:50.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-06T20:32:50.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-06T20:32:50.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-06T20:32:50.833Z
20572026-05-06T20:32:50.833Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20582026-05-06T20:32:51.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-06T20:32:51.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-06T20:32:51.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-06T20:32:51.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-06T20:32:51.304Z
20632026-05-06T20:32:51.304Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20642026-05-06T20:32:51.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-06T20:32:51.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-06T20:32:51.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-06T20:32:51.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-06T20:32:51.775Z
20692026-05-06T20:32:51.776Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20702026-05-06T20:32:52.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-06T20:32:52.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-06T20:32:52.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-06T20:32:52.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742026-05-06T20:32:52.413Z
20752026-05-06T20:32:52.413Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20762026-05-06T20:32:52.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-06T20:32:52.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-06T20:32:52.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-06T20:32:52.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-05-06T20:32:53.056Z
20812026-05-06T20:32:53.056Zinfo: running `cargo check --bins` on nexus-config (51/274)
20822026-05-06T20:32:53.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-06T20:32:53.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-06T20:32:53.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-06T20:32:53.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-05-06T20:32:53.841Z
20872026-05-06T20:32:53.841Zinfo: running `cargo check --bins` on nexus-types (52/274)
20882026-05-06T20:32:54.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-06T20:32:54.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-06T20:32:54.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-06T20:32:54.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20922026-05-06T20:32:54.359Z
20932026-05-06T20:32:54.359Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20942026-05-06T20:32:54.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-06T20:32:54.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-06T20:32:54.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-06T20:32:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20982026-05-06T20:32:54.999Z
20992026-05-06T20:32:55.000Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21002026-05-06T20:32:55.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-06T20:32:55.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-06T20:32:55.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-06T20:32:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21042026-05-06T20:32:55.491Z
21052026-05-06T20:32:55.491Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21062026-05-06T20:32:57.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-06T20:32:57.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-06T20:32:57.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-06T20:32:57.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21102026-05-06T20:32:57.219Z
21112026-05-06T20:32:57.219Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21122026-05-06T20:32:57.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-06T20:32:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-06T20:32:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-06T20:32:57.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21162026-05-06T20:32:57.348Z
21172026-05-06T20:32:57.348Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21182026-05-06T20:32:57.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-06T20:32:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-06T20:32:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-06T20:32:57.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-06T20:32:57.399Z
21232026-05-06T20:32:57.399Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21242026-05-06T20:32:57.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-06T20:32:57.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-06T20:32:57.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-06T20:32:57.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-05-06T20:32:57.914Z
21292026-05-06T20:32:57.914Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21302026-05-06T20:32:58.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-06T20:32:58.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-06T20:32:58.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-06T20:32:58.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21342026-05-06T20:32:58.488Z
21352026-05-06T20:32:58.488Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21362026-05-06T20:32:59.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-06T20:32:59.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-06T20:32:59.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-06T20:32:59.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21402026-05-06T20:32:59.081Z
21412026-05-06T20:32:59.081Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21422026-05-06T20:32:59.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-06T20:32:59.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-06T20:32:59.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-06T20:32:59.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21462026-05-06T20:32:59.635Z
21472026-05-06T20:32:59.635Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21482026-05-06T20:33:00.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-06T20:33:00.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-06T20:33:00.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-06T20:33:00.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21522026-05-06T20:33:00.264Z
21532026-05-06T20:33:00.264Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21542026-05-06T20:33:01.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-06T20:33:01.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-06T20:33:01.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-06T20:33:01.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-06T20:33:01.607Z
21592026-05-06T20:33:01.607Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21602026-05-06T20:33:01.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-06T20:33:01.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-06T20:33:01.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-06T20:33:01.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-06T20:33:01.607Z
21652026-05-06T20:33:01.607Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21662026-05-06T20:33:01.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-06T20:33:01.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-06T20:33:01.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-06T20:33:01.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-05-06T20:33:02.016Z
21712026-05-06T20:33:02.016Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21722026-05-06T20:33:02.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-06T20:33:02.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-06T20:33:02.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-06T20:33:02.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-06T20:33:02.582Z
21772026-05-06T20:33:02.582Zinfo: running `cargo check --bins` on ereport-types (67/274)
21782026-05-06T20:33:03.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-06T20:33:03.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-06T20:33:03.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-06T20:33:03.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-06T20:33:03.160Z
21832026-05-06T20:33:03.160Zinfo: running `cargo check --bins` on gateway-client (68/274)
21842026-05-06T20:33:03.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-06T20:33:03.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-06T20:33:03.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-06T20:33:03.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-06T20:33:03.751Z
21892026-05-06T20:33:03.751Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21902026-05-06T20:33:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-06T20:33:04.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-06T20:33:04.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-06T20:33:04.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-06T20:33:04.346Z
21952026-05-06T20:33:04.346Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21962026-05-06T20:33:04.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-06T20:33:04.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-06T20:33:04.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-06T20:33:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-06T20:33:04.965Z
22012026-05-06T20:33:04.965Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22022026-05-06T20:33:05.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-06T20:33:05.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-06T20:33:05.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-06T20:33:05.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-06T20:33:05.534Z
22072026-05-06T20:33:05.534Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22082026-05-06T20:33:06.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-06T20:33:06.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-06T20:33:06.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-06T20:33:06.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-06T20:33:06.123Z
22132026-05-06T20:33:06.123Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22142026-05-06T20:33:06.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-06T20:33:07.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-06T20:33:07.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-06T20:33:07.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22182026-05-06T20:33:07.096Z
22192026-05-06T20:33:07.096Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22202026-05-06T20:33:07.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-06T20:33:07.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-06T20:33:07.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-06T20:33:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-06T20:33:07.468Z
22252026-05-06T20:33:07.468Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22262026-05-06T20:33:07.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-06T20:33:07.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-06T20:33:07.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-06T20:33:07.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22302026-05-06T20:33:08.983Z
22312026-05-06T20:33:08.983Zinfo: running `cargo check --bins` on oxlog (76/274)
22322026-05-06T20:33:09.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-06T20:33:09.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-06T20:33:09.082Z Checking cfg-if v1.0.4
22352026-05-06T20:33:09.082Z Checking libc v0.2.185
22362026-05-06T20:33:09.082Z Checking serde_core v1.0.228
22372026-05-06T20:33:09.082Z Checking zeroize v1.8.2
22382026-05-06T20:33:09.082Z Checking memchr v2.8.0
22392026-05-06T20:33:09.082Z Checking log v0.4.29
22402026-05-06T20:33:09.082Z Checking smallvec v1.15.1
22412026-05-06T20:33:09.082Z Checking typenum v1.19.0
22422026-05-06T20:33:09.082Z Checking subtle v2.6.1
22432026-05-06T20:33:09.082Z Checking itoa v1.0.17
22442026-05-06T20:33:09.082Z Checking scopeguard v1.2.0
22452026-05-06T20:33:09.082Z Checking const-oid v0.9.6
22462026-05-06T20:33:09.082Z Checking stable_deref_trait v1.2.1
22472026-05-06T20:33:09.082Z Checking lock_api v0.4.14
22482026-05-06T20:33:09.082Z Checking zerofrom v0.1.6
22492026-05-06T20:33:09.082Z Checking portable-atomic v1.13.1
22502026-05-06T20:33:09.082Z Checking zerocopy v0.8.40
22512026-05-06T20:33:09.115Z Checking getrandom v0.2.17
22522026-05-06T20:33:09.115Z Checking errno v0.3.14
22532026-05-06T20:33:09.136Z Checking yoke v0.8.1
22542026-05-06T20:33:09.156Z Checking signal-hook-registry v1.4.8
22552026-05-06T20:33:09.167Z Checking rand_core v0.6.4
22562026-05-06T20:33:09.194Z Checking generic-array v0.14.7
22572026-05-06T20:33:09.268Z Checking zerovec v0.11.5
22582026-05-06T20:33:09.308Z Checking parking_lot_core v0.9.12
22592026-05-06T20:33:09.326Z Checking pin-project-lite v0.2.17
22602026-05-06T20:33:09.338Z Checking critical-section v1.2.0
22612026-05-06T20:33:09.423Z Checking mio v1.2.0
22622026-05-06T20:33:09.440Z Checking once_cell v1.21.3
22632026-05-06T20:33:09.497Z Checking parking_lot v0.12.5
22642026-05-06T20:33:09.512Z Checking socket2 v0.6.3
22652026-05-06T20:33:09.607Z Checking libm v0.2.16
22662026-05-06T20:33:09.647Z Checking crypto-common v0.1.7
22672026-05-06T20:33:09.675Z Checking block-buffer v0.10.4
22682026-05-06T20:33:09.695Z Checking tinystr v0.8.2
22692026-05-06T20:33:09.695Z Checking zmij v1.0.21
22702026-05-06T20:33:09.752Z Checking writeable v0.6.2
22712026-05-06T20:33:09.768Z Checking percent-encoding v2.3.2
22722026-05-06T20:33:09.810Z Checking digest v0.10.7
22732026-05-06T20:33:09.867Z Checking litemap v0.8.1
22742026-05-06T20:33:09.902Z Checking equivalent v1.0.2
22752026-05-06T20:33:09.906Z Checking futures-core v0.3.32
22762026-05-06T20:33:09.925Z Checking potential_utf v0.1.4
22772026-05-06T20:33:09.982Z Checking zerotrie v0.2.3
22782026-05-06T20:33:10.003Z Checking cpufeatures v0.2.17
22792026-05-06T20:33:10.035Z Checking hmac v0.12.1
22802026-05-06T20:33:10.047Z Checking icu_locale_core v2.1.1
22812026-05-06T20:33:10.056Z Checking icu_collections v2.1.1
22822026-05-06T20:33:10.078Z Checking block-padding v0.3.3
22832026-05-06T20:33:10.109Z Checking serde v1.0.228
22842026-05-06T20:33:10.158Z Checking bitflags v2.11.0
22852026-05-06T20:33:10.200Z Checking serde_json v1.0.149
22862026-05-06T20:33:10.218Z Checking icu_normalizer_data v2.1.1
22872026-05-06T20:33:10.288Z Checking icu_properties_data v2.1.2
22882026-05-06T20:33:10.303Z Checking num-traits v0.2.19
22892026-05-06T20:33:10.320Z Checking rand_core v0.10.0
22902026-05-06T20:33:10.353Z Checking hashbrown v0.17.0
22912026-05-06T20:33:10.424Z Checking futures-sink v0.3.32
22922026-05-06T20:33:10.471Z Checking getrandom v0.4.1
22932026-05-06T20:33:10.514Z Checking futures-channel v0.3.32
22942026-05-06T20:33:10.551Z Checking bytes v1.11.1
22952026-05-06T20:33:10.594Z Checking icu_provider v2.1.1
22962026-05-06T20:33:10.608Z Checking inout v0.1.4
22972026-05-06T20:33:10.702Z Checking slab v0.4.12
22982026-05-06T20:33:10.744Z Checking futures-io v0.3.32
22992026-05-06T20:33:10.819Z Checking indexmap v2.14.0
23002026-05-06T20:33:10.831Z Checking futures-task v0.3.32
23012026-05-06T20:33:10.836Z Checking icu_properties v2.1.2
23022026-05-06T20:33:10.848Z Checking icu_normalizer v2.1.1
23032026-05-06T20:33:10.872Z Checking cipher v0.4.4
23042026-05-06T20:33:10.878Z Checking sha2 v0.10.9
23052026-05-06T20:33:10.953Z Checking futures-util v0.3.32
23062026-05-06T20:33:10.998Z Checking tokio v1.52.1
23072026-05-06T20:33:11.067Z Checking getrandom v0.3.4
23082026-05-06T20:33:11.135Z Checking utf8_iter v1.0.4
23092026-05-06T20:33:11.146Z Checking base64ct v1.8.3
23102026-05-06T20:33:11.202Z Checking byteorder v1.5.0
23112026-05-06T20:33:11.254Z Checking form_urlencoded v1.2.2
23122026-05-06T20:33:11.374Z Checking flagset v0.4.7
23132026-05-06T20:33:11.387Z Checking pem-rfc7468 v0.7.0
23142026-05-06T20:33:11.387Z Checking fnv v1.0.7
23152026-05-06T20:33:11.406Z Checking rand_core v0.9.5
23162026-05-06T20:33:11.492Z Checking salsa20 v0.10.2
23172026-05-06T20:33:11.492Z Checking http v1.4.0
23182026-05-06T20:33:11.544Z Checking der v0.7.10
23192026-05-06T20:33:11.583Z Checking uuid v1.23.0
23202026-05-06T20:33:11.635Z Checking pbkdf2 v0.12.2
23212026-05-06T20:33:11.674Z Checking idna_adapter v1.2.1
23222026-05-06T20:33:11.743Z Checking scrypt v0.11.0
23232026-05-06T20:33:11.778Z Checking ppv-lite86 v0.2.21
23242026-05-06T20:33:11.789Z Checking idna v1.1.0
23252026-05-06T20:33:11.882Z Checking cbc v0.1.2
23262026-05-06T20:33:11.892Z Checking aes v0.8.4
23272026-05-06T20:33:12.006Z Checking rustix v1.1.3
23282026-05-06T20:33:12.032Z Checking url v2.5.8
23292026-05-06T20:33:12.064Z Checking tracing-core v0.1.36
23302026-05-06T20:33:12.072Z Checking rand_chacha v0.9.0
23312026-05-06T20:33:12.271Z Checking rustls-pki-types v1.14.0
23322026-05-06T20:33:12.282Z Checking spki v0.7.3
23332026-05-06T20:33:12.303Z Checking iana-time-zone v0.1.65
23342026-05-06T20:33:12.360Z Checking regex-syntax v0.8.10
23352026-05-06T20:33:12.405Z Checking chrono v0.4.44
23362026-05-06T20:33:12.443Z Checking pkcs5 v0.7.1
23372026-05-06T20:33:12.460Z Checking tracing v0.1.44
23382026-05-06T20:33:12.578Z Checking rand v0.9.2
23392026-05-06T20:33:12.706Z Checking http-body v1.0.1
23402026-05-06T20:33:12.713Z Checking aws-lc-sys v0.37.1
23412026-05-06T20:33:12.807Z Checking untrusted v0.7.1
23422026-05-06T20:33:12.831Z Checking openssl-probe v0.2.1
23432026-05-06T20:33:12.890Z Checking untrusted v0.9.0
23442026-05-06T20:33:12.919Z Checking base64 v0.22.1
23452026-05-06T20:33:12.939Z Checking pkcs8 v0.10.2
23462026-05-06T20:33:12.976Z Checking ring v0.17.14
23472026-05-06T20:33:13.028Z Checking tinyvec_macros v0.1.1
23482026-05-06T20:33:13.108Z Checking plain v0.2.3
23492026-05-06T20:33:13.135Z Checking atomic-waker v1.1.2
23502026-05-06T20:33:13.146Z Checking tower-layer v0.3.3
23512026-05-06T20:33:13.202Z Checking tower-service v0.3.3
23522026-05-06T20:33:13.217Z Checking aws-lc-rs v1.16.0
23532026-05-06T20:33:13.224Z Checking try-lock v0.2.5
23542026-05-06T20:33:13.256Z Checking tinyvec v1.10.0
23552026-05-06T20:33:13.281Z Checking ipnet v2.11.0
23562026-05-06T20:33:13.282Z Checking semver v1.0.28
23572026-05-06T20:33:13.310Z Checking want v0.3.1
23582026-05-06T20:33:13.433Z Checking httparse v1.10.1
23592026-05-06T20:33:13.486Z Checking spin v0.9.8
23602026-05-06T20:33:13.546Z Checking pin-utils v0.1.0
23612026-05-06T20:33:13.561Z Checking dyn-clone v1.0.20
23622026-05-06T20:33:13.613Z Checking unicode-ident v1.0.24
23632026-05-06T20:33:13.635Z Checking foreign-types-shared v0.1.1
23642026-05-06T20:33:13.667Z Checking ucd-trie v0.1.7
23652026-05-06T20:33:13.675Z Checking fastrand v2.3.0
23662026-05-06T20:33:13.688Z Checking httpdate v1.0.3
23672026-05-06T20:33:13.713Z Checking foreign-types v0.3.2
23682026-05-06T20:33:13.723Z Checking proc-macro2 v1.0.106
23692026-05-06T20:33:13.784Z Checking schemars v0.8.22
23702026-05-06T20:33:13.795Z Checking pest v2.8.6
23712026-05-06T20:33:13.821Z Checking openssl-sys v0.9.115
23722026-05-06T20:33:13.844Z Checking tempfile v3.25.0
23732026-05-06T20:33:13.944Z Checking thiserror v2.0.18
23742026-05-06T20:33:14.033Z Checking wait-timeout v0.2.1
23752026-05-06T20:33:14.040Z Checking rustls-webpki v0.103.9
23762026-05-06T20:33:14.040Z Checking aho-corasick v1.1.4
23772026-05-06T20:33:14.072Z Checking quick-error v1.2.3
23782026-05-06T20:33:14.155Z Checking anstyle v1.0.13
23792026-05-06T20:33:14.167Z Checking simd-adler32 v0.3.8
23802026-05-06T20:33:14.201Z Checking tokio-util v0.7.18
23812026-05-06T20:33:14.211Z Checking pretty-hex v0.4.1
23822026-05-06T20:33:14.322Z Checking siphasher v1.0.2
23832026-05-06T20:33:14.335Z Checking utf8parse v0.2.2
23842026-05-06T20:33:14.362Z Checking powerfmt v0.2.0
23852026-05-06T20:33:14.426Z Checking bit-vec v0.8.0
23862026-05-06T20:33:14.443Z Checking anstyle-parse v0.2.7
23872026-05-06T20:33:14.471Z Checking rustls v0.23.37
23882026-05-06T20:33:14.479Z Checking openssl v0.10.79
23892026-05-06T20:33:14.494Z Checking deranged v0.5.8
23902026-05-06T20:33:14.578Z Checking rusty-fork v0.3.1
23912026-05-06T20:33:14.620Z Checking bit-set v0.8.0
23922026-05-06T20:33:14.728Z Checking regex-automata v0.4.14
23932026-05-06T20:33:14.758Z Checking quote v1.0.45
23942026-05-06T20:33:14.795Z Compiling newtype-uuid v1.3.2
23952026-05-06T20:33:14.801Z Checking h2 v0.4.13
23962026-05-06T20:33:14.843Z Checking unicode-normalization v0.1.25
23972026-05-06T20:33:14.913Z Checking rustls-native-certs v0.8.3
23982026-05-06T20:33:14.961Z Checking crossbeam-utils v0.8.21
23992026-05-06T20:33:15.039Z Checking rand_xorshift v0.4.0
24002026-05-06T20:33:15.192Z Checking crc32fast v1.5.0
24012026-05-06T20:33:15.238Z Checking scroll v0.13.0
24022026-05-06T20:33:15.272Z Checking sync_wrapper v1.0.2
24032026-05-06T20:33:15.301Z Checking signature v2.2.0
24042026-05-06T20:33:15.370Z Checking num-conv v0.2.0
24052026-05-06T20:33:15.416Z Checking adler2 v2.0.1
24062026-05-06T20:33:15.455Z Checking unicode-properties v0.1.4
24072026-05-06T20:33:15.460Z Checking anstyle-query v1.1.5
24082026-05-06T20:33:15.494Z Checking num_threads v0.1.7
24092026-05-06T20:33:15.521Z Checking is_terminal_polyfill v1.70.2
24102026-05-06T20:33:15.543Z Checking time-core v0.1.8
24112026-05-06T20:33:15.570Z Checking colorchoice v1.0.4
24122026-05-06T20:33:15.604Z Checking allocator-api2 v0.2.21
24132026-05-06T20:33:15.616Z Checking unarray v0.1.4
24142026-05-06T20:33:15.663Z Checking unicode-bidi v0.3.18
24152026-05-06T20:33:15.681Z Checking time v0.3.47
24162026-05-06T20:33:15.712Z Checking proptest v1.10.0
24172026-05-06T20:33:15.884Z Checking anstream v0.6.21
24182026-05-06T20:33:15.946Z Checking stringprep v0.1.5
24192026-05-06T20:33:16.083Z Checking miniz_oxide v0.8.9
24202026-05-06T20:33:16.098Z Checking goblin v0.10.5
24212026-05-06T20:33:16.447Z Checking tower v0.5.3
24222026-05-06T20:33:16.477Z Checking native-tls v0.2.18
24232026-05-06T20:33:16.612Z Checking crossbeam-epoch v0.9.18
24242026-05-06T20:33:16.671Z Checking syn v2.0.117
24252026-05-06T20:33:16.896Z Compiling daft v0.1.5
24262026-05-06T20:33:16.930Z Checking tokio-rustls v0.26.4
24272026-05-06T20:33:16.930Z Checking ipnetwork v0.21.1
24282026-05-06T20:33:16.930Z Checking http-body-util v0.1.3
24292026-05-06T20:33:17.099Z Checking webpki-roots v1.0.6
24302026-05-06T20:33:17.099Z Checking rand_chacha v0.3.1
24312026-05-06T20:33:17.109Z Checking scroll v0.12.0
24322026-05-06T20:33:17.109Z Checking thiserror v1.0.69
24332026-05-06T20:33:17.178Z Checking zstd-sys v2.0.16+zstd.1.5.7
24342026-05-06T20:33:17.198Z Checking hash32 v0.2.1
24352026-05-06T20:33:17.281Z Checking num-integer v0.1.46
24362026-05-06T20:33:17.293Z Checking toml_datetime v0.6.11
24372026-05-06T20:33:17.310Z Checking serde_spanned v0.6.9
24382026-05-06T20:33:17.353Z Checking md-5 v0.10.6
24392026-05-06T20:33:17.493Z Checking ff v0.13.1
24402026-05-06T20:33:17.519Z Checking zlib-rs v0.6.2
24412026-05-06T20:33:17.519Z Checking psl-types v2.0.11
24422026-05-06T20:33:17.520Z Checking hyper v1.8.1
24432026-05-06T20:33:17.533Z Checking base16ct v0.2.0
24442026-05-06T20:33:17.565Z Checking fallible-iterator v0.2.0
24452026-05-06T20:33:17.596Z Checking ryu v1.0.23
24462026-05-06T20:33:17.603Z Checking iri-string v0.7.10
24472026-05-06T20:33:17.634Z Checking sec1 v0.7.3
24482026-05-06T20:33:17.750Z Checking serde_urlencoded v0.7.1
24492026-05-06T20:33:17.821Z Checking postgres-protocol v0.6.10
24502026-05-06T20:33:17.835Z Checking publicsuffix v2.3.0
24512026-05-06T20:33:17.971Z Checking group v0.13.0
24522026-05-06T20:33:18.044Z Compiling iddqd v0.3.18
24532026-05-06T20:33:18.122Z Checking num-iter v0.1.45
24542026-05-06T20:33:18.140Z Checking heapless v0.7.17
24552026-05-06T20:33:18.252Z Checking goblin v0.8.2
24562026-05-06T20:33:18.338Z Checking flate2 v1.1.9
24572026-05-06T20:33:18.406Z Checking hyper-util v0.1.20
24582026-05-06T20:33:18.485Z Checking dof v0.4.0
24592026-05-06T20:33:18.595Z Checking zstd-safe v7.2.4
24602026-05-06T20:33:18.606Z Checking tower-http v0.6.8
24612026-05-06T20:33:18.635Z Checking rand v0.8.5
24622026-05-06T20:33:19.889Z Checking oxnet v0.1.4
24632026-05-06T20:33:19.927Z Checking cookie v0.18.1
24642026-05-06T20:33:19.927Z Checking tokio-native-tls v0.3.1
24652026-05-06T20:33:19.927Z Checking dtrace-parser v0.3.0
24662026-05-06T20:33:19.927Z Checking phf_shared v0.13.1
24672026-05-06T20:33:19.927Z Checking lazy_static v1.5.0
24682026-05-06T20:33:19.927Z Checking terminal_size v0.4.3
24692026-05-06T20:33:19.928Z Checking zerocopy v0.7.35
24702026-05-06T20:33:19.928Z Checking bzip2-sys v0.1.13+1.0.8
24712026-05-06T20:33:19.928Z Checking signal-hook v0.3.18
24722026-05-06T20:33:19.928Z Checking hkdf v0.12.4
24732026-05-06T20:33:19.928Z Checking crypto-bigint v0.5.5
24742026-05-06T20:33:19.928Z Checking thread-id v5.1.0
24752026-05-06T20:33:19.928Z Checking bumpalo v3.20.2
24762026-05-06T20:33:19.928Z Checking bitflags v1.3.2
24772026-05-06T20:33:19.928Z Checking strsim v0.11.1
24782026-05-06T20:33:19.928Z Checking either v1.15.0
24792026-05-06T20:33:19.928Z Checking clap_lex v1.0.0
24802026-05-06T20:33:19.928Z Checking winnow v0.5.40
24812026-05-06T20:33:19.928Z Checking foldhash v0.2.0
24822026-05-06T20:33:19.928Z Checking libbz2-rs-sys v0.2.2
24832026-05-06T20:33:19.928Z Checking winnow v0.7.14
24842026-05-06T20:33:19.928Z Compiling rayon-core v1.13.0
24852026-05-06T20:33:19.928Z Checking hyper-rustls v0.27.7
24862026-05-06T20:33:19.928Z Checking managed v0.8.0
24872026-05-06T20:33:19.928Z Checking foldhash v0.1.5
24882026-05-06T20:33:19.928Z Checking smoltcp v0.9.1
24892026-05-06T20:33:19.928Z Checking hashbrown v0.16.1
24902026-05-06T20:33:19.961Z Checking bzip2 v0.6.1
24912026-05-06T20:33:19.961Z Checking hashbrown v0.15.5
24922026-05-06T20:33:20.094Z Checking hyper-tls v0.6.0
24932026-05-06T20:33:20.120Z Checking elliptic-curve v0.13.8
24942026-05-06T20:33:20.134Z Checking dof v0.3.0
24952026-05-06T20:33:20.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24962026-05-06T20:33:20.357Z Checking clap_builder v4.5.60
24972026-05-06T20:33:20.401Z Checking zopfli v0.8.3
24982026-05-06T20:33:20.412Z Checking signal-hook-mio v0.2.5
24992026-05-06T20:33:20.417Z Checking usdt-impl v0.6.0
25002026-05-06T20:33:20.443Z Checking phf v0.13.1
25012026-05-06T20:33:20.452Z Checking bzip2 v0.4.4
25022026-05-06T20:33:20.506Z Checking num-bigint-dig v0.8.6
25032026-05-06T20:33:20.602Z Checking cookie_store v0.22.1
25042026-05-06T20:33:20.632Z Checking toml_edit v0.19.15
25052026-05-06T20:33:20.695Z Checking zstd v0.13.3
25062026-05-06T20:33:20.723Z Checking postgres-types v0.2.12
25072026-05-06T20:33:20.727Z Checking dtrace-parser v0.2.0
25082026-05-06T20:33:20.852Z Checking rustls-platform-verifier v0.6.2
25092026-05-06T20:33:20.882Z Checking crossbeam-deque v0.8.6
25102026-05-06T20:33:20.910Z Checking regex v1.12.3
25112026-05-06T20:33:20.957Z Checking bstr v1.12.1
25122026-05-06T20:33:20.989Z Checking ed25519 v2.2.3
25132026-05-06T20:33:21.033Z Checking phf_shared v0.11.3
25142026-05-06T20:33:21.049Z Checking curve25519-dalek v4.1.3
25152026-05-06T20:33:21.166Z Checking ref-cast v1.0.25
25162026-05-06T20:33:21.169Z Checking strum v0.27.2
25172026-05-06T20:33:21.193Z Checking hubpack v0.1.2
25182026-05-06T20:33:21.325Z Checking memoffset v0.9.1
25192026-05-06T20:33:21.338Z Checking rustix v0.38.44
25202026-05-06T20:33:21.338Z Checking pkcs1 v0.7.5
25212026-05-06T20:33:21.344Z Checking float-cmp v0.10.0
25222026-05-06T20:33:21.345Z Checking hex v0.4.3
25232026-05-06T20:33:21.365Z Checking erased-serde v0.3.31
25242026-05-06T20:33:21.484Z Checking serde-big-array v0.5.1
25252026-05-06T20:33:21.568Z Checking rfc6979 v0.4.0
25262026-05-06T20:33:21.597Z Checking memmap2 v0.9.10
25272026-05-06T20:33:21.614Z Checking thread-id v4.2.2
25282026-05-06T20:33:21.637Z Checking env_filter v1.0.0
25292026-05-06T20:33:21.654Z Checking encoding_rs v0.8.35
25302026-05-06T20:33:21.693Z Checking data-encoding v2.10.0
25312026-05-06T20:33:21.713Z Checking static_assertions v1.1.0
25322026-05-06T20:33:21.782Z Checking toml_write v0.1.2
25332026-05-06T20:33:21.828Z Checking normalize-line-endings v0.3.0
25342026-05-06T20:33:21.828Z Checking whoami v2.1.0
25352026-05-06T20:33:21.828Z Checking rustc-hash v2.1.1
25362026-05-06T20:33:21.859Z Checking mime v0.3.17
25372026-05-06T20:33:21.867Z Checking jiff v0.2.21
25382026-05-06T20:33:21.901Z Checking unicode-segmentation v1.12.0
25392026-05-06T20:33:21.929Z Checking difflib v0.4.0
25402026-05-06T20:33:21.969Z Checking fixedbitset v0.5.7
25412026-05-06T20:33:21.977Z Checking precomputed-hash v0.1.1
25422026-05-06T20:33:22.029Z Checking keccak v0.1.6
25432026-05-06T20:33:22.055Z Checking predicates-core v1.0.10
25442026-05-06T20:33:22.096Z Checking new_debug_unreachable v1.0.6
25452026-05-06T20:33:22.103Z Checking fixedbitset v0.4.2
25462026-05-06T20:33:22.147Z Checking petgraph v0.8.3
25472026-05-06T20:33:22.162Z Checking string_cache v0.8.9
25482026-05-06T20:33:22.176Z Checking predicates v3.1.4
25492026-05-06T20:33:22.189Z Checking sha3 v0.10.8
25502026-05-06T20:33:22.206Z Checking similar v2.7.0
25512026-05-06T20:33:22.253Z Checking petgraph v0.6.5
25522026-05-06T20:33:22.330Z Checking crossterm v0.28.1
25532026-05-06T20:33:22.395Z Checking tokio-postgres v0.7.16
25542026-05-06T20:33:22.471Z Checking hickory-proto v0.25.2
25552026-05-06T20:33:22.592Z Checking toml_edit v0.22.27
25562026-05-06T20:33:22.603Z Checking reqwest v0.12.28
25572026-05-06T20:33:23.439Z Checking ed25519-dalek v2.2.0
25582026-05-06T20:33:23.473Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25592026-05-06T20:33:23.632Z Checking env_logger v0.11.9
25602026-05-06T20:33:23.645Z Checking slog v2.8.2
25612026-05-06T20:33:23.676Z Checking usdt v0.6.0
25622026-05-06T20:33:23.692Z Checking usdt-impl v0.5.0
25632026-05-06T20:33:23.819Z Checking toml v0.7.8
25642026-05-06T20:33:23.844Z Checking ecdsa v0.16.9
25652026-05-06T20:33:23.884Z Checking clap v4.5.60
25662026-05-06T20:33:23.910Z Checking serde_with v3.17.0
25672026-05-06T20:33:23.969Z Checking rsa v0.9.10
25682026-05-06T20:33:24.004Z Checking nix v0.31.2
25692026-05-06T20:33:24.068Z Checking zip v4.6.1
25702026-05-06T20:33:24.176Z Checking reqwest v0.13.2
25712026-05-06T20:33:24.438Z Checking toml_parser v1.0.9+spec-1.1.0
25722026-05-06T20:33:24.494Z Checking zip v0.6.6
25732026-05-06T20:33:24.668Z Checking itertools v0.13.0
25742026-05-06T20:33:24.782Z Checking strum v0.26.3
25752026-05-06T20:33:24.788Z Checking tokio-stream v0.1.18
25762026-05-06T20:33:24.884Z Checking fs-err v3.3.0
25772026-05-06T20:33:24.955Z Checking ahash v0.8.12
25782026-05-06T20:33:25.019Z Checking object v0.37.3
25792026-05-06T20:33:25.148Z Checking buf-list v1.1.2
25802026-05-06T20:33:25.159Z Checking anyhow v1.0.102
25812026-05-06T20:33:25.179Z Checking camino v1.2.2
25822026-05-06T20:33:25.264Z Checking x509-cert v0.2.5
25832026-05-06T20:33:25.333Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25842026-05-06T20:33:25.385Z Checking openapiv3 v2.2.0
25852026-05-06T20:33:25.420Z Checking toml_datetime v0.7.5+spec-1.1.0
25862026-05-06T20:33:25.450Z Checking sha1 v0.10.6
25872026-05-06T20:33:25.563Z Checking peg-runtime v0.8.5
25882026-05-06T20:33:25.573Z Checking lalrpop-util v0.19.12
25892026-05-06T20:33:25.595Z Checking rayon v1.11.0
25902026-05-06T20:33:25.695Z Checking sigpipe v0.1.3
25912026-05-06T20:33:25.720Z Checking glob v0.3.3
25922026-05-06T20:33:27.212Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25932026-05-06T20:33:27.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.54s
25942026-05-06T20:33:27.711Z
25952026-05-06T20:33:27.711Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25962026-05-06T20:33:28.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-05-06T20:33:28.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-05-06T20:33:28.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-05-06T20:33:28.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26002026-05-06T20:33:28.252Z
26012026-05-06T20:33:28.252Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26022026-05-06T20:33:28.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-05-06T20:33:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-05-06T20:33:28.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052026-05-06T20:33:28.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26062026-05-06T20:33:28.879Z
26072026-05-06T20:33:28.879Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26082026-05-06T20:33:29.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092026-05-06T20:33:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102026-05-06T20:33:29.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112026-05-06T20:33:29.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26122026-05-06T20:33:29.928Z
26132026-05-06T20:33:29.928Zinfo: running `cargo check --bins` on oxql-types (80/274)
26142026-05-06T20:33:29.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-05-06T20:33:30.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-05-06T20:33:30.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-05-06T20:33:30.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26182026-05-06T20:33:30.064Z
26192026-05-06T20:33:30.064Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26202026-05-06T20:33:31.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-06T20:33:31.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-06T20:33:31.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-06T20:33:31.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-06T20:33:31.674Z
26252026-05-06T20:33:31.674Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26262026-05-06T20:33:31.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-06T20:33:31.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-06T20:33:31.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-06T20:33:31.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-06T20:33:31.718Z
26312026-05-06T20:33:31.718Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26322026-05-06T20:33:31.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-06T20:33:31.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-06T20:33:31.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-06T20:33:31.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-05-06T20:33:31.853Z
26372026-05-06T20:33:31.853Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26382026-05-06T20:33:32.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-06T20:33:32.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-06T20:33:32.554Z Compiling structmeta-derive v0.3.0
26412026-05-06T20:33:32.640Z Compiling rustls v0.22.4
26422026-05-06T20:33:32.650Z Compiling multer v3.1.0
26432026-05-06T20:33:32.660Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-06T20:33:32.660Z Compiling async-stream-impl v0.3.6
26452026-05-06T20:33:32.679Z Compiling dropshot v0.17.0
26462026-05-06T20:33:32.694Z Compiling newtype-uuid-macros v0.1.0
26472026-05-06T20:33:32.698Z Compiling dropshot_endpoint v0.17.0
26482026-05-06T20:33:32.853Z Checking newtype-uuid v1.3.2
26492026-05-06T20:33:32.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26502026-05-06T20:33:32.937Z Checking rustls-webpki v0.102.8
26512026-05-06T20:33:33.026Z Checking daft v0.1.5
26522026-05-06T20:33:33.042Z Checking futures-executor v0.3.32
26532026-05-06T20:33:33.213Z Checking thread_local v1.1.9
26542026-05-06T20:33:33.287Z Checking compression-core v0.4.31
26552026-05-06T20:33:33.295Z Checking match_cfg v0.1.0
26562026-05-06T20:33:33.301Z Checking iddqd v0.3.18
26572026-05-06T20:33:33.348Z Checking hostname v0.3.1
26582026-05-06T20:33:33.361Z Checking futures v0.3.32
26592026-05-06T20:33:33.415Z Checking compression-codecs v0.4.37
26602026-05-06T20:33:33.433Z Checking crossbeam-channel v0.5.15
26612026-05-06T20:33:33.486Z Checking slog-json v2.6.1
26622026-05-06T20:33:33.492Z Checking is-terminal v0.4.17
26632026-05-06T20:33:33.566Z Checking toml_datetime v1.0.0+spec-1.1.0
26642026-05-06T20:33:33.575Z Checking serde_spanned v1.0.4
26652026-05-06T20:33:33.622Z Checking take_mut v0.2.2
26662026-05-06T20:33:33.676Z Compiling structmeta v0.3.0
26672026-05-06T20:33:33.687Z Checking term v1.2.1
26682026-05-06T20:33:33.704Z Checking debug-ignore v1.0.5
26692026-05-06T20:33:33.739Z Checking toml_writer v1.0.6+spec-1.1.0
26702026-05-06T20:33:33.796Z Checking slog-async v2.8.0
26712026-05-06T20:33:33.801Z Checking slog-bunyan v2.5.0
26722026-05-06T20:33:33.895Z Compiling derive-ex v0.1.8
26732026-05-06T20:33:33.945Z Compiling parse-display-derive v0.10.0
26742026-05-06T20:33:33.960Z Checking toml v1.0.6+spec-1.1.0
26752026-05-06T20:33:33.960Z Checking slog-term v2.9.2
26762026-05-06T20:33:33.960Z Checking async-compression v0.4.41
26772026-05-06T20:33:34.158Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26782026-05-06T20:33:34.173Z Checking async-stream v0.3.6
26792026-05-06T20:33:34.186Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26802026-05-06T20:33:34.361Z Checking progenitor-client v0.14.0
26812026-05-06T20:33:34.366Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26822026-05-06T20:33:34.436Z Checking waitgroup v0.1.2
26832026-05-06T20:33:34.458Z Checking backon v1.6.0
26842026-05-06T20:33:34.472Z Checking rustls-pemfile v2.2.0
26852026-05-06T20:33:34.519Z Checking serde_path_to_error v0.1.20
26862026-05-06T20:33:34.534Z Checking hostname v0.4.2
26872026-05-06T20:33:34.607Z Checking instant v0.1.13
26882026-05-06T20:33:34.690Z Checking backoff v0.4.0
26892026-05-06T20:33:34.767Z Checking tokio-rustls v0.25.0
26902026-05-06T20:33:34.791Z Checking progenitor-extras v0.2.0
26912026-05-06T20:33:34.838Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26922026-05-06T20:33:34.863Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26932026-05-06T20:33:35.020Z Checking progenitor-client v0.10.0
26942026-05-06T20:33:35.043Z Checking itertools v0.14.0
26952026-05-06T20:33:35.217Z Checking regress v0.10.5
26962026-05-06T20:33:35.248Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26972026-05-06T20:33:35.466Z Checking macaddr v1.0.1
26982026-05-06T20:33:35.566Z Compiling test-strategy v0.4.5
26992026-05-06T20:33:35.610Z Checking parse-display v0.10.0
27002026-05-06T20:33:36.796Z Compiling prettyplease v0.2.37
27012026-05-06T20:33:37.066Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-05-06T20:33:37.244Z Checking num-rational v0.4.2
27032026-05-06T20:33:37.496Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27042026-05-06T20:33:37.792Z Checking num-complex v0.4.6
27052026-05-06T20:33:38.373Z Checking num v0.4.3
27062026-05-06T20:33:38.386Z Compiling usdt-macro v0.5.0
27072026-05-06T20:33:38.512Z Compiling usdt-attr-macro v0.5.0
27082026-05-06T20:33:38.519Z Checking memmap v0.7.0
27092026-05-06T20:33:38.536Z Checking float-ord v0.3.2
27102026-05-06T20:33:38.648Z Compiling convert_case v0.4.0
27112026-05-06T20:33:38.653Z Checking unicode-width v0.2.0
27122026-05-06T20:33:38.903Z Checking console v0.15.11
27132026-05-06T20:33:39.010Z Compiling derive_more v0.99.20
27142026-05-06T20:33:39.189Z Checking newline-converter v0.3.0
27152026-05-06T20:33:39.199Z Checking atomicwrites v0.4.4
27162026-05-06T20:33:39.224Z Compiling toml v0.8.23
27172026-05-06T20:33:39.256Z Checking usdt v0.5.0
27182026-05-06T20:33:39.314Z Checking linked-hash-map v0.5.6
27192026-05-06T20:33:39.427Z Compiling minimal-lexical v0.2.1
27202026-05-06T20:33:39.489Z Checking lru-cache v0.1.2
27212026-05-06T20:33:39.610Z Checking expectorate v1.2.0
27222026-05-06T20:33:39.690Z Compiling nom v7.1.3
27232026-05-06T20:33:40.178Z Checking camino-tempfile v1.4.1
27242026-05-06T20:33:40.255Z Checking hickory-proto v0.24.4
27252026-05-06T20:33:40.337Z Checking phf_shared v0.12.1
27262026-05-06T20:33:40.482Z Compiling slog-dtrace v0.3.0
27272026-05-06T20:33:40.629Z Checking resolv-conf v0.7.6
27282026-05-06T20:33:40.671Z Compiling chrono-tz v0.10.4
27292026-05-06T20:33:40.815Z Checking heck v0.5.0
27302026-05-06T20:33:40.851Z Compiling const_format_proc_macros v0.2.34
27312026-05-06T20:33:41.010Z Checking phf v0.12.1
27322026-05-06T20:33:41.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27332026-05-06T20:33:41.154Z Checking tokio-dtrace v0.1.1
27342026-05-06T20:33:41.209Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27352026-05-06T20:33:41.340Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27362026-05-06T20:33:41.527Z Compiling derive-where v1.6.0
27372026-05-06T20:33:41.573Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27382026-05-06T20:33:41.671Z Checking highway v1.3.0
27392026-05-06T20:33:41.923Z Checking const_format v0.2.35
27402026-05-06T20:33:42.101Z Checking hickory-resolver v0.24.4
27412026-05-06T20:33:42.155Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27422026-05-06T20:33:42.507Z Checking oxide-tokio-rt v0.1.4
27432026-05-06T20:33:42.795Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27442026-05-06T20:33:42.809Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27452026-05-06T20:33:42.851Z Checking gethostname v0.5.0
27462026-05-06T20:33:42.876Z Checking qorb v0.4.1
27472026-05-06T20:33:42.908Z Checking bcs v0.1.6
27482026-05-06T20:33:42.961Z Compiling async-recursion v1.1.1
27492026-05-06T20:33:42.987Z Checking termtree v0.5.1
27502026-05-06T20:33:43.010Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27512026-05-06T20:33:43.118Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27522026-05-06T20:33:46.594Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27532026-05-06T20:33:49.307Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27542026-05-06T20:33:51.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.58s
27552026-05-06T20:33:51.616Z
27562026-05-06T20:33:51.616Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27572026-05-06T20:33:52.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-05-06T20:33:52.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-05-06T20:33:52.304Z Compiling ar_archive_writer v0.5.1
27602026-05-06T20:33:52.413Z Compiling stacker v0.1.23
27612026-05-06T20:33:52.419Z Compiling cfg_aliases v0.1.1
27622026-05-06T20:33:52.426Z Compiling convert_case v0.10.0
27632026-05-06T20:33:52.426Z Checking unicode-width v0.1.14
27642026-05-06T20:33:52.442Z Compiling proc-macro-error v1.0.4
27652026-05-06T20:33:52.452Z Checking fd-lock v4.0.4
27662026-05-06T20:33:52.455Z Checking nibble_vec v0.1.0
27672026-05-06T20:33:52.476Z Compiling nix v0.28.0
27682026-05-06T20:33:52.568Z Checking vte v0.14.1
27692026-05-06T20:33:52.581Z Compiling recursive-proc-macro-impl v0.1.1
27702026-05-06T20:33:52.662Z Checking bytecount v0.6.9
27712026-05-06T20:33:52.675Z Checking endian-type v0.1.2
27722026-05-06T20:33:52.715Z Compiling derive_more-impl v2.1.1
27732026-05-06T20:33:52.728Z Compiling tabled_derive v0.7.0
27742026-05-06T20:33:52.731Z Checking strip-ansi-escapes v0.2.1
27752026-05-06T20:33:52.760Z Checking papergrid v0.11.0
27762026-05-06T20:33:52.794Z Checking radix_trie v0.2.1
27772026-05-06T20:33:52.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27782026-05-06T20:33:52.979Z Compiling peg-macros v0.8.5
27792026-05-06T20:33:52.998Z Checking winnow v0.6.26
27802026-05-06T20:33:53.223Z Compiling psm v0.1.30
27812026-05-06T20:33:53.296Z Compiling sqlparser_derive v0.5.0
27822026-05-06T20:33:53.358Z Checking home v0.5.12
27832026-05-06T20:33:53.468Z Checking unicode_categories v0.1.1
27842026-05-06T20:33:53.510Z Checking derive_more v2.1.1
27852026-05-06T20:33:53.589Z Checking nu-ansi-term v0.50.3
27862026-05-06T20:33:53.616Z Checking crossterm v0.29.0
27872026-05-06T20:33:53.678Z Checking tabled v0.15.0
27882026-05-06T20:33:53.763Z Checking rustyline v14.0.0
27892026-05-06T20:33:53.798Z Checking reedline v0.40.0
27902026-05-06T20:33:54.025Z Checking recursive v0.1.1
27912026-05-06T20:33:54.076Z Checking display-error-chain v0.2.2
27922026-05-06T20:33:54.114Z Checking sqlformat v0.3.5
27932026-05-06T20:33:54.129Z Checking sqlparser v0.61.0
27942026-05-06T20:33:54.347Z Checking peg v0.8.5
27952026-05-06T20:34:05.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
27962026-05-06T20:34:05.530Z
27972026-05-06T20:34:05.530Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27982026-05-06T20:34:06.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-05-06T20:34:06.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-05-06T20:34:06.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-05-06T20:34:09.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28022026-05-06T20:34:09.832Z
28032026-05-06T20:34:09.832Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28042026-05-06T20:34:10.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-05-06T20:34:10.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-05-06T20:34:10.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-06T20:34:12.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28082026-05-06T20:34:13.113Z
28092026-05-06T20:34:13.113Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28102026-05-06T20:34:13.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-05-06T20:34:13.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-05-06T20:34:13.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-05-06T20:34:16.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28142026-05-06T20:34:17.190Z
28152026-05-06T20:34:17.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28162026-05-06T20:34:17.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-05-06T20:34:17.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-05-06T20:34:17.891Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-06T20:34:21.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28202026-05-06T20:34:21.364Z
28212026-05-06T20:34:21.364Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28222026-05-06T20:34:21.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-06T20:34:21.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-06T20:34:22.011Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-06T20:34:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28262026-05-06T20:34:25.260Z
28272026-05-06T20:34:25.260Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28282026-05-06T20:34:25.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-06T20:34:25.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-06T20:34:25.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-06T20:34:28.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28322026-05-06T20:34:28.298Z
28332026-05-06T20:34:28.298Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28342026-05-06T20:34:28.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-06T20:34:28.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-06T20:34:28.958Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-06T20:34:32.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28382026-05-06T20:34:32.553Z
28392026-05-06T20:34:32.553Zinfo: running `cargo check --bins` on oximeter (93/274)
28402026-05-06T20:34:33.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-06T20:34:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-06T20:34:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-05-06T20:34:33.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28442026-05-06T20:34:33.144Z
28452026-05-06T20:34:33.144Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28462026-05-06T20:34:33.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-06T20:34:33.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-06T20:34:33.822Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28492026-05-06T20:34:34.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28502026-05-06T20:34:34.051Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28512026-05-06T20:34:34.448Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28522026-05-06T20:34:38.908Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28532026-05-06T20:34:39.039Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28542026-05-06T20:34:39.040Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28552026-05-06T20:34:39.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28562026-05-06T20:34:39.551Z
28572026-05-06T20:34:39.551Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28582026-05-06T20:34:40.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-06T20:34:40.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-06T20:34:40.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-05-06T20:34:40.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28622026-05-06T20:34:40.212Z
28632026-05-06T20:34:40.212Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28642026-05-06T20:34:40.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-06T20:34:40.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-06T20:34:40.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-06T20:34:40.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28682026-05-06T20:34:40.832Z
28692026-05-06T20:34:40.832Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28702026-05-06T20:34:41.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-06T20:34:41.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-06T20:34:41.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-05-06T20:34:41.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-05-06T20:34:41.439Z
28752026-05-06T20:34:41.439Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28762026-05-06T20:34:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-06T20:34:41.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-06T20:34:41.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-06T20:34:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28802026-05-06T20:34:42.046Z
28812026-05-06T20:34:42.046Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28822026-05-06T20:34:42.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-06T20:34:42.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-06T20:34:42.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-06T20:34:42.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-05-06T20:34:42.749Z
28872026-05-06T20:34:42.749Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28882026-05-06T20:34:43.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-06T20:34:43.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-06T20:34:43.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-06T20:34:43.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28922026-05-06T20:34:43.243Z
28932026-05-06T20:34:43.243Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28942026-05-06T20:34:43.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-06T20:34:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-06T20:34:43.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-06T20:34:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-05-06T20:34:43.835Z
28992026-05-06T20:34:43.836Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29002026-05-06T20:34:44.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-06T20:34:44.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-06T20:34:44.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-06T20:34:44.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-06T20:34:44.476Z
29052026-05-06T20:34:44.476Zinfo: running `cargo check --bins` on update-engine (103/274)
29062026-05-06T20:34:45.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-06T20:34:45.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-06T20:34:45.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-06T20:34:45.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29102026-05-06T20:34:45.306Z
29112026-05-06T20:34:45.306Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29122026-05-06T20:34:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-06T20:34:45.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-06T20:34:45.773Z Compiling crucible-workspace-hack v0.1.0
29152026-05-06T20:34:45.918Z Checking secrecy v0.10.3
29162026-05-06T20:34:46.070Z Compiling heapless v0.8.0
29172026-05-06T20:34:46.070Z Compiling ingot-macros v0.1.1
29182026-05-06T20:34:46.071Z Compiling toml_edit v0.23.10+spec-1.0.0
29192026-05-06T20:34:46.071Z Checking hash32 v0.3.1
29202026-05-06T20:34:46.071Z Compiling smoltcp v0.11.0
29212026-05-06T20:34:46.071Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29222026-05-06T20:34:46.160Z Checking cobs v0.3.0
29232026-05-06T20:34:46.160Z Compiling thiserror-impl-no-std v2.0.2
29242026-05-06T20:34:46.229Z Checking universal-hash v0.5.1
29252026-05-06T20:34:46.229Z Checking half v2.7.1
29262026-05-06T20:34:46.229Z Checking opaque-debug v0.3.1
29272026-05-06T20:34:46.292Z Checking ciborium-io v0.2.2
29282026-05-06T20:34:46.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29292026-05-06T20:34:46.331Z Checking poly1305 v0.8.0
29302026-05-06T20:34:46.399Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29312026-05-06T20:34:46.426Z Checking ciborium-ll v0.2.2
29322026-05-06T20:34:46.460Z Compiling proc-macro-crate v3.4.0
29332026-05-06T20:34:46.561Z Checking postcard v1.1.3
29342026-05-06T20:34:46.582Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29352026-05-06T20:34:46.642Z Checking password-hash v0.5.0
29362026-05-06T20:34:46.864Z Checking chacha20 v0.9.1
29372026-05-06T20:34:50.272Z Compiling proc-macro-crate v1.3.1
29382026-05-06T20:34:50.272Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29392026-05-06T20:34:50.343Z Checking blake2 v0.10.6
29402026-05-06T20:34:50.343Z Compiling num_enum_derive v0.7.5
29412026-05-06T20:34:50.343Z Checking aead v0.5.2
29422026-05-06T20:34:50.343Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29432026-05-06T20:34:50.343Z Compiling foreign-types-macros v0.2.3
29442026-05-06T20:34:50.343Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29452026-05-06T20:34:50.343Z Checking thiserror-no-std v2.0.2
29462026-05-06T20:34:50.343Z Checking foreign-types-shared v0.3.1
29472026-05-06T20:34:50.343Z Checking cpufeatures v0.3.0
29482026-05-06T20:34:50.343Z Checking vsss-rs v3.3.4
29492026-05-06T20:34:50.343Z Compiling num_enum_derive v0.5.11
29502026-05-06T20:34:50.343Z Checking chacha20 v0.10.0
29512026-05-06T20:34:50.343Z Checking argon2 v0.5.3
29522026-05-06T20:34:50.343Z Checking chacha20poly1305 v0.10.1
29532026-05-06T20:34:50.343Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29542026-05-06T20:34:50.343Z Checking foreign-types v0.5.0
29552026-05-06T20:34:50.343Z Checking ciborium v0.2.2
29562026-05-06T20:34:50.343Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29572026-05-06T20:34:50.343Z Checking tabwriter v1.4.1
29582026-05-06T20:34:50.343Z Checking num_enum v0.7.5
29592026-05-06T20:34:50.343Z Checking byte-wrapper v0.1.0
29602026-05-06T20:34:50.344Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29612026-05-06T20:34:50.344Z Checking cstr-argument v0.1.2
29622026-05-06T20:34:50.344Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29632026-05-06T20:34:50.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29642026-05-06T20:34:50.344Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29652026-05-06T20:34:50.344Z Checking num_enum v0.5.11
29662026-05-06T20:34:50.344Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29672026-05-06T20:34:50.344Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29682026-05-06T20:34:50.344Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29692026-05-06T20:34:50.344Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-06T20:34:50.344Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29712026-05-06T20:34:50.344Z Checking rand v0.10.0
29722026-05-06T20:34:50.344Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-06T20:34:50.344Z Checking ingot-types v0.1.2
29742026-05-06T20:34:50.344Z Checking indent_write v2.2.0
29752026-05-06T20:34:50.344Z Checking colored v3.1.1
29762026-05-06T20:34:50.344Z Compiling zone_cfg_derive v0.3.1
29772026-05-06T20:34:50.344Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29782026-05-06T20:34:50.344Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-06T20:34:50.344Z Checking itertools v0.12.1
29802026-05-06T20:34:50.344Z Checking ingot v0.1.1
29812026-05-06T20:34:50.344Z Compiling num-derive v0.4.2
29822026-05-06T20:34:50.344Z Checking swrite v0.1.0
29832026-05-06T20:34:50.344Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-06T20:34:50.345Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29852026-05-06T20:34:50.345Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29862026-05-06T20:34:50.345Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29872026-05-06T20:34:50.345Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29882026-05-06T20:34:50.345Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29892026-05-06T20:34:50.345Z Checking dropshot-api-manager-types v0.7.1
29902026-05-06T20:34:50.345Z Checking smf v0.2.3
29912026-05-06T20:34:50.345Z Checking nanorand v0.7.0
29922026-05-06T20:34:50.345Z Checking whoami v1.6.1
29932026-05-06T20:34:50.345Z Checking flume v0.11.1
29942026-05-06T20:34:50.345Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29952026-05-06T20:34:50.345Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29962026-05-06T20:34:50.345Z Checking zone v0.3.1
29972026-05-06T20:34:50.633Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-06T20:34:51.597Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-06T20:34:52.498Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30002026-05-06T20:34:56.315Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30012026-05-06T20:34:57.538Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30022026-05-06T20:34:58.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
30032026-05-06T20:34:58.859Z
30042026-05-06T20:34:58.859Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30052026-05-06T20:34:59.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-05-06T20:34:59.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-05-06T20:34:59.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082026-05-06T20:34:59.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30092026-05-06T20:34:59.466Z
30102026-05-06T20:34:59.466Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30112026-05-06T20:34:59.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-05-06T20:34:59.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-05-06T20:34:59.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142026-05-06T20:34:59.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30152026-05-06T20:35:00.068Z
30162026-05-06T20:35:00.068Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30172026-05-06T20:35:00.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-05-06T20:35:00.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-05-06T20:35:00.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202026-05-06T20:35:00.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30212026-05-06T20:35:00.676Z
30222026-05-06T20:35:00.676Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30232026-05-06T20:35:01.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-05-06T20:35:01.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-05-06T20:35:01.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-05-06T20:35:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30272026-05-06T20:35:01.279Z
30282026-05-06T20:35:01.279Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30292026-05-06T20:35:01.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-06T20:35:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-06T20:35:01.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-06T20:35:01.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-06T20:35:01.895Z
30342026-05-06T20:35:01.896Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30352026-05-06T20:35:02.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-06T20:35:02.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-06T20:35:02.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-06T20:35:02.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-05-06T20:35:02.499Z
30402026-05-06T20:35:02.500Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30412026-05-06T20:35:03.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-06T20:35:03.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-06T20:35:03.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-06T20:35:03.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-06T20:35:03.103Z
30462026-05-06T20:35:03.103Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30472026-05-06T20:35:03.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-06T20:35:03.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-06T20:35:03.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-06T20:35:03.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30512026-05-06T20:35:03.812Z
30522026-05-06T20:35:03.812Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30532026-05-06T20:35:04.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-06T20:35:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-06T20:35:04.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-06T20:35:04.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-06T20:35:04.572Z
30582026-05-06T20:35:04.572Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30592026-05-06T20:35:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-06T20:35:04.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-06T20:35:04.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-06T20:35:04.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-06T20:35:05.009Z
30642026-05-06T20:35:05.010Zinfo: running `cargo check --bins` on installinator-client (115/274)
30652026-05-06T20:35:05.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-06T20:35:05.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-06T20:35:05.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-06T20:35:05.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-06T20:35:05.790Z
30702026-05-06T20:35:05.790Zinfo: running `cargo check --bins` on nexus-client (116/274)
30712026-05-06T20:35:06.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-06T20:35:06.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-06T20:35:06.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-06T20:35:06.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30752026-05-06T20:35:06.149Z
30762026-05-06T20:35:06.149Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30772026-05-06T20:35:08.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-06T20:35:08.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-06T20:35:08.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-06T20:35:08.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30812026-05-06T20:35:08.087Z
30822026-05-06T20:35:08.087Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30832026-05-06T20:35:08.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-06T20:35:08.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-06T20:35:08.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-06T20:35:08.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30872026-05-06T20:35:08.087Z
30882026-05-06T20:35:08.088Zinfo: running `cargo check --bins` on oxide-client (119/274)
30892026-05-06T20:35:08.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-06T20:35:08.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-06T20:35:08.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-06T20:35:08.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-06T20:35:08.088Z
30942026-05-06T20:35:08.088Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30952026-05-06T20:35:08.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-06T20:35:08.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-06T20:35:08.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-06T20:35:08.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-05-06T20:35:08.551Z
31002026-05-06T20:35:08.551Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31012026-05-06T20:35:09.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-06T20:35:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-06T20:35:09.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-06T20:35:09.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31052026-05-06T20:35:09.141Z
31062026-05-06T20:35:09.142Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31072026-05-06T20:35:09.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-06T20:35:09.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-06T20:35:09.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-06T20:35:09.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-05-06T20:35:09.740Z
31122026-05-06T20:35:09.740Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31132026-05-06T20:35:10.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-06T20:35:10.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-06T20:35:10.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-06T20:35:10.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31172026-05-06T20:35:10.364Z
31182026-05-06T20:35:10.364Zinfo: running `cargo check --bins` on installinator-common (124/274)
31192026-05-06T20:35:10.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-06T20:35:10.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-06T20:35:10.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-06T20:35:10.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31232026-05-06T20:35:11.094Z
31242026-05-06T20:35:11.095Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31252026-05-06T20:35:11.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-06T20:35:11.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-06T20:35:11.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-06T20:35:11.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-06T20:35:11.560Z
31302026-05-06T20:35:11.560Zinfo: running `cargo check --bins` on wicket-common (126/274)
31312026-05-06T20:35:12.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-06T20:35:12.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-06T20:35:12.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-06T20:35:12.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-06T20:35:12.171Z
31362026-05-06T20:35:12.171Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31372026-05-06T20:35:12.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-06T20:35:12.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-06T20:35:12.867Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31402026-05-06T20:35:13.050Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31412026-05-06T20:35:13.063Z Checking csv-core v0.1.13
31422026-05-06T20:35:13.063Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31432026-05-06T20:35:13.063Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31442026-05-06T20:35:13.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31452026-05-06T20:35:13.063Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31462026-05-06T20:35:13.063Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-05-06T20:35:13.150Z Checking csv v1.4.0
31482026-05-06T20:35:13.154Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31492026-05-06T20:35:13.208Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-05-06T20:35:13.253Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-05-06T20:35:13.478Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31522026-05-06T20:35:13.843Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-05-06T20:35:13.852Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31542026-05-06T20:35:14.174Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31552026-05-06T20:35:19.884Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-05-06T20:35:20.416Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-05-06T20:35:22.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
31582026-05-06T20:35:22.974Z
31592026-05-06T20:35:22.974Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31602026-05-06T20:35:23.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-06T20:35:23.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-06T20:35:23.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-06T20:35:23.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31642026-05-06T20:35:23.573Z
31652026-05-06T20:35:23.573Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31662026-05-06T20:35:24.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-06T20:35:24.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-06T20:35:24.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-06T20:35:24.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31702026-05-06T20:35:24.263Z
31712026-05-06T20:35:24.263Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31722026-05-06T20:35:24.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-06T20:35:24.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-06T20:35:24.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-06T20:35:24.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31762026-05-06T20:35:24.972Z
31772026-05-06T20:35:24.972Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31782026-05-06T20:35:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-06T20:35:25.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-06T20:35:25.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-05-06T20:35:25.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31822026-05-06T20:35:25.750Z
31832026-05-06T20:35:25.750Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31842026-05-06T20:35:26.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-06T20:35:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-06T20:35:26.400Z Compiling regress v0.11.1
31872026-05-06T20:35:26.483Z Compiling unsafe-libyaml v0.2.11
31882026-05-06T20:35:26.496Z Compiling semver v0.1.20
31892026-05-06T20:35:26.496Z Compiling radium v0.7.0
31902026-05-06T20:35:26.505Z Compiling pin-project-internal v1.1.11
31912026-05-06T20:35:26.505Z Compiling maybe-uninit v2.0.0
31922026-05-06T20:35:26.608Z Checking tap v1.0.1
31932026-05-06T20:35:26.630Z Checking wyz v0.5.1
31942026-05-06T20:35:26.755Z Compiling rustc_version v0.1.7
31952026-05-06T20:35:27.108Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31962026-05-06T20:35:28.575Z Checking progenitor-client v0.13.0
31972026-05-06T20:35:28.575Z Compiling snafu-derive v0.8.9
31982026-05-06T20:35:28.575Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-06T20:35:28.575Z Compiling newtype_derive v0.1.6
32002026-05-06T20:35:28.575Z Compiling zerocopy-derive v0.6.6
32012026-05-06T20:35:28.576Z Checking funty v2.0.0
32022026-05-06T20:35:28.576Z Compiling packed_struct v0.10.1
32032026-05-06T20:35:28.576Z Checking pin-project v1.1.11
32042026-05-06T20:35:28.576Z Checking crc-catalog v2.4.0
32052026-05-06T20:35:28.576Z Compiling cancel-safe-futures v0.1.5
32062026-05-06T20:35:28.576Z Compiling owo-colors v4.3.0
32072026-05-06T20:35:28.576Z Checking typify-impl v0.6.2
32082026-05-06T20:35:28.576Z Checking same-file v1.0.6
32092026-05-06T20:35:28.576Z Checking walkdir v2.5.0
32102026-05-06T20:35:28.576Z Checking zerocopy v0.6.6
32112026-05-06T20:35:28.576Z Checking crc v3.4.0
32122026-05-06T20:35:28.576Z Checking bitvec v1.0.1
32132026-05-06T20:35:28.627Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32142026-05-06T20:35:28.627Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32152026-05-06T20:35:28.628Z Checking globset v0.4.18
32162026-05-06T20:35:28.818Z Checking olpc-cjson v0.1.4
32172026-05-06T20:35:28.839Z Checking snafu v0.8.9
32182026-05-06T20:35:28.899Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32192026-05-06T20:35:28.992Z Checking pem v3.0.6
32202026-05-06T20:35:29.068Z Compiling packed_struct_codegen v0.10.1
32212026-05-06T20:35:29.098Z Checking libsw-core v0.3.2
32222026-05-06T20:35:29.104Z Checking serde_plain v1.0.2
32232026-05-06T20:35:29.127Z Compiling bitfield-macros v0.19.4
32242026-05-06T20:35:29.167Z Compiling indexmap v1.9.3
32252026-05-06T20:35:29.228Z Checking typed-path v0.9.3
32262026-05-06T20:35:29.240Z Checking nodrop v0.1.14
32272026-05-06T20:35:29.364Z Checking array-init v0.0.4
32282026-05-06T20:35:29.390Z Checking libsw v3.5.0
32292026-05-06T20:35:29.531Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32302026-05-06T20:35:29.644Z Checking smallvec v0.6.14
32312026-05-06T20:35:29.686Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-05-06T20:35:29.833Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-06T20:35:29.838Z Checking bitfield v0.19.4
32342026-05-06T20:35:29.968Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32352026-05-06T20:35:30.006Z Checking tough v0.20.0
32362026-05-06T20:35:30.019Z Checking smawk v0.3.2
32372026-05-06T20:35:30.085Z Checking tagptr v0.2.0
32382026-05-06T20:35:30.107Z Checking linear-map v1.2.0
32392026-05-06T20:35:30.115Z Checking unicode-linebreak v0.1.5
32402026-05-06T20:35:30.151Z Checking hashbrown v0.12.3
32412026-05-06T20:35:30.219Z Checking base64 v0.21.7
32422026-05-06T20:35:30.264Z Checking moka v0.12.13
32432026-05-06T20:35:30.336Z Checking textwrap v0.16.2
32442026-05-06T20:35:30.461Z Checking ron v0.8.1
32452026-05-06T20:35:30.514Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32462026-05-06T20:35:30.554Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-06T20:35:30.892Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-06T20:35:30.906Z Checking serde-hex v0.1.0
32492026-05-06T20:35:30.978Z Checking steno v0.4.1
32502026-05-06T20:35:31.063Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32512026-05-06T20:35:31.218Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-06T20:35:31.243Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32532026-05-06T20:35:31.396Z Checking hashbrown v0.13.2
32542026-05-06T20:35:31.844Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-05-06T20:35:31.897Z Checking crc-any v2.5.0
32562026-05-06T20:35:31.898Z Checking humantime v2.3.0
32572026-05-06T20:35:32.073Z Checking object v0.30.4
32582026-05-06T20:35:32.100Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32592026-05-06T20:35:32.101Z Checking hickory-resolver v0.25.2
32602026-05-06T20:35:32.101Z Checking utf-8 v0.7.6
32612026-05-06T20:35:32.101Z Checking path-slash v0.1.5
32622026-05-06T20:35:32.207Z Checking half v1.8.3
32632026-05-06T20:35:32.286Z Checking void v1.0.2
32642026-05-06T20:35:32.286Z Checking tungstenite v0.23.0
32652026-05-06T20:35:32.314Z Checking lzss v0.8.2
32662026-05-06T20:35:32.359Z Checking serde_cbor v0.11.2
32672026-05-06T20:35:32.473Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32682026-05-06T20:35:32.594Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32692026-05-06T20:35:32.608Z Checking nix v0.27.1
32702026-05-06T20:35:32.631Z Checking kstat-rs v0.2.4
32712026-05-06T20:35:32.655Z Compiling typify-macro v0.6.2
32722026-05-06T20:35:32.733Z Checking fxhash v0.2.1
32732026-05-06T20:35:32.749Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32742026-05-06T20:35:32.817Z Checking serde_bytes v0.11.19
32752026-05-06T20:35:32.830Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-06T20:35:32.851Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-06T20:35:32.987Z Checking tokio-tungstenite v0.23.1
32782026-05-06T20:35:33.118Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32792026-05-06T20:35:33.165Z Checking signal-hook-tokio v0.3.1
32802026-05-06T20:35:34.080Z Compiling typify v0.6.2
32812026-05-06T20:35:34.119Z Compiling progenitor-impl v0.13.0
32822026-05-06T20:35:34.119Z Compiling progenitor-impl v0.14.0
32832026-05-06T20:35:34.229Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-05-06T20:35:35.114Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32852026-05-06T20:35:35.432Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32862026-05-06T20:35:35.729Z Compiling progenitor-macro v0.14.0
32872026-05-06T20:35:35.790Z Compiling progenitor-macro v0.13.0
32882026-05-06T20:35:38.337Z Checking progenitor v0.14.0
32892026-05-06T20:35:38.430Z Checking progenitor v0.13.0
32902026-05-06T20:35:38.459Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-05-06T20:35:38.532Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32922026-05-06T20:35:41.552Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-05-06T20:35:49.431Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32942026-05-06T20:35:55.185Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32952026-05-06T20:35:56.607Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32962026-05-06T20:35:57.086Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32972026-05-06T20:35:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.63s
32982026-05-06T20:35:59.408Z
32992026-05-06T20:35:59.408Zinfo: running `cargo check --bins` on gateway-api (133/274)
33002026-05-06T20:35:59.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-05-06T20:35:59.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-05-06T20:35:59.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-05-06T20:35:59.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33042026-05-06T20:36:00.002Z
33052026-05-06T20:36:00.002Zinfo: running `cargo check --bins` on ipcc (134/274)
33062026-05-06T20:36:00.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-05-06T20:36:00.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-05-06T20:36:00.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-05-06T20:36:00.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33102026-05-06T20:36:00.599Z
33112026-05-06T20:36:00.599Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33122026-05-06T20:36:01.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-05-06T20:36:01.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-05-06T20:36:01.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-05-06T20:36:01.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33162026-05-06T20:36:01.177Z
33172026-05-06T20:36:01.178Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33182026-05-06T20:36:01.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-05-06T20:36:01.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-05-06T20:36:01.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-05-06T20:36:01.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33222026-05-06T20:36:01.775Z
33232026-05-06T20:36:01.775Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33242026-05-06T20:36:02.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-05-06T20:36:02.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-05-06T20:36:02.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-05-06T20:36:02.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33282026-05-06T20:36:02.365Z
33292026-05-06T20:36:02.365Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33302026-05-06T20:36:02.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-05-06T20:36:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-05-06T20:36:02.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-05-06T20:36:02.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33342026-05-06T20:36:02.958Z
33352026-05-06T20:36:02.958Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33362026-05-06T20:36:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-05-06T20:36:03.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-05-06T20:36:03.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-05-06T20:36:03.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-05-06T20:36:03.794Z
33412026-05-06T20:36:03.795Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33422026-05-06T20:36:04.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-06T20:36:04.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-06T20:36:04.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-06T20:36:04.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-05-06T20:36:04.174Z
33472026-05-06T20:36:04.174Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33482026-05-06T20:36:05.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-06T20:36:05.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-06T20:36:05.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-06T20:36:05.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-05-06T20:36:05.846Z
33532026-05-06T20:36:05.846Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33542026-05-06T20:36:05.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-06T20:36:05.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-06T20:36:05.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-06T20:36:05.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-05-06T20:36:05.846Z
33592026-05-06T20:36:05.846Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33602026-05-06T20:36:05.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-06T20:36:05.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-06T20:36:05.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-06T20:36:05.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-05-06T20:36:05.931Z
33652026-05-06T20:36:05.934Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33662026-05-06T20:36:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-06T20:36:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-06T20:36:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-06T20:36:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-05-06T20:36:06.521Z
33712026-05-06T20:36:06.521Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33722026-05-06T20:36:07.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-06T20:36:07.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-06T20:36:07.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-06T20:36:07.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-05-06T20:36:07.115Z
33772026-05-06T20:36:07.115Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33782026-05-06T20:36:07.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-06T20:36:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-06T20:36:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-06T20:36:07.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-05-06T20:36:07.709Z
33832026-05-06T20:36:07.709Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33842026-05-06T20:36:08.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-06T20:36:08.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-06T20:36:08.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-06T20:36:08.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-05-06T20:36:08.305Z
33892026-05-06T20:36:08.305Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33902026-05-06T20:36:08.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-06T20:36:08.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-06T20:36:08.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-06T20:36:08.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-05-06T20:36:08.933Z
33952026-05-06T20:36:08.934Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33962026-05-06T20:36:09.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-06T20:36:09.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-06T20:36:09.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-06T20:36:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-05-06T20:36:09.808Z
34012026-05-06T20:36:09.808Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34022026-05-06T20:36:09.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-06T20:36:09.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-06T20:36:09.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-06T20:36:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34062026-05-06T20:36:10.082Z
34072026-05-06T20:36:10.082Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34082026-05-06T20:36:10.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-06T20:36:10.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-06T20:36:10.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-06T20:36:10.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-05-06T20:36:10.685Z
34132026-05-06T20:36:10.685Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34142026-05-06T20:36:11.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-06T20:36:11.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-06T20:36:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-06T20:36:11.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-05-06T20:36:11.271Z
34192026-05-06T20:36:11.271Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34202026-05-06T20:36:11.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-06T20:36:11.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-06T20:36:11.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-06T20:36:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-05-06T20:36:11.868Z
34252026-05-06T20:36:11.868Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34262026-05-06T20:36:12.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-06T20:36:12.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-06T20:36:12.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-06T20:36:12.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34302026-05-06T20:36:12.533Z
34312026-05-06T20:36:12.534Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34322026-05-06T20:36:13.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-06T20:36:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-06T20:36:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-06T20:36:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-05-06T20:36:13.098Z
34372026-05-06T20:36:13.098Zinfo: running `cargo check --bins` on dns-server (156/274)
34382026-05-06T20:36:13.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-06T20:36:13.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-06T20:36:13.741Z Compiling parking_lot_core v0.8.6
34412026-05-06T20:36:13.741Z Compiling git-stub v1.0.0
34422026-05-06T20:36:13.741Z Compiling atomicwrites v0.4.4
34432026-05-06T20:36:13.745Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34442026-05-06T20:36:13.745Z Checking prefix-trie v0.7.0
34452026-05-06T20:36:13.975Z Compiling git-stub-vcs v0.1.0
34462026-05-06T20:36:14.140Z Checking hickory-server v0.25.2
34472026-05-06T20:36:14.246Z Checking parking_lot v0.11.2
34482026-05-06T20:36:14.250Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34492026-05-06T20:36:14.321Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-05-06T20:36:14.322Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34512026-05-06T20:36:14.418Z Checking sled v0.34.7
34522026-05-06T20:36:16.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34532026-05-06T20:36:16.477Z
34542026-05-06T20:36:16.477Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34552026-05-06T20:36:16.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-06T20:36:16.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-06T20:36:16.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-06T20:36:16.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-05-06T20:36:17.077Z
34602026-05-06T20:36:17.077Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34612026-05-06T20:36:17.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-06T20:36:17.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-06T20:36:17.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-06T20:36:17.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34652026-05-06T20:36:17.664Z
34662026-05-06T20:36:17.664Zinfo: running `cargo check --bins` on sp-sim (159/274)
34672026-05-06T20:36:18.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-06T20:36:18.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-06T20:36:18.378Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-05-06T20:36:20.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34712026-05-06T20:36:20.328Z
34722026-05-06T20:36:20.328Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34732026-05-06T20:36:20.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-06T20:36:20.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-06T20:36:20.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-06T20:36:20.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34772026-05-06T20:36:20.975Z
34782026-05-06T20:36:20.975Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34792026-05-06T20:36:21.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-06T20:36:21.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-06T20:36:21.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-06T20:36:21.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34832026-05-06T20:36:21.631Z
34842026-05-06T20:36:21.631Zinfo: running `cargo check --bins` on db-macros (162/274)
34852026-05-06T20:36:22.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-06T20:36:22.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-06T20:36:22.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-06T20:36:22.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34892026-05-06T20:36:22.206Z
34902026-05-06T20:36:22.206Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34912026-05-06T20:36:22.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-06T20:36:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-06T20:36:22.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-06T20:36:22.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34952026-05-06T20:36:22.784Z
34962026-05-06T20:36:22.784Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34972026-05-06T20:36:23.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-06T20:36:23.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-06T20:36:23.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-06T20:36:23.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35012026-05-06T20:36:23.421Z
35022026-05-06T20:36:23.421Zinfo: running `cargo check --bins` on authz-macros (165/274)
35032026-05-06T20:36:23.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-06T20:36:23.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-06T20:36:23.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-06T20:36:23.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-05-06T20:36:23.991Z
35082026-05-06T20:36:23.992Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35092026-05-06T20:36:24.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-06T20:36:24.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-06T20:36:24.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-06T20:36:24.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132026-05-06T20:36:24.629Z
35142026-05-06T20:36:24.629Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35152026-05-06T20:36:25.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-06T20:36:25.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-06T20:36:25.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-06T20:36:25.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-05-06T20:36:25.257Z
35202026-05-06T20:36:25.257Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35212026-05-06T20:36:25.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-06T20:36:25.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-06T20:36:25.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-06T20:36:25.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35252026-05-06T20:36:25.837Z
35262026-05-06T20:36:25.837Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35272026-05-06T20:36:26.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-06T20:36:26.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-06T20:36:26.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-06T20:36:26.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-05-06T20:36:26.413Z
35322026-05-06T20:36:26.414Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35332026-05-06T20:36:26.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-06T20:36:26.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-06T20:36:26.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-06T20:36:26.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-05-06T20:36:27.005Z
35382026-05-06T20:36:27.005Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35392026-05-06T20:36:27.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-06T20:36:27.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-06T20:36:27.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-06T20:36:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-05-06T20:36:27.587Z
35442026-05-06T20:36:27.587Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35452026-05-06T20:36:28.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-06T20:36:28.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-06T20:36:28.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-06T20:36:28.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35492026-05-06T20:36:28.165Z
35502026-05-06T20:36:28.165Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35512026-05-06T20:36:28.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-06T20:36:28.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-06T20:36:28.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-06T20:36:28.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-05-06T20:36:28.809Z
35562026-05-06T20:36:28.809Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35572026-05-06T20:36:29.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-06T20:36:29.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-06T20:36:29.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-06T20:36:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35612026-05-06T20:36:29.457Z
35622026-05-06T20:36:29.457Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35632026-05-06T20:36:29.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-06T20:36:29.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-06T20:36:29.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-06T20:36:30.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35672026-05-06T20:36:30.096Z
35682026-05-06T20:36:30.096Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35692026-05-06T20:36:30.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-06T20:36:30.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-06T20:36:30.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-06T20:36:30.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35732026-05-06T20:36:30.710Z
35742026-05-06T20:36:30.710Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35752026-05-06T20:36:31.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-06T20:36:31.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-06T20:36:31.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-06T20:36:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35792026-05-06T20:36:31.317Z
35802026-05-06T20:36:31.318Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35812026-05-06T20:36:31.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-06T20:36:31.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-06T20:36:31.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-06T20:36:31.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35852026-05-06T20:36:32.413Z
35862026-05-06T20:36:32.413Zinfo: running `cargo check --bins` on key-manager (179/274)
35872026-05-06T20:36:32.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-06T20:36:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-06T20:36:32.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-06T20:36:32.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-05-06T20:36:32.522Z
35922026-05-06T20:36:32.522Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35932026-05-06T20:36:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-06T20:36:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-06T20:36:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-06T20:36:33.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35972026-05-06T20:36:33.132Z
35982026-05-06T20:36:33.132Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35992026-05-06T20:36:33.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-06T20:36:33.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-06T20:36:33.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-06T20:36:33.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36032026-05-06T20:36:33.745Z
36042026-05-06T20:36:33.745Zinfo: running `cargo check --bins` on typed-rng (182/274)
36052026-05-06T20:36:34.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-06T20:36:34.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-06T20:36:34.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-06T20:36:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36092026-05-06T20:36:34.323Z
36102026-05-06T20:36:34.323Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36112026-05-06T20:36:34.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-06T20:36:34.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-06T20:36:35.163Z Compiling typify-impl v0.4.3
36142026-05-06T20:36:35.163Z Compiling libefi-sys v0.1.0
36152026-05-06T20:36:35.166Z Compiling bitfield-struct v0.6.2
36162026-05-06T20:36:35.316Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-05-06T20:36:35.327Z Compiling xshell-macros v0.2.7
36182026-05-06T20:36:35.340Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36192026-05-06T20:36:35.355Z Compiling salty v0.3.0
36202026-05-06T20:36:35.397Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36212026-05-06T20:36:35.557Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-05-06T20:36:35.661Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36232026-05-06T20:36:35.678Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-05-06T20:36:35.694Z Checking xshell v0.2.7
36252026-05-06T20:36:35.864Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36262026-05-06T20:36:35.880Z Checking primeorder v0.13.6
36272026-05-06T20:36:35.920Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-05-06T20:36:36.033Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36292026-05-06T20:36:36.081Z Compiling proc-macro-error-attr2 v2.0.0
36302026-05-06T20:36:36.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-05-06T20:36:36.157Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322026-05-06T20:36:36.313Z Checking tungstenite v0.21.0
36332026-05-06T20:36:36.331Z Checking p384 v0.13.1
36342026-05-06T20:36:36.393Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36352026-05-06T20:36:36.465Z Compiling proc-macro-error2 v2.0.1
36362026-05-06T20:36:36.554Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36372026-05-06T20:36:36.747Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36382026-05-06T20:36:36.762Z Compiling num-derive v0.3.3
36392026-05-06T20:36:36.796Z Compiling tabled_derive v0.11.0
36402026-05-06T20:36:37.077Z Checking tokio-tungstenite v0.21.0
36412026-05-06T20:36:37.290Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-05-06T20:36:37.355Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-05-06T20:36:37.355Z Checking papergrid v0.17.0
36442026-05-06T20:36:37.539Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-05-06T20:36:37.731Z Checking libscf-sys v1.1.0
36462026-05-06T20:36:37.865Z Checking testing_table v0.3.0
36472026-05-06T20:36:37.932Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-05-06T20:36:37.960Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-05-06T20:36:37.977Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36502026-05-06T20:36:38.039Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36512026-05-06T20:36:38.135Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-05-06T20:36:38.246Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-05-06T20:36:38.330Z Compiling unicase v2.9.0
36542026-05-06T20:36:38.426Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-05-06T20:36:38.443Z Checking corncobs v0.1.4
36562026-05-06T20:36:38.532Z Checking tabled v0.20.0
36572026-05-06T20:36:38.547Z Compiling mime_guess v2.0.5
36582026-05-06T20:36:38.571Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-06T20:36:38.590Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36602026-05-06T20:36:38.727Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-05-06T20:36:38.797Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-05-06T20:36:38.827Z Checking progenitor-client v0.11.2
36632026-05-06T20:36:39.054Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-06T20:36:39.071Z Checking secrecy v0.8.0
36652026-05-06T20:36:39.087Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36662026-05-06T20:36:39.143Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36672026-05-06T20:36:39.162Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36682026-05-06T20:36:39.297Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-06T20:36:39.580Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36702026-05-06T20:36:39.795Z Compiling typify-macro v0.4.3
36712026-05-06T20:36:39.806Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36722026-05-06T20:36:39.806Z Checking filetime v0.2.27
36732026-05-06T20:36:39.870Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36742026-05-06T20:36:39.886Z Checking xattr v1.6.1
36752026-05-06T20:36:40.011Z Checking crc8 v0.1.1
36762026-05-06T20:36:40.026Z Checking http-range v0.1.5
36772026-05-06T20:36:40.110Z Checking tar v0.4.45
36782026-05-06T20:36:40.358Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36792026-05-06T20:36:40.482Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36802026-05-06T20:36:40.548Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36812026-05-06T20:36:40.629Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36822026-05-06T20:36:40.645Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-05-06T20:36:40.700Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36842026-05-06T20:36:40.940Z Checking atty v0.2.14
36852026-05-06T20:36:41.044Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36862026-05-06T20:36:41.143Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36872026-05-06T20:36:41.226Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-05-06T20:36:41.411Z Compiling typify v0.4.3
36892026-05-06T20:36:41.545Z Compiling progenitor-impl v0.11.2
36902026-05-06T20:36:41.595Z Compiling progenitor-impl v0.10.0
36912026-05-06T20:36:42.031Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-05-06T20:36:42.066Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36932026-05-06T20:36:42.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36942026-05-06T20:36:42.636Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36952026-05-06T20:36:42.959Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36962026-05-06T20:36:43.065Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36972026-05-06T20:36:43.162Z Checking hyper-staticfile v0.10.1
36982026-05-06T20:36:43.202Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36992026-05-06T20:36:43.397Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37002026-05-06T20:36:43.443Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37012026-05-06T20:36:43.455Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37022026-05-06T20:36:43.723Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37032026-05-06T20:36:43.760Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37042026-05-06T20:36:44.003Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-06T20:36:44.049Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37062026-05-06T20:36:44.160Z Compiling progenitor-macro v0.11.2
37072026-05-06T20:36:44.193Z Compiling progenitor-macro v0.10.0
37082026-05-06T20:36:47.005Z Checking progenitor v0.10.0
37092026-05-06T20:36:47.025Z Checking progenitor v0.11.2
37102026-05-06T20:36:47.139Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37112026-05-06T20:36:47.143Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37122026-05-06T20:36:51.742Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37132026-05-06T20:36:52.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-05-06T20:37:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.79s
37152026-05-06T20:37:03.341Z
37162026-05-06T20:37:03.341Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37172026-05-06T20:37:03.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-05-06T20:37:03.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-05-06T20:37:04.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-05-06T20:37:14.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37212026-05-06T20:37:14.803Z
37222026-05-06T20:37:14.803Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37232026-05-06T20:37:15.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-05-06T20:37:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-05-06T20:37:15.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-05-06T20:37:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37272026-05-06T20:37:26.200Z
37282026-05-06T20:37:26.200Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37292026-05-06T20:37:26.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-06T20:37:26.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-06T20:37:26.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-05-06T20:37:37.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37332026-05-06T20:37:37.920Z
37342026-05-06T20:37:37.920Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37352026-05-06T20:37:38.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-06T20:37:38.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-06T20:37:38.442Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-05-06T20:37:50.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
37392026-05-06T20:37:50.175Z
37402026-05-06T20:37:50.175Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37412026-05-06T20:37:50.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-05-06T20:37:50.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-05-06T20:37:50.175Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-05-06T20:38:00.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37452026-05-06T20:38:00.398Z
37462026-05-06T20:38:00.398Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37472026-05-06T20:38:00.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-05-06T20:38:00.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-05-06T20:38:01.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-05-06T20:38:11.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37512026-05-06T20:38:11.942Z
37522026-05-06T20:38:11.942Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37532026-05-06T20:38:12.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-05-06T20:38:12.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-05-06T20:38:12.720Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-06T20:38:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37572026-05-06T20:38:23.403Z
37582026-05-06T20:38:23.403Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37592026-05-06T20:38:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-06T20:38:23.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-06T20:38:23.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-05-06T20:38:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37632026-05-06T20:38:24.008Z
37642026-05-06T20:38:24.008Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37652026-05-06T20:38:24.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-06T20:38:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-06T20:38:24.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-05-06T20:38:24.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37692026-05-06T20:38:24.613Z
37702026-05-06T20:38:24.613Zinfo: running `cargo check --bins` on range-requests (193/274)
37712026-05-06T20:38:25.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-06T20:38:25.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-06T20:38:25.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-05-06T20:38:25.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37752026-05-06T20:38:25.209Z
37762026-05-06T20:38:25.209Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37772026-05-06T20:38:25.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-06T20:38:25.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-06T20:38:25.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-05-06T20:38:25.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-05-06T20:38:25.800Z
37822026-05-06T20:38:25.801Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37832026-05-06T20:38:26.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-06T20:38:26.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-06T20:38:26.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-05-06T20:38:26.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37872026-05-06T20:38:26.414Z
37882026-05-06T20:38:26.415Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37892026-05-06T20:38:26.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-06T20:38:26.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-06T20:38:26.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-05-06T20:38:26.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37932026-05-06T20:38:27.024Z
37942026-05-06T20:38:27.024Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37952026-05-06T20:38:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-06T20:38:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-06T20:38:27.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-05-06T20:38:27.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-05-06T20:38:27.631Z
38002026-05-06T20:38:27.631Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38012026-05-06T20:38:28.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-06T20:38:28.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-06T20:38:28.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-06T20:38:28.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-06T20:38:28.249Z
38062026-05-06T20:38:28.249Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38072026-05-06T20:38:28.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-06T20:38:28.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-06T20:38:28.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-06T20:38:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38112026-05-06T20:38:28.871Z
38122026-05-06T20:38:28.871Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38132026-05-06T20:38:29.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-06T20:38:29.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-06T20:38:29.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-06T20:38:29.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38172026-05-06T20:38:29.484Z
38182026-05-06T20:38:29.484Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38192026-05-06T20:38:30.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-06T20:38:30.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-06T20:38:30.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-06T20:38:30.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-05-06T20:38:30.101Z
38242026-05-06T20:38:30.101Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38252026-05-06T20:38:30.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-06T20:38:30.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-06T20:38:30.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-06T20:38:30.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-06T20:38:30.787Z
38302026-05-06T20:38:30.787Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38312026-05-06T20:38:31.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-06T20:38:31.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-06T20:38:31.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-06T20:38:31.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-06T20:38:31.386Z
38362026-05-06T20:38:31.386Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38372026-05-06T20:38:31.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-06T20:38:31.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-06T20:38:31.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-06T20:38:31.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38412026-05-06T20:38:31.987Z
38422026-05-06T20:38:31.987Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38432026-05-06T20:38:32.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-06T20:38:32.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-06T20:38:32.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-06T20:38:32.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-05-06T20:38:32.606Z
38482026-05-06T20:38:32.607Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38492026-05-06T20:38:33.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-06T20:38:33.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-06T20:38:33.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-06T20:38:33.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38532026-05-06T20:38:33.246Z
38542026-05-06T20:38:33.246Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38552026-05-06T20:38:33.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-06T20:38:33.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-06T20:38:33.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-06T20:38:33.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38592026-05-06T20:38:33.897Z
38602026-05-06T20:38:33.897Zinfo: running `cargo check --bins` on update-common (208/274)
38612026-05-06T20:38:34.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-06T20:38:34.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-06T20:38:34.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-06T20:38:34.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-05-06T20:38:34.512Z
38662026-05-06T20:38:34.512Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38672026-05-06T20:38:35.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-06T20:38:35.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-06T20:38:35.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-06T20:38:35.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38712026-05-06T20:38:35.156Z
38722026-05-06T20:38:35.156Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38732026-05-06T20:38:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-06T20:38:35.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-06T20:38:35.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-06T20:38:35.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38772026-05-06T20:38:35.736Z
38782026-05-06T20:38:35.736Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38792026-05-06T20:38:36.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-06T20:38:36.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-06T20:38:36.505Z Compiling fs-err v2.11.0
38822026-05-06T20:38:36.508Z Checking ignore v0.4.25
38832026-05-06T20:38:36.508Z Checking arc-swap v1.8.2
38842026-05-06T20:38:36.626Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38852026-05-06T20:38:36.653Z Checking predicates-tree v1.0.13
38862026-05-06T20:38:36.664Z Checking parse-size v1.1.0
38872026-05-06T20:38:36.677Z Checking rand_seeder v0.4.0
38882026-05-06T20:38:36.686Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38892026-05-06T20:38:36.755Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38902026-05-06T20:38:36.778Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38912026-05-06T20:38:36.814Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38922026-05-06T20:38:36.830Z Checking slog-scope v4.4.1
38932026-05-06T20:38:36.964Z Checking slog-stdlog v4.1.1
38942026-05-06T20:38:36.978Z Compiling petname v2.0.2
38952026-05-06T20:38:36.999Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38962026-05-06T20:38:37.052Z Checking globwalk v0.9.1
38972026-05-06T20:38:37.060Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38982026-05-06T20:38:37.077Z Checking slog-envlogger v2.2.0
38992026-05-06T20:38:37.209Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-06T20:38:37.223Z Checking camino-tempfile-ext v0.3.3
39012026-05-06T20:38:37.234Z Checking sapling-renderdag v0.1.0
39022026-05-06T20:38:37.373Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39032026-05-06T20:38:37.416Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39042026-05-06T20:38:37.481Z Checking subprocess v0.2.15
39052026-05-06T20:38:37.561Z Checking sync-ptr v0.1.4
39062026-05-06T20:38:37.647Z Checking colored v2.2.0
39072026-05-06T20:38:37.676Z Checking assert_matches v1.5.0
39082026-05-06T20:38:37.750Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39092026-05-06T20:38:37.822Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39102026-05-06T20:38:37.859Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-06T20:38:37.859Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39122026-05-06T20:38:38.508Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39132026-05-06T20:38:39.823Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39142026-05-06T20:38:42.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39152026-05-06T20:38:42.230Z
39162026-05-06T20:38:42.230Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39172026-05-06T20:38:42.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-06T20:38:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-06T20:38:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-06T20:38:42.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39212026-05-06T20:38:42.822Z
39222026-05-06T20:38:42.822Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39232026-05-06T20:38:43.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-06T20:38:43.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-06T20:38:43.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-06T20:38:43.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39272026-05-06T20:38:43.420Z
39282026-05-06T20:38:43.420Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39292026-05-06T20:38:43.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-06T20:38:43.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-06T20:38:43.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-06T20:38:43.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39332026-05-06T20:38:44.074Z
39342026-05-06T20:38:44.074Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39352026-05-06T20:38:44.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-06T20:38:44.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-06T20:38:44.794Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39382026-05-06T20:38:44.794Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39392026-05-06T20:38:45.439Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39402026-05-06T20:38:47.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39412026-05-06T20:38:47.230Z
39422026-05-06T20:38:47.230Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39432026-05-06T20:38:47.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-05-06T20:38:47.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-05-06T20:38:47.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-05-06T20:38:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39472026-05-06T20:38:47.825Z
39482026-05-06T20:38:47.825Zinfo: running `cargo check --bins` on cert-dev (217/274)
39492026-05-06T20:38:48.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-05-06T20:38:48.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-05-06T20:38:48.421Z Checking yasna v0.5.2
39522026-05-06T20:38:48.823Z Checking rcgen v0.12.1
39532026-05-06T20:38:49.068Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39542026-05-06T20:38:49.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39552026-05-06T20:38:49.430Z
39562026-05-06T20:38:49.430Zinfo: running `cargo check --bins` on clickana (218/274)
39572026-05-06T20:38:49.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-06T20:38:49.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-06T20:38:50.064Z Compiling darling_core v0.23.0
39602026-05-06T20:38:50.068Z Compiling instability v0.3.11
39612026-05-06T20:38:50.173Z Checking castaway v0.2.4
39622026-05-06T20:38:50.186Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39632026-05-06T20:38:50.189Z Compiling indoc v2.0.7
39642026-05-06T20:38:50.201Z Checking unicode-truncate v1.1.0
39652026-05-06T20:38:50.204Z Checking lru v0.12.5
39662026-05-06T20:38:50.204Z Checking cassowary v0.3.0
39672026-05-06T20:38:50.264Z Checking compact_str v0.8.1
39682026-05-06T20:38:51.206Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39692026-05-06T20:38:51.389Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39702026-05-06T20:38:51.599Z Compiling darling_macro v0.23.0
39712026-05-06T20:38:52.010Z Compiling darling v0.23.0
39722026-05-06T20:38:52.645Z Checking ratatui v0.29.0
39732026-05-06T20:38:53.654Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39742026-05-06T20:38:54.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39752026-05-06T20:38:54.526Z
39762026-05-06T20:38:54.526Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39772026-05-06T20:38:55.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-06T20:38:55.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-06T20:38:55.220Z Checking headers-core v0.3.0
39802026-05-06T20:38:55.220Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39812026-05-06T20:38:55.420Z Checking headers v0.4.1
39822026-05-06T20:38:55.779Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39832026-05-06T20:38:56.646Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39842026-05-06T20:38:57.150Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39852026-05-06T20:38:57.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39862026-05-06T20:38:57.763Z
39872026-05-06T20:38:57.764Zinfo: running `cargo check --bins` on ch-dev (220/274)
39882026-05-06T20:38:58.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-06T20:38:58.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-06T20:38:58.480Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39912026-05-06T20:38:59.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39922026-05-06T20:38:59.429Z
39932026-05-06T20:38:59.429Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39942026-05-06T20:39:00.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-05-06T20:39:00.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-05-06T20:39:00.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-05-06T20:39:00.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
39982026-05-06T20:39:00.287Z
39992026-05-06T20:39:00.287Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40002026-05-06T20:39:00.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-06T20:39:00.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-06T20:39:00.595Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40032026-05-06T20:39:02.606Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40042026-05-06T20:39:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40052026-05-06T20:39:02.649Z
40062026-05-06T20:39:02.649Zinfo: running `cargo check --bins` on db-dev (223/274)
40072026-05-06T20:39:02.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-06T20:39:02.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-06T20:39:02.819Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40102026-05-06T20:39:03.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40112026-05-06T20:39:03.774Z
40122026-05-06T20:39:03.775Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40132026-05-06T20:39:04.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-06T20:39:04.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-06T20:39:04.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-05-06T20:39:04.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40172026-05-06T20:39:04.420Z
40182026-05-06T20:39:04.421Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40192026-05-06T20:39:04.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-06T20:39:04.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-06T20:39:05.027Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40222026-05-06T20:39:05.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40232026-05-06T20:39:05.873Z
40242026-05-06T20:39:05.873Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40252026-05-06T20:39:06.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-05-06T20:39:06.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-05-06T20:39:06.613Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-06T20:39:06.614Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40292026-05-06T20:39:06.614Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40302026-05-06T20:39:06.617Z Checking git-stub v1.0.0
40312026-05-06T20:39:06.746Z Compiling trait-variant v0.1.2
40322026-05-06T20:39:06.752Z Checking maplit v1.0.2
40332026-05-06T20:39:06.763Z Checking is_ci v1.2.0
40342026-05-06T20:39:06.787Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40352026-05-06T20:39:06.837Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40362026-05-06T20:39:06.871Z Checking supports-color v3.0.2
40372026-05-06T20:39:06.882Z Checking git-stub-vcs v0.1.0
40382026-05-06T20:39:06.948Z Checking drift v0.1.3
40392026-05-06T20:39:06.986Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-06T20:39:07.007Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40412026-05-06T20:39:07.070Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-05-06T20:39:07.199Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40432026-05-06T20:39:07.229Z Checking dropshot-api-manager v0.7.1
40442026-05-06T20:39:07.267Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-06T20:39:07.277Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40462026-05-06T20:39:07.470Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40472026-05-06T20:39:07.479Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40482026-05-06T20:39:07.656Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40492026-05-06T20:39:07.996Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40502026-05-06T20:39:12.886Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40512026-05-06T20:39:13.974Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40522026-05-06T20:39:14.545Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40532026-05-06T20:39:14.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40542026-05-06T20:39:15.179Z
40552026-05-06T20:39:15.179Zinfo: running `cargo check --bins` on installinator-api (227/274)
40562026-05-06T20:39:15.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-06T20:39:15.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-06T20:39:15.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-06T20:39:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40602026-05-06T20:39:15.778Z
40612026-05-06T20:39:15.778Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40622026-05-06T20:39:16.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-06T20:39:16.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-06T20:39:16.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-06T20:39:16.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40662026-05-06T20:39:16.413Z
40672026-05-06T20:39:16.413Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40682026-05-06T20:39:16.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-06T20:39:16.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-06T20:39:16.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-05-06T20:39:16.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40722026-05-06T20:39:17.052Z
40732026-05-06T20:39:17.052Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40742026-05-06T20:39:17.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-06T20:39:17.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-06T20:39:17.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-05-06T20:39:17.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40782026-05-06T20:39:17.691Z
40792026-05-06T20:39:17.691Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40802026-05-06T20:39:19.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-06T20:39:19.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-06T20:39:19.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-06T20:39:19.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-05-06T20:39:19.937Z
40852026-05-06T20:39:19.937Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40862026-05-06T20:39:19.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-06T20:39:19.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-06T20:39:19.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-06T20:39:19.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40902026-05-06T20:39:19.937Z
40912026-05-06T20:39:19.938Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40922026-05-06T20:39:19.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-06T20:39:19.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-06T20:39:19.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-06T20:39:19.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40962026-05-06T20:39:19.938Z
40972026-05-06T20:39:19.938Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40982026-05-06T20:39:20.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-06T20:39:20.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-06T20:39:20.087Z Checking typeid v1.0.3
41012026-05-06T20:39:20.206Z Checking ordered-float v2.10.1
41022026-05-06T20:39:20.228Z Checking unicode-xid v0.2.6
41032026-05-06T20:39:20.235Z Checking cargo-platform v0.2.0
41042026-05-06T20:39:20.241Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41052026-05-06T20:39:20.268Z Checking erased-serde v0.4.9
41062026-05-06T20:39:20.399Z Checking serde-value v0.7.0
41072026-05-06T20:39:20.579Z Checking serde-untagged v0.1.9
41082026-05-06T20:39:20.722Z Checking cargo-util-schemas v0.8.2
41092026-05-06T20:39:21.398Z Checking cargo_metadata v0.21.0
41102026-05-06T20:39:21.990Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41112026-05-06T20:39:22.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41122026-05-06T20:39:22.843Z
41132026-05-06T20:39:22.843Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41142026-05-06T20:39:23.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-06T20:39:23.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-06T20:39:23.571Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41172026-05-06T20:39:24.199Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41182026-05-06T20:39:24.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41192026-05-06T20:39:24.912Z
41202026-05-06T20:39:24.912Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41212026-05-06T20:39:25.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-06T20:39:25.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-06T20:39:25.764Z Compiling vergen-gitcl v1.0.8
41242026-05-06T20:39:25.764Z Compiling dirs-sys-next v0.1.2
41252026-05-06T20:39:25.764Z Compiling diesel_derives v2.3.7
41262026-05-06T20:39:25.764Z Compiling crunchy v0.2.4
41272026-05-06T20:39:25.773Z Compiling glob v0.3.3
41282026-05-06T20:39:25.773Z Compiling dsl_auto_type v0.2.0
41292026-05-06T20:39:25.773Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-05-06T20:39:25.773Z Checking scheduled-thread-pool v0.2.7
41312026-05-06T20:39:26.020Z Compiling diesel_table_macro_syntax v0.3.0
41322026-05-06T20:39:26.092Z Compiling dirs-next v2.0.0
41332026-05-06T20:39:26.110Z Compiling tiny-keccak v2.0.2
41342026-05-06T20:39:26.207Z Compiling term v0.7.0
41352026-05-06T20:39:26.236Z Checking r2d2 v0.8.10
41362026-05-06T20:39:26.319Z Compiling clang-sys v1.8.1
41372026-05-06T20:39:26.334Z Checking downcast-rs v2.0.2
41382026-05-06T20:39:26.338Z Compiling bit-vec v0.6.3
41392026-05-06T20:39:26.467Z Compiling ascii-canvas v3.0.0
41402026-05-06T20:39:26.616Z Compiling bit-set v0.5.3
41412026-05-06T20:39:26.698Z Compiling itertools v0.10.5
41422026-05-06T20:39:26.714Z Compiling ena v0.14.4
41432026-05-06T20:39:26.743Z Compiling libloading v0.8.9
41442026-05-06T20:39:26.774Z Compiling bindgen v0.71.1
41452026-05-06T20:39:26.788Z Compiling diff v0.1.13
41462026-05-06T20:39:26.824Z Compiling regex-syntax v0.6.29
41472026-05-06T20:39:26.949Z Compiling cexpr v0.6.0
41482026-05-06T20:39:27.051Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41492026-05-06T20:39:29.109Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41502026-05-06T20:39:29.211Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41512026-05-06T20:39:29.211Z Compiling libxml v0.3.3
41522026-05-06T20:39:29.211Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41532026-05-06T20:39:29.211Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41542026-05-06T20:39:29.211Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41552026-05-06T20:39:29.211Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41562026-05-06T20:39:29.211Z Compiling strum_macros v0.24.3
41572026-05-06T20:39:29.211Z Compiling indoc v1.0.9
41582026-05-06T20:39:29.212Z Compiling lalrpop v0.19.12
41592026-05-06T20:39:29.212Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41602026-05-06T20:39:29.212Z Checking derive_builder v0.20.2
41612026-05-06T20:39:29.212Z Compiling oso-derive v0.27.3
41622026-05-06T20:39:29.212Z Checking quick-xml v0.37.5
41632026-05-06T20:39:29.250Z Compiling impl-trait-for-tuples v0.2.3
41642026-05-06T20:39:29.545Z Checking openssl-probe v0.1.6
41652026-05-06T20:39:29.685Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41662026-05-06T20:39:29.968Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41672026-05-06T20:39:30.161Z Checking bb8 v0.8.6
41682026-05-06T20:39:30.432Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41692026-05-06T20:39:30.451Z Checking nonempty v0.12.0
41702026-05-06T20:39:30.593Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-06T20:39:30.614Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41722026-05-06T20:39:30.653Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41732026-05-06T20:39:30.779Z Checking console v0.16.2
41742026-05-06T20:39:30.798Z Checking unit-prefix v0.5.2
41752026-05-06T20:39:30.833Z Checking support-bundle-viewer v0.1.2
41762026-05-06T20:39:30.930Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-05-06T20:39:31.075Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-06T20:39:31.090Z Checking indicatif v0.18.4
41792026-05-06T20:39:31.220Z Checking multimap v0.10.1
41802026-05-06T20:39:31.789Z Checking diesel v2.3.7
41812026-05-06T20:39:33.511Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41822026-05-06T20:39:34.303Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41832026-05-06T20:39:34.396Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41842026-05-06T20:39:34.910Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41852026-05-06T20:39:35.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-05-06T20:39:35.691Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-05-06T20:39:36.051Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41882026-05-06T20:39:36.692Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41892026-05-06T20:39:38.734Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41902026-05-06T20:39:42.526Z Compiling samael v0.0.19
41912026-05-06T20:39:47.971Z Checking async-bb8-diesel v0.2.1
41922026-05-06T20:39:48.316Z Checking diesel-dtrace v0.5.0
41932026-05-06T20:39:49.340Z Compiling polar-core v0.27.3
41942026-05-06T20:39:53.685Z Checking oso v0.27.3
41952026-05-06T20:40:29.630Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41962026-05-06T20:41:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41972026-05-06T20:41:02.789Z
41982026-05-06T20:41:02.789Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41992026-05-06T20:41:03.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-05-06T20:41:03.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-05-06T20:41:03.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-05-06T20:41:03.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42032026-05-06T20:41:03.446Z
42042026-05-06T20:41:03.446Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42052026-05-06T20:41:04.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-05-06T20:41:04.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-05-06T20:41:04.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-05-06T20:41:04.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42092026-05-06T20:41:04.099Z
42102026-05-06T20:41:04.099Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42112026-05-06T20:41:04.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-05-06T20:41:04.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-05-06T20:41:04.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-05-06T20:41:04.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42152026-05-06T20:41:04.676Z
42162026-05-06T20:41:04.676Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42172026-05-06T20:41:05.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-05-06T20:41:05.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-05-06T20:41:05.602Z Compiling libz-sys v1.1.24
42202026-05-06T20:41:05.666Z Compiling libgit2-sys v0.18.3+1.9.2
42212026-05-06T20:41:05.677Z Compiling vergen-git2 v1.0.7
42222026-05-06T20:41:05.687Z Compiling rustls v0.21.12
42232026-05-06T20:41:05.713Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42242026-05-06T20:41:05.716Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42252026-05-06T20:41:05.716Z Checking sct v0.7.1
42262026-05-06T20:41:05.717Z Checking rustls-webpki v0.101.7
42272026-05-06T20:41:05.860Z Compiling nix v0.29.0
42282026-05-06T20:41:05.875Z Compiling dropshot v0.16.7
42292026-05-06T20:41:05.923Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-05-06T20:41:05.969Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-05-06T20:41:06.046Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42322026-05-06T20:41:06.116Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42332026-05-06T20:41:06.146Z Checking toml v0.9.12+spec-1.1.0
42342026-05-06T20:41:06.201Z Compiling dropshot_endpoint v0.16.7
42352026-05-06T20:41:06.335Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42362026-05-06T20:41:06.495Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42372026-05-06T20:41:06.709Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42382026-05-06T20:41:06.745Z Checking rustls-pemfile v1.0.4
42392026-05-06T20:41:06.860Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42402026-05-06T20:41:07.046Z Checking twox-hash v2.1.2
42412026-05-06T20:41:07.125Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42422026-05-06T20:41:07.393Z Checking tokio-rustls v0.24.1
42432026-05-06T20:41:07.809Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-05-06T20:41:07.839Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42452026-05-06T20:41:08.201Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42462026-05-06T20:41:08.485Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42472026-05-06T20:41:08.639Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42482026-05-06T20:41:08.721Z Checking fatfs v0.3.6
42492026-05-06T20:41:08.753Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42502026-05-06T20:41:08.777Z Compiling seq-macro v0.3.6
42512026-05-06T20:41:12.524Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-06T20:41:12.652Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42532026-05-06T20:41:12.913Z Compiling git2 v0.20.4
42542026-05-06T20:41:15.084Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42552026-05-06T20:42:02.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.45s
42562026-05-06T20:42:02.356Z
42572026-05-06T20:42:02.356Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42582026-05-06T20:42:02.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-06T20:42:02.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-06T20:42:03.239Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42612026-05-06T20:42:41.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.38s
42622026-05-06T20:42:41.974Z
42632026-05-06T20:42:41.974Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42642026-05-06T20:42:42.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-06T20:42:42.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-06T20:42:42.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-06T20:42:42.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42682026-05-06T20:42:42.565Z
42692026-05-06T20:42:42.565Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42702026-05-06T20:42:43.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-06T20:42:43.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-06T20:42:43.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-05-06T20:42:43.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42742026-05-06T20:42:43.206Z
42752026-05-06T20:42:43.206Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42762026-05-06T20:42:43.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-05-06T20:42:43.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-05-06T20:42:43.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-05-06T20:42:43.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42802026-05-06T20:42:43.869Z
42812026-05-06T20:42:43.869Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42822026-05-06T20:42:44.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-06T20:42:44.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-06T20:42:44.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-05-06T20:42:44.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42862026-05-06T20:42:44.521Z
42872026-05-06T20:42:44.521Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42882026-05-06T20:42:45.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-06T20:42:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-06T20:42:45.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-05-06T20:42:45.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42922026-05-06T20:42:45.158Z
42932026-05-06T20:42:45.158Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42942026-05-06T20:42:45.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-06T20:42:45.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-06T20:42:45.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-06T20:42:45.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42982026-05-06T20:42:45.813Z
42992026-05-06T20:42:45.813Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43002026-05-06T20:42:46.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-06T20:42:46.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-06T20:42:46.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-06T20:42:46.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43042026-05-06T20:42:46.475Z
43052026-05-06T20:42:46.475Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43062026-05-06T20:42:47.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-06T20:42:47.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-06T20:42:47.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-06T20:42:47.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43102026-05-06T20:42:47.128Z
43112026-05-06T20:42:47.129Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43122026-05-06T20:42:47.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-06T20:42:47.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-06T20:42:48.023Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43152026-05-06T20:42:48.023Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-05-06T20:42:48.211Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43172026-05-06T20:42:48.240Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43182026-05-06T20:42:48.261Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43192026-05-06T20:42:48.278Z Checking diff v0.1.13
43202026-05-06T20:42:48.280Z Checking yansi v1.0.1
43212026-05-06T20:42:48.281Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43222026-05-06T20:42:48.350Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43232026-05-06T20:42:48.539Z Checking pretty_assertions v1.4.1
43242026-05-06T20:42:49.171Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43252026-05-06T20:42:49.506Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43262026-05-06T20:43:12.658Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-05-06T20:43:12.663Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-05-06T20:43:12.663Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-05-06T20:43:12.663Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-05-06T20:43:12.663Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-05-06T20:43:12.663Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43322026-05-06T20:43:13.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-05-06T20:43:14.570Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43342026-05-06T20:43:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43352026-05-06T20:43:52.857Z
43362026-05-06T20:43:52.857Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43372026-05-06T20:43:53.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-05-06T20:43:53.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-05-06T20:43:53.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-05-06T20:43:53.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43412026-05-06T20:43:53.448Z
43422026-05-06T20:43:53.448Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43432026-05-06T20:43:54.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-05-06T20:43:54.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-05-06T20:43:54.225Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43462026-05-06T20:43:54.349Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43472026-05-06T20:43:54.354Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43482026-05-06T20:44:20.031Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43492026-05-06T20:44:20.414Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43502026-05-06T20:44:22.091Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43512026-05-06T20:44:22.543Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43522026-05-06T20:44:25.455Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43532026-05-06T20:44:47.924Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43542026-05-06T20:44:48.619Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43552026-05-06T20:44:50.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s
43562026-05-06T20:44:50.518Z
43572026-05-06T20:44:50.518Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43582026-05-06T20:44:50.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-06T20:44:51.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-06T20:44:51.176Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43612026-05-06T20:44:51.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43622026-05-06T20:44:52.047Z
43632026-05-06T20:44:52.048Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43642026-05-06T20:44:52.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-05-06T20:44:52.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-05-06T20:44:52.699Z Compiling blake3 v1.8.3
43672026-05-06T20:44:52.808Z Checking arrayvec v0.7.6
43682026-05-06T20:44:52.812Z Checking arrayref v0.3.9
43692026-05-06T20:44:52.812Z Checking constant_time_eq v0.4.2
43702026-05-06T20:44:52.830Z Checking topological-sort v0.2.2
43712026-05-06T20:44:52.834Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-06T20:44:52.834Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43732026-05-06T20:44:52.834Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43742026-05-06T20:44:52.881Z Checking shell-words v1.1.1
43752026-05-06T20:44:53.688Z Checking omicron-zone-package v0.12.2
43762026-05-06T20:44:54.398Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43772026-05-06T20:44:55.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43782026-05-06T20:44:55.418Z
43792026-05-06T20:44:55.418Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43802026-05-06T20:44:55.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-06T20:44:55.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-06T20:44:56.062Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43832026-05-06T20:44:57.384Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43842026-05-06T20:44:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43852026-05-06T20:44:57.400Z
43862026-05-06T20:44:57.400Zinfo: running `cargo check --bins` on schema (256/274)
43872026-05-06T20:44:57.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-06T20:44:57.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-06T20:44:57.696Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43902026-05-06T20:44:58.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43912026-05-06T20:44:58.601Z
43922026-05-06T20:44:58.601Zinfo: running `cargo check --bins` on xtask (257/274)
43932026-05-06T20:44:59.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-06T20:44:59.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-06T20:44:59.056Z Checking libc v0.2.185
43962026-05-06T20:44:59.139Z Checking serde v1.0.228
43972026-05-06T20:44:59.144Z Checking zerofrom v0.1.6
43982026-05-06T20:44:59.152Z Checking bitflags v2.11.0
43992026-05-06T20:44:59.155Z Checking smallvec v1.15.1
44002026-05-06T20:44:59.160Z Checking indexmap v2.14.0
44012026-05-06T20:44:59.169Z Checking serde_json v1.0.149
44022026-05-06T20:44:59.173Z Checking scroll v0.12.0
44032026-05-06T20:44:59.240Z Checking yoke v0.8.1
44042026-05-06T20:44:59.294Z Checking num-traits v0.2.19
44052026-05-06T20:44:59.324Z Checking thiserror v1.0.69
44062026-05-06T20:44:59.398Z Checking percent-encoding v2.3.2
44072026-05-06T20:44:59.417Z Checking zerovec v0.11.5
44082026-05-06T20:44:59.422Z Checking zerotrie v0.2.3
44092026-05-06T20:44:59.434Z Checking errno v0.3.14
44102026-05-06T20:44:59.531Z Checking toml_datetime v0.6.11
44112026-05-06T20:44:59.541Z Checking serde_spanned v0.6.9
44122026-05-06T20:44:59.550Z Checking rustix v1.1.3
44132026-05-06T20:44:59.658Z Checking log v0.4.29
44142026-05-06T20:44:59.672Z Checking zerocopy v0.7.35
44152026-05-06T20:44:59.708Z Checking form_urlencoded v1.2.2
44162026-05-06T20:44:59.712Z Checking toml_edit v0.22.27
44172026-05-06T20:44:59.776Z Checking getrandom v0.4.1
44182026-05-06T20:44:59.803Z Checking goblin v0.8.2
44192026-05-06T20:44:59.812Z Checking thiserror v2.0.18
44202026-05-06T20:44:59.818Z Checking ordered-float v2.10.1
44212026-05-06T20:44:59.837Z Checking tinystr v0.8.2
44222026-05-06T20:44:59.900Z Checking potential_utf v0.1.4
44232026-05-06T20:44:59.914Z Checking syn v2.0.117
44242026-05-06T20:45:00.019Z Checking icu_locale_core v2.1.1
44252026-05-06T20:45:00.030Z Checking icu_collections v2.1.1
44262026-05-06T20:45:00.045Z Checking serde-value v0.7.0
44272026-05-06T20:45:00.149Z Checking dtrace-parser v0.2.0
44282026-05-06T20:45:00.241Z Checking thread-id v4.2.2
44292026-05-06T20:45:00.334Z Checking once_cell v1.21.3
44302026-05-06T20:45:00.350Z Checking terminal_size v0.4.3
44312026-05-06T20:45:00.369Z Checking cargo-platform v0.2.0
44322026-05-06T20:45:00.375Z Checking memmap v0.7.0
44332026-05-06T20:45:00.459Z Checking clap_builder v4.5.60
44342026-05-06T20:45:00.503Z Checking tempfile v3.25.0
44352026-05-06T20:45:00.507Z Checking textwrap v0.16.2
44362026-05-06T20:45:00.531Z Checking fs-err v3.3.0
44372026-05-06T20:45:00.568Z Checking icu_provider v2.1.1
44382026-05-06T20:45:00.693Z Checking camino-tempfile v1.4.1
44392026-05-06T20:45:00.705Z Checking tabled v0.15.0
44402026-05-06T20:45:00.729Z Checking anyhow v1.0.102
44412026-05-06T20:45:00.798Z Checking toml v0.8.23
44422026-05-06T20:45:00.804Z Checking icu_normalizer v2.1.1
44432026-05-06T20:45:00.846Z Checking icu_properties v2.1.2
44442026-05-06T20:45:00.918Z Checking macaddr v1.0.1
44452026-05-06T20:45:01.091Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44462026-05-06T20:45:01.124Z Checking cargo_toml v0.21.0
44472026-05-06T20:45:01.645Z Checking clap v4.5.60
44482026-05-06T20:45:01.660Z Checking idna_adapter v1.2.1
44492026-05-06T20:45:01.666Z Checking dof v0.3.0
44502026-05-06T20:45:01.778Z Checking idna v1.1.0
44512026-05-06T20:45:01.953Z Checking usdt-impl v0.5.0
44522026-05-06T20:45:01.989Z Checking url v2.5.8
44532026-05-06T20:45:02.170Z Checking usdt v0.5.0
44542026-05-06T20:45:02.321Z Checking cargo-util-schemas v0.8.2
44552026-05-06T20:45:03.010Z Checking cargo_metadata v0.21.0
44562026-05-06T20:45:03.616Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44572026-05-06T20:45:04.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44582026-05-06T20:45:04.161Z
44592026-05-06T20:45:04.161Zinfo: running `cargo check --bins` on dnsadm (258/274)
44602026-05-06T20:45:04.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-05-06T20:45:04.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-05-06T20:45:04.791Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44632026-05-06T20:45:05.343Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44642026-05-06T20:45:05.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44652026-05-06T20:45:05.850Z
44662026-05-06T20:45:05.850Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44672026-05-06T20:45:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-05-06T20:45:07.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-05-06T20:45:07.042Z Checking polyval v0.6.2
44702026-05-06T20:45:07.042Z Checking ctr v0.9.2
44712026-05-06T20:45:07.042Z Checking ssh-encoding v0.2.0
44722026-05-06T20:45:07.042Z Checking blowfish v0.9.1
44732026-05-06T20:45:07.042Z Checking password-hash v0.4.2
44742026-05-06T20:45:07.042Z Checking p521 v0.13.3
44752026-05-06T20:45:07.042Z Checking p256 v0.13.2
44762026-05-06T20:45:07.042Z Checking russh-cryptovec v0.7.3
44772026-05-06T20:45:07.042Z Checking ghash v0.5.1
44782026-05-06T20:45:07.042Z Checking bcrypt-pbkdf v0.10.0
44792026-05-06T20:45:07.042Z Checking md5 v0.7.0
44802026-05-06T20:45:07.042Z Checking num-bigint v0.4.6
44812026-05-06T20:45:07.042Z Checking des v0.8.1
44822026-05-06T20:45:07.117Z Checking aes-gcm v0.10.3
44832026-05-06T20:45:07.117Z Checking pbkdf2 v0.11.0
44842026-05-06T20:45:07.131Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44852026-05-06T20:45:07.131Z Checking hex-literal v0.4.1
44862026-05-06T20:45:07.131Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44872026-05-06T20:45:07.132Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44882026-05-06T20:45:07.174Z Checking socket2 v0.5.10
44892026-05-06T20:45:07.189Z Checking ssh-cipher v0.2.0
44902026-05-06T20:45:07.209Z Checking internet-checksum v0.2.1
44912026-05-06T20:45:07.349Z Checking ssh-key v0.6.7
44922026-05-06T20:45:07.444Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44932026-05-06T20:45:07.976Z Checking russh-keys v0.45.0
44942026-05-06T20:45:08.685Z Checking russh v0.45.0
44952026-05-06T20:45:23.361Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44962026-05-06T20:45:24.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
44972026-05-06T20:45:24.794Z
44982026-05-06T20:45:24.794Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44992026-05-06T20:45:25.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-05-06T20:45:25.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-05-06T20:45:25.437Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45022026-05-06T20:45:25.536Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45032026-05-06T20:45:25.542Z Checking termios v0.3.3
45042026-05-06T20:45:26.740Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45052026-05-06T20:45:26.889Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45062026-05-06T20:45:28.668Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45072026-05-06T20:45:29.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45082026-05-06T20:45:29.417Z
45092026-05-06T20:45:29.417Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45102026-05-06T20:45:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-05-06T20:45:29.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-05-06T20:45:30.127Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45132026-05-06T20:45:30.243Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45142026-05-06T20:45:30.252Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45152026-05-06T20:45:30.256Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45162026-05-06T20:45:30.266Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45172026-05-06T20:45:30.301Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45182026-05-06T20:45:30.983Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45192026-05-06T20:45:31.321Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45202026-05-06T20:45:31.337Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45212026-05-06T20:45:31.957Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45222026-05-06T20:45:33.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45232026-05-06T20:45:33.793Z
45242026-05-06T20:45:33.793Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45252026-05-06T20:45:34.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-06T20:45:34.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-06T20:45:34.430Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45282026-05-06T20:45:34.884Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45292026-05-06T20:45:35.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45302026-05-06T20:45:35.383Z
45312026-05-06T20:45:35.383Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45322026-05-06T20:45:35.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-06T20:45:35.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-06T20:45:35.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45352026-05-06T20:45:35.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45362026-05-06T20:45:35.971Z
45372026-05-06T20:45:35.971Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45382026-05-06T20:45:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-05-06T20:45:36.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-05-06T20:45:36.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-05-06T20:45:36.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45422026-05-06T20:45:36.565Z
45432026-05-06T20:45:36.565Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45442026-05-06T20:45:37.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-05-06T20:45:37.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-05-06T20:45:37.320Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45472026-05-06T20:45:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45482026-05-06T20:45:38.123Z
45492026-05-06T20:45:38.123Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45502026-05-06T20:45:38.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-05-06T20:45:38.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-05-06T20:45:38.777Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45532026-05-06T20:45:38.780Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45542026-05-06T20:45:39.028Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45552026-05-06T20:45:39.028Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45562026-05-06T20:45:39.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45572026-05-06T20:45:40.001Z
45582026-05-06T20:45:40.001Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45592026-05-06T20:45:40.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-06T20:45:40.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-06T20:45:40.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-05-06T20:45:40.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45632026-05-06T20:45:40.588Z
45642026-05-06T20:45:40.588Zinfo: running `cargo check --bins` on omicron-package (268/274)
45652026-05-06T20:45:41.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-05-06T20:45:41.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-05-06T20:45:41.268Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45682026-05-06T20:45:42.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45692026-05-06T20:45:42.542Z
45702026-05-06T20:45:42.542Zinfo: running `cargo check --bins` on tqdb (269/274)
45712026-05-06T20:45:43.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-06T20:45:43.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-06T20:45:43.323Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45742026-05-06T20:45:43.676Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45752026-05-06T20:45:44.189Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45762026-05-06T20:45:44.189Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45772026-05-06T20:45:49.937Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45782026-05-06T20:45:49.941Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45792026-05-06T20:45:50.512Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45802026-05-06T20:45:50.512Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45812026-05-06T20:45:50.516Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45822026-05-06T20:45:50.516Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45832026-05-06T20:45:51.294Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45842026-05-06T20:45:52.283Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45852026-05-06T20:45:53.048Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45862026-05-06T20:45:53.664Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45872026-05-06T20:45:57.645Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45882026-05-06T20:46:03.927Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-06T20:46:03.931Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45902026-05-06T20:46:03.931Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45912026-05-06T20:46:03.931Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45922026-05-06T20:46:05.428Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45932026-05-06T20:46:06.743Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45942026-05-06T20:46:07.416Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45952026-05-06T20:46:08.654Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45962026-05-06T20:46:09.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s
45972026-05-06T20:46:09.426Z
45982026-05-06T20:46:09.426Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45992026-05-06T20:46:09.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-06T20:46:09.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-06T20:46:10.144Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46022026-05-06T20:46:10.148Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46032026-05-06T20:46:10.148Z Checking rtoolbox v0.0.3
46042026-05-06T20:46:10.272Z Checking tui-tree-widget v0.23.1
46052026-05-06T20:46:10.365Z Checking rpassword v7.4.0
46062026-05-06T20:46:11.396Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46072026-05-06T20:46:14.381Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-05-06T20:46:16.239Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46092026-05-06T20:46:17.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46102026-05-06T20:46:17.345Z
46112026-05-06T20:46:17.345Zinfo: running `cargo check --bins` on wicket (271/274)
46122026-05-06T20:46:17.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-06T20:46:17.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-06T20:46:18.045Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46152026-05-06T20:46:18.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46162026-05-06T20:46:18.615Z
46172026-05-06T20:46:18.615Zinfo: running `cargo check --bins` on wicketd (272/274)
46182026-05-06T20:46:19.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-06T20:46:19.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-06T20:46:19.341Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46212026-05-06T20:46:19.344Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46222026-05-06T20:46:19.344Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46232026-05-06T20:46:19.344Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46242026-05-06T20:46:20.345Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46252026-05-06T20:46:20.915Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46262026-05-06T20:46:23.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46272026-05-06T20:46:24.057Z
46282026-05-06T20:46:24.057Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46292026-05-06T20:46:24.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-06T20:46:24.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-06T20:46:24.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46322026-05-06T20:46:24.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46332026-05-06T20:46:24.650Z
46342026-05-06T20:46:24.650Zinfo: running `cargo check --bins` on zone-setup (274/274)
46352026-05-06T20:46:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-05-06T20:46:25.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-05-06T20:46:25.323Z Checking uzers v0.12.2
46382026-05-06T20:46:25.591Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46392026-05-06T20:46:26.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46402026-05-06T20:46:26.542Z
46412026-05-06T20:46:26.542Zreal 14:05.747210105
46422026-05-06T20:46:26.542Zuser 20:33.905925721
46432026-05-06T20:46:26.542Zsys 4:12.746913330
46442026-05-06T20:46:26.542Ztrap 0.315202234
46452026-05-06T20:46:26.545Ztflt 1.230399369
46462026-05-06T20:46:26.545Zdflt 1.524302769
46472026-05-06T20:46:26.545Zkflt 0.016042263
46482026-05-06T20:46:26.546Zlock 1:16:32.434565459
46492026-05-06T20:46:26.546Zslp 1:38:01.877441255
46502026-05-06T20:46:26.546Zlat 57.814133339
46512026-05-06T20:46:26.546Zstop 3:36.107094112
46522026-05-06T20:46:26.546Zprocess exited: duration 991524 ms, exit code 0
 
46532026-05-06T20:46:26.554Zfound 0 output files