01KS60CSHWZGVEAE2FM80H3D22: 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: 01KS60D6S0NHPG1ZZS9GVSDA6F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T19:33:30.715Zjob assigned to worker 01KS60DD5TN88D5PHFHA5V081F [factory aws, i-05f226fd0c966d0c7] (queued for 48 s)
 
22026-05-21T19:33:37.668Zstarting task 0: "setup"
32026-05-21T19:33:37.672Z++ uname -s
42026-05-21T19:33:37.675Z+ kern=SunOS
52026-05-21T19:33:37.675Z+ build_user=build
62026-05-21T19:33:37.675Z+ build_uid=12345
72026-05-21T19:33:37.675Z+ work_dir=/work
82026-05-21T19:33:37.675Z+ input_dir=/input
92026-05-21T19:33:37.675Z+ [[ 0 == 12345 ]]
102026-05-21T19:33:37.675Z+ case "$kern" in
112026-05-21T19:33:37.675Z+ groupadd -g 12345 build
122026-05-21T19:33:37.682Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T19:33:39.689Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T19:33:39.784Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T19:33:39.787Z+ home_fs=zfs
162026-05-21T19:33:39.787Z+ [[ zfs == autofs ]]
172026-05-21T19:33:39.787Z+ mkdir -p /home/build
182026-05-21T19:33:39.787Z+ chown build:build /home/build /work
192026-05-21T19:33:41.791Z+ chmod 0700 /home/build /work
202026-05-21T19:33:41.795Zprocess exited: duration 4125 ms, exit code 0
 
212026-05-21T19:33:41.801Zstarting task 1: "rust-toolchain"
222026-05-21T19:33:41.805Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T19:33:41.806Z * rust toolchain channel = "1.94.0"
242026-05-21T19:33:41.806Z * rust toolchain profile = "default"
252026-05-21T19:33:41.806Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T19:33:41.806Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T19:33:41.806Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T19:33:41.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T19:33:41.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T19:33:41.911Zinfo: downloading installer
312026-05-21T19:33:43.475Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T19:33:43.475Zwarn: /home/build/.rustup/settings.toml
332026-05-21T19:33:43.475Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T19:33:43.475Zwarn: instead of the one inferred from the default host triple.
352026-05-21T19:33:43.492Zinfo: profile set to default
362026-05-21T19:33:43.492Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T19:33:43.496Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T19:33:43.621Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T19:33:43.627Zinfo: downloading 6 components
402026-05-21T19:33:57.605Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T19:33:57.605Z
422026-05-21T19:33:57.634Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T19:33:57.634Z
442026-05-21T19:33:57.634Z
452026-05-21T19:33:57.634ZRust is installed now. Great!
462026-05-21T19:33:57.634Z
472026-05-21T19:33:57.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T19:33:57.637Zenvironment variable. This has not been done automatically.
492026-05-21T19:33:57.637Z
502026-05-21T19:33:57.637ZTo configure your current shell, you need to source
512026-05-21T19:33:57.637Zthe corresponding env file under $HOME/.cargo.
522026-05-21T19:33:57.637Z
532026-05-21T19:33:57.637ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T19:33:57.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T19:33:57.637Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T19:33:57.637Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T19:33:57.637Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T19:33:57.637Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T19:33:57.637Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T19:33:57.637Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T19:33:57.637Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T19:33:57.721Z+ rustup --version
632026-05-21T19:33:57.730Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T19:33:57.733Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T19:33:57.752Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T19:33:57.755Z+ cargo --version
672026-05-21T19:33:57.767Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T19:33:57.770Z+ rustc --version
692026-05-21T19:33:57.791Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T19:33:57.794Zprocess exited: duration 15991 ms, exit code 0
 
712026-05-21T19:33:57.800Zstarting task 2: "authentication"
722026-05-21T19:33:57.821Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T19:33:57.828Zstarting task 3: "clone repository"
742026-05-21T19:33:57.831Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T19:33:57.834Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T19:33:57.879ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T19:34:07.935Z+ cd /work/oxidecomputer/omicron
782026-05-21T19:34:07.935Z+ git fetch origin 6f23ab764582ee94aee650796e160f7ea39fdb3e
792026-05-21T19:34:08.247ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T19:34:08.247Z * branch 6f23ab764582ee94aee650796e160f7ea39fdb3e -> FETCH_HEAD
812026-05-21T19:34:08.257Z+ [[ -n wicket-multirack-join-support ]]
822026-05-21T19:34:08.260Z++ git branch --show-current
832026-05-21T19:34:08.260Z+ current=main
842026-05-21T19:34:08.260Z+ [[ main != wicket-multirack-join-support ]]
852026-05-21T19:34:08.260Z+ git branch -f wicket-multirack-join-support 6f23ab764582ee94aee650796e160f7ea39fdb3e
862026-05-21T19:34:08.263Z+ git checkout -f wicket-multirack-join-support
872026-05-21T19:34:08.498ZSwitched to branch 'wicket-multirack-join-support'
882026-05-21T19:34:08.502Z+ git reset --hard 6f23ab764582ee94aee650796e160f7ea39fdb3e
892026-05-21T19:34:08.559ZHEAD is now at 6f23ab764 fix doc link
902026-05-21T19:34:08.562Zprocess exited: duration 10733 ms, exit code 0
 
