01KRCW71B7XPV5WKXAF2Q0HC8E: 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: 01KRCW7AR399VA66Q6QJDR12YB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T01:19:21.146Zjob assigned to worker 01KRCW7G2EGE8D3DC5KW15XTXD [factory aws, i-0ba55c18d80f768e9] (queued for 46 s)
 
22026-05-12T01:19:27.333Zstarting task 0: "setup"
32026-05-12T01:19:27.338Z++ uname -s
42026-05-12T01:19:27.341Z+ kern=SunOS
52026-05-12T01:19:27.341Z+ build_user=build
62026-05-12T01:19:27.341Z+ build_uid=12345
72026-05-12T01:19:27.341Z+ work_dir=/work
82026-05-12T01:19:27.341Z+ input_dir=/input
92026-05-12T01:19:27.341Z+ [[ 0 == 12345 ]]
102026-05-12T01:19:27.341Z+ case "$kern" in
112026-05-12T01:19:27.341Z+ groupadd -g 12345 build
122026-05-12T01:19:27.345Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T01:19:29.348Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T01:19:29.450Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T01:19:29.453Z+ home_fs=zfs
162026-05-12T01:19:29.453Z+ [[ zfs == autofs ]]
172026-05-12T01:19:29.453Z+ mkdir -p /home/build
182026-05-12T01:19:29.453Z+ chown build:build /home/build /work
192026-05-12T01:19:31.454Z+ chmod 0700 /home/build /work
202026-05-12T01:19:31.460Zprocess exited: duration 4125 ms, exit code 0
 
212026-05-12T01:19:31.467Zstarting task 1: "rust-toolchain"
222026-05-12T01:19:31.472Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T01:19:31.472Z * rust toolchain channel = "1.94.0"
242026-05-12T01:19:31.472Z * rust toolchain profile = "default"
252026-05-12T01:19:31.472Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-12T01:19:31.472Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T01:19:31.472Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T01:19:31.476Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T01:19:31.476Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T01:19:31.576Zinfo: downloading installer
312026-05-12T01:19:32.854Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T01:19:32.854Zwarn: /home/build/.rustup/settings.toml
332026-05-12T01:19:32.854Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T01:19:32.854Zwarn: instead of the one inferred from the default host triple.
352026-05-12T01:19:32.867Zinfo: profile set to default
362026-05-12T01:19:32.867Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T01:19:32.870Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T01:19:33.010Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T01:19:33.013Zinfo: downloading 6 components
402026-05-12T01:19:47.151Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T01:19:47.151Z
422026-05-12T01:19:47.179Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T01:19:47.179Z
442026-05-12T01:19:47.179Z
452026-05-12T01:19:47.179ZRust is installed now. Great!
462026-05-12T01:19:47.179Z
472026-05-12T01:19:47.179ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T01:19:47.179Zenvironment variable. This has not been done automatically.
492026-05-12T01:19:47.179Z
502026-05-12T01:19:47.179ZTo configure your current shell, you need to source
512026-05-12T01:19:47.179Zthe corresponding env file under $HOME/.cargo.
522026-05-12T01:19:47.182Z
532026-05-12T01:19:47.182ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T01:19:47.183Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T01:19:47.183Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T01:19:47.183Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T01:19:47.183Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T01:19:47.183Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T01:19:47.183Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T01:19:47.183Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T01:19:47.183Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T01:19:47.271Z+ rustup --version
632026-05-12T01:19:47.280Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T01:19:47.283Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T01:19:47.302Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T01:19:47.305Z+ cargo --version
672026-05-12T01:19:47.317Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T01:19:47.320Z+ rustc --version
692026-05-12T01:19:47.339Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T01:19:47.342Zprocess exited: duration 15874 ms, exit code 0
 
712026-05-12T01:19:47.349Zstarting task 2: "authentication"
722026-05-12T01:19:47.365Zprocess exited: duration 16 ms, exit code 0
 
732026-05-12T01:19:47.372Zstarting task 3: "clone repository"
742026-05-12T01:19:47.375Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T01:19:47.378Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T01:19:47.409ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T01:19:57.411Z+ cd /work/oxidecomputer/omicron
782026-05-12T01:19:57.412Z+ git fetch origin 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
792026-05-12T01:19:57.691ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T01:19:57.691Z * branch 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 -> FETCH_HEAD
812026-05-12T01:19:57.701Z+ [[ -n mahrens/update ]]
822026-05-12T01:19:57.704Z++ git branch --show-current
832026-05-12T01:19:57.704Z+ current=main
842026-05-12T01:19:57.704Z+ [[ main != mahrens/update ]]
852026-05-12T01:19:57.704Z+ git branch -f mahrens/update 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
862026-05-12T01:19:57.707Z+ git checkout -f mahrens/update
872026-05-12T01:19:57.938ZSwitched to branch 'mahrens/update'
882026-05-12T01:19:57.941Z+ git reset --hard 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
892026-05-12T01:19:57.956ZHEAD is now at 80e1f1639 Update crucible to latest
902026-05-12T01:19:57.959Zprocess exited: duration 10585 ms, exit code 0
 
