01KST0Z6H8MGVDEGPRQXPS4P19: 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: 01KST0ZM3AYZD49634KTVMMNDR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T14:08:21.526Zjob assigned to worker 01KST0ZRWRNSPSXJA0D4PJQJXF [factory aws, i-004f555a2f842d2c2] (queued for 47 s)
 
22026-05-29T14:08:28.137Zstarting task 0: "setup"
32026-05-29T14:08:28.140Z++ uname -s
42026-05-29T14:08:28.144Z+ kern=SunOS
52026-05-29T14:08:28.144Z+ build_user=build
62026-05-29T14:08:28.144Z+ build_uid=12345
72026-05-29T14:08:28.144Z+ work_dir=/work
82026-05-29T14:08:28.144Z+ input_dir=/input
92026-05-29T14:08:28.144Z+ [[ 0 == 12345 ]]
102026-05-29T14:08:28.144Z+ case "$kern" in
112026-05-29T14:08:28.144Z+ groupadd -g 12345 build
122026-05-29T14:08:28.147Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T14:08:30.150Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T14:08:30.267Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T14:08:30.270Z+ home_fs=zfs
162026-05-29T14:08:30.270Z+ [[ zfs == autofs ]]
172026-05-29T14:08:30.270Z+ mkdir -p /home/build
182026-05-29T14:08:30.270Z+ chown build:build /home/build /work
192026-05-29T14:08:32.272Z+ chmod 0700 /home/build /work
202026-05-29T14:08:32.275Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-29T14:08:32.282Zstarting task 1: "rust-toolchain"
222026-05-29T14:08:32.286Z * rust toolchain channel = "1.94.0"
232026-05-29T14:08:32.286Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-29T14:08:32.286Z * rust toolchain profile = "default"
252026-05-29T14:08:32.286Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T14:08:32.286Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T14:08:32.286Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T14:08:32.290Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T14:08:32.290Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T14:08:32.377Zinfo: downloading installer
312026-05-29T14:08:33.671Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T14:08:33.671Zwarn: /home/build/.rustup/settings.toml
332026-05-29T14:08:33.671Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T14:08:33.671Zwarn: instead of the one inferred from the default host triple.
352026-05-29T14:08:33.683Zinfo: profile set to default
362026-05-29T14:08:33.683Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T14:08:33.687Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T14:08:33.829Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T14:08:33.832Zinfo: downloading 6 components
402026-05-29T14:08:47.930Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T14:08:47.930Z
422026-05-29T14:08:47.961Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T14:08:47.961Z
442026-05-29T14:08:47.961Z
452026-05-29T14:08:47.961ZRust is installed now. Great!
462026-05-29T14:08:47.961Z
472026-05-29T14:08:47.961ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T14:08:47.961Zenvironment variable. This has not been done automatically.
492026-05-29T14:08:47.961Z
502026-05-29T14:08:47.961ZTo configure your current shell, you need to source
512026-05-29T14:08:47.961Zthe corresponding env file under $HOME/.cargo.
522026-05-29T14:08:47.961Z
532026-05-29T14:08:47.962ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T14:08:47.965Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T14:08:47.965Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T14:08:47.965Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T14:08:47.965Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T14:08:47.965Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T14:08:47.965Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T14:08:47.965Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T14:08:47.965Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T14:08:48.049Z+ rustup --version
632026-05-29T14:08:48.057Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T14:08:48.060Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T14:08:48.078Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T14:08:48.081Z+ cargo --version
672026-05-29T14:08:48.094Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T14:08:48.097Z+ rustc --version
692026-05-29T14:08:48.116Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T14:08:48.119Zprocess exited: duration 15835 ms, exit code 0
 
712026-05-29T14:08:48.125Zstarting task 2: "authentication"
722026-05-29T14:08:48.144Zprocess exited: duration 19 ms, exit code 0
 
732026-05-29T14:08:48.151Zstarting task 3: "clone repository"
742026-05-29T14:08:48.154Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T14:08:48.157Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T14:08:48.194ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T14:09:00.278Z+ cd /work/oxidecomputer/omicron
782026-05-29T14:09:00.278Z+ git fetch origin efe2debf517cc588ff5945910fc13eea3180605e
792026-05-29T14:09:00.520ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T14:09:00.520Z * branch efe2debf517cc588ff5945910fc13eea3180605e -> FETCH_HEAD
812026-05-29T14:09:00.529Z+ [[ -n john/scrimlet-reconcilers-mgd-static-routes ]]
822026-05-29T14:09:00.533Z++ git branch --show-current
832026-05-29T14:09:00.533Z+ current=main
842026-05-29T14:09:00.533Z+ [[ main != john/scrimlet-reconcilers-mgd-static-routes ]]
852026-05-29T14:09:00.533Z+ git branch -f john/scrimlet-reconcilers-mgd-static-routes efe2debf517cc588ff5945910fc13eea3180605e
862026-05-29T14:09:00.536Z+ git checkout -f john/scrimlet-reconcilers-mgd-static-routes
872026-05-29T14:09:00.828ZSwitched to branch 'john/scrimlet-reconcilers-mgd-static-routes'
882026-05-29T14:09:00.832Z+ git reset --hard efe2debf517cc588ff5945910fc13eea3180605e
892026-05-29T14:09:00.844ZHEAD is now at efe2debf5 add TODO to replace constant with maghemite's
902026-05-29T14:09:00.848Zprocess exited: duration 12694 ms, exit code 0
 
