01KTCMJJZEBRQDGQ1QKA8VTN4N: 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: 01KTCMK2VAM2MDYFQ8G8SWK7HV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T19:37:17.951Zjob assigned to worker 01KTCMK5PB9NDF0E8EJR6BJTDJ [factory aws, i-019bcb0120c3b194a] (queued for 43 s)
 
22026-06-05T19:37:24.518Zstarting task 0: "setup"
32026-06-05T19:37:24.523Z++ uname -s
42026-06-05T19:37:24.526Z+ kern=SunOS
52026-06-05T19:37:24.526Z+ build_user=build
62026-06-05T19:37:24.526Z+ build_uid=12345
72026-06-05T19:37:24.526Z+ work_dir=/work
82026-06-05T19:37:24.526Z+ input_dir=/input
92026-06-05T19:37:24.526Z+ [[ 0 == 12345 ]]
102026-06-05T19:37:24.526Z+ case "$kern" in
112026-06-05T19:37:24.526Z+ groupadd -g 12345 build
122026-06-05T19:37:24.526Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T19:37:26.533Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T19:37:26.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T19:37:26.645Z+ home_fs=zfs
162026-06-05T19:37:26.645Z+ [[ zfs == autofs ]]
172026-06-05T19:37:26.645Z+ mkdir -p /home/build
182026-06-05T19:37:26.645Z+ chown build:build /home/build /work
192026-06-05T19:37:28.642Z+ chmod 0700 /home/build /work
202026-06-05T19:37:28.646Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-05T19:37:28.652Zstarting task 1: "rust-toolchain"
222026-06-05T19:37:28.656Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-05T19:37:28.656Z * rust toolchain channel = "1.94.0"
242026-06-05T19:37:28.656Z * rust toolchain profile = "default"
252026-06-05T19:37:28.656Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T19:37:28.656Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T19:37:28.656Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T19:37:28.659Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T19:37:28.659Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-05T19:37:28.750Zinfo: downloading installer
312026-06-05T19:37:30.067Zwarn: It looks like you have an existing rustup settings file at:
322026-06-05T19:37:30.067Zwarn: /home/build/.rustup/settings.toml
332026-06-05T19:37:30.067Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-05T19:37:30.067Zwarn: instead of the one inferred from the default host triple.
352026-06-05T19:37:30.080Zinfo: profile set to default
362026-06-05T19:37:30.080Zinfo: default host triple is x86_64-unknown-illumos
372026-06-05T19:37:30.083Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-05T19:37:30.218Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-05T19:37:30.221Zinfo: downloading 6 components
402026-06-05T19:37:44.484Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-05T19:37:44.485Z
422026-06-05T19:37:44.514Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-05T19:37:44.514Z
442026-06-05T19:37:44.518Z
452026-06-05T19:37:44.518ZRust is installed now. Great!
462026-06-05T19:37:44.518Z
472026-06-05T19:37:44.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-05T19:37:44.518Zenvironment variable. This has not been done automatically.
492026-06-05T19:37:44.518Z
502026-06-05T19:37:44.518ZTo configure your current shell, you need to source
512026-06-05T19:37:44.518Zthe corresponding env file under $HOME/.cargo.
522026-06-05T19:37:44.518Z
532026-06-05T19:37:44.519ZThis is usually done by running one of the following (note the leading DOT):
542026-06-05T19:37:44.519Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-05T19:37:44.519Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-05T19:37:44.519Zsource "~/.cargo/env.nu" # For nushell
572026-06-05T19:37:44.519Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-05T19:37:44.519Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-05T19:37:44.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-05T19:37:44.519Zwarn: no default linker (`cc`) was found in your PATH
612026-06-05T19:37:44.519Zwarn: many Rust crates require a system C toolchain to build
622026-06-05T19:37:44.602Z+ rustup --version
632026-06-05T19:37:44.610Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-05T19:37:44.613Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-05T19:37:44.631Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-05T19:37:44.634Z+ cargo --version
672026-06-05T19:37:44.647Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-05T19:37:44.650Z+ rustc --version
692026-06-05T19:37:44.669Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-05T19:37:44.673Zprocess exited: duration 16019 ms, exit code 0
 
712026-06-05T19:37:44.679Zstarting task 2: "authentication"
722026-06-05T19:37:44.695Zprocess exited: duration 16 ms, exit code 0
 
732026-06-05T19:37:44.701Zstarting task 3: "clone repository"
742026-06-05T19:37:44.704Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-05T19:37:44.707Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-05T19:37:44.746ZCloning into '/work/oxidecomputer/omicron'...
772026-06-05T19:37:55.951Z+ cd /work/oxidecomputer/omicron
782026-06-05T19:37:55.951Z+ git fetch origin e17f0421878f9b511930b1b1ab9eef7a8ed454c1
792026-06-05T19:37:56.236ZFrom https://github.com/oxidecomputer/omicron
802026-06-05T19:37:56.237Z * branch e17f0421878f9b511930b1b1ab9eef7a8ed454c1 -> FETCH_HEAD
812026-06-05T19:37:56.248Z+ [[ -n '' ]]
822026-06-05T19:37:56.248Z+ git reset --hard e17f0421878f9b511930b1b1ab9eef7a8ed454c1
832026-06-05T19:37:56.484ZHEAD is now at e17f04218 Bump web console (jumbo frames types)
842026-06-05T19:37:56.487Zprocess exited: duration 11784 ms, exit code 0
 