912026-05-12T01:19:57.966Zstarting task 4: "build"
922026-05-12T01:19:57.970Z+ source .github/buildomat/ci-env.sh
932026-05-12T01:19:57.970Z++ export CARGO_TERM_COLOR=always
942026-05-12T01:19:57.970Z++ CARGO_TERM_COLOR=always
952026-05-12T01:19:57.973Z+ cargo --version
962026-05-12T01:19:57.980Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T01:19:57.983Z+ rustc --version
982026-05-12T01:19:58.003Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T01:19:58.006Z+ source ./env.sh
1002026-05-12T01:19:58.006Z++ OLD_SHELL_OPTS=ehxB
1012026-05-12T01:19:58.006Z++ set -o xtrace
1022026-05-12T01:19:58.010Z++++ dirname ./env.sh
1032026-05-12T01:19:58.010Z+++ readlink -f .
1042026-05-12T01:19:58.013Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-12T01:19:58.013Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-12T01:19:58.013Z++ 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-12T01:19:58.013Z++ 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
1082026-05-12T01:19:58.013Z++ 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-12T01:19:58.013Z++ 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
1102026-05-12T01:19:58.013Z++ 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-12T01:19:58.013Z++ 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
1122026-05-12T01:19:58.013Z++ 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-12T01:19:58.013Z++ case $OLD_SHELL_OPTS in
1142026-05-12T01:19:58.013Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-12T01:19:58.013Z+ 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
1162026-05-12T01:19:58.013Z+ 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-12T01:19:58.013Z+ banner prerequisites
1182026-05-12T01:19:58.017Z
1192026-05-12T01:19:58.017Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-12T01:19:58.017Z # # # # # # # # # # # # # # #
1212026-05-12T01:19:58.017Z # # # # ##### # # ##### # # # # # #### #
1222026-05-12T01:19:58.017Z ##### ##### # ##### # # # # # # # # #
1232026-05-12T01:19:58.017Z # # # # # # # # # # # # # # #
1242026-05-12T01:19:58.017Z # # # ###### # # ###### ### # #### # #### #
1252026-05-12T01:19:58.017Z
1262026-05-12T01:19:58.017Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-12T01:19:59.429Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-12T01:19:59.473Z Startup: Caching catalogs ... Done
1292026-05-12T01:19:59.622ZPlanning: Solver setup ... Done (0.120s)
1302026-05-12T01:19:59.631ZPlanning: Running solver ... Done (0.009s)
1312026-05-12T01:19:59.636ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-12T01:19:59.647ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-12T01:19:59.662ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-12T01:19:59.675ZPlanning: Package planning ... Done (0.013s)
1352026-05-12T01:19:59.678ZPlanning: Merging actions ... Done (0.002s)
1362026-05-12T01:19:59.865ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-12T01:19:59.869ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-12T01:20:00.693ZPlanning: Evaluating mediators ... Done (0.826s)
1392026-05-12T01:20:00.696ZPlanning: Planning completed in 1.20 seconds
1402026-05-12T01:20:00.706Z Packages to install: 2
1412026-05-12T01:20:00.709Z Estimated space available: 156.08 GB
1422026-05-12T01:20:00.709ZEstimated space to be consumed: 16.95 MB
1432026-05-12T01:20:00.709Z Create boot environment: No
1442026-05-12T01:20:00.709ZCreate backup boot environment: No
1452026-05-12T01:20:00.709Z Rebuild boot archive: No
1462026-05-12T01:20:00.709Z
1472026-05-12T01:20:00.709ZChanged packages:
1482026-05-12T01:20:00.709Zhelios
1492026-05-12T01:20:00.709Z developer/build-essential
1502026-05-12T01:20:00.709Z None -> 11-3.0
1512026-05-12T01:20:00.709Z library/libxmlsec1
1522026-05-12T01:20:00.709Z None -> 1.2.35-3.0
1532026-05-12T01:20:00.730Z
1542026-05-12T01:20:00.730ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-12T01:20:01.288ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1562026-05-12T01:20:01.363Z Actions: 1/268 actions (Installing new actions)
1572026-05-12T01:20:01.402Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-12T01:20:01.405ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-12T01:20:01.405ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-12T01:20:01.417ZFinalize: Updating image state ... Done (0.012s)
1612026-05-12T01:20:03.815ZFinalize: Creating fast lookup database ... Done (2.377s)
1622026-05-12T01:20:03.884ZFinalize: Reading search index ... Done (0.013s)
1632026-05-12T01:20:03.888ZFinalize: Updating search index ... Done (0.000s)
1642026-05-12T01:20:03.999ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-12T01:20:04.287ZPlanning: Evaluating mediator changes ... Done
1662026-05-12T01:20:04.393ZPlanning: Checking for conflicting actions ... Done
1672026-05-12T01:20:04.396ZPlanning: Consolidating action changes ... Done
1682026-05-12T01:20:04.554ZPlanning: Evaluating mediators ... Done
1692026-05-12T01:20:04.557ZPlanning: Planning completed in 0.27 seconds
1702026-05-12T01:20:04.576Z Mediators to change: 2
1712026-05-12T01:20:04.580Z Create boot environment: No
1722026-05-12T01:20:04.580ZCreate backup boot environment: No
1732026-05-12T01:20:04.615ZFinalize: Updating package state database ... Done
1742026-05-12T01:20:04.618ZFinalize: Updating package cache ... Done
1752026-05-12T01:20:04.622ZFinalize: Updating image state ... Done
1762026-05-12T01:20:06.570ZFinalize: Creating fast lookup database ... Done
1772026-05-12T01:20:06.631ZFinalize: Reading search index ... Done
1782026-05-12T01:20:06.634ZFinalize: Updating search index ... Done
1792026-05-12T01:20:06.692ZFinalize: Updating package cache ... Done
1802026-05-12T01:20:06.977ZPlanning: Evaluating mediator changes ... Done
1812026-05-12T01:20:07.085ZPlanning: Checking for conflicting actions ... Done
1822026-05-12T01:20:07.088ZPlanning: Consolidating action changes ... Done
1832026-05-12T01:20:07.242ZPlanning: Evaluating mediators ... Done
1842026-05-12T01:20:07.246ZPlanning: Planning completed in 0.27 seconds
1852026-05-12T01:20:07.265Z Mediators to change: 1
1862026-05-12T01:20:07.265Z Create boot environment: No
1872026-05-12T01:20:07.265ZCreate backup boot environment: No
1882026-05-12T01:20:07.305ZFinalize: Updating package state database ... Done
1892026-05-12T01:20:07.305ZFinalize: Updating package cache ... Done
1902026-05-12T01:20:07.312ZFinalize: Updating image state ... Done
1912026-05-12T01:20:09.244ZFinalize: Creating fast lookup database ... Done
1922026-05-12T01:20:09.310ZFinalize: Reading search index ... Done
1932026-05-12T01:20:09.313ZFinalize: Updating search index ... Done
1942026-05-12T01:20:09.363ZFinalize: Updating package cache ... Done
1952026-05-12T01:20:09.702ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-12T01:20:09.702Zapache system 2.4 system
1972026-05-12T01:20:09.702Zclang system 15 system
1982026-05-12T01:20:09.702Zcsh system system illumos
1992026-05-12T01:20:09.702Zctags system system illumos
2002026-05-12T01:20:09.702Zfile vendor vendor darwinsys
2012026-05-12T01:20:09.702Zfile system system illumos
2022026-05-12T01:20:09.703Zgcc vendor 14 vendor
2032026-05-12T01:20:09.703Zgcc system 13 system
2042026-05-12T01:20:09.703Zgcc system 10 system
2052026-05-12T01:20:09.703Zgo system 1.25 system
2062026-05-12T01:20:09.703Zllvm system 15 system
2072026-05-12T01:20:09.703Zmariadb system 11.4 system
2082026-05-12T01:20:09.703Zmta vendor vendor dma
2092026-05-12T01:20:09.703Zopenjdk system 17 system
2102026-05-12T01:20:09.703Zopenjdk system 11 system
2112026-05-12T01:20:09.703Zopenssl vendor 3 vendor
2122026-05-12T01:20:09.703Zperl system 5.40 system
2132026-05-12T01:20:09.703Zpostgresql system 18 system
2142026-05-12T01:20:09.703Zpostgresql system 17 system
2152026-05-12T01:20:09.703Zpython vendor 3 vendor
2162026-05-12T01:20:09.703Zpython system 2 system
2172026-05-12T01:20:09.703Zpython3 vendor 3.13 vendor
2182026-05-12T01:20:09.703Zruby system 3.4 system
2192026-05-12T01:20:09.703Zruby system 3.0 system
2202026-05-12T01:20:09.703Zwords vendor vendor american-english
2212026-05-12T01:20:09.703Zwords system system australian-english
2222026-05-12T01:20:09.703Zwords system system british-english
2232026-05-12T01:20:09.703Zwords system system canadian-english
2242026-05-12T01:20:09.703Zwords system system french
2252026-05-12T01:20:09.703Zwords system system italian
2262026-05-12T01:20:09.703Zwords system system ngerman
2272026-05-12T01:20:09.703Zwords system system ogerman
2282026-05-12T01:20:09.703Zwords system system spanish
2292026-05-12T01:20:09.925ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-12T01:20:09.926Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-12T01:20:10.185ZFMRI IFO
2322026-05-12T01:20:10.185Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-12T01:20:10.185Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-12T01:20:10.185Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-12T01:20:10.186Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-12T01:20:10.186Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-12T01:20:10.186Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-12T01:20:10.186Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-12T01:20:10.186Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-12T01:20:10.186Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-12T01:20:10.422Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-12T01:20:10.685Z Updating crates.io index
2432026-05-12T01:20:10.718Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-12T01:20:11.442Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-12T01:20:11.894Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-12T01:20:12.579Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-12T01:20:13.383Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-12T01:20:14.249Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-12T01:20:15.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-12T01:20:16.406Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-12T01:20:16.789Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-12T01:20:17.494Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-12T01:20:17.814Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-12T01:20:18.350Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-12T01:20:18.586Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-12T01:20:19.640Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-12T01:20:20.084Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-12T01:20:20.398Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-12T01:20:20.762Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-12T01:20:21.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-12T01:20:21.370Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-12T01:20:21.625Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-12T01:20:21.889Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-12T01:20:22.306Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-12T01:20:22.782Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-12T01:20:23.251Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-12T01:20:23.531Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-12T01:20:24.088Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-12T01:20:25.303Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-12T01:20:25.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-12T01:20:26.344Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-12T01:20:26.602Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-12T01:20:27.003Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-12T01:20:27.293Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-12T01:20:27.785Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-12T01:20:28.034Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-12T01:20:28.294Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-12T01:20:28.575Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-12T01:20:28.947Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-12T01:20:40.852Z Downloading crates ...
2812026-05-12T01:20:40.914Z Downloaded anstream v0.6.21
2822026-05-12T01:20:40.917Z Downloaded anyhow v1.0.102
2832026-05-12T01:20:40.920Z Downloaded strsim v0.11.1
2842026-05-12T01:20:40.920Z Downloaded itoa v1.0.17
2852026-05-12T01:20:40.923Z Downloaded heck v0.4.1
2862026-05-12T01:20:40.923Z Downloaded errno v0.3.14
2872026-05-12T01:20:40.926Z Downloaded dtrace-parser v0.2.0
2882026-05-12T01:20:40.929Z Downloaded digest v0.10.7
2892026-05-12T01:20:40.933Z Downloaded cargo-util-schemas v0.8.2
2902026-05-12T01:20:40.936Z Downloaded log v0.4.29
2912026-05-12T01:20:40.939Z Downloaded serde_derive v1.0.228
2922026-05-12T01:20:40.942Z Downloaded usdt-macro v0.5.0
2932026-05-12T01:20:40.945Z Downloaded unicode-width v0.1.14
2942026-05-12T01:20:40.948Z Downloaded potential_utf v0.1.4
2952026-05-12T01:20:40.948Z Downloaded plain v0.2.3
2962026-05-12T01:20:40.948Z Downloaded version_check v0.9.5
2972026-05-12T01:20:40.948Z Downloaded clap_derive v4.5.55
2982026-05-12T01:20:40.951Z Downloaded icu_normalizer_data v2.1.1
2992026-05-12T01:20:40.951Z Downloaded typeid v1.0.3
3002026-05-12T01:20:40.951Z Downloaded pest_derive v2.8.6
3012026-05-12T01:20:40.955Z Downloaded icu_locale_core v2.1.1
3022026-05-12T01:20:40.959Z Downloaded utf8_iter v1.0.4
3032026-05-12T01:20:40.962Z Downloaded zerovec-derive v0.11.2
3042026-05-12T01:20:40.965Z Downloaded thiserror-impl v1.0.69
3052026-05-12T01:20:40.965Z Downloaded proc-macro-error v1.0.4
3062026-05-12T01:20:40.968Z Downloaded yoke v0.8.1
3072026-05-12T01:20:40.968Z Downloaded serde_core v1.0.228
3082026-05-12T01:20:40.971Z Downloaded writeable v0.6.2
3092026-05-12T01:20:40.975Z Downloaded usdt v0.5.0
3102026-05-12T01:20:40.975Z Downloaded cfg-if v1.0.4
3112026-05-12T01:20:40.978Z Downloaded ucd-trie v0.1.7
3122026-05-12T01:20:40.978Z Downloaded tinystr v0.8.2
3132026-05-12T01:20:40.978Z Downloaded block-buffer v0.10.4
3142026-05-12T01:20:40.982Z Downloaded textwrap v0.16.2
3152026-05-12T01:20:40.982Z Downloaded zerofrom-derive v0.1.6
3162026-05-12T01:20:40.986Z Downloaded utf8parse v0.2.2
3172026-05-12T01:20:40.986Z Downloaded toml_write v0.1.2
3182026-05-12T01:20:40.986Z Downloaded proc-macro-error-attr v1.0.4
3192026-05-12T01:20:40.989Z Downloaded toml v0.8.23
3202026-05-12T01:20:40.989Z Downloaded serde_spanned v0.6.9
3212026-05-12T01:20:40.989Z Downloaded percent-encoding v2.3.2
3222026-05-12T01:20:40.992Z Downloaded crypto-common v0.1.7
3232026-05-12T01:20:40.995Z Downloaded terminal_size v0.4.3
3242026-05-12T01:20:40.996Z Downloaded stable_deref_trait v1.2.1
3252026-05-12T01:20:40.996Z Downloaded ordered-float v2.10.1
3262026-05-12T01:20:40.996Z Downloaded yoke-derive v0.8.1
3272026-05-12T01:20:40.996Z Downloaded unicode-linebreak v0.1.5
3282026-05-12T01:20:40.999Z Downloaded thiserror v1.0.69
3292026-05-12T01:20:40.999Z Downloaded usdt-impl v0.5.0
3302026-05-12T01:20:41.002Z Downloaded typenum v1.19.0
3312026-05-12T01:20:41.002Z Downloaded thiserror v2.0.18
3322026-05-12T01:20:41.006Z Downloaded zerocopy-derive v0.7.35
3332026-05-12T01:20:41.009Z Downloaded zerofrom v0.1.6
3342026-05-12T01:20:41.009Z Downloaded toml_datetime v0.6.11
3352026-05-12T01:20:41.009Z Downloaded usdt-attr-macro v0.5.0
3362026-05-12T01:20:41.009Z Downloaded thread-id v4.2.2
3372026-05-12T01:20:41.009Z Downloaded cpufeatures v0.2.17
3382026-05-12T01:20:41.009Z Downloaded fnv v1.0.7
3392026-05-12T01:20:41.013Z Downloaded toml_edit v0.22.27
3402026-05-12T01:20:41.013Z Downloaded unicode-ident v1.0.24
3412026-05-12T01:20:41.016Z Downloaded colorchoice v1.0.4
3422026-05-12T01:20:41.016Z Downloaded equivalent v1.0.2
3432026-05-12T01:20:41.016Z Downloaded cargo-platform v0.2.0
3442026-05-12T01:20:41.016Z Downloaded unicode-xid v0.2.6
3452026-05-12T01:20:41.016Z Downloaded memmap v0.7.0
3462026-05-12T01:20:41.019Z Downloaded camino-tempfile v1.4.1
3472026-05-12T01:20:41.019Z Downloaded fs-err v3.3.0
3482026-05-12T01:20:41.019Z Downloaded zmij v1.0.21
3492026-05-12T01:20:41.022Z Downloaded thiserror-impl v2.0.18
3502026-05-12T01:20:41.022Z Downloaded fastrand v2.3.0
3512026-05-12T01:20:41.022Z Downloaded byteorder v1.5.0
3522026-05-12T01:20:41.022Z Downloaded autocfg v1.5.0
3532026-05-12T01:20:41.027Z Downloaded smallvec v1.15.1
3542026-05-12T01:20:41.027Z Downloaded url v2.5.8
3552026-05-12T01:20:41.027Z Downloaded scroll_derive v0.12.1
3562026-05-12T01:20:41.030Z Downloaded is_terminal_polyfill v1.70.2
3572026-05-12T01:20:41.030Z Downloaded camino v1.2.2
3582026-05-12T01:20:41.030Z Downloaded anstyle v1.0.13
3592026-05-12T01:20:41.030Z Downloaded pest_generator v2.8.6
3602026-05-12T01:20:41.030Z Downloaded macaddr v1.0.1
3612026-05-12T01:20:41.033Z Downloaded smawk v0.3.2
3622026-05-12T01:20:41.033Z Downloaded pretty-hex v0.4.1
3632026-05-12T01:20:41.036Z Downloaded zerovec v0.11.5
3642026-05-12T01:20:41.039Z Downloaded tabled_derive v0.7.0
3652026-05-12T01:20:41.039Z Downloaded zerocopy v0.7.35
3662026-05-12T01:20:41.045Z Downloaded serde-value v0.7.0
3672026-05-12T01:20:41.050Z Downloaded winnow v0.7.14
3682026-05-12T01:20:41.053Z Downloaded serde-untagged v0.1.9
3692026-05-12T01:20:41.053Z Downloaded quote v1.0.45
3702026-05-12T01:20:41.053Z Downloaded dof v0.3.0
3712026-05-12T01:20:41.053Z Downloaded anstyle-query v1.1.5
3722026-05-12T01:20:41.056Z Downloaded swrite v0.1.0
3732026-05-12T01:20:41.056Z Downloaded form_urlencoded v1.2.2
3742026-05-12T01:20:41.056Z Downloaded displaydoc v0.2.5
3752026-05-12T01:20:41.056Z Downloaded zerotrie v0.2.3
3762026-05-12T01:20:41.060Z Downloaded idna_adapter v1.2.1
3772026-05-12T01:20:41.060Z Downloaded generic-array v0.14.7
3782026-05-12T01:20:41.060Z Downloaded unicode-width v0.2.0
3792026-05-12T01:20:41.063Z Downloaded erased-serde v0.4.9
3802026-05-12T01:20:41.066Z Downloaded heck v0.5.0
3812026-05-12T01:20:41.069Z Downloaded clap_lex v1.0.0
3822026-05-12T01:20:41.073Z Downloaded sha2 v0.10.9
3832026-05-12T01:20:41.079Z Downloaded cargo_toml v0.21.0
3842026-05-12T01:20:41.083Z Downloaded synstructure v0.13.2
3852026-05-12T01:20:41.083Z Downloaded anstyle-parse v0.2.7
3862026-05-12T01:20:41.087Z Downloaded serde_tokenstream v0.2.3
3872026-05-12T01:20:41.090Z Downloaded bytecount v0.6.9
3882026-05-12T01:20:41.094Z Downloaded cargo_metadata v0.21.0
3892026-05-12T01:20:41.101Z Downloaded litemap v0.8.1
3902026-05-12T01:20:41.107Z Downloaded scroll v0.12.0
3912026-05-12T01:20:41.110Z Downloaded once_cell v1.21.3
3922026-05-12T01:20:41.110Z Downloaded tempfile v3.25.0
3932026-05-12T01:20:41.113Z Downloaded semver v1.0.28
3942026-05-12T01:20:41.116Z Downloaded papergrid v0.11.0
3952026-05-12T01:20:41.119Z Downloaded getrandom v0.4.1
3962026-05-12T01:20:41.123Z Downloaded serde v1.0.228
3972026-05-12T01:20:41.126Z Downloaded proc-macro2 v1.0.106
3982026-05-12T01:20:41.129Z Downloaded bitflags v2.11.0
3992026-05-12T01:20:41.132Z Downloaded icu_properties v2.1.2
4002026-05-12T01:20:41.133Z Downloaded num-traits v0.2.19
4012026-05-12T01:20:41.136Z Downloaded clap v4.5.60
4022026-05-12T01:20:41.144Z Downloaded pest_meta v2.8.6
4032026-05-12T01:20:41.147Z Downloaded icu_collections v2.1.1
4042026-05-12T01:20:41.150Z Downloaded icu_normalizer v2.1.1
4052026-05-12T01:20:41.154Z Downloaded memchr v2.8.0
4062026-05-12T01:20:41.154Z Downloaded indexmap v2.14.0
4072026-05-12T01:20:41.157Z Downloaded icu_provider v2.1.1
4082026-05-12T01:20:41.164Z Downloaded rustix v1.1.3
4092026-05-12T01:20:41.199Z Downloaded serde_json v1.0.149
4102026-05-12T01:20:41.206Z Downloaded pest v2.8.6
4112026-05-12T01:20:41.210Z Downloaded idna v1.1.0
4122026-05-12T01:20:41.213Z Downloaded goblin v0.8.2
4132026-05-12T01:20:41.216Z Downloaded icu_properties_data v2.1.2
4142026-05-12T01:20:41.219Z Downloaded hashbrown v0.17.0
4152026-05-12T01:20:41.223Z Downloaded clap_builder v4.5.60
4162026-05-12T01:20:41.228Z Downloaded tabled v0.15.0
4172026-05-12T01:20:41.234Z Downloaded syn v1.0.109
4182026-05-12T01:20:41.241Z Downloaded syn v2.0.117
4192026-05-12T01:20:41.275Z Downloaded libc v0.2.185
4202026-05-12T01:20:41.341Z Compiling proc-macro2 v1.0.106
4212026-05-12T01:20:41.341Z Compiling quote v1.0.45
4222026-05-12T01:20:41.341Z Compiling unicode-ident v1.0.24
4232026-05-12T01:20:41.344Z Compiling serde_core v1.0.228
4242026-05-12T01:20:41.344Z Compiling libc v0.2.185
4252026-05-12T01:20:41.344Z Compiling version_check v0.9.5
4262026-05-12T01:20:41.344Z Compiling memchr v2.8.0
4272026-05-12T01:20:41.344Z Compiling stable_deref_trait v1.2.1
4282026-05-12T01:20:41.658Z Compiling serde v1.0.228
4292026-05-12T01:20:41.680Z Compiling zmij v1.0.21
4302026-05-12T01:20:41.848Z Compiling ucd-trie v0.1.7
4312026-05-12T01:20:41.911Z Compiling thiserror v1.0.69
4322026-05-12T01:20:42.003Z Compiling autocfg v1.5.0
4332026-05-12T01:20:42.110Z Compiling itoa v1.0.17
4342026-05-12T01:20:42.284Z Compiling pest v2.8.6
4352026-05-12T01:20:42.303Z Compiling litemap v0.8.1
4362026-05-12T01:20:42.369Z Compiling writeable v0.6.2
4372026-05-12T01:20:42.390Z Compiling rustix v1.1.3
4382026-05-12T01:20:42.427Z Compiling icu_properties_data v2.1.2
4392026-05-12T01:20:42.487Z Compiling icu_normalizer_data v2.1.1
4402026-05-12T01:20:42.559Z Compiling byteorder v1.5.0
4412026-05-12T01:20:42.792Z Compiling syn v2.0.117
4422026-05-12T01:20:42.895Z Compiling errno v0.3.14
4432026-05-12T01:20:42.914Z Compiling bitflags v2.11.0
4442026-05-12T01:20:42.949Z Compiling serde_json v1.0.149
4452026-05-12T01:20:43.147Z Compiling num-traits v0.2.19
4462026-05-12T01:20:43.178Z Compiling typeid v1.0.3
4472026-05-12T01:20:43.192Z Compiling smallvec v1.15.1
4482026-05-12T01:20:43.343Z Compiling pest_meta v2.8.6
4492026-05-12T01:20:43.440Z Compiling hashbrown v0.17.0
4502026-05-12T01:20:43.508Z Compiling equivalent v1.0.2
4512026-05-12T01:20:43.652Z Compiling thread-id v4.2.2
4522026-05-12T01:20:43.715Z Compiling usdt-impl v0.5.0
4532026-05-12T01:20:43.732Z Compiling proc-macro-error-attr v1.0.4
4542026-05-12T01:20:43.782Z Compiling syn v1.0.109
4552026-05-12T01:20:43.909Z Compiling toml_write v0.1.2
4562026-05-12T01:20:43.925Z Compiling indexmap v2.14.0
4572026-05-12T01:20:43.987Z Compiling winnow v0.7.14
4582026-05-12T01:20:44.086Z Compiling erased-serde v0.4.9
4592026-05-12T01:20:44.500Z Compiling proc-macro-error v1.0.4
4602026-05-12T01:20:44.590Z Compiling utf8parse v0.2.2
4612026-05-12T01:20:44.690Z Compiling thiserror v2.0.18
4622026-05-12T01:20:44.707Z Compiling percent-encoding v2.3.2
4632026-05-12T01:20:44.908Z Compiling plain v0.2.3
4642026-05-12T01:20:44.981Z Compiling getrandom v0.4.1
4652026-05-12T01:20:45.024Z Compiling log v0.4.29
4662026-05-12T01:20:45.040Z Compiling utf8_iter v1.0.4
4672026-05-12T01:20:45.043Z Compiling camino v1.2.2
4682026-05-12T01:20:45.222Z Compiling ordered-float v2.10.1
4692026-05-12T01:20:45.260Z Compiling form_urlencoded v1.2.2
4702026-05-12T01:20:45.409Z Compiling anstyle-parse v0.2.7
4712026-05-12T01:20:45.435Z Compiling synstructure v0.13.2
4722026-05-12T01:20:45.450Z Compiling pest_generator v2.8.6
4732026-05-12T01:20:45.523Z Compiling terminal_size v0.4.3
4742026-05-12T01:20:45.667Z Compiling cfg-if v1.0.4
4752026-05-12T01:20:45.744Z Compiling is_terminal_polyfill v1.70.2
4762026-05-12T01:20:45.812Z Compiling colorchoice v1.0.4
4772026-05-12T01:20:45.843Z Compiling anstyle v1.0.13
4782026-05-12T01:20:45.876Z Compiling pretty-hex v0.4.1
4792026-05-12T01:20:45.926Z Compiling anstyle-query v1.1.5
4802026-05-12T01:20:45.944Z Compiling serde-untagged v0.1.9
4812026-05-12T01:20:46.019Z Compiling anstream v0.6.21
4822026-05-12T01:20:46.143Z Compiling semver v1.0.28
4832026-05-12T01:20:46.184Z Compiling fs-err v3.3.0
4842026-05-12T01:20:46.228Z Compiling strsim v0.11.1
4852026-05-12T01:20:46.325Z Compiling fnv v1.0.7
4862026-05-12T01:20:46.370Z Compiling unicode-xid v0.2.6
4872026-05-12T01:20:46.429Z Compiling clap_lex v1.0.0
4882026-05-12T01:20:46.445Z Compiling fastrand v2.3.0
4892026-05-12T01:20:46.466Z Compiling heck v0.5.0
4902026-05-12T01:20:46.493Z Compiling heck v0.4.1
4912026-05-12T01:20:46.577Z Compiling anyhow v1.0.102
4922026-05-12T01:20:46.699Z Compiling unicode-width v0.1.14
4932026-05-12T01:20:46.703Z Compiling once_cell v1.21.3
4942026-05-12T01:20:46.730Z Compiling bytecount v0.6.9
4952026-05-12T01:20:46.867Z Compiling tempfile v3.25.0
4962026-05-12T01:20:46.913Z Compiling clap_builder v4.5.60
4972026-05-12T01:20:46.960Z Compiling papergrid v0.11.0
4982026-05-12T01:20:47.090Z Compiling memmap v0.7.0
4992026-05-12T01:20:47.107Z Compiling smawk v0.3.2
5002026-05-12T01:20:47.131Z Compiling serde_derive v1.0.228
5012026-05-12T01:20:47.234Z Compiling zerofrom-derive v0.1.6
5022026-05-12T01:20:47.250Z Compiling yoke-derive v0.8.1
5032026-05-12T01:20:47.270Z Compiling zerovec-derive v0.11.2
5042026-05-12T01:20:47.529Z Compiling displaydoc v0.2.5
5052026-05-12T01:20:48.257Z Compiling thiserror-impl v1.0.69
5062026-05-12T01:20:48.348Z Compiling zerocopy-derive v0.7.35
5072026-05-12T01:20:48.348Z Compiling pest_derive v2.8.6
5082026-05-12T01:20:48.382Z Compiling scroll_derive v0.12.1
5092026-05-12T01:20:48.593Z Compiling zerofrom v0.1.6
5102026-05-12T01:20:48.725Z Compiling yoke v0.8.1
5112026-05-12T01:20:48.780Z Compiling thiserror-impl v2.0.18
5122026-05-12T01:20:48.914Z Compiling zerovec v0.11.5
5132026-05-12T01:20:49.030Z Compiling zerotrie v0.2.3
5142026-05-12T01:20:49.197Z Compiling zerocopy v0.7.35
5152026-05-12T01:20:49.334Z Compiling scroll v0.12.0
5162026-05-12T01:20:49.471Z Compiling tinystr v0.8.2
5172026-05-12T01:20:49.651Z Compiling icu_locale_core v2.1.1
5182026-05-12T01:20:49.671Z Compiling potential_utf v0.1.4
5192026-05-12T01:20:49.683Z Compiling dtrace-parser v0.2.0
5202026-05-12T01:20:49.810Z Compiling icu_collections v2.1.1
5212026-05-12T01:20:49.837Z Compiling goblin v0.8.2
5222026-05-12T01:20:49.964Z Compiling tabled_derive v0.7.0
5232026-05-12T01:20:50.264Z Compiling icu_provider v2.1.1
5242026-05-12T01:20:50.293Z Compiling clap_derive v4.5.55
5252026-05-12T01:20:50.437Z Compiling serde_spanned v0.6.9
5262026-05-12T01:20:50.509Z Compiling icu_properties v2.1.2
5272026-05-12T01:20:50.535Z Compiling icu_normalizer v2.1.1
5282026-05-12T01:20:50.554Z Compiling toml_datetime v0.6.11
5292026-05-12T01:20:50.571Z Compiling dof v0.3.0
5302026-05-12T01:20:50.589Z Compiling serde_tokenstream v0.2.3
5312026-05-12T01:20:50.823Z Compiling toml_edit v0.22.27
5322026-05-12T01:20:50.911Z Compiling serde-value v0.7.0
5332026-05-12T01:20:50.973Z Compiling cargo-platform v0.2.0
5342026-05-12T01:20:51.074Z Compiling unicode-linebreak v0.1.5
5352026-05-12T01:20:51.266Z Compiling unicode-width v0.2.0
5362026-05-12T01:20:51.299Z Compiling tabled v0.15.0
5372026-05-12T01:20:51.327Z Compiling macaddr v1.0.1
5382026-05-12T01:20:51.486Z Compiling idna_adapter v1.2.1
5392026-05-12T01:20:51.543Z Compiling usdt-macro v0.5.0
5402026-05-12T01:20:51.559Z Compiling usdt-attr-macro v0.5.0
5412026-05-12T01:20:51.577Z Compiling textwrap v0.16.2
5422026-05-12T01:20:51.628Z Compiling idna v1.1.0
5432026-05-12T01:20:52.042Z Compiling url v2.5.8
5442026-05-12T01:20:52.154Z Compiling clap v4.5.60
5452026-05-12T01:20:52.224Z Compiling toml v0.8.23
5462026-05-12T01:20:52.584Z Compiling cargo-util-schemas v0.8.2
5472026-05-12T01:20:52.758Z Compiling cargo_toml v0.21.0
5482026-05-12T01:20:52.782Z Compiling camino-tempfile v1.4.1
5492026-05-12T01:20:52.832Z Compiling swrite v0.1.0
5502026-05-12T01:20:52.933Z Compiling usdt v0.5.0
5512026-05-12T01:20:53.013Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-12T01:20:53.493Z Compiling cargo_metadata v0.21.0
5532026-05-12T01:20:54.416Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-12T01:20:56.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
5552026-05-12T01:20:56.744Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-12T01:20:57.302Z Downloading crates ...
5572026-05-12T01:20:57.405Z Downloaded clang-sys v1.8.1
5582026-05-12T01:20:57.409Z Downloaded byte-wrapper v0.1.0
5592026-05-12T01:20:57.412Z Downloaded cfg_aliases v0.1.1
5602026-05-12T01:20:57.415Z Downloaded async-recursion v1.1.1
5612026-05-12T01:20:57.419Z Downloaded cookie_store v0.22.1
5622026-05-12T01:20:57.422Z Downloaded cargo_metadata v0.23.1
5632026-05-12T01:20:57.427Z Downloaded cbc v0.1.2
5642026-05-12T01:20:57.430Z Downloaded fallible-iterator v0.2.0
5652026-05-12T01:20:57.430Z Downloaded convert_case v0.4.0
5662026-05-12T01:20:57.433Z Downloaded blake3 v1.8.3
5672026-05-12T01:20:57.437Z Downloaded enum-as-inner v0.6.1
5682026-05-12T01:20:57.441Z Downloaded const_format v0.2.35
5692026-05-12T01:20:57.444Z Downloaded console v0.16.2
5702026-05-12T01:20:57.444Z Downloaded console v0.15.11
5712026-05-12T01:20:57.447Z Downloaded const_format_proc_macros v0.2.34
5722026-05-12T01:20:57.447Z Downloaded cfg_aliases v0.2.1
5732026-05-12T01:20:57.447Z Downloaded bitfield-struct v0.6.2
5742026-05-12T01:20:57.447Z Downloaded async-stream-impl v0.3.6
5752026-05-12T01:20:57.450Z Downloaded env_filter v1.0.0
5762026-05-12T01:20:57.450Z Downloaded endian-type v0.1.2
5772026-05-12T01:20:57.450Z Downloaded blowfish v0.9.1
5782026-05-12T01:20:57.453Z Downloaded assert_matches v1.5.0
5792026-05-12T01:20:57.453Z Downloaded fd-lock v4.0.4
5802026-05-12T01:20:57.453Z Downloaded arrayref v0.3.9
5812026-05-12T01:20:57.454Z Downloaded ciborium-ll v0.2.2
5822026-05-12T01:20:57.457Z Downloaded atomicwrites v0.4.4
5832026-05-12T01:20:57.457Z Downloaded array-init v0.0.4
5842026-05-12T01:20:57.461Z Downloaded dirs-sys-next v0.1.2
5852026-05-12T01:20:57.464Z Downloaded crc8 v0.1.1
5862026-05-12T01:20:57.464Z Downloaded aead v0.5.2
5872026-05-12T01:20:57.465Z Downloaded adler2 v2.0.1
5882026-05-12T01:20:57.468Z Downloaded dunce v1.0.5
5892026-05-12T01:20:57.468Z Downloaded defmt v0.3.100
5902026-05-12T01:20:57.471Z Downloaded crc-catalog v2.4.0
5912026-05-12T01:20:57.471Z Downloaded float-ord v0.3.2
5922026-05-12T01:20:57.471Z Downloaded derive_builder_macro v0.20.2
5932026-05-12T01:20:57.471Z Downloaded flagset v0.4.7
5942026-05-12T01:20:57.475Z Downloaded find-msvc-tools v0.1.9
5952026-05-12T01:20:57.475Z Downloaded ctr v0.9.2
5962026-05-12T01:20:57.478Z Downloaded csv-core v0.1.13
5972026-05-12T01:20:57.481Z Downloaded dyn-clone v1.0.20
5982026-05-12T01:20:57.481Z Downloaded bitfield-macros v0.19.4
5992026-05-12T01:20:57.484Z Downloaded document-features v0.2.12
6002026-05-12T01:20:57.484Z Downloaded cargo-platform v0.3.2
6012026-05-12T01:20:57.487Z Downloaded crucible-workspace-hack v0.1.0
6022026-05-12T01:20:57.487Z Downloaded curve25519-dalek-derive v0.1.1
6032026-05-12T01:20:57.490Z Downloaded bit-set v0.8.0
6042026-05-12T01:20:57.493Z Downloaded ciborium-io v0.2.2
6052026-05-12T01:20:57.493Z Downloaded argon2 v0.5.3
6062026-05-12T01:20:57.493Z Downloaded erased-serde v0.3.31
6072026-05-12T01:20:57.496Z Downloaded env_logger v0.11.9
6082026-05-12T01:20:57.497Z Downloaded daft v0.1.5
6092026-05-12T01:20:57.500Z Downloaded castaway v0.2.4
6102026-05-12T01:20:57.500Z Downloaded ff v0.13.1
6112026-05-12T01:20:57.503Z Downloaded filetime v0.2.27
6122026-05-12T01:20:57.503Z Downloaded data-encoding v2.10.0
6132026-05-12T01:20:57.503Z Downloaded darling v0.23.0
6142026-05-12T01:20:57.506Z Downloaded base16ct v0.2.0
6152026-05-12T01:20:57.509Z Downloaded crossbeam-utils v0.8.21
6162026-05-12T01:20:57.509Z Downloaded fixedbitset v0.4.2
6172026-05-12T01:20:57.512Z Downloaded bcrypt-pbkdf v0.10.0
6182026-05-12T01:20:57.512Z Downloaded embedded-io v0.6.1
6192026-05-12T01:20:57.512Z Downloaded cstr-argument v0.1.2
6202026-05-12T01:20:57.512Z Downloaded crossbeam-deque v0.8.6
6212026-05-12T01:20:57.516Z Downloaded display-error-chain v0.2.2
6222026-05-12T01:20:57.519Z Downloaded debug-ignore v1.0.5
6232026-05-12T01:20:57.519Z Downloaded cobs v0.3.0
6242026-05-12T01:20:57.520Z Downloaded bitfield v0.19.4
6252026-05-12T01:20:57.520Z Downloaded defmt v1.0.1
6262026-05-12T01:20:57.523Z Downloaded foldhash v0.1.5
6272026-05-12T01:20:57.523Z Downloaded diesel-dtrace v0.5.0
6282026-05-12T01:20:57.526Z Downloaded bb8 v0.8.6
6292026-05-12T01:20:57.526Z Downloaded futures-macro v0.3.32
6302026-05-12T01:20:57.526Z Downloaded ascii-canvas v3.0.0
6312026-05-12T01:20:57.529Z Downloaded dof v0.4.0
6322026-05-12T01:20:57.529Z Downloaded block-padding v0.3.3
6332026-05-12T01:20:57.529Z Downloaded chacha20poly1305 v0.10.1
6342026-05-12T01:20:57.529Z Downloaded foreign-types v0.5.0
6352026-05-12T01:20:57.532Z Downloaded downcast-rs v2.0.2
6362026-05-12T01:20:57.532Z Downloaded float-cmp v0.10.0
6372026-05-12T01:20:57.532Z Downloaded darling_macro v0.23.0
6382026-05-12T01:20:57.532Z Downloaded darling_macro v0.21.3
6392026-05-12T01:20:57.535Z Downloaded foreign-types-shared v0.1.1
6402026-05-12T01:20:57.535Z Downloaded bit-set v0.5.3
6412026-05-12T01:20:57.535Z Downloaded atomic-waker v1.1.2
6422026-05-12T01:20:57.539Z Downloaded dropshot-api-manager-types v0.7.1
6432026-05-12T01:20:57.542Z Downloaded backoff v0.4.0
6442026-05-12T01:20:57.542Z Downloaded foreign-types v0.3.2
6452026-05-12T01:20:57.542Z Downloaded dtrace-parser v0.3.0
6462026-05-12T01:20:57.545Z Downloaded difflib v0.4.0
6472026-05-12T01:20:57.545Z Downloaded async-trait v0.1.89
6482026-05-12T01:20:57.545Z Downloaded diesel_table_macro_syntax v0.3.0
6492026-05-12T01:20:57.548Z Downloaded defmt-macros v1.0.1
6502026-05-12T01:20:57.551Z Downloaded critical-section v1.2.0
6512026-05-12T01:20:57.551Z Downloaded crc32fast v1.5.0
6522026-05-12T01:20:57.555Z Downloaded futures-sink v0.3.32
6532026-05-12T01:20:57.555Z Downloaded futures-task v0.3.32
6542026-05-12T01:20:57.555Z Downloaded defmt-parser v1.0.0
6552026-05-12T01:20:57.558Z Downloaded atty v0.2.14
6562026-05-12T01:20:57.558Z Downloaded globwalk v0.9.1
6572026-05-12T01:20:57.561Z Downloaded dirs-next v2.0.0
6582026-05-12T01:20:57.561Z Downloaded foreign-types-macros v0.2.3
6592026-05-12T01:20:57.564Z Downloaded darling_macro v0.20.11
6602026-05-12T01:20:57.564Z Downloaded gethostname v0.5.0
6612026-05-12T01:20:57.564Z Downloaded async-stream v0.3.6
6622026-05-12T01:20:57.568Z Downloaded crunchy v0.2.4
6632026-05-12T01:20:57.571Z Downloaded crc v3.4.0
6642026-05-12T01:20:57.575Z Downloaded compression-codecs v0.4.37
6652026-05-12T01:20:57.578Z Downloaded fixedbitset v0.5.7
6662026-05-12T01:20:57.578Z Downloaded daft-derive v0.1.5
6672026-05-12T01:20:57.578Z Downloaded hash32 v0.2.1
6682026-05-12T01:20:57.581Z Downloaded fxhash v0.2.1
6692026-05-12T01:20:57.581Z Downloaded cpufeatures v0.3.0
6702026-05-12T01:20:57.581Z Downloaded headers-core v0.3.0
6712026-05-12T01:20:57.581Z Downloaded hash32 v0.3.1
6722026-05-12T01:20:57.585Z Downloaded convert_case v0.10.0
6732026-05-12T01:20:57.585Z Downloaded buf-list v1.1.2
6742026-05-12T01:20:57.588Z Downloaded funty v2.0.0
6752026-05-12T01:20:57.588Z Downloaded foreign-types-shared v0.3.1
6762026-05-12T01:20:57.588Z Downloaded bitflags v1.3.2
6772026-05-12T01:20:57.591Z Downloaded compression-core v0.4.31
6782026-05-12T01:20:57.591Z Downloaded des v0.8.1
6792026-05-12T01:20:57.594Z Downloaded ed25519 v2.2.3
6802026-05-12T01:20:57.594Z Downloaded cexpr v0.6.0
6812026-05-12T01:20:57.597Z Downloaded dsl_auto_type v0.2.0
6822026-05-12T01:20:57.597Z Downloaded corncobs v0.1.4
6832026-05-12T01:20:57.600Z Downloaded bit-vec v0.8.0
6842026-05-12T01:20:57.600Z Downloaded embedded-io v0.4.0
6852026-05-12T01:20:57.600Z Downloaded foldhash v0.2.0
6862026-05-12T01:20:57.604Z Downloaded derive-ex v0.1.8
6872026-05-12T01:20:57.604Z Downloaded der_derive v0.7.3
6882026-05-12T01:20:57.604Z Downloaded ghash v0.5.1
6892026-05-12T01:20:57.604Z Downloaded fs_extra v1.3.0
6902026-05-12T01:20:57.607Z Downloaded futures-io v0.3.32
6912026-05-12T01:20:57.607Z Downloaded home v0.5.12
6922026-05-12T01:20:57.607Z Downloaded cancel-safe-futures v0.1.5
6932026-05-12T01:20:57.611Z Downloaded bcs v0.1.6
6942026-05-12T01:20:57.615Z Downloaded colored v2.2.0
6952026-05-12T01:20:57.615Z Downloaded fatfs v0.3.6
6962026-05-12T01:20:57.618Z Downloaded hostname v0.4.2
6972026-05-12T01:20:57.618Z Downloaded hex v0.4.3
6982026-05-12T01:20:57.618Z Downloaded http-range v0.1.5
6992026-05-12T01:20:57.621Z Downloaded http-body v1.0.1
7002026-05-12T01:20:57.621Z Downloaded hostname v0.3.1
7012026-05-12T01:20:57.621Z Downloaded hex-literal v0.4.1
7022026-05-12T01:20:57.621Z Downloaded httpdate v1.0.3
7032026-05-12T01:20:57.625Z Downloaded either v1.15.0
7042026-05-12T01:20:57.625Z Downloaded deranged v0.5.8
7052026-05-12T01:20:57.625Z Downloaded camino-tempfile-ext v0.3.3
7062026-05-12T01:20:57.628Z Downloaded ena v0.14.4
7072026-05-12T01:20:57.628Z Downloaded derive_builder_core v0.20.2
7082026-05-12T01:20:57.631Z Downloaded git-stub v1.0.0
7092026-05-12T01:20:57.631Z Downloaded cmake v0.1.57
7102026-05-12T01:20:57.631Z Downloaded hubpack v0.1.2
7112026-05-12T01:20:57.631Z Downloaded hyper-tls v0.6.0
7122026-05-12T01:20:57.634Z Downloaded cipher v0.4.4
7132026-05-12T01:20:57.634Z Downloaded constant_time_eq v0.4.2
7142026-05-12T01:20:57.634Z Downloaded arrayvec v0.7.6
7152026-05-12T01:20:57.637Z Downloaded instant v0.1.13
7162026-05-12T01:20:57.637Z Downloaded ident_case v1.0.1
7172026-05-12T01:20:57.637Z Downloaded indent_write v2.2.0
7182026-05-12T01:20:57.641Z Downloaded indoc v1.0.9
7192026-05-12T01:20:57.641Z Downloaded inout v0.1.4
7202026-05-12T01:20:57.641Z Downloaded bumpalo v3.20.2
7212026-05-12T01:20:57.644Z Downloaded hubpack_derive v0.1.1
7222026-05-12T01:20:57.644Z Downloaded glob v0.3.3
7232026-05-12T01:20:57.644Z Downloaded globset v0.4.18
7242026-05-12T01:20:57.647Z Downloaded async-bb8-diesel v0.2.1
7252026-05-12T01:20:57.647Z Downloaded git-stub-vcs v0.1.0
7262026-05-12T01:20:57.650Z Downloaded const-oid v0.9.6
7272026-05-12T01:20:57.650Z Downloaded darling v0.21.3
7282026-05-12T01:20:57.653Z Downloaded group v0.13.0
7292026-05-12T01:20:57.653Z Downloaded internet-checksum v0.2.1
7302026-05-12T01:20:57.656Z Downloaded futures-core v0.3.32
7312026-05-12T01:20:57.656Z Downloaded cassowary v0.3.0
7322026-05-12T01:20:57.656Z Downloaded bzip2 v0.6.1
7332026-05-12T01:20:57.656Z Downloaded backon v1.6.0
7342026-05-12T01:20:57.659Z Downloaded instability v0.3.11
7352026-05-12T01:20:57.663Z Downloaded is-terminal v0.4.17
7362026-05-12T01:20:57.663Z Downloaded futures-executor v0.3.32
7372026-05-12T01:20:57.666Z Downloaded chacha20 v0.10.0
7382026-05-12T01:20:57.669Z Downloaded ecdsa v0.16.9
7392026-05-12T01:20:57.669Z Downloaded drift v0.1.4
7402026-05-12T01:20:57.674Z Downloaded kstat-rs v0.2.4
7412026-05-12T01:20:57.679Z Downloaded keccak v0.1.6
7422026-05-12T01:20:57.679Z Downloaded fs-err v2.11.0
7432026-05-12T01:20:57.679Z Downloaded colored v3.1.1
7442026-05-12T01:20:57.682Z Downloaded lalrpop-util v0.19.12
7452026-05-12T01:20:57.682Z Downloaded base64 v0.21.7
7462026-05-12T01:20:57.682Z Downloaded derive_builder v0.20.2
7472026-05-12T01:20:57.685Z Downloaded darling v0.20.11
7482026-05-12T01:20:57.688Z Downloaded highway v1.3.0
7492026-05-12T01:20:57.688Z Downloaded getrandom v0.2.17
7502026-05-12T01:20:57.691Z Downloaded http-body-util v0.1.3
7512026-05-12T01:20:57.691Z Downloaded flume v0.11.1
7522026-05-12T01:20:57.694Z Downloaded bit-vec v0.6.3
7532026-05-12T01:20:57.694Z Downloaded humantime v2.3.0
7542026-05-12T01:20:57.697Z Downloaded lru-cache v0.1.2
7552026-05-12T01:20:57.698Z Downloaded lru v0.12.5
7562026-05-12T01:20:57.698Z Downloaded libscf-sys v1.1.0
7572026-05-12T01:20:57.701Z Downloaded linked-hash-map v0.5.6
7582026-05-12T01:20:57.701Z Downloaded base64ct v1.8.3
7592026-05-12T01:20:57.701Z Downloaded bzip2 v0.4.4
7602026-05-12T01:20:57.704Z Downloaded managed v0.8.0
7612026-05-12T01:20:57.704Z Downloaded lzss v0.8.2
7622026-05-12T01:20:57.704Z Downloaded md5 v0.7.0
7632026-05-12T01:20:57.707Z Downloaded impl-trait-for-tuples v0.2.3
7642026-05-12T01:20:57.707Z Downloaded cookie v0.18.1
7652026-05-12T01:20:57.707Z Downloaded match_cfg v0.1.0
7662026-05-12T01:20:57.710Z Downloaded cc v1.2.56
7672026-05-12T01:20:57.710Z Downloaded mime v0.3.17
7682026-05-12T01:20:57.714Z Downloaded memoffset v0.9.1
7692026-05-12T01:20:57.714Z Downloaded md-5 v0.10.6
7702026-05-12T01:20:57.714Z Downloaded maplit v1.0.2
7712026-05-12T01:20:57.714Z Downloaded dropshot_endpoint v0.17.0
7722026-05-12T01:20:57.717Z Downloaded crc-any v2.5.0
7732026-05-12T01:20:57.720Z Downloaded diff v0.1.13
7742026-05-12T01:20:57.720Z Downloaded half v1.8.3
7752026-05-12T01:20:57.723Z Downloaded blake2 v0.10.6
7762026-05-12T01:20:57.723Z Downloaded futures-channel v0.3.32
7772026-05-12T01:20:57.723Z Downloaded lru-slab v0.1.2
7782026-05-12T01:20:57.726Z Downloaded ahash v0.8.12
7792026-05-12T01:20:57.726Z Downloaded ingot-types v0.1.2
7802026-05-12T01:20:57.727Z Downloaded newtype_derive v0.1.6
7812026-05-12T01:20:57.730Z Downloaded newline-converter v0.3.0
7822026-05-12T01:20:57.730Z Downloaded ipnetwork v0.21.1
7832026-05-12T01:20:57.730Z Downloaded ciborium v0.2.2
7842026-05-12T01:20:57.733Z Downloaded nodrop v0.1.14
7852026-05-12T01:20:57.733Z Downloaded new_debug_unreachable v1.0.6
7862026-05-12T01:20:57.733Z Downloaded ipnet v2.11.0
7872026-05-12T01:20:57.733Z Downloaded hyper-staticfile v0.10.1
7882026-05-12T01:20:57.737Z Downloaded multimap v0.10.1
7892026-05-12T01:20:57.737Z Downloaded chacha20 v0.9.1
7902026-05-12T01:20:57.740Z Downloaded crossbeam-epoch v0.9.18
7912026-05-12T01:20:57.740Z Downloaded is_ci v1.2.0
7922026-05-12T01:20:57.744Z Downloaded lazy_static v1.5.0
7932026-05-12T01:20:57.747Z Downloaded jobserver v0.1.34
7942026-05-12T01:20:57.747Z Downloaded num v0.4.3
7952026-05-12T01:20:57.750Z Downloaded num-iter v0.1.45
7962026-05-12T01:20:57.750Z Downloaded nonempty v0.12.0
7972026-05-12T01:20:57.750Z Downloaded newtype-uuid-macros v0.1.0
7982026-05-12T01:20:57.750Z Downloaded libloading v0.8.9
7992026-05-12T01:20:57.753Z Downloaded num-conv v0.2.0
8002026-05-12T01:20:57.753Z Downloaded num_enum_derive v0.5.11
8012026-05-12T01:20:57.756Z Downloaded darling_core v0.21.3
8022026-05-12T01:20:57.759Z Downloaded futures v0.3.32
8032026-05-12T01:20:57.762Z Downloaded libsw v3.5.0
8042026-05-12T01:20:57.762Z Downloaded libefi-sys v0.1.0
8052026-05-12T01:20:57.762Z Downloaded num-derive v0.4.2
8062026-05-12T01:20:57.765Z Downloaded hmac v0.12.1
8072026-05-12T01:20:57.765Z Downloaded lock_api v0.4.14
8082026-05-12T01:20:57.765Z Downloaded elliptic-curve v0.13.8
8092026-05-12T01:20:57.769Z Downloaded maybe-uninit v2.0.0
8102026-05-12T01:20:57.769Z Downloaded linear-map v1.2.0
8112026-05-12T01:20:57.773Z Downloaded openssl-probe v0.1.6
8122026-05-12T01:20:57.773Z Downloaded opaque-debug v0.3.1
8132026-05-12T01:20:57.773Z Downloaded olpc-cjson v0.1.4
8142026-05-12T01:20:57.773Z Downloaded httparse v1.10.1
8152026-05-12T01:20:57.776Z Downloaded ingot-macros v0.1.1
8162026-05-12T01:20:57.776Z Downloaded hyper-rustls v0.27.7
8172026-05-12T01:20:57.776Z Downloaded indoc v2.0.7
8182026-05-12T01:20:57.779Z Downloaded derive-where v1.6.0
8192026-05-12T01:20:57.782Z Downloaded libsw-core v0.3.2
8202026-05-12T01:20:57.782Z Downloaded oso-derive v0.27.3
8212026-05-12T01:20:57.782Z Downloaded ingot v0.1.1
8222026-05-12T01:20:57.785Z Downloaded derive_more v0.99.20
8232026-05-12T01:20:57.785Z Downloaded openssl-macros v0.1.1
8242026-05-12T01:20:57.788Z Downloaded half v2.7.1
8252026-05-12T01:20:57.789Z Downloaded iana-time-zone v0.1.65
8262026-05-12T01:20:57.792Z Downloaded mime_guess v2.0.5
8272026-05-12T01:20:57.792Z Downloaded nibble_vec v0.1.0
8282026-05-12T01:20:57.792Z Downloaded multer v3.1.0
8292026-05-12T01:20:57.795Z Downloaded getrandom v0.3.4
8302026-05-12T01:20:57.798Z Downloaded compact_str v0.8.1
8312026-05-12T01:20:57.798Z Downloaded path-slash v0.1.5
8322026-05-12T01:20:57.801Z Downloaded packed_struct_codegen v0.10.1
8332026-05-12T01:20:57.801Z Downloaded base64 v0.22.1
8342026-05-12T01:20:57.804Z Downloaded bytes v1.11.1
8352026-05-12T01:20:57.804Z Downloaded crypto-bigint v0.5.5
8362026-05-12T01:20:57.821Z Downloaded pin-utils v0.1.0
8372026-05-12T01:20:57.824Z Downloaded phf_shared v0.12.1
8382026-05-12T01:20:57.824Z Downloaded phf_shared v0.11.3
8392026-05-12T01:20:57.824Z Downloaded peg-runtime v0.8.5
8402026-05-12T01:20:57.824Z Downloaded parse-size v1.1.0
8412026-05-12T01:20:57.827Z Downloaded newtype-uuid v1.3.2
8422026-05-12T01:20:57.827Z Downloaded parse-display v0.10.0
8432026-05-12T01:20:57.827Z Downloaded num-complex v0.4.6
8442026-05-12T01:20:57.827Z Downloaded nu-ansi-term v0.50.3
8452026-05-12T01:20:57.830Z Downloaded num_enum_derive v0.7.5
8462026-05-12T01:20:57.831Z Downloaded num_enum v0.7.5
8472026-05-12T01:20:57.834Z Downloaded num_enum v0.5.11
8482026-05-12T01:20:57.837Z Downloaded litrs v1.0.0
8492026-05-12T01:20:57.840Z Downloaded num_threads v0.1.7
8502026-05-12T01:20:57.840Z Downloaded arc-swap v1.8.2
8512026-05-12T01:20:57.843Z Downloaded allocator-api2 v0.2.21
8522026-05-12T01:20:57.843Z Downloaded memmap2 v0.9.10
8532026-05-12T01:20:57.846Z Downloaded num-rational v0.4.2
8542026-05-12T01:20:57.846Z Downloaded indexmap v1.9.3
8552026-05-12T01:20:57.850Z Downloaded ignore v0.4.25
8562026-05-12T01:20:57.850Z Downloaded num-integer v0.1.46
8572026-05-12T01:20:57.850Z Downloaded nanorand v0.7.0
8582026-05-12T01:20:57.853Z Downloaded predicates-core v1.0.10
8592026-05-12T01:20:57.853Z Downloaded powerfmt v0.2.0
8602026-05-12T01:20:57.853Z Downloaded oxide-tokio-rt v0.1.4
8612026-05-12T01:20:57.856Z Downloaded ed25519-dalek v2.2.0
8622026-05-12T01:20:57.856Z Downloaded darling_core v0.20.11
8632026-05-12T01:20:57.859Z Downloaded phf_shared v0.13.1
8642026-05-12T01:20:57.859Z Downloaded oxnet v0.1.4
8652026-05-12T01:20:57.862Z Downloaded owo-colors v4.3.0
8662026-05-12T01:20:57.862Z Downloaded openssl-probe v0.2.1
8672026-05-12T01:20:57.862Z Downloaded heapless v0.7.17
8682026-05-12T01:20:57.866Z Downloaded pem-rfc7468 v0.7.0
8692026-05-12T01:20:57.869Z Downloaded paste v1.0.15
8702026-05-12T01:20:57.869Z Downloaded parking_lot_core v0.8.6
8712026-05-12T01:20:57.872Z Downloaded packed_struct v0.10.1
8722026-05-12T01:20:57.872Z Downloaded proc-macro-crate v3.4.0
8732026-05-12T01:20:57.872Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-05-12T01:20:57.872Z Downloaded precomputed-hash v0.1.1
8752026-05-12T01:20:57.875Z Downloaded pbkdf2 v0.11.0
8762026-05-12T01:20:57.875Z Downloaded progenitor-macro v0.11.2
8772026-05-12T01:20:57.876Z Downloaded proc-macro-crate v1.3.1
8782026-05-12T01:20:57.876Z Downloaded flate2 v1.1.9
8792026-05-12T01:20:57.879Z Downloaded progenitor-client v0.14.0
8802026-05-12T01:20:57.882Z Downloaded phf v0.13.1
8812026-05-12T01:20:57.882Z Downloaded peg v0.8.5
8822026-05-12T01:20:57.882Z Downloaded diesel_derives v2.3.7
8832026-05-12T01:20:57.886Z Downloaded password-hash v0.5.0
8842026-05-12T01:20:57.889Z Downloaded phf v0.12.1
8852026-05-12T01:20:57.890Z Downloaded expectorate v1.2.0
8862026-05-12T01:20:57.893Z Downloaded aes-gcm v0.10.3
8872026-05-12T01:20:57.893Z Downloaded parse-display-derive v0.10.0
8882026-05-12T01:20:57.893Z Downloaded progenitor-macro v0.14.0
8892026-05-12T01:20:57.896Z Downloaded predicates-tree v1.0.13
8902026-05-12T01:20:57.896Z Downloaded pin-project-lite v0.2.17
8912026-05-12T01:20:57.899Z Downloaded libbz2-rs-sys v0.2.2
8922026-05-12T01:20:57.899Z Downloaded derive_more v2.1.1
8932026-05-12T01:20:57.905Z Downloaded radium v0.7.0
8942026-05-12T01:20:57.908Z Downloaded quick-error v1.2.3
8952026-05-12T01:20:57.908Z Downloaded psl-types v2.0.11
8962026-05-12T01:20:57.908Z Downloaded pin-project-internal v1.1.11
8972026-05-12T01:20:57.911Z Downloaded native-tls v0.2.18
8982026-05-12T01:20:57.911Z Downloaded password-hash v0.4.2
8992026-05-12T01:20:57.911Z Downloaded headers v0.4.1
9002026-05-12T01:20:57.914Z Downloaded pem v3.0.6
9012026-05-12T01:20:57.917Z Downloaded der v0.7.10
9022026-05-12T01:20:57.920Z Downloaded pkg-config v0.3.32
9032026-05-12T01:20:57.920Z Downloaded ar_archive_writer v0.5.1
9042026-05-12T01:20:57.924Z Downloaded darling_core v0.23.0
9052026-05-12T01:20:57.924Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-05-12T01:20:57.927Z Downloaded rand_xorshift v0.4.0
9072026-05-12T01:20:57.927Z Downloaded ref-cast-impl v1.0.25
9082026-05-12T01:20:57.927Z Downloaded rand_chacha v0.3.1
9092026-05-12T01:20:57.927Z Downloaded num-derive v0.3.3
9102026-05-12T01:20:57.930Z Downloaded normalize-line-endings v0.3.0
9112026-05-12T01:20:57.930Z Downloaded progenitor-client v0.13.0
9122026-05-12T01:20:57.930Z Downloaded crossterm v0.28.1
9132026-05-12T01:20:57.936Z Downloaded ppv-lite86 v0.2.21
9142026-05-12T01:20:57.939Z Downloaded parking_lot v0.11.2
9152026-05-12T01:20:57.939Z Downloaded ref-cast v1.0.25
9162026-05-12T01:20:57.939Z Downloaded recursive v0.1.1
9172026-05-12T01:20:57.939Z Downloaded parking_lot v0.12.5
9182026-05-12T01:20:57.942Z Downloaded progenitor-macro v0.13.0
9192026-05-12T01:20:57.942Z Downloaded primeorder v0.13.6
9202026-05-12T01:20:57.942Z Downloaded postgres-protocol v0.6.10
9212026-05-12T01:20:57.945Z Downloaded parking_lot_core v0.9.12
9222026-05-12T01:20:57.945Z Downloaded progenitor v0.14.0
9232026-05-12T01:20:57.948Z Downloaded progenitor v0.13.0
9242026-05-12T01:20:57.948Z Downloaded dropshot-api-manager v0.7.1
9252026-05-12T01:20:57.951Z Downloaded crossbeam-channel v0.5.15
9262026-05-12T01:20:57.951Z Downloaded psm v0.1.30
9272026-05-12T01:20:57.954Z Downloaded proc-macro-error2 v2.0.1
9282026-05-12T01:20:57.957Z Downloaded indicatif v0.18.4
9292026-05-12T01:20:57.957Z Downloaded rfc6979 v0.4.0
9302026-05-12T01:20:57.960Z Downloaded pbkdf2 v0.12.2
9312026-05-12T01:20:57.960Z Downloaded predicates v3.1.4
9322026-05-12T01:20:57.964Z Downloaded rustc_version v0.4.1
9332026-05-12T01:20:57.965Z Downloaded rustc_version v0.1.7
9342026-05-12T01:20:57.965Z Downloaded pkcs5 v0.7.1
9352026-05-12T01:20:57.965Z Downloaded rustc-hash v2.1.1
9362026-05-12T01:20:57.968Z Downloaded russh-cryptovec v0.7.3
9372026-05-12T01:20:57.968Z Downloaded pkcs1 v0.7.5
9382026-05-12T01:20:57.968Z Downloaded rtoolbox v0.0.3
9392026-05-12T01:20:57.971Z Downloaded rand_chacha v0.9.0
9402026-05-12T01:20:57.971Z Downloaded progenitor v0.11.2
9412026-05-12T01:20:57.971Z Downloaded hickory-resolver v0.24.4
9422026-05-12T01:20:57.974Z Downloaded hickory-resolver v0.25.2
9432026-05-12T01:20:57.977Z Downloaded rand_seeder v0.4.0
9442026-05-12T01:20:57.977Z Downloaded progenitor-client v0.11.2
9452026-05-12T01:20:57.977Z Downloaded r2d2 v0.8.10
9462026-05-12T01:20:57.980Z Downloaded omicron-zone-package v0.12.2
9472026-05-12T01:20:57.980Z Downloaded miniz_oxide v0.8.9
9482026-05-12T01:20:57.983Z Downloaded progenitor-extras v0.2.0
9492026-05-12T01:20:57.984Z Downloaded hashbrown v0.12.3
9502026-05-12T01:20:57.988Z Downloaded same-file v1.0.6
9512026-05-12T01:20:57.991Z Downloaded salsa20 v0.10.2
9522026-05-12T01:20:57.991Z Downloaded jiff-static v0.2.21
9532026-05-12T01:20:57.996Z Downloaded papergrid v0.17.0
9542026-05-12T01:20:58.001Z Downloaded rand_core v0.10.0
9552026-05-12T01:20:58.001Z Downloaded poly1305 v0.8.0
9562026-05-12T01:20:58.005Z Downloaded oso v0.27.3
9572026-05-12T01:20:58.005Z Downloaded scheduled-thread-pool v0.2.7
9582026-05-12T01:20:58.005Z Downloaded sapling-renderdag v0.1.0
9592026-05-12T01:20:58.005Z Downloaded secrecy v0.10.3
9602026-05-12T01:20:58.008Z Downloaded pin-project v1.1.11
9612026-05-12T01:20:58.013Z Downloaded resolv-conf v0.7.6
9622026-05-12T01:20:58.016Z Downloaded scopeguard v1.2.0
9632026-05-12T01:20:58.016Z Downloaded postcard v1.1.3
9642026-05-12T01:20:58.016Z Downloaded polyval v0.6.2
9652026-05-12T01:20:58.021Z Downloaded p256 v0.13.2
9662026-05-12T01:20:58.024Z Downloaded semver v0.1.20
9672026-05-12T01:20:58.024Z Downloaded secrecy v0.8.0
9682026-05-12T01:20:58.027Z Downloaded peg-macros v0.8.5
9692026-05-12T01:20:58.027Z Downloaded heapless v0.8.0
9702026-05-12T01:20:58.030Z Downloaded scrypt v0.11.0
9712026-05-12T01:20:58.030Z Downloaded crossterm v0.29.0
9722026-05-12T01:20:58.034Z Downloaded serde-big-array v0.5.1
9732026-05-12T01:20:58.034Z Downloaded seq-macro v0.3.6
9742026-05-12T01:20:58.037Z Downloaded serde_spanned v1.0.4
9752026-05-12T01:20:58.040Z Downloaded rand_core v0.6.4
9762026-05-12T01:20:58.040Z Downloaded async-compression v0.4.41
9772026-05-12T01:20:58.043Z Downloaded serde_bytes v0.11.19
9782026-05-12T01:20:58.046Z Downloaded serde_repr v0.1.20
9792026-05-12T01:20:58.046Z Downloaded serde_plain v1.0.2
9802026-05-12T01:20:58.046Z Downloaded rustls-pemfile v1.0.4
9812026-05-12T01:20:58.050Z Downloaded pkcs8 v0.10.2
9822026-05-12T01:20:58.050Z Downloaded rand_core v0.9.5
9832026-05-12T01:20:58.053Z Downloaded rusty-fork v0.3.1
9842026-05-12T01:20:58.056Z Downloaded serde_urlencoded v0.7.1
9852026-05-12T01:20:58.056Z Downloaded sha1 v0.10.6
9862026-05-12T01:20:58.059Z Downloaded rustls-native-certs v0.8.3
9872026-05-12T01:20:58.062Z Downloaded quinn-udp v0.5.14
9882026-05-12T01:20:58.062Z Downloaded shell-words v1.1.1
9892026-05-12T01:20:58.062Z Downloaded slog-bunyan v2.5.0
9902026-05-12T01:20:58.065Z Downloaded sigpipe v0.1.3
9912026-05-12T01:20:58.065Z Downloaded rustversion v1.0.22
9922026-05-12T01:20:58.068Z Downloaded signal-hook-tokio v0.3.1
9932026-05-12T01:20:58.072Z Downloaded aho-corasick v1.1.4
9942026-05-12T01:20:58.074Z Downloaded derive_more-impl v2.1.1
9952026-05-12T01:20:58.077Z Downloaded postgres-types v0.2.12
9962026-05-12T01:20:58.081Z Downloaded openssl-sys v0.9.114
9972026-05-12T01:20:58.081Z Downloaded scroll_derive v0.13.1
9982026-05-12T01:20:58.084Z Downloaded scroll v0.13.0
9992026-05-12T01:20:58.087Z Downloaded signature v2.2.0
10002026-05-12T01:20:58.090Z Downloaded slog-envlogger v2.2.0
10012026-05-12T01:20:58.093Z Downloaded prefix-trie v0.7.0
10022026-05-12T01:20:58.093Z Downloaded hickory-server v0.25.2
10032026-05-12T01:20:58.096Z Downloaded schemars_derive v0.8.22
10042026-05-12T01:20:58.096Z Downloaded hyper-util v0.1.20
10052026-05-12T01:20:58.099Z Downloaded minimal-lexical v0.2.1
10062026-05-12T01:20:58.102Z Downloaded sct v0.7.1
10072026-05-12T01:20:58.105Z Downloaded hashbrown v0.13.2
10082026-05-12T01:20:58.108Z Downloaded sqlparser_derive v0.5.0
10092026-05-12T01:20:58.111Z Downloaded serde-hex v0.1.0
10102026-05-12T01:20:58.114Z Downloaded sec1 v0.7.3
10112026-05-12T01:20:58.114Z Downloaded rustls-pemfile v2.2.0
10122026-05-12T01:20:58.117Z Downloaded serde_path_to_error v0.1.20
10132026-05-12T01:20:58.117Z Downloaded serde_derive_internals v0.29.1
10142026-05-12T01:20:58.117Z Downloaded aes v0.8.4
10152026-05-12T01:20:58.120Z Downloaded progenitor-impl v0.14.0
10162026-05-12T01:20:58.121Z Downloaded ssh-encoding v0.2.0
10172026-05-12T01:20:58.124Z Downloaded siphasher v1.0.2
10182026-05-12T01:20:58.124Z Downloaded structmeta-derive v0.3.0
10192026-05-12T01:20:58.124Z Downloaded signal-hook-registry v1.4.8
10202026-05-12T01:20:58.128Z Downloaded ssh-cipher v0.2.0
10212026-05-12T01:20:58.128Z Downloaded strip-ansi-escapes v0.2.1
10222026-05-12T01:20:58.144Z Downloaded progenitor-impl v0.11.2
10232026-05-12T01:20:58.154Z Downloaded progenitor-impl v0.13.0
10242026-05-12T01:20:58.154Z Downloaded signal-hook-mio v0.2.5
10252026-05-12T01:20:58.154Z Downloaded strum v0.27.2
10262026-05-12T01:20:58.154Z Downloaded strum v0.26.3
10272026-05-12T01:20:58.154Z Downloaded structmeta v0.3.0
10282026-05-12T01:20:58.160Z Downloaded rcgen v0.12.1
10292026-05-12T01:20:58.161Z Downloaded slog-dtrace v0.3.0
10302026-05-12T01:20:58.161Z Downloaded slab v0.4.12
10312026-05-12T01:20:58.166Z Downloaded slog-json v2.6.1
10322026-05-12T01:20:58.171Z Downloaded tabled_derive v0.11.0
10332026-05-12T01:20:58.172Z Downloaded take_mut v0.2.2
10342026-05-12T01:20:58.172Z Downloaded subtle v2.6.1
10352026-05-12T01:20:58.173Z Downloaded tagptr v0.2.0
10362026-05-12T01:20:58.206Z Downloaded termtree v0.5.1
10372026-05-12T01:20:58.206Z Downloaded slog-scope v4.4.1
10382026-05-12T01:20:58.206Z Downloaded simd-adler32 v0.3.8
10392026-05-12T01:20:58.206Z Downloaded sync_wrapper v1.0.2
10402026-05-12T01:20:58.206Z Downloaded smallvec v0.6.14
10412026-05-12T01:20:58.206Z Downloaded shlex v1.3.0
10422026-05-12T01:20:58.207Z Downloaded smf v0.2.3
10432026-05-12T01:20:58.210Z Downloaded slog-term v2.9.2
10442026-05-12T01:20:58.219Z Downloaded slog-async v2.8.0
10452026-05-12T01:20:58.220Z Downloaded slog-stdlog v4.1.1
10462026-05-12T01:20:58.220Z Downloaded tap v1.0.1
10472026-05-12T01:20:58.220Z Downloaded snafu-derive v0.8.9
10482026-05-12T01:20:58.220Z Downloaded ron v0.8.1
10492026-05-12T01:20:58.220Z Downloaded thread-id v5.1.0
10502026-05-12T01:20:58.220Z Downloaded supports-color v3.0.2
10512026-05-12T01:20:58.220Z Downloaded thiserror-impl-no-std v2.0.2
10522026-05-12T01:20:58.220Z Downloaded russh-keys v0.45.0
10532026-05-12T01:20:58.220Z Downloaded stacker v0.1.23
10542026-05-12T01:20:58.220Z Downloaded testing_table v0.3.0
10552026-05-12T01:20:58.220Z Downloaded spki v0.7.3
10562026-05-12T01:20:58.220Z Downloaded serde_with_macros v3.17.0
10572026-05-12T01:20:58.220Z Downloaded serde_cbor v0.11.2
10582026-05-12T01:20:58.220Z Downloaded sqlformat v0.3.5
10592026-05-12T01:20:58.220Z Downloaded http v1.4.0
10602026-05-12T01:20:58.220Z Downloaded string_cache v0.8.9
10612026-05-12T01:20:58.236Z Downloaded rustls-pki-types v1.14.0
10622026-05-12T01:20:58.236Z Downloaded strum_macros v0.24.3
10632026-05-12T01:20:58.244Z Downloaded sync-ptr v0.1.4
10642026-05-12T01:20:58.244Z Downloaded time-core v0.1.8
10652026-05-12T01:20:58.244Z Downloaded support-bundle-viewer v0.1.2
10662026-05-12T01:20:58.244Z Downloaded strum_macros v0.26.4
10672026-05-12T01:20:58.244Z Downloaded stringprep v0.1.5
10682026-05-12T01:20:58.244Z Downloaded static_assertions v1.1.0
10692026-05-12T01:20:58.245Z Downloaded pretty_assertions v1.4.1
10702026-05-12T01:20:58.245Z Downloaded num-bigint v0.4.6
10712026-05-12T01:20:58.245Z Downloaded ryu v1.0.23
10722026-05-12T01:20:58.246Z Downloaded libxml v0.3.3
10732026-05-12T01:20:58.255Z Downloaded tabwriter v1.4.1
10742026-05-12T01:20:58.255Z Downloaded quinn v0.11.9
10752026-05-12T01:20:58.255Z Downloaded iddqd v0.3.18
10762026-05-12T01:20:58.255Z Downloaded iri-string v0.7.10
10772026-05-12T01:20:58.262Z Downloaded hashbrown v0.15.5
10782026-05-12T01:20:58.262Z Downloaded tower-service v0.3.3
10792026-05-12T01:20:58.262Z Downloaded spin v0.9.8
10802026-05-12T01:20:58.262Z Downloaded prettyplease v0.2.37
10812026-05-12T01:20:58.268Z Downloaded termios v0.3.3
10822026-05-12T01:20:58.268Z Downloaded mio v1.2.0
10832026-05-12T01:20:58.268Z Downloaded itertools v0.10.5
10842026-05-12T01:20:58.276Z Downloaded rustls-platform-verifier v0.6.2
10852026-05-12T01:20:58.282Z Downloaded tls_codec v0.4.2
10862026-05-12T01:20:58.283Z Downloaded tls_codec_derive v0.4.2
10872026-05-12T01:20:58.283Z Downloaded time-macros v0.2.27
10882026-05-12T01:20:58.283Z Downloaded try-lock v0.2.5
10892026-05-12T01:20:58.283Z Downloaded tower-layer v0.3.3
10902026-05-12T01:20:58.284Z Downloaded rand v0.8.6
10912026-05-12T01:20:58.284Z Downloaded rayon-core v1.13.0
10922026-05-12T01:20:58.293Z Downloaded schemars v0.8.22
10932026-05-12T01:20:58.301Z Downloaded typify-macro v0.4.3
10942026-05-12T01:20:58.301Z Downloaded qorb v0.4.1
10952026-05-12T01:20:58.301Z Downloaded publicsuffix v2.3.0
10962026-05-12T01:20:58.301Z Downloaded thiserror-no-std v2.0.2
10972026-05-12T01:20:58.302Z Downloaded term v1.2.1
10982026-05-12T01:20:58.303Z Downloaded rsa v0.9.10
10992026-05-12T01:20:58.310Z Downloaded unicode-truncate v1.1.0
11002026-05-12T01:20:58.310Z Downloaded unarray v0.1.4
11012026-05-12T01:20:58.310Z Downloaded tiny-keccak v2.0.2
11022026-05-12T01:20:58.310Z Downloaded strum_macros v0.27.2
11032026-05-12T01:20:58.310Z Downloaded nom v7.1.3
11042026-05-12T01:20:58.315Z Downloaded similar v2.7.0
11052026-05-12T01:20:58.315Z Downloaded unit-prefix v0.5.2
11062026-05-12T01:20:58.315Z Downloaded tokio-macros v2.7.0
11072026-05-12T01:20:58.315Z Downloaded signal-hook v0.3.18
11082026-05-12T01:20:58.318Z Downloaded tokio-native-tls v0.3.1
11092026-05-12T01:20:58.319Z Downloaded thread_local v1.1.9
11102026-05-12T01:20:58.319Z Downloaded tokio-rustls v0.25.0
11112026-05-12T01:20:58.322Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-05-12T01:20:58.322Z Downloaded typify-macro v0.6.2
11132026-05-12T01:20:58.325Z Downloaded untrusted v0.7.1
11142026-05-12T01:20:58.325Z Downloaded slog v2.8.2
11152026-05-12T01:20:58.328Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-05-12T01:20:58.332Z Downloaded hkdf v0.12.4
11172026-05-12T01:20:58.335Z Downloaded samael v0.0.19
11182026-05-12T01:20:58.338Z Downloaded hashbrown v0.16.1
11192026-05-12T01:20:58.341Z Downloaded utf-8 v0.7.6
11202026-05-12T01:20:58.341Z Downloaded h2 v0.4.13
11212026-05-12T01:20:58.344Z Downloaded num-bigint-dig v0.8.6
11222026-05-12T01:20:58.347Z Downloaded want v0.3.1
11232026-05-12T01:20:58.350Z Downloaded itertools v0.13.0
11242026-05-12T01:20:58.353Z Downloaded snafu v0.8.9
11252026-05-12T01:20:58.358Z Downloaded wait-timeout v0.2.1
11262026-05-12T01:20:58.358Z Downloaded waitgroup v0.1.2
11272026-05-12T01:20:58.361Z Downloaded void v1.0.2
11282026-05-12T01:20:58.361Z Downloaded tinyvec_macros v0.1.1
11292026-05-12T01:20:58.361Z Downloaded futures-util v0.3.32
11302026-05-12T01:20:58.364Z Downloaded topological-sort v0.2.2
11312026-05-12T01:20:58.368Z Downloaded aws-lc-rs v1.16.3
11322026-05-12T01:20:58.371Z Downloaded socket2 v0.5.10
11332026-05-12T01:20:58.375Z Downloaded serde_yaml v0.9.34+deprecated
11342026-05-12T01:20:58.375Z Downloaded term v0.7.0
11352026-05-12T01:20:58.378Z Downloaded tokio-dtrace v0.1.1
11362026-05-12T01:20:58.378Z Downloaded itertools v0.12.1
11372026-05-12T01:20:58.381Z Downloaded xattr v1.6.1
11382026-05-12T01:20:58.384Z Downloaded rand v0.9.2
11392026-05-12T01:20:58.387Z Downloaded tokio-rustls v0.26.4
11402026-05-12T01:20:58.390Z Downloaded usdt-macro v0.6.0
11412026-05-12T01:20:58.390Z Downloaded tokio-rustls v0.24.1
11422026-05-12T01:20:58.393Z Downloaded libm v0.2.16
11432026-05-12T01:20:58.396Z Downloaded whoami v1.6.1
11442026-05-12T01:20:58.400Z Downloaded vergen-git2 v9.1.0
11452026-05-12T01:20:58.400Z Downloaded tokio-stream v0.1.18
11462026-05-12T01:20:58.403Z Downloaded schemars v1.2.1
11472026-05-12T01:20:58.409Z Downloaded zeroize_derive v1.4.3
11482026-05-12T01:20:58.412Z Downloaded xshell-macros v0.2.7
11492026-05-12T01:20:58.412Z Downloaded whoami v2.1.0
11502026-05-12T01:20:58.412Z Downloaded usdt-impl v0.6.0
11512026-05-12T01:20:58.416Z Downloaded uzers v0.12.2
11522026-05-12T01:20:58.416Z Downloaded untrusted v0.9.0
11532026-05-12T01:20:58.416Z Downloaded test-strategy v0.4.5
11542026-05-12T01:20:58.419Z Downloaded socket2 v0.6.3
11552026-05-12T01:20:58.419Z Downloaded russh v0.45.0
11562026-05-12T01:20:58.422Z Downloaded schemars v0.9.0
11572026-05-12T01:20:58.428Z Downloaded tinyvec v1.10.0
11582026-05-12T01:20:58.431Z Downloaded toml v0.7.8
11592026-05-12T01:20:58.434Z Downloaded unicase v2.9.0
11602026-05-12T01:20:58.434Z Downloaded tokio-tungstenite v0.23.1
11612026-05-12T01:20:58.440Z Downloaded subprocess v0.2.15
11622026-05-12T01:20:58.447Z Downloaded wyz v0.5.1
11632026-05-12T01:20:58.450Z Downloaded vergen-gitcl v1.0.8
11642026-05-12T01:20:58.450Z Downloaded xshell v0.2.7
11652026-05-12T01:20:58.450Z Downloaded unicode-properties v0.1.4
11662026-05-12T01:20:58.453Z Downloaded tui-tree-widget v0.23.1
11672026-05-12T01:20:58.453Z Downloaded rand v0.10.0
11682026-05-12T01:20:58.456Z Downloaded tokio-tungstenite v0.21.0
11692026-05-12T01:20:58.456Z Downloaded rustls-webpki v0.103.9
11702026-05-12T01:20:58.459Z Downloaded zeroize v1.8.2
11712026-05-12T01:20:58.459Z Downloaded tungstenite v0.23.0
11722026-05-12T01:20:58.464Z Downloaded zstd v0.13.3
11732026-05-12T01:20:58.467Z Downloaded usdt-attr-macro v0.6.0
11742026-05-12T01:20:58.467Z Downloaded tar v0.4.45
11752026-05-12T01:20:58.470Z Downloaded trait-variant v0.1.2
11762026-05-12T01:20:58.470Z Downloaded vergen v9.1.0
11772026-05-12T01:20:58.470Z Downloaded twox-hash v2.1.2
11782026-05-12T01:20:58.474Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11792026-05-12T01:20:58.474Z Downloaded rpassword v7.4.0
11802026-05-12T01:20:58.478Z Downloaded zone v0.3.1
11812026-05-12T01:20:58.482Z Downloaded universal-hash v0.5.1
11822026-05-12T01:20:58.482Z Downloaded usdt v0.6.0
11832026-05-12T01:20:58.486Z Downloaded zone_cfg_derive v0.3.1
11842026-05-12T01:20:58.491Z Downloaded steno v0.4.1
11852026-05-12T01:20:58.491Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-12T01:20:58.494Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-12T01:20:58.494Z Downloaded reedline v0.40.0
11882026-05-12T01:20:58.497Z Downloaded itertools v0.14.0
11892026-05-12T01:20:58.501Z Downloaded uuid v1.23.0
11902026-05-12T01:20:58.505Z Downloaded tungstenite v0.21.0
11912026-05-12T01:20:58.508Z Downloaded tracing-core v0.1.36
11922026-05-12T01:20:58.508Z Downloaded typify v0.6.2
11932026-05-12T01:20:58.511Z Downloaded walkdir v2.5.0
11942026-05-12T01:20:58.514Z Downloaded hyper v1.8.1
11952026-05-12T01:20:58.517Z Downloaded typify v0.4.3
11962026-05-12T01:20:58.521Z Downloaded rustyline v14.0.0
11972026-05-12T01:20:58.524Z Downloaded toml v1.0.6+spec-1.1.0
11982026-05-12T01:20:58.527Z Downloaded unsafe-libyaml v0.2.11
11992026-05-12T01:20:58.530Z Downloaded p521 v0.13.3
12002026-05-12T01:20:58.535Z Downloaded vsss-rs v3.3.4
12012026-05-12T01:20:58.538Z Downloaded vergen-lib v9.1.0
12022026-05-12T01:20:58.539Z Downloaded vergen-lib v0.1.6
12032026-05-12T01:20:58.542Z Downloaded tracing-attributes v0.1.31
12042026-05-12T01:20:58.545Z Downloaded yasna v0.5.2
12052026-05-12T01:20:58.545Z Downloaded zstd-safe v7.2.4
12062026-05-12T01:20:58.548Z Downloaded ssh-key v0.6.7
12072026-05-12T01:20:58.560Z Downloaded vte v0.14.1
12082026-05-12T01:20:58.563Z Downloaded bitvec v1.0.1
12092026-05-12T01:20:58.571Z Downloaded tokio-postgres v0.7.16
12102026-05-12T01:20:58.576Z Downloaded zerocopy v0.6.6
12112026-05-12T01:20:58.579Z Downloaded git2 v0.20.4
12122026-05-12T01:20:58.587Z Downloaded zopfli v0.8.3
12132026-05-12T01:20:58.590Z Downloaded chrono v0.4.44
12142026-05-12T01:20:58.593Z Downloaded reqwest v0.13.2
12152026-05-12T01:20:58.597Z Downloaded toml_edit v0.19.15
12162026-05-12T01:20:58.606Z Downloaded quick-xml v0.37.5
12172026-05-12T01:20:58.610Z Downloaded unicode-bidi v0.3.18
12182026-05-12T01:20:58.613Z Downloaded rustls-webpki v0.101.7
12192026-05-12T01:20:58.618Z Downloaded salty v0.3.0
12202026-05-12T01:20:58.622Z Downloaded moka v0.12.13
12212026-05-12T01:20:58.627Z Downloaded regex v1.12.3
12222026-05-12T01:20:58.632Z Downloaded p384 v0.13.1
12232026-05-12T01:20:58.638Z Downloaded lalrpop v0.19.12
12242026-05-12T01:20:58.644Z Downloaded zip v0.6.6
12252026-05-12T01:20:58.644Z Downloaded goblin v0.10.5
12262026-05-12T01:20:58.653Z Downloaded bindgen v0.71.1
12272026-05-12T01:20:58.669Z Downloaded yansi v1.0.1
12282026-05-12T01:20:58.700Z Downloaded proptest v1.10.0
12292026-05-12T01:20:58.700Z Downloaded reqwest v0.12.28
12302026-05-12T01:20:58.700Z Downloaded tower v0.5.3
12312026-05-12T01:20:58.703Z Downloaded typed-path v0.9.3
12322026-05-12T01:20:58.703Z Downloaded zip v4.6.1
12332026-05-12T01:20:58.703Z Downloaded x509-cert v0.2.5
12342026-05-12T01:20:58.703Z Downloaded unicode_categories v0.1.1
12352026-05-12T01:20:58.703Z Downloaded tough v0.22.0
12362026-05-12T01:20:58.706Z Downloaded zerocopy-derive v0.8.40
12372026-05-12T01:20:58.710Z Downloaded rustls-webpki v0.102.8
12382026-05-12T01:20:58.720Z Downloaded rayon v1.11.0
12392026-05-12T01:20:58.725Z Downloaded curve25519-dalek v4.1.3
12402026-05-12T01:20:58.730Z Downloaded radix_trie v0.2.1
12412026-05-12T01:20:58.734Z Downloaded openssl v0.10.78
12422026-05-12T01:20:58.744Z Downloaded unicode-segmentation v1.12.0
12432026-05-12T01:20:58.744Z Downloaded bstr v1.12.1
12442026-05-12T01:20:58.754Z Downloaded portable-atomic v1.13.1
12452026-05-12T01:20:58.758Z Downloaded tower-http v0.6.8
12462026-05-12T01:20:58.764Z Downloaded serde_with v3.17.0
12472026-05-12T01:20:58.773Z Downloaded unicode-normalization v0.1.25
12482026-05-12T01:20:58.782Z Downloaded regex-syntax v0.6.29
12492026-05-12T01:20:58.794Z Downloaded object v0.30.4
12502026-05-12T01:20:58.800Z Downloaded tabled v0.20.0
12512026-05-12T01:20:58.808Z Downloaded tokio-util v0.7.18
12522026-05-12T01:20:58.820Z Downloaded quinn-proto v0.11.13
12532026-05-12T01:20:58.824Z Downloaded petname v2.0.2
12542026-05-12T01:20:58.832Z Downloaded zlib-rs v0.6.2
12552026-05-12T01:20:58.839Z Downloaded winnow v0.6.26
12562026-05-12T01:20:58.843Z Downloaded nix v0.27.1
12572026-05-12T01:20:58.853Z Downloaded webpki-roots v1.0.6
12582026-05-12T01:20:58.858Z Downloaded smoltcp v0.11.0
12592026-05-12T01:20:58.858Z Downloaded regress v0.11.1
12602026-05-12T01:20:58.865Z Downloaded winnow v0.5.40
12612026-05-12T01:20:58.869Z Downloaded polar-core v0.27.3
12622026-05-12T01:20:58.874Z Downloaded openapiv3 v2.2.0
12632026-05-12T01:20:58.884Z Downloaded regex-syntax v0.8.10
12642026-05-12T01:20:58.888Z Downloaded regress v0.10.5
12652026-05-12T01:20:58.898Z Downloaded rustix v0.38.44
12662026-05-12T01:20:58.915Z Downloaded rustls v0.21.12
12672026-05-12T01:20:58.919Z Downloaded time v0.3.47
12682026-05-12T01:20:58.933Z Downloaded nix v0.28.0
12692026-05-12T01:20:58.939Z Downloaded sqlparser v0.61.0
12702026-05-12T01:20:58.943Z Downloaded dropshot v0.17.0
12712026-05-12T01:20:58.951Z Downloaded sled v0.34.7
12722026-05-12T01:20:58.957Z Downloaded nix v0.31.2
12732026-05-12T01:20:58.963Z Downloaded smoltcp v0.9.1
12742026-05-12T01:20:58.969Z Downloaded object v0.37.3
12752026-05-12T01:20:58.976Z Downloaded hickory-proto v0.24.4
12762026-05-12T01:20:58.984Z Downloaded vcpkg v0.2.15
12772026-05-12T01:20:59.005Z Downloaded ratatui v0.29.0
12782026-05-12T01:20:59.016Z Downloaded zerocopy v0.8.40
12792026-05-12T01:20:59.022Z Downloaded diesel v2.3.7
12802026-05-12T01:20:59.032Z Downloaded hickory-proto v0.25.2
12812026-05-12T01:20:59.041Z Downloaded rustls v0.23.37
12822026-05-12T01:20:59.048Z Downloaded chrono-tz v0.10.4
12832026-05-12T01:20:59.058Z Downloaded petgraph v0.6.5
12842026-05-12T01:20:59.069Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-05-12T01:20:59.076Z Downloaded rustls v0.22.4
12862026-05-12T01:20:59.105Z Downloaded sha3 v0.10.8
12872026-05-12T01:20:59.108Z Downloaded petgraph v0.8.3
12882026-05-12T01:20:59.150Z Downloaded typify-impl v0.6.2
12892026-05-12T01:20:59.166Z Downloaded tracing v0.1.44
12902026-05-12T01:20:59.177Z Downloaded typify-impl v0.4.3
12912026-05-12T01:20:59.207Z Downloaded zerocopy-derive v0.6.6
12922026-05-12T01:20:59.224Z Downloaded regex-automata v0.4.14
12932026-05-12T01:20:59.252Z Downloaded jiff v0.2.21
12942026-05-12T01:20:59.273Z Downloaded csv v1.4.0
12952026-05-12T01:20:59.298Z Downloaded libz-sys v1.1.24
12962026-05-12T01:20:59.322Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-12T01:20:59.356Z Downloaded tokio v1.52.1
12982026-05-12T01:20:59.429Z Downloaded encoding_rs v0.8.35
12992026-05-12T01:20:59.457Z Downloaded ring v0.17.14
13002026-05-12T01:20:59.490Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-05-12T01:20:59.724Z Downloaded aws-lc-sys v0.40.0
13022026-05-12T01:20:59.964Z Compiling libc v0.2.185
13032026-05-12T01:20:59.964Z Compiling serde v1.0.228
13042026-05-12T01:20:59.967Z Compiling log v0.4.29
13052026-05-12T01:20:59.967Z Compiling shlex v1.3.0
13062026-05-12T01:21:00.127Z Compiling find-msvc-tools v0.1.9
13072026-05-12T01:21:00.130Z Compiling smallvec v1.15.1
13082026-05-12T01:21:00.149Z Compiling syn v2.0.117
13092026-05-12T01:21:00.153Z Compiling typenum v1.19.0
13102026-05-12T01:21:00.327Z Compiling generic-array v0.14.7
13112026-05-12T01:21:00.341Z Compiling subtle v2.6.1
13122026-05-12T01:21:00.358Z Compiling scopeguard v1.2.0
13132026-05-12T01:21:00.408Z Compiling portable-atomic v1.13.1
13142026-05-12T01:21:00.439Z Compiling const-oid v0.9.6
13152026-05-12T01:21:00.468Z Compiling lock_api v0.4.14
13162026-05-12T01:21:00.516Z Compiling serde_json v1.0.149
13172026-05-12T01:21:00.576Z Compiling critical-section v1.2.0
13182026-05-12T01:21:00.686Z Compiling zerocopy v0.8.40
13192026-05-12T01:21:00.702Z Compiling pin-project-lite v0.2.17
13202026-05-12T01:21:00.801Z Compiling parking_lot_core v0.9.12
13212026-05-12T01:21:01.043Z Compiling getrandom v0.2.17
13222026-05-12T01:21:01.058Z Compiling jobserver v0.1.34
13232026-05-12T01:21:01.074Z Compiling errno v0.3.14
13242026-05-12T01:21:01.172Z Compiling rand_core v0.6.4
13252026-05-12T01:21:01.203Z Compiling pkg-config v0.3.32
13262026-05-12T01:21:01.275Z Compiling cc v1.2.56
13272026-05-12T01:21:01.429Z Compiling once_cell v1.21.3
13282026-05-12T01:21:01.442Z Compiling signal-hook-registry v1.4.8
13292026-05-12T01:21:01.455Z Compiling bitflags v2.11.0
13302026-05-12T01:21:01.513Z Compiling libm v0.2.16
13312026-05-12T01:21:01.637Z Compiling futures-core v0.3.32
13322026-05-12T01:21:01.679Z Compiling parking_lot v0.12.5
13332026-05-12T01:21:01.710Z Compiling mio v1.2.0
13342026-05-12T01:21:01.766Z Compiling num-traits v0.2.19
13352026-05-12T01:21:01.795Z Compiling percent-encoding v2.3.2
13362026-05-12T01:21:01.893Z Compiling socket2 v0.6.3
13372026-05-12T01:21:02.014Z Compiling futures-sink v0.3.32
13382026-05-12T01:21:02.077Z Compiling futures-io v0.3.32
13392026-05-12T01:21:02.119Z Compiling futures-channel v0.3.32
13402026-05-12T01:21:02.146Z Compiling futures-task v0.3.32
13412026-05-12T01:21:02.212Z Compiling slab v0.4.12
13422026-05-12T01:21:02.236Z Compiling getrandom v0.4.1
13432026-05-12T01:21:02.308Z Compiling cpufeatures v0.2.17
13442026-05-12T01:21:02.320Z Compiling rand_core v0.10.0
13452026-05-12T01:21:02.345Z Compiling indexmap v2.14.0
13462026-05-12T01:21:02.383Z Compiling getrandom v0.3.4
13472026-05-12T01:21:02.397Z Compiling rustversion v1.0.22
13482026-05-12T01:21:02.488Z Compiling cmake v0.1.57
13492026-05-12T01:21:02.866Z Compiling form_urlencoded v1.2.2
13502026-05-12T01:21:02.882Z Compiling dunce v1.0.5
13512026-05-12T01:21:02.900Z Compiling fs_extra v1.3.0
13522026-05-12T01:21:03.014Z Compiling synstructure v0.13.2
13532026-05-12T01:21:03.018Z Compiling ident_case v1.0.1
13542026-05-12T01:21:03.048Z Compiling base64ct v1.8.3
13552026-05-12T01:21:03.145Z Compiling flagset v0.4.7
13562026-05-12T01:21:03.174Z Compiling aws-lc-sys v0.40.0
13572026-05-12T01:21:03.270Z Compiling pem-rfc7468 v0.7.0
13582026-05-12T01:21:03.336Z Compiling rustix v1.1.3
13592026-05-12T01:21:03.372Z Compiling regex-syntax v0.8.10
13602026-05-12T01:21:03.383Z Compiling iana-time-zone v0.1.65
13612026-05-12T01:21:03.561Z Compiling rand_core v0.9.5
13622026-05-12T01:21:03.582Z Compiling ring v0.17.14
13632026-05-12T01:21:03.599Z Compiling vcpkg v0.2.15
13642026-05-12T01:21:03.623Z Compiling aws-lc-rs v1.16.3
13652026-05-12T01:21:03.834Z Compiling uuid v1.23.0
13662026-05-12T01:21:03.917Z Compiling rustc_version v0.4.1
13672026-05-12T01:21:04.237Z Compiling tracing-core v0.1.36
13682026-05-12T01:21:04.306Z Compiling openssl-sys v0.9.114
13692026-05-12T01:21:04.577Z Compiling base64 v0.22.1
13702026-05-12T01:21:04.792Z Compiling serde_derive v1.0.228
13712026-05-12T01:21:04.847Z Compiling zeroize_derive v1.4.3
13722026-05-12T01:21:04.862Z Compiling zerofrom-derive v0.1.6
13732026-05-12T01:21:04.900Z Compiling yoke-derive v0.8.1
13742026-05-12T01:21:05.102Z Compiling zerovec-derive v0.11.2
13752026-05-12T01:21:05.492Z Compiling zeroize v1.8.2
13762026-05-12T01:21:05.722Z Compiling zerocopy-derive v0.8.40
13772026-05-12T01:21:06.053Z Compiling displaydoc v0.2.5
13782026-05-12T01:21:06.237Z Compiling crypto-common v0.1.7
13792026-05-12T01:21:06.258Z Compiling zerofrom v0.1.6
13802026-05-12T01:21:06.272Z Compiling block-buffer v0.10.4
13812026-05-12T01:21:06.382Z Compiling yoke v0.8.1
13822026-05-12T01:21:06.382Z Compiling tokio-macros v2.7.0
13832026-05-12T01:21:06.442Z Compiling digest v0.10.7
13842026-05-12T01:21:06.574Z Compiling zerovec v0.11.5
13852026-05-12T01:21:06.688Z Compiling futures-macro v0.3.32
13862026-05-12T01:21:06.789Z Compiling zerotrie v0.2.3
13872026-05-12T01:21:07.070Z Compiling tinystr v0.8.2
13882026-05-12T01:21:07.086Z Compiling potential_utf v0.1.4
13892026-05-12T01:21:07.101Z Compiling hmac v0.12.1
13902026-05-12T01:21:07.244Z Compiling icu_locale_core v2.1.1
13912026-05-12T01:21:07.248Z Compiling icu_collections v2.1.1
13922026-05-12T01:21:07.270Z Compiling block-padding v0.3.3
13932026-05-12T01:21:07.426Z Compiling inout v0.1.4
13942026-05-12T01:21:07.469Z Compiling futures-util v0.3.32
13952026-05-12T01:21:07.592Z Compiling cipher v0.4.4
13962026-05-12T01:21:07.722Z Compiling sha2 v0.10.9
13972026-05-12T01:21:07.852Z Compiling icu_provider v2.1.1
13982026-05-12T01:21:08.106Z Compiling icu_normalizer v2.1.1
13992026-05-12T01:21:08.141Z Compiling icu_properties v2.1.2
14002026-05-12T01:21:08.236Z Compiling bytes v1.11.1
14012026-05-12T01:21:08.536Z Compiling der_derive v0.7.3
14022026-05-12T01:21:08.629Z Compiling chrono v0.4.44
14032026-05-12T01:21:08.848Z Compiling tokio v1.52.1
14042026-05-12T01:21:09.017Z Compiling idna_adapter v1.2.1
14052026-05-12T01:21:09.160Z Compiling idna v1.1.0
14062026-05-12T01:21:09.213Z Compiling http v1.4.0
14072026-05-12T01:21:09.519Z Compiling url v2.5.8
14082026-05-12T01:21:09.734Z Compiling der v0.7.10
14092026-05-12T01:21:09.840Z Compiling salsa20 v0.10.2
14102026-05-12T01:21:09.988Z Compiling ppv-lite86 v0.2.21
14112026-05-12T01:21:10.050Z Compiling pbkdf2 v0.12.2
14122026-05-12T01:21:10.136Z Compiling rustls-pki-types v1.14.0
14132026-05-12T01:21:10.161Z Compiling thiserror-impl v2.0.18
14142026-05-12T01:21:10.176Z Compiling tracing-attributes v0.1.31
14152026-05-12T01:21:10.313Z Compiling rand_chacha v0.9.0
14162026-05-12T01:21:10.327Z Compiling scrypt v0.11.0
14172026-05-12T01:21:10.582Z Compiling spki v0.7.3
14182026-05-12T01:21:10.585Z Compiling http-body v1.0.1
14192026-05-12T01:21:10.737Z Compiling aes v0.8.4
14202026-05-12T01:21:10.797Z Compiling cbc v0.1.2
14212026-05-12T01:21:10.949Z Compiling httparse v1.10.1
14222026-05-12T01:21:10.995Z Compiling openssl-probe v0.2.1
14232026-05-12T01:21:11.011Z Compiling untrusted v0.7.1
14242026-05-12T01:21:11.136Z Compiling untrusted v0.9.0
14252026-05-12T01:21:11.167Z Compiling tinyvec_macros v0.1.1
14262026-05-12T01:21:11.255Z Compiling tinyvec v1.10.0
14272026-05-12T01:21:11.323Z Compiling pkcs5 v0.7.1
14282026-05-12T01:21:11.477Z Compiling tracing v0.1.44
14292026-05-12T01:21:11.481Z Compiling thiserror v2.0.18
14302026-05-12T01:21:11.591Z Compiling pest_generator v2.8.6
14312026-05-12T01:21:11.591Z Compiling rand v0.9.2
14322026-05-12T01:21:11.741Z Compiling serde_derive_internals v0.29.1
14332026-05-12T01:21:11.777Z Compiling aho-corasick v1.1.4
14342026-05-12T01:21:11.801Z Compiling tower-service v0.3.3
14352026-05-12T01:21:11.897Z Compiling schemars v0.8.22
14362026-05-12T01:21:12.093Z Compiling tower-layer v0.3.3
14372026-05-12T01:21:12.255Z Compiling rustls v0.23.37
14382026-05-12T01:21:12.283Z Compiling atomic-waker v1.1.2
14392026-05-12T01:21:12.372Z Compiling try-lock v0.2.5
14402026-05-12T01:21:12.409Z Compiling dyn-clone v1.0.20
14412026-05-12T01:21:12.426Z Compiling pest_derive v2.8.6
14422026-05-12T01:21:12.481Z Compiling want v0.3.1
14432026-05-12T01:21:12.564Z Compiling tokio-util v0.7.18
14442026-05-12T01:21:12.606Z Compiling schemars_derive v0.8.22
14452026-05-12T01:21:12.643Z Compiling regex-automata v0.4.14
14462026-05-12T01:21:12.842Z Compiling pkcs8 v0.10.2
14472026-05-12T01:21:13.151Z Compiling ipnet v2.11.0
14482026-05-12T01:21:13.263Z Compiling h2 v0.4.13
14492026-05-12T01:21:13.434Z Compiling scroll_derive v0.13.1
14502026-05-12T01:21:13.571Z Compiling darling_core v0.20.11
14512026-05-12T01:21:13.638Z Compiling httpdate v1.0.3
14522026-05-12T01:21:13.825Z Compiling pin-utils v0.1.0
14532026-05-12T01:21:13.864Z Compiling openssl v0.10.78
14542026-05-12T01:21:13.897Z Compiling foreign-types-shared v0.1.1
14552026-05-12T01:21:13.987Z Compiling foreign-types v0.3.2
14562026-05-12T01:21:14.113Z Compiling tempfile v3.25.0
14572026-05-12T01:21:14.218Z Compiling scroll v0.13.0
14582026-05-12T01:21:14.494Z Compiling unicode-normalization v0.1.25
14592026-05-12T01:21:14.537Z Compiling openssl-macros v0.1.1
14602026-05-12T01:21:14.926Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14612026-05-12T01:21:14.946Z Compiling spin v0.9.8
14622026-05-12T01:21:15.065Z Compiling powerfmt v0.2.0
14632026-05-12T01:21:15.154Z Compiling num-conv v0.2.0
14642026-05-12T01:21:15.269Z Compiling time-core v0.1.8
14652026-05-12T01:21:15.288Z Compiling crc32fast v1.5.0
14662026-05-12T01:21:15.310Z Compiling native-tls v0.2.18
14672026-05-12T01:21:15.420Z Compiling time-macros v0.2.27
14682026-05-12T01:21:15.529Z Compiling deranged v0.5.8
14692026-05-12T01:21:15.876Z Compiling darling_macro v0.20.11
14702026-05-12T01:21:16.338Z Compiling hyper v1.8.1
14712026-05-12T01:21:16.459Z Compiling darling v0.20.11
14722026-05-12T01:21:16.488Z Compiling goblin v0.10.5
14732026-05-12T01:21:16.544Z Compiling rustls-native-certs v0.8.3
14742026-05-12T01:21:16.755Z Compiling sync_wrapper v1.0.2
14752026-05-12T01:21:16.829Z Compiling wait-timeout v0.2.1
14762026-05-12T01:21:16.866Z Compiling usdt-impl v0.6.0
14772026-05-12T01:21:17.073Z Compiling syn v1.0.109
14782026-05-12T01:21:17.094Z Compiling bit-vec v0.8.0
14792026-05-12T01:21:17.200Z Compiling simd-adler32 v0.3.8
14802026-05-12T01:21:17.322Z Compiling quick-error v1.2.3
14812026-05-12T01:21:17.367Z Compiling num_threads v0.1.7
14822026-05-12T01:21:17.429Z Compiling hyper-util v0.1.20
14832026-05-12T01:21:17.444Z Compiling crossbeam-utils v0.8.21
14842026-05-12T01:21:17.465Z Compiling siphasher v1.0.2
14852026-05-12T01:21:17.656Z Compiling time v0.3.47
14862026-05-12T01:21:17.755Z Compiling rusty-fork v0.3.1
14872026-05-12T01:21:18.120Z Compiling bit-set v0.8.0
14882026-05-12T01:21:18.236Z Compiling tower v0.5.3
14892026-05-12T01:21:18.280Z Compiling derive_builder_core v0.20.2
14902026-05-12T01:21:18.698Z Compiling dtrace-parser v0.3.0
14912026-05-12T01:21:18.713Z Compiling http-body-util v0.1.3
14922026-05-12T01:21:18.954Z Compiling webpki-roots v1.0.6
14932026-05-12T01:21:19.079Z Compiling signature v2.2.0
14942026-05-12T01:21:19.108Z Compiling thiserror-impl v1.0.69
14952026-05-12T01:21:19.150Z Compiling dof v0.4.0
14962026-05-12T01:21:19.209Z Compiling scroll_derive v0.12.1
14972026-05-12T01:21:19.255Z Compiling heapless v0.7.17
14982026-05-12T01:21:19.474Z Compiling rand_xorshift v0.4.0
14992026-05-12T01:21:19.533Z Compiling slog v2.8.2
15002026-05-12T01:21:19.639Z Compiling darling_core v0.21.3
15012026-05-12T01:21:19.717Z Compiling bzip2-sys v0.1.13+1.0.8
15022026-05-12T01:21:19.908Z Compiling thread-id v5.1.0
15032026-05-12T01:21:19.992Z Compiling cookie v0.18.1
15042026-05-12T01:21:19.995Z Compiling allocator-api2 v0.2.21
15052026-05-12T01:21:20.175Z Compiling signal-hook v0.3.18
15062026-05-12T01:21:20.325Z Compiling zstd-safe v7.2.4
15072026-05-12T01:21:20.349Z Compiling ryu v1.0.23
15082026-05-12T01:21:20.349Z Compiling adler2 v2.0.1
15092026-05-12T01:21:20.394Z Compiling unicode-bidi v0.3.18
15102026-05-12T01:21:20.483Z Compiling unicode-properties v0.1.4
15112026-05-12T01:21:20.518Z Compiling anyhow v1.0.102
15122026-05-12T01:21:20.542Z Compiling paste v1.0.15
15132026-05-12T01:21:20.695Z Compiling unarray v0.1.4
15142026-05-12T01:21:20.720Z Compiling iri-string v0.7.10
15152026-05-12T01:21:20.804Z Compiling proptest v1.10.0
15162026-05-12T01:21:20.860Z Compiling stringprep v0.1.5
15172026-05-12T01:21:20.927Z Compiling serde_urlencoded v0.7.1
15182026-05-12T01:21:21.042Z Compiling miniz_oxide v0.8.9
15192026-05-12T01:21:21.170Z Compiling thiserror v1.0.69
15202026-05-12T01:21:21.626Z Compiling scroll v0.12.0
15212026-05-12T01:21:21.905Z Compiling tower-http v0.6.8
15222026-05-12T01:21:21.985Z Compiling derive_builder_macro v0.20.2
15232026-05-12T01:21:22.057Z Compiling tokio-native-tls v0.3.1
15242026-05-12T01:21:22.101Z Compiling darling_macro v0.21.3
15252026-05-12T01:21:22.245Z Compiling bstr v1.12.1
15262026-05-12T01:21:22.294Z Compiling ipnetwork v0.21.1
15272026-05-12T01:21:22.430Z Compiling rand_chacha v0.3.1
15282026-05-12T01:21:22.570Z Compiling toml_datetime v0.6.11
15292026-05-12T01:21:22.674Z Compiling serde_tokenstream v0.2.3
15302026-05-12T01:21:22.688Z Compiling serde_spanned v0.6.9
15312026-05-12T01:21:22.828Z Compiling erased-serde v0.3.31
15322026-05-12T01:21:22.841Z Compiling md-5 v0.10.6
15332026-05-12T01:21:22.860Z Compiling zerocopy-derive v0.7.35
15342026-05-12T01:21:22.986Z Compiling async-trait v0.1.89
15352026-05-12T01:21:23.005Z Compiling pin-project-internal v1.1.11
15362026-05-12T01:21:23.227Z Compiling curve25519-dalek v4.1.3
15372026-05-12T01:21:23.298Z Compiling vergen-lib v9.1.0
15382026-05-12T01:21:23.479Z Compiling num-integer v0.1.46
15392026-05-12T01:21:23.558Z Compiling hash32 v0.2.1
15402026-05-12T01:21:23.712Z Compiling ff v0.13.1
15412026-05-12T01:21:23.751Z Compiling memoffset v0.9.1
15422026-05-12T01:21:23.797Z Compiling encoding_rs v0.8.35
15432026-05-12T01:21:23.847Z Compiling litrs v1.0.0
15442026-05-12T01:21:23.945Z Compiling smoltcp v0.9.1
15452026-05-12T01:21:24.002Z Compiling zlib-rs v0.6.2
15462026-05-12T01:21:24.110Z Compiling cfg_aliases v0.2.1
15472026-05-12T01:21:24.189Z Compiling psl-types v2.0.11
15482026-05-12T01:21:24.283Z Compiling fallible-iterator v0.2.0
15492026-05-12T01:21:24.319Z Compiling ref-cast v1.0.25
15502026-05-12T01:21:24.362Z Compiling rustix v0.38.44
15512026-05-12T01:21:24.643Z Compiling base16ct v0.2.0
15522026-05-12T01:21:24.665Z Compiling num-bigint-dig v0.8.6
15532026-05-12T01:21:24.743Z Compiling mime v0.3.17
15542026-05-12T01:21:24.822Z Compiling sec1 v0.7.3
15552026-05-12T01:21:25.004Z Compiling postgres-protocol v0.6.10
15562026-05-12T01:21:25.023Z Compiling document-features v0.2.12
15572026-05-12T01:21:25.102Z Compiling publicsuffix v2.3.0
15582026-05-12T01:21:25.305Z Compiling nix v0.31.2
15592026-05-12T01:21:25.370Z Compiling pin-project v1.1.11
15602026-05-12T01:21:25.553Z Compiling group v0.13.0
15612026-05-12T01:21:25.572Z Compiling zerocopy v0.7.35
15622026-05-12T01:21:25.670Z Compiling num-iter v0.1.45
15632026-05-12T01:21:25.821Z Compiling newtype-uuid v1.3.2
15642026-05-12T01:21:25.868Z Compiling hubpack_derive v0.1.1
15652026-05-12T01:21:26.070Z Compiling rand v0.8.6
15662026-05-12T01:21:26.105Z Compiling darling v0.21.3
15672026-05-12T01:21:26.145Z Compiling oxnet v0.1.4
15682026-05-12T01:21:26.182Z Compiling derive_builder v0.20.2
15692026-05-12T01:21:26.196Z Compiling hyper-tls v0.6.0
15702026-05-12T01:21:26.403Z Compiling goblin v0.8.2
15712026-05-12T01:21:26.897Z Compiling flate2 v1.1.9
15722026-05-12T01:21:26.899Z Compiling phf_shared v0.13.1
15732026-05-12T01:21:26.936Z Compiling lazy_static v1.5.0
15742026-05-12T01:21:27.031Z Compiling regex v1.12.3
15752026-05-12T01:21:27.150Z Compiling futures-executor v0.3.32
15762026-05-12T01:21:27.246Z Compiling hex v0.4.3
15772026-05-12T01:21:27.300Z Compiling hkdf v0.12.4
15782026-05-12T01:21:27.325Z Compiling crypto-bigint v0.5.5
15792026-05-12T01:21:27.409Z Compiling terminal_size v0.4.3
15802026-05-12T01:21:27.460Z Compiling ref-cast-impl v1.0.25
15812026-05-12T01:21:27.473Z Compiling curve25519-dalek-derive v0.1.1
15822026-05-12T01:21:27.517Z Compiling daft-derive v0.1.5
15832026-05-12T01:21:27.548Z Compiling strum_macros v0.27.2
15842026-05-12T01:21:27.996Z Compiling snafu-derive v0.8.9
15852026-05-12T01:21:28.103Z Compiling vergen v9.1.0
15862026-05-12T01:21:28.219Z Compiling fs-err v3.3.0
15872026-05-12T01:21:28.285Z Compiling cargo-platform v0.3.2
15882026-05-12T01:21:28.407Z Compiling ahash v0.8.12
15892026-05-12T01:21:28.567Z Compiling bumpalo v3.20.2
15902026-05-12T01:21:28.612Z Compiling managed v0.8.0
15912026-05-12T01:21:28.823Z Compiling object v0.37.3
15922026-05-12T01:21:28.836Z Compiling libbz2-rs-sys v0.2.2
15932026-05-12T01:21:29.092Z Compiling bitflags v1.3.2
15942026-05-12T01:21:29.173Z Compiling winnow v0.5.40
15952026-05-12T01:21:29.450Z Compiling foldhash v0.1.5
15962026-05-12T01:21:29.498Z Compiling same-file v1.0.6
15972026-05-12T01:21:29.553Z Compiling foldhash v0.2.0
15982026-05-12T01:21:29.628Z Compiling unicode-segmentation v1.12.0
15992026-05-12T01:21:29.669Z Compiling clap_builder v4.5.60
16002026-05-12T01:21:29.778Z Compiling hashbrown v0.16.1
16012026-05-12T01:21:29.876Z Compiling walkdir v2.5.0
16022026-05-12T01:21:29.909Z Compiling snafu v0.8.9
16032026-05-12T01:21:30.017Z Compiling hashbrown v0.15.5
16042026-05-12T01:21:30.197Z Compiling strum v0.27.2
16052026-05-12T01:21:30.267Z Compiling bzip2 v0.6.1
16062026-05-12T01:21:30.414Z Compiling zopfli v0.8.3
16072026-05-12T01:21:30.523Z Compiling toml_edit v0.19.15
16082026-05-12T01:21:30.574Z Compiling dof v0.3.0
16092026-05-12T01:21:30.632Z Compiling cargo_metadata v0.23.1
16102026-05-12T01:21:31.137Z Compiling elliptic-curve v0.13.8
16112026-05-12T01:21:31.174Z Compiling daft v0.1.5
16122026-05-12T01:21:31.532Z Compiling futures v0.3.32
16132026-05-12T01:21:31.561Z Compiling phf v0.13.1
16142026-05-12T01:21:31.738Z Compiling signal-hook-mio v0.2.5
16152026-05-12T01:21:31.857Z Compiling cookie_store v0.22.1
16162026-05-12T01:21:31.977Z Compiling zstd v0.13.3
16172026-05-12T01:21:32.080Z Compiling bzip2 v0.4.4
16182026-05-12T01:21:32.244Z Compiling hubpack v0.1.2
16192026-05-12T01:21:32.289Z Compiling serde_with_macros v3.17.0
16202026-05-12T01:21:32.497Z Compiling postgres-types v0.2.12
16212026-05-12T01:21:32.617Z Compiling usdt-attr-macro v0.6.0
16222026-05-12T01:21:33.043Z Compiling usdt-macro v0.6.0
16232026-05-12T01:21:33.119Z Compiling globset v0.4.18
16242026-05-12T01:21:33.402Z Compiling dtrace-parser v0.2.0
16252026-05-12T01:21:33.406Z Compiling ed25519 v2.2.3
16262026-05-12T01:21:33.669Z Compiling phf_shared v0.11.3
16272026-05-12T01:21:33.772Z Compiling olpc-cjson v0.1.4
16282026-05-12T01:21:33.790Z Compiling pkcs1 v0.7.5
16292026-05-12T01:21:33.854Z Compiling serde_plain v1.0.2
16302026-05-12T01:21:33.935Z Compiling serde-big-array v0.5.1
16312026-05-12T01:21:34.054Z Compiling rfc6979 v0.4.0
16322026-05-12T01:21:34.081Z Compiling pem v3.0.6
16332026-05-12T01:21:34.142Z Compiling serde_repr v0.1.20
16342026-05-12T01:21:34.178Z Compiling enum-as-inner v0.6.1
16352026-05-12T01:21:34.193Z Compiling clap_derive v4.5.55
16362026-05-12T01:21:34.225Z Compiling async-recursion v1.1.1
16372026-05-12T01:21:34.309Z Compiling strum_macros v0.26.4
16382026-05-12T01:21:34.447Z Compiling float-cmp v0.10.0
16392026-05-12T01:21:34.599Z Compiling memmap2 v0.9.10
16402026-05-12T01:21:34.718Z Compiling thread-id v4.2.2
16412026-05-12T01:21:34.721Z Compiling env_filter v1.0.0
16422026-05-12T01:21:34.810Z Compiling precomputed-hash v0.1.1
16432026-05-12T01:21:34.824Z Compiling static_assertions v1.1.0
16442026-05-12T01:21:34.891Z Compiling data-encoding v2.10.0
16452026-05-12T01:21:34.904Z Compiling whoami v2.1.0
16462026-05-12T01:21:34.907Z Compiling jiff v0.2.21
16472026-05-12T01:21:35.046Z Compiling either v1.15.0
16482026-05-12T01:21:35.262Z Compiling rustc-hash v2.1.1
16492026-05-12T01:21:35.282Z Compiling keccak v0.1.6
16502026-05-12T01:21:35.389Z Compiling typed-path v0.9.3
16512026-05-12T01:21:35.587Z Compiling fixedbitset v0.5.7
16522026-05-12T01:21:35.886Z Compiling new_debug_unreachable v1.0.6
16532026-05-12T01:21:35.964Z Compiling predicates-core v1.0.10
16542026-05-12T01:21:36.009Z Compiling fixedbitset v0.4.2
16552026-05-12T01:21:36.073Z Compiling normalize-line-endings v0.3.0
16562026-05-12T01:21:36.093Z Compiling difflib v0.4.0
16572026-05-12T01:21:36.143Z Compiling strum v0.26.3
16582026-05-12T01:21:36.170Z Compiling petgraph v0.6.5
16592026-05-12T01:21:36.225Z Compiling clap v4.5.60
16602026-05-12T01:21:36.274Z Compiling toml_edit v0.22.27
16612026-05-12T01:21:36.310Z Compiling string_cache v0.8.9
16622026-05-12T01:21:36.543Z Compiling predicates v3.1.4
16632026-05-12T01:21:36.595Z Compiling petgraph v0.8.3
16642026-05-12T01:21:36.645Z Compiling sha3 v0.10.8
16652026-05-12T01:21:37.106Z Compiling iddqd v0.3.18
16662026-05-12T01:21:37.196Z Compiling itertools v0.13.0
16672026-05-12T01:21:37.237Z Compiling hickory-proto v0.25.2
16682026-05-12T01:21:37.640Z Compiling zip v4.6.1
16692026-05-12T01:21:38.230Z Compiling tokio-postgres v0.7.16
16702026-05-12T01:21:38.419Z Compiling env_logger v0.11.9
16712026-05-12T01:21:38.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16722026-05-12T01:21:38.596Z Compiling usdt-impl v0.5.0
16732026-05-12T01:21:38.772Z Compiling usdt v0.6.0
16742026-05-12T01:21:38.961Z Compiling ecdsa v0.16.9
16752026-05-12T01:21:39.042Z Compiling rsa v0.9.10
16762026-05-12T01:21:39.056Z Compiling ed25519-dalek v2.2.0
16772026-05-12T01:21:39.179Z Compiling crossterm v0.28.1
16782026-05-12T01:21:39.362Z Compiling serde_with v3.17.0
16792026-05-12T01:21:40.429Z Compiling zip v0.6.6
16802026-05-12T01:21:40.953Z Compiling toml v0.7.8
16812026-05-12T01:21:41.319Z Compiling similar v2.7.0
16822026-05-12T01:21:41.345Z Compiling heck v0.4.1
16832026-05-12T01:21:41.402Z Compiling toml_parser v1.0.9+spec-1.1.0
16842026-05-12T01:21:41.548Z Compiling crossbeam-epoch v0.9.18
16852026-05-12T01:21:41.582Z Compiling tokio-stream v0.1.18
16862026-05-12T01:21:41.875Z Compiling buf-list v1.1.2
16872026-05-12T01:21:41.906Z Compiling x509-cert v0.2.5
16882026-05-12T01:21:42.033Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16892026-05-12T01:21:42.047Z Compiling openapiv3 v2.2.0
16902026-05-12T01:21:42.155Z Compiling sha1 v0.10.6
16912026-05-12T01:21:42.184Z Compiling peg-runtime v0.8.5
16922026-05-12T01:21:42.336Z Compiling lalrpop-util v0.19.12
16932026-05-12T01:21:42.378Z Compiling thread_local v1.1.9
16942026-05-12T01:21:42.395Z Compiling slog-async v2.8.0
16952026-05-12T01:21:42.469Z Compiling crossbeam-channel v0.5.15
16962026-05-12T01:21:42.525Z Compiling filetime v0.2.27
16972026-05-12T01:21:42.627Z Compiling is-terminal v0.4.17
16982026-05-12T01:21:42.698Z Compiling xattr v1.6.1
16992026-05-12T01:21:42.713Z Compiling term v1.2.1
17002026-05-12T01:21:42.725Z Compiling take_mut v0.2.2
17012026-05-12T01:21:42.836Z Compiling tar v0.4.45
17022026-05-12T01:21:43.291Z Compiling slog-term v2.9.2
17032026-05-12T01:21:52.968Z Compiling rustls-webpki v0.103.9
17042026-05-12T01:21:55.751Z Compiling tokio-rustls v0.26.4
17052026-05-12T01:21:55.752Z Compiling rustls-platform-verifier v0.6.2
17062026-05-12T01:21:55.959Z Compiling hyper-rustls v0.27.7
17072026-05-12T01:21:56.161Z Compiling reqwest v0.12.28
17082026-05-12T01:21:56.161Z Compiling reqwest v0.13.2
17092026-05-12T01:21:57.419Z Compiling tough v0.22.0
17102026-05-12T01:21:59.946Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112026-05-12T01:22:00.164Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17122026-05-12T01:22:03.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17132026-05-12T01:22:03.153Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17142026-05-12T01:22:03.204ZMay 12 01:22:01.709 INFO Starting download, target: Cockroach
17152026-05-12T01:22:03.205ZMay 12 01:22:01.709 INFO Starting download, target: Console
17162026-05-12T01:22:03.205ZMay 12 01:22:01.709 INFO Starting download, target: Clickhouse
17172026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Starting download, target: DendriteStub
17182026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Starting download, target: MaghemiteMgd
17192026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Starting download, target: TransceiverControl
17202026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17212026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17242026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17252026-05-12T01:22:03.210ZMay 12 01:22:01.709 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17262026-05-12T01:22:03.653ZMay 12 01:22:02.150 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17272026-05-12T01:22:03.865ZMay 12 01:22:02.364 INFO Download complete, target: TransceiverControl
17282026-05-12T01:22:04.211ZMay 12 01:22:02.707 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-05-12T01:22:04.531ZMay 12 01:22:03.033 INFO Download complete, target: Console
17302026-05-12T01:22:04.674ZMay 12 01:22:03.177 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-05-12T01:22:04.832ZMay 12 01:22:03.326 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-05-12T01:22:05.335ZMay 12 01:22:03.810 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-05-12T01:22:05.462ZMay 12 01:22:03.951 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17342026-05-12T01:22:05.463ZMay 12 01:22:03.951 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17352026-05-12T01:22:07.062ZMay 12 01:22:05.565 INFO Download complete, target: DendriteStub
17362026-05-12T01:22:07.251ZMay 12 01:22:05.753 INFO Download complete, target: MaghemiteMgd
17372026-05-12T01:22:10.189ZMay 12 01:22:08.694 INFO Checking that binary works, target: Cockroach
17382026-05-12T01:22:10.301ZMay 12 01:22:08.806 INFO Download complete, target: Cockroach
17392026-05-12T01:22:12.275ZMay 12 01:22:10.777 INFO Checking that binary works, target: Clickhouse
17402026-05-12T01:22:12.368ZMay 12 01:22:10.871 INFO Download complete, target: Clickhouse
17412026-05-12T01:22:12.385ZAll builder prerequisites installed successfully, and PATH looks valid
17422026-05-12T01:22:12.391Z
17432026-05-12T01:22:12.391Zreal 2:14.365926038
17442026-05-12T01:22:12.391Zuser 6:54.535751056
17452026-05-12T01:22:12.391Zsys 1:22.971370360
17462026-05-12T01:22:12.391Ztrap 0.218192297
17472026-05-12T01:22:12.391Ztflt 0.699730916
17482026-05-12T01:22:12.391Zdflt 0.492068316
17492026-05-12T01:22:12.392Zkflt 0.023938525
17502026-05-12T01:22:12.392Zlock 21:48.679898313
17512026-05-12T01:22:12.392Zslp 21:11.266910509
17522026-05-12T01:22:12.392Zlat 43.401412422
17532026-05-12T01:22:12.392Zstop 1:55.138208362
17542026-05-12T01:22:12.392Z+ banner hack-check
17552026-05-12T01:22:12.392Z
17562026-05-12T01:22:12.392Z # # ## #### # # #### # # ###### #### # #
17572026-05-12T01:22:12.392Z # # # # # # # # # # # # # # # # #
17582026-05-12T01:22:12.392Z ###### # # # #### ##### # ###### ##### # ####
17592026-05-12T01:22:12.392Z # # ###### # # # # # # # # # #
17602026-05-12T01:22:12.392Z # # # # # # # # # # # # # # # # #
17612026-05-12T01:22:12.392Z # # # # #### # # #### # # ###### #### # #
17622026-05-12T01:22:12.392Z
17632026-05-12T01:22:12.392Z+ export CARGO_INCREMENTAL=0
17642026-05-12T01:22:12.392Z+ CARGO_INCREMENTAL=0
17652026-05-12T01:22:12.392Z+ ptime -m timeout 2h cargo xtask check-features --ci
17662026-05-12T01:22:12.908Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17672026-05-12T01:22:13.138Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17682026-05-12T01:22:14.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17692026-05-12T01:22:15.055Z Running `target/debug/xtask check-features --ci`
17702026-05-12T01:22:15.082Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17712026-05-12T01:22:15.085Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17722026-05-12T01:22:15.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17732026-05-12T01:22:15.598Z Running `target/debug/xtask download cargo-hack`
17742026-05-12T01:22:16.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-05-12T01:22:16.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-05-12T01:22:19.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17772026-05-12T01:22:19.367Z Running `target/debug/xtask-downloader cargo-hack`
17782026-05-12T01:22:19.410ZMay 12 01:22:17.914 INFO Starting download, target: CargoHack
17792026-05-12T01:22:19.420ZMay 12 01:22:17.915 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17802026-05-12T01:22:19.993ZMay 12 01:22:18.497 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17812026-05-12T01:22:20.043ZMay 12 01:22:18.548 INFO Download complete, target: CargoHack
17822026-05-12T01:22:20.045Zrunning: "/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"
17832026-05-12T01:22:20.059Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17842026-05-12T01:22:20.208Zinfo: running `cargo check --bins` on api_identity (1/274)
17852026-05-12T01:22:20.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862026-05-12T01:22:20.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872026-05-12T01:22:20.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882026-05-12T01:22:20.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17892026-05-12T01:22:20.788Z
17902026-05-12T01:22:20.788Zinfo: running `cargo check --bins` on bootstore (2/274)
17912026-05-12T01:22:21.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-05-12T01:22:21.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-05-12T01:22:21.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-05-12T01:22:21.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17952026-05-12T01:22:21.366Z
17962026-05-12T01:22:21.366Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17972026-05-12T01:22:21.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-12T01:22:21.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-12T01:22:21.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-12T01:22:21.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-12T01:22:21.946Z
18022026-05-12T01:22:21.946Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18032026-05-12T01:22:22.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-12T01:22:22.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-12T01:22:22.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-12T01:22:22.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18072026-05-12T01:22:22.525Z
18082026-05-12T01:22:22.525Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18092026-05-12T01:22:23.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-12T01:22:23.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-12T01:22:23.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-12T01:22:23.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-12T01:22:23.105Z
18142026-05-12T01:22:23.105Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18152026-05-12T01:22:23.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-12T01:22:23.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-12T01:22:23.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-12T01:22:23.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18192026-05-12T01:22:23.694Z
18202026-05-12T01:22:23.694Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18212026-05-12T01:22:24.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-12T01:22:24.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-12T01:22:24.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-12T01:22:24.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-12T01:22:24.288Z
18262026-05-12T01:22:24.288Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18272026-05-12T01:22:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-12T01:22:24.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-12T01:22:24.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-12T01:22:24.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-12T01:22:24.883Z
18322026-05-12T01:22:24.883Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18332026-05-12T01:22:25.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-12T01:22:25.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-12T01:22:25.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-12T01:22:25.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18372026-05-12T01:22:25.348Z
18382026-05-12T01:22:25.348Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18392026-05-12T01:22:25.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-12T01:22:25.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-12T01:22:25.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-12T01:22:25.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18432026-05-12T01:22:25.817Z
18442026-05-12T01:22:25.817Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18452026-05-12T01:22:26.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-12T01:22:26.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-12T01:22:26.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-12T01:22:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-12T01:22:26.283Z
18502026-05-12T01:22:26.284Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18512026-05-12T01:22:26.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-12T01:22:26.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-12T01:22:26.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-12T01:22:26.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-12T01:22:26.748Z
18562026-05-12T01:22:26.748Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18572026-05-12T01:22:27.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-12T01:22:27.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-12T01:22:27.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-12T01:22:27.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-12T01:22:27.213Z
18622026-05-12T01:22:27.213Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18632026-05-12T01:22:27.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-12T01:22:27.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-12T01:22:27.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-12T01:22:27.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-12T01:22:27.679Z
18682026-05-12T01:22:27.679Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18692026-05-12T01:22:28.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-12T01:22:28.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-12T01:22:28.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-12T01:22:28.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-12T01:22:28.142Z
18742026-05-12T01:22:28.142Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18752026-05-12T01:22:28.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-12T01:22:28.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-12T01:22:28.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-12T01:22:28.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-12T01:22:28.613Z
18802026-05-12T01:22:28.613Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18812026-05-12T01:22:29.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-12T01:22:29.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-12T01:22:29.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-12T01:22:29.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-12T01:22:29.079Z
18862026-05-12T01:22:29.079Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18872026-05-12T01:22:29.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-12T01:22:29.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-12T01:22:29.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-12T01:22:29.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-12T01:22:29.549Z
18922026-05-12T01:22:29.549Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18932026-05-12T01:22:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-12T01:22:29.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-12T01:22:29.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-12T01:22:29.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-12T01:22:30.016Z
18982026-05-12T01:22:30.017Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18992026-05-12T01:22:30.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-12T01:22:30.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-12T01:22:30.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-12T01:22:30.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-12T01:22:30.491Z
19042026-05-12T01:22:30.491Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19052026-05-12T01:22:30.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-12T01:22:30.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-12T01:22:30.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-12T01:22:30.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-12T01:22:30.957Z
19102026-05-12T01:22:30.957Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19112026-05-12T01:22:31.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-12T01:22:31.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-12T01:22:31.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-12T01:22:31.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-12T01:22:31.421Z
19162026-05-12T01:22:31.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19172026-05-12T01:22:31.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-12T01:22:31.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-12T01:22:31.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-12T01:22:31.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-12T01:22:31.888Z
19222026-05-12T01:22:31.888Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19232026-05-12T01:22:32.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-12T01:22:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-12T01:22:32.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-12T01:22:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-12T01:22:32.361Z
19282026-05-12T01:22:32.361Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19292026-05-12T01:22:32.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-12T01:22:32.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-12T01:22:32.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-12T01:22:32.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-12T01:22:32.829Z
19342026-05-12T01:22:32.829Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19352026-05-12T01:22:33.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-12T01:22:33.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-12T01:22:33.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-12T01:22:33.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-12T01:22:33.295Z
19402026-05-12T01:22:33.295Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19412026-05-12T01:22:33.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-12T01:22:33.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-12T01:22:33.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-12T01:22:33.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-12T01:22:33.763Z
19462026-05-12T01:22:33.763Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19472026-05-12T01:22:34.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-12T01:22:34.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-12T01:22:34.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-12T01:22:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-12T01:22:34.226Z
19522026-05-12T01:22:34.226Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19532026-05-12T01:22:34.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-12T01:22:34.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-12T01:22:34.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-12T01:22:34.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-12T01:22:34.694Z
19582026-05-12T01:22:34.694Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19592026-05-12T01:22:35.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-12T01:22:35.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-12T01:22:35.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-12T01:22:35.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-12T01:22:35.159Z
19642026-05-12T01:22:35.160Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19652026-05-12T01:22:35.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-12T01:22:35.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-12T01:22:35.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-12T01:22:35.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-12T01:22:35.622Z
19702026-05-12T01:22:35.622Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19712026-05-12T01:22:36.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-12T01:22:36.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-12T01:22:36.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-12T01:22:36.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-12T01:22:36.087Z
19762026-05-12T01:22:36.087Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19772026-05-12T01:22:36.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-12T01:22:36.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-12T01:22:36.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-12T01:22:36.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-12T01:22:36.551Z
19822026-05-12T01:22:36.551Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19832026-05-12T01:22:36.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-12T01:22:36.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-12T01:22:36.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-12T01:22:36.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-12T01:22:37.020Z
19882026-05-12T01:22:37.020Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19892026-05-12T01:22:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-12T01:22:37.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-12T01:22:37.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-12T01:22:37.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-12T01:22:37.484Z
19942026-05-12T01:22:37.484Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19952026-05-12T01:22:37.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-12T01:22:37.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-12T01:22:37.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-12T01:22:37.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-12T01:22:37.949Z
20002026-05-12T01:22:37.949Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20012026-05-12T01:22:38.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-12T01:22:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-12T01:22:38.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-12T01:22:38.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-12T01:22:38.411Z
20062026-05-12T01:22:38.411Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20072026-05-12T01:22:38.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-12T01:22:38.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-12T01:22:38.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-12T01:22:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-12T01:22:38.874Z
20122026-05-12T01:22:38.874Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20132026-05-12T01:22:39.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-12T01:22:39.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-12T01:22:39.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-12T01:22:39.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-12T01:22:39.338Z
20182026-05-12T01:22:39.338Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20192026-05-12T01:22:39.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-12T01:22:39.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-12T01:22:39.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-12T01:22:39.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-12T01:22:39.802Z
20242026-05-12T01:22:39.802Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20252026-05-12T01:22:40.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-12T01:22:40.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-12T01:22:40.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-12T01:22:40.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-12T01:22:40.266Z
20302026-05-12T01:22:40.266Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20312026-05-12T01:22:40.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-12T01:22:40.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-12T01:22:40.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-12T01:22:40.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-12T01:22:40.729Z
20362026-05-12T01:22:40.729Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20372026-05-12T01:22:41.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-12T01:22:41.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-12T01:22:41.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-12T01:22:41.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-12T01:22:41.189Z
20422026-05-12T01:22:41.189Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20432026-05-12T01:22:41.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-12T01:22:41.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-12T01:22:41.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-12T01:22:41.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-12T01:22:41.650Z
20482026-05-12T01:22:41.650Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20492026-05-12T01:22:42.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-12T01:22:42.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-12T01:22:42.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-12T01:22:42.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-12T01:22:42.113Z
20542026-05-12T01:22:42.113Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20552026-05-12T01:22:42.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-12T01:22:42.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-12T01:22:42.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-12T01:22:42.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-12T01:22:42.578Z
20602026-05-12T01:22:42.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20612026-05-12T01:22:42.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-12T01:22:42.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-12T01:22:42.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-12T01:22:42.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-12T01:22:43.040Z
20662026-05-12T01:22:43.040Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20672026-05-12T01:22:43.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-12T01:22:43.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-12T01:22:43.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-12T01:22:43.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-12T01:22:43.505Z
20722026-05-12T01:22:43.505Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20732026-05-12T01:22:44.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-12T01:22:44.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-12T01:22:44.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-12T01:22:44.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20772026-05-12T01:22:44.135Z
20782026-05-12T01:22:44.135Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20792026-05-12T01:22:44.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-12T01:22:44.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-12T01:22:44.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-12T01:22:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20832026-05-12T01:22:44.766Z
20842026-05-12T01:22:44.767Zinfo: running `cargo check --bins` on nexus-config (51/274)
20852026-05-12T01:22:45.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-12T01:22:45.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-12T01:22:45.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-12T01:22:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20892026-05-12T01:22:45.393Z
20902026-05-12T01:22:45.393Zinfo: running `cargo check --bins` on nexus-types (52/274)
20912026-05-12T01:22:45.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-12T01:22:45.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-12T01:22:45.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-12T01:22:45.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-12T01:22:46.025Z
20962026-05-12T01:22:46.025Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20972026-05-12T01:22:46.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-12T01:22:46.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-12T01:22:46.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-12T01:22:46.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21012026-05-12T01:22:46.625Z
21022026-05-12T01:22:46.625Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21032026-05-12T01:22:47.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-12T01:22:47.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-12T01:22:47.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-12T01:22:47.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21072026-05-12T01:22:47.199Z
21082026-05-12T01:22:47.199Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21092026-05-12T01:22:47.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-12T01:22:47.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-12T01:22:47.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-12T01:22:47.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21132026-05-12T01:22:47.799Z
21142026-05-12T01:22:47.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21152026-05-12T01:22:48.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-12T01:22:48.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-12T01:22:48.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-12T01:22:48.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-05-12T01:22:48.396Z
21202026-05-12T01:22:48.396Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21212026-05-12T01:22:48.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-12T01:22:48.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-12T01:22:48.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-12T01:22:48.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21252026-05-12T01:22:48.992Z
21262026-05-12T01:22:48.992Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21272026-05-12T01:22:49.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-12T01:22:49.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-12T01:22:49.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-12T01:22:49.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312026-05-12T01:22:49.591Z
21322026-05-12T01:22:49.591Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21332026-05-12T01:22:50.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-12T01:22:50.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-12T01:22:50.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-12T01:22:50.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21372026-05-12T01:22:50.175Z
21382026-05-12T01:22:50.175Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21392026-05-12T01:22:50.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-12T01:22:50.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-12T01:22:50.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-12T01:22:50.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-05-12T01:22:50.755Z
21442026-05-12T01:22:50.755Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21452026-05-12T01:22:51.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-12T01:22:51.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-12T01:22:51.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-12T01:22:51.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-12T01:22:51.335Z
21502026-05-12T01:22:51.335Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21512026-05-12T01:22:51.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-12T01:22:51.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-12T01:22:51.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-12T01:22:51.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-12T01:22:51.916Z
21562026-05-12T01:22:51.916Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21572026-05-12T01:22:52.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-12T01:22:52.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-12T01:22:52.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-12T01:22:52.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-12T01:22:52.511Z
21622026-05-12T01:22:52.511Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21632026-05-12T01:22:53.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-12T01:22:53.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-12T01:22:53.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-12T01:22:53.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-12T01:22:53.104Z
21682026-05-12T01:22:53.104Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21692026-05-12T01:22:53.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-12T01:22:53.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-12T01:22:53.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-12T01:22:53.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21732026-05-12T01:22:53.684Z
21742026-05-12T01:22:53.684Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21752026-05-12T01:22:54.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-12T01:22:54.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-12T01:22:54.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-12T01:22:54.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-12T01:22:54.265Z
21802026-05-12T01:22:54.265Zinfo: running `cargo check --bins` on ereport-types (67/274)
21812026-05-12T01:22:54.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-12T01:22:54.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-12T01:22:54.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-12T01:22:54.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-12T01:22:54.850Z
21862026-05-12T01:22:54.850Zinfo: running `cargo check --bins` on gateway-client (68/274)
21872026-05-12T01:22:55.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-12T01:22:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-12T01:22:55.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-12T01:22:55.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-12T01:22:55.438Z
21922026-05-12T01:22:55.438Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21932026-05-12T01:22:55.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-12T01:22:55.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-12T01:22:55.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-12T01:22:55.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-05-12T01:22:56.026Z
21982026-05-12T01:22:56.026Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21992026-05-12T01:22:56.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-12T01:22:56.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-12T01:22:56.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-12T01:22:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-05-12T01:22:56.611Z
22042026-05-12T01:22:56.611Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22052026-05-12T01:22:57.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-12T01:22:57.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-12T01:22:57.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-12T01:22:57.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-12T01:22:57.199Z
22102026-05-12T01:22:57.199Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22112026-05-12T01:22:57.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-12T01:22:57.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-12T01:22:57.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-12T01:22:57.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-12T01:22:57.787Z
22162026-05-12T01:22:57.787Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22172026-05-12T01:22:58.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-12T01:22:58.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-12T01:22:58.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-12T01:22:58.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22212026-05-12T01:22:58.395Z
22222026-05-12T01:22:58.395Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22232026-05-12T01:22:58.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-12T01:22:58.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-12T01:22:58.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-12T01:22:58.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22272026-05-12T01:22:59.002Z
22282026-05-12T01:22:59.002Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22292026-05-12T01:22:59.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-12T01:22:59.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-12T01:22:59.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-12T01:22:59.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22332026-05-12T01:22:59.579Z
22342026-05-12T01:22:59.579Zinfo: running `cargo check --bins` on oxlog (76/274)
22352026-05-12T01:23:00.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-12T01:23:00.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-12T01:23:00.187Z Checking cfg-if v1.0.4
22382026-05-12T01:23:00.190Z Checking libc v0.2.185
22392026-05-12T01:23:00.190Z Checking serde_core v1.0.228
22402026-05-12T01:23:00.307Z Checking zeroize v1.8.2
22412026-05-12T01:23:00.313Z Checking memchr v2.8.0
22422026-05-12T01:23:00.321Z Checking log v0.4.29
22432026-05-12T01:23:00.331Z Checking smallvec v1.15.1
22442026-05-12T01:23:00.342Z Checking typenum v1.19.0
22452026-05-12T01:23:00.353Z Checking subtle v2.6.1
22462026-05-12T01:23:00.440Z Checking itoa v1.0.17
22472026-05-12T01:23:00.479Z Checking scopeguard v1.2.0
22482026-05-12T01:23:00.499Z Checking stable_deref_trait v1.2.1
22492026-05-12T01:23:00.512Z Checking const-oid v0.9.6
22502026-05-12T01:23:00.572Z Checking portable-atomic v1.13.1
22512026-05-12T01:23:00.585Z Checking zerofrom v0.1.6
22522026-05-12T01:23:00.588Z Checking lock_api v0.4.14
22532026-05-12T01:23:00.687Z Checking critical-section v1.2.0
22542026-05-12T01:23:00.690Z Checking getrandom v0.2.17
22552026-05-12T01:23:00.696Z Checking errno v0.3.14
22562026-05-12T01:23:00.793Z Checking yoke v0.8.1
22572026-05-12T01:23:00.819Z Checking pin-project-lite v0.2.17
22582026-05-12T01:23:00.838Z Checking signal-hook-registry v1.4.8
22592026-05-12T01:23:00.858Z Checking generic-array v0.14.7
22602026-05-12T01:23:00.876Z Checking rand_core v0.6.4
22612026-05-12T01:23:00.905Z Checking parking_lot_core v0.9.12
22622026-05-12T01:23:00.959Z Checking zerovec v0.11.5
22632026-05-12T01:23:00.971Z Checking once_cell v1.21.3
22642026-05-12T01:23:00.992Z Checking futures-core v0.3.32
22652026-05-12T01:23:01.048Z Checking mio v1.2.0
22662026-05-12T01:23:01.091Z Checking parking_lot v0.12.5
22672026-05-12T01:23:01.116Z Checking zerocopy v0.8.40
22682026-05-12T01:23:01.138Z Checking zmij v1.0.21
22692026-05-12T01:23:01.182Z Checking socket2 v0.6.3
22702026-05-12T01:23:01.276Z Checking libm v0.2.16
22712026-05-12T01:23:01.302Z Checking crypto-common v0.1.7
22722026-05-12T01:23:01.330Z Checking block-buffer v0.10.4
22732026-05-12T01:23:01.351Z Checking litemap v0.8.1
22742026-05-12T01:23:01.389Z Checking tinystr v0.8.2
22752026-05-12T01:23:01.421Z Checking writeable v0.6.2
22762026-05-12T01:23:01.433Z Checking percent-encoding v2.3.2
22772026-05-12T01:23:01.465Z Checking digest v0.10.7
22782026-05-12T01:23:01.520Z Checking equivalent v1.0.2
22792026-05-12T01:23:01.564Z Checking potential_utf v0.1.4
22802026-05-12T01:23:01.577Z Checking zerotrie v0.2.3
22812026-05-12T01:23:01.579Z Checking icu_locale_core v2.1.1
22822026-05-12T01:23:01.599Z Checking futures-sink v0.3.32
22832026-05-12T01:23:01.658Z Checking cpufeatures v0.2.17
22842026-05-12T01:23:01.691Z Checking icu_collections v2.1.1
22852026-05-12T01:23:01.704Z Checking futures-channel v0.3.32
22862026-05-12T01:23:01.727Z Checking slab v0.4.12
22872026-05-12T01:23:01.776Z Checking serde v1.0.228
22882026-05-12T01:23:01.813Z Checking bitflags v2.11.0
22892026-05-12T01:23:01.878Z Checking serde_json v1.0.149
22902026-05-12T01:23:01.893Z Checking futures-io v0.3.32
22912026-05-12T01:23:01.961Z Checking num-traits v0.2.19
22922026-05-12T01:23:01.977Z Checking futures-task v0.3.32
22932026-05-12T01:23:01.995Z Checking hmac v0.12.1
22942026-05-12T01:23:02.007Z Checking icu_normalizer_data v2.1.1
22952026-05-12T01:23:02.076Z Checking icu_properties_data v2.1.2
22962026-05-12T01:23:02.109Z Checking futures-util v0.3.32
22972026-05-12T01:23:02.122Z Checking hashbrown v0.17.0
22982026-05-12T01:23:02.133Z Checking icu_provider v2.1.1
22992026-05-12T01:23:02.178Z Checking bytes v1.11.1
23002026-05-12T01:23:02.200Z Checking rand_core v0.10.0
23012026-05-12T01:23:02.339Z Checking getrandom v0.4.1
23022026-05-12T01:23:02.354Z Checking icu_properties v2.1.2
23032026-05-12T01:23:02.484Z Checking icu_normalizer v2.1.1
23042026-05-12T01:23:02.497Z Checking block-padding v0.3.3
23052026-05-12T01:23:02.542Z Checking utf8_iter v1.0.4
23062026-05-12T01:23:02.567Z Checking indexmap v2.14.0
23072026-05-12T01:23:02.601Z Checking tokio v1.52.1
23082026-05-12T01:23:02.621Z Checking inout v0.1.4
23092026-05-12T01:23:02.662Z Checking sha2 v0.10.9
23102026-05-12T01:23:02.759Z Checking cipher v0.4.4
23112026-05-12T01:23:02.786Z Checking form_urlencoded v1.2.2
23122026-05-12T01:23:02.911Z Checking getrandom v0.3.4
23132026-05-12T01:23:02.936Z Checking fnv v1.0.7
23142026-05-12T01:23:02.963Z Checking base64ct v1.8.3
23152026-05-12T01:23:03.028Z Checking byteorder v1.5.0
23162026-05-12T01:23:03.054Z Checking flagset v0.4.7
23172026-05-12T01:23:03.111Z Checking rand_core v0.9.5
23182026-05-12T01:23:03.167Z Checking idna_adapter v1.2.1
23192026-05-12T01:23:03.180Z Checking http v1.4.0
23202026-05-12T01:23:03.192Z Checking pem-rfc7468 v0.7.0
23212026-05-12T01:23:03.226Z Checking regex-syntax v0.8.10
23222026-05-12T01:23:03.283Z Checking idna v1.1.0
23232026-05-12T01:23:03.297Z Checking salsa20 v0.10.2
23242026-05-12T01:23:03.346Z Checking der v0.7.10
23252026-05-12T01:23:03.425Z Checking uuid v1.23.0
23262026-05-12T01:23:03.522Z Checking url v2.5.8
23272026-05-12T01:23:03.732Z Checking pbkdf2 v0.12.2
23282026-05-12T01:23:03.735Z Checking rustix v1.1.3
23292026-05-12T01:23:03.842Z Checking tracing-core v0.1.36
23302026-05-12T01:23:03.845Z Checking ppv-lite86 v0.2.21
23312026-05-12T01:23:03.951Z Checking rustls-pki-types v1.14.0
23322026-05-12T01:23:03.979Z Checking base64 v0.22.1
23332026-05-12T01:23:04.073Z Checking spki v0.7.3
23342026-05-12T01:23:04.140Z Checking iana-time-zone v0.1.65
23352026-05-12T01:23:04.154Z Checking rand_chacha v0.9.0
23362026-05-12T01:23:04.215Z Checking tracing v0.1.44
23372026-05-12T01:23:04.231Z Checking scrypt v0.11.0
23382026-05-12T01:23:04.244Z Checking chrono v0.4.44
23392026-05-12T01:23:04.247Z Checking http-body v1.0.1
23402026-05-12T01:23:04.343Z Checking cbc v0.1.2
23412026-05-12T01:23:04.366Z Checking aes v0.8.4
23422026-05-12T01:23:04.379Z Checking aws-lc-sys v0.40.0
23432026-05-12T01:23:04.412Z Checking openssl-probe v0.2.1
23442026-05-12T01:23:04.467Z Checking tinyvec_macros v0.1.1
23452026-05-12T01:23:04.517Z Checking untrusted v0.9.0
23462026-05-12T01:23:04.530Z Checking untrusted v0.7.1
23472026-05-12T01:23:04.541Z Checking tinyvec v1.10.0
23482026-05-12T01:23:04.568Z Checking rand v0.9.2
23492026-05-12T01:23:04.621Z Checking ring v0.17.14
23502026-05-12T01:23:04.636Z Checking tower-service v0.3.3
23512026-05-12T01:23:04.726Z Checking try-lock v0.2.5
23522026-05-12T01:23:04.752Z Checking pkcs5 v0.7.1
23532026-05-12T01:23:04.826Z Checking atomic-waker v1.1.2
23542026-05-12T01:23:04.842Z Checking tower-layer v0.3.3
23552026-05-12T01:23:04.876Z Checking aws-lc-rs v1.16.3
23562026-05-12T01:23:04.923Z Checking want v0.3.1
23572026-05-12T01:23:04.989Z Checking ipnet v2.11.0
23582026-05-12T01:23:05.005Z Checking pkcs8 v0.10.2
23592026-05-12T01:23:05.034Z Checking httparse v1.10.1
23602026-05-12T01:23:05.048Z Checking aho-corasick v1.1.4
23612026-05-12T01:23:05.096Z Checking pin-utils v0.1.0
23622026-05-12T01:23:05.166Z Checking plain v0.2.3
23632026-05-12T01:23:05.180Z Checking fastrand v2.3.0
23642026-05-12T01:23:05.240Z Checking dyn-clone v1.0.20
23652026-05-12T01:23:05.240Z Checking foreign-types-shared v0.1.1
23662026-05-12T01:23:05.268Z Checking httpdate v1.0.3
23672026-05-12T01:23:05.323Z Checking foreign-types v0.3.2
23682026-05-12T01:23:05.353Z Checking unicode-normalization v0.1.25
23692026-05-12T01:23:05.365Z Checking tempfile v3.25.0
23702026-05-12T01:23:05.391Z Checking semver v1.0.28
23712026-05-12T01:23:05.407Z Checking openssl-sys v0.9.114
23722026-05-12T01:23:05.554Z Checking spin v0.9.8
23732026-05-12T01:23:05.601Z Checking unicode-ident v1.0.24
23742026-05-12T01:23:05.614Z Checking ucd-trie v0.1.7
23752026-05-12T01:23:05.695Z Checking rustls-webpki v0.103.9
23762026-05-12T01:23:05.713Z Checking proc-macro2 v1.0.106
23772026-05-12T01:23:05.726Z Checking regex-automata v0.4.14
23782026-05-12T01:23:05.737Z Checking schemars v0.8.22
23792026-05-12T01:23:05.749Z Checking pest v2.8.6
23802026-05-12T01:23:05.764Z Checking rustls-native-certs v0.8.3
23812026-05-12T01:23:05.779Z Checking tokio-util v0.7.18
23822026-05-12T01:23:05.885Z Checking thiserror v2.0.18
23832026-05-12T01:23:05.913Z Checking openssl v0.10.78
23842026-05-12T01:23:05.985Z Checking sync_wrapper v1.0.2
23852026-05-12T01:23:06.015Z Checking wait-timeout v0.2.1
23862026-05-12T01:23:06.087Z Checking anstyle v1.0.13
23872026-05-12T01:23:06.107Z Checking rustls v0.23.37
23882026-05-12T01:23:06.153Z Checking quick-error v1.2.3
23892026-05-12T01:23:06.256Z Checking utf8parse v0.2.2
23902026-05-12T01:23:06.281Z Checking bit-vec v0.8.0
23912026-05-12T01:23:06.358Z Checking simd-adler32 v0.3.8
23922026-05-12T01:23:06.384Z Checking h2 v0.4.13
23932026-05-12T01:23:06.405Z Checking siphasher v1.0.2
23942026-05-12T01:23:06.477Z Checking powerfmt v0.2.0
23952026-05-12T01:23:06.526Z Checking pretty-hex v0.4.1
23962026-05-12T01:23:06.563Z Checking bit-set v0.8.0
23972026-05-12T01:23:06.629Z Checking deranged v0.5.8
23982026-05-12T01:23:06.644Z Checking anstyle-parse v0.2.7
23992026-05-12T01:23:06.709Z Checking rusty-fork v0.3.1
24002026-05-12T01:23:06.796Z Checking tower v0.5.3
24012026-05-12T01:23:06.821Z Checking quote v1.0.45
24022026-05-12T01:23:06.878Z Compiling newtype-uuid v1.3.2
24032026-05-12T01:23:06.987Z Checking http-body-util v0.1.3
24042026-05-12T01:23:07.061Z Checking crossbeam-utils v0.8.21
24052026-05-12T01:23:07.175Z Checking webpki-roots v1.0.6
24062026-05-12T01:23:07.201Z Checking rand_xorshift v0.4.0
24072026-05-12T01:23:07.291Z Checking crc32fast v1.5.0
24082026-05-12T01:23:07.318Z Checking scroll v0.13.0
24092026-05-12T01:23:07.390Z Checking signature v2.2.0
24102026-05-12T01:23:07.430Z Checking ryu v1.0.23
24112026-05-12T01:23:07.519Z Checking time-core v0.1.8
24122026-05-12T01:23:07.532Z Checking is_terminal_polyfill v1.70.2
24132026-05-12T01:23:07.544Z Checking unarray v0.1.4
24142026-05-12T01:23:07.565Z Checking unicode-bidi v0.3.18
24152026-05-12T01:23:07.580Z Checking num-conv v0.2.0
24162026-05-12T01:23:07.614Z Checking adler2 v2.0.1
24172026-05-12T01:23:07.642Z Checking num_threads v0.1.7
24182026-05-12T01:23:07.657Z Checking anstyle-query v1.1.5
24192026-05-12T01:23:07.692Z Checking colorchoice v1.0.4
24202026-05-12T01:23:07.718Z Checking allocator-api2 v0.2.21
24212026-05-12T01:23:07.730Z Checking iri-string v0.7.10
24222026-05-12T01:23:07.746Z Checking unicode-properties v0.1.4
24232026-05-12T01:23:07.790Z Checking anstream v0.6.21
24242026-05-12T01:23:07.859Z Checking time v0.3.47
24252026-05-12T01:23:07.924Z Checking native-tls v0.2.18
24262026-05-12T01:23:07.937Z Checking stringprep v0.1.5
24272026-05-12T01:23:07.988Z Checking miniz_oxide v0.8.9
24282026-05-12T01:23:08.002Z Checking proptest v1.10.0
24292026-05-12T01:23:08.084Z Checking bstr v1.12.1
24302026-05-12T01:23:08.100Z Checking tokio-native-tls v0.3.1
24312026-05-12T01:23:08.259Z Checking serde_urlencoded v0.7.1
24322026-05-12T01:23:08.345Z Checking goblin v0.10.5
24332026-05-12T01:23:08.461Z Checking tokio-rustls v0.26.4
24342026-05-12T01:23:08.464Z Checking crossbeam-epoch v0.9.18
24352026-05-12T01:23:08.486Z Compiling daft v0.1.5
24362026-05-12T01:23:08.689Z Checking syn v2.0.117
24372026-05-12T01:23:08.703Z Checking ipnetwork v0.21.1
24382026-05-12T01:23:08.737Z Checking tower-http v0.6.8
24392026-05-12T01:23:08.755Z Checking rand_chacha v0.3.1
24402026-05-12T01:23:08.910Z Checking thiserror v1.0.69
24412026-05-12T01:23:08.963Z Checking scroll v0.12.0
24422026-05-12T01:23:08.977Z Checking hash32 v0.2.1
24432026-05-12T01:23:09.006Z Checking zstd-sys v2.0.16+zstd.1.5.7
24442026-05-12T01:23:09.019Z Checking num-integer v0.1.46
24452026-05-12T01:23:09.066Z Checking hyper v1.8.1
24462026-05-12T01:23:09.116Z Checking toml_datetime v0.6.11
24472026-05-12T01:23:09.131Z Checking serde_spanned v0.6.9
24482026-05-12T01:23:09.185Z Checking md-5 v0.10.6
24492026-05-12T01:23:09.237Z Checking ff v0.13.1
24502026-05-12T01:23:09.252Z Checking encoding_rs v0.8.35
24512026-05-12T01:23:09.298Z Checking zlib-rs v0.6.2
24522026-05-12T01:23:09.323Z Checking fallible-iterator v0.2.0
24532026-05-12T01:23:09.363Z Checking psl-types v2.0.11
24542026-05-12T01:23:09.486Z Checking mime v0.3.17
24552026-05-12T01:23:09.589Z Checking base16ct v0.2.0
24562026-05-12T01:23:09.660Z Checking postgres-protocol v0.6.10
24572026-05-12T01:23:09.714Z Checking sec1 v0.7.3
24582026-05-12T01:23:09.911Z Checking publicsuffix v2.3.0
24592026-05-12T01:23:09.926Z Checking group v0.13.0
24602026-05-12T01:23:09.953Z Checking hyper-util v0.1.20
24612026-05-12T01:23:09.969Z Compiling iddqd v0.3.18
24622026-05-12T01:23:10.064Z Checking num-iter v0.1.45
24632026-05-12T01:23:10.064Z Checking goblin v0.8.2
24642026-05-12T01:23:10.151Z Checking flate2 v1.1.9
24652026-05-12T01:23:10.172Z Checking heapless v0.7.17
24662026-05-12T01:23:10.184Z Checking zstd-safe v7.2.4
24672026-05-12T01:23:10.345Z Checking cookie v0.18.1
24682026-05-12T01:23:10.438Z Checking rand v0.8.6
24692026-05-12T01:23:10.566Z Checking oxnet v0.1.4
24702026-05-12T01:23:10.582Z Checking dtrace-parser v0.3.0
24712026-05-12T01:23:10.632Z Checking dof v0.4.0
24722026-05-12T01:23:10.795Z Checking phf_shared v0.13.1
24732026-05-12T01:23:10.814Z Checking lazy_static v1.5.0
24742026-05-12T01:23:10.903Z Checking zerocopy v0.7.35
24752026-05-12T01:23:10.938Z Checking pin-project v1.1.11
24762026-05-12T01:23:10.950Z Checking bzip2-sys v0.1.13+1.0.8
24772026-05-12T01:23:10.998Z Checking signal-hook v0.3.18
24782026-05-12T01:23:11.031Z Checking terminal_size v0.4.3
24792026-05-12T01:23:11.034Z Checking futures-executor v0.3.32
24802026-05-12T01:23:11.106Z Checking hex v0.4.3
24812026-05-12T01:23:11.168Z Checking hkdf v0.12.4
24822026-05-12T01:23:11.190Z Checking crypto-bigint v0.5.5
24832026-05-12T01:23:11.204Z Checking hyper-rustls v0.27.7
24842026-05-12T01:23:11.204Z Checking hyper-tls v0.6.0
24852026-05-12T01:23:11.280Z Checking thread-id v5.1.0
24862026-05-12T01:23:11.299Z Checking clap_lex v1.0.0
24872026-05-12T01:23:11.332Z Checking bumpalo v3.20.2
24882026-05-12T01:23:11.359Z Checking foldhash v0.2.0
24892026-05-12T01:23:11.373Z Checking winnow v0.5.40
24902026-05-12T01:23:11.394Z Checking bitflags v1.3.2
24912026-05-12T01:23:11.424Z Checking strsim v0.11.1
24922026-05-12T01:23:11.449Z Checking foldhash v0.1.5
24932026-05-12T01:23:11.465Z Checking libbz2-rs-sys v0.2.2
24942026-05-12T01:23:11.518Z Checking either v1.15.0
24952026-05-12T01:23:11.532Z Compiling rayon-core v1.13.0
24962026-05-12T01:23:11.582Z Checking managed v0.8.0
24972026-05-12T01:23:11.585Z Checking same-file v1.0.6
24982026-05-12T01:23:11.703Z Checking winnow v0.7.14
24992026-05-12T01:23:11.706Z Checking walkdir v2.5.0
25002026-05-12T01:23:11.742Z Checking clap_builder v4.5.60
25012026-05-12T01:23:11.766Z Checking smoltcp v0.9.1
25022026-05-12T01:23:11.853Z Checking bzip2 v0.6.1
25032026-05-12T01:23:11.870Z Checking hashbrown v0.15.5
25042026-05-12T01:23:11.967Z Checking dof v0.3.0
25052026-05-12T01:23:12.015Z Checking zopfli v0.8.3
25062026-05-12T01:23:12.077Z Checking elliptic-curve v0.13.8
25072026-05-12T01:23:12.249Z Checking hashbrown v0.16.1
25082026-05-12T01:23:12.329Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-05-12T01:23:12.332Z Checking reqwest v0.12.28
25102026-05-12T01:23:12.355Z Checking usdt-impl v0.6.0
25112026-05-12T01:23:12.382Z Checking signal-hook-mio v0.2.5
25122026-05-12T01:23:12.483Z Checking futures v0.3.32
25132026-05-12T01:23:12.505Z Checking toml_edit v0.19.15
25142026-05-12T01:23:12.524Z Checking snafu v0.8.9
25152026-05-12T01:23:12.561Z Checking bzip2 v0.4.4
25162026-05-12T01:23:12.631Z Checking phf v0.13.1
25172026-05-12T01:23:12.723Z Checking num-bigint-dig v0.8.6
25182026-05-12T01:23:12.758Z Checking cookie_store v0.22.1
25192026-05-12T01:23:12.783Z Checking zstd v0.13.3
25202026-05-12T01:23:12.869Z Checking postgres-types v0.2.12
25212026-05-12T01:23:12.940Z Checking dtrace-parser v0.2.0
25222026-05-12T01:23:12.970Z Checking crossbeam-deque v0.8.6
25232026-05-12T01:23:12.982Z Checking globset v0.4.18
25242026-05-12T01:23:13.082Z Checking rustls-platform-verifier v0.6.2
25252026-05-12T01:23:13.143Z Checking regex v1.12.3
25262026-05-12T01:23:13.165Z Checking ed25519 v2.2.3
25272026-05-12T01:23:13.179Z Checking phf_shared v0.11.3
25282026-05-12T01:23:13.182Z Checking olpc-cjson v0.1.4
25292026-05-12T01:23:13.220Z Checking curve25519-dalek v4.1.3
25302026-05-12T01:23:13.234Z Checking ref-cast v1.0.25
25312026-05-12T01:23:13.314Z Checking strum v0.27.2
25322026-05-12T01:23:13.314Z Checking hubpack v0.1.2
25332026-05-12T01:23:13.338Z Checking memoffset v0.9.1
25342026-05-12T01:23:13.350Z Checking rustix v0.38.44
25352026-05-12T01:23:13.415Z Checking pkcs1 v0.7.5
25362026-05-12T01:23:13.417Z Checking pem v3.0.6
25372026-05-12T01:23:13.439Z Checking float-cmp v0.10.0
25382026-05-12T01:23:13.476Z Checking serde_plain v1.0.2
25392026-05-12T01:23:13.512Z Checking erased-serde v0.3.31
25402026-05-12T01:23:13.525Z Checking serde-big-array v0.5.1
25412026-05-12T01:23:13.562Z Checking rfc6979 v0.4.0
25422026-05-12T01:23:13.576Z Checking memmap2 v0.9.10
25432026-05-12T01:23:13.618Z Checking thread-id v4.2.2
25442026-05-12T01:23:13.631Z Checking env_filter v1.0.0
25452026-05-12T01:23:13.652Z Checking new_debug_unreachable v1.0.6
25462026-05-12T01:23:13.675Z Checking typed-path v0.9.3
25472026-05-12T01:23:13.696Z Checking toml_write v0.1.2
25482026-05-12T01:23:13.717Z Checking keccak v0.1.6
25492026-05-12T01:23:13.732Z Checking predicates-core v1.0.10
25502026-05-12T01:23:13.766Z Checking whoami v2.1.0
25512026-05-12T01:23:13.853Z Checking precomputed-hash v0.1.1
25522026-05-12T01:23:13.867Z Checking data-encoding v2.10.0
25532026-05-12T01:23:13.878Z Checking normalize-line-endings v0.3.0
25542026-05-12T01:23:13.890Z Checking fixedbitset v0.5.7
25552026-05-12T01:23:13.933Z Checking unicode-segmentation v1.12.0
25562026-05-12T01:23:13.960Z Checking static_assertions v1.1.0
25572026-05-12T01:23:13.971Z Checking difflib v0.4.0
25582026-05-12T01:23:13.997Z Checking rustc-hash v2.1.1
25592026-05-12T01:23:14.028Z Checking jiff v0.2.21
25602026-05-12T01:23:14.075Z Checking fixedbitset v0.4.2
25612026-05-12T01:23:14.123Z Checking hickory-proto v0.25.2
25622026-05-12T01:23:14.138Z Checking crossterm v0.28.1
25632026-05-12T01:23:14.151Z Checking predicates v3.1.4
25642026-05-12T01:23:14.219Z Checking petgraph v0.6.5
25652026-05-12T01:23:14.247Z Checking similar v2.7.0
25662026-05-12T01:23:14.437Z Checking tough v0.22.0
25672026-05-12T01:23:14.450Z Checking petgraph v0.8.3
25682026-05-12T01:23:14.628Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25692026-05-12T01:23:14.831Z Checking ed25519-dalek v2.2.0
25702026-05-12T01:23:14.942Z Checking tokio-postgres v0.7.16
25712026-05-12T01:23:15.059Z Checking string_cache v0.8.9
25722026-05-12T01:23:15.229Z Checking slog v2.8.2
25732026-05-12T01:23:15.456Z Checking sha3 v0.10.8
25742026-05-12T01:23:15.490Z Checking toml_edit v0.22.27
25752026-05-12T01:23:15.661Z Checking env_logger v0.11.9
25762026-05-12T01:23:15.851Z Checking usdt v0.6.0
25772026-05-12T01:23:16.003Z Checking usdt-impl v0.5.0
25782026-05-12T01:23:16.021Z Checking ecdsa v0.16.9
25792026-05-12T01:23:16.180Z Checking rsa v0.9.10
25802026-05-12T01:23:16.254Z Checking zip v4.6.1
25812026-05-12T01:23:16.292Z Checking toml v0.7.8
25822026-05-12T01:23:16.373Z Checking nix v0.31.2
25832026-05-12T01:23:16.424Z Checking reqwest v0.13.2
25842026-05-12T01:23:16.612Z Checking clap v4.5.60
25852026-05-12T01:23:16.652Z Checking toml_parser v1.0.9+spec-1.1.0
25862026-05-12T01:23:16.688Z Checking zip v0.6.6
25872026-05-12T01:23:16.851Z Checking itertools v0.13.0
25882026-05-12T01:23:16.888Z Checking serde_with v3.17.0
25892026-05-12T01:23:16.900Z Checking strum v0.26.3
25902026-05-12T01:23:16.919Z Checking fs-err v3.3.0
25912026-05-12T01:23:16.975Z Checking ahash v0.8.12
25922026-05-12T01:23:17.007Z Checking object v0.37.3
25932026-05-12T01:23:17.019Z Checking tokio-stream v0.1.18
25942026-05-12T01:23:17.169Z Checking buf-list v1.1.2
25952026-05-12T01:23:17.214Z Checking camino v1.2.2
25962026-05-12T01:23:17.270Z Checking anyhow v1.0.102
25972026-05-12T01:23:17.354Z Checking x509-cert v0.2.5
25982026-05-12T01:23:17.397Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25992026-05-12T01:23:17.425Z Checking openapiv3 v2.2.0
26002026-05-12T01:23:17.460Z Checking sha1 v0.10.6
26012026-05-12T01:23:17.475Z Checking lalrpop-util v0.19.12
26022026-05-12T01:23:17.622Z Checking peg-runtime v0.8.5
26032026-05-12T01:23:17.632Z Checking rayon v1.11.0
26042026-05-12T01:23:17.656Z Checking sigpipe v0.1.3
26052026-05-12T01:23:17.738Z Checking glob v0.3.3
26062026-05-12T01:23:19.182Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26072026-05-12T01:23:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
26082026-05-12T01:23:19.627Z
26092026-05-12T01:23:19.627Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26102026-05-12T01:23:20.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112026-05-12T01:23:20.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122026-05-12T01:23:20.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132026-05-12T01:23:20.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26142026-05-12T01:23:20.217Z
26152026-05-12T01:23:20.217Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26162026-05-12T01:23:20.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172026-05-12T01:23:20.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182026-05-12T01:23:20.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192026-05-12T01:23:20.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26202026-05-12T01:23:20.814Z
26212026-05-12T01:23:20.815Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26222026-05-12T01:23:21.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-05-12T01:23:21.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-05-12T01:23:21.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-05-12T01:23:21.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26262026-05-12T01:23:21.426Z
26272026-05-12T01:23:21.426Zinfo: running `cargo check --bins` on oxql-types (80/274)
26282026-05-12T01:23:21.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-05-12T01:23:21.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-05-12T01:23:21.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-05-12T01:23:21.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-05-12T01:23:22.028Z
26332026-05-12T01:23:22.028Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26342026-05-12T01:23:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-12T01:23:22.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-12T01:23:22.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-12T01:23:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-05-12T01:23:22.635Z
26392026-05-12T01:23:22.635Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26402026-05-12T01:23:23.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-12T01:23:23.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-12T01:23:23.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-12T01:23:23.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26442026-05-12T01:23:23.239Z
26452026-05-12T01:23:23.239Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26462026-05-12T01:23:23.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-12T01:23:23.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-12T01:23:23.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-12T01:23:23.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26502026-05-12T01:23:23.829Z
26512026-05-12T01:23:23.829Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26522026-05-12T01:23:24.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-12T01:23:24.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-12T01:23:24.517Z Compiling structmeta-derive v0.3.0
26552026-05-12T01:23:24.633Z Compiling rustls v0.22.4
26562026-05-12T01:23:24.643Z Compiling multer v3.1.0
26572026-05-12T01:23:24.653Z Compiling async-stream-impl v0.3.6
26582026-05-12T01:23:24.655Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26592026-05-12T01:23:24.675Z Compiling dropshot v0.17.0
26602026-05-12T01:23:24.691Z Compiling newtype-uuid-macros v0.1.0
26612026-05-12T01:23:24.691Z Compiling dropshot_endpoint v0.17.0
26622026-05-12T01:23:24.812Z Checking newtype-uuid v1.3.2
26632026-05-12T01:23:24.904Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26642026-05-12T01:23:24.933Z Checking rustls-webpki v0.102.8
26652026-05-12T01:23:25.004Z Checking daft v0.1.5
26662026-05-12T01:23:25.040Z Checking thread_local v1.1.9
26672026-05-12T01:23:25.208Z Checking match_cfg v0.1.0
26682026-05-12T01:23:25.221Z Checking compression-core v0.4.31
26692026-05-12T01:23:25.239Z Checking iddqd v0.3.18
26702026-05-12T01:23:25.277Z Checking hostname v0.3.1
26712026-05-12T01:23:25.309Z Checking crossbeam-channel v0.5.15
26722026-05-12T01:23:25.343Z Checking compression-codecs v0.4.37
26732026-05-12T01:23:25.371Z Checking slog-json v2.6.1
26742026-05-12T01:23:25.438Z Checking is-terminal v0.4.17
26752026-05-12T01:23:25.506Z Checking serde_spanned v1.0.4
26762026-05-12T01:23:25.524Z Checking toml_datetime v1.0.0+spec-1.1.0
26772026-05-12T01:23:25.538Z Checking debug-ignore v1.0.5
26782026-05-12T01:23:25.636Z Checking take_mut v0.2.2
26792026-05-12T01:23:25.638Z Checking toml_writer v1.0.6+spec-1.1.0
26802026-05-12T01:23:25.638Z Checking term v1.2.1
26812026-05-12T01:23:25.671Z Compiling structmeta v0.3.0
26822026-05-12T01:23:25.720Z Checking slog-bunyan v2.5.0
26832026-05-12T01:23:25.738Z Checking slog-async v2.8.0
26842026-05-12T01:23:25.834Z Checking async-compression v0.4.41
26852026-05-12T01:23:25.837Z Checking toml v1.0.6+spec-1.1.0
26862026-05-12T01:23:25.863Z Checking slog-term v2.9.2
26872026-05-12T01:23:25.877Z Compiling derive-ex v0.1.8
26882026-05-12T01:23:25.911Z Compiling parse-display-derive v0.10.0
26892026-05-12T01:23:26.079Z Checking async-stream v0.3.6
26902026-05-12T01:23:26.093Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26912026-05-12T01:23:26.124Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26922026-05-12T01:23:26.170Z Checking progenitor-client v0.14.0
26932026-05-12T01:23:26.232Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26942026-05-12T01:23:26.374Z Checking waitgroup v0.1.2
26952026-05-12T01:23:26.407Z Checking backon v1.6.0
26962026-05-12T01:23:26.438Z Checking rustls-pemfile v2.2.0
26972026-05-12T01:23:26.483Z Checking serde_path_to_error v0.1.20
26982026-05-12T01:23:26.486Z Checking hostname v0.4.2
26992026-05-12T01:23:26.573Z Checking instant v0.1.13
27002026-05-12T01:23:26.672Z Checking backoff v0.4.0
27012026-05-12T01:23:26.752Z Checking progenitor-extras v0.2.0
27022026-05-12T01:23:26.756Z Checking tokio-rustls v0.25.0
27032026-05-12T01:23:26.796Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27042026-05-12T01:23:26.845Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27052026-05-12T01:23:27.000Z Checking itertools v0.14.0
27062026-05-12T01:23:27.012Z Checking regress v0.10.5
27072026-05-12T01:23:27.200Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27082026-05-12T01:23:27.434Z Checking macaddr v1.0.1
27092026-05-12T01:23:27.574Z Compiling test-strategy v0.4.5
27102026-05-12T01:23:27.600Z Checking parse-display v0.10.0
27112026-05-12T01:23:28.641Z Compiling prettyplease v0.2.37
27122026-05-12T01:23:29.023Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27132026-05-12T01:23:29.112Z Checking num-rational v0.4.2
27142026-05-12T01:23:29.395Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27152026-05-12T01:23:29.562Z Checking num-complex v0.4.6
27162026-05-12T01:23:30.187Z Checking num v0.4.3
27172026-05-12T01:23:30.278Z Compiling usdt-attr-macro v0.5.0
27182026-05-12T01:23:30.291Z Compiling usdt-macro v0.5.0
27192026-05-12T01:23:30.343Z Checking memmap v0.7.0
27202026-05-12T01:23:30.402Z Compiling float-ord v0.3.2
27212026-05-12T01:23:30.475Z Checking unicode-width v0.2.0
27222026-05-12T01:23:30.517Z Compiling convert_case v0.4.0
27232026-05-12T01:23:30.726Z Checking console v0.15.11
27242026-05-12T01:23:30.907Z Compiling derive_more v0.99.20
27252026-05-12T01:23:31.014Z Checking newline-converter v0.3.0
27262026-05-12T01:23:31.027Z Checking atomicwrites v0.4.4
27272026-05-12T01:23:31.042Z Checking usdt v0.5.0
27282026-05-12T01:23:32.161Z Compiling toml v0.8.23
27292026-05-12T01:23:32.164Z Compiling minimal-lexical v0.2.1
27302026-05-12T01:23:32.164Z Checking linked-hash-map v0.5.6
27312026-05-12T01:23:32.164Z Checking lru-cache v0.1.2
27322026-05-12T01:23:32.164Z Compiling nom v7.1.3
27332026-05-12T01:23:32.164Z Checking expectorate v1.2.0
27342026-05-12T01:23:32.164Z Checking camino-tempfile v1.4.1
27352026-05-12T01:23:32.164Z Checking hickory-proto v0.24.4
27362026-05-12T01:23:32.213Z Checking phf_shared v0.12.1
27372026-05-12T01:23:32.358Z Compiling slog-dtrace v0.3.0
27382026-05-12T01:23:32.399Z Checking resolv-conf v0.7.6
27392026-05-12T01:23:32.552Z Checking heck v0.5.0
27402026-05-12T01:23:32.586Z Compiling chrono-tz v0.10.4
27412026-05-12T01:23:32.731Z Compiling const_format_proc_macros v0.2.34
27422026-05-12T01:23:32.787Z Checking phf v0.12.1
27432026-05-12T01:23:32.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27442026-05-12T01:23:32.933Z Checking tokio-dtrace v0.1.1
27452026-05-12T01:23:32.983Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27462026-05-12T01:23:33.122Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27472026-05-12T01:23:33.269Z Compiling derive-where v1.6.0
27482026-05-12T01:23:33.504Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27492026-05-12T01:23:33.642Z Checking highway v1.3.0
27502026-05-12T01:23:33.838Z Checking hickory-resolver v0.24.4
27512026-05-12T01:23:33.871Z Checking const_format v0.2.35
27522026-05-12T01:23:34.104Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27532026-05-12T01:23:34.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27542026-05-12T01:23:34.515Z Checking oxide-tokio-rt v0.1.4
27552026-05-12T01:23:34.573Z Checking qorb v0.4.1
27562026-05-12T01:23:34.675Z Checking gethostname v0.5.0
27572026-05-12T01:23:34.692Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27582026-05-12T01:23:34.695Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27592026-05-12T01:23:34.763Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27602026-05-12T01:23:34.802Z Checking bcs v0.1.6
27612026-05-12T01:23:34.817Z Checking termtree v0.5.1
27622026-05-12T01:23:38.338Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27632026-05-12T01:23:40.846Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27642026-05-12T01:23:42.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
27652026-05-12T01:23:43.150Z
27662026-05-12T01:23:43.150Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27672026-05-12T01:23:43.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-05-12T01:23:43.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-05-12T01:23:43.832Z Compiling ar_archive_writer v0.5.1
27702026-05-12T01:23:43.943Z Compiling stacker v0.1.23
27712026-05-12T01:23:43.946Z Compiling cfg_aliases v0.1.1
27722026-05-12T01:23:43.957Z Compiling convert_case v0.10.0
27732026-05-12T01:23:43.963Z Checking unicode-width v0.1.14
27742026-05-12T01:23:43.971Z Compiling proc-macro-error v1.0.4
27752026-05-12T01:23:43.981Z Checking fd-lock v4.0.4
27762026-05-12T01:23:43.984Z Checking nibble_vec v0.1.0
27772026-05-12T01:23:44.007Z Compiling nix v0.28.0
27782026-05-12T01:23:44.093Z Checking vte v0.14.1
27792026-05-12T01:23:44.107Z Compiling recursive-proc-macro-impl v0.1.1
27802026-05-12T01:23:44.198Z Checking bytecount v0.6.9
27812026-05-12T01:23:44.211Z Checking endian-type v0.1.2
27822026-05-12T01:23:44.242Z Compiling derive_more-impl v2.1.1
27832026-05-12T01:23:44.245Z Checking strip-ansi-escapes v0.2.1
27842026-05-12T01:23:44.256Z Compiling tabled_derive v0.7.0
27852026-05-12T01:23:44.300Z Checking papergrid v0.11.0
27862026-05-12T01:23:44.328Z Checking radix_trie v0.2.1
27872026-05-12T01:23:44.398Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27882026-05-12T01:23:44.497Z Compiling peg-macros v0.8.5
27892026-05-12T01:23:44.533Z Checking winnow v0.6.26
27902026-05-12T01:23:44.755Z Compiling psm v0.1.30
27912026-05-12T01:23:44.860Z Compiling sqlparser_derive v0.5.0
27922026-05-12T01:23:44.912Z Checking nu-ansi-term v0.50.3
27932026-05-12T01:23:45.070Z Checking derive_more v2.1.1
27942026-05-12T01:23:45.119Z Checking unicode_categories v0.1.1
27952026-05-12T01:23:45.150Z Checking home v0.5.12
27962026-05-12T01:23:45.230Z Checking tabled v0.15.0
27972026-05-12T01:23:45.262Z Checking crossterm v0.29.0
27982026-05-12T01:23:45.273Z Checking reedline v0.40.0
27992026-05-12T01:23:45.289Z Checking rustyline v14.0.0
28002026-05-12T01:23:45.524Z Checking recursive v0.1.1
28012026-05-12T01:23:45.625Z Checking sqlparser v0.61.0
28022026-05-12T01:23:45.641Z Checking display-error-chain v0.2.2
28032026-05-12T01:23:45.654Z Checking sqlformat v0.3.5
28042026-05-12T01:23:45.841Z Checking peg v0.8.5
28052026-05-12T01:23:56.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
28062026-05-12T01:23:56.874Z
28072026-05-12T01:23:56.874Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28082026-05-12T01:23:57.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-12T01:23:57.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-12T01:23:57.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-12T01:24:00.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28122026-05-12T01:24:01.131Z
28132026-05-12T01:24:01.131Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28142026-05-12T01:24:01.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-12T01:24:01.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-12T01:24:01.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-12T01:24:04.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28182026-05-12T01:24:04.396Z
28192026-05-12T01:24:04.396Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28202026-05-12T01:24:04.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-12T01:24:04.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-12T01:24:05.069Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-12T01:24:08.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28242026-05-12T01:24:08.483Z
28252026-05-12T01:24:08.483Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28262026-05-12T01:24:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-12T01:24:09.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-12T01:24:09.173Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-12T01:24:12.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28302026-05-12T01:24:12.608Z
28312026-05-12T01:24:12.608Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28322026-05-12T01:24:13.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-12T01:24:13.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-12T01:24:13.288Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-12T01:24:15.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28362026-05-12T01:24:16.039Z
28372026-05-12T01:24:16.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28382026-05-12T01:24:16.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-12T01:24:16.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-12T01:24:16.717Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-12T01:24:19.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28422026-05-12T01:24:19.501Z
28432026-05-12T01:24:19.501Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28442026-05-12T01:24:20.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-12T01:24:20.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-12T01:24:20.180Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-12T01:24:23.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28482026-05-12T01:24:23.766Z
28492026-05-12T01:24:23.766Zinfo: running `cargo check --bins` on oximeter (93/274)
28502026-05-12T01:24:24.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-12T01:24:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-12T01:24:24.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532026-05-12T01:24:24.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28542026-05-12T01:24:24.372Z
28552026-05-12T01:24:24.372Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28562026-05-12T01:24:24.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-12T01:24:24.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-12T01:24:25.014Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28592026-05-12T01:24:25.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28602026-05-12T01:24:25.180Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28612026-05-12T01:24:25.516Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622026-05-12T01:24:28.373Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28632026-05-12T01:24:29.569Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28642026-05-12T01:24:29.729Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28652026-05-12T01:24:30.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
28662026-05-12T01:24:30.574Z
28672026-05-12T01:24:30.574Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28682026-05-12T01:24:31.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-12T01:24:31.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-12T01:24:31.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-12T01:24:31.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-05-12T01:24:31.178Z
28732026-05-12T01:24:31.178Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28742026-05-12T01:24:31.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-12T01:24:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-12T01:24:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-12T01:24:31.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28782026-05-12T01:24:31.828Z
28792026-05-12T01:24:31.829Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28802026-05-12T01:24:32.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-12T01:24:32.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-12T01:24:32.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-12T01:24:32.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-12T01:24:32.443Z
28852026-05-12T01:24:32.443Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28862026-05-12T01:24:32.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-12T01:24:32.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-12T01:24:32.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-12T01:24:32.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-12T01:24:33.056Z
28912026-05-12T01:24:33.056Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28922026-05-12T01:24:33.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-12T01:24:33.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-12T01:24:33.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-12T01:24:33.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-12T01:24:33.658Z
28972026-05-12T01:24:33.658Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28982026-05-12T01:24:34.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-12T01:24:34.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-12T01:24:34.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-12T01:24:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-12T01:24:34.264Z
29032026-05-12T01:24:34.264Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29042026-05-12T01:24:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-12T01:24:34.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-12T01:24:34.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-12T01:24:34.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29082026-05-12T01:24:34.852Z
29092026-05-12T01:24:34.852Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29102026-05-12T01:24:35.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-12T01:24:35.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-12T01:24:35.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-12T01:24:35.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-12T01:24:35.456Z
29152026-05-12T01:24:35.456Zinfo: running `cargo check --bins` on update-engine (103/274)
29162026-05-12T01:24:35.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-12T01:24:35.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-12T01:24:35.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-12T01:24:35.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-12T01:24:36.045Z
29212026-05-12T01:24:36.045Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29222026-05-12T01:24:36.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-12T01:24:36.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-12T01:24:36.767Z Compiling crucible-workspace-hack v0.1.0
29252026-05-12T01:24:36.885Z Checking secrecy v0.10.3
29262026-05-12T01:24:36.894Z Compiling heapless v0.8.0
29272026-05-12T01:24:36.897Z Compiling toml_datetime v0.7.5+spec-1.1.0
29282026-05-12T01:24:36.907Z Compiling ingot-macros v0.1.1
29292026-05-12T01:24:36.917Z Checking hash32 v0.3.1
29302026-05-12T01:24:36.927Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29312026-05-12T01:24:36.931Z Compiling smoltcp v0.11.0
29322026-05-12T01:24:36.988Z Checking cobs v0.3.0
29332026-05-12T01:24:37.036Z Compiling thiserror-impl-no-std v2.0.2
29342026-05-12T01:24:37.124Z Compiling toml_edit v0.23.10+spec-1.0.0
29352026-05-12T01:24:37.148Z Checking universal-hash v0.5.1
29362026-05-12T01:24:37.151Z Checking half v2.7.1
29372026-05-12T01:24:37.183Z Checking opaque-debug v0.3.1
29382026-05-12T01:24:37.252Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29392026-05-12T01:24:37.267Z Checking ciborium-io v0.2.2
29402026-05-12T01:24:37.332Z Checking poly1305 v0.8.0
29412026-05-12T01:24:37.404Z Checking postcard v1.1.3
29422026-05-12T01:24:37.417Z Checking ciborium-ll v0.2.2
29432026-05-12T01:24:37.448Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29442026-05-12T01:24:37.588Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29452026-05-12T01:24:37.602Z Checking password-hash v0.5.0
29462026-05-12T01:24:37.691Z Compiling proc-macro-crate v3.4.0
29472026-05-12T01:24:37.735Z Checking chacha20 v0.9.1
29482026-05-12T01:24:37.825Z Compiling proc-macro-crate v1.3.1
29492026-05-12T01:24:37.854Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29502026-05-12T01:24:37.930Z Checking blake2 v0.10.6
29512026-05-12T01:24:38.090Z Checking aead v0.5.2
29522026-05-12T01:24:38.167Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29532026-05-12T01:24:38.181Z Compiling foreign-types-macros v0.2.3
29542026-05-12T01:24:38.210Z Checking thiserror-no-std v2.0.2
29552026-05-12T01:24:38.232Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29562026-05-12T01:24:38.235Z Checking cpufeatures v0.3.0
29572026-05-12T01:24:38.259Z Compiling num_enum_derive v0.7.5
29582026-05-12T01:24:38.293Z Checking foreign-types-shared v0.3.1
29592026-05-12T01:24:38.318Z Checking chacha20 v0.10.0
29602026-05-12T01:24:38.370Z Checking vsss-rs v3.3.4
29612026-05-12T01:24:38.385Z Checking chacha20poly1305 v0.10.1
29622026-05-12T01:24:38.469Z Compiling num_enum_derive v0.5.11
29632026-05-12T01:24:38.507Z Checking argon2 v0.5.3
29642026-05-12T01:24:38.528Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29652026-05-12T01:24:38.760Z Checking foreign-types v0.5.0
29662026-05-12T01:24:38.838Z Checking ciborium v0.2.2
29672026-05-12T01:24:38.953Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29682026-05-12T01:24:38.999Z Checking tabwriter v1.4.1
29692026-05-12T01:24:39.148Z Checking byte-wrapper v0.1.0
29702026-05-12T01:24:39.233Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29712026-05-12T01:24:39.256Z Checking cstr-argument v0.1.2
29722026-05-12T01:24:39.287Z Checking num_enum v0.7.5
29732026-05-12T01:24:39.357Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29742026-05-12T01:24:39.380Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29752026-05-12T01:24:39.404Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29762026-05-12T01:24:39.467Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29772026-05-12T01:24:39.483Z Checking num_enum v0.5.11
29782026-05-12T01:24:39.580Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29792026-05-12T01:24:39.596Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29802026-05-12T01:24:39.610Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29812026-05-12T01:24:39.646Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-12T01:24:39.705Z Checking ingot-types v0.1.2
29832026-05-12T01:24:39.743Z Checking rand v0.10.0
29842026-05-12T01:24:39.758Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29852026-05-12T01:24:39.801Z Checking colored v3.1.1
29862026-05-12T01:24:39.816Z Checking indent_write v2.2.0
29872026-05-12T01:24:39.943Z Compiling zone_cfg_derive v0.3.1
29882026-05-12T01:24:39.974Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-05-12T01:24:40.012Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29902026-05-12T01:24:40.058Z Checking ingot v0.1.1
29912026-05-12T01:24:40.073Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29922026-05-12T01:24:40.073Z Checking itertools v0.12.1
29932026-05-12T01:24:40.182Z Compiling num-derive v0.4.2
29942026-05-12T01:24:40.207Z Checking swrite v0.1.0
29952026-05-12T01:24:40.257Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29962026-05-12T01:24:40.299Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-12T01:24:40.455Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29982026-05-12T01:24:40.554Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29992026-05-12T01:24:40.575Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30002026-05-12T01:24:40.615Z Checking dropshot-api-manager-types v0.7.1
30012026-05-12T01:24:40.631Z Checking smf v0.2.3
30022026-05-12T01:24:40.683Z Checking nanorand v0.7.0
30032026-05-12T01:24:40.786Z Checking whoami v1.6.1
30042026-05-12T01:24:40.864Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30052026-05-12T01:24:40.880Z Checking flume v0.11.1
30062026-05-12T01:24:41.066Z Checking zone v0.3.1
30072026-05-12T01:24:41.087Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
30082026-05-12T01:24:41.630Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30092026-05-12T01:24:42.601Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30102026-05-12T01:24:43.483Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30112026-05-12T01:24:46.461Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30122026-05-12T01:24:48.473Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-05-12T01:24:49.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
30142026-05-12T01:24:49.747Z
30152026-05-12T01:24:49.747Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30162026-05-12T01:24:50.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-12T01:24:50.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-12T01:24:50.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-12T01:24:50.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-12T01:24:50.351Z
30212026-05-12T01:24:50.351Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30222026-05-12T01:24:50.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-12T01:24:50.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-12T01:24:50.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-12T01:24:50.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-12T01:24:50.952Z
30272026-05-12T01:24:50.952Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30282026-05-12T01:24:51.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-12T01:24:51.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-12T01:24:51.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-12T01:24:51.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-12T01:24:51.555Z
30332026-05-12T01:24:51.555Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30342026-05-12T01:24:52.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-12T01:24:52.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-12T01:24:52.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-12T01:24:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-12T01:24:52.158Z
30392026-05-12T01:24:52.158Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30402026-05-12T01:24:52.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-12T01:24:52.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-12T01:24:52.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-12T01:24:52.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-12T01:24:52.762Z
30452026-05-12T01:24:52.763Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30462026-05-12T01:24:53.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-12T01:24:53.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-12T01:24:53.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-12T01:24:53.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-12T01:24:53.369Z
30512026-05-12T01:24:53.369Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30522026-05-12T01:24:53.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-12T01:24:53.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-12T01:24:53.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-12T01:24:53.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-12T01:24:53.972Z
30572026-05-12T01:24:53.972Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30582026-05-12T01:24:54.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-12T01:24:54.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-12T01:24:54.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-12T01:24:54.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30622026-05-12T01:24:54.560Z
30632026-05-12T01:24:54.560Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30642026-05-12T01:24:55.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-12T01:24:55.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-12T01:24:55.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-12T01:24:55.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-12T01:24:55.161Z
30692026-05-12T01:24:55.161Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30702026-05-12T01:24:55.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-12T01:24:55.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-12T01:24:55.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-12T01:24:55.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-12T01:24:55.772Z
30752026-05-12T01:24:55.772Zinfo: running `cargo check --bins` on installinator-client (115/274)
30762026-05-12T01:24:56.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-12T01:24:56.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-12T01:24:56.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-12T01:24:56.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-12T01:24:56.367Z
30812026-05-12T01:24:56.367Zinfo: running `cargo check --bins` on nexus-client (116/274)
30822026-05-12T01:24:56.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-12T01:24:56.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-12T01:24:56.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-12T01:24:56.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30862026-05-12T01:24:57.006Z
30872026-05-12T01:24:57.006Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30882026-05-12T01:24:57.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-12T01:24:57.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-12T01:24:57.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-12T01:24:57.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30922026-05-12T01:24:57.644Z
30932026-05-12T01:24:57.644Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30942026-05-12T01:24:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-12T01:24:58.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-12T01:24:58.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-12T01:24:58.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30982026-05-12T01:24:58.232Z
30992026-05-12T01:24:58.232Zinfo: running `cargo check --bins` on oxide-client (119/274)
31002026-05-12T01:24:58.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-12T01:24:58.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-12T01:24:58.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-12T01:24:58.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-12T01:24:58.823Z
31052026-05-12T01:24:58.823Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31062026-05-12T01:24:59.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-12T01:24:59.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-12T01:24:59.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-12T01:24:59.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-12T01:24:59.425Z
31112026-05-12T01:24:59.425Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31122026-05-12T01:24:59.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-12T01:24:59.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-12T01:24:59.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-12T01:24:59.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-12T01:25:00.013Z
31172026-05-12T01:25:00.013Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31182026-05-12T01:25:00.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-12T01:25:00.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-12T01:25:00.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-12T01:25:00.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-12T01:25:00.624Z
31232026-05-12T01:25:00.624Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31242026-05-12T01:25:01.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-12T01:25:01.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-12T01:25:01.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-12T01:25:01.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31282026-05-12T01:25:01.250Z
31292026-05-12T01:25:01.250Zinfo: running `cargo check --bins` on installinator-common (124/274)
31302026-05-12T01:25:01.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-12T01:25:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-12T01:25:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-12T01:25:01.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-12T01:25:01.871Z
31352026-05-12T01:25:01.871Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31362026-05-12T01:25:02.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-12T01:25:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-12T01:25:02.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-12T01:25:02.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-05-12T01:25:02.457Z
31412026-05-12T01:25:02.457Zinfo: running `cargo check --bins` on wicket-common (126/274)
31422026-05-12T01:25:02.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-12T01:25:02.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-12T01:25:02.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-12T01:25:02.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-05-12T01:25:03.073Z
31472026-05-12T01:25:03.073Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31482026-05-12T01:25:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-12T01:25:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-12T01:25:03.766Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31512026-05-12T01:25:03.882Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31522026-05-12T01:25:03.890Z Checking csv-core v0.1.13
31532026-05-12T01:25:03.897Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31542026-05-12T01:25:03.903Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31552026-05-12T01:25:03.914Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31562026-05-12T01:25:03.925Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31572026-05-12T01:25:03.937Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-05-12T01:25:04.041Z Checking csv v1.4.0
31592026-05-12T01:25:04.061Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31602026-05-12T01:25:04.110Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31612026-05-12T01:25:04.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31622026-05-12T01:25:04.370Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31632026-05-12T01:25:04.740Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31642026-05-12T01:25:04.740Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31652026-05-12T01:25:05.059Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31662026-05-12T01:25:10.703Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31672026-05-12T01:25:11.233Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-05-12T01:25:13.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
31692026-05-12T01:25:13.769Z
31702026-05-12T01:25:13.769Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31712026-05-12T01:25:14.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-12T01:25:14.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-12T01:25:14.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-12T01:25:14.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-05-12T01:25:14.378Z
31762026-05-12T01:25:14.378Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31772026-05-12T01:25:14.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-12T01:25:14.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-12T01:25:14.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-12T01:25:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31812026-05-12T01:25:15.076Z
31822026-05-12T01:25:15.076Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31832026-05-12T01:25:15.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-12T01:25:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-12T01:25:15.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-05-12T01:25:15.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31872026-05-12T01:25:15.771Z
31882026-05-12T01:25:15.771Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31892026-05-12T01:25:16.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-12T01:25:16.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-12T01:25:16.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-12T01:25:16.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31932026-05-12T01:25:16.419Z
31942026-05-12T01:25:16.419Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31952026-05-12T01:25:16.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-12T01:25:16.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-12T01:25:17.172Z Compiling regress v0.11.1
31982026-05-12T01:25:17.309Z Compiling unsafe-libyaml v0.2.11
31992026-05-12T01:25:17.322Z Compiling radium v0.7.0
32002026-05-12T01:25:17.322Z Compiling semver v0.1.20
32012026-05-12T01:25:17.347Z Checking tap v1.0.1
32022026-05-12T01:25:17.347Z Compiling maybe-uninit v2.0.0
32032026-05-12T01:25:17.374Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-05-12T01:25:17.449Z Checking wyz v0.5.1
32052026-05-12T01:25:17.590Z Compiling rustc_version v0.1.7
32062026-05-12T01:25:17.637Z Checking progenitor-client v0.13.0
32072026-05-12T01:25:17.672Z Compiling zerocopy-derive v0.6.6
32082026-05-12T01:25:17.776Z Compiling owo-colors v4.3.0
32092026-05-12T01:25:17.809Z Compiling newtype_derive v0.1.6
32102026-05-12T01:25:17.870Z Compiling serde_yaml v0.9.34+deprecated
32112026-05-12T01:25:18.001Z Compiling packed_struct v0.10.1
32122026-05-12T01:25:18.055Z Checking crc-catalog v2.4.0
32132026-05-12T01:25:18.099Z Compiling cancel-safe-futures v0.1.5
32142026-05-12T01:25:18.149Z Checking funty v2.0.0
32152026-05-12T01:25:18.271Z Checking crc v3.4.0
32162026-05-12T01:25:18.451Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-05-12T01:25:18.467Z Checking bitvec v1.0.1
32182026-05-12T01:25:18.507Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-12T01:25:18.521Z Checking zerocopy v0.6.6
32202026-05-12T01:25:18.723Z Checking typify-impl v0.6.2
32212026-05-12T01:25:18.844Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32222026-05-12T01:25:18.860Z Compiling packed_struct_codegen v0.10.1
32232026-05-12T01:25:18.977Z Checking libsw-core v0.3.2
32242026-05-12T01:25:19.098Z Compiling bitfield-macros v0.19.4
32252026-05-12T01:25:19.124Z Compiling indexmap v1.9.3
32262026-05-12T01:25:19.316Z Checking nodrop v0.1.14
32272026-05-12T01:25:19.349Z Checking libsw v3.5.0
32282026-05-12T01:25:19.410Z Checking array-init v0.0.4
32292026-05-12T01:25:19.506Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32302026-05-12T01:25:19.718Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-05-12T01:25:19.769Z Checking smallvec v0.6.14
32322026-05-12T01:25:19.806Z Checking bitfield v0.19.4
32332026-05-12T01:25:19.866Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-12T01:25:19.978Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32352026-05-12T01:25:20.070Z Checking smawk v0.3.2
32362026-05-12T01:25:20.103Z Checking base64 v0.21.7
32372026-05-12T01:25:20.199Z Checking tagptr v0.2.0
32382026-05-12T01:25:20.214Z Checking linear-map v1.2.0
32392026-05-12T01:25:20.287Z Checking unicode-linebreak v0.1.5
32402026-05-12T01:25:20.337Z Checking hashbrown v0.12.3
32412026-05-12T01:25:20.340Z Checking ron v0.8.1
32422026-05-12T01:25:20.383Z Checking moka v0.12.13
32432026-05-12T01:25:20.466Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32442026-05-12T01:25:20.485Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-05-12T01:25:20.500Z Checking textwrap v0.16.2
32462026-05-12T01:25:20.653Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-12T01:25:20.713Z Checking steno v0.4.1
32482026-05-12T01:25:20.867Z Checking serde-hex v0.1.0
32492026-05-12T01:25:20.968Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32502026-05-12T01:25:21.011Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32512026-05-12T01:25:21.078Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32522026-05-12T01:25:21.175Z Checking hashbrown v0.13.2
32532026-05-12T01:25:21.502Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-05-12T01:25:21.606Z Checking humantime v2.3.0
32552026-05-12T01:25:21.679Z Checking crc-any v2.5.0
32562026-05-12T01:25:21.721Z Checking object v0.30.4
32572026-05-12T01:25:21.736Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32582026-05-12T01:25:21.770Z Checking hickory-resolver v0.25.2
32592026-05-12T01:25:21.791Z Checking path-slash v0.1.5
32602026-05-12T01:25:21.860Z Checking void v1.0.2
32612026-05-12T01:25:21.895Z Checking half v1.8.3
32622026-05-12T01:25:21.908Z Checking utf-8 v0.7.6
32632026-05-12T01:25:21.968Z Checking lzss v0.8.2
32642026-05-12T01:25:22.041Z Checking tungstenite v0.23.0
32652026-05-12T01:25:22.091Z Checking serde_cbor v0.11.2
32662026-05-12T01:25:22.294Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-12T01:25:22.405Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-12T01:25:22.453Z Checking nix v0.27.1
32692026-05-12T01:25:22.453Z Checking kstat-rs v0.2.4
32702026-05-12T01:25:22.481Z Checking fxhash v0.2.1
32712026-05-12T01:25:22.496Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-12T01:25:22.602Z Checking serde_bytes v0.11.19
32732026-05-12T01:25:22.633Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32742026-05-12T01:25:22.647Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-05-12T01:25:22.772Z Checking tokio-tungstenite v0.23.1
32762026-05-12T01:25:22.908Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32772026-05-12T01:25:22.945Z Checking signal-hook-tokio v0.3.1
32782026-05-12T01:25:23.208Z Compiling typify-macro v0.6.2
32792026-05-12T01:25:23.910Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-05-12T01:25:24.339Z Compiling typify v0.6.2
32812026-05-12T01:25:24.416Z Compiling progenitor-impl v0.13.0
32822026-05-12T01:25:24.416Z Compiling progenitor-impl v0.14.0
32832026-05-12T01:25:24.798Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-12T01:25:25.121Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-12T01:25:25.997Z Compiling progenitor-macro v0.14.0
32862026-05-12T01:25:26.023Z Compiling progenitor-macro v0.13.0
32872026-05-12T01:25:28.579Z Checking progenitor v0.13.0
32882026-05-12T01:25:28.608Z Checking progenitor v0.14.0
32892026-05-12T01:25:28.708Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-12T01:25:28.721Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-05-12T01:25:31.706Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-12T01:25:39.277Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-12T01:25:45.592Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-12T01:25:46.955Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-12T01:25:47.456Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-12T01:25:49.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.10s
32972026-05-12T01:25:49.727Z
32982026-05-12T01:25:49.727Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-12T01:25:50.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-12T01:25:50.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-12T01:25:50.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-12T01:25:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-12T01:25:50.322Z
33042026-05-12T01:25:50.322Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-12T01:25:50.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-12T01:25:50.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-12T01:25:50.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-12T01:25:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-05-12T01:25:50.919Z
33102026-05-12T01:25:50.919Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-12T01:25:51.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-12T01:25:51.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-12T01:25:51.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-12T01:25:51.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-12T01:25:51.504Z
33162026-05-12T01:25:51.504Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-12T01:25:52.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-12T01:25:52.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-12T01:25:52.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-12T01:25:52.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33212026-05-12T01:25:52.095Z
33222026-05-12T01:25:52.095Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-12T01:25:52.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-12T01:25:52.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-12T01:25:52.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-12T01:25:52.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-12T01:25:52.698Z
33282026-05-12T01:25:52.698Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-12T01:25:53.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-12T01:25:53.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-12T01:25:53.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-12T01:25:53.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-12T01:25:53.301Z
33342026-05-12T01:25:53.301Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-12T01:25:53.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-12T01:25:53.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-12T01:25:53.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-12T01:25:53.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-12T01:25:53.907Z
33402026-05-12T01:25:53.907Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-12T01:25:54.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-12T01:25:54.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-12T01:25:54.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-12T01:25:54.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-12T01:25:54.513Z
33462026-05-12T01:25:54.513Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-12T01:25:55.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-12T01:25:55.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-12T01:25:55.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-12T01:25:55.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-12T01:25:55.115Z
33522026-05-12T01:25:55.115Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-12T01:25:55.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-12T01:25:55.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-12T01:25:55.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-12T01:25:55.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-12T01:25:55.723Z
33582026-05-12T01:25:55.724Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-12T01:25:56.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-12T01:25:56.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-12T01:25:56.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-12T01:25:56.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-12T01:25:56.330Z
33642026-05-12T01:25:56.330Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-12T01:25:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-12T01:25:56.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-12T01:25:56.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-12T01:25:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-12T01:25:56.926Z
33702026-05-12T01:25:56.926Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-12T01:25:57.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-12T01:25:57.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-12T01:25:57.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-12T01:25:57.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-12T01:25:57.524Z
33762026-05-12T01:25:57.524Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-12T01:25:58.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-12T01:25:58.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-12T01:25:58.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-12T01:25:58.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-12T01:25:58.124Z
33822026-05-12T01:25:58.124Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-12T01:25:58.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-12T01:25:58.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-12T01:25:58.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-12T01:25:58.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-12T01:25:58.722Z
33882026-05-12T01:25:58.722Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-12T01:25:59.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-12T01:25:59.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-12T01:25:59.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-12T01:25:59.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-12T01:25:59.319Z
33942026-05-12T01:25:59.319Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-12T01:25:59.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-12T01:25:59.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-12T01:25:59.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-12T01:25:59.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-12T01:25:59.917Z
34002026-05-12T01:25:59.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-12T01:26:00.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-12T01:26:00.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-12T01:26:00.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-12T01:26:00.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-12T01:26:00.516Z
34062026-05-12T01:26:00.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-12T01:26:01.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-12T01:26:01.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-12T01:26:01.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-12T01:26:01.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-12T01:26:01.117Z
34122026-05-12T01:26:01.117Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-12T01:26:01.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-12T01:26:01.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-12T01:26:01.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-12T01:26:01.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-12T01:26:01.716Z
34182026-05-12T01:26:01.716Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-12T01:26:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-12T01:26:02.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-12T01:26:02.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-12T01:26:02.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-12T01:26:02.315Z
34242026-05-12T01:26:02.315Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-12T01:26:02.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-12T01:26:02.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-12T01:26:02.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-12T01:26:02.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34292026-05-12T01:26:02.954Z
34302026-05-12T01:26:02.954Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-12T01:26:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-12T01:26:03.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-12T01:26:03.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-12T01:26:03.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-12T01:26:03.558Z
34362026-05-12T01:26:03.558Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-12T01:26:04.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-12T01:26:04.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-12T01:26:04.212Z Compiling parking_lot_core v0.8.6
34402026-05-12T01:26:04.212Z Compiling atomicwrites v0.4.4
34412026-05-12T01:26:04.215Z Compiling git-stub v1.0.0
34422026-05-12T01:26:04.215Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-12T01:26:04.216Z Checking prefix-trie v0.7.0
34442026-05-12T01:26:04.446Z Compiling git-stub-vcs v0.1.0
34452026-05-12T01:26:04.629Z Checking hickory-server v0.25.2
34462026-05-12T01:26:04.720Z Checking parking_lot v0.11.2
34472026-05-12T01:26:04.723Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-12T01:26:04.786Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492026-05-12T01:26:04.786Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-05-12T01:26:04.893Z Checking sled v0.34.7
34512026-05-12T01:26:06.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34522026-05-12T01:26:06.963Z
34532026-05-12T01:26:06.963Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-12T01:26:07.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-12T01:26:07.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-12T01:26:07.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-12T01:26:07.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-12T01:26:07.559Z
34592026-05-12T01:26:07.559Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-12T01:26:08.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-12T01:26:08.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-12T01:26:08.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-12T01:26:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-12T01:26:08.153Z
34652026-05-12T01:26:08.153Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-12T01:26:08.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-12T01:26:08.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-12T01:26:08.873Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-12T01:26:10.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34702026-05-12T01:26:10.862Z
34712026-05-12T01:26:10.862Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-12T01:26:11.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-12T01:26:11.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-12T01:26:11.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-12T01:26:11.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34762026-05-12T01:26:11.515Z
34772026-05-12T01:26:11.515Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-12T01:26:12.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-12T01:26:12.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-12T01:26:12.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-12T01:26:12.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34822026-05-12T01:26:12.166Z
34832026-05-12T01:26:12.166Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-12T01:26:12.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-12T01:26:12.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-12T01:26:12.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-12T01:26:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-12T01:26:12.750Z
34892026-05-12T01:26:12.750Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-12T01:26:13.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-12T01:26:13.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-12T01:26:13.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-12T01:26:13.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-12T01:26:13.335Z
34952026-05-12T01:26:13.335Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-12T01:26:13.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-12T01:26:13.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-12T01:26:13.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-12T01:26:13.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35002026-05-12T01:26:13.984Z
35012026-05-12T01:26:13.984Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-12T01:26:14.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-12T01:26:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-12T01:26:14.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-12T01:26:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-12T01:26:14.569Z
35072026-05-12T01:26:14.569Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-12T01:26:15.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-12T01:26:15.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-12T01:26:15.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-12T01:26:15.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35122026-05-12T01:26:15.208Z
35132026-05-12T01:26:15.208Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-12T01:26:15.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-12T01:26:15.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-12T01:26:15.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-12T01:26:15.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-12T01:26:15.849Z
35192026-05-12T01:26:15.849Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-12T01:26:16.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-12T01:26:16.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-12T01:26:16.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-12T01:26:16.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-12T01:26:16.437Z
35252026-05-12T01:26:16.437Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-12T01:26:16.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-12T01:26:16.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-12T01:26:16.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-12T01:26:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-12T01:26:17.020Z
35312026-05-12T01:26:17.020Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-12T01:26:17.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-12T01:26:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-12T01:26:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-12T01:26:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-12T01:26:17.619Z
35372026-05-12T01:26:17.619Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-12T01:26:18.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-12T01:26:18.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-12T01:26:18.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-12T01:26:18.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-12T01:26:18.208Z
35432026-05-12T01:26:18.208Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-12T01:26:18.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-12T01:26:18.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-12T01:26:18.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-12T01:26:18.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-12T01:26:18.791Z
35492026-05-12T01:26:18.791Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-12T01:26:19.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-12T01:26:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-12T01:26:19.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-12T01:26:19.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-12T01:26:19.439Z
35552026-05-12T01:26:19.439Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-12T01:26:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-12T01:26:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-12T01:26:19.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-12T01:26:19.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-12T01:26:20.087Z
35612026-05-12T01:26:20.087Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-12T01:26:20.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-12T01:26:20.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-12T01:26:20.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-12T01:26:20.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-12T01:26:20.728Z
35672026-05-12T01:26:20.728Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-12T01:26:21.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-12T01:26:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-12T01:26:21.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-12T01:26:21.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-12T01:26:21.354Z
35732026-05-12T01:26:21.354Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-12T01:26:21.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-12T01:26:21.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-12T01:26:21.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-12T01:26:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-12T01:26:21.969Z
35792026-05-12T01:26:21.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-12T01:26:22.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-12T01:26:22.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-12T01:26:22.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-12T01:26:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-12T01:26:22.584Z
35852026-05-12T01:26:22.584Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-12T01:26:23.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-12T01:26:23.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-12T01:26:23.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-12T01:26:23.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-12T01:26:23.180Z
35912026-05-12T01:26:23.180Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-12T01:26:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-12T01:26:23.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-12T01:26:23.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-12T01:26:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-05-12T01:26:23.794Z
35972026-05-12T01:26:23.794Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-12T01:26:24.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-12T01:26:24.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-12T01:26:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-12T01:26:24.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-05-12T01:26:24.407Z
36032026-05-12T01:26:24.407Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-12T01:26:24.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-12T01:26:24.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-12T01:26:24.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-12T01:26:24.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-12T01:26:24.991Z
36092026-05-12T01:26:24.991Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-12T01:26:25.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-12T01:26:25.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-12T01:26:25.834Z Compiling libefi-sys v0.1.0
36132026-05-12T01:26:25.837Z Compiling bitfield-struct v0.6.2
36142026-05-12T01:26:25.977Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36152026-05-12T01:26:25.991Z Compiling xshell-macros v0.2.7
36162026-05-12T01:26:25.995Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36172026-05-12T01:26:26.008Z Compiling typify-impl v0.4.3
36182026-05-12T01:26:26.020Z Compiling salty v0.3.0
36192026-05-12T01:26:26.036Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-12T01:26:26.062Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-12T01:26:26.209Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36222026-05-12T01:26:26.339Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36232026-05-12T01:26:26.353Z Checking xshell v0.2.7
36242026-05-12T01:26:26.486Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36252026-05-12T01:26:26.535Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36262026-05-12T01:26:26.549Z Checking primeorder v0.13.6
36272026-05-12T01:26:26.591Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-05-12T01:26:26.608Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-12T01:26:26.701Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-12T01:26:26.720Z Checking tungstenite v0.21.0
36312026-05-12T01:26:26.783Z Checking p384 v0.13.1
36322026-05-12T01:26:26.829Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-05-12T01:26:26.915Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36342026-05-12T01:26:26.989Z Compiling proc-macro-error2 v2.0.1
36352026-05-12T01:26:27.061Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-05-12T01:26:27.141Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-12T01:26:27.297Z Compiling num-derive v0.3.3
36382026-05-12T01:26:27.465Z Compiling tabled_derive v0.11.0
36392026-05-12T01:26:27.558Z Checking tokio-tungstenite v0.21.0
36402026-05-12T01:26:27.905Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-12T01:26:27.980Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-05-12T01:26:28.179Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-12T01:26:28.332Z Checking libscf-sys v1.1.0
36442026-05-12T01:26:28.358Z Checking papergrid v0.17.0
36452026-05-12T01:26:28.467Z Checking testing_table v0.3.0
36462026-05-12T01:26:28.582Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-05-12T01:26:28.610Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-05-12T01:26:28.629Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-05-12T01:26:28.701Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-12T01:26:28.913Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-12T01:26:29.030Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-05-12T01:26:29.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-05-12T01:26:29.109Z Compiling unicase v2.9.0
36542026-05-12T01:26:29.131Z Checking corncobs v0.1.4
36552026-05-12T01:26:29.146Z Checking tabled v0.20.0
36562026-05-12T01:26:29.260Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-05-12T01:26:29.303Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-12T01:26:29.318Z Compiling mime_guess v2.0.5
36592026-05-12T01:26:29.378Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-12T01:26:29.507Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-12T01:26:29.524Z Checking progenitor-client v0.11.2
36622026-05-12T01:26:29.582Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-12T01:26:29.736Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36642026-05-12T01:26:29.759Z Checking secrecy v0.8.0
36652026-05-12T01:26:29.835Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36662026-05-12T01:26:29.878Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-12T01:26:30.047Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-12T01:26:30.249Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-12T01:26:30.324Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-12T01:26:30.412Z Compiling typify-macro v0.4.3
36712026-05-12T01:26:30.441Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36722026-05-12T01:26:30.457Z Checking filetime v0.2.27
36732026-05-12T01:26:30.594Z Checking http-range v0.1.5
36742026-05-12T01:26:30.697Z Checking crc8 v0.1.1
36752026-05-12T01:26:30.723Z Checking xattr v1.6.1
36762026-05-12T01:26:30.857Z Checking tar v0.4.45
36772026-05-12T01:26:30.957Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-12T01:26:31.156Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-12T01:26:31.290Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-12T01:26:31.305Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-12T01:26:31.416Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-12T01:26:31.442Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-12T01:26:31.684Z Checking atty v0.2.14
36842026-05-12T01:26:31.790Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-12T01:26:31.842Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-12T01:26:32.023Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-12T01:26:32.169Z Compiling typify v0.4.3
36882026-05-12T01:26:32.286Z Compiling progenitor-impl v0.11.2
36892026-05-12T01:26:32.355Z Checking hyper-staticfile v0.10.1
36902026-05-12T01:26:32.372Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-12T01:26:32.607Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-05-12T01:26:32.635Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36932026-05-12T01:26:32.651Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36942026-05-12T01:26:32.870Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36952026-05-12T01:26:33.129Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36962026-05-12T01:26:33.149Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36972026-05-12T01:26:33.204Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36982026-05-12T01:26:33.479Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36992026-05-12T01:26:33.496Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37002026-05-12T01:26:33.578Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37012026-05-12T01:26:33.652Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37022026-05-12T01:26:33.744Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37032026-05-12T01:26:33.766Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
37042026-05-12T01:26:33.941Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-05-12T01:26:34.505Z Compiling progenitor-macro v0.11.2
37062026-05-12T01:26:36.941Z Checking progenitor v0.11.2
37072026-05-12T01:26:37.070Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-05-12T01:26:41.660Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37092026-05-12T01:26:42.756Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-05-12T01:26:53.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.11s
37112026-05-12T01:26:53.316Z
37122026-05-12T01:26:53.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37132026-05-12T01:26:53.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-05-12T01:26:53.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-05-12T01:26:54.096Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-05-12T01:27:04.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37172026-05-12T01:27:04.715Z
37182026-05-12T01:27:04.715Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37192026-05-12T01:27:05.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-05-12T01:27:05.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-05-12T01:27:05.488Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-05-12T01:27:15.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37232026-05-12T01:27:16.179Z
37242026-05-12T01:27:16.179Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37252026-05-12T01:27:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-05-12T01:27:16.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-05-12T01:27:16.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-05-12T01:27:27.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37292026-05-12T01:27:27.571Z
37302026-05-12T01:27:27.571Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37312026-05-12T01:27:28.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-05-12T01:27:28.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-05-12T01:27:28.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-05-12T01:27:38.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37352026-05-12T01:27:39.012Z
37362026-05-12T01:27:39.012Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37372026-05-12T01:27:39.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-05-12T01:27:39.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-05-12T01:27:39.789Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37402026-05-12T01:27:50.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37412026-05-12T01:27:50.340Z
37422026-05-12T01:27:50.341Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37432026-05-12T01:27:50.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-05-12T01:27:50.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-05-12T01:27:51.115Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37462026-05-12T01:28:01.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37472026-05-12T01:28:01.729Z
37482026-05-12T01:28:01.730Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37492026-05-12T01:28:02.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-05-12T01:28:02.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-05-12T01:28:02.508Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37522026-05-12T01:28:12.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37532026-05-12T01:28:13.103Z
37542026-05-12T01:28:13.103Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37552026-05-12T01:28:13.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-05-12T01:28:13.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-05-12T01:28:13.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-05-12T01:28:13.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-05-12T01:28:13.707Z
37602026-05-12T01:28:13.707Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37612026-05-12T01:28:14.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-05-12T01:28:14.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-05-12T01:28:14.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-05-12T01:28:14.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-05-12T01:28:14.311Z
37662026-05-12T01:28:14.312Zinfo: running `cargo check --bins` on range-requests (193/274)
37672026-05-12T01:28:14.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-05-12T01:28:14.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-05-12T01:28:14.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-05-12T01:28:14.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37712026-05-12T01:28:14.905Z
37722026-05-12T01:28:14.905Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37732026-05-12T01:28:15.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-05-12T01:28:15.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-05-12T01:28:15.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-05-12T01:28:15.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-05-12T01:28:15.501Z
37782026-05-12T01:28:15.501Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37792026-05-12T01:28:16.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-05-12T01:28:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-05-12T01:28:16.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-05-12T01:28:16.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37832026-05-12T01:28:16.124Z
37842026-05-12T01:28:16.124Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37852026-05-12T01:28:16.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-05-12T01:28:16.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-05-12T01:28:16.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-05-12T01:28:16.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37892026-05-12T01:28:16.751Z
37902026-05-12T01:28:16.751Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37912026-05-12T01:28:17.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-05-12T01:28:17.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-05-12T01:28:17.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-05-12T01:28:17.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37952026-05-12T01:28:17.372Z
37962026-05-12T01:28:17.372Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37972026-05-12T01:28:17.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-05-12T01:28:17.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-05-12T01:28:17.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-05-12T01:28:17.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38012026-05-12T01:28:17.996Z
38022026-05-12T01:28:17.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38032026-05-12T01:28:18.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-05-12T01:28:18.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-05-12T01:28:18.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-05-12T01:28:18.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38072026-05-12T01:28:18.617Z
38082026-05-12T01:28:18.618Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38092026-05-12T01:28:19.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-05-12T01:28:19.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-05-12T01:28:19.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-05-12T01:28:19.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38132026-05-12T01:28:19.238Z
38142026-05-12T01:28:19.238Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38152026-05-12T01:28:19.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-05-12T01:28:19.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-05-12T01:28:19.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-05-12T01:28:19.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38192026-05-12T01:28:19.880Z
38202026-05-12T01:28:19.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38212026-05-12T01:28:20.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-05-12T01:28:20.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-05-12T01:28:20.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-05-12T01:28:20.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38252026-05-12T01:28:20.506Z
38262026-05-12T01:28:20.506Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38272026-05-12T01:28:21.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-05-12T01:28:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-05-12T01:28:21.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-05-12T01:28:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-05-12T01:28:21.133Z
38322026-05-12T01:28:21.133Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38332026-05-12T01:28:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-05-12T01:28:21.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-05-12T01:28:21.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-05-12T01:28:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38372026-05-12T01:28:21.789Z
38382026-05-12T01:28:21.789Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38392026-05-12T01:28:22.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-12T01:28:22.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-12T01:28:22.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-05-12T01:28:22.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38432026-05-12T01:28:22.420Z
38442026-05-12T01:28:22.421Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38452026-05-12T01:28:22.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-12T01:28:22.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-12T01:28:22.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-05-12T01:28:22.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38492026-05-12T01:28:23.069Z
38502026-05-12T01:28:23.069Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38512026-05-12T01:28:23.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-12T01:28:23.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-12T01:28:23.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-05-12T01:28:23.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38552026-05-12T01:28:23.730Z
38562026-05-12T01:28:23.730Zinfo: running `cargo check --bins` on update-common (208/274)
38572026-05-12T01:28:24.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-12T01:28:24.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-12T01:28:24.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-05-12T01:28:24.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38612026-05-12T01:28:24.345Z
38622026-05-12T01:28:24.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38632026-05-12T01:28:24.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-12T01:28:24.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-12T01:28:24.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-05-12T01:28:24.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38672026-05-12T01:28:25.004Z
38682026-05-12T01:28:25.004Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38692026-05-12T01:28:25.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-12T01:28:25.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-12T01:28:25.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-05-12T01:28:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38732026-05-12T01:28:25.598Z
38742026-05-12T01:28:25.598Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38752026-05-12T01:28:26.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-12T01:28:26.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-12T01:28:26.376Z Compiling fs-err v2.11.0
38782026-05-12T01:28:26.379Z Checking ignore v0.4.25
38792026-05-12T01:28:26.379Z Checking arc-swap v1.8.2
38802026-05-12T01:28:26.379Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38812026-05-12T01:28:26.525Z Checking predicates-tree v1.0.13
38822026-05-12T01:28:26.535Z Checking parse-size v1.1.0
38832026-05-12T01:28:26.547Z Checking rand_seeder v0.4.0
38842026-05-12T01:28:26.559Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38852026-05-12T01:28:26.624Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38862026-05-12T01:28:26.646Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38872026-05-12T01:28:26.684Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38882026-05-12T01:28:26.706Z Checking slog-scope v4.4.1
38892026-05-12T01:28:26.831Z Compiling petname v2.0.2
38902026-05-12T01:28:26.845Z Checking slog-stdlog v4.1.1
38912026-05-12T01:28:26.860Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38922026-05-12T01:28:26.893Z Checking globwalk v0.9.1
38932026-05-12T01:28:26.938Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38942026-05-12T01:28:26.962Z Checking slog-envlogger v2.2.0
38952026-05-12T01:28:27.071Z Checking camino-tempfile-ext v0.3.3
38962026-05-12T01:28:27.087Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38972026-05-12T01:28:27.110Z Checking sapling-renderdag v0.1.0
38982026-05-12T01:28:27.251Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38992026-05-12T01:28:27.267Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39002026-05-12T01:28:27.350Z Checking subprocess v0.2.15
39012026-05-12T01:28:27.446Z Checking sync-ptr v0.1.4
39022026-05-12T01:28:27.481Z Checking colored v2.2.0
39032026-05-12T01:28:27.566Z Checking assert_matches v1.5.0
39042026-05-12T01:28:27.626Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39052026-05-12T01:28:27.701Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39062026-05-12T01:28:27.731Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-12T01:28:27.734Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39082026-05-12T01:28:28.388Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39092026-05-12T01:28:29.696Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39102026-05-12T01:28:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39112026-05-12T01:28:32.101Z
39122026-05-12T01:28:32.101Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39132026-05-12T01:28:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-12T01:28:32.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-12T01:28:32.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-12T01:28:32.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-05-12T01:28:32.689Z
39182026-05-12T01:28:32.689Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39192026-05-12T01:28:33.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-12T01:28:33.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-12T01:28:33.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-05-12T01:28:33.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39232026-05-12T01:28:33.301Z
39242026-05-12T01:28:33.301Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39252026-05-12T01:28:33.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-05-12T01:28:33.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-05-12T01:28:33.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-05-12T01:28:33.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39292026-05-12T01:28:33.955Z
39302026-05-12T01:28:33.955Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39312026-05-12T01:28:34.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-05-12T01:28:34.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-05-12T01:28:34.678Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39342026-05-12T01:28:34.678Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39352026-05-12T01:28:35.317Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39362026-05-12T01:28:36.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39372026-05-12T01:28:37.097Z
39382026-05-12T01:28:37.097Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39392026-05-12T01:28:37.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-12T01:28:37.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-12T01:28:37.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-12T01:28:37.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39432026-05-12T01:28:37.700Z
39442026-05-12T01:28:37.700Zinfo: running `cargo check --bins` on cert-dev (217/274)
39452026-05-12T01:28:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-12T01:28:38.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-12T01:28:38.306Z Checking yasna v0.5.2
39482026-05-12T01:28:38.712Z Checking rcgen v0.12.1
39492026-05-12T01:28:38.961Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39502026-05-12T01:28:39.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39512026-05-12T01:28:39.312Z
39522026-05-12T01:28:39.312Zinfo: running `cargo check --bins` on clickana (218/274)
39532026-05-12T01:28:39.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-12T01:28:39.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-12T01:28:39.961Z Compiling darling_core v0.23.0
39562026-05-12T01:28:39.964Z Compiling instability v0.3.11
39572026-05-12T01:28:40.069Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39582026-05-12T01:28:40.082Z Checking castaway v0.2.4
39592026-05-12T01:28:40.088Z Compiling indoc v2.0.7
39602026-05-12T01:28:40.091Z Checking unicode-truncate v1.1.0
39612026-05-12T01:28:40.106Z Checking lru v0.12.5
39622026-05-12T01:28:40.109Z Checking cassowary v0.3.0
39632026-05-12T01:28:40.173Z Checking compact_str v0.8.1
39642026-05-12T01:28:41.116Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39652026-05-12T01:28:41.299Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39662026-05-12T01:28:41.507Z Compiling darling_macro v0.23.0
39672026-05-12T01:28:41.915Z Compiling darling v0.23.0
39682026-05-12T01:28:42.524Z Checking ratatui v0.29.0
39692026-05-12T01:28:43.575Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39702026-05-12T01:28:44.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39712026-05-12T01:28:44.427Z
39722026-05-12T01:28:44.427Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39732026-05-12T01:28:44.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-12T01:28:44.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-12T01:28:45.147Z Checking headers-core v0.3.0
39762026-05-12T01:28:45.147Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39772026-05-12T01:28:45.344Z Checking headers v0.4.1
39782026-05-12T01:28:45.716Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39792026-05-12T01:28:46.578Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39802026-05-12T01:28:47.074Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39812026-05-12T01:28:47.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
39822026-05-12T01:28:47.688Z
39832026-05-12T01:28:47.688Zinfo: running `cargo check --bins` on ch-dev (220/274)
39842026-05-12T01:28:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-12T01:28:48.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-12T01:28:48.406Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39872026-05-12T01:28:49.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39882026-05-12T01:28:49.367Z
39892026-05-12T01:28:49.367Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39902026-05-12T01:28:49.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-05-12T01:28:49.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-05-12T01:28:49.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-05-12T01:28:49.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39942026-05-12T01:28:49.837Z
39952026-05-12T01:28:49.837Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39962026-05-12T01:28:50.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-05-12T01:28:50.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-05-12T01:28:50.553Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39992026-05-12T01:28:51.540Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40002026-05-12T01:28:51.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40012026-05-12T01:28:52.082Z
40022026-05-12T01:28:52.082Zinfo: running `cargo check --bins` on db-dev (223/274)
40032026-05-12T01:28:52.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-12T01:28:52.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-12T01:28:52.801Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40062026-05-12T01:28:53.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40072026-05-12T01:28:53.755Z
40082026-05-12T01:28:53.755Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40092026-05-12T01:28:54.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-12T01:28:54.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-12T01:28:54.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-05-12T01:28:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40132026-05-12T01:28:54.395Z
40142026-05-12T01:28:54.395Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40152026-05-12T01:28:54.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-05-12T01:28:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-05-12T01:28:55.005Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40182026-05-12T01:28:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40192026-05-12T01:28:55.858Z
40202026-05-12T01:28:55.858Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40212026-05-12T01:28:56.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-12T01:28:56.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-12T01:28:56.603Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40242026-05-12T01:28:56.603Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40252026-05-12T01:28:56.603Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40262026-05-12T01:28:56.606Z Checking git-stub v1.0.0
40272026-05-12T01:28:56.606Z Compiling trait-variant v0.1.2
40282026-05-12T01:28:56.606Z Checking is_ci v1.2.0
40292026-05-12T01:28:56.729Z Checking maplit v1.0.2
40302026-05-12T01:28:56.741Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40312026-05-12T01:28:56.814Z Checking supports-color v3.0.2
40322026-05-12T01:28:56.827Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40332026-05-12T01:28:56.856Z Checking git-stub-vcs v0.1.0
40342026-05-12T01:28:56.935Z Checking drift v0.1.4
40352026-05-12T01:28:56.995Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40362026-05-12T01:28:57.010Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40372026-05-12T01:28:57.049Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40382026-05-12T01:28:57.192Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40392026-05-12T01:28:57.232Z Checking dropshot-api-manager v0.7.1
40402026-05-12T01:28:57.245Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40412026-05-12T01:28:57.287Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40422026-05-12T01:28:57.452Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-05-12T01:28:57.502Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40442026-05-12T01:28:57.683Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40452026-05-12T01:28:57.971Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40462026-05-12T01:29:02.890Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40472026-05-12T01:29:03.965Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40482026-05-12T01:29:04.518Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40492026-05-12T01:29:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40502026-05-12T01:29:05.156Z
40512026-05-12T01:29:05.156Zinfo: running `cargo check --bins` on installinator-api (227/274)
40522026-05-12T01:29:05.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-12T01:29:05.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-12T01:29:05.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-05-12T01:29:05.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40562026-05-12T01:29:05.757Z
40572026-05-12T01:29:05.758Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40582026-05-12T01:29:06.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-12T01:29:06.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-12T01:29:06.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-05-12T01:29:06.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40622026-05-12T01:29:06.404Z
40632026-05-12T01:29:06.404Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40642026-05-12T01:29:06.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-12T01:29:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-12T01:29:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-05-12T01:29:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40682026-05-12T01:29:07.040Z
40692026-05-12T01:29:07.040Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40702026-05-12T01:29:07.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-12T01:29:07.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-12T01:29:07.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-05-12T01:29:07.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40742026-05-12T01:29:07.683Z
40752026-05-12T01:29:07.683Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40762026-05-12T01:29:08.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-12T01:29:08.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-12T01:29:08.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-12T01:29:08.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-05-12T01:29:08.285Z
40812026-05-12T01:29:08.285Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40822026-05-12T01:29:08.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-12T01:29:08.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-12T01:29:08.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-05-12T01:29:08.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40862026-05-12T01:29:08.883Z
40872026-05-12T01:29:08.883Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40882026-05-12T01:29:09.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-05-12T01:29:09.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-05-12T01:29:09.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-05-12T01:29:09.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-05-12T01:29:09.514Z
40932026-05-12T01:29:09.514Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40942026-05-12T01:29:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-05-12T01:29:10.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-05-12T01:29:10.137Z Checking typeid v1.0.3
40972026-05-12T01:29:10.249Z Checking ordered-float v2.10.1
40982026-05-12T01:29:10.267Z Checking unicode-xid v0.2.6
40992026-05-12T01:29:10.280Z Checking cargo-platform v0.2.0
41002026-05-12T01:29:10.290Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41012026-05-12T01:29:10.317Z Checking erased-serde v0.4.9
41022026-05-12T01:29:10.451Z Checking serde-value v0.7.0
41032026-05-12T01:29:10.627Z Checking serde-untagged v0.1.9
41042026-05-12T01:29:10.782Z Checking cargo-util-schemas v0.8.2
41052026-05-12T01:29:11.459Z Checking cargo_metadata v0.21.0
41062026-05-12T01:29:12.055Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41072026-05-12T01:29:12.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41082026-05-12T01:29:12.927Z
41092026-05-12T01:29:12.927Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41102026-05-12T01:29:13.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-12T01:29:13.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-12T01:29:13.670Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41132026-05-12T01:29:14.285Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41142026-05-12T01:29:14.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41152026-05-12T01:29:14.994Z
41162026-05-12T01:29:14.994Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41172026-05-12T01:29:15.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-12T01:29:15.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-12T01:29:15.864Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41202026-05-12T01:29:15.865Z Compiling vergen-lib v0.1.6
41212026-05-12T01:29:15.865Z Compiling vergen-gitcl v1.0.8
41222026-05-12T01:29:15.865Z Compiling dirs-sys-next v0.1.2
41232026-05-12T01:29:15.868Z Compiling diesel_derives v2.3.7
41242026-05-12T01:29:15.868Z Compiling glob v0.3.3
41252026-05-12T01:29:15.868Z Compiling crunchy v0.2.4
41262026-05-12T01:29:15.868Z Compiling dsl_auto_type v0.2.0
41272026-05-12T01:29:16.270Z Compiling dirs-next v2.0.0
41282026-05-12T01:29:16.274Z Checking scheduled-thread-pool v0.2.7
41292026-05-12T01:29:16.298Z Compiling diesel_table_macro_syntax v0.3.0
41302026-05-12T01:29:16.348Z Compiling tiny-keccak v2.0.2
41312026-05-12T01:29:16.379Z Compiling clang-sys v1.8.1
41322026-05-12T01:29:16.394Z Compiling term v0.7.0
41332026-05-12T01:29:16.422Z Checking r2d2 v0.8.10
41342026-05-12T01:29:16.604Z Checking downcast-rs v2.0.2
41352026-05-12T01:29:16.619Z Compiling bit-vec v0.6.3
41362026-05-12T01:29:16.648Z Compiling ascii-canvas v3.0.0
41372026-05-12T01:29:16.759Z Compiling itertools v0.10.5
41382026-05-12T01:29:16.835Z Compiling bit-set v0.5.3
41392026-05-12T01:29:16.890Z Compiling ena v0.14.4
41402026-05-12T01:29:16.968Z Compiling libloading v0.8.9
41412026-05-12T01:29:16.994Z Compiling diff v0.1.13
41422026-05-12T01:29:17.070Z Compiling bindgen v0.71.1
41432026-05-12T01:29:17.110Z Compiling regex-syntax v0.6.29
41442026-05-12T01:29:17.173Z Compiling cexpr v0.6.0
41452026-05-12T01:29:17.263Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41462026-05-12T01:29:17.459Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41472026-05-12T01:29:17.533Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41482026-05-12T01:29:17.613Z Compiling libxml v0.3.3
41492026-05-12T01:29:17.850Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41502026-05-12T01:29:17.853Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41512026-05-12T01:29:17.870Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41522026-05-12T01:29:18.063Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41532026-05-12T01:29:18.120Z Compiling strum_macros v0.24.3
41542026-05-12T01:29:18.136Z Compiling indoc v1.0.9
41552026-05-12T01:29:18.576Z Compiling lalrpop v0.19.12
41562026-05-12T01:29:19.112Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41572026-05-12T01:29:19.193Z Checking derive_builder v0.20.2
41582026-05-12T01:29:19.301Z Compiling oso-derive v0.27.3
41592026-05-12T01:29:19.316Z Checking quick-xml v0.37.5
41602026-05-12T01:29:19.467Z Compiling impl-trait-for-tuples v0.2.3
41612026-05-12T01:29:19.797Z Checking openssl-probe v0.1.6
41622026-05-12T01:29:19.938Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41632026-05-12T01:29:20.189Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41642026-05-12T01:29:20.384Z Checking bb8 v0.8.6
41652026-05-12T01:29:20.664Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41662026-05-12T01:29:20.700Z Checking nonempty v0.12.0
41672026-05-12T01:29:20.727Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41682026-05-12T01:29:20.865Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41692026-05-12T01:29:20.904Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41702026-05-12T01:29:20.941Z Checking console v0.16.2
41712026-05-12T01:29:21.015Z Checking unit-prefix v0.5.2
41722026-05-12T01:29:21.077Z Checking support-bundle-viewer v0.1.2
41732026-05-12T01:29:21.201Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41742026-05-12T01:29:21.277Z Checking indicatif v0.18.4
41752026-05-12T01:29:21.343Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
41762026-05-12T01:29:21.515Z Checking multimap v0.10.1
41772026-05-12T01:29:21.884Z Checking diesel v2.3.7
41782026-05-12T01:29:23.607Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41792026-05-12T01:29:24.352Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41802026-05-12T01:29:24.680Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41812026-05-12T01:29:25.231Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41822026-05-12T01:29:26.100Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41832026-05-12T01:29:26.267Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-05-12T01:29:26.325Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-05-12T01:29:26.743Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41862026-05-12T01:29:28.814Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41872026-05-12T01:29:33.797Z Compiling samael v0.0.19
41882026-05-12T01:29:37.442Z Checking diesel-dtrace v0.5.0
41892026-05-12T01:29:37.681Z Checking async-bb8-diesel v0.2.1
41902026-05-12T01:29:38.744Z Compiling polar-core v0.27.3
41912026-05-12T01:29:43.136Z Checking oso v0.27.3
41922026-05-12T01:30:19.636Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41932026-05-12T01:30:53.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41942026-05-12T01:30:53.458Z
41952026-05-12T01:30:53.458Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41962026-05-12T01:30:54.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-05-12T01:30:54.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-05-12T01:30:54.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-05-12T01:30:54.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42002026-05-12T01:30:54.136Z
42012026-05-12T01:30:54.136Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42022026-05-12T01:30:54.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-05-12T01:30:54.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-05-12T01:30:54.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-05-12T01:30:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42062026-05-12T01:30:54.813Z
42072026-05-12T01:30:54.813Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42082026-05-12T01:30:55.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-12T01:30:55.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-12T01:30:55.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-12T01:30:55.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42122026-05-12T01:30:55.415Z
42132026-05-12T01:30:55.415Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42142026-05-12T01:30:55.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-12T01:30:55.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-12T01:30:56.292Z Compiling libz-sys v1.1.24
42172026-05-12T01:30:56.448Z Compiling libgit2-sys v0.18.3+1.9.2
42182026-05-12T01:30:56.451Z Compiling vergen-git2 v9.1.0
42192026-05-12T01:30:56.454Z Compiling rustls v0.21.12
42202026-05-12T01:30:56.457Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42212026-05-12T01:30:56.457Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42222026-05-12T01:30:56.457Z Checking sct v0.7.1
42232026-05-12T01:30:56.457Z Checking rustls-webpki v0.101.7
42242026-05-12T01:30:56.605Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42252026-05-12T01:30:56.708Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42262026-05-12T01:30:56.756Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42272026-05-12T01:30:56.770Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42282026-05-12T01:30:56.908Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42292026-05-12T01:30:56.967Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42302026-05-12T01:30:56.980Z Checking rustls-pemfile v1.0.4
42312026-05-12T01:30:56.995Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42322026-05-12T01:30:57.110Z Checking twox-hash v2.1.2
42332026-05-12T01:30:57.435Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42342026-05-12T01:30:57.561Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42352026-05-12T01:30:57.852Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42362026-05-12T01:30:57.868Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42372026-05-12T01:30:58.108Z Checking tokio-rustls v0.24.1
42382026-05-12T01:30:58.237Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42392026-05-12T01:30:58.303Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42402026-05-12T01:30:58.532Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42412026-05-12T01:30:58.683Z Checking fatfs v0.3.6
42422026-05-12T01:30:58.786Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42432026-05-12T01:30:58.964Z Compiling seq-macro v0.3.6
42442026-05-12T01:31:03.010Z Compiling git2 v0.20.4
42452026-05-12T01:31:03.194Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42462026-05-12T01:31:03.322Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42472026-05-12T01:31:05.261Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
42482026-05-12T01:31:54.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.32s
42492026-05-12T01:31:54.960Z
42502026-05-12T01:31:54.960Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42512026-05-12T01:31:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-12T01:31:55.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-12T01:31:55.849Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42542026-05-12T01:32:32.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.57s
42552026-05-12T01:32:32.755Z
42562026-05-12T01:32:32.755Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42572026-05-12T01:32:33.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-12T01:32:33.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-12T01:32:33.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-12T01:32:33.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42612026-05-12T01:32:33.348Z
42622026-05-12T01:32:33.348Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42632026-05-12T01:32:33.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-12T01:32:33.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-12T01:32:33.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-12T01:32:33.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42672026-05-12T01:32:33.998Z
42682026-05-12T01:32:33.998Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42692026-05-12T01:32:34.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-12T01:32:34.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-12T01:32:34.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-12T01:32:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42732026-05-12T01:32:34.663Z
42742026-05-12T01:32:34.663Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42752026-05-12T01:32:35.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-12T01:32:35.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-12T01:32:35.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-12T01:32:35.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42792026-05-12T01:32:35.328Z
42802026-05-12T01:32:35.328Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42812026-05-12T01:32:35.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-12T01:32:35.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-12T01:32:35.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-12T01:32:35.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-05-12T01:32:35.977Z
42862026-05-12T01:32:35.977Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42872026-05-12T01:32:36.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-12T01:32:36.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-12T01:32:36.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-12T01:32:36.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42912026-05-12T01:32:36.643Z
42922026-05-12T01:32:36.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42932026-05-12T01:32:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-12T01:32:37.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-12T01:32:37.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-12T01:32:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-12T01:32:37.309Z
42982026-05-12T01:32:37.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
42992026-05-12T01:32:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-12T01:32:37.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-12T01:32:37.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-12T01:32:37.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-12T01:32:37.970Z
43042026-05-12T01:32:37.970Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43052026-05-12T01:32:38.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-12T01:32:38.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-12T01:32:38.866Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082026-05-12T01:32:38.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-05-12T01:32:39.053Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43102026-05-12T01:32:39.082Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43112026-05-12T01:32:39.098Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43122026-05-12T01:32:39.116Z Checking diff v0.1.13
43132026-05-12T01:32:39.119Z Checking yansi v1.0.1
43142026-05-12T01:32:39.119Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43152026-05-12T01:32:39.188Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43162026-05-12T01:32:39.382Z Checking pretty_assertions v1.4.1
43172026-05-12T01:32:39.999Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43182026-05-12T01:32:40.353Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-05-12T01:33:03.628Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43202026-05-12T01:33:03.631Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-05-12T01:33:03.631Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43222026-05-12T01:33:03.631Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43232026-05-12T01:33:03.631Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-05-12T01:33:03.631Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-05-12T01:33:04.443Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43262026-05-12T01:33:05.534Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-12T01:33:42.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43282026-05-12T01:33:42.285Z
43292026-05-12T01:33:42.285Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43302026-05-12T01:33:42.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-12T01:33:42.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-12T01:33:42.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-12T01:33:42.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43342026-05-12T01:33:42.880Z
43352026-05-12T01:33:42.880Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43362026-05-12T01:33:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-12T01:33:43.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-12T01:33:43.654Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43392026-05-12T01:33:43.774Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-05-12T01:33:43.788Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43412026-05-12T01:34:09.450Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43422026-05-12T01:34:09.837Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43432026-05-12T01:34:11.544Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43442026-05-12T01:34:11.997Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43452026-05-12T01:34:14.939Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-12T01:34:37.720Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43472026-05-12T01:34:38.418Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-05-12T01:34:40.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.16s
43492026-05-12T01:34:40.259Z
43502026-05-12T01:34:40.259Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43512026-05-12T01:34:40.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-12T01:34:40.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-12T01:34:40.985Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43542026-05-12T01:34:41.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43552026-05-12T01:34:41.866Z
43562026-05-12T01:34:41.866Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43572026-05-12T01:34:42.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-12T01:34:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-12T01:34:42.524Z Compiling blake3 v1.8.3
43602026-05-12T01:34:42.633Z Checking constant_time_eq v0.4.2
43612026-05-12T01:34:42.636Z Checking arrayvec v0.7.6
43622026-05-12T01:34:42.639Z Checking arrayref v0.3.9
43632026-05-12T01:34:42.652Z Checking topological-sort v0.2.2
43642026-05-12T01:34:42.654Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43652026-05-12T01:34:42.655Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43662026-05-12T01:34:42.655Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43672026-05-12T01:34:42.695Z Checking shell-words v1.1.1
43682026-05-12T01:34:43.516Z Checking omicron-zone-package v0.12.2
43692026-05-12T01:34:44.226Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43702026-05-12T01:34:45.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
43712026-05-12T01:34:45.243Z
43722026-05-12T01:34:45.243Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43732026-05-12T01:34:45.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-12T01:34:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-12T01:34:45.888Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43762026-05-12T01:34:46.211Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43772026-05-12T01:34:46.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43782026-05-12T01:34:46.804Z
43792026-05-12T01:34:46.804Zinfo: running `cargo check --bins` on schema (256/274)
43802026-05-12T01:34:47.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-12T01:34:47.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-12T01:34:47.537Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43832026-05-12T01:34:48.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43842026-05-12T01:34:48.448Z
43852026-05-12T01:34:48.448Zinfo: running `cargo check --bins` on xtask (257/274)
43862026-05-12T01:34:48.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-12T01:34:48.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-12T01:34:48.905Z Checking libc v0.2.185
43892026-05-12T01:34:48.908Z Checking serde v1.0.228
43902026-05-12T01:34:48.992Z Checking zerofrom v0.1.6
43912026-05-12T01:34:48.996Z Checking bitflags v2.11.0
43922026-05-12T01:34:49.002Z Checking smallvec v1.15.1
43932026-05-12T01:34:49.008Z Checking indexmap v2.14.0
43942026-05-12T01:34:49.017Z Checking serde_json v1.0.149
43952026-05-12T01:34:49.020Z Checking scroll v0.12.0
43962026-05-12T01:34:49.087Z Checking yoke v0.8.1
43972026-05-12T01:34:49.139Z Checking num-traits v0.2.19
43982026-05-12T01:34:49.168Z Checking thiserror v1.0.69
43992026-05-12T01:34:49.249Z Checking log v0.4.29
44002026-05-12T01:34:49.260Z Checking zerovec v0.11.5
44012026-05-12T01:34:49.270Z Checking zerotrie v0.2.3
44022026-05-12T01:34:49.281Z Checking errno v0.3.14
44032026-05-12T01:34:49.370Z Checking serde_spanned v0.6.9
44042026-05-12T01:34:49.396Z Checking toml_datetime v0.6.11
44052026-05-12T01:34:49.399Z Checking rustix v1.1.3
44062026-05-12T01:34:49.494Z Checking percent-encoding v2.3.2
44072026-05-12T01:34:49.506Z Checking goblin v0.8.2
44082026-05-12T01:34:49.533Z Checking zerocopy v0.7.35
44092026-05-12T01:34:49.583Z Checking toml_edit v0.22.27
44102026-05-12T01:34:49.611Z Checking getrandom v0.4.1
44112026-05-12T01:34:49.634Z Checking form_urlencoded v1.2.2
44122026-05-12T01:34:49.652Z Checking ordered-float v2.10.1
44132026-05-12T01:34:49.695Z Checking tinystr v0.8.2
44142026-05-12T01:34:49.742Z Checking potential_utf v0.1.4
44152026-05-12T01:34:49.760Z Checking thiserror v2.0.18
44162026-05-12T01:34:49.862Z Checking syn v2.0.117
44172026-05-12T01:34:49.873Z Checking serde-value v0.7.0
44182026-05-12T01:34:49.876Z Checking icu_locale_core v2.1.1
44192026-05-12T01:34:49.876Z Checking icu_collections v2.1.1
44202026-05-12T01:34:50.017Z Checking dtrace-parser v0.2.0
44212026-05-12T01:34:50.078Z Checking thread-id v4.2.2
44222026-05-12T01:34:50.160Z Checking once_cell v1.21.3
44232026-05-12T01:34:50.193Z Checking cargo-platform v0.2.0
44242026-05-12T01:34:50.222Z Checking terminal_size v0.4.3
44252026-05-12T01:34:50.247Z Checking memmap v0.7.0
44262026-05-12T01:34:50.332Z Checking tempfile v3.25.0
44272026-05-12T01:34:50.344Z Checking clap_builder v4.5.60
44282026-05-12T01:34:50.364Z Checking textwrap v0.16.2
44292026-05-12T01:34:50.375Z Checking fs-err v3.3.0
44302026-05-12T01:34:50.416Z Checking icu_provider v2.1.1
44312026-05-12T01:34:50.520Z Checking camino-tempfile v1.4.1
44322026-05-12T01:34:50.547Z Checking tabled v0.15.0
44332026-05-12T01:34:50.572Z Checking anyhow v1.0.102
44342026-05-12T01:34:50.652Z Checking icu_normalizer v2.1.1
44352026-05-12T01:34:50.673Z Checking icu_properties v2.1.2
44362026-05-12T01:34:50.684Z Checking toml v0.8.23
44372026-05-12T01:34:50.766Z Checking macaddr v1.0.1
44382026-05-12T01:34:50.947Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44392026-05-12T01:34:51.002Z Checking cargo_toml v0.21.0
44402026-05-12T01:34:51.393Z Checking dof v0.3.0
44412026-05-12T01:34:51.479Z Checking idna_adapter v1.2.1
44422026-05-12T01:34:51.550Z Checking clap v4.5.60
44432026-05-12T01:34:51.596Z Checking idna v1.1.0
44442026-05-12T01:34:51.677Z Checking usdt-impl v0.5.0
44452026-05-12T01:34:51.819Z Checking url v2.5.8
44462026-05-12T01:34:51.927Z Checking usdt v0.5.0
44472026-05-12T01:34:52.154Z Checking cargo-util-schemas v0.8.2
44482026-05-12T01:34:52.845Z Checking cargo_metadata v0.21.0
44492026-05-12T01:34:53.456Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44502026-05-12T01:34:53.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
44512026-05-12T01:34:53.996Z
44522026-05-12T01:34:53.996Zinfo: running `cargo check --bins` on dnsadm (258/274)
44532026-05-12T01:34:54.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-12T01:34:54.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-12T01:34:54.640Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44562026-05-12T01:34:55.108Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44572026-05-12T01:34:55.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44582026-05-12T01:34:55.696Z
44592026-05-12T01:34:55.696Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44602026-05-12T01:34:56.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-05-12T01:34:56.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-05-12T01:34:56.494Z Checking polyval v0.6.2
44632026-05-12T01:34:56.618Z Checking ctr v0.9.2
44642026-05-12T01:34:56.628Z Checking ssh-encoding v0.2.0
44652026-05-12T01:34:56.628Z Checking blowfish v0.9.1
44662026-05-12T01:34:56.648Z Checking password-hash v0.4.2
44672026-05-12T01:34:56.662Z Checking p521 v0.13.3
44682026-05-12T01:34:56.665Z Checking p256 v0.13.2
44692026-05-12T01:34:56.688Z Checking russh-cryptovec v0.7.3
44702026-05-12T01:34:56.762Z Checking ghash v0.5.1
44712026-05-12T01:34:56.766Z Checking md5 v0.7.0
44722026-05-12T01:34:56.790Z Checking bcrypt-pbkdf v0.10.0
44732026-05-12T01:34:56.807Z Checking num-bigint v0.4.6
44742026-05-12T01:34:56.811Z Checking des v0.8.1
44752026-05-12T01:34:56.873Z Checking pbkdf2 v0.11.0
44762026-05-12T01:34:56.887Z Checking aes-gcm v0.10.3
44772026-05-12T01:34:56.905Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-05-12T01:34:56.935Z Checking hex-literal v0.4.1
44792026-05-12T01:34:56.950Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44802026-05-12T01:34:57.006Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44812026-05-12T01:34:57.028Z Checking socket2 v0.5.10
44822026-05-12T01:34:57.031Z Checking internet-checksum v0.2.1
44832026-05-12T01:34:57.031Z Checking ssh-cipher v0.2.0
44842026-05-12T01:34:57.220Z Checking ssh-key v0.6.7
44852026-05-12T01:34:57.289Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44862026-05-12T01:34:57.845Z Checking russh-keys v0.45.0
44872026-05-12T01:34:58.385Z Checking russh v0.45.0
44882026-05-12T01:35:13.203Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44892026-05-12T01:35:14.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
44902026-05-12T01:35:14.637Z
44912026-05-12T01:35:14.637Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44922026-05-12T01:35:15.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-05-12T01:35:15.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-05-12T01:35:15.280Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44952026-05-12T01:35:15.389Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44962026-05-12T01:35:15.396Z Checking termios v0.3.3
44972026-05-12T01:35:16.592Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44982026-05-12T01:35:16.740Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44992026-05-12T01:35:18.526Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45002026-05-12T01:35:19.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45012026-05-12T01:35:19.284Z
45022026-05-12T01:35:19.284Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45032026-05-12T01:35:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-12T01:35:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-12T01:35:19.995Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45062026-05-12T01:35:19.997Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45072026-05-12T01:35:19.997Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45082026-05-12T01:35:19.997Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45092026-05-12T01:35:20.131Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45102026-05-12T01:35:20.132Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45112026-05-12T01:35:20.856Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45122026-05-12T01:35:21.191Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45132026-05-12T01:35:21.194Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45142026-05-12T01:35:21.812Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45152026-05-12T01:35:23.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45162026-05-12T01:35:23.651Z
45172026-05-12T01:35:23.651Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45182026-05-12T01:35:24.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-12T01:35:24.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-12T01:35:24.291Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45212026-05-12T01:35:24.738Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45222026-05-12T01:35:25.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45232026-05-12T01:35:25.253Z
45242026-05-12T01:35:25.253Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45252026-05-12T01:35:25.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-12T01:35:25.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-12T01:35:25.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45282026-05-12T01:35:25.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45292026-05-12T01:35:25.854Z
45302026-05-12T01:35:25.854Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45312026-05-12T01:35:26.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-12T01:35:26.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-12T01:35:26.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-12T01:35:26.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-12T01:35:26.446Z
45362026-05-12T01:35:26.446Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45372026-05-12T01:35:26.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-12T01:35:27.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-12T01:35:27.195Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45402026-05-12T01:35:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45412026-05-12T01:35:27.990Z
45422026-05-12T01:35:27.990Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45432026-05-12T01:35:28.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-12T01:35:28.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-12T01:35:28.641Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45462026-05-12T01:35:28.647Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45472026-05-12T01:35:28.891Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45482026-05-12T01:35:28.892Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45492026-05-12T01:35:29.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45502026-05-12T01:35:29.855Z
45512026-05-12T01:35:29.855Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45522026-05-12T01:35:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-12T01:35:30.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-12T01:35:30.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-05-12T01:35:30.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45562026-05-12T01:35:30.447Z
45572026-05-12T01:35:30.447Zinfo: running `cargo check --bins` on omicron-package (268/274)
45582026-05-12T01:35:30.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-12T01:35:30.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-12T01:35:31.150Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45612026-05-12T01:35:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45622026-05-12T01:35:32.405Z
45632026-05-12T01:35:32.405Zinfo: running `cargo check --bins` on tqdb (269/274)
45642026-05-12T01:35:32.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-12T01:35:32.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-12T01:35:33.194Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45672026-05-12T01:35:33.552Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45682026-05-12T01:35:34.063Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45692026-05-12T01:35:34.063Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45702026-05-12T01:35:39.745Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45712026-05-12T01:35:39.745Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-05-12T01:35:40.368Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45732026-05-12T01:35:40.368Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45742026-05-12T01:35:40.397Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45752026-05-12T01:35:40.398Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45762026-05-12T01:35:41.091Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45772026-05-12T01:35:42.045Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45782026-05-12T01:35:42.812Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45792026-05-12T01:35:43.413Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45802026-05-12T01:35:47.681Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45812026-05-12T01:35:53.971Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45822026-05-12T01:35:53.975Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45832026-05-12T01:35:53.975Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45842026-05-12T01:35:53.975Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45852026-05-12T01:35:55.434Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45862026-05-12T01:35:56.772Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45872026-05-12T01:35:57.445Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45882026-05-12T01:35:58.694Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45892026-05-12T01:35:59.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.83s
45902026-05-12T01:35:59.454Z
45912026-05-12T01:35:59.454Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45922026-05-12T01:35:59.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-12T01:35:59.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-12T01:36:00.167Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45952026-05-12T01:36:00.170Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45962026-05-12T01:36:00.171Z Checking rtoolbox v0.0.3
45972026-05-12T01:36:00.299Z Checking tui-tree-widget v0.23.1
45982026-05-12T01:36:00.397Z Checking rpassword v7.4.0
45992026-05-12T01:36:01.406Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46002026-05-12T01:36:04.439Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-05-12T01:36:06.259Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46022026-05-12T01:36:07.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46032026-05-12T01:36:07.351Z
46042026-05-12T01:36:07.351Zinfo: running `cargo check --bins` on wicket (271/274)
46052026-05-12T01:36:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-12T01:36:07.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-12T01:36:08.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-05-12T01:36:08.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46092026-05-12T01:36:08.620Z
46102026-05-12T01:36:08.621Zinfo: running `cargo check --bins` on wicketd (272/274)
46112026-05-12T01:36:09.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-12T01:36:09.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-12T01:36:09.347Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46142026-05-12T01:36:09.350Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46152026-05-12T01:36:09.351Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46162026-05-12T01:36:09.351Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46172026-05-12T01:36:10.326Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182026-05-12T01:36:10.888Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46192026-05-12T01:36:13.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46202026-05-12T01:36:14.023Z
46212026-05-12T01:36:14.023Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46222026-05-12T01:36:14.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-12T01:36:14.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-12T01:36:14.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46252026-05-12T01:36:14.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46262026-05-12T01:36:14.616Z
46272026-05-12T01:36:14.616Zinfo: running `cargo check --bins` on zone-setup (274/274)
46282026-05-12T01:36:15.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-12T01:36:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-12T01:36:15.296Z Checking uzers v0.12.2
46312026-05-12T01:36:15.572Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46322026-05-12T01:36:16.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46332026-05-12T01:36:16.535Z
46342026-05-12T01:36:16.535Zreal 14:04.142706611
46352026-05-12T01:36:16.535Zuser 20:12.874826139
46362026-05-12T01:36:16.535Zsys 4:11.448482587
46372026-05-12T01:36:16.539Ztrap 0.303845054
46382026-05-12T01:36:16.539Ztflt 0.715435301
46392026-05-12T01:36:16.539Zdflt 1.197481888
46402026-05-12T01:36:16.539Zkflt 0.004998512
46412026-05-12T01:36:16.539Zlock 1:15:24.586642850
46422026-05-12T01:36:16.539Zslp 1:37:09.635635340
46432026-05-12T01:36:16.539Zlat 57.447969874
46442026-05-12T01:36:16.540Zstop 3:33.127136591
46452026-05-12T01:36:16.540Zprocess exited: duration 978563 ms, exit code 0
 
46462026-05-12T01:36:16.549Zfound 0 output files