912026-05-29T14:09:00.854Zstarting task 4: "build"
922026-05-29T14:09:00.858Z+ source .github/buildomat/ci-env.sh
932026-05-29T14:09:00.858Z++ export CARGO_TERM_COLOR=always
942026-05-29T14:09:00.858Z++ CARGO_TERM_COLOR=always
952026-05-29T14:09:00.858Z+ cargo --version
962026-05-29T14:09:00.868Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T14:09:00.871Z+ rustc --version
982026-05-29T14:09:00.890Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T14:09:00.893Z+ source ./env.sh
1002026-05-29T14:09:00.893Z++ OLD_SHELL_OPTS=ehxB
1012026-05-29T14:09:00.893Z++ set -o xtrace
1022026-05-29T14:09:00.896Z++++ dirname ./env.sh
1032026-05-29T14:09:00.896Z+++ readlink -f .
1042026-05-29T14:09:00.899Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-29T14:09:00.899Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-29T14:09:00.899Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-29T14:09:00.899Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-29T14:09:00.899Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-29T14:09:00.899Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-29T14:09:00.899Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-29T14:09:00.900Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-29T14:09:00.900Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-29T14:09:00.900Z++ case $OLD_SHELL_OPTS in
1142026-05-29T14:09:00.900Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-29T14:09:00.900Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-29T14:09:00.900Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-29T14:09:00.900Z+ banner prerequisites
1182026-05-29T14:09:00.903Z
1192026-05-29T14:09:00.903Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-29T14:09:00.903Z # # # # # # # # # # # # # # #
1212026-05-29T14:09:00.903Z # # # # ##### # # ##### # # # # # #### #
1222026-05-29T14:09:00.903Z ##### ##### # ##### # # # # # # # # #
1232026-05-29T14:09:00.903Z # # # # # # # # # # # # # # #
1242026-05-29T14:09:00.903Z # # # ###### # # ###### ### # #### # #### #
1252026-05-29T14:09:00.903Z
1262026-05-29T14:09:00.903Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-29T14:09:02.366Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-29T14:09:02.441Z Startup: Caching catalogs ... Done
1292026-05-29T14:09:02.728ZPlanning: Solver setup ... Done (0.248s)
1302026-05-29T14:09:02.747ZPlanning: Running solver ... Done (0.019s)
1312026-05-29T14:09:02.754ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-29T14:09:02.764ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-29T14:09:02.784ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-29T14:09:02.799ZPlanning: Package planning ... Done (0.014s)
1352026-05-29T14:09:02.802ZPlanning: Merging actions ... Done (0.002s)
1362026-05-29T14:09:02.987ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-29T14:09:02.990ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-29T14:09:03.810ZPlanning: Evaluating mediators ... Done (0.822s)
1392026-05-29T14:09:03.813ZPlanning: Planning completed in 1.35 seconds
1402026-05-29T14:09:03.819Z Packages to install: 2
1412026-05-29T14:09:03.819Z Estimated space available: 156.07 GB
1422026-05-29T14:09:03.823ZEstimated space to be consumed: 23.93 MB
1432026-05-29T14:09:03.823Z Create boot environment: No
1442026-05-29T14:09:03.823ZCreate backup boot environment: No
1452026-05-29T14:09:03.823Z Rebuild boot archive: No
1462026-05-29T14:09:03.823Z
1472026-05-29T14:09:03.823ZChanged packages:
1482026-05-29T14:09:03.823Zhelios
1492026-05-29T14:09:03.823Z developer/build-essential
1502026-05-29T14:09:03.823Z None -> 11-3.0
1512026-05-29T14:09:03.823Z library/libxmlsec1
1522026-05-29T14:09:03.823Z None -> 1.2.35-3.0
1532026-05-29T14:09:03.844Z
1542026-05-29T14:09:03.844ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-29T14:09:04.501ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1562026-05-29T14:09:04.567Z Actions: 1/268 actions (Installing new actions)
1572026-05-29T14:09:04.606Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-29T14:09:04.614ZFinalize: Updating package state database ... Done (0.007s)
1592026-05-29T14:09:04.617ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-29T14:09:04.635ZFinalize: Updating image state ... Done (0.020s)
1612026-05-29T14:09:06.978ZFinalize: Creating fast lookup database ... Done (2.321s)
1622026-05-29T14:09:07.064ZFinalize: Reading search index ... Done (0.030s)
1632026-05-29T14:09:07.067ZFinalize: Updating search index ... Done (0.000s)
1642026-05-29T14:09:07.150ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-29T14:09:07.446ZPlanning: Evaluating mediator changes ... Done
1662026-05-29T14:09:07.552ZPlanning: Checking for conflicting actions ... Done
1672026-05-29T14:09:07.555ZPlanning: Consolidating action changes ... Done
1682026-05-29T14:09:07.710ZPlanning: Evaluating mediators ... Done
1692026-05-29T14:09:07.713ZPlanning: Planning completed in 0.26 seconds
1702026-05-29T14:09:07.734Z Mediators to change: 2
1712026-05-29T14:09:07.734Z Create boot environment: No
1722026-05-29T14:09:07.734ZCreate backup boot environment: No
1732026-05-29T14:09:07.808ZFinalize: Updating package state database ... Done
1742026-05-29T14:09:07.808ZFinalize: Updating package cache ... Done
1752026-05-29T14:09:07.818ZFinalize: Updating image state ... Done
1762026-05-29T14:09:09.767ZFinalize: Creating fast lookup database ... Done
1772026-05-29T14:09:09.837ZFinalize: Reading search index ... Done
1782026-05-29T14:09:09.840ZFinalize: Updating search index ... Done
1792026-05-29T14:09:09.924ZFinalize: Updating package cache ... Done
1802026-05-29T14:09:10.212ZPlanning: Evaluating mediator changes ... Done
1812026-05-29T14:09:10.315ZPlanning: Checking for conflicting actions ... Done
1822026-05-29T14:09:10.318ZPlanning: Consolidating action changes ... Done
1832026-05-29T14:09:10.471ZPlanning: Evaluating mediators ... Done
1842026-05-29T14:09:10.475ZPlanning: Planning completed in 0.26 seconds
1852026-05-29T14:09:10.494Z Mediators to change: 1
1862026-05-29T14:09:10.494Z Create boot environment: No
1872026-05-29T14:09:10.494ZCreate backup boot environment: No
1882026-05-29T14:09:10.550ZFinalize: Updating package state database ... Done
1892026-05-29T14:09:10.550ZFinalize: Updating package cache ... Done
1902026-05-29T14:09:10.561ZFinalize: Updating image state ... Done
1912026-05-29T14:09:12.499ZFinalize: Creating fast lookup database ... Done
1922026-05-29T14:09:12.562ZFinalize: Reading search index ... Done
1932026-05-29T14:09:12.565ZFinalize: Updating search index ... Done
1942026-05-29T14:09:12.634ZFinalize: Updating package cache ... Done
1952026-05-29T14:09:12.945ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-29T14:09:12.946Zapache system 2.4 system
1972026-05-29T14:09:12.946Zclang system 15 system
1982026-05-29T14:09:12.946Zcsh system system illumos
1992026-05-29T14:09:12.946Zctags system system illumos
2002026-05-29T14:09:12.946Zfile vendor vendor darwinsys
2012026-05-29T14:09:12.946Zfile system system illumos
2022026-05-29T14:09:12.946Zgcc vendor 14 vendor
2032026-05-29T14:09:12.946Zgcc system 13 system
2042026-05-29T14:09:12.946Zgcc system 10 system
2052026-05-29T14:09:12.946Zgo system 1.25 system
2062026-05-29T14:09:12.946Zllvm system 15 system
2072026-05-29T14:09:12.946Zmariadb system 11.4 system
2082026-05-29T14:09:12.946Zmta vendor vendor dma
2092026-05-29T14:09:12.946Zopenjdk system 17 system
2102026-05-29T14:09:12.946Zopenjdk system 11 system
2112026-05-29T14:09:12.946Zopenssl vendor 3 vendor
2122026-05-29T14:09:12.946Zperl system 5.40 system
2132026-05-29T14:09:12.946Zpostgresql system 18 system
2142026-05-29T14:09:12.946Zpostgresql system 17 system
2152026-05-29T14:09:12.946Zpython vendor 3 vendor
2162026-05-29T14:09:12.946Zpython system 2 system
2172026-05-29T14:09:12.946Zpython3 vendor 3.13 vendor
2182026-05-29T14:09:12.946Zruby system 3.4 system
2192026-05-29T14:09:12.946Zruby system 3.0 system
2202026-05-29T14:09:12.946Zwords vendor vendor american-english
2212026-05-29T14:09:12.946Zwords system system australian-english
2222026-05-29T14:09:12.946Zwords system system british-english
2232026-05-29T14:09:12.946Zwords system system canadian-english
2242026-05-29T14:09:12.946Zwords system system french
2252026-05-29T14:09:12.946Zwords system system italian
2262026-05-29T14:09:12.946Zwords system system ngerman
2272026-05-29T14:09:12.946Zwords system system ogerman
2282026-05-29T14:09:12.946Zwords system system spanish
2292026-05-29T14:09:13.201ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-29T14:09:13.201Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-29T14:09:13.483ZFMRI IFO
2322026-05-29T14:09:13.483Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-29T14:09:13.483Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-29T14:09:13.483Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-29T14:09:13.483Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-29T14:09:13.483Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-29T14:09:13.483Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-29T14:09:13.483Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-29T14:09:13.483Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-29T14:09:13.483Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-29T14:09:13.738Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-29T14:09:14.033Z Updating crates.io index
2432026-05-29T14:09:14.067Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-29T14:09:14.800Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-29T14:09:15.144Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-29T14:09:15.616Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-29T14:09:16.751Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-29T14:09:17.300Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-29T14:09:18.840Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-29T14:09:19.718Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-29T14:09:20.014Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-29T14:09:21.199Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-29T14:09:21.632Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-29T14:09:22.092Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-29T14:09:22.413Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-29T14:09:23.538Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-29T14:09:24.153Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-29T14:09:24.417Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-29T14:09:24.822Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-29T14:09:25.392Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-29T14:09:25.739Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-29T14:09:26.118Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-29T14:09:26.364Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-29T14:09:26.632Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-29T14:09:27.060Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-29T14:09:27.836Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-29T14:09:28.126Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-29T14:09:28.705Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-29T14:09:28.949Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-29T14:09:29.269Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-29T14:09:30.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-29T14:09:30.752Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-29T14:09:31.819Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-29T14:09:32.137Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-29T14:09:32.467Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-29T14:09:32.736Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-29T14:09:33.059Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-29T14:09:33.393Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-29T14:09:33.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-29T14:09:34.066Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-29T14:09:34.352Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-29T14:09:34.739Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-29T14:09:46.331Z Downloading crates ...
2842026-05-29T14:09:46.378Z Downloaded anstyle v1.0.13
2852026-05-29T14:09:46.381Z Downloaded anstream v0.6.21
2862026-05-29T14:09:46.384Z Downloaded percent-encoding v2.3.2
2872026-05-29T14:09:46.389Z Downloaded thiserror-impl v1.0.69
2882026-05-29T14:09:46.394Z Downloaded typeid v1.0.3
2892026-05-29T14:09:46.397Z Downloaded textwrap v0.16.2
2902026-05-29T14:09:46.400Z Downloaded fastrand v2.3.0
2912026-05-29T14:09:46.400Z Downloaded getrandom v0.4.1
2922026-05-29T14:09:46.403Z Downloaded zerofrom-derive v0.1.6
2932026-05-29T14:09:46.403Z Downloaded utf8_iter v1.0.4
2942026-05-29T14:09:46.406Z Downloaded block-buffer v0.10.4
2952026-05-29T14:09:46.406Z Downloaded unicode-linebreak v0.1.5
2962026-05-29T14:09:46.406Z Downloaded memmap v0.7.0
2972026-05-29T14:09:46.406Z Downloaded icu_provider v2.1.1
2982026-05-29T14:09:46.409Z Downloaded zerofrom v0.1.6
2992026-05-29T14:09:46.409Z Downloaded yoke-derive v0.8.1
3002026-05-29T14:09:46.409Z Downloaded version_check v0.9.5
3012026-05-29T14:09:46.413Z Downloaded usdt v0.5.0
3022026-05-29T14:09:46.413Z Downloaded serde_tokenstream v0.2.3
3032026-05-29T14:09:46.413Z Downloaded scroll v0.12.0
3042026-05-29T14:09:46.413Z Downloaded utf8parse v0.2.2
3052026-05-29T14:09:46.416Z Downloaded usdt-attr-macro v0.5.0
3062026-05-29T14:09:46.416Z Downloaded tinystr v0.8.2
3072026-05-29T14:09:46.416Z Downloaded usdt-impl v0.5.0
3082026-05-29T14:09:46.419Z Downloaded thiserror v1.0.69
3092026-05-29T14:09:46.422Z Downloaded cargo-platform v0.2.0
3102026-05-29T14:09:46.422Z Downloaded icu_properties v2.1.2
3112026-05-29T14:09:46.422Z Downloaded clap_derive v4.5.55
3122026-05-29T14:09:46.425Z Downloaded zerocopy-derive v0.7.35
3132026-05-29T14:09:46.428Z Downloaded unicode-xid v0.2.6
3142026-05-29T14:09:46.428Z Downloaded ucd-trie v0.1.7
3152026-05-29T14:09:46.428Z Downloaded thiserror-impl v2.0.18
3162026-05-29T14:09:46.431Z Downloaded yoke v0.8.1
3172026-05-29T14:09:46.431Z Downloaded toml_datetime v0.6.11
3182026-05-29T14:09:46.431Z Downloaded serde_spanned v0.6.9
3192026-05-29T14:09:46.434Z Downloaded cfg-if v1.0.4
3202026-05-29T14:09:46.434Z Downloaded heck v0.4.1
3212026-05-29T14:09:46.435Z Downloaded thread-id v4.2.2
3222026-05-29T14:09:46.435Z Downloaded colorchoice v1.0.4
3232026-05-29T14:09:46.437Z Downloaded tempfile v3.25.0
3242026-05-29T14:09:46.437Z Downloaded thiserror v2.0.18
3252026-05-29T14:09:46.441Z Downloaded is_terminal_polyfill v1.70.2
3262026-05-29T14:09:46.441Z Downloaded fnv v1.0.7
3272026-05-29T14:09:46.444Z Downloaded toml_edit v0.22.27
3282026-05-29T14:09:46.447Z Downloaded toml v0.8.23
3292026-05-29T14:09:46.447Z Downloaded tabled_derive v0.7.0
3302026-05-29T14:09:46.447Z Downloaded plain v0.2.3
3312026-05-29T14:09:46.447Z Downloaded serde_core v1.0.228
3322026-05-29T14:09:46.450Z Downloaded generic-array v0.14.7
3332026-05-29T14:09:46.453Z Downloaded anstyle-query v1.1.5
3342026-05-29T14:09:46.453Z Downloaded potential_utf v0.1.4
3352026-05-29T14:09:46.456Z Downloaded stable_deref_trait v1.2.1
3362026-05-29T14:09:46.456Z Downloaded crypto-common v0.1.7
3372026-05-29T14:09:46.456Z Downloaded scroll_derive v0.12.1
3382026-05-29T14:09:46.459Z Downloaded itoa v1.0.17
3392026-05-29T14:09:46.459Z Downloaded pretty-hex v0.4.1
3402026-05-29T14:09:46.462Z Downloaded zerotrie v0.2.3
3412026-05-29T14:09:46.465Z Downloaded erased-serde v0.4.9
3422026-05-29T14:09:46.465Z Downloaded digest v0.10.7
3432026-05-29T14:09:46.468Z Downloaded smawk v0.3.2
3442026-05-29T14:09:46.468Z Downloaded equivalent v1.0.2
3452026-05-29T14:09:46.468Z Downloaded pest_generator v2.8.6
3462026-05-29T14:09:46.468Z Downloaded toml_write v0.1.2
3472026-05-29T14:09:46.471Z Downloaded zmij v1.0.21
3482026-05-29T14:09:46.471Z Downloaded zerovec-derive v0.11.2
3492026-05-29T14:09:46.471Z Downloaded byteorder v1.5.0
3502026-05-29T14:09:46.474Z Downloaded typenum v1.19.0
3512026-05-29T14:09:46.474Z Downloaded swrite v0.1.0
3522026-05-29T14:09:46.477Z Downloaded zerovec v0.11.5
3532026-05-29T14:09:46.480Z Downloaded usdt-macro v0.5.0
3542026-05-29T14:09:46.480Z Downloaded ordered-float v2.10.1
3552026-05-29T14:09:46.480Z Downloaded clap_lex v1.0.0
3562026-05-29T14:09:46.480Z Downloaded idna_adapter v1.2.1
3572026-05-29T14:09:46.483Z Downloaded macaddr v1.0.1
3582026-05-29T14:09:46.483Z Downloaded writeable v0.6.2
3592026-05-29T14:09:46.483Z Downloaded errno v0.3.14
3602026-05-29T14:09:46.486Z Downloaded strsim v0.11.1
3612026-05-29T14:09:46.486Z Downloaded cpufeatures v0.2.17
3622026-05-29T14:09:46.486Z Downloaded winnow v0.7.14
3632026-05-29T14:09:46.492Z Downloaded unicode-ident v1.0.24
3642026-05-29T14:09:46.494Z Downloaded zerocopy v0.7.35
3652026-05-29T14:09:46.502Z Downloaded sha2 v0.10.9
3662026-05-29T14:09:46.505Z Downloaded heck v0.5.0
3672026-05-29T14:09:46.505Z Downloaded url v2.5.8
3682026-05-29T14:09:46.509Z Downloaded dof v0.3.0
3692026-05-29T14:09:46.509Z Downloaded cargo_metadata v0.21.0
3702026-05-29T14:09:46.509Z Downloaded autocfg v1.5.0
3712026-05-29T14:09:46.512Z Downloaded unicode-width v0.2.0
3722026-05-29T14:09:46.515Z Downloaded fs-err v3.3.0
3732026-05-29T14:09:46.515Z Downloaded form_urlencoded v1.2.2
3742026-05-29T14:09:46.515Z Downloaded dtrace-parser v0.2.0
3752026-05-29T14:09:46.515Z Downloaded serde-value v0.7.0
3762026-05-29T14:09:46.518Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-29T14:09:46.518Z Downloaded terminal_size v0.4.3
3782026-05-29T14:09:46.518Z Downloaded unicode-width v0.1.14
3792026-05-29T14:09:46.524Z Downloaded serde-untagged v0.1.9
3802026-05-29T14:09:46.527Z Downloaded cargo_toml v0.21.0
3812026-05-29T14:09:46.527Z Downloaded proc-macro-error v1.0.4
3822026-05-29T14:09:46.530Z Downloaded bytecount v0.6.9
3832026-05-29T14:09:46.535Z Downloaded quote v1.0.45
3842026-05-29T14:09:46.539Z Downloaded displaydoc v0.2.5
3852026-05-29T14:09:46.539Z Downloaded semver v1.0.28
3862026-05-29T14:09:46.542Z Downloaded pest_derive v2.8.6
3872026-05-29T14:09:46.545Z Downloaded anyhow v1.0.102
3882026-05-29T14:09:46.549Z Downloaded papergrid v0.11.0
3892026-05-29T14:09:46.552Z Downloaded memchr v2.8.0
3902026-05-29T14:09:46.555Z Downloaded synstructure v0.13.2
3912026-05-29T14:09:46.555Z Downloaded anstyle-parse v0.2.7
3922026-05-29T14:09:46.558Z Downloaded litemap v0.8.1
3932026-05-29T14:09:46.558Z Downloaded bitflags v2.11.0
3942026-05-29T14:09:46.561Z Downloaded camino v1.2.2
3952026-05-29T14:09:46.564Z Downloaded cargo-util-schemas v0.8.2
3962026-05-29T14:09:46.564Z Downloaded camino-tempfile v1.4.1
3972026-05-29T14:09:46.587Z Downloaded smallvec v1.15.1
3982026-05-29T14:09:46.590Z Downloaded clap v4.5.60
3992026-05-29T14:09:46.593Z Downloaded once_cell v1.21.3
4002026-05-29T14:09:46.596Z Downloaded log v0.4.29
4012026-05-29T14:09:46.608Z Downloaded serde_derive v1.0.228
4022026-05-29T14:09:46.613Z Downloaded num-traits v0.2.19
4032026-05-29T14:09:46.619Z Downloaded icu_normalizer v2.1.1
4042026-05-29T14:09:46.622Z Downloaded pest_meta v2.8.6
4052026-05-29T14:09:46.625Z Downloaded icu_locale_core v2.1.1
4062026-05-29T14:09:46.628Z Downloaded icu_normalizer_data v2.1.1
4072026-05-29T14:09:46.628Z Downloaded icu_collections v2.1.1
4082026-05-29T14:09:46.631Z Downloaded proc-macro2 v1.0.106
4092026-05-29T14:09:46.635Z Downloaded serde v1.0.228
4102026-05-29T14:09:46.658Z Downloaded icu_properties_data v2.1.2
4112026-05-29T14:09:46.663Z Downloaded indexmap v2.14.0
4122026-05-29T14:09:46.671Z Downloaded idna v1.1.0
4132026-05-29T14:09:46.674Z Downloaded pest v2.8.6
4142026-05-29T14:09:46.677Z Downloaded serde_json v1.0.149
4152026-05-29T14:09:46.681Z Downloaded clap_builder v4.5.60
4162026-05-29T14:09:46.685Z Downloaded hashbrown v0.17.0
4172026-05-29T14:09:46.688Z Downloaded goblin v0.8.2
4182026-05-29T14:09:46.696Z Downloaded tabled v0.15.0
4192026-05-29T14:09:46.705Z Downloaded syn v1.0.109
4202026-05-29T14:09:46.712Z Downloaded syn v2.0.117
4212026-05-29T14:09:46.723Z Downloaded rustix v1.1.3
4222026-05-29T14:09:46.751Z Downloaded libc v0.2.185
4232026-05-29T14:09:46.819Z Compiling proc-macro2 v1.0.106
4242026-05-29T14:09:46.819Z Compiling quote v1.0.45
4252026-05-29T14:09:46.822Z Compiling unicode-ident v1.0.24
4262026-05-29T14:09:46.822Z Compiling serde_core v1.0.228
4272026-05-29T14:09:46.822Z Compiling libc v0.2.185
4282026-05-29T14:09:46.822Z Compiling version_check v0.9.5
4292026-05-29T14:09:46.822Z Compiling serde v1.0.228
4302026-05-29T14:09:46.823Z Compiling memchr v2.8.0
4312026-05-29T14:09:47.153Z Compiling stable_deref_trait v1.2.1
4322026-05-29T14:09:47.226Z Compiling zmij v1.0.21
4332026-05-29T14:09:47.394Z Compiling ucd-trie v0.1.7
4342026-05-29T14:09:47.422Z Compiling thiserror v1.0.69
4352026-05-29T14:09:47.684Z Compiling itoa v1.0.17
4362026-05-29T14:09:47.715Z Compiling autocfg v1.5.0
4372026-05-29T14:09:47.795Z Compiling pest v2.8.6
4382026-05-29T14:09:47.851Z Compiling writeable v0.6.2
4392026-05-29T14:09:47.870Z Compiling litemap v0.8.1
4402026-05-29T14:09:48.051Z Compiling byteorder v1.5.0
4412026-05-29T14:09:48.159Z Compiling icu_normalizer_data v2.1.1
4422026-05-29T14:09:48.220Z Compiling rustix v1.1.3
4432026-05-29T14:09:48.289Z Compiling syn v2.0.117
4442026-05-29T14:09:48.341Z Compiling icu_properties_data v2.1.2
4452026-05-29T14:09:48.390Z Compiling errno v0.3.14
4462026-05-29T14:09:48.420Z Compiling serde_json v1.0.149
4472026-05-29T14:09:48.551Z Compiling bitflags v2.11.0
4482026-05-29T14:09:48.716Z Compiling num-traits v0.2.19
4492026-05-29T14:09:48.732Z Compiling typeid v1.0.3
4502026-05-29T14:09:48.773Z Compiling smallvec v1.15.1
4512026-05-29T14:09:48.898Z Compiling pest_meta v2.8.6
4522026-05-29T14:09:48.988Z Compiling hashbrown v0.17.0
4532026-05-29T14:09:49.063Z Compiling equivalent v1.0.2
4542026-05-29T14:09:49.225Z Compiling thread-id v4.2.2
4552026-05-29T14:09:49.307Z Compiling proc-macro-error-attr v1.0.4
4562026-05-29T14:09:49.362Z Compiling usdt-impl v0.5.0
4572026-05-29T14:09:49.379Z Compiling toml_write v0.1.2
4582026-05-29T14:09:49.485Z Compiling erased-serde v0.4.9
4592026-05-29T14:09:49.539Z Compiling indexmap v2.14.0
4602026-05-29T14:09:49.569Z Compiling syn v1.0.109
4612026-05-29T14:09:49.583Z Compiling winnow v0.7.14
4622026-05-29T14:09:50.053Z Compiling proc-macro-error v1.0.4
4632026-05-29T14:09:50.155Z Compiling camino v1.2.2
4642026-05-29T14:09:50.241Z Compiling plain v0.2.3
4652026-05-29T14:09:50.353Z Compiling utf8parse v0.2.2
4662026-05-29T14:09:50.464Z Compiling percent-encoding v2.3.2
4672026-05-29T14:09:50.467Z Compiling utf8_iter v1.0.4
4682026-05-29T14:09:50.511Z Compiling log v0.4.29
4692026-05-29T14:09:50.532Z Compiling getrandom v0.4.1
4702026-05-29T14:09:50.645Z Compiling thiserror v2.0.18
4712026-05-29T14:09:50.667Z Compiling form_urlencoded v1.2.2
4722026-05-29T14:09:50.742Z Compiling ordered-float v2.10.1
4732026-05-29T14:09:50.757Z Compiling anstyle-parse v0.2.7
4742026-05-29T14:09:50.874Z Compiling synstructure v0.13.2
4752026-05-29T14:09:50.935Z Compiling pest_generator v2.8.6
4762026-05-29T14:09:51.035Z Compiling terminal_size v0.4.3
4772026-05-29T14:09:51.187Z Compiling is_terminal_polyfill v1.70.2
4782026-05-29T14:09:51.282Z Compiling cfg-if v1.0.4
4792026-05-29T14:09:51.358Z Compiling anstyle v1.0.13
4802026-05-29T14:09:51.375Z Compiling colorchoice v1.0.4
4812026-05-29T14:09:51.389Z Compiling pretty-hex v0.4.1
4822026-05-29T14:09:51.418Z Compiling anstyle-query v1.1.5
4832026-05-29T14:09:51.489Z Compiling serde-untagged v0.1.9
4842026-05-29T14:09:51.522Z Compiling anstream v0.6.21
4852026-05-29T14:09:51.580Z Compiling semver v1.0.28
4862026-05-29T14:09:51.704Z Compiling fs-err v3.3.0
4872026-05-29T14:09:51.723Z Compiling fastrand v2.3.0
4882026-05-29T14:09:51.823Z Compiling anyhow v1.0.102
4892026-05-29T14:09:51.888Z Compiling unicode-xid v0.2.6
4902026-05-29T14:09:51.905Z Compiling fnv v1.0.7
4912026-05-29T14:09:51.933Z Compiling heck v0.4.1
4922026-05-29T14:09:51.984Z Compiling clap_lex v1.0.0
4932026-05-29T14:09:52.006Z Compiling bytecount v0.6.9
4942026-05-29T14:09:52.021Z Compiling heck v0.5.0
4952026-05-29T14:09:52.140Z Compiling unicode-width v0.1.14
4962026-05-29T14:09:52.156Z Compiling strsim v0.11.1
4972026-05-29T14:09:52.208Z Compiling once_cell v1.21.3
4982026-05-29T14:09:52.406Z Compiling tempfile v3.25.0
4992026-05-29T14:09:52.422Z Compiling papergrid v0.11.0
5002026-05-29T14:09:52.422Z Compiling clap_builder v4.5.60
5012026-05-29T14:09:52.494Z Compiling memmap v0.7.0
5022026-05-29T14:09:52.535Z Compiling serde_derive v1.0.228
5032026-05-29T14:09:52.563Z Compiling zerofrom-derive v0.1.6
5042026-05-29T14:09:52.676Z Compiling yoke-derive v0.8.1
5052026-05-29T14:09:52.836Z Compiling zerovec-derive v0.11.2
5062026-05-29T14:09:53.083Z Compiling displaydoc v0.2.5
5072026-05-29T14:09:53.818Z Compiling thiserror-impl v1.0.69
5082026-05-29T14:09:53.837Z Compiling zerocopy-derive v0.7.35
5092026-05-29T14:09:53.903Z Compiling pest_derive v2.8.6
5102026-05-29T14:09:53.940Z Compiling scroll_derive v0.12.1
5112026-05-29T14:09:53.988Z Compiling zerofrom v0.1.6
5122026-05-29T14:09:54.118Z Compiling yoke v0.8.1
5132026-05-29T14:09:54.375Z Compiling zerovec v0.11.5
5142026-05-29T14:09:54.471Z Compiling zerotrie v0.2.3
5152026-05-29T14:09:54.621Z Compiling scroll v0.12.0
5162026-05-29T14:09:54.676Z Compiling thiserror-impl v2.0.18
5172026-05-29T14:09:54.741Z Compiling zerocopy v0.7.35
5182026-05-29T14:09:54.864Z Compiling tinystr v0.8.2
5192026-05-29T14:09:54.950Z Compiling potential_utf v0.1.4
5202026-05-29T14:09:55.049Z Compiling icu_locale_core v2.1.1
5212026-05-29T14:09:55.147Z Compiling icu_collections v2.1.1
5222026-05-29T14:09:55.225Z Compiling dtrace-parser v0.2.0
5232026-05-29T14:09:55.269Z Compiling goblin v0.8.2
5242026-05-29T14:09:55.505Z Compiling tabled_derive v0.7.0
5252026-05-29T14:09:55.559Z Compiling clap_derive v4.5.55
5262026-05-29T14:09:55.866Z Compiling icu_provider v2.1.1
5272026-05-29T14:09:55.900Z Compiling toml_datetime v0.6.11
5282026-05-29T14:09:55.935Z Compiling serde_spanned v0.6.9
5292026-05-29T14:09:55.952Z Compiling dof v0.3.0
5302026-05-29T14:09:55.996Z Compiling serde_tokenstream v0.2.3
5312026-05-29T14:09:56.084Z Compiling toml_edit v0.22.27
5322026-05-29T14:09:56.161Z Compiling icu_normalizer v2.1.1
5332026-05-29T14:09:56.164Z Compiling icu_properties v2.1.2
5342026-05-29T14:09:56.401Z Compiling serde-value v0.7.0
5352026-05-29T14:09:56.454Z Compiling cargo-platform v0.2.0
5362026-05-29T14:09:56.703Z Compiling unicode-linebreak v0.1.5
5372026-05-29T14:09:56.739Z Compiling unicode-width v0.2.0
5382026-05-29T14:09:56.773Z Compiling smawk v0.3.2
5392026-05-29T14:09:56.914Z Compiling tabled v0.15.0
5402026-05-29T14:09:56.946Z Compiling usdt-attr-macro v0.5.0
5412026-05-29T14:09:56.949Z Compiling usdt-macro v0.5.0
5422026-05-29T14:09:57.008Z Compiling textwrap v0.16.2
5432026-05-29T14:09:57.269Z Compiling idna_adapter v1.2.1
5442026-05-29T14:09:57.289Z Compiling clap v4.5.60
5452026-05-29T14:09:57.377Z Compiling idna v1.1.0
5462026-05-29T14:09:57.420Z Compiling macaddr v1.0.1
5472026-05-29T14:09:57.511Z Compiling toml v0.8.23
5482026-05-29T14:09:57.654Z Compiling camino-tempfile v1.4.1
5492026-05-29T14:09:57.905Z Compiling url v2.5.8
5502026-05-29T14:09:58.103Z Compiling cargo_toml v0.21.0
5512026-05-29T14:09:58.316Z Compiling usdt v0.5.0
5522026-05-29T14:09:58.517Z Compiling cargo-util-schemas v0.8.2
5532026-05-29T14:09:58.557Z Compiling swrite v0.1.0
5542026-05-29T14:09:58.580Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-29T14:09:59.398Z Compiling cargo_metadata v0.21.0
5562026-05-29T14:10:00.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-29T14:10:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s
5582026-05-29T14:10:02.588Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-29T14:10:03.161Z Downloading crates ...
5602026-05-29T14:10:03.252Z Downloaded aead v0.5.2
5612026-05-29T14:10:03.255Z Downloaded atty v0.2.14
5622026-05-29T14:10:03.259Z Downloaded async-stream-impl v0.3.6
5632026-05-29T14:10:03.262Z Downloaded ascii-canvas v3.0.0
5642026-05-29T14:10:03.262Z Downloaded assert_matches v1.5.0
5652026-05-29T14:10:03.265Z Downloaded base16ct v0.2.0
5662026-05-29T14:10:03.271Z Downloaded async-stream v0.3.6
5672026-05-29T14:10:03.279Z Downloaded arrayref v0.3.9
5682026-05-29T14:10:03.282Z Downloaded async-trait v0.1.89
5692026-05-29T14:10:03.285Z Downloaded backoff v0.4.0
5702026-05-29T14:10:03.285Z Downloaded crc8 v0.1.1
5712026-05-29T14:10:03.286Z Downloaded backon v1.6.0
5722026-05-29T14:10:03.289Z Downloaded dtrace-parser v0.3.0
5732026-05-29T14:10:03.289Z Downloaded argon2 v0.5.3
5742026-05-29T14:10:03.292Z Downloaded adler2 v2.0.1
5752026-05-29T14:10:03.292Z Downloaded difflib v0.4.0
5762026-05-29T14:10:03.292Z Downloaded base64 v0.21.7
5772026-05-29T14:10:03.295Z Downloaded defmt v0.3.100
5782026-05-29T14:10:03.295Z Downloaded darling v0.21.3
5792026-05-29T14:10:03.298Z Downloaded cipher v0.4.4
5802026-05-29T14:10:03.301Z Downloaded dunce v1.0.5
5812026-05-29T14:10:03.301Z Downloaded atomicwrites v0.4.4
5822026-05-29T14:10:03.301Z Downloaded enum-as-inner v0.6.1
5832026-05-29T14:10:03.304Z Downloaded dirs-next v2.0.0
5842026-05-29T14:10:03.304Z Downloaded data-encoding v2.10.0
5852026-05-29T14:10:03.304Z Downloaded darling_macro v0.23.0
5862026-05-29T14:10:03.304Z Downloaded compression-core v0.4.31
5872026-05-29T14:10:03.307Z Downloaded bb8 v0.8.6
5882026-05-29T14:10:03.308Z Downloaded darling_macro v0.21.3
5892026-05-29T14:10:03.308Z Downloaded arc-swap v1.8.2
5902026-05-29T14:10:03.311Z Downloaded arrayvec v0.7.6
5912026-05-29T14:10:03.311Z Downloaded block-padding v0.3.3
5922026-05-29T14:10:03.316Z Downloaded env_filter v1.0.0
5932026-05-29T14:10:03.319Z Downloaded darling_macro v0.13.4
5942026-05-29T14:10:03.319Z Downloaded curve25519-dalek-derive v0.1.1
5952026-05-29T14:10:03.319Z Downloaded cstr-argument v0.1.2
5962026-05-29T14:10:03.322Z Downloaded compression-codecs v0.4.37
5972026-05-29T14:10:03.322Z Downloaded allocator-api2 v0.2.21
5982026-05-29T14:10:03.325Z Downloaded ed25519 v2.2.3
5992026-05-29T14:10:03.325Z Downloaded bit-set v0.8.0
6002026-05-29T14:10:03.328Z Downloaded display-error-chain v0.2.2
6012026-05-29T14:10:03.328Z Downloaded crucible-workspace-hack v0.1.0
6022026-05-29T14:10:03.328Z Downloaded crossbeam-deque v0.8.6
6032026-05-29T14:10:03.328Z Downloaded endian-type v0.1.2
6042026-05-29T14:10:03.331Z Downloaded flagset v0.4.7
6052026-05-29T14:10:03.331Z Downloaded bit-set v0.5.3
6062026-05-29T14:10:03.331Z Downloaded crc v3.4.0
6072026-05-29T14:10:03.335Z Downloaded cfg_aliases v0.1.1
6082026-05-29T14:10:03.335Z Downloaded bcrypt-pbkdf v0.10.0
6092026-05-29T14:10:03.335Z Downloaded dropshot-api-manager-types v0.7.2
6102026-05-29T14:10:03.335Z Downloaded ciborium-io v0.2.2
6112026-05-29T14:10:03.338Z Downloaded bitfield-struct v0.6.2
6122026-05-29T14:10:03.338Z Downloaded document-features v0.2.12
6132026-05-29T14:10:03.338Z Downloaded ciborium-ll v0.2.2
6142026-05-29T14:10:03.341Z Downloaded defmt-parser v1.0.0
6152026-05-29T14:10:03.341Z Downloaded bitfield-macros v0.19.4
6162026-05-29T14:10:03.341Z Downloaded embedded-io v0.4.0
6172026-05-29T14:10:03.341Z Downloaded dyn-clone v1.0.20
6182026-05-29T14:10:03.344Z Downloaded cpufeatures v0.3.0
6192026-05-29T14:10:03.344Z Downloaded corncobs v0.1.4
6202026-05-29T14:10:03.347Z Downloaded console v0.16.2
6212026-05-29T14:10:03.347Z Downloaded bzip2 v0.6.1
6222026-05-29T14:10:03.350Z Downloaded embedded-io v0.6.1
6232026-05-29T14:10:03.350Z Downloaded fd-lock v4.0.4
6242026-05-29T14:10:03.353Z Downloaded cexpr v0.6.0
6252026-05-29T14:10:03.353Z Downloaded castaway v0.2.4
6262026-05-29T14:10:03.353Z Downloaded cargo_metadata v0.23.1
6272026-05-29T14:10:03.356Z Downloaded float-ord v0.3.2
6282026-05-29T14:10:03.356Z Downloaded diesel_table_macro_syntax v0.3.0
6292026-05-29T14:10:03.360Z Downloaded derive_builder_macro v0.20.2
6302026-05-29T14:10:03.360Z Downloaded foreign-types v0.5.0
6312026-05-29T14:10:03.360Z Downloaded async-recursion v1.1.1
6322026-05-29T14:10:03.363Z Downloaded darling_macro v0.20.11
6332026-05-29T14:10:03.363Z Downloaded dirs-sys-next v0.1.2
6342026-05-29T14:10:03.363Z Downloaded crunchy v0.2.4
6352026-05-29T14:10:03.363Z Downloaded float-cmp v0.10.0
6362026-05-29T14:10:03.366Z Downloaded filetime v0.2.27
6372026-05-29T14:10:03.366Z Downloaded foreign-types-shared v0.1.1
6382026-05-29T14:10:03.366Z Downloaded cobs v0.3.0
6392026-05-29T14:10:03.369Z Downloaded cfg_aliases v0.2.1
6402026-05-29T14:10:03.369Z Downloaded diesel-dtrace v0.5.0
6412026-05-29T14:10:03.369Z Downloaded daft v0.1.7
6422026-05-29T14:10:03.373Z Downloaded futures-task v0.3.32
6432026-05-29T14:10:03.373Z Downloaded crc-catalog v2.4.0
6442026-05-29T14:10:03.373Z Downloaded futures-io v0.3.32
6452026-05-29T14:10:03.373Z Downloaded foreign-types-shared v0.3.1
6462026-05-29T14:10:03.376Z Downloaded fixedbitset v0.4.2
6472026-05-29T14:10:03.377Z Downloaded dsl_auto_type v0.2.0
6482026-05-29T14:10:03.377Z Downloaded downcast-rs v2.0.2
6492026-05-29T14:10:03.377Z Downloaded dof v0.4.0
6502026-05-29T14:10:03.377Z Downloaded cargo-platform v0.3.2
6512026-05-29T14:10:03.380Z Downloaded funty v2.0.0
6522026-05-29T14:10:03.380Z Downloaded env_logger v0.11.9
6532026-05-29T14:10:03.383Z Downloaded convert_case v0.4.0
6542026-05-29T14:10:03.383Z Downloaded atomic-waker v1.1.2
6552026-05-29T14:10:03.383Z Downloaded debug-ignore v1.0.5
6562026-05-29T14:10:03.383Z Downloaded ghash v0.5.1
6572026-05-29T14:10:03.386Z Downloaded fxhash v0.2.1
6582026-05-29T14:10:03.386Z Downloaded futures-sink v0.3.32
6592026-05-29T14:10:03.386Z Downloaded globwalk v0.9.1
6602026-05-29T14:10:03.386Z Downloaded foreign-types-macros v0.2.3
6612026-05-29T14:10:03.389Z Downloaded chacha20 v0.9.1
6622026-05-29T14:10:03.389Z Downloaded foreign-types v0.3.2
6632026-05-29T14:10:03.392Z Downloaded ena v0.14.4
6642026-05-29T14:10:03.392Z Downloaded critical-section v1.2.0
6652026-05-29T14:10:03.392Z Downloaded bit-vec v0.8.0
6662026-05-29T14:10:03.395Z Downloaded foldhash v0.1.5
6672026-05-29T14:10:03.395Z Downloaded fallible-iterator v0.2.0
6682026-05-29T14:10:03.395Z Downloaded darling v0.13.4
6692026-05-29T14:10:03.398Z Downloaded byte-wrapper v0.1.0
6702026-05-29T14:10:03.401Z Downloaded futures-macro v0.3.32
6712026-05-29T14:10:03.401Z Downloaded futures-core v0.3.32
6722026-05-29T14:10:03.401Z Downloaded ctr v0.9.2
6732026-05-29T14:10:03.404Z Downloaded either v1.15.0
6742026-05-29T14:10:03.404Z Downloaded bitfield v0.19.4
6752026-05-29T14:10:03.404Z Downloaded buf-list v1.1.2
6762026-05-29T14:10:03.407Z Downloaded defmt v1.0.1
6772026-05-29T14:10:03.410Z Downloaded ff v0.13.1
6782026-05-29T14:10:03.410Z Downloaded ar_archive_writer v0.5.1
6792026-05-29T14:10:03.413Z Downloaded git-stub v1.0.0
6802026-05-29T14:10:03.413Z Downloaded derive-ex v0.1.8
6812026-05-29T14:10:03.413Z Downloaded headers-core v0.3.0
6822026-05-29T14:10:03.413Z Downloaded derive_builder_core v0.20.2
6832026-05-29T14:10:03.416Z Downloaded hash32 v0.2.1
6842026-05-29T14:10:03.416Z Downloaded defmt-macros v1.0.1
6852026-05-29T14:10:03.420Z Downloaded gethostname v0.5.0
6862026-05-29T14:10:03.420Z Downloaded csv-core v0.1.13
6872026-05-29T14:10:03.420Z Downloaded home v0.5.12
6882026-05-29T14:10:03.423Z Downloaded cmake v0.1.57
6892026-05-29T14:10:03.423Z Downloaded cbc v0.1.2
6902026-05-29T14:10:03.423Z Downloaded ecdsa v0.16.9
6912026-05-29T14:10:03.426Z Downloaded erased-serde v0.3.31
6922026-05-29T14:10:03.426Z Downloaded bcs v0.1.6
6932026-05-29T14:10:03.429Z Downloaded deranged v0.5.8
6942026-05-29T14:10:03.429Z Downloaded hex v0.4.3
6952026-05-29T14:10:03.432Z Downloaded hex-literal v0.4.1
6962026-05-29T14:10:03.432Z Downloaded convert_case v0.10.0
6972026-05-29T14:10:03.432Z Downloaded cassowary v0.3.0
6982026-05-29T14:10:03.432Z Downloaded blowfish v0.9.1
6992026-05-29T14:10:03.435Z Downloaded const_format_proc_macros v0.2.34
7002026-05-29T14:10:03.435Z Downloaded base64ct v1.8.3
7012026-05-29T14:10:03.438Z Downloaded hostname v0.4.2
7022026-05-29T14:10:03.438Z Downloaded hostname v0.3.1
7032026-05-29T14:10:03.438Z Downloaded bitflags v1.3.2
7042026-05-29T14:10:03.441Z Downloaded http-range v0.1.5
7052026-05-29T14:10:03.441Z Downloaded http-body v1.0.1
7062026-05-29T14:10:03.444Z Downloaded futures-executor v0.3.32
7072026-05-29T14:10:03.444Z Downloaded hyper-tls v0.6.0
7082026-05-29T14:10:03.444Z Downloaded glob v0.3.3
7092026-05-29T14:10:03.447Z Downloaded hubpack v0.1.2
7102026-05-29T14:10:03.447Z Downloaded hubpack_derive v0.1.1
7112026-05-29T14:10:03.448Z Downloaded colored v3.1.1
7122026-05-29T14:10:03.452Z Downloaded ciborium v0.2.2
7132026-05-29T14:10:03.452Z Downloaded cancel-safe-futures v0.1.5
7142026-05-29T14:10:03.456Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-29T14:10:03.456Z Downloaded illumos-nvpair v0.3.0
7162026-05-29T14:10:03.456Z Downloaded instability v0.3.11
7172026-05-29T14:10:03.456Z Downloaded inout v0.1.4
7182026-05-29T14:10:03.456Z Downloaded httpdate v1.0.3
7192026-05-29T14:10:03.456Z Downloaded ident_case v1.0.1
7202026-05-29T14:10:03.459Z Downloaded crossbeam-utils v0.8.21
7212026-05-29T14:10:03.459Z Downloaded crc32fast v1.5.0
7222026-05-29T14:10:03.462Z Downloaded async-bb8-diesel v0.2.1
7232026-05-29T14:10:03.462Z Downloaded cookie_store v0.22.1
7242026-05-29T14:10:03.465Z Downloaded indent_write v2.2.0
7252026-05-29T14:10:03.465Z Downloaded crossbeam-epoch v0.9.18
7262026-05-29T14:10:03.465Z Downloaded instant v0.1.13
7272026-05-29T14:10:03.468Z Downloaded group v0.13.0
7282026-05-29T14:10:03.468Z Downloaded daft-derive v0.1.7
7292026-05-29T14:10:03.471Z Downloaded darling v0.20.11
7302026-05-29T14:10:03.475Z Downloaded highway v1.3.0
7312026-05-29T14:10:03.475Z Downloaded derive_builder v0.20.2
7322026-05-29T14:10:03.478Z Downloaded des v0.8.1
7332026-05-29T14:10:03.478Z Downloaded hash32 v0.3.1
7342026-05-29T14:10:03.481Z Downloaded is_ci v1.2.0
7352026-05-29T14:10:03.481Z Downloaded indoc v1.0.9
7362026-05-29T14:10:03.481Z Downloaded fixedbitset v0.5.7
7372026-05-29T14:10:03.484Z Downloaded keccak v0.1.6
7382026-05-29T14:10:03.484Z Downloaded internet-checksum v0.2.1
7392026-05-29T14:10:03.484Z Downloaded is-terminal v0.4.17
7402026-05-29T14:10:03.487Z Downloaded find-msvc-tools v0.1.9
7412026-05-29T14:10:03.487Z Downloaded der_derive v0.7.3
7422026-05-29T14:10:03.487Z Downloaded fs-err v2.11.0
7432026-05-29T14:10:03.490Z Downloaded libscf-sys v1.2.0
7442026-05-29T14:10:03.490Z Downloaded ahash v0.8.12
7452026-05-29T14:10:03.493Z Downloaded colored v2.2.0
7462026-05-29T14:10:03.493Z Downloaded console v0.15.11
7472026-05-29T14:10:03.496Z Downloaded clang-sys v1.8.1
7482026-05-29T14:10:03.496Z Downloaded git-stub-vcs v0.1.0
7492026-05-29T14:10:03.499Z Downloaded diff v0.1.13
7502026-05-29T14:10:03.499Z Downloaded elliptic-curve v0.13.8
7512026-05-29T14:10:03.502Z Downloaded chacha20 v0.10.0
7522026-05-29T14:10:03.502Z Downloaded lalrpop-util v0.19.12
7532026-05-29T14:10:03.505Z Downloaded lru-cache v0.1.2
7542026-05-29T14:10:03.505Z Downloaded lazy_static v1.5.0
7552026-05-29T14:10:03.505Z Downloaded futures-channel v0.3.32
7562026-05-29T14:10:03.508Z Downloaded cookie v0.18.1
7572026-05-29T14:10:03.508Z Downloaded const-oid v0.9.6
7582026-05-29T14:10:03.511Z Downloaded chacha20poly1305 v0.10.1
7592026-05-29T14:10:03.511Z Downloaded kstat-rs v0.2.4
7602026-05-29T14:10:03.511Z Downloaded bzip2 v0.4.4
7612026-05-29T14:10:03.514Z Downloaded globset v0.4.18
7622026-05-29T14:10:03.514Z Downloaded camino-tempfile-ext v0.3.3
7632026-05-29T14:10:03.514Z Downloaded humantime v2.3.0
7642026-05-29T14:10:03.517Z Downloaded lzss v0.8.2
7652026-05-29T14:10:03.517Z Downloaded linked-hash-map v0.5.6
7662026-05-29T14:10:03.517Z Downloaded maybe-uninit v2.0.0
7672026-05-29T14:10:03.521Z Downloaded blake2 v0.10.6
7682026-05-29T14:10:03.521Z Downloaded hyper-staticfile v0.10.1
7692026-05-29T14:10:03.524Z Downloaded lru-slab v0.1.2
7702026-05-29T14:10:03.524Z Downloaded md5 v0.7.0
7712026-05-29T14:10:03.524Z Downloaded md-5 v0.10.6
7722026-05-29T14:10:03.524Z Downloaded match_cfg v0.1.0
7732026-05-29T14:10:03.524Z Downloaded maplit v1.0.2
7742026-05-29T14:10:03.527Z Downloaded compact_str v0.8.1
7752026-05-29T14:10:03.528Z Downloaded memoffset v0.9.1
7762026-05-29T14:10:03.531Z Downloaded mime v0.3.17
7772026-05-29T14:10:03.531Z Downloaded half v1.8.3
7782026-05-29T14:10:03.531Z Downloaded darling v0.23.0
7792026-05-29T14:10:03.534Z Downloaded getrandom v0.2.17
7802026-05-29T14:10:03.537Z Downloaded derive_more v0.99.20
7812026-05-29T14:10:03.549Z Downloaded fatfs v0.3.6
7822026-05-29T14:10:03.549Z Downloaded derive-where v1.6.0
7832026-05-29T14:10:03.549Z Downloaded ipnetwork v0.21.1
7842026-05-29T14:10:03.549Z Downloaded multimap v0.10.1
7852026-05-29T14:10:03.549Z Downloaded hmac v0.12.1
7862026-05-29T14:10:03.549Z Downloaded nodrop v0.1.14
7872026-05-29T14:10:03.549Z Downloaded newline-converter v0.3.0
7882026-05-29T14:10:03.549Z Downloaded new_debug_unreachable v1.0.6
7892026-05-29T14:10:03.549Z Downloaded lru v0.12.5
7902026-05-29T14:10:03.552Z Downloaded ingot-types v0.1.2
7912026-05-29T14:10:03.552Z Downloaded num-conv v0.2.0
7922026-05-29T14:10:03.552Z Downloaded nibble_vec v0.1.0
7932026-05-29T14:10:03.553Z Downloaded newtype_derive v0.1.6
7942026-05-29T14:10:03.553Z Downloaded impl-trait-for-tuples v0.2.3
7952026-05-29T14:10:03.556Z Downloaded fs_extra v1.3.0
7962026-05-29T14:10:03.556Z Downloaded foldhash v0.2.0
7972026-05-29T14:10:03.559Z Downloaded bit-vec v0.6.3
7982026-05-29T14:10:03.559Z Downloaded libloading v0.8.9
7992026-05-29T14:10:03.559Z Downloaded num-derive v0.4.2
8002026-05-29T14:10:03.562Z Downloaded base64 v0.22.1
8012026-05-29T14:10:03.562Z Downloaded num-iter v0.1.45
8022026-05-29T14:10:03.565Z Downloaded num v0.4.3
8032026-05-29T14:10:03.565Z Downloaded normalize-line-endings v0.3.0
8042026-05-29T14:10:03.565Z Downloaded constant_time_eq v0.4.2
8052026-05-29T14:10:03.568Z Downloaded num_threads v0.1.7
8062026-05-29T14:10:03.568Z Downloaded httparse v1.10.1
8072026-05-29T14:10:03.568Z Downloaded nonempty v0.12.0
8082026-05-29T14:10:03.571Z Downloaded drift v0.2.0
8092026-05-29T14:10:03.574Z Downloaded opaque-debug v0.3.1
8102026-05-29T14:10:03.578Z Downloaded olpc-cjson v0.1.4
8112026-05-29T14:10:03.578Z Downloaded dropshot_endpoint v0.17.0
8122026-05-29T14:10:03.581Z Downloaded libsw-core v0.3.2
8132026-05-29T14:10:03.581Z Downloaded libsw v3.5.0
8142026-05-29T14:10:03.581Z Downloaded libefi-sys v0.1.0
8152026-05-29T14:10:03.584Z Downloaded managed v0.8.0
8162026-05-29T14:10:03.584Z Downloaded linear-map v1.2.0
8172026-05-29T14:10:03.584Z Downloaded hyper-rustls v0.27.7
8182026-05-29T14:10:03.586Z Downloaded openssl-probe v0.2.1
8192026-05-29T14:10:03.587Z Downloaded openssl-probe v0.1.6
8202026-05-29T14:10:03.587Z Downloaded lock_api v0.4.14
8212026-05-29T14:10:03.590Z Downloaded openssl-macros v0.1.1
8222026-05-29T14:10:03.590Z Downloaded getrandom v0.3.4
8232026-05-29T14:10:03.593Z Downloaded ingot v0.1.1
8242026-05-29T14:10:03.593Z Downloaded iana-time-zone v0.1.65
8252026-05-29T14:10:03.596Z Downloaded darling_core v0.13.4
8262026-05-29T14:10:03.596Z Downloaded oso-derive v0.27.3
8272026-05-29T14:10:03.599Z Downloaded mime_guess v2.0.5
8282026-05-29T14:10:03.599Z Downloaded ingot-macros v0.1.1
8292026-05-29T14:10:03.599Z Downloaded darling_core v0.23.0
8302026-05-29T14:10:03.602Z Downloaded flume v0.11.1
8312026-05-29T14:10:03.605Z Downloaded indoc v2.0.7
8322026-05-29T14:10:03.605Z Downloaded ipnet v2.11.0
8332026-05-29T14:10:03.608Z Downloaded http-body-util v0.1.3
8342026-05-29T14:10:03.608Z Downloaded futures v0.3.32
8352026-05-29T14:10:03.611Z Downloaded path-slash v0.1.5
8362026-05-29T14:10:03.611Z Downloaded parse-size v1.1.0
8372026-05-29T14:10:03.614Z Downloaded der v0.7.10
8382026-05-29T14:10:03.617Z Downloaded packed_struct_codegen v0.10.1
8392026-05-29T14:10:03.617Z Downloaded newtype-uuid-macros v0.1.0
8402026-05-29T14:10:03.617Z Downloaded native-tls v0.2.18
8412026-05-29T14:10:03.620Z Downloaded parse-display v0.10.0
8422026-05-29T14:10:03.621Z Downloaded crossbeam-channel v0.5.15
8432026-05-29T14:10:03.624Z Downloaded pbkdf2 v0.12.2
8442026-05-29T14:10:03.624Z Downloaded peg-runtime v0.8.5
8452026-05-29T14:10:03.624Z Downloaded phf_shared v0.11.3
8462026-05-29T14:10:03.624Z Downloaded num-integer v0.1.46
8472026-05-29T14:10:03.627Z Downloaded phf_shared v0.12.1
8482026-05-29T14:10:03.627Z Downloaded pbkdf2 v0.11.0
8492026-05-29T14:10:03.627Z Downloaded num-rational v0.4.2
8502026-05-29T14:10:03.630Z Downloaded darling_core v0.20.11
8512026-05-29T14:10:03.633Z Downloaded multer v3.1.0
8522026-05-29T14:10:03.633Z Downloaded const_format v0.2.35
8532026-05-29T14:10:03.636Z Downloaded newtype-uuid v1.3.2
8542026-05-29T14:10:03.636Z Downloaded crypto-bigint v0.5.5
8552026-05-29T14:10:03.639Z Downloaded num_enum v0.5.11
8562026-05-29T14:10:03.642Z Downloaded pin-utils v0.1.0
8572026-05-29T14:10:03.645Z Downloaded num_enum_derive v0.7.5
8582026-05-29T14:10:03.645Z Downloaded num_enum v0.7.5
8592026-05-29T14:10:03.649Z Downloaded bytes v1.11.1
8602026-05-29T14:10:03.652Z Downloaded ignore v0.4.25
8612026-05-29T14:10:03.652Z Downloaded nu-ansi-term v0.50.3
8622026-05-29T14:10:03.654Z Downloaded oxide-tokio-rt v0.1.4
8632026-05-29T14:10:03.654Z Downloaded phf_shared v0.13.1
8642026-05-29T14:10:03.655Z Downloaded owo-colors v4.3.0
8652026-05-29T14:10:03.658Z Downloaded predicates-core v1.0.10
8662026-05-29T14:10:03.658Z Downloaded precomputed-hash v0.1.1
8672026-05-29T14:10:03.658Z Downloaded powerfmt v0.2.0
8682026-05-29T14:10:03.658Z Downloaded darling_core v0.21.3
8692026-05-29T14:10:03.675Z Downloaded proc-macro-crate v1.3.1
8702026-05-29T14:10:03.680Z Downloaded password-hash v0.4.2
8712026-05-29T14:10:03.680Z Downloaded parse-display-derive v0.10.0
8722026-05-29T14:10:03.680Z Downloaded parking_lot_core v0.8.6
8732026-05-29T14:10:03.683Z Downloaded oxnet v0.1.4
8742026-05-29T14:10:03.683Z Downloaded nanorand v0.7.0
8752026-05-29T14:10:03.683Z Downloaded progenitor-client v0.10.0
8762026-05-29T14:10:03.683Z Downloaded progenitor-client v0.14.0
8772026-05-29T14:10:03.686Z Downloaded progenitor-client v0.11.2
8782026-05-29T14:10:03.686Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-05-29T14:10:03.686Z Downloaded proc-macro-crate v3.4.0
8802026-05-29T14:10:03.687Z Downloaded headers v0.4.1
8812026-05-29T14:10:03.689Z Downloaded psl-types v2.0.11
8822026-05-29T14:10:03.692Z Downloaded peg v0.8.5
8832026-05-29T14:10:03.692Z Downloaded paste v1.0.15
8842026-05-29T14:10:03.695Z Downloaded password-hash v0.5.0
8852026-05-29T14:10:03.695Z Downloaded progenitor-macro v0.14.0
8862026-05-29T14:10:03.698Z Downloaded pin-project-lite v0.2.17
8872026-05-29T14:10:03.701Z Downloaded phf v0.12.1
8882026-05-29T14:10:03.701Z Downloaded progenitor-macro v0.11.2
8892026-05-29T14:10:03.701Z Downloaded pin-project-internal v1.1.11
8902026-05-29T14:10:03.704Z Downloaded quick-error v1.2.3
8912026-05-29T14:10:03.704Z Downloaded derive_more-impl v2.1.1
8922026-05-29T14:10:03.707Z Downloaded pem-rfc7468 v0.7.0
8932026-05-29T14:10:03.707Z Downloaded heapless v0.7.17
8942026-05-29T14:10:03.710Z Downloaded radium v0.7.0
8952026-05-29T14:10:03.710Z Downloaded bumpalo v3.20.2
8962026-05-29T14:10:03.713Z Downloaded poly1305 v0.8.0
8972026-05-29T14:10:03.713Z Downloaded pkcs8 v0.10.2
8982026-05-29T14:10:03.716Z Downloaded polyval v0.6.2
8992026-05-29T14:10:03.716Z Downloaded rand_xorshift v0.4.0
9002026-05-29T14:10:03.719Z Downloaded rand_chacha v0.3.1
9012026-05-29T14:10:03.719Z Downloaded omicron-zone-package v0.12.2
9022026-05-29T14:10:03.722Z Downloaded pkg-config v0.3.32
9032026-05-29T14:10:03.722Z Downloaded litrs v1.0.0
9042026-05-29T14:10:03.725Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-05-29T14:10:03.725Z Downloaded predicates v3.1.4
9062026-05-29T14:10:03.726Z Downloaded recursive v0.1.1
9072026-05-29T14:10:03.729Z Downloaded flate2 v1.1.9
9082026-05-29T14:10:03.730Z Downloaded async-compression v0.4.41
9092026-05-29T14:10:03.733Z Downloaded ref-cast-impl v1.0.25
9102026-05-29T14:10:03.735Z Downloaded predicates-tree v1.0.13
9112026-05-29T14:10:03.736Z Downloaded packed_struct v0.10.1
9122026-05-29T14:10:03.736Z Downloaded pem v3.0.6
9132026-05-29T14:10:03.739Z Downloaded progenitor v0.14.0
9142026-05-29T14:10:03.739Z Downloaded progenitor v0.13.0
9152026-05-29T14:10:03.739Z Downloaded progenitor v0.11.2
9162026-05-29T14:10:03.742Z Downloaded ppv-lite86 v0.2.21
9172026-05-29T14:10:03.742Z Downloaded rfc6979 v0.4.0
9182026-05-29T14:10:03.742Z Downloaded expectorate v1.2.0
9192026-05-29T14:10:03.745Z Downloaded proc-macro-error2 v2.0.1
9202026-05-29T14:10:03.745Z Downloaded progenitor-client v0.13.0
9212026-05-29T14:10:03.745Z Downloaded parking_lot_core v0.9.12
9222026-05-29T14:10:03.748Z Downloaded parking_lot v0.11.2
9232026-05-29T14:10:03.748Z Downloaded primeorder v0.13.6
9242026-05-29T14:10:03.751Z Downloaded ed25519-dalek v2.2.0
9252026-05-29T14:10:03.751Z Downloaded hickory-resolver v0.24.4
9262026-05-29T14:10:03.754Z Downloaded progenitor-macro v0.13.0
9272026-05-29T14:10:03.754Z Downloaded parking_lot v0.12.5
9282026-05-29T14:10:03.757Z Downloaded phf v0.13.1
9292026-05-29T14:10:03.757Z Downloaded peg-macros v0.8.5
9302026-05-29T14:10:03.761Z Downloaded heapless v0.8.0
9312026-05-29T14:10:03.761Z Downloaded diesel_derives v2.3.7
9322026-05-29T14:10:03.764Z Downloaded rustc_version v0.1.7
9332026-05-29T14:10:03.767Z Downloaded rustc-hash v2.1.1
9342026-05-29T14:10:03.767Z Downloaded russh-cryptovec v0.7.3
9352026-05-29T14:10:03.767Z Downloaded rtoolbox v0.0.3
9362026-05-29T14:10:03.767Z Downloaded derive_more v2.1.1
9372026-05-29T14:10:03.774Z Downloaded cc v1.2.56
9382026-05-29T14:10:03.777Z Downloaded rustc_version v0.4.1
9392026-05-29T14:10:03.777Z Downloaded r2d2 v0.8.10
9402026-05-29T14:10:03.780Z Downloaded libbz2-rs-sys v0.2.2
9412026-05-29T14:10:03.780Z Downloaded memmap2 v0.9.10
9422026-05-29T14:10:03.780Z Downloaded indexmap v1.9.3
9432026-05-29T14:10:03.783Z Downloaded half v2.7.1
9442026-05-29T14:10:03.786Z Downloaded pkcs5 v0.7.1
9452026-05-29T14:10:03.786Z Downloaded postcard v1.1.3
9462026-05-29T14:10:03.789Z Downloaded num-complex v0.4.6
9472026-05-29T14:10:03.792Z Downloaded ref-cast v1.0.25
9482026-05-29T14:10:03.792Z Downloaded rand_seeder v0.4.0
9492026-05-29T14:10:03.795Z Downloaded salsa20 v0.10.2
9502026-05-29T14:10:03.795Z Downloaded miniz_oxide v0.8.9
9512026-05-29T14:10:03.798Z Downloaded scopeguard v1.2.0
9522026-05-29T14:10:03.798Z Downloaded scheduled-thread-pool v0.2.7
9532026-05-29T14:10:03.798Z Downloaded indicatif v0.18.4
9542026-05-29T14:10:03.801Z Downloaded papergrid v0.17.0
9552026-05-29T14:10:03.805Z Downloaded p256 v0.13.2
9562026-05-29T14:10:03.805Z Downloaded rand_core v0.10.0
9572026-05-29T14:10:03.805Z Downloaded rand_core v0.9.5
9582026-05-29T14:10:03.809Z Downloaded rand_core v0.6.4
9592026-05-29T14:10:03.809Z Downloaded resolv-conf v0.7.6
9602026-05-29T14:10:03.809Z Downloaded sapling-renderdag v0.1.0
9612026-05-29T14:10:03.812Z Downloaded secrecy v0.8.0
9622026-05-29T14:10:03.812Z Downloaded scroll_derive v0.13.1
9632026-05-29T14:10:03.812Z Downloaded semver v0.1.20
9642026-05-29T14:10:03.812Z Downloaded same-file v1.0.6
9652026-05-29T14:10:03.815Z Downloaded progenitor-extras v0.2.0
9662026-05-29T14:10:03.815Z Downloaded scrypt v0.11.0
9672026-05-29T14:10:03.815Z Downloaded hickory-resolver v0.25.2
9682026-05-29T14:10:03.818Z Downloaded pin-project v1.1.11
9692026-05-29T14:10:03.823Z Downloaded serde_bytes v0.11.19
9702026-05-29T14:10:03.826Z Downloaded serde_spanned v1.0.4
9712026-05-29T14:10:03.826Z Downloaded serde_plain v1.0.2
9722026-05-29T14:10:03.826Z Downloaded secrecy v0.10.3
9732026-05-29T14:10:03.829Z Downloaded psm v0.1.30
9742026-05-29T14:10:03.829Z Downloaded pkcs1 v0.7.5
9752026-05-29T14:10:03.832Z Downloaded serde-big-array v0.5.1
9762026-05-29T14:10:03.832Z Downloaded quinn-udp v0.5.14
9772026-05-29T14:10:03.832Z Downloaded serde_repr v0.1.20
9782026-05-29T14:10:03.835Z Downloaded seq-macro v0.3.6
9792026-05-29T14:10:03.835Z Downloaded rustls-pemfile v1.0.4
9802026-05-29T14:10:03.839Z Downloaded rustls-native-certs v0.8.3
9812026-05-29T14:10:03.839Z Downloaded rustls-pemfile v2.2.0
9822026-05-29T14:10:03.842Z Downloaded rusty-fork v0.3.1
9832026-05-29T14:10:03.842Z Downloaded rand_chacha v0.9.0
9842026-05-29T14:10:03.842Z Downloaded rustversion v1.0.22
9852026-05-29T14:10:03.845Z Downloaded postgres-types v0.2.12
9862026-05-29T14:10:03.845Z Downloaded postgres-protocol v0.6.10
9872026-05-29T14:10:03.845Z Downloaded oso v0.27.3
9882026-05-29T14:10:03.848Z Downloaded openssl-sys v0.9.115
9892026-05-29T14:10:03.851Z Downloaded jobserver v0.1.34
9902026-05-29T14:10:03.851Z Downloaded crc-any v2.5.0
9912026-05-29T14:10:03.854Z Downloaded num_enum_derive v0.5.11
9922026-05-29T14:10:03.854Z Downloaded signal-hook-mio v0.2.5
9932026-05-29T14:10:03.855Z Downloaded sha1 v0.10.6
9942026-05-29T14:10:03.857Z Downloaded sigpipe v0.1.3
9952026-05-29T14:10:03.858Z Downloaded serde_urlencoded v0.7.1
9962026-05-29T14:10:03.858Z Downloaded array-init v0.0.4
9972026-05-29T14:10:03.860Z Downloaded crossterm v0.28.1
9982026-05-29T14:10:03.864Z Downloaded hashbrown v0.13.2
9992026-05-29T14:10:03.867Z Downloaded signal-hook-tokio v0.3.1
10002026-05-29T14:10:03.870Z Downloaded schemars_derive v0.8.22
10012026-05-29T14:10:03.870Z Downloaded progenitor-impl v0.13.0
10022026-05-29T14:10:03.870Z Downloaded progenitor-impl v0.11.2
10032026-05-29T14:10:03.873Z Downloaded hashbrown v0.12.3
10042026-05-29T14:10:03.876Z Downloaded slog-envlogger v2.2.0
10052026-05-29T14:10:03.876Z Downloaded slog-bunyan v2.5.0
10062026-05-29T14:10:03.876Z Downloaded sec1 v0.7.3
10072026-05-29T14:10:03.876Z Downloaded sct v0.7.1
10082026-05-29T14:10:03.880Z Downloaded siphasher v1.0.2
10092026-05-29T14:10:03.880Z Downloaded signature v2.2.0
10102026-05-29T14:10:03.883Z Downloaded hickory-server v0.25.2
10112026-05-29T14:10:03.885Z Downloaded serde-hex v0.1.0
10122026-05-29T14:10:03.891Z Downloaded http v1.4.0
10132026-05-29T14:10:03.895Z Downloaded minimal-lexical v0.2.1
10142026-05-29T14:10:03.898Z Downloaded jiff-static v0.2.21
10152026-05-29T14:10:03.900Z Downloaded shlex v1.3.0
10162026-05-29T14:10:03.901Z Downloaded shell-words v1.1.1
10172026-05-29T14:10:03.903Z Downloaded serde_path_to_error v0.1.20
10182026-05-29T14:10:03.903Z Downloaded ssh-cipher v0.2.0
10192026-05-29T14:10:03.906Z Downloaded ssh-encoding v0.2.0
10202026-05-29T14:10:03.906Z Downloaded sqlparser_derive v0.5.0
10212026-05-29T14:10:03.909Z Downloaded serde_derive_internals v0.29.1
10222026-05-29T14:10:03.912Z Downloaded rcgen v0.12.1
10232026-05-29T14:10:03.915Z Downloaded aes v0.8.4
10242026-05-29T14:10:03.918Z Downloaded signal-hook-registry v1.4.8
10252026-05-29T14:10:03.918Z Downloaded hyper-util v0.1.20
10262026-05-29T14:10:03.921Z Downloaded structmeta-derive v0.3.0
10272026-05-29T14:10:03.921Z Downloaded simd-adler32 v0.3.8
10282026-05-29T14:10:03.924Z Downloaded subtle v2.6.1
10292026-05-29T14:10:03.924Z Downloaded strum v0.27.2
10302026-05-29T14:10:03.924Z Downloaded crossterm v0.29.0
10312026-05-29T14:10:03.927Z Downloaded prefix-trie v0.7.0
10322026-05-29T14:10:03.930Z Downloaded strip-ansi-escapes v0.2.1
10332026-05-29T14:10:03.930Z Downloaded progenitor-impl v0.14.0
10342026-05-29T14:10:03.934Z Downloaded slog-dtrace v0.3.0
10352026-05-29T14:10:03.935Z Downloaded aes-gcm v0.10.3
10362026-05-29T14:10:03.938Z Downloaded itertools v0.10.5
10372026-05-29T14:10:03.941Z Downloaded tabwriter v1.4.1
10382026-05-29T14:10:03.941Z Downloaded tabled_derive v0.11.0
10392026-05-29T14:10:03.941Z Downloaded sync-ptr v0.1.4
10402026-05-29T14:10:03.945Z Downloaded structmeta v0.3.0
10412026-05-29T14:10:03.948Z Downloaded spki v0.7.3
10422026-05-29T14:10:03.948Z Downloaded snafu-derive v0.8.9
10432026-05-29T14:10:03.948Z Downloaded supports-color v3.0.2
10442026-05-29T14:10:03.948Z Downloaded strum v0.26.3
10452026-05-29T14:10:03.952Z Downloaded tagptr v0.2.0
10462026-05-29T14:10:03.952Z Downloaded tap v1.0.1
10472026-05-29T14:10:03.952Z Downloaded slab v0.4.12
10482026-05-29T14:10:03.952Z Downloaded take_mut v0.2.2
10492026-05-29T14:10:03.955Z Downloaded strsim v0.10.0
10502026-05-29T14:10:03.958Z Downloaded prettyplease v0.2.37
10512026-05-29T14:10:03.958Z Downloaded pretty_assertions v1.4.1
10522026-05-29T14:10:03.961Z Downloaded rustls-pki-types v1.14.0
10532026-05-29T14:10:03.961Z Downloaded slog-scope v4.4.1
10542026-05-29T14:10:03.965Z Downloaded slog-async v2.8.0
10552026-05-29T14:10:03.965Z Downloaded sync_wrapper v1.0.2
10562026-05-29T14:10:03.965Z Downloaded dropshot-api-manager v0.7.2
10572026-05-29T14:10:03.968Z Downloaded slog-json v2.6.1
10582026-05-29T14:10:03.968Z Downloaded serde_cbor v0.11.2
10592026-05-29T14:10:03.971Z Downloaded scroll v0.13.0
10602026-05-29T14:10:03.971Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-29T14:10:03.974Z Downloaded testing_table v0.3.0
10622026-05-29T14:10:03.974Z Downloaded termtree v0.5.1
10632026-05-29T14:10:03.974Z Downloaded smf v0.2.3
10642026-05-29T14:10:03.974Z Downloaded tinyvec_macros v0.1.1
10652026-05-29T14:10:03.978Z Downloaded thread-id v5.1.0
10662026-05-29T14:10:03.978Z Downloaded ron v0.8.1
10672026-05-29T14:10:03.981Z Downloaded slog-stdlog v4.1.1
10682026-05-29T14:10:03.981Z Downloaded static_assertions v1.1.0
10692026-05-29T14:10:03.985Z Downloaded sqlformat v0.3.5
10702026-05-29T14:10:03.985Z Downloaded smallvec v0.6.14
10712026-05-29T14:10:03.985Z Downloaded slog-term v2.9.2
10722026-05-29T14:10:03.988Z Downloaded stacker v0.1.23
10732026-05-29T14:10:03.988Z Downloaded aws-lc-rs v1.16.3
10742026-05-29T14:10:03.992Z Downloaded time-core v0.1.8
10752026-05-29T14:10:03.995Z Downloaded russh-keys v0.45.0
10762026-05-29T14:10:03.998Z Downloaded support-bundle-viewer v0.1.2
10772026-05-29T14:10:03.998Z Downloaded serde_with_macros v3.17.0
10782026-05-29T14:10:04.001Z Downloaded strum_macros v0.26.4
10792026-05-29T14:10:04.004Z Downloaded serde_with_macros v1.5.2
10802026-05-29T14:10:04.004Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-29T14:10:04.007Z Downloaded strum_macros v0.27.2
10822026-05-29T14:10:04.008Z Downloaded strum_macros v0.24.3
10832026-05-29T14:10:04.011Z Downloaded rayon-core v1.13.0
10842026-05-29T14:10:04.014Z Downloaded tokio-macros v2.7.0
10852026-05-29T14:10:04.014Z Downloaded num-bigint v0.4.6
10862026-05-29T14:10:04.017Z Downloaded publicsuffix v2.3.0
10872026-05-29T14:10:04.017Z Downloaded stringprep v0.1.5
10882026-05-29T14:10:04.020Z Downloaded spin v0.9.8
10892026-05-29T14:10:04.020Z Downloaded string_cache v0.8.9
10902026-05-29T14:10:04.020Z Downloaded mio v1.2.0
10912026-05-29T14:10:04.023Z Downloaded nom v7.1.3
10922026-05-29T14:10:04.029Z Downloaded tower-layer v0.3.3
10932026-05-29T14:10:04.032Z Downloaded termios v0.3.3
10942026-05-29T14:10:04.032Z Downloaded libxml v0.3.3
10952026-05-29T14:10:04.040Z Downloaded hashbrown v0.16.1
10962026-05-29T14:10:04.043Z Downloaded topological-sort v0.2.2
10972026-05-29T14:10:04.046Z Downloaded thread_local v1.1.9
10982026-05-29T14:10:04.046Z Downloaded tower-service v0.3.3
10992026-05-29T14:10:04.046Z Downloaded rand v0.8.6
11002026-05-29T14:10:04.049Z Downloaded quinn v0.11.9
11012026-05-29T14:10:04.052Z Downloaded thiserror-no-std v2.0.2
11022026-05-29T14:10:04.052Z Downloaded trait-variant v0.1.2
11032026-05-29T14:10:04.057Z Downloaded tiny-keccak v2.0.2
11042026-05-29T14:10:04.064Z Downloaded try-lock v0.2.5
11052026-05-29T14:10:04.067Z Downloaded slog v2.8.2
11062026-05-29T14:10:04.067Z Downloaded signal-hook v0.3.18
11072026-05-29T14:10:04.070Z Downloaded schemars v0.9.0
11082026-05-29T14:10:04.075Z Downloaded unarray v0.1.4
11092026-05-29T14:10:04.078Z Downloaded typify-macro v0.6.2
11102026-05-29T14:10:04.078Z Downloaded tokio-dtrace v0.1.1
11112026-05-29T14:10:04.078Z Downloaded universal-hash v0.5.1
11122026-05-29T14:10:04.078Z Downloaded qorb v0.4.1
11132026-05-29T14:10:04.081Z Downloaded tls_codec v0.4.2
11142026-05-29T14:10:04.084Z Downloaded tokio-tungstenite v0.21.0
11152026-05-29T14:10:04.084Z Downloaded schemars v0.8.22
11162026-05-29T14:10:04.089Z Downloaded typify-macro v0.4.3
11172026-05-29T14:10:04.092Z Downloaded rsa v0.9.10
11182026-05-29T14:10:04.092Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11192026-05-29T14:10:04.095Z Downloaded untrusted v0.7.1
11202026-05-29T14:10:04.095Z Downloaded tokio-native-tls v0.3.1
11212026-05-29T14:10:04.095Z Downloaded unit-prefix v0.5.2
11222026-05-29T14:10:04.099Z Downloaded untrusted v0.9.0
11232026-05-29T14:10:04.099Z Downloaded tokio-tungstenite v0.23.1
11242026-05-29T14:10:04.099Z Downloaded term v1.2.1
11252026-05-29T14:10:04.102Z Downloaded utf-8 v0.7.6
11262026-05-29T14:10:04.102Z Downloaded usdt-attr-macro v0.6.0
11272026-05-29T14:10:04.102Z Downloaded usdt v0.6.0
11282026-05-29T14:10:04.105Z Downloaded unicode-truncate v1.1.0
11292026-05-29T14:10:04.105Z Downloaded rand v0.9.2
11302026-05-29T14:10:04.108Z Downloaded rustls-webpki v0.103.9
11312026-05-29T14:10:04.108Z Downloaded term v0.7.0
11322026-05-29T14:10:04.111Z Downloaded socket2 v0.6.3
11332026-05-29T14:10:04.111Z Downloaded socket2 v0.5.10
11342026-05-29T14:10:04.114Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-05-29T14:10:04.114Z Downloaded ryu v1.0.23
11362026-05-29T14:10:04.117Z Downloaded itertools v0.13.0
11372026-05-29T14:10:04.120Z Downloaded wait-timeout v0.2.1
11382026-05-29T14:10:04.120Z Downloaded serde_yaml v0.9.34+deprecated
11392026-05-29T14:10:04.122Z Downloaded hyper v1.8.1
11402026-05-29T14:10:04.126Z Downloaded void v1.0.2
11412026-05-29T14:10:04.126Z Downloaded samael v0.0.19
11422026-05-29T14:10:04.129Z Downloaded similar v2.7.0
11432026-05-29T14:10:04.132Z Downloaded futures-util v0.3.32
11442026-05-29T14:10:04.138Z Downloaded tls_codec_derive v0.4.2
11452026-05-29T14:10:04.141Z Downloaded subprocess v0.2.15
11462026-05-29T14:10:04.141Z Downloaded itertools v0.12.1
11472026-05-29T14:10:04.145Z Downloaded xattr v1.6.1
11482026-05-29T14:10:04.148Z Downloaded tokio-rustls v0.26.4
11492026-05-29T14:10:04.148Z Downloaded snafu v0.8.9
11502026-05-29T14:10:04.151Z Downloaded waitgroup v0.1.2
11512026-05-29T14:10:04.154Z Downloaded tokio-rustls v0.25.0
11522026-05-29T14:10:04.154Z Downloaded tokio-stream v0.1.18
11532026-05-29T14:10:04.157Z Downloaded tokio-rustls v0.24.1
11542026-05-29T14:10:04.157Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-05-29T14:10:04.161Z Downloaded usdt-impl v0.6.0
11562026-05-29T14:10:04.161Z Downloaded zeroize_derive v1.4.3
11572026-05-29T14:10:04.163Z Downloaded aho-corasick v1.1.4
11582026-05-29T14:10:04.166Z Downloaded xshell-macros v0.2.7
11592026-05-29T14:10:04.166Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-05-29T14:10:04.166Z Downloaded rand v0.10.0
11612026-05-29T14:10:04.169Z Downloaded itertools v0.14.0
11622026-05-29T14:10:04.172Z Downloaded test-strategy v0.4.5
11632026-05-29T14:10:04.175Z Downloaded hashbrown v0.15.5
11642026-05-29T14:10:04.180Z Downloaded vergen-gitcl v1.0.8
11652026-05-29T14:10:04.180Z Downloaded zone_cfg_derive v0.3.1
11662026-05-29T14:10:04.183Z Downloaded zone v0.3.1
11672026-05-29T14:10:04.183Z Downloaded time-macros v0.2.27
11682026-05-29T14:10:04.183Z Downloaded vergen-lib v9.1.0
11692026-05-29T14:10:04.186Z Downloaded schemars v1.2.1
11702026-05-29T14:10:04.193Z Downloaded want v0.3.1
11712026-05-29T14:10:04.196Z Downloaded tracing-attributes v0.1.31
11722026-05-29T14:10:04.196Z Downloaded whoami v1.6.1
11732026-05-29T14:10:04.199Z Downloaded tui-tree-widget v0.23.1
11742026-05-29T14:10:04.199Z Downloaded uzers v0.12.2
11752026-05-29T14:10:04.202Z Downloaded usdt-macro v0.6.0
11762026-05-29T14:10:04.202Z Downloaded tinyvec v1.10.0
11772026-05-29T14:10:04.202Z Downloaded xshell v0.2.7
11782026-05-29T14:10:04.206Z Downloaded iri-string v0.7.10
11792026-05-29T14:10:04.209Z Downloaded twox-hash v2.1.2
11802026-05-29T14:10:04.211Z Downloaded vergen-git2 v9.1.0
11812026-05-29T14:10:04.212Z Downloaded toml v0.7.8
11822026-05-29T14:10:04.215Z Downloaded russh v0.45.0
11832026-05-29T14:10:04.218Z Downloaded libm v0.2.16
11842026-05-29T14:10:04.222Z Downloaded zstd v0.13.3
11852026-05-29T14:10:04.225Z Downloaded tar v0.4.45
11862026-05-29T14:10:04.228Z Downloaded vergen v9.1.0
11872026-05-29T14:10:04.228Z Downloaded vergen-lib v0.1.6
11882026-05-29T14:10:04.231Z Downloaded wyz v0.5.1
11892026-05-29T14:10:04.231Z Downloaded whoami v2.1.0
11902026-05-29T14:10:04.231Z Downloaded walkdir v2.5.0
11912026-05-29T14:10:04.234Z Downloaded unicase v2.9.0
11922026-05-29T14:10:04.234Z Downloaded h2 v0.4.13
11932026-05-29T14:10:04.237Z Downloaded zeroize v1.8.2
11942026-05-29T14:10:04.240Z Downloaded tracing-core v0.1.36
11952026-05-29T14:10:04.240Z Downloaded unicode-properties v0.1.4
11962026-05-29T14:10:04.243Z Downloaded typify v0.6.2
11972026-05-29T14:10:04.246Z Downloaded typify v0.4.3
11982026-05-29T14:10:04.249Z Downloaded unsafe-libyaml v0.2.11
11992026-05-29T14:10:04.252Z Downloaded p521 v0.13.3
12002026-05-29T14:10:04.255Z Downloaded zstd-safe v7.2.4
12012026-05-29T14:10:04.258Z Downloaded zerocopy v0.6.6
12022026-05-29T14:10:04.258Z Downloaded yasna v0.5.2
12032026-05-29T14:10:04.261Z Downloaded toml v1.0.6+spec-1.1.0
12042026-05-29T14:10:04.266Z Downloaded vsss-rs v3.3.4
12052026-05-29T14:10:04.269Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-29T14:10:04.273Z Downloaded vte v0.14.1
12072026-05-29T14:10:04.276Z Downloaded num-bigint-dig v0.8.6
12082026-05-29T14:10:04.279Z Downloaded steno v0.4.1
12092026-05-29T14:10:04.279Z Downloaded tungstenite v0.21.0
12102026-05-29T14:10:04.282Z Downloaded tungstenite v0.23.0
12112026-05-29T14:10:04.285Z Downloaded serde_with v1.14.0
12122026-05-29T14:10:04.293Z Downloaded unicode-bidi v0.3.18
12132026-05-29T14:10:04.296Z Downloaded rustyline v14.0.0
12142026-05-29T14:10:04.299Z Downloaded iddqd v0.4.2
12152026-05-29T14:10:04.308Z Downloaded hkdf v0.12.4
12162026-05-29T14:10:04.313Z Downloaded uuid v1.23.0
12172026-05-29T14:10:04.316Z Downloaded rpassword v7.4.0
12182026-05-29T14:10:04.327Z Downloaded unicode_categories v0.1.1
12192026-05-29T14:10:04.333Z Downloaded toml_edit v0.19.15
12202026-05-29T14:10:04.348Z Downloaded zopfli v0.8.3
12212026-05-29T14:10:04.352Z Downloaded git2 v0.20.4
12222026-05-29T14:10:04.355Z Downloaded regex v1.12.3
12232026-05-29T14:10:04.358Z Downloaded reedline v0.40.0
12242026-05-29T14:10:04.362Z Downloaded zip v0.6.6
12252026-05-29T14:10:04.365Z Downloaded quick-xml v0.37.5
12262026-05-29T14:10:04.369Z Downloaded rustls-webpki v0.101.7
12272026-05-29T14:10:04.377Z Downloaded blake3 v1.8.3
12282026-05-29T14:10:04.382Z Downloaded p384 v0.13.1
12292026-05-29T14:10:04.390Z Downloaded typed-path v0.9.3
12302026-05-29T14:10:04.394Z Downloaded tokio-postgres v0.7.16
12312026-05-29T14:10:04.397Z Downloaded chrono v0.4.44
12322026-05-29T14:10:04.401Z Downloaded moka v0.12.13
12332026-05-29T14:10:04.409Z Downloaded reqwest v0.12.28
12342026-05-29T14:10:04.416Z Downloaded tokio-util v0.7.18
12352026-05-29T14:10:04.420Z Downloaded petname v2.0.2
12362026-05-29T14:10:04.423Z Downloaded rustls-webpki v0.102.8
12372026-05-29T14:10:04.435Z Downloaded zip v4.6.1
12382026-05-29T14:10:04.438Z Downloaded tower-http v0.6.8
12392026-05-29T14:10:04.441Z Downloaded reqwest v0.13.2
12402026-05-29T14:10:04.444Z Downloaded zerocopy-derive v0.8.40
12412026-05-29T14:10:04.449Z Downloaded unicode-segmentation v1.12.0
12422026-05-29T14:10:04.452Z Downloaded ssh-key v0.6.7
12432026-05-29T14:10:04.456Z Downloaded tower v0.5.3
12442026-05-29T14:10:04.459Z Downloaded tough v0.22.0
12452026-05-29T14:10:04.464Z Downloaded curve25519-dalek v4.1.3
12462026-05-29T14:10:04.469Z Downloaded rayon v1.11.0
12472026-05-29T14:10:04.474Z Downloaded bitvec v1.0.1
12482026-05-29T14:10:04.483Z Downloaded x509-cert v0.2.5
12492026-05-29T14:10:04.486Z Downloaded portable-atomic v1.13.1
12502026-05-29T14:10:04.490Z Downloaded yansi v1.0.1
12512026-05-29T14:10:04.493Z Downloaded bindgen v0.71.1
12522026-05-29T14:10:04.499Z Downloaded lalrpop v0.19.12
12532026-05-29T14:10:04.513Z Downloaded polar-core v0.27.3
12542026-05-29T14:10:04.519Z Downloaded goblin v0.10.5
12552026-05-29T14:10:04.523Z Downloaded winnow v0.5.40
12562026-05-29T14:10:04.529Z Downloaded proptest v1.11.0
12572026-05-29T14:10:04.535Z Downloaded time v0.3.47
12582026-05-29T14:10:04.545Z Downloaded unicode-normalization v0.1.25
12592026-05-29T14:10:04.548Z Downloaded salty v0.3.0
12602026-05-29T14:10:04.551Z Downloaded nix v0.28.0
12612026-05-29T14:10:04.559Z Downloaded serde_with v3.17.0
12622026-05-29T14:10:04.566Z Downloaded smoltcp v0.9.1
12632026-05-29T14:10:04.572Z Downloaded dropshot v0.17.0
12642026-05-29T14:10:04.584Z Downloaded webpki-roots v1.0.6
12652026-05-29T14:10:04.588Z Downloaded object v0.37.3
12662026-05-29T14:10:04.593Z Downloaded object v0.30.4
12672026-05-29T14:10:04.601Z Downloaded winnow v0.6.26
12682026-05-29T14:10:04.610Z Downloaded zerocopy v0.8.40
12692026-05-29T14:10:04.618Z Downloaded nix v0.27.1
12702026-05-29T14:10:04.624Z Downloaded quinn-proto v0.11.13
12712026-05-29T14:10:04.628Z Downloaded smoltcp v0.11.0
12722026-05-29T14:10:04.634Z Downloaded rustls v0.23.37
12732026-05-29T14:10:04.641Z Downloaded hickory-proto v0.25.2
12742026-05-29T14:10:04.650Z Downloaded radix_trie v0.2.1
12752026-05-29T14:10:04.653Z Downloaded diesel v2.3.7
12762026-05-29T14:10:04.670Z Downloaded tabled v0.20.0
12772026-05-29T14:10:04.696Z Downloaded rustls v0.21.12
12782026-05-29T14:10:04.702Z Downloaded sled v0.34.7
12792026-05-29T14:10:04.707Z Downloaded regex-syntax v0.6.29
12802026-05-29T14:10:04.711Z Downloaded hickory-proto v0.24.4
12812026-05-29T14:10:04.719Z Downloaded bstr v1.12.1
12822026-05-29T14:10:04.726Z Downloaded tracing v0.1.44
12832026-05-29T14:10:04.738Z Downloaded zlib-rs v0.6.2
12842026-05-29T14:10:04.741Z Downloaded vcpkg v0.2.15
12852026-05-29T14:10:04.763Z Downloaded openssl v0.10.79
12862026-05-29T14:10:04.769Z Downloaded openapiv3 v2.2.0
12872026-05-29T14:10:04.779Z Downloaded nix v0.31.2
12882026-05-29T14:10:04.783Z Downloaded zerocopy-derive v0.6.6
12892026-05-29T14:10:04.787Z Downloaded regress v0.11.1
12902026-05-29T14:10:04.793Z Downloaded regress v0.10.5
12912026-05-29T14:10:04.797Z Downloaded regex-syntax v0.8.10
12922026-05-29T14:10:04.803Z Downloaded jiff v0.2.21
12932026-05-29T14:10:04.815Z Downloaded rustls v0.22.4
12942026-05-29T14:10:04.819Z Downloaded regex-automata v0.4.14
12952026-05-29T14:10:04.828Z Downloaded csv v1.4.0
12962026-05-29T14:10:04.840Z Downloaded rustix v0.38.44
12972026-05-29T14:10:04.858Z Downloaded tokio v1.52.1
12982026-05-29T14:10:04.882Z Downloaded sha3 v0.10.8
12992026-05-29T14:10:04.891Z Downloaded sqlparser v0.61.0
13002026-05-29T14:10:04.917Z Downloaded typify-impl v0.6.2
13012026-05-29T14:10:04.925Z Downloaded encoding_rs v0.8.35
13022026-05-29T14:10:04.938Z Downloaded typify-impl v0.4.3
13032026-05-29T14:10:04.946Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-29T14:10:04.953Z Downloaded ratatui v0.29.0
13052026-05-29T14:10:04.983Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-29T14:10:05.017Z Downloaded petgraph v0.6.5
13072026-05-29T14:10:05.032Z Downloaded chrono-tz v0.10.4
13082026-05-29T14:10:05.059Z Downloaded petgraph v0.8.3
13092026-05-29T14:10:05.072Z Downloaded libz-sys v1.1.24
13102026-05-29T14:10:05.083Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-05-29T14:10:05.165Z Downloaded ring v0.17.14
13122026-05-29T14:10:05.656Z Downloaded aws-lc-sys v0.40.0
13132026-05-29T14:10:05.899Z Compiling libc v0.2.185
13142026-05-29T14:10:05.899Z Compiling serde v1.0.228
13152026-05-29T14:10:05.902Z Compiling log v0.4.29
13162026-05-29T14:10:05.902Z Compiling shlex v1.3.0
13172026-05-29T14:10:05.902Z Compiling find-msvc-tools v0.1.9
13182026-05-29T14:10:05.902Z Compiling smallvec v1.15.1
13192026-05-29T14:10:05.902Z Compiling syn v2.0.117
13202026-05-29T14:10:06.037Z Compiling typenum v1.19.0
13212026-05-29T14:10:06.230Z Compiling generic-array v0.14.7
13222026-05-29T14:10:06.274Z Compiling subtle v2.6.1
13232026-05-29T14:10:06.287Z Compiling scopeguard v1.2.0
13242026-05-29T14:10:06.300Z Compiling const-oid v0.9.6
13252026-05-29T14:10:06.356Z Compiling serde_json v1.0.149
13262026-05-29T14:10:06.387Z Compiling lock_api v0.4.14
13272026-05-29T14:10:06.437Z Compiling zerocopy v0.8.40
13282026-05-29T14:10:06.463Z Compiling parking_lot_core v0.9.12
13292026-05-29T14:10:06.603Z Compiling portable-atomic v1.13.1
13302026-05-29T14:10:06.688Z Compiling pin-project-lite v0.2.17
13312026-05-29T14:10:06.800Z Compiling pkg-config v0.3.32
13322026-05-29T14:10:06.858Z Compiling getrandom v0.2.17
13332026-05-29T14:10:06.917Z Compiling jobserver v0.1.34
13342026-05-29T14:10:06.974Z Compiling errno v0.3.14
13352026-05-29T14:10:07.002Z Compiling rand_core v0.6.4
13362026-05-29T14:10:07.145Z Compiling cc v1.2.56
13372026-05-29T14:10:07.291Z Compiling signal-hook-registry v1.4.8
13382026-05-29T14:10:07.301Z Compiling bitflags v2.11.0
13392026-05-29T14:10:07.353Z Compiling critical-section v1.2.0
13402026-05-29T14:10:07.356Z Compiling libm v0.2.16
13412026-05-29T14:10:07.459Z Compiling futures-core v0.3.32
13422026-05-29T14:10:07.521Z Compiling once_cell v1.21.3
13432026-05-29T14:10:07.546Z Compiling parking_lot v0.12.5
13442026-05-29T14:10:07.602Z Compiling mio v1.2.0
13452026-05-29T14:10:07.717Z Compiling num-traits v0.2.19
13462026-05-29T14:10:07.774Z Compiling percent-encoding v2.3.2
13472026-05-29T14:10:07.804Z Compiling socket2 v0.6.3
13482026-05-29T14:10:07.966Z Compiling futures-sink v0.3.32
13492026-05-29T14:10:08.040Z Compiling cpufeatures v0.2.17
13502026-05-29T14:10:08.064Z Compiling futures-channel v0.3.32
13512026-05-29T14:10:08.077Z Compiling futures-io v0.3.32
13522026-05-29T14:10:08.113Z Compiling futures-task v0.3.32
13532026-05-29T14:10:08.181Z Compiling getrandom v0.4.1
13542026-05-29T14:10:08.217Z Compiling slab v0.4.12
13552026-05-29T14:10:08.231Z Compiling rand_core v0.10.0
13562026-05-29T14:10:08.288Z Compiling indexmap v2.14.0
13572026-05-29T14:10:08.292Z Compiling rustversion v1.0.22
13582026-05-29T14:10:08.393Z Compiling getrandom v0.3.4
13592026-05-29T14:10:08.397Z Compiling cmake v0.1.57
13602026-05-29T14:10:08.815Z Compiling form_urlencoded v1.2.2
13612026-05-29T14:10:08.827Z Compiling dunce v1.0.5
13622026-05-29T14:10:08.840Z Compiling fs_extra v1.3.0
13632026-05-29T14:10:08.921Z Compiling synstructure v0.13.2
13642026-05-29T14:10:08.979Z Compiling base64ct v1.8.3
13652026-05-29T14:10:08.994Z Compiling ident_case v1.0.1
13662026-05-29T14:10:09.111Z Compiling aws-lc-sys v0.40.0
13672026-05-29T14:10:09.124Z Compiling regex-syntax v0.8.10
13682026-05-29T14:10:09.276Z Compiling pem-rfc7468 v0.7.0
13692026-05-29T14:10:09.295Z Compiling rustix v1.1.3
13702026-05-29T14:10:09.382Z Compiling flagset v0.4.7
13712026-05-29T14:10:09.511Z Compiling iana-time-zone v0.1.65
13722026-05-29T14:10:09.526Z Compiling rand_core v0.9.5
13732026-05-29T14:10:09.538Z Compiling ring v0.17.14
13742026-05-29T14:10:09.580Z Compiling aws-lc-rs v1.16.3
13752026-05-29T14:10:09.715Z Compiling vcpkg v0.2.15
13762026-05-29T14:10:09.792Z Compiling uuid v1.23.0
13772026-05-29T14:10:09.882Z Compiling rustc_version v0.4.1
13782026-05-29T14:10:10.211Z Compiling tracing-core v0.1.36
13792026-05-29T14:10:10.473Z Compiling openssl-sys v0.9.115
13802026-05-29T14:10:10.509Z Compiling base64 v0.22.1
13812026-05-29T14:10:10.699Z Compiling serde_derive v1.0.228
13822026-05-29T14:10:10.783Z Compiling zeroize_derive v1.4.3
13832026-05-29T14:10:10.827Z Compiling zerofrom-derive v0.1.6
13842026-05-29T14:10:10.997Z Compiling yoke-derive v0.8.1
13852026-05-29T14:10:11.051Z Compiling zerovec-derive v0.11.2
13862026-05-29T14:10:11.423Z Compiling zeroize v1.8.2
13872026-05-29T14:10:11.514Z Compiling zerocopy-derive v0.8.40
13882026-05-29T14:10:12.163Z Compiling crypto-common v0.1.7
13892026-05-29T14:10:12.177Z Compiling block-buffer v0.10.4
13902026-05-29T14:10:12.191Z Compiling displaydoc v0.2.5
13912026-05-29T14:10:12.227Z Compiling zerofrom v0.1.6
13922026-05-29T14:10:12.306Z Compiling digest v0.10.7
13932026-05-29T14:10:12.338Z Compiling yoke v0.8.1
13942026-05-29T14:10:12.352Z Compiling tokio-macros v2.7.0
13952026-05-29T14:10:12.519Z Compiling zerovec v0.11.5
13962026-05-29T14:10:12.546Z Compiling futures-macro v0.3.32
13972026-05-29T14:10:12.957Z Compiling zerotrie v0.2.3
13982026-05-29T14:10:13.066Z Compiling tinystr v0.8.2
13992026-05-29T14:10:13.090Z Compiling potential_utf v0.1.4
14002026-05-29T14:10:13.251Z Compiling icu_locale_core v2.1.1
14012026-05-29T14:10:13.251Z Compiling icu_collections v2.1.1
14022026-05-29T14:10:13.279Z Compiling hmac v0.12.1
14032026-05-29T14:10:13.352Z Compiling futures-util v0.3.32
14042026-05-29T14:10:13.427Z Compiling block-padding v0.3.3
14052026-05-29T14:10:13.587Z Compiling inout v0.1.4
14062026-05-29T14:10:13.723Z Compiling cipher v0.4.4
14072026-05-29T14:10:13.750Z Compiling sha2 v0.10.9
14082026-05-29T14:10:13.984Z Compiling icu_provider v2.1.1
14092026-05-29T14:10:14.146Z Compiling bytes v1.11.1
14102026-05-29T14:10:14.204Z Compiling der_derive v0.7.3
14112026-05-29T14:10:14.218Z Compiling icu_normalizer v2.1.1
14122026-05-29T14:10:14.272Z Compiling icu_properties v2.1.2
14132026-05-29T14:10:14.738Z Compiling tokio v1.52.1
14142026-05-29T14:10:14.753Z Compiling http v1.4.0
14152026-05-29T14:10:15.122Z Compiling idna_adapter v1.2.1
14162026-05-29T14:10:15.143Z Compiling der v0.7.10
14172026-05-29T14:10:15.259Z Compiling idna v1.1.0
14182026-05-29T14:10:15.358Z Compiling chrono v0.4.44
14192026-05-29T14:10:15.591Z Compiling url v2.5.8
14202026-05-29T14:10:15.637Z Compiling salsa20 v0.10.2
14212026-05-29T14:10:15.775Z Compiling ppv-lite86 v0.2.21
14222026-05-29T14:10:15.892Z Compiling pbkdf2 v0.12.2
14232026-05-29T14:10:15.920Z Compiling rustls-pki-types v1.14.0
14242026-05-29T14:10:16.007Z Compiling spki v0.7.3
14252026-05-29T14:10:16.088Z Compiling tracing-attributes v0.1.31
14262026-05-29T14:10:16.206Z Compiling thiserror-impl v2.0.18
14272026-05-29T14:10:16.307Z Compiling rand_chacha v0.9.0
14282026-05-29T14:10:16.352Z Compiling scrypt v0.11.0
14292026-05-29T14:10:16.366Z Compiling http-body v1.0.1
14302026-05-29T14:10:16.518Z Compiling aes v0.8.4
14312026-05-29T14:10:16.595Z Compiling cbc v0.1.2
14322026-05-29T14:10:16.742Z Compiling tinyvec_macros v0.1.1
14332026-05-29T14:10:16.764Z Compiling untrusted v0.7.1
14342026-05-29T14:10:16.811Z Compiling untrusted v0.9.0
14352026-05-29T14:10:16.886Z Compiling openssl-probe v0.2.1
14362026-05-29T14:10:16.932Z Compiling httparse v1.10.1
14372026-05-29T14:10:17.060Z Compiling pkcs5 v0.7.1
14382026-05-29T14:10:17.308Z Compiling tinyvec v1.10.0
14392026-05-29T14:10:17.371Z Compiling tracing v0.1.44
14402026-05-29T14:10:17.509Z Compiling thiserror v2.0.18
14412026-05-29T14:10:17.531Z Compiling pest_generator v2.8.6
14422026-05-29T14:10:17.554Z Compiling rand v0.9.2
14432026-05-29T14:10:17.659Z Compiling serde_derive_internals v0.29.1
14442026-05-29T14:10:17.674Z Compiling aho-corasick v1.1.4
14452026-05-29T14:10:17.698Z Compiling dyn-clone v1.0.20
14462026-05-29T14:10:17.832Z Compiling tower-layer v0.3.3
14472026-05-29T14:10:17.993Z Compiling tower-service v0.3.3
14482026-05-29T14:10:18.088Z Compiling try-lock v0.2.5
14492026-05-29T14:10:18.199Z Compiling rustls v0.23.37
14502026-05-29T14:10:18.250Z Compiling atomic-waker v1.1.2
14512026-05-29T14:10:18.350Z Compiling schemars v0.8.22
14522026-05-29T14:10:18.366Z Compiling pest_derive v2.8.6
14532026-05-29T14:10:18.380Z Compiling want v0.3.1
14542026-05-29T14:10:18.540Z Compiling tokio-util v0.7.18
14552026-05-29T14:10:18.540Z Compiling schemars_derive v0.8.22
14562026-05-29T14:10:18.583Z Compiling regex-automata v0.4.14
14572026-05-29T14:10:18.767Z Compiling pkcs8 v0.10.2
14582026-05-29T14:10:19.072Z Compiling ipnet v2.11.0
14592026-05-29T14:10:19.075Z Compiling scroll_derive v0.13.1
14602026-05-29T14:10:19.342Z Compiling h2 v0.4.13
14612026-05-29T14:10:19.555Z Compiling darling_core v0.20.11
14622026-05-29T14:10:19.574Z Compiling pin-utils v0.1.0
14632026-05-29T14:10:19.644Z Compiling foreign-types-shared v0.1.1
14642026-05-29T14:10:19.732Z Compiling httpdate v1.0.3
14652026-05-29T14:10:19.766Z Compiling openssl v0.10.79
14662026-05-29T14:10:19.877Z Compiling scroll v0.13.0
14672026-05-29T14:10:20.009Z Compiling foreign-types v0.3.2
14682026-05-29T14:10:20.082Z Compiling tempfile v3.25.0
14692026-05-29T14:10:20.134Z Compiling unicode-normalization v0.1.25
14702026-05-29T14:10:20.440Z Compiling openssl-macros v0.1.1
14712026-05-29T14:10:20.573Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-29T14:10:20.753Z Compiling spin v0.9.8
14732026-05-29T14:10:20.824Z Compiling crc32fast v1.5.0
14742026-05-29T14:10:20.949Z Compiling num-conv v0.2.0
14752026-05-29T14:10:20.963Z Compiling native-tls v0.2.18
14762026-05-29T14:10:21.078Z Compiling time-core v0.1.8
14772026-05-29T14:10:21.094Z Compiling powerfmt v0.2.0
14782026-05-29T14:10:21.228Z Compiling deranged v0.5.8
14792026-05-29T14:10:21.231Z Compiling time-macros v0.2.27
14802026-05-29T14:10:21.774Z Compiling darling_macro v0.20.11
14812026-05-29T14:10:22.178Z Compiling goblin v0.10.5
14822026-05-29T14:10:22.225Z Compiling hyper v1.8.1
14832026-05-29T14:10:22.272Z Compiling darling v0.20.11
14842026-05-29T14:10:22.354Z Compiling rustls-native-certs v0.8.3
14852026-05-29T14:10:22.606Z Compiling sync_wrapper v1.0.2
14862026-05-29T14:10:22.703Z Compiling wait-timeout v0.2.1
14872026-05-29T14:10:22.756Z Compiling simd-adler32 v0.3.8
14882026-05-29T14:10:22.965Z Compiling quick-error v1.2.3
14892026-05-29T14:10:22.996Z Compiling syn v1.0.109
14902026-05-29T14:10:23.070Z Compiling bit-vec v0.8.0
14912026-05-29T14:10:23.245Z Compiling siphasher v1.0.2
14922026-05-29T14:10:23.293Z Compiling crossbeam-utils v0.8.21
14932026-05-29T14:10:23.307Z Compiling hyper-util v0.1.20
14942026-05-29T14:10:23.431Z Compiling usdt-impl v0.6.0
14952026-05-29T14:10:23.572Z Compiling num_threads v0.1.7
14962026-05-29T14:10:23.653Z Compiling time v0.3.47
14972026-05-29T14:10:23.872Z Compiling bit-set v0.8.0
14982026-05-29T14:10:24.006Z Compiling rusty-fork v0.3.1
14992026-05-29T14:10:24.031Z Compiling tower v0.5.3
15002026-05-29T14:10:24.278Z Compiling derive_builder_core v0.20.2
15012026-05-29T14:10:24.497Z Compiling dtrace-parser v0.3.0
15022026-05-29T14:10:24.512Z Compiling http-body-util v0.1.3
15032026-05-29T14:10:24.750Z Compiling webpki-roots v1.0.6
15042026-05-29T14:10:24.874Z Compiling signature v2.2.0
15052026-05-29T14:10:25.026Z Compiling dof v0.4.0
15062026-05-29T14:10:25.054Z Compiling thiserror-impl v1.0.69
15072026-05-29T14:10:25.129Z Compiling scroll_derive v0.12.1
15082026-05-29T14:10:25.202Z Compiling heapless v0.7.17
15092026-05-29T14:10:25.234Z Compiling rand_xorshift v0.4.0
15102026-05-29T14:10:25.390Z Compiling slog v2.8.2
15112026-05-29T14:10:25.451Z Compiling darling_core v0.21.3
15122026-05-29T14:10:25.567Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-29T14:10:25.765Z Compiling thread-id v5.1.0
15142026-05-29T14:10:25.833Z Compiling cookie v0.18.1
15152026-05-29T14:10:25.848Z Compiling unicode-bidi v0.3.18
15162026-05-29T14:10:26.012Z Compiling allocator-api2 v0.2.21
15172026-05-29T14:10:26.178Z Compiling ryu v1.0.23
15182026-05-29T14:10:26.274Z Compiling signal-hook v0.3.18
15192026-05-29T14:10:26.330Z Compiling unarray v0.1.4
15202026-05-29T14:10:26.350Z Compiling iri-string v0.7.10
15212026-05-29T14:10:26.364Z Compiling anyhow v1.0.102
15222026-05-29T14:10:26.404Z Compiling unicode-properties v0.1.4
15232026-05-29T14:10:26.431Z Compiling paste v1.0.15
15242026-05-29T14:10:26.445Z Compiling adler2 v2.0.1
15252026-05-29T14:10:26.573Z Compiling zstd-safe v7.2.4
15262026-05-29T14:10:26.607Z Compiling stringprep v0.1.5
15272026-05-29T14:10:26.735Z Compiling miniz_oxide v0.8.9
15282026-05-29T14:10:26.782Z Compiling proptest v1.11.0
15292026-05-29T14:10:26.863Z Compiling serde_urlencoded v0.7.1
15302026-05-29T14:10:27.047Z Compiling thiserror v1.0.69
15312026-05-29T14:10:27.335Z Compiling scroll v0.12.0
15322026-05-29T14:10:27.620Z Compiling tower-http v0.6.8
15332026-05-29T14:10:27.822Z Compiling derive_builder_macro v0.20.2
15342026-05-29T14:10:27.836Z Compiling tokio-native-tls v0.3.1
15352026-05-29T14:10:27.892Z Compiling darling_macro v0.21.3
15362026-05-29T14:10:28.041Z Compiling bstr v1.12.1
15372026-05-29T14:10:28.093Z Compiling ipnetwork v0.21.1
15382026-05-29T14:10:28.267Z Compiling rand_chacha v0.3.1
15392026-05-29T14:10:28.357Z Compiling serde_tokenstream v0.2.3
15402026-05-29T14:10:28.479Z Compiling erased-serde v0.3.31
15412026-05-29T14:10:28.495Z Compiling toml_datetime v0.6.11
15422026-05-29T14:10:28.673Z Compiling serde_spanned v0.6.9
15432026-05-29T14:10:28.687Z Compiling md-5 v0.10.6
15442026-05-29T14:10:28.755Z Compiling pin-project-internal v1.1.11
15452026-05-29T14:10:28.816Z Compiling async-trait v0.1.89
15462026-05-29T14:10:28.849Z Compiling zerocopy-derive v0.7.35
15472026-05-29T14:10:28.966Z Compiling curve25519-dalek v4.1.3
15482026-05-29T14:10:29.082Z Compiling vergen-lib v9.1.0
15492026-05-29T14:10:29.259Z Compiling num-integer v0.1.46
15502026-05-29T14:10:29.293Z Compiling hash32 v0.2.1
15512026-05-29T14:10:29.483Z Compiling ff v0.13.1
15522026-05-29T14:10:29.573Z Compiling memoffset v0.9.1
15532026-05-29T14:10:29.617Z Compiling encoding_rs v0.8.35
15542026-05-29T14:10:29.696Z Compiling smoltcp v0.9.1
15552026-05-29T14:10:29.766Z Compiling cfg_aliases v0.2.1
15562026-05-29T14:10:29.807Z Compiling litrs v1.0.0
15572026-05-29T14:10:29.837Z Compiling base16ct v0.2.0
15582026-05-29T14:10:29.851Z Compiling fallible-iterator v0.2.0
15592026-05-29T14:10:30.012Z Compiling rustix v0.38.44
15602026-05-29T14:10:30.028Z Compiling zlib-rs v0.6.2
15612026-05-29T14:10:30.159Z Compiling ref-cast v1.0.25
15622026-05-29T14:10:30.306Z Compiling psl-types v2.0.11
15632026-05-29T14:10:30.349Z Compiling mime v0.3.17
15642026-05-29T14:10:30.428Z Compiling num-bigint-dig v0.8.6
15652026-05-29T14:10:30.500Z Compiling publicsuffix v2.3.0
15662026-05-29T14:10:30.633Z Compiling document-features v0.2.12
15672026-05-29T14:10:30.668Z Compiling postgres-protocol v0.6.10
15682026-05-29T14:10:30.710Z Compiling sec1 v0.7.3
15692026-05-29T14:10:30.991Z Compiling pin-project v1.1.11
15702026-05-29T14:10:31.092Z Compiling nix v0.31.2
15712026-05-29T14:10:31.201Z Compiling zerocopy v0.7.35
15722026-05-29T14:10:31.215Z Compiling group v0.13.0
15732026-05-29T14:10:31.218Z Compiling num-iter v0.1.45
15742026-05-29T14:10:31.465Z Compiling newtype-uuid v1.3.2
15752026-05-29T14:10:31.652Z Compiling hubpack_derive v0.1.1
15762026-05-29T14:10:31.733Z Compiling rand v0.8.6
15772026-05-29T14:10:31.780Z Compiling darling v0.21.3
15782026-05-29T14:10:31.794Z Compiling oxnet v0.1.4
15792026-05-29T14:10:31.850Z Compiling derive_builder v0.20.2
15802026-05-29T14:10:31.958Z Compiling hyper-tls v0.6.0
15812026-05-29T14:10:32.086Z Compiling goblin v0.8.2
15822026-05-29T14:10:32.519Z Compiling phf_shared v0.13.1
15832026-05-29T14:10:32.547Z Compiling lazy_static v1.5.0
15842026-05-29T14:10:32.657Z Compiling regex v1.12.3
15852026-05-29T14:10:32.767Z Compiling futures-executor v0.3.32
15862026-05-29T14:10:32.801Z Compiling hex v0.4.3
15872026-05-29T14:10:33.027Z Compiling flate2 v1.1.9
15882026-05-29T14:10:33.030Z Compiling hkdf v0.12.4
15892026-05-29T14:10:33.072Z Compiling crypto-bigint v0.5.5
15902026-05-29T14:10:33.088Z Compiling terminal_size v0.4.3
15912026-05-29T14:10:33.205Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-29T14:10:33.227Z Compiling strum_macros v0.27.2
15932026-05-29T14:10:33.279Z Compiling ref-cast-impl v1.0.25
15942026-05-29T14:10:33.438Z Compiling daft-derive v0.1.7
15952026-05-29T14:10:33.819Z Compiling snafu-derive v0.8.9
15962026-05-29T14:10:33.851Z Compiling vergen v9.1.0
15972026-05-29T14:10:34.031Z Compiling fs-err v3.3.0
15982026-05-29T14:10:34.164Z Compiling cargo-platform v0.3.2
15992026-05-29T14:10:34.220Z Compiling ahash v0.8.12
16002026-05-29T14:10:34.421Z Compiling same-file v1.0.6
16012026-05-29T14:10:34.435Z Compiling winnow v0.5.40
16022026-05-29T14:10:34.583Z Compiling bitflags v1.3.2
16032026-05-29T14:10:34.662Z Compiling managed v0.8.0
16042026-05-29T14:10:34.880Z Compiling bumpalo v3.20.2
16052026-05-29T14:10:35.134Z Compiling foldhash v0.1.5
16062026-05-29T14:10:35.174Z Compiling libbz2-rs-sys v0.2.2
16072026-05-29T14:10:35.201Z Compiling object v0.37.3
16082026-05-29T14:10:35.302Z Compiling foldhash v0.2.0
16092026-05-29T14:10:35.466Z Compiling unicode-segmentation v1.12.0
16102026-05-29T14:10:35.569Z Compiling hashbrown v0.16.1
16112026-05-29T14:10:35.583Z Compiling bzip2 v0.6.1
16122026-05-29T14:10:35.691Z Compiling snafu v0.8.9
16132026-05-29T14:10:35.786Z Compiling toml_edit v0.19.15
16142026-05-29T14:10:35.839Z Compiling hashbrown v0.15.5
16152026-05-29T14:10:35.852Z Compiling strum v0.27.2
16162026-05-29T14:10:35.852Z Compiling clap_builder v4.5.60
16172026-05-29T14:10:35.982Z Compiling zopfli v0.8.3
16182026-05-29T14:10:36.147Z Compiling walkdir v2.5.0
16192026-05-29T14:10:36.420Z Compiling cargo_metadata v0.23.1
16202026-05-29T14:10:36.449Z Compiling dof v0.3.0
16212026-05-29T14:10:36.736Z Compiling daft v0.1.7
16222026-05-29T14:10:36.846Z Compiling elliptic-curve v0.13.8
16232026-05-29T14:10:37.239Z Compiling futures v0.3.32
16242026-05-29T14:10:37.259Z Compiling phf v0.13.1
16252026-05-29T14:10:37.416Z Compiling cookie_store v0.22.1
16262026-05-29T14:10:37.805Z Compiling signal-hook-mio v0.2.5
16272026-05-29T14:10:37.923Z Compiling zstd v0.13.3
16282026-05-29T14:10:38.084Z Compiling hubpack v0.1.2
16292026-05-29T14:10:38.145Z Compiling bzip2 v0.4.4
16302026-05-29T14:10:38.184Z Compiling serde_with_macros v3.17.0
16312026-05-29T14:10:38.351Z Compiling postgres-types v0.2.12
16322026-05-29T14:10:38.424Z Compiling usdt-attr-macro v0.6.0
16332026-05-29T14:10:38.878Z Compiling usdt-macro v0.6.0
16342026-05-29T14:10:38.904Z Compiling globset v0.4.18
16352026-05-29T14:10:39.203Z Compiling dtrace-parser v0.2.0
16362026-05-29T14:10:39.304Z Compiling ed25519 v2.2.3
16372026-05-29T14:10:39.504Z Compiling phf_shared v0.11.3
16382026-05-29T14:10:39.570Z Compiling olpc-cjson v0.1.4
16392026-05-29T14:10:39.591Z Compiling pkcs1 v0.7.5
16402026-05-29T14:10:39.689Z Compiling serde_plain v1.0.2
16412026-05-29T14:10:39.728Z Compiling serde-big-array v0.5.1
16422026-05-29T14:10:39.873Z Compiling rfc6979 v0.4.0
16432026-05-29T14:10:39.885Z Compiling pem v3.0.6
16442026-05-29T14:10:39.945Z Compiling enum-as-inner v0.6.1
16452026-05-29T14:10:39.989Z Compiling async-recursion v1.1.1
16462026-05-29T14:10:39.992Z Compiling clap_derive v4.5.55
16472026-05-29T14:10:40.018Z Compiling strum_macros v0.26.4
16482026-05-29T14:10:40.193Z Compiling serde_repr v0.1.20
16492026-05-29T14:10:40.207Z Compiling float-cmp v0.10.0
16502026-05-29T14:10:40.346Z Compiling thread-id v4.2.2
16512026-05-29T14:10:40.432Z Compiling memmap2 v0.9.10
16522026-05-29T14:10:40.446Z Compiling env_filter v1.0.0
16532026-05-29T14:10:40.635Z Compiling typed-path v0.9.3
16542026-05-29T14:10:40.649Z Compiling jiff v0.2.21
16552026-05-29T14:10:40.714Z Compiling difflib v0.4.0
16562026-05-29T14:10:40.745Z Compiling data-encoding v2.10.0
16572026-05-29T14:10:41.265Z Compiling static_assertions v1.1.0
16582026-05-29T14:10:41.341Z Compiling whoami v2.1.0
16592026-05-29T14:10:41.414Z Compiling predicates-core v1.0.10
16602026-05-29T14:10:41.588Z Compiling fixedbitset v0.4.2
16612026-05-29T14:10:41.711Z Compiling normalize-line-endings v0.3.0
16622026-05-29T14:10:41.733Z Compiling new_debug_unreachable v1.0.6
16632026-05-29T14:10:41.747Z Compiling either v1.15.0
16642026-05-29T14:10:41.801Z Compiling fixedbitset v0.5.7
16652026-05-29T14:10:41.801Z Compiling precomputed-hash v0.1.1
16662026-05-29T14:10:41.804Z Compiling keccak v0.1.6
16672026-05-29T14:10:41.841Z Compiling predicates v3.1.4
16682026-05-29T14:10:41.888Z Compiling string_cache v0.8.9
16692026-05-29T14:10:41.950Z Compiling itertools v0.13.0
16702026-05-29T14:10:42.111Z Compiling petgraph v0.8.3
16712026-05-29T14:10:42.111Z Compiling sha3 v0.10.8
16722026-05-29T14:10:42.481Z Compiling strum v0.26.3
16732026-05-29T14:10:42.568Z Compiling clap v4.5.60
16742026-05-29T14:10:42.667Z Compiling petgraph v0.6.5
16752026-05-29T14:10:42.682Z Compiling toml_edit v0.22.27
16762026-05-29T14:10:42.685Z Compiling tokio-postgres v0.7.16
16772026-05-29T14:10:42.912Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-29T14:10:43.229Z Compiling hickory-proto v0.25.2
16792026-05-29T14:10:44.092Z Compiling zip v4.6.1
16802026-05-29T14:10:44.163Z Compiling env_logger v0.11.9
16812026-05-29T14:10:44.513Z Compiling usdt v0.6.0
16822026-05-29T14:10:44.775Z Compiling usdt-impl v0.5.0
16832026-05-29T14:10:44.858Z Compiling ecdsa v0.16.9
16842026-05-29T14:10:44.876Z Compiling rsa v0.9.10
16852026-05-29T14:10:45.045Z Compiling ed25519-dalek v2.2.0
16862026-05-29T14:10:45.240Z Compiling serde_with v3.17.0
16872026-05-29T14:10:45.342Z Compiling crossterm v0.28.1
16882026-05-29T14:10:45.700Z Compiling zip v0.6.6
16892026-05-29T14:10:46.143Z Compiling iddqd v0.4.2
16902026-05-29T14:10:46.268Z Compiling toml v0.7.8
16912026-05-29T14:10:46.877Z Compiling heck v0.4.1
16922026-05-29T14:10:46.933Z Compiling similar v2.7.0
16932026-05-29T14:10:47.092Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-29T14:10:47.107Z Compiling crossbeam-epoch v0.9.18
16952026-05-29T14:10:47.429Z Compiling tokio-stream v0.1.18
16962026-05-29T14:10:47.444Z Compiling buf-list v1.1.2
16972026-05-29T14:10:47.733Z Compiling x509-cert v0.2.5
16982026-05-29T14:10:47.748Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-05-29T14:10:47.838Z Compiling openapiv3 v2.2.0
17002026-05-29T14:10:47.889Z Compiling sha1 v0.10.6
17012026-05-29T14:10:47.929Z Compiling peg-runtime v0.8.5
17022026-05-29T14:10:48.046Z Compiling lalrpop-util v0.19.12
17032026-05-29T14:10:48.110Z Compiling thread_local v1.1.9
17042026-05-29T14:10:48.198Z Compiling slog-async v2.8.0
17052026-05-29T14:10:48.219Z Compiling crossbeam-channel v0.5.15
17062026-05-29T14:10:48.241Z Compiling is-terminal v0.4.17
17072026-05-29T14:10:48.336Z Compiling filetime v0.2.27
17082026-05-29T14:10:48.365Z Compiling take_mut v0.2.2
17092026-05-29T14:10:48.478Z Compiling xattr v1.6.1
17102026-05-29T14:10:48.508Z Compiling term v1.2.1
17112026-05-29T14:10:48.642Z Compiling tar v0.4.45
17122026-05-29T14:10:49.071Z Compiling slog-term v2.9.2
17132026-05-29T14:10:58.841Z Compiling rustls-webpki v0.103.9
17142026-05-29T14:11:01.598Z Compiling tokio-rustls v0.26.4
17152026-05-29T14:11:01.598Z Compiling rustls-platform-verifier v0.6.2
17162026-05-29T14:11:01.799Z Compiling hyper-rustls v0.27.7
17172026-05-29T14:11:01.997Z Compiling reqwest v0.12.28
17182026-05-29T14:11:01.997Z Compiling reqwest v0.13.2
17192026-05-29T14:11:03.282Z Compiling tough v0.22.0
17202026-05-29T14:11:05.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-29T14:11:06.019Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-29T14:11:08.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-05-29T14:11:08.991Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-05-29T14:11:09.048ZMay 29 14:11:07.258 INFO Starting download, target: Cockroach
17252026-05-29T14:11:09.049ZMay 29 14:11:07.259 INFO Starting download, target: DendriteStub
17262026-05-29T14:11:09.049ZMay 29 14:11:07.259 INFO Starting download, target: Console
17272026-05-29T14:11:09.057ZMay 29 14:11:07.259 INFO Starting download, target: Clickhouse
17282026-05-29T14:11:09.057ZMay 29 14:11:07.259 INFO Starting download, target: MaghemiteMgd
17292026-05-29T14:11:09.057ZMay 29 14:11:07.259 INFO Starting download, target: TransceiverControl
17302026-05-29T14:11:09.057ZMay 29 14:11:07.259 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-29T14:11:09.058ZMay 29 14:11:07.259 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-29T14:11:09.058ZMay 29 14:11:07.259 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-05-29T14:11:09.058ZMay 29 14:11:07.259 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-29T14:11:09.058ZMay 29 14:11:07.259 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-05-29T14:11:09.058ZMay 29 14:11:07.259 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-29T14:11:09.607ZMay 29 14:11:07.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-05-29T14:11:09.821ZMay 29 14:11:08.004 INFO Download complete, target: TransceiverControl
17382026-05-29T14:11:10.161ZMay 29 14:11:08.348 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-29T14:11:10.476ZMay 29 14:11:08.645 INFO Download complete, target: Console
17402026-05-29T14:11:10.962ZMay 29 14:11:09.159 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-29T14:11:11.545ZMay 29 14:11:09.756 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-29T14:11:11.562ZMay 29 14:11:09.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-29T14:11:12.111ZMay 29 14:11:10.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-29T14:11:12.111ZMay 29 14:11:10.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-29T14:11:14.027ZMay 29 14:11:12.239 INFO Download complete, target: DendriteStub
17462026-05-29T14:11:14.041ZMay 29 14:11:12.255 INFO Download complete, target: MaghemiteMgd
17472026-05-29T14:11:16.839ZMay 29 14:11:15.050 INFO Checking that binary works, target: Cockroach
17482026-05-29T14:11:16.978ZMay 29 14:11:15.170 INFO Download complete, target: Cockroach
17492026-05-29T14:11:17.896ZMay 29 14:11:16.078 INFO Checking that binary works, target: Clickhouse
17502026-05-29T14:11:18.023ZMay 29 14:11:16.192 INFO Download complete, target: Clickhouse
17512026-05-29T14:11:18.052ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-05-29T14:11:18.052Z
17532026-05-29T14:11:18.052Zreal 2:17.089895120
17542026-05-29T14:11:18.052Zuser 6:54.822181111
17552026-05-29T14:11:18.052Zsys 1:21.480199272
17562026-05-29T14:11:18.052Ztrap 0.230170570
17572026-05-29T14:11:18.052Ztflt 0.660412796
17582026-05-29T14:11:18.052Zdflt 0.651358849
17592026-05-29T14:11:18.052Zkflt 0.035022376
17602026-05-29T14:11:18.052Zlock 21:20.418415265
17612026-05-29T14:11:18.052Zslp 21:22.074927645
17622026-05-29T14:11:18.052Zlat 43.704043463
17632026-05-29T14:11:18.052Zstop 1:54.317553263
17642026-05-29T14:11:18.052Z+ banner hack-check
17652026-05-29T14:11:18.052Z
17662026-05-29T14:11:18.052Z # # ## #### # # #### # # ###### #### # #
17672026-05-29T14:11:18.052Z # # # # # # # # # # # # # # # # #
17682026-05-29T14:11:18.052Z ###### # # # #### ##### # ###### ##### # ####
17692026-05-29T14:11:18.052Z # # ###### # # # # # # # # # #
17702026-05-29T14:11:18.052Z # # # # # # # # # # # # # # # # #
17712026-05-29T14:11:18.052Z # # # # #### # # #### # # ###### #### # #
17722026-05-29T14:11:18.052Z
17732026-05-29T14:11:18.053Z+ export CARGO_INCREMENTAL=0
17742026-05-29T14:11:18.053Z+ CARGO_INCREMENTAL=0
17752026-05-29T14:11:18.053Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-05-29T14:11:18.544Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-05-29T14:11:18.804Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-05-29T14:11:20.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17792026-05-29T14:11:20.684Z Running `target/debug/xtask check-features --ci`
17802026-05-29T14:11:20.711Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-05-29T14:11:20.714Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-05-29T14:11:21.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17832026-05-29T14:11:21.218Z Running `target/debug/xtask download cargo-hack`
17842026-05-29T14:11:21.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-05-29T14:11:22.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-05-29T14:11:24.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17872026-05-29T14:11:24.953Z Running `target/debug/xtask-downloader cargo-hack`
17882026-05-29T14:11:24.992ZMay 29 14:11:23.204 INFO Starting download, target: CargoHack
17892026-05-29T14:11:24.995ZMay 29 14:11:23.204 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-05-29T14:11:25.541ZMay 29 14:11:23.752 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-05-29T14:11:25.594ZMay 29 14:11:23.803 INFO Download complete, target: CargoHack
17922026-05-29T14:11:25.600Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17932026-05-29T14:11:25.608Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-05-29T14:11:25.767Zinfo: running `cargo check --bins` on api_identity (1/297)
17952026-05-29T14:11:26.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-05-29T14:11:26.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-05-29T14:11:26.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-05-29T14:11:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17992026-05-29T14:11:26.338Z
18002026-05-29T14:11:26.338Zinfo: running `cargo check --bins` on bootstore (2/297)
18012026-05-29T14:11:26.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-29T14:11:26.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-29T14:11:26.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-29T14:11:26.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18052026-05-29T14:11:26.914Z
18062026-05-29T14:11:26.914Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18072026-05-29T14:11:27.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-29T14:11:27.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-29T14:11:27.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-29T14:11:27.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-05-29T14:11:27.486Z
18122026-05-29T14:11:27.486Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18132026-05-29T14:11:27.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-29T14:11:27.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-29T14:11:27.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-29T14:11:27.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18172026-05-29T14:11:28.071Z
18182026-05-29T14:11:28.071Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18192026-05-29T14:11:28.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-29T14:11:28.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-29T14:11:28.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-29T14:11:28.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-05-29T14:11:28.636Z
18242026-05-29T14:11:28.636Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18252026-05-29T14:11:29.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-29T14:11:29.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-29T14:11:29.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-29T14:11:29.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-05-29T14:11:29.223Z
18302026-05-29T14:11:29.223Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18312026-05-29T14:11:29.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-29T14:11:29.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-29T14:11:29.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-29T14:11:29.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18352026-05-29T14:11:29.823Z
18362026-05-29T14:11:29.823Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18372026-05-29T14:11:30.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-29T14:11:30.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-29T14:11:30.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-29T14:11:30.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-05-29T14:11:30.407Z
18422026-05-29T14:11:30.407Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18432026-05-29T14:11:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-29T14:11:30.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-29T14:11:30.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-29T14:11:30.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18472026-05-29T14:11:30.892Z
18482026-05-29T14:11:30.892Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18492026-05-29T14:11:31.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-29T14:11:31.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-29T14:11:31.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-29T14:11:31.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-05-29T14:11:31.337Z
18542026-05-29T14:11:31.337Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18552026-05-29T14:11:31.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-29T14:11:31.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-29T14:11:31.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-29T14:11:31.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-05-29T14:11:31.797Z
18602026-05-29T14:11:31.797Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18612026-05-29T14:11:32.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-29T14:11:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-29T14:11:32.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-29T14:11:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-05-29T14:11:32.258Z
18662026-05-29T14:11:32.258Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18672026-05-29T14:11:32.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-29T14:11:32.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-29T14:11:32.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-29T14:11:32.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-05-29T14:11:32.722Z
18722026-05-29T14:11:32.722Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18732026-05-29T14:11:33.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-29T14:11:33.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-29T14:11:33.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-29T14:11:33.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-29T14:11:33.188Z
18782026-05-29T14:11:33.188Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18792026-05-29T14:11:33.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-29T14:11:33.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-29T14:11:33.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-29T14:11:33.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-29T14:11:33.648Z
18842026-05-29T14:11:33.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18852026-05-29T14:11:34.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-29T14:11:34.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-29T14:11:34.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-29T14:11:34.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-29T14:11:34.112Z
18902026-05-29T14:11:34.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18912026-05-29T14:11:34.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-29T14:11:34.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-29T14:11:34.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-29T14:11:34.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-29T14:11:34.575Z
18962026-05-29T14:11:34.575Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
18972026-05-29T14:11:34.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-29T14:11:34.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-29T14:11:34.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-29T14:11:34.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-29T14:11:35.038Z
19022026-05-29T14:11:35.038Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19032026-05-29T14:11:35.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-29T14:11:35.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-29T14:11:35.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-29T14:11:35.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-29T14:11:35.501Z
19082026-05-29T14:11:35.501Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19092026-05-29T14:11:35.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-29T14:11:35.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-29T14:11:35.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-29T14:11:35.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-29T14:11:35.970Z
19142026-05-29T14:11:35.970Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19152026-05-29T14:11:36.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-29T14:11:36.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-29T14:11:36.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-29T14:11:36.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-29T14:11:36.436Z
19202026-05-29T14:11:36.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19212026-05-29T14:11:36.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-29T14:11:36.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-29T14:11:36.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-29T14:11:36.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-29T14:11:36.903Z
19262026-05-29T14:11:36.903Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19272026-05-29T14:11:37.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-29T14:11:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-29T14:11:37.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-29T14:11:37.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-29T14:11:37.362Z
19322026-05-29T14:11:37.362Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19332026-05-29T14:11:37.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-29T14:11:37.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-29T14:11:37.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-29T14:11:37.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-29T14:11:37.821Z
19382026-05-29T14:11:37.821Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19392026-05-29T14:11:38.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-29T14:11:38.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-29T14:11:38.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-29T14:11:38.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-05-29T14:11:38.280Z
19442026-05-29T14:11:38.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19452026-05-29T14:11:38.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-29T14:11:38.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-29T14:11:38.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-29T14:11:38.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-29T14:11:38.743Z
19502026-05-29T14:11:38.743Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19512026-05-29T14:11:39.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-29T14:11:39.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-29T14:11:39.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-29T14:11:39.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-29T14:11:39.204Z
19562026-05-29T14:11:39.204Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19572026-05-29T14:11:39.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-29T14:11:39.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-29T14:11:39.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-29T14:11:39.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-05-29T14:11:39.661Z
19622026-05-29T14:11:39.662Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19632026-05-29T14:11:40.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-29T14:11:40.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-29T14:11:40.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-29T14:11:40.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-29T14:11:40.125Z
19682026-05-29T14:11:40.125Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19692026-05-29T14:11:40.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-29T14:11:40.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-29T14:11:40.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-29T14:11:40.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-29T14:11:40.590Z
19742026-05-29T14:11:40.590Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19752026-05-29T14:11:40.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-29T14:11:40.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-29T14:11:40.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-29T14:11:40.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-29T14:11:41.054Z
19802026-05-29T14:11:41.054Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19812026-05-29T14:11:41.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-29T14:11:41.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-29T14:11:41.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-29T14:11:41.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-29T14:11:41.518Z
19862026-05-29T14:11:41.519Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19872026-05-29T14:11:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-29T14:11:41.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-29T14:11:41.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-29T14:11:41.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-29T14:11:41.981Z
19922026-05-29T14:11:41.982Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19932026-05-29T14:11:42.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-29T14:11:42.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-29T14:11:42.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-29T14:11:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-29T14:11:42.443Z
19982026-05-29T14:11:42.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
19992026-05-29T14:11:42.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-29T14:11:42.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-29T14:11:42.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-29T14:11:42.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-29T14:11:42.912Z
20042026-05-29T14:11:42.912Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20052026-05-29T14:11:43.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-29T14:11:43.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-29T14:11:43.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-29T14:11:43.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-29T14:11:43.375Z
20102026-05-29T14:11:43.375Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20112026-05-29T14:11:43.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-29T14:11:43.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-29T14:11:43.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-29T14:11:43.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-29T14:11:43.837Z
20162026-05-29T14:11:43.837Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20172026-05-29T14:11:44.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-29T14:11:44.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-29T14:11:44.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-29T14:11:44.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-29T14:11:44.299Z
20222026-05-29T14:11:44.300Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20232026-05-29T14:11:44.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-29T14:11:44.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-29T14:11:44.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-29T14:11:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-29T14:11:44.764Z
20282026-05-29T14:11:44.765Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20292026-05-29T14:11:45.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-29T14:11:45.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-29T14:11:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-29T14:11:45.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-29T14:11:45.237Z
20342026-05-29T14:11:45.237Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20352026-05-29T14:11:45.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-29T14:11:45.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-29T14:11:45.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-29T14:11:45.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-29T14:11:45.695Z
20402026-05-29T14:11:45.695Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20412026-05-29T14:11:46.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-29T14:11:46.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-29T14:11:46.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-29T14:11:46.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-29T14:11:46.160Z
20462026-05-29T14:11:46.160Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20472026-05-29T14:11:46.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-29T14:11:46.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-29T14:11:46.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-29T14:11:46.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-29T14:11:46.625Z
20522026-05-29T14:11:46.625Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20532026-05-29T14:11:47.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-29T14:11:47.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-29T14:11:47.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-29T14:11:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-29T14:11:47.090Z
20582026-05-29T14:11:47.091Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20592026-05-29T14:11:47.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-29T14:11:47.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-29T14:11:47.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-29T14:11:47.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-29T14:11:47.557Z
20642026-05-29T14:11:47.558Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20652026-05-29T14:11:47.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-29T14:11:47.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-29T14:11:47.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-29T14:11:47.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-29T14:11:48.024Z
20702026-05-29T14:11:48.024Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20712026-05-29T14:11:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-29T14:11:48.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-29T14:11:48.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-29T14:11:48.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-29T14:11:48.488Z
20762026-05-29T14:11:48.488Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20772026-05-29T14:11:48.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-29T14:11:48.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-29T14:11:48.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-29T14:11:48.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-29T14:11:48.955Z
20822026-05-29T14:11:48.955Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20832026-05-29T14:11:49.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-29T14:11:49.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-29T14:11:49.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-29T14:11:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-05-29T14:11:49.584Z
20882026-05-29T14:11:49.584Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20892026-05-29T14:11:50.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-29T14:11:50.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-29T14:11:50.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-29T14:11:50.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-05-29T14:11:50.205Z
20942026-05-29T14:11:50.205Zinfo: running `cargo check --bins` on nexus-config (51/297)
20952026-05-29T14:11:50.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-29T14:11:50.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-29T14:11:50.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-29T14:11:50.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20992026-05-29T14:11:50.828Z
21002026-05-29T14:11:50.829Zinfo: running `cargo check --bins` on nexus-types (52/297)
21012026-05-29T14:11:51.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-29T14:11:51.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-29T14:11:51.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-29T14:11:51.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21052026-05-29T14:11:51.453Z
21062026-05-29T14:11:51.453Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21072026-05-29T14:11:51.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-29T14:11:51.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-29T14:11:51.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-29T14:11:51.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21112026-05-29T14:11:52.049Z
21122026-05-29T14:11:52.049Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21132026-05-29T14:11:52.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-29T14:11:52.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-29T14:11:52.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-29T14:11:52.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21172026-05-29T14:11:52.626Z
21182026-05-29T14:11:52.627Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21192026-05-29T14:11:53.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-29T14:11:53.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-29T14:11:53.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-29T14:11:53.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21232026-05-29T14:11:53.220Z
21242026-05-29T14:11:53.220Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21252026-05-29T14:11:53.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-29T14:11:53.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-29T14:11:53.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-29T14:11:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21292026-05-29T14:11:53.812Z
21302026-05-29T14:11:53.812Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21312026-05-29T14:11:54.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-29T14:11:54.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-29T14:11:54.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-29T14:11:54.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21352026-05-29T14:11:54.413Z
21362026-05-29T14:11:54.414Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21372026-05-29T14:11:54.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-29T14:11:54.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-29T14:11:54.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-29T14:11:54.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21412026-05-29T14:11:55.007Z
21422026-05-29T14:11:55.007Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21432026-05-29T14:11:55.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-29T14:11:55.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-29T14:11:55.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-29T14:11:55.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-05-29T14:11:55.585Z
21482026-05-29T14:11:55.585Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21492026-05-29T14:11:56.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-29T14:11:56.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-29T14:11:56.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-29T14:11:56.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-05-29T14:11:56.159Z
21542026-05-29T14:11:56.159Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21552026-05-29T14:11:56.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-29T14:11:56.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-29T14:11:56.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-29T14:11:56.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-05-29T14:11:56.734Z
21602026-05-29T14:11:56.734Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21612026-05-29T14:11:57.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-29T14:11:57.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-29T14:11:57.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-29T14:11:57.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-05-29T14:11:57.314Z
21662026-05-29T14:11:57.314Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21672026-05-29T14:11:57.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-29T14:11:57.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-29T14:11:57.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-29T14:11:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-29T14:11:57.903Z
21722026-05-29T14:11:57.903Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21732026-05-29T14:11:58.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-29T14:11:58.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-29T14:11:58.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-29T14:11:58.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-05-29T14:11:58.492Z
21782026-05-29T14:11:58.492Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21792026-05-29T14:11:58.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-29T14:11:58.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-29T14:11:58.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-29T14:11:58.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-05-29T14:11:59.069Z
21842026-05-29T14:11:59.069Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21852026-05-29T14:11:59.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-29T14:11:59.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-29T14:11:59.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-29T14:11:59.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-29T14:11:59.644Z
21902026-05-29T14:11:59.644Zinfo: running `cargo check --bins` on ereport-types (67/297)
21912026-05-29T14:12:00.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-29T14:12:00.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-29T14:12:00.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-29T14:12:00.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-29T14:12:00.231Z
21962026-05-29T14:12:00.231Zinfo: running `cargo check --bins` on gateway-client (68/297)
21972026-05-29T14:12:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-29T14:12:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-29T14:12:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-29T14:12:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-05-29T14:12:00.821Z
22022026-05-29T14:12:00.821Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22032026-05-29T14:12:01.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-29T14:12:01.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-29T14:12:01.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-29T14:12:01.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-05-29T14:12:01.410Z
22082026-05-29T14:12:01.410Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22092026-05-29T14:12:01.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-29T14:12:01.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-29T14:12:01.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-29T14:12:01.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-29T14:12:01.998Z
22142026-05-29T14:12:01.998Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22152026-05-29T14:12:02.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-29T14:12:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-29T14:12:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-29T14:12:02.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-29T14:12:02.586Z
22202026-05-29T14:12:02.586Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22212026-05-29T14:12:03.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-29T14:12:03.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-29T14:12:03.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-29T14:12:03.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-05-29T14:12:03.173Z
22262026-05-29T14:12:03.173Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22272026-05-29T14:12:03.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-29T14:12:03.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-29T14:12:03.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-29T14:12:03.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22312026-05-29T14:12:03.784Z
22322026-05-29T14:12:03.784Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22332026-05-29T14:12:04.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-29T14:12:04.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-29T14:12:04.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-29T14:12:04.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-05-29T14:12:04.389Z
22382026-05-29T14:12:04.389Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22392026-05-29T14:12:04.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-29T14:12:04.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-29T14:12:04.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-29T14:12:04.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-05-29T14:12:04.959Z
22442026-05-29T14:12:04.959Zinfo: running `cargo check --bins` on oxlog (76/297)
22452026-05-29T14:12:05.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-29T14:12:05.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-29T14:12:05.563Z Checking cfg-if v1.0.4
22482026-05-29T14:12:05.567Z Checking libc v0.2.185
22492026-05-29T14:12:05.567Z Checking serde_core v1.0.228
22502026-05-29T14:12:05.682Z Checking zeroize v1.8.2
22512026-05-29T14:12:05.690Z Checking memchr v2.8.0
22522026-05-29T14:12:05.698Z Checking log v0.4.29
22532026-05-29T14:12:05.707Z Checking smallvec v1.15.1
22542026-05-29T14:12:05.718Z Checking typenum v1.19.0
22552026-05-29T14:12:05.721Z Checking subtle v2.6.1
22562026-05-29T14:12:05.817Z Checking itoa v1.0.17
22572026-05-29T14:12:05.852Z Checking scopeguard v1.2.0
22582026-05-29T14:12:05.875Z Checking stable_deref_trait v1.2.1
22592026-05-29T14:12:05.887Z Checking const-oid v0.9.6
22602026-05-29T14:12:05.946Z Checking lock_api v0.4.14
22612026-05-29T14:12:05.960Z Checking zerofrom v0.1.6
22622026-05-29T14:12:05.972Z Checking pin-project-lite v0.2.17
22632026-05-29T14:12:06.058Z Checking portable-atomic v1.13.1
22642026-05-29T14:12:06.061Z Checking critical-section v1.2.0
22652026-05-29T14:12:06.064Z Checking yoke v0.8.1
22662026-05-29T14:12:06.068Z Checking getrandom v0.2.17
22672026-05-29T14:12:06.138Z Checking errno v0.3.14
22682026-05-29T14:12:06.185Z Checking parking_lot_core v0.9.12
22692026-05-29T14:12:06.230Z Checking generic-array v0.14.7
22702026-05-29T14:12:06.242Z Checking rand_core v0.6.4
22712026-05-29T14:12:06.252Z Checking signal-hook-registry v1.4.8
22722026-05-29T14:12:06.271Z Checking zerovec v0.11.5
22732026-05-29T14:12:06.367Z Checking futures-core v0.3.32
22742026-05-29T14:12:06.404Z Checking parking_lot v0.12.5
22752026-05-29T14:12:06.416Z Checking mio v1.2.0
22762026-05-29T14:12:06.484Z Checking zerocopy v0.8.40
22772026-05-29T14:12:06.512Z Checking once_cell v1.21.3
22782026-05-29T14:12:06.562Z Checking zmij v1.0.21
22792026-05-29T14:12:06.586Z Checking socket2 v0.6.3
22802026-05-29T14:12:06.663Z Checking crypto-common v0.1.7
22812026-05-29T14:12:06.678Z Checking block-buffer v0.10.4
22822026-05-29T14:12:06.690Z Checking tinystr v0.8.2
22832026-05-29T14:12:06.693Z Checking libm v0.2.16
22842026-05-29T14:12:06.767Z Checking percent-encoding v2.3.2
22852026-05-29T14:12:06.782Z Checking equivalent v1.0.2
22862026-05-29T14:12:06.809Z Checking digest v0.10.7
22872026-05-29T14:12:06.821Z Checking writeable v0.6.2
22882026-05-29T14:12:06.859Z Checking litemap v0.8.1
22892026-05-29T14:12:06.872Z Checking potential_utf v0.1.4
22902026-05-29T14:12:06.901Z Checking zerotrie v0.2.3
22912026-05-29T14:12:06.973Z Checking futures-sink v0.3.32
22922026-05-29T14:12:06.991Z Checking icu_collections v2.1.1
22932026-05-29T14:12:07.006Z Checking cpufeatures v0.2.17
22942026-05-29T14:12:07.024Z Checking icu_locale_core v2.1.1
22952026-05-29T14:12:07.067Z Checking futures-channel v0.3.32
22962026-05-29T14:12:07.080Z Checking futures-io v0.3.32
22972026-05-29T14:12:07.141Z Checking futures-task v0.3.32
22982026-05-29T14:12:07.154Z Checking serde v1.0.228
22992026-05-29T14:12:07.188Z Checking bitflags v2.11.0
23002026-05-29T14:12:07.253Z Checking serde_json v1.0.149
23012026-05-29T14:12:07.272Z Checking slab v0.4.12
23022026-05-29T14:12:07.293Z Checking hmac v0.12.1
23032026-05-29T14:12:07.349Z Checking icu_normalizer_data v2.1.1
23042026-05-29T14:12:07.394Z Checking num-traits v0.2.19
23052026-05-29T14:12:07.417Z Checking icu_properties_data v2.1.2
23062026-05-29T14:12:07.420Z Checking hashbrown v0.17.0
23072026-05-29T14:12:07.430Z Checking futures-util v0.3.32
23082026-05-29T14:12:07.542Z Checking rand_core v0.10.0
23092026-05-29T14:12:07.558Z Checking bytes v1.11.1
23102026-05-29T14:12:07.570Z Checking icu_provider v2.1.1
23112026-05-29T14:12:07.680Z Checking getrandom v0.4.1
23122026-05-29T14:12:07.798Z Checking icu_normalizer v2.1.1
23132026-05-29T14:12:07.820Z Checking icu_properties v2.1.2
23142026-05-29T14:12:07.880Z Checking indexmap v2.14.0
23152026-05-29T14:12:07.899Z Checking block-padding v0.3.3
23162026-05-29T14:12:07.914Z Checking utf8_iter v1.0.4
23172026-05-29T14:12:07.978Z Checking tokio v1.52.1
23182026-05-29T14:12:08.027Z Checking inout v0.1.4
23192026-05-29T14:12:08.040Z Checking sha2 v0.10.9
23202026-05-29T14:12:08.093Z Checking form_urlencoded v1.2.2
23212026-05-29T14:12:08.158Z Checking cipher v0.4.4
23222026-05-29T14:12:08.216Z Checking getrandom v0.3.4
23232026-05-29T14:12:08.301Z Checking base64ct v1.8.3
23242026-05-29T14:12:08.358Z Checking fnv v1.0.7
23252026-05-29T14:12:08.371Z Checking byteorder v1.5.0
23262026-05-29T14:12:08.432Z Checking flagset v0.4.7
23272026-05-29T14:12:08.450Z Checking rand_core v0.9.5
23282026-05-29T14:12:08.531Z Checking pem-rfc7468 v0.7.0
23292026-05-29T14:12:08.553Z Checking http v1.4.0
23302026-05-29T14:12:08.567Z Checking regex-syntax v0.8.10
23312026-05-29T14:12:08.623Z Checking idna_adapter v1.2.1
23322026-05-29T14:12:08.636Z Checking salsa20 v0.10.2
23332026-05-29T14:12:08.682Z Checking der v0.7.10
23342026-05-29T14:12:08.738Z Checking idna v1.1.0
23352026-05-29T14:12:08.763Z Checking uuid v1.23.0
23362026-05-29T14:12:08.977Z Checking url v2.5.8
23372026-05-29T14:12:09.069Z Checking pbkdf2 v0.12.2
23382026-05-29T14:12:09.115Z Checking rustix v1.1.3
23392026-05-29T14:12:09.177Z Checking tracing-core v0.1.36
23402026-05-29T14:12:09.224Z Checking ppv-lite86 v0.2.21
23412026-05-29T14:12:09.330Z Checking rustls-pki-types v1.14.0
23422026-05-29T14:12:09.430Z Checking spki v0.7.3
23432026-05-29T14:12:09.443Z Checking base64 v0.22.1
23442026-05-29T14:12:09.485Z Checking iana-time-zone v0.1.65
23452026-05-29T14:12:09.525Z Checking rand_chacha v0.9.0
23462026-05-29T14:12:09.591Z Checking chrono v0.4.44
23472026-05-29T14:12:09.605Z Checking tracing v0.1.44
23482026-05-29T14:12:09.618Z Checking scrypt v0.11.0
23492026-05-29T14:12:09.676Z Checking http-body v1.0.1
23502026-05-29T14:12:09.724Z Checking cbc v0.1.2
23512026-05-29T14:12:09.748Z Checking aes v0.8.4
23522026-05-29T14:12:09.803Z Checking aws-lc-sys v0.40.0
23532026-05-29T14:12:09.816Z Checking untrusted v0.9.0
23542026-05-29T14:12:09.845Z Checking tinyvec_macros v0.1.1
23552026-05-29T14:12:09.885Z Checking openssl-probe v0.2.1
23562026-05-29T14:12:09.909Z Checking untrusted v0.7.1
23572026-05-29T14:12:09.921Z Checking ring v0.17.14
23582026-05-29T14:12:09.958Z Checking tinyvec v1.10.0
23592026-05-29T14:12:09.989Z Checking rand v0.9.2
23602026-05-29T14:12:10.016Z Checking try-lock v0.2.5
23612026-05-29T14:12:10.113Z Checking tower-service v0.3.3
23622026-05-29T14:12:10.137Z Checking pkcs5 v0.7.1
23632026-05-29T14:12:10.200Z Checking atomic-waker v1.1.2
23642026-05-29T14:12:10.262Z Checking tower-layer v0.3.3
23652026-05-29T14:12:10.295Z Checking want v0.3.1
23662026-05-29T14:12:10.307Z Checking aws-lc-rs v1.16.3
23672026-05-29T14:12:10.387Z Checking pkcs8 v0.10.2
23682026-05-29T14:12:10.407Z Checking ipnet v2.11.0
23692026-05-29T14:12:10.420Z Checking httparse v1.10.1
23702026-05-29T14:12:10.444Z Checking aho-corasick v1.1.4
23712026-05-29T14:12:10.458Z Checking plain v0.2.3
23722026-05-29T14:12:10.557Z Checking dyn-clone v1.0.20
23732026-05-29T14:12:10.557Z Checking fastrand v2.3.0
23742026-05-29T14:12:10.620Z Checking foreign-types-shared v0.1.1
23752026-05-29T14:12:10.659Z Checking pin-utils v0.1.0
23762026-05-29T14:12:10.673Z Checking httpdate v1.0.3
23772026-05-29T14:12:10.700Z Checking foreign-types v0.3.2
23782026-05-29T14:12:10.730Z Checking unicode-normalization v0.1.25
23792026-05-29T14:12:10.741Z Checking tempfile v3.25.0
23802026-05-29T14:12:10.766Z Checking semver v1.0.28
23812026-05-29T14:12:10.808Z Checking openssl-sys v0.9.115
23822026-05-29T14:12:10.903Z Checking spin v0.9.8
23832026-05-29T14:12:10.930Z Checking unicode-ident v1.0.24
23842026-05-29T14:12:10.972Z Checking ucd-trie v0.1.7
23852026-05-29T14:12:11.038Z Checking proc-macro2 v1.0.106
23862026-05-29T14:12:11.083Z Checking schemars v0.8.22
23872026-05-29T14:12:11.107Z Checking pest v2.8.6
23882026-05-29T14:12:11.118Z Checking regex-automata v0.4.14
23892026-05-29T14:12:11.131Z Checking rustls-native-certs v0.8.3
23902026-05-29T14:12:11.144Z Checking rustls-webpki v0.103.9
23912026-05-29T14:12:11.190Z Checking openssl v0.10.79
23922026-05-29T14:12:11.212Z Checking tokio-util v0.7.18
23932026-05-29T14:12:11.251Z Checking thiserror v2.0.18
23942026-05-29T14:12:11.350Z Checking sync_wrapper v1.0.2
23952026-05-29T14:12:11.354Z Checking wait-timeout v0.2.1
23962026-05-29T14:12:11.453Z Checking powerfmt v0.2.0
23972026-05-29T14:12:11.481Z Checking siphasher v1.0.2
23982026-05-29T14:12:11.552Z Checking rustls v0.23.37
23992026-05-29T14:12:11.599Z Checking utf8parse v0.2.2
24002026-05-29T14:12:11.634Z Checking anstyle v1.0.13
24012026-05-29T14:12:11.697Z Checking simd-adler32 v0.3.8
24022026-05-29T14:12:11.729Z Checking bit-vec v0.8.0
24032026-05-29T14:12:11.811Z Checking h2 v0.4.13
24042026-05-29T14:12:11.825Z Checking pretty-hex v0.4.1
24052026-05-29T14:12:11.864Z Checking quick-error v1.2.3
24062026-05-29T14:12:11.921Z Checking bit-set v0.8.0
24072026-05-29T14:12:11.936Z Checking anstyle-parse v0.2.7
24082026-05-29T14:12:11.961Z Checking rusty-fork v0.3.1
24092026-05-29T14:12:12.063Z Checking deranged v0.5.8
24102026-05-29T14:12:12.083Z Checking tower v0.5.3
24112026-05-29T14:12:12.129Z Checking quote v1.0.45
24122026-05-29T14:12:12.151Z Compiling newtype-uuid v1.3.2
24132026-05-29T14:12:12.296Z Checking http-body-util v0.1.3
24142026-05-29T14:12:12.327Z Checking webpki-roots v1.0.6
24152026-05-29T14:12:12.441Z Checking crossbeam-utils v0.8.21
24162026-05-29T14:12:12.461Z Checking rand_xorshift v0.4.0
24172026-05-29T14:12:12.504Z Checking crc32fast v1.5.0
24182026-05-29T14:12:12.577Z Checking scroll v0.13.0
24192026-05-29T14:12:12.640Z Checking signature v2.2.0
24202026-05-29T14:12:12.762Z Checking ryu v1.0.23
24212026-05-29T14:12:12.775Z Checking anstyle-query v1.1.5
24222026-05-29T14:12:12.797Z Checking time-core v0.1.8
24232026-05-29T14:12:12.863Z Checking num-conv v0.2.0
24242026-05-29T14:12:12.894Z Checking is_terminal_polyfill v1.70.2
24252026-05-29T14:12:12.909Z Checking iri-string v0.7.10
24262026-05-29T14:12:12.933Z Checking unicode-properties v0.1.4
24272026-05-29T14:12:12.973Z Checking allocator-api2 v0.2.21
24282026-05-29T14:12:12.986Z Checking adler2 v2.0.1
24292026-05-29T14:12:12.989Z Checking unarray v0.1.4
24302026-05-29T14:12:13.093Z Checking unicode-bidi v0.3.18
24312026-05-29T14:12:13.104Z Checking num_threads v0.1.7
24322026-05-29T14:12:13.116Z Checking colorchoice v1.0.4
24332026-05-29T14:12:13.187Z Checking time v0.3.47
24342026-05-29T14:12:13.197Z Checking native-tls v0.2.18
24352026-05-29T14:12:13.209Z Checking anstream v0.6.21
24362026-05-29T14:12:13.254Z Checking proptest v1.11.0
24372026-05-29T14:12:13.367Z Checking tokio-native-tls v0.3.1
24382026-05-29T14:12:13.379Z Checking stringprep v0.1.5
24392026-05-29T14:12:13.399Z Checking miniz_oxide v0.8.9
24402026-05-29T14:12:13.519Z Checking bstr v1.12.1
24412026-05-29T14:12:13.532Z Checking serde_urlencoded v0.7.1
24422026-05-29T14:12:13.736Z Checking goblin v0.10.5
24432026-05-29T14:12:13.750Z Checking crossbeam-epoch v0.9.18
24442026-05-29T14:12:13.891Z Checking tokio-rustls v0.26.4
24452026-05-29T14:12:13.906Z Checking syn v2.0.117
24462026-05-29T14:12:13.919Z Checking tower-http v0.6.8
24472026-05-29T14:12:13.968Z Compiling daft v0.1.7
24482026-05-29T14:12:14.116Z Checking ipnetwork v0.21.1
24492026-05-29T14:12:14.187Z Checking rand_chacha v0.3.1
24502026-05-29T14:12:14.248Z Checking thiserror v1.0.69
24512026-05-29T14:12:14.312Z Checking scroll v0.12.0
24522026-05-29T14:12:14.344Z Checking hash32 v0.2.1
24532026-05-29T14:12:14.347Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-29T14:12:14.403Z Checking num-integer v0.1.46
24552026-05-29T14:12:14.464Z Checking toml_datetime v0.6.11
24562026-05-29T14:12:14.495Z Checking serde_spanned v0.6.9
24572026-05-29T14:12:14.499Z Checking hyper v1.8.1
24582026-05-29T14:12:14.537Z Checking md-5 v0.10.6
24592026-05-29T14:12:14.618Z Checking ff v0.13.1
24602026-05-29T14:12:14.632Z Checking encoding_rs v0.8.35
24612026-05-29T14:12:14.644Z Checking zlib-rs v0.6.2
24622026-05-29T14:12:14.672Z Checking mime v0.3.17
24632026-05-29T14:12:14.745Z Checking base16ct v0.2.0
24642026-05-29T14:12:14.848Z Checking psl-types v2.0.11
24652026-05-29T14:12:14.869Z Checking fallible-iterator v0.2.0
24662026-05-29T14:12:14.965Z Checking publicsuffix v2.3.0
24672026-05-29T14:12:15.118Z Checking sec1 v0.7.3
24682026-05-29T14:12:15.136Z Checking postgres-protocol v0.6.10
24692026-05-29T14:12:15.214Z Checking group v0.13.0
24702026-05-29T14:12:15.323Z Checking num-iter v0.1.45
24712026-05-29T14:12:15.359Z Checking goblin v0.8.2
24722026-05-29T14:12:15.407Z Checking hyper-util v0.1.20
24732026-05-29T14:12:15.432Z Checking heapless v0.7.17
24742026-05-29T14:12:15.446Z Checking zstd-safe v7.2.4
24752026-05-29T14:12:15.512Z Checking flate2 v1.1.9
24762026-05-29T14:12:15.547Z Checking rand v0.8.6
24772026-05-29T14:12:15.603Z Checking oxnet v0.1.4
24782026-05-29T14:12:15.800Z Checking cookie v0.18.1
24792026-05-29T14:12:15.831Z Compiling iddqd v0.4.2
24802026-05-29T14:12:15.846Z Checking dtrace-parser v0.3.0
24812026-05-29T14:12:16.028Z Checking phf_shared v0.13.1
24822026-05-29T14:12:16.058Z Checking lazy_static v1.5.0
24832026-05-29T14:12:16.075Z Checking pin-project v1.1.11
24842026-05-29T14:12:16.079Z Checking dof v0.4.0
24852026-05-29T14:12:16.144Z Checking zerocopy v0.7.35
24862026-05-29T14:12:16.175Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-29T14:12:16.188Z Checking signal-hook v0.3.18
24882026-05-29T14:12:16.221Z Checking terminal_size v0.4.3
24892026-05-29T14:12:16.254Z Checking futures-executor v0.3.32
24902026-05-29T14:12:16.350Z Checking hex v0.4.3
24912026-05-29T14:12:16.369Z Checking hkdf v0.12.4
24922026-05-29T14:12:16.398Z Checking crypto-bigint v0.5.5
24932026-05-29T14:12:16.499Z Checking thread-id v5.1.0
24942026-05-29T14:12:16.550Z Checking foldhash v0.2.0
24952026-05-29T14:12:16.577Z Checking either v1.15.0
24962026-05-29T14:12:16.629Z Checking same-file v1.0.6
24972026-05-29T14:12:16.646Z Checking hyper-rustls v0.27.7
24982026-05-29T14:12:16.698Z Checking hyper-tls v0.6.0
24992026-05-29T14:12:16.712Z Checking clap_lex v1.0.0
25002026-05-29T14:12:16.742Z Compiling rayon-core v1.13.0
25012026-05-29T14:12:16.755Z Checking strsim v0.11.1
25022026-05-29T14:12:16.855Z Checking managed v0.8.0
25032026-05-29T14:12:16.859Z Checking bitflags v1.3.2
25042026-05-29T14:12:16.881Z Checking foldhash v0.1.5
25052026-05-29T14:12:16.911Z Checking winnow v0.7.14
25062026-05-29T14:12:16.915Z Checking libbz2-rs-sys v0.2.2
25072026-05-29T14:12:16.938Z Checking winnow v0.5.40
25082026-05-29T14:12:17.006Z Checking bumpalo v3.20.2
25092026-05-29T14:12:17.037Z Checking smoltcp v0.9.1
25102026-05-29T14:12:17.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-05-29T14:12:17.203Z Checking zopfli v0.8.3
25122026-05-29T14:12:17.229Z Checking dof v0.3.0
25132026-05-29T14:12:17.263Z Checking hashbrown v0.15.5
25142026-05-29T14:12:17.290Z Checking elliptic-curve v0.13.8
25152026-05-29T14:12:17.304Z Checking bzip2 v0.6.1
25162026-05-29T14:12:17.462Z Checking clap_builder v4.5.60
25172026-05-29T14:12:17.518Z Checking reqwest v0.12.28
25182026-05-29T14:12:17.531Z Checking walkdir v2.5.0
25192026-05-29T14:12:17.591Z Checking usdt-impl v0.6.0
25202026-05-29T14:12:17.613Z Checking hashbrown v0.16.1
25212026-05-29T14:12:17.686Z Checking futures v0.3.32
25222026-05-29T14:12:17.718Z Checking signal-hook-mio v0.2.5
25232026-05-29T14:12:17.761Z Checking bzip2 v0.4.4
25242026-05-29T14:12:17.819Z Checking phf v0.13.1
25252026-05-29T14:12:17.866Z Checking snafu v0.8.9
25262026-05-29T14:12:17.923Z Checking num-bigint-dig v0.8.6
25272026-05-29T14:12:17.965Z Checking cookie_store v0.22.1
25282026-05-29T14:12:18.074Z Checking toml_edit v0.19.15
25292026-05-29T14:12:18.104Z Checking zstd v0.13.3
25302026-05-29T14:12:18.108Z Checking postgres-types v0.2.12
25312026-05-29T14:12:18.286Z Checking dtrace-parser v0.2.0
25322026-05-29T14:12:18.300Z Checking crossbeam-deque v0.8.6
25332026-05-29T14:12:18.315Z Checking globset v0.4.18
25342026-05-29T14:12:18.363Z Checking rustls-platform-verifier v0.6.2
25352026-05-29T14:12:18.419Z Checking regex v1.12.3
25362026-05-29T14:12:18.467Z Checking ed25519 v2.2.3
25372026-05-29T14:12:18.500Z Checking phf_shared v0.11.3
25382026-05-29T14:12:18.513Z Checking olpc-cjson v0.1.4
25392026-05-29T14:12:18.560Z Checking curve25519-dalek v4.1.3
25402026-05-29T14:12:18.638Z Checking ref-cast v1.0.25
25412026-05-29T14:12:18.642Z Checking strum v0.27.2
25422026-05-29T14:12:18.665Z Checking hubpack v0.1.2
25432026-05-29T14:12:18.674Z Checking memoffset v0.9.1
25442026-05-29T14:12:18.688Z Checking rustix v0.38.44
25452026-05-29T14:12:18.708Z Checking pkcs1 v0.7.5
25462026-05-29T14:12:18.736Z Checking pem v3.0.6
25472026-05-29T14:12:18.751Z Checking float-cmp v0.10.0
25482026-05-29T14:12:18.756Z Checking serde-big-array v0.5.1
25492026-05-29T14:12:18.817Z Checking serde_plain v1.0.2
25502026-05-29T14:12:18.872Z Checking erased-serde v0.3.31
25512026-05-29T14:12:18.885Z Checking rfc6979 v0.4.0
25522026-05-29T14:12:18.888Z Checking thread-id v4.2.2
25532026-05-29T14:12:18.917Z Checking memmap2 v0.9.10
25542026-05-29T14:12:18.954Z Checking env_filter v1.0.0
25552026-05-29T14:12:18.967Z Checking new_debug_unreachable v1.0.6
25562026-05-29T14:12:19.007Z Checking jiff v0.2.21
25572026-05-29T14:12:19.030Z Checking keccak v0.1.6
25582026-05-29T14:12:19.071Z Checking fixedbitset v0.4.2
25592026-05-29T14:12:19.089Z Checking whoami v2.1.0
25602026-05-29T14:12:19.104Z Checking unicode-segmentation v1.12.0
25612026-05-29T14:12:19.190Z Checking static_assertions v1.1.0
25622026-05-29T14:12:19.212Z Checking fixedbitset v0.5.7
25632026-05-29T14:12:19.239Z Checking precomputed-hash v0.1.1
25642026-05-29T14:12:19.261Z Checking difflib v0.4.0
25652026-05-29T14:12:19.293Z Checking toml_write v0.1.2
25662026-05-29T14:12:19.321Z Checking predicates-core v1.0.10
25672026-05-29T14:12:19.341Z Checking data-encoding v2.10.0
25682026-05-29T14:12:19.419Z Checking normalize-line-endings v0.3.0
25692026-05-29T14:12:19.433Z Checking typed-path v0.9.3
25702026-05-29T14:12:19.443Z Checking similar v2.7.0
25712026-05-29T14:12:19.446Z Checking petgraph v0.8.3
25722026-05-29T14:12:19.466Z Checking toml_edit v0.22.27
25732026-05-29T14:12:19.490Z Checking crossterm v0.28.1
25742026-05-29T14:12:19.503Z Checking predicates v3.1.4
25752026-05-29T14:12:19.616Z Checking hickory-proto v0.25.2
25762026-05-29T14:12:19.797Z Checking ed25519-dalek v2.2.0
25772026-05-29T14:12:19.825Z Checking string_cache v0.8.9
25782026-05-29T14:12:19.989Z Checking tokio-postgres v0.7.16
25792026-05-29T14:12:20.020Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-05-29T14:12:20.188Z Checking tough v0.22.0
25812026-05-29T14:12:20.200Z Checking slog v2.8.2
25822026-05-29T14:12:20.456Z Checking petgraph v0.6.5
25832026-05-29T14:12:20.535Z Checking sha3 v0.10.8
25842026-05-29T14:12:20.737Z Checking toml v0.7.8
25852026-05-29T14:12:21.013Z Checking env_logger v0.11.9
25862026-05-29T14:12:21.038Z Checking usdt v0.6.0
25872026-05-29T14:12:21.201Z Checking ecdsa v0.16.9
25882026-05-29T14:12:21.201Z Checking usdt-impl v0.5.0
25892026-05-29T14:12:21.237Z Checking rsa v0.9.10
25902026-05-29T14:12:21.251Z Checking zip v4.6.1
25912026-05-29T14:12:21.482Z Checking nix v0.31.2
25922026-05-29T14:12:21.668Z Checking clap v4.5.60
25932026-05-29T14:12:21.693Z Checking reqwest v0.13.2
25942026-05-29T14:12:21.812Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-29T14:12:22.063Z Checking zip v0.6.6
25962026-05-29T14:12:22.156Z Checking itertools v0.13.0
25972026-05-29T14:12:22.192Z Checking serde_with v3.17.0
25982026-05-29T14:12:22.261Z Checking strum v0.26.3
25992026-05-29T14:12:22.370Z Checking fs-err v3.3.0
26002026-05-29T14:12:22.384Z Checking ahash v0.8.12
26012026-05-29T14:12:22.387Z Checking object v0.37.3
26022026-05-29T14:12:22.438Z Checking tokio-stream v0.1.18
26032026-05-29T14:12:22.532Z Checking buf-list v1.1.2
26042026-05-29T14:12:22.535Z Checking anyhow v1.0.102
26052026-05-29T14:12:22.569Z Checking camino v1.2.2
26062026-05-29T14:12:22.670Z Checking x509-cert v0.2.5
26072026-05-29T14:12:22.711Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-05-29T14:12:22.732Z Checking openapiv3 v2.2.0
26092026-05-29T14:12:22.811Z Checking sha1 v0.10.6
26102026-05-29T14:12:22.824Z Checking lalrpop-util v0.19.12
26112026-05-29T14:12:22.960Z Checking peg-runtime v0.8.5
26122026-05-29T14:12:22.973Z Checking rayon v1.11.0
26132026-05-29T14:12:22.984Z Checking sigpipe v0.1.3
26142026-05-29T14:12:23.061Z Checking glob v0.3.3
26152026-05-29T14:12:24.575Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-29T14:12:24.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
26172026-05-29T14:12:25.017Z
26182026-05-29T14:12:25.017Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26192026-05-29T14:12:25.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-29T14:12:25.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-29T14:12:25.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-29T14:12:25.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-29T14:12:25.615Z
26242026-05-29T14:12:25.616Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26252026-05-29T14:12:26.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-29T14:12:26.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-29T14:12:26.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-29T14:12:26.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-29T14:12:26.214Z
26302026-05-29T14:12:26.214Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26312026-05-29T14:12:26.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-29T14:12:26.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-29T14:12:26.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-29T14:12:26.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-29T14:12:26.826Z
26362026-05-29T14:12:26.826Zinfo: running `cargo check --bins` on oxql-types (80/297)
26372026-05-29T14:12:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-29T14:12:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-29T14:12:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-29T14:12:27.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-29T14:12:27.423Z
26422026-05-29T14:12:27.423Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26432026-05-29T14:12:27.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-29T14:12:27.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-29T14:12:27.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-29T14:12:27.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-29T14:12:28.017Z
26482026-05-29T14:12:28.017Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26492026-05-29T14:12:28.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-29T14:12:28.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-29T14:12:28.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-29T14:12:28.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26532026-05-29T14:12:28.614Z
26542026-05-29T14:12:28.614Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26552026-05-29T14:12:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-29T14:12:29.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-29T14:12:29.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-29T14:12:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-29T14:12:29.211Z
26602026-05-29T14:12:29.211Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26612026-05-29T14:12:29.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-29T14:12:29.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-29T14:12:29.894Z Compiling structmeta-derive v0.3.0
26642026-05-29T14:12:30.012Z Compiling rustls v0.22.4
26652026-05-29T14:12:30.021Z Compiling multer v3.1.0
26662026-05-29T14:12:30.030Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672026-05-29T14:12:30.030Z Compiling async-stream-impl v0.3.6
26682026-05-29T14:12:30.051Z Compiling dropshot v0.17.0
26692026-05-29T14:12:30.066Z Compiling dropshot_endpoint v0.17.0
26702026-05-29T14:12:30.066Z Compiling newtype-uuid-macros v0.1.0
26712026-05-29T14:12:30.187Z Checking newtype-uuid v1.3.2
26722026-05-29T14:12:30.249Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-29T14:12:30.310Z Checking rustls-webpki v0.102.8
26742026-05-29T14:12:30.382Z Checking daft v0.1.7
26752026-05-29T14:12:30.398Z Checking thread_local v1.1.9
26762026-05-29T14:12:30.562Z Checking compression-core v0.4.31
26772026-05-29T14:12:30.614Z Checking match_cfg v0.1.0
26782026-05-29T14:12:30.630Z Checking iddqd v0.4.2
26792026-05-29T14:12:30.680Z Checking hostname v0.3.1
26802026-05-29T14:12:30.694Z Checking compression-codecs v0.4.37
26812026-05-29T14:12:30.708Z Checking crossbeam-channel v0.5.15
26822026-05-29T14:12:30.776Z Checking slog-json v2.6.1
26832026-05-29T14:12:30.805Z Checking is-terminal v0.4.17
26842026-05-29T14:12:30.857Z Checking serde_spanned v1.0.4
26852026-05-29T14:12:30.893Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-29T14:12:30.929Z Checking toml_writer v1.0.6+spec-1.1.0
26872026-05-29T14:12:30.985Z Checking term v1.2.1
26882026-05-29T14:12:31.030Z Checking debug-ignore v1.0.5
26892026-05-29T14:12:31.056Z Compiling structmeta v0.3.0
26902026-05-29T14:12:31.088Z Checking take_mut v0.2.2
26912026-05-29T14:12:31.101Z Checking toml v1.0.6+spec-1.1.0
26922026-05-29T14:12:31.125Z Checking slog-bunyan v2.5.0
26932026-05-29T14:12:31.188Z Checking slog-async v2.8.0
26942026-05-29T14:12:31.201Z Checking slog-term v2.9.2
26952026-05-29T14:12:31.238Z Checking async-compression v0.4.41
26962026-05-29T14:12:31.261Z Compiling derive-ex v0.1.8
26972026-05-29T14:12:31.355Z Compiling parse-display-derive v0.10.0
26982026-05-29T14:12:31.452Z Checking async-stream v0.3.6
26992026-05-29T14:12:31.476Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27002026-05-29T14:12:31.530Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-29T14:12:31.577Z Checking progenitor-client v0.14.0
27022026-05-29T14:12:31.591Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-29T14:12:31.669Z Checking waitgroup v0.1.2
27042026-05-29T14:12:31.724Z Checking backon v1.6.0
27052026-05-29T14:12:31.769Z Checking rustls-pemfile v2.2.0
27062026-05-29T14:12:31.817Z Checking serde_path_to_error v0.1.20
27072026-05-29T14:12:31.830Z Checking hostname v0.4.2
27082026-05-29T14:12:31.884Z Checking instant v0.1.13
27092026-05-29T14:12:31.968Z Checking backoff v0.4.0
27102026-05-29T14:12:32.086Z Checking progenitor-extras v0.2.0
27112026-05-29T14:12:32.098Z Checking tokio-rustls v0.25.0
27122026-05-29T14:12:32.110Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-29T14:12:32.138Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-29T14:12:32.314Z Checking itertools v0.14.0
27152026-05-29T14:12:32.329Z Checking progenitor-client v0.10.0
27162026-05-29T14:12:32.505Z Checking regress v0.10.5
27172026-05-29T14:12:32.550Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-29T14:12:32.759Z Checking macaddr v1.0.1
27192026-05-29T14:12:32.937Z Compiling test-strategy v0.4.5
27202026-05-29T14:12:33.030Z Checking parse-display v0.10.0
27212026-05-29T14:12:33.174Z Checking humantime v2.3.0
27222026-05-29T14:12:34.144Z Compiling prettyplease v0.2.37
27232026-05-29T14:12:34.403Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-29T14:12:34.595Z Checking num-rational v0.4.2
27252026-05-29T14:12:34.775Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-29T14:12:35.098Z Checking num-complex v0.4.6
27272026-05-29T14:12:35.818Z Compiling num v0.4.3
27282026-05-29T14:12:35.853Z Compiling usdt-macro v0.5.0
27292026-05-29T14:12:35.892Z Compiling usdt-attr-macro v0.5.0
27302026-05-29T14:12:35.906Z Checking memmap v0.7.0
27312026-05-29T14:12:35.918Z Compiling float-ord v0.3.2
27322026-05-29T14:12:36.029Z Checking unicode-width v0.2.0
27332026-05-29T14:12:36.032Z Compiling convert_case v0.4.0
27342026-05-29T14:12:36.290Z Checking console v0.15.11
27352026-05-29T14:12:36.402Z Compiling derive_more v0.99.20
27362026-05-29T14:12:36.562Z Checking newline-converter v0.3.0
27372026-05-29T14:12:36.576Z Checking atomicwrites v0.4.4
27382026-05-29T14:12:36.653Z Checking usdt v0.5.0
27392026-05-29T14:12:37.673Z Compiling toml v0.8.23
27402026-05-29T14:12:37.676Z Compiling minimal-lexical v0.2.1
27412026-05-29T14:12:37.676Z Checking linked-hash-map v0.5.6
27422026-05-29T14:12:37.676Z Compiling nom v7.1.3
27432026-05-29T14:12:37.676Z Checking lru-cache v0.1.2
27442026-05-29T14:12:37.676Z Checking expectorate v1.2.0
27452026-05-29T14:12:37.676Z Checking camino-tempfile v1.4.1
27462026-05-29T14:12:37.798Z Checking hickory-proto v0.24.4
27472026-05-29T14:12:37.811Z Checking phf_shared v0.12.1
27482026-05-29T14:12:37.949Z Compiling slog-dtrace v0.3.0
27492026-05-29T14:12:37.952Z Compiling chrono-tz v0.10.4
27502026-05-29T14:12:38.141Z Checking heck v0.5.0
27512026-05-29T14:12:38.153Z Checking resolv-conf v0.7.6
27522026-05-29T14:12:38.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27532026-05-29T14:12:38.335Z Compiling const_format_proc_macros v0.2.34
27542026-05-29T14:12:38.347Z Checking phf v0.12.1
27552026-05-29T14:12:38.363Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-29T14:12:38.488Z Checking tokio-dtrace v0.1.1
27572026-05-29T14:12:38.674Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-29T14:12:38.753Z Compiling derive-where v1.6.0
27592026-05-29T14:12:38.936Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-29T14:12:39.198Z Checking highway v1.3.0
27612026-05-29T14:12:39.466Z Checking const_format v0.2.35
27622026-05-29T14:12:39.609Z Checking hickory-resolver v0.24.4
27632026-05-29T14:12:39.702Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-29T14:12:39.785Z Checking oxide-tokio-rt v0.1.4
27652026-05-29T14:12:39.932Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-29T14:12:40.194Z Checking gethostname v0.5.0
27672026-05-29T14:12:40.211Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-29T14:12:40.283Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-29T14:12:40.340Z Checking qorb v0.4.1
27702026-05-29T14:12:40.353Z Checking bcs v0.1.6
27712026-05-29T14:12:40.472Z Checking termtree v0.5.1
27722026-05-29T14:12:40.487Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-05-29T14:12:43.621Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-29T14:12:46.337Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-29T14:12:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
27762026-05-29T14:12:48.616Z
27772026-05-29T14:12:48.616Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27782026-05-29T14:12:49.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-29T14:12:49.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-29T14:12:49.302Z Compiling ar_archive_writer v0.5.1
27812026-05-29T14:12:49.415Z Compiling stacker v0.1.23
27822026-05-29T14:12:49.418Z Compiling cfg_aliases v0.1.1
27832026-05-29T14:12:49.430Z Compiling convert_case v0.10.0
27842026-05-29T14:12:49.437Z Checking unicode-width v0.1.14
27852026-05-29T14:12:49.447Z Compiling proc-macro-error v1.0.4
27862026-05-29T14:12:49.459Z Checking fd-lock v4.0.4
27872026-05-29T14:12:49.462Z Checking nibble_vec v0.1.0
27882026-05-29T14:12:49.483Z Compiling nix v0.28.0
27892026-05-29T14:12:49.573Z Checking vte v0.14.1
27902026-05-29T14:12:49.596Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-29T14:12:49.668Z Checking bytecount v0.6.9
27922026-05-29T14:12:49.684Z Checking endian-type v0.1.2
27932026-05-29T14:12:49.727Z Compiling derive_more-impl v2.1.1
27942026-05-29T14:12:49.731Z Checking strip-ansi-escapes v0.2.1
27952026-05-29T14:12:49.757Z Compiling tabled_derive v0.7.0
27962026-05-29T14:12:49.802Z Checking papergrid v0.11.0
27972026-05-29T14:12:49.849Z Checking radix_trie v0.2.1
27982026-05-29T14:12:49.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-29T14:12:49.977Z Compiling peg-macros v0.8.5
28002026-05-29T14:12:50.057Z Checking winnow v0.6.26
28012026-05-29T14:12:50.247Z Compiling psm v0.1.30
28022026-05-29T14:12:50.322Z Compiling sqlparser_derive v0.5.0
28032026-05-29T14:12:50.415Z Checking home v0.5.12
28042026-05-29T14:12:50.519Z Checking nu-ansi-term v0.50.3
28052026-05-29T14:12:50.535Z Checking derive_more v2.1.1
28062026-05-29T14:12:50.610Z Checking unicode_categories v0.1.1
28072026-05-29T14:12:50.731Z Checking reedline v0.40.0
28082026-05-29T14:12:50.740Z Checking tabled v0.15.0
28092026-05-29T14:12:50.761Z Checking rustyline v14.0.0
28102026-05-29T14:12:50.771Z Checking crossterm v0.29.0
28112026-05-29T14:12:51.017Z Checking recursive v0.1.1
28122026-05-29T14:12:51.093Z Checking display-error-chain v0.2.2
28132026-05-29T14:12:51.107Z Checking sqlparser v0.61.0
28142026-05-29T14:12:51.192Z Checking sqlformat v0.3.5
28152026-05-29T14:12:51.321Z Checking peg v0.8.5
28162026-05-29T14:13:02.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28172026-05-29T14:13:02.484Z
28182026-05-29T14:13:02.484Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28192026-05-29T14:13:03.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-29T14:13:03.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-29T14:13:03.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-29T14:13:06.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28232026-05-29T14:13:06.787Z
28242026-05-29T14:13:06.787Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28252026-05-29T14:13:07.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-29T14:13:07.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-29T14:13:07.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-29T14:13:09.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28292026-05-29T14:13:10.095Z
28302026-05-29T14:13:10.095Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28312026-05-29T14:13:10.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-29T14:13:10.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-29T14:13:10.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-29T14:13:14.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28352026-05-29T14:13:14.191Z
28362026-05-29T14:13:14.191Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28372026-05-29T14:13:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-29T14:13:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-29T14:13:14.874Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-29T14:13:18.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28412026-05-29T14:13:18.343Z
28422026-05-29T14:13:18.343Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28432026-05-29T14:13:18.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-29T14:13:18.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-29T14:13:19.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-29T14:13:21.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28472026-05-29T14:13:21.785Z
28482026-05-29T14:13:21.785Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28492026-05-29T14:13:22.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-29T14:13:22.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-29T14:13:22.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-29T14:13:25.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28532026-05-29T14:13:25.263Z
28542026-05-29T14:13:25.263Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28552026-05-29T14:13:25.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-29T14:13:25.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-29T14:13:25.943Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-29T14:13:29.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28592026-05-29T14:13:29.526Z
28602026-05-29T14:13:29.526Zinfo: running `cargo check --bins` on oximeter (93/297)
28612026-05-29T14:13:30.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-29T14:13:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-29T14:13:30.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-29T14:13:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28652026-05-29T14:13:30.122Z
28662026-05-29T14:13:30.122Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28672026-05-29T14:13:30.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-29T14:13:30.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-29T14:13:30.760Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-29T14:13:30.924Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-29T14:13:30.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-29T14:13:31.258Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-29T14:13:34.143Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-29T14:13:35.342Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-29T14:13:35.547Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-29T14:13:36.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28772026-05-29T14:13:36.390Z
28782026-05-29T14:13:36.390Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28792026-05-29T14:13:36.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-29T14:13:36.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-29T14:13:36.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-29T14:13:36.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28832026-05-29T14:13:36.990Z
28842026-05-29T14:13:36.990Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28852026-05-29T14:13:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-29T14:13:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-29T14:13:37.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-29T14:13:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-29T14:13:37.627Z
28902026-05-29T14:13:37.627Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28912026-05-29T14:13:38.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-29T14:13:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-29T14:13:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-29T14:13:38.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-29T14:13:38.238Z
28962026-05-29T14:13:38.239Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
28972026-05-29T14:13:38.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-29T14:13:38.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-29T14:13:38.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-29T14:13:38.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-05-29T14:13:38.841Z
29022026-05-29T14:13:38.841Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29032026-05-29T14:13:39.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-29T14:13:39.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-29T14:13:39.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-29T14:13:39.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-29T14:13:39.445Z
29082026-05-29T14:13:39.445Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29092026-05-29T14:13:39.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-29T14:13:39.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-29T14:13:39.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-29T14:13:39.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-29T14:13:40.054Z
29142026-05-29T14:13:40.054Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29152026-05-29T14:13:40.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-29T14:13:40.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-29T14:13:40.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-29T14:13:40.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29192026-05-29T14:13:40.643Z
29202026-05-29T14:13:40.643Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29212026-05-29T14:13:41.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-29T14:13:41.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-29T14:13:41.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-29T14:13:41.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-29T14:13:41.252Z
29262026-05-29T14:13:41.252Zinfo: running `cargo check --bins` on update-engine (103/297)
29272026-05-29T14:13:41.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-29T14:13:41.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-29T14:13:41.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-29T14:13:41.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-29T14:13:41.841Z
29322026-05-29T14:13:41.841Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29332026-05-29T14:13:42.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-29T14:13:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-29T14:13:42.558Z Compiling crucible-workspace-hack v0.1.0
29362026-05-29T14:13:42.676Z Checking secrecy v0.10.3
29372026-05-29T14:13:42.684Z Compiling heapless v0.8.0
29382026-05-29T14:13:42.687Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-29T14:13:42.697Z Compiling ingot-macros v0.1.1
29402026-05-29T14:13:42.706Z Checking hash32 v0.3.1
29412026-05-29T14:13:42.718Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-29T14:13:42.721Z Compiling smoltcp v0.11.0
29432026-05-29T14:13:42.776Z Checking cobs v0.3.0
29442026-05-29T14:13:42.825Z Compiling toml_edit v0.23.10+spec-1.0.0
29452026-05-29T14:13:42.909Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-29T14:13:42.933Z Checking universal-hash v0.5.1
29472026-05-29T14:13:42.937Z Checking half v2.7.1
29482026-05-29T14:13:42.957Z Checking opaque-debug v0.3.1
29492026-05-29T14:13:43.033Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-29T14:13:43.052Z Checking ciborium-io v0.2.2
29512026-05-29T14:13:43.084Z Checking poly1305 v0.8.0
29522026-05-29T14:13:43.141Z Checking postcard v1.1.3
29532026-05-29T14:13:43.192Z Checking ciborium-ll v0.2.2
29542026-05-29T14:13:43.258Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-05-29T14:13:43.334Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-29T14:13:43.395Z Compiling proc-macro-crate v3.4.0
29572026-05-29T14:13:43.422Z Checking password-hash v0.5.0
29582026-05-29T14:13:43.596Z Checking chacha20 v0.9.1
29592026-05-29T14:13:43.646Z Compiling proc-macro-crate v1.3.1
29602026-05-29T14:13:43.663Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29612026-05-29T14:13:43.792Z Checking blake2 v0.10.6
29622026-05-29T14:13:43.869Z Checking aead v0.5.2
29632026-05-29T14:13:43.897Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-29T14:13:43.932Z Compiling num_enum_derive v0.7.5
29652026-05-29T14:13:44.010Z Compiling foreign-types-macros v0.2.3
29662026-05-29T14:13:44.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-29T14:13:44.057Z Checking foreign-types-shared v0.3.1
29682026-05-29T14:13:44.084Z Checking thiserror-no-std v2.0.2
29692026-05-29T14:13:44.101Z Checking cpufeatures v0.3.0
29702026-05-29T14:13:44.142Z Compiling num_enum_derive v0.5.11
29712026-05-29T14:13:44.169Z Checking vsss-rs v3.3.4
29722026-05-29T14:13:44.183Z Checking chacha20 v0.10.0
29732026-05-29T14:13:44.259Z Checking argon2 v0.5.3
29742026-05-29T14:13:44.400Z Checking chacha20poly1305 v0.10.1
29752026-05-29T14:13:44.528Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29762026-05-29T14:13:44.601Z Checking ciborium v0.2.2
29772026-05-29T14:13:44.614Z Checking foreign-types v0.5.0
29782026-05-29T14:13:44.794Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-29T14:13:44.810Z Checking tabwriter v1.4.1
29802026-05-29T14:13:44.955Z Checking byte-wrapper v0.1.0
29812026-05-29T14:13:44.985Z Checking num_enum v0.7.5
29822026-05-29T14:13:45.011Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-29T14:13:45.076Z Checking cstr-argument v0.1.2
29842026-05-29T14:13:45.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-29T14:13:45.161Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-29T14:13:45.176Z Checking num_enum v0.5.11
29872026-05-29T14:13:45.195Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-29T14:13:45.281Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-29T14:13:45.296Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-05-29T14:13:45.363Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-29T14:13:45.376Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-29T14:13:45.430Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-29T14:13:45.515Z Checking ingot-types v0.1.2
29942026-05-29T14:13:45.528Z Checking rand v0.10.0
29952026-05-29T14:13:45.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-29T14:13:45.545Z Checking colored v3.1.1
29972026-05-29T14:13:45.569Z Checking indent_write v2.2.0
29982026-05-29T14:13:45.701Z Compiling zone_cfg_derive v0.3.1
29992026-05-29T14:13:45.752Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-29T14:13:45.849Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30012026-05-29T14:13:45.864Z Checking ingot v0.1.1
30022026-05-29T14:13:45.899Z Checking itertools v0.12.1
30032026-05-29T14:13:45.921Z Compiling num-derive v0.4.2
30042026-05-29T14:13:45.992Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30052026-05-29T14:13:46.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-29T14:13:46.087Z Checking swrite v0.1.0
30072026-05-29T14:13:46.179Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-29T14:13:46.220Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-29T14:13:46.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-29T14:13:46.365Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-29T14:13:46.379Z Checking dropshot-api-manager-types v0.7.2
30122026-05-29T14:13:46.457Z Checking smf v0.2.3
30132026-05-29T14:13:46.479Z Checking nanorand v0.7.0
30142026-05-29T14:13:46.539Z Checking whoami v1.6.1
30152026-05-29T14:13:46.674Z Checking flume v0.11.1
30162026-05-29T14:13:46.688Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-29T14:13:46.829Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30182026-05-29T14:13:46.906Z Checking zone v0.3.1
30192026-05-29T14:13:47.425Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-29T14:13:48.381Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-29T14:13:49.260Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-29T14:13:52.437Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-29T14:13:54.475Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-29T14:13:55.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
30252026-05-29T14:13:55.764Z
30262026-05-29T14:13:55.765Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30272026-05-29T14:13:56.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-29T14:13:56.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-29T14:13:56.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-29T14:13:56.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-29T14:13:56.366Z
30322026-05-29T14:13:56.366Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30332026-05-29T14:13:56.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-29T14:13:56.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-29T14:13:56.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-29T14:13:56.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-29T14:13:56.966Z
30382026-05-29T14:13:56.966Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30392026-05-29T14:13:57.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-29T14:13:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-29T14:13:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-29T14:13:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-29T14:13:57.571Z
30442026-05-29T14:13:57.571Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30452026-05-29T14:13:58.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-29T14:13:58.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-29T14:13:58.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-29T14:13:58.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-29T14:13:58.181Z
30502026-05-29T14:13:58.182Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30512026-05-29T14:13:58.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-29T14:13:58.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-29T14:13:58.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-29T14:13:58.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-29T14:13:58.784Z
30562026-05-29T14:13:58.785Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30572026-05-29T14:13:59.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-29T14:13:59.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-29T14:13:59.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-29T14:13:59.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-29T14:13:59.389Z
30622026-05-29T14:13:59.389Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30632026-05-29T14:13:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-29T14:13:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-29T14:13:59.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-29T14:13:59.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-29T14:13:59.988Z
30682026-05-29T14:13:59.988Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30692026-05-29T14:14:00.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-29T14:14:00.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-29T14:14:00.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-29T14:14:00.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-29T14:14:00.576Z
30742026-05-29T14:14:00.576Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30752026-05-29T14:14:01.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-29T14:14:01.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-29T14:14:01.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-29T14:14:01.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-29T14:14:01.172Z
30802026-05-29T14:14:01.172Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30812026-05-29T14:14:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-29T14:14:01.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-29T14:14:01.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-29T14:14:01.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-29T14:14:01.774Z
30862026-05-29T14:14:01.774Zinfo: running `cargo check --bins` on installinator-client (115/297)
30872026-05-29T14:14:02.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-29T14:14:02.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-29T14:14:02.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-29T14:14:02.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-29T14:14:02.376Z
30922026-05-29T14:14:02.376Zinfo: running `cargo check --bins` on nexus-client (116/297)
30932026-05-29T14:14:02.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-29T14:14:02.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-29T14:14:02.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-29T14:14:02.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30972026-05-29T14:14:03.009Z
30982026-05-29T14:14:03.009Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
30992026-05-29T14:14:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-29T14:14:03.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-29T14:14:03.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-29T14:14:03.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032026-05-29T14:14:03.646Z
31042026-05-29T14:14:03.646Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31052026-05-29T14:14:04.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-29T14:14:04.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-29T14:14:04.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-29T14:14:04.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-29T14:14:04.235Z
31102026-05-29T14:14:04.235Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31112026-05-29T14:14:04.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-29T14:14:04.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-29T14:14:04.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-29T14:14:04.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-29T14:14:04.820Z
31162026-05-29T14:14:04.821Zinfo: running `cargo check --bins` on oxide-client (120/297)
31172026-05-29T14:14:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-29T14:14:05.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-29T14:14:05.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-29T14:14:05.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-05-29T14:14:05.406Z
31222026-05-29T14:14:05.406Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31232026-05-29T14:14:05.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-29T14:14:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-29T14:14:05.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-29T14:14:05.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-29T14:14:06.005Z
31282026-05-29T14:14:06.005Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31292026-05-29T14:14:06.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-29T14:14:06.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-29T14:14:06.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-29T14:14:06.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-05-29T14:14:06.588Z
31342026-05-29T14:14:06.588Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31352026-05-29T14:14:07.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-29T14:14:07.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-29T14:14:07.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-29T14:14:07.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-29T14:14:07.191Z
31402026-05-29T14:14:07.191Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31412026-05-29T14:14:07.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-29T14:14:07.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-29T14:14:07.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-29T14:14:07.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-29T14:14:07.818Z
31462026-05-29T14:14:07.818Zinfo: running `cargo check --bins` on installinator-common (125/297)
31472026-05-29T14:14:08.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-29T14:14:08.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-29T14:14:08.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-29T14:14:08.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-29T14:14:08.431Z
31522026-05-29T14:14:08.432Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31532026-05-29T14:14:08.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-29T14:14:08.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-29T14:14:08.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-29T14:14:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-29T14:14:09.024Z
31582026-05-29T14:14:09.024Zinfo: running `cargo check --bins` on wicket-common (127/297)
31592026-05-29T14:14:09.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-29T14:14:09.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-29T14:14:09.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-29T14:14:09.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-29T14:14:09.636Z
31642026-05-29T14:14:09.636Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31652026-05-29T14:14:10.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-29T14:14:10.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-29T14:14:10.328Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-29T14:14:10.444Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-29T14:14:10.451Z Checking csv-core v0.1.13
31702026-05-29T14:14:10.458Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-29T14:14:10.461Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-05-29T14:14:10.466Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-29T14:14:10.487Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-29T14:14:10.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-29T14:14:10.602Z Checking csv v1.4.0
31762026-05-29T14:14:10.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-29T14:14:10.666Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-29T14:14:10.693Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-29T14:14:10.709Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-29T14:14:10.937Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-29T14:14:11.297Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31822026-05-29T14:14:11.300Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-29T14:14:11.649Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-29T14:14:17.511Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-29T14:14:18.045Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-29T14:14:20.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
31872026-05-29T14:14:20.573Z
31882026-05-29T14:14:20.573Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31892026-05-29T14:14:21.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-29T14:14:21.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-29T14:14:21.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-29T14:14:21.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31932026-05-29T14:14:21.175Z
31942026-05-29T14:14:21.175Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
31952026-05-29T14:14:21.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-29T14:14:21.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-29T14:14:21.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-29T14:14:21.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31992026-05-29T14:14:21.852Z
32002026-05-29T14:14:21.853Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32012026-05-29T14:14:22.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-29T14:14:22.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-29T14:14:22.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-29T14:14:22.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-05-29T14:14:22.537Z
32062026-05-29T14:14:22.537Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32072026-05-29T14:14:23.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-29T14:14:23.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-29T14:14:23.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-29T14:14:23.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-05-29T14:14:23.192Z
32122026-05-29T14:14:23.192Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32132026-05-29T14:14:23.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-29T14:14:23.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-29T14:14:23.960Z Compiling regress v0.11.1
32162026-05-29T14:14:24.100Z Compiling unsafe-libyaml v0.2.11
32172026-05-29T14:14:24.112Z Compiling radium v0.7.0
32182026-05-29T14:14:24.116Z Compiling semver v0.1.20
32192026-05-29T14:14:24.138Z Checking tap v1.0.1
32202026-05-29T14:14:24.141Z Compiling maybe-uninit v2.0.0
32212026-05-29T14:14:24.164Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-29T14:14:24.238Z Checking wyz v0.5.1
32232026-05-29T14:14:24.378Z Compiling rustc_version v0.1.7
32242026-05-29T14:14:24.428Z Checking progenitor-client v0.13.0
32252026-05-29T14:14:24.460Z Compiling zerocopy-derive v0.6.6
32262026-05-29T14:14:24.567Z Compiling packed_struct v0.10.1
32272026-05-29T14:14:24.592Z Compiling newtype_derive v0.1.6
32282026-05-29T14:14:24.656Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-29T14:14:24.777Z Compiling cancel-safe-futures v0.1.5
32302026-05-29T14:14:24.810Z Checking crc-catalog v2.4.0
32312026-05-29T14:14:24.833Z Compiling owo-colors v4.3.0
32322026-05-29T14:14:24.901Z Checking funty v2.0.0
32332026-05-29T14:14:25.040Z Checking crc v3.4.0
32342026-05-29T14:14:25.221Z Checking bitvec v1.0.1
32352026-05-29T14:14:25.280Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-05-29T14:14:25.296Z Checking zerocopy v0.6.6
32372026-05-29T14:14:25.312Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-29T14:14:25.525Z Checking typify-impl v0.6.2
32392026-05-29T14:14:25.634Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-29T14:14:25.652Z Compiling packed_struct_codegen v0.10.1
32412026-05-29T14:14:25.815Z Checking libsw-core v0.3.2
32422026-05-29T14:14:25.886Z Compiling bitfield-macros v0.19.4
32432026-05-29T14:14:25.962Z Compiling indexmap v1.9.3
32442026-05-29T14:14:26.103Z Checking nodrop v0.1.14
32452026-05-29T14:14:26.177Z Checking libsw v3.5.0
32462026-05-29T14:14:26.194Z Checking array-init v0.0.4
32472026-05-29T14:14:26.328Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-29T14:14:26.494Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-29T14:14:26.509Z Checking smallvec v0.6.14
32502026-05-29T14:14:26.588Z Checking bitfield v0.19.4
32512026-05-29T14:14:26.676Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-29T14:14:26.751Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-29T14:14:26.856Z Checking smawk v0.3.2
32542026-05-29T14:14:26.874Z Checking hashbrown v0.12.3
32552026-05-29T14:14:26.970Z Checking base64 v0.21.7
32562026-05-29T14:14:26.985Z Checking tagptr v0.2.0
32572026-05-29T14:14:27.084Z Checking linear-map v1.2.0
32582026-05-29T14:14:27.120Z Checking unicode-linebreak v0.1.5
32592026-05-29T14:14:27.206Z Checking ron v0.8.1
32602026-05-29T14:14:27.253Z Checking moka v0.12.13
32612026-05-29T14:14:27.253Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-05-29T14:14:27.281Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-29T14:14:27.330Z Checking textwrap v0.16.2
32642026-05-29T14:14:27.443Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-29T14:14:27.540Z Checking steno v0.4.1
32662026-05-29T14:14:27.602Z Checking serde-hex v0.1.0
32672026-05-29T14:14:27.721Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-29T14:14:27.760Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-05-29T14:14:27.877Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-29T14:14:27.891Z Checking hashbrown v0.13.2
32712026-05-29T14:14:28.236Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32722026-05-29T14:14:28.309Z Checking crc-any v2.5.0
32732026-05-29T14:14:28.448Z Checking object v0.30.4
32742026-05-29T14:14:28.463Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-05-29T14:14:28.484Z Checking hickory-resolver v0.25.2
32762026-05-29T14:14:28.521Z Checking void v1.0.2
32772026-05-29T14:14:28.524Z Checking path-slash v0.1.5
32782026-05-29T14:14:28.624Z Checking half v1.8.3
32792026-05-29T14:14:28.624Z Checking utf-8 v0.7.6
32802026-05-29T14:14:28.651Z Checking lzss v0.8.2
32812026-05-29T14:14:28.772Z Checking tungstenite v0.23.0
32822026-05-29T14:14:28.818Z Checking serde_cbor v0.11.2
32832026-05-29T14:14:28.973Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32842026-05-29T14:14:29.076Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32852026-05-29T14:14:29.130Z Checking nix v0.27.1
32862026-05-29T14:14:29.175Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-29T14:14:29.190Z Checking kstat-rs v0.2.4
32882026-05-29T14:14:29.203Z Checking fxhash v0.2.1
32892026-05-29T14:14:29.325Z Checking serde_bytes v0.11.19
32902026-05-29T14:14:29.340Z Checking tokio-tungstenite v0.23.1
32912026-05-29T14:14:29.375Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-29T14:14:29.500Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-29T14:14:29.604Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32942026-05-29T14:14:29.625Z Checking signal-hook-tokio v0.3.1
32952026-05-29T14:14:29.942Z Compiling typify-macro v0.6.2
32962026-05-29T14:14:30.720Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32972026-05-29T14:14:31.082Z Compiling typify v0.6.2
32982026-05-29T14:14:31.161Z Compiling progenitor-impl v0.13.0
32992026-05-29T14:14:31.161Z Compiling progenitor-impl v0.14.0
33002026-05-29T14:14:31.624Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33012026-05-29T14:14:31.948Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33022026-05-29T14:14:32.746Z Compiling progenitor-macro v0.14.0
33032026-05-29T14:14:32.760Z Compiling progenitor-macro v0.13.0
33042026-05-29T14:14:35.331Z Checking progenitor v0.13.0
33052026-05-29T14:14:35.335Z Checking progenitor v0.14.0
33062026-05-29T14:14:35.460Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-29T14:14:35.463Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-05-29T14:14:38.447Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-05-29T14:14:46.082Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-05-29T14:14:52.482Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-05-29T14:14:53.839Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-05-29T14:14:54.351Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-05-29T14:14:56.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.23s
33142026-05-29T14:14:56.622Z
33152026-05-29T14:14:56.622Zinfo: running `cargo check --bins` on gateway-api (134/297)
33162026-05-29T14:14:57.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-29T14:14:57.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-29T14:14:57.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-29T14:14:57.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33202026-05-29T14:14:57.225Z
33212026-05-29T14:14:57.225Zinfo: running `cargo check --bins` on ipcc (135/297)
33222026-05-29T14:14:57.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-29T14:14:57.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-29T14:14:57.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-29T14:14:57.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-05-29T14:14:57.826Z
33272026-05-29T14:14:57.826Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33282026-05-29T14:14:58.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-29T14:14:58.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-29T14:14:58.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-29T14:14:58.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-05-29T14:14:58.408Z
33332026-05-29T14:14:58.408Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33342026-05-29T14:14:58.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-29T14:14:58.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-29T14:14:58.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-29T14:14:58.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33382026-05-29T14:14:59.030Z
33392026-05-29T14:14:59.030Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33402026-05-29T14:14:59.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-29T14:14:59.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-29T14:14:59.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-29T14:14:59.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-29T14:14:59.624Z
33452026-05-29T14:14:59.624Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33462026-05-29T14:15:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-29T14:15:00.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-29T14:15:00.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-29T14:15:00.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-29T14:15:00.223Z
33512026-05-29T14:15:00.223Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33522026-05-29T14:15:00.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-29T14:15:00.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-29T14:15:00.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-29T14:15:00.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-05-29T14:15:00.823Z
33572026-05-29T14:15:00.823Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33582026-05-29T14:15:01.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-29T14:15:01.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-29T14:15:01.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-29T14:15:01.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33622026-05-29T14:15:01.441Z
33632026-05-29T14:15:01.441Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33642026-05-29T14:15:01.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-29T14:15:01.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-29T14:15:01.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-29T14:15:01.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-29T14:15:02.044Z
33692026-05-29T14:15:02.044Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33702026-05-29T14:15:02.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-29T14:15:02.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-29T14:15:02.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-29T14:15:02.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-05-29T14:15:02.650Z
33752026-05-29T14:15:02.650Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33762026-05-29T14:15:03.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-29T14:15:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-29T14:15:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-29T14:15:03.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-05-29T14:15:03.257Z
33812026-05-29T14:15:03.258Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33822026-05-29T14:15:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-29T14:15:03.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-29T14:15:03.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-29T14:15:03.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-29T14:15:03.861Z
33872026-05-29T14:15:03.861Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33882026-05-29T14:15:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-29T14:15:04.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-29T14:15:04.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-29T14:15:04.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-29T14:15:04.460Z
33932026-05-29T14:15:04.460Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
33942026-05-29T14:15:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-29T14:15:04.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-29T14:15:04.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-29T14:15:04.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-29T14:15:05.061Z
33992026-05-29T14:15:05.061Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34002026-05-29T14:15:05.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-29T14:15:05.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-29T14:15:05.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-29T14:15:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34042026-05-29T14:15:05.682Z
34052026-05-29T14:15:05.682Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34062026-05-29T14:15:06.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-29T14:15:06.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-29T14:15:06.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-29T14:15:06.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-05-29T14:15:06.297Z
34112026-05-29T14:15:06.297Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34122026-05-29T14:15:06.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-29T14:15:06.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-29T14:15:06.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-29T14:15:06.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34162026-05-29T14:15:06.914Z
34172026-05-29T14:15:06.914Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34182026-05-29T14:15:07.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-29T14:15:07.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-29T14:15:07.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-29T14:15:07.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-05-29T14:15:07.535Z
34232026-05-29T14:15:07.535Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34242026-05-29T14:15:08.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-29T14:15:08.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-29T14:15:08.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-29T14:15:08.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34282026-05-29T14:15:08.154Z
34292026-05-29T14:15:08.154Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34302026-05-29T14:15:08.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-29T14:15:08.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-29T14:15:08.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-29T14:15:08.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34342026-05-29T14:15:08.770Z
34352026-05-29T14:15:08.770Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34362026-05-29T14:15:09.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-29T14:15:09.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-29T14:15:09.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-29T14:15:09.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34402026-05-29T14:15:09.392Z
34412026-05-29T14:15:09.392Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34422026-05-29T14:15:09.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-29T14:15:09.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-29T14:15:09.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-29T14:15:09.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34462026-05-29T14:15:10.013Z
34472026-05-29T14:15:10.013Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34482026-05-29T14:15:10.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-29T14:15:10.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-29T14:15:10.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-29T14:15:10.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34522026-05-29T14:15:10.636Z
34532026-05-29T14:15:10.636Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34542026-05-29T14:15:11.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-29T14:15:11.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-29T14:15:11.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-29T14:15:11.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34582026-05-29T14:15:11.256Z
34592026-05-29T14:15:11.256Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34602026-05-29T14:15:11.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-29T14:15:11.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-29T14:15:11.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-29T14:15:11.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-29T14:15:11.859Z
34652026-05-29T14:15:11.859Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34662026-05-29T14:15:12.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-29T14:15:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-29T14:15:12.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-29T14:15:12.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-05-29T14:15:12.455Z
34712026-05-29T14:15:12.456Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34722026-05-29T14:15:12.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-29T14:15:12.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-29T14:15:12.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-29T14:15:12.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-29T14:15:13.058Z
34772026-05-29T14:15:13.058Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34782026-05-29T14:15:13.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-29T14:15:13.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-29T14:15:13.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-29T14:15:13.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-05-29T14:15:13.654Z
34832026-05-29T14:15:13.654Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34842026-05-29T14:15:14.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-29T14:15:14.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-29T14:15:14.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-29T14:15:14.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-29T14:15:14.257Z
34892026-05-29T14:15:14.257Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34902026-05-29T14:15:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-29T14:15:14.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-29T14:15:14.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-29T14:15:14.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-05-29T14:15:14.860Z
34952026-05-29T14:15:14.860Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
34962026-05-29T14:15:15.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-29T14:15:15.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-29T14:15:15.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-29T14:15:15.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-29T14:15:15.454Z
35012026-05-29T14:15:15.454Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35022026-05-29T14:15:15.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-29T14:15:15.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-29T14:15:15.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-29T14:15:15.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-29T14:15:16.056Z
35072026-05-29T14:15:16.056Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35082026-05-29T14:15:16.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-29T14:15:16.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-29T14:15:16.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-29T14:15:16.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35122026-05-29T14:15:16.682Z
35132026-05-29T14:15:16.682Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35142026-05-29T14:15:17.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-29T14:15:17.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-29T14:15:17.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-29T14:15:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35182026-05-29T14:15:17.299Z
35192026-05-29T14:15:17.299Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35202026-05-29T14:15:17.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-29T14:15:17.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-29T14:15:17.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-29T14:15:17.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35242026-05-29T14:15:17.920Z
35252026-05-29T14:15:17.920Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35262026-05-29T14:15:18.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-29T14:15:18.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-29T14:15:18.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-29T14:15:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35302026-05-29T14:15:18.539Z
35312026-05-29T14:15:18.539Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35322026-05-29T14:15:19.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-29T14:15:19.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-29T14:15:19.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-29T14:15:19.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35362026-05-29T14:15:19.163Z
35372026-05-29T14:15:19.163Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35382026-05-29T14:15:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-29T14:15:19.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-29T14:15:19.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-29T14:15:19.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-05-29T14:15:19.784Z
35432026-05-29T14:15:19.784Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35442026-05-29T14:15:20.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-29T14:15:20.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-29T14:15:20.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-29T14:15:20.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35482026-05-29T14:15:20.404Z
35492026-05-29T14:15:20.404Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35502026-05-29T14:15:20.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-29T14:15:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-29T14:15:20.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-29T14:15:20.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-29T14:15:21.043Z
35552026-05-29T14:15:21.043Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35562026-05-29T14:15:21.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-29T14:15:21.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-29T14:15:21.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-29T14:15:21.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-05-29T14:15:21.648Z
35612026-05-29T14:15:21.648Zinfo: running `cargo check --bins` on dns-server (175/297)
35622026-05-29T14:15:22.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-29T14:15:22.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-29T14:15:22.305Z Compiling parking_lot_core v0.8.6
35652026-05-29T14:15:22.305Z Compiling atomicwrites v0.4.4
35662026-05-29T14:15:22.308Z Compiling git-stub v1.0.0
35672026-05-29T14:15:22.309Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-05-29T14:15:22.309Z Checking prefix-trie v0.7.0
35692026-05-29T14:15:22.542Z Compiling git-stub-vcs v0.1.0
35702026-05-29T14:15:22.720Z Checking hickory-server v0.25.2
35712026-05-29T14:15:22.807Z Checking parking_lot v0.11.2
35722026-05-29T14:15:22.819Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-05-29T14:15:22.889Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-05-29T14:15:22.889Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-05-29T14:15:22.976Z Checking sled v0.34.7
35762026-05-29T14:15:24.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35772026-05-29T14:15:25.036Z
35782026-05-29T14:15:25.036Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35792026-05-29T14:15:25.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-29T14:15:25.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-29T14:15:25.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-29T14:15:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-05-29T14:15:25.634Z
35842026-05-29T14:15:25.634Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35852026-05-29T14:15:26.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-29T14:15:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-29T14:15:26.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-29T14:15:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35892026-05-29T14:15:26.230Z
35902026-05-29T14:15:26.230Zinfo: running `cargo check --bins` on sp-sim (178/297)
35912026-05-29T14:15:26.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-29T14:15:26.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-29T14:15:26.949Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-05-29T14:15:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35952026-05-29T14:15:28.891Z
35962026-05-29T14:15:28.891Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
35972026-05-29T14:15:29.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-29T14:15:29.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-29T14:15:29.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-29T14:15:29.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012026-05-29T14:15:29.541Z
36022026-05-29T14:15:29.541Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36032026-05-29T14:15:30.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-29T14:15:30.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-29T14:15:30.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-29T14:15:30.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36072026-05-29T14:15:30.197Z
36082026-05-29T14:15:30.197Zinfo: running `cargo check --bins` on db-macros (181/297)
36092026-05-29T14:15:30.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-29T14:15:30.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-29T14:15:30.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-29T14:15:30.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-05-29T14:15:30.777Z
36142026-05-29T14:15:30.777Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36152026-05-29T14:15:31.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-29T14:15:31.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-29T14:15:31.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-29T14:15:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36192026-05-29T14:15:31.361Z
36202026-05-29T14:15:31.361Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36212026-05-29T14:15:31.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-29T14:15:31.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-29T14:15:31.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-29T14:15:31.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36252026-05-29T14:15:32.007Z
36262026-05-29T14:15:32.007Zinfo: running `cargo check --bins` on authz-macros (184/297)
36272026-05-29T14:15:32.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-29T14:15:32.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-29T14:15:32.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-29T14:15:32.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36312026-05-29T14:15:32.589Z
36322026-05-29T14:15:32.589Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36332026-05-29T14:15:33.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-29T14:15:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-29T14:15:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-29T14:15:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36372026-05-29T14:15:33.234Z
36382026-05-29T14:15:33.234Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36392026-05-29T14:15:33.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-29T14:15:33.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-29T14:15:33.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-29T14:15:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36432026-05-29T14:15:33.883Z
36442026-05-29T14:15:33.883Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36452026-05-29T14:15:34.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-29T14:15:34.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-29T14:15:34.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-29T14:15:34.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36492026-05-29T14:15:34.478Z
36502026-05-29T14:15:34.478Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36512026-05-29T14:15:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-29T14:15:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-29T14:15:34.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-05-29T14:15:34.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36552026-05-29T14:15:35.069Z
36562026-05-29T14:15:35.069Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36572026-05-29T14:15:35.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-05-29T14:15:35.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-05-29T14:15:35.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-05-29T14:15:35.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36612026-05-29T14:15:35.669Z
36622026-05-29T14:15:35.669Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36632026-05-29T14:15:36.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-05-29T14:15:36.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-05-29T14:15:36.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-05-29T14:15:36.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36672026-05-29T14:15:36.259Z
36682026-05-29T14:15:36.259Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36692026-05-29T14:15:36.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-05-29T14:15:36.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-05-29T14:15:36.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-05-29T14:15:36.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36732026-05-29T14:15:36.845Z
36742026-05-29T14:15:36.845Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36752026-05-29T14:15:37.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-05-29T14:15:37.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-05-29T14:15:37.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-05-29T14:15:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36792026-05-29T14:15:37.504Z
36802026-05-29T14:15:37.504Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36812026-05-29T14:15:38.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-05-29T14:15:38.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-05-29T14:15:38.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-05-29T14:15:38.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36852026-05-29T14:15:38.159Z
36862026-05-29T14:15:38.159Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36872026-05-29T14:15:38.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-05-29T14:15:38.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-05-29T14:15:38.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-05-29T14:15:38.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36912026-05-29T14:15:38.803Z
36922026-05-29T14:15:38.803Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
36932026-05-29T14:15:39.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-05-29T14:15:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-05-29T14:15:39.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-05-29T14:15:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36972026-05-29T14:15:39.426Z
36982026-05-29T14:15:39.426Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
36992026-05-29T14:15:39.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-05-29T14:15:39.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-05-29T14:15:39.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-05-29T14:15:39.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37032026-05-29T14:15:40.054Z
37042026-05-29T14:15:40.054Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37052026-05-29T14:15:40.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-05-29T14:15:40.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-05-29T14:15:40.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-05-29T14:15:40.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37092026-05-29T14:15:40.682Z
37102026-05-29T14:15:40.682Zinfo: running `cargo check --bins` on key-manager (198/297)
37112026-05-29T14:15:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-05-29T14:15:41.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-05-29T14:15:41.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-05-29T14:15:41.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37152026-05-29T14:15:41.287Z
37162026-05-29T14:15:41.287Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37172026-05-29T14:15:41.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-05-29T14:15:41.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-05-29T14:15:41.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-05-29T14:15:41.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37212026-05-29T14:15:41.905Z
37222026-05-29T14:15:41.905Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37232026-05-29T14:15:42.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-05-29T14:15:42.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-05-29T14:15:42.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-05-29T14:15:42.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37272026-05-29T14:15:42.524Z
37282026-05-29T14:15:42.524Zinfo: running `cargo check --bins` on typed-rng (201/297)
37292026-05-29T14:15:43.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-29T14:15:43.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-29T14:15:43.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-05-29T14:15:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37332026-05-29T14:15:43.110Z
37342026-05-29T14:15:43.110Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37352026-05-29T14:15:43.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-29T14:15:43.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-29T14:15:43.975Z Compiling libefi-sys v0.1.0
37382026-05-29T14:15:43.979Z Compiling bitfield-struct v0.6.2
37392026-05-29T14:15:44.124Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37402026-05-29T14:15:44.133Z Compiling xshell-macros v0.2.7
37412026-05-29T14:15:44.142Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37422026-05-29T14:15:44.181Z Compiling typify-impl v0.4.3
37432026-05-29T14:15:44.185Z Compiling salty v0.3.0
37442026-05-29T14:15:44.185Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37452026-05-29T14:15:44.188Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37462026-05-29T14:15:44.355Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37472026-05-29T14:15:44.461Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37482026-05-29T14:15:44.491Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-05-29T14:15:44.491Z Checking xshell v0.2.7
37502026-05-29T14:15:44.659Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-05-29T14:15:44.687Z Checking primeorder v0.13.6
37522026-05-29T14:15:44.722Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-29T14:15:44.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-05-29T14:15:44.828Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-29T14:15:44.880Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37562026-05-29T14:15:44.920Z Checking tungstenite v0.21.0
37572026-05-29T14:15:44.955Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-05-29T14:15:45.088Z Checking p384 v0.13.1
37592026-05-29T14:15:45.120Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-05-29T14:15:45.188Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37612026-05-29T14:15:45.213Z Compiling proc-macro-error2 v2.0.1
37622026-05-29T14:15:45.527Z Compiling tabled_derive v0.11.0
37632026-05-29T14:15:45.671Z Checking tokio-tungstenite v0.21.0
37642026-05-29T14:15:45.768Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-05-29T14:15:46.041Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37662026-05-29T14:15:46.087Z Checking papergrid v0.17.0
37672026-05-29T14:15:46.147Z Checking libscf-sys v1.2.0
37682026-05-29T14:15:46.282Z Checking testing_table v0.3.0
37692026-05-29T14:15:46.338Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-05-29T14:15:46.631Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-05-29T14:15:46.670Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37722026-05-29T14:15:46.723Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-29T14:15:46.854Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37742026-05-29T14:15:46.889Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37752026-05-29T14:15:47.063Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37762026-05-29T14:15:47.085Z Checking corncobs v0.1.4
37772026-05-29T14:15:47.154Z Compiling unicase v2.9.0
37782026-05-29T14:15:47.176Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-05-29T14:15:47.210Z Compiling illumos-nvpair-sys v0.2.0
37802026-05-29T14:15:47.306Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-05-29T14:15:47.355Z Checking tabled v0.20.0
37822026-05-29T14:15:47.358Z Compiling mime_guess v2.0.5
37832026-05-29T14:15:47.412Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-05-29T14:15:47.427Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37852026-05-29T14:15:47.557Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-05-29T14:15:47.618Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37872026-05-29T14:15:47.762Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-05-29T14:15:47.879Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37892026-05-29T14:15:47.895Z Checking progenitor-client v0.11.2
37902026-05-29T14:15:47.910Z Checking secrecy v0.8.0
37912026-05-29T14:15:48.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-05-29T14:15:48.240Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-05-29T14:15:48.299Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37942026-05-29T14:15:48.407Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37952026-05-29T14:15:48.507Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37962026-05-29T14:15:48.598Z Compiling typify-macro v0.4.3
37972026-05-29T14:15:48.616Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-05-29T14:15:48.677Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37992026-05-29T14:15:48.693Z Checking filetime v0.2.27
38002026-05-29T14:15:48.826Z Checking crc8 v0.1.1
38012026-05-29T14:15:48.842Z Checking xattr v1.6.1
38022026-05-29T14:15:48.924Z Checking http-range v0.1.5
38032026-05-29T14:15:48.969Z Checking tar v0.4.45
38042026-05-29T14:15:49.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-05-29T14:15:49.248Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-05-29T14:15:49.383Z Checking illumos-nvpair v0.3.0
38072026-05-29T14:15:49.483Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-05-29T14:15:49.543Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-05-29T14:15:49.559Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38102026-05-29T14:15:49.883Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38112026-05-29T14:15:49.954Z Checking atty v0.2.14
38122026-05-29T14:15:50.055Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38132026-05-29T14:15:50.071Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38142026-05-29T14:15:50.157Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-29T14:15:50.247Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-05-29T14:15:50.303Z Compiling typify v0.4.3
38172026-05-29T14:15:50.422Z Compiling progenitor-impl v0.11.2
38182026-05-29T14:15:50.580Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38192026-05-29T14:15:50.747Z Checking hyper-staticfile v0.10.1
38202026-05-29T14:15:50.762Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-05-29T14:15:50.818Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-05-29T14:15:51.004Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-05-29T14:15:51.034Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-05-29T14:15:51.279Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-05-29T14:15:51.335Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-29T14:15:51.497Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-05-29T14:15:51.535Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38282026-05-29T14:15:51.777Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38292026-05-29T14:15:51.856Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38302026-05-29T14:15:51.899Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38312026-05-29T14:15:52.026Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38322026-05-29T14:15:52.125Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38332026-05-29T14:15:52.180Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38342026-05-29T14:15:52.302Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352026-05-29T14:15:52.781Z Compiling progenitor-macro v0.11.2
38362026-05-29T14:15:55.172Z Checking progenitor v0.11.2
38372026-05-29T14:15:55.311Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38382026-05-29T14:15:55.457Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-05-29T14:15:59.963Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-05-29T14:16:10.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.72s
38412026-05-29T14:16:11.055Z
38422026-05-29T14:16:11.055Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38432026-05-29T14:16:11.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-29T14:16:11.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-29T14:16:11.848Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-05-29T14:16:22.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38472026-05-29T14:16:22.635Z
38482026-05-29T14:16:22.635Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38492026-05-29T14:16:23.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-29T14:16:23.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-29T14:16:23.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-05-29T14:16:34.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38532026-05-29T14:16:34.263Z
38542026-05-29T14:16:34.263Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38552026-05-29T14:16:34.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-29T14:16:34.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-29T14:16:35.050Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-05-29T14:16:45.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38592026-05-29T14:16:45.861Z
38602026-05-29T14:16:45.861Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38612026-05-29T14:16:46.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-29T14:16:46.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-29T14:16:46.653Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-05-29T14:16:57.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38652026-05-29T14:16:57.506Z
38662026-05-29T14:16:57.506Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38672026-05-29T14:16:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-29T14:16:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-29T14:16:58.296Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-05-29T14:17:08.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38712026-05-29T14:17:09.154Z
38722026-05-29T14:17:09.154Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38732026-05-29T14:17:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-29T14:17:09.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-29T14:17:09.945Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-05-29T14:17:20.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38772026-05-29T14:17:20.809Z
38782026-05-29T14:17:20.809Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38792026-05-29T14:17:21.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-29T14:17:21.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-29T14:17:21.594Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-05-29T14:17:32.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38832026-05-29T14:17:32.446Z
38842026-05-29T14:17:32.446Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38852026-05-29T14:17:32.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-29T14:17:32.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-29T14:17:32.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-29T14:17:32.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38892026-05-29T14:17:33.052Z
38902026-05-29T14:17:33.052Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
38912026-05-29T14:17:33.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-29T14:17:33.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-29T14:17:33.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-29T14:17:33.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-05-29T14:17:33.662Z
38962026-05-29T14:17:33.662Zinfo: running `cargo check --bins` on range-requests (212/297)
38972026-05-29T14:17:34.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-29T14:17:34.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-29T14:17:34.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-29T14:17:34.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39012026-05-29T14:17:34.258Z
39022026-05-29T14:17:34.258Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39032026-05-29T14:17:34.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-29T14:17:34.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-29T14:17:34.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-29T14:17:34.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39072026-05-29T14:17:34.854Z
39082026-05-29T14:17:34.854Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39092026-05-29T14:17:35.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-29T14:17:35.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-29T14:17:35.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-29T14:17:35.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39132026-05-29T14:17:35.475Z
39142026-05-29T14:17:35.475Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39152026-05-29T14:17:35.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-29T14:17:36.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-29T14:17:36.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-29T14:17:36.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39192026-05-29T14:17:36.103Z
39202026-05-29T14:17:36.103Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39212026-05-29T14:17:36.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-29T14:17:36.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-29T14:17:36.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-29T14:17:36.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39252026-05-29T14:17:36.734Z
39262026-05-29T14:17:36.734Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39272026-05-29T14:17:37.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-29T14:17:37.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-29T14:17:37.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-29T14:17:37.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39312026-05-29T14:17:37.367Z
39322026-05-29T14:17:37.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39332026-05-29T14:17:37.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-29T14:17:37.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-29T14:17:37.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-29T14:17:37.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39372026-05-29T14:17:38.009Z
39382026-05-29T14:17:38.009Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39392026-05-29T14:17:38.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-29T14:17:38.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-29T14:17:38.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-29T14:17:38.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39432026-05-29T14:17:38.636Z
39442026-05-29T14:17:38.636Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39452026-05-29T14:17:39.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-29T14:17:39.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-29T14:17:39.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-29T14:17:39.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39492026-05-29T14:17:39.264Z
39502026-05-29T14:17:39.264Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39512026-05-29T14:17:39.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-29T14:17:39.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-29T14:17:39.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-29T14:17:39.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39552026-05-29T14:17:39.892Z
39562026-05-29T14:17:39.892Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39572026-05-29T14:17:40.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-29T14:17:40.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-29T14:17:40.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-29T14:17:40.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39612026-05-29T14:17:40.526Z
39622026-05-29T14:17:40.526Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39632026-05-29T14:17:41.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-29T14:17:41.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-29T14:17:41.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-29T14:17:41.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39672026-05-29T14:17:41.155Z
39682026-05-29T14:17:41.155Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39692026-05-29T14:17:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-29T14:17:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-29T14:17:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-29T14:17:41.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39732026-05-29T14:17:41.810Z
39742026-05-29T14:17:41.810Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39752026-05-29T14:17:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-29T14:17:42.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-29T14:17:42.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-05-29T14:17:42.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39792026-05-29T14:17:42.443Z
39802026-05-29T14:17:42.443Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39812026-05-29T14:17:42.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-29T14:17:42.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-29T14:17:42.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-05-29T14:17:42.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39852026-05-29T14:17:43.093Z
39862026-05-29T14:17:43.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39872026-05-29T14:17:43.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-29T14:17:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-29T14:17:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-29T14:17:43.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39912026-05-29T14:17:43.753Z
39922026-05-29T14:17:43.753Zinfo: running `cargo check --bins` on update-common (228/297)
39932026-05-29T14:17:44.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-29T14:17:44.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-29T14:17:44.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-29T14:17:44.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39972026-05-29T14:17:44.361Z
39982026-05-29T14:17:44.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
39992026-05-29T14:17:44.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-29T14:17:44.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-29T14:17:44.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-05-29T14:17:44.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40032026-05-29T14:17:45.027Z
40042026-05-29T14:17:45.027Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40052026-05-29T14:17:45.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-29T14:17:45.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-29T14:17:45.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-05-29T14:17:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40092026-05-29T14:17:45.624Z
40102026-05-29T14:17:45.624Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40112026-05-29T14:17:46.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-29T14:17:46.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-29T14:17:46.404Z Compiling fs-err v2.11.0
40142026-05-29T14:17:46.407Z Checking ignore v0.4.25
40152026-05-29T14:17:46.407Z Checking arc-swap v1.8.2
40162026-05-29T14:17:46.542Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-05-29T14:17:46.542Z Checking predicates-tree v1.0.13
40182026-05-29T14:17:46.550Z Checking parse-size v1.1.0
40192026-05-29T14:17:46.573Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-05-29T14:17:46.576Z Checking rand_seeder v0.4.0
40212026-05-29T14:17:46.637Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-05-29T14:17:46.669Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40232026-05-29T14:17:46.722Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-05-29T14:17:46.738Z Checking slog-scope v4.4.1
40252026-05-29T14:17:46.773Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40262026-05-29T14:17:46.862Z Compiling petname v2.0.2
40272026-05-29T14:17:46.877Z Checking slog-stdlog v4.1.1
40282026-05-29T14:17:46.891Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40292026-05-29T14:17:46.904Z Checking globwalk v0.9.1
40302026-05-29T14:17:46.951Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-05-29T14:17:46.992Z Checking slog-envlogger v2.2.0
40322026-05-29T14:17:47.076Z Checking camino-tempfile-ext v0.3.3
40332026-05-29T14:17:47.139Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-05-29T14:17:47.162Z Checking sapling-renderdag v0.1.0
40352026-05-29T14:17:47.266Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-05-29T14:17:47.327Z Checking subprocess v0.2.15
40372026-05-29T14:17:47.397Z Checking sync-ptr v0.1.4
40382026-05-29T14:17:47.507Z Checking colored v2.2.0
40392026-05-29T14:17:47.520Z Checking assert_matches v1.5.0
40402026-05-29T14:17:47.605Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-05-29T14:17:47.743Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-05-29T14:17:47.747Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40432026-05-29T14:17:48.428Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-05-29T14:17:49.743Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-05-29T14:17:51.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
40462026-05-29T14:17:52.140Z
40472026-05-29T14:17:52.140Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40482026-05-29T14:17:52.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-29T14:17:52.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-29T14:17:52.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-05-29T14:17:52.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-05-29T14:17:52.730Z
40532026-05-29T14:17:52.730Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40542026-05-29T14:17:53.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-29T14:17:53.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-29T14:17:53.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-29T14:17:53.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-05-29T14:17:53.348Z
40592026-05-29T14:17:53.348Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40602026-05-29T14:17:53.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-29T14:17:53.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-29T14:17:53.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-29T14:17:53.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40642026-05-29T14:17:54.002Z
40652026-05-29T14:17:54.002Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40662026-05-29T14:17:54.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-29T14:17:54.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-29T14:17:54.732Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-05-29T14:17:54.733Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40702026-05-29T14:17:55.372Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-05-29T14:17:56.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40722026-05-29T14:17:57.144Z
40732026-05-29T14:17:57.144Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40742026-05-29T14:17:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-29T14:17:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-29T14:17:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-05-29T14:17:57.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40782026-05-29T14:17:57.754Z
40792026-05-29T14:17:57.754Zinfo: running `cargo check --bins` on cert-dev (237/297)
40802026-05-29T14:17:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-29T14:17:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-29T14:17:58.364Z Checking yasna v0.5.2
40832026-05-29T14:17:58.765Z Checking rcgen v0.12.1
40842026-05-29T14:17:59.011Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-05-29T14:17:59.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40862026-05-29T14:17:59.377Z
40872026-05-29T14:17:59.377Zinfo: running `cargo check --bins` on clickana (238/297)
40882026-05-29T14:17:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-05-29T14:17:59.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-05-29T14:18:00.032Z Compiling darling_core v0.23.0
40912026-05-29T14:18:00.036Z Compiling instability v0.3.11
40922026-05-29T14:18:00.149Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-05-29T14:18:00.149Z Checking castaway v0.2.4
40942026-05-29T14:18:00.161Z Compiling indoc v2.0.7
40952026-05-29T14:18:00.165Z Checking unicode-truncate v1.1.0
40962026-05-29T14:18:00.179Z Checking lru v0.12.5
40972026-05-29T14:18:00.179Z Checking cassowary v0.3.0
40982026-05-29T14:18:00.246Z Checking compact_str v0.8.1
40992026-05-29T14:18:01.452Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-05-29T14:18:01.570Z Compiling darling_macro v0.23.0
41012026-05-29T14:18:01.629Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-05-29T14:18:01.974Z Compiling darling v0.23.0
41032026-05-29T14:18:02.593Z Checking ratatui v0.29.0
41042026-05-29T14:18:03.645Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-05-29T14:18:04.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41062026-05-29T14:18:04.502Z
41072026-05-29T14:18:04.502Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41082026-05-29T14:18:05.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-29T14:18:05.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-29T14:18:05.226Z Checking headers-core v0.3.0
41112026-05-29T14:18:05.226Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-05-29T14:18:05.423Z Checking headers v0.4.1
41132026-05-29T14:18:05.796Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-05-29T14:18:06.640Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-05-29T14:18:07.140Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-05-29T14:18:07.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41172026-05-29T14:18:07.762Z
41182026-05-29T14:18:07.762Zinfo: running `cargo check --bins` on ch-dev (240/297)
41192026-05-29T14:18:08.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-29T14:18:08.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-29T14:18:08.485Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-05-29T14:18:09.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41232026-05-29T14:18:09.422Z
41242026-05-29T14:18:09.422Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41252026-05-29T14:18:09.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-29T14:18:09.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-29T14:18:09.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-29T14:18:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41292026-05-29T14:18:09.893Z
41302026-05-29T14:18:09.893Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41312026-05-29T14:18:10.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-29T14:18:10.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-29T14:18:10.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-05-29T14:18:11.589Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-05-29T14:18:11.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41362026-05-29T14:18:12.126Z
41372026-05-29T14:18:12.126Zinfo: running `cargo check --bins` on db-dev (243/297)
41382026-05-29T14:18:12.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-29T14:18:12.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-29T14:18:12.854Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-05-29T14:18:13.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41422026-05-29T14:18:13.825Z
41432026-05-29T14:18:13.825Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41442026-05-29T14:18:14.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-29T14:18:14.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-29T14:18:14.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-05-29T14:18:14.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41482026-05-29T14:18:14.468Z
41492026-05-29T14:18:14.469Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41502026-05-29T14:18:14.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-05-29T14:18:14.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-05-29T14:18:15.079Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-05-29T14:18:15.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41542026-05-29T14:18:15.922Z
41552026-05-29T14:18:15.922Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41562026-05-29T14:18:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-29T14:18:16.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-29T14:18:16.677Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-05-29T14:18:16.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-05-29T14:18:16.677Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41612026-05-29T14:18:16.681Z Checking git-stub v1.0.0
41622026-05-29T14:18:16.681Z Compiling trait-variant v0.1.2
41632026-05-29T14:18:16.681Z Checking maplit v1.0.2
41642026-05-29T14:18:16.681Z Checking is_ci v1.2.0
41652026-05-29T14:18:16.808Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41662026-05-29T14:18:16.890Z Checking supports-color v3.0.2
41672026-05-29T14:18:16.902Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41682026-05-29T14:18:16.936Z Checking git-stub-vcs v0.1.0
41692026-05-29T14:18:17.007Z Checking drift v0.2.0
41702026-05-29T14:18:17.020Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712026-05-29T14:18:17.099Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-05-29T14:18:17.128Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41732026-05-29T14:18:17.299Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41742026-05-29T14:18:17.315Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-05-29T14:18:17.329Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-05-29T14:18:17.349Z Checking dropshot-api-manager v0.7.2
41772026-05-29T14:18:17.525Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41782026-05-29T14:18:17.596Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41792026-05-29T14:18:17.758Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41802026-05-29T14:18:18.059Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-05-29T14:18:22.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41822026-05-29T14:18:24.027Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41832026-05-29T14:18:24.585Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41842026-05-29T14:18:25.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
41852026-05-29T14:18:25.215Z
41862026-05-29T14:18:25.215Zinfo: running `cargo check --bins` on installinator-api (247/297)
41872026-05-29T14:18:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-05-29T14:18:25.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-05-29T14:18:25.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-05-29T14:18:25.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41912026-05-29T14:18:25.820Z
41922026-05-29T14:18:25.820Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
41932026-05-29T14:18:26.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-05-29T14:18:26.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-05-29T14:18:26.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-05-29T14:18:26.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41972026-05-29T14:18:26.464Z
41982026-05-29T14:18:26.464Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
41992026-05-29T14:18:27.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-05-29T14:18:27.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-05-29T14:18:27.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-05-29T14:18:27.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42032026-05-29T14:18:27.115Z
42042026-05-29T14:18:27.115Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42052026-05-29T14:18:27.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-05-29T14:18:27.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-05-29T14:18:27.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-05-29T14:18:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42092026-05-29T14:18:27.761Z
42102026-05-29T14:18:27.761Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42112026-05-29T14:18:28.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-05-29T14:18:28.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-05-29T14:18:28.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-05-29T14:18:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42152026-05-29T14:18:28.370Z
42162026-05-29T14:18:28.370Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42172026-05-29T14:18:28.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-05-29T14:18:28.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-05-29T14:18:28.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-05-29T14:18:28.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42212026-05-29T14:18:28.965Z
42222026-05-29T14:18:28.965Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42232026-05-29T14:18:29.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-29T14:18:29.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-29T14:18:29.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-29T14:18:29.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42272026-05-29T14:18:29.581Z
42282026-05-29T14:18:29.581Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42292026-05-29T14:18:30.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-29T14:18:30.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-29T14:18:30.197Z Checking typeid v1.0.3
42322026-05-29T14:18:30.310Z Checking ordered-float v2.10.1
42332026-05-29T14:18:30.329Z Checking unicode-xid v0.2.6
42342026-05-29T14:18:30.340Z Checking cargo-platform v0.2.0
42352026-05-29T14:18:30.351Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42362026-05-29T14:18:30.378Z Checking erased-serde v0.4.9
42372026-05-29T14:18:30.515Z Checking serde-value v0.7.0
42382026-05-29T14:18:30.687Z Checking serde-untagged v0.1.9
42392026-05-29T14:18:30.843Z Checking cargo-util-schemas v0.8.2
42402026-05-29T14:18:31.531Z Checking cargo_metadata v0.21.0
42412026-05-29T14:18:32.132Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42422026-05-29T14:18:32.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
42432026-05-29T14:18:33.015Z
42442026-05-29T14:18:33.015Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42452026-05-29T14:18:33.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-29T14:18:33.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-29T14:18:33.755Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42482026-05-29T14:18:34.382Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42492026-05-29T14:18:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42502026-05-29T14:18:35.091Z
42512026-05-29T14:18:35.091Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42522026-05-29T14:18:35.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-29T14:18:35.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-29T14:18:36.048Z Compiling vergen-lib v0.1.6
42552026-05-29T14:18:36.048Z Compiling vergen-gitcl v1.0.8
42562026-05-29T14:18:36.048Z Compiling dirs-sys-next v0.1.2
42572026-05-29T14:18:36.051Z Compiling crunchy v0.2.4
42582026-05-29T14:18:36.051Z Compiling diesel_derives v2.3.7
42592026-05-29T14:18:36.051Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-05-29T14:18:36.205Z Compiling glob v0.3.3
42612026-05-29T14:18:36.267Z Compiling dsl_auto_type v0.2.0
42622026-05-29T14:18:36.488Z Compiling dirs-next v2.0.0
42632026-05-29T14:18:36.491Z Checking scheduled-thread-pool v0.2.7
42642026-05-29T14:18:36.520Z Compiling diesel_table_macro_syntax v0.3.0
42652026-05-29T14:18:36.523Z Compiling tiny-keccak v2.0.2
42662026-05-29T14:18:36.600Z Compiling clang-sys v1.8.1
42672026-05-29T14:18:36.617Z Compiling term v0.7.0
42682026-05-29T14:18:36.646Z Checking r2d2 v0.8.10
42692026-05-29T14:18:36.774Z Compiling bit-vec v0.6.3
42702026-05-29T14:18:36.829Z Checking downcast-rs v2.0.2
42712026-05-29T14:18:36.926Z Compiling ascii-canvas v3.0.0
42722026-05-29T14:18:36.970Z Compiling bit-set v0.5.3
42732026-05-29T14:18:36.991Z Compiling itertools v0.10.5
42742026-05-29T14:18:37.132Z Compiling ena v0.14.4
42752026-05-29T14:18:37.171Z Compiling libloading v0.8.9
42762026-05-29T14:18:37.187Z Compiling bindgen v0.71.1
42772026-05-29T14:18:37.247Z Compiling regex-syntax v0.6.29
42782026-05-29T14:18:37.304Z Compiling diff v0.1.13
42792026-05-29T14:18:37.380Z Compiling cexpr v0.6.0
42802026-05-29T14:18:37.575Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42812026-05-29T14:18:37.630Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42822026-05-29T14:18:37.768Z Compiling rustc-hash v2.1.1
42832026-05-29T14:18:37.813Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42842026-05-29T14:18:37.906Z Compiling libxml v0.3.3
42852026-05-29T14:18:38.034Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42862026-05-29T14:18:38.052Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42872026-05-29T14:18:38.161Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42882026-05-29T14:18:38.372Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-05-29T14:18:38.407Z Compiling strum_macros v0.24.3
42902026-05-29T14:18:38.424Z Compiling indoc v1.0.9
42912026-05-29T14:18:38.563Z Compiling lalrpop v0.19.12
42922026-05-29T14:18:39.369Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-05-29T14:18:39.563Z Checking derive_builder v0.20.2
42942026-05-29T14:18:39.685Z Compiling oso-derive v0.27.3
42952026-05-29T14:18:39.795Z Checking quick-xml v0.37.5
42962026-05-29T14:18:39.940Z Compiling impl-trait-for-tuples v0.2.3
42972026-05-29T14:18:40.184Z Checking openssl-probe v0.1.6
42982026-05-29T14:18:40.328Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-05-29T14:18:40.693Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-05-29T14:18:40.888Z Checking bb8 v0.8.6
43012026-05-29T14:18:41.069Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-05-29T14:18:41.089Z Compiling libz-sys v1.1.24
43032026-05-29T14:18:41.175Z Checking nonempty v0.12.0
43042026-05-29T14:18:41.283Z Compiling strsim v0.10.0
43052026-05-29T14:18:41.342Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-05-29T14:18:41.484Z Compiling darling_core v0.13.4
43072026-05-29T14:18:41.617Z Compiling vergen-git2 v9.1.0
43082026-05-29T14:18:41.655Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-05-29T14:18:41.840Z Compiling base64 v0.21.7
43102026-05-29T14:18:41.856Z Compiling rustls v0.21.12
43112026-05-29T14:18:42.092Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43122026-05-29T14:18:42.120Z Checking diesel v2.3.7
43132026-05-29T14:18:42.161Z Compiling ron v0.8.1
43142026-05-29T14:18:43.026Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43152026-05-29T14:18:43.110Z Checking sct v0.7.1
43162026-05-29T14:18:43.216Z Checking rustls-webpki v0.101.7
43172026-05-29T14:18:43.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43182026-05-29T14:18:43.345Z Compiling darling_macro v0.13.4
43192026-05-29T14:18:43.818Z Compiling darling v0.13.4
43202026-05-29T14:18:43.913Z Compiling serde_with_macros v1.5.2
43212026-05-29T14:18:44.000Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-05-29T14:18:44.804Z Compiling serde_with v1.14.0
43232026-05-29T14:18:44.886Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-05-29T14:18:45.750Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-05-29T14:18:45.941Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-05-29T14:18:46.621Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-05-29T14:18:47.286Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-05-29T14:18:47.323Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43292026-05-29T14:18:47.479Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-29T14:18:47.512Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-05-29T14:18:47.515Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-05-29T14:18:47.665Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-05-29T14:18:47.798Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43342026-05-29T14:18:47.830Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43352026-05-29T14:18:47.879Z Checking tokio-rustls v0.24.1
43362026-05-29T14:18:48.080Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-05-29T14:18:48.632Z Checking rustls-pemfile v1.0.4
43382026-05-29T14:18:48.705Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43392026-05-29T14:18:48.774Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43402026-05-29T14:18:48.867Z Checking twox-hash v2.1.2
43412026-05-29T14:18:48.964Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-05-29T14:18:49.194Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43432026-05-29T14:18:49.295Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43442026-05-29T14:18:49.466Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43452026-05-29T14:18:49.621Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43462026-05-29T14:18:50.898Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43472026-05-29T14:18:50.964Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43482026-05-29T14:18:51.236Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-05-29T14:18:51.499Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-05-29T14:18:51.933Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43512026-05-29T14:18:52.174Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-05-29T14:18:52.444Z Checking console v0.16.2
43532026-05-29T14:18:52.760Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43542026-05-29T14:18:52.909Z Checking fatfs v0.3.6
43552026-05-29T14:18:53.150Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43562026-05-29T14:18:53.366Z Checking unit-prefix v0.5.2
43572026-05-29T14:18:53.506Z Compiling seq-macro v0.3.6
43582026-05-29T14:18:53.680Z Checking indicatif v0.18.4
43592026-05-29T14:18:54.060Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43602026-05-29T14:18:54.076Z Checking support-bundle-viewer v0.1.2
43612026-05-29T14:18:54.328Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43622026-05-29T14:18:54.481Z Checking multimap v0.10.1
43632026-05-29T14:19:00.322Z Checking diesel-dtrace v0.5.0
43642026-05-29T14:19:00.584Z Checking async-bb8-diesel v0.2.1
43652026-05-29T14:19:02.883Z Compiling samael v0.0.19
43662026-05-29T14:19:05.948Z Compiling git2 v0.20.4
43672026-05-29T14:19:09.754Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-05-29T14:19:09.873Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43692026-05-29T14:19:10.708Z Compiling polar-core v0.27.3
43702026-05-29T14:19:15.202Z Checking oso v0.27.3
43712026-05-29T14:19:42.416Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43722026-05-29T14:20:52.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43732026-05-29T14:20:52.973Z
43742026-05-29T14:20:52.973Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43752026-05-29T14:20:53.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-05-29T14:20:53.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-05-29T14:20:53.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-05-29T14:20:53.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43792026-05-29T14:20:53.679Z
43802026-05-29T14:20:53.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43812026-05-29T14:20:54.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-29T14:20:54.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-29T14:20:54.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-29T14:20:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43852026-05-29T14:20:54.353Z
43862026-05-29T14:20:54.353Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
43872026-05-29T14:20:54.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-29T14:20:54.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-29T14:20:54.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-05-29T14:20:54.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43912026-05-29T14:20:55.004Z
43922026-05-29T14:20:55.004Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
43932026-05-29T14:20:55.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-29T14:20:55.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-29T14:20:55.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-05-29T14:20:55.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43972026-05-29T14:20:55.600Z
43982026-05-29T14:20:55.600Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
43992026-05-29T14:20:56.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-29T14:20:56.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-29T14:20:56.436Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-05-29T14:20:57.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44032026-05-29T14:20:57.421Z
44042026-05-29T14:20:57.421Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44052026-05-29T14:20:57.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-29T14:20:57.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-29T14:20:58.249Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-05-29T14:21:34.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.03s
44092026-05-29T14:21:34.678Z
44102026-05-29T14:21:34.678Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44112026-05-29T14:21:35.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-29T14:21:35.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-29T14:21:35.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-05-29T14:21:35.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44152026-05-29T14:21:35.264Z
44162026-05-29T14:21:35.264Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44172026-05-29T14:21:35.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-29T14:21:35.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-29T14:21:35.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-05-29T14:21:35.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44212026-05-29T14:21:35.906Z
44222026-05-29T14:21:35.906Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44232026-05-29T14:21:36.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-29T14:21:36.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-29T14:21:36.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-05-29T14:21:36.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44272026-05-29T14:21:36.559Z
44282026-05-29T14:21:36.559Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44292026-05-29T14:21:37.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-29T14:21:37.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-29T14:21:37.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-05-29T14:21:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44332026-05-29T14:21:37.219Z
44342026-05-29T14:21:37.219Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44352026-05-29T14:21:37.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-29T14:21:37.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-29T14:21:37.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-05-29T14:21:37.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44392026-05-29T14:21:37.864Z
44402026-05-29T14:21:37.864Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44412026-05-29T14:21:38.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-05-29T14:21:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-05-29T14:21:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-05-29T14:21:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44452026-05-29T14:21:38.519Z
44462026-05-29T14:21:38.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44472026-05-29T14:21:39.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-05-29T14:21:39.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-05-29T14:21:39.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-05-29T14:21:39.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44512026-05-29T14:21:39.175Z
44522026-05-29T14:21:39.175Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44532026-05-29T14:21:39.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-29T14:21:39.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-29T14:21:39.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-05-29T14:21:39.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44572026-05-29T14:21:39.831Z
44582026-05-29T14:21:39.831Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44592026-05-29T14:21:40.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-29T14:21:40.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-29T14:21:40.732Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44622026-05-29T14:21:40.732Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44632026-05-29T14:21:40.918Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44642026-05-29T14:21:40.949Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44652026-05-29T14:21:40.969Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44662026-05-29T14:21:40.972Z Checking yansi v1.0.1
44672026-05-29T14:21:40.972Z Checking diff v0.1.13
44682026-05-29T14:21:40.999Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44692026-05-29T14:21:41.061Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44702026-05-29T14:21:41.237Z Checking pretty_assertions v1.4.1
44712026-05-29T14:21:41.880Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44722026-05-29T14:21:42.039Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44732026-05-29T14:22:05.538Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44742026-05-29T14:22:05.538Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44752026-05-29T14:22:05.538Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44762026-05-29T14:22:05.542Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44772026-05-29T14:22:05.542Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44782026-05-29T14:22:05.542Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-05-29T14:22:06.351Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44802026-05-29T14:22:06.355Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44812026-05-29T14:22:07.556Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44822026-05-29T14:22:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44832026-05-29T14:22:43.908Z
44842026-05-29T14:22:43.908Zinfo: running `cargo check --bins` on omicron-pins (272/297)
44852026-05-29T14:22:44.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-05-29T14:22:44.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-05-29T14:22:44.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-05-29T14:22:44.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44892026-05-29T14:22:44.499Z
44902026-05-29T14:22:44.499Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
44912026-05-29T14:22:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-29T14:22:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-29T14:22:45.274Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44942026-05-29T14:22:45.398Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44952026-05-29T14:22:45.406Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44962026-05-29T14:23:11.054Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44972026-05-29T14:23:11.442Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44982026-05-29T14:23:13.145Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44992026-05-29T14:23:13.596Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45002026-05-29T14:23:16.513Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45012026-05-29T14:23:39.135Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-05-29T14:23:39.838Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-05-29T14:23:41.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
45042026-05-29T14:23:41.665Z
45052026-05-29T14:23:41.665Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45062026-05-29T14:23:42.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-29T14:23:42.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-29T14:23:42.389Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45092026-05-29T14:23:43.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45102026-05-29T14:23:43.260Z
45112026-05-29T14:23:43.260Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45122026-05-29T14:23:43.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-29T14:23:43.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-29T14:23:43.908Z Compiling blake3 v1.8.3
45152026-05-29T14:23:44.019Z Checking arrayvec v0.7.6
45162026-05-29T14:23:44.019Z Checking arrayref v0.3.9
45172026-05-29T14:23:44.022Z Checking constant_time_eq v0.4.2
45182026-05-29T14:23:44.037Z Checking topological-sort v0.2.2
45192026-05-29T14:23:44.040Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45202026-05-29T14:23:44.040Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45212026-05-29T14:23:44.041Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-29T14:23:44.080Z Checking shell-words v1.1.1
45232026-05-29T14:23:44.809Z Checking omicron-zone-package v0.12.2
45242026-05-29T14:23:45.530Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45252026-05-29T14:23:46.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
45262026-05-29T14:23:46.578Z
45272026-05-29T14:23:46.578Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45282026-05-29T14:23:47.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-29T14:23:47.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-29T14:23:47.225Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45312026-05-29T14:23:47.548Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45322026-05-29T14:23:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45332026-05-29T14:23:48.127Z
45342026-05-29T14:23:48.127Zinfo: running `cargo check --bins` on schema (277/297)
45352026-05-29T14:23:48.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-05-29T14:23:48.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-05-29T14:23:48.857Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45382026-05-29T14:23:49.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45392026-05-29T14:23:49.746Z
45402026-05-29T14:23:49.746Zinfo: running `cargo check --bins` on xtask (278/297)
45412026-05-29T14:23:50.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-29T14:23:50.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-29T14:23:50.197Z Checking libc v0.2.185
45442026-05-29T14:23:50.200Z Checking serde v1.0.228
45452026-05-29T14:23:50.284Z Checking zerofrom v0.1.6
45462026-05-29T14:23:50.288Z Checking bitflags v2.11.0
45472026-05-29T14:23:50.295Z Checking smallvec v1.15.1
45482026-05-29T14:23:50.301Z Checking indexmap v2.14.0
45492026-05-29T14:23:50.312Z Checking serde_json v1.0.149
45502026-05-29T14:23:50.315Z Checking scroll v0.12.0
45512026-05-29T14:23:50.380Z Checking yoke v0.8.1
45522026-05-29T14:23:50.432Z Checking num-traits v0.2.19
45532026-05-29T14:23:50.464Z Checking thiserror v1.0.69
45542026-05-29T14:23:50.540Z Checking percent-encoding v2.3.2
45552026-05-29T14:23:50.550Z Checking zerovec v0.11.5
45562026-05-29T14:23:50.558Z Checking zerotrie v0.2.3
45572026-05-29T14:23:50.569Z Checking errno v0.3.14
45582026-05-29T14:23:50.659Z Checking toml_datetime v0.6.11
45592026-05-29T14:23:50.676Z Checking serde_spanned v0.6.9
45602026-05-29T14:23:50.687Z Checking rustix v1.1.3
45612026-05-29T14:23:50.789Z Checking log v0.4.29
45622026-05-29T14:23:50.801Z Checking zerocopy v0.7.35
45632026-05-29T14:23:50.825Z Checking form_urlencoded v1.2.2
45642026-05-29T14:23:50.835Z Checking toml_edit v0.22.27
45652026-05-29T14:23:50.912Z Checking getrandom v0.4.1
45662026-05-29T14:23:50.936Z Checking goblin v0.8.2
45672026-05-29T14:23:50.947Z Checking ordered-float v2.10.1
45682026-05-29T14:23:50.950Z Checking thiserror v2.0.18
45692026-05-29T14:23:50.980Z Checking tinystr v0.8.2
45702026-05-29T14:23:51.041Z Checking potential_utf v0.1.4
45712026-05-29T14:23:51.053Z Checking syn v2.0.117
45722026-05-29T14:23:51.153Z Checking icu_locale_core v2.1.1
45732026-05-29T14:23:51.166Z Checking serde-value v0.7.0
45742026-05-29T14:23:51.176Z Checking icu_collections v2.1.1
45752026-05-29T14:23:51.278Z Checking dtrace-parser v0.2.0
45762026-05-29T14:23:51.369Z Checking thread-id v4.2.2
45772026-05-29T14:23:51.453Z Checking once_cell v1.21.3
45782026-05-29T14:23:51.487Z Checking terminal_size v0.4.3
45792026-05-29T14:23:51.487Z Checking cargo-platform v0.2.0
45802026-05-29T14:23:51.514Z Checking memmap v0.7.0
45812026-05-29T14:23:51.598Z Checking clap_builder v4.5.60
45822026-05-29T14:23:51.642Z Checking tempfile v3.25.0
45832026-05-29T14:23:51.645Z Checking textwrap v0.16.2
45842026-05-29T14:23:51.667Z Checking fs-err v3.3.0
45852026-05-29T14:23:51.694Z Checking icu_provider v2.1.1
45862026-05-29T14:23:51.840Z Checking camino-tempfile v1.4.1
45872026-05-29T14:23:51.851Z Checking anyhow v1.0.102
45882026-05-29T14:23:51.860Z Checking tabled v0.15.0
45892026-05-29T14:23:51.936Z Checking toml v0.8.23
45902026-05-29T14:23:51.939Z Checking icu_properties v2.1.2
45912026-05-29T14:23:51.995Z Checking icu_normalizer v2.1.1
45922026-05-29T14:23:52.048Z Checking macaddr v1.0.1
45932026-05-29T14:23:52.229Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45942026-05-29T14:23:52.257Z Checking cargo_toml v0.21.0
45952026-05-29T14:23:52.738Z Checking idna_adapter v1.2.1
45962026-05-29T14:23:52.806Z Checking dof v0.3.0
45972026-05-29T14:23:52.816Z Checking clap v4.5.60
45982026-05-29T14:23:52.853Z Checking idna v1.1.0
45992026-05-29T14:23:53.063Z Checking usdt-impl v0.5.0
46002026-05-29T14:23:53.074Z Checking url v2.5.8
46012026-05-29T14:23:53.304Z Checking usdt v0.5.0
46022026-05-29T14:23:53.401Z Checking cargo-util-schemas v0.8.2
46032026-05-29T14:23:54.083Z Checking cargo_metadata v0.21.0
46042026-05-29T14:23:54.684Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46052026-05-29T14:23:55.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
46062026-05-29T14:23:55.219Z
46072026-05-29T14:23:55.219Zinfo: running `cargo check --bins` on dnsadm (279/297)
46082026-05-29T14:23:55.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-29T14:23:55.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-29T14:23:55.852Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46112026-05-29T14:23:56.326Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46122026-05-29T14:23:56.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46132026-05-29T14:23:56.915Z
46142026-05-29T14:23:56.915Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46152026-05-29T14:23:57.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-29T14:23:57.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-29T14:23:57.703Z Checking polyval v0.6.2
46182026-05-29T14:23:57.828Z Checking ctr v0.9.2
46192026-05-29T14:23:57.841Z Checking ssh-encoding v0.2.0
46202026-05-29T14:23:57.841Z Checking blowfish v0.9.1
46212026-05-29T14:23:57.863Z Checking password-hash v0.4.2
46222026-05-29T14:23:57.878Z Checking p256 v0.13.2
46232026-05-29T14:23:57.881Z Checking p521 v0.13.3
46242026-05-29T14:23:57.906Z Checking russh-cryptovec v0.7.3
46252026-05-29T14:23:57.969Z Checking ghash v0.5.1
46262026-05-29T14:23:57.983Z Checking bcrypt-pbkdf v0.10.0
46272026-05-29T14:23:57.986Z Checking md5 v0.7.0
46282026-05-29T14:23:58.014Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46292026-05-29T14:23:58.031Z Checking num-bigint v0.4.6
46302026-05-29T14:23:58.071Z Checking pbkdf2 v0.11.0
46312026-05-29T14:23:58.089Z Checking aes-gcm v0.10.3
46322026-05-29T14:23:58.132Z Checking des v0.8.1
46332026-05-29T14:23:58.135Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46342026-05-29T14:23:58.163Z Checking hex-literal v0.4.1
46352026-05-29T14:23:58.216Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46362026-05-29T14:23:58.256Z Checking ssh-cipher v0.2.0
46372026-05-29T14:23:58.256Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46382026-05-29T14:23:58.285Z Checking socket2 v0.5.10
46392026-05-29T14:23:58.288Z Checking internet-checksum v0.2.1
46402026-05-29T14:23:58.421Z Checking ssh-key v0.6.7
46412026-05-29T14:23:58.530Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46422026-05-29T14:23:59.043Z Checking russh-keys v0.45.0
46432026-05-29T14:23:59.593Z Checking russh v0.45.0
46442026-05-29T14:24:15.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.81s
46452026-05-29T14:24:15.946Z
46462026-05-29T14:24:15.946Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46472026-05-29T14:24:16.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-29T14:24:16.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-29T14:24:16.581Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46502026-05-29T14:24:16.691Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46512026-05-29T14:24:16.698Z Checking termios v0.3.3
46522026-05-29T14:24:17.888Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46532026-05-29T14:24:18.036Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46542026-05-29T14:24:19.809Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46552026-05-29T14:24:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
46562026-05-29T14:24:20.556Z
46572026-05-29T14:24:20.556Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46582026-05-29T14:24:21.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-29T14:24:21.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-29T14:24:21.259Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46612026-05-29T14:24:21.262Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46622026-05-29T14:24:21.262Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46632026-05-29T14:24:21.377Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46642026-05-29T14:24:21.397Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46652026-05-29T14:24:21.406Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46662026-05-29T14:24:22.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46672026-05-29T14:24:22.454Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46682026-05-29T14:24:22.457Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46692026-05-29T14:24:23.081Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46702026-05-29T14:24:24.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46712026-05-29T14:24:24.894Z
46722026-05-29T14:24:24.895Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46732026-05-29T14:24:25.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-29T14:24:25.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-29T14:24:25.524Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46762026-05-29T14:24:25.976Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46772026-05-29T14:24:26.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46782026-05-29T14:24:26.470Z
46792026-05-29T14:24:26.470Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46802026-05-29T14:24:26.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-05-29T14:24:26.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-05-29T14:24:26.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-05-29T14:24:26.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46842026-05-29T14:24:27.054Z
46852026-05-29T14:24:27.054Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
46862026-05-29T14:24:27.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-05-29T14:24:27.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-05-29T14:24:27.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-05-29T14:24:27.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46902026-05-29T14:24:27.634Z
46912026-05-29T14:24:27.634Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
46922026-05-29T14:24:28.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-05-29T14:24:28.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-05-29T14:24:28.377Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46952026-05-29T14:24:28.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46962026-05-29T14:24:29.187Z
46972026-05-29T14:24:29.187Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
46982026-05-29T14:24:29.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-29T14:24:29.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-29T14:24:29.834Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47012026-05-29T14:24:29.837Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47022026-05-29T14:24:30.115Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47032026-05-29T14:24:30.115Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47042026-05-29T14:24:30.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47052026-05-29T14:24:31.092Z
47062026-05-29T14:24:31.092Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47072026-05-29T14:24:31.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-05-29T14:24:31.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-05-29T14:24:31.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-05-29T14:24:31.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47112026-05-29T14:24:31.671Z
47122026-05-29T14:24:31.671Zinfo: running `cargo check --bins` on omicron-package (289/297)
47132026-05-29T14:24:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-05-29T14:24:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-05-29T14:24:32.351Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47162026-05-29T14:24:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47172026-05-29T14:24:33.608Z
47182026-05-29T14:24:33.608Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47192026-05-29T14:24:34.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-05-29T14:24:34.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-05-29T14:24:34.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-05-29T14:24:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47232026-05-29T14:24:34.213Z
47242026-05-29T14:24:34.213Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47252026-05-29T14:24:34.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-05-29T14:24:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-05-29T14:24:34.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-05-29T14:24:34.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47292026-05-29T14:24:34.818Z
47302026-05-29T14:24:34.818Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-05-29T14:24:35.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-05-29T14:24:35.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-05-29T14:24:35.589Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-05-29T14:24:35.946Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-05-29T14:24:36.458Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-05-29T14:24:36.461Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-05-29T14:24:42.324Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-05-29T14:24:42.324Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-05-29T14:24:42.899Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-05-29T14:24:42.902Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-05-29T14:24:42.902Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-05-29T14:24:42.902Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-05-29T14:24:43.659Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-05-29T14:24:44.643Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-05-29T14:24:45.400Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-05-29T14:24:46.004Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-05-29T14:24:50.311Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-05-29T14:24:56.631Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47492026-05-29T14:24:56.634Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47502026-05-29T14:24:56.634Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47512026-05-29T14:24:56.634Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-05-29T14:24:58.096Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-05-29T14:24:59.413Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-05-29T14:25:00.090Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-05-29T14:25:01.345Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-05-29T14:25:01.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.06s
47572026-05-29T14:25:02.106Z
47582026-05-29T14:25:02.106Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-05-29T14:25:02.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-05-29T14:25:02.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-05-29T14:25:02.812Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47622026-05-29T14:25:02.818Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-05-29T14:25:02.818Z Checking rtoolbox v0.0.3
47642026-05-29T14:25:02.937Z Checking tui-tree-widget v0.23.1
47652026-05-29T14:25:03.042Z Checking rpassword v7.4.0
47662026-05-29T14:25:04.048Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-05-29T14:25:06.996Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-05-29T14:25:08.814Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-05-29T14:25:09.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s
47702026-05-29T14:25:09.898Z
47712026-05-29T14:25:09.898Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-05-29T14:25:10.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-05-29T14:25:10.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-05-29T14:25:10.584Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-05-29T14:25:10.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47762026-05-29T14:25:11.133Z
47772026-05-29T14:25:11.134Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-05-29T14:25:11.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-05-29T14:25:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-05-29T14:25:11.847Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-05-29T14:25:11.851Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47822026-05-29T14:25:11.851Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-05-29T14:25:11.967Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-05-29T14:25:12.833Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-05-29T14:25:13.390Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-05-29T14:25:16.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
47872026-05-29T14:25:16.495Z
47882026-05-29T14:25:16.495Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-05-29T14:25:16.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-05-29T14:25:16.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-05-29T14:25:16.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-05-29T14:25:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47932026-05-29T14:25:17.079Z
47942026-05-29T14:25:17.080Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-05-29T14:25:17.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-05-29T14:25:17.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-05-29T14:25:17.746Z Checking uzers v0.12.2
47982026-05-29T14:25:18.012Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-05-29T14:25:18.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48002026-05-29T14:25:18.964Z
48012026-05-29T14:25:18.964Zreal 14:00.959788966
48022026-05-29T14:25:18.964Zuser 20:57.728300155
48032026-05-29T14:25:18.964Zsys 4:20.477828464
48042026-05-29T14:25:18.964Ztrap 0.332784617
48052026-05-29T14:25:18.964Ztflt 0.648843287
48062026-05-29T14:25:18.964Zdflt 1.000653850
48072026-05-29T14:25:18.964Zkflt 0.005082392
48082026-05-29T14:25:18.964Zlock 1:17:53.453123703
48092026-05-29T14:25:18.964Zslp 1:40:28.185556732
48102026-05-29T14:25:18.964Zlat 59.933517225
48112026-05-29T14:25:18.964Zstop 3:41.217113481
48122026-05-29T14:25:18.974Zprocess exited: duration 978104 ms, exit code 0
 
48132026-05-29T14:25:18.994Zfound 0 output files