852026-06-05T19:37:56.493Zstarting task 4: "build"
862026-06-05T19:37:56.497Z+ source .github/buildomat/ci-env.sh
872026-06-05T19:37:56.497Z++ export CARGO_TERM_COLOR=always
882026-06-05T19:37:56.501Z++ CARGO_TERM_COLOR=always
892026-06-05T19:37:56.501Z+ cargo --version
902026-06-05T19:37:56.508Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-05T19:37:56.511Z+ rustc --version
922026-06-05T19:37:56.531Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-05T19:37:56.535Z+ source ./env.sh
942026-06-05T19:37:56.535Z++ OLD_SHELL_OPTS=ehxB
952026-06-05T19:37:56.535Z++ set -o xtrace
962026-06-05T19:37:56.538Z++++ dirname ./env.sh
972026-06-05T19:37:56.538Z+++ readlink -f .
982026-06-05T19:37:56.541Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-05T19:37:56.541Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-05T19:37:56.541Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-05T19:37:56.541Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-05T19:37:56.541Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-05T19:37:56.541Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-05T19:37:56.541Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-05T19:37:56.541Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-05T19:37:56.541Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-05T19:37:56.541Z++ case $OLD_SHELL_OPTS in
1082026-06-05T19:37:56.541Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-06-05T19:37:56.541Z+ 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
1102026-06-05T19:37:56.541Z+ 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
1112026-06-05T19:37:56.541Z+ banner prerequisites
1122026-06-05T19:37:56.544Z
1132026-06-05T19:37:56.544Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-05T19:37:56.544Z # # # # # # # # # # # # # # #
1152026-06-05T19:37:56.545Z # # # # ##### # # ##### # # # # # #### #
1162026-06-05T19:37:56.545Z ##### ##### # ##### # # # # # # # # #
1172026-06-05T19:37:56.545Z # # # # # # # # # # # # # # #
1182026-06-05T19:37:56.545Z # # # ###### # # ###### ### # #### # #### #
1192026-06-05T19:37:56.545Z
1202026-06-05T19:37:56.545Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-05T19:37:58.039Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-05T19:37:58.129Z Startup: Caching catalogs ... Done
1232026-06-05T19:37:58.459ZPlanning: Solver setup ... Done (0.283s)
1242026-06-05T19:37:58.477ZPlanning: Running solver ... Done (0.021s)
1252026-06-05T19:37:58.485ZPlanning: Finding local manifests ... Done (0.004s)
1262026-06-05T19:37:58.495ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-05T19:37:58.515ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-05T19:37:58.529ZPlanning: Package planning ... Done (0.014s)
1292026-06-05T19:37:58.533ZPlanning: Merging actions ... Done (0.001s)
1302026-06-05T19:37:58.720ZPlanning: Checking for conflicting actions ... Done (0.190s)
1312026-06-05T19:37:58.723ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-05T19:37:59.521ZPlanning: Evaluating mediators ... Done (0.799s)
1332026-06-05T19:37:59.521ZPlanning: Planning completed in 1.37 seconds
1342026-06-05T19:37:59.530Z Packages to install: 2
1352026-06-05T19:37:59.530Z Estimated space available: 156.07 GB
1362026-06-05T19:37:59.533ZEstimated space to be consumed: 25.33 MB
1372026-06-05T19:37:59.533Z Create boot environment: No
1382026-06-05T19:37:59.533ZCreate backup boot environment: No
1392026-06-05T19:37:59.533Z Rebuild boot archive: No
1402026-06-05T19:37:59.533Z
1412026-06-05T19:37:59.533ZChanged packages:
1422026-06-05T19:37:59.533Zhelios
1432026-06-05T19:37:59.533Z developer/build-essential
1442026-06-05T19:37:59.533Z None -> 11-3.0
1452026-06-05T19:37:59.533Z library/libxmlsec1
1462026-06-05T19:37:59.533Z None -> 1.2.35-3.0
1472026-06-05T19:37:59.554Z
1482026-06-05T19:37:59.554ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-05T19:38:00.042ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1502026-06-05T19:38:00.116Z Actions: 1/268 actions (Installing new actions)
1512026-06-05T19:38:00.156Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-05T19:38:00.164ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-05T19:38:00.164ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-05T19:38:00.186ZFinalize: Updating image state ... Done (0.022s)
1552026-06-05T19:38:02.598ZFinalize: Creating fast lookup database ... Done (2.390s)
1562026-06-05T19:38:02.668ZFinalize: Reading search index ... Done (0.013s)
1572026-06-05T19:38:02.671ZFinalize: Updating search index ... Done (0.000s)
1582026-06-05T19:38:02.761ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-05T19:38:03.061ZPlanning: Evaluating mediator changes ... Done
1602026-06-05T19:38:03.167ZPlanning: Checking for conflicting actions ... Done
1612026-06-05T19:38:03.170ZPlanning: Consolidating action changes ... Done
1622026-06-05T19:38:03.328ZPlanning: Evaluating mediators ... Done
1632026-06-05T19:38:03.332ZPlanning: Planning completed in 0.27 seconds
1642026-06-05T19:38:03.349Z Mediators to change: 2
1652026-06-05T19:38:03.349Z Create boot environment: No
1662026-06-05T19:38:03.349ZCreate backup boot environment: No
1672026-06-05T19:38:03.400ZFinalize: Updating package state database ... Done
1682026-06-05T19:38:03.400ZFinalize: Updating package cache ... Done
1692026-06-05T19:38:03.411ZFinalize: Updating image state ... Done
1702026-06-05T19:38:05.372ZFinalize: Creating fast lookup database ... Done
1712026-06-05T19:38:05.438ZFinalize: Reading search index ... Done
1722026-06-05T19:38:05.441ZFinalize: Updating search index ... Done
1732026-06-05T19:38:05.527ZFinalize: Updating package cache ... Done
1742026-06-05T19:38:05.816ZPlanning: Evaluating mediator changes ... Done
1752026-06-05T19:38:05.923ZPlanning: Checking for conflicting actions ... Done
1762026-06-05T19:38:05.926ZPlanning: Consolidating action changes ... Done
1772026-06-05T19:38:06.078ZPlanning: Evaluating mediators ... Done
1782026-06-05T19:38:06.082ZPlanning: Planning completed in 0.26 seconds
1792026-06-05T19:38:06.103Z Mediators to change: 1
1802026-06-05T19:38:06.103Z Create boot environment: No
1812026-06-05T19:38:06.103ZCreate backup boot environment: No
1822026-06-05T19:38:06.142ZFinalize: Updating package state database ... Done
1832026-06-05T19:38:06.142ZFinalize: Updating package cache ... Done
1842026-06-05T19:38:06.153ZFinalize: Updating image state ... Done
1852026-06-05T19:38:08.106ZFinalize: Creating fast lookup database ... Done
1862026-06-05T19:38:08.170ZFinalize: Reading search index ... Done
1872026-06-05T19:38:08.174ZFinalize: Updating search index ... Done
1882026-06-05T19:38:08.223ZFinalize: Updating package cache ... Done
1892026-06-05T19:38:08.534ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-05T19:38:08.534Zapache system 2.4 system
1912026-06-05T19:38:08.535Zclang system 15 system
1922026-06-05T19:38:08.535Zcsh system system illumos
1932026-06-05T19:38:08.535Zctags system system illumos
1942026-06-05T19:38:08.535Zfile vendor vendor darwinsys
1952026-06-05T19:38:08.535Zfile system system illumos
1962026-06-05T19:38:08.535Zgcc vendor 14 vendor
1972026-06-05T19:38:08.535Zgcc system 13 system
1982026-06-05T19:38:08.535Zgcc system 10 system
1992026-06-05T19:38:08.535Zgo system 1.25 system
2002026-06-05T19:38:08.535Zllvm system 15 system
2012026-06-05T19:38:08.535Zmariadb system 11.4 system
2022026-06-05T19:38:08.535Zmta vendor vendor dma
2032026-06-05T19:38:08.535Zopenjdk system 17 system
2042026-06-05T19:38:08.535Zopenjdk system 11 system
2052026-06-05T19:38:08.536Zopenssl vendor 3 vendor
2062026-06-05T19:38:08.536Zperl system 5.40 system
2072026-06-05T19:38:08.536Zpostgresql system 18 system
2082026-06-05T19:38:08.536Zpostgresql system 17 system
2092026-06-05T19:38:08.536Zpython vendor 3 vendor
2102026-06-05T19:38:08.536Zpython system 2 system
2112026-06-05T19:38:08.536Zpython3 vendor 3.13 vendor
2122026-06-05T19:38:08.536Zruby system 3.4 system
2132026-06-05T19:38:08.536Zruby system 3.0 system
2142026-06-05T19:38:08.536Zwords vendor vendor american-english
2152026-06-05T19:38:08.536Zwords system system australian-english
2162026-06-05T19:38:08.536Zwords system system british-english
2172026-06-05T19:38:08.537Zwords system system canadian-english
2182026-06-05T19:38:08.537Zwords system system french
2192026-06-05T19:38:08.537Zwords system system italian
2202026-06-05T19:38:08.537Zwords system system ngerman
2212026-06-05T19:38:08.537Zwords system system ogerman
2222026-06-05T19:38:08.537Zwords system system spanish
2232026-06-05T19:38:08.788ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-05T19:38:08.788Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-05T19:38:09.075ZFMRI IFO
2262026-06-05T19:38:09.075Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-05T19:38:09.075Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-05T19:38:09.075Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-05T19:38:09.076Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-05T19:38:09.076Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-05T19:38:09.076Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-05T19:38:09.076Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-05T19:38:09.076Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-05T19:38:09.076Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-05T19:38:09.330Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-05T19:38:09.590Z Updating crates.io index
2372026-06-05T19:38:09.593Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-05T19:38:09.865Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-05T19:38:10.700Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-05T19:38:11.137Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-05T19:38:12.260Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-05T19:38:12.734Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-05T19:38:14.380Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-05T19:38:15.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-05T19:38:15.626Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-05T19:38:16.602Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-05T19:38:17.186Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-05T19:38:17.529Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-05T19:38:17.806Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-05T19:38:18.806Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-05T19:38:19.301Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-05T19:38:19.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-05T19:38:19.859Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-05T19:38:20.321Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-05T19:38:20.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-05T19:38:21.002Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-05T19:38:21.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-05T19:38:21.465Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-05T19:38:21.864Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-05T19:38:22.240Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-05T19:38:22.631Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-05T19:38:23.121Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-05T19:38:23.558Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-05T19:38:23.858Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-05T19:38:24.121Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-05T19:38:25.573Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-05T19:38:25.981Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-05T19:38:26.444Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-05T19:38:26.923Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-05T19:38:27.255Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-05T19:38:27.515Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-05T19:38:27.951Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-05T19:38:28.617Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-05T19:38:28.846Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-05T19:38:29.115Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-05T19:38:29.356Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-05T19:38:29.769Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-06-05T19:38:41.673Z Downloading crates ...
2792026-06-05T19:38:41.726Z Downloaded cargo-platform v0.2.0
2802026-06-05T19:38:41.729Z Downloaded anstream v1.0.0
2812026-06-05T19:38:41.729Z Downloaded camino v1.2.2
2822026-06-05T19:38:41.733Z Downloaded bitflags v2.11.0
2832026-06-05T19:38:41.736Z Downloaded autocfg v1.5.0
2842026-06-05T19:38:41.739Z Downloaded anstyle-query v1.1.5
2852026-06-05T19:38:41.739Z Downloaded scroll_derive v0.12.1
2862026-06-05T19:38:41.739Z Downloaded displaydoc v0.2.5
2872026-06-05T19:38:41.742Z Downloaded bytecount v0.6.9
2882026-06-05T19:38:41.745Z Downloaded serde_core v1.0.228
2892026-06-05T19:38:41.745Z Downloaded cargo_toml v0.21.0
2902026-06-05T19:38:41.748Z Downloaded equivalent v1.0.2
2912026-06-05T19:38:41.751Z Downloaded usdt-attr-macro v0.5.0
2922026-06-05T19:38:41.751Z Downloaded camino-tempfile v1.4.1
2932026-06-05T19:38:41.751Z Downloaded serde-value v0.7.0
2942026-06-05T19:38:41.751Z Downloaded byteorder v1.5.0
2952026-06-05T19:38:41.754Z Downloaded fastrand v2.3.0
2962026-06-05T19:38:41.757Z Downloaded getrandom v0.4.1
2972026-06-05T19:38:41.761Z Downloaded version_check v0.9.5
2982026-06-05T19:38:41.761Z Downloaded macaddr v1.0.1
2992026-06-05T19:38:41.761Z Downloaded dtrace-parser v0.2.0
3002026-06-05T19:38:41.764Z Downloaded unicode-xid v0.2.6
3012026-06-05T19:38:41.767Z Downloaded yoke-derive v0.8.1
3022026-06-05T19:38:41.772Z Downloaded zerovec-derive v0.11.2
3032026-06-05T19:38:41.776Z Downloaded utf8_iter v1.0.4
3042026-06-05T19:38:41.776Z Downloaded smawk v0.3.2
3052026-06-05T19:38:41.776Z Downloaded crypto-common v0.1.7
3062026-06-05T19:38:41.776Z Downloaded toml_datetime v0.6.11
3072026-06-05T19:38:41.778Z Downloaded thiserror-impl v1.0.69
3082026-06-05T19:38:41.778Z Downloaded usdt-macro v0.5.0
3092026-06-05T19:38:41.778Z Downloaded pretty-hex v0.4.1
3102026-06-05T19:38:41.778Z Downloaded litemap v0.8.1
3112026-06-05T19:38:41.781Z Downloaded zerofrom-derive v0.1.6
3122026-06-05T19:38:41.781Z Downloaded typeid v1.0.3
3132026-06-05T19:38:41.781Z Downloaded quote v1.0.45
3142026-06-05T19:38:41.785Z Downloaded dof v0.3.0
3152026-06-05T19:38:41.787Z Downloaded thread-id v4.2.2
3162026-06-05T19:38:41.788Z Downloaded usdt v0.5.0
3172026-06-05T19:38:41.792Z Downloaded utf8parse v0.2.2
3182026-06-05T19:38:41.792Z Downloaded terminal_size v0.4.3
3192026-06-05T19:38:41.792Z Downloaded toml_write v0.1.2
3202026-06-05T19:38:41.795Z Downloaded stable_deref_trait v1.2.1
3212026-06-05T19:38:41.795Z Downloaded sha2 v0.10.9
3222026-06-05T19:38:41.796Z Downloaded yoke v0.8.1
3232026-06-05T19:38:41.798Z Downloaded tinystr v0.8.2
3242026-06-05T19:38:41.798Z Downloaded writeable v0.6.2
3252026-06-05T19:38:41.801Z Downloaded zerofrom v0.1.6
3262026-06-05T19:38:41.801Z Downloaded pest_derive v2.8.6
3272026-06-05T19:38:41.801Z Downloaded clap v4.6.1
3282026-06-05T19:38:41.806Z Downloaded unicode-linebreak v0.1.5
3292026-06-05T19:38:41.809Z Downloaded errno v0.3.14
3302026-06-05T19:38:41.809Z Downloaded zmij v1.0.21
3312026-06-05T19:38:41.809Z Downloaded thiserror-impl v2.0.18
3322026-06-05T19:38:41.812Z Downloaded ordered-float v2.10.1
3332026-06-05T19:38:41.812Z Downloaded url v2.5.8
3342026-06-05T19:38:41.812Z Downloaded thiserror v1.0.69
3352026-06-05T19:38:41.815Z Downloaded idna_adapter v1.2.1
3362026-06-05T19:38:41.815Z Downloaded thiserror v2.0.18
3372026-06-05T19:38:41.818Z Downloaded zerocopy-derive v0.7.35
3382026-06-05T19:38:41.821Z Downloaded is_terminal_polyfill v1.70.2
3392026-06-05T19:38:41.821Z Downloaded ucd-trie v0.1.7
3402026-06-05T19:38:41.824Z Downloaded tabled_derive v0.7.0
3412026-06-05T19:38:41.824Z Downloaded serde_spanned v0.6.9
3422026-06-05T19:38:41.824Z Downloaded clap_lex v1.0.0
3432026-06-05T19:38:41.824Z Downloaded plain v0.2.3
3442026-06-05T19:38:41.827Z Downloaded block-buffer v0.10.4
3452026-06-05T19:38:41.827Z Downloaded heck v0.5.0
3462026-06-05T19:38:41.827Z Downloaded serde_tokenstream v0.2.3
3472026-06-05T19:38:41.827Z Downloaded usdt-impl v0.5.0
3482026-06-05T19:38:41.827Z Downloaded anstyle-parse v1.0.0
3492026-06-05T19:38:41.830Z Downloaded unicode-ident v1.0.24
3502026-06-05T19:38:41.830Z Downloaded toml v0.8.23
3512026-06-05T19:38:41.833Z Downloaded textwrap v0.16.2
3522026-06-05T19:38:41.833Z Downloaded strsim v0.11.1
3532026-06-05T19:38:41.833Z Downloaded itoa v1.0.17
3542026-06-05T19:38:41.836Z Downloaded fnv v1.0.7
3552026-06-05T19:38:41.836Z Downloaded typenum v1.19.0
3562026-06-05T19:38:41.836Z Downloaded zerotrie v0.2.3
3572026-06-05T19:38:41.839Z Downloaded form_urlencoded v1.2.2
3582026-06-05T19:38:41.839Z Downloaded swrite v0.1.0
3592026-06-05T19:38:41.841Z Downloaded cfg-if v1.0.4
3602026-06-05T19:38:41.841Z Downloaded toml_edit v0.22.27
3612026-06-05T19:38:41.844Z Downloaded heck v0.4.1
3622026-06-05T19:38:41.847Z Downloaded erased-serde v0.4.9
3632026-06-05T19:38:41.850Z Downloaded cargo-util-schemas v0.8.2
3642026-06-05T19:38:41.852Z Downloaded percent-encoding v2.3.2
3652026-06-05T19:38:41.855Z Downloaded num-traits v0.2.19
3662026-06-05T19:38:41.855Z Downloaded memmap v0.7.0
3672026-06-05T19:38:41.860Z Downloaded zerovec v0.11.5
3682026-06-05T19:38:41.863Z Downloaded generic-array v0.14.7
3692026-06-05T19:38:41.866Z Downloaded fs-err v3.3.0
3702026-06-05T19:38:41.869Z Downloaded zerocopy v0.7.35
3712026-06-05T19:38:41.876Z Downloaded proc-macro-error-attr v1.0.4
3722026-06-05T19:38:41.878Z Downloaded winnow v0.7.14
3732026-06-05T19:38:41.881Z Downloaded scroll v0.12.0
3742026-06-05T19:38:41.884Z Downloaded proc-macro-error v1.0.4
3752026-06-05T19:38:41.884Z Downloaded cpufeatures v0.2.17
3762026-06-05T19:38:41.887Z Downloaded unicode-width v0.2.0
3772026-06-05T19:38:41.890Z Downloaded synstructure v0.13.2
3782026-06-05T19:38:41.890Z Downloaded serde-untagged v0.1.9
3792026-06-05T19:38:41.890Z Downloaded unicode-width v0.1.14
3802026-06-05T19:38:41.893Z Downloaded icu_provider v2.1.1
3812026-06-05T19:38:41.895Z Downloaded colorchoice v1.0.4
3822026-06-05T19:38:41.895Z Downloaded digest v0.10.7
3832026-06-05T19:38:41.898Z Downloaded smallvec v1.15.1
3842026-06-05T19:38:41.898Z Downloaded anstyle v1.0.14
3852026-06-05T19:38:41.898Z Downloaded potential_utf v0.1.4
3862026-06-05T19:38:41.907Z Downloaded cargo_metadata v0.21.0
3872026-06-05T19:38:41.911Z Downloaded semver v1.0.28
3882026-06-05T19:38:41.914Z Downloaded once_cell v1.21.3
3892026-06-05T19:38:41.922Z Downloaded tempfile v3.25.0
3902026-06-05T19:38:41.925Z Downloaded log v0.4.29
3912026-06-05T19:38:41.928Z Downloaded clap_derive v4.6.1
3922026-06-05T19:38:41.928Z Downloaded papergrid v0.11.0
3932026-06-05T19:38:41.931Z Downloaded pest_generator v2.8.6
3942026-06-05T19:38:41.933Z Downloaded icu_properties v2.1.2
3952026-06-05T19:38:41.936Z Downloaded serde_derive v1.0.228
3962026-06-05T19:38:41.942Z Downloaded anyhow v1.0.102
3972026-06-05T19:38:41.948Z Downloaded indexmap v2.14.0
3982026-06-05T19:38:41.953Z Downloaded icu_normalizer_data v2.1.1
3992026-06-05T19:38:41.957Z Downloaded pest_meta v2.8.6
4002026-06-05T19:38:41.961Z Downloaded icu_locale_core v2.1.1
4012026-06-05T19:38:41.964Z Downloaded icu_normalizer v2.1.1
4022026-06-05T19:38:41.970Z Downloaded proc-macro2 v1.0.106
4032026-06-05T19:38:41.973Z Downloaded serde v1.0.228
4042026-06-05T19:38:41.988Z Downloaded memchr v2.8.0
4052026-06-05T19:38:41.992Z Downloaded icu_collections v2.1.1
4062026-06-05T19:38:41.999Z Downloaded icu_properties_data v2.1.2
4072026-06-05T19:38:42.007Z Downloaded pest v2.8.6
4082026-06-05T19:38:42.011Z Downloaded hashbrown v0.17.0
4092026-06-05T19:38:42.025Z Downloaded idna v1.1.0
4102026-06-05T19:38:42.030Z Downloaded clap_builder v4.6.0
4112026-06-05T19:38:42.033Z Downloaded serde_json v1.0.149
4122026-06-05T19:38:42.045Z Downloaded goblin v0.8.2
4132026-06-05T19:38:42.052Z Downloaded tabled v0.15.0
4142026-06-05T19:38:42.062Z Downloaded syn v1.0.109
4152026-06-05T19:38:42.074Z Downloaded syn v2.0.117
4162026-06-05T19:38:42.089Z Downloaded rustix v1.1.3
4172026-06-05T19:38:42.118Z Downloaded libc v0.2.185
4182026-06-05T19:38:42.185Z Compiling proc-macro2 v1.0.106
4192026-06-05T19:38:42.186Z Compiling quote v1.0.45
4202026-06-05T19:38:42.186Z Compiling unicode-ident v1.0.24
4212026-06-05T19:38:42.186Z Compiling serde_core v1.0.228
4222026-06-05T19:38:42.190Z Compiling libc v0.2.185
4232026-06-05T19:38:42.190Z Compiling version_check v0.9.5
4242026-06-05T19:38:42.190Z Compiling stable_deref_trait v1.2.1
4252026-06-05T19:38:42.190Z Compiling memchr v2.8.0
4262026-06-05T19:38:42.499Z Compiling serde v1.0.228
4272026-06-05T19:38:42.515Z Compiling zmij v1.0.21
4282026-06-05T19:38:42.756Z Compiling itoa v1.0.17
4292026-06-05T19:38:42.896Z Compiling ucd-trie v0.1.7
4302026-06-05T19:38:42.936Z Compiling thiserror v1.0.69
4312026-06-05T19:38:43.040Z Compiling autocfg v1.5.0
4322026-06-05T19:38:43.121Z Compiling pest v2.8.6
4332026-06-05T19:38:43.149Z Compiling writeable v0.6.2
4342026-06-05T19:38:43.164Z Compiling litemap v0.8.1
4352026-06-05T19:38:43.459Z Compiling icu_properties_data v2.1.2
4362026-06-05T19:38:43.490Z Compiling icu_normalizer_data v2.1.1
4372026-06-05T19:38:43.644Z Compiling syn v2.0.117
4382026-06-05T19:38:43.663Z Compiling rustix v1.1.3
4392026-06-05T19:38:43.680Z Compiling byteorder v1.5.0
4402026-06-05T19:38:43.749Z Compiling errno v0.3.14
4412026-06-05T19:38:43.764Z Compiling serde_json v1.0.149
4422026-06-05T19:38:43.917Z Compiling bitflags v2.11.0
4432026-06-05T19:38:44.065Z Compiling num-traits v0.2.19
4442026-06-05T19:38:44.143Z Compiling equivalent v1.0.2
4452026-06-05T19:38:44.232Z Compiling pest_meta v2.8.6
4462026-06-05T19:38:44.252Z Compiling hashbrown v0.17.0
4472026-06-05T19:38:44.281Z Compiling typeid v1.0.3
4482026-06-05T19:38:44.413Z Compiling smallvec v1.15.1
4492026-06-05T19:38:44.659Z Compiling thread-id v4.2.2
4502026-06-05T19:38:44.700Z Compiling usdt-impl v0.5.0
4512026-06-05T19:38:44.741Z Compiling proc-macro-error-attr v1.0.4
4522026-06-05T19:38:44.802Z Compiling indexmap v2.14.0
4532026-06-05T19:38:44.830Z Compiling winnow v0.7.14
4542026-06-05T19:38:44.905Z Compiling erased-serde v0.4.9
4552026-06-05T19:38:44.925Z Compiling syn v1.0.109
4562026-06-05T19:38:45.169Z Compiling toml_write v0.1.2
4572026-06-05T19:38:45.465Z Compiling proc-macro-error v1.0.4
4582026-06-05T19:38:45.528Z Compiling plain v0.2.3
4592026-06-05T19:38:45.639Z Compiling utf8_iter v1.0.4
4602026-06-05T19:38:45.655Z Compiling log v0.4.29
4612026-06-05T19:38:45.788Z Compiling getrandom v0.4.1
4622026-06-05T19:38:45.837Z Compiling percent-encoding v2.3.2
4632026-06-05T19:38:45.864Z Compiling thiserror v2.0.18
4642026-06-05T19:38:45.990Z Compiling utf8parse v0.2.2
4652026-06-05T19:38:46.040Z Compiling camino v1.2.2
4662026-06-05T19:38:46.105Z Compiling anstyle-parse v1.0.0
4672026-06-05T19:38:46.122Z Compiling form_urlencoded v1.2.2
4682026-06-05T19:38:46.157Z Compiling ordered-float v2.10.1
4692026-06-05T19:38:46.279Z Compiling synstructure v0.13.2
4702026-06-05T19:38:46.295Z Compiling pest_generator v2.8.6
4712026-06-05T19:38:46.415Z Compiling terminal_size v0.4.3
4722026-06-05T19:38:46.568Z Compiling cfg-if v1.0.4
4732026-06-05T19:38:46.646Z Compiling anstyle-query v1.1.5
4742026-06-05T19:38:46.673Z Compiling is_terminal_polyfill v1.70.2
4752026-06-05T19:38:46.760Z Compiling anstyle v1.0.14
4762026-06-05T19:38:46.777Z Compiling colorchoice v1.0.4
4772026-06-05T19:38:46.792Z Compiling pretty-hex v0.4.1
4782026-06-05T19:38:46.851Z Compiling serde-untagged v0.1.9
4792026-06-05T19:38:46.926Z Compiling anstream v1.0.0
4802026-06-05T19:38:46.980Z Compiling semver v1.0.28
4812026-06-05T19:38:47.060Z Compiling fs-err v3.3.0
4822026-06-05T19:38:47.094Z Compiling heck v0.4.1
4832026-06-05T19:38:47.226Z Compiling bytecount v0.6.9
4842026-06-05T19:38:47.250Z Compiling fnv v1.0.7
4852026-06-05T19:38:47.300Z Compiling strsim v0.11.1
4862026-06-05T19:38:47.320Z Compiling clap_lex v1.0.0
4872026-06-05T19:38:47.338Z Compiling once_cell v1.21.3
4882026-06-05T19:38:47.354Z Compiling heck v0.5.0
4892026-06-05T19:38:47.368Z Compiling anyhow v1.0.102
4902026-06-05T19:38:47.545Z Compiling fastrand v2.3.0
4912026-06-05T19:38:47.585Z Compiling unicode-width v0.1.14
4922026-06-05T19:38:47.650Z Compiling unicode-xid v0.2.6
4932026-06-05T19:38:47.778Z Compiling tempfile v3.25.0
4942026-06-05T19:38:47.815Z Compiling papergrid v0.11.0
4952026-06-05T19:38:47.846Z Compiling clap_builder v4.6.0
4962026-06-05T19:38:47.879Z Compiling memmap v0.7.0
4972026-06-05T19:38:47.908Z Compiling serde_derive v1.0.228
4982026-06-05T19:38:47.957Z Compiling zerofrom-derive v0.1.6
4992026-06-05T19:38:48.058Z Compiling yoke-derive v0.8.1
5002026-06-05T19:38:48.150Z Compiling zerovec-derive v0.11.2
5012026-06-05T19:38:48.472Z Compiling displaydoc v0.2.5
5022026-06-05T19:38:49.209Z Compiling thiserror-impl v1.0.69
5032026-06-05T19:38:49.256Z Compiling zerocopy-derive v0.7.35
5042026-06-05T19:38:49.271Z Compiling pest_derive v2.8.6
5052026-06-05T19:38:49.306Z Compiling scroll_derive v0.12.1
5062026-06-05T19:38:49.394Z Compiling zerofrom v0.1.6
5072026-06-05T19:38:49.526Z Compiling yoke v0.8.1
5082026-06-05T19:38:49.690Z Compiling thiserror-impl v2.0.18
5092026-06-05T19:38:49.725Z Compiling zerovec v0.11.5
5102026-06-05T19:38:49.957Z Compiling zerotrie v0.2.3
5112026-06-05T19:38:50.114Z Compiling zerocopy v0.7.35
5122026-06-05T19:38:50.233Z Compiling tinystr v0.8.2
5132026-06-05T19:38:50.256Z Compiling potential_utf v0.1.4
5142026-06-05T19:38:50.428Z Compiling icu_locale_core v2.1.1
5152026-06-05T19:38:50.449Z Compiling icu_collections v2.1.1
5162026-06-05T19:38:50.572Z Compiling dtrace-parser v0.2.0
5172026-06-05T19:38:50.662Z Compiling scroll v0.12.0
5182026-06-05T19:38:50.927Z Compiling goblin v0.8.2
5192026-06-05T19:38:50.944Z Compiling tabled_derive v0.7.0
5202026-06-05T19:38:50.944Z Compiling clap_derive v4.6.1
5212026-06-05T19:38:51.109Z Compiling icu_provider v2.1.1
5222026-06-05T19:38:51.300Z Compiling serde_spanned v0.6.9
5232026-06-05T19:38:51.320Z Compiling toml_datetime v0.6.11
5242026-06-05T19:38:51.359Z Compiling icu_normalizer v2.1.1
5252026-06-05T19:38:51.391Z Compiling icu_properties v2.1.2
5262026-06-05T19:38:51.409Z Compiling dof v0.3.0
5272026-06-05T19:38:51.443Z Compiling serde_tokenstream v0.2.3
5282026-06-05T19:38:51.585Z Compiling toml_edit v0.22.27
5292026-06-05T19:38:51.853Z Compiling serde-value v0.7.0
5302026-06-05T19:38:51.921Z Compiling cargo-platform v0.2.0
5312026-06-05T19:38:52.000Z Compiling unicode-width v0.2.0
5322026-06-05T19:38:52.208Z Compiling unicode-linebreak v0.1.5
5332026-06-05T19:38:52.268Z Compiling smawk v0.3.2
5342026-06-05T19:38:52.268Z Compiling tabled v0.15.0
5352026-06-05T19:38:52.317Z Compiling idna_adapter v1.2.1
5362026-06-05T19:38:52.390Z Compiling usdt-macro v0.5.0
5372026-06-05T19:38:52.496Z Compiling usdt-attr-macro v0.5.0
5382026-06-05T19:38:52.527Z Compiling idna v1.1.0
5392026-06-05T19:38:52.563Z Compiling textwrap v0.16.2
5402026-06-05T19:38:52.698Z Compiling clap v4.6.1
5412026-06-05T19:38:52.768Z Compiling url v2.5.8
5422026-06-05T19:38:52.967Z Compiling macaddr v1.0.1
5432026-06-05T19:38:52.982Z Compiling toml v0.8.23
5442026-06-05T19:38:53.061Z Compiling camino-tempfile v1.4.1
5452026-06-05T19:38:53.438Z Compiling cargo-util-schemas v0.8.2
5462026-06-05T19:38:53.654Z Compiling cargo_toml v0.21.0
5472026-06-05T19:38:53.705Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-06-05T19:38:53.951Z Compiling usdt v0.5.0
5492026-06-05T19:38:53.976Z Compiling swrite v0.1.0
5502026-06-05T19:38:54.385Z Compiling cargo_metadata v0.21.0
5512026-06-05T19:38:55.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-05T19:38:57.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.20s
5532026-06-05T19:38:57.606Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5542026-06-05T19:38:58.164Z Downloading crates ...
5552026-06-05T19:38:58.259Z Downloaded adler2 v2.0.1
5562026-06-05T19:38:58.270Z Downloaded bumpalo v3.20.2
5572026-06-05T19:38:58.273Z Downloaded crc-catalog v2.4.0
5582026-06-05T19:38:58.278Z Downloaded crossbeam-utils v0.8.21
5592026-06-05T19:38:58.281Z Downloaded crucible-workspace-hack v0.1.0
5602026-06-05T19:38:58.281Z Downloaded crossbeam-deque v0.8.6
5612026-06-05T19:38:58.287Z Downloaded assert_matches v1.5.0
5622026-06-05T19:38:58.291Z Downloaded cassowary v0.3.0
5632026-06-05T19:38:58.294Z Downloaded async-stream v0.3.6
5642026-06-05T19:38:58.294Z Downloaded cfg_aliases v0.1.1
5652026-06-05T19:38:58.301Z Downloaded curve25519-dalek-derive v0.1.1
5662026-06-05T19:38:58.306Z Downloaded darling_macro v0.21.3
5672026-06-05T19:38:58.306Z Downloaded bit-set v0.5.3
5682026-06-05T19:38:58.306Z Downloaded async-stream-impl v0.3.6
5692026-06-05T19:38:58.306Z Downloaded atty v0.2.14
5702026-06-05T19:38:58.306Z Downloaded crc8 v0.1.1
5712026-06-05T19:38:58.310Z Downloaded dirs-sys-next v0.1.2
5722026-06-05T19:38:58.310Z Downloaded float-cmp v0.10.0
5732026-06-05T19:38:58.310Z Downloaded debug-ignore v1.0.5
5742026-06-05T19:38:58.310Z Downloaded cmake v0.1.57
5752026-06-05T19:38:58.314Z Downloaded display-error-chain v0.2.2
5762026-06-05T19:38:58.317Z Downloaded float-ord v0.3.2
5772026-06-05T19:38:58.317Z Downloaded fixedbitset v0.4.2
5782026-06-05T19:38:58.317Z Downloaded base64 v0.22.1
5792026-06-05T19:38:58.320Z Downloaded bcs v0.1.6
5802026-06-05T19:38:58.321Z Downloaded bcrypt-pbkdf v0.10.0
5812026-06-05T19:38:58.323Z Downloaded dtrace-parser v0.3.0
5822026-06-05T19:38:58.323Z Downloaded flagset v0.4.7
5832026-06-05T19:38:58.324Z Downloaded dsl_auto_type v0.2.0
5842026-06-05T19:38:58.324Z Downloaded base64ct v1.8.3
5852026-06-05T19:38:58.327Z Downloaded defmt v0.3.100
5862026-06-05T19:38:58.327Z Downloaded downcast-rs v2.0.2
5872026-06-05T19:38:58.327Z Downloaded async-trait v0.1.89
5882026-06-05T19:38:58.330Z Downloaded bzip2 v0.6.1
5892026-06-05T19:38:58.332Z Downloaded crunchy v0.2.4
5902026-06-05T19:38:58.332Z Downloaded async-recursion v1.1.1
5912026-06-05T19:38:58.335Z Downloaded async-bb8-diesel v0.2.1
5922026-06-05T19:38:58.335Z Downloaded bb8 v0.8.6
5932026-06-05T19:38:58.335Z Downloaded castaway v0.2.4
5942026-06-05T19:38:58.338Z Downloaded darling_macro v0.20.11
5952026-06-05T19:38:58.338Z Downloaded fd-lock v4.0.4
5962026-06-05T19:38:58.341Z Downloaded derive_builder_macro v0.20.2
5972026-06-05T19:38:58.341Z Downloaded env_filter v1.0.0
5982026-06-05T19:38:58.341Z Downloaded document-features v0.2.12
5992026-06-05T19:38:58.344Z Downloaded colored v2.2.0
6002026-06-05T19:38:58.344Z Downloaded atomicwrites v0.4.4
6012026-06-05T19:38:58.344Z Downloaded darling_macro v0.13.4
6022026-06-05T19:38:58.347Z Downloaded endian-type v0.1.2
6032026-06-05T19:38:58.347Z Downloaded embedded-io v0.6.1
6042026-06-05T19:38:58.347Z Downloaded bitfield-struct v0.6.2
6052026-06-05T19:38:58.350Z Downloaded dropshot-api-manager-types v0.7.2
6062026-06-05T19:38:58.350Z Downloaded dof v0.4.0
6072026-06-05T19:38:58.350Z Downloaded atomic-waker v1.1.2
6082026-06-05T19:38:58.350Z Downloaded defmt-parser v1.0.0
6092026-06-05T19:38:58.353Z Downloaded cexpr v0.6.0
6102026-06-05T19:38:58.353Z Downloaded base64 v0.21.7
6112026-06-05T19:38:58.356Z Downloaded embedded-io v0.4.0
6122026-06-05T19:38:58.356Z Downloaded dyn-clone v1.0.20
6132026-06-05T19:38:58.358Z Downloaded chacha20 v0.10.0
6142026-06-05T19:38:58.363Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-06-05T19:38:58.363Z Downloaded dunce v1.0.5
6162026-06-05T19:38:58.363Z Downloaded crc v3.4.0
6172026-06-05T19:38:58.363Z Downloaded bitfield-macros v0.19.4
6182026-06-05T19:38:58.363Z Downloaded difflib v0.4.0
6192026-06-05T19:38:58.366Z Downloaded darling_macro v0.23.0
6202026-06-05T19:38:58.366Z Downloaded ciborium-io v0.2.2
6212026-06-05T19:38:58.366Z Downloaded enum-as-inner v0.6.1
6222026-06-05T19:38:58.368Z Downloaded array-init v0.0.4
6232026-06-05T19:38:58.369Z Downloaded aead v0.5.2
6242026-06-05T19:38:58.372Z Downloaded cstr-argument v0.1.2
6252026-06-05T19:38:58.373Z Downloaded cargo-platform v0.3.2
6262026-06-05T19:38:58.373Z Downloaded block-padding v0.3.3
6272026-06-05T19:38:58.373Z Downloaded cpufeatures v0.3.0
6282026-06-05T19:38:58.376Z Downloaded foreign-types v0.5.0
6292026-06-05T19:38:58.376Z Downloaded foreign-types-macros v0.2.3
6302026-06-05T19:38:58.376Z Downloaded futures-core v0.3.32
6312026-06-05T19:38:58.378Z Downloaded convert_case v0.4.0
6322026-06-05T19:38:58.381Z Downloaded futures-task v0.3.32
6332026-06-05T19:38:58.381Z Downloaded futures-sink v0.3.32
6342026-06-05T19:38:58.384Z Downloaded funty v2.0.0
6352026-06-05T19:38:58.387Z Downloaded ascii-canvas v3.0.0
6362026-06-05T19:38:58.390Z Downloaded critical-section v1.2.0
6372026-06-05T19:38:58.390Z Downloaded env_logger v0.11.9
6382026-06-05T19:38:58.393Z Downloaded der_derive v0.7.3
6392026-06-05T19:38:58.396Z Downloaded ecdsa v0.16.9
6402026-06-05T19:38:58.398Z Downloaded filetime v0.2.27
6412026-06-05T19:38:58.398Z Downloaded ed25519 v2.2.3
6422026-06-05T19:38:58.401Z Downloaded backoff v0.4.0
6432026-06-05T19:38:58.401Z Downloaded defmt v1.0.1
6442026-06-05T19:38:58.404Z Downloaded find-msvc-tools v0.1.9
6452026-06-05T19:38:58.408Z Downloaded ena v0.14.4
6462026-06-05T19:38:58.408Z Downloaded cipher v0.4.4
6472026-06-05T19:38:58.408Z Downloaded ciborium-ll v0.2.2
6482026-06-05T19:38:58.408Z Downloaded cfg_aliases v0.2.1
6492026-06-05T19:38:58.411Z Downloaded chacha20 v0.9.1
6502026-06-05T19:38:58.411Z Downloaded ff v0.13.1
6512026-06-05T19:38:58.411Z Downloaded erased-serde v0.3.31
6522026-06-05T19:38:58.414Z Downloaded dirs-next v2.0.0
6532026-06-05T19:38:58.414Z Downloaded compression-core v0.4.31
6542026-06-05T19:38:58.414Z Downloaded foreign-types-shared v0.3.1
6552026-06-05T19:38:58.417Z Downloaded foreign-types-shared v0.1.1
6562026-06-05T19:38:58.417Z Downloaded cobs v0.3.0
6572026-06-05T19:38:58.417Z Downloaded arrayref v0.3.9
6582026-06-05T19:38:58.417Z Downloaded deranged v0.5.8
6592026-06-05T19:38:58.420Z Downloaded data-encoding v2.10.0
6602026-06-05T19:38:58.420Z Downloaded csv-core v0.1.13
6612026-06-05T19:38:58.420Z Downloaded daft v0.1.7
6622026-06-05T19:38:58.423Z Downloaded futures-io v0.3.32
6632026-06-05T19:38:58.423Z Downloaded bit-set v0.8.0
6642026-06-05T19:38:58.423Z Downloaded base16ct v0.2.0
6652026-06-05T19:38:58.426Z Downloaded ctr v0.9.2
6662026-06-05T19:38:58.426Z Downloaded ghash v0.5.1
6672026-06-05T19:38:58.429Z Downloaded futures-macro v0.3.32
6682026-06-05T19:38:58.429Z Downloaded globwalk v0.9.1
6692026-06-05T19:38:58.429Z Downloaded gethostname v0.5.0
6702026-06-05T19:38:58.432Z Downloaded git-stub v1.0.0
6712026-06-05T19:38:58.432Z Downloaded fxhash v0.2.1
6722026-06-05T19:38:58.435Z Downloaded daft-derive v0.1.7
6732026-06-05T19:38:58.438Z Downloaded foreign-types v0.3.2
6742026-06-05T19:38:58.438Z Downloaded foldhash v0.2.0
6752026-06-05T19:38:58.438Z Downloaded globset v0.4.18
6762026-06-05T19:38:58.441Z Downloaded convert_case v0.10.0
6772026-06-05T19:38:58.441Z Downloaded diesel-dtrace v0.5.0
6782026-06-05T19:38:58.441Z Downloaded headers-core v0.3.0
6792026-06-05T19:38:58.444Z Downloaded hex-literal v0.4.1
6802026-06-05T19:38:58.444Z Downloaded arrayvec v0.7.6
6812026-06-05T19:38:58.444Z Downloaded cargo_metadata v0.23.1
6822026-06-05T19:38:58.447Z Downloaded darling v0.13.4
6832026-06-05T19:38:58.447Z Downloaded hostname v0.4.2
6842026-06-05T19:38:58.450Z Downloaded hostname v0.3.1
6852026-06-05T19:38:58.450Z Downloaded hubpack_derive v0.1.1
6862026-06-05T19:38:58.453Z Downloaded http-range v0.1.5
6872026-06-05T19:38:58.453Z Downloaded http-body v1.0.1
6882026-06-05T19:38:58.453Z Downloaded bitflags v1.3.2
6892026-06-05T19:38:58.456Z Downloaded corncobs v0.1.4
6902026-06-05T19:38:58.456Z Downloaded ident_case v1.0.1
6912026-06-05T19:38:58.458Z Downloaded compression-codecs v0.4.37
6922026-06-05T19:38:58.462Z Downloaded hash32 v0.3.1
6932026-06-05T19:38:58.462Z Downloaded hash32 v0.2.1
6942026-06-05T19:38:58.462Z Downloaded cookie v0.18.1
6952026-06-05T19:38:58.466Z Downloaded console v0.16.2
6962026-06-05T19:38:58.466Z Downloaded diff v0.1.13
6972026-06-05T19:38:58.466Z Downloaded bit-vec v0.6.3
6982026-06-05T19:38:58.470Z Downloaded ciborium v0.2.2
6992026-06-05T19:38:58.470Z Downloaded defmt-macros v1.0.1
7002026-06-05T19:38:58.473Z Downloaded home v0.5.12
7012026-06-05T19:38:58.473Z Downloaded derive_builder v0.20.2
7022026-06-05T19:38:58.476Z Downloaded hex v0.4.3
7032026-06-05T19:38:58.476Z Downloaded hyper-tls v0.6.0
7042026-06-05T19:38:58.476Z Downloaded hubpack v0.1.2
7052026-06-05T19:38:58.479Z Downloaded fixedbitset v0.5.7
7062026-06-05T19:38:58.479Z Downloaded des v0.8.1
7072026-06-05T19:38:58.479Z Downloaded httpdate v1.0.3
7082026-06-05T19:38:58.482Z Downloaded darling v0.20.11
7092026-06-05T19:38:58.484Z Downloaded fs-err v2.11.0
7102026-06-05T19:38:58.484Z Downloaded crc32fast v1.5.0
7112026-06-05T19:38:58.489Z Downloaded foldhash v0.1.5
7122026-06-05T19:38:58.489Z Downloaded either v1.15.0
7132026-06-05T19:38:58.491Z Downloaded illumos-nvpair v0.3.0
7142026-06-05T19:38:58.491Z Downloaded darling v0.21.3
7152026-06-05T19:38:58.491Z Downloaded git-stub-vcs v0.1.0
7162026-06-05T19:38:58.494Z Downloaded futures-executor v0.3.32
7172026-06-05T19:38:58.494Z Downloaded fs_extra v1.3.0
7182026-06-05T19:38:58.497Z Downloaded buf-list v1.1.2
7192026-06-05T19:38:58.497Z Downloaded indoc v1.0.9
7202026-06-05T19:38:58.500Z Downloaded indent_write v2.2.0
7212026-06-05T19:38:58.500Z Downloaded is_ci v1.2.0
7222026-06-05T19:38:58.500Z Downloaded is-terminal v0.4.17
7232026-06-05T19:38:58.503Z Downloaded instant v0.1.13
7242026-06-05T19:38:58.503Z Downloaded inout v0.1.4
7252026-06-05T19:38:58.503Z Downloaded illumos-nvpair-sys v0.2.0
7262026-06-05T19:38:58.506Z Downloaded fallible-iterator v0.2.0
7272026-06-05T19:38:58.506Z Downloaded darling v0.23.0
7282026-06-05T19:38:58.509Z Downloaded bzip2 v0.4.4
7292026-06-05T19:38:58.509Z Downloaded blowfish v0.9.1
7302026-06-05T19:38:58.511Z Downloaded constant_time_eq v0.4.2
7312026-06-05T19:38:58.512Z Downloaded console v0.15.11
7322026-06-05T19:38:58.514Z Downloaded colored v3.1.1
7332026-06-05T19:38:58.517Z Downloaded cancel-safe-futures v0.1.5
7342026-06-05T19:38:58.517Z Downloaded backon v1.6.0
7352026-06-05T19:38:58.521Z Downloaded internet-checksum v0.2.1
7362026-06-05T19:38:58.521Z Downloaded instability v0.3.11
7372026-06-05T19:38:58.521Z Downloaded argon2 v0.5.3
7382026-06-05T19:38:58.521Z Downloaded derive-ex v0.1.8
7392026-06-05T19:38:58.525Z Downloaded group v0.13.0
7402026-06-05T19:38:58.525Z Downloaded derive_builder_core v0.20.2
7412026-06-05T19:38:58.528Z Downloaded keccak v0.1.6
7422026-06-05T19:38:58.528Z Downloaded kstat-rs v0.2.4
7432026-06-05T19:38:58.528Z Downloaded clang-sys v1.8.1
7442026-06-05T19:38:58.528Z Downloaded lru v0.12.5
7452026-06-05T19:38:58.530Z Downloaded anstream v0.6.21
7462026-06-05T19:38:58.531Z Downloaded lazy_static v1.5.0
7472026-06-05T19:38:58.533Z Downloaded crossbeam-epoch v0.9.18
7482026-06-05T19:38:58.533Z Downloaded http-body-util v0.1.3
7492026-06-05T19:38:58.536Z Downloaded lalrpop-util v0.19.12
7502026-06-05T19:38:58.536Z Downloaded byte-wrapper v0.1.0
7512026-06-05T19:38:58.536Z Downloaded bitfield v0.19.4
7522026-06-05T19:38:58.539Z Downloaded cbc v0.1.2
7532026-06-05T19:38:58.539Z Downloaded const_format_proc_macros v0.2.34
7542026-06-05T19:38:58.542Z Downloaded humantime v2.3.0
7552026-06-05T19:38:58.542Z Downloaded anstyle-parse v0.2.7
7562026-06-05T19:38:58.545Z Downloaded lru-slab v0.1.2
7572026-06-05T19:38:58.545Z Downloaded libscf-sys v1.1.0
7582026-06-05T19:38:58.548Z Downloaded dropshot_endpoint v0.17.0
7592026-06-05T19:38:58.548Z Downloaded derive-where v1.6.0
7602026-06-05T19:38:58.551Z Downloaded elliptic-curve v0.13.8
7612026-06-05T19:38:58.553Z Downloaded futures-channel v0.3.32
7622026-06-05T19:38:58.556Z Downloaded fatfs v0.3.6
7632026-06-05T19:38:58.556Z Downloaded derive_more v0.99.20
7642026-06-05T19:38:58.560Z Downloaded maybe-uninit v2.0.0
7652026-06-05T19:38:58.560Z Downloaded match_cfg v0.1.0
7662026-06-05T19:38:58.562Z Downloaded memoffset v0.9.1
7672026-06-05T19:38:58.562Z Downloaded md5 v0.7.0
7682026-06-05T19:38:58.563Z Downloaded new_debug_unreachable v1.0.6
7692026-06-05T19:38:58.563Z Downloaded lru-cache v0.1.2
7702026-06-05T19:38:58.566Z Downloaded maplit v1.0.2
7712026-06-05T19:38:58.566Z Downloaded managed v0.8.0
7722026-06-05T19:38:58.566Z Downloaded lzss v0.8.2
7732026-06-05T19:38:58.570Z Downloaded newtype_derive v0.1.6
7742026-06-05T19:38:58.570Z Downloaded multimap v0.10.1
7752026-06-05T19:38:58.570Z Downloaded getrandom v0.2.17
7762026-06-05T19:38:58.573Z Downloaded linked-hash-map v0.5.6
7772026-06-05T19:38:58.573Z Downloaded half v1.8.3
7782026-06-05T19:38:58.573Z Downloaded md-5 v0.10.6
7792026-06-05T19:38:58.575Z Downloaded crossbeam-channel v0.5.15
7802026-06-05T19:38:58.578Z Downloaded newline-converter v0.3.0
7812026-06-05T19:38:58.578Z Downloaded cookie_store v0.22.1
7822026-06-05T19:38:58.582Z Downloaded normalize-line-endings v0.3.0
7832026-06-05T19:38:58.582Z Downloaded nibble_vec v0.1.0
7842026-06-05T19:38:58.582Z Downloaded const-oid v0.9.6
7852026-06-05T19:38:58.582Z Downloaded hyper-staticfile v0.10.1
7862026-06-05T19:38:58.585Z Downloaded futures v0.3.32
7872026-06-05T19:38:58.588Z Downloaded num v0.4.3
7882026-06-05T19:38:58.588Z Downloaded nodrop v0.1.14
7892026-06-05T19:38:58.588Z Downloaded newtype-uuid-macros v0.1.0
7902026-06-05T19:38:58.591Z Downloaded crc-any v2.5.0
7912026-06-05T19:38:58.591Z Downloaded camino-tempfile-ext v0.3.3
7922026-06-05T19:38:58.591Z Downloaded bit-vec v0.8.0
7932026-06-05T19:38:58.593Z Downloaded drift v0.2.0
7942026-06-05T19:38:58.598Z Downloaded num-iter v0.1.45
7952026-06-05T19:38:58.601Z Downloaded ipnetwork v0.21.1
7962026-06-05T19:38:58.601Z Downloaded jobserver v0.1.34
7972026-06-05T19:38:58.604Z Downloaded num_enum_derive v0.5.11
7982026-06-05T19:38:58.604Z Downloaded num-derive v0.4.2
7992026-06-05T19:38:58.604Z Downloaded num-derive v0.3.3
8002026-06-05T19:38:58.607Z Downloaded openssl-macros v0.1.1
8012026-06-05T19:38:58.607Z Downloaded olpc-cjson v0.1.4
8022026-06-05T19:38:58.607Z Downloaded num-conv v0.2.0
8032026-06-05T19:38:58.607Z Downloaded ipnet v2.11.0
8042026-06-05T19:38:58.610Z Downloaded oso-derive v0.27.3
8052026-06-05T19:38:58.610Z Downloaded libsw-core v0.3.2
8062026-06-05T19:38:58.612Z Downloaded libefi-sys v0.1.0
8072026-06-05T19:38:58.612Z Downloaded linear-map v1.2.0
8082026-06-05T19:38:58.612Z Downloaded highway v1.3.0
8092026-06-05T19:38:58.615Z Downloaded hmac v0.12.1
8102026-06-05T19:38:58.615Z Downloaded iana-time-zone v0.1.65
8112026-06-05T19:38:58.618Z Downloaded openssl-probe v0.2.1
8122026-06-05T19:38:58.621Z Downloaded openssl-probe v0.1.6
8132026-06-05T19:38:58.621Z Downloaded libsw v3.5.0
8142026-06-05T19:38:58.621Z Downloaded cc v1.2.56
8152026-06-05T19:38:58.624Z Downloaded darling_core v0.21.3
8162026-06-05T19:38:58.628Z Downloaded opaque-debug v0.3.1
8172026-06-05T19:38:58.628Z Downloaded darling_core v0.13.4
8182026-06-05T19:38:58.631Z Downloaded glob v0.3.3
8192026-06-05T19:38:58.631Z Downloaded mime v0.3.17
8202026-06-05T19:38:58.631Z Downloaded lock_api v0.4.14
8212026-06-05T19:38:58.634Z Downloaded multer v3.1.0
8222026-06-05T19:38:58.634Z Downloaded getrandom v0.3.4
8232026-06-05T19:38:58.637Z Downloaded num_threads v0.1.7
8242026-06-05T19:38:58.637Z Downloaded hyper-rustls v0.27.7
8252026-06-05T19:38:58.640Z Downloaded mime_guess v2.0.5
8262026-06-05T19:38:58.643Z Downloaded impl-trait-for-tuples v0.2.3
8272026-06-05T19:38:58.643Z Downloaded half v2.7.1
8282026-06-05T19:38:58.647Z Downloaded nonempty v0.12.0
8292026-06-05T19:38:58.647Z Downloaded packed_struct_codegen v0.10.1
8302026-06-05T19:38:58.650Z Downloaded flume v0.11.1
8312026-06-05T19:38:58.650Z Downloaded newtype-uuid v1.3.2
8322026-06-05T19:38:58.650Z Downloaded bytes v1.11.1
8332026-06-05T19:38:58.654Z Downloaded phf_shared v0.11.3
8342026-06-05T19:38:58.656Z Downloaded peg-runtime v0.8.5
8352026-06-05T19:38:58.657Z Downloaded pbkdf2 v0.11.0
8362026-06-05T19:38:58.657Z Downloaded path-slash v0.1.5
8372026-06-05T19:38:58.660Z Downloaded parse-size v1.1.0
8382026-06-05T19:38:58.660Z Downloaded native-tls v0.2.18
8392026-06-05T19:38:58.660Z Downloaded parse-display v0.10.0
8402026-06-05T19:38:58.662Z Downloaded chacha20poly1305 v0.10.1
8412026-06-05T19:38:58.662Z Downloaded allocator-api2 v0.2.21
8422026-06-05T19:38:58.666Z Downloaded ingot-macros v0.1.1
8432026-06-05T19:38:58.666Z Downloaded ingot-types v0.1.2
8442026-06-05T19:38:58.666Z Downloaded ingot v0.1.1
8452026-06-05T19:38:58.670Z Downloaded indoc v2.0.7
8462026-06-05T19:38:58.670Z Downloaded num_enum v0.5.11
8472026-06-05T19:38:58.673Z Downloaded num_enum v0.7.6
8482026-06-05T19:38:58.692Z Downloaded pbkdf2 v0.12.2
8492026-06-05T19:38:58.695Z Downloaded darling_core v0.23.0
8502026-06-05T19:38:58.695Z Downloaded darling_core v0.20.11
8512026-06-05T19:38:58.698Z Downloaded crypto-bigint v0.5.5
8522026-06-05T19:38:58.700Z Downloaded pin-utils v0.1.0
8532026-06-05T19:38:58.705Z Downloaded flate2 v1.1.9
8542026-06-05T19:38:58.707Z Downloaded memmap2 v0.9.10
8552026-06-05T19:38:58.707Z Downloaded const_format v0.2.35
8562026-06-05T19:38:58.710Z Downloaded indexmap v1.9.3
8572026-06-05T19:38:58.713Z Downloaded precomputed-hash v0.1.1
8582026-06-05T19:38:58.713Z Downloaded oxnet v0.1.5
8592026-06-05T19:38:58.716Z Downloaded nanorand v0.7.0
8602026-06-05T19:38:58.716Z Downloaded derive_more v2.1.1
8612026-06-05T19:38:58.722Z Downloaded progenitor-client v0.14.0
8622026-06-05T19:38:58.725Z Downloaded progenitor-client v0.11.2
8632026-06-05T19:38:58.725Z Downloaded arc-swap v1.8.2
8642026-06-05T19:38:58.728Z Downloaded progenitor-client v0.10.0
8652026-06-05T19:38:58.728Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-06-05T19:38:58.728Z Downloaded proc-macro-crate v3.4.0
8672026-06-05T19:38:58.731Z Downloaded proc-macro-crate v1.3.1
8682026-06-05T19:38:58.731Z Downloaded predicates-tree v1.0.13
8692026-06-05T19:38:58.731Z Downloaded predicates-core v1.0.10
8702026-06-05T19:38:58.734Z Downloaded parking_lot_core v0.8.6
8712026-06-05T19:38:58.734Z Downloaded oxide-tokio-rt v0.1.4
8722026-06-05T19:38:58.734Z Downloaded headers v0.4.1
8732026-06-05T19:38:58.739Z Downloaded heapless v0.8.0
8742026-06-05T19:38:58.741Z Downloaded packed_struct v0.10.1
8752026-06-05T19:38:58.741Z Downloaded progenitor-macro v0.13.0
8762026-06-05T19:38:58.741Z Downloaded compact_str v0.8.1
8772026-06-05T19:38:58.744Z Downloaded der v0.7.10
8782026-06-05T19:38:58.747Z Downloaded num-rational v0.4.2
8792026-06-05T19:38:58.750Z Downloaded phf_shared v0.13.1
8802026-06-05T19:38:58.750Z Downloaded peg v0.8.5
8812026-06-05T19:38:58.754Z Downloaded pkcs8 v0.10.2
8822026-06-05T19:38:58.754Z Downloaded phf_shared v0.12.1
8832026-06-05T19:38:58.757Z Downloaded progenitor-macro v0.11.2
8842026-06-05T19:38:58.757Z Downloaded quick-error v1.2.3
8852026-06-05T19:38:58.757Z Downloaded radium v0.7.0
8862026-06-05T19:38:58.757Z Downloaded progenitor-macro v0.14.0
8872026-06-05T19:38:58.760Z Downloaded peg-macros v0.8.5
8882026-06-05T19:38:58.760Z Downloaded pem v3.0.6
8892026-06-05T19:38:58.760Z Downloaded paste v1.0.15
8902026-06-05T19:38:58.763Z Downloaded password-hash v0.5.0
8912026-06-05T19:38:58.763Z Downloaded pkg-config v0.3.32
8922026-06-05T19:38:58.766Z Downloaded pem-rfc7468 v0.7.0
8932026-06-05T19:38:58.766Z Downloaded diesel_derives v2.3.7
8942026-06-05T19:38:58.769Z Downloaded pin-project-internal v1.1.11
8952026-06-05T19:38:58.771Z Downloaded num_enum_derive v0.7.6
8962026-06-05T19:38:58.771Z Downloaded expectorate v1.2.0
8972026-06-05T19:38:58.774Z Downloaded poly1305 v0.8.0
8982026-06-05T19:38:58.774Z Downloaded litrs v1.0.0
8992026-06-05T19:38:58.777Z Downloaded rand_chacha v0.3.1
9002026-06-05T19:38:58.777Z Downloaded ed25519-dalek v2.2.0
9012026-06-05T19:38:58.780Z Downloaded derive_more-impl v2.1.1
9022026-06-05T19:38:58.783Z Downloaded ref-cast-impl v1.0.25
9032026-06-05T19:38:58.786Z Downloaded ref-cast v1.0.25
9042026-06-05T19:38:58.786Z Downloaded ignore v0.4.25
9052026-06-05T19:38:58.789Z Downloaded powerfmt v0.2.0
9062026-06-05T19:38:58.789Z Downloaded polyval v0.6.2
9072026-06-05T19:38:58.791Z Downloaded recursive v0.1.1
9082026-06-05T19:38:58.792Z Downloaded proc-macro-error2 v2.0.1
9092026-06-05T19:38:58.794Z Downloaded predicates v3.1.4
9102026-06-05T19:38:58.794Z Downloaded async-compression v0.4.41
9112026-06-05T19:38:58.798Z Downloaded ppv-lite86 v0.2.21
9122026-06-05T19:38:58.802Z Downloaded password-hash v0.4.2
9132026-06-05T19:38:58.802Z Downloaded parking_lot v0.12.5
9142026-06-05T19:38:58.802Z Downloaded progenitor v0.14.0
9152026-06-05T19:38:58.806Z Downloaded progenitor-client v0.13.0
9162026-06-05T19:38:58.806Z Downloaded parking_lot v0.11.2
9172026-06-05T19:38:58.806Z Downloaded rfc6979 v0.4.0
9182026-06-05T19:38:58.809Z Downloaded progenitor v0.13.0
9192026-06-05T19:38:58.810Z Downloaded progenitor v0.11.2
9202026-06-05T19:38:58.810Z Downloaded progenitor-extras v0.2.0
9212026-06-05T19:38:58.810Z Downloaded primeorder v0.13.6
9222026-06-05T19:38:58.813Z Downloaded owo-colors v4.3.0
9232026-06-05T19:38:58.813Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-06-05T19:38:58.813Z Downloaded rand_xorshift v0.4.0
9252026-06-05T19:38:58.813Z Downloaded ar_archive_writer v0.5.1
9262026-06-05T19:38:58.816Z Downloaded parse-display-derive v0.10.0
9272026-06-05T19:38:58.816Z Downloaded hickory-resolver v0.24.4
9282026-06-05T19:38:58.819Z Downloaded hickory-resolver v0.25.2
9292026-06-05T19:38:58.822Z Downloaded phf v0.13.1
9302026-06-05T19:38:58.822Z Downloaded psl-types v2.0.11
9312026-06-05T19:38:58.825Z Downloaded libbz2-rs-sys v0.2.2
9322026-06-05T19:38:58.825Z Downloaded phf v0.12.1
9332026-06-05T19:38:58.825Z Downloaded num-complex v0.4.6
9342026-06-05T19:38:58.829Z Downloaded psm v0.1.30
9352026-06-05T19:38:58.829Z Downloaded pkcs1 v0.7.5
9362026-06-05T19:38:58.832Z Downloaded russh-cryptovec v0.7.3
9372026-06-05T19:38:58.832Z Downloaded r2d2 v0.8.10
9382026-06-05T19:38:58.832Z Downloaded rtoolbox v0.0.3
9392026-06-05T19:38:58.832Z Downloaded num-integer v0.1.46
9402026-06-05T19:38:58.834Z Downloaded nu-ansi-term v0.50.3
9412026-06-05T19:38:58.834Z Downloaded libloading v0.8.9
9422026-06-05T19:38:58.837Z Downloaded httparse v1.10.1
9432026-06-05T19:38:58.837Z Downloaded blake2 v0.10.6
9442026-06-05T19:38:58.841Z Downloaded rand_seeder v0.4.0
9452026-06-05T19:38:58.841Z Downloaded ahash v0.8.12
9462026-06-05T19:38:58.845Z Downloaded pin-project-lite v0.2.17
9472026-06-05T19:38:58.848Z Downloaded rustc-hash v2.1.1
9482026-06-05T19:38:58.848Z Downloaded postcard v1.1.3
9492026-06-05T19:38:58.851Z Downloaded rustc_version v0.4.1
9502026-06-05T19:38:58.851Z Downloaded rustc_version v0.1.7
9512026-06-05T19:38:58.851Z Downloaded rand_core v0.6.4
9522026-06-05T19:38:58.851Z Downloaded rand_chacha v0.9.0
9532026-06-05T19:38:58.856Z Downloaded rand_core v0.9.5
9542026-06-05T19:38:58.859Z Downloaded postgres-protocol v0.6.10
9552026-06-05T19:38:58.862Z Downloaded oso v0.27.3
9562026-06-05T19:38:58.862Z Downloaded miniz_oxide v0.8.9
9572026-06-05T19:38:58.865Z Downloaded rand_core v0.10.0
9582026-06-05T19:38:58.865Z Downloaded postgres-types v0.2.12
9592026-06-05T19:38:58.867Z Downloaded indicatif v0.18.4
9602026-06-05T19:38:58.870Z Downloaded same-file v1.0.6
9612026-06-05T19:38:58.870Z Downloaded sapling-renderdag v0.1.0
9622026-06-05T19:38:58.870Z Downloaded salsa20 v0.10.2
9632026-06-05T19:38:58.873Z Downloaded crossterm v0.28.1
9642026-06-05T19:38:58.876Z Downloaded scroll_derive v0.13.1
9652026-06-05T19:38:58.879Z Downloaded scopeguard v1.2.0
9662026-06-05T19:38:58.879Z Downloaded semver v0.1.20
9672026-06-05T19:38:58.885Z Downloaded scrypt v0.11.0
9682026-06-05T19:38:58.887Z Downloaded secrecy v0.10.3
9692026-06-05T19:38:58.887Z Downloaded papergrid v0.17.0
9702026-06-05T19:38:58.887Z Downloaded serde-big-array v0.5.1
9712026-06-05T19:38:58.887Z Downloaded scheduled-thread-pool v0.2.7
9722026-06-05T19:38:58.890Z Downloaded resolv-conf v0.7.6
9732026-06-05T19:38:58.890Z Downloaded parking_lot_core v0.9.12
9742026-06-05T19:38:58.893Z Downloaded secrecy v0.8.0
9752026-06-05T19:38:58.893Z Downloaded jiff-static v0.2.21
9762026-06-05T19:38:58.896Z Downloaded pin-project v1.1.11
9772026-06-05T19:38:58.901Z Downloaded quinn-udp v0.5.14
9782026-06-05T19:38:58.904Z Downloaded serde_repr v0.1.20
9792026-06-05T19:38:58.904Z Downloaded omicron-zone-package v0.12.2
9802026-06-05T19:38:58.907Z Downloaded serde_spanned v1.0.4
9812026-06-05T19:38:58.910Z Downloaded pkcs5 v0.7.1
9822026-06-05T19:38:58.913Z Downloaded aws-lc-rs v1.16.3
9832026-06-05T19:38:58.916Z Downloaded sha1 v0.10.6
9842026-06-05T19:38:58.919Z Downloaded http v1.4.0
9852026-06-05T19:38:58.922Z Downloaded rustls-pemfile v2.2.0
9862026-06-05T19:38:58.922Z Downloaded sigpipe v0.1.3
9872026-06-05T19:38:58.922Z Downloaded signal-hook-tokio v0.3.1
9882026-06-05T19:38:58.925Z Downloaded p256 v0.13.2
9892026-06-05T19:38:58.925Z Downloaded signal-hook-mio v0.2.5
9902026-06-05T19:38:58.928Z Downloaded shell-words v1.1.1
9912026-06-05T19:38:58.928Z Downloaded serde_plain v1.0.2
9922026-06-05T19:38:58.928Z Downloaded signature v2.2.0
9932026-06-05T19:38:58.928Z Downloaded serde_bytes v0.11.19
9942026-06-05T19:38:58.930Z Downloaded heapless v0.7.17
9952026-06-05T19:38:58.933Z Downloaded rusty-fork v0.3.1
9962026-06-05T19:38:58.933Z Downloaded siphasher v1.0.2
9972026-06-05T19:38:58.936Z Downloaded openssl-sys v0.9.115
9982026-06-05T19:38:58.939Z Downloaded slog-envlogger v2.2.0
9992026-06-05T19:38:58.942Z Downloaded schemars_derive v0.8.22
10002026-06-05T19:38:58.945Z Downloaded slog-bunyan v2.5.0
10012026-06-05T19:38:58.948Z Downloaded prefix-trie v0.7.0
10022026-06-05T19:38:58.951Z Downloaded seq-macro v0.3.6
10032026-06-05T19:38:58.954Z Downloaded scroll v0.13.0
10042026-06-05T19:38:58.954Z Downloaded sct v0.7.1
10052026-06-05T19:38:58.958Z Downloaded hashbrown v0.13.2
10062026-06-05T19:38:58.963Z Downloaded hickory-server v0.25.2
10072026-06-05T19:38:58.966Z Downloaded progenitor-impl v0.11.2
10082026-06-05T19:38:58.968Z Downloaded serde-hex v0.1.0
10092026-06-05T19:38:58.974Z Downloaded serde_path_to_error v0.1.20
10102026-06-05T19:38:58.977Z Downloaded rustls-pemfile v1.0.4
10112026-06-05T19:38:58.977Z Downloaded dropshot-api-manager v0.7.2
10122026-06-05T19:38:58.980Z Downloaded ssh-encoding v0.2.0
10132026-06-05T19:38:58.985Z Downloaded serde_derive_internals v0.29.1
10142026-06-05T19:38:58.992Z Downloaded serde_urlencoded v0.7.1
10152026-06-05T19:38:58.995Z Downloaded sqlparser_derive v0.5.0
10162026-06-05T19:38:58.995Z Downloaded ssh-cipher v0.2.0
10172026-06-05T19:38:59.031Z Downloaded shlex v1.3.0
10182026-06-05T19:38:59.034Z Downloaded serde_with_macros v1.5.2
10192026-06-05T19:38:59.034Z Downloaded hashbrown v0.12.3
10202026-06-05T19:38:59.034Z Downloaded signal-hook-registry v1.4.8
10212026-06-05T19:38:59.034Z Downloaded rustversion v1.0.22
10222026-06-05T19:38:59.034Z Downloaded structmeta v0.3.0
10232026-06-05T19:38:59.034Z Downloaded rustls-native-certs v0.8.3
10242026-06-05T19:38:59.034Z Downloaded strip-ansi-escapes v0.2.1
10252026-06-05T19:38:59.034Z Downloaded strum v0.26.3
10262026-06-05T19:38:59.034Z Downloaded structmeta-derive v0.3.0
10272026-06-05T19:38:59.034Z Downloaded russh-keys v0.45.0
10282026-06-05T19:38:59.034Z Downloaded slog-json v2.6.1
10292026-06-05T19:38:59.034Z Downloaded simd-adler32 v0.3.8
10302026-06-05T19:38:59.034Z Downloaded rcgen v0.12.1
10312026-06-05T19:38:59.035Z Downloaded prettyplease v0.2.37
10322026-06-05T19:38:59.035Z Downloaded rustls-pki-types v1.14.0
10332026-06-05T19:38:59.035Z Downloaded smf v0.2.3
10342026-06-05T19:38:59.035Z Downloaded minimal-lexical v0.2.1
10352026-06-05T19:38:59.035Z Downloaded tap v1.0.1
10362026-06-05T19:38:59.035Z Downloaded sync_wrapper v1.0.2
10372026-06-05T19:38:59.035Z Downloaded tabled_derive v0.11.0
10382026-06-05T19:38:59.035Z Downloaded tagptr v0.2.0
10392026-06-05T19:38:59.035Z Downloaded supports-color v3.0.2
10402026-06-05T19:38:59.035Z Downloaded slog-scope v4.4.1
10412026-06-05T19:38:59.035Z Downloaded subtle v2.6.1
10422026-06-05T19:38:59.035Z Downloaded strum v0.27.2
10432026-06-05T19:38:59.038Z Downloaded slog-dtrace v0.3.0
10442026-06-05T19:38:59.038Z Downloaded slab v0.4.12
10452026-06-05T19:38:59.038Z Downloaded slog-async v2.8.0
10462026-06-05T19:38:59.038Z Downloaded progenitor-impl v0.14.0
10472026-06-05T19:38:59.041Z Downloaded progenitor-impl v0.13.0
10482026-06-05T19:38:59.041Z Downloaded snafu-derive v0.8.9
10492026-06-05T19:38:59.044Z Downloaded tabwriter v1.4.1
10502026-06-05T19:38:59.046Z Downloaded termtree v0.5.1
10512026-06-05T19:38:59.047Z Downloaded take_mut v0.2.2
10522026-06-05T19:38:59.049Z Downloaded spki v0.7.3
10532026-06-05T19:38:59.052Z Downloaded smallvec v0.6.14
10542026-06-05T19:38:59.052Z Downloaded sec1 v0.7.3
10552026-06-05T19:38:59.052Z Downloaded slog-stdlog v4.1.1
10562026-06-05T19:38:59.055Z Downloaded serde_cbor v0.11.2
10572026-06-05T19:38:59.055Z Downloaded itertools v0.10.5
10582026-06-05T19:38:59.059Z Downloaded crossterm v0.29.0
10592026-06-05T19:38:59.063Z Downloaded ron v0.8.1
10602026-06-05T19:38:59.067Z Downloaded time-core v0.1.8
10612026-06-05T19:38:59.070Z Downloaded thread-id v5.1.0
10622026-06-05T19:38:59.070Z Downloaded thiserror-impl-no-std v2.0.2
10632026-06-05T19:38:59.073Z Downloaded testing_table v0.3.0
10642026-06-05T19:38:59.073Z Downloaded serde_with_macros v3.17.0
10652026-06-05T19:38:59.075Z Downloaded strsim v0.10.0
10662026-06-05T19:38:59.075Z Downloaded string_cache v0.8.9
10672026-06-05T19:38:59.075Z Downloaded static_assertions v1.1.0
10682026-06-05T19:38:59.078Z Downloaded stacker v0.1.23
10692026-06-05T19:38:59.081Z Downloaded tinyvec_macros v0.1.1
10702026-06-05T19:38:59.081Z Downloaded stringprep v0.1.5
10712026-06-05T19:38:59.081Z Downloaded rayon-core v1.13.0
10722026-06-05T19:38:59.084Z Downloaded strum_macros v0.24.3
10732026-06-05T19:38:59.088Z Downloaded pretty_assertions v1.4.1
10742026-06-05T19:38:59.091Z Downloaded ryu v1.0.23
10752026-06-05T19:38:59.093Z Downloaded tokio-macros v2.7.0
10762026-06-05T19:38:59.093Z Downloaded sync-ptr v0.1.4
10772026-06-05T19:38:59.096Z Downloaded support-bundle-viewer v0.1.2
10782026-06-05T19:38:59.099Z Downloaded aes-gcm v0.10.3
10792026-06-05T19:38:59.102Z Downloaded strum_macros v0.26.4
10802026-06-05T19:38:59.104Z Downloaded aes v0.8.4
10812026-06-05T19:38:59.107Z Downloaded quinn v0.11.9
10822026-06-05T19:38:59.110Z Downloaded qorb v0.4.1
10832026-06-05T19:38:59.113Z Downloaded nom v7.1.3
10842026-06-05T19:38:59.116Z Downloaded termios v0.3.3
10852026-06-05T19:38:59.119Z Downloaded slog-term v2.9.2
10862026-06-05T19:38:59.128Z Downloaded tower-service v0.3.3
10872026-06-05T19:38:59.131Z Downloaded num-bigint v0.4.6
10882026-06-05T19:38:59.134Z Downloaded thiserror-no-std v2.0.2
10892026-06-05T19:38:59.135Z Downloaded spin v0.9.8
10902026-06-05T19:38:59.137Z Downloaded serde_yaml v0.9.34+deprecated
10912026-06-05T19:38:59.140Z Downloaded libxml v0.3.3
10922026-06-05T19:38:59.143Z Downloaded tower-layer v0.3.3
10932026-06-05T19:38:59.143Z Downloaded hyper-util v0.1.20
10942026-06-05T19:38:59.147Z Downloaded tiny-keccak v2.0.2
10952026-06-05T19:38:59.149Z Downloaded time-macros v0.2.27
10962026-06-05T19:38:59.152Z Downloaded try-lock v0.2.5
10972026-06-05T19:38:59.152Z Downloaded similar v2.7.0
10982026-06-05T19:38:59.155Z Downloaded trait-variant v0.1.2
10992026-06-05T19:38:59.155Z Downloaded thread_local v1.1.9
11002026-06-05T19:38:59.158Z Downloaded rand v0.8.6
11012026-06-05T19:38:59.161Z Downloaded typify-macro v0.6.2
11022026-06-05T19:38:59.161Z Downloaded slog v2.8.2
11032026-06-05T19:38:59.164Z Downloaded tls_codec v0.4.2
11042026-06-05T19:38:59.164Z Downloaded topological-sort v0.2.2
11052026-06-05T19:38:59.167Z Downloaded rustls-platform-verifier v0.6.2
11062026-06-05T19:38:59.172Z Downloaded schemars v0.9.0
11072026-06-05T19:38:59.179Z Downloaded unicode-truncate v1.1.0
11082026-06-05T19:38:59.185Z Downloaded unarray v0.1.4
11092026-06-05T19:38:59.185Z Downloaded usdt-macro v0.6.0
11102026-06-05T19:38:59.185Z Downloaded usdt-attr-macro v0.6.0
11112026-06-05T19:38:59.185Z Downloaded usdt v0.6.0
11122026-06-05T19:38:59.185Z Downloaded universal-hash v0.5.1
11132026-06-05T19:38:59.185Z Downloaded unit-prefix v0.5.2
11142026-06-05T19:38:59.188Z Downloaded publicsuffix v2.3.0
11152026-06-05T19:38:59.188Z Downloaded tokio-native-tls v0.3.1
11162026-06-05T19:38:59.188Z Downloaded signal-hook v0.3.18
11172026-06-05T19:38:59.191Z Downloaded itertools v0.13.0
11182026-06-05T19:38:59.194Z Downloaded rsa v0.9.10
11192026-06-05T19:38:59.197Z Downloaded tokio-tungstenite v0.23.1
11202026-06-05T19:38:59.200Z Downloaded mio v1.2.0
11212026-06-05T19:38:59.203Z Downloaded hashbrown v0.16.1
11222026-06-05T19:38:59.206Z Downloaded iri-string v0.7.10
11232026-06-05T19:38:59.210Z Downloaded utf-8 v0.7.6
11242026-06-05T19:38:59.213Z Downloaded aho-corasick v1.1.4
11252026-06-05T19:38:59.215Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-06-05T19:38:59.215Z Downloaded tokio-tungstenite v0.21.0
11272026-06-05T19:38:59.218Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-06-05T19:38:59.218Z Downloaded socket2 v0.6.3
11292026-06-05T19:38:59.221Z Downloaded itertools v0.12.1
11302026-06-05T19:38:59.224Z Downloaded sqlformat v0.3.5
11312026-06-05T19:38:59.226Z Downloaded term v0.7.0
11322026-06-05T19:38:59.229Z Downloaded num-bigint-dig v0.8.6
11332026-06-05T19:38:59.232Z Downloaded waitgroup v0.1.2
11342026-06-05T19:38:59.232Z Downloaded wait-timeout v0.2.1
11352026-06-05T19:38:59.232Z Downloaded untrusted v0.7.1
11362026-06-05T19:38:59.235Z Downloaded hashbrown v0.15.5
11372026-06-05T19:38:59.239Z Downloaded rand v0.9.2
11382026-06-05T19:38:59.239Z Downloaded tui-tree-widget v0.23.1
11392026-06-05T19:38:59.241Z Downloaded strum_macros v0.27.2
11402026-06-05T19:38:59.242Z Downloaded typify-macro v0.4.3
11412026-06-05T19:38:59.242Z Downloaded tokio-dtrace v0.1.1
11422026-06-05T19:38:59.242Z Downloaded tls_codec_derive v0.4.2
11432026-06-05T19:38:59.244Z Downloaded schemars v0.8.22
11442026-06-05T19:38:59.250Z Downloaded want v0.3.1
11452026-06-05T19:38:59.253Z Downloaded void v1.0.2
11462026-06-05T19:38:59.253Z Downloaded subprocess v0.2.15
11472026-06-05T19:38:59.256Z Downloaded usdt-impl v0.6.0
11482026-06-05T19:38:59.256Z Downloaded rustls-webpki v0.103.9
11492026-06-05T19:38:59.261Z Downloaded tokio-rustls v0.24.1
11502026-06-05T19:38:59.261Z Downloaded untrusted v0.9.0
11512026-06-05T19:38:59.264Z Downloaded unicase v2.9.0
11522026-06-05T19:38:59.264Z Downloaded xattr v1.6.1
11532026-06-05T19:38:59.268Z Downloaded xshell-macros v0.2.7
11542026-06-05T19:38:59.271Z Downloaded snafu v0.8.9
11552026-06-05T19:38:59.274Z Downloaded tokio-rustls v0.26.4
11562026-06-05T19:38:59.277Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-06-05T19:38:59.277Z Downloaded term v1.2.1
11582026-06-05T19:38:59.279Z Downloaded samael v0.0.19
11592026-06-05T19:38:59.282Z Downloaded zeroize_derive v1.4.3
11602026-06-05T19:38:59.287Z Downloaded tokio-stream v0.1.18
11612026-06-05T19:38:59.290Z Downloaded itertools v0.14.0
11622026-06-05T19:38:59.295Z Downloaded test-strategy v0.4.5
11632026-06-05T19:38:59.298Z Downloaded nom v8.0.0
11642026-06-05T19:38:59.301Z Downloaded socket2 v0.5.10
11652026-06-05T19:38:59.301Z Downloaded hkdf v0.12.4
11662026-06-05T19:38:59.306Z Downloaded uzers v0.12.2
11672026-06-05T19:38:59.306Z Downloaded zone_cfg_derive v0.3.1
11682026-06-05T19:38:59.310Z Downloaded vergen-lib v0.1.6
11692026-06-05T19:38:59.310Z Downloaded vergen-gitcl v1.0.8
11702026-06-05T19:38:59.313Z Downloaded libm v0.2.16
11712026-06-05T19:38:59.317Z Downloaded whoami v1.6.1
11722026-06-05T19:38:59.320Z Downloaded twox-hash v2.1.2
11732026-06-05T19:38:59.320Z Downloaded p521 v0.13.3
11742026-06-05T19:38:59.324Z Downloaded vergen-lib v9.1.0
11752026-06-05T19:38:59.327Z Downloaded futures-util v0.3.32
11762026-06-05T19:38:59.330Z Downloaded wyz v0.5.1
11772026-06-05T19:38:59.333Z Downloaded hyper v1.8.1
11782026-06-05T19:38:59.337Z Downloaded tokio-rustls v0.25.0
11792026-06-05T19:38:59.337Z Downloaded h2 v0.4.13
11802026-06-05T19:38:59.339Z Downloaded whoami v2.1.0
11812026-06-05T19:38:59.342Z Downloaded unicode-properties v0.1.4
11822026-06-05T19:38:59.342Z Downloaded tracing-attributes v0.1.31
11832026-06-05T19:38:59.345Z Downloaded tar v0.4.45
11842026-06-05T19:38:59.345Z Downloaded vergen v9.1.0
11852026-06-05T19:38:59.348Z Downloaded toml_writer v1.0.6+spec-1.1.0
11862026-06-05T19:38:59.348Z Downloaded toml v0.7.8
11872026-06-05T19:38:59.351Z Downloaded schemars v1.2.1
11882026-06-05T19:38:59.358Z Downloaded zstd v0.13.3
11892026-06-05T19:38:59.361Z Downloaded zeroize v1.8.2
11902026-06-05T19:38:59.364Z Downloaded zstd-safe v7.2.4
11912026-06-05T19:38:59.364Z Downloaded blake3 v1.8.3
11922026-06-05T19:38:59.369Z Downloaded russh v0.45.0
11932026-06-05T19:38:59.372Z Downloaded walkdir v2.5.0
11942026-06-05T19:38:59.374Z Downloaded vsss-rs v3.3.4
11952026-06-05T19:38:59.375Z Downloaded tinyvec v1.10.0
11962026-06-05T19:38:59.377Z Downloaded rand v0.10.0
11972026-06-05T19:38:59.380Z Downloaded tracing-core v0.1.36
11982026-06-05T19:38:59.381Z Downloaded iddqd v0.4.2
11992026-06-05T19:38:59.385Z Downloaded vergen-git2 v9.1.0
12002026-06-05T19:38:59.387Z Downloaded typify v0.4.3
12012026-06-05T19:38:59.390Z Downloaded unsafe-libyaml v0.2.11
12022026-06-05T19:38:59.390Z Downloaded typify v0.6.2
12032026-06-05T19:38:59.394Z Downloaded zerocopy v0.6.6
12042026-06-05T19:38:59.396Z Downloaded yasna v0.5.2
12052026-06-05T19:38:59.396Z Downloaded unicode-bidi v0.3.18
12062026-06-05T19:38:59.396Z Downloaded tungstenite v0.21.0
12072026-06-05T19:38:59.399Z Downloaded xshell v0.2.7
12082026-06-05T19:38:59.403Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-05T19:38:59.414Z Downloaded toml v1.0.6+spec-1.1.0
12102026-06-05T19:38:59.423Z Downloaded zone v0.3.1
12112026-06-05T19:38:59.426Z Downloaded serde_with v1.14.0
12122026-06-05T19:38:59.429Z Downloaded steno v0.4.1
12132026-06-05T19:38:59.431Z Downloaded vte v0.14.1
12142026-06-05T19:38:59.431Z Downloaded rustyline v14.0.0
12152026-06-05T19:38:59.435Z Downloaded tungstenite v0.23.0
12162026-06-05T19:38:59.439Z Downloaded reedline v0.40.0
12172026-06-05T19:38:59.442Z Downloaded tokio-postgres v0.7.16
12182026-06-05T19:38:59.470Z Downloaded uuid v1.23.0
12192026-06-05T19:38:59.473Z Downloaded zopfli v0.8.3
12202026-06-05T19:38:59.476Z Downloaded rpassword v7.4.0
12212026-06-05T19:38:59.479Z Downloaded regex v1.12.3
12222026-06-05T19:38:59.482Z Downloaded reqwest v0.12.28
12232026-06-05T19:38:59.486Z Downloaded git2 v0.20.4
12242026-06-05T19:38:59.491Z Downloaded toml_edit v0.19.15
12252026-06-05T19:38:59.500Z Downloaded zip v0.6.6
12262026-06-05T19:38:59.504Z Downloaded unicode_categories v0.1.1
12272026-06-05T19:38:59.506Z Downloaded chrono v0.4.44
12282026-06-05T19:38:59.515Z Downloaded p384 v0.13.1
12292026-06-05T19:38:59.526Z Downloaded ssh-key v0.6.7
12302026-06-05T19:38:59.529Z Downloaded rayon v1.11.0
12312026-06-05T19:38:59.536Z Downloaded bitvec v1.0.1
12322026-06-05T19:38:59.544Z Downloaded yansi v1.0.1
12332026-06-05T19:38:59.548Z Downloaded bindgen v0.71.1
12342026-06-05T19:38:59.550Z Downloaded tower v0.5.3
12352026-06-05T19:38:59.555Z Downloaded lalrpop v0.19.12
12362026-06-05T19:38:59.560Z Downloaded typed-path v0.9.3
12372026-06-05T19:38:59.563Z Downloaded x509-cert v0.2.5
12382026-06-05T19:38:59.567Z Downloaded unicode-segmentation v1.12.0
12392026-06-05T19:38:59.570Z Downloaded reqwest v0.13.2
12402026-06-05T19:38:59.572Z Downloaded portable-atomic v1.13.1
12412026-06-05T19:38:59.576Z Downloaded zerocopy-derive v0.8.40
12422026-06-05T19:38:59.581Z Downloaded salty v0.3.0
12432026-06-05T19:38:59.585Z Downloaded moka v0.12.13
12442026-06-05T19:38:59.589Z Downloaded goblin v0.10.5
12452026-06-05T19:38:59.594Z Downloaded rustls-webpki v0.101.7
12462026-06-05T19:38:59.601Z Downloaded unicode-normalization v0.1.25
12472026-06-05T19:38:59.604Z Downloaded quick-xml v0.37.5
12482026-06-05T19:38:59.608Z Downloaded proptest v1.10.0
12492026-06-05T19:38:59.612Z Downloaded tokio-util v0.7.18
12502026-06-05T19:38:59.616Z Downloaded petname v2.0.2
12512026-06-05T19:38:59.625Z Downloaded tough v0.22.0
12522026-06-05T19:38:59.630Z Downloaded tower-http v0.6.8
12532026-06-05T19:38:59.640Z Downloaded serde_with v3.17.0
12542026-06-05T19:38:59.647Z Downloaded rustls-webpki v0.102.8
12552026-06-05T19:38:59.657Z Downloaded zip v4.6.1
12562026-06-05T19:38:59.660Z Downloaded nix v0.27.1
12572026-06-05T19:38:59.669Z Downloaded object v0.30.4
12582026-06-05T19:38:59.674Z Downloaded radix_trie v0.2.1
12592026-06-05T19:38:59.677Z Downloaded quinn-proto v0.11.13
12602026-06-05T19:38:59.684Z Downloaded polar-core v0.27.3
12612026-06-05T19:38:59.705Z Downloaded bstr v1.12.1
12622026-06-05T19:38:59.710Z Downloaded winnow v0.5.40
12632026-06-05T19:38:59.716Z Downloaded curve25519-dalek v4.1.3
12642026-06-05T19:38:59.744Z Downloaded smoltcp v0.9.1
12652026-06-05T19:38:59.750Z Downloaded nix v0.28.0
12662026-06-05T19:38:59.757Z Downloaded openssl v0.10.79
12672026-06-05T19:38:59.761Z Downloaded regex-syntax v0.6.29
12682026-06-05T19:38:59.765Z Downloaded hickory-proto v0.24.4
12692026-06-05T19:38:59.774Z Downloaded winnow v0.6.26
12702026-06-05T19:38:59.778Z Downloaded webpki-roots v1.0.6
12712026-06-05T19:38:59.781Z Downloaded object v0.37.3
12722026-06-05T19:38:59.800Z Downloaded smoltcp v0.11.0
12732026-06-05T19:38:59.807Z Downloaded regex-syntax v0.8.10
12742026-06-05T19:38:59.811Z Downloaded time v0.3.47
12752026-06-05T19:38:59.818Z Downloaded tabled v0.20.0
12762026-06-05T19:38:59.827Z Downloaded zlib-rs v0.6.2
12772026-06-05T19:38:59.830Z Downloaded vcpkg v0.2.15
12782026-06-05T19:38:59.852Z Downloaded rustix v0.38.44
12792026-06-05T19:38:59.865Z Downloaded hickory-proto v0.25.2
12802026-06-05T19:38:59.874Z Downloaded dropshot v0.17.0
12812026-06-05T19:38:59.887Z Downloaded zerocopy v0.8.40
12822026-06-05T19:38:59.892Z Downloaded nix v0.31.2
12832026-06-05T19:38:59.899Z Downloaded rustls v0.22.4
12842026-06-05T19:38:59.907Z Downloaded regress v0.11.1
12852026-06-05T19:38:59.912Z Downloaded openapiv3 v2.2.0
12862026-06-05T19:38:59.919Z Downloaded rustls v0.23.37
12872026-06-05T19:38:59.926Z Downloaded diesel v2.3.7
12882026-06-05T19:38:59.938Z Downloaded tracing v0.1.44
12892026-06-05T19:38:59.950Z Downloaded regress v0.10.5
12902026-06-05T19:38:59.955Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-06-05T19:38:59.963Z Downloaded rustls v0.21.12
12922026-06-05T19:38:59.982Z Downloaded sqlparser v0.61.0
12932026-06-05T19:38:59.987Z Downloaded regex-automata v0.4.14
12942026-06-05T19:39:00.006Z Downloaded petgraph v0.6.5
12952026-06-05T19:39:00.017Z Downloaded sled v0.34.7
12962026-06-05T19:39:00.023Z Downloaded jiff v0.2.21
12972026-06-05T19:39:00.034Z Downloaded typify-impl v0.6.2
12982026-06-05T19:39:00.042Z Downloaded typify-impl v0.4.3
12992026-06-05T19:39:00.051Z Downloaded ratatui v0.29.0
13002026-06-05T19:39:00.062Z Downloaded petgraph v0.8.3
13012026-06-05T19:39:00.076Z Downloaded chrono-tz v0.10.4
13022026-06-05T19:39:00.086Z Downloaded zerocopy-derive v0.6.6
13032026-06-05T19:39:00.091Z Downloaded libz-sys v1.1.24
13042026-06-05T19:39:00.166Z Downloaded csv v1.4.0
13052026-06-05T19:39:00.177Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-05T19:39:00.188Z Downloaded sha3 v0.10.8
13072026-06-05T19:39:00.210Z Downloaded tokio v1.52.1
13082026-06-05T19:39:00.233Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-06-05T19:39:00.288Z Downloaded encoding_rs v0.8.35
13102026-06-05T19:39:00.302Z Downloaded ring v0.17.14
13112026-06-05T19:39:00.728Z Downloaded aws-lc-sys v0.40.0
13122026-06-05T19:39:00.976Z Compiling libc v0.2.185
13132026-06-05T19:39:00.977Z Compiling serde v1.0.228
13142026-06-05T19:39:00.981Z Compiling log v0.4.29
13152026-06-05T19:39:00.981Z Compiling find-msvc-tools v0.1.9
13162026-06-05T19:39:00.981Z Compiling shlex v1.3.0
13172026-06-05T19:39:00.981Z Compiling syn v2.0.117
13182026-06-05T19:39:00.981Z Compiling smallvec v1.15.1
13192026-06-05T19:39:00.981Z Compiling typenum v1.19.0
13202026-06-05T19:39:01.297Z Compiling generic-array v0.14.7
13212026-06-05T19:39:01.322Z Compiling subtle v2.6.1
13222026-06-05T19:39:01.362Z Compiling scopeguard v1.2.0
13232026-06-05T19:39:01.390Z Compiling const-oid v0.9.6
13242026-06-05T19:39:01.445Z Compiling lock_api v0.4.14
13252026-06-05T19:39:01.462Z Compiling serde_json v1.0.149
13262026-06-05T19:39:01.501Z Compiling zerocopy v0.8.40
13272026-06-05T19:39:01.541Z Compiling pin-project-lite v0.2.17
13282026-06-05T19:39:01.629Z Compiling portable-atomic v1.13.1
13292026-06-05T19:39:01.665Z Compiling parking_lot_core v0.9.12
13302026-06-05T19:39:01.917Z Compiling pkg-config v0.3.32
13312026-06-05T19:39:01.931Z Compiling bitflags v2.11.0
13322026-06-05T19:39:02.025Z Compiling getrandom v0.2.17
13332026-06-05T19:39:02.075Z Compiling jobserver v0.1.34
13342026-06-05T19:39:02.088Z Compiling errno v0.3.14
13352026-06-05T19:39:02.148Z Compiling rand_core v0.6.4
13362026-06-05T19:39:02.240Z Compiling signal-hook-registry v1.4.8
13372026-06-05T19:39:02.414Z Compiling cc v1.2.56
13382026-06-05T19:39:02.441Z Compiling futures-core v0.3.32
13392026-06-05T19:39:02.455Z Compiling critical-section v1.2.0
13402026-06-05T19:39:02.494Z Compiling libm v0.2.16
13412026-06-05T19:39:02.519Z Compiling parking_lot v0.12.5
13422026-06-05T19:39:02.555Z Compiling once_cell v1.21.3
13432026-06-05T19:39:02.585Z Compiling mio v1.2.0
13442026-06-05T19:39:02.648Z Compiling num-traits v0.2.19
13452026-06-05T19:39:02.760Z Compiling percent-encoding v2.3.2
13462026-06-05T19:39:02.799Z Compiling socket2 v0.6.3
13472026-06-05T19:39:02.876Z Compiling futures-sink v0.3.32
13482026-06-05T19:39:02.940Z Compiling futures-task v0.3.32
13492026-06-05T19:39:02.978Z Compiling futures-channel v0.3.32
13502026-06-05T19:39:02.991Z Compiling cpufeatures v0.2.17
13512026-06-05T19:39:03.043Z Compiling slab v0.4.12
13522026-06-05T19:39:03.060Z Compiling getrandom v0.4.1
13532026-06-05T19:39:03.104Z Compiling futures-io v0.3.32
13542026-06-05T19:39:03.184Z Compiling rand_core v0.10.0
13552026-06-05T19:39:03.216Z Compiling indexmap v2.14.0
13562026-06-05T19:39:03.332Z Compiling getrandom v0.3.4
13572026-06-05T19:39:03.386Z Compiling rustversion v1.0.22
13582026-06-05T19:39:03.413Z Compiling cmake v0.1.57
13592026-06-05T19:39:03.811Z Compiling form_urlencoded v1.2.2
13602026-06-05T19:39:03.864Z Compiling dunce v1.0.5
13612026-06-05T19:39:03.926Z Compiling fs_extra v1.3.0
13622026-06-05T19:39:03.996Z Compiling base64ct v1.8.3
13632026-06-05T19:39:04.072Z Compiling synstructure v0.13.2
13642026-06-05T19:39:04.097Z Compiling ident_case v1.0.1
13652026-06-05T19:39:04.200Z Compiling aws-lc-sys v0.40.0
13662026-06-05T19:39:04.229Z Compiling pem-rfc7468 v0.7.0
13672026-06-05T19:39:04.295Z Compiling rustix v1.1.3
13682026-06-05T19:39:04.352Z Compiling regex-syntax v0.8.10
13692026-06-05T19:39:04.383Z Compiling iana-time-zone v0.1.65
13702026-06-05T19:39:04.540Z Compiling flagset v0.4.7
13712026-06-05T19:39:04.544Z Compiling rand_core v0.9.5
13722026-06-05T19:39:04.587Z Compiling ring v0.17.14
13732026-06-05T19:39:04.672Z Compiling vcpkg v0.2.15
13742026-06-05T19:39:04.697Z Compiling aws-lc-rs v1.16.3
13752026-06-05T19:39:04.830Z Compiling uuid v1.23.0
13762026-06-05T19:39:04.983Z Compiling rustc_version v0.4.1
13772026-06-05T19:39:05.322Z Compiling tracing-core v0.1.36
13782026-06-05T19:39:05.422Z Compiling openssl-sys v0.9.115
13792026-06-05T19:39:05.551Z Compiling base64 v0.22.1
13802026-06-05T19:39:05.785Z Compiling serde_derive v1.0.228
13812026-06-05T19:39:05.884Z Compiling zeroize_derive v1.4.3
13822026-06-05T19:39:05.888Z Compiling zerofrom-derive v0.1.6
13832026-06-05T19:39:05.947Z Compiling yoke-derive v0.8.1
13842026-06-05T19:39:06.058Z Compiling zerovec-derive v0.11.2
13852026-06-05T19:39:06.524Z Compiling zeroize v1.8.2
13862026-06-05T19:39:06.742Z Compiling zerocopy-derive v0.8.40
13872026-06-05T19:39:07.120Z Compiling displaydoc v0.2.5
13882026-06-05T19:39:07.190Z Compiling tokio-macros v2.7.0
13892026-06-05T19:39:07.301Z Compiling crypto-common v0.1.7
13902026-06-05T19:39:07.317Z Compiling zerofrom v0.1.6
13912026-06-05T19:39:07.445Z Compiling yoke v0.8.1
13922026-06-05T19:39:07.459Z Compiling block-buffer v0.10.4
13932026-06-05T19:39:07.619Z Compiling zerovec v0.11.5
13942026-06-05T19:39:07.633Z Compiling digest v0.10.7
13952026-06-05T19:39:07.853Z Compiling zerotrie v0.2.3
13962026-06-05T19:39:07.876Z Compiling futures-macro v0.3.32
13972026-06-05T19:39:07.902Z Compiling hmac v0.12.1
13982026-06-05T19:39:08.053Z Compiling tinystr v0.8.2
13992026-06-05T19:39:08.114Z Compiling potential_utf v0.1.4
14002026-06-05T19:39:08.140Z Compiling block-padding v0.3.3
14012026-06-05T19:39:08.294Z Compiling icu_locale_core v2.1.1
14022026-06-05T19:39:08.309Z Compiling icu_collections v2.1.1
14032026-06-05T19:39:08.344Z Compiling inout v0.1.4
14042026-06-05T19:39:08.509Z Compiling cipher v0.4.4
14052026-06-05T19:39:08.701Z Compiling futures-util v0.3.32
14062026-06-05T19:39:08.765Z Compiling sha2 v0.10.9
14072026-06-05T19:39:08.779Z Compiling der_derive v0.7.3
14082026-06-05T19:39:09.180Z Compiling icu_provider v2.1.1
14092026-06-05T19:39:09.285Z Compiling bytes v1.11.1
14102026-06-05T19:39:09.312Z Compiling chrono v0.4.44
14112026-06-05T19:39:09.482Z Compiling icu_normalizer v2.1.1
14122026-06-05T19:39:09.739Z Compiling icu_properties v2.1.2
14132026-06-05T19:39:09.899Z Compiling tokio v1.52.1
14142026-06-05T19:39:10.023Z Compiling http v1.4.0
14152026-06-05T19:39:10.146Z Compiling der v0.7.10
14162026-06-05T19:39:10.670Z Compiling idna_adapter v1.2.1
14172026-06-05T19:39:10.807Z Compiling idna v1.1.0
14182026-06-05T19:39:10.821Z Compiling salsa20 v0.10.2
14192026-06-05T19:39:10.891Z Compiling pbkdf2 v0.12.2
14202026-06-05T19:39:10.912Z Compiling rustls-pki-types v1.14.0
14212026-06-05T19:39:10.951Z Compiling spki v0.7.3
14222026-06-05T19:39:11.002Z Compiling ppv-lite86 v0.2.21
14232026-06-05T19:39:11.151Z Compiling url v2.5.8
14242026-06-05T19:39:11.169Z Compiling tracing-attributes v0.1.31
14252026-06-05T19:39:11.314Z Compiling thiserror-impl v2.0.18
14262026-06-05T19:39:11.329Z Compiling rand_chacha v0.9.0
14272026-06-05T19:39:11.347Z Compiling scrypt v0.11.0
14282026-06-05T19:39:11.447Z Compiling http-body v1.0.1
14292026-06-05T19:39:11.588Z Compiling aes v0.8.4
14302026-06-05T19:39:11.602Z Compiling cbc v0.1.2
14312026-06-05T19:39:11.814Z Compiling httparse v1.10.1
14322026-06-05T19:39:11.922Z Compiling untrusted v0.7.1
14332026-06-05T19:39:12.007Z Compiling openssl-probe v0.2.1
14342026-06-05T19:39:12.044Z Compiling untrusted v0.9.0
14352026-06-05T19:39:12.143Z Compiling tinyvec_macros v0.1.1
14362026-06-05T19:39:12.210Z Compiling tinyvec v1.10.0
14372026-06-05T19:39:12.224Z Compiling pkcs5 v0.7.1
14382026-06-05T19:39:12.445Z Compiling tracing v0.1.44
14392026-06-05T19:39:12.549Z Compiling pest_generator v2.8.6
14402026-06-05T19:39:12.612Z Compiling thiserror v2.0.18
14412026-06-05T19:39:12.626Z Compiling rand v0.9.2
14422026-06-05T19:39:12.682Z Compiling serde_derive_internals v0.29.1
14432026-06-05T19:39:12.705Z Compiling aho-corasick v1.1.4
14442026-06-05T19:39:12.720Z Compiling dyn-clone v1.0.20
14452026-06-05T19:39:12.856Z Compiling atomic-waker v1.1.2
14462026-06-05T19:39:12.978Z Compiling tower-service v0.3.3
14472026-06-05T19:39:13.072Z Compiling rustls v0.23.37
14482026-06-05T19:39:13.223Z Compiling schemars v0.8.22
14492026-06-05T19:39:13.265Z Compiling try-lock v0.2.5
14502026-06-05T19:39:13.376Z Compiling tower-layer v0.3.3
14512026-06-05T19:39:13.437Z Compiling want v0.3.1
14522026-06-05T19:39:13.469Z Compiling pest_derive v2.8.6
14532026-06-05T19:39:13.534Z Compiling regex-automata v0.4.14
14542026-06-05T19:39:13.601Z Compiling tokio-util v0.7.18
14552026-06-05T19:39:13.613Z Compiling schemars_derive v0.8.22
14562026-06-05T19:39:13.883Z Compiling pkcs8 v0.10.2
14572026-06-05T19:39:14.195Z Compiling ipnet v2.11.0
14582026-06-05T19:39:14.251Z Compiling scroll_derive v0.13.1
14592026-06-05T19:39:14.414Z Compiling h2 v0.4.13
14602026-06-05T19:39:14.632Z Compiling darling_core v0.20.11
14612026-06-05T19:39:14.690Z Compiling httpdate v1.0.3
14622026-06-05T19:39:14.850Z Compiling openssl v0.10.79
14632026-06-05T19:39:14.910Z Compiling pin-utils v0.1.0
14642026-06-05T19:39:14.983Z Compiling foreign-types-shared v0.1.1
14652026-06-05T19:39:15.038Z Compiling scroll v0.13.0
14662026-06-05T19:39:15.068Z Compiling foreign-types v0.3.2
14672026-06-05T19:39:15.099Z Compiling tempfile v3.25.0
14682026-06-05T19:39:15.297Z Compiling unicode-normalization v0.1.25
14692026-06-05T19:39:15.545Z Compiling openssl-macros v0.1.1
14702026-06-05T19:39:15.741Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-05T19:39:15.870Z Compiling spin v0.9.8
14722026-06-05T19:39:15.928Z Compiling native-tls v0.2.18
14732026-06-05T19:39:16.068Z Compiling time-core v0.1.8
14742026-06-05T19:39:16.120Z Compiling crc32fast v1.5.0
14752026-06-05T19:39:16.134Z Compiling powerfmt v0.2.0
14762026-06-05T19:39:16.212Z Compiling num-conv v0.2.0
14772026-06-05T19:39:16.337Z Compiling deranged v0.5.8
14782026-06-05T19:39:16.354Z Compiling time-macros v0.2.27
14792026-06-05T19:39:16.883Z Compiling darling_macro v0.20.11
14802026-06-05T19:39:17.292Z Compiling hyper v1.8.1
14812026-06-05T19:39:17.371Z Compiling darling v0.20.11
14822026-06-05T19:39:17.383Z Compiling goblin v0.10.5
14832026-06-05T19:39:17.448Z Compiling rustls-native-certs v0.8.3
14842026-06-05T19:39:17.565Z Compiling sync_wrapper v1.0.2
14852026-06-05T19:39:17.671Z Compiling wait-timeout v0.2.1
14862026-06-05T19:39:17.734Z Compiling crossbeam-utils v0.8.21
14872026-06-05T19:39:17.927Z Compiling unicode-segmentation v1.12.0
14882026-06-05T19:39:18.016Z Compiling num_threads v0.1.7
14892026-06-05T19:39:18.115Z Compiling usdt-impl v0.6.0
14902026-06-05T19:39:18.317Z Compiling syn v1.0.109
14912026-06-05T19:39:18.330Z Compiling quick-error v1.2.3
14922026-06-05T19:39:18.354Z Compiling hyper-util v0.1.20
14932026-06-05T19:39:18.433Z Compiling siphasher v1.0.2
14942026-06-05T19:39:18.617Z Compiling simd-adler32 v0.3.8
14952026-06-05T19:39:18.617Z Compiling bit-vec v0.8.0
14962026-06-05T19:39:18.859Z Compiling bit-set v0.8.0
14972026-06-05T19:39:18.931Z Compiling rusty-fork v0.3.1
14982026-06-05T19:39:19.038Z Compiling time v0.3.47
14992026-06-05T19:39:19.205Z Compiling tower v0.5.3
15002026-06-05T19:39:19.249Z Compiling derive_builder_core v0.20.2
15012026-06-05T19:39:19.601Z Compiling dtrace-parser v0.3.0
15022026-06-05T19:39:19.673Z Compiling http-body-util v0.1.3
15032026-06-05T19:39:19.920Z Compiling webpki-roots v1.0.6
15042026-06-05T19:39:20.042Z Compiling signature v2.2.0
15052026-06-05T19:39:20.072Z Compiling scroll_derive v0.12.1
15062026-06-05T19:39:20.121Z Compiling dof v0.4.0
15072026-06-05T19:39:20.219Z Compiling thiserror-impl v1.0.69
15082026-06-05T19:39:20.338Z Compiling heapless v0.7.17
15092026-06-05T19:39:20.574Z Compiling rand_xorshift v0.4.0
15102026-06-05T19:39:20.616Z Compiling slog v2.8.2
15112026-06-05T19:39:20.713Z Compiling darling_core v0.21.3
15122026-06-05T19:39:20.729Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-05T19:39:20.793Z Compiling thread-id v5.1.0
15142026-06-05T19:39:20.877Z Compiling cookie v0.18.1
15152026-06-05T19:39:20.993Z Compiling paste v1.0.15
15162026-06-05T19:39:21.054Z Compiling signal-hook v0.3.18
15172026-06-05T19:39:21.218Z Compiling adler2 v2.0.1
15182026-06-05T19:39:21.251Z Compiling unicode-properties v0.1.4
15192026-06-05T19:39:21.265Z Compiling allocator-api2 v0.2.21
15202026-06-05T19:39:21.349Z Compiling unarray v0.1.4
15212026-06-05T19:39:21.432Z Compiling unicode-bidi v0.3.18
15222026-06-05T19:39:21.455Z Compiling anyhow v1.0.102
15232026-06-05T19:39:21.458Z Compiling zstd-safe v7.2.4
15242026-06-05T19:39:21.579Z Compiling ryu v1.0.23
15252026-06-05T19:39:21.619Z Compiling iri-string v0.7.10
15262026-06-05T19:39:21.654Z Compiling proptest v1.10.0
15272026-06-05T19:39:21.750Z Compiling stringprep v0.1.5
15282026-06-05T19:39:21.944Z Compiling serde_urlencoded v0.7.1
15292026-06-05T19:39:21.972Z Compiling thiserror v1.0.69
15302026-06-05T19:39:22.071Z Compiling miniz_oxide v0.8.9
15312026-06-05T19:39:22.676Z Compiling scroll v0.12.0
15322026-06-05T19:39:22.828Z Compiling tower-http v0.6.8
15332026-06-05T19:39:22.972Z Compiling derive_builder_macro v0.20.2
15342026-06-05T19:39:23.028Z Compiling tokio-native-tls v0.3.1
15352026-06-05T19:39:23.172Z Compiling darling_macro v0.21.3
15362026-06-05T19:39:23.209Z Compiling heck v0.4.1
15372026-06-05T19:39:23.218Z Compiling ipnetwork v0.21.1
15382026-06-05T19:39:23.425Z Compiling bstr v1.12.1
15392026-06-05T19:39:23.453Z Compiling rand_chacha v0.3.1
15402026-06-05T19:39:23.525Z Compiling toml_datetime v0.6.11
15412026-06-05T19:39:23.649Z Compiling serde_tokenstream v0.2.3
15422026-06-05T19:39:23.689Z Compiling erased-serde v0.3.31
15432026-06-05T19:39:23.783Z Compiling serde_spanned v0.6.9
15442026-06-05T19:39:23.928Z Compiling md-5 v0.10.6
15452026-06-05T19:39:23.958Z Compiling async-trait v0.1.89
15462026-06-05T19:39:24.073Z Compiling pin-project-internal v1.1.11
15472026-06-05T19:39:24.092Z Compiling zerocopy-derive v0.7.35
15482026-06-05T19:39:24.174Z Compiling curve25519-dalek v4.1.3
15492026-06-05T19:39:24.257Z Compiling vergen-lib v9.1.0
15502026-06-05T19:39:24.439Z Compiling num-integer v0.1.46
15512026-06-05T19:39:24.510Z Compiling hash32 v0.2.1
15522026-06-05T19:39:24.700Z Compiling ff v0.13.1
15532026-06-05T19:39:24.757Z Compiling memoffset v0.9.1
15542026-06-05T19:39:24.864Z Compiling encoding_rs v0.8.35
15552026-06-05T19:39:24.949Z Compiling base16ct v0.2.0
15562026-06-05T19:39:24.964Z Compiling ref-cast v1.0.25
15572026-06-05T19:39:24.983Z Compiling num-bigint-dig v0.8.6
15582026-06-05T19:39:25.122Z Compiling mime v0.3.17
15592026-06-05T19:39:25.168Z Compiling cfg_aliases v0.2.1
15602026-06-05T19:39:25.181Z Compiling zlib-rs v0.6.2
15612026-06-05T19:39:25.242Z Compiling psl-types v2.0.11
15622026-06-05T19:39:25.255Z Compiling litrs v1.0.0
15632026-06-05T19:39:25.364Z Compiling smoltcp v0.9.1
15642026-06-05T19:39:25.378Z Compiling fallible-iterator v0.2.0
15652026-06-05T19:39:25.680Z Compiling rustix v0.38.44
15662026-06-05T19:39:25.713Z Compiling postgres-protocol v0.6.10
15672026-06-05T19:39:25.765Z Compiling document-features v0.2.12
15682026-06-05T19:39:26.114Z Compiling publicsuffix v2.3.0
15692026-06-05T19:39:26.282Z Compiling nix v0.31.2
15702026-06-05T19:39:26.304Z Compiling pin-project v1.1.11
15712026-06-05T19:39:26.337Z Compiling sec1 v0.7.3
15722026-06-05T19:39:26.354Z Compiling zerocopy v0.7.35
15732026-06-05T19:39:26.498Z Compiling group v0.13.0
15742026-06-05T19:39:26.607Z Compiling num-iter v0.1.45
15752026-06-05T19:39:26.754Z Compiling newtype-uuid v1.3.2
15762026-06-05T19:39:26.885Z Compiling darling v0.21.3
15772026-06-05T19:39:26.966Z Compiling hubpack_derive v0.1.1
15782026-06-05T19:39:26.969Z Compiling rand v0.8.6
15792026-06-05T19:39:27.074Z Compiling oxnet v0.1.5
15802026-06-05T19:39:27.094Z Compiling derive_builder v0.20.2
15812026-06-05T19:39:27.112Z Compiling snafu-derive v0.8.9
15822026-06-05T19:39:27.217Z Compiling hyper-tls v0.6.0
15832026-06-05T19:39:27.463Z Compiling goblin v0.8.2
15842026-06-05T19:39:28.063Z Compiling flate2 v1.1.9
15852026-06-05T19:39:28.111Z Compiling phf_shared v0.13.1
15862026-06-05T19:39:28.399Z Compiling lazy_static v1.5.0
15872026-06-05T19:39:28.414Z Compiling regex v1.12.3
15882026-06-05T19:39:28.481Z Compiling anstyle-parse v0.2.7
15892026-06-05T19:39:28.495Z Compiling strum_macros v0.27.2
15902026-06-05T19:39:28.509Z Compiling futures-executor v0.3.32
15912026-06-05T19:39:28.665Z Compiling hex v0.4.3
15922026-06-05T19:39:28.766Z Compiling hkdf v0.12.4
15932026-06-05T19:39:28.846Z Compiling crypto-bigint v0.5.5
15942026-06-05T19:39:28.929Z Compiling terminal_size v0.4.3
15952026-06-05T19:39:28.943Z Compiling daft-derive v0.1.7
15962026-06-05T19:39:29.006Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-05T19:39:29.065Z Compiling ref-cast-impl v1.0.25
15982026-06-05T19:39:29.607Z Compiling vergen v9.1.0
15992026-06-05T19:39:29.653Z Compiling fs-err v3.3.0
16002026-06-05T19:39:29.668Z Compiling cargo-platform v0.3.2
16012026-06-05T19:39:29.783Z Compiling ahash v0.8.12
16022026-06-05T19:39:29.840Z Compiling bumpalo v3.20.2
16032026-06-05T19:39:29.940Z Compiling same-file v1.0.6
16042026-06-05T19:39:29.980Z Compiling foldhash v0.2.0
16052026-06-05T19:39:30.091Z Compiling foldhash v0.1.5
16062026-06-05T19:39:30.105Z Compiling bitflags v1.3.2
16072026-06-05T19:39:30.182Z Compiling object v0.37.3
16082026-06-05T19:39:30.198Z Compiling managed v0.8.0
16092026-06-05T19:39:30.313Z Compiling winnow v0.5.40
16102026-06-05T19:39:30.416Z Compiling libbz2-rs-sys v0.2.2
16112026-06-05T19:39:30.445Z Compiling strum v0.27.2
16122026-06-05T19:39:30.574Z Compiling hashbrown v0.15.5
16132026-06-05T19:39:30.961Z Compiling bzip2 v0.6.1
16142026-06-05T19:39:30.984Z Compiling hashbrown v0.16.1
16152026-06-05T19:39:31.089Z Compiling walkdir v2.5.0
16162026-06-05T19:39:31.120Z Compiling zopfli v0.8.3
16172026-06-05T19:39:31.207Z Compiling clap_builder v4.6.0
16182026-06-05T19:39:31.385Z Compiling cargo_metadata v0.23.1
16192026-06-05T19:39:31.400Z Compiling elliptic-curve v0.13.8
16202026-06-05T19:39:31.557Z Compiling toml_edit v0.19.15
16212026-06-05T19:39:31.701Z Compiling dof v0.3.0
16222026-06-05T19:39:31.771Z Compiling daft v0.1.7
16232026-06-05T19:39:32.146Z Compiling snafu v0.8.9
16242026-06-05T19:39:32.398Z Compiling futures v0.3.32
16252026-06-05T19:39:32.481Z Compiling anstream v0.6.21
16262026-06-05T19:39:32.569Z Compiling phf v0.13.1
16272026-06-05T19:39:32.735Z Compiling signal-hook-mio v0.2.5
16282026-06-05T19:39:32.774Z Compiling cookie_store v0.22.1
16292026-06-05T19:39:32.846Z Compiling zstd v0.13.3
16302026-06-05T19:39:33.069Z Compiling bzip2 v0.4.4
16312026-06-05T19:39:33.108Z Compiling hubpack v0.1.2
16322026-06-05T19:39:33.309Z Compiling serde_with_macros v3.17.0
16332026-06-05T19:39:33.467Z Compiling postgres-types v0.2.12
16342026-06-05T19:39:34.027Z Compiling usdt-macro v0.6.0
16352026-06-05T19:39:34.176Z Compiling usdt-attr-macro v0.6.0
16362026-06-05T19:39:34.199Z Compiling globset v0.4.18
16372026-06-05T19:39:34.441Z Compiling dtrace-parser v0.2.0
16382026-06-05T19:39:34.558Z Compiling ed25519 v2.2.3
16392026-06-05T19:39:34.760Z Compiling phf_shared v0.11.3
16402026-06-05T19:39:34.799Z Compiling olpc-cjson v0.1.4
16412026-06-05T19:39:34.875Z Compiling pkcs1 v0.7.5
16422026-06-05T19:39:34.941Z Compiling enum-as-inner v0.6.1
16432026-06-05T19:39:34.955Z Compiling clap_derive v4.6.1
16442026-06-05T19:39:34.958Z Compiling strum_macros v0.26.4
16452026-06-05T19:39:35.186Z Compiling serde-big-array v0.5.1
16462026-06-05T19:39:35.264Z Compiling serde_plain v1.0.2
16472026-06-05T19:39:35.326Z Compiling rfc6979 v0.4.0
16482026-06-05T19:39:35.428Z Compiling pem v3.0.6
16492026-06-05T19:39:35.449Z Compiling async-recursion v1.1.1
16502026-06-05T19:39:35.449Z Compiling serde_repr v0.1.20
16512026-06-05T19:39:35.475Z Compiling float-cmp v0.10.0
16522026-06-05T19:39:35.620Z Compiling memmap2 v0.9.10
16532026-06-05T19:39:35.745Z Compiling thread-id v4.2.2
16542026-06-05T19:39:35.829Z Compiling env_filter v1.0.0
16552026-06-05T19:39:35.832Z Compiling predicates-core v1.0.10
16562026-06-05T19:39:35.988Z Compiling static_assertions v1.1.0
16572026-06-05T19:39:36.013Z Compiling either v1.15.0
16582026-06-05T19:39:36.062Z Compiling data-encoding v2.10.0
16592026-06-05T19:39:36.089Z Compiling fixedbitset v0.5.7
16602026-06-05T19:39:36.137Z Compiling keccak v0.1.6
16612026-06-05T19:39:36.219Z Compiling jiff v0.2.21
16622026-06-05T19:39:36.378Z Compiling precomputed-hash v0.1.1
16632026-06-05T19:39:36.466Z Compiling fixedbitset v0.4.2
16642026-06-05T19:39:36.686Z Compiling typed-path v0.9.3
16652026-06-05T19:39:36.691Z Compiling whoami v2.1.0
16662026-06-05T19:39:36.691Z Compiling difflib v0.4.0
16672026-06-05T19:39:36.750Z Compiling new_debug_unreachable v1.0.6
16682026-06-05T19:39:36.823Z Compiling normalize-line-endings v0.3.0
16692026-06-05T19:39:36.930Z Compiling tokio-postgres v0.7.16
16702026-06-05T19:39:36.961Z Compiling predicates v3.1.4
16712026-06-05T19:39:37.063Z Compiling string_cache v0.8.9
16722026-06-05T19:39:37.267Z Compiling toml_edit v0.22.27
16732026-06-05T19:39:37.353Z Compiling clap v4.6.1
16742026-06-05T19:39:37.363Z Compiling strum v0.26.3
16752026-06-05T19:39:37.501Z Compiling petgraph v0.6.5
16762026-06-05T19:39:37.584Z Compiling hickory-proto v0.25.2
16772026-06-05T19:39:37.915Z Compiling sha3 v0.10.8
16782026-06-05T19:39:38.111Z Compiling petgraph v0.8.3
16792026-06-05T19:39:38.382Z Compiling itertools v0.13.0
16802026-06-05T19:39:39.021Z Compiling zip v4.6.1
16812026-06-05T19:39:39.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-06-05T19:39:39.619Z Compiling env_logger v0.11.9
16832026-06-05T19:39:39.966Z Compiling usdt-impl v0.5.0
16842026-06-05T19:39:39.982Z Compiling usdt v0.6.0
16852026-06-05T19:39:40.018Z Compiling ecdsa v0.16.9
16862026-06-05T19:39:40.077Z Compiling rsa v0.9.10
16872026-06-05T19:39:40.240Z Compiling ed25519-dalek v2.2.0
16882026-06-05T19:39:40.405Z Compiling serde_with v3.17.0
16892026-06-05T19:39:40.419Z Compiling crossterm v0.28.1
16902026-06-05T19:39:40.886Z Compiling zip v0.6.6
16912026-06-05T19:39:41.706Z Compiling toml v0.7.8
16922026-06-05T19:39:41.859Z Compiling iddqd v0.4.2
16932026-06-05T19:39:42.270Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-05T19:39:42.301Z Compiling similar v2.7.0
16952026-06-05T19:39:42.305Z Compiling crossbeam-epoch v0.9.18
16962026-06-05T19:39:42.412Z Compiling tokio-stream v0.1.18
16972026-06-05T19:39:42.640Z Compiling buf-list v1.1.2
16982026-06-05T19:39:42.873Z Compiling x509-cert v0.2.5
16992026-06-05T19:39:42.889Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-05T19:39:42.913Z Compiling openapiv3 v2.2.0
17012026-06-05T19:39:43.142Z Compiling sha1 v0.10.6
17022026-06-05T19:39:43.157Z Compiling peg-runtime v0.8.5
17032026-06-05T19:39:43.190Z Compiling lalrpop-util v0.19.12
17042026-06-05T19:39:43.386Z Compiling thread_local v1.1.9
17052026-06-05T19:39:43.407Z Compiling slog-async v2.8.0
17062026-06-05T19:39:43.412Z Compiling crossbeam-channel v0.5.15
17072026-06-05T19:39:43.483Z Compiling filetime v0.2.27
17082026-06-05T19:39:43.643Z Compiling is-terminal v0.4.17
17092026-06-05T19:39:43.660Z Compiling take_mut v0.2.2
17102026-06-05T19:39:43.722Z Compiling xattr v1.6.1
17112026-06-05T19:39:43.739Z Compiling term v1.2.1
17122026-06-05T19:39:43.867Z Compiling tar v0.4.45
17132026-06-05T19:39:44.230Z Compiling slog-term v2.9.2
17142026-06-05T19:39:53.916Z Compiling rustls-webpki v0.103.9
17152026-06-05T19:39:56.709Z Compiling tokio-rustls v0.26.4
17162026-06-05T19:39:56.709Z Compiling rustls-platform-verifier v0.6.2
17172026-06-05T19:39:56.921Z Compiling hyper-rustls v0.27.7
17182026-06-05T19:39:57.111Z Compiling reqwest v0.12.28
17192026-06-05T19:39:57.175Z Compiling reqwest v0.13.2
17202026-06-05T19:39:58.372Z Compiling tough v0.22.0
17212026-06-05T19:40:00.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-05T19:40:01.101Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-05T19:40:03.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-05T19:40:04.085Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-05T19:40:04.142ZJun 05 19:40:02.909 INFO Starting download, target: Console
17262026-06-05T19:40:04.142ZJun 05 19:40:02.910 INFO Starting download, target: Cockroach
17272026-06-05T19:40:04.142ZJun 05 19:40:02.910 INFO Starting download, target: Clickhouse
17282026-06-05T19:40:04.142ZJun 05 19:40:02.910 INFO Starting download, target: DendriteStub
17292026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Starting download, target: MaghemiteMgd
17302026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Starting download, target: TransceiverControl
17312026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-05T19:40:04.145ZJun 05 19:40:02.910 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-06-05T19:40:04.704ZJun 05 19:40:03.473 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-05T19:40:04.923ZJun 05 19:40:03.687 INFO Download complete, target: TransceiverControl
17392026-06-05T19:40:05.080ZJun 05 19:40:03.842 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-05T19:40:05.319ZJun 05 19:40:04.080 INFO Download complete, target: Console
17412026-06-05T19:40:05.866ZJun 05 19:40:04.624 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-05T19:40:05.902ZJun 05 19:40:04.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-06-05T19:40:05.933ZJun 05 19:40:04.691 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-05T19:40:06.307ZJun 05 19:40:05.076 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-05T19:40:06.307ZJun 05 19:40:05.076 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-05T19:40:08.292ZJun 05 19:40:07.058 INFO Download complete, target: MaghemiteMgd
17472026-06-05T19:40:08.335ZJun 05 19:40:07.096 INFO Download complete, target: DendriteStub
17482026-06-05T19:40:10.994ZJun 05 19:40:09.762 INFO Checking that binary works, target: Cockroach
17492026-06-05T19:40:11.117ZJun 05 19:40:09.886 INFO Download complete, target: Cockroach
17502026-06-05T19:40:12.680ZJun 05 19:40:11.448 INFO Checking that binary works, target: Clickhouse
17512026-06-05T19:40:12.778ZJun 05 19:40:11.547 INFO Download complete, target: Clickhouse
17522026-06-05T19:40:12.795ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-05T19:40:12.799Z
17542026-06-05T19:40:12.799Zreal 2:16.249666588
17552026-06-05T19:40:12.799Zuser 6:55.968704780
17562026-06-05T19:40:12.799Zsys 1:21.706216424
17572026-06-05T19:40:12.799Ztrap 0.233249120
17582026-06-05T19:40:12.799Ztflt 0.720331619
17592026-06-05T19:40:12.799Zdflt 0.602403705
17602026-06-05T19:40:12.799Zkflt 0.028526448
17612026-06-05T19:40:12.799Zlock 21:38.029441161
17622026-06-05T19:40:12.799Zslp 21:14.048910526
17632026-06-05T19:40:12.799Zlat 43.332612757
17642026-06-05T19:40:12.799Zstop 1:57.297764928
17652026-06-05T19:40:12.799Z+ banner hack-check
17662026-06-05T19:40:12.799Z
17672026-06-05T19:40:12.799Z # # ## #### # # #### # # ###### #### # #
17682026-06-05T19:40:12.799Z # # # # # # # # # # # # # # # # #
17692026-06-05T19:40:12.800Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-05T19:40:12.800Z # # ###### # # # # # # # # # #
17712026-06-05T19:40:12.800Z # # # # # # # # # # # # # # # # #
17722026-06-05T19:40:12.800Z # # # # #### # # #### # # ###### #### # #
17732026-06-05T19:40:12.800Z
17742026-06-05T19:40:12.800Z+ export CARGO_INCREMENTAL=0
17752026-06-05T19:40:12.800Z+ CARGO_INCREMENTAL=0
17762026-06-05T19:40:12.800Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-05T19:40:13.343Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-05T19:40:13.563Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-05T19:40:15.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17802026-06-05T19:40:15.476Z Running `target/debug/xtask check-features --ci`
17812026-06-05T19:40:15.504Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-05T19:40:15.504Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-05T19:40:15.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-05T19:40:16.015Z Running `target/debug/xtask download cargo-hack`
17852026-06-05T19:40:16.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-05T19:40:17.113Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-05T19:40:19.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17882026-06-05T19:40:19.779Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-05T19:40:19.817ZJun 05 19:40:18.585 INFO Starting download, target: CargoHack
17902026-06-05T19:40:19.822ZJun 05 19:40:18.586 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-05T19:40:20.180ZJun 05 19:40:18.948 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-05T19:40:20.232ZJun 05 19:40:18.999 INFO Download complete, target: CargoHack
17932026-06-05T19:40:20.235Zrunning: "/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"
17942026-06-05T19:40:20.247Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-05T19:40:20.402Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-05T19:40:20.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-05T19:40:20.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-05T19:40:20.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-05T19:40:20.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-06-05T19:40:20.991Z
18012026-06-05T19:40:20.991Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-05T19:40:21.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-05T19:40:21.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-05T19:40:21.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-05T19:40:21.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-05T19:40:21.581Z
18072026-06-05T19:40:21.581Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-05T19:40:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-05T19:40:22.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-05T19:40:22.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-05T19:40:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-06-05T19:40:22.167Z
18132026-06-05T19:40:22.167Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-05T19:40:22.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-05T19:40:22.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-05T19:40:22.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-05T19:40:22.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-06-05T19:40:22.759Z
18192026-06-05T19:40:22.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-05T19:40:23.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-05T19:40:23.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-05T19:40:23.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-05T19:40:23.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-05T19:40:23.352Z
18252026-06-05T19:40:23.352Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-05T19:40:23.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-05T19:40:23.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-05T19:40:23.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-05T19:40:23.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-06-05T19:40:23.949Z
18312026-06-05T19:40:23.949Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-05T19:40:24.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-05T19:40:24.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-05T19:40:24.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-05T19:40:24.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-06-05T19:40:24.548Z
18372026-06-05T19:40:24.548Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-05T19:40:25.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-05T19:40:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-05T19:40:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-05T19:40:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-05T19:40:25.137Z
18432026-06-05T19:40:25.138Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-05T19:40:25.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-05T19:40:25.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-05T19:40:25.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-05T19:40:25.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-06-05T19:40:25.606Z
18492026-06-05T19:40:25.607Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-05T19:40:26.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-05T19:40:26.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-05T19:40:26.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-05T19:40:26.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-05T19:40:26.076Z
18552026-06-05T19:40:26.076Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-05T19:40:26.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-05T19:40:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-05T19:40:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-05T19:40:26.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-06-05T19:40:26.547Z
18612026-06-05T19:40:26.547Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-05T19:40:26.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-05T19:40:26.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-05T19:40:26.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-05T19:40:26.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-06-05T19:40:27.017Z
18672026-06-05T19:40:27.017Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-05T19:40:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-05T19:40:27.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-05T19:40:27.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-05T19:40:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-06-05T19:40:27.489Z
18732026-06-05T19:40:27.490Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-05T19:40:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-05T19:40:27.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-05T19:40:27.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-05T19:40:27.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-06-05T19:40:27.963Z
18792026-06-05T19:40:27.963Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-05T19:40:28.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-05T19:40:28.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-05T19:40:28.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-05T19:40:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-06-05T19:40:28.437Z
18852026-06-05T19:40:28.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-05T19:40:28.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-05T19:40:28.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-05T19:40:28.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-05T19:40:28.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-06-05T19:40:28.909Z
18912026-06-05T19:40:28.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-05T19:40:29.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-05T19:40:29.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-05T19:40:29.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-05T19:40:29.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-06-05T19:40:29.380Z
18972026-06-05T19:40:29.380Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-05T19:40:29.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-05T19:40:29.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-05T19:40:29.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-05T19:40:29.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-06-05T19:40:29.854Z
19032026-06-05T19:40:29.854Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-05T19:40:30.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-05T19:40:30.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-05T19:40:30.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-05T19:40:30.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-06-05T19:40:30.329Z
19092026-06-05T19:40:30.329Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-05T19:40:30.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-05T19:40:30.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-05T19:40:30.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-05T19:40:30.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-06-05T19:40:30.805Z
19152026-06-05T19:40:30.805Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-05T19:40:31.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-05T19:40:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-05T19:40:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-05T19:40:31.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-05T19:40:31.280Z
19212026-06-05T19:40:31.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-05T19:40:31.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-05T19:40:31.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-05T19:40:31.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-05T19:40:31.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-06-05T19:40:31.751Z
19272026-06-05T19:40:31.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-05T19:40:32.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-05T19:40:32.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-05T19:40:32.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-05T19:40:32.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-05T19:40:32.227Z
19332026-06-05T19:40:32.227Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-05T19:40:32.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-05T19:40:32.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-05T19:40:32.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-05T19:40:32.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-05T19:40:32.701Z
19392026-06-05T19:40:32.702Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-05T19:40:33.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-05T19:40:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-05T19:40:33.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-05T19:40:33.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-06-05T19:40:33.172Z
19452026-06-05T19:40:33.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-05T19:40:33.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-05T19:40:33.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-05T19:40:33.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-05T19:40:33.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-05T19:40:33.645Z
19512026-06-05T19:40:33.645Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-05T19:40:34.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-05T19:40:34.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-05T19:40:34.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-05T19:40:34.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-06-05T19:40:34.120Z
19572026-06-05T19:40:34.120Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-05T19:40:34.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-05T19:40:34.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-05T19:40:34.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-05T19:40:34.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-05T19:40:34.594Z
19632026-06-05T19:40:34.594Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-05T19:40:35.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-05T19:40:35.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-05T19:40:35.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-05T19:40:35.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-05T19:40:35.068Z
19692026-06-05T19:40:35.068Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-05T19:40:35.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-05T19:40:35.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-05T19:40:35.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-05T19:40:35.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-05T19:40:35.540Z
19752026-06-05T19:40:35.541Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-05T19:40:35.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-05T19:40:35.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-05T19:40:35.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-05T19:40:35.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-05T19:40:36.011Z
19812026-06-05T19:40:36.011Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-05T19:40:36.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-05T19:40:36.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-05T19:40:36.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-05T19:40:36.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-06-05T19:40:36.482Z
19872026-06-05T19:40:36.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-05T19:40:36.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-05T19:40:36.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-05T19:40:36.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-05T19:40:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-06-05T19:40:36.953Z
19932026-06-05T19:40:36.953Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-05T19:40:37.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-05T19:40:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-05T19:40:37.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-05T19:40:37.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-06-05T19:40:37.426Z
19992026-06-05T19:40:37.426Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-05T19:40:37.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-05T19:40:37.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-05T19:40:37.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-05T19:40:37.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-06-05T19:40:37.901Z
20052026-06-05T19:40:37.901Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-05T19:40:38.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-05T19:40:38.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-05T19:40:38.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-05T19:40:38.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-06-05T19:40:38.380Z
20112026-06-05T19:40:38.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-05T19:40:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-05T19:40:38.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-05T19:40:38.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-05T19:40:38.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-06-05T19:40:38.861Z
20172026-06-05T19:40:38.861Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-05T19:40:39.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-05T19:40:39.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-05T19:40:39.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-05T19:40:39.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-06-05T19:40:39.334Z
20232026-06-05T19:40:39.334Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-05T19:40:39.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-05T19:40:39.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-05T19:40:39.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-05T19:40:39.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-06-05T19:40:39.811Z
20292026-06-05T19:40:39.811Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-05T19:40:40.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-05T19:40:40.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-05T19:40:40.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-05T19:40:40.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-06-05T19:40:40.291Z
20352026-06-05T19:40:40.291Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-05T19:40:40.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-05T19:40:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-05T19:40:40.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-05T19:40:40.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-06-05T19:40:40.770Z
20412026-06-05T19:40:40.770Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-05T19:40:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-05T19:40:41.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-05T19:40:41.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-05T19:40:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-06-05T19:40:41.246Z
20472026-06-05T19:40:41.246Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-05T19:40:41.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-05T19:40:41.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-05T19:40:41.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-05T19:40:41.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-05T19:40:41.727Z
20532026-06-05T19:40:41.727Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-05T19:40:42.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-05T19:40:42.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-05T19:40:42.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-05T19:40:42.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-06-05T19:40:42.194Z
20592026-06-05T19:40:42.194Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-05T19:40:42.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-05T19:40:42.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-05T19:40:42.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-05T19:40:42.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-06-05T19:40:42.670Z
20652026-06-05T19:40:42.670Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-05T19:40:43.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-05T19:40:43.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-05T19:40:43.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-05T19:40:43.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-06-05T19:40:43.147Z
20712026-06-05T19:40:43.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-05T19:40:43.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-05T19:40:43.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-05T19:40:43.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-05T19:40:43.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-05T19:40:43.629Z
20772026-06-05T19:40:43.629Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-05T19:40:44.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-05T19:40:44.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-05T19:40:44.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-05T19:40:44.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-05T19:40:44.110Z
20832026-06-05T19:40:44.110Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-05T19:40:44.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-05T19:40:44.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-05T19:40:44.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-05T19:40:44.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-06-05T19:40:44.763Z
20892026-06-05T19:40:44.763Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-05T19:40:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-05T19:40:45.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-05T19:40:45.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-05T19:40:45.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-06-05T19:40:45.409Z
20952026-06-05T19:40:45.409Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-05T19:40:45.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-05T19:40:45.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-05T19:40:45.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-05T19:40:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-06-05T19:40:46.054Z
21012026-06-05T19:40:46.054Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-05T19:40:46.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-05T19:40:46.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-05T19:40:46.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-05T19:40:46.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-06-05T19:40:46.694Z
21072026-06-05T19:40:46.694Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-05T19:40:47.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-05T19:40:47.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-05T19:40:47.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-05T19:40:47.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21122026-06-05T19:40:47.309Z
21132026-06-05T19:40:47.309Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-05T19:40:47.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-05T19:40:47.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-05T19:40:47.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-05T19:40:47.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21182026-06-05T19:40:47.907Z
21192026-06-05T19:40:47.908Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-05T19:40:48.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-05T19:40:48.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-05T19:40:48.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-05T19:40:48.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21242026-06-05T19:40:48.528Z
21252026-06-05T19:40:48.528Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-05T19:40:49.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-05T19:40:49.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-05T19:40:49.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-05T19:40:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-06-05T19:40:49.149Z
21312026-06-05T19:40:49.149Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-05T19:40:49.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-05T19:40:49.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-05T19:40:49.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-05T19:40:49.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21362026-06-05T19:40:49.760Z
21372026-06-05T19:40:49.761Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-05T19:40:50.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-05T19:40:50.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-05T19:40:50.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-05T19:40:50.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21422026-06-05T19:40:50.377Z
21432026-06-05T19:40:50.377Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-05T19:40:50.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-05T19:40:50.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-05T19:40:50.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-05T19:40:50.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-06-05T19:40:50.977Z
21492026-06-05T19:40:50.977Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-05T19:40:51.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-05T19:40:51.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-05T19:40:51.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-05T19:40:51.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-06-05T19:40:51.578Z
21552026-06-05T19:40:51.578Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-05T19:40:52.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-05T19:40:52.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-05T19:40:52.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-05T19:40:52.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-05T19:40:52.174Z
21612026-06-05T19:40:52.174Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-05T19:40:52.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-05T19:40:52.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-05T19:40:52.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-05T19:40:52.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-06-05T19:40:52.771Z
21672026-06-05T19:40:52.771Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-05T19:40:53.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-05T19:40:53.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-05T19:40:53.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-05T19:40:53.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21722026-06-05T19:40:53.387Z
21732026-06-05T19:40:53.387Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-05T19:40:53.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-05T19:40:53.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-05T19:40:53.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-05T19:40:53.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-05T19:40:53.998Z
21792026-06-05T19:40:53.998Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-05T19:40:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-05T19:40:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-05T19:40:54.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-05T19:40:54.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-05T19:40:54.593Z
21852026-06-05T19:40:54.593Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-05T19:40:55.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-05T19:40:55.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-05T19:40:55.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-05T19:40:55.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-06-05T19:40:55.191Z
21912026-06-05T19:40:55.191Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-05T19:40:55.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-05T19:40:55.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-05T19:40:55.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-05T19:40:55.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-05T19:40:55.794Z
21972026-06-05T19:40:55.794Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-05T19:40:56.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-05T19:40:56.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-05T19:40:56.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-05T19:40:56.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-06-05T19:40:56.396Z
22032026-06-05T19:40:56.396Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-05T19:40:56.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-05T19:40:56.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-05T19:40:56.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-05T19:40:56.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22082026-06-05T19:40:57.002Z
22092026-06-05T19:40:57.002Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-05T19:40:57.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-05T19:40:57.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-05T19:40:57.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-05T19:40:57.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22142026-06-05T19:40:57.609Z
22152026-06-05T19:40:57.609Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-05T19:40:58.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-05T19:40:58.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-05T19:40:58.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-05T19:40:58.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22202026-06-05T19:40:58.215Z
22212026-06-05T19:40:58.216Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-05T19:40:58.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-05T19:40:58.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-05T19:40:58.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-05T19:40:58.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262026-06-05T19:40:58.817Z
22272026-06-05T19:40:58.817Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-05T19:40:59.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-05T19:40:59.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-05T19:40:59.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-05T19:40:59.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22322026-06-05T19:40:59.449Z
22332026-06-05T19:40:59.449Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-05T19:40:59.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-05T19:40:59.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-05T19:40:59.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-05T19:40:59.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22382026-06-05T19:41:00.080Z
22392026-06-05T19:41:00.080Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-05T19:41:00.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-05T19:41:00.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-05T19:41:00.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-05T19:41:00.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-06-05T19:41:00.674Z
22452026-06-05T19:41:00.674Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-05T19:41:01.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-05T19:41:01.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-05T19:41:01.295Z Checking cfg-if v1.0.4
22492026-06-05T19:41:01.298Z Checking libc v0.2.185
22502026-06-05T19:41:01.298Z Checking serde_core v1.0.228
22512026-06-05T19:41:01.413Z Checking zeroize v1.8.2
22522026-06-05T19:41:01.421Z Checking memchr v2.8.0
22532026-06-05T19:41:01.429Z Checking log v0.4.29
22542026-06-05T19:41:01.439Z Checking smallvec v1.15.1
22552026-06-05T19:41:01.451Z Checking typenum v1.19.0
22562026-06-05T19:41:01.451Z Checking subtle v2.6.1
22572026-06-05T19:41:01.551Z Checking itoa v1.0.17
22582026-06-05T19:41:01.588Z Checking scopeguard v1.2.0
22592026-06-05T19:41:01.606Z Checking stable_deref_trait v1.2.1
22602026-06-05T19:41:01.619Z Checking const-oid v0.9.6
22612026-06-05T19:41:01.678Z Checking zerofrom v0.1.6
22622026-06-05T19:41:01.691Z Checking lock_api v0.4.14
22632026-06-05T19:41:01.704Z Checking pin-project-lite v0.2.17
22642026-06-05T19:41:01.791Z Checking yoke v0.8.1
22652026-06-05T19:41:01.810Z Checking getrandom v0.2.17
22662026-06-05T19:41:01.810Z Checking errno v0.3.14
22672026-06-05T19:41:01.831Z Checking parking_lot_core v0.9.12
22682026-06-05T19:41:01.890Z Checking portable-atomic v1.13.1
22692026-06-05T19:41:01.929Z Checking signal-hook-registry v1.4.8
22702026-06-05T19:41:01.948Z Checking rand_core v0.6.4
22712026-06-05T19:41:01.959Z Checking zerovec v0.11.5
22722026-06-05T19:41:01.972Z Checking generic-array v0.14.7
22732026-06-05T19:41:02.006Z Checking critical-section v1.2.0
22742026-06-05T19:41:02.082Z Checking futures-core v0.3.32
22752026-06-05T19:41:02.102Z Checking parking_lot v0.12.5
22762026-06-05T19:41:02.116Z Checking mio v1.2.0
22772026-06-05T19:41:02.201Z Checking zerocopy v0.8.40
22782026-06-05T19:41:02.278Z Checking once_cell v1.21.3
22792026-06-05T19:41:02.291Z Checking zmij v1.0.21
22802026-06-05T19:41:02.305Z Checking socket2 v0.6.3
22812026-06-05T19:41:02.380Z Checking tinystr v0.8.2
22822026-06-05T19:41:02.393Z Checking libm v0.2.16
22832026-06-05T19:41:02.403Z Checking crypto-common v0.1.7
22842026-06-05T19:41:02.449Z Checking block-buffer v0.10.4
22852026-06-05T19:41:02.493Z Checking writeable v0.6.2
22862026-06-05T19:41:02.520Z Checking percent-encoding v2.3.2
22872026-06-05T19:41:02.539Z Checking equivalent v1.0.2
22882026-06-05T19:41:02.551Z Checking litemap v0.8.1
22892026-06-05T19:41:02.582Z Checking digest v0.10.7
22902026-06-05T19:41:02.620Z Checking potential_utf v0.1.4
22912026-06-05T19:41:02.649Z Checking zerotrie v0.2.3
22922026-06-05T19:41:02.662Z Checking futures-sink v0.3.32
22932026-06-05T19:41:02.717Z Checking icu_locale_core v2.1.1
22942026-06-05T19:41:02.746Z Checking icu_collections v2.1.1
22952026-06-05T19:41:02.759Z Checking futures-channel v0.3.32
22962026-06-05T19:41:02.774Z Checking cpufeatures v0.2.17
22972026-06-05T19:41:02.843Z Checking futures-io v0.3.32
22982026-06-05T19:41:02.869Z Checking serde v1.0.228
22992026-06-05T19:41:02.885Z Checking bitflags v2.11.0
23002026-06-05T19:41:02.947Z Checking serde_json v1.0.149
23012026-06-05T19:41:02.960Z Checking slab v0.4.12
23022026-06-05T19:41:03.049Z Checking futures-task v0.3.32
23032026-06-05T19:41:03.060Z Checking hmac v0.12.1
23042026-06-05T19:41:03.076Z Checking num-traits v0.2.19
23052026-06-05T19:41:03.114Z Checking icu_normalizer_data v2.1.1
23062026-06-05T19:41:03.179Z Checking futures-util v0.3.32
23072026-06-05T19:41:03.182Z Checking icu_properties_data v2.1.2
23082026-06-05T19:41:03.207Z Checking hashbrown v0.17.0
23092026-06-05T19:41:03.274Z Checking bytes v1.11.1
23102026-06-05T19:41:03.288Z Checking icu_provider v2.1.1
23112026-06-05T19:41:03.322Z Checking rand_core v0.10.0
23122026-06-05T19:41:03.464Z Checking getrandom v0.4.1
23132026-06-05T19:41:03.529Z Checking icu_normalizer v2.1.1
23142026-06-05T19:41:03.608Z Checking icu_properties v2.1.2
23152026-06-05T19:41:03.622Z Checking block-padding v0.3.3
23162026-06-05T19:41:03.636Z Checking utf8_iter v1.0.4
23172026-06-05T19:41:03.672Z Checking indexmap v2.14.0
23182026-06-05T19:41:03.705Z Checking tokio v1.52.1
23192026-06-05T19:41:03.749Z Checking inout v0.1.4
23202026-06-05T19:41:03.762Z Checking sha2 v0.10.9
23212026-06-05T19:41:03.823Z Checking form_urlencoded v1.2.2
23222026-06-05T19:41:03.885Z Checking cipher v0.4.4
23232026-06-05T19:41:03.950Z Checking getrandom v0.3.4
23242026-06-05T19:41:04.031Z Checking fnv v1.0.7
23252026-06-05T19:41:04.087Z Checking byteorder v1.5.0
23262026-06-05T19:41:04.091Z Checking base64ct v1.8.3
23272026-06-05T19:41:04.126Z Checking flagset v0.4.7
23282026-06-05T19:41:04.227Z Checking rand_core v0.9.5
23292026-06-05T19:41:04.251Z Checking http v1.4.0
23302026-06-05T19:41:04.288Z Checking regex-syntax v0.8.10
23312026-06-05T19:41:04.334Z Checking pem-rfc7468 v0.7.0
23322026-06-05T19:41:04.404Z Checking salsa20 v0.10.2
23332026-06-05T19:41:04.418Z Checking idna_adapter v1.2.1
23342026-06-05T19:41:04.492Z Checking der v0.7.10
23352026-06-05T19:41:04.534Z Checking idna v1.1.0
23362026-06-05T19:41:04.534Z Checking uuid v1.23.0
23372026-06-05T19:41:04.791Z Checking url v2.5.8
23382026-06-05T19:41:04.806Z Checking pbkdf2 v0.12.2
23392026-06-05T19:41:04.843Z Checking rustix v1.1.3
23402026-06-05T19:41:04.916Z Checking tracing-core v0.1.36
23412026-06-05T19:41:04.963Z Checking ppv-lite86 v0.2.21
23422026-06-05T19:41:05.080Z Checking rustls-pki-types v1.14.0
23432026-06-05T19:41:05.215Z Checking iana-time-zone v0.1.65
23442026-06-05T19:41:05.234Z Checking base64 v0.22.1
23452026-06-05T19:41:05.237Z Checking spki v0.7.3
23462026-06-05T19:41:05.261Z Checking rand_chacha v0.9.0
23472026-06-05T19:41:05.317Z Checking chrono v0.4.44
23482026-06-05T19:41:05.367Z Checking tracing v0.1.44
23492026-06-05T19:41:05.405Z Checking scrypt v0.11.0
23502026-06-05T19:41:05.452Z Checking http-body v1.0.1
23512026-06-05T19:41:05.470Z Checking cbc v0.1.2
23522026-06-05T19:41:05.543Z Checking aes v0.8.4
23532026-06-05T19:41:05.569Z Checking aws-lc-sys v0.40.0
23542026-06-05T19:41:05.583Z Checking tinyvec_macros v0.1.1
23552026-06-05T19:41:05.595Z Checking untrusted v0.7.1
23562026-06-05T19:41:05.609Z Checking untrusted v0.9.0
23572026-06-05T19:41:05.644Z Checking openssl-probe v0.2.1
23582026-06-05T19:41:05.675Z Checking tinyvec v1.10.0
23592026-06-05T19:41:05.705Z Checking rand v0.9.2
23602026-06-05T19:41:05.719Z Checking ring v0.17.14
23612026-06-05T19:41:05.749Z Checking try-lock v0.2.5
23622026-06-05T19:41:05.845Z Checking atomic-waker v1.1.2
23632026-06-05T19:41:05.924Z Checking pkcs5 v0.7.1
23642026-06-05T19:41:05.943Z Checking tower-layer v0.3.3
23652026-06-05T19:41:05.980Z Checking tower-service v0.3.3
23662026-06-05T19:41:06.068Z Checking aws-lc-rs v1.16.3
23672026-06-05T19:41:06.068Z Checking want v0.3.1
23682026-06-05T19:41:06.094Z Checking ipnet v2.11.0
23692026-06-05T19:41:06.162Z Checking httparse v1.10.1
23702026-06-05T19:41:06.176Z Checking pkcs8 v0.10.2
23712026-06-05T19:41:06.189Z Checking aho-corasick v1.1.4
23722026-06-05T19:41:06.204Z Checking plain v0.2.3
23732026-06-05T19:41:06.308Z Checking utf8parse v0.2.2
23742026-06-05T19:41:06.348Z Checking fastrand v2.3.0
23752026-06-05T19:41:06.348Z Checking pin-utils v0.1.0
23762026-06-05T19:41:06.374Z Checking foreign-types-shared v0.1.1
23772026-06-05T19:41:06.406Z Checking dyn-clone v1.0.20
23782026-06-05T19:41:06.418Z Checking httpdate v1.0.3
23792026-06-05T19:41:06.450Z Checking foreign-types v0.3.2
23802026-06-05T19:41:06.509Z Checking unicode-normalization v0.1.25
23812026-06-05T19:41:06.527Z Checking semver v1.0.28
23822026-06-05T19:41:06.537Z Checking tempfile v3.25.0
23832026-06-05T19:41:06.557Z Checking openssl-sys v0.9.115
23842026-06-05T19:41:06.700Z Checking spin v0.9.8
23852026-06-05T19:41:06.727Z Checking ucd-trie v0.1.7
23862026-06-05T19:41:06.727Z Checking anstyle v1.0.14
23872026-06-05T19:41:06.863Z Checking regex-automata v0.4.14
23882026-06-05T19:41:06.874Z Checking unicode-ident v1.0.24
23892026-06-05T19:41:06.887Z Checking pest v2.8.6
23902026-06-05T19:41:06.909Z Checking schemars v0.8.22
23912026-06-05T19:41:06.924Z Checking rustls-native-certs v0.8.3
23922026-06-05T19:41:06.927Z Checking rustls-webpki v0.103.9
23932026-06-05T19:41:06.949Z Checking tokio-util v0.7.18
23942026-06-05T19:41:06.960Z Checking openssl v0.10.79
23952026-06-05T19:41:06.973Z Checking proc-macro2 v1.0.106
23962026-06-05T19:41:07.046Z Checking thiserror v2.0.18
23972026-06-05T19:41:07.146Z Checking sync_wrapper v1.0.2
23982026-06-05T19:41:07.248Z Checking wait-timeout v0.2.1
23992026-06-05T19:41:07.278Z Checking siphasher v1.0.2
24002026-06-05T19:41:07.359Z Checking rustls v0.23.37
24012026-06-05T19:41:07.372Z Checking bit-vec v0.8.0
24022026-06-05T19:41:07.433Z Checking anstyle-query v1.1.5
24032026-06-05T19:41:07.524Z Checking quick-error v1.2.3
24042026-06-05T19:41:07.539Z Checking powerfmt v0.2.0
24052026-06-05T19:41:07.553Z Checking h2 v0.4.13
24062026-06-05T19:41:07.564Z Checking is_terminal_polyfill v1.70.2
24072026-06-05T19:41:07.622Z Checking colorchoice v1.0.4
24082026-06-05T19:41:07.647Z Checking simd-adler32 v0.3.8
24092026-06-05T19:41:07.685Z Checking pretty-hex v0.4.1
24102026-06-05T19:41:07.718Z Checking deranged v0.5.8
24112026-06-05T19:41:07.801Z Checking rusty-fork v0.3.1
24122026-06-05T19:41:07.815Z Checking bit-set v0.8.0
24132026-06-05T19:41:07.939Z Checking quote v1.0.45
24142026-06-05T19:41:07.956Z Checking tower v0.5.3
24152026-06-05T19:41:07.970Z Compiling newtype-uuid v1.3.2
24162026-06-05T19:41:08.105Z Checking http-body-util v0.1.3
24172026-06-05T19:41:08.146Z Checking crossbeam-utils v0.8.21
24182026-06-05T19:41:08.343Z Checking webpki-roots v1.0.6
24192026-06-05T19:41:08.357Z Checking rand_xorshift v0.4.0
24202026-06-05T19:41:08.461Z Checking crc32fast v1.5.0
24212026-06-05T19:41:08.476Z Checking scroll v0.13.0
24222026-06-05T19:41:08.506Z Checking signature v2.2.0
24232026-06-05T19:41:08.603Z Checking time-core v0.1.8
24242026-06-05T19:41:08.631Z Checking num_threads v0.1.7
24252026-06-05T19:41:08.643Z Checking num-conv v0.2.0
24262026-06-05T19:41:08.686Z Checking adler2 v2.0.1
24272026-06-05T19:41:08.708Z Checking ryu v1.0.23
24282026-06-05T19:41:08.719Z Checking allocator-api2 v0.2.21
24292026-06-05T19:41:08.740Z Checking unicode-properties v0.1.4
24302026-06-05T19:41:08.754Z Checking unarray v0.1.4
24312026-06-05T19:41:08.795Z Checking iri-string v0.7.10
24322026-06-05T19:41:08.843Z Checking unicode-bidi v0.3.18
24332026-06-05T19:41:08.856Z Checking proptest v1.10.0
24342026-06-05T19:41:08.925Z Checking serde_urlencoded v0.7.1
24352026-06-05T19:41:08.987Z Checking native-tls v0.2.18
24362026-06-05T19:41:09.000Z Checking miniz_oxide v0.8.9
24372026-06-05T19:41:09.125Z Checking time v0.3.47
24382026-06-05T19:41:09.139Z Checking stringprep v0.1.5
24392026-06-05T19:41:09.162Z Checking tokio-native-tls v0.3.1
24402026-06-05T19:41:09.287Z Checking goblin v0.10.5
24412026-06-05T19:41:09.321Z Checking bstr v1.12.1
24422026-06-05T19:41:09.349Z Checking crossbeam-epoch v0.9.18
24432026-06-05T19:41:09.570Z Checking syn v2.0.117
24442026-06-05T19:41:09.705Z Compiling daft v0.1.7
24452026-06-05T19:41:09.723Z Checking tokio-rustls v0.26.4
24462026-06-05T19:41:09.822Z Checking tower-http v0.6.8
24472026-06-05T19:41:09.954Z Checking ipnetwork v0.21.1
24482026-06-05T19:41:09.979Z Checking anstyle-parse v1.0.0
24492026-06-05T19:41:10.096Z Checking rand_chacha v0.3.1
24502026-06-05T19:41:10.128Z Checking scroll v0.12.0
24512026-06-05T19:41:10.170Z Checking thiserror v1.0.69
24522026-06-05T19:41:10.263Z Checking hash32 v0.2.1
24532026-06-05T19:41:10.266Z Checking hyper v1.8.1
24542026-06-05T19:41:10.278Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-05T19:41:10.301Z Checking num-integer v0.1.46
24562026-06-05T19:41:10.354Z Checking serde_spanned v0.6.9
24572026-06-05T19:41:10.396Z Checking toml_datetime v0.6.11
24582026-06-05T19:41:10.417Z Checking md-5 v0.10.6
24592026-06-05T19:41:10.479Z Checking ff v0.13.1
24602026-06-05T19:41:10.520Z Checking encoding_rs v0.8.35
24612026-06-05T19:41:10.555Z Checking mime v0.3.17
24622026-06-05T19:41:10.577Z Checking psl-types v2.0.11
24632026-06-05T19:41:10.604Z Checking zlib-rs v0.6.2
24642026-06-05T19:41:10.618Z Checking base16ct v0.2.0
24652026-06-05T19:41:10.687Z Checking fallible-iterator v0.2.0
24662026-06-05T19:41:10.724Z Checking publicsuffix v2.3.0
24672026-06-05T19:41:10.739Z Checking sec1 v0.7.3
24682026-06-05T19:41:10.944Z Checking group v0.13.0
24692026-06-05T19:41:10.957Z Checking postgres-protocol v0.6.10
24702026-06-05T19:41:11.035Z Checking num-iter v0.1.45
24712026-06-05T19:41:11.089Z Checking heapless v0.7.17
24722026-06-05T19:41:11.148Z Checking zstd-safe v7.2.4
24732026-06-05T19:41:11.180Z Checking hyper-util v0.1.20
24742026-06-05T19:41:11.267Z Checking goblin v0.8.2
24752026-06-05T19:41:11.312Z Checking rand v0.8.6
24762026-06-05T19:41:11.443Z Checking cookie v0.18.1
24772026-06-05T19:41:11.469Z Checking flate2 v1.1.9
24782026-06-05T19:41:11.495Z Checking oxnet v0.1.5
24792026-06-05T19:41:11.605Z Checking dof v0.4.0
24802026-06-05T19:41:11.670Z Checking anstream v1.0.0
24812026-06-05T19:41:11.733Z Compiling iddqd v0.4.2
24822026-06-05T19:41:11.761Z Checking dtrace-parser v0.3.0
24832026-06-05T19:41:11.820Z Checking phf_shared v0.13.1
24842026-06-05T19:41:11.837Z Checking lazy_static v1.5.0
24852026-06-05T19:41:11.867Z Checking anstyle-parse v0.2.7
24862026-06-05T19:41:11.920Z Checking zerocopy v0.7.35
24872026-06-05T19:41:11.989Z Checking pin-project v1.1.11
24882026-06-05T19:41:12.012Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-05T19:41:12.015Z Checking signal-hook v0.3.18
24902026-06-05T19:41:12.080Z Checking terminal_size v0.4.3
24912026-06-05T19:41:12.097Z Checking futures-executor v0.3.32
24922026-06-05T19:41:12.193Z Checking hex v0.4.3
24932026-06-05T19:41:12.206Z Checking hkdf v0.12.4
24942026-06-05T19:41:12.235Z Checking crypto-bigint v0.5.5
24952026-06-05T19:41:12.248Z Checking thread-id v5.1.0
24962026-06-05T19:41:12.326Z Checking foldhash v0.1.5
24972026-06-05T19:41:12.338Z Checking same-file v1.0.6
24982026-06-05T19:41:12.398Z Checking bitflags v1.3.2
24992026-06-05T19:41:12.411Z Checking either v1.15.0
25002026-06-05T19:41:12.428Z Checking hyper-rustls v0.27.7
25012026-06-05T19:41:12.447Z Checking hyper-tls v0.6.0
25022026-06-05T19:41:12.460Z Checking libbz2-rs-sys v0.2.2
25032026-06-05T19:41:12.472Z Checking strsim v0.11.1
25042026-06-05T19:41:12.589Z Checking foldhash v0.2.0
25052026-06-05T19:41:12.611Z Checking winnow v0.5.40
25062026-06-05T19:41:12.625Z Compiling rayon-core v1.13.0
25072026-06-05T19:41:12.638Z Checking managed v0.8.0
25082026-06-05T19:41:12.794Z Checking bumpalo v3.20.2
25092026-06-05T19:41:12.801Z Checking winnow v0.7.14
25102026-06-05T19:41:12.818Z Checking clap_lex v1.0.0
25112026-06-05T19:41:12.846Z Checking bzip2 v0.6.1
25122026-06-05T19:41:12.935Z Checking zopfli v0.8.3
25132026-06-05T19:41:12.969Z Checking clap_builder v4.6.0
25142026-06-05T19:41:12.996Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-06-05T19:41:13.006Z Checking smoltcp v0.9.1
25162026-06-05T19:41:13.137Z Checking elliptic-curve v0.13.8
25172026-06-05T19:41:13.159Z Checking dof v0.3.0
25182026-06-05T19:41:13.216Z Checking hashbrown v0.16.1
25192026-06-05T19:41:13.287Z Checking reqwest v0.12.28
25202026-06-05T19:41:13.460Z Checking hashbrown v0.15.5
25212026-06-05T19:41:13.463Z Checking walkdir v2.5.0
25222026-06-05T19:41:13.634Z Checking usdt-impl v0.6.0
25232026-06-05T19:41:13.661Z Checking futures v0.3.32
25242026-06-05T19:41:13.722Z Checking signal-hook-mio v0.2.5
25252026-06-05T19:41:13.739Z Checking bzip2 v0.4.4
25262026-06-05T19:41:13.787Z Checking toml_edit v0.19.15
25272026-06-05T19:41:13.825Z Checking snafu v0.8.9
25282026-06-05T19:41:13.898Z Checking anstream v0.6.21
25292026-06-05T19:41:13.917Z Checking phf v0.13.1
25302026-06-05T19:41:13.930Z Checking num-bigint-dig v0.8.6
25312026-06-05T19:41:14.060Z Checking cookie_store v0.22.1
25322026-06-05T19:41:14.072Z Checking zstd v0.13.3
25332026-06-05T19:41:14.092Z Checking postgres-types v0.2.12
25342026-06-05T19:41:14.128Z Checking dtrace-parser v0.2.0
25352026-06-05T19:41:14.214Z Checking rustls-platform-verifier v0.6.2
25362026-06-05T19:41:14.228Z Checking globset v0.4.18
25372026-06-05T19:41:14.254Z Checking crossbeam-deque v0.8.6
25382026-06-05T19:41:14.352Z Checking regex v1.12.3
25392026-06-05T19:41:14.365Z Checking ed25519 v2.2.3
25402026-06-05T19:41:14.383Z Checking phf_shared v0.11.3
25412026-06-05T19:41:14.396Z Checking olpc-cjson v0.1.4
25422026-06-05T19:41:14.427Z Checking ref-cast v1.0.25
25432026-06-05T19:41:14.479Z Checking curve25519-dalek v4.1.3
25442026-06-05T19:41:14.523Z Checking strum v0.27.2
25452026-06-05T19:41:14.523Z Checking hubpack v0.1.2
25462026-06-05T19:41:14.523Z Checking memoffset v0.9.1
25472026-06-05T19:41:14.557Z Checking rustix v0.38.44
25482026-06-05T19:41:14.621Z Checking pkcs1 v0.7.5
25492026-06-05T19:41:14.634Z Checking pem v3.0.6
25502026-06-05T19:41:14.647Z Checking float-cmp v0.10.0
25512026-06-05T19:41:14.681Z Checking serde-big-array v0.5.1
25522026-06-05T19:41:14.729Z Checking serde_plain v1.0.2
25532026-06-05T19:41:14.770Z Checking erased-serde v0.3.31
25542026-06-05T19:41:14.784Z Checking rfc6979 v0.4.0
25552026-06-05T19:41:14.811Z Checking memmap2 v0.9.10
25562026-06-05T19:41:14.824Z Checking thread-id v4.2.2
25572026-06-05T19:41:14.826Z Checking env_filter v1.0.0
25582026-06-05T19:41:14.870Z Checking precomputed-hash v0.1.1
25592026-06-05T19:41:14.892Z Checking new_debug_unreachable v1.0.6
25602026-06-05T19:41:14.905Z Checking fixedbitset v0.5.7
25612026-06-05T19:41:14.950Z Checking unicode-segmentation v1.12.0
25622026-06-05T19:41:14.962Z Checking typed-path v0.9.3
25632026-06-05T19:41:14.965Z Checking toml_write v0.1.2
25642026-06-05T19:41:14.985Z Checking fixedbitset v0.4.2
25652026-06-05T19:41:15.091Z Checking normalize-line-endings v0.3.0
25662026-06-05T19:41:15.130Z Checking keccak v0.1.6
25672026-06-05T19:41:15.130Z Checking difflib v0.4.0
25682026-06-05T19:41:15.156Z Checking data-encoding v2.10.0
25692026-06-05T19:41:15.179Z Checking whoami v2.1.0
25702026-06-05T19:41:15.243Z Checking jiff v0.2.21
25712026-06-05T19:41:15.262Z Checking static_assertions v1.1.0
25722026-06-05T19:41:15.295Z Checking predicates-core v1.0.10
25732026-06-05T19:41:15.316Z Checking sha3 v0.10.8
25742026-06-05T19:41:15.329Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25752026-06-05T19:41:15.349Z Checking crossterm v0.28.1
25762026-06-05T19:41:15.370Z Checking tokio-postgres v0.7.16
25772026-06-05T19:41:15.414Z Checking predicates v3.1.4
25782026-06-05T19:41:15.427Z Checking hickory-proto v0.25.2
25792026-06-05T19:41:15.513Z Checking similar v2.7.0
25802026-06-05T19:41:15.711Z Checking ed25519-dalek v2.2.0
25812026-06-05T19:41:15.728Z Checking tough v0.22.0
25822026-06-05T19:41:15.894Z Checking slog v2.8.2
25832026-06-05T19:41:15.940Z Checking toml_edit v0.22.27
25842026-06-05T19:41:16.047Z Checking petgraph v0.6.5
25852026-06-05T19:41:16.157Z Checking petgraph v0.8.3
25862026-06-05T19:41:16.623Z Checking env_logger v0.11.9
25872026-06-05T19:41:16.816Z Checking usdt v0.6.0
25882026-06-05T19:41:16.984Z Checking string_cache v0.8.9
25892026-06-05T19:41:16.998Z Checking usdt-impl v0.5.0
25902026-06-05T19:41:17.153Z Checking ecdsa v0.16.9
25912026-06-05T19:41:17.298Z Checking rsa v0.9.10
25922026-06-05T19:41:17.303Z Checking toml v0.7.8
25932026-06-05T19:41:17.454Z Checking zip v4.6.1
25942026-06-05T19:41:17.489Z Checking nix v0.31.2
25952026-06-05T19:41:17.702Z Checking reqwest v0.13.2
25962026-06-05T19:41:17.740Z Checking clap v4.6.1
25972026-06-05T19:41:17.743Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-05T19:41:17.820Z Checking zip v0.6.6
25992026-06-05T19:41:17.945Z Checking itertools v0.13.0
26002026-06-05T19:41:18.023Z Checking serde_with v3.17.0
26012026-06-05T19:41:18.084Z Checking strum v0.26.3
26022026-06-05T19:41:18.144Z Checking fs-err v3.3.0
26032026-06-05T19:41:18.168Z Checking ahash v0.8.12
26042026-06-05T19:41:18.191Z Checking object v0.37.3
26052026-06-05T19:41:18.378Z Checking tokio-stream v0.1.18
26062026-06-05T19:41:18.462Z Checking buf-list v1.1.2
26072026-06-05T19:41:18.488Z Checking anyhow v1.0.102
26082026-06-05T19:41:18.553Z Checking camino v1.2.2
26092026-06-05T19:41:18.573Z Checking x509-cert v0.2.5
26102026-06-05T19:41:18.647Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26112026-06-05T19:41:18.691Z Checking openapiv3 v2.2.0
26122026-06-05T19:41:18.766Z Checking sha1 v0.10.6
26132026-06-05T19:41:18.802Z Checking peg-runtime v0.8.5
26142026-06-05T19:41:18.908Z Checking lalrpop-util v0.19.12
26152026-06-05T19:41:18.926Z Checking rayon v1.11.0
26162026-06-05T19:41:18.940Z Checking sigpipe v0.1.3
26172026-06-05T19:41:18.993Z Checking glob v0.3.3
26182026-06-05T19:41:20.418Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-06-05T19:41:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s
26202026-06-05T19:41:20.864Z
26212026-06-05T19:41:20.864Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26222026-06-05T19:41:21.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232026-06-05T19:41:21.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242026-06-05T19:41:21.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252026-06-05T19:41:21.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26262026-06-05T19:41:21.475Z
26272026-06-05T19:41:21.475Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26282026-06-05T19:41:21.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-05T19:41:21.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-05T19:41:21.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-05T19:41:21.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-06-05T19:41:22.083Z
26332026-06-05T19:41:22.083Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26342026-06-05T19:41:22.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-05T19:41:22.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-05T19:41:22.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-05T19:41:22.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26382026-06-05T19:41:22.709Z
26392026-06-05T19:41:22.709Zinfo: running `cargo check --bins` on oxql-types (80/295)
26402026-06-05T19:41:23.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-05T19:41:23.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-05T19:41:23.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-05T19:41:23.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-05T19:41:23.313Z
26452026-06-05T19:41:23.313Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26462026-06-05T19:41:23.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-05T19:41:23.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-05T19:41:23.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-05T19:41:23.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-06-05T19:41:23.918Z
26512026-06-05T19:41:23.918Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26522026-06-05T19:41:24.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-05T19:41:24.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-05T19:41:24.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-05T19:41:24.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-06-05T19:41:24.528Z
26572026-06-05T19:41:24.528Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26582026-06-05T19:41:25.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-05T19:41:25.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-05T19:41:25.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-05T19:41:25.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26622026-06-05T19:41:25.118Z
26632026-06-05T19:41:25.118Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26642026-06-05T19:41:25.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-05T19:41:25.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-05T19:41:25.813Z Compiling structmeta-derive v0.3.0
26672026-06-05T19:41:25.931Z Compiling rustls v0.22.4
26682026-06-05T19:41:25.943Z Compiling multer v3.1.0
26692026-06-05T19:41:25.953Z Compiling async-stream-impl v0.3.6
26702026-06-05T19:41:25.956Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-06-05T19:41:25.976Z Compiling dropshot v0.17.0
26722026-06-05T19:41:25.991Z Compiling dropshot_endpoint v0.17.0
26732026-06-05T19:41:25.991Z Compiling newtype-uuid-macros v0.1.0
26742026-06-05T19:41:26.111Z Checking newtype-uuid v1.3.2
26752026-06-05T19:41:26.196Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26762026-06-05T19:41:26.235Z Checking rustls-webpki v0.102.8
26772026-06-05T19:41:26.320Z Checking daft v0.1.7
26782026-06-05T19:41:26.338Z Checking thread_local v1.1.9
26792026-06-05T19:41:26.501Z Checking compression-core v0.4.31
26802026-06-05T19:41:26.526Z Checking match_cfg v0.1.0
26812026-06-05T19:41:26.557Z Checking iddqd v0.4.2
26822026-06-05T19:41:26.593Z Checking hostname v0.3.1
26832026-06-05T19:41:26.622Z Checking compression-codecs v0.4.37
26842026-06-05T19:41:26.638Z Checking crossbeam-channel v0.5.15
26852026-06-05T19:41:26.687Z Checking slog-json v2.6.1
26862026-06-05T19:41:26.737Z Checking serde_spanned v1.0.4
26872026-06-05T19:41:26.785Z Checking is-terminal v0.4.17
26882026-06-05T19:41:26.840Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-06-05T19:41:26.866Z Checking term v1.2.1
26902026-06-05T19:41:26.880Z Checking debug-ignore v1.0.5
26912026-06-05T19:41:26.963Z Checking take_mut v0.2.2
26922026-06-05T19:41:26.977Z Checking toml_writer v1.0.6+spec-1.1.0
26932026-06-05T19:41:26.979Z Compiling structmeta v0.3.0
26942026-06-05T19:41:27.034Z Checking slog-bunyan v2.5.0
26952026-06-05T19:41:27.066Z Checking slog-async v2.8.0
26962026-06-05T19:41:27.082Z Checking slog-term v2.9.2
26972026-06-05T19:41:27.143Z Checking async-compression v0.4.41
26982026-06-05T19:41:27.232Z Checking toml v1.0.6+spec-1.1.0
26992026-06-05T19:41:27.235Z Compiling derive-ex v0.1.8
27002026-06-05T19:41:27.235Z Compiling parse-display-derive v0.10.0
27012026-06-05T19:41:27.339Z Checking async-stream v0.3.6
27022026-06-05T19:41:27.386Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-05T19:41:27.457Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-05T19:41:27.470Z Checking progenitor-client v0.14.0
27052026-06-05T19:41:27.491Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-05T19:41:27.631Z Checking waitgroup v0.1.2
27072026-06-05T19:41:27.696Z Checking backon v1.6.0
27082026-06-05T19:41:27.727Z Checking rustls-pemfile v2.2.0
27092026-06-05T19:41:27.730Z Checking serde_path_to_error v0.1.20
27102026-06-05T19:41:27.766Z Checking hostname v0.4.2
27112026-06-05T19:41:27.855Z Checking instant v0.1.13
27122026-06-05T19:41:27.941Z Checking backoff v0.4.0
27132026-06-05T19:41:28.037Z Checking progenitor-extras v0.2.0
27142026-06-05T19:41:28.040Z Checking tokio-rustls v0.25.0
27152026-06-05T19:41:28.074Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-05T19:41:28.126Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-05T19:41:28.298Z Checking itertools v0.14.0
27182026-06-05T19:41:28.313Z Checking progenitor-client v0.10.0
27192026-06-05T19:41:28.523Z Checking regress v0.10.5
27202026-06-05T19:41:28.536Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-05T19:41:28.759Z Checking macaddr v1.0.1
27222026-06-05T19:41:28.861Z Compiling test-strategy v0.4.5
27232026-06-05T19:41:28.907Z Checking parse-display v0.10.0
27242026-06-05T19:41:29.051Z Checking humantime v2.3.0
27252026-06-05T19:41:30.117Z Compiling prettyplease v0.2.37
27262026-06-05T19:41:30.340Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-05T19:41:30.572Z Checking num-rational v0.4.2
27282026-06-05T19:41:30.709Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-05T19:41:31.084Z Checking num-complex v0.4.6
27302026-06-05T19:41:31.685Z Checking num v0.4.3
27312026-06-05T19:41:31.799Z Compiling usdt-attr-macro v0.5.0
27322026-06-05T19:41:31.813Z Compiling usdt-macro v0.5.0
27332026-06-05T19:41:31.829Z Checking memmap v0.7.0
27342026-06-05T19:41:31.841Z Checking float-ord v0.3.2
27352026-06-05T19:41:31.942Z Checking unicode-width v0.2.0
27362026-06-05T19:41:31.957Z Compiling convert_case v0.4.0
27372026-06-05T19:41:32.193Z Checking console v0.15.11
27382026-06-05T19:41:32.327Z Compiling derive_more v0.99.20
27392026-06-05T19:41:32.474Z Checking newline-converter v0.3.0
27402026-06-05T19:41:32.527Z Checking atomicwrites v0.4.4
27412026-06-05T19:41:32.566Z Checking usdt v0.5.0
27422026-06-05T19:41:32.585Z Compiling toml v0.8.23
27432026-06-05T19:41:32.658Z Compiling minimal-lexical v0.2.1
27442026-06-05T19:41:32.732Z Checking linked-hash-map v0.5.6
27452026-06-05T19:41:32.902Z Checking lru-cache v0.1.2
27462026-06-05T19:41:32.918Z Compiling nom v7.1.3
27472026-06-05T19:41:33.117Z Checking expectorate v1.2.0
27482026-06-05T19:41:33.601Z Checking camino-tempfile v1.4.1
27492026-06-05T19:41:33.765Z Checking hickory-proto v0.24.4
27502026-06-05T19:41:33.767Z Checking phf_shared v0.12.1
27512026-06-05T19:41:33.921Z Compiling slog-dtrace v0.3.0
27522026-06-05T19:41:33.972Z Checking heck v0.5.0
27532026-06-05T19:41:34.104Z Compiling chrono-tz v0.10.4
27542026-06-05T19:41:34.120Z Checking resolv-conf v0.7.6
27552026-06-05T19:41:34.291Z Compiling const_format_proc_macros v0.2.34
27562026-06-05T19:41:34.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-05T19:41:34.319Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-06-05T19:41:34.398Z Checking phf v0.12.1
27592026-06-05T19:41:34.540Z Checking tokio-dtrace v0.1.1
27602026-06-05T19:41:34.725Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-06-05T19:41:34.776Z Compiling derive-where v1.6.0
27622026-06-05T19:41:34.917Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-06-05T19:41:35.101Z Checking highway v1.3.0
27642026-06-05T19:41:35.333Z Checking const_format v0.2.35
27652026-06-05T19:41:35.541Z Checking hickory-resolver v0.24.4
27662026-06-05T19:41:35.562Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-06-05T19:41:35.697Z Checking oxide-tokio-rt v0.1.4
27682026-06-05T19:41:35.840Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-06-05T19:41:36.089Z Checking gethostname v0.5.0
27702026-06-05T19:41:36.103Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-06-05T19:41:36.180Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-05T19:41:36.264Z Checking bcs v0.1.6
27732026-06-05T19:41:36.267Z Checking qorb v0.4.1
27742026-06-05T19:41:36.416Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-05T19:41:36.498Z Checking termtree v0.5.1
27762026-06-05T19:41:39.551Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-06-05T19:41:42.284Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-06-05T19:41:44.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
27792026-06-05T19:41:44.634Z
27802026-06-05T19:41:44.634Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27812026-06-05T19:41:45.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-06-05T19:41:45.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-06-05T19:41:45.332Z Compiling ar_archive_writer v0.5.1
27842026-06-05T19:41:45.444Z Compiling stacker v0.1.23
27852026-06-05T19:41:45.454Z Compiling cfg_aliases v0.1.1
27862026-06-05T19:41:45.465Z Compiling convert_case v0.10.0
27872026-06-05T19:41:45.465Z Checking unicode-width v0.1.14
27882026-06-05T19:41:45.481Z Compiling proc-macro-error v1.0.4
27892026-06-05T19:41:45.492Z Checking fd-lock v4.0.4
27902026-06-05T19:41:45.495Z Checking nibble_vec v0.1.0
27912026-06-05T19:41:45.515Z Compiling nix v0.28.0
27922026-06-05T19:41:45.603Z Checking vte v0.14.1
27932026-06-05T19:41:45.620Z Compiling recursive-proc-macro-impl v0.1.1
27942026-06-05T19:41:45.717Z Checking bytecount v0.6.9
27952026-06-05T19:41:45.721Z Checking endian-type v0.1.2
27962026-06-05T19:41:45.758Z Checking strip-ansi-escapes v0.2.1
27972026-06-05T19:41:45.770Z Compiling derive_more-impl v2.1.1
27982026-06-05T19:41:45.770Z Compiling tabled_derive v0.7.0
27992026-06-05T19:41:45.840Z Checking papergrid v0.11.0
28002026-06-05T19:41:45.866Z Checking radix_trie v0.2.1
28012026-06-05T19:41:45.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-06-05T19:41:46.015Z Compiling peg-macros v0.8.5
28032026-06-05T19:41:46.070Z Checking winnow v0.6.26
28042026-06-05T19:41:46.261Z Compiling psm v0.1.30
28052026-06-05T19:41:46.355Z Compiling sqlparser_derive v0.5.0
28062026-06-05T19:41:46.457Z Checking unicode_categories v0.1.1
28072026-06-05T19:41:46.576Z Checking derive_more v2.1.1
28082026-06-05T19:41:46.610Z Checking home v0.5.12
28092026-06-05T19:41:46.653Z Checking nu-ansi-term v0.50.3
28102026-06-05T19:41:46.716Z Checking tabled v0.15.0
28112026-06-05T19:41:46.729Z Checking crossterm v0.29.0
28122026-06-05T19:41:46.800Z Checking rustyline v14.0.0
28132026-06-05T19:41:46.859Z Checking reedline v0.40.0
28142026-06-05T19:41:47.036Z Checking recursive v0.1.1
28152026-06-05T19:41:47.122Z Checking display-error-chain v0.2.2
28162026-06-05T19:41:47.136Z Checking sqlparser v0.61.0
28172026-06-05T19:41:47.199Z Checking sqlformat v0.3.5
28182026-06-05T19:41:47.362Z Checking peg v0.8.5
28192026-06-05T19:41:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28202026-06-05T19:41:58.436Z
28212026-06-05T19:41:58.436Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28222026-06-05T19:41:58.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-06-05T19:41:58.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-06-05T19:41:59.117Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-06-05T19:42:02.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28262026-06-05T19:42:02.734Z
28272026-06-05T19:42:02.734Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28282026-06-05T19:42:03.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-05T19:42:03.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-05T19:42:03.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-05T19:42:05.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28322026-06-05T19:42:06.064Z
28332026-06-05T19:42:06.064Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28342026-06-05T19:42:06.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-05T19:42:06.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-05T19:42:06.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-05T19:42:09.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28382026-06-05T19:42:10.168Z
28392026-06-05T19:42:10.168Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28402026-06-05T19:42:10.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-05T19:42:10.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-05T19:42:10.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-05T19:42:14.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28442026-06-05T19:42:14.310Z
28452026-06-05T19:42:14.310Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28462026-06-05T19:42:14.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-05T19:42:14.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-05T19:42:14.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-05T19:42:17.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28502026-06-05T19:42:17.760Z
28512026-06-05T19:42:17.760Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28522026-06-05T19:42:18.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-05T19:42:18.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-05T19:42:18.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-05T19:42:21.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28562026-06-05T19:42:21.238Z
28572026-06-05T19:42:21.238Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28582026-06-05T19:42:21.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-05T19:42:21.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-05T19:42:21.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-05T19:42:25.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28622026-06-05T19:42:25.486Z
28632026-06-05T19:42:25.487Zinfo: running `cargo check --bins` on oximeter (93/295)
28642026-06-05T19:42:25.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-05T19:42:25.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-05T19:42:25.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-06-05T19:42:25.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-06-05T19:42:26.084Z
28692026-06-05T19:42:26.084Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28702026-06-05T19:42:26.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-05T19:42:26.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-05T19:42:26.723Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-06-05T19:42:26.887Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-05T19:42:26.887Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-06-05T19:42:27.223Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-06-05T19:42:30.089Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-06-05T19:42:31.293Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-06-05T19:42:31.504Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-06-05T19:42:32.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28802026-06-05T19:42:32.367Z
28812026-06-05T19:42:32.367Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28822026-06-05T19:42:32.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-06-05T19:42:32.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-06-05T19:42:32.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-06-05T19:42:32.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-06-05T19:42:32.968Z
28872026-06-05T19:42:32.968Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28882026-06-05T19:42:33.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-05T19:42:33.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-05T19:42:33.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-05T19:42:33.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922026-06-05T19:42:33.612Z
28932026-06-05T19:42:33.612Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28942026-06-05T19:42:34.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-05T19:42:34.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-05T19:42:34.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-05T19:42:34.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-06-05T19:42:34.214Z
28992026-06-05T19:42:34.214Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29002026-06-05T19:42:34.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-05T19:42:34.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-05T19:42:34.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-05T19:42:34.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-06-05T19:42:34.821Z
29052026-06-05T19:42:34.821Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29062026-06-05T19:42:35.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-05T19:42:35.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-05T19:42:35.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-05T19:42:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-05T19:42:35.426Z
29112026-06-05T19:42:35.426Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29122026-06-05T19:42:35.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-05T19:42:35.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-05T19:42:35.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-05T19:42:35.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-05T19:42:36.032Z
29172026-06-05T19:42:36.032Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29182026-06-05T19:42:36.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-05T19:42:36.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-05T19:42:36.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-05T19:42:36.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-06-05T19:42:36.621Z
29232026-06-05T19:42:36.621Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29242026-06-05T19:42:37.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-05T19:42:37.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-05T19:42:37.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-05T19:42:37.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-06-05T19:42:37.229Z
29292026-06-05T19:42:37.229Zinfo: running `cargo check --bins` on update-engine (103/295)
29302026-06-05T19:42:37.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-05T19:42:37.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-05T19:42:37.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-05T19:42:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-06-05T19:42:37.819Z
29352026-06-05T19:42:37.819Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29362026-06-05T19:42:38.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-05T19:42:38.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-05T19:42:38.541Z Compiling crucible-workspace-hack v0.1.0
29392026-06-05T19:42:38.659Z Checking secrecy v0.10.3
29402026-06-05T19:42:38.667Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-05T19:42:38.667Z Compiling heapless v0.8.0
29422026-06-05T19:42:38.680Z Compiling ingot-macros v0.1.1
29432026-06-05T19:42:38.690Z Checking hash32 v0.3.1
29442026-06-05T19:42:38.701Z Compiling smoltcp v0.11.0
29452026-06-05T19:42:38.701Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-06-05T19:42:38.761Z Checking cobs v0.3.0
29472026-06-05T19:42:38.810Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-05T19:42:38.894Z Compiling thiserror-impl-no-std v2.0.2
29492026-06-05T19:42:38.915Z Checking universal-hash v0.5.1
29502026-06-05T19:42:38.918Z Checking half v2.7.1
29512026-06-05T19:42:38.964Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-06-05T19:42:39.034Z Checking opaque-debug v0.3.1
29532026-06-05T19:42:39.067Z Checking ciborium-io v0.2.2
29542026-06-05T19:42:39.105Z Checking poly1305 v0.8.0
29552026-06-05T19:42:39.155Z Checking postcard v1.1.3
29562026-06-05T19:42:39.172Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29572026-06-05T19:42:39.190Z Checking ciborium-ll v0.2.2
29582026-06-05T19:42:39.363Z Compiling proc-macro-crate v3.4.0
29592026-06-05T19:42:39.367Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-06-05T19:42:39.440Z Checking password-hash v0.5.0
29612026-06-05T19:42:39.573Z Checking chacha20 v0.9.1
29622026-06-05T19:42:39.638Z Compiling proc-macro-crate v1.3.1
29632026-06-05T19:42:39.668Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29642026-06-05T19:42:39.767Z Checking blake2 v0.10.6
29652026-06-05T19:42:39.858Z Checking aead v0.5.2
29662026-06-05T19:42:39.904Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29672026-06-05T19:42:39.917Z Compiling num_enum_derive v0.7.6
29682026-06-05T19:42:40.002Z Compiling foreign-types-macros v0.2.3
29692026-06-05T19:42:40.016Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-05T19:42:40.049Z Checking foreign-types-shared v0.3.1
29712026-06-05T19:42:40.065Z Checking thiserror-no-std v2.0.2
29722026-06-05T19:42:40.109Z Checking cpufeatures v0.3.0
29732026-06-05T19:42:40.139Z Compiling num_enum_derive v0.5.11
29742026-06-05T19:42:40.153Z Checking vsss-rs v3.3.4
29752026-06-05T19:42:40.183Z Checking chacha20 v0.10.0
29762026-06-05T19:42:40.249Z Checking argon2 v0.5.3
29772026-06-05T19:42:40.398Z Checking chacha20poly1305 v0.10.1
29782026-06-05T19:42:40.529Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29792026-06-05T19:42:40.589Z Checking ciborium v0.2.2
29802026-06-05T19:42:40.602Z Checking foreign-types v0.5.0
29812026-06-05T19:42:40.783Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29822026-06-05T19:42:40.799Z Checking tabwriter v1.4.1
29832026-06-05T19:42:40.941Z Checking num_enum v0.7.6
29842026-06-05T19:42:40.955Z Checking byte-wrapper v0.1.0
29852026-06-05T19:42:41.004Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29862026-06-05T19:42:41.056Z Checking cstr-argument v0.1.2
29872026-06-05T19:42:41.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29882026-06-05T19:42:41.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29892026-06-05T19:42:41.171Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-06-05T19:42:41.185Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-06-05T19:42:41.248Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-06-05T19:42:41.362Z Checking num_enum v0.5.11
29932026-06-05T19:42:41.379Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29942026-06-05T19:42:41.428Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-05T19:42:41.472Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-06-05T19:42:41.485Z Checking ingot-types v0.1.2
29972026-06-05T19:42:41.515Z Checking rand v0.10.0
29982026-06-05T19:42:41.535Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29992026-06-05T19:42:41.549Z Checking indent_write v2.2.0
30002026-06-05T19:42:41.674Z Checking colored v3.1.1
30012026-06-05T19:42:41.689Z Compiling zone_cfg_derive v0.3.1
30022026-06-05T19:42:41.791Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-06-05T19:42:41.835Z Checking ingot v0.1.1
30042026-06-05T19:42:41.850Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-05T19:42:41.870Z Checking itertools v0.12.1
30062026-06-05T19:42:41.964Z Compiling num-derive v0.4.2
30072026-06-05T19:42:41.982Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-05T19:42:42.018Z Checking swrite v0.1.0
30092026-06-05T19:42:42.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-06-05T19:42:42.108Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-06-05T19:42:42.280Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-05T19:42:42.326Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30132026-06-05T19:42:42.362Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-05T19:42:42.436Z Checking dropshot-api-manager-types v0.7.2
30152026-06-05T19:42:42.451Z Checking smf v0.2.3
30162026-06-05T19:42:42.465Z Checking nanorand v0.7.0
30172026-06-05T19:42:42.603Z Checking whoami v1.6.1
30182026-06-05T19:42:42.654Z Checking flume v0.11.1
30192026-06-05T19:42:42.680Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-06-05T19:42:42.876Z Checking zone v0.3.1
30212026-06-05T19:42:42.891Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30222026-06-05T19:42:43.434Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-05T19:42:44.413Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-05T19:42:45.305Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30252026-06-05T19:42:48.452Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30262026-06-05T19:42:50.506Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30272026-06-05T19:42:51.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30282026-06-05T19:42:51.807Z
30292026-06-05T19:42:51.807Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30302026-06-05T19:42:52.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-06-05T19:42:52.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-06-05T19:42:52.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-06-05T19:42:52.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30342026-06-05T19:42:52.407Z
30352026-06-05T19:42:52.407Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30362026-06-05T19:42:52.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-05T19:42:52.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-05T19:42:52.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-05T19:42:52.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-06-05T19:42:53.010Z
30412026-06-05T19:42:53.010Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30422026-06-05T19:42:53.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-05T19:42:53.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-05T19:42:53.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-05T19:42:53.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-05T19:42:53.625Z
30472026-06-05T19:42:53.625Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30482026-06-05T19:42:54.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-05T19:42:54.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-05T19:42:54.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-05T19:42:54.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-06-05T19:42:54.227Z
30532026-06-05T19:42:54.227Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30542026-06-05T19:42:54.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-05T19:42:54.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-05T19:42:54.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-05T19:42:54.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-05T19:42:54.831Z
30592026-06-05T19:42:54.831Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30602026-06-05T19:42:55.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-05T19:42:55.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-05T19:42:55.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-05T19:42:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-05T19:42:55.436Z
30652026-06-05T19:42:55.436Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30662026-06-05T19:42:55.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-05T19:42:55.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-05T19:42:55.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-05T19:42:55.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-05T19:42:56.040Z
30712026-06-05T19:42:56.040Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30722026-06-05T19:42:56.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-05T19:42:56.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-05T19:42:56.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-05T19:42:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-06-05T19:42:56.635Z
30772026-06-05T19:42:56.635Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30782026-06-05T19:42:57.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-05T19:42:57.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-05T19:42:57.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-05T19:42:57.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-05T19:42:57.236Z
30832026-06-05T19:42:57.236Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30842026-06-05T19:42:57.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-05T19:42:57.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-05T19:42:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-05T19:42:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-06-05T19:42:57.842Z
30892026-06-05T19:42:57.842Zinfo: running `cargo check --bins` on installinator-client (115/295)
30902026-06-05T19:42:58.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-05T19:42:58.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-05T19:42:58.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-05T19:42:58.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-05T19:42:58.448Z
30952026-06-05T19:42:58.448Zinfo: running `cargo check --bins` on nexus-client (116/295)
30962026-06-05T19:42:58.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-05T19:42:58.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-05T19:42:58.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-05T19:42:58.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31002026-06-05T19:42:59.085Z
31012026-06-05T19:42:59.086Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31022026-06-05T19:42:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-05T19:42:59.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-05T19:42:59.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-05T19:42:59.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31062026-06-05T19:42:59.723Z
31072026-06-05T19:42:59.723Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31082026-06-05T19:43:00.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-05T19:43:00.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-05T19:43:00.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-05T19:43:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-06-05T19:43:00.313Z
31132026-06-05T19:43:00.313Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31142026-06-05T19:43:00.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-05T19:43:00.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-05T19:43:00.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-05T19:43:00.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-06-05T19:43:00.901Z
31192026-06-05T19:43:00.901Zinfo: running `cargo check --bins` on oxide-client (120/295)
31202026-06-05T19:43:01.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-05T19:43:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-05T19:43:01.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-05T19:43:01.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-05T19:43:01.495Z
31252026-06-05T19:43:01.495Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31262026-06-05T19:43:02.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-05T19:43:02.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-05T19:43:02.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-05T19:43:02.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31302026-06-05T19:43:02.099Z
31312026-06-05T19:43:02.099Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31322026-06-05T19:43:02.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-05T19:43:02.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-05T19:43:02.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-05T19:43:02.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-05T19:43:02.688Z
31372026-06-05T19:43:02.688Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31382026-06-05T19:43:03.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-05T19:43:03.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-05T19:43:03.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-05T19:43:03.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31422026-06-05T19:43:03.300Z
31432026-06-05T19:43:03.300Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31442026-06-05T19:43:03.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-05T19:43:03.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-05T19:43:03.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-05T19:43:03.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-06-05T19:43:03.923Z
31492026-06-05T19:43:03.923Zinfo: running `cargo check --bins` on installinator-common (125/295)
31502026-06-05T19:43:04.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-05T19:43:04.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-05T19:43:04.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-05T19:43:04.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-05T19:43:04.543Z
31552026-06-05T19:43:04.543Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31562026-06-05T19:43:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-05T19:43:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-05T19:43:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-05T19:43:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31602026-06-05T19:43:05.128Z
31612026-06-05T19:43:05.128Zinfo: running `cargo check --bins` on wicket-common (127/295)
31622026-06-05T19:43:05.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-05T19:43:05.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-05T19:43:05.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-05T19:43:05.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-06-05T19:43:05.743Z
31672026-06-05T19:43:05.743Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31682026-06-05T19:43:06.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-05T19:43:06.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-05T19:43:06.437Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31712026-06-05T19:43:06.579Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31722026-06-05T19:43:06.583Z Checking csv-core v0.1.13
31732026-06-05T19:43:06.583Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-06-05T19:43:06.583Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-05T19:43:06.583Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31762026-06-05T19:43:06.596Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-06-05T19:43:06.607Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-06-05T19:43:06.716Z Checking csv v1.4.0
31792026-06-05T19:43:06.749Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-06-05T19:43:06.752Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-06-05T19:43:06.791Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31822026-06-05T19:43:06.820Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-06-05T19:43:07.055Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31842026-06-05T19:43:07.418Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-06-05T19:43:07.421Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-06-05T19:43:07.759Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-06-05T19:43:13.671Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-06-05T19:43:14.204Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-06-05T19:43:16.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31902026-06-05T19:43:16.744Z
31912026-06-05T19:43:16.744Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31922026-06-05T19:43:17.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-06-05T19:43:17.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-06-05T19:43:17.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-06-05T19:43:17.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31962026-06-05T19:43:17.345Z
31972026-06-05T19:43:17.345Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31982026-06-05T19:43:17.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-05T19:43:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-05T19:43:17.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-05T19:43:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-06-05T19:43:18.031Z
32032026-06-05T19:43:18.031Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32042026-06-05T19:43:18.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-05T19:43:18.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-05T19:43:18.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-05T19:43:18.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-05T19:43:18.718Z
32092026-06-05T19:43:18.718Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32102026-06-05T19:43:19.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-05T19:43:19.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-05T19:43:19.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-05T19:43:19.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142026-06-05T19:43:19.366Z
32152026-06-05T19:43:19.366Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32162026-06-05T19:43:19.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-05T19:43:19.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-05T19:43:20.125Z Compiling regress v0.11.1
32192026-06-05T19:43:20.271Z Compiling unsafe-libyaml v0.2.11
32202026-06-05T19:43:20.281Z Compiling radium v0.7.0
32212026-06-05T19:43:20.284Z Compiling semver v0.1.20
32222026-06-05T19:43:20.303Z Checking nom v8.0.0
32232026-06-05T19:43:20.306Z Checking tap v1.0.1
32242026-06-05T19:43:20.306Z Compiling maybe-uninit v2.0.0
32252026-06-05T19:43:20.416Z Checking wyz v0.5.1
32262026-06-05T19:43:20.541Z Compiling rustc_version v0.1.7
32272026-06-05T19:43:20.607Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-06-05T19:43:20.665Z Compiling zerocopy-derive v0.6.6
32292026-06-05T19:43:20.731Z Checking funty v2.0.0
32302026-06-05T19:43:20.759Z Compiling newtype_derive v0.1.6
32312026-06-05T19:43:20.950Z Compiling serde_yaml v0.9.34+deprecated
32322026-06-05T19:43:20.994Z Compiling cancel-safe-futures v0.1.5
32332026-06-05T19:43:21.047Z Checking crc-catalog v2.4.0
32342026-06-05T19:43:21.142Z Compiling packed_struct v0.10.1
32352026-06-05T19:43:21.202Z Compiling owo-colors v4.3.0
32362026-06-05T19:43:21.445Z Checking crc v3.4.0
32372026-06-05T19:43:21.503Z Checking zerocopy v0.6.6
32382026-06-05T19:43:21.570Z Checking bitvec v1.0.1
32392026-06-05T19:43:21.707Z Checking typify-impl v0.6.2
32402026-06-05T19:43:21.799Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-06-05T19:43:22.119Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-06-05T19:43:22.203Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32432026-06-05T19:43:22.342Z Compiling packed_struct_codegen v0.10.1
32442026-06-05T19:43:22.393Z Checking libsw-core v0.3.2
32452026-06-05T19:43:22.464Z Compiling bitfield-macros v0.19.4
32462026-06-05T19:43:22.535Z Compiling indexmap v1.9.3
32472026-06-05T19:43:22.733Z Checking nodrop v0.1.14
32482026-06-05T19:43:22.830Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-05T19:43:22.859Z Checking array-init v0.0.4
32502026-06-05T19:43:22.894Z Checking libsw v3.5.0
32512026-06-05T19:43:22.908Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-06-05T19:43:23.047Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-06-05T19:43:23.160Z Checking smallvec v0.6.14
32542026-06-05T19:43:23.177Z Checking bitfield v0.19.4
32552026-06-05T19:43:23.258Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32562026-06-05T19:43:23.444Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-06-05T19:43:23.459Z Checking hashbrown v0.12.3
32582026-06-05T19:43:23.574Z Checking linear-map v1.2.0
32592026-06-05T19:43:23.643Z Checking smawk v0.3.2
32602026-06-05T19:43:23.683Z Checking base64 v0.21.7
32612026-06-05T19:43:23.746Z Checking unicode-linebreak v0.1.5
32622026-06-05T19:43:23.778Z Checking tagptr v0.2.0
32632026-06-05T19:43:23.923Z Checking moka v0.12.13
32642026-06-05T19:43:23.927Z Checking ron v0.8.1
32652026-06-05T19:43:23.956Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-06-05T19:43:23.969Z Checking textwrap v0.16.2
32672026-06-05T19:43:24.184Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-05T19:43:24.198Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-06-05T19:43:24.360Z Checking serde-hex v0.1.0
32702026-06-05T19:43:24.444Z Checking steno v0.4.1
32712026-06-05T19:43:24.518Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-06-05T19:43:24.551Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-06-05T19:43:24.713Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32742026-06-05T19:43:24.991Z Checking hashbrown v0.13.2
32752026-06-05T19:43:25.221Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-06-05T19:43:25.295Z Checking crc-any v2.5.0
32772026-06-05T19:43:25.429Z Checking object v0.30.4
32782026-06-05T19:43:25.443Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-05T19:43:25.458Z Checking hickory-resolver v0.25.2
32802026-06-05T19:43:25.475Z Checking utf-8 v0.7.6
32812026-06-05T19:43:25.544Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32822026-06-05T19:43:25.603Z Checking void v1.0.2
32832026-06-05T19:43:25.617Z Checking half v1.8.3
32842026-06-05T19:43:25.647Z Checking path-slash v0.1.5
32852026-06-05T19:43:25.710Z Checking lzss v0.8.2
32862026-06-05T19:43:25.753Z Checking tungstenite v0.23.0
32872026-06-05T19:43:25.814Z Checking serde_cbor v0.11.2
32882026-06-05T19:43:25.895Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-06-05T19:43:25.971Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-06-05T19:43:26.056Z Checking nix v0.27.1
32912026-06-05T19:43:26.160Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-05T19:43:26.174Z Checking kstat-rs v0.2.4
32932026-06-05T19:43:26.190Z Checking fxhash v0.2.1
32942026-06-05T19:43:26.205Z Checking serde_bytes v0.11.19
32952026-06-05T19:43:26.277Z Compiling typify-macro v0.6.2
32962026-06-05T19:43:26.305Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-06-05T19:43:26.356Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-06-05T19:43:26.375Z Checking tokio-tungstenite v0.23.1
32992026-06-05T19:43:26.560Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-06-05T19:43:26.575Z Checking signal-hook-tokio v0.3.1
33012026-06-05T19:43:27.491Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-06-05T19:43:27.507Z Compiling typify v0.6.2
33032026-06-05T19:43:27.578Z Compiling progenitor-impl v0.14.0
33042026-06-05T19:43:28.389Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-06-05T19:43:28.693Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33062026-06-05T19:43:29.044Z Compiling progenitor-macro v0.14.0
33072026-06-05T19:43:31.359Z Checking progenitor v0.14.0
33082026-06-05T19:43:31.483Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33092026-06-05T19:43:31.486Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33102026-06-05T19:43:34.116Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-06-05T19:43:41.897Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33122026-06-05T19:43:48.326Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33132026-06-05T19:43:49.691Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33142026-06-05T19:43:50.193Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-06-05T19:43:52.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.92s
33162026-06-05T19:43:52.488Z
33172026-06-05T19:43:52.488Zinfo: running `cargo check --bins` on gateway-api (134/295)
33182026-06-05T19:43:52.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-06-05T19:43:53.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-06-05T19:43:53.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-06-05T19:43:53.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33222026-06-05T19:43:53.091Z
33232026-06-05T19:43:53.091Zinfo: running `cargo check --bins` on ipcc (135/295)
33242026-06-05T19:43:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-05T19:43:53.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-05T19:43:53.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-05T19:43:53.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-06-05T19:43:53.696Z
33292026-06-05T19:43:53.696Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33302026-06-05T19:43:54.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-05T19:43:54.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-05T19:43:54.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-05T19:43:54.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33342026-06-05T19:43:54.280Z
33352026-06-05T19:43:54.280Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33362026-06-05T19:43:54.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-05T19:43:54.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-05T19:43:54.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-05T19:43:54.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33402026-06-05T19:43:54.906Z
33412026-06-05T19:43:54.906Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33422026-06-05T19:43:55.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-05T19:43:55.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-05T19:43:55.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-05T19:43:55.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-06-05T19:43:55.509Z
33472026-06-05T19:43:55.509Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33482026-06-05T19:43:56.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-05T19:43:56.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-05T19:43:56.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-05T19:43:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-06-05T19:43:56.114Z
33532026-06-05T19:43:56.114Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33542026-06-05T19:43:56.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-05T19:43:56.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-05T19:43:56.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-05T19:43:56.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-05T19:43:56.715Z
33592026-06-05T19:43:56.715Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33602026-06-05T19:43:57.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-05T19:43:57.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-05T19:43:57.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-05T19:43:57.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33642026-06-05T19:43:57.334Z
33652026-06-05T19:43:57.334Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33662026-06-05T19:43:57.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-05T19:43:57.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-05T19:43:57.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-05T19:43:57.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-06-05T19:43:57.936Z
33712026-06-05T19:43:57.937Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33722026-06-05T19:43:58.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-05T19:43:58.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-05T19:43:58.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-05T19:43:58.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-06-05T19:43:58.536Z
33772026-06-05T19:43:58.536Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33782026-06-05T19:43:59.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-05T19:43:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-05T19:43:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-05T19:43:59.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-06-05T19:43:59.133Z
33832026-06-05T19:43:59.133Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33842026-06-05T19:43:59.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-05T19:43:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-05T19:43:59.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-05T19:43:59.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-05T19:43:59.730Z
33892026-06-05T19:43:59.730Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33902026-06-05T19:44:00.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-05T19:44:00.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-05T19:44:00.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-05T19:44:00.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-06-05T19:44:00.332Z
33952026-06-05T19:44:00.332Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33962026-06-05T19:44:00.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-05T19:44:00.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-05T19:44:00.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-05T19:44:00.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-06-05T19:44:00.957Z
34012026-06-05T19:44:00.957Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34022026-06-05T19:44:01.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-05T19:44:01.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-05T19:44:01.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-05T19:44:01.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34062026-06-05T19:44:01.549Z
34072026-06-05T19:44:01.550Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34082026-06-05T19:44:02.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-05T19:44:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-05T19:44:02.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-05T19:44:02.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-05T19:44:02.169Z
34132026-06-05T19:44:02.169Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34142026-06-05T19:44:02.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-05T19:44:02.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-05T19:44:02.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-05T19:44:02.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-05T19:44:02.790Z
34192026-06-05T19:44:02.790Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34202026-06-05T19:44:03.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-05T19:44:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-05T19:44:03.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-05T19:44:03.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-05T19:44:03.420Z
34252026-06-05T19:44:03.420Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34262026-06-05T19:44:03.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-05T19:44:04.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-05T19:44:04.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-05T19:44:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-05T19:44:04.035Z
34312026-06-05T19:44:04.035Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34322026-06-05T19:44:04.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-05T19:44:04.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-05T19:44:04.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-05T19:44:04.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-05T19:44:04.724Z
34372026-06-05T19:44:04.724Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34382026-06-05T19:44:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-05T19:44:05.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-05T19:44:05.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-05T19:44:05.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-05T19:44:05.269Z
34432026-06-05T19:44:05.269Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34442026-06-05T19:44:05.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-05T19:44:05.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-05T19:44:05.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-05T19:44:05.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-05T19:44:05.889Z
34492026-06-05T19:44:05.889Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34502026-06-05T19:44:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-05T19:44:06.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-05T19:44:06.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-05T19:44:06.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-05T19:44:06.515Z
34552026-06-05T19:44:06.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34562026-06-05T19:44:07.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-05T19:44:07.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-05T19:44:07.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-05T19:44:07.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-05T19:44:07.137Z
34612026-06-05T19:44:07.137Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34622026-06-05T19:44:07.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-05T19:44:07.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-05T19:44:07.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-05T19:44:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-06-05T19:44:07.740Z
34672026-06-05T19:44:07.740Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34682026-06-05T19:44:08.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-05T19:44:08.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-05T19:44:08.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-05T19:44:08.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-06-05T19:44:08.344Z
34732026-06-05T19:44:08.344Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34742026-06-05T19:44:08.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-05T19:44:08.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-05T19:44:08.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-05T19:44:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-05T19:44:08.946Z
34792026-06-05T19:44:08.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34802026-06-05T19:44:09.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-05T19:44:09.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-05T19:44:09.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-05T19:44:09.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-05T19:44:09.551Z
34852026-06-05T19:44:09.551Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34862026-06-05T19:44:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-05T19:44:10.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-05T19:44:10.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-05T19:44:10.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-05T19:44:10.152Z
34912026-06-05T19:44:10.152Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34922026-06-05T19:44:10.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-05T19:44:10.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-05T19:44:10.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-05T19:44:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-06-05T19:44:10.753Z
34972026-06-05T19:44:10.754Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34982026-06-05T19:44:11.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-05T19:44:11.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-05T19:44:11.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-05T19:44:11.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-06-05T19:44:11.355Z
35032026-06-05T19:44:11.355Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35042026-06-05T19:44:11.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-05T19:44:11.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-05T19:44:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-05T19:44:11.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-06-05T19:44:11.953Z
35092026-06-05T19:44:11.953Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35102026-06-05T19:44:12.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-05T19:44:12.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-05T19:44:12.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-05T19:44:12.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35142026-06-05T19:44:12.573Z
35152026-06-05T19:44:12.573Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35162026-06-05T19:44:13.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-05T19:44:13.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-05T19:44:13.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-05T19:44:13.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-05T19:44:13.191Z
35212026-06-05T19:44:13.191Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35222026-06-05T19:44:13.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-05T19:44:13.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-05T19:44:13.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-05T19:44:13.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-05T19:44:13.814Z
35272026-06-05T19:44:13.815Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35282026-06-05T19:44:14.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-05T19:44:14.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-05T19:44:14.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-05T19:44:14.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-06-05T19:44:14.449Z
35332026-06-05T19:44:14.449Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35342026-06-05T19:44:14.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-05T19:44:14.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-05T19:44:14.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-05T19:44:14.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-05T19:44:15.070Z
35392026-06-05T19:44:15.070Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35402026-06-05T19:44:15.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-05T19:44:15.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-05T19:44:15.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-05T19:44:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-05T19:44:15.694Z
35452026-06-05T19:44:15.694Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35462026-06-05T19:44:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-05T19:44:16.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-05T19:44:16.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-05T19:44:16.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-05T19:44:16.325Z
35512026-06-05T19:44:16.325Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35522026-06-05T19:44:16.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-05T19:44:16.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-05T19:44:16.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-05T19:44:16.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-06-05T19:44:16.971Z
35572026-06-05T19:44:16.971Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35582026-06-05T19:44:17.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-05T19:44:17.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-05T19:44:17.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-05T19:44:17.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35622026-06-05T19:44:17.590Z
35632026-06-05T19:44:17.590Zinfo: running `cargo check --bins` on dns-server (175/295)
35642026-06-05T19:44:18.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-05T19:44:18.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-05T19:44:18.255Z Compiling parking_lot_core v0.8.6
35672026-06-05T19:44:18.255Z Compiling atomicwrites v0.4.4
35682026-06-05T19:44:18.262Z Compiling git-stub v1.0.0
35692026-06-05T19:44:18.263Z Checking prefix-trie v0.7.0
35702026-06-05T19:44:18.372Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35712026-06-05T19:44:18.494Z Compiling git-stub-vcs v0.1.0
35722026-06-05T19:44:18.658Z Checking hickory-server v0.25.2
35732026-06-05T19:44:18.769Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-05T19:44:18.784Z Checking parking_lot v0.11.2
35752026-06-05T19:44:18.854Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-05T19:44:18.854Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35772026-06-05T19:44:18.950Z Checking sled v0.34.7
35782026-06-05T19:44:20.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35792026-06-05T19:44:21.028Z
35802026-06-05T19:44:21.028Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35812026-06-05T19:44:21.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-06-05T19:44:21.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-06-05T19:44:21.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-06-05T19:44:21.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35852026-06-05T19:44:21.644Z
35862026-06-05T19:44:21.645Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35872026-06-05T19:44:22.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-05T19:44:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-05T19:44:22.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-05T19:44:22.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-06-05T19:44:22.235Z
35922026-06-05T19:44:22.235Zinfo: running `cargo check --bins` on sp-sim (178/295)
35932026-06-05T19:44:22.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-05T19:44:22.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-05T19:44:22.974Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35962026-06-05T19:44:24.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35972026-06-05T19:44:24.916Z
35982026-06-05T19:44:24.916Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35992026-06-05T19:44:25.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-05T19:44:25.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-05T19:44:25.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-06-05T19:44:25.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-06-05T19:44:25.624Z
36042026-06-05T19:44:25.624Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36052026-06-05T19:44:26.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-05T19:44:26.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-05T19:44:26.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-05T19:44:26.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-06-05T19:44:26.240Z
36102026-06-05T19:44:26.240Zinfo: running `cargo check --bins` on db-macros (181/295)
36112026-06-05T19:44:26.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-05T19:44:26.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-05T19:44:26.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-05T19:44:26.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36152026-06-05T19:44:26.823Z
36162026-06-05T19:44:26.823Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36172026-06-05T19:44:27.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-05T19:44:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-05T19:44:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-05T19:44:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-06-05T19:44:27.409Z
36222026-06-05T19:44:27.409Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36232026-06-05T19:44:27.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-05T19:44:27.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-05T19:44:27.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-05T19:44:27.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36272026-06-05T19:44:28.059Z
36282026-06-05T19:44:28.059Zinfo: running `cargo check --bins` on authz-macros (184/295)
36292026-06-05T19:44:28.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-05T19:44:28.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-05T19:44:28.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-05T19:44:28.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36332026-06-05T19:44:28.654Z
36342026-06-05T19:44:28.654Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36352026-06-05T19:44:29.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-05T19:44:29.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-05T19:44:29.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-05T19:44:29.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36392026-06-05T19:44:29.292Z
36402026-06-05T19:44:29.292Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36412026-06-05T19:44:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-05T19:44:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-05T19:44:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-05T19:44:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-05T19:44:29.935Z
36462026-06-05T19:44:29.935Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36472026-06-05T19:44:30.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-05T19:44:30.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-05T19:44:30.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-05T19:44:30.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-06-05T19:44:30.528Z
36522026-06-05T19:44:30.528Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36532026-06-05T19:44:31.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-05T19:44:31.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-05T19:44:31.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-05T19:44:31.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-06-05T19:44:31.114Z
36582026-06-05T19:44:31.114Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36592026-06-05T19:44:31.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-05T19:44:31.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-05T19:44:31.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-05T19:44:31.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36632026-06-05T19:44:31.719Z
36642026-06-05T19:44:31.719Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36652026-06-05T19:44:32.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-05T19:44:32.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-05T19:44:32.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-05T19:44:32.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-06-05T19:44:32.312Z
36702026-06-05T19:44:32.312Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36712026-06-05T19:44:32.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-05T19:44:32.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-05T19:44:32.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-05T19:44:32.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36752026-06-05T19:44:32.901Z
36762026-06-05T19:44:32.901Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36772026-06-05T19:44:33.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-05T19:44:33.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-05T19:44:33.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-05T19:44:33.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36812026-06-05T19:44:33.719Z
36822026-06-05T19:44:33.720Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36832026-06-05T19:44:34.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-05T19:44:34.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-05T19:44:34.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-05T19:44:34.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-05T19:44:34.210Z
36882026-06-05T19:44:34.210Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36892026-06-05T19:44:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-05T19:44:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-05T19:44:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-05T19:44:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36932026-06-05T19:44:38.613Z
36942026-06-05T19:44:38.613Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36952026-06-05T19:44:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-05T19:44:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-05T19:44:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-05T19:44:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36992026-06-05T19:44:38.613Z
37002026-06-05T19:44:38.613Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37012026-06-05T19:44:38.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-05T19:44:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-05T19:44:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-05T19:44:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-05T19:44:38.614Z
37062026-06-05T19:44:38.614Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37072026-06-05T19:44:38.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-05T19:44:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-05T19:44:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-05T19:44:38.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37112026-06-05T19:44:38.615Z
37122026-06-05T19:44:38.615Zinfo: running `cargo check --bins` on key-manager (198/295)
37132026-06-05T19:44:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-05T19:44:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-05T19:44:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-05T19:44:38.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-06-05T19:44:38.615Z
37182026-06-05T19:44:38.615Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37192026-06-05T19:44:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-05T19:44:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-05T19:44:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-05T19:44:38.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37232026-06-05T19:44:38.615Z
37242026-06-05T19:44:38.615Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37252026-06-05T19:44:38.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-05T19:44:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-05T19:44:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-05T19:44:38.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37292026-06-05T19:44:38.642Z
37302026-06-05T19:44:38.642Zinfo: running `cargo check --bins` on typed-rng (201/295)
37312026-06-05T19:44:39.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-05T19:44:39.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-05T19:44:39.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-05T19:44:39.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-06-05T19:44:39.168Z
37362026-06-05T19:44:39.168Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37372026-06-05T19:44:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-05T19:44:39.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-05T19:44:40.030Z Compiling libefi-sys v0.1.0
37402026-06-05T19:44:40.033Z Compiling bitfield-struct v0.6.2
37412026-06-05T19:44:40.178Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37422026-06-05T19:44:40.186Z Compiling xshell-macros v0.2.7
37432026-06-05T19:44:40.195Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37442026-06-05T19:44:40.209Z Compiling typify-impl v0.4.3
37452026-06-05T19:44:40.212Z Compiling salty v0.3.0
37462026-06-05T19:44:40.250Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37472026-06-05T19:44:40.253Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37482026-06-05T19:44:40.431Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37492026-06-05T19:44:40.519Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-05T19:44:40.550Z Checking xshell v0.2.7
37512026-06-05T19:44:40.550Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37522026-06-05T19:44:40.736Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-06-05T19:44:40.750Z Checking primeorder v0.13.6
37542026-06-05T19:44:40.792Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-06-05T19:44:40.796Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-05T19:44:40.904Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37572026-06-05T19:44:40.955Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-06-05T19:44:40.990Z Checking p384 v0.13.1
37592026-06-05T19:44:41.031Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37602026-06-05T19:44:41.150Z Checking tungstenite v0.21.0
37612026-06-05T19:44:41.185Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-06-05T19:44:41.200Z Compiling proc-macro-error2 v2.0.1
37632026-06-05T19:44:41.268Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37642026-06-05T19:44:41.588Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37652026-06-05T19:44:41.731Z Compiling num-derive v0.3.3
37662026-06-05T19:44:41.839Z Checking tokio-tungstenite v0.21.0
37672026-06-05T19:44:41.965Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37682026-06-05T19:44:42.120Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37692026-06-05T19:44:42.140Z Compiling tabled_derive v0.11.0
37702026-06-05T19:44:42.397Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37712026-06-05T19:44:42.477Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37722026-06-05T19:44:42.627Z Checking libscf-sys v1.1.0
37732026-06-05T19:44:42.762Z Checking papergrid v0.17.0
37742026-06-05T19:44:42.781Z Checking testing_table v0.3.0
37752026-06-05T19:44:42.817Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37762026-06-05T19:44:42.881Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-05T19:44:43.158Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37782026-06-05T19:44:43.297Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-06-05T19:44:43.313Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37802026-06-05T19:44:43.446Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-06-05T19:44:43.468Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-06-05T19:44:43.527Z Checking corncobs v0.1.4
37832026-06-05T19:44:43.578Z Compiling unicase v2.9.0
37842026-06-05T19:44:43.649Z Compiling illumos-nvpair-sys v0.2.0
37852026-06-05T19:44:43.664Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-05T19:44:43.732Z Checking tabled v0.20.0
37872026-06-05T19:44:43.789Z Compiling mime_guess v2.0.5
37882026-06-05T19:44:43.884Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-05T19:44:43.931Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-05T19:44:43.948Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37912026-06-05T19:44:43.978Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-06-05T19:44:44.005Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37932026-06-05T19:44:44.135Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37942026-06-05T19:44:44.215Z Checking progenitor-client v0.11.2
37952026-06-05T19:44:44.328Z Checking secrecy v0.8.0
37962026-06-05T19:44:44.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37972026-06-05T19:44:44.654Z Compiling typify-macro v0.4.3
37982026-06-05T19:44:44.702Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-05T19:44:44.738Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38002026-06-05T19:44:44.828Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38012026-06-05T19:44:44.847Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38022026-06-05T19:44:44.974Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38032026-06-05T19:44:45.028Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38042026-06-05T19:44:45.122Z Checking filetime v0.2.27
38052026-06-05T19:44:45.196Z Checking http-range v0.1.5
38062026-06-05T19:44:45.275Z Checking crc8 v0.1.1
38072026-06-05T19:44:45.378Z Checking xattr v1.6.1
38082026-06-05T19:44:45.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38092026-06-05T19:44:45.517Z Checking tar v0.4.45
38102026-06-05T19:44:45.629Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38112026-06-05T19:44:45.798Z Checking illumos-nvpair v0.3.0
38122026-06-05T19:44:45.896Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38132026-06-05T19:44:45.961Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38142026-06-05T19:44:45.979Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38152026-06-05T19:44:46.294Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38162026-06-05T19:44:46.312Z Checking atty v0.2.14
38172026-06-05T19:44:46.372Z Compiling typify v0.4.3
38182026-06-05T19:44:46.492Z Compiling progenitor-impl v0.11.2
38192026-06-05T19:44:46.543Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38202026-06-05T19:44:46.574Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38212026-06-05T19:44:46.642Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38222026-06-05T19:44:46.908Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38232026-06-05T19:44:46.969Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-06-05T19:44:46.976Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38252026-06-05T19:44:47.219Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38262026-06-05T19:44:47.327Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38272026-06-05T19:44:47.404Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38282026-06-05T19:44:47.423Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38292026-06-05T19:44:47.504Z Checking hyper-staticfile v0.10.1
38302026-06-05T19:44:47.647Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-05T19:44:47.793Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38322026-06-05T19:44:47.860Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38332026-06-05T19:44:47.907Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-06-05T19:44:48.113Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38352026-06-05T19:44:48.158Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362026-06-05T19:44:48.459Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-06-05T19:44:48.517Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38382026-06-05T19:44:48.620Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38392026-06-05T19:44:48.738Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38402026-06-05T19:44:49.176Z Compiling progenitor-macro v0.11.2
38412026-06-05T19:44:51.595Z Checking progenitor v0.11.2
38422026-06-05T19:44:51.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38432026-06-05T19:44:51.960Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-05T19:44:56.404Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-05T19:45:07.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.11s
38462026-06-05T19:45:07.501Z
38472026-06-05T19:45:07.501Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38482026-06-05T19:45:08.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-05T19:45:08.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-05T19:45:08.289Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-05T19:45:18.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38522026-06-05T19:45:19.104Z
38532026-06-05T19:45:19.104Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38542026-06-05T19:45:19.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-05T19:45:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-05T19:45:19.892Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-05T19:45:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38582026-06-05T19:45:30.737Z
38592026-06-05T19:45:30.737Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38602026-06-05T19:45:31.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-05T19:45:31.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-05T19:45:31.525Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-05T19:45:42.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38642026-06-05T19:45:42.389Z
38652026-06-05T19:45:42.389Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38662026-06-05T19:45:42.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-05T19:45:42.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-05T19:45:43.181Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-05T19:45:53.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38702026-06-05T19:45:54.016Z
38712026-06-05T19:45:54.016Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38722026-06-05T19:45:54.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-05T19:45:54.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-05T19:45:54.806Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-05T19:46:05.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38762026-06-05T19:46:05.683Z
38772026-06-05T19:46:05.683Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38782026-06-05T19:46:06.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-05T19:46:06.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-05T19:46:06.477Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-05T19:46:17.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38822026-06-05T19:46:17.322Z
38832026-06-05T19:46:17.323Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38842026-06-05T19:46:17.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-05T19:46:17.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-05T19:46:18.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-05T19:46:28.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38882026-06-05T19:46:28.978Z
38892026-06-05T19:46:28.978Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38902026-06-05T19:46:29.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-05T19:46:29.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-05T19:46:29.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-05T19:46:29.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-06-05T19:46:29.587Z
38952026-06-05T19:46:29.587Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38962026-06-05T19:46:30.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-05T19:46:30.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-05T19:46:30.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-05T19:46:30.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39002026-06-05T19:46:30.204Z
39012026-06-05T19:46:30.204Zinfo: running `cargo check --bins` on range-requests (212/295)
39022026-06-05T19:46:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-05T19:46:30.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-05T19:46:30.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-05T19:46:30.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-06-05T19:46:30.808Z
39072026-06-05T19:46:30.808Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39082026-06-05T19:46:31.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-05T19:46:31.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-05T19:46:31.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-05T19:46:31.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-06-05T19:46:31.415Z
39132026-06-05T19:46:31.415Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39142026-06-05T19:46:31.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-05T19:46:31.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-05T19:46:31.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-05T19:46:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39182026-06-05T19:46:32.044Z
39192026-06-05T19:46:32.044Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39202026-06-05T19:46:32.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-05T19:46:32.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-05T19:46:32.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-05T19:46:32.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39242026-06-05T19:46:32.673Z
39252026-06-05T19:46:32.673Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39262026-06-05T19:46:33.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-05T19:46:33.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-05T19:46:33.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-05T19:46:33.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39302026-06-05T19:46:33.296Z
39312026-06-05T19:46:33.296Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39322026-06-05T19:46:33.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-05T19:46:33.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-05T19:46:33.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-05T19:46:33.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-06-05T19:46:33.930Z
39372026-06-05T19:46:33.930Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39382026-06-05T19:46:34.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-05T19:46:34.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-05T19:46:34.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-05T19:46:34.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-06-05T19:46:34.554Z
39432026-06-05T19:46:34.554Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39442026-06-05T19:46:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-05T19:46:35.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-05T19:46:35.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-05T19:46:35.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39482026-06-05T19:46:35.179Z
39492026-06-05T19:46:35.179Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39502026-06-05T19:46:35.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-05T19:46:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-05T19:46:35.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-05T19:46:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39542026-06-05T19:46:35.797Z
39552026-06-05T19:46:35.797Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39562026-06-05T19:46:36.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-05T19:46:36.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-05T19:46:36.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-05T19:46:36.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39602026-06-05T19:46:36.429Z
39612026-06-05T19:46:36.429Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39622026-06-05T19:46:36.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-05T19:46:36.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-05T19:46:36.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-05T19:46:36.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39662026-06-05T19:46:37.063Z
39672026-06-05T19:46:37.063Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39682026-06-05T19:46:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-05T19:46:37.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-05T19:46:37.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-05T19:46:37.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39722026-06-05T19:46:37.694Z
39732026-06-05T19:46:37.694Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39742026-06-05T19:46:38.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-05T19:46:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-05T19:46:38.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-05T19:46:38.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39782026-06-05T19:46:38.348Z
39792026-06-05T19:46:38.348Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39802026-06-05T19:46:38.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-05T19:46:38.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-05T19:46:38.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-05T19:46:38.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39842026-06-05T19:46:38.980Z
39852026-06-05T19:46:38.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39862026-06-05T19:46:39.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-05T19:46:39.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-05T19:46:39.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-05T19:46:39.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39902026-06-05T19:46:39.631Z
39912026-06-05T19:46:39.631Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39922026-06-05T19:46:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-05T19:46:40.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-05T19:46:40.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-05T19:46:40.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39962026-06-05T19:46:40.283Z
39972026-06-05T19:46:40.283Zinfo: running `cargo check --bins` on update-common (228/295)
39982026-06-05T19:46:40.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-05T19:46:40.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-05T19:46:40.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-05T19:46:40.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40022026-06-05T19:46:40.897Z
40032026-06-05T19:46:40.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40042026-06-05T19:46:41.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-05T19:46:41.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-05T19:46:41.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-05T19:46:41.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40082026-06-05T19:46:41.559Z
40092026-06-05T19:46:41.559Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40102026-06-05T19:46:42.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-05T19:46:42.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-05T19:46:42.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-05T19:46:42.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40142026-06-05T19:46:42.153Z
40152026-06-05T19:46:42.153Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40162026-06-05T19:46:42.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-05T19:46:42.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-05T19:46:42.937Z Compiling fs-err v2.11.0
40192026-06-05T19:46:42.940Z Checking ignore v0.4.25
40202026-06-05T19:46:42.940Z Checking arc-swap v1.8.2
40212026-06-05T19:46:43.072Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-05T19:46:43.072Z Checking predicates-tree v1.0.13
40232026-06-05T19:46:43.079Z Checking parse-size v1.1.0
40242026-06-05T19:46:43.126Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-05T19:46:43.132Z Checking rand_seeder v0.4.0
40262026-06-05T19:46:43.180Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-05T19:46:43.206Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-05T19:46:43.258Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-05T19:46:43.272Z Checking slog-scope v4.4.1
40302026-06-05T19:46:43.308Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-06-05T19:46:43.394Z Compiling petname v2.0.2
40322026-06-05T19:46:43.408Z Checking slog-stdlog v4.1.1
40332026-06-05T19:46:43.425Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-05T19:46:43.450Z Checking globwalk v0.9.1
40352026-06-05T19:46:43.498Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-05T19:46:43.528Z Checking slog-envlogger v2.2.0
40372026-06-05T19:46:43.632Z Checking camino-tempfile-ext v0.3.3
40382026-06-05T19:46:43.676Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-05T19:46:43.707Z Checking sapling-renderdag v0.1.0
40402026-06-05T19:46:43.825Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-05T19:46:43.880Z Checking subprocess v0.2.15
40422026-06-05T19:46:43.944Z Checking sync-ptr v0.1.4
40432026-06-05T19:46:44.030Z Checking colored v2.2.0
40442026-06-05T19:46:44.062Z Checking assert_matches v1.5.0
40452026-06-05T19:46:44.161Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-05T19:46:44.309Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40472026-06-05T19:46:44.313Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40482026-06-05T19:46:44.962Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-05T19:46:46.272Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-05T19:46:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
40512026-06-05T19:46:48.653Z
40522026-06-05T19:46:48.653Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40532026-06-05T19:46:49.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-05T19:46:49.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-05T19:46:49.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-05T19:46:49.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-06-05T19:46:49.249Z
40582026-06-05T19:46:49.249Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40592026-06-05T19:46:49.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-05T19:46:49.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-05T19:46:49.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-05T19:46:49.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40632026-06-05T19:46:49.869Z
40642026-06-05T19:46:49.869Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40652026-06-05T19:46:50.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-05T19:46:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-05T19:46:50.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-05T19:46:50.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40692026-06-05T19:46:50.538Z
40702026-06-05T19:46:50.538Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40712026-06-05T19:46:51.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-05T19:46:51.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-05T19:46:51.272Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-06-05T19:46:51.275Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-06-05T19:46:51.926Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-05T19:46:53.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40772026-06-05T19:46:53.688Z
40782026-06-05T19:46:53.688Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40792026-06-05T19:46:54.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-05T19:46:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-05T19:46:54.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-05T19:46:54.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-06-05T19:46:54.296Z
40842026-06-05T19:46:54.296Zinfo: running `cargo check --bins` on cert-dev (237/295)
40852026-06-05T19:46:54.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-05T19:46:54.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-05T19:46:54.908Z Checking yasna v0.5.2
40882026-06-05T19:46:55.313Z Checking rcgen v0.12.1
40892026-06-05T19:46:55.566Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-05T19:46:55.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40912026-06-05T19:46:55.934Z
40922026-06-05T19:46:55.934Zinfo: running `cargo check --bins` on clickana (238/295)
40932026-06-05T19:46:56.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-05T19:46:56.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-05T19:46:56.587Z Compiling darling_core v0.23.0
40962026-06-05T19:46:56.590Z Compiling instability v0.3.11
40972026-06-05T19:46:56.697Z Checking castaway v0.2.4
40982026-06-05T19:46:56.708Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-06-05T19:46:56.711Z Compiling indoc v2.0.7
41002026-06-05T19:46:56.722Z Checking unicode-truncate v1.1.0
41012026-06-05T19:46:56.725Z Checking lru v0.12.5
41022026-06-05T19:46:56.725Z Checking cassowary v0.3.0
41032026-06-05T19:46:56.788Z Checking compact_str v0.8.1
41042026-06-05T19:46:58.003Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-05T19:46:58.121Z Compiling darling_macro v0.23.0
41062026-06-05T19:46:58.181Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-05T19:46:58.530Z Compiling darling v0.23.0
41082026-06-05T19:46:59.153Z Checking ratatui v0.29.0
41092026-06-05T19:47:00.205Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-05T19:47:00.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41112026-06-05T19:47:01.058Z
41122026-06-05T19:47:01.058Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41132026-06-05T19:47:01.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-05T19:47:01.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-05T19:47:01.780Z Checking headers-core v0.3.0
41162026-06-05T19:47:01.783Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-05T19:47:01.980Z Checking headers v0.4.1
41182026-06-05T19:47:02.350Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-05T19:47:03.190Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-05T19:47:03.687Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-05T19:47:04.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
41222026-06-05T19:47:04.295Z
41232026-06-05T19:47:04.295Zinfo: running `cargo check --bins` on ch-dev (240/295)
41242026-06-05T19:47:04.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-05T19:47:04.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-05T19:47:05.011Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-05T19:47:05.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41282026-06-05T19:47:05.989Z
41292026-06-05T19:47:05.989Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41302026-06-05T19:47:06.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-05T19:47:06.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-05T19:47:06.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-05T19:47:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41342026-06-05T19:47:06.463Z
41352026-06-05T19:47:06.463Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41362026-06-05T19:47:06.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-05T19:47:06.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-05T19:47:07.156Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-05T19:47:08.140Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-05T19:47:08.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41412026-06-05T19:47:08.686Z
41422026-06-05T19:47:08.686Zinfo: running `cargo check --bins` on db-dev (243/295)
41432026-06-05T19:47:09.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-05T19:47:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-05T19:47:09.412Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-05T19:47:10.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41472026-06-05T19:47:10.375Z
41482026-06-05T19:47:10.375Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41492026-06-05T19:47:10.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-05T19:47:10.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-05T19:47:10.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-05T19:47:10.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41532026-06-05T19:47:11.021Z
41542026-06-05T19:47:11.021Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41552026-06-05T19:47:11.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-05T19:47:11.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-05T19:47:11.637Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-05T19:47:12.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41592026-06-05T19:47:12.509Z
41602026-06-05T19:47:12.509Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41612026-06-05T19:47:13.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-05T19:47:13.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-05T19:47:13.268Z Compiling progenitor-impl v0.13.0
41642026-06-05T19:47:13.387Z Checking progenitor-client v0.13.0
41652026-06-05T19:47:13.390Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-05T19:47:13.391Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-05T19:47:13.409Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41682026-06-05T19:47:13.431Z Checking git-stub v1.0.0
41692026-06-05T19:47:13.434Z Compiling trait-variant v0.1.2
41702026-06-05T19:47:13.581Z Checking maplit v1.0.2
41712026-06-05T19:47:13.620Z Checking is_ci v1.2.0
41722026-06-05T19:47:13.644Z Checking git-stub-vcs v0.1.0
41732026-06-05T19:47:13.665Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41742026-06-05T19:47:13.718Z Checking supports-color v3.0.2
41752026-06-05T19:47:13.841Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41762026-06-05T19:47:13.863Z Checking drift v0.2.0
41772026-06-05T19:47:13.964Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-06-05T19:47:14.061Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41792026-06-05T19:47:14.129Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-05T19:47:14.220Z Checking dropshot-api-manager v0.7.2
41812026-06-05T19:47:14.248Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41822026-06-05T19:47:14.277Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41832026-06-05T19:47:14.361Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-06-05T19:47:14.531Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41852026-06-05T19:47:14.723Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-06-05T19:47:14.753Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41872026-06-05T19:47:15.256Z Compiling progenitor-macro v0.13.0
41882026-06-05T19:47:17.631Z Checking progenitor v0.13.0
41892026-06-05T19:47:17.748Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41902026-06-05T19:47:22.890Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41912026-06-05T19:47:23.989Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41922026-06-05T19:47:24.554Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41932026-06-05T19:47:24.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
41942026-06-05T19:47:25.178Z
41952026-06-05T19:47:25.178Zinfo: running `cargo check --bins` on installinator-api (247/295)
41962026-06-05T19:47:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-05T19:47:25.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-05T19:47:25.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-05T19:47:25.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42002026-06-05T19:47:25.778Z
42012026-06-05T19:47:25.778Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42022026-06-05T19:47:26.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-05T19:47:26.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-05T19:47:26.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-05T19:47:26.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42062026-06-05T19:47:26.422Z
42072026-06-05T19:47:26.422Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42082026-06-05T19:47:26.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-05T19:47:26.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-05T19:47:26.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-05T19:47:26.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42122026-06-05T19:47:27.064Z
42132026-06-05T19:47:27.064Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42142026-06-05T19:47:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-05T19:47:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-05T19:47:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-05T19:47:27.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42182026-06-05T19:47:27.707Z
42192026-06-05T19:47:27.707Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42202026-06-05T19:47:28.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-05T19:47:28.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-05T19:47:28.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-05T19:47:28.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42242026-06-05T19:47:28.312Z
42252026-06-05T19:47:28.312Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42262026-06-05T19:47:28.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-05T19:47:28.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-05T19:47:28.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-05T19:47:28.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42302026-06-05T19:47:28.907Z
42312026-06-05T19:47:28.907Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42322026-06-05T19:47:29.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-05T19:47:29.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-05T19:47:29.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-05T19:47:29.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42362026-06-05T19:47:29.527Z
42372026-06-05T19:47:29.527Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42382026-06-05T19:47:30.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-05T19:47:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-05T19:47:30.144Z Checking typeid v1.0.3
42412026-06-05T19:47:30.257Z Checking ordered-float v2.10.1
42422026-06-05T19:47:30.277Z Checking unicode-xid v0.2.6
42432026-06-05T19:47:30.292Z Checking cargo-platform v0.2.0
42442026-06-05T19:47:30.299Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42452026-06-05T19:47:30.326Z Checking erased-serde v0.4.9
42462026-06-05T19:47:30.467Z Checking serde-value v0.7.0
42472026-06-05T19:47:30.640Z Checking serde-untagged v0.1.9
42482026-06-05T19:47:30.796Z Checking cargo-util-schemas v0.8.2
42492026-06-05T19:47:31.480Z Checking cargo_metadata v0.21.0
42502026-06-05T19:47:32.078Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42512026-06-05T19:47:32.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
42522026-06-05T19:47:32.996Z
42532026-06-05T19:47:32.996Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42542026-06-05T19:47:33.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-05T19:47:33.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-05T19:47:33.741Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42572026-06-05T19:47:34.359Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42582026-06-05T19:47:34.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42592026-06-05T19:47:35.065Z
42602026-06-05T19:47:35.065Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42612026-06-05T19:47:35.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-06-05T19:47:35.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-06-05T19:47:36.017Z Compiling vergen-lib v0.1.6
42642026-06-05T19:47:36.017Z Compiling vergen-gitcl v1.0.8
42652026-06-05T19:47:36.017Z Compiling dirs-sys-next v0.1.2
42662026-06-05T19:47:36.017Z Compiling crunchy v0.2.4
42672026-06-05T19:47:36.020Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42682026-06-05T19:47:36.020Z Compiling diesel_derives v2.3.7
42692026-06-05T19:47:36.020Z Compiling glob v0.3.3
42702026-06-05T19:47:36.221Z Compiling dsl_auto_type v0.2.0
42712026-06-05T19:47:36.384Z Compiling dirs-next v2.0.0
42722026-06-05T19:47:36.401Z Checking scheduled-thread-pool v0.2.7
42732026-06-05T19:47:36.452Z Compiling diesel_table_macro_syntax v0.3.0
42742026-06-05T19:47:36.468Z Compiling tiny-keccak v2.0.2
42752026-06-05T19:47:36.527Z Compiling term v0.7.0
42762026-06-05T19:47:36.547Z Checking r2d2 v0.8.10
42772026-06-05T19:47:36.616Z Compiling clang-sys v1.8.1
42782026-06-05T19:47:36.743Z Checking downcast-rs v2.0.2
42792026-06-05T19:47:36.798Z Compiling bit-vec v0.6.3
42802026-06-05T19:47:36.842Z Compiling ascii-canvas v3.0.0
42812026-06-05T19:47:36.996Z Compiling bit-set v0.5.3
42822026-06-05T19:47:37.022Z Compiling itertools v0.10.5
42832026-06-05T19:47:37.080Z Compiling ena v0.14.4
42842026-06-05T19:47:37.097Z Compiling libloading v0.8.9
42852026-06-05T19:47:37.154Z Compiling bindgen v0.71.1
42862026-06-05T19:47:37.222Z Compiling regex-syntax v0.6.29
42872026-06-05T19:47:37.237Z Compiling diff v0.1.13
42882026-06-05T19:47:37.309Z Compiling cexpr v0.6.0
42892026-06-05T19:47:37.500Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42902026-06-05T19:47:37.594Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42912026-06-05T19:47:37.691Z Compiling rustc-hash v2.1.1
42922026-06-05T19:47:37.777Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42932026-06-05T19:47:37.830Z Compiling libxml v0.3.3
42942026-06-05T19:47:37.980Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42952026-06-05T19:47:38.085Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42962026-06-05T19:47:38.102Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42972026-06-05T19:47:38.383Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42982026-06-05T19:47:38.386Z Compiling strum_macros v0.24.3
42992026-06-05T19:47:38.425Z Compiling indoc v1.0.9
43002026-06-05T19:47:38.596Z Compiling lalrpop v0.19.12
43012026-06-05T19:47:39.347Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43022026-06-05T19:47:39.540Z Checking derive_builder v0.20.2
43032026-06-05T19:47:39.667Z Compiling oso-derive v0.27.3
43042026-06-05T19:47:39.755Z Checking quick-xml v0.37.5
43052026-06-05T19:47:39.896Z Compiling impl-trait-for-tuples v0.2.3
43062026-06-05T19:47:40.171Z Checking openssl-probe v0.1.6
43072026-06-05T19:47:40.318Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43082026-06-05T19:47:40.639Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43092026-06-05T19:47:40.838Z Checking bb8 v0.8.6
43102026-06-05T19:47:41.006Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-06-05T19:47:41.051Z Compiling libz-sys v1.1.24
43122026-06-05T19:47:41.125Z Checking nonempty v0.12.0
43132026-06-05T19:47:41.224Z Compiling strsim v0.10.0
43142026-06-05T19:47:41.295Z Compiling libgit2-sys v0.18.3+1.9.2
43152026-06-05T19:47:41.458Z Compiling darling_core v0.13.4
43162026-06-05T19:47:41.558Z Compiling vergen-git2 v9.1.0
43172026-06-05T19:47:41.624Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43182026-06-05T19:47:41.782Z Compiling base64 v0.21.7
43192026-06-05T19:47:41.816Z Compiling rustls v0.21.12
43202026-06-05T19:47:42.056Z Compiling ron v0.8.1
43212026-06-05T19:47:42.114Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-05T19:47:42.162Z Checking diesel v2.3.7
43232026-06-05T19:47:43.028Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43242026-06-05T19:47:43.068Z Checking sct v0.7.1
43252026-06-05T19:47:43.213Z Checking rustls-webpki v0.101.7
43262026-06-05T19:47:43.289Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-06-05T19:47:43.357Z Compiling darling_macro v0.13.4
43282026-06-05T19:47:43.839Z Compiling darling v0.13.4
43292026-06-05T19:47:43.936Z Compiling serde_with_macros v1.5.2
43302026-06-05T19:47:44.104Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43312026-06-05T19:47:44.799Z Compiling serde_with v1.14.0
43322026-06-05T19:47:44.910Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43332026-06-05T19:47:45.791Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43342026-06-05T19:47:45.933Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43352026-06-05T19:47:46.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362026-06-05T19:47:47.328Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-06-05T19:47:47.356Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-06-05T19:47:47.463Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43392026-06-05T19:47:47.522Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43402026-06-05T19:47:47.549Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43412026-06-05T19:47:47.653Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-06-05T19:47:47.830Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43432026-06-05T19:47:47.869Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-06-05T19:47:47.887Z Checking tokio-rustls v0.24.1
43452026-06-05T19:47:48.092Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43462026-06-05T19:47:48.646Z Checking rustls-pemfile v1.0.4
43472026-06-05T19:47:48.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43482026-06-05T19:47:48.798Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43492026-06-05T19:47:48.964Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-06-05T19:47:48.990Z Checking twox-hash v2.1.2
43512026-06-05T19:47:49.301Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43522026-06-05T19:47:49.320Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43532026-06-05T19:47:49.369Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43542026-06-05T19:47:49.691Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-05T19:47:49.851Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-05T19:47:51.034Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43572026-06-05T19:47:51.137Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43582026-06-05T19:47:51.328Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43592026-06-05T19:47:51.705Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43602026-06-05T19:47:51.984Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43612026-06-05T19:47:52.245Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43622026-06-05T19:47:52.499Z Checking console v0.16.2
43632026-06-05T19:47:52.816Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43642026-06-05T19:47:52.971Z Checking fatfs v0.3.6
43652026-06-05T19:47:53.229Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43662026-06-05T19:47:53.452Z Compiling seq-macro v0.3.6
43672026-06-05T19:47:53.962Z Checking unit-prefix v0.5.2
43682026-06-05T19:47:54.103Z Checking indicatif v0.18.4
43692026-06-05T19:47:54.153Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43702026-06-05T19:47:54.492Z Checking support-bundle-viewer v0.1.2
43712026-06-05T19:47:54.571Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-06-05T19:47:54.741Z Checking multimap v0.10.1
43732026-06-05T19:48:00.622Z Checking diesel-dtrace v0.5.0
43742026-06-05T19:48:00.877Z Checking async-bb8-diesel v0.2.1
43752026-06-05T19:48:03.627Z Compiling samael v0.0.19
43762026-06-05T19:48:09.063Z Compiling git2 v0.20.4
43772026-06-05T19:48:10.134Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43782026-06-05T19:48:10.672Z Compiling polar-core v0.27.3
43792026-06-05T19:48:11.491Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43802026-06-05T19:48:15.197Z Checking oso v0.27.3
43812026-06-05T19:48:42.861Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43822026-06-05T19:49:53.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43832026-06-05T19:49:53.422Z
43842026-06-05T19:49:53.422Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43852026-06-05T19:49:54.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-06-05T19:49:54.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-06-05T19:49:54.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43882026-06-05T19:49:54.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43892026-06-05T19:49:54.130Z
43902026-06-05T19:49:54.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43912026-06-05T19:49:54.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-05T19:49:54.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-05T19:49:54.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-05T19:49:54.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43952026-06-05T19:49:54.789Z
43962026-06-05T19:49:54.789Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43972026-06-05T19:49:55.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-05T19:49:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-05T19:49:55.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-05T19:49:55.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44012026-06-05T19:49:55.498Z
44022026-06-05T19:49:55.498Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44032026-06-05T19:49:55.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-05T19:49:55.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-05T19:49:55.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-05T19:49:55.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44072026-06-05T19:49:56.099Z
44082026-06-05T19:49:56.099Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44092026-06-05T19:49:56.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-05T19:49:56.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-05T19:49:56.896Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44122026-06-05T19:49:57.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44132026-06-05T19:49:57.883Z
44142026-06-05T19:49:57.883Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44152026-06-05T19:49:59.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-05T19:49:59.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-05T19:49:59.063Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-05T19:50:35.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s
44192026-06-05T19:50:35.309Z
44202026-06-05T19:50:35.309Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44212026-06-05T19:50:35.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-05T19:50:35.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-05T19:50:35.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44242026-06-05T19:50:35.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44252026-06-05T19:50:35.907Z
44262026-06-05T19:50:35.908Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44272026-06-05T19:50:36.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-05T19:50:36.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-05T19:50:36.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-05T19:50:36.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44312026-06-05T19:50:36.554Z
44322026-06-05T19:50:36.554Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44332026-06-05T19:50:37.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-05T19:50:37.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-05T19:50:37.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-05T19:50:37.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44372026-06-05T19:50:37.225Z
44382026-06-05T19:50:37.225Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44392026-06-05T19:50:37.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-05T19:50:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-05T19:50:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-05T19:50:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44432026-06-05T19:50:37.893Z
44442026-06-05T19:50:37.893Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44452026-06-05T19:50:38.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-05T19:50:38.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-05T19:50:38.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-05T19:50:38.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44492026-06-05T19:50:38.543Z
44502026-06-05T19:50:38.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44512026-06-05T19:50:39.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-05T19:50:39.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-05T19:50:39.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-05T19:50:39.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-05T19:50:39.200Z
44562026-06-05T19:50:39.200Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44572026-06-05T19:50:39.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-05T19:50:39.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-05T19:50:39.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-05T19:50:39.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44612026-06-05T19:50:39.856Z
44622026-06-05T19:50:39.856Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44632026-06-05T19:50:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-05T19:50:40.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-05T19:50:40.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-05T19:50:40.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-05T19:50:40.512Z
44682026-06-05T19:50:40.512Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44692026-06-05T19:50:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-05T19:50:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-05T19:50:41.417Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44722026-06-05T19:50:41.423Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44732026-06-05T19:50:41.612Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44742026-06-05T19:50:41.642Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44752026-06-05T19:50:41.661Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44762026-06-05T19:50:41.665Z Checking yansi v1.0.1
44772026-06-05T19:50:41.665Z Checking diff v0.1.13
44782026-06-05T19:50:41.705Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44792026-06-05T19:50:41.745Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44802026-06-05T19:50:41.923Z Checking pretty_assertions v1.4.1
44812026-06-05T19:50:42.560Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44822026-06-05T19:50:42.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44832026-06-05T19:51:06.327Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44842026-06-05T19:51:06.330Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44852026-06-05T19:51:06.330Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44862026-06-05T19:51:06.330Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44872026-06-05T19:51:06.330Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44882026-06-05T19:51:06.330Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44892026-06-05T19:51:07.142Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44902026-06-05T19:51:07.142Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44912026-06-05T19:51:08.328Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44922026-06-05T19:51:44.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44932026-06-05T19:51:44.869Z
44942026-06-05T19:51:44.869Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44952026-06-05T19:51:45.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-06-05T19:51:45.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-06-05T19:51:45.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-06-05T19:51:45.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44992026-06-05T19:51:45.465Z
45002026-06-05T19:51:45.465Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45012026-06-05T19:51:46.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-05T19:51:46.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-05T19:51:46.245Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45042026-06-05T19:51:46.370Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45052026-06-05T19:51:46.373Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45062026-06-05T19:52:12.243Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45072026-06-05T19:52:12.579Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45082026-06-05T19:52:14.268Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45092026-06-05T19:52:14.713Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45102026-06-05T19:52:17.635Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45112026-06-05T19:52:40.335Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45122026-06-05T19:52:41.027Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45132026-06-05T19:52:42.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.18s
45142026-06-05T19:52:42.866Z
45152026-06-05T19:52:42.866Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45162026-06-05T19:52:43.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-06-05T19:52:43.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-06-05T19:52:43.587Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45192026-06-05T19:52:44.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45202026-06-05T19:52:44.476Z
45212026-06-05T19:52:44.476Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45222026-06-05T19:52:44.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-05T19:52:45.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-05T19:52:45.132Z Compiling blake3 v1.8.3
45252026-06-05T19:52:45.242Z Checking constant_time_eq v0.4.2
45262026-06-05T19:52:45.242Z Checking arrayvec v0.7.6
45272026-06-05T19:52:45.246Z Checking arrayref v0.3.9
45282026-06-05T19:52:45.268Z Checking topological-sort v0.2.2
45292026-06-05T19:52:45.271Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45302026-06-05T19:52:45.271Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45312026-06-05T19:52:45.271Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45322026-06-05T19:52:45.321Z Checking shell-words v1.1.1
45332026-06-05T19:52:46.134Z Checking omicron-zone-package v0.12.2
45342026-06-05T19:52:46.856Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45352026-06-05T19:52:47.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45362026-06-05T19:52:47.902Z
45372026-06-05T19:52:47.902Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45382026-06-05T19:52:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-06-05T19:52:48.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-06-05T19:52:48.555Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45412026-06-05T19:52:48.881Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45422026-06-05T19:52:49.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45432026-06-05T19:52:49.479Z
45442026-06-05T19:52:49.479Zinfo: running `cargo check --bins` on schema (277/295)
45452026-06-05T19:52:50.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-06-05T19:52:50.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-06-05T19:52:50.215Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45482026-06-05T19:52:50.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45492026-06-05T19:52:51.118Z
45502026-06-05T19:52:51.118Zinfo: running `cargo check --bins` on xtask (278/295)
45512026-06-05T19:52:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-05T19:52:51.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-05T19:52:51.575Z Checking libc v0.2.185
45542026-06-05T19:52:51.656Z Checking serde v1.0.228
45552026-06-05T19:52:51.661Z Checking zerofrom v0.1.6
45562026-06-05T19:52:51.665Z Checking bitflags v2.11.0
45572026-06-05T19:52:51.671Z Checking smallvec v1.15.1
45582026-06-05T19:52:51.677Z Checking indexmap v2.14.0
45592026-06-05T19:52:51.686Z Checking serde_json v1.0.149
45602026-06-05T19:52:51.689Z Checking num-traits v0.2.19
45612026-06-05T19:52:51.759Z Checking yoke v0.8.1
45622026-06-05T19:52:51.807Z Checking scroll v0.12.0
45632026-06-05T19:52:51.843Z Checking thiserror v1.0.69
45642026-06-05T19:52:51.925Z Checking zerovec v0.11.5
45652026-06-05T19:52:51.944Z Checking zerotrie v0.2.3
45662026-06-05T19:52:51.954Z Checking errno v0.3.14
45672026-06-05T19:52:52.029Z Checking log v0.4.29
45682026-06-05T19:52:52.043Z Checking toml_datetime v0.6.11
45692026-06-05T19:52:52.070Z Checking rustix v1.1.3
45702026-06-05T19:52:52.178Z Checking serde_spanned v0.6.9
45712026-06-05T19:52:52.187Z Checking percent-encoding v2.3.2
45722026-06-05T19:52:52.212Z Checking zerocopy v0.7.35
45732026-06-05T19:52:52.224Z Checking ordered-float v2.10.1
45742026-06-05T19:52:52.233Z Checking goblin v0.8.2
45752026-06-05T19:52:52.293Z Checking getrandom v0.4.1
45762026-06-05T19:52:52.312Z Checking toml_edit v0.22.27
45772026-06-05T19:52:52.329Z Checking form_urlencoded v1.2.2
45782026-06-05T19:52:52.358Z Checking tinystr v0.8.2
45792026-06-05T19:52:52.432Z Checking potential_utf v0.1.4
45802026-06-05T19:52:52.449Z Checking thiserror v2.0.18
45812026-06-05T19:52:52.460Z Checking serde-value v0.7.0
45822026-06-05T19:52:52.544Z Checking icu_locale_core v2.1.1
45832026-06-05T19:52:52.554Z Checking syn v2.0.117
45842026-06-05T19:52:52.564Z Checking icu_collections v2.1.1
45852026-06-05T19:52:52.665Z Checking dtrace-parser v0.2.0
45862026-06-05T19:52:52.698Z Checking thread-id v4.2.2
45872026-06-05T19:52:52.783Z Checking once_cell v1.21.3
45882026-06-05T19:52:52.878Z Checking cargo-platform v0.2.0
45892026-06-05T19:52:52.886Z Checking terminal_size v0.4.3
45902026-06-05T19:52:52.900Z Checking memmap v0.7.0
45912026-06-05T19:52:52.955Z Checking tempfile v3.25.0
45922026-06-05T19:52:52.992Z Checking clap_builder v4.6.0
45932026-06-05T19:52:53.026Z Checking textwrap v0.16.2
45942026-06-05T19:52:53.046Z Checking fs-err v3.3.0
45952026-06-05T19:52:53.108Z Checking icu_provider v2.1.1
45962026-06-05T19:52:53.148Z Checking camino-tempfile v1.4.1
45972026-06-05T19:52:53.225Z Checking tabled v0.15.0
45982026-06-05T19:52:53.236Z Checking anyhow v1.0.102
45992026-06-05T19:52:53.302Z Checking macaddr v1.0.1
46002026-06-05T19:52:53.342Z Checking icu_normalizer v2.1.1
46012026-06-05T19:52:53.418Z Checking icu_properties v2.1.2
46022026-06-05T19:52:53.432Z Checking toml v0.8.23
46032026-06-05T19:52:53.481Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46042026-06-05T19:52:53.754Z Checking cargo_toml v0.21.0
46052026-06-05T19:52:54.121Z Checking dof v0.3.0
46062026-06-05T19:52:54.185Z Checking clap v4.6.1
46072026-06-05T19:52:54.229Z Checking idna_adapter v1.2.1
46082026-06-05T19:52:54.346Z Checking idna v1.1.0
46092026-06-05T19:52:54.371Z Checking usdt-impl v0.5.0
46102026-06-05T19:52:54.580Z Checking url v2.5.8
46112026-06-05T19:52:54.621Z Checking usdt v0.5.0
46122026-06-05T19:52:54.904Z Checking cargo-util-schemas v0.8.2
46132026-06-05T19:52:55.590Z Checking cargo_metadata v0.21.0
46142026-06-05T19:52:56.192Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46152026-06-05T19:52:56.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
46162026-06-05T19:52:56.739Z
46172026-06-05T19:52:56.739Zinfo: running `cargo check --bins` on dnsadm (279/295)
46182026-06-05T19:52:57.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-06-05T19:52:57.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-06-05T19:52:57.396Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46212026-06-05T19:52:57.879Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46222026-06-05T19:52:58.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46232026-06-05T19:52:58.460Z
46242026-06-05T19:52:58.460Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46252026-06-05T19:52:59.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-06-05T19:52:59.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-06-05T19:52:59.261Z Checking polyval v0.6.2
46282026-06-05T19:52:59.387Z Checking ctr v0.9.2
46292026-06-05T19:52:59.397Z Checking ssh-encoding v0.2.0
46302026-06-05T19:52:59.397Z Checking blowfish v0.9.1
46312026-06-05T19:52:59.418Z Checking password-hash v0.4.2
46322026-06-05T19:52:59.435Z Checking p521 v0.13.3
46332026-06-05T19:52:59.438Z Checking p256 v0.13.2
46342026-06-05T19:52:59.459Z Checking russh-cryptovec v0.7.3
46352026-06-05T19:52:59.530Z Checking ghash v0.5.1
46362026-06-05T19:52:59.541Z Checking bcrypt-pbkdf v0.10.0
46372026-06-05T19:52:59.544Z Checking md5 v0.7.0
46382026-06-05T19:52:59.574Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46392026-06-05T19:52:59.590Z Checking num-bigint v0.4.6
46402026-06-05T19:52:59.647Z Checking aes-gcm v0.10.3
46412026-06-05T19:52:59.647Z Checking pbkdf2 v0.11.0
46422026-06-05T19:52:59.685Z Checking des v0.8.1
46432026-06-05T19:52:59.703Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-05T19:52:59.703Z Checking hex-literal v0.4.1
46452026-06-05T19:52:59.777Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46462026-06-05T19:52:59.807Z Checking ssh-cipher v0.2.0
46472026-06-05T19:52:59.822Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46482026-06-05T19:52:59.822Z Checking socket2 v0.5.10
46492026-06-05T19:52:59.849Z Checking internet-checksum v0.2.1
46502026-06-05T19:52:59.975Z Checking ssh-key v0.6.7
46512026-06-05T19:53:00.098Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46522026-06-05T19:53:00.594Z Checking russh-keys v0.45.0
46532026-06-05T19:53:01.142Z Checking russh v0.45.0
46542026-06-05T19:53:17.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
46552026-06-05T19:53:17.629Z
46562026-06-05T19:53:17.629Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46572026-06-05T19:53:18.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-06-05T19:53:18.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-06-05T19:53:18.278Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46602026-06-05T19:53:18.389Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46612026-06-05T19:53:18.399Z Checking termios v0.3.3
46622026-06-05T19:53:19.640Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46632026-06-05T19:53:19.773Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46642026-06-05T19:53:21.629Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46652026-06-05T19:53:22.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
46662026-06-05T19:53:22.384Z
46672026-06-05T19:53:22.384Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46682026-06-05T19:53:22.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-06-05T19:53:22.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-06-05T19:53:23.094Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46712026-06-05T19:53:23.098Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46722026-06-05T19:53:23.098Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46732026-06-05T19:53:23.098Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46742026-06-05T19:53:23.222Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46752026-06-05T19:53:23.239Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46762026-06-05T19:53:23.958Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46772026-06-05T19:53:24.305Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46782026-06-05T19:53:24.308Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46792026-06-05T19:53:24.952Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46802026-06-05T19:53:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
46812026-06-05T19:53:26.799Z
46822026-06-05T19:53:26.799Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46832026-06-05T19:53:27.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-06-05T19:53:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-06-05T19:53:27.410Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46862026-06-05T19:53:27.863Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46872026-06-05T19:53:28.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46882026-06-05T19:53:28.370Z
46892026-06-05T19:53:28.370Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46902026-06-05T19:53:28.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-05T19:53:28.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-05T19:53:28.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-06-05T19:53:28.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46942026-06-05T19:53:28.963Z
46952026-06-05T19:53:28.963Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46962026-06-05T19:53:29.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-05T19:53:29.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-05T19:53:29.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-05T19:53:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47002026-06-05T19:53:29.562Z
47012026-06-05T19:53:29.562Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47022026-06-05T19:53:30.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-05T19:53:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-05T19:53:30.340Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47052026-06-05T19:53:30.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47062026-06-05T19:53:31.142Z
47072026-06-05T19:53:31.142Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47082026-06-05T19:53:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-05T19:53:31.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-05T19:53:31.802Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47112026-06-05T19:53:31.805Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47122026-06-05T19:53:32.082Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47132026-06-05T19:53:32.083Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47142026-06-05T19:53:33.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47152026-06-05T19:53:33.717Z
47162026-06-05T19:53:33.717Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47172026-06-05T19:53:33.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-05T19:53:33.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-05T19:53:33.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-06-05T19:53:33.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47212026-06-05T19:53:33.718Z
47222026-06-05T19:53:33.718Zinfo: running `cargo check --bins` on omicron-package (289/295)
47232026-06-05T19:53:34.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-05T19:53:34.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-05T19:53:34.370Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47262026-06-05T19:53:35.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47272026-06-05T19:53:35.652Z
47282026-06-05T19:53:35.652Zinfo: running `cargo check --bins` on tqdb (290/295)
47292026-06-05T19:53:36.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-05T19:53:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-05T19:53:36.440Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47322026-06-05T19:53:36.797Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47332026-06-05T19:53:37.312Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47342026-06-05T19:53:37.315Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47352026-06-05T19:53:43.241Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47362026-06-05T19:53:43.244Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47372026-06-05T19:53:43.819Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47382026-06-05T19:53:43.822Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47392026-06-05T19:53:43.822Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47402026-06-05T19:53:43.822Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47412026-06-05T19:53:44.606Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47422026-06-05T19:53:45.572Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47432026-06-05T19:53:46.345Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47442026-06-05T19:53:46.966Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47452026-06-05T19:53:51.386Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47462026-06-05T19:53:57.778Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47472026-06-05T19:53:57.855Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47482026-06-05T19:53:57.855Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47492026-06-05T19:53:57.855Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47502026-06-05T19:53:59.195Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47512026-06-05T19:54:00.522Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47522026-06-05T19:54:01.180Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47532026-06-05T19:54:02.402Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47542026-06-05T19:54:02.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.28s
47552026-06-05T19:54:03.149Z
47562026-06-05T19:54:03.149Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47572026-06-05T19:54:03.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-06-05T19:54:03.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-06-05T19:54:03.872Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47602026-06-05T19:54:03.872Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47612026-06-05T19:54:03.872Z Checking rtoolbox v0.0.3
47622026-06-05T19:54:04.004Z Checking tui-tree-widget v0.23.1
47632026-06-05T19:54:04.103Z Checking rpassword v7.4.0
47642026-06-05T19:54:05.115Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47652026-06-05T19:54:08.085Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47662026-06-05T19:54:09.934Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47672026-06-05T19:54:10.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
47682026-06-05T19:54:11.047Z
47692026-06-05T19:54:11.047Zinfo: running `cargo check --bins` on wicket (292/295)
47702026-06-05T19:54:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-05T19:54:11.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-05T19:54:11.758Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47732026-06-05T19:54:12.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47742026-06-05T19:54:12.314Z
47752026-06-05T19:54:12.314Zinfo: running `cargo check --bins` on wicketd (293/295)
47762026-06-05T19:54:12.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-05T19:54:12.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-05T19:54:13.039Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47792026-06-05T19:54:13.042Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47802026-06-05T19:54:13.042Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47812026-06-05T19:54:13.042Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47822026-06-05T19:54:14.053Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47832026-06-05T19:54:14.634Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47842026-06-05T19:54:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47852026-06-05T19:54:17.794Z
47862026-06-05T19:54:17.795Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47872026-06-05T19:54:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-05T19:54:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-05T19:54:18.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47902026-06-05T19:54:18.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47912026-06-05T19:54:18.385Z
47922026-06-05T19:54:18.385Zinfo: running `cargo check --bins` on zone-setup (295/295)
47932026-06-05T19:54:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-05T19:54:18.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-05T19:54:19.060Z Checking uzers v0.12.2
47962026-06-05T19:54:19.337Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47972026-06-05T19:54:20.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47982026-06-05T19:54:20.301Z
47992026-06-05T19:54:20.301Zreal 14:07.492346829
48002026-06-05T19:54:20.301Zuser 21:08.779197113
48012026-06-05T19:54:20.302Zsys 4:23.342319131
48022026-06-05T19:54:20.302Ztrap 0.321585526
48032026-06-05T19:54:20.302Ztflt 0.788887278
48042026-06-05T19:54:20.302Zdflt 1.340575536
48052026-06-05T19:54:20.302Zkflt 0.005863862
48062026-06-05T19:54:20.302Zlock 1:18:36.513787346
48072026-06-05T19:54:20.302Zslp 1:41:14.493680744
48082026-06-05T19:54:20.302Zlat 1:05.743173907
48092026-06-05T19:54:20.302Zstop 3:54.210328744
48102026-06-05T19:54:20.305Zprocess exited: duration 983798 ms, exit code 0
 
48112026-06-05T19:54:20.311Zfound 0 output files