912026-05-21T19:34:08.567Zstarting task 4: "build"
922026-05-21T19:34:08.571Z+ source .github/buildomat/ci-env.sh
932026-05-21T19:34:08.571Z++ export CARGO_TERM_COLOR=always
942026-05-21T19:34:08.571Z++ CARGO_TERM_COLOR=always
952026-05-21T19:34:08.574Z+ cargo --version
962026-05-21T19:34:08.581Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T19:34:08.585Z+ rustc --version
982026-05-21T19:34:08.604Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T19:34:08.607Z+ source ./env.sh
1002026-05-21T19:34:08.607Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T19:34:08.607Z++ set -o xtrace
1022026-05-21T19:34:08.610Z++++ dirname ./env.sh
1032026-05-21T19:34:08.617Z+++ readlink -f .
1042026-05-21T19:34:08.621Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ 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-21T19:34:08.624Z++ case $OLD_SHELL_OPTS in
1142026-05-21T19:34:08.624Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-21T19:34:08.624Z+ 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-21T19:34:08.624Z+ 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-21T19:34:08.624Z+ banner prerequisites
1182026-05-21T19:34:08.624Z
1192026-05-21T19:34:08.624Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T19:34:08.624Z # # # # # # # # # # # # # # #
1212026-05-21T19:34:08.624Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T19:34:08.624Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T19:34:08.624Z # # # # # # # # # # # # # # #
1242026-05-21T19:34:08.624Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T19:34:08.625Z
1262026-05-21T19:34:08.625Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T19:34:10.222Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T19:34:10.293Z Startup: Caching catalogs ... Done
1292026-05-21T19:34:10.526ZPlanning: Solver setup ... Done (0.197s)
1302026-05-21T19:34:10.544ZPlanning: Running solver ... Done (0.017s)
1312026-05-21T19:34:10.549ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-21T19:34:10.560ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T19:34:10.579ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T19:34:10.593ZPlanning: Package planning ... Done (0.013s)
1352026-05-21T19:34:10.595ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T19:34:10.781ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-21T19:34:10.784ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T19:34:11.680ZPlanning: Evaluating mediators ... Done (0.898s)
1392026-05-21T19:34:11.684ZPlanning: Planning completed in 1.37 seconds
1402026-05-21T19:34:11.688Z Packages to install: 2
1412026-05-21T19:34:11.689Z Estimated space available: 156.08 GB
1422026-05-21T19:34:11.691ZEstimated space to be consumed: 21.14 MB
1432026-05-21T19:34:11.691Z Create boot environment: No
1442026-05-21T19:34:11.691ZCreate backup boot environment: No
1452026-05-21T19:34:11.691Z Rebuild boot archive: No
1462026-05-21T19:34:11.691Z
1472026-05-21T19:34:11.691ZChanged packages:
1482026-05-21T19:34:11.691Zhelios
1492026-05-21T19:34:11.691Z developer/build-essential
1502026-05-21T19:34:11.691Z None -> 11-3.0
1512026-05-21T19:34:11.692Z library/libxmlsec1
1522026-05-21T19:34:11.692Z None -> 1.2.35-3.0
1532026-05-21T19:34:11.724Z
1542026-05-21T19:34:11.724ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T19:34:12.209ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1562026-05-21T19:34:12.247Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T19:34:12.289Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T19:34:12.295ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T19:34:12.296ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T19:34:12.315ZFinalize: Updating image state ... Done (0.019s)
1612026-05-21T19:34:14.654ZFinalize: Creating fast lookup database ... Done (2.316s)
1622026-05-21T19:34:14.727ZFinalize: Reading search index ... Done (0.018s)
1632026-05-21T19:34:14.730ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T19:34:14.789ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T19:34:15.096ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T19:34:15.204ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T19:34:15.207ZPlanning: Consolidating action changes ... Done
1682026-05-21T19:34:15.366ZPlanning: Evaluating mediators ... Done
1692026-05-21T19:34:15.369ZPlanning: Planning completed in 0.27 seconds
1702026-05-21T19:34:15.390Z Mediators to change: 2
1712026-05-21T19:34:15.390Z Create boot environment: No
1722026-05-21T19:34:15.390ZCreate backup boot environment: No
1732026-05-21T19:34:15.426ZFinalize: Updating package state database ... Done
1742026-05-21T19:34:15.426ZFinalize: Updating package cache ... Done
1752026-05-21T19:34:15.436ZFinalize: Updating image state ... Done
1762026-05-21T19:34:17.434ZFinalize: Creating fast lookup database ... Done
1772026-05-21T19:34:17.498ZFinalize: Reading search index ... Done
1782026-05-21T19:34:17.501ZFinalize: Updating search index ... Done
1792026-05-21T19:34:17.561ZFinalize: Updating package cache ... Done
1802026-05-21T19:34:17.850ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T19:34:17.956ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T19:34:17.959ZPlanning: Consolidating action changes ... Done
1832026-05-21T19:34:18.115ZPlanning: Evaluating mediators ... Done
1842026-05-21T19:34:18.118ZPlanning: Planning completed in 0.27 seconds
1852026-05-21T19:34:18.138Z Mediators to change: 1
1862026-05-21T19:34:18.138Z Create boot environment: No
1872026-05-21T19:34:18.138ZCreate backup boot environment: No
1882026-05-21T19:34:18.207ZFinalize: Updating package state database ... Done
1892026-05-21T19:34:18.207ZFinalize: Updating package cache ... Done
1902026-05-21T19:34:18.220ZFinalize: Updating image state ... Done
1912026-05-21T19:34:20.171ZFinalize: Creating fast lookup database ... Done
1922026-05-21T19:34:20.234ZFinalize: Reading search index ... Done
1932026-05-21T19:34:20.234ZFinalize: Updating search index ... Done
1942026-05-21T19:34:20.313ZFinalize: Updating package cache ... Done
1952026-05-21T19:34:20.630ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T19:34:20.630Zapache system 2.4 system
1972026-05-21T19:34:20.630Zclang system 15 system
1982026-05-21T19:34:20.630Zcsh system system illumos
1992026-05-21T19:34:20.630Zctags system system illumos
2002026-05-21T19:34:20.630Zfile vendor vendor darwinsys
2012026-05-21T19:34:20.630Zfile system system illumos
2022026-05-21T19:34:20.630Zgcc vendor 14 vendor
2032026-05-21T19:34:20.630Zgcc system 13 system
2042026-05-21T19:34:20.630Zgcc system 10 system
2052026-05-21T19:34:20.631Zgo system 1.25 system
2062026-05-21T19:34:20.631Zllvm system 15 system
2072026-05-21T19:34:20.631Zmariadb system 11.4 system
2082026-05-21T19:34:20.631Zmta vendor vendor dma
2092026-05-21T19:34:20.631Zopenjdk system 17 system
2102026-05-21T19:34:20.631Zopenjdk system 11 system
2112026-05-21T19:34:20.631Zopenssl vendor 3 vendor
2122026-05-21T19:34:20.631Zperl system 5.40 system
2132026-05-21T19:34:20.631Zpostgresql system 18 system
2142026-05-21T19:34:20.631Zpostgresql system 17 system
2152026-05-21T19:34:20.631Zpython vendor 3 vendor
2162026-05-21T19:34:20.631Zpython system 2 system
2172026-05-21T19:34:20.631Zpython3 vendor 3.13 vendor
2182026-05-21T19:34:20.631Zruby system 3.4 system
2192026-05-21T19:34:20.631Zruby system 3.0 system
2202026-05-21T19:34:20.631Zwords vendor vendor american-english
2212026-05-21T19:34:20.631Zwords system system australian-english
2222026-05-21T19:34:20.631Zwords system system british-english
2232026-05-21T19:34:20.631Zwords system system canadian-english
2242026-05-21T19:34:20.631Zwords system system french
2252026-05-21T19:34:20.631Zwords system system italian
2262026-05-21T19:34:20.631Zwords system system ngerman
2272026-05-21T19:34:20.631Zwords system system ogerman
2282026-05-21T19:34:20.631Zwords system system spanish
2292026-05-21T19:34:20.891ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T19:34:20.891Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T19:34:21.173ZFMRI IFO
2322026-05-21T19:34:21.173Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T19:34:21.173Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T19:34:21.173Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T19:34:21.173Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T19:34:21.173Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T19:34:21.173Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T19:34:21.173Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T19:34:21.173Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T19:34:21.173Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T19:34:21.427Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T19:34:21.676Z Updating crates.io index
2432026-05-21T19:34:21.679Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T19:34:21.969Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T19:34:22.867Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T19:34:23.213Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T19:34:24.335Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T19:34:24.833Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T19:34:26.160Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T19:34:27.082Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T19:34:27.366Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T19:34:28.194Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T19:34:28.783Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T19:34:29.137Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T19:34:29.536Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T19:34:30.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T19:34:31.007Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-21T19:34:31.272Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-21T19:34:31.605Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-21T19:34:31.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-21T19:34:32.374Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-21T19:34:32.655Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-21T19:34:32.919Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-21T19:34:33.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-21T19:34:33.737Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-21T19:34:34.345Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-21T19:34:34.680Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-21T19:34:35.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-21T19:34:35.321Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-21T19:34:36.175Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-21T19:34:36.941Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-21T19:34:37.397Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-21T19:34:37.665Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-21T19:34:37.990Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-21T19:34:38.338Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-21T19:34:38.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-21T19:34:39.193Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-21T19:34:39.503Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-21T19:34:39.803Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-21T19:34:40.176Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-21T19:34:51.601Z Downloading crates ...
2822026-05-21T19:34:51.662Z Downloaded displaydoc v0.2.5
2832026-05-21T19:34:51.672Z Downloaded anstream v0.6.21
2842026-05-21T19:34:51.687Z Downloaded proc-macro-error v1.0.4
2852026-05-21T19:34:51.687Z Downloaded anyhow v1.0.102
2862026-05-21T19:34:51.696Z Downloaded textwrap v0.16.2
2872026-05-21T19:34:51.696Z Downloaded thread-id v4.2.2
2882026-05-21T19:34:51.696Z Downloaded zerofrom-derive v0.1.6
2892026-05-21T19:34:51.696Z Downloaded typeid v1.0.3
2902026-05-21T19:34:51.697Z Downloaded itoa v1.0.17
2912026-05-21T19:34:51.697Z Downloaded anstyle-query v1.1.5
2922026-05-21T19:34:51.697Z Downloaded usdt-attr-macro v0.5.0
2932026-05-21T19:34:51.697Z Downloaded toml_datetime v0.6.11
2942026-05-21T19:34:51.697Z Downloaded thiserror-impl v1.0.69
2952026-05-21T19:34:51.709Z Downloaded zmij v1.0.21
2962026-05-21T19:34:51.709Z Downloaded utf8parse v0.2.2
2972026-05-21T19:34:51.709Z Downloaded zerofrom v0.1.6
2982026-05-21T19:34:51.709Z Downloaded version_check v0.9.5
2992026-05-21T19:34:51.709Z Downloaded generic-array v0.14.7
3002026-05-21T19:34:51.709Z Downloaded clap_lex v1.0.0
3012026-05-21T19:34:51.709Z Downloaded yoke v0.8.1
3022026-05-21T19:34:51.734Z Downloaded toml_write v0.1.2
3032026-05-21T19:34:51.734Z Downloaded strsim v0.11.1
3042026-05-21T19:34:51.734Z Downloaded block-buffer v0.10.4
3052026-05-21T19:34:51.734Z Downloaded serde-value v0.7.0
3062026-05-21T19:34:51.735Z Downloaded yoke-derive v0.8.1
3072026-05-21T19:34:51.735Z Downloaded unicode-xid v0.2.6
3082026-05-21T19:34:51.735Z Downloaded unicode-linebreak v0.1.5
3092026-05-21T19:34:51.735Z Downloaded smawk v0.3.2
3102026-05-21T19:34:51.735Z Downloaded stable_deref_trait v1.2.1
3112026-05-21T19:34:51.735Z Downloaded serde_spanned v0.6.9
3122026-05-21T19:34:51.735Z Downloaded usdt-macro v0.5.0
3132026-05-21T19:34:51.735Z Downloaded heck v0.4.1
3142026-05-21T19:34:51.735Z Downloaded thiserror-impl v2.0.18
3152026-05-21T19:34:51.735Z Downloaded pretty-hex v0.4.1
3162026-05-21T19:34:51.778Z Downloaded scroll_derive v0.12.1
3172026-05-21T19:34:51.778Z Downloaded potential_utf v0.1.4
3182026-05-21T19:34:51.778Z Downloaded zerovec-derive v0.11.2
3192026-05-21T19:34:51.778Z Downloaded thiserror v1.0.69
3202026-05-21T19:34:51.778Z Downloaded utf8_iter v1.0.4
3212026-05-21T19:34:51.779Z Downloaded plain v0.2.3
3222026-05-21T19:34:51.779Z Downloaded usdt-impl v0.5.0
3232026-05-21T19:34:51.779Z Downloaded fastrand v2.3.0
3242026-05-21T19:34:51.779Z Downloaded tabled_derive v0.7.0
3252026-05-21T19:34:51.779Z Downloaded percent-encoding v2.3.2
3262026-05-21T19:34:51.779Z Downloaded thiserror v2.0.18
3272026-05-21T19:34:51.779Z Downloaded ucd-trie v0.1.7
3282026-05-21T19:34:51.779Z Downloaded idna_adapter v1.2.1
3292026-05-21T19:34:51.779Z Downloaded form_urlencoded v1.2.2
3302026-05-21T19:34:51.779Z Downloaded tinystr v0.8.2
3312026-05-21T19:34:51.779Z Downloaded cargo-platform v0.2.0
3322026-05-21T19:34:51.779Z Downloaded crypto-common v0.1.7
3332026-05-21T19:34:51.779Z Downloaded ordered-float v2.10.1
3342026-05-21T19:34:51.779Z Downloaded zerocopy-derive v0.7.35
3352026-05-21T19:34:51.779Z Downloaded writeable v0.6.2
3362026-05-21T19:34:51.805Z Downloaded heck v0.5.0
3372026-05-21T19:34:51.805Z Downloaded toml v0.8.23
3382026-05-21T19:34:51.805Z Downloaded fnv v1.0.7
3392026-05-21T19:34:51.805Z Downloaded dtrace-parser v0.2.0
3402026-05-21T19:34:51.805Z Downloaded is_terminal_polyfill v1.70.2
3412026-05-21T19:34:51.805Z Downloaded errno v0.3.14
3422026-05-21T19:34:51.805Z Downloaded equivalent v1.0.2
3432026-05-21T19:34:51.805Z Downloaded cpufeatures v0.2.17
3442026-05-21T19:34:51.805Z Downloaded usdt v0.5.0
3452026-05-21T19:34:51.805Z Downloaded unicode-ident v1.0.24
3462026-05-21T19:34:51.805Z Downloaded colorchoice v1.0.4
3472026-05-21T19:34:51.805Z Downloaded cfg-if v1.0.4
3482026-05-21T19:34:51.805Z Downloaded icu_locale_core v2.1.1
3492026-05-21T19:34:51.806Z Downloaded clap_derive v4.5.55
3502026-05-21T19:34:51.806Z Downloaded bytecount v0.6.9
3512026-05-21T19:34:51.806Z Downloaded macaddr v1.0.1
3522026-05-21T19:34:51.806Z Downloaded swrite v0.1.0
3532026-05-21T19:34:51.806Z Downloaded memmap v0.7.0
3542026-05-21T19:34:51.806Z Downloaded typenum v1.19.0
3552026-05-21T19:34:51.806Z Downloaded zerovec v0.11.5
3562026-05-21T19:34:51.806Z Downloaded zerotrie v0.2.3
3572026-05-21T19:34:51.806Z Downloaded terminal_size v0.4.3
3582026-05-21T19:34:51.806Z Downloaded scroll v0.12.0
3592026-05-21T19:34:51.806Z Downloaded url v2.5.8
3602026-05-21T19:34:51.806Z Downloaded quote v1.0.45
3612026-05-21T19:34:51.806Z Downloaded toml_edit v0.22.27
3622026-05-21T19:34:51.806Z Downloaded synstructure v0.13.2
3632026-05-21T19:34:51.806Z Downloaded sha2 v0.10.9
3642026-05-21T19:34:51.806Z Downloaded serde_tokenstream v0.2.3
3652026-05-21T19:34:51.806Z Downloaded camino-tempfile v1.4.1
3662026-05-21T19:34:51.806Z Downloaded proc-macro-error-attr v1.0.4
3672026-05-21T19:34:51.806Z Downloaded autocfg v1.5.0
3682026-05-21T19:34:51.806Z Downloaded digest v0.10.7
3692026-05-21T19:34:51.837Z Downloaded fs-err v3.3.0
3702026-05-21T19:34:51.837Z Downloaded zerocopy v0.7.35
3712026-05-21T19:34:51.837Z Downloaded erased-serde v0.4.9
3722026-05-21T19:34:51.837Z Downloaded cargo_metadata v0.21.0
3732026-05-21T19:34:51.837Z Downloaded winnow v0.7.14
3742026-05-21T19:34:51.837Z Downloaded anstyle v1.0.13
3752026-05-21T19:34:51.838Z Downloaded cargo_toml v0.21.0
3762026-05-21T19:34:51.838Z Downloaded unicode-width v0.2.0
3772026-05-21T19:34:51.838Z Downloaded unicode-width v0.1.14
3782026-05-21T19:34:51.851Z Downloaded once_cell v1.21.3
3792026-05-21T19:34:51.851Z Downloaded dof v0.3.0
3802026-05-21T19:34:51.851Z Downloaded anstyle-parse v0.2.7
3812026-05-21T19:34:51.851Z Downloaded smallvec v1.15.1
3822026-05-21T19:34:51.851Z Downloaded semver v1.0.28
3832026-05-21T19:34:51.851Z Downloaded bitflags v2.11.0
3842026-05-21T19:34:51.851Z Downloaded litemap v0.8.1
3852026-05-21T19:34:51.851Z Downloaded cargo-util-schemas v0.8.2
3862026-05-21T19:34:51.851Z Downloaded icu_properties v2.1.2
3872026-05-21T19:34:51.851Z Downloaded getrandom v0.4.1
3882026-05-21T19:34:51.852Z Downloaded pest_generator v2.8.6
3892026-05-21T19:34:51.852Z Downloaded icu_normalizer_data v2.1.1
3902026-05-21T19:34:51.852Z Downloaded camino v1.2.2
3912026-05-21T19:34:51.852Z Downloaded tempfile v3.25.0
3922026-05-21T19:34:51.852Z Downloaded serde-untagged v0.1.9
3932026-05-21T19:34:51.852Z Downloaded log v0.4.29
3942026-05-21T19:34:51.852Z Downloaded byteorder v1.5.0
3952026-05-21T19:34:51.852Z Downloaded num-traits v0.2.19
3962026-05-21T19:34:51.852Z Downloaded papergrid v0.11.0
3972026-05-21T19:34:51.863Z Downloaded icu_provider v2.1.1
3982026-05-21T19:34:51.863Z Downloaded proc-macro2 v1.0.106
3992026-05-21T19:34:51.871Z Downloaded pest_derive v2.8.6
4002026-05-21T19:34:51.872Z Downloaded pest_meta v2.8.6
4012026-05-21T19:34:51.872Z Downloaded serde_derive v1.0.228
4022026-05-21T19:34:51.881Z Downloaded icu_normalizer v2.1.1
4032026-05-21T19:34:51.881Z Downloaded clap v4.5.60
4042026-05-21T19:34:51.881Z Downloaded serde_core v1.0.228
4052026-05-21T19:34:51.889Z Downloaded memchr v2.8.0
4062026-05-21T19:34:51.889Z Downloaded serde v1.0.228
4072026-05-21T19:34:51.898Z Downloaded indexmap v2.14.0
4082026-05-21T19:34:51.912Z Downloaded icu_collections v2.1.1
4092026-05-21T19:34:51.927Z Downloaded pest v2.8.6
4102026-05-21T19:34:51.949Z Downloaded tabled v0.15.0
4112026-05-21T19:34:51.949Z Downloaded idna v1.1.0
4122026-05-21T19:34:51.949Z Downloaded icu_properties_data v2.1.2
4132026-05-21T19:34:51.961Z Downloaded serde_json v1.0.149
4142026-05-21T19:34:51.961Z Downloaded hashbrown v0.17.0
4152026-05-21T19:34:51.962Z Downloaded goblin v0.8.2
4162026-05-21T19:34:51.962Z Downloaded clap_builder v4.5.60
4172026-05-21T19:34:51.968Z Downloaded syn v1.0.109
4182026-05-21T19:34:51.977Z Downloaded syn v2.0.117
4192026-05-21T19:34:51.992Z Downloaded rustix v1.1.3
4202026-05-21T19:34:52.019Z Downloaded libc v0.2.185
4212026-05-21T19:34:52.092Z Compiling proc-macro2 v1.0.106
4222026-05-21T19:34:52.092Z Compiling unicode-ident v1.0.24
4232026-05-21T19:34:52.104Z Compiling quote v1.0.45
4242026-05-21T19:34:52.104Z Compiling serde_core v1.0.228
4252026-05-21T19:34:52.104Z Compiling libc v0.2.185
4262026-05-21T19:34:52.105Z Compiling version_check v0.9.5
4272026-05-21T19:34:52.105Z Compiling stable_deref_trait v1.2.1
4282026-05-21T19:34:52.105Z Compiling serde v1.0.228
4292026-05-21T19:34:52.401Z Compiling memchr v2.8.0
4302026-05-21T19:34:52.422Z Compiling zmij v1.0.21
4312026-05-21T19:34:52.857Z Compiling ucd-trie v0.1.7
4322026-05-21T19:34:52.900Z Compiling thiserror v1.0.69
4332026-05-21T19:34:52.940Z Compiling itoa v1.0.17
4342026-05-21T19:34:53.005Z Compiling autocfg v1.5.0
4352026-05-21T19:34:53.117Z Compiling pest v2.8.6
4362026-05-21T19:34:53.164Z Compiling writeable v0.6.2
4372026-05-21T19:34:54.864Z Compiling litemap v0.8.1
4382026-05-21T19:34:54.864Z Compiling icu_normalizer_data v2.1.1
4392026-05-21T19:34:54.865Z Compiling icu_properties_data v2.1.2
4402026-05-21T19:34:54.865Z Compiling rustix v1.1.3
4412026-05-21T19:34:54.865Z Compiling byteorder v1.5.0
4422026-05-21T19:34:54.865Z Compiling syn v2.0.117
4432026-05-21T19:34:54.865Z Compiling errno v0.3.14
4442026-05-21T19:34:54.865Z Compiling bitflags v2.11.0
4452026-05-21T19:34:54.865Z Compiling serde_json v1.0.149
4462026-05-21T19:34:54.865Z Compiling num-traits v0.2.19
4472026-05-21T19:34:54.865Z Compiling hashbrown v0.17.0
4482026-05-21T19:34:54.865Z Compiling pest_meta v2.8.6
4492026-05-21T19:34:54.865Z Compiling equivalent v1.0.2
4502026-05-21T19:34:54.865Z Compiling typeid v1.0.3
4512026-05-21T19:34:54.865Z Compiling smallvec v1.15.1
4522026-05-21T19:34:54.865Z Compiling indexmap v2.14.0
4532026-05-21T19:34:54.865Z Compiling thread-id v4.2.2
4542026-05-21T19:34:54.866Z Compiling usdt-impl v0.5.0
4552026-05-21T19:34:54.866Z Compiling proc-macro-error-attr v1.0.4
4562026-05-21T19:34:54.955Z Compiling erased-serde v0.4.9
4572026-05-21T19:34:55.033Z Compiling syn v1.0.109
4582026-05-21T19:34:55.118Z Compiling winnow v0.7.14
4592026-05-21T19:34:55.129Z Compiling toml_write v0.1.2
4602026-05-21T19:34:55.368Z Compiling proc-macro-error v1.0.4
4612026-05-21T19:34:55.466Z Compiling log v0.4.29
4622026-05-21T19:34:55.575Z Compiling utf8parse v0.2.2
4632026-05-21T19:34:55.665Z Compiling camino v1.2.2
4642026-05-21T19:34:55.697Z Compiling getrandom v0.4.1
4652026-05-21T19:34:55.820Z Compiling utf8_iter v1.0.4
4662026-05-21T19:34:55.945Z Compiling thiserror v2.0.18
4672026-05-21T19:34:55.982Z Compiling plain v0.2.3
4682026-05-21T19:34:56.000Z Compiling percent-encoding v2.3.2
4692026-05-21T19:34:56.068Z Compiling ordered-float v2.10.1
4702026-05-21T19:34:56.104Z Compiling anstyle-parse v0.2.7
4712026-05-21T19:34:56.198Z Compiling form_urlencoded v1.2.2
4722026-05-21T19:34:56.389Z Compiling terminal_size v0.4.3
4732026-05-21T19:34:56.491Z Compiling synstructure v0.13.2
4742026-05-21T19:34:56.531Z Compiling pest_generator v2.8.6
4752026-05-21T19:34:56.586Z Compiling pretty-hex v0.4.1
4762026-05-21T19:34:56.614Z Compiling is_terminal_polyfill v1.70.2
4772026-05-21T19:34:56.747Z Compiling cfg-if v1.0.4
4782026-05-21T19:34:56.770Z Compiling anstyle-query v1.1.5
4792026-05-21T19:34:56.770Z Compiling colorchoice v1.0.4
4802026-05-21T19:34:56.785Z Compiling anstyle v1.0.13
4812026-05-21T19:34:56.862Z Compiling serde-untagged v0.1.9
4822026-05-21T19:34:56.959Z Compiling anstream v0.6.21
4832026-05-21T19:34:57.012Z Compiling semver v1.0.28
4842026-05-21T19:34:57.114Z Compiling fs-err v3.3.0
4852026-05-21T19:34:57.264Z Compiling heck v0.4.1
4862026-05-21T19:34:57.281Z Compiling unicode-width v0.1.14
4872026-05-21T19:34:57.305Z Compiling anyhow v1.0.102
4882026-05-21T19:34:57.329Z Compiling fnv v1.0.7
4892026-05-21T19:34:57.355Z Compiling once_cell v1.21.3
4902026-05-21T19:34:57.491Z Compiling heck v0.5.0
4912026-05-21T19:34:57.552Z Compiling fastrand v2.3.0
4922026-05-21T19:34:57.569Z Compiling clap_lex v1.0.0
4932026-05-21T19:34:57.607Z Compiling strsim v0.11.1
4942026-05-21T19:34:57.730Z Compiling unicode-xid v0.2.6
4952026-05-21T19:34:57.750Z Compiling bytecount v0.6.9
4962026-05-21T19:34:57.797Z Compiling clap_builder v4.5.60
4972026-05-21T19:34:57.833Z Compiling tempfile v3.25.0
4982026-05-21T19:34:57.856Z Compiling papergrid v0.11.0
4992026-05-21T19:34:58.067Z Compiling memmap v0.7.0
5002026-05-21T19:34:58.097Z Compiling smawk v0.3.2
5012026-05-21T19:34:58.122Z Compiling serde_derive v1.0.228
5022026-05-21T19:34:58.186Z Compiling zerofrom-derive v0.1.6
5032026-05-21T19:34:58.235Z Compiling yoke-derive v0.8.1
5042026-05-21T19:34:58.255Z Compiling zerovec-derive v0.11.2
5052026-05-21T19:34:58.333Z Compiling displaydoc v0.2.5
5062026-05-21T19:34:59.072Z Compiling thiserror-impl v1.0.69
5072026-05-21T19:34:59.264Z Compiling zerocopy-derive v0.7.35
5082026-05-21T19:34:59.350Z Compiling pest_derive v2.8.6
5092026-05-21T19:34:59.406Z Compiling scroll_derive v0.12.1
5102026-05-21T19:34:59.568Z Compiling zerofrom v0.1.6
5112026-05-21T19:34:59.694Z Compiling yoke v0.8.1
5122026-05-21T19:34:59.799Z Compiling thiserror-impl v2.0.18
5132026-05-21T19:34:59.888Z Compiling zerovec v0.11.5
5142026-05-21T19:35:03.107Z Compiling zerotrie v0.2.3
5152026-05-21T19:35:03.143Z Compiling zerocopy v0.7.35
5162026-05-21T19:35:03.143Z Compiling tinystr v0.8.2
5172026-05-21T19:35:03.143Z Compiling potential_utf v0.1.4
5182026-05-21T19:35:03.143Z Compiling dtrace-parser v0.2.0
5192026-05-21T19:35:03.143Z Compiling icu_locale_core v2.1.1
5202026-05-21T19:35:03.143Z Compiling icu_collections v2.1.1
5212026-05-21T19:35:03.143Z Compiling scroll v0.12.0
5222026-05-21T19:35:03.143Z Compiling tabled_derive v0.7.0
5232026-05-21T19:35:03.143Z Compiling goblin v0.8.2
5242026-05-21T19:35:03.143Z Compiling clap_derive v4.5.55
5252026-05-21T19:35:03.143Z Compiling icu_provider v2.1.1
5262026-05-21T19:35:03.143Z Compiling unicode-linebreak v0.1.5
5272026-05-21T19:35:03.143Z Compiling serde_spanned v0.6.9
5282026-05-21T19:35:03.143Z Compiling toml_datetime v0.6.11
5292026-05-21T19:35:03.143Z Compiling icu_normalizer v2.1.1
5302026-05-21T19:35:03.143Z Compiling icu_properties v2.1.2
5312026-05-21T19:35:03.143Z Compiling dof v0.3.0
5322026-05-21T19:35:03.143Z Compiling serde_tokenstream v0.2.3
5332026-05-21T19:35:03.143Z Compiling serde-value v0.7.0
5342026-05-21T19:35:03.143Z Compiling toml_edit v0.22.27
5352026-05-21T19:35:03.143Z Compiling cargo-platform v0.2.0
5362026-05-21T19:35:03.144Z Compiling unicode-width v0.2.0
5372026-05-21T19:35:03.144Z Compiling tabled v0.15.0
5382026-05-21T19:35:03.144Z Compiling macaddr v1.0.1
5392026-05-21T19:35:03.144Z Compiling textwrap v0.16.2
5402026-05-21T19:35:03.144Z Compiling idna_adapter v1.2.1
5412026-05-21T19:35:03.144Z Compiling usdt-macro v0.5.0
5422026-05-21T19:35:03.152Z Compiling idna v1.1.0
5432026-05-21T19:35:03.152Z Compiling usdt-attr-macro v0.5.0
5442026-05-21T19:35:03.152Z Compiling clap v4.5.60
5452026-05-21T19:35:03.152Z Compiling url v2.5.8
5462026-05-21T19:35:03.235Z Compiling toml v0.8.23
5472026-05-21T19:35:03.373Z Compiling camino-tempfile v1.4.1
5482026-05-21T19:35:03.609Z Compiling cargo-util-schemas v0.8.2
5492026-05-21T19:35:03.781Z Compiling cargo_toml v0.21.0
5502026-05-21T19:35:03.844Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-21T19:35:03.949Z Compiling swrite v0.1.0
5522026-05-21T19:35:04.055Z Compiling usdt v0.5.0
5532026-05-21T19:35:04.545Z Compiling cargo_metadata v0.21.0
5542026-05-21T19:35:05.500Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-21T19:35:07.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s
5562026-05-21T19:35:07.915Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-21T19:35:08.487Z Downloading crates ...
5582026-05-21T19:35:08.577Z Downloaded bit-set v0.5.3
5592026-05-21T19:35:08.592Z Downloaded base64 v0.22.1
5602026-05-21T19:35:08.596Z Downloaded cstr-argument v0.1.2
5612026-05-21T19:35:08.603Z Downloaded ciborium-io v0.2.2
5622026-05-21T19:35:08.607Z Downloaded atty v0.2.14
5632026-05-21T19:35:08.607Z Downloaded csv-core v0.1.13
5642026-05-21T19:35:08.610Z Downloaded embedded-io v0.4.0
5652026-05-21T19:35:08.610Z Downloaded atomicwrites v0.4.4
5662026-05-21T19:35:08.610Z Downloaded async-trait v0.1.89
5672026-05-21T19:35:08.614Z Downloaded deranged v0.5.8
5682026-05-21T19:35:08.614Z Downloaded crc32fast v1.5.0
5692026-05-21T19:35:08.617Z Downloaded derive_more v0.99.20
5702026-05-21T19:35:08.617Z Downloaded foldhash v0.1.5
5712026-05-21T19:35:08.620Z Downloaded fixedbitset v0.5.7
5722026-05-21T19:35:08.620Z Downloaded cargo_metadata v0.19.2
5732026-05-21T19:35:08.622Z Downloaded cancel-safe-futures v0.1.5
5742026-05-21T19:35:08.622Z Downloaded bb8 v0.8.6
5752026-05-21T19:35:08.625Z Downloaded diesel-dtrace v0.5.0
5762026-05-21T19:35:08.625Z Downloaded cfg_aliases v0.2.1
5772026-05-21T19:35:08.628Z Downloaded adler2 v2.0.1
5782026-05-21T19:35:08.628Z Downloaded arrayref v0.3.9
5792026-05-21T19:35:08.628Z Downloaded cassowary v0.3.0
5802026-05-21T19:35:08.631Z Downloaded diff v0.1.13
5812026-05-21T19:35:08.635Z Downloaded crunchy v0.2.4
5822026-05-21T19:35:08.637Z Downloaded critical-section v1.2.0
5832026-05-21T19:35:08.638Z Downloaded bzip2 v0.6.1
5842026-05-21T19:35:08.641Z Downloaded crossbeam-utils v0.8.21
5852026-05-21T19:35:08.645Z Downloaded crossterm v0.28.1
5862026-05-21T19:35:08.647Z Downloaded dropshot_endpoint v0.17.0
5872026-05-21T19:35:08.650Z Downloaded downcast-rs v2.0.2
5882026-05-21T19:35:08.650Z Downloaded aead v0.5.2
5892026-05-21T19:35:08.653Z Downloaded des v0.8.1
5902026-05-21T19:35:08.653Z Downloaded cargo-platform v0.1.9
5912026-05-21T19:35:08.653Z Downloaded bitfield-struct v0.6.2
5922026-05-21T19:35:08.656Z Downloaded bit-set v0.8.0
5932026-05-21T19:35:08.656Z Downloaded atomic-waker v1.1.2
5942026-05-21T19:35:08.658Z Downloaded fixedbitset v0.4.2
5952026-05-21T19:35:08.658Z Downloaded ctr v0.9.2
5962026-05-21T19:35:08.658Z Downloaded bitfield-macros v0.19.4
5972026-05-21T19:35:08.661Z Downloaded float-ord v0.3.2
5982026-05-21T19:35:08.664Z Downloaded convert_case v0.4.0
5992026-05-21T19:35:08.664Z Downloaded ciborium-ll v0.2.2
6002026-05-21T19:35:08.664Z Downloaded dunce v1.0.5
6012026-05-21T19:35:08.667Z Downloaded async-stream-impl v0.3.6
6022026-05-21T19:35:08.667Z Downloaded crc v3.4.0
6032026-05-21T19:35:08.667Z Downloaded float-cmp v0.10.0
6042026-05-21T19:35:08.671Z Downloaded derive-where v1.6.0
6052026-05-21T19:35:08.674Z Downloaded crossbeam-deque v0.8.6
6062026-05-21T19:35:08.674Z Downloaded block-padding v0.3.3
6072026-05-21T19:35:08.677Z Downloaded darling v0.23.0
6082026-05-21T19:35:08.680Z Downloaded dropshot-api-manager-types v0.7.1
6092026-05-21T19:35:08.680Z Downloaded chacha20 v0.10.0
6102026-05-21T19:35:08.682Z Downloaded crucible-workspace-hack v0.1.0
6112026-05-21T19:35:08.682Z Downloaded bzip2 v0.4.4
6122026-05-21T19:35:08.685Z Downloaded bcrypt-pbkdf v0.10.0
6132026-05-21T19:35:08.685Z Downloaded defmt v0.3.100
6142026-05-21T19:35:08.685Z Downloaded compression-core v0.4.31
6152026-05-21T19:35:08.688Z Downloaded fd-lock v4.0.4
6162026-05-21T19:35:08.688Z Downloaded base16ct v0.2.0
6172026-05-21T19:35:08.691Z Downloaded embedded-io v0.6.1
6182026-05-21T19:35:08.691Z Downloaded dirs-sys-next v0.1.2
6192026-05-21T19:35:08.691Z Downloaded cfg_aliases v0.1.1
6202026-05-21T19:35:08.694Z Downloaded crc-catalog v2.4.0
6212026-05-21T19:35:08.694Z Downloaded backoff v0.4.0
6222026-05-21T19:35:08.697Z Downloaded defmt v1.0.1
6232026-05-21T19:35:08.697Z Downloaded foreign-types v0.5.0
6242026-05-21T19:35:08.700Z Downloaded foreign-types v0.3.2
6252026-05-21T19:35:08.700Z Downloaded cobs v0.3.0
6262026-05-21T19:35:08.702Z Downloaded darling_macro v0.23.0
6272026-05-21T19:35:08.702Z Downloaded dtrace-parser v0.3.0
6282026-05-21T19:35:08.702Z Downloaded assert_matches v1.5.0
6292026-05-21T19:35:08.705Z Downloaded enum-as-inner v0.6.1
6302026-05-21T19:35:08.705Z Downloaded document-features v0.2.12
6312026-05-21T19:35:08.705Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-05-21T19:35:08.708Z Downloaded async-stream v0.3.6
6332026-05-21T19:35:08.708Z Downloaded ascii-canvas v3.0.0
6342026-05-21T19:35:08.711Z Downloaded difflib v0.4.0
6352026-05-21T19:35:08.711Z Downloaded castaway v0.2.4
6362026-05-21T19:35:08.711Z Downloaded foreign-types-shared v0.3.1
6372026-05-21T19:35:08.711Z Downloaded array-init v0.0.4
6382026-05-21T19:35:08.714Z Downloaded crc8 v0.1.1
6392026-05-21T19:35:08.714Z Downloaded flagset v0.4.7
6402026-05-21T19:35:08.714Z Downloaded dyn-clone v1.0.20
6412026-05-21T19:35:08.717Z Downloaded foreign-types-shared v0.1.1
6422026-05-21T19:35:08.717Z Downloaded funty v2.0.0
6432026-05-21T19:35:08.720Z Downloaded chacha20poly1305 v0.10.1
6442026-05-21T19:35:08.720Z Downloaded dsl_auto_type v0.2.0
6452026-05-21T19:35:08.723Z Downloaded display-error-chain v0.2.2
6462026-05-21T19:35:08.723Z Downloaded derive_builder_macro v0.20.2
6472026-05-21T19:35:08.725Z Downloaded cpufeatures v0.3.0
6482026-05-21T19:35:08.725Z Downloaded foreign-types-macros v0.2.3
6492026-05-21T19:35:08.725Z Downloaded convert_case v0.10.0
6502026-05-21T19:35:08.728Z Downloaded compression-codecs v0.4.37
6512026-05-21T19:35:08.731Z Downloaded derive_builder_core v0.20.2
6522026-05-21T19:35:08.731Z Downloaded blowfish v0.9.1
6532026-05-21T19:35:08.734Z Downloaded ghash v0.5.1
6542026-05-21T19:35:08.734Z Downloaded futures-task v0.3.32
6552026-05-21T19:35:08.734Z Downloaded futures-io v0.3.32
6562026-05-21T19:35:08.734Z Downloaded darling_core v0.20.11
6572026-05-21T19:35:08.738Z Downloaded futures-core v0.3.32
6582026-05-21T19:35:08.740Z Downloaded arrayvec v0.7.6
6592026-05-21T19:35:08.740Z Downloaded debug-ignore v1.0.5
6602026-05-21T19:35:08.743Z Downloaded env_filter v1.0.0
6612026-05-21T19:35:08.743Z Downloaded curve25519-dalek-derive v0.1.1
6622026-05-21T19:35:08.746Z Downloaded fxhash v0.2.1
6632026-05-21T19:35:08.746Z Downloaded globwalk v0.9.1
6642026-05-21T19:35:08.746Z Downloaded dirs-next v2.0.0
6652026-05-21T19:35:08.750Z Downloaded base64ct v1.8.3
6662026-05-21T19:35:08.750Z Downloaded ahash v0.8.12
6672026-05-21T19:35:08.753Z Downloaded hash32 v0.3.1
6682026-05-21T19:35:08.753Z Downloaded hex v0.4.3
6692026-05-21T19:35:08.753Z Downloaded darling_macro v0.20.11
6702026-05-21T19:35:08.755Z Downloaded hash32 v0.2.1
6712026-05-21T19:35:08.756Z Downloaded corncobs v0.1.4
6722026-05-21T19:35:08.756Z Downloaded cbc v0.1.2
6732026-05-21T19:35:08.758Z Downloaded bit-vec v0.6.3
6742026-05-21T19:35:08.759Z Downloaded constant_time_eq v0.4.2
6752026-05-21T19:35:08.761Z Downloaded filetime v0.2.27
6762026-05-21T19:35:08.761Z Downloaded fallible-iterator v0.2.0
6772026-05-21T19:35:08.764Z Downloaded byte-wrapper v0.1.0
6782026-05-21T19:35:08.764Z Downloaded async-recursion v1.1.1
6792026-05-21T19:35:08.767Z Downloaded cexpr v0.6.0
6802026-05-21T19:35:08.770Z Downloaded gethostname v0.5.0
6812026-05-21T19:35:08.770Z Downloaded futures-sink v0.3.32
6822026-05-21T19:35:08.770Z Downloaded endian-type v0.1.2
6832026-05-21T19:35:08.770Z Downloaded bcs v0.1.6
6842026-05-21T19:35:08.772Z Downloaded fs_extra v1.3.0
6852026-05-21T19:35:08.772Z Downloaded either v1.15.0
6862026-05-21T19:35:08.775Z Downloaded home v0.5.12
6872026-05-21T19:35:08.775Z Downloaded dof v0.4.0
6882026-05-21T19:35:08.778Z Downloaded der_derive v0.7.3
6892026-05-21T19:35:08.778Z Downloaded cipher v0.4.4
6902026-05-21T19:35:08.781Z Downloaded http-body v1.0.1
6912026-05-21T19:35:08.781Z Downloaded cookie_store v0.22.1
6922026-05-21T19:35:08.783Z Downloaded buf-list v1.1.2
6932026-05-21T19:35:08.783Z Downloaded diesel_derives v2.3.7
6942026-05-21T19:35:08.787Z Downloaded futures-macro v0.3.32
6952026-05-21T19:35:08.790Z Downloaded foldhash v0.2.0
6962026-05-21T19:35:08.790Z Downloaded httpdate v1.0.3
6972026-05-21T19:35:08.794Z Downloaded find-msvc-tools v0.1.9
6982026-05-21T19:35:08.794Z Downloaded futures-executor v0.3.32
6992026-05-21T19:35:08.797Z Downloaded git-stub v1.0.0
7002026-05-21T19:35:08.797Z Downloaded fs-err v2.11.0
7012026-05-21T19:35:08.797Z Downloaded erased-serde v0.3.31
7022026-05-21T19:35:08.800Z Downloaded crossbeam-epoch v0.9.18
7032026-05-21T19:35:08.800Z Downloaded ident_case v1.0.1
7042026-05-21T19:35:08.800Z Downloaded hyper-tls v0.6.0
7052026-05-21T19:35:08.802Z Downloaded hubpack_derive v0.1.1
7062026-05-21T19:35:08.802Z Downloaded dropshot_endpoint v0.16.7
7072026-05-21T19:35:08.805Z Downloaded colored v2.2.0
7082026-05-21T19:35:08.808Z Downloaded instability v0.3.11
7092026-05-21T19:35:08.808Z Downloaded is_ci v1.2.0
7102026-05-21T19:35:08.808Z Downloaded instant v0.1.13
7112026-05-21T19:35:08.811Z Downloaded inout v0.1.4
7122026-05-21T19:35:08.811Z Downloaded crypto-bigint v0.5.5
7132026-05-21T19:35:08.814Z Downloaded indent_write v2.2.0
7142026-05-21T19:35:08.817Z Downloaded cookie v0.18.1
7152026-05-21T19:35:08.817Z Downloaded const-oid v0.9.6
7162026-05-21T19:35:08.820Z Downloaded console v0.15.11
7172026-05-21T19:35:08.823Z Downloaded half v1.8.3
7182026-05-21T19:35:08.823Z Downloaded ed25519 v2.2.3
7192026-05-21T19:35:08.826Z Downloaded glob v0.3.3
7202026-05-21T19:35:08.826Z Downloaded drift v0.1.4
7212026-05-21T19:35:08.831Z Downloaded is-terminal v0.4.17
7222026-05-21T19:35:08.834Z Downloaded internet-checksum v0.2.1
7232026-05-21T19:35:08.834Z Downloaded highway v1.3.0
7242026-05-21T19:35:08.834Z Downloaded ff v0.13.1
7252026-05-21T19:35:08.837Z Downloaded http-range v0.1.5
7262026-05-21T19:35:08.837Z Downloaded hostname v0.4.2
7272026-05-21T19:35:08.839Z Downloaded hostname v0.3.1
7282026-05-21T19:35:08.840Z Downloaded lazy_static v1.5.0
7292026-05-21T19:35:08.843Z Downloaded ecdsa v0.16.9
7302026-05-21T19:35:08.843Z Downloaded derive_builder v0.20.2
7312026-05-21T19:35:08.846Z Downloaded globset v0.4.18
7322026-05-21T19:35:08.846Z Downloaded darling v0.21.3
7332026-05-21T19:35:08.849Z Downloaded ciborium v0.2.2
7342026-05-21T19:35:08.852Z Downloaded keccak v0.1.6
7352026-05-21T19:35:08.852Z Downloaded libscf-sys v1.1.0
7362026-05-21T19:35:08.855Z Downloaded http-body-util v0.1.3
7372026-05-21T19:35:08.855Z Downloaded indoc v1.0.9
7382026-05-21T19:35:08.858Z Downloaded hex-literal v0.4.1
7392026-05-21T19:35:08.858Z Downloaded clang-sys v1.8.1
7402026-05-21T19:35:08.861Z Downloaded maplit v1.0.2
7412026-05-21T19:35:08.861Z Downloaded lzss v0.8.2
7422026-05-21T19:35:08.864Z Downloaded elliptic-curve v0.13.8
7432026-05-21T19:35:08.864Z Downloaded headers-core v0.3.0
7442026-05-21T19:35:08.866Z Downloaded lru-cache v0.1.2
7452026-05-21T19:35:08.866Z Downloaded match_cfg v0.1.0
7462026-05-21T19:35:08.866Z Downloaded managed v0.8.0
7472026-05-21T19:35:08.869Z Downloaded hubpack v0.1.2
7482026-05-21T19:35:08.869Z Downloaded hyper-staticfile v0.10.1
7492026-05-21T19:35:08.872Z Downloaded getrandom v0.2.17
7502026-05-21T19:35:08.872Z Downloaded lru v0.12.5
7512026-05-21T19:35:08.875Z Downloaded group v0.13.0
7522026-05-21T19:35:08.875Z Downloaded kstat-rs v0.2.4
7532026-05-21T19:35:08.878Z Downloaded md5 v0.7.0
7542026-05-21T19:35:08.878Z Downloaded maybe-uninit v2.0.0
7552026-05-21T19:35:08.878Z Downloaded mime v0.3.17
7562026-05-21T19:35:08.878Z Downloaded md-5 v0.10.6
7572026-05-21T19:35:08.880Z Downloaded newtype-uuid-macros v0.1.0
7582026-05-21T19:35:08.880Z Downloaded new_debug_unreachable v1.0.6
7592026-05-21T19:35:08.883Z Downloaded ingot v0.1.1
7602026-05-21T19:35:08.883Z Downloaded indoc v2.0.7
7612026-05-21T19:35:08.886Z Downloaded newline-converter v0.3.0
7622026-05-21T19:35:08.886Z Downloaded jobserver v0.1.34
7632026-05-21T19:35:08.889Z Downloaded colored v3.1.1
7642026-05-21T19:35:08.891Z Downloaded flume v0.11.1
7652026-05-21T19:35:08.892Z Downloaded crc-any v2.5.0
7662026-05-21T19:35:08.894Z Downloaded impl-trait-for-tuples v0.2.3
7672026-05-21T19:35:08.897Z Downloaded futures-channel v0.3.32
7682026-05-21T19:35:08.897Z Downloaded nibble_vec v0.1.0
7692026-05-21T19:35:08.900Z Downloaded linked-hash-map v0.5.6
7702026-05-21T19:35:08.900Z Downloaded lalrpop-util v0.19.12
7712026-05-21T19:35:08.900Z Downloaded hmac v0.12.1
7722026-05-21T19:35:08.902Z Downloaded nodrop v0.1.14
7732026-05-21T19:35:08.903Z Downloaded multimap v0.10.1
7742026-05-21T19:35:08.905Z Downloaded libsw-core v0.3.2
7752026-05-21T19:35:08.905Z Downloaded libloading v0.8.9
7762026-05-21T19:35:08.908Z Downloaded normalize-line-endings v0.3.0
7772026-05-21T19:35:08.908Z Downloaded ipnetwork v0.21.1
7782026-05-21T19:35:08.908Z Downloaded num-conv v0.2.0
7792026-05-21T19:35:08.911Z Downloaded crossbeam-channel v0.5.15
7802026-05-21T19:35:08.913Z Downloaded num_threads v0.1.7
7812026-05-21T19:35:08.914Z Downloaded lru-slab v0.1.2
7822026-05-21T19:35:08.916Z Downloaded memoffset v0.9.1
7832026-05-21T19:35:08.916Z Downloaded libsw v3.5.0
7842026-05-21T19:35:08.916Z Downloaded num v0.4.3
7852026-05-21T19:35:08.919Z Downloaded nonempty v0.12.0
7862026-05-21T19:35:08.919Z Downloaded libefi-sys v0.1.0
7872026-05-21T19:35:08.919Z Downloaded num_enum_derive v0.5.11
7882026-05-21T19:35:08.922Z Downloaded allocator-api2 v0.2.21
7892026-05-21T19:35:08.922Z Downloaded opaque-debug v0.3.1
7902026-05-21T19:35:08.925Z Downloaded httparse v1.10.1
7912026-05-21T19:35:08.925Z Downloaded num-iter v0.1.45
7922026-05-21T19:35:08.927Z Downloaded linear-map v1.2.0
7932026-05-21T19:35:08.927Z Downloaded futures v0.3.32
7942026-05-21T19:35:08.930Z Downloaded openssl-probe v0.1.6
7952026-05-21T19:35:08.934Z Downloaded openssl-macros v0.1.1
7962026-05-21T19:35:08.934Z Downloaded olpc-cjson v0.1.4
7972026-05-21T19:35:08.934Z Downloaded hyper-rustls v0.27.7
7982026-05-21T19:35:08.937Z Downloaded half v2.7.1
7992026-05-21T19:35:08.937Z Downloaded const_format v0.2.35
8002026-05-21T19:35:08.939Z Downloaded fatfs v0.3.6
8012026-05-21T19:35:08.942Z Downloaded newtype-uuid v1.3.2
8022026-05-21T19:35:08.942Z Downloaded data-encoding v2.10.0
8032026-05-21T19:35:08.945Z Downloaded newtype_derive v0.1.6
8042026-05-21T19:35:08.945Z Downloaded git-stub-vcs v0.1.0
8052026-05-21T19:35:08.948Z Downloaded peg-runtime v0.8.5
8062026-05-21T19:35:08.948Z Downloaded pbkdf2 v0.12.2
8072026-05-21T19:35:08.948Z Downloaded phf_shared v0.11.3
8082026-05-21T19:35:08.951Z Downloaded pbkdf2 v0.11.0
8092026-05-21T19:35:08.951Z Downloaded packed_struct_codegen v0.10.1
8102026-05-21T19:35:08.953Z Downloaded oso-derive v0.27.3
8112026-05-21T19:35:08.953Z Downloaded der v0.7.10
8122026-05-21T19:35:08.956Z Downloaded bytes v1.11.1
8132026-05-21T19:35:08.959Z Downloaded darling_core v0.23.0
8142026-05-21T19:35:08.962Z Downloaded openssl-probe v0.2.1
8152026-05-21T19:35:08.965Z Downloaded ingot-macros v0.1.1
8162026-05-21T19:35:08.965Z Downloaded ingot-types v0.1.2
8172026-05-21T19:35:08.965Z Downloaded lock_api v0.4.14
8182026-05-21T19:35:08.967Z Downloaded parse-size v1.1.0
8192026-05-21T19:35:08.967Z Downloaded ipnet v2.11.0
8202026-05-21T19:35:08.970Z Downloaded iana-time-zone v0.1.65
8212026-05-21T19:35:08.970Z Downloaded path-slash v0.1.5
8222026-05-21T19:35:08.973Z Downloaded parse-display v0.10.0
8232026-05-21T19:35:08.973Z Downloaded nanorand v0.7.0
8242026-05-21T19:35:08.976Z Downloaded num_enum_derive v0.7.5
8252026-05-21T19:35:08.976Z Downloaded num_enum v0.7.5
8262026-05-21T19:35:08.996Z Downloaded pin-utils v0.1.0
8272026-05-21T19:35:09.000Z Downloaded phf_shared v0.13.1
8282026-05-21T19:35:09.000Z Downloaded num-rational v0.4.2
8292026-05-21T19:35:09.000Z Downloaded num-integer v0.1.46
8302026-05-21T19:35:09.002Z Downloaded num-derive v0.4.2
8312026-05-21T19:35:09.003Z Downloaded nu-ansi-term v0.50.3
8322026-05-21T19:35:09.005Z Downloaded phf_shared v0.12.1
8332026-05-21T19:35:09.005Z Downloaded ed25519-dalek v2.2.0
8342026-05-21T19:35:09.008Z Downloaded oxnet v0.1.4
8352026-05-21T19:35:09.008Z Downloaded litrs v1.0.0
8362026-05-21T19:35:09.011Z Downloaded getrandom v0.3.4
8372026-05-21T19:35:09.014Z Downloaded native-tls v0.2.18
8382026-05-21T19:35:09.014Z Downloaded cc v1.2.56
8392026-05-21T19:35:09.016Z Downloaded async-compression v0.4.41
8402026-05-21T19:35:09.021Z Downloaded progenitor-client v0.10.0
8412026-05-21T19:35:09.023Z Downloaded proc-macro-error-attr2 v2.0.0
8422026-05-21T19:35:09.023Z Downloaded proc-macro-crate v3.4.0
8432026-05-21T19:35:09.023Z Downloaded predicates-core v1.0.10
8442026-05-21T19:35:09.026Z Downloaded precomputed-hash v0.1.1
8452026-05-21T19:35:09.026Z Downloaded heapless v0.7.17
8462026-05-21T19:35:09.029Z Downloaded indexmap v1.9.3
8472026-05-21T19:35:09.032Z Downloaded flate2 v1.1.9
8482026-05-21T19:35:09.035Z Downloaded proc-macro-crate v1.3.1
8492026-05-21T19:35:09.035Z Downloaded paste v1.0.15
8502026-05-21T19:35:09.038Z Downloaded password-hash v0.4.2
8512026-05-21T19:35:09.038Z Downloaded parse-display-derive v0.10.0
8522026-05-21T19:35:09.041Z Downloaded phf v0.12.1
8532026-05-21T19:35:09.041Z Downloaded pem v3.0.6
8542026-05-21T19:35:09.041Z Downloaded peg-macros v0.8.5
8552026-05-21T19:35:09.044Z Downloaded peg v0.8.5
8562026-05-21T19:35:09.047Z Downloaded progenitor-macro v0.14.0
8572026-05-21T19:35:09.047Z Downloaded ar_archive_writer v0.5.1
8582026-05-21T19:35:09.050Z Downloaded progenitor-client v0.14.0
8592026-05-21T19:35:09.050Z Downloaded progenitor-client v0.11.2
8602026-05-21T19:35:09.052Z Downloaded predicates-tree v1.0.13
8612026-05-21T19:35:09.052Z Downloaded memmap2 v0.9.10
8622026-05-21T19:35:09.053Z Downloaded pin-project-lite v0.2.17
8632026-05-21T19:35:09.056Z Downloaded pkcs8 v0.10.2
8642026-05-21T19:35:09.059Z Downloaded num_enum v0.5.11
8652026-05-21T19:35:09.061Z Downloaded quick-error v1.2.3
8662026-05-21T19:35:09.065Z Downloaded psl-types v2.0.11
8672026-05-21T19:35:09.065Z Downloaded derive_more-impl v2.1.1
8682026-05-21T19:35:09.068Z Downloaded poly1305 v0.8.0
8692026-05-21T19:35:09.068Z Downloaded postgres-protocol v0.6.10
8702026-05-21T19:35:09.072Z Downloaded headers v0.4.1
8712026-05-21T19:35:09.076Z Downloaded rand_xorshift v0.4.0
8722026-05-21T19:35:09.076Z Downloaded polyval v0.6.2
8732026-05-21T19:35:09.085Z Downloaded owo-colors v4.3.0
8742026-05-21T19:35:09.085Z Downloaded ignore v0.4.25
8752026-05-21T19:35:09.089Z Downloaded oxide-tokio-rt v0.1.4
8762026-05-21T19:35:09.089Z Downloaded radium v0.7.0
8772026-05-21T19:35:09.089Z Downloaded progenitor v0.14.0
8782026-05-21T19:35:09.089Z Downloaded progenitor v0.13.0
8792026-05-21T19:35:09.089Z Downloaded phf v0.13.1
8802026-05-21T19:35:09.089Z Downloaded progenitor v0.11.2
8812026-05-21T19:35:09.089Z Downloaded parking_lot_core v0.8.6
8822026-05-21T19:35:09.089Z Downloaded ref-cast v1.0.25
8832026-05-21T19:35:09.092Z Downloaded ppv-lite86 v0.2.21
8842026-05-21T19:35:09.092Z Downloaded indicatif v0.18.4
8852026-05-21T19:35:09.095Z Downloaded powerfmt v0.2.0
8862026-05-21T19:35:09.095Z Downloaded hickory-resolver v0.24.4
8872026-05-21T19:35:09.098Z Downloaded arc-swap v1.8.2
8882026-05-21T19:35:09.101Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-05-21T19:35:09.101Z Downloaded hickory-resolver v0.25.2
8902026-05-21T19:35:09.105Z Downloaded recursive v0.1.1
8912026-05-21T19:35:09.105Z Downloaded psm v0.1.30
8922026-05-21T19:35:09.109Z Downloaded primeorder v0.13.6
8932026-05-21T19:35:09.109Z Downloaded rfc6979 v0.4.0
8942026-05-21T19:35:09.109Z Downloaded progenitor v0.10.0
8952026-05-21T19:35:09.113Z Downloaded proc-macro-error2 v2.0.1
8962026-05-21T19:35:09.113Z Downloaded pkcs1 v0.7.5
8972026-05-21T19:35:09.117Z Downloaded expectorate v1.2.0
8982026-05-21T19:35:09.117Z Downloaded pin-project-internal v1.1.11
8992026-05-21T19:35:09.117Z Downloaded parking_lot_core v0.9.12
9002026-05-21T19:35:09.120Z Downloaded progenitor-client v0.13.0
9012026-05-21T19:35:09.120Z Downloaded parking_lot v0.11.2
9022026-05-21T19:35:09.124Z Downloaded rtoolbox v0.0.3
9032026-05-21T19:35:09.124Z Downloaded omicron-zone-package v0.12.2
9042026-05-21T19:35:09.132Z Downloaded rustc-hash v2.1.1
9052026-05-21T19:35:09.132Z Downloaded ref-cast-impl v1.0.25
9062026-05-21T19:35:09.132Z Downloaded progenitor-macro v0.10.0
9072026-05-21T19:35:09.132Z Downloaded pem-rfc7468 v0.7.0
9082026-05-21T19:35:09.136Z Downloaded pkg-config v0.3.32
9092026-05-21T19:35:09.136Z Downloaded p256 v0.13.2
9102026-05-21T19:35:09.136Z Downloaded pkcs5 v0.7.1
9112026-05-21T19:35:09.137Z Downloaded russh-cryptovec v0.7.3
9122026-05-21T19:35:09.137Z Downloaded rand_chacha v0.3.1
9132026-05-21T19:35:09.137Z Downloaded darling_core v0.21.3
9142026-05-21T19:35:09.141Z Downloaded progenitor-macro v0.13.0
9152026-05-21T19:35:09.141Z Downloaded progenitor-macro v0.11.2
9162026-05-21T19:35:09.146Z Downloaded predicates v3.1.4
9172026-05-21T19:35:09.146Z Downloaded salsa20 v0.10.2
9182026-05-21T19:35:09.146Z Downloaded parking_lot v0.12.5
9192026-05-21T19:35:09.151Z Downloaded num-complex v0.4.6
9202026-05-21T19:35:09.151Z Downloaded libbz2-rs-sys v0.2.2
9212026-05-21T19:35:09.151Z Downloaded papergrid v0.17.0
9222026-05-21T19:35:09.155Z Downloaded sapling-renderdag v0.1.0
9232026-05-21T19:35:09.155Z Downloaded same-file v1.0.6
9242026-05-21T19:35:09.155Z Downloaded postgres-types v0.2.12
9252026-05-21T19:35:09.159Z Downloaded rustc_version v0.4.1
9262026-05-21T19:35:09.159Z Downloaded hashbrown v0.12.3
9272026-05-21T19:35:09.163Z Downloaded miniz_oxide v0.8.9
9282026-05-21T19:35:09.163Z Downloaded rand_core v0.6.4
9292026-05-21T19:35:09.163Z Downloaded rand_seeder v0.4.0
9302026-05-21T19:35:09.167Z Downloaded rand_core v0.10.0
9312026-05-21T19:35:09.167Z Downloaded jiff-static v0.2.21
9322026-05-21T19:35:09.172Z Downloaded rand_chacha v0.9.0
9332026-05-21T19:35:09.172Z Downloaded rustc_version v0.1.7
9342026-05-21T19:35:09.172Z Downloaded r2d2 v0.8.10
9352026-05-21T19:35:09.172Z Downloaded multer v3.1.0
9362026-05-21T19:35:09.177Z Downloaded heapless v0.8.0
9372026-05-21T19:35:09.177Z Downloaded bumpalo v3.20.2
9382026-05-21T19:35:09.180Z Downloaded base64 v0.21.7
9392026-05-21T19:35:09.180Z Downloaded seq-macro v0.3.6
9402026-05-21T19:35:09.180Z Downloaded semver v0.1.20
9412026-05-21T19:35:09.184Z Downloaded resolv-conf v0.7.6
9422026-05-21T19:35:09.184Z Downloaded password-hash v0.5.0
9432026-05-21T19:35:09.184Z Downloaded packed_struct v0.10.1
9442026-05-21T19:35:09.187Z Downloaded scheduled-thread-pool v0.2.7
9452026-05-21T19:35:09.187Z Downloaded mime_guess v2.0.5
9462026-05-21T19:35:09.187Z Downloaded scrypt v0.11.0
9472026-05-21T19:35:09.191Z Downloaded scroll_derive v0.13.1
9482026-05-21T19:35:09.191Z Downloaded dropshot-api-manager v0.7.1
9492026-05-21T19:35:09.194Z Downloaded secrecy v0.8.0
9502026-05-21T19:35:09.194Z Downloaded secrecy v0.10.3
9512026-05-21T19:35:09.194Z Downloaded crossterm v0.29.0
9522026-05-21T19:35:09.197Z Downloaded serde_spanned v1.0.4
9532026-05-21T19:35:09.201Z Downloaded serde_urlencoded v0.7.1
9542026-05-21T19:35:09.201Z Downloaded progenitor-extras v0.2.0
9552026-05-21T19:35:09.201Z Downloaded signal-hook-mio v0.2.5
9562026-05-21T19:35:09.204Z Downloaded serde_repr v0.1.20
9572026-05-21T19:35:09.204Z Downloaded compact_str v0.8.1
9582026-05-21T19:35:09.207Z Downloaded num-derive v0.3.3
9592026-05-21T19:35:09.207Z Downloaded humantime v2.3.0
9602026-05-21T19:35:09.207Z Downloaded serde_bytes v0.11.19
9612026-05-21T19:35:09.211Z Downloaded serde-big-array v0.5.1
9622026-05-21T19:35:09.211Z Downloaded derive_more v2.1.1
9632026-05-21T19:35:09.216Z Downloaded signature v2.2.0
9642026-05-21T19:35:09.220Z Downloaded oso v0.27.3
9652026-05-21T19:35:09.223Z Downloaded hyper-util v0.1.20
9662026-05-21T19:35:09.226Z Downloaded shell-words v1.1.1
9672026-05-21T19:35:09.226Z Downloaded signal-hook-tokio v0.3.1
9682026-05-21T19:35:09.227Z Downloaded serde_plain v1.0.2
9692026-05-21T19:35:09.230Z Downloaded scopeguard v1.2.0
9702026-05-21T19:35:09.230Z Downloaded rusty-fork v0.3.1
9712026-05-21T19:35:09.230Z Downloaded rustversion v1.0.22
9722026-05-21T19:35:09.234Z Downloaded schemars_derive v0.8.22
9732026-05-21T19:35:09.234Z Downloaded slog-bunyan v2.5.0
9742026-05-21T19:35:09.234Z Downloaded quinn-udp v0.5.14
9752026-05-21T19:35:09.234Z Downloaded rustls-native-certs v0.8.3
9762026-05-21T19:35:09.240Z Downloaded hashbrown v0.13.2
9772026-05-21T19:35:09.243Z Downloaded rustls-pemfile v2.2.0
9782026-05-21T19:35:09.243Z Downloaded rand_core v0.9.5
9792026-05-21T19:35:09.243Z Downloaded openssl-sys v0.9.115
9802026-05-21T19:35:09.247Z Downloaded siphasher v1.0.2
9812026-05-21T19:35:09.247Z Downloaded progenitor-impl v0.10.0
9822026-05-21T19:35:09.250Z Downloaded minimal-lexical v0.2.1
9832026-05-21T19:35:09.250Z Downloaded defmt-parser v1.0.0
9842026-05-21T19:35:09.253Z Downloaded daft v0.1.5
9852026-05-21T19:35:09.253Z Downloaded sct v0.7.1
9862026-05-21T19:35:09.257Z Downloaded blake2 v0.10.6
9872026-05-21T19:35:09.257Z Downloaded async-bb8-diesel v0.2.1
9882026-05-21T19:35:09.261Z Downloaded env_logger v0.11.9
9892026-05-21T19:35:09.261Z Downloaded ena v0.14.4
9902026-05-21T19:35:09.264Z Downloaded slog-envlogger v2.2.0
9912026-05-21T19:35:09.264Z Downloaded serde_path_to_error v0.1.20
9922026-05-21T19:35:09.264Z Downloaded sec1 v0.7.3
9932026-05-21T19:35:09.264Z Downloaded scroll v0.13.0
9942026-05-21T19:35:09.269Z Downloaded hickory-server v0.25.2
9952026-05-21T19:35:09.284Z Downloaded progenitor-impl v0.14.0
9962026-05-21T19:35:09.284Z Downloaded derive-ex v0.1.8
9972026-05-21T19:35:09.284Z Downloaded defmt-macros v1.0.1
9982026-05-21T19:35:09.292Z Downloaded sha1 v0.10.6
9992026-05-21T19:35:09.292Z Downloaded serde_derive_internals v0.29.1
10002026-05-21T19:35:09.292Z Downloaded console v0.16.2
10012026-05-21T19:35:09.292Z Downloaded bitflags v1.3.2
10022026-05-21T19:35:09.293Z Downloaded backon v1.6.0
10032026-05-21T19:35:09.293Z Downloaded russh-keys v0.45.0
10042026-05-21T19:35:09.293Z Downloaded pin-project v1.1.11
10052026-05-21T19:35:09.307Z Downloaded signal-hook-registry v1.4.8
10062026-05-21T19:35:09.307Z Downloaded ssh-encoding v0.2.0
10072026-05-21T19:35:09.307Z Downloaded postcard v1.1.3
10082026-05-21T19:35:09.307Z Downloaded structmeta-derive v0.3.0
10092026-05-21T19:35:09.307Z Downloaded structmeta v0.3.0
10102026-05-21T19:35:09.315Z Downloaded sqlparser_derive v0.5.0
10112026-05-21T19:35:09.315Z Downloaded sigpipe v0.1.3
10122026-05-21T19:35:09.315Z Downloaded rustls-pemfile v1.0.4
10132026-05-21T19:35:09.315Z Downloaded mio v1.2.0
10142026-05-21T19:35:09.315Z Downloaded strip-ansi-escapes v0.2.1
10152026-05-21T19:35:09.316Z Downloaded prettyplease v0.2.37
10162026-05-21T19:35:09.316Z Downloaded darling v0.20.11
10172026-05-21T19:35:09.316Z Downloaded sync-ptr v0.1.4
10182026-05-21T19:35:09.316Z Downloaded strum v0.27.2
10192026-05-21T19:35:09.320Z Downloaded strum v0.26.3
10202026-05-21T19:35:09.320Z Downloaded smf v0.2.3
10212026-05-21T19:35:09.320Z Downloaded aes v0.8.4
10222026-05-21T19:35:09.320Z Downloaded slog-async v2.8.0
10232026-05-21T19:35:09.320Z Downloaded prefix-trie v0.7.0
10242026-05-21T19:35:09.320Z Downloaded slog-json v2.6.1
10252026-05-21T19:35:09.323Z Downloaded progenitor-impl v0.13.0
10262026-05-21T19:35:09.323Z Downloaded supports-color v3.0.2
10272026-05-21T19:35:09.327Z Downloaded smallvec v0.6.14
10282026-05-21T19:35:09.327Z Downloaded sync_wrapper v1.0.2
10292026-05-21T19:35:09.327Z Downloaded slog-scope v4.4.1
10302026-05-21T19:35:09.327Z Downloaded slog-stdlog v4.1.1
10312026-05-21T19:35:09.331Z Downloaded progenitor-impl v0.11.2
10322026-05-21T19:35:09.331Z Downloaded slog-dtrace v0.3.0
10332026-05-21T19:35:09.331Z Downloaded tap v1.0.1
10342026-05-21T19:35:09.331Z Downloaded take_mut v0.2.2
10352026-05-21T19:35:09.335Z Downloaded simd-adler32 v0.3.8
10362026-05-21T19:35:09.335Z Downloaded tabled_derive v0.11.0
10372026-05-21T19:35:09.335Z Downloaded shlex v1.3.0
10382026-05-21T19:35:09.337Z Downloaded ron v0.8.1
10392026-05-21T19:35:09.342Z Downloaded tagptr v0.2.0
10402026-05-21T19:35:09.342Z Downloaded aes-gcm v0.10.3
10412026-05-21T19:35:09.345Z Downloaded termtree v0.5.1
10422026-05-21T19:35:09.345Z Downloaded tabwriter v1.4.1
10432026-05-21T19:35:09.348Z Downloaded serde-hex v0.1.0
10442026-05-21T19:35:09.348Z Downloaded http v1.4.0
10452026-05-21T19:35:09.351Z Downloaded serde_cbor v0.11.2
10462026-05-21T19:35:09.354Z Downloaded testing_table v0.3.0
10472026-05-21T19:35:09.354Z Downloaded spki v0.7.3
10482026-05-21T19:35:09.354Z Downloaded serde_with_macros v3.17.0
10492026-05-21T19:35:09.358Z Downloaded bit-vec v0.8.0
10502026-05-21T19:35:09.358Z Downloaded thiserror-impl-no-std v2.0.2
10512026-05-21T19:35:09.365Z Downloaded stacker v0.1.23
10522026-05-21T19:35:09.365Z Downloaded string_cache v0.8.9
10532026-05-21T19:35:09.365Z Downloaded static_assertions v1.1.0
10542026-05-21T19:35:09.365Z Downloaded ssh-cipher v0.2.0
10552026-05-21T19:35:09.368Z Downloaded sqlformat v0.3.5
10562026-05-21T19:35:09.368Z Downloaded thread-id v5.1.0
10572026-05-21T19:35:09.368Z Downloaded tinyvec_macros v0.1.1
10582026-05-21T19:35:09.368Z Downloaded stringprep v0.1.5
10592026-05-21T19:35:09.368Z Downloaded darling_macro v0.21.3
10602026-05-21T19:35:09.368Z Downloaded ryu v1.0.23
10612026-05-21T19:35:09.371Z Downloaded rustls-pki-types v1.14.0
10622026-05-21T19:35:09.374Z Downloaded time-core v0.1.8
10632026-05-21T19:35:09.374Z Downloaded daft-derive v0.1.5
10642026-05-21T19:35:09.380Z Downloaded const_format_proc_macros v0.2.34
10652026-05-21T19:35:09.383Z Downloaded subtle v2.6.1
10662026-05-21T19:35:09.383Z Downloaded support-bundle-viewer v0.1.2
10672026-05-21T19:35:09.383Z Downloaded pretty_assertions v1.4.1
10682026-05-21T19:35:09.383Z Downloaded libxml v0.3.3
10692026-05-21T19:35:09.387Z Downloaded schemars v0.8.22
10702026-05-21T19:35:09.392Z Downloaded strum_macros v0.27.2
10712026-05-21T19:35:09.395Z Downloaded num-bigint v0.4.6
10722026-05-21T19:35:09.401Z Downloaded snafu-derive v0.8.9
10732026-05-21T19:35:09.405Z Downloaded strum_macros v0.26.4
10742026-05-21T19:35:09.405Z Downloaded slog-term v2.9.2
10752026-05-21T19:35:09.405Z Downloaded nom v7.1.3
10762026-05-21T19:35:09.409Z Downloaded termios v0.3.3
10772026-05-21T19:35:09.409Z Downloaded itertools v0.10.5
10782026-05-21T19:35:09.413Z Downloaded tokio-macros v2.7.0
10792026-05-21T19:35:09.413Z Downloaded quinn v0.11.9
10802026-05-21T19:35:09.415Z Downloaded hashbrown v0.16.1
10812026-05-21T19:35:09.418Z Downloaded spin v0.9.8
10822026-05-21T19:35:09.421Z Downloaded rand v0.8.6
10832026-05-21T19:35:09.425Z Downloaded serde_yaml v0.9.34+deprecated
10842026-05-21T19:35:09.428Z Downloaded hashbrown v0.15.5
10852026-05-21T19:35:09.428Z Downloaded try-lock v0.2.5
10862026-05-21T19:35:09.430Z Downloaded rayon-core v1.13.0
10872026-05-21T19:35:09.433Z Downloaded thiserror-no-std v2.0.2
10882026-05-21T19:35:09.436Z Downloaded time-macros v0.2.27
10892026-05-21T19:35:09.436Z Downloaded thread_local v1.1.9
10902026-05-21T19:35:09.439Z Downloaded signal-hook v0.3.18
10912026-05-21T19:35:09.439Z Downloaded trait-variant v0.1.2
10922026-05-21T19:35:09.441Z Downloaded rustls-platform-verifier v0.6.2
10932026-05-21T19:35:09.444Z Downloaded tower-service v0.3.3
10942026-05-21T19:35:09.444Z Downloaded tower-layer v0.3.3
10952026-05-21T19:35:09.444Z Downloaded schemars v0.9.0
10962026-05-21T19:35:09.452Z Downloaded unarray v0.1.4
10972026-05-21T19:35:09.454Z Downloaded slog v2.8.2
10982026-05-21T19:35:09.457Z Downloaded unicode-truncate v1.1.0
10992026-05-21T19:35:09.457Z Downloaded similar v2.7.0
11002026-05-21T19:35:09.460Z Downloaded tokio-dtrace v0.1.1
11012026-05-21T19:35:09.463Z Downloaded aho-corasick v1.1.4
11022026-05-21T19:35:09.466Z Downloaded iri-string v0.7.10
11032026-05-21T19:35:09.469Z Downloaded tls_codec_derive v0.4.2
11042026-05-21T19:35:09.472Z Downloaded tls_codec v0.4.2
11052026-05-21T19:35:09.472Z Downloaded tokio-rustls v0.25.0
11062026-05-21T19:35:09.475Z Downloaded typify-macro v0.6.2
11072026-05-21T19:35:09.475Z Downloaded typify-macro v0.4.3
11082026-05-21T19:35:09.475Z Downloaded tokio-native-tls v0.3.1
11092026-05-21T19:35:09.478Z Downloaded unit-prefix v0.5.2
11102026-05-21T19:35:09.478Z Downloaded untrusted v0.7.1
11112026-05-21T19:35:09.478Z Downloaded universal-hash v0.5.1
11122026-05-21T19:35:09.481Z Downloaded tokio-tungstenite v0.21.0
11132026-05-21T19:35:09.481Z Downloaded usdt-macro v0.6.0
11142026-05-21T19:35:09.484Z Downloaded usdt-attr-macro v0.6.0
11152026-05-21T19:35:09.484Z Downloaded socket2 v0.6.3
11162026-05-21T19:35:09.484Z Downloaded strum_macros v0.24.3
11172026-05-21T19:35:09.487Z Downloaded qorb v0.4.1
11182026-05-21T19:35:09.489Z Downloaded publicsuffix v2.3.0
11192026-05-21T19:35:09.492Z Downloaded hyper v1.8.1
11202026-05-21T19:35:09.495Z Downloaded untrusted v0.9.0
11212026-05-21T19:35:09.497Z Downloaded rsa v0.9.10
11222026-05-21T19:35:09.500Z Downloaded rand v0.10.0
11232026-05-21T19:35:09.503Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-21T19:35:09.503Z Downloaded rand v0.9.2
11252026-05-21T19:35:09.506Z Downloaded utf-8 v0.7.6
11262026-05-21T19:35:09.506Z Downloaded usdt v0.6.0
11272026-05-21T19:35:09.509Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-21T19:35:09.509Z Downloaded tiny-keccak v2.0.2
11292026-05-21T19:35:09.509Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-05-21T19:35:09.512Z Downloaded futures-util v0.3.32
11312026-05-21T19:35:09.517Z Downloaded socket2 v0.5.10
11322026-05-21T19:35:09.520Z Downloaded iddqd v0.3.18
11332026-05-21T19:35:09.523Z Downloaded tui-tree-widget v0.23.1
11342026-05-21T19:35:09.528Z Downloaded wait-timeout v0.2.1
11352026-05-21T19:35:09.528Z Downloaded void v1.0.2
11362026-05-21T19:35:09.528Z Downloaded rustls-webpki v0.103.9
11372026-05-21T19:35:09.535Z Downloaded term v0.7.0
11382026-05-21T19:35:09.535Z Downloaded num-bigint-dig v0.8.6
11392026-05-21T19:35:09.538Z Downloaded slab v0.4.12
11402026-05-21T19:35:09.538Z Downloaded rcgen v0.12.1
11412026-05-21T19:35:09.539Z Downloaded itertools v0.13.0
11422026-05-21T19:35:09.543Z Downloaded want v0.3.1
11432026-05-21T19:35:09.544Z Downloaded waitgroup v0.1.2
11442026-05-21T19:35:09.544Z Downloaded itertools v0.12.1
11452026-05-21T19:35:09.547Z Downloaded hkdf v0.12.4
11462026-05-21T19:35:09.549Z Downloaded topological-sort v0.2.2
11472026-05-21T19:35:09.550Z Downloaded chacha20 v0.9.1
11482026-05-21T19:35:09.552Z Downloaded tokio-rustls v0.24.1
11492026-05-21T19:35:09.552Z Downloaded snafu v0.8.9
11502026-05-21T19:35:09.556Z Downloaded usdt-impl v0.6.0
11512026-05-21T19:35:09.559Z Downloaded p521 v0.13.3
11522026-05-21T19:35:09.559Z Downloaded term v1.2.1
11532026-05-21T19:35:09.573Z Downloaded zone_cfg_derive v0.3.1
11542026-05-21T19:35:09.573Z Downloaded bitfield v0.19.4
11552026-05-21T19:35:09.576Z Downloaded argon2 v0.5.3
11562026-05-21T19:35:09.576Z Downloaded cmake v0.1.57
11572026-05-21T19:35:09.576Z Downloaded uzers v0.12.2
11582026-05-21T19:35:09.576Z Downloaded tokio-rustls v0.26.4
11592026-05-21T19:35:09.576Z Downloaded camino-tempfile-ext v0.3.3
11602026-05-21T19:35:09.576Z Downloaded zone v0.3.1
11612026-05-21T19:35:09.576Z Downloaded xshell-macros v0.2.7
11622026-05-21T19:35:09.576Z Downloaded zeroize_derive v1.4.3
11632026-05-21T19:35:09.576Z Downloaded blake3 v1.8.3
11642026-05-21T19:35:09.579Z Downloaded tokio-stream v0.1.18
11652026-05-21T19:35:09.582Z Downloaded vergen-git2 v1.0.7
11662026-05-21T19:35:09.582Z Downloaded tracing-attributes v0.1.31
11672026-05-21T19:35:09.582Z Downloaded schemars v1.2.1
11682026-05-21T19:35:09.589Z Downloaded h2 v0.4.13
11692026-05-21T19:35:09.593Z Downloaded vsss-rs v3.3.4
11702026-05-21T19:35:09.596Z Downloaded vergen-lib v0.1.6
11712026-05-21T19:35:09.596Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-05-21T19:35:09.599Z Downloaded tokio-tungstenite v0.23.1
11732026-05-21T19:35:09.599Z Downloaded walkdir v2.5.0
11742026-05-21T19:35:09.601Z Downloaded test-strategy v0.4.5
11752026-05-21T19:35:09.604Z Downloaded twox-hash v2.1.2
11762026-05-21T19:35:09.604Z Downloaded subprocess v0.2.15
11772026-05-21T19:35:09.607Z Downloaded samael v0.0.19
11782026-05-21T19:35:09.609Z Downloaded whoami v1.6.1
11792026-05-21T19:35:09.612Z Downloaded whoami v2.1.0
11802026-05-21T19:35:09.612Z Downloaded wyz v0.5.1
11812026-05-21T19:35:09.612Z Downloaded unicase v2.9.0
11822026-05-21T19:35:09.615Z Downloaded itertools v0.14.0
11832026-05-21T19:35:09.618Z Downloaded steno v0.4.1
11842026-05-21T19:35:09.624Z Downloaded unicode-properties v0.1.4
11852026-05-21T19:35:09.627Z Downloaded xshell v0.2.7
11862026-05-21T19:35:09.631Z Downloaded zeroize v1.8.2
11872026-05-21T19:35:09.639Z Downloaded russh v0.45.0
11882026-05-21T19:35:09.642Z Downloaded toml v0.7.8
11892026-05-21T19:35:09.645Z Downloaded libm v0.2.16
11902026-05-21T19:35:09.648Z Downloaded vergen-gitcl v1.0.8
11912026-05-21T19:35:09.651Z Downloaded vergen v9.0.6
11922026-05-21T19:35:09.651Z Downloaded tungstenite v0.21.0
11932026-05-21T19:35:09.654Z Downloaded tracing-core v0.1.36
11942026-05-21T19:35:09.657Z Downloaded tinyvec v1.10.0
11952026-05-21T19:35:09.660Z Downloaded zstd-safe v7.2.4
11962026-05-21T19:35:09.663Z Downloaded rustyline v14.0.0
11972026-05-21T19:35:09.665Z Downloaded typify v0.6.2
11982026-05-21T19:35:09.666Z Downloaded typify v0.4.3
11992026-05-21T19:35:09.669Z Downloaded unicode-bidi v0.3.18
12002026-05-21T19:35:09.672Z Downloaded git2 v0.20.4
12012026-05-21T19:35:09.680Z Downloaded xattr v1.6.1
12022026-05-21T19:35:09.683Z Downloaded yasna v0.5.2
12032026-05-21T19:35:09.683Z Downloaded zerocopy v0.6.6
12042026-05-21T19:35:09.686Z Downloaded toml v1.0.6+spec-1.1.0
12052026-05-21T19:35:09.689Z Downloaded unsafe-libyaml v0.2.11
12062026-05-21T19:35:09.689Z Downloaded tar v0.4.45
12072026-05-21T19:35:09.691Z Downloaded toml v0.9.12+spec-1.1.0
12082026-05-21T19:35:09.694Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-05-21T19:35:09.697Z Downloaded uuid v1.23.0
12102026-05-21T19:35:09.700Z Downloaded bitvec v1.0.1
12112026-05-21T19:35:09.706Z Downloaded vte v0.14.1
12122026-05-21T19:35:09.708Z Downloaded tungstenite v0.23.0
12132026-05-21T19:35:09.721Z Downloaded reedline v0.40.0
12142026-05-21T19:35:09.725Z Downloaded tokio-postgres v0.7.16
12152026-05-21T19:35:09.729Z Downloaded p384 v0.13.1
12162026-05-21T19:35:09.732Z Downloaded aws-lc-rs v1.16.3
12172026-05-21T19:35:09.738Z Downloaded bindgen v0.71.1
12182026-05-21T19:35:09.749Z Downloaded zstd v0.13.3
12192026-05-21T19:35:09.755Z Downloaded chrono v0.4.44
12202026-05-21T19:35:09.764Z Downloaded rpassword v7.4.0
12212026-05-21T19:35:09.767Z Downloaded regex v1.12.3
12222026-05-21T19:35:09.770Z Downloaded zopfli v0.8.3
12232026-05-21T19:35:09.774Z Downloaded yansi v1.0.1
12242026-05-21T19:35:09.774Z Downloaded unicode_categories v0.1.1
12252026-05-21T19:35:09.778Z Downloaded ssh-key v0.6.7
12262026-05-21T19:35:09.782Z Downloaded zip v0.6.6
12272026-05-21T19:35:09.785Z Downloaded toml_edit v0.19.15
12282026-05-21T19:35:09.793Z Downloaded tower v0.5.3
12292026-05-21T19:35:09.798Z Downloaded lalrpop v0.19.12
12302026-05-21T19:35:09.804Z Downloaded reqwest v0.13.2
12312026-05-21T19:35:09.808Z Downloaded reqwest v0.12.28
12322026-05-21T19:35:09.811Z Downloaded quick-xml v0.37.5
12332026-05-21T19:35:09.823Z Downloaded rustls-webpki v0.101.7
12342026-05-21T19:35:09.831Z Downloaded zerocopy-derive v0.8.40
12352026-05-21T19:35:09.835Z Downloaded rayon v1.11.0
12362026-05-21T19:35:09.840Z Downloaded unicode-segmentation v1.12.0
12372026-05-21T19:35:09.843Z Downloaded typed-path v0.9.3
12382026-05-21T19:35:09.846Z Downloaded bzip2-sys v0.1.13+1.0.8
12392026-05-21T19:35:09.853Z Downloaded salty v0.3.0
12402026-05-21T19:35:09.857Z Downloaded x509-cert v0.2.5
12412026-05-21T19:35:09.860Z Downloaded goblin v0.10.5
12422026-05-21T19:35:09.864Z Downloaded unicode-normalization v0.1.25
12432026-05-21T19:35:09.867Z Downloaded petname v2.0.2
12442026-05-21T19:35:09.871Z Downloaded portable-atomic v1.13.1
12452026-05-21T19:35:09.874Z Downloaded serde_with v3.17.0
12462026-05-21T19:35:09.880Z Downloaded moka v0.12.13
12472026-05-21T19:35:09.885Z Downloaded rustls-webpki v0.102.8
12482026-05-21T19:35:09.896Z Downloaded zip v4.6.1
12492026-05-21T19:35:09.899Z Downloaded curve25519-dalek v4.1.3
12502026-05-21T19:35:09.903Z Downloaded tower-http v0.6.8
12512026-05-21T19:35:09.908Z Downloaded proptest v1.10.0
12522026-05-21T19:35:09.913Z Downloaded tough v0.22.0
12532026-05-21T19:35:09.918Z Downloaded tokio-util v0.7.18
12542026-05-21T19:35:09.922Z Downloaded object v0.30.4
12552026-05-21T19:35:09.929Z Downloaded nix v0.27.1
12562026-05-21T19:35:09.934Z Downloaded winnow v0.5.40
12572026-05-21T19:35:09.942Z Downloaded radix_trie v0.2.1
12582026-05-21T19:35:09.945Z Downloaded quinn-proto v0.11.13
12592026-05-21T19:35:09.963Z Downloaded openssl v0.10.79
12602026-05-21T19:35:09.970Z Downloaded winnow v0.6.26
12612026-05-21T19:35:09.976Z Downloaded nix v0.28.0
12622026-05-21T19:35:09.987Z Downloaded bstr v1.12.1
12632026-05-21T19:35:09.994Z Downloaded polar-core v0.27.3
12642026-05-21T19:35:09.998Z Downloaded nix v0.29.0
12652026-05-21T19:35:10.005Z Downloaded dropshot v0.17.0
12662026-05-21T19:35:10.019Z Downloaded smoltcp v0.9.1
12672026-05-21T19:35:10.023Z Downloaded tabled v0.20.0
12682026-05-21T19:35:10.033Z Downloaded dropshot v0.16.7
12692026-05-21T19:35:10.046Z Downloaded time v0.3.47
12702026-05-21T19:35:10.052Z Downloaded regex-syntax v0.6.29
12712026-05-21T19:35:10.055Z Downloaded smoltcp v0.11.0
12722026-05-21T19:35:10.062Z Downloaded webpki-roots v1.0.6
12732026-05-21T19:35:10.065Z Downloaded openapiv3 v2.2.0
12742026-05-21T19:35:10.071Z Downloaded zlib-rs v0.6.2
12752026-05-21T19:35:10.075Z Downloaded vcpkg v0.2.15
12762026-05-21T19:35:10.096Z Downloaded rustix v0.38.44
12772026-05-21T19:35:10.108Z Downloaded regress v0.10.5
12782026-05-21T19:35:10.113Z Downloaded nix v0.31.2
12792026-05-21T19:35:10.120Z Downloaded zerocopy v0.8.40
12802026-05-21T19:35:10.125Z Downloaded regress v0.11.1
12812026-05-21T19:35:10.132Z Downloaded rustls v0.23.37
12822026-05-21T19:35:10.137Z Downloaded regex-syntax v0.8.10
12832026-05-21T19:35:10.141Z Downloaded hickory-proto v0.25.2
12842026-05-21T19:35:10.150Z Downloaded diesel v2.3.7
12852026-05-21T19:35:10.162Z Downloaded object v0.37.3
12862026-05-21T19:35:10.168Z Downloaded rustls v0.22.4
12872026-05-21T19:35:10.175Z Downloaded hickory-proto v0.24.4
12882026-05-21T19:35:10.184Z Downloaded rustls v0.21.12
12892026-05-21T19:35:10.197Z Downloaded sled v0.34.7
12902026-05-21T19:35:10.203Z Downloaded tracing v0.1.44
12912026-05-21T19:35:10.215Z Downloaded ratatui v0.29.0
12922026-05-21T19:35:10.226Z Downloaded typify-impl v0.4.3
12932026-05-21T19:35:10.235Z Downloaded typify-impl v0.6.2
12942026-05-21T19:35:10.243Z Downloaded sqlparser v0.61.0
12952026-05-21T19:35:10.284Z Downloaded chrono-tz v0.10.4
12962026-05-21T19:35:10.296Z Downloaded zerocopy-derive v0.6.6
12972026-05-21T19:35:10.302Z Downloaded regex-automata v0.4.14
12982026-05-21T19:35:10.312Z Downloaded jiff v0.2.21
12992026-05-21T19:35:10.322Z Downloaded petgraph v0.6.5
13002026-05-21T19:35:10.359Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-21T19:35:10.369Z Downloaded libz-sys v1.1.24
13022026-05-21T19:35:10.381Z Downloaded petgraph v0.8.3
13032026-05-21T19:35:10.394Z Downloaded csv v1.4.0
13042026-05-21T19:35:10.409Z Downloaded sha3 v0.10.8
13052026-05-21T19:35:10.415Z Downloaded tokio v1.52.1
13062026-05-21T19:35:10.446Z Downloaded encoding_rs v0.8.35
13072026-05-21T19:35:10.514Z Downloaded ring v0.17.14
13082026-05-21T19:35:10.552Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-21T19:35:11.063Z Downloaded aws-lc-sys v0.40.0
13102026-05-21T19:35:11.309Z Compiling libc v0.2.185
13112026-05-21T19:35:11.309Z Compiling serde v1.0.228
13122026-05-21T19:35:11.313Z Compiling log v0.4.29
13132026-05-21T19:35:11.313Z Compiling find-msvc-tools v0.1.9
13142026-05-21T19:35:11.457Z Compiling shlex v1.3.0
13152026-05-21T19:35:11.474Z Compiling syn v2.0.117
13162026-05-21T19:35:11.484Z Compiling smallvec v1.15.1
13172026-05-21T19:35:11.488Z Compiling typenum v1.19.0
13182026-05-21T19:35:11.659Z Compiling generic-array v0.14.7
13192026-05-21T19:35:11.676Z Compiling subtle v2.6.1
13202026-05-21T19:35:11.706Z Compiling scopeguard v1.2.0
13212026-05-21T19:35:11.737Z Compiling const-oid v0.9.6
13222026-05-21T19:35:11.800Z Compiling lock_api v0.4.14
13232026-05-21T19:35:11.815Z Compiling serde_json v1.0.149
13242026-05-21T19:35:11.857Z Compiling zerocopy v0.8.40
13252026-05-21T19:35:11.912Z Compiling portable-atomic v1.13.1
13262026-05-21T19:35:12.032Z Compiling pin-project-lite v0.2.17
13272026-05-21T19:35:12.135Z Compiling parking_lot_core v0.9.12
13282026-05-21T19:35:12.327Z Compiling getrandom v0.2.17
13292026-05-21T19:35:12.383Z Compiling jobserver v0.1.34
13302026-05-21T19:35:12.388Z Compiling errno v0.3.14
13312026-05-21T19:35:12.462Z Compiling rand_core v0.6.4
13322026-05-21T19:35:12.493Z Compiling pkg-config v0.3.32
13332026-05-21T19:35:12.547Z Compiling signal-hook-registry v1.4.8
13342026-05-21T19:35:12.739Z Compiling cc v1.2.56
13352026-05-21T19:35:12.768Z Compiling bitflags v2.11.0
13362026-05-21T19:35:12.798Z Compiling futures-core v0.3.32
13372026-05-21T19:35:12.833Z Compiling critical-section v1.2.0
13382026-05-21T19:35:12.949Z Compiling libm v0.2.16
13392026-05-21T19:35:12.964Z Compiling parking_lot v0.12.5
13402026-05-21T19:35:13.000Z Compiling once_cell v1.21.3
13412026-05-21T19:35:13.068Z Compiling mio v1.2.0
13422026-05-21T19:35:13.084Z Compiling num-traits v0.2.19
13432026-05-21T19:35:13.212Z Compiling percent-encoding v2.3.2
13442026-05-21T19:35:13.227Z Compiling socket2 v0.6.3
13452026-05-21T19:35:13.336Z Compiling futures-sink v0.3.32
13462026-05-21T19:35:13.400Z Compiling cpufeatures v0.2.17
13472026-05-21T19:35:13.443Z Compiling futures-channel v0.3.32
13482026-05-21T19:35:13.458Z Compiling futures-io v0.3.32
13492026-05-21T19:35:13.474Z Compiling slab v0.4.12
13502026-05-21T19:35:13.532Z Compiling getrandom v0.4.1
13512026-05-21T19:35:13.607Z Compiling futures-task v0.3.32
13522026-05-21T19:35:13.626Z Compiling rand_core v0.10.0
13532026-05-21T19:35:13.647Z Compiling indexmap v2.14.0
13542026-05-21T19:35:13.668Z Compiling rustversion v1.0.22
13552026-05-21T19:35:13.777Z Compiling getrandom v0.3.4
13562026-05-21T19:35:13.792Z Compiling cmake v0.1.57
13572026-05-21T19:35:14.151Z Compiling form_urlencoded v1.2.2
13582026-05-21T19:35:14.190Z Compiling dunce v1.0.5
13592026-05-21T19:35:14.296Z Compiling fs_extra v1.3.0
13602026-05-21T19:35:14.318Z Compiling synstructure v0.13.2
13612026-05-21T19:35:14.346Z Compiling ident_case v1.0.1
13622026-05-21T19:35:14.378Z Compiling base64ct v1.8.3
13632026-05-21T19:35:14.457Z Compiling rustix v1.1.3
13642026-05-21T19:35:14.600Z Compiling aws-lc-sys v0.40.0
13652026-05-21T19:35:14.698Z Compiling pem-rfc7468 v0.7.0
13662026-05-21T19:35:14.799Z Compiling iana-time-zone v0.1.65
13672026-05-21T19:35:14.799Z Compiling flagset v0.4.7
13682026-05-21T19:35:14.901Z Compiling regex-syntax v0.8.10
13692026-05-21T19:35:15.005Z Compiling rand_core v0.9.5
13702026-05-21T19:35:15.005Z Compiling ring v0.17.14
13712026-05-21T19:35:15.005Z Compiling aws-lc-rs v1.16.3
13722026-05-21T19:35:15.005Z Compiling vcpkg v0.2.15
13732026-05-21T19:35:15.150Z Compiling uuid v1.23.0
13742026-05-21T19:35:15.214Z Compiling rustc_version v0.4.1
13752026-05-21T19:35:15.526Z Compiling tracing-core v0.1.36
13762026-05-21T19:35:15.719Z Compiling openssl-sys v0.9.115
13772026-05-21T19:35:15.896Z Compiling base64 v0.22.1
13782026-05-21T19:35:16.082Z Compiling untrusted v0.9.0
13792026-05-21T19:35:16.085Z Compiling serde_derive v1.0.228
13802026-05-21T19:35:16.212Z Compiling zeroize_derive v1.4.3
13812026-05-21T19:35:16.229Z Compiling zerofrom-derive v0.1.6
13822026-05-21T19:35:16.248Z Compiling yoke-derive v0.8.1
13832026-05-21T19:35:16.327Z Compiling zerovec-derive v0.11.2
13842026-05-21T19:35:16.859Z Compiling zeroize v1.8.2
13852026-05-21T19:35:17.204Z Compiling zerocopy-derive v0.8.40
13862026-05-21T19:35:17.422Z Compiling displaydoc v0.2.5
13872026-05-21T19:35:17.469Z Compiling tokio-macros v2.7.0
13882026-05-21T19:35:17.614Z Compiling crypto-common v0.1.7
13892026-05-21T19:35:17.629Z Compiling zerofrom v0.1.6
13902026-05-21T19:35:17.757Z Compiling yoke v0.8.1
13912026-05-21T19:35:17.772Z Compiling block-buffer v0.10.4
13922026-05-21T19:35:17.939Z Compiling zerovec v0.11.5
13932026-05-21T19:35:17.939Z Compiling digest v0.10.7
13942026-05-21T19:35:18.131Z Compiling zerotrie v0.2.3
13952026-05-21T19:35:18.169Z Compiling futures-macro v0.3.32
13962026-05-21T19:35:18.203Z Compiling hmac v0.12.1
13972026-05-21T19:35:18.363Z Compiling block-padding v0.3.3
13982026-05-21T19:35:18.427Z Compiling tinystr v0.8.2
13992026-05-21T19:35:18.441Z Compiling potential_utf v0.1.4
14002026-05-21T19:35:18.522Z Compiling inout v0.1.4
14012026-05-21T19:35:18.607Z Compiling icu_locale_core v2.1.1
14022026-05-21T19:35:18.630Z Compiling icu_collections v2.1.1
14032026-05-21T19:35:18.689Z Compiling cipher v0.4.4
14042026-05-21T19:35:18.948Z Compiling sha2 v0.10.9
14052026-05-21T19:35:18.972Z Compiling futures-util v0.3.32
14062026-05-21T19:35:19.093Z Compiling der_derive v0.7.3
14072026-05-21T19:35:19.489Z Compiling bytes v1.11.1
14082026-05-21T19:35:19.525Z Compiling icu_provider v2.1.1
14092026-05-21T19:35:19.816Z Compiling icu_normalizer v2.1.1
14102026-05-21T19:35:20.035Z Compiling tokio v1.52.1
14112026-05-21T19:35:20.085Z Compiling icu_properties v2.1.2
14122026-05-21T19:35:20.104Z Compiling der v0.7.10
14132026-05-21T19:35:20.363Z Compiling http v1.4.0
14142026-05-21T19:35:20.378Z Compiling chrono v0.4.44
14152026-05-21T19:35:21.239Z Compiling idna_adapter v1.2.1
14162026-05-21T19:35:21.266Z Compiling spki v0.7.3
14172026-05-21T19:35:21.292Z Compiling salsa20 v0.10.2
14182026-05-21T19:35:21.363Z Compiling idna v1.1.0
14192026-05-21T19:35:21.377Z Compiling pbkdf2 v0.12.2
14202026-05-21T19:35:21.432Z Compiling rustls-pki-types v1.14.0
14212026-05-21T19:35:21.474Z Compiling ppv-lite86 v0.2.21
14222026-05-21T19:35:21.490Z Compiling tracing-attributes v0.1.31
14232026-05-21T19:35:21.647Z Compiling thiserror-impl v2.0.18
14242026-05-21T19:35:21.769Z Compiling url v2.5.8
14252026-05-21T19:35:21.790Z Compiling rand_chacha v0.9.0
14262026-05-21T19:35:21.882Z Compiling scrypt v0.11.0
14272026-05-21T19:35:22.013Z Compiling http-body v1.0.1
14282026-05-21T19:35:22.134Z Compiling cbc v0.1.2
14292026-05-21T19:35:22.167Z Compiling aes v0.8.4
14302026-05-21T19:35:22.375Z Compiling openssl-probe v0.2.1
14312026-05-21T19:35:22.480Z Compiling untrusted v0.7.1
14322026-05-21T19:35:22.551Z Compiling httparse v1.10.1
14332026-05-21T19:35:22.560Z Compiling tinyvec_macros v0.1.1
14342026-05-21T19:35:22.606Z Compiling pkcs5 v0.7.1
14352026-05-21T19:35:22.633Z Compiling tinyvec v1.10.0
14362026-05-21T19:35:22.774Z Compiling tracing v0.1.44
14372026-05-21T19:35:22.936Z Compiling rand v0.9.2
14382026-05-21T19:35:22.958Z Compiling thiserror v2.0.18
14392026-05-21T19:35:23.039Z Compiling pest_generator v2.8.6
14402026-05-21T19:35:23.063Z Compiling serde_derive_internals v0.29.1
14412026-05-21T19:35:23.077Z Compiling aho-corasick v1.1.4
14422026-05-21T19:35:23.221Z Compiling schemars v0.8.22
14432026-05-21T19:35:23.424Z Compiling atomic-waker v1.1.2
14442026-05-21T19:35:23.550Z Compiling tower-service v0.3.3
14452026-05-21T19:35:23.651Z Compiling dyn-clone v1.0.20
14462026-05-21T19:35:23.724Z Compiling try-lock v0.2.5
14472026-05-21T19:35:23.727Z Compiling rustls v0.23.37
14482026-05-21T19:35:23.787Z Compiling tokio-util v0.7.18
14492026-05-21T19:35:23.834Z Compiling tower-layer v0.3.3
14502026-05-21T19:35:23.907Z Compiling regex-automata v0.4.14
14512026-05-21T19:35:23.946Z Compiling schemars_derive v0.8.22
14522026-05-21T19:35:23.993Z Compiling want v0.3.1
14532026-05-21T19:35:24.161Z Compiling pest_derive v2.8.6
14542026-05-21T19:35:24.587Z Compiling h2 v0.4.13
14552026-05-21T19:35:24.761Z Compiling pkcs8 v0.10.2
14562026-05-21T19:35:24.807Z Compiling ipnet v2.11.0
14572026-05-21T19:35:25.031Z Compiling scroll_derive v0.13.1
14582026-05-21T19:35:25.063Z Compiling darling_core v0.20.11
14592026-05-21T19:35:25.168Z Compiling pin-utils v0.1.0
14602026-05-21T19:35:25.245Z Compiling httpdate v1.0.3
14612026-05-21T19:35:25.303Z Compiling foreign-types-shared v0.1.1
14622026-05-21T19:35:25.401Z Compiling openssl v0.10.79
14632026-05-21T19:35:25.505Z Compiling tempfile v3.25.0
14642026-05-21T19:35:25.657Z Compiling foreign-types v0.3.2
14652026-05-21T19:35:25.732Z Compiling unicode-normalization v0.1.25
14662026-05-21T19:35:25.868Z Compiling scroll v0.13.0
14672026-05-21T19:35:26.141Z Compiling openssl-macros v0.1.1
14682026-05-21T19:35:26.194Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-21T19:35:26.296Z Compiling spin v0.9.8
14702026-05-21T19:35:26.509Z Compiling time-core v0.1.8
14712026-05-21T19:35:26.529Z Compiling num-conv v0.2.0
14722026-05-21T19:35:26.581Z Compiling powerfmt v0.2.0
14732026-05-21T19:35:26.657Z Compiling native-tls v0.2.18
14742026-05-21T19:35:26.667Z Compiling crc32fast v1.5.0
14752026-05-21T19:35:26.783Z Compiling deranged v0.5.8
14762026-05-21T19:35:26.882Z Compiling time-macros v0.2.27
14772026-05-21T19:35:27.388Z Compiling darling_macro v0.20.11
14782026-05-21T19:35:27.740Z Compiling hyper v1.8.1
14792026-05-21T19:35:27.847Z Compiling darling v0.20.11
14802026-05-21T19:35:27.918Z Compiling goblin v0.10.5
14812026-05-21T19:35:27.932Z Compiling rustls-native-certs v0.8.3
14822026-05-21T19:35:28.029Z Compiling sync_wrapper v1.0.2
14832026-05-21T19:35:28.140Z Compiling wait-timeout v0.2.1
14842026-05-21T19:35:28.216Z Compiling bit-vec v0.8.0
14852026-05-21T19:35:28.404Z Compiling unicode-segmentation v1.12.0
14862026-05-21T19:35:28.447Z Compiling usdt-impl v0.6.0
14872026-05-21T19:35:28.555Z Compiling syn v1.0.109
14882026-05-21T19:35:28.654Z Compiling siphasher v1.0.2
14892026-05-21T19:35:28.785Z Compiling hyper-util v0.1.20
14902026-05-21T19:35:28.840Z Compiling quick-error v1.2.3
14912026-05-21T19:35:28.855Z Compiling crossbeam-utils v0.8.21
14922026-05-21T19:35:28.946Z Compiling simd-adler32 v0.3.8
14932026-05-21T19:35:29.138Z Compiling num_threads v0.1.7
14942026-05-21T19:35:29.218Z Compiling time v0.3.47
14952026-05-21T19:35:29.286Z Compiling rusty-fork v0.3.1
14962026-05-21T19:35:29.613Z Compiling bit-set v0.8.0
14972026-05-21T19:35:29.630Z Compiling tower v0.5.3
14982026-05-21T19:35:29.780Z Compiling derive_builder_core v0.20.2
14992026-05-21T19:35:30.100Z Compiling dtrace-parser v0.3.0
15002026-05-21T19:35:30.188Z Compiling http-body-util v0.1.3
15012026-05-21T19:35:30.482Z Compiling webpki-roots v1.0.6
15022026-05-21T19:35:30.497Z Compiling signature v2.2.0
15032026-05-21T19:35:30.609Z Compiling scroll_derive v0.12.1
15042026-05-21T19:35:30.679Z Compiling dof v0.4.0
15052026-05-21T19:35:30.695Z Compiling thiserror-impl v1.0.69
15062026-05-21T19:35:30.805Z Compiling heapless v0.7.17
15072026-05-21T19:35:30.909Z Compiling rand_xorshift v0.4.0
15082026-05-21T19:35:31.044Z Compiling slog v2.8.2
15092026-05-21T19:35:31.078Z Compiling darling_core v0.21.3
15102026-05-21T19:35:31.233Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-05-21T19:35:31.278Z Compiling thread-id v5.1.0
15122026-05-21T19:35:31.364Z Compiling cookie v0.18.1
15132026-05-21T19:35:31.507Z Compiling anyhow v1.0.102
15142026-05-21T19:35:31.548Z Compiling unicode-properties v0.1.4
15152026-05-21T19:35:31.764Z Compiling ryu v1.0.23
15162026-05-21T19:35:31.810Z Compiling unarray v0.1.4
15172026-05-21T19:35:31.842Z Compiling zstd-safe v7.2.4
15182026-05-21T19:35:31.922Z Compiling iri-string v0.7.10
15192026-05-21T19:35:31.941Z Compiling unicode-bidi v0.3.18
15202026-05-21T19:35:31.955Z Compiling adler2 v2.0.1
15212026-05-21T19:35:32.038Z Compiling signal-hook v0.3.18
15222026-05-21T19:35:32.090Z Compiling paste v1.0.15
15232026-05-21T19:35:32.182Z Compiling allocator-api2 v0.2.21
15242026-05-21T19:35:32.230Z Compiling miniz_oxide v0.8.9
15252026-05-21T19:35:32.406Z Compiling stringprep v0.1.5
15262026-05-21T19:35:32.476Z Compiling thiserror v1.0.69
15272026-05-21T19:35:32.509Z Compiling proptest v1.10.0
15282026-05-21T19:35:32.581Z Compiling serde_urlencoded v0.7.1
15292026-05-21T19:35:33.035Z Compiling tower-http v0.6.8
15302026-05-21T19:35:33.403Z Compiling scroll v0.12.0
15312026-05-21T19:35:33.465Z Compiling derive_builder_macro v0.20.2
15322026-05-21T19:35:33.544Z Compiling darling_macro v0.21.3
15332026-05-21T19:35:33.596Z Compiling tokio-native-tls v0.3.1
15342026-05-21T19:35:33.668Z Compiling heck v0.4.1
15352026-05-21T19:35:33.764Z Compiling ipnetwork v0.21.1
15362026-05-21T19:35:33.894Z Compiling bstr v1.12.1
15372026-05-21T19:35:33.914Z Compiling rand_chacha v0.3.1
15382026-05-21T19:35:34.019Z Compiling serde_tokenstream v0.2.3
15392026-05-21T19:35:34.092Z Compiling erased-serde v0.3.31
15402026-05-21T19:35:34.164Z Compiling serde_spanned v0.6.9
15412026-05-21T19:35:34.315Z Compiling toml_datetime v0.6.11
15422026-05-21T19:35:34.335Z Compiling md-5 v0.10.6
15432026-05-21T19:35:34.506Z Compiling async-trait v0.1.89
15442026-05-21T19:35:34.545Z Compiling zerocopy-derive v0.7.35
15452026-05-21T19:35:34.573Z Compiling pin-project-internal v1.1.11
15462026-05-21T19:35:34.585Z Compiling curve25519-dalek v4.1.3
15472026-05-21T19:35:34.718Z Compiling vergen-lib v0.1.6
15482026-05-21T19:35:34.902Z Compiling num-integer v0.1.46
15492026-05-21T19:35:34.922Z Compiling hash32 v0.2.1
15502026-05-21T19:35:35.118Z Compiling ff v0.13.1
15512026-05-21T19:35:35.226Z Compiling memoffset v0.9.1
15522026-05-21T19:35:35.314Z Compiling litrs v1.0.0
15532026-05-21T19:35:35.443Z Compiling ref-cast v1.0.25
15542026-05-21T19:35:35.476Z Compiling base16ct v0.2.0
15552026-05-21T19:35:35.566Z Compiling num-bigint-dig v0.8.6
15562026-05-21T19:35:35.664Z Compiling smoltcp v0.9.1
15572026-05-21T19:35:35.688Z Compiling psl-types v2.0.11
15582026-05-21T19:35:35.755Z Compiling zlib-rs v0.6.2
15592026-05-21T19:35:35.771Z Compiling rustix v0.38.44
15602026-05-21T19:35:35.817Z Compiling fallible-iterator v0.2.0
15612026-05-21T19:35:35.841Z Compiling cfg_aliases v0.2.1
15622026-05-21T19:35:35.921Z Compiling nix v0.31.2
15632026-05-21T19:35:36.019Z Compiling document-features v0.2.12
15642026-05-21T19:35:36.132Z Compiling postgres-protocol v0.6.10
15652026-05-21T19:35:36.209Z Compiling publicsuffix v2.3.0
15662026-05-21T19:35:36.371Z Compiling pin-project v1.1.11
15672026-05-21T19:35:36.386Z Compiling sec1 v0.7.3
15682026-05-21T19:35:36.583Z Compiling zerocopy v0.7.35
15692026-05-21T19:35:36.614Z Compiling group v0.13.0
15702026-05-21T19:35:36.674Z Compiling num-iter v0.1.45
15712026-05-21T19:35:36.824Z Compiling newtype-uuid v1.3.2
15722026-05-21T19:35:37.115Z Compiling rand v0.8.6
15732026-05-21T19:35:37.148Z Compiling darling v0.21.3
15742026-05-21T19:35:37.151Z Compiling oxnet v0.1.4
15752026-05-21T19:35:37.237Z Compiling derive_builder v0.20.2
15762026-05-21T19:35:37.260Z Compiling snafu-derive v0.8.9
15772026-05-21T19:35:37.366Z Compiling hyper-tls v0.6.0
15782026-05-21T19:35:37.382Z Compiling hubpack_derive v0.1.1
15792026-05-21T19:35:37.546Z Compiling goblin v0.8.2
15802026-05-21T19:35:38.438Z Compiling phf_shared v0.13.1
15812026-05-21T19:35:38.454Z Compiling lazy_static v1.5.0
15822026-05-21T19:35:38.503Z Compiling regex v1.12.3
15832026-05-21T19:35:38.547Z Compiling strum_macros v0.27.2
15842026-05-21T19:35:38.677Z Compiling flate2 v1.1.9
15852026-05-21T19:35:38.942Z Compiling futures-executor v0.3.32
15862026-05-21T19:35:38.959Z Compiling cargo-platform v0.1.9
15872026-05-21T19:35:39.096Z Compiling hex v0.4.3
15882026-05-21T19:35:39.132Z Compiling hkdf v0.12.4
15892026-05-21T19:35:39.200Z Compiling crypto-bigint v0.5.5
15902026-05-21T19:35:39.216Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-21T19:35:39.294Z Compiling daft-derive v0.1.5
15922026-05-21T19:35:39.361Z Compiling ref-cast-impl v1.0.25
15932026-05-21T19:35:39.856Z Compiling terminal_size v0.4.3
15942026-05-21T19:35:39.903Z Compiling vergen v9.0.6
15952026-05-21T19:35:39.998Z Compiling fs-err v3.3.0
15962026-05-21T19:35:40.013Z Compiling ahash v0.8.12
15972026-05-21T19:35:40.087Z Compiling encoding_rs v0.8.35
15982026-05-21T19:35:40.187Z Compiling object v0.37.3
15992026-05-21T19:35:40.216Z Compiling foldhash v0.2.0
16002026-05-21T19:35:40.512Z Compiling same-file v1.0.6
16012026-05-21T19:35:40.515Z Compiling bitflags v1.3.2
16022026-05-21T19:35:40.556Z Compiling libbz2-rs-sys v0.2.2
16032026-05-21T19:35:40.602Z Compiling winnow v0.5.40
16042026-05-21T19:35:40.682Z Compiling managed v0.8.0
16052026-05-21T19:35:40.905Z Compiling bumpalo v3.20.2
16062026-05-21T19:35:41.071Z Compiling foldhash v0.1.5
16072026-05-21T19:35:41.168Z Compiling mime v0.3.17
16082026-05-21T19:35:41.249Z Compiling hashbrown v0.15.5
16092026-05-21T19:35:41.254Z Compiling zopfli v0.8.3
16102026-05-21T19:35:41.330Z Compiling clap_builder v4.5.60
16112026-05-21T19:35:41.435Z Compiling bzip2 v0.6.1
16122026-05-21T19:35:41.669Z Compiling walkdir v2.5.0
16132026-05-21T19:35:41.830Z Compiling strum v0.27.2
16142026-05-21T19:35:41.930Z Compiling toml_edit v0.19.15
16152026-05-21T19:35:41.978Z Compiling hashbrown v0.16.1
16162026-05-21T19:35:42.060Z Compiling elliptic-curve v0.13.8
16172026-05-21T19:35:42.167Z Compiling daft v0.1.5
16182026-05-21T19:35:42.475Z Compiling dof v0.3.0
16192026-05-21T19:35:42.551Z Compiling snafu v0.8.9
16202026-05-21T19:35:42.566Z Compiling cargo_metadata v0.19.2
16212026-05-21T19:35:42.905Z Compiling futures v0.3.32
16222026-05-21T19:35:42.992Z Compiling phf v0.13.1
16232026-05-21T19:35:43.195Z Compiling signal-hook-mio v0.2.5
16242026-05-21T19:35:43.315Z Compiling cookie_store v0.22.1
16252026-05-21T19:35:43.846Z Compiling zstd v0.13.3
16262026-05-21T19:35:43.879Z Compiling hubpack v0.1.2
16272026-05-21T19:35:43.956Z Compiling bzip2 v0.4.4
16282026-05-21T19:35:44.098Z Compiling serde_with_macros v3.17.0
16292026-05-21T19:35:44.163Z Compiling postgres-types v0.2.12
16302026-05-21T19:35:44.297Z Compiling usdt-macro v0.6.0
16312026-05-21T19:35:44.531Z Compiling usdt-attr-macro v0.6.0
16322026-05-21T19:35:44.716Z Compiling globset v0.4.18
16332026-05-21T19:35:45.045Z Compiling dtrace-parser v0.2.0
16342026-05-21T19:35:45.210Z Compiling ed25519 v2.2.3
16352026-05-21T19:35:45.332Z Compiling phf_shared v0.11.3
16362026-05-21T19:35:45.354Z Compiling olpc-cjson v0.1.4
16372026-05-21T19:35:45.400Z Compiling pkcs1 v0.7.5
16382026-05-21T19:35:45.463Z Compiling clap_derive v4.5.55
16392026-05-21T19:35:45.515Z Compiling enum-as-inner v0.6.1
16402026-05-21T19:35:45.518Z Compiling strum_macros v0.26.4
16412026-05-21T19:35:45.809Z Compiling serde_plain v1.0.2
16422026-05-21T19:35:45.855Z Compiling serde-big-array v0.5.1
16432026-05-21T19:35:46.003Z Compiling rfc6979 v0.4.0
16442026-05-21T19:35:46.003Z Compiling pem v3.0.6
16452026-05-21T19:35:46.031Z Compiling serde_repr v0.1.20
16462026-05-21T19:35:46.133Z Compiling async-recursion v1.1.1
16472026-05-21T19:35:46.177Z Compiling float-cmp v0.10.0
16482026-05-21T19:35:46.328Z Compiling thread-id v4.2.2
16492026-05-21T19:35:46.342Z Compiling memmap2 v0.9.10
16502026-05-21T19:35:46.417Z Compiling env_filter v1.0.0
16512026-05-21T19:35:46.555Z Compiling static_assertions v1.1.0
16522026-05-21T19:35:46.555Z Compiling data-encoding v2.10.0
16532026-05-21T19:35:46.634Z Compiling keccak v0.1.6
16542026-05-21T19:35:46.724Z Compiling new_debug_unreachable v1.0.6
16552026-05-21T19:35:46.788Z Compiling fixedbitset v0.5.7
16562026-05-21T19:35:46.803Z Compiling rustc-hash v2.1.1
16572026-05-21T19:35:46.929Z Compiling jiff v0.2.21
16582026-05-21T19:35:47.084Z Compiling either v1.15.0
16592026-05-21T19:35:47.235Z Compiling typed-path v0.9.3
16602026-05-21T19:35:47.261Z Compiling whoami v2.1.0
16612026-05-21T19:35:47.283Z Compiling predicates-core v1.0.10
16622026-05-21T19:35:47.298Z Compiling normalize-line-endings v0.3.0
16632026-05-21T19:35:47.391Z Compiling difflib v0.4.0
16642026-05-21T19:35:47.443Z Compiling precomputed-hash v0.1.1
16652026-05-21T19:35:47.459Z Compiling fixedbitset v0.4.2
16662026-05-21T19:35:47.533Z Compiling string_cache v0.8.9
16672026-05-21T19:35:47.629Z Compiling predicates v3.1.4
16682026-05-21T19:35:47.680Z Compiling petgraph v0.6.5
16692026-05-21T19:35:47.760Z Compiling tokio-postgres v0.7.16
16702026-05-21T19:35:47.963Z Compiling toml_edit v0.22.27
16712026-05-21T19:35:48.277Z Compiling strum v0.26.3
16722026-05-21T19:35:48.419Z Compiling itertools v0.13.0
16732026-05-21T19:35:48.447Z Compiling clap v4.5.60
16742026-05-21T19:35:48.535Z Compiling petgraph v0.8.3
16752026-05-21T19:35:48.787Z Compiling iddqd v0.3.18
16762026-05-21T19:35:49.166Z Compiling hickory-proto v0.25.2
16772026-05-21T19:35:49.639Z Compiling zip v4.6.1
16782026-05-21T19:35:49.919Z Compiling sha3 v0.10.8
16792026-05-21T19:35:49.935Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16802026-05-21T19:35:50.386Z Compiling env_logger v0.11.9
16812026-05-21T19:35:50.502Z Compiling usdt v0.6.0
16822026-05-21T19:35:50.644Z Compiling usdt-impl v0.5.0
16832026-05-21T19:35:50.736Z Compiling ecdsa v0.16.9
16842026-05-21T19:35:50.751Z Compiling rsa v0.9.10
16852026-05-21T19:35:50.778Z Compiling ed25519-dalek v2.2.0
16862026-05-21T19:35:51.124Z Compiling serde_with v3.17.0
16872026-05-21T19:35:51.140Z Compiling crossterm v0.28.1
16882026-05-21T19:35:51.447Z Compiling zip v0.6.6
16892026-05-21T19:35:52.434Z Compiling toml v0.7.8
16902026-05-21T19:35:52.835Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-05-21T19:35:52.858Z Compiling similar v2.7.0
16922026-05-21T19:35:52.909Z Compiling crossbeam-epoch v0.9.18
16932026-05-21T19:35:53.036Z Compiling tokio-stream v0.1.18
16942026-05-21T19:35:53.246Z Compiling buf-list v1.1.2
16952026-05-21T19:35:53.463Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-21T19:35:53.513Z Compiling x509-cert v0.2.5
16972026-05-21T19:35:53.532Z Compiling openapiv3 v2.2.0
16982026-05-21T19:35:53.722Z Compiling sha1 v0.10.6
16992026-05-21T19:35:53.770Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-21T19:35:53.916Z Compiling lalrpop-util v0.19.12
17012026-05-21T19:35:53.956Z Compiling peg-runtime v0.8.5
17022026-05-21T19:35:54.067Z Compiling thread_local v1.1.9
17032026-05-21T19:35:54.085Z Compiling slog-async v2.8.0
17042026-05-21T19:35:54.111Z Compiling crossbeam-channel v0.5.15
17052026-05-21T19:35:54.231Z Compiling is-terminal v0.4.17
17062026-05-21T19:35:54.317Z Compiling filetime v0.2.27
17072026-05-21T19:35:54.331Z Compiling term v1.2.1
17082026-05-21T19:35:54.407Z Compiling xattr v1.6.1
17092026-05-21T19:35:54.498Z Compiling take_mut v0.2.2
17102026-05-21T19:35:54.567Z Compiling tar v0.4.45
17112026-05-21T19:35:54.605Z Compiling slog-term v2.9.2
17122026-05-21T19:36:04.656Z Compiling rustls-webpki v0.103.9
17132026-05-21T19:36:07.476Z Compiling tokio-rustls v0.26.4
17142026-05-21T19:36:07.476Z Compiling rustls-platform-verifier v0.6.2
17152026-05-21T19:36:07.691Z Compiling hyper-rustls v0.27.7
17162026-05-21T19:36:07.883Z Compiling reqwest v0.12.28
17172026-05-21T19:36:07.897Z Compiling reqwest v0.13.2
17182026-05-21T19:36:09.156Z Compiling tough v0.22.0
17192026-05-21T19:36:11.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-21T19:36:11.935Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-21T19:36:14.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-05-21T19:36:14.929Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-21T19:36:14.985ZMay 21 19:36:13.678 INFO Starting download, target: Console
17242026-05-21T19:36:14.985ZMay 21 19:36:13.679 INFO Starting download, target: Cockroach
17252026-05-21T19:36:14.985ZMay 21 19:36:13.679 INFO Starting download, target: Clickhouse
17262026-05-21T19:36:14.985ZMay 21 19:36:13.679 INFO Starting download, target: DendriteStub
17272026-05-21T19:36:14.985ZMay 21 19:36:13.679 INFO Starting download, target: MaghemiteMgd
17282026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Starting download, target: TransceiverControl
17292026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-05-21T19:36:14.989ZMay 21 19:36:13.679 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-21T19:36:14.990ZMay 21 19:36:13.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-05-21T19:36:15.299ZMay 21 19:36:13.991 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-05-21T19:36:15.515ZMay 21 19:36:14.198 INFO Download complete, target: TransceiverControl
17372026-05-21T19:36:16.053ZMay 21 19:36:14.745 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-21T19:36:16.700ZMay 21 19:36:14.974 INFO Download complete, target: Console
17392026-05-21T19:36:17.046ZMay 21 19:36:15.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-05-21T19:36:17.103ZMay 21 19:36:15.779 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-21T19:36:17.412ZMay 21 19:36:16.085 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-21T19:36:17.976ZMay 21 19:36:16.662 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-05-21T19:36:17.976ZMay 21 19:36:16.662 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-05-21T19:36:19.317ZMay 21 19:36:18.012 INFO Download complete, target: DendriteStub
17452026-05-21T19:36:19.768ZMay 21 19:36:18.455 INFO Download complete, target: MaghemiteMgd
17462026-05-21T19:36:22.548ZMay 21 19:36:21.242 INFO Checking that binary works, target: Cockroach
17472026-05-21T19:36:22.725ZMay 21 19:36:21.420 INFO Download complete, target: Cockroach
17482026-05-21T19:36:23.773ZMay 21 19:36:22.468 INFO Checking that binary works, target: Clickhouse
17492026-05-21T19:36:23.901ZMay 21 19:36:22.594 INFO Download complete, target: Clickhouse
17502026-05-21T19:36:23.952ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-21T19:36:23.955Z
17522026-05-21T19:36:23.955Zreal 2:15.316918283
17532026-05-21T19:36:23.955Zuser 6:56.270381147
17542026-05-21T19:36:23.956Zsys 1:23.918361482
17552026-05-21T19:36:23.956Ztrap 0.205707754
17562026-05-21T19:36:23.956Ztflt 0.944137953
17572026-05-21T19:36:23.956Zdflt 1.176380245
17582026-05-21T19:36:23.956Zkflt 0.043983154
17592026-05-21T19:36:23.956Zlock 21:45.848781365
17602026-05-21T19:36:23.956Zslp 21:18.248829247
17612026-05-21T19:36:23.956Zlat 43.146229848
17622026-05-21T19:36:23.956Zstop 2:04.680529221
17632026-05-21T19:36:23.956Z+ banner hack-check
17642026-05-21T19:36:23.956Z
17652026-05-21T19:36:23.956Z # # ## #### # # #### # # ###### #### # #
17662026-05-21T19:36:23.956Z # # # # # # # # # # # # # # # # #
17672026-05-21T19:36:23.956Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-21T19:36:23.956Z # # ###### # # # # # # # # # #
17692026-05-21T19:36:23.956Z # # # # # # # # # # # # # # # # #
17702026-05-21T19:36:23.956Z # # # # #### # # #### # # ###### #### # #
17712026-05-21T19:36:23.956Z
17722026-05-21T19:36:23.956Z+ export CARGO_INCREMENTAL=0
17732026-05-21T19:36:23.957Z+ CARGO_INCREMENTAL=0
17742026-05-21T19:36:23.957Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-21T19:36:24.487Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-21T19:36:24.708Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-21T19:36:26.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17782026-05-21T19:36:26.681Z Running `target/debug/xtask check-features --ci`
17792026-05-21T19:36:26.708Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-21T19:36:26.713Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-21T19:36:27.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17822026-05-21T19:36:27.226Z Running `target/debug/xtask download cargo-hack`
17832026-05-21T19:36:28.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-21T19:36:28.334Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-21T19:36:30.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17862026-05-21T19:36:30.990Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-21T19:36:31.032ZMay 21 19:36:29.725 INFO Starting download, target: CargoHack
17882026-05-21T19:36:31.035ZMay 21 19:36:29.726 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-21T19:36:31.426ZMay 21 19:36:30.121 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-21T19:36:31.475ZMay 21 19:36:30.170 INFO Download complete, target: CargoHack
17912026-05-21T19:36:31.478Zrunning: "/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"
17922026-05-21T19:36:31.491Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-21T19:36:31.646Zinfo: running `cargo check --bins` on api_identity (1/274)
17942026-05-21T19:36:32.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-21T19:36:32.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-21T19:36:32.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-21T19:36:32.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17982026-05-21T19:36:32.234Z
17992026-05-21T19:36:32.234Zinfo: running `cargo check --bins` on bootstore (2/274)
18002026-05-21T19:36:32.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-21T19:36:32.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-21T19:36:32.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-21T19:36:32.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18042026-05-21T19:36:32.828Z
18052026-05-21T19:36:32.828Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18062026-05-21T19:36:33.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-21T19:36:33.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-21T19:36:33.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-21T19:36:33.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18102026-05-21T19:36:33.416Z
18112026-05-21T19:36:33.416Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18122026-05-21T19:36:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-21T19:36:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-21T19:36:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-21T19:36:33.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-21T19:36:33.996Z
18172026-05-21T19:36:33.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18182026-05-21T19:36:34.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-21T19:36:34.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-21T19:36:34.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-21T19:36:34.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222026-05-21T19:36:34.587Z
18232026-05-21T19:36:34.587Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18242026-05-21T19:36:35.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-21T19:36:35.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-21T19:36:35.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-21T19:36:35.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18282026-05-21T19:36:35.192Z
18292026-05-21T19:36:35.192Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18302026-05-21T19:36:35.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-21T19:36:35.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-21T19:36:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-21T19:36:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-05-21T19:36:35.791Z
18352026-05-21T19:36:35.791Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18362026-05-21T19:36:36.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-21T19:36:36.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-21T19:36:36.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-21T19:36:36.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-21T19:36:36.397Z
18412026-05-21T19:36:36.397Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18422026-05-21T19:36:36.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-21T19:36:36.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-21T19:36:36.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-21T19:36:36.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18462026-05-21T19:36:36.873Z
18472026-05-21T19:36:36.873Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18482026-05-21T19:36:37.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-21T19:36:37.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-21T19:36:37.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-21T19:36:37.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-05-21T19:36:37.353Z
18532026-05-21T19:36:37.353Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18542026-05-21T19:36:37.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-21T19:36:37.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-21T19:36:37.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-21T19:36:37.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-21T19:36:37.831Z
18592026-05-21T19:36:37.832Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18602026-05-21T19:36:38.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-21T19:36:38.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-21T19:36:38.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-21T19:36:38.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-21T19:36:38.309Z
18652026-05-21T19:36:38.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18662026-05-21T19:36:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-21T19:36:38.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-21T19:36:38.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-21T19:36:38.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-21T19:36:38.783Z
18712026-05-21T19:36:38.783Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18722026-05-21T19:36:39.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-21T19:36:39.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-21T19:36:39.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-21T19:36:39.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-21T19:36:39.255Z
18772026-05-21T19:36:39.255Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18782026-05-21T19:36:39.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-21T19:36:39.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-21T19:36:39.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-21T19:36:39.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-21T19:36:39.728Z
18832026-05-21T19:36:39.728Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18842026-05-21T19:36:40.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-21T19:36:40.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-21T19:36:40.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-21T19:36:40.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-21T19:36:40.233Z
18892026-05-21T19:36:40.233Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18902026-05-21T19:36:40.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-21T19:36:40.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-21T19:36:40.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-21T19:36:40.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-21T19:36:40.685Z
18952026-05-21T19:36:40.685Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18962026-05-21T19:36:41.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-21T19:36:41.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-21T19:36:41.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-21T19:36:41.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-21T19:36:41.162Z
19012026-05-21T19:36:41.162Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19022026-05-21T19:36:41.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-21T19:36:41.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-21T19:36:41.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-21T19:36:41.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-21T19:36:41.637Z
19072026-05-21T19:36:41.637Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19082026-05-21T19:36:42.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-21T19:36:42.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-21T19:36:42.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-21T19:36:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-21T19:36:42.115Z
19132026-05-21T19:36:42.116Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19142026-05-21T19:36:42.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-21T19:36:42.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-21T19:36:42.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-21T19:36:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-21T19:36:42.599Z
19192026-05-21T19:36:42.599Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19202026-05-21T19:36:43.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-21T19:36:43.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-21T19:36:43.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-21T19:36:43.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-21T19:36:43.067Z
19252026-05-21T19:36:43.067Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19262026-05-21T19:36:43.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-21T19:36:43.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-21T19:36:43.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-21T19:36:43.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-21T19:36:43.543Z
19312026-05-21T19:36:43.543Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19322026-05-21T19:36:43.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-21T19:36:43.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-21T19:36:43.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-21T19:36:43.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-21T19:36:44.018Z
19372026-05-21T19:36:44.018Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19382026-05-21T19:36:44.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-21T19:36:44.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-21T19:36:44.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-21T19:36:44.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-21T19:36:44.496Z
19432026-05-21T19:36:44.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19442026-05-21T19:36:44.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-21T19:36:44.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-21T19:36:44.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-21T19:36:44.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-21T19:36:44.976Z
19492026-05-21T19:36:44.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19502026-05-21T19:36:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-21T19:36:45.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-21T19:36:45.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-21T19:36:45.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-21T19:36:45.458Z
19552026-05-21T19:36:45.458Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19562026-05-21T19:36:45.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-21T19:36:45.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-21T19:36:45.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-21T19:36:45.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-21T19:36:45.942Z
19612026-05-21T19:36:45.942Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19622026-05-21T19:36:46.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-21T19:36:46.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-21T19:36:46.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-21T19:36:46.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-21T19:36:46.420Z
19672026-05-21T19:36:46.420Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19682026-05-21T19:36:46.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-21T19:36:46.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-21T19:36:46.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-21T19:36:46.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-05-21T19:36:46.900Z
19732026-05-21T19:36:46.900Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19742026-05-21T19:36:47.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-21T19:36:47.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-21T19:36:47.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-21T19:36:47.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-21T19:36:47.374Z
19792026-05-21T19:36:47.374Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19802026-05-21T19:36:47.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-21T19:36:47.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-21T19:36:47.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-21T19:36:47.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-21T19:36:47.853Z
19852026-05-21T19:36:47.853Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19862026-05-21T19:36:48.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-21T19:36:48.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-21T19:36:48.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-21T19:36:48.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-21T19:36:48.327Z
19912026-05-21T19:36:48.327Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19922026-05-21T19:36:48.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-21T19:36:48.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-21T19:36:48.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-21T19:36:48.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-21T19:36:48.800Z
19972026-05-21T19:36:48.800Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19982026-05-21T19:36:49.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-21T19:36:49.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-21T19:36:49.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-21T19:36:49.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-21T19:36:49.278Z
20032026-05-21T19:36:49.278Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20042026-05-21T19:36:49.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-21T19:36:49.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-21T19:36:49.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-21T19:36:49.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-21T19:36:49.757Z
20092026-05-21T19:36:49.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20102026-05-21T19:36:50.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-21T19:36:50.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-21T19:36:50.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-21T19:36:50.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-21T19:36:50.233Z
20152026-05-21T19:36:50.233Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20162026-05-21T19:36:50.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-21T19:36:50.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-21T19:36:50.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-21T19:36:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-21T19:36:50.713Z
20212026-05-21T19:36:50.713Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20222026-05-21T19:36:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-21T19:36:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-21T19:36:51.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-21T19:36:51.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-21T19:36:51.189Z
20272026-05-21T19:36:51.189Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20282026-05-21T19:36:51.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-21T19:36:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-21T19:36:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-21T19:36:51.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-05-21T19:36:51.666Z
20332026-05-21T19:36:51.666Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20342026-05-21T19:36:52.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-21T19:36:52.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-21T19:36:52.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-21T19:36:52.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-21T19:36:52.142Z
20392026-05-21T19:36:52.142Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20402026-05-21T19:36:52.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-21T19:36:52.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-21T19:36:52.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-21T19:36:52.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-21T19:36:52.620Z
20452026-05-21T19:36:52.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20462026-05-21T19:36:53.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-21T19:36:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-21T19:36:53.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-21T19:36:53.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-21T19:36:53.096Z
20512026-05-21T19:36:53.097Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20522026-05-21T19:36:53.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-21T19:36:53.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-21T19:36:53.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-21T19:36:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-21T19:36:53.571Z
20572026-05-21T19:36:53.571Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20582026-05-21T19:36:53.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-21T19:36:53.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-21T19:36:53.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-21T19:36:53.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-21T19:36:54.052Z
20632026-05-21T19:36:54.052Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20642026-05-21T19:36:54.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-21T19:36:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-21T19:36:54.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-21T19:36:54.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-21T19:36:54.535Z
20692026-05-21T19:36:54.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20702026-05-21T19:36:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-21T19:36:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-21T19:36:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-21T19:36:54.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-21T19:36:55.018Z
20752026-05-21T19:36:55.018Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20762026-05-21T19:36:55.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-21T19:36:55.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-21T19:36:55.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-21T19:36:55.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-21T19:36:55.502Z
20812026-05-21T19:36:55.502Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20822026-05-21T19:36:56.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-21T19:36:56.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-21T19:36:56.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-21T19:36:56.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-05-21T19:36:56.150Z
20872026-05-21T19:36:56.150Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20882026-05-21T19:36:56.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-21T19:36:56.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-21T19:36:56.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-21T19:36:56.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20922026-05-21T19:36:56.803Z
20932026-05-21T19:36:56.803Zinfo: running `cargo check --bins` on nexus-config (51/274)
20942026-05-21T19:36:57.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-21T19:36:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-21T19:36:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-21T19:36:57.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-21T19:36:57.451Z
20992026-05-21T19:36:57.451Zinfo: running `cargo check --bins` on nexus-types (52/274)
21002026-05-21T19:36:57.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-21T19:36:57.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-21T19:36:57.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-21T19:36:58.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-05-21T19:36:58.102Z
21052026-05-21T19:36:58.102Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21062026-05-21T19:36:58.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-21T19:36:58.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-21T19:36:58.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-21T19:36:58.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21102026-05-21T19:36:58.716Z
21112026-05-21T19:36:58.716Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21122026-05-21T19:36:59.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-21T19:36:59.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-21T19:36:59.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-21T19:36:59.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21162026-05-21T19:36:59.310Z
21172026-05-21T19:36:59.310Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21182026-05-21T19:36:59.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-21T19:36:59.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-21T19:36:59.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-21T19:36:59.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21222026-05-21T19:36:59.927Z
21232026-05-21T19:36:59.927Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21242026-05-21T19:37:00.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-21T19:37:00.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-21T19:37:00.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-21T19:37:00.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-05-21T19:37:00.545Z
21292026-05-21T19:37:00.545Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21302026-05-21T19:37:01.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-21T19:37:01.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-21T19:37:01.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-21T19:37:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21342026-05-21T19:37:01.158Z
21352026-05-21T19:37:01.158Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21362026-05-21T19:37:01.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-21T19:37:01.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-21T19:37:01.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-21T19:37:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-05-21T19:37:01.770Z
21412026-05-21T19:37:01.770Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21422026-05-21T19:37:02.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-21T19:37:02.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-21T19:37:02.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-21T19:37:02.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-21T19:37:02.368Z
21472026-05-21T19:37:02.368Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21482026-05-21T19:37:02.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-21T19:37:02.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-21T19:37:02.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-21T19:37:02.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-05-21T19:37:02.972Z
21532026-05-21T19:37:02.972Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21542026-05-21T19:37:03.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-21T19:37:03.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-21T19:37:03.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-21T19:37:03.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-21T19:37:03.567Z
21592026-05-21T19:37:03.567Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21602026-05-21T19:37:04.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-21T19:37:04.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-21T19:37:04.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-21T19:37:04.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-21T19:37:04.160Z
21652026-05-21T19:37:04.160Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21662026-05-21T19:37:04.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-21T19:37:04.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-21T19:37:04.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-21T19:37:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-05-21T19:37:04.770Z
21712026-05-21T19:37:04.770Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21722026-05-21T19:37:05.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-21T19:37:05.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-21T19:37:05.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-21T19:37:05.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-05-21T19:37:05.382Z
21772026-05-21T19:37:05.382Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21782026-05-21T19:37:05.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-21T19:37:05.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-21T19:37:05.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-21T19:37:05.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-21T19:37:05.973Z
21832026-05-21T19:37:05.973Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21842026-05-21T19:37:06.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-21T19:37:06.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-21T19:37:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-21T19:37:06.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-21T19:37:06.568Z
21892026-05-21T19:37:06.568Zinfo: running `cargo check --bins` on ereport-types (67/274)
21902026-05-21T19:37:07.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-21T19:37:07.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-21T19:37:07.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-21T19:37:07.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21942026-05-21T19:37:07.173Z
21952026-05-21T19:37:07.174Zinfo: running `cargo check --bins` on gateway-client (68/274)
21962026-05-21T19:37:07.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-21T19:37:07.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-21T19:37:07.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-21T19:37:07.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-05-21T19:37:07.788Z
22012026-05-21T19:37:07.789Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22022026-05-21T19:37:08.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-21T19:37:08.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-21T19:37:08.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-21T19:37:08.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-21T19:37:08.387Z
22072026-05-21T19:37:08.387Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22082026-05-21T19:37:08.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-21T19:37:08.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-21T19:37:08.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-21T19:37:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22122026-05-21T19:37:08.993Z
22132026-05-21T19:37:08.993Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22142026-05-21T19:37:09.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-21T19:37:09.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-21T19:37:09.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-21T19:37:09.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-21T19:37:09.599Z
22192026-05-21T19:37:09.599Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22202026-05-21T19:37:10.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-21T19:37:10.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-21T19:37:10.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-21T19:37:10.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-21T19:37:10.208Z
22252026-05-21T19:37:10.209Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22262026-05-21T19:37:10.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-21T19:37:10.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-21T19:37:10.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-21T19:37:10.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22302026-05-21T19:37:10.829Z
22312026-05-21T19:37:10.830Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22322026-05-21T19:37:11.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-21T19:37:11.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-21T19:37:11.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-21T19:37:11.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-05-21T19:37:11.454Z
22372026-05-21T19:37:11.454Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22382026-05-21T19:37:11.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-21T19:37:11.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-21T19:37:11.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-21T19:37:11.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-05-21T19:37:12.048Z
22432026-05-21T19:37:12.048Zinfo: running `cargo check --bins` on oxlog (76/274)
22442026-05-21T19:37:12.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-21T19:37:12.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-21T19:37:12.674Z Checking cfg-if v1.0.4
22472026-05-21T19:37:12.674Z Checking libc v0.2.185
22482026-05-21T19:37:12.674Z Checking serde_core v1.0.228
22492026-05-21T19:37:12.805Z Checking zeroize v1.8.2
22502026-05-21T19:37:12.810Z Checking memchr v2.8.0
22512026-05-21T19:37:12.810Z Checking log v0.4.29
22522026-05-21T19:37:12.824Z Checking smallvec v1.15.1
22532026-05-21T19:37:12.845Z Checking typenum v1.19.0
22542026-05-21T19:37:12.845Z Checking subtle v2.6.1
22552026-05-21T19:37:12.933Z Checking itoa v1.0.17
22562026-05-21T19:37:12.968Z Checking scopeguard v1.2.0
22572026-05-21T19:37:12.988Z Checking stable_deref_trait v1.2.1
22582026-05-21T19:37:12.995Z Checking const-oid v0.9.6
22592026-05-21T19:37:13.083Z Checking lock_api v0.4.14
22602026-05-21T19:37:13.124Z Checking zerofrom v0.1.6
22612026-05-21T19:37:13.137Z Checking pin-project-lite v0.2.17
22622026-05-21T19:37:13.174Z Checking portable-atomic v1.13.1
22632026-05-21T19:37:13.197Z Checking getrandom v0.2.17
22642026-05-21T19:37:13.197Z Checking errno v0.3.14
22652026-05-21T19:37:13.197Z Checking yoke v0.8.1
22662026-05-21T19:37:13.260Z Checking parking_lot_core v0.9.12
22672026-05-21T19:37:13.304Z Checking signal-hook-registry v1.4.8
22682026-05-21T19:37:13.341Z Checking rand_core v0.6.4
22692026-05-21T19:37:13.350Z Checking generic-array v0.14.7
22702026-05-21T19:37:13.368Z Checking zerovec v0.11.5
22712026-05-21T19:37:13.444Z Checking critical-section v1.2.0
22722026-05-21T19:37:13.469Z Checking futures-core v0.3.32
22732026-05-21T19:37:13.511Z Checking parking_lot v0.12.5
22742026-05-21T19:37:13.538Z Checking mio v1.2.0
22752026-05-21T19:37:13.577Z Checking once_cell v1.21.3
22762026-05-21T19:37:13.591Z Checking zerocopy v0.8.40
22772026-05-21T19:37:13.681Z Checking zmij v1.0.21
22782026-05-21T19:37:13.881Z Checking socket2 v0.6.3
22792026-05-21T19:37:13.899Z Checking libm v0.2.16
22802026-05-21T19:37:13.899Z Checking crypto-common v0.1.7
22812026-05-21T19:37:13.899Z Checking block-buffer v0.10.4
22822026-05-21T19:37:13.899Z Checking tinystr v0.8.2
22832026-05-21T19:37:13.899Z Checking writeable v0.6.2
22842026-05-21T19:37:13.912Z Checking percent-encoding v2.3.2
22852026-05-21T19:37:13.930Z Checking equivalent v1.0.2
22862026-05-21T19:37:13.968Z Checking digest v0.10.7
22872026-05-21T19:37:13.999Z Checking litemap v0.8.1
22882026-05-21T19:37:14.015Z Checking potential_utf v0.1.4
22892026-05-21T19:37:14.073Z Checking zerotrie v0.2.3
22902026-05-21T19:37:14.078Z Checking futures-sink v0.3.32
22912026-05-21T19:37:14.140Z Checking slab v0.4.12
22922026-05-21T19:37:14.155Z Checking icu_collections v2.1.1
22932026-05-21T19:37:14.256Z Checking futures-channel v0.3.32
22942026-05-21T19:37:14.272Z Checking icu_locale_core v2.1.1
22952026-05-21T19:37:14.272Z Checking serde v1.0.228
22962026-05-21T19:37:14.295Z Checking bitflags v2.11.0
22972026-05-21T19:37:14.301Z Checking serde_json v1.0.149
22982026-05-21T19:37:14.358Z Checking futures-io v0.3.32
22992026-05-21T19:37:14.453Z Checking num-traits v0.2.19
23002026-05-21T19:37:14.464Z Checking cpufeatures v0.2.17
23012026-05-21T19:37:14.464Z Checking futures-task v0.3.32
23022026-05-21T19:37:14.504Z Checking hmac v0.12.1
23032026-05-21T19:37:14.552Z Checking icu_properties_data v2.1.2
23042026-05-21T19:37:14.644Z Checking futures-util v0.3.32
23052026-05-21T19:37:14.658Z Checking icu_normalizer_data v2.1.1
23062026-05-21T19:37:14.683Z Checking bytes v1.11.1
23072026-05-21T19:37:14.687Z Checking rand_core v0.10.0
23082026-05-21T19:37:14.734Z Checking hashbrown v0.17.0
23092026-05-21T19:37:14.740Z Checking icu_provider v2.1.1
23102026-05-21T19:37:14.819Z Checking getrandom v0.4.1
23112026-05-21T19:37:14.956Z Checking icu_normalizer v2.1.1
23122026-05-21T19:37:14.986Z Checking icu_properties v2.1.2
23132026-05-21T19:37:15.007Z Checking block-padding v0.3.3
23142026-05-21T19:37:15.029Z Checking utf8_iter v1.0.4
23152026-05-21T19:37:15.105Z Checking tokio v1.52.1
23162026-05-21T19:37:15.122Z Checking inout v0.1.4
23172026-05-21T19:37:15.138Z Checking sha2 v0.10.9
23182026-05-21T19:37:15.209Z Checking indexmap v2.14.0
23192026-05-21T19:37:15.255Z Checking cipher v0.4.4
23202026-05-21T19:37:15.264Z Checking form_urlencoded v1.2.2
23212026-05-21T19:37:15.456Z Checking getrandom v0.3.4
23222026-05-21T19:37:15.501Z Checking fnv v1.0.7
23232026-05-21T19:37:15.501Z Checking base64ct v1.8.3
23242026-05-21T19:37:15.539Z Checking byteorder v1.5.0
23252026-05-21T19:37:15.545Z Checking flagset v0.4.7
23262026-05-21T19:37:15.665Z Checking rand_core v0.9.5
23272026-05-21T19:37:15.696Z Checking pem-rfc7468 v0.7.0
23282026-05-21T19:37:15.702Z Checking http v1.4.0
23292026-05-21T19:37:15.753Z Checking regex-syntax v0.8.10
23302026-05-21T19:37:15.804Z Checking idna_adapter v1.2.1
23312026-05-21T19:37:15.854Z Checking salsa20 v0.10.2
23322026-05-21T19:37:15.860Z Checking der v0.7.10
23332026-05-21T19:37:15.904Z Checking idna v1.1.0
23342026-05-21T19:37:15.970Z Checking uuid v1.23.0
23352026-05-21T19:37:16.178Z Checking url v2.5.8
23362026-05-21T19:37:16.280Z Checking pbkdf2 v0.12.2
23372026-05-21T19:37:16.302Z Checking rustix v1.1.3
23382026-05-21T19:37:16.368Z Checking ppv-lite86 v0.2.21
23392026-05-21T19:37:16.373Z Checking tracing-core v0.1.36
23402026-05-21T19:37:16.554Z Checking rustls-pki-types v1.14.0
23412026-05-21T19:37:16.690Z Checking spki v0.7.3
23422026-05-21T19:37:16.731Z Checking iana-time-zone v0.1.65
23432026-05-21T19:37:16.731Z Checking base64 v0.22.1
23442026-05-21T19:37:16.731Z Checking tracing v0.1.44
23452026-05-21T19:37:16.731Z Checking chrono v0.4.44
23462026-05-21T19:37:16.748Z Checking rand_chacha v0.9.0
23472026-05-21T19:37:16.842Z Checking scrypt v0.11.0
23482026-05-21T19:37:16.873Z Checking http-body v1.0.1
23492026-05-21T19:37:16.893Z Checking aes v0.8.4
23502026-05-21T19:37:16.969Z Checking cbc v0.1.2
23512026-05-21T19:37:17.185Z Checking aws-lc-sys v0.40.0
23522026-05-21T19:37:17.185Z Checking untrusted v0.7.1
23532026-05-21T19:37:17.205Z Checking tinyvec_macros v0.1.1
23542026-05-21T19:37:17.205Z Checking openssl-probe v0.2.1
23552026-05-21T19:37:17.205Z Checking untrusted v0.9.0
23562026-05-21T19:37:17.205Z Checking tinyvec v1.10.0
23572026-05-21T19:37:17.205Z Checking rand v0.9.2
23582026-05-21T19:37:17.205Z Checking tower-service v0.3.3
23592026-05-21T19:37:17.243Z Checking ring v0.17.14
23602026-05-21T19:37:17.278Z Checking pkcs5 v0.7.1
23612026-05-21T19:37:17.278Z Checking try-lock v0.2.5
23622026-05-21T19:37:17.370Z Checking tower-layer v0.3.3
23632026-05-21T19:37:17.437Z Checking atomic-waker v1.1.2
23642026-05-21T19:37:17.495Z Checking aws-lc-rs v1.16.3
23652026-05-21T19:37:17.548Z Checking want v0.3.1
23662026-05-21T19:37:17.554Z Checking pkcs8 v0.10.2
23672026-05-21T19:37:17.554Z Checking ipnet v2.11.0
23682026-05-21T19:37:17.564Z Checking httparse v1.10.1
23692026-05-21T19:37:17.603Z Checking aho-corasick v1.1.4
23702026-05-21T19:37:17.656Z Checking foreign-types-shared v0.1.1
23712026-05-21T19:37:17.712Z Checking httpdate v1.0.3
23722026-05-21T19:37:17.723Z Checking pin-utils v0.1.0
23732026-05-21T19:37:17.762Z Checking plain v0.2.3
23742026-05-21T19:37:17.791Z Checking dyn-clone v1.0.20
23752026-05-21T19:37:17.806Z Checking fastrand v2.3.0
23762026-05-21T19:37:17.863Z Checking foreign-types v0.3.2
23772026-05-21T19:37:17.888Z Checking unicode-normalization v0.1.25
23782026-05-21T19:37:17.898Z Checking semver v1.0.28
23792026-05-21T19:37:17.922Z Checking openssl-sys v0.9.115
23802026-05-21T19:37:17.991Z Checking tempfile v3.25.0
23812026-05-21T19:37:18.131Z Checking spin v0.9.8
23822026-05-21T19:37:18.190Z Checking ucd-trie v0.1.7
23832026-05-21T19:37:18.236Z Checking unicode-ident v1.0.24
23842026-05-21T19:37:18.274Z Checking regex-automata v0.4.14
23852026-05-21T19:37:18.287Z Checking schemars v0.8.22
23862026-05-21T19:37:18.299Z Checking rustls-native-certs v0.8.3
23872026-05-21T19:37:18.327Z Checking rustls-webpki v0.103.9
23882026-05-21T19:37:18.327Z Checking openssl v0.10.79
23892026-05-21T19:37:18.327Z Checking pest v2.8.6
23902026-05-21T19:37:18.368Z Checking proc-macro2 v1.0.106
23912026-05-21T19:37:18.374Z Checking tokio-util v0.7.18
23922026-05-21T19:37:18.441Z Checking thiserror v2.0.18
23932026-05-21T19:37:18.533Z Checking sync_wrapper v1.0.2
23942026-05-21T19:37:18.623Z Checking wait-timeout v0.2.1
23952026-05-21T19:37:18.655Z Checking anstyle v1.0.13
23962026-05-21T19:37:18.737Z Checking rustls v0.23.37
23972026-05-21T19:37:18.749Z Checking bit-vec v0.8.0
23982026-05-21T19:37:18.834Z Checking powerfmt v0.2.0
23992026-05-21T19:37:18.918Z Checking utf8parse v0.2.2
24002026-05-21T19:37:18.939Z Checking pretty-hex v0.4.1
24012026-05-21T19:37:18.961Z Checking h2 v0.4.13
24022026-05-21T19:37:18.990Z Checking quick-error v1.2.3
24032026-05-21T19:37:19.016Z Checking siphasher v1.0.2
24042026-05-21T19:37:19.053Z Checking simd-adler32 v0.3.8
24052026-05-21T19:37:19.086Z Checking rusty-fork v0.3.1
24062026-05-21T19:37:19.168Z Checking anstyle-parse v0.2.7
24072026-05-21T19:37:19.221Z Checking deranged v0.5.8
24082026-05-21T19:37:19.254Z Checking bit-set v0.8.0
24092026-05-21T19:37:19.321Z Checking quote v1.0.45
24102026-05-21T19:37:19.422Z Checking tower v0.5.3
24112026-05-21T19:37:19.439Z Compiling newtype-uuid v1.3.2
24122026-05-21T19:37:19.492Z Checking http-body-util v0.1.3
24132026-05-21T19:37:19.584Z Checking crossbeam-utils v0.8.21
24142026-05-21T19:37:19.706Z Checking webpki-roots v1.0.6
24152026-05-21T19:37:19.768Z Checking rand_xorshift v0.4.0
24162026-05-21T19:37:19.837Z Checking crc32fast v1.5.0
24172026-05-21T19:37:19.889Z Checking scroll v0.13.0
24182026-05-21T19:37:19.932Z Checking signature v2.2.0
24192026-05-21T19:37:19.978Z Checking is_terminal_polyfill v1.70.2
24202026-05-21T19:37:20.071Z Checking adler2 v2.0.1
24212026-05-21T19:37:20.078Z Checking ryu v1.0.23
24222026-05-21T19:37:20.112Z Checking unicode-properties v0.1.4
24232026-05-21T19:37:20.124Z Checking allocator-api2 v0.2.21
24242026-05-21T19:37:20.168Z Checking unicode-bidi v0.3.18
24252026-05-21T19:37:20.168Z Checking num_threads v0.1.7
24262026-05-21T19:37:20.213Z Checking unarray v0.1.4
24272026-05-21T19:37:20.269Z Checking time-core v0.1.8
24282026-05-21T19:37:20.305Z Checking num-conv v0.2.0
24292026-05-21T19:37:20.315Z Checking anstyle-query v1.1.5
24302026-05-21T19:37:20.355Z Checking native-tls v0.2.18
24312026-05-21T19:37:20.405Z Checking iri-string v0.7.10
24322026-05-21T19:37:20.410Z Checking colorchoice v1.0.4
24332026-05-21T19:37:20.410Z Checking proptest v1.10.0
24342026-05-21T19:37:20.439Z Checking time v0.3.47
24352026-05-21T19:37:20.470Z Checking stringprep v0.1.5
24362026-05-21T19:37:20.525Z Checking anstream v0.6.21
24372026-05-21T19:37:20.538Z Checking tokio-native-tls v0.3.1
24382026-05-21T19:37:20.621Z Checking serde_urlencoded v0.7.1
24392026-05-21T19:37:20.697Z Checking miniz_oxide v0.8.9
24402026-05-21T19:37:20.730Z Checking goblin v0.10.5
24412026-05-21T19:37:20.825Z Checking bstr v1.12.1
24422026-05-21T19:37:21.047Z Checking crossbeam-epoch v0.9.18
24432026-05-21T19:37:21.121Z Checking tokio-rustls v0.26.4
24442026-05-21T19:37:21.223Z Compiling daft v0.1.5
24452026-05-21T19:37:21.274Z Checking syn v2.0.117
24462026-05-21T19:37:21.352Z Checking ipnetwork v0.21.1
24472026-05-21T19:37:21.422Z Checking tower-http v0.6.8
24482026-05-21T19:37:21.503Z Checking rand_chacha v0.3.1
24492026-05-21T19:37:21.558Z Checking thiserror v1.0.69
24502026-05-21T19:37:21.571Z Checking scroll v0.12.0
24512026-05-21T19:37:21.658Z Checking hash32 v0.2.1
24522026-05-21T19:37:21.685Z Checking hyper v1.8.1
24532026-05-21T19:37:21.705Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-21T19:37:21.718Z Checking num-integer v0.1.46
24552026-05-21T19:37:21.816Z Checking toml_datetime v0.6.11
24562026-05-21T19:37:21.945Z Checking serde_spanned v0.6.9
24572026-05-21T19:37:21.945Z Checking md-5 v0.10.6
24582026-05-21T19:37:21.959Z Checking ff v0.13.1
24592026-05-21T19:37:21.968Z Checking zlib-rs v0.6.2
24602026-05-21T19:37:21.972Z Checking base16ct v0.2.0
24612026-05-21T19:37:21.983Z Checking fallible-iterator v0.2.0
24622026-05-21T19:37:22.065Z Checking psl-types v2.0.11
24632026-05-21T19:37:22.094Z Checking sec1 v0.7.3
24642026-05-21T19:37:22.184Z Checking publicsuffix v2.3.0
24652026-05-21T19:37:22.256Z Checking postgres-protocol v0.6.10
24662026-05-21T19:37:22.299Z Checking group v0.13.0
24672026-05-21T19:37:22.345Z Compiling iddqd v0.3.18
24682026-05-21T19:37:22.359Z Checking num-iter v0.1.45
24692026-05-21T19:37:22.446Z Checking zstd-safe v7.2.4
24702026-05-21T19:37:22.478Z Checking heapless v0.7.17
24712026-05-21T19:37:22.571Z Checking goblin v0.8.2
24722026-05-21T19:37:22.584Z Checking hyper-util v0.1.20
24732026-05-21T19:37:22.612Z Checking rand v0.8.6
24742026-05-21T19:37:22.833Z Checking flate2 v1.1.9
24752026-05-21T19:37:22.879Z Checking oxnet v0.1.4
24762026-05-21T19:37:23.044Z Checking dof v0.4.0
24772026-05-21T19:37:23.116Z Checking cookie v0.18.1
24782026-05-21T19:37:23.135Z Checking dtrace-parser v0.3.0
24792026-05-21T19:37:23.147Z Checking phf_shared v0.13.1
24802026-05-21T19:37:23.341Z Checking lazy_static v1.5.0
24812026-05-21T19:37:23.354Z Checking zerocopy v0.7.35
24822026-05-21T19:37:23.369Z Checking pin-project v1.1.11
24832026-05-21T19:37:23.433Z Checking bzip2-sys v0.1.13+1.0.8
24842026-05-21T19:37:23.463Z Checking signal-hook v0.3.18
24852026-05-21T19:37:23.477Z Checking terminal_size v0.4.3
24862026-05-21T19:37:23.520Z Checking futures-executor v0.3.32
24872026-05-21T19:37:23.551Z Checking hex v0.4.3
24882026-05-21T19:37:23.594Z Checking hkdf v0.12.4
24892026-05-21T19:37:23.667Z Checking crypto-bigint v0.5.5
24902026-05-21T19:37:23.672Z Checking thread-id v5.1.0
24912026-05-21T19:37:23.690Z Checking encoding_rs v0.8.35
24922026-05-21T19:37:23.739Z Checking either v1.15.0
24932026-05-21T19:37:23.754Z Checking winnow v0.5.40
24942026-05-21T19:37:23.774Z Checking bitflags v1.3.2
24952026-05-21T19:37:23.840Z Checking libbz2-rs-sys v0.2.2
24962026-05-21T19:37:23.853Z Checking strsim v0.11.1
24972026-05-21T19:37:23.865Z Checking hyper-rustls v0.27.7
24982026-05-21T19:37:23.911Z Checking hyper-tls v0.6.0
24992026-05-21T19:37:24.011Z Checking clap_lex v1.0.0
25002026-05-21T19:37:24.072Z Checking same-file v1.0.6
25012026-05-21T19:37:24.085Z Checking winnow v0.7.14
25022026-05-21T19:37:24.163Z Compiling rayon-core v1.13.0
25032026-05-21T19:37:24.189Z Checking mime v0.3.17
25042026-05-21T19:37:24.229Z Checking foldhash v0.2.0
25052026-05-21T19:37:24.342Z Checking bumpalo v3.20.2
25062026-05-21T19:37:24.379Z Checking managed v0.8.0
25072026-05-21T19:37:24.399Z Checking foldhash v0.1.5
25082026-05-21T19:37:24.492Z Checking dof v0.3.0
25092026-05-21T19:37:24.516Z Checking hashbrown v0.15.5
25102026-05-21T19:37:24.548Z Checking zopfli v0.8.3
25112026-05-21T19:37:24.551Z Checking smoltcp v0.9.1
25122026-05-21T19:37:24.551Z Checking elliptic-curve v0.13.8
25132026-05-21T19:37:24.619Z Checking reqwest v0.12.28
25142026-05-21T19:37:24.775Z Checking hashbrown v0.16.1
25152026-05-21T19:37:24.908Z Checking bzip2 v0.6.1
25162026-05-21T19:37:24.922Z Checking toml_edit v0.19.15
25172026-05-21T19:37:24.930Z Checking walkdir v2.5.0
25182026-05-21T19:37:25.000Z Checking clap_builder v4.5.60
25192026-05-21T19:37:25.073Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-05-21T19:37:25.095Z Checking usdt-impl v0.6.0
25212026-05-21T19:37:25.152Z Checking futures v0.3.32
25222026-05-21T19:37:25.233Z Checking signal-hook-mio v0.2.5
25232026-05-21T19:37:25.260Z Checking bzip2 v0.4.4
25242026-05-21T19:37:25.296Z Checking snafu v0.8.9
25252026-05-21T19:37:25.302Z Checking num-bigint-dig v0.8.6
25262026-05-21T19:37:25.335Z Checking cookie_store v0.22.1
25272026-05-21T19:37:25.380Z Checking phf v0.13.1
25282026-05-21T19:37:25.516Z Checking zstd v0.13.3
25292026-05-21T19:37:25.559Z Checking postgres-types v0.2.12
25302026-05-21T19:37:25.569Z Checking dtrace-parser v0.2.0
25312026-05-21T19:37:25.667Z Checking crossbeam-deque v0.8.6
25322026-05-21T19:37:25.678Z Checking globset v0.4.18
25332026-05-21T19:37:25.697Z Checking rustls-platform-verifier v0.6.2
25342026-05-21T19:37:25.766Z Checking regex v1.12.3
25352026-05-21T19:37:25.833Z Checking ed25519 v2.2.3
25362026-05-21T19:37:25.847Z Checking phf_shared v0.11.3
25372026-05-21T19:37:25.851Z Checking olpc-cjson v0.1.4
25382026-05-21T19:37:25.924Z Checking ref-cast v1.0.25
25392026-05-21T19:37:25.963Z Checking curve25519-dalek v4.1.3
25402026-05-21T19:37:25.988Z Checking strum v0.27.2
25412026-05-21T19:37:25.994Z Checking hubpack v0.1.2
25422026-05-21T19:37:26.015Z Checking memoffset v0.9.1
25432026-05-21T19:37:26.030Z Checking rustix v0.38.44
25442026-05-21T19:37:26.040Z Checking pkcs1 v0.7.5
25452026-05-21T19:37:26.091Z Checking pem v3.0.6
25462026-05-21T19:37:26.104Z Checking float-cmp v0.10.0
25472026-05-21T19:37:26.118Z Checking erased-serde v0.3.31
25482026-05-21T19:37:26.182Z Checking serde-big-array v0.5.1
25492026-05-21T19:37:26.234Z Checking serde_plain v1.0.2
25502026-05-21T19:37:26.246Z Checking rfc6979 v0.4.0
25512026-05-21T19:37:26.252Z Checking memmap2 v0.9.10
25522026-05-21T19:37:26.272Z Checking thread-id v4.2.2
25532026-05-21T19:37:26.300Z Checking env_filter v1.0.0
25542026-05-21T19:37:26.340Z Checking precomputed-hash v0.1.1
25552026-05-21T19:37:26.355Z Checking jiff v0.2.21
25562026-05-21T19:37:26.370Z Checking data-encoding v2.10.0
25572026-05-21T19:37:26.405Z Checking difflib v0.4.0
25582026-05-21T19:37:26.428Z Checking new_debug_unreachable v1.0.6
25592026-05-21T19:37:26.437Z Checking typed-path v0.9.3
25602026-05-21T19:37:26.493Z Checking predicates-core v1.0.10
25612026-05-21T19:37:26.503Z Checking normalize-line-endings v0.3.0
25622026-05-21T19:37:26.584Z Checking keccak v0.1.6
25632026-05-21T19:37:26.601Z Checking fixedbitset v0.5.7
25642026-05-21T19:37:26.616Z Checking fixedbitset v0.4.2
25652026-05-21T19:37:26.636Z Checking static_assertions v1.1.0
25662026-05-21T19:37:26.709Z Checking whoami v2.1.0
25672026-05-21T19:37:26.749Z Checking rustc-hash v2.1.1
25682026-05-21T19:37:26.755Z Checking unicode-segmentation v1.12.0
25692026-05-21T19:37:26.774Z Checking toml_write v0.1.2
25702026-05-21T19:37:26.790Z Checking petgraph v0.8.3
25712026-05-21T19:37:26.828Z Checking crossterm v0.28.1
25722026-05-21T19:37:26.907Z Checking tokio-postgres v0.7.16
25732026-05-21T19:37:26.939Z Checking toml_edit v0.22.27
25742026-05-21T19:37:27.081Z Checking similar v2.7.0
25752026-05-21T19:37:27.207Z Checking tough v0.22.0
25762026-05-21T19:37:27.518Z Checking petgraph v0.6.5
25772026-05-21T19:37:27.582Z Checking ed25519-dalek v2.2.0
25782026-05-21T19:37:27.717Z Checking sha3 v0.10.8
25792026-05-21T19:37:27.762Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25802026-05-21T19:37:27.923Z Checking hickory-proto v0.25.2
25812026-05-21T19:37:28.008Z Checking predicates v3.1.4
25822026-05-21T19:37:28.139Z Checking slog v2.8.2
25832026-05-21T19:37:28.311Z Checking string_cache v0.8.9
25842026-05-21T19:37:28.347Z Checking env_logger v0.11.9
25852026-05-21T19:37:28.405Z Checking usdt v0.6.0
25862026-05-21T19:37:28.479Z Checking ecdsa v0.16.9
25872026-05-21T19:37:28.540Z Checking usdt-impl v0.5.0
25882026-05-21T19:37:28.576Z Checking rsa v0.9.10
25892026-05-21T19:37:28.581Z Checking zip v4.6.1
25902026-05-21T19:37:28.711Z Checking clap v4.5.60
25912026-05-21T19:37:28.789Z Checking nix v0.31.2
25922026-05-21T19:37:28.814Z Checking toml v0.7.8
25932026-05-21T19:37:28.828Z Checking reqwest v0.13.2
25942026-05-21T19:37:29.133Z Checking zip v0.6.6
25952026-05-21T19:37:29.153Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-21T19:37:29.240Z Checking itertools v0.13.0
25972026-05-21T19:37:29.392Z Checking serde_with v3.17.0
25982026-05-21T19:37:29.452Z Checking strum v0.26.3
25992026-05-21T19:37:29.482Z Checking fs-err v3.3.0
26002026-05-21T19:37:29.568Z Checking ahash v0.8.12
26012026-05-21T19:37:29.667Z Checking object v0.37.3
26022026-05-21T19:37:29.763Z Checking tokio-stream v0.1.18
26032026-05-21T19:37:29.781Z Checking buf-list v1.1.2
26042026-05-21T19:37:29.804Z Checking camino v1.2.2
26052026-05-21T19:37:29.965Z Checking anyhow v1.0.102
26062026-05-21T19:37:30.059Z Checking x509-cert v0.2.5
26072026-05-21T19:37:30.071Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-21T19:37:30.165Z Checking openapiv3 v2.2.0
26092026-05-21T19:37:30.168Z Checking sha1 v0.10.6
26102026-05-21T19:37:30.287Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-21T19:37:30.335Z Checking lalrpop-util v0.19.12
26122026-05-21T19:37:30.348Z Checking peg-runtime v0.8.5
26132026-05-21T19:37:30.481Z Checking rayon v1.11.0
26142026-05-21T19:37:30.493Z Checking sigpipe v0.1.3
26152026-05-21T19:37:30.507Z Checking glob v0.3.3
26162026-05-21T19:37:31.905Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-21T19:37:32.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
26182026-05-21T19:37:32.362Z
26192026-05-21T19:37:32.362Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26202026-05-21T19:37:32.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-21T19:37:32.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-21T19:37:32.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-21T19:37:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-21T19:37:32.977Z
26252026-05-21T19:37:32.977Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26262026-05-21T19:37:33.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-21T19:37:33.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-21T19:37:33.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-21T19:37:33.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-21T19:37:33.587Z
26312026-05-21T19:37:33.587Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26322026-05-21T19:37:34.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-21T19:37:34.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-21T19:37:34.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-21T19:37:34.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-05-21T19:37:34.239Z
26372026-05-21T19:37:34.239Zinfo: running `cargo check --bins` on oxql-types (80/274)
26382026-05-21T19:37:34.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-21T19:37:34.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-21T19:37:34.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-21T19:37:34.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-21T19:37:34.830Z
26432026-05-21T19:37:34.830Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26442026-05-21T19:37:35.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-21T19:37:35.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-21T19:37:35.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-21T19:37:35.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-21T19:37:35.442Z
26492026-05-21T19:37:35.443Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26502026-05-21T19:37:35.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-21T19:37:35.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-21T19:37:35.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-21T19:37:35.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-21T19:37:36.056Z
26552026-05-21T19:37:36.056Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26562026-05-21T19:37:36.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-21T19:37:36.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-21T19:37:36.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-21T19:37:36.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-21T19:37:36.655Z
26612026-05-21T19:37:36.655Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26622026-05-21T19:37:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-21T19:37:37.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-21T19:37:37.353Z Compiling structmeta-derive v0.3.0
26652026-05-21T19:37:37.470Z Compiling rustls v0.22.4
26662026-05-21T19:37:37.484Z Compiling multer v3.1.0
26672026-05-21T19:37:37.502Z Compiling async-stream-impl v0.3.6
26682026-05-21T19:37:37.502Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-21T19:37:37.511Z Compiling dropshot v0.17.0
26702026-05-21T19:37:37.531Z Compiling newtype-uuid-macros v0.1.0
26712026-05-21T19:37:37.531Z Compiling dropshot_endpoint v0.17.0
26722026-05-21T19:37:37.650Z Checking newtype-uuid v1.3.2
26732026-05-21T19:37:37.714Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-21T19:37:37.775Z Checking rustls-webpki v0.102.8
26752026-05-21T19:37:37.861Z Checking daft v0.1.5
26762026-05-21T19:37:37.879Z Checking thread_local v1.1.9
26772026-05-21T19:37:38.046Z Checking match_cfg v0.1.0
26782026-05-21T19:37:38.077Z Checking compression-core v0.4.31
26792026-05-21T19:37:38.090Z Checking iddqd v0.3.18
26802026-05-21T19:37:38.112Z Checking crossbeam-channel v0.5.15
26812026-05-21T19:37:38.127Z Checking hostname v0.3.1
26822026-05-21T19:37:38.214Z Checking compression-codecs v0.4.37
26832026-05-21T19:37:38.230Z Checking slog-json v2.6.1
26842026-05-21T19:37:38.276Z Checking serde_spanned v1.0.4
26852026-05-21T19:37:38.367Z Checking is-terminal v0.4.17
26862026-05-21T19:37:38.384Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-21T19:37:38.408Z Checking take_mut v0.2.2
26882026-05-21T19:37:38.446Z Checking term v1.2.1
26892026-05-21T19:37:38.469Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-05-21T19:37:38.509Z Checking debug-ignore v1.0.5
26912026-05-21T19:37:38.533Z Compiling structmeta v0.3.0
26922026-05-21T19:37:38.577Z Checking slog-async v2.8.0
26932026-05-21T19:37:38.609Z Checking slog-bunyan v2.5.0
26942026-05-21T19:37:38.634Z Checking toml v1.0.6+spec-1.1.0
26952026-05-21T19:37:38.666Z Checking slog-term v2.9.2
26962026-05-21T19:37:38.723Z Checking async-compression v0.4.41
26972026-05-21T19:37:38.746Z Compiling derive-ex v0.1.8
26982026-05-21T19:37:38.766Z Compiling parse-display-derive v0.10.0
26992026-05-21T19:37:38.928Z Checking async-stream v0.3.6
27002026-05-21T19:37:38.962Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-21T19:37:38.976Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-21T19:37:39.045Z Checking progenitor-client v0.14.0
27032026-05-21T19:37:39.056Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-21T19:37:39.198Z Checking waitgroup v0.1.2
27052026-05-21T19:37:39.214Z Checking backon v1.6.0
27062026-05-21T19:37:39.270Z Checking rustls-pemfile v2.2.0
27072026-05-21T19:37:39.296Z Checking serde_path_to_error v0.1.20
27082026-05-21T19:37:39.325Z Checking hostname v0.4.2
27092026-05-21T19:37:39.373Z Checking instant v0.1.13
27102026-05-21T19:37:39.459Z Checking backoff v0.4.0
27112026-05-21T19:37:39.578Z Checking progenitor-extras v0.2.0
27122026-05-21T19:37:39.620Z Checking tokio-rustls v0.25.0
27132026-05-21T19:37:39.638Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-21T19:37:39.649Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-21T19:37:39.849Z Checking itertools v0.14.0
27162026-05-21T19:37:39.878Z Checking progenitor-client v0.10.0
27172026-05-21T19:37:40.023Z Checking regress v0.10.5
27182026-05-21T19:37:40.098Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-21T19:37:40.318Z Checking macaddr v1.0.1
27202026-05-21T19:37:40.447Z Checking parse-display v0.10.0
27212026-05-21T19:37:40.461Z Compiling test-strategy v0.4.5
27222026-05-21T19:37:41.662Z Compiling prettyplease v0.2.37
27232026-05-21T19:37:41.951Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-21T19:37:42.104Z Checking num-rational v0.4.2
27252026-05-21T19:37:42.315Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-21T19:37:42.637Z Checking num-complex v0.4.6
27272026-05-21T19:37:43.178Z Checking num v0.4.3
27282026-05-21T19:37:43.251Z Compiling usdt-attr-macro v0.5.0
27292026-05-21T19:37:43.359Z Compiling usdt-macro v0.5.0
27302026-05-21T19:37:43.373Z Checking memmap v0.7.0
27312026-05-21T19:37:43.373Z Checking float-ord v0.3.2
27322026-05-21T19:37:43.477Z Compiling convert_case v0.4.0
27332026-05-21T19:37:43.519Z Checking unicode-width v0.2.0
27342026-05-21T19:37:47.818Z Checking console v0.15.11
27352026-05-21T19:37:47.917Z Compiling derive_more v0.99.20
27362026-05-21T19:37:47.917Z Checking newline-converter v0.3.0
27372026-05-21T19:37:47.917Z Checking atomicwrites v0.4.4
27382026-05-21T19:37:47.918Z Checking usdt v0.5.0
27392026-05-21T19:37:47.918Z Compiling toml v0.8.23
27402026-05-21T19:37:47.918Z Compiling minimal-lexical v0.2.1
27412026-05-21T19:37:47.918Z Checking linked-hash-map v0.5.6
27422026-05-21T19:37:47.918Z Checking lru-cache v0.1.2
27432026-05-21T19:37:47.918Z Compiling nom v7.1.3
27442026-05-21T19:37:47.918Z Checking expectorate v1.2.0
27452026-05-21T19:37:47.918Z Checking camino-tempfile v1.4.1
27462026-05-21T19:37:47.918Z Checking hickory-proto v0.24.4
27472026-05-21T19:37:47.918Z Checking phf_shared v0.12.1
27482026-05-21T19:37:47.918Z Compiling slog-dtrace v0.3.0
27492026-05-21T19:37:47.918Z Checking resolv-conf v0.7.6
27502026-05-21T19:37:47.918Z Checking heck v0.5.0
27512026-05-21T19:37:47.918Z Compiling chrono-tz v0.10.4
27522026-05-21T19:37:47.918Z Compiling const_format_proc_macros v0.2.34
27532026-05-21T19:37:47.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-21T19:37:47.918Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-21T19:37:47.918Z Checking phf v0.12.1
27562026-05-21T19:37:47.918Z Checking tokio-dtrace v0.1.1
27572026-05-21T19:37:47.918Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-21T19:37:47.918Z Compiling derive-where v1.6.0
27592026-05-21T19:37:47.918Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-21T19:37:47.918Z Checking highway v1.3.0
27612026-05-21T19:37:47.918Z Checking const_format v0.2.35
27622026-05-21T19:37:47.919Z Checking hickory-resolver v0.24.4
27632026-05-21T19:37:47.919Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-21T19:37:47.919Z Checking oxide-tokio-rt v0.1.4
27652026-05-21T19:37:47.919Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-21T19:37:47.919Z Checking gethostname v0.5.0
27672026-05-21T19:37:47.963Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-21T19:37:47.963Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-21T19:37:47.963Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-21T19:37:47.963Z Checking qorb v0.4.1
27712026-05-21T19:37:47.963Z Checking bcs v0.1.6
27722026-05-21T19:37:47.963Z Checking termtree v0.5.1
27732026-05-21T19:37:51.259Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-21T19:37:54.064Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-21T19:37:56.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.60s
27762026-05-21T19:37:56.437Z
27772026-05-21T19:37:56.437Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27782026-05-21T19:37:56.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-21T19:37:56.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-21T19:37:57.129Z Compiling ar_archive_writer v0.5.1
27812026-05-21T19:37:57.132Z Compiling stacker v0.1.23
27822026-05-21T19:37:57.247Z Compiling cfg_aliases v0.1.1
27832026-05-21T19:37:57.254Z Compiling convert_case v0.10.0
27842026-05-21T19:37:57.260Z Checking unicode-width v0.1.14
27852026-05-21T19:37:57.269Z Compiling proc-macro-error v1.0.4
27862026-05-21T19:37:57.280Z Checking fd-lock v4.0.4
27872026-05-21T19:37:57.280Z Checking nibble_vec v0.1.0
27882026-05-21T19:37:57.304Z Compiling nix v0.28.0
27892026-05-21T19:37:57.393Z Checking vte v0.14.1
27902026-05-21T19:37:57.411Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-21T19:37:57.495Z Checking endian-type v0.1.2
27922026-05-21T19:37:57.509Z Checking bytecount v0.6.9
27932026-05-21T19:37:57.545Z Checking strip-ansi-escapes v0.2.1
27942026-05-21T19:37:57.548Z Compiling derive_more-impl v2.1.1
27952026-05-21T19:37:57.553Z Compiling tabled_derive v0.7.0
27962026-05-21T19:37:57.613Z Checking radix_trie v0.2.1
27972026-05-21T19:37:57.613Z Checking papergrid v0.11.0
27982026-05-21T19:37:57.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-21T19:37:57.809Z Compiling peg-macros v0.8.5
28002026-05-21T19:37:57.833Z Checking winnow v0.6.26
28012026-05-21T19:37:58.080Z Compiling psm v0.1.30
28022026-05-21T19:37:58.143Z Compiling sqlparser_derive v0.5.0
28032026-05-21T19:37:58.219Z Checking unicode_categories v0.1.1
28042026-05-21T19:37:58.379Z Checking nu-ansi-term v0.50.3
28052026-05-21T19:37:58.392Z Checking derive_more v2.1.1
28062026-05-21T19:37:58.470Z Checking home v0.5.12
28072026-05-21T19:37:58.552Z Checking tabled v0.15.0
28082026-05-21T19:37:58.574Z Checking crossterm v0.29.0
28092026-05-21T19:37:58.600Z Checking reedline v0.40.0
28102026-05-21T19:37:58.603Z Checking rustyline v14.0.0
28112026-05-21T19:37:58.851Z Checking recursive v0.1.1
28122026-05-21T19:37:58.927Z Checking display-error-chain v0.2.2
28132026-05-21T19:37:58.947Z Checking sqlparser v0.61.0
28142026-05-21T19:37:58.975Z Checking sqlformat v0.3.5
28152026-05-21T19:37:59.170Z Checking peg v0.8.5
28162026-05-21T19:38:10.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
28172026-05-21T19:38:10.333Z
28182026-05-21T19:38:10.333Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28192026-05-21T19:38:10.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-21T19:38:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-21T19:38:11.021Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-21T19:38:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28232026-05-21T19:38:14.701Z
28242026-05-21T19:38:14.701Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28252026-05-21T19:38:15.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-21T19:38:15.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-21T19:38:15.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-21T19:38:17.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28292026-05-21T19:38:18.045Z
28302026-05-21T19:38:18.045Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28312026-05-21T19:38:18.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-21T19:38:18.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-21T19:38:18.722Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-21T19:38:21.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28352026-05-21T19:38:22.200Z
28362026-05-21T19:38:22.200Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28372026-05-21T19:38:22.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-21T19:38:22.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-21T19:38:22.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-21T19:38:26.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28412026-05-21T19:38:26.369Z
28422026-05-21T19:38:26.369Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28432026-05-21T19:38:26.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-21T19:38:26.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-21T19:38:27.047Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-21T19:38:29.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28472026-05-21T19:38:29.843Z
28482026-05-21T19:38:29.843Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28492026-05-21T19:38:30.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-21T19:38:30.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-21T19:38:30.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-21T19:38:33.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28532026-05-21T19:38:33.348Z
28542026-05-21T19:38:33.349Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28552026-05-21T19:38:33.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-21T19:38:33.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-21T19:38:34.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-21T19:38:37.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28592026-05-21T19:38:37.698Z
28602026-05-21T19:38:37.698Zinfo: running `cargo check --bins` on oximeter (93/274)
28612026-05-21T19:38:38.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-21T19:38:38.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-21T19:38:38.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-21T19:38:38.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28652026-05-21T19:38:38.314Z
28662026-05-21T19:38:38.314Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28672026-05-21T19:38:38.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-21T19:38:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-21T19:38:38.969Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-21T19:38:39.133Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-21T19:38:39.133Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-21T19:38:39.483Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-21T19:38:42.376Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-21T19:38:43.600Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-21T19:38:43.767Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-21T19:38:44.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28772026-05-21T19:38:44.640Z
28782026-05-21T19:38:44.640Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28792026-05-21T19:38:45.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-21T19:38:45.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-21T19:38:45.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-21T19:38:45.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-05-21T19:38:45.249Z
28842026-05-21T19:38:45.249Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28852026-05-21T19:38:45.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-21T19:38:45.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-21T19:38:45.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-21T19:38:45.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-21T19:38:45.882Z
28902026-05-21T19:38:45.882Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28912026-05-21T19:38:46.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-21T19:38:46.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-21T19:38:46.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-21T19:38:46.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-21T19:38:46.495Z
28962026-05-21T19:38:46.495Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28972026-05-21T19:38:47.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-21T19:38:47.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-21T19:38:47.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-21T19:38:47.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-05-21T19:38:47.102Z
29022026-05-21T19:38:47.102Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29032026-05-21T19:38:47.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-21T19:38:47.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-21T19:38:47.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-21T19:38:47.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-21T19:38:47.714Z
29082026-05-21T19:38:47.714Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29092026-05-21T19:38:48.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-21T19:38:48.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-21T19:38:48.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-21T19:38:48.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-21T19:38:48.327Z
29142026-05-21T19:38:48.327Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29152026-05-21T19:38:48.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-21T19:38:48.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-21T19:38:48.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-21T19:38:48.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29192026-05-21T19:38:48.911Z
29202026-05-21T19:38:48.912Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29212026-05-21T19:38:49.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-21T19:38:49.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-21T19:38:49.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-21T19:38:49.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-21T19:38:49.522Z
29262026-05-21T19:38:49.522Zinfo: running `cargo check --bins` on update-engine (103/274)
29272026-05-21T19:38:50.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-21T19:38:50.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-21T19:38:50.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-21T19:38:50.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-05-21T19:38:50.117Z
29322026-05-21T19:38:50.117Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29332026-05-21T19:38:50.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-21T19:38:50.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-21T19:38:50.838Z Compiling crucible-workspace-hack v0.1.0
29362026-05-21T19:38:50.956Z Checking secrecy v0.10.3
29372026-05-21T19:38:50.965Z Compiling heapless v0.8.0
29382026-05-21T19:38:50.971Z Compiling ingot-macros v0.1.1
29392026-05-21T19:38:50.979Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-21T19:38:50.983Z Checking hash32 v0.3.1
29412026-05-21T19:38:51.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-21T19:38:51.004Z Compiling smoltcp v0.11.0
29432026-05-21T19:38:51.059Z Checking cobs v0.3.0
29442026-05-21T19:38:51.106Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-21T19:38:51.199Z Checking universal-hash v0.5.1
29462026-05-21T19:38:51.213Z Checking half v2.7.1
29472026-05-21T19:38:51.255Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-21T19:38:51.322Z Checking ciborium-io v0.2.2
29492026-05-21T19:38:51.354Z Checking opaque-debug v0.3.1
29502026-05-21T19:38:51.418Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29512026-05-21T19:38:51.431Z Checking poly1305 v0.8.0
29522026-05-21T19:38:51.462Z Checking postcard v1.1.3
29532026-05-21T19:38:51.475Z Checking ciborium-ll v0.2.2
29542026-05-21T19:38:51.649Z Compiling proc-macro-crate v3.4.0
29552026-05-21T19:38:51.686Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-21T19:38:51.703Z Checking password-hash v0.5.0
29572026-05-21T19:38:51.747Z Checking chacha20 v0.9.1
29582026-05-21T19:38:51.931Z Compiling proc-macro-crate v1.3.1
29592026-05-21T19:38:51.953Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-21T19:38:51.969Z Checking blake2 v0.10.6
29612026-05-21T19:38:52.062Z Checking aead v0.5.2
29622026-05-21T19:38:52.184Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-21T19:38:52.197Z Compiling num_enum_derive v0.7.5
29642026-05-21T19:38:52.212Z Compiling foreign-types-macros v0.2.3
29652026-05-21T19:38:52.223Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-21T19:38:52.301Z Checking thiserror-no-std v2.0.2
29672026-05-21T19:38:52.355Z Checking cpufeatures v0.3.0
29682026-05-21T19:38:52.388Z Checking foreign-types-shared v0.3.1
29692026-05-21T19:38:52.391Z Checking vsss-rs v3.3.4
29702026-05-21T19:38:52.429Z Checking chacha20 v0.10.0
29712026-05-21T19:38:52.461Z Compiling num_enum_derive v0.5.11
29722026-05-21T19:38:52.479Z Checking chacha20poly1305 v0.10.1
29732026-05-21T19:38:52.606Z Checking argon2 v0.5.3
29742026-05-21T19:38:52.646Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-21T19:38:52.795Z Checking foreign-types v0.5.0
29762026-05-21T19:38:52.880Z Checking ciborium v0.2.2
29772026-05-21T19:38:53.058Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-21T19:38:53.079Z Checking tabwriter v1.4.1
29792026-05-21T19:38:53.227Z Checking num_enum v0.7.5
29802026-05-21T19:38:53.227Z Checking byte-wrapper v0.1.0
29812026-05-21T19:38:53.300Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-21T19:38:53.344Z Checking cstr-argument v0.1.2
29832026-05-21T19:38:53.358Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-21T19:38:53.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-21T19:38:53.468Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29862026-05-21T19:38:53.488Z Checking num_enum v0.5.11
29872026-05-21T19:38:53.502Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-21T19:38:53.603Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-21T19:38:53.635Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-05-21T19:38:53.661Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29912026-05-21T19:38:53.726Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-21T19:38:53.781Z Checking ingot-types v0.1.2
29932026-05-21T19:38:53.800Z Checking rand v0.10.0
29942026-05-21T19:38:53.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-05-21T19:38:53.834Z Checking indent_write v2.2.0
29962026-05-21T19:38:53.852Z Checking colored v3.1.1
29972026-05-21T19:38:53.967Z Compiling zone_cfg_derive v0.3.1
29982026-05-21T19:38:54.051Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-21T19:38:54.101Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-21T19:38:54.135Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-21T19:38:54.148Z Checking ingot v0.1.1
30022026-05-21T19:38:54.199Z Checking itertools v0.12.1
30032026-05-21T19:38:54.221Z Compiling num-derive v0.4.2
30042026-05-21T19:38:54.238Z Checking swrite v0.1.0
30052026-05-21T19:38:54.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-21T19:38:54.326Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-21T19:38:54.489Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-21T19:38:54.609Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-05-21T19:38:54.626Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-05-21T19:38:54.646Z Checking dropshot-api-manager-types v0.7.1
30112026-05-21T19:38:54.677Z Checking smf v0.2.3
30122026-05-21T19:38:54.720Z Checking nanorand v0.7.0
30132026-05-21T19:38:55.359Z Checking whoami v1.6.1
30142026-05-21T19:38:55.386Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-21T19:38:55.386Z Checking flume v0.11.1
30162026-05-21T19:38:55.386Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-05-21T19:38:55.386Z Checking zone v0.3.1
30182026-05-21T19:38:55.768Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-21T19:38:56.745Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-21T19:38:57.625Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-21T19:39:00.691Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-21T19:39:02.758Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-21T19:39:03.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
30242026-05-21T19:39:04.074Z
30252026-05-21T19:39:04.074Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30262026-05-21T19:39:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-21T19:39:04.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-21T19:39:04.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-21T19:39:04.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30302026-05-21T19:39:04.688Z
30312026-05-21T19:39:04.688Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30322026-05-21T19:39:05.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-21T19:39:05.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-21T19:39:05.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-21T19:39:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30362026-05-21T19:39:05.302Z
30372026-05-21T19:39:05.302Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30382026-05-21T19:39:05.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-21T19:39:05.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-21T19:39:05.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-21T19:39:05.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30422026-05-21T19:39:05.916Z
30432026-05-21T19:39:05.916Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30442026-05-21T19:39:06.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-21T19:39:06.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-21T19:39:06.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-21T19:39:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30482026-05-21T19:39:06.534Z
30492026-05-21T19:39:06.534Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30502026-05-21T19:39:07.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-21T19:39:07.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-21T19:39:07.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-21T19:39:07.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-05-21T19:39:07.139Z
30552026-05-21T19:39:07.139Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30562026-05-21T19:39:07.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-21T19:39:07.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-21T19:39:07.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-21T19:39:07.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-05-21T19:39:07.748Z
30612026-05-21T19:39:07.748Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30622026-05-21T19:39:08.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-21T19:39:08.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-21T19:39:08.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-21T19:39:08.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-05-21T19:39:08.359Z
30672026-05-21T19:39:08.359Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30682026-05-21T19:39:08.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-21T19:39:08.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-21T19:39:08.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-21T19:39:08.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-21T19:39:08.952Z
30732026-05-21T19:39:08.952Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30742026-05-21T19:39:09.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-21T19:39:09.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-21T19:39:09.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-21T19:39:09.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30782026-05-21T19:39:09.562Z
30792026-05-21T19:39:09.562Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30802026-05-21T19:39:10.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-21T19:39:10.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-21T19:39:10.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-21T19:39:10.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30842026-05-21T19:39:10.167Z
30852026-05-21T19:39:10.167Zinfo: running `cargo check --bins` on installinator-client (115/274)
30862026-05-21T19:39:10.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-21T19:39:10.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-21T19:39:10.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-21T19:39:10.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-05-21T19:39:10.779Z
30912026-05-21T19:39:10.779Zinfo: running `cargo check --bins` on nexus-client (116/274)
30922026-05-21T19:39:11.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-21T19:39:11.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-21T19:39:11.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-21T19:39:11.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30962026-05-21T19:39:11.419Z
30972026-05-21T19:39:11.419Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30982026-05-21T19:39:11.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-21T19:39:11.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-21T19:39:11.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-21T19:39:11.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31022026-05-21T19:39:12.063Z
31032026-05-21T19:39:12.064Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31042026-05-21T19:39:12.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-21T19:39:12.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-21T19:39:12.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-21T19:39:12.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-21T19:39:12.654Z
31092026-05-21T19:39:12.654Zinfo: running `cargo check --bins` on oxide-client (119/274)
31102026-05-21T19:39:13.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-21T19:39:13.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-21T19:39:13.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-21T19:39:13.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31142026-05-21T19:39:13.250Z
31152026-05-21T19:39:13.250Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31162026-05-21T19:39:13.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-21T19:39:13.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-21T19:39:13.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-21T19:39:13.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31202026-05-21T19:39:13.858Z
31212026-05-21T19:39:13.858Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31222026-05-21T19:39:14.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-21T19:39:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-21T19:39:14.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-21T19:39:14.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31262026-05-21T19:39:14.454Z
31272026-05-21T19:39:14.454Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31282026-05-21T19:39:14.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-21T19:39:14.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-21T19:39:14.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-21T19:39:14.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-05-21T19:39:15.077Z
31332026-05-21T19:39:15.077Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31342026-05-21T19:39:15.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-21T19:39:15.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-21T19:39:15.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-21T19:39:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31382026-05-21T19:39:15.705Z
31392026-05-21T19:39:15.705Zinfo: running `cargo check --bins` on installinator-common (124/274)
31402026-05-21T19:39:16.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-21T19:39:16.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-21T19:39:16.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-21T19:39:16.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-21T19:39:16.332Z
31452026-05-21T19:39:16.332Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31462026-05-21T19:39:16.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-21T19:39:16.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-21T19:39:16.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-21T19:39:16.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31502026-05-21T19:39:16.924Z
31512026-05-21T19:39:16.924Zinfo: running `cargo check --bins` on wicket-common (126/274)
31522026-05-21T19:39:17.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-21T19:39:17.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-21T19:39:17.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-21T19:39:17.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-05-21T19:39:17.545Z
31572026-05-21T19:39:17.545Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31582026-05-21T19:39:18.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-21T19:39:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-21T19:39:18.251Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-05-21T19:39:18.367Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-05-21T19:39:18.375Z Checking csv-core v0.1.13
31632026-05-21T19:39:18.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-05-21T19:39:18.385Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-21T19:39:18.400Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-21T19:39:18.412Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-21T19:39:18.423Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-05-21T19:39:18.531Z Checking csv v1.4.0
31692026-05-21T19:39:18.549Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-05-21T19:39:18.598Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-21T19:39:18.622Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-21T19:39:18.860Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-21T19:39:19.228Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-21T19:39:19.228Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-05-21T19:39:19.573Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-21T19:39:25.412Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-21T19:39:25.948Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-21T19:39:28.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
31792026-05-21T19:39:28.492Z
31802026-05-21T19:39:28.493Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31812026-05-21T19:39:29.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-21T19:39:29.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-21T19:39:29.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-21T19:39:29.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31852026-05-21T19:39:29.098Z
31862026-05-21T19:39:29.098Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31872026-05-21T19:39:29.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-21T19:39:29.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-21T19:39:29.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-21T19:39:29.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31912026-05-21T19:39:29.789Z
31922026-05-21T19:39:29.789Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31932026-05-21T19:39:30.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-21T19:39:30.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-21T19:39:30.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-21T19:39:30.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31972026-05-21T19:39:30.495Z
31982026-05-21T19:39:30.495Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31992026-05-21T19:39:31.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-21T19:39:31.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-21T19:39:31.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-21T19:39:31.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32032026-05-21T19:39:31.141Z
32042026-05-21T19:39:31.141Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32052026-05-21T19:39:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-21T19:39:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-21T19:39:31.911Z Compiling regress v0.11.1
32082026-05-21T19:39:32.049Z Compiling unsafe-libyaml v0.2.11
32092026-05-21T19:39:32.061Z Compiling radium v0.7.0
32102026-05-21T19:39:32.072Z Compiling semver v0.1.20
32112026-05-21T19:39:32.086Z Compiling maybe-uninit v2.0.0
32122026-05-21T19:39:32.099Z Checking tap v1.0.1
32132026-05-21T19:39:32.116Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-21T19:39:32.202Z Checking wyz v0.5.1
32152026-05-21T19:39:32.329Z Compiling rustc_version v0.1.7
32162026-05-21T19:39:32.381Z Checking progenitor-client v0.13.0
32172026-05-21T19:39:32.413Z Compiling zerocopy-derive v0.6.6
32182026-05-21T19:39:32.523Z Compiling owo-colors v4.3.0
32192026-05-21T19:39:32.550Z Compiling newtype_derive v0.1.6
32202026-05-21T19:39:32.614Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-21T19:39:32.740Z Compiling packed_struct v0.10.1
32222026-05-21T19:39:32.800Z Compiling cancel-safe-futures v0.1.5
32232026-05-21T19:39:32.843Z Checking crc-catalog v2.4.0
32242026-05-21T19:39:32.942Z Checking funty v2.0.0
32252026-05-21T19:39:33.018Z Checking crc v3.4.0
32262026-05-21T19:39:33.201Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-21T19:39:33.231Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-21T19:39:33.270Z Checking bitvec v1.0.1
32292026-05-21T19:39:33.296Z Checking zerocopy v0.6.6
32302026-05-21T19:39:33.498Z Checking typify-impl v0.6.2
32312026-05-21T19:39:33.593Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-21T19:39:33.617Z Compiling packed_struct_codegen v0.10.1
32332026-05-21T19:39:33.741Z Checking libsw-core v0.3.2
32342026-05-21T19:39:33.849Z Compiling bitfield-macros v0.19.4
32352026-05-21T19:39:33.892Z Compiling indexmap v1.9.3
32362026-05-21T19:39:34.082Z Checking nodrop v0.1.14
32372026-05-21T19:39:34.117Z Checking libsw v3.5.0
32382026-05-21T19:39:34.178Z Checking array-init v0.0.4
32392026-05-21T19:39:34.274Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-21T19:39:34.489Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-21T19:39:34.554Z Checking bitfield v0.19.4
32422026-05-21T19:39:34.570Z Checking smallvec v0.6.14
32432026-05-21T19:39:34.647Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-21T19:39:34.764Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-21T19:39:34.864Z Checking base64 v0.21.7
32462026-05-21T19:39:34.899Z Checking smawk v0.3.2
32472026-05-21T19:39:34.997Z Checking linear-map v1.2.0
32482026-05-21T19:39:35.036Z Checking tagptr v0.2.0
32492026-05-21T19:39:35.086Z Checking unicode-linebreak v0.1.5
32502026-05-21T19:39:35.110Z Checking hashbrown v0.12.3
32512026-05-21T19:39:35.173Z Checking ron v0.8.1
32522026-05-21T19:39:35.188Z Checking moka v0.12.13
32532026-05-21T19:39:35.259Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32542026-05-21T19:39:35.263Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-21T19:39:35.300Z Checking textwrap v0.16.2
32562026-05-21T19:39:35.449Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-21T19:39:35.518Z Checking serde-hex v0.1.0
32582026-05-21T19:39:35.701Z Checking steno v0.4.1
32592026-05-21T19:39:35.802Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32602026-05-21T19:39:35.827Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32612026-05-21T19:39:35.860Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-05-21T19:39:35.990Z Checking hashbrown v0.13.2
32632026-05-21T19:39:36.248Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32642026-05-21T19:39:36.418Z Checking humantime v2.3.0
32652026-05-21T19:39:36.434Z Checking crc-any v2.5.0
32662026-05-21T19:39:36.468Z Checking object v0.30.4
32672026-05-21T19:39:36.527Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-21T19:39:36.606Z Checking hickory-resolver v0.25.2
32692026-05-21T19:39:36.621Z Checking void v1.0.2
32702026-05-21T19:39:36.686Z Checking half v1.8.3
32712026-05-21T19:39:36.700Z Checking path-slash v0.1.5
32722026-05-21T19:39:36.726Z Checking utf-8 v0.7.6
32732026-05-21T19:39:36.805Z Checking lzss v0.8.2
32742026-05-21T19:39:36.865Z Checking tungstenite v0.23.0
32752026-05-21T19:39:36.888Z Checking serde_cbor v0.11.2
32762026-05-21T19:39:37.010Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-21T19:39:37.134Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-21T19:39:37.168Z Checking nix v0.27.1
32792026-05-21T19:39:37.266Z Checking kstat-rs v0.2.4
32802026-05-21T19:39:37.282Z Checking fxhash v0.2.1
32812026-05-21T19:39:37.311Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-05-21T19:39:37.376Z Checking serde_bytes v0.11.19
32832026-05-21T19:39:37.403Z Checking tokio-tungstenite v0.23.1
32842026-05-21T19:39:37.457Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-21T19:39:37.547Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-05-21T19:39:37.670Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-21T19:39:37.681Z Checking signal-hook-tokio v0.3.1
32882026-05-21T19:39:38.002Z Compiling typify-macro v0.6.2
32892026-05-21T19:39:38.738Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-21T19:39:39.166Z Compiling typify v0.6.2
32912026-05-21T19:39:39.248Z Compiling progenitor-impl v0.13.0
32922026-05-21T19:39:39.248Z Compiling progenitor-impl v0.14.0
32932026-05-21T19:39:39.635Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-21T19:39:39.973Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32952026-05-21T19:39:40.866Z Compiling progenitor-macro v0.14.0
32962026-05-21T19:39:40.894Z Compiling progenitor-macro v0.13.0
32972026-05-21T19:39:43.490Z Checking progenitor v0.13.0
32982026-05-21T19:39:43.493Z Checking progenitor v0.14.0
32992026-05-21T19:39:43.624Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33002026-05-21T19:39:43.627Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-21T19:39:46.685Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-21T19:39:54.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-21T19:40:00.781Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-21T19:40:02.166Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-21T19:40:02.684Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-21T19:40:04.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.66s
33072026-05-21T19:40:05.011Z
33082026-05-21T19:40:05.011Zinfo: running `cargo check --bins` on gateway-api (133/274)
33092026-05-21T19:40:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-21T19:40:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-21T19:40:05.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-21T19:40:05.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33132026-05-21T19:40:05.625Z
33142026-05-21T19:40:05.625Zinfo: running `cargo check --bins` on ipcc (134/274)
33152026-05-21T19:40:06.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-21T19:40:06.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-21T19:40:06.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-21T19:40:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33192026-05-21T19:40:06.243Z
33202026-05-21T19:40:06.243Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33212026-05-21T19:40:06.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-21T19:40:06.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-21T19:40:06.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-21T19:40:06.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-05-21T19:40:06.845Z
33262026-05-21T19:40:06.845Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33272026-05-21T19:40:07.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-21T19:40:07.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-21T19:40:07.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-21T19:40:07.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33312026-05-21T19:40:07.465Z
33322026-05-21T19:40:07.465Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33332026-05-21T19:40:07.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-21T19:40:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-21T19:40:07.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-21T19:40:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33372026-05-21T19:40:08.084Z
33382026-05-21T19:40:08.084Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33392026-05-21T19:40:08.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-21T19:40:08.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-21T19:40:08.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-21T19:40:08.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-05-21T19:40:08.700Z
33442026-05-21T19:40:08.700Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33452026-05-21T19:40:09.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-21T19:40:09.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-21T19:40:09.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-21T19:40:09.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-05-21T19:40:09.323Z
33502026-05-21T19:40:09.323Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33512026-05-21T19:40:09.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-21T19:40:09.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-21T19:40:09.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-21T19:40:09.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33552026-05-21T19:40:09.944Z
33562026-05-21T19:40:09.944Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33572026-05-21T19:40:10.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-21T19:40:10.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-21T19:40:10.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-21T19:40:10.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33612026-05-21T19:40:10.564Z
33622026-05-21T19:40:10.564Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33632026-05-21T19:40:11.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-21T19:40:11.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-21T19:40:11.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-21T19:40:11.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33672026-05-21T19:40:11.184Z
33682026-05-21T19:40:11.184Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33692026-05-21T19:40:11.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-21T19:40:11.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-21T19:40:11.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-21T19:40:11.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33732026-05-21T19:40:11.804Z
33742026-05-21T19:40:11.804Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33752026-05-21T19:40:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-21T19:40:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-21T19:40:12.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-21T19:40:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33792026-05-21T19:40:12.426Z
33802026-05-21T19:40:12.426Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33812026-05-21T19:40:12.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-21T19:40:12.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-21T19:40:12.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-21T19:40:12.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33852026-05-21T19:40:13.044Z
33862026-05-21T19:40:13.044Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33872026-05-21T19:40:13.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-21T19:40:13.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-21T19:40:13.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-21T19:40:13.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-05-21T19:40:13.661Z
33922026-05-21T19:40:13.661Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33932026-05-21T19:40:14.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-21T19:40:14.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-21T19:40:14.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-21T19:40:14.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-05-21T19:40:14.275Z
33982026-05-21T19:40:14.276Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33992026-05-21T19:40:14.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-21T19:40:14.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-21T19:40:14.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-21T19:40:14.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34032026-05-21T19:40:14.893Z
34042026-05-21T19:40:14.893Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34052026-05-21T19:40:15.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-21T19:40:15.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-21T19:40:15.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-21T19:40:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34092026-05-21T19:40:15.516Z
34102026-05-21T19:40:15.516Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34112026-05-21T19:40:16.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-21T19:40:16.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-21T19:40:16.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-21T19:40:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-05-21T19:40:16.137Z
34162026-05-21T19:40:16.137Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34172026-05-21T19:40:16.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-21T19:40:16.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-21T19:40:16.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-21T19:40:16.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-05-21T19:40:16.758Z
34222026-05-21T19:40:16.758Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34232026-05-21T19:40:17.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-21T19:40:17.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-21T19:40:17.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-21T19:40:17.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34272026-05-21T19:40:17.375Z
34282026-05-21T19:40:17.375Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34292026-05-21T19:40:17.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-21T19:40:17.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-21T19:40:17.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-21T19:40:17.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-05-21T19:40:17.995Z
34342026-05-21T19:40:17.995Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34352026-05-21T19:40:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-21T19:40:18.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-21T19:40:18.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-21T19:40:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34392026-05-21T19:40:18.653Z
34402026-05-21T19:40:18.653Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34412026-05-21T19:40:19.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-21T19:40:19.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-21T19:40:19.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-21T19:40:19.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34452026-05-21T19:40:19.275Z
34462026-05-21T19:40:19.276Zinfo: running `cargo check --bins` on dns-server (156/274)
34472026-05-21T19:40:19.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-21T19:40:19.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-21T19:40:19.949Z Compiling parking_lot_core v0.8.6
34502026-05-21T19:40:19.949Z Compiling atomicwrites v0.4.4
34512026-05-21T19:40:19.950Z Compiling git-stub v1.0.0
34522026-05-21T19:40:19.953Z Checking prefix-trie v0.7.0
34532026-05-21T19:40:19.953Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34542026-05-21T19:40:20.187Z Compiling git-stub-vcs v0.1.0
34552026-05-21T19:40:20.368Z Checking hickory-server v0.25.2
34562026-05-21T19:40:20.468Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-21T19:40:20.480Z Checking parking_lot v0.11.2
34582026-05-21T19:40:20.542Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-21T19:40:20.545Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34602026-05-21T19:40:20.650Z Checking sled v0.34.7
34612026-05-21T19:40:22.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34622026-05-21T19:40:22.741Z
34632026-05-21T19:40:22.741Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34642026-05-21T19:40:23.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-21T19:40:23.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-21T19:40:23.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-21T19:40:23.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-05-21T19:40:23.356Z
34692026-05-21T19:40:23.356Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34702026-05-21T19:40:23.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-21T19:40:23.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-21T19:40:23.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-21T19:40:23.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34742026-05-21T19:40:23.965Z
34752026-05-21T19:40:23.965Zinfo: running `cargo check --bins` on sp-sim (159/274)
34762026-05-21T19:40:24.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-21T19:40:24.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-21T19:40:24.705Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-21T19:40:26.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
34802026-05-21T19:40:26.701Z
34812026-05-21T19:40:26.702Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34822026-05-21T19:40:27.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-21T19:40:27.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-21T19:40:27.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-21T19:40:27.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34862026-05-21T19:40:27.369Z
34872026-05-21T19:40:27.371Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34882026-05-21T19:40:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-21T19:40:27.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-21T19:40:27.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-21T19:40:27.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34922026-05-21T19:40:28.033Z
34932026-05-21T19:40:28.033Zinfo: running `cargo check --bins` on db-macros (162/274)
34942026-05-21T19:40:28.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-21T19:40:28.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-21T19:40:28.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-21T19:40:28.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34982026-05-21T19:40:28.634Z
34992026-05-21T19:40:28.634Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35002026-05-21T19:40:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-21T19:40:29.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-21T19:40:29.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-21T19:40:29.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35042026-05-21T19:40:29.231Z
35052026-05-21T19:40:29.231Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35062026-05-21T19:40:29.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-21T19:40:29.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-21T19:40:29.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-21T19:40:29.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35102026-05-21T19:40:29.893Z
35112026-05-21T19:40:29.894Zinfo: running `cargo check --bins` on authz-macros (165/274)
35122026-05-21T19:40:30.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-21T19:40:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-21T19:40:30.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-21T19:40:30.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35162026-05-21T19:40:30.492Z
35172026-05-21T19:40:30.492Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35182026-05-21T19:40:31.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-21T19:40:31.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-21T19:40:31.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-21T19:40:31.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-05-21T19:40:31.140Z
35232026-05-21T19:40:31.140Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35242026-05-21T19:40:31.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-21T19:40:31.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-21T19:40:31.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-21T19:40:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35282026-05-21T19:40:31.792Z
35292026-05-21T19:40:31.792Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35302026-05-21T19:40:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-21T19:40:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-21T19:40:32.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-21T19:40:32.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35342026-05-21T19:40:32.393Z
35352026-05-21T19:40:32.394Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35362026-05-21T19:40:32.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-21T19:40:32.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-21T19:40:32.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-21T19:40:32.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35402026-05-21T19:40:32.992Z
35412026-05-21T19:40:32.992Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35422026-05-21T19:40:33.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-21T19:40:33.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-21T19:40:33.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-21T19:40:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35462026-05-21T19:40:33.610Z
35472026-05-21T19:40:33.610Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35482026-05-21T19:40:34.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-21T19:40:34.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-21T19:40:34.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-21T19:40:34.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35522026-05-21T19:40:34.213Z
35532026-05-21T19:40:34.213Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35542026-05-21T19:40:34.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-21T19:40:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-21T19:40:34.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-21T19:40:34.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-05-21T19:40:34.812Z
35592026-05-21T19:40:34.812Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35602026-05-21T19:40:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-21T19:40:35.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-21T19:40:35.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-21T19:40:35.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35642026-05-21T19:40:35.475Z
35652026-05-21T19:40:35.476Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35662026-05-21T19:40:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-21T19:40:36.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-21T19:40:36.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-21T19:40:36.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35702026-05-21T19:40:36.136Z
35712026-05-21T19:40:36.136Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35722026-05-21T19:40:36.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-21T19:40:36.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-21T19:40:36.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-21T19:40:36.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35762026-05-21T19:40:36.788Z
35772026-05-21T19:40:36.788Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35782026-05-21T19:40:37.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-21T19:40:37.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-21T19:40:37.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-21T19:40:37.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35822026-05-21T19:40:37.427Z
35832026-05-21T19:40:37.427Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35842026-05-21T19:40:37.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-21T19:40:37.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-21T19:40:37.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-21T19:40:37.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-05-21T19:40:38.061Z
35892026-05-21T19:40:38.061Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35902026-05-21T19:40:38.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-21T19:40:38.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-21T19:40:38.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-21T19:40:38.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35942026-05-21T19:40:38.694Z
35952026-05-21T19:40:38.694Zinfo: running `cargo check --bins` on key-manager (179/274)
35962026-05-21T19:40:39.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-21T19:40:39.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-21T19:40:39.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-21T19:40:39.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-05-21T19:40:39.305Z
36012026-05-21T19:40:39.305Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36022026-05-21T19:40:39.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-21T19:40:39.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-21T19:40:39.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-21T19:40:39.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36062026-05-21T19:40:39.936Z
36072026-05-21T19:40:39.936Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36082026-05-21T19:40:40.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-21T19:40:40.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-21T19:40:40.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-21T19:40:40.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36122026-05-21T19:40:40.566Z
36132026-05-21T19:40:40.566Zinfo: running `cargo check --bins` on typed-rng (182/274)
36142026-05-21T19:40:41.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-21T19:40:41.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-21T19:40:41.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-21T19:40:41.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-05-21T19:40:41.157Z
36192026-05-21T19:40:41.157Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36202026-05-21T19:40:41.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-21T19:40:41.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-21T19:40:42.022Z Compiling typify-impl v0.4.3
36232026-05-21T19:40:42.023Z Compiling libefi-sys v0.1.0
36242026-05-21T19:40:42.026Z Compiling bitfield-struct v0.6.2
36252026-05-21T19:40:42.180Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-21T19:40:42.190Z Compiling xshell-macros v0.2.7
36272026-05-21T19:40:42.202Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-05-21T19:40:42.244Z Compiling salty v0.3.0
36292026-05-21T19:40:42.247Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-21T19:40:42.412Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-21T19:40:42.526Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322026-05-21T19:40:42.543Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-21T19:40:42.558Z Checking xshell v0.2.7
36342026-05-21T19:40:42.749Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36352026-05-21T19:40:42.767Z Checking primeorder v0.13.6
36362026-05-21T19:40:42.784Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-05-21T19:40:42.920Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-21T19:40:42.946Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-21T19:40:43.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36402026-05-21T19:40:43.022Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-21T19:40:43.164Z Checking tungstenite v0.21.0
36422026-05-21T19:40:43.216Z Checking p384 v0.13.1
36432026-05-21T19:40:43.257Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36442026-05-21T19:40:43.340Z Compiling proc-macro-error2 v2.0.1
36452026-05-21T19:40:43.428Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-21T19:40:43.601Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36472026-05-21T19:40:43.627Z Compiling num-derive v0.3.3
36482026-05-21T19:40:43.663Z Compiling tabled_derive v0.11.0
36492026-05-21T19:40:43.934Z Checking tokio-tungstenite v0.21.0
36502026-05-21T19:40:44.119Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36512026-05-21T19:40:44.215Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-05-21T19:40:44.230Z Checking papergrid v0.17.0
36532026-05-21T19:40:44.430Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-21T19:40:44.599Z Checking libscf-sys v1.1.0
36552026-05-21T19:40:44.737Z Checking testing_table v0.3.0
36562026-05-21T19:40:44.801Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-05-21T19:40:44.842Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-21T19:40:44.860Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-21T19:40:44.966Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-21T19:40:45.024Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-21T19:40:45.186Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36622026-05-21T19:40:45.228Z Checking corncobs v0.1.4
36632026-05-21T19:40:45.289Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36642026-05-21T19:40:45.366Z Compiling unicase v2.9.0
36652026-05-21T19:40:45.383Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-21T19:40:45.472Z Checking tabled v0.20.0
36672026-05-21T19:40:45.500Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36682026-05-21T19:40:45.583Z Compiling mime_guess v2.0.5
36692026-05-21T19:40:45.646Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-05-21T19:40:45.661Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36712026-05-21T19:40:45.714Z Checking progenitor-client v0.11.2
36722026-05-21T19:40:45.958Z Checking secrecy v0.8.0
36732026-05-21T19:40:45.975Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-05-21T19:40:45.989Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36752026-05-21T19:40:46.005Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-21T19:40:46.142Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36772026-05-21T19:40:46.200Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36782026-05-21T19:40:46.538Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36792026-05-21T19:40:46.622Z Compiling typify-macro v0.4.3
36802026-05-21T19:40:46.647Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-21T19:40:46.664Z Checking filetime v0.2.27
36822026-05-21T19:40:46.749Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-21T19:40:46.814Z Checking http-range v0.1.5
36842026-05-21T19:40:46.942Z Checking xattr v1.6.1
36852026-05-21T19:40:46.963Z Checking crc8 v0.1.1
36862026-05-21T19:40:47.081Z Checking tar v0.4.45
36872026-05-21T19:40:47.267Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-05-21T19:40:47.406Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-05-21T19:40:47.523Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-21T19:40:47.553Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-21T19:40:47.611Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36922026-05-21T19:40:47.710Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-05-21T19:40:47.915Z Checking atty v0.2.14
36942026-05-21T19:40:48.020Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36952026-05-21T19:40:48.084Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36962026-05-21T19:40:48.198Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-05-21T19:40:48.344Z Compiling typify v0.4.3
36982026-05-21T19:40:48.465Z Compiling progenitor-impl v0.11.2
36992026-05-21T19:40:48.581Z Compiling progenitor-impl v0.10.0
37002026-05-21T19:40:48.940Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-21T19:40:49.008Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-21T19:40:49.262Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-21T19:40:49.475Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-21T19:40:49.953Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37052026-05-21T19:40:49.972Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37062026-05-21T19:40:50.238Z Checking hyper-staticfile v0.10.1
37072026-05-21T19:40:50.302Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37082026-05-21T19:40:50.431Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37092026-05-21T19:40:50.519Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37102026-05-21T19:40:50.574Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37112026-05-21T19:40:50.816Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37122026-05-21T19:40:50.882Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37132026-05-21T19:40:51.063Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37142026-05-21T19:40:51.129Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37152026-05-21T19:40:51.161Z Compiling progenitor-macro v0.11.2
37162026-05-21T19:40:51.249Z Compiling progenitor-macro v0.10.0
37172026-05-21T19:40:54.069Z Checking progenitor v0.10.0
37182026-05-21T19:40:54.072Z Checking progenitor v0.11.2
37192026-05-21T19:40:54.211Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37202026-05-21T19:40:54.215Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37212026-05-21T19:40:58.869Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37222026-05-21T19:40:59.996Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-05-21T19:41:10.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.32s
37242026-05-21T19:41:10.707Z
37252026-05-21T19:41:10.707Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37262026-05-21T19:41:11.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-21T19:41:11.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-21T19:41:11.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-05-21T19:41:22.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37302026-05-21T19:41:22.364Z
37312026-05-21T19:41:22.364Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37322026-05-21T19:41:22.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-21T19:41:22.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-21T19:41:23.169Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-21T19:41:33.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37362026-05-21T19:41:33.901Z
37372026-05-21T19:41:33.901Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37382026-05-21T19:41:34.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-21T19:41:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-21T19:41:34.700Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-05-21T19:41:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37422026-05-21T19:41:45.506Z
37432026-05-21T19:41:45.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37442026-05-21T19:41:46.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-05-21T19:41:46.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-05-21T19:41:46.274Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-21T19:41:56.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37482026-05-21T19:41:57.173Z
37492026-05-21T19:41:57.173Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37502026-05-21T19:41:57.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-05-21T19:41:57.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-05-21T19:41:57.980Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-21T19:42:08.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37542026-05-21T19:42:08.723Z
37552026-05-21T19:42:08.723Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37562026-05-21T19:42:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-21T19:42:09.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-21T19:42:09.522Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-21T19:42:20.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37602026-05-21T19:42:20.290Z
37612026-05-21T19:42:20.290Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37622026-05-21T19:42:20.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-21T19:42:20.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-21T19:42:21.094Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-21T19:42:31.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37662026-05-21T19:42:31.851Z
37672026-05-21T19:42:31.851Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37682026-05-21T19:42:32.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-21T19:42:32.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-21T19:42:32.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-05-21T19:42:32.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37722026-05-21T19:42:32.479Z
37732026-05-21T19:42:32.479Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37742026-05-21T19:42:33.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-21T19:42:33.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-21T19:42:33.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-05-21T19:42:33.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37782026-05-21T19:42:33.097Z
37792026-05-21T19:42:33.097Zinfo: running `cargo check --bins` on range-requests (193/274)
37802026-05-21T19:42:33.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-21T19:42:33.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-21T19:42:33.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-05-21T19:42:33.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37842026-05-21T19:42:33.710Z
37852026-05-21T19:42:33.711Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37862026-05-21T19:42:34.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-21T19:42:34.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-21T19:42:34.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-05-21T19:42:34.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37902026-05-21T19:42:34.323Z
37912026-05-21T19:42:34.324Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37922026-05-21T19:42:34.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-21T19:42:34.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-21T19:42:34.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-05-21T19:42:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37962026-05-21T19:42:34.954Z
37972026-05-21T19:42:34.954Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37982026-05-21T19:42:35.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-21T19:42:35.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-21T19:42:35.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-21T19:42:35.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38022026-05-21T19:42:35.591Z
38032026-05-21T19:42:35.591Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38042026-05-21T19:42:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-21T19:42:36.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-21T19:42:36.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-21T19:42:36.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38082026-05-21T19:42:36.233Z
38092026-05-21T19:42:36.233Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38102026-05-21T19:42:36.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-21T19:42:36.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-21T19:42:36.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-21T19:42:36.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38142026-05-21T19:42:36.875Z
38152026-05-21T19:42:36.875Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38162026-05-21T19:42:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-21T19:42:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-21T19:42:37.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-21T19:42:37.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38202026-05-21T19:42:37.517Z
38212026-05-21T19:42:37.517Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38222026-05-21T19:42:38.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-21T19:42:38.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-21T19:42:38.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-21T19:42:38.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38262026-05-21T19:42:38.154Z
38272026-05-21T19:42:38.154Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38282026-05-21T19:42:38.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-21T19:42:38.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-21T19:42:38.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-21T19:42:38.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38322026-05-21T19:42:38.784Z
38332026-05-21T19:42:38.784Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38342026-05-21T19:42:39.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-21T19:42:39.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-21T19:42:39.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-21T19:42:39.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38382026-05-21T19:42:39.414Z
38392026-05-21T19:42:39.415Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38402026-05-21T19:42:39.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-21T19:42:39.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-21T19:42:39.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-21T19:42:39.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-05-21T19:42:40.039Z
38452026-05-21T19:42:40.039Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38462026-05-21T19:42:40.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-21T19:42:40.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-21T19:42:40.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-21T19:42:40.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38502026-05-21T19:42:40.695Z
38512026-05-21T19:42:40.695Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38522026-05-21T19:42:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-21T19:42:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-21T19:42:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-21T19:42:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-05-21T19:42:41.326Z
38572026-05-21T19:42:41.326Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38582026-05-21T19:42:41.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-21T19:42:41.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-21T19:42:41.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-21T19:42:41.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38622026-05-21T19:42:41.972Z
38632026-05-21T19:42:41.972Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38642026-05-21T19:42:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-21T19:42:42.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-21T19:42:42.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-21T19:42:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38682026-05-21T19:42:42.634Z
38692026-05-21T19:42:42.634Zinfo: running `cargo check --bins` on update-common (208/274)
38702026-05-21T19:42:43.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-21T19:42:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-21T19:42:43.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-21T19:42:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38742026-05-21T19:42:43.249Z
38752026-05-21T19:42:43.249Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38762026-05-21T19:42:43.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-21T19:42:43.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-21T19:42:43.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-21T19:42:43.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38802026-05-21T19:42:43.913Z
38812026-05-21T19:42:43.914Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38822026-05-21T19:42:44.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-21T19:42:44.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-21T19:42:44.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-21T19:42:44.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38862026-05-21T19:42:44.505Z
38872026-05-21T19:42:44.505Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38882026-05-21T19:42:45.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-21T19:42:45.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-21T19:42:45.289Z Compiling fs-err v2.11.0
38912026-05-21T19:42:45.289Z Checking ignore v0.4.25
38922026-05-21T19:42:45.289Z Checking arc-swap v1.8.2
38932026-05-21T19:42:45.293Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38942026-05-21T19:42:45.422Z Checking predicates-tree v1.0.13
38952026-05-21T19:42:45.435Z Checking parse-size v1.1.0
38962026-05-21T19:42:45.460Z Checking rand_seeder v0.4.0
38972026-05-21T19:42:45.463Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38982026-05-21T19:42:45.538Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38992026-05-21T19:42:45.558Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39002026-05-21T19:42:45.599Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39012026-05-21T19:42:45.622Z Checking slog-scope v4.4.1
39022026-05-21T19:42:45.744Z Compiling petname v2.0.2
39032026-05-21T19:42:45.761Z Checking slog-stdlog v4.1.1
39042026-05-21T19:42:45.778Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39052026-05-21T19:42:45.792Z Checking globwalk v0.9.1
39062026-05-21T19:42:45.850Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-21T19:42:45.883Z Checking slog-envlogger v2.2.0
39082026-05-21T19:42:45.972Z Checking camino-tempfile-ext v0.3.3
39092026-05-21T19:42:46.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-05-21T19:42:46.035Z Checking sapling-renderdag v0.1.0
39112026-05-21T19:42:46.170Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39122026-05-21T19:42:46.173Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39132026-05-21T19:42:46.273Z Checking subprocess v0.2.15
39142026-05-21T19:42:46.366Z Checking sync-ptr v0.1.4
39152026-05-21T19:42:46.404Z Checking colored v2.2.0
39162026-05-21T19:42:46.485Z Checking assert_matches v1.5.0
39172026-05-21T19:42:46.558Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-05-21T19:42:46.620Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-21T19:42:46.672Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39202026-05-21T19:42:46.672Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39212026-05-21T19:42:47.302Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39222026-05-21T19:42:48.634Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39232026-05-21T19:42:50.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
39242026-05-21T19:42:51.094Z
39252026-05-21T19:42:51.094Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39262026-05-21T19:42:51.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-21T19:42:51.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-21T19:42:51.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-21T19:42:51.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39302026-05-21T19:42:51.686Z
39312026-05-21T19:42:51.686Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39322026-05-21T19:42:52.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-21T19:42:52.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-21T19:42:52.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-21T19:42:52.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39362026-05-21T19:42:52.308Z
39372026-05-21T19:42:52.309Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39382026-05-21T19:42:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-21T19:42:52.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-21T19:42:52.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-21T19:42:52.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39422026-05-21T19:42:52.974Z
39432026-05-21T19:42:52.974Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39442026-05-21T19:42:53.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-21T19:42:53.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-21T19:42:53.708Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39472026-05-21T19:42:53.708Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-05-21T19:42:54.363Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39492026-05-21T19:42:55.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39502026-05-21T19:42:56.176Z
39512026-05-21T19:42:56.176Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39522026-05-21T19:42:56.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-21T19:42:56.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-21T19:42:56.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-21T19:42:56.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39562026-05-21T19:42:56.783Z
39572026-05-21T19:42:56.783Zinfo: running `cargo check --bins` on cert-dev (217/274)
39582026-05-21T19:42:57.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-21T19:42:57.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-21T19:42:57.401Z Checking yasna v0.5.2
39612026-05-21T19:42:57.805Z Checking rcgen v0.12.1
39622026-05-21T19:42:58.057Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-05-21T19:42:58.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39642026-05-21T19:42:58.412Z
39652026-05-21T19:42:58.412Zinfo: running `cargo check --bins` on clickana (218/274)
39662026-05-21T19:42:58.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-21T19:42:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-21T19:42:59.066Z Compiling darling_core v0.23.0
39692026-05-21T19:42:59.072Z Compiling instability v0.3.11
39702026-05-21T19:42:59.072Z Checking castaway v0.2.4
39712026-05-21T19:42:59.183Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-05-21T19:42:59.190Z Compiling indoc v2.0.7
39732026-05-21T19:42:59.205Z Checking unicode-truncate v1.1.0
39742026-05-21T19:42:59.208Z Checking lru v0.12.5
39752026-05-21T19:42:59.208Z Checking cassowary v0.3.0
39762026-05-21T19:42:59.270Z Checking compact_str v0.8.1
39772026-05-21T19:43:00.248Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-05-21T19:43:00.434Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-21T19:43:00.615Z Compiling darling_macro v0.23.0
39802026-05-21T19:43:01.025Z Compiling darling v0.23.0
39812026-05-21T19:43:01.637Z Checking ratatui v0.29.0
39822026-05-21T19:43:02.696Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-05-21T19:43:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
39842026-05-21T19:43:03.564Z
39852026-05-21T19:43:03.564Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39862026-05-21T19:43:04.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-21T19:43:04.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-21T19:43:04.292Z Checking headers-core v0.3.0
39892026-05-21T19:43:04.295Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-05-21T19:43:04.491Z Checking headers v0.4.1
39912026-05-21T19:43:04.871Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39922026-05-21T19:43:05.733Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39932026-05-21T19:43:06.235Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39942026-05-21T19:43:06.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
39952026-05-21T19:43:06.874Z
39962026-05-21T19:43:06.874Zinfo: running `cargo check --bins` on ch-dev (220/274)
39972026-05-21T19:43:07.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-21T19:43:07.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-21T19:43:07.601Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40002026-05-21T19:43:08.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40012026-05-21T19:43:08.580Z
40022026-05-21T19:43:08.580Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40032026-05-21T19:43:08.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-21T19:43:08.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-21T19:43:08.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-21T19:43:09.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40072026-05-21T19:43:09.058Z
40082026-05-21T19:43:09.058Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40092026-05-21T19:43:09.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-21T19:43:09.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-21T19:43:09.787Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-05-21T19:43:10.792Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40132026-05-21T19:43:11.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
40142026-05-21T19:43:11.348Z
40152026-05-21T19:43:11.348Zinfo: running `cargo check --bins` on db-dev (223/274)
40162026-05-21T19:43:11.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-21T19:43:11.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-21T19:43:12.075Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40192026-05-21T19:43:12.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40202026-05-21T19:43:13.063Z
40212026-05-21T19:43:13.063Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40222026-05-21T19:43:13.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-21T19:43:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-21T19:43:13.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-21T19:43:13.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40262026-05-21T19:43:13.715Z
40272026-05-21T19:43:13.715Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40282026-05-21T19:43:14.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-21T19:43:14.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-21T19:43:14.338Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40312026-05-21T19:43:15.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
40322026-05-21T19:43:15.196Z
40332026-05-21T19:43:15.196Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40342026-05-21T19:43:15.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-21T19:43:15.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-21T19:43:15.958Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-05-21T19:43:15.958Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40382026-05-21T19:43:15.961Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40392026-05-21T19:43:15.961Z Checking git-stub v1.0.0
40402026-05-21T19:43:15.961Z Compiling trait-variant v0.1.2
40412026-05-21T19:43:15.961Z Checking is_ci v1.2.0
40422026-05-21T19:43:15.961Z Checking maplit v1.0.2
40432026-05-21T19:43:16.078Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40442026-05-21T19:43:16.155Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40452026-05-21T19:43:16.189Z Checking supports-color v3.0.2
40462026-05-21T19:43:16.258Z Checking git-stub-vcs v0.1.0
40472026-05-21T19:43:16.314Z Checking drift v0.1.4
40482026-05-21T19:43:16.346Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40492026-05-21T19:43:16.379Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40502026-05-21T19:43:16.454Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40512026-05-21T19:43:16.547Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40522026-05-21T19:43:16.594Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40532026-05-21T19:43:16.614Z Checking dropshot-api-manager v0.7.1
40542026-05-21T19:43:16.663Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40552026-05-21T19:43:16.819Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-21T19:43:16.883Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40572026-05-21T19:43:17.059Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-21T19:43:17.338Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40592026-05-21T19:43:22.339Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40602026-05-21T19:43:23.480Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40612026-05-21T19:43:24.054Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40622026-05-21T19:43:24.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
40632026-05-21T19:43:24.697Z
40642026-05-21T19:43:24.697Zinfo: running `cargo check --bins` on installinator-api (227/274)
40652026-05-21T19:43:25.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-21T19:43:25.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-21T19:43:25.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-21T19:43:25.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40692026-05-21T19:43:25.322Z
40702026-05-21T19:43:25.322Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40712026-05-21T19:43:25.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-21T19:43:25.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-21T19:43:25.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-05-21T19:43:25.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40752026-05-21T19:43:25.975Z
40762026-05-21T19:43:25.975Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40772026-05-21T19:43:26.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-05-21T19:43:26.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-05-21T19:43:26.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-05-21T19:43:26.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40812026-05-21T19:43:26.631Z
40822026-05-21T19:43:26.631Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40832026-05-21T19:43:27.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-05-21T19:43:27.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-05-21T19:43:27.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-05-21T19:43:27.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40872026-05-21T19:43:27.288Z
40882026-05-21T19:43:27.288Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40892026-05-21T19:43:27.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-05-21T19:43:27.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-05-21T19:43:27.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-05-21T19:43:27.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40932026-05-21T19:43:27.906Z
40942026-05-21T19:43:27.906Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40952026-05-21T19:43:28.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-21T19:43:28.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-21T19:43:28.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-21T19:43:28.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40992026-05-21T19:43:28.512Z
41002026-05-21T19:43:28.512Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41012026-05-21T19:43:29.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-21T19:43:29.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-21T19:43:29.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-21T19:43:29.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41052026-05-21T19:43:29.147Z
41062026-05-21T19:43:29.147Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41072026-05-21T19:43:29.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-21T19:43:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-21T19:43:29.776Z Checking typeid v1.0.3
41102026-05-21T19:43:29.890Z Checking ordered-float v2.10.1
41112026-05-21T19:43:29.910Z Checking unicode-xid v0.2.6
41122026-05-21T19:43:29.923Z Checking cargo-platform v0.2.0
41132026-05-21T19:43:29.933Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41142026-05-21T19:43:29.959Z Checking erased-serde v0.4.9
41152026-05-21T19:43:30.093Z Checking serde-value v0.7.0
41162026-05-21T19:43:30.277Z Checking serde-untagged v0.1.9
41172026-05-21T19:43:30.431Z Checking cargo-util-schemas v0.8.2
41182026-05-21T19:43:31.112Z Checking cargo_metadata v0.21.0
41192026-05-21T19:43:31.714Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-05-21T19:43:32.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41212026-05-21T19:43:32.592Z
41222026-05-21T19:43:32.592Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41232026-05-21T19:43:33.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-21T19:43:33.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-21T19:43:33.339Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-05-21T19:43:33.976Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-05-21T19:43:34.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
41282026-05-21T19:43:34.709Z
41292026-05-21T19:43:34.710Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41302026-05-21T19:43:35.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-21T19:43:35.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-21T19:43:35.593Z Compiling vergen-gitcl v1.0.8
41332026-05-21T19:43:35.593Z Compiling dirs-sys-next v0.1.2
41342026-05-21T19:43:35.593Z Compiling glob v0.3.3
41352026-05-21T19:43:35.593Z Compiling diesel_derives v2.3.7
41362026-05-21T19:43:35.593Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-05-21T19:43:35.596Z Compiling crunchy v0.2.4
41382026-05-21T19:43:35.596Z Compiling dsl_auto_type v0.2.0
41392026-05-21T19:43:35.596Z Checking scheduled-thread-pool v0.2.7
41402026-05-21T19:43:35.874Z Compiling dirs-next v2.0.0
41412026-05-21T19:43:35.995Z Compiling diesel_table_macro_syntax v0.3.0
41422026-05-21T19:43:35.998Z Compiling tiny-keccak v2.0.2
41432026-05-21T19:43:36.024Z Compiling term v0.7.0
41442026-05-21T19:43:36.138Z Compiling clang-sys v1.8.1
41452026-05-21T19:43:36.189Z Checking r2d2 v0.8.10
41462026-05-21T19:43:36.220Z Compiling bit-vec v0.6.3
41472026-05-21T19:43:36.241Z Checking downcast-rs v2.0.2
41482026-05-21T19:43:36.338Z Compiling ascii-canvas v3.0.0
41492026-05-21T19:43:36.438Z Compiling bit-set v0.5.3
41502026-05-21T19:43:36.514Z Compiling itertools v0.10.5
41512026-05-21T19:43:36.586Z Compiling ena v0.14.4
41522026-05-21T19:43:36.601Z Compiling libloading v0.8.9
41532026-05-21T19:43:36.628Z Compiling bindgen v0.71.1
41542026-05-21T19:43:36.650Z Compiling regex-syntax v0.6.29
41552026-05-21T19:43:36.786Z Compiling diff v0.1.13
41562026-05-21T19:43:36.816Z Compiling cexpr v0.6.0
41572026-05-21T19:43:37.061Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-05-21T19:43:37.080Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-05-21T19:43:37.238Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-05-21T19:43:37.277Z Compiling libxml v0.3.3
41612026-05-21T19:43:37.490Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-05-21T19:43:37.544Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-05-21T19:43:37.571Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-05-21T19:43:37.768Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-05-21T19:43:37.807Z Compiling strum_macros v0.24.3
41662026-05-21T19:43:37.843Z Compiling indoc v1.0.9
41672026-05-21T19:43:38.032Z Compiling lalrpop v0.19.12
41682026-05-21T19:43:38.835Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-05-21T19:43:39.029Z Checking derive_builder v0.20.2
41702026-05-21T19:43:39.151Z Compiling oso-derive v0.27.3
41712026-05-21T19:43:39.167Z Checking quick-xml v0.37.5
41722026-05-21T19:43:39.336Z Compiling impl-trait-for-tuples v0.2.3
41732026-05-21T19:43:39.659Z Checking openssl-probe v0.1.6
41742026-05-21T19:43:39.846Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-05-21T19:43:40.077Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-05-21T19:43:40.274Z Checking bb8 v0.8.6
41772026-05-21T19:43:40.521Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-05-21T19:43:40.570Z Checking nonempty v0.12.0
41792026-05-21T19:43:40.591Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41802026-05-21T19:43:40.738Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41812026-05-21T19:43:40.755Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-05-21T19:43:40.804Z Checking console v0.16.2
41832026-05-21T19:43:40.922Z Checking unit-prefix v0.5.2
41842026-05-21T19:43:40.960Z Checking support-bundle-viewer v0.1.2
41852026-05-21T19:43:41.059Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41862026-05-21T19:43:41.117Z Checking indicatif v0.18.4
41872026-05-21T19:43:41.214Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41882026-05-21T19:43:41.356Z Checking multimap v0.10.1
41892026-05-21T19:43:41.714Z Checking diesel v2.3.7
41902026-05-21T19:43:43.485Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-05-21T19:43:43.796Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-05-21T19:43:43.867Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-05-21T19:43:44.142Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41942026-05-21T19:43:44.345Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-05-21T19:43:45.201Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-05-21T19:43:45.557Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41972026-05-21T19:43:46.247Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41982026-05-21T19:43:48.334Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-05-21T19:43:51.807Z Compiling samael v0.0.19
42002026-05-21T19:43:57.491Z Checking diesel-dtrace v0.5.0
42012026-05-21T19:43:57.733Z Checking async-bb8-diesel v0.2.1
42022026-05-21T19:43:59.199Z Compiling polar-core v0.27.3
42032026-05-21T19:44:03.633Z Checking oso v0.27.3
42042026-05-21T19:44:40.151Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-05-21T19:45:13.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42062026-05-21T19:45:13.883Z
42072026-05-21T19:45:13.883Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42082026-05-21T19:45:14.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-21T19:45:14.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-21T19:45:14.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-21T19:45:14.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42122026-05-21T19:45:14.560Z
42132026-05-21T19:45:14.560Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42142026-05-21T19:45:15.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-21T19:45:15.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-21T19:45:15.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-05-21T19:45:15.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42182026-05-21T19:45:15.232Z
42192026-05-21T19:45:15.232Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42202026-05-21T19:45:15.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-21T19:45:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-21T19:45:15.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-05-21T19:45:15.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42242026-05-21T19:45:15.834Z
42252026-05-21T19:45:15.834Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42262026-05-21T19:45:16.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-05-21T19:45:16.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-05-21T19:45:16.728Z Compiling libz-sys v1.1.24
42292026-05-21T19:45:16.860Z Compiling libgit2-sys v0.18.3+1.9.2
42302026-05-21T19:45:16.895Z Compiling vergen-git2 v1.0.7
42312026-05-21T19:45:16.899Z Compiling rustls v0.21.12
42322026-05-21T19:45:16.899Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-05-21T19:45:16.902Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42342026-05-21T19:45:16.902Z Checking sct v0.7.1
42352026-05-21T19:45:16.902Z Checking rustls-webpki v0.101.7
42362026-05-21T19:45:17.073Z Compiling nix v0.29.0
42372026-05-21T19:45:17.117Z Compiling dropshot v0.16.7
42382026-05-21T19:45:17.164Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42392026-05-21T19:45:17.199Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-05-21T19:45:17.238Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-05-21T19:45:17.387Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42422026-05-21T19:45:17.404Z Checking toml v0.9.12+spec-1.1.0
42432026-05-21T19:45:17.420Z Compiling dropshot_endpoint v0.16.7
42442026-05-21T19:45:17.526Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42452026-05-21T19:45:17.704Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42462026-05-21T19:45:17.883Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-21T19:45:17.967Z Checking rustls-pemfile v1.0.4
42482026-05-21T19:45:18.109Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42492026-05-21T19:45:18.304Z Checking twox-hash v2.1.2
42502026-05-21T19:45:18.323Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-05-21T19:45:18.529Z Checking tokio-rustls v0.24.1
42522026-05-21T19:45:19.081Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42532026-05-21T19:45:19.149Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42542026-05-21T19:45:19.350Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-05-21T19:45:19.845Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-05-21T19:45:19.915Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-05-21T19:45:19.945Z Checking fatfs v0.3.6
42582026-05-21T19:45:20.023Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-05-21T19:45:20.061Z Compiling seq-macro v0.3.6
42602026-05-21T19:45:23.800Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-05-21T19:45:23.930Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-05-21T19:45:24.377Z Compiling git2 v0.20.4
42632026-05-21T19:45:26.623Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-21T19:46:13.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.03s
42652026-05-21T19:46:14.101Z
42662026-05-21T19:46:14.101Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42672026-05-21T19:46:14.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-05-21T19:46:14.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-05-21T19:46:15.005Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-21T19:46:54.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.93s
42712026-05-21T19:46:54.251Z
42722026-05-21T19:46:54.251Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42732026-05-21T19:46:54.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-05-21T19:46:54.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-05-21T19:46:54.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-05-21T19:46:54.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42772026-05-21T19:46:54.862Z
42782026-05-21T19:46:54.862Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42792026-05-21T19:46:55.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-05-21T19:46:55.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-05-21T19:46:55.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-05-21T19:46:55.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42832026-05-21T19:46:55.511Z
42842026-05-21T19:46:55.511Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42852026-05-21T19:46:56.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-05-21T19:46:56.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-05-21T19:46:56.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-05-21T19:46:56.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42892026-05-21T19:46:56.182Z
42902026-05-21T19:46:56.182Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42912026-05-21T19:46:56.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-05-21T19:46:56.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-05-21T19:46:56.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-05-21T19:46:56.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42952026-05-21T19:46:56.856Z
42962026-05-21T19:46:56.856Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42972026-05-21T19:46:57.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-21T19:46:57.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-21T19:46:57.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-05-21T19:46:57.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43012026-05-21T19:46:57.520Z
43022026-05-21T19:46:57.520Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43032026-05-21T19:46:58.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-21T19:46:58.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-21T19:46:58.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-21T19:46:58.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43072026-05-21T19:46:58.190Z
43082026-05-21T19:46:58.190Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43092026-05-21T19:46:58.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-21T19:46:58.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-21T19:46:58.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-21T19:46:58.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43132026-05-21T19:46:58.863Z
43142026-05-21T19:46:58.863Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43152026-05-21T19:46:59.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-21T19:46:59.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-21T19:46:59.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-21T19:46:59.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43192026-05-21T19:46:59.532Z
43202026-05-21T19:46:59.532Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43212026-05-21T19:47:00.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-21T19:47:00.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-21T19:47:00.450Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-05-21T19:47:00.455Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-05-21T19:47:00.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-05-21T19:47:00.667Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43272026-05-21T19:47:00.688Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43282026-05-21T19:47:00.691Z Checking yansi v1.0.1
43292026-05-21T19:47:00.691Z Checking diff v0.1.13
43302026-05-21T19:47:00.719Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-05-21T19:47:00.777Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-05-21T19:47:00.973Z Checking pretty_assertions v1.4.1
43332026-05-21T19:47:01.612Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-05-21T19:47:01.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-05-21T19:47:25.653Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43362026-05-21T19:47:25.656Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43372026-05-21T19:47:25.656Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-05-21T19:47:25.656Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-05-21T19:47:25.656Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43402026-05-21T19:47:25.656Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-05-21T19:47:26.505Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-05-21T19:47:27.629Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-05-21T19:48:06.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43442026-05-21T19:48:06.715Z
43452026-05-21T19:48:06.715Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43462026-05-21T19:48:07.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-21T19:48:07.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-21T19:48:07.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-21T19:48:07.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43502026-05-21T19:48:07.319Z
43512026-05-21T19:48:07.319Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43522026-05-21T19:48:07.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-21T19:48:07.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-21T19:48:08.111Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552026-05-21T19:48:08.235Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-05-21T19:48:08.235Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43572026-05-21T19:48:34.130Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-05-21T19:48:34.530Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43592026-05-21T19:48:36.259Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43602026-05-21T19:48:36.727Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43612026-05-21T19:48:39.736Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-05-21T19:49:02.625Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-05-21T19:49:03.345Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-05-21T19:49:05.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.68s
43652026-05-21T19:49:05.226Z
43662026-05-21T19:49:05.226Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43672026-05-21T19:49:05.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-21T19:49:05.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-21T19:49:05.970Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43702026-05-21T19:49:06.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43712026-05-21T19:49:06.885Z
43722026-05-21T19:49:06.885Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43732026-05-21T19:49:07.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-21T19:49:07.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-21T19:49:07.555Z Compiling blake3 v1.8.3
43762026-05-21T19:49:07.665Z Checking constant_time_eq v0.4.2
43772026-05-21T19:49:07.672Z Checking arrayref v0.3.9
43782026-05-21T19:49:07.672Z Checking arrayvec v0.7.6
43792026-05-21T19:49:07.688Z Checking topological-sort v0.2.2
43802026-05-21T19:49:07.691Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43812026-05-21T19:49:07.691Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43822026-05-21T19:49:07.691Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43832026-05-21T19:49:07.733Z Checking shell-words v1.1.1
43842026-05-21T19:49:08.563Z Checking omicron-zone-package v0.12.2
43852026-05-21T19:49:09.278Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43862026-05-21T19:49:10.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
43872026-05-21T19:49:10.315Z
43882026-05-21T19:49:10.315Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43892026-05-21T19:49:10.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-21T19:49:10.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-21T19:49:10.979Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43922026-05-21T19:49:11.303Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43932026-05-21T19:49:11.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43942026-05-21T19:49:11.908Z
43952026-05-21T19:49:11.908Zinfo: running `cargo check --bins` on schema (256/274)
43962026-05-21T19:49:12.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-21T19:49:12.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-21T19:49:12.652Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43992026-05-21T19:49:13.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44002026-05-21T19:49:13.573Z
44012026-05-21T19:49:13.573Zinfo: running `cargo check --bins` on xtask (257/274)
44022026-05-21T19:49:14.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-21T19:49:14.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-21T19:49:14.037Z Checking libc v0.2.185
44052026-05-21T19:49:14.119Z Checking serde v1.0.228
44062026-05-21T19:49:14.124Z Checking zerofrom v0.1.6
44072026-05-21T19:49:14.128Z Checking bitflags v2.11.0
44082026-05-21T19:49:14.135Z Checking smallvec v1.15.1
44092026-05-21T19:49:14.138Z Checking indexmap v2.14.0
44102026-05-21T19:49:14.152Z Checking serde_json v1.0.149
44112026-05-21T19:49:14.155Z Checking num-traits v0.2.19
44122026-05-21T19:49:14.224Z Checking yoke v0.8.1
44132026-05-21T19:49:14.271Z Checking scroll v0.12.0
44142026-05-21T19:49:14.309Z Checking thiserror v1.0.69
44152026-05-21T19:49:14.391Z Checking zerovec v0.11.5
44162026-05-21T19:49:14.406Z Checking zerotrie v0.2.3
44172026-05-21T19:49:14.417Z Checking errno v0.3.14
44182026-05-21T19:49:14.498Z Checking percent-encoding v2.3.2
44192026-05-21T19:49:14.509Z Checking toml_datetime v0.6.11
44202026-05-21T19:49:14.532Z Checking rustix v1.1.3
44212026-05-21T19:49:14.636Z Checking serde_spanned v0.6.9
44222026-05-21T19:49:14.648Z Checking log v0.4.29
44232026-05-21T19:49:14.672Z Checking ordered-float v2.10.1
44242026-05-21T19:49:14.675Z Checking form_urlencoded v1.2.2
44252026-05-21T19:49:14.692Z Checking zerocopy v0.7.35
44262026-05-21T19:49:14.764Z Checking toml_edit v0.22.27
44272026-05-21T19:49:14.777Z Checking getrandom v0.4.1
44282026-05-21T19:49:14.808Z Checking thiserror v2.0.18
44292026-05-21T19:49:14.820Z Checking goblin v0.8.2
44302026-05-21T19:49:14.830Z Checking tinystr v0.8.2
44312026-05-21T19:49:14.898Z Checking potential_utf v0.1.4
44322026-05-21T19:49:14.909Z Checking serde-value v0.7.0
44332026-05-21T19:49:14.923Z Checking syn v2.0.117
44342026-05-21T19:49:15.006Z Checking icu_locale_core v2.1.1
44352026-05-21T19:49:15.030Z Checking icu_collections v2.1.1
44362026-05-21T19:49:15.107Z Checking dtrace-parser v0.2.0
44372026-05-21T19:49:15.183Z Checking thread-id v4.2.2
44382026-05-21T19:49:15.267Z Checking once_cell v1.21.3
44392026-05-21T19:49:15.341Z Checking cargo-platform v0.2.0
44402026-05-21T19:49:15.352Z Checking memmap v0.7.0
44412026-05-21T19:49:15.362Z Checking terminal_size v0.4.3
44422026-05-21T19:49:15.442Z Checking tempfile v3.25.0
44432026-05-21T19:49:15.471Z Checking clap_builder v4.5.60
44442026-05-21T19:49:15.483Z Checking textwrap v0.16.2
44452026-05-21T19:49:15.516Z Checking fs-err v3.3.0
44462026-05-21T19:49:15.565Z Checking icu_provider v2.1.1
44472026-05-21T19:49:15.631Z Checking camino-tempfile v1.4.1
44482026-05-21T19:49:15.692Z Checking anyhow v1.0.102
44492026-05-21T19:49:15.703Z Checking tabled v0.15.0
44502026-05-21T19:49:15.784Z Checking macaddr v1.0.1
44512026-05-21T19:49:15.803Z Checking icu_normalizer v2.1.1
44522026-05-21T19:49:15.891Z Checking icu_properties v2.1.2
44532026-05-21T19:49:15.894Z Checking toml v0.8.23
44542026-05-21T19:49:15.963Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44552026-05-21T19:49:16.214Z Checking cargo_toml v0.21.0
44562026-05-21T19:49:16.675Z Checking dof v0.3.0
44572026-05-21T19:49:16.679Z Checking clap v4.5.60
44582026-05-21T19:49:16.699Z Checking idna_adapter v1.2.1
44592026-05-21T19:49:16.809Z Checking idna v1.1.0
44602026-05-21T19:49:16.941Z Checking usdt-impl v0.5.0
44612026-05-21T19:49:17.035Z Checking url v2.5.8
44622026-05-21T19:49:17.187Z Checking usdt v0.5.0
44632026-05-21T19:49:17.387Z Checking cargo-util-schemas v0.8.2
44642026-05-21T19:49:18.088Z Checking cargo_metadata v0.21.0
44652026-05-21T19:49:18.695Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-05-21T19:49:19.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
44672026-05-21T19:49:19.239Z
44682026-05-21T19:49:19.239Zinfo: running `cargo check --bins` on dnsadm (258/274)
44692026-05-21T19:49:19.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-21T19:49:19.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-21T19:49:19.895Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-05-21T19:49:20.376Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-05-21T19:49:20.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44742026-05-21T19:49:20.959Z
44752026-05-21T19:49:20.959Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44762026-05-21T19:49:21.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-21T19:49:21.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-21T19:49:21.770Z Checking polyval v0.6.2
44792026-05-21T19:49:21.895Z Checking ctr v0.9.2
44802026-05-21T19:49:21.906Z Checking ssh-encoding v0.2.0
44812026-05-21T19:49:21.906Z Checking blowfish v0.9.1
44822026-05-21T19:49:21.927Z Checking password-hash v0.4.2
44832026-05-21T19:49:21.941Z Checking p521 v0.13.3
44842026-05-21T19:49:21.944Z Checking p256 v0.13.2
44852026-05-21T19:49:21.969Z Checking russh-cryptovec v0.7.3
44862026-05-21T19:49:22.036Z Checking ghash v0.5.1
44872026-05-21T19:49:22.051Z Checking bcrypt-pbkdf v0.10.0
44882026-05-21T19:49:22.051Z Checking md5 v0.7.0
44892026-05-21T19:49:22.080Z Checking num-bigint v0.4.6
44902026-05-21T19:49:22.121Z Checking des v0.8.1
44912026-05-21T19:49:22.149Z Checking pbkdf2 v0.11.0
44922026-05-21T19:49:22.169Z Checking aes-gcm v0.10.3
44932026-05-21T19:49:22.186Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-05-21T19:49:22.258Z Checking hex-literal v0.4.1
44952026-05-21T19:49:22.277Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-05-21T19:49:22.292Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-05-21T19:49:22.320Z Checking socket2 v0.5.10
44982026-05-21T19:49:22.335Z Checking ssh-cipher v0.2.0
44992026-05-21T19:49:22.355Z Checking internet-checksum v0.2.1
45002026-05-21T19:49:22.503Z Checking ssh-key v0.6.7
45012026-05-21T19:49:22.582Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-21T19:49:23.132Z Checking russh-keys v0.45.0
45032026-05-21T19:49:23.669Z Checking russh v0.45.0
45042026-05-21T19:49:39.136Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-21T19:49:40.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
45062026-05-21T19:49:40.587Z
45072026-05-21T19:49:40.587Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45082026-05-21T19:49:41.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-21T19:49:41.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-21T19:49:41.248Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45112026-05-21T19:49:41.358Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45122026-05-21T19:49:41.366Z Checking termios v0.3.3
45132026-05-21T19:49:42.578Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142026-05-21T19:49:42.730Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-05-21T19:49:44.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45162026-05-21T19:49:45.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
45172026-05-21T19:49:45.279Z
45182026-05-21T19:49:45.279Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45192026-05-21T19:49:45.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-21T19:49:45.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-21T19:49:46.005Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45222026-05-21T19:49:46.011Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45232026-05-21T19:49:46.128Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45242026-05-21T19:49:46.129Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45252026-05-21T19:49:46.144Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45262026-05-21T19:49:46.153Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45272026-05-21T19:49:46.865Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45282026-05-21T19:49:47.218Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45292026-05-21T19:49:47.223Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45302026-05-21T19:49:47.861Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45312026-05-21T19:49:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45322026-05-21T19:49:49.709Z
45332026-05-21T19:49:49.709Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45342026-05-21T19:49:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-21T19:49:50.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-21T19:49:50.363Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372026-05-21T19:49:50.822Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45382026-05-21T19:49:51.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45392026-05-21T19:49:51.385Z
45402026-05-21T19:49:51.385Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45412026-05-21T19:49:51.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-21T19:49:51.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-21T19:49:51.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-05-21T19:49:51.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45452026-05-21T19:49:51.929Z
45462026-05-21T19:49:51.929Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45472026-05-21T19:49:52.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-21T19:49:52.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-21T19:49:52.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-05-21T19:49:52.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45512026-05-21T19:49:52.527Z
45522026-05-21T19:49:52.527Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45532026-05-21T19:49:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-05-21T19:49:53.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-05-21T19:49:53.295Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45562026-05-21T19:49:53.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45572026-05-21T19:49:54.102Z
45582026-05-21T19:49:54.102Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45592026-05-21T19:49:54.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-21T19:49:54.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-21T19:49:54.770Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45622026-05-21T19:49:54.773Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45632026-05-21T19:49:55.028Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45642026-05-21T19:49:55.028Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-05-21T19:49:55.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45662026-05-21T19:49:56.022Z
45672026-05-21T19:49:56.022Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45682026-05-21T19:49:56.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-21T19:49:56.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-21T19:49:56.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-21T19:49:56.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45722026-05-21T19:49:56.626Z
45732026-05-21T19:49:56.626Zinfo: running `cargo check --bins` on omicron-package (268/274)
45742026-05-21T19:49:57.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-21T19:49:57.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-21T19:49:57.328Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45772026-05-21T19:49:58.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
45782026-05-21T19:49:58.616Z
45792026-05-21T19:49:58.616Zinfo: running `cargo check --bins` on tqdb (269/274)
45802026-05-21T19:49:59.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-21T19:49:59.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-21T19:49:59.411Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-05-21T19:49:59.766Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45842026-05-21T19:50:00.374Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45852026-05-21T19:50:00.389Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45862026-05-21T19:50:06.081Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-05-21T19:50:06.081Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-05-21T19:50:06.655Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45892026-05-21T19:50:06.655Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-05-21T19:50:06.664Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45912026-05-21T19:50:06.664Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-05-21T19:50:07.415Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45932026-05-21T19:50:12.426Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-05-21T19:50:12.448Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45952026-05-21T19:50:12.448Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45962026-05-21T19:50:14.058Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45972026-05-21T19:50:20.446Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45982026-05-21T19:50:20.450Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45992026-05-21T19:50:20.450Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46002026-05-21T19:50:20.450Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46012026-05-21T19:50:21.933Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46022026-05-21T19:50:23.281Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46032026-05-21T19:50:23.972Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46042026-05-21T19:50:25.242Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46052026-05-21T19:50:25.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
46062026-05-21T19:50:26.010Z
46072026-05-21T19:50:26.010Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46082026-05-21T19:50:26.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-21T19:50:26.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-21T19:50:26.742Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112026-05-21T19:50:26.742Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-21T19:50:26.746Z Checking rtoolbox v0.0.3
46132026-05-21T19:50:26.874Z Checking tui-tree-widget v0.23.1
46142026-05-21T19:50:26.974Z Checking rpassword v7.4.0
46152026-05-21T19:50:28.035Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-05-21T19:50:31.080Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-05-21T19:50:32.933Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-05-21T19:50:33.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.83s
46192026-05-21T19:50:34.056Z
46202026-05-21T19:50:34.056Zinfo: running `cargo check --bins` on wicket (271/274)
46212026-05-21T19:50:34.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-05-21T19:50:34.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-05-21T19:50:34.767Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-21T19:50:35.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46252026-05-21T19:50:35.348Z
46262026-05-21T19:50:35.349Zinfo: running `cargo check --bins` on wicketd (272/274)
46272026-05-21T19:50:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-21T19:50:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-21T19:50:36.089Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-05-21T19:50:36.090Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-05-21T19:50:36.093Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-05-21T19:50:36.093Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-05-21T19:50:37.104Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-05-21T19:50:37.696Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-05-21T19:50:40.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
46362026-05-21T19:50:40.954Z
46372026-05-21T19:50:40.955Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46382026-05-21T19:50:41.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-21T19:50:41.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-21T19:50:41.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-05-21T19:50:41.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46422026-05-21T19:50:41.561Z
46432026-05-21T19:50:41.561Zinfo: running `cargo check --bins` on zone-setup (274/274)
46442026-05-21T19:50:42.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-05-21T19:50:42.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-05-21T19:50:42.251Z Checking uzers v0.12.2
46472026-05-21T19:50:42.526Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-05-21T19:50:43.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46492026-05-21T19:50:43.497Z
46502026-05-21T19:50:43.497Zreal 14:19.538945274
46512026-05-21T19:50:43.497Zuser 20:42.847720558
46522026-05-21T19:50:43.497Zsys 4:19.293800593
46532026-05-21T19:50:43.498Ztrap 0.320224375
46542026-05-21T19:50:43.498Ztflt 0.993559774
46552026-05-21T19:50:43.502Zdflt 1.164288206
46562026-05-21T19:50:43.502Zkflt 0.026446787
46572026-05-21T19:50:43.502Zlock 1:18:04.518069887
46582026-05-21T19:50:43.502Zslp 1:39:15.080264571
46592026-05-21T19:50:43.502Zlat 57.308467070
46602026-05-21T19:50:43.502Zstop 3:40.213174069
46612026-05-21T19:50:43.502Zprocess exited: duration 994927 ms, exit code 0
 
46622026-05-21T19:50:43.508Zfound 0